yhzheng1031 commited on
Commit
f1e7d36
·
verified ·
1 Parent(s): 0b0ab22

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/10562/10562_12.html +243 -0
  2. code/10562/10562_13.html +354 -0
  3. code/10562/10562_16.html +393 -0
  4. code/10562/10562_17.html +302 -0
  5. code/10562/10562_19.html +274 -0
  6. code/10562/10562_2.html +350 -0
  7. code/10562/10562_20.html +193 -0
  8. code/10562/10562_21.html +222 -0
  9. code/10562/10562_22.html +195 -0
  10. code/10562/10562_3.html +215 -0
  11. code/10562/10562_4.html +197 -0
  12. code/10562/10562_5.html +253 -0
  13. code/10562/10562_6.html +259 -0
  14. code/10562/10562_7.html +419 -0
  15. code/10562/10562_8.html +285 -0
  16. code/10562/10562_9.html +308 -0
  17. code/10563/10563_0.html +280 -0
  18. code/10563/10563_1.html +232 -0
  19. code/10563/10563_2.html +266 -0
  20. code/10563/10563_3.html +347 -0
  21. code/10563/10563_4.html +202 -0
  22. code/10563/10563_5.html +255 -0
  23. code/10563/10563_6.html +270 -0
  24. code/10563/10563_8.html +226 -0
  25. code/10564/10564_0.html +311 -0
  26. code/10564/10564_2.html +377 -0
  27. code/10564/10564_3.html +282 -0
  28. code/10565/10565_0.html +367 -0
  29. code/10565/10565_1.html +371 -0
  30. code/10565/10565_2.html +209 -0
  31. code/10565/10565_3.html +231 -0
  32. code/10565/10565_4.html +335 -0
  33. code/10567/10567_0.html +322 -0
  34. code/10567/10567_1.html +257 -0
  35. code/10567/10567_2.html +234 -0
  36. code/10567/10567_3.html +279 -0
  37. code/10569/10569_0.html +232 -0
  38. code/10569/10569_1.html +349 -0
  39. code/10569/10569_2.html +369 -0
  40. code/10569/10569_3.html +198 -0
  41. code/10570/10570_0.html +346 -0
  42. code/10570/10570_1.html +477 -0
  43. code/10570/10570_2.html +260 -0
  44. code/10570/10570_3.html +260 -0
  45. code/10570/10570_4.html +197 -0
  46. code/10570/10570_5.html +269 -0
  47. code/10574/10574_0.html +388 -0
  48. code/10574/10574_1.html +324 -0
  49. code/10574/10574_2.html +304 -0
  50. code/10574/10574_3.html +297 -0
code/10562/10562_12.html ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI - Date Picker</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #f4f4f4;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 120px;
22
+ background: #0f3a42;
23
+ color: #ffffff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ font-size: 40px;
30
+ letter-spacing: 1px;
31
+ }
32
+ .status-icons { display: flex; align-items: center; gap: 28px; }
33
+ .icon-circle { width: 28px; height: 28px; border-radius: 50%; border: 3px solid #fff; opacity: 0.9; }
34
+ .battery {
35
+ width: 70px; height: 32px; border: 3px solid #fff; border-radius: 6px; position: relative;
36
+ }
37
+ .battery::after {
38
+ content: ""; position: absolute; right: -10px; top: 7px; width: 8px; height: 18px; background: #fff; border-radius: 2px;
39
+ }
40
+
41
+ /* App header */
42
+ .app-header {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 0;
46
+ width: 100%;
47
+ height: 160px;
48
+ background: #0f6e73;
49
+ color: #fff;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 40px;
53
+ box-sizing: border-box;
54
+ }
55
+ .back-arrow { width: 60px; height: 60px; margin-right: 24px; }
56
+ .back-arrow svg { width: 100%; height: 100%; }
57
+ .title { font-size: 64px; font-weight: 600; letter-spacing: 1px; }
58
+
59
+ /* Form area (background content) */
60
+ .form-area {
61
+ position: absolute;
62
+ top: 280px;
63
+ left: 0;
64
+ width: 100%;
65
+ height: 1000px;
66
+ padding: 40px;
67
+ box-sizing: border-box;
68
+ }
69
+ .input {
70
+ height: 120px;
71
+ background: #ffffff;
72
+ border-radius: 12px;
73
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
74
+ margin-bottom: 30px;
75
+ padding: 30px;
76
+ font-size: 60px;
77
+ color: #333;
78
+ }
79
+
80
+ /* Scrim + Dialog */
81
+ .scrim {
82
+ position: absolute;
83
+ top: 0;
84
+ left: 0;
85
+ width: 100%;
86
+ height: 100%;
87
+ background: rgba(0,0,0,0.55);
88
+ }
89
+ .dialog {
90
+ position: absolute;
91
+ left: 115px;
92
+ top: 520px;
93
+ width: 850px;
94
+ border-radius: 14px;
95
+ overflow: hidden;
96
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
97
+ }
98
+ .dialog-header {
99
+ background: #60d1cc;
100
+ color: #fff;
101
+ padding: 30px 36px 40px 36px;
102
+ }
103
+ .dialog-header .year { font-size: 44px; opacity: 0.9; margin-bottom: 10px; }
104
+ .dialog-header .big-date { font-size: 86px; font-weight: 600; letter-spacing: 1px; }
105
+
106
+ .dialog-body {
107
+ background: #ffffff;
108
+ color: #333;
109
+ padding: 30px 40px 26px 40px;
110
+ }
111
+ .month-row {
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: space-between;
115
+ margin-bottom: 26px;
116
+ }
117
+ .month-title { font-size: 54px; font-weight: 600; }
118
+ .chev { width: 54px; height: 54px; fill: #666; }
119
+
120
+ .days {
121
+ display: grid;
122
+ grid-template-columns: repeat(7, 1fr);
123
+ gap: 26px;
124
+ margin-bottom: 20px;
125
+ }
126
+ .day-name {
127
+ font-size: 38px;
128
+ color: #777;
129
+ text-align: center;
130
+ }
131
+ .cell {
132
+ height: 70px;
133
+ text-align: center;
134
+ font-size: 46px;
135
+ color: #263238;
136
+ display: flex;
137
+ justify-content: center;
138
+ align-items: center;
139
+ }
140
+ .cell.empty { color: transparent; }
141
+
142
+ .btn-row {
143
+ display: flex;
144
+ justify-content: flex-end;
145
+ gap: 40px;
146
+ margin-top: 20px;
147
+ }
148
+ .btn { font-size: 44px; color: #57c7c2; padding: 20px 28px; cursor: pointer; }
149
+
150
+ /* Keyboard placeholder */
151
+ .keyboard {
152
+ position: absolute;
153
+ bottom: 0;
154
+ left: 0;
155
+ width: 100%;
156
+ height: 820px;
157
+ background: #0a0a0a;
158
+ color: #9aa0a6;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ font-size: 42px;
163
+ letter-spacing: 1px;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <div class="status-bar">
171
+ <div class="time">10:21</div>
172
+ <div class="status-icons">
173
+ <div class="icon-circle"></div>
174
+ <div class="icon-circle"></div>
175
+ <div class="battery"></div>
176
+ <div style="font-size:40px;">100%</div>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="app-header">
181
+ <div class="back-arrow">
182
+ <svg viewBox="0 0 24 24">
183
+ <path fill="#ffffff" d="M15.5 3.5L6 12l9.5 8.5v-5.5H24v-5H15.5V3.5z"/>
184
+ </svg>
185
+ </div>
186
+ <div class="title">Add Baby</div>
187
+ </div>
188
+
189
+ <div class="form-area">
190
+ <div class="input">Sam</div>
191
+ <div class="input" style="opacity:0.85;">Date</div>
192
+ <div class="input" style="opacity:0.85;">Due Date</div>
193
+ <div class="input" style="opacity:0.85;">Boy</div>
194
+ <div class="input" style="opacity:0.85;">Birth</div>
195
+ </div>
196
+
197
+ <div class="scrim"></div>
198
+
199
+ <div class="dialog">
200
+ <div class="dialog-header">
201
+ <div class="year">2023</div>
202
+ <div class="big-date">Tue, Aug 1</div>
203
+ </div>
204
+ <div class="dialog-body">
205
+ <div class="month-row">
206
+ <svg class="chev" viewBox="0 0 24 24">
207
+ <path d="M15 18l-6-6 6-6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ <div class="month-title">March 2023</div>
210
+ <svg class="chev" viewBox="0 0 24 24">
211
+ <path d="M9 6l6 6-6 6" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
212
+ </svg>
213
+ </div>
214
+
215
+ <div class="days">
216
+ <div class="day-name">S</div><div class="day-name">M</div><div class="day-name">T</div><div class="day-name">W</div><div class="day-name">T</div><div class="day-name">F</div><div class="day-name">S</div>
217
+
218
+ <div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div>
219
+ <div class="cell">1</div><div class="cell">2</div><div class="cell">3</div><div class="cell">4</div>
220
+
221
+ <div class="cell">5</div><div class="cell">6</div><div class="cell">7</div><div class="cell">8</div><div class="cell">9</div><div class="cell">10</div><div class="cell">11</div>
222
+
223
+ <div class="cell">12</div><div class="cell">13</div><div class="cell">14</div><div class="cell">15</div><div class="cell">16</div><div class="cell">17</div><div class="cell">18</div>
224
+
225
+ <div class="cell">19</div><div class="cell">20</div><div class="cell">21</div><div class="cell">22</div><div class="cell">23</div><div class="cell">24</div><div class="cell">25</div>
226
+
227
+ <div class="cell">26</div><div class="cell">27</div><div class="cell">28</div><div class="cell">29</div><div class="cell">30</div><div class="cell">31</div><div class="cell empty"></div>
228
+
229
+ <div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div><div class="cell empty"></div>
230
+ </div>
231
+
232
+ <div class="btn-row">
233
+ <div class="btn">CANCEL</div>
234
+ <div class="btn">OK</div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="keyboard">[Android Keyboard Placeholder]</div>
240
+
241
+ </div>
242
+ </body>
243
+ </html>
code/10562/10562_13.html ADDED
@@ -0,0 +1,354 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Add Baby Date Picker</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
11
+ color: #222;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #f3f5f6;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #0f2f35;
29
+ color: #fff;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 36px;
33
+ box-sizing: border-box;
34
+ font-weight: 500;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-time {
38
+ font-size: 40px;
39
+ }
40
+ .status-icons {
41
+ margin-left: auto;
42
+ display: flex;
43
+ gap: 24px;
44
+ align-items: center;
45
+ }
46
+ .icon-dot {
47
+ width: 22px;
48
+ height: 22px;
49
+ border-radius: 50%;
50
+ background: #ffffff88;
51
+ }
52
+ .battery {
53
+ width: 54px;
54
+ height: 26px;
55
+ border: 3px solid #fff;
56
+ border-radius: 5px;
57
+ position: relative;
58
+ }
59
+ .battery:after{
60
+ content:"";
61
+ position:absolute;
62
+ right:-8px; top:7px;
63
+ width:6px; height:12px;
64
+ background:#fff;
65
+ border-radius:2px;
66
+ }
67
+ .battery-level{
68
+ position:absolute; left:3px; top:3px;
69
+ height:18px; width:36px; background:#fff;
70
+ border-radius:2px;
71
+ }
72
+
73
+ /* App bar */
74
+ .app-bar {
75
+ position: absolute;
76
+ top: 120px;
77
+ left: 0;
78
+ width: 1080px;
79
+ height: 120px;
80
+ background: #1aa4a8;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 36px;
84
+ box-sizing: border-box;
85
+ color: #eaf7f7;
86
+ box-shadow: 0 4px 8px rgba(0,0,0,0.1);
87
+ }
88
+ .back-icon {
89
+ width: 54px;
90
+ height: 54px;
91
+ margin-right: 24px;
92
+ }
93
+ .app-title {
94
+ font-size: 56px;
95
+ font-weight: 600;
96
+ }
97
+
98
+ /* Input fields behind modal */
99
+ .form-container {
100
+ position: absolute;
101
+ top: 260px;
102
+ left: 0;
103
+ width: 1080px;
104
+ padding: 24px 36px;
105
+ box-sizing: border-box;
106
+ }
107
+ .input {
108
+ width: 100%;
109
+ height: 110px;
110
+ border-radius: 14px;
111
+ background: #fff;
112
+ border: 1px solid #e1e4e6;
113
+ box-sizing: border-box;
114
+ padding: 0 28px;
115
+ margin-bottom: 28px;
116
+ display: flex;
117
+ align-items: center;
118
+ font-size: 50px;
119
+ color: #333;
120
+ }
121
+ .input.placeholder {
122
+ color: #7a8b90;
123
+ }
124
+ .primary-button {
125
+ width: 100%;
126
+ height: 110px;
127
+ margin-top: 24px;
128
+ background: #1aa4a8;
129
+ color: #fff;
130
+ border-radius: 16px;
131
+ display: flex;
132
+ justify-content: center;
133
+ align-items: center;
134
+ font-size: 46px;
135
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
136
+ }
137
+
138
+ /* Modal overlay */
139
+ .overlay {
140
+ position: absolute;
141
+ top: 0; left: 0;
142
+ width: 1080px; height: 2400px;
143
+ background: rgba(0,0,0,0.35);
144
+ }
145
+ .dialog {
146
+ position: absolute;
147
+ left: 115px;
148
+ top: 520px;
149
+ width: 850px;
150
+ background: #fff;
151
+ border-radius: 16px;
152
+ overflow: hidden;
153
+ box-shadow: 0 14px 40px rgba(0,0,0,0.35);
154
+ }
155
+ .dialog-header {
156
+ background: #62d2cd;
157
+ color: #fff;
158
+ padding: 28px 32px 24px 32px;
159
+ }
160
+ .year-label {
161
+ font-size: 34px;
162
+ opacity: 0.95;
163
+ margin-bottom: 10px;
164
+ }
165
+ .date-large {
166
+ font-size: 70px;
167
+ font-weight: 600;
168
+ letter-spacing: 1px;
169
+ }
170
+
171
+ .calendar {
172
+ background: #fff;
173
+ padding: 24px 28px 10px 28px;
174
+ box-sizing: border-box;
175
+ }
176
+ .month-row {
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ font-size: 44px;
181
+ font-weight: 600;
182
+ color: #3a3a3a;
183
+ margin: 10px 0 18px 0;
184
+ position: relative;
185
+ }
186
+ .arrow {
187
+ position: absolute;
188
+ top: 50%;
189
+ transform: translateY(-50%);
190
+ width: 42px; height: 42px;
191
+ cursor: default;
192
+ }
193
+ .arrow.left { left: 6px; }
194
+ .arrow.right { right: 6px; }
195
+
196
+ .weekdays {
197
+ display: grid;
198
+ grid-template-columns: repeat(7, 1fr);
199
+ gap: 18px;
200
+ text-align: center;
201
+ font-size: 36px;
202
+ color: #7a8b90;
203
+ margin-bottom: 18px;
204
+ }
205
+
206
+ .dates {
207
+ display: grid;
208
+ grid-template-columns: repeat(7, 1fr);
209
+ gap: 18px 18px;
210
+ text-align: center;
211
+ font-size: 40px;
212
+ color: #333;
213
+ }
214
+ .date-cell {
215
+ height: 90px;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ border-radius: 12px;
220
+ }
221
+ .date-cell:hover { background: #f2f7f8; }
222
+
223
+ .dialog-actions {
224
+ display: flex;
225
+ justify-content: space-between;
226
+ padding: 28px 32px 36px 32px;
227
+ font-size: 46px;
228
+ color: #1aa4a8;
229
+ font-weight: 600;
230
+ }
231
+
232
+ /* Keyboard placeholder */
233
+ .keyboard {
234
+ position: absolute;
235
+ bottom: 0;
236
+ left: 0;
237
+ width: 1080px;
238
+ height: 640px;
239
+ background: #1a1a1a;
240
+ border-top: 1px solid #2a2a2a;
241
+ display: flex;
242
+ justify-content: center;
243
+ align-items: center;
244
+ color: #d0d0d0;
245
+ font-size: 42px;
246
+ letter-spacing: 1px;
247
+ }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+
253
+ <!-- Status bar -->
254
+ <div class="status-bar">
255
+ <div class="status-time">10:21</div>
256
+ <div class="status-icons">
257
+ <div class="icon-dot"></div>
258
+ <div class="icon-dot"></div>
259
+ <div class="battery"><div class="battery-level"></div></div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- App bar -->
264
+ <div class="app-bar">
265
+ <svg class="back-icon" viewBox="0 0 24 24">
266
+ <path d="M15.5 4 L7 12 L15.5 20" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
267
+ </svg>
268
+ <div class="app-title">Add Baby</div>
269
+ </div>
270
+
271
+ <!-- Form fields behind modal -->
272
+ <div class="form-container">
273
+ <div class="input">Sam</div>
274
+ <div class="input placeholder">Date</div>
275
+ <div class="input placeholder">Due Date</div>
276
+ <div class="input placeholder">Boy</div>
277
+ <div class="input placeholder">Birth</div>
278
+ <div class="primary-button">Save</div>
279
+ </div>
280
+
281
+ <!-- Modal overlay and date picker dialog -->
282
+ <div class="overlay"></div>
283
+ <div class="dialog">
284
+ <div class="dialog-header">
285
+ <div class="year-label">2023</div>
286
+ <div class="date-large">Tue, Aug 1</div>
287
+ </div>
288
+
289
+ <div class="calendar">
290
+ <div class="month-row">
291
+ <svg class="arrow left" viewBox="0 0 24 24">
292
+ <path d="M15 4 L7 12 L15 20" fill="none" stroke="#444" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
293
+ </svg>
294
+ February 2023
295
+ <svg class="arrow right" viewBox="0 0 24 24">
296
+ <path d="M9 4 L17 12 L9 20" fill="none" stroke="#444" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
297
+ </svg>
298
+ </div>
299
+
300
+ <div class="weekdays">
301
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
302
+ </div>
303
+
304
+ <div class="dates">
305
+ <div class="date-cell"></div>
306
+ <div class="date-cell"></div>
307
+ <div class="date-cell"></div>
308
+ <div class="date-cell">1</div>
309
+ <div class="date-cell">2</div>
310
+ <div class="date-cell">3</div>
311
+ <div class="date-cell">4</div>
312
+
313
+ <div class="date-cell">5</div>
314
+ <div class="date-cell">6</div>
315
+ <div class="date-cell">7</div>
316
+ <div class="date-cell">8</div>
317
+ <div class="date-cell">9</div>
318
+ <div class="date-cell">10</div>
319
+ <div class="date-cell">11</div>
320
+
321
+ <div class="date-cell">12</div>
322
+ <div class="date-cell">13</div>
323
+ <div class="date-cell">14</div>
324
+ <div class="date-cell">15</div>
325
+ <div class="date-cell">16</div>
326
+ <div class="date-cell">17</div>
327
+ <div class="date-cell">18</div>
328
+
329
+ <div class="date-cell">19</div>
330
+ <div class="date-cell">20</div>
331
+ <div class="date-cell">21</div>
332
+ <div class="date-cell">22</div>
333
+ <div class="date-cell">23</div>
334
+ <div class="date-cell">24</div>
335
+ <div class="date-cell">25</div>
336
+
337
+ <div class="date-cell">26</div>
338
+ <div class="date-cell">27</div>
339
+ <div class="date-cell">28</div>
340
+ </div>
341
+ </div>
342
+
343
+ <div class="dialog-actions">
344
+ <div>CANCEL</div>
345
+ <div>OK</div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Keyboard placeholder -->
350
+ <div class="keyboard">[IMG: On-screen Keyboard]</div>
351
+
352
+ </div>
353
+ </body>
354
+ </html>
code/10562/10562_16.html ADDED
@@ -0,0 +1,393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Date Picker</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: #133A43; /* app background */
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 100px;
23
+ padding: 18px 24px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #FFFFFF;
29
+ font-size: 38px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ font-size: 30px;
37
+ }
38
+ .status-icons .icon {
39
+ width: 44px;
40
+ height: 44px;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .status-icons svg { fill: none; stroke: #fff; stroke-width: 3; }
46
+
47
+ /* App bar */
48
+ .app-bar {
49
+ position: absolute;
50
+ top: 100px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 160px;
54
+ background: #1B5A66;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 30px;
58
+ box-sizing: border-box;
59
+ }
60
+ .back-btn {
61
+ width: 70px;
62
+ height: 70px;
63
+ margin-right: 18px;
64
+ }
65
+ .back-btn svg { fill: none; stroke: #fff; stroke-width: 12; }
66
+ .app-title {
67
+ font-size: 72px;
68
+ font-weight: 600;
69
+ color: #EAF9FB;
70
+ }
71
+
72
+ /* Form fields (underlay content) */
73
+ .form-area {
74
+ position: absolute;
75
+ top: 290px;
76
+ left: 0;
77
+ width: 1080px;
78
+ padding: 30px;
79
+ box-sizing: border-box;
80
+ }
81
+ .field {
82
+ width: 1020px;
83
+ height: 120px;
84
+ background: #F7F9FA;
85
+ color: #222;
86
+ border-radius: 16px;
87
+ margin-bottom: 28px;
88
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
89
+ display: flex;
90
+ align-items: center;
91
+ padding: 0 28px;
92
+ font-size: 56px;
93
+ }
94
+ .field.dimmed { opacity: 0.75; }
95
+
96
+ /* Keyboard (simplified) */
97
+ .keyboard {
98
+ position: absolute;
99
+ bottom: 0;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 760px;
103
+ background: #0A0A0A;
104
+ padding: 50px 40px;
105
+ box-sizing: border-box;
106
+ }
107
+ .key-row {
108
+ display: grid;
109
+ grid-template-columns: repeat(10, 1fr);
110
+ gap: 18px;
111
+ margin-bottom: 32px;
112
+ }
113
+ .key {
114
+ height: 100px;
115
+ background: #1E1E1E;
116
+ border-radius: 24px;
117
+ color: #C9C9C9;
118
+ font-size: 46px;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ }
123
+ .space-row { grid-template-columns: 1fr 1fr 3fr 1fr 1fr; }
124
+
125
+ /* Modal overlay */
126
+ .overlay {
127
+ position: absolute;
128
+ top: 0; left: 0;
129
+ width: 1080px; height: 2400px;
130
+ background: rgba(0,0,0,0.45);
131
+ }
132
+
133
+ /* Date picker card */
134
+ .date-card {
135
+ position: absolute;
136
+ left: 115px;
137
+ top: 620px;
138
+ width: 850px;
139
+ height: 1180px;
140
+ background: #FFFFFF;
141
+ border-radius: 18px;
142
+ box-shadow: 0 18px 40px rgba(0,0,0,0.35);
143
+ overflow: hidden;
144
+ color: #222;
145
+ }
146
+ .date-header {
147
+ background: #58D1C8;
148
+ color: #fff;
149
+ padding: 40px 38px 30px 38px;
150
+ }
151
+ .date-header .year {
152
+ font-size: 40px;
153
+ opacity: 0.95;
154
+ margin-bottom: 12px;
155
+ }
156
+ .date-header .large {
157
+ font-size: 78px;
158
+ font-weight: 600;
159
+ }
160
+
161
+ .date-body {
162
+ padding: 28px 26px 18px 26px;
163
+ }
164
+ .month-row {
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ gap: 24px;
169
+ margin-bottom: 22px;
170
+ }
171
+ .month-row .title {
172
+ font-size: 46px;
173
+ font-weight: 700;
174
+ }
175
+ .chev {
176
+ width: 56px; height: 56px;
177
+ display: inline-flex;
178
+ align-items: center; justify-content: center;
179
+ border-radius: 50%;
180
+ color: #58D1C8;
181
+ }
182
+ .chev svg { fill: none; stroke: #58D1C8; stroke-width: 8; }
183
+
184
+ .weekdays {
185
+ display: grid;
186
+ grid-template-columns: repeat(7, 1fr);
187
+ gap: 8px;
188
+ margin: 8px 0 18px 0;
189
+ text-align: center;
190
+ color: #666;
191
+ font-size: 38px;
192
+ }
193
+ .weekdays div { padding: 10px 0; }
194
+
195
+ .days {
196
+ display: grid;
197
+ grid-template-columns: repeat(7, 1fr);
198
+ gap: 8px;
199
+ }
200
+ .day {
201
+ height: 92px;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ font-size: 44px;
206
+ color: #333;
207
+ border-radius: 50%;
208
+ }
209
+ .day.selected {
210
+ background: #58D1C8;
211
+ color: #fff;
212
+ width: 92px;
213
+ height: 92px;
214
+ margin: 0 auto;
215
+ }
216
+
217
+ .card-actions {
218
+ position: absolute;
219
+ bottom: 24px;
220
+ left: 0;
221
+ width: 100%;
222
+ display: flex;
223
+ justify-content: space-between;
224
+ padding: 0 40px;
225
+ box-sizing: border-box;
226
+ font-size: 46px;
227
+ color: #58D1C8;
228
+ font-weight: 600;
229
+ }
230
+ </style>
231
+ </head>
232
+ <body>
233
+ <div id="render-target">
234
+
235
+ <!-- Status bar -->
236
+ <div class="status-bar">
237
+ <div>10:22</div>
238
+ <div class="status-icons">
239
+ <div class="icon">
240
+ <!-- Silent icon -->
241
+ <svg viewBox="0 0 48 48">
242
+ <path d="M8 20h8l10-10v28l-10-10H8z"></path>
243
+ <path d="M34 10l6 6M40 10l-6 6" stroke-linecap="round"></path>
244
+ </svg>
245
+ </div>
246
+ <div class="icon">
247
+ <!-- Do not disturb (circle) -->
248
+ <svg viewBox="0 0 48 48">
249
+ <circle cx="24" cy="24" r="16"></circle>
250
+ <path d="M14 24h20"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="icon">
254
+ <!-- Wi-Fi -->
255
+ <svg viewBox="0 0 48 48">
256
+ <path d="M4 18c10-8 30-8 40 0"></path>
257
+ <path d="M10 26c7-5 21-5 28 0"></path>
258
+ <path d="M16 32c4-3 12-3 16 0"></path>
259
+ <circle cx="24" cy="38" r="2" fill="#fff" stroke="none"></circle>
260
+ </svg>
261
+ </div>
262
+ <div class="icon">
263
+ <!-- Battery -->
264
+ <svg viewBox="0 0 60 48">
265
+ <rect x="6" y="10" width="42" height="28" rx="3"></rect>
266
+ <rect x="50" y="16" width="6" height="16" rx="2"></rect>
267
+ </svg>
268
+ </div>
269
+ <div style="font-size:32px; color:#fff;">100%</div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- App bar -->
274
+ <div class="app-bar">
275
+ <div class="back-btn">
276
+ <svg viewBox="0 0 60 60">
277
+ <path d="M38 10 L18 30 L38 50" stroke-linecap="round" stroke-linejoin="round"></path>
278
+ </svg>
279
+ </div>
280
+ <div class="app-title">Add Baby</div>
281
+ </div>
282
+
283
+ <!-- Form area (beneath overlay) -->
284
+ <div class="form-area">
285
+ <div class="field">Sam</div>
286
+ <div class="field dimmed">Sun, ...</div>
287
+ <div class="field dimmed">Due Date</div>
288
+ <div class="field dimmed">Boy</div>
289
+ <div class="field dimmed">Birth ...</div>
290
+ </div>
291
+
292
+ <!-- Keyboard at bottom (simplified) -->
293
+ <div class="keyboard">
294
+ <div class="key-row">
295
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
296
+ </div>
297
+ <div class="key-row">
298
+ <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">↵</div>
299
+ </div>
300
+ <div class="key-row">
301
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key">⌫</div><div class="key">.</div><div class="key">,</div>
302
+ </div>
303
+ <div class="key-row space-row">
304
+ <div class="key">?123</div>
305
+ <div class="key">😊</div>
306
+ <div class="key">space</div>
307
+ <div class="key">.</div>
308
+ <div class="key">↪︎</div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Modal overlay + Date picker -->
313
+ <div class="overlay"></div>
314
+
315
+ <div class="date-card">
316
+ <div class="date-header">
317
+ <div class="year">2023</div>
318
+ <div class="large">Tue, Aug 1</div>
319
+ </div>
320
+ <div class="date-body">
321
+ <div class="month-row">
322
+ <div class="chev">
323
+ <svg viewBox="0 0 60 60">
324
+ <path d="M36 14 L22 30 L36 46" stroke-linecap="round" stroke-linejoin="round"></path>
325
+ </svg>
326
+ </div>
327
+ <div class="title">August 2023</div>
328
+ <div class="chev">
329
+ <svg viewBox="0 0 60 60">
330
+ <path d="M24 14 L38 30 L24 46" stroke-linecap="round" stroke-linejoin="round"></path>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="weekdays">
336
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
337
+ </div>
338
+
339
+ <div class="days">
340
+ <!-- Row 1 -->
341
+ <div class="day selected">1</div>
342
+ <div class="day">2</div>
343
+ <div class="day">3</div>
344
+ <div class="day">4</div>
345
+ <div class="day">5</div>
346
+ <div class="day">6</div>
347
+ <div class="day">7</div>
348
+
349
+ <!-- Row 2 -->
350
+ <div class="day">8</div>
351
+ <div class="day">9</div>
352
+ <div class="day">10</div>
353
+ <div class="day">11</div>
354
+ <div class="day">12</div>
355
+ <div class="day">13</div>
356
+ <div class="day">14</div>
357
+
358
+ <!-- Row 3 -->
359
+ <div class="day">15</div>
360
+ <div class="day">16</div>
361
+ <div class="day">17</div>
362
+ <div class="day">18</div>
363
+ <div class="day">19</div>
364
+ <div class="day">20</div>
365
+ <div class="day">21</div>
366
+
367
+ <!-- Row 4 -->
368
+ <div class="day">22</div>
369
+ <div class="day">23</div>
370
+ <div class="day">24</div>
371
+ <div class="day">25</div>
372
+ <div class="day">26</div>
373
+ <div class="day">27</div>
374
+ <div class="day">28</div>
375
+
376
+ <!-- Row 5 -->
377
+ <div class="day">29</div>
378
+ <div class="day">30</div>
379
+ <div class="day">31</div>
380
+ <!-- empty placeholders to keep grid (optional) -->
381
+ <div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div>
382
+ </div>
383
+ </div>
384
+
385
+ <div class="card-actions">
386
+ <div>CANCEL</div>
387
+ <div>OK</div>
388
+ </div>
389
+ </div>
390
+
391
+ </div>
392
+ </body>
393
+ </html>
code/10562/10562_17.html ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Add Baby</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: #f7f8f9;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ background: #0f1a1f;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left {
30
+ font-size: 40px;
31
+ font-weight: 600;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-right {
35
+ margin-left: auto;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ color: #fff;
40
+ }
41
+ .status-icon {
42
+ width: 42px;
43
+ height: 42px;
44
+ }
45
+ .battery {
46
+ display: inline-flex;
47
+ align-items: center;
48
+ font-size: 34px;
49
+ }
50
+
51
+ /* App bar */
52
+ .app-bar {
53
+ position: absolute;
54
+ top: 120px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 160px;
58
+ background: #2bb6b5;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 30px;
62
+ box-sizing: border-box;
63
+ color: #fff;
64
+ }
65
+ .back-btn {
66
+ width: 80px;
67
+ height: 80px;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ margin-right: 16px;
72
+ }
73
+ .app-title {
74
+ font-size: 64px;
75
+ font-weight: 700;
76
+ }
77
+
78
+ /* Main content */
79
+ .content {
80
+ position: absolute;
81
+ top: 280px;
82
+ left: 0;
83
+ width: 1080px;
84
+ height: 2120px;
85
+ background: #f3f5f6;
86
+ padding: 40px 40px 0 40px;
87
+ box-sizing: border-box;
88
+ }
89
+ .field {
90
+ width: 1000px;
91
+ height: 120px;
92
+ background: #ffffff;
93
+ border-radius: 18px;
94
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
95
+ display: flex;
96
+ align-items: center;
97
+ padding: 0 28px;
98
+ margin-bottom: 40px;
99
+ font-size: 56px;
100
+ color: #222;
101
+ }
102
+ .field.gray-text { color: #5a5a5a; }
103
+
104
+ /* Floating action-style button (placeholder at right) */
105
+ .action-btn {
106
+ position: absolute;
107
+ right: 40px;
108
+ bottom: 580px;
109
+ width: 160px;
110
+ height: 120px;
111
+ background: #2bb6b5;
112
+ border-radius: 18px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ color: #fff;
117
+ font-size: 46px;
118
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
119
+ }
120
+
121
+ /* Modal overlay & dialog */
122
+ .overlay {
123
+ position: absolute;
124
+ left: 0;
125
+ top: 0;
126
+ width: 1080px;
127
+ height: 2400px;
128
+ background: rgba(0,0,0,0.35);
129
+ }
130
+ .dialog {
131
+ position: absolute;
132
+ left: 60px;
133
+ top: 1200px;
134
+ width: 960px;
135
+ background: #ffffff;
136
+ border-radius: 16px;
137
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
138
+ padding: 40px 48px 36px 48px;
139
+ box-sizing: border-box;
140
+ }
141
+ .dialog-title {
142
+ font-size: 54px;
143
+ color: #333;
144
+ margin-bottom: 40px;
145
+ font-weight: 700;
146
+ }
147
+ .radio-row {
148
+ display: flex;
149
+ align-items: center;
150
+ gap: 28px;
151
+ margin-bottom: 32px;
152
+ }
153
+ .radio {
154
+ width: 64px;
155
+ height: 64px;
156
+ border-radius: 50%;
157
+ border: 6px solid #9e9e9e;
158
+ box-sizing: border-box;
159
+ position: relative;
160
+ }
161
+ .radio.selected {
162
+ border-color: #3bc4c1;
163
+ }
164
+ .radio.selected::after {
165
+ content: "";
166
+ position: absolute;
167
+ left: 50%;
168
+ top: 50%;
169
+ width: 26px;
170
+ height: 26px;
171
+ background: #3bc4c1;
172
+ border-radius: 50%;
173
+ transform: translate(-50%, -50%);
174
+ }
175
+ .radio-label {
176
+ font-size: 56px;
177
+ color: #222;
178
+ }
179
+ .dialog-ok {
180
+ margin-top: 26px;
181
+ font-size: 44px;
182
+ color: #3bc4c1;
183
+ font-weight: 700;
184
+ }
185
+
186
+ /* Keyboard (visual approximation) */
187
+ .keyboard {
188
+ position: absolute;
189
+ left: 0;
190
+ bottom: 0;
191
+ width: 1080px;
192
+ height: 880px;
193
+ background: #0f1114;
194
+ padding: 34px 24px;
195
+ box-sizing: border-box;
196
+ }
197
+ .key-row {
198
+ display: flex;
199
+ gap: 20px;
200
+ margin-bottom: 26px;
201
+ }
202
+ .key {
203
+ height: 120px;
204
+ background: #23272b;
205
+ color: #cfd3d7;
206
+ border-radius: 22px;
207
+ flex: 1;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ font-size: 52px;
212
+ }
213
+ .key.small { flex: 0 0 120px; }
214
+ .space { flex: 1.8; }
215
+ .enter {
216
+ background: #4b5f44;
217
+ color: #e0e5e3;
218
+ flex: 0 0 160px;
219
+ }
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status Bar -->
226
+ <div class="status-bar">
227
+ <div class="status-left">10:22</div>
228
+ <div class="status-right">
229
+ <!-- Tiny icons -->
230
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
231
+ <path d="M3 12c3-3 6-5 9-5s6 2 9 5" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
232
+ <circle cx="12" cy="12" r="2" fill="#ffffff"/>
233
+ </svg>
234
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
235
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#ffffff" stroke-width="2"/>
236
+ <rect x="4" y="8" width="14" height="8" fill="#ffffff"/>
237
+ <rect x="20" y="10" width="2" height="4" fill="#ffffff"/>
238
+ </svg>
239
+ <div class="battery">100%</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- App Bar -->
244
+ <div class="app-bar">
245
+ <div class="back-btn">
246
+ <svg viewBox="0 0 24 24" width="60" height="60">
247
+ <path d="M15 6l-6 6 6 6" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+ <div class="app-title">Add Baby</div>
251
+ </div>
252
+
253
+ <!-- Main Content -->
254
+ <div class="content">
255
+ <div class="field">Sam</div>
256
+ <div class="field gray-text">Sun, Jan 01 23</div>
257
+ <div class="field gray-text">Tue, Aug 01 23</div>
258
+ <div class="field gray-text">Boy</div>
259
+
260
+ <div class="action-btn">OK</div>
261
+ </div>
262
+
263
+ <!-- Modal Overlay and Dialog -->
264
+ <div class="overlay"></div>
265
+ <div class="dialog">
266
+ <div class="dialog-title">Gender</div>
267
+ <div class="radio-row">
268
+ <div class="radio selected"></div>
269
+ <div class="radio-label">Boy</div>
270
+ </div>
271
+ <div class="radio-row">
272
+ <div class="radio"></div>
273
+ <div class="radio-label">Girl</div>
274
+ </div>
275
+ <div class="dialog-ok">OK</div>
276
+ </div>
277
+
278
+ <!-- Keyboard (approximate visual) -->
279
+ <div class="keyboard">
280
+ <div class="key-row">
281
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
282
+ <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>
283
+ </div>
284
+ <div class="key-row">
285
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
286
+ <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>
287
+ </div>
288
+ <div class="key-row">
289
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
290
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key small">⌫</div>
291
+ </div>
292
+ <div class="key-row">
293
+ <div class="key small">?123</div>
294
+ <div class="key small">,</div>
295
+ <div class="key space">space</div>
296
+ <div class="key enter">↵</div>
297
+ </div>
298
+ </div>
299
+
300
+ </div>
301
+ </body>
302
+ </html>
code/10562/10562_19.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Add Baby UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #f5f6f7;
13
+ border-radius: 32px;
14
+ box-shadow: 0 20px 60px rgba(0,0,0,0.15);
15
+ }
16
+
17
+ /* Top App Bar */
18
+ .topbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 220px;
24
+ background: #1f7a80;
25
+ color: #ffffff;
26
+ }
27
+ .status {
28
+ height: 90px;
29
+ padding: 0 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ font-size: 34px;
34
+ opacity: 0.95;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 26px;
40
+ }
41
+ .appbar {
42
+ height: 130px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 36px;
46
+ gap: 24px;
47
+ }
48
+ .appbar-title {
49
+ font-size: 64px;
50
+ font-weight: 600;
51
+ letter-spacing: 0.5px;
52
+ }
53
+ .icon-btn {
54
+ width: 72px;
55
+ height: 72px;
56
+ display: inline-flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ border-radius: 36px;
60
+ }
61
+
62
+ /* Form area */
63
+ .content {
64
+ position: absolute;
65
+ top: 220px;
66
+ left: 0;
67
+ right: 0;
68
+ padding: 40px 36px;
69
+ }
70
+ .input {
71
+ width: 1008px;
72
+ height: 120px;
73
+ background: #ffffff;
74
+ border-radius: 18px;
75
+ box-shadow: 0 4px 12px rgba(0,0,0,0.06);
76
+ display: flex;
77
+ align-items: center;
78
+ padding: 0 32px;
79
+ font-size: 58px;
80
+ color: #2c2c2c;
81
+ margin-bottom: 40px;
82
+ }
83
+ .placeholder { color: #3a3a3a; }
84
+ .subtle { color: #6f6f6f; }
85
+
86
+ /* Bottom primary button */
87
+ .bottom-action {
88
+ position: absolute;
89
+ bottom: 60px;
90
+ left: 36px;
91
+ width: 1008px;
92
+ height: 120px;
93
+ background: #1f7a80;
94
+ color: #ffffff;
95
+ border-radius: 24px;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ font-size: 54px;
100
+ font-weight: 600;
101
+ letter-spacing: 0.4px;
102
+ opacity: 0.95;
103
+ }
104
+
105
+ /* Modal overlay and card */
106
+ .overlay {
107
+ position: absolute;
108
+ top: 0; left: 0; width: 100%; height: 100%;
109
+ background: rgba(0,0,0,0.35);
110
+ }
111
+ .modal {
112
+ position: absolute;
113
+ top: 860px;
114
+ left: 60px;
115
+ width: 960px;
116
+ background: #ffffff;
117
+ border-radius: 18px;
118
+ box-shadow: 0 10px 30px rgba(0,0,0,0.3);
119
+ padding: 42px 46px 36px;
120
+ }
121
+ .modal-title {
122
+ font-size: 60px;
123
+ color: #2f2f2f;
124
+ margin-bottom: 36px;
125
+ font-weight: 600;
126
+ }
127
+ .picker-row {
128
+ display: grid;
129
+ grid-template-columns: repeat(4, 1fr);
130
+ gap: 36px;
131
+ align-items: center;
132
+ margin-top: 8px;
133
+ }
134
+ .picker-col {
135
+ text-align: center;
136
+ }
137
+ .picker-top {
138
+ font-size: 44px;
139
+ color: #b0b0b0;
140
+ margin-bottom: 26px;
141
+ }
142
+ .picker-selected {
143
+ font-size: 52px;
144
+ color: #252525;
145
+ font-weight: 500;
146
+ padding-bottom: 18px;
147
+ border-bottom: 6px solid #a9a9a9;
148
+ margin-bottom: 26px;
149
+ }
150
+ .picker-bottom {
151
+ font-size: 42px;
152
+ color: #c9c9c9;
153
+ }
154
+ .picker-underline {
155
+ width: 100%;
156
+ height: 0;
157
+ border-top: 4px solid #d0d0d0;
158
+ margin-top: 18px;
159
+ opacity: 0.7;
160
+ }
161
+ .modal-actions {
162
+ margin-top: 48px;
163
+ display: flex;
164
+ justify-content: flex-end;
165
+ gap: 52px;
166
+ }
167
+ .text-btn {
168
+ font-size: 48px;
169
+ color: #1f7a80;
170
+ font-weight: 600;
171
+ }
172
+
173
+ /* Simple status icons */
174
+ .battery {
175
+ width: 56px; height: 28px; border: 4px solid #fff; border-radius: 6px; position: relative;
176
+ }
177
+ .battery::after {
178
+ content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 12px; background: #fff; border-radius: 2px;
179
+ }
180
+ .battery-level {
181
+ position: absolute; left: 4px; top: 4px; height: 20px; width: 40px; background: #fff;
182
+ }
183
+ .wifi {
184
+ width: 44px; height: 44px;
185
+ }
186
+ .cell {
187
+ width: 44px; height: 44px;
188
+ }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+
194
+ <!-- Top App Bar -->
195
+ <div class="topbar">
196
+ <div class="status">
197
+ <div>10:24</div>
198
+ <div class="status-right">
199
+ <!-- Cellular icon -->
200
+ <svg class="cell" viewBox="0 0 24 24" fill="none">
201
+ <rect x="2" y="14" width="3" height="8" fill="#ffffff"></rect>
202
+ <rect x="7" y="10" width="3" height="12" fill="#ffffff" opacity="0.8"></rect>
203
+ <rect x="12" y="6" width="3" height="16" fill="#ffffff" opacity="0.7"></rect>
204
+ <rect x="17" y="2" width="3" height="20" fill="#ffffff" opacity="0.6"></rect>
205
+ </svg>
206
+ <!-- WiFi icon -->
207
+ <svg class="wifi" viewBox="0 0 24 24">
208
+ <path d="M12 18a2 2 0 1 0 .001 4.001A2 2 0 0 0 12 18z" fill="#ffffff"></path>
209
+ <path d="M2 12c5.5-5.5 14.5-5.5 20 0" stroke="#ffffff" stroke-width="3" fill="none" opacity="0.85"></path>
210
+ <path d="M5 15c4-4 10-4 14 0" stroke="#ffffff" stroke-width="3" fill="none" opacity="0.85"></path>
211
+ </svg>
212
+ <!-- Battery icon -->
213
+ <div class="battery"><div class="battery-level"></div></div>
214
+ <div style="font-size:30px; color:#fff;">100%</div>
215
+ </div>
216
+ </div>
217
+ <div class="appbar">
218
+ <div class="icon-btn">
219
+ <svg width="64" height="64" viewBox="0 0 24 24">
220
+ <path d="M15 6l-6 6 6 6" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="appbar-title">Add Baby</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Form Content -->
228
+ <div class="content">
229
+ <div class="input"><span class="placeholder">Sam</span></div>
230
+ <div class="input"><span class="subtle">Sun, Jan 01 23</span></div>
231
+ <div class="input"><span class="subtle">Tue, Aug 01 23</span></div>
232
+ <div class="input"><span class="subtle">Birth Weight</span></div>
233
+ </div>
234
+
235
+ <!-- Bottom Action Button -->
236
+ <div class="bottom-action">Add Baby</div>
237
+
238
+ <!-- Modal Overlay and Card -->
239
+ <div class="overlay"></div>
240
+ <div class="modal">
241
+ <div class="modal-title">Birth Weight</div>
242
+
243
+ <div class="picker-row">
244
+ <div class="picker-col">
245
+ <div class="picker-top">13lb</div>
246
+ <div class="picker-selected">14lb</div>
247
+ <div class="picker-bottom">0lb</div>
248
+ </div>
249
+ <div class="picker-col">
250
+ <div class="picker-top">15</div>
251
+ <div class="picker-selected">0</div>
252
+ <div class="picker-bottom">1</div>
253
+ </div>
254
+ <div class="picker-col">
255
+ <div class="picker-top">.9</div>
256
+ <div class="picker-selected">.0</div>
257
+ <div class="picker-bottom">.1</div>
258
+ </div>
259
+ <div class="picker-col">
260
+ <div class="picker-top">9oz</div>
261
+ <div class="picker-selected">0oz</div>
262
+ <div class="picker-bottom">1oz</div>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="modal-actions">
267
+ <div class="text-btn">CANCEL</div>
268
+ <div class="text-btn">DONE</div>
269
+ </div>
270
+ </div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/10562/10562_2.html ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - More</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top status bar */
16
+ .statusbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ background: #3A9AA3;
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ font-size: 42px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 22px; }
32
+ .status-right { display: flex; align-items: center; gap: 26px; }
33
+ .status-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 5; }
34
+
35
+ /* Header area */
36
+ .header {
37
+ position: absolute;
38
+ top: 120px;
39
+ left: 0;
40
+ width: 1080px;
41
+ height: 180px;
42
+ background: #5DB5BD;
43
+ color: #ffffff;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ padding: 0 40px;
48
+ box-sizing: border-box;
49
+ }
50
+ .header .title { font-size: 84px; font-weight: 700; letter-spacing: 1px; }
51
+ .header .action { font-size: 46px; font-weight: 700; opacity: 0.9; }
52
+
53
+ /* List */
54
+ .list {
55
+ position: absolute;
56
+ top: 300px;
57
+ left: 0;
58
+ width: 1080px;
59
+ box-sizing: border-box;
60
+ background: #fff;
61
+ }
62
+ .item {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 34px;
66
+ padding: 34px 40px;
67
+ border-bottom: 2px solid #e9e9e9;
68
+ }
69
+ .item .label { font-size: 58px; color: #333; }
70
+ .icon {
71
+ width: 96px;
72
+ height: 96px;
73
+ border-radius: 48px;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ flex-shrink: 0;
78
+ }
79
+ .icon svg { width: 60px; height: 60px; }
80
+ .sep {
81
+ height: 26px;
82
+ background: #f1f1f1;
83
+ border-bottom: 2px solid #e5e5e5;
84
+ border-top: 2px solid #e5e5e5;
85
+ }
86
+
87
+ /* Bottom navigation */
88
+ .nav {
89
+ position: absolute;
90
+ bottom: 120px;
91
+ left: 0;
92
+ width: 1080px;
93
+ height: 170px;
94
+ background: #5DB5BD;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-around;
98
+ }
99
+ .nav .nav-icon { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }
100
+ .nav .nav-icon svg { width: 88px; height: 88px; stroke: #fff; stroke-width: 6; fill: none; }
101
+ .nav .menu svg { stroke: none; fill: #fff; }
102
+
103
+ /* Home indicator */
104
+ .home-indicator {
105
+ position: absolute;
106
+ bottom: 28px;
107
+ left: 50%;
108
+ transform: translateX(-50%);
109
+ width: 640px;
110
+ height: 18px;
111
+ background: #ffffff;
112
+ border-radius: 12px;
113
+ opacity: 0.9;
114
+ }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Status bar -->
121
+ <div class="statusbar">
122
+ <div class="status-left">
123
+ <div>10:17</div>
124
+ <div class="status-icon">
125
+ <!-- simple triangle to hint Play icon -->
126
+ <svg viewBox="0 0 24 24"><path d="M6 4l14 8-14 8z" fill="#fff"/></svg>
127
+ </div>
128
+ </div>
129
+ <div class="status-right">
130
+ <div class="status-icon">
131
+ <!-- mute/speaker off -->
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M4 9h4l5-4v18l-5-4H4zM18 9l4 4-4 4" />
134
+ </svg>
135
+ </div>
136
+ <div class="status-icon">
137
+ <!-- do not disturb -->
138
+ <svg viewBox="0 0 24 24">
139
+ <circle cx="12" cy="12" r="9"></circle>
140
+ <path d="M6 12h12"></path>
141
+ </svg>
142
+ </div>
143
+ <div class="status-icon">
144
+ <!-- wifi -->
145
+ <svg viewBox="0 0 24 24">
146
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M9 16c2-2 4-2 6 0M12 20l2 2" />
147
+ </svg>
148
+ </div>
149
+ <div>100%</div>
150
+ <div class="status-icon">
151
+ <!-- battery -->
152
+ <svg viewBox="0 0 28 24">
153
+ <rect x="2" y="5" width="22" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="3"/>
154
+ <rect x="24" y="10" width="3" height="4" fill="#fff"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Header -->
161
+ <div class="header">
162
+ <div class="title">More</div>
163
+ <div class="action">CUSTOMIZE</div>
164
+ </div>
165
+
166
+ <!-- List items -->
167
+ <div class="list">
168
+
169
+ <div class="item">
170
+ <div class="icon" style="background:#A58BD9;">
171
+ <!-- diaper cube -->
172
+ <svg viewBox="0 0 24 24" fill="#fff">
173
+ <rect x="4" y="4" width="16" height="10" rx="2" />
174
+ <path d="M4 14c2 4 4 6 8 6s6-2 8-6" fill="none" stroke="#fff" stroke-width="2"/>
175
+ </svg>
176
+ </div>
177
+ <div class="label">Diaper</div>
178
+ </div>
179
+
180
+ <div class="item">
181
+ <div class="icon" style="background:#8FCC9B;">
182
+ <!-- stats line -->
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M3 18l6-6 4 3 8-9" stroke="#fff" stroke-width="3" fill="none"/>
185
+ <path d="M3 20h18" stroke="#fff" stroke-width="2"/>
186
+ </svg>
187
+ </div>
188
+ <div class="label">Stats</div>
189
+ </div>
190
+
191
+ <div class="item">
192
+ <div class="icon" style="background:#FFD671;">
193
+ <!-- ruler -->
194
+ <svg viewBox="0 0 24 24">
195
+ <rect x="3" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="3"/>
196
+ <path d="M6 7v6M9 7v4M12 7v6M15 7v4M18 7v6" stroke="#fff" stroke-width="2"/>
197
+ </svg>
198
+ </div>
199
+ <div class="label">Length</div>
200
+ </div>
201
+
202
+ <div class="item">
203
+ <div class="icon" style="background:#FFC161;">
204
+ <!-- camera -->
205
+ <svg viewBox="0 0 24 24">
206
+ <rect x="3" y="7" width="18" height="12" rx="3" fill="none" stroke="#fff" stroke-width="3"/>
207
+ <circle cx="12" cy="13" r="4" fill="none" stroke="#fff" stroke-width="3"/>
208
+ <path d="M8 7l2-3h4l2 3" stroke="#fff" stroke-width="3"/>
209
+ </svg>
210
+ </div>
211
+ <div class="label">Photos</div>
212
+ </div>
213
+
214
+ <div class="item">
215
+ <div class="icon" style="background:#F39BB4;">
216
+ <!-- bottle/pump -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M10 3h4v4h-4zM8 7h8v12a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3V7z" fill="none" stroke="#fff" stroke-width="3"/>
219
+ </svg>
220
+ </div>
221
+ <div class="label">Pumping</div>
222
+ </div>
223
+
224
+ <div class="item">
225
+ <div class="icon" style="background:#8BD156;">
226
+ <!-- calendar -->
227
+ <svg viewBox="0 0 24 24">
228
+ <rect x="3" y="5" width="18" height="16" rx="2" fill="none" stroke="#fff" stroke-width="3"/>
229
+ <path d="M3 9h18M8 3v4M16 3v4" stroke="#fff" stroke-width="3"/>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Daily Schedule</div>
233
+ </div>
234
+
235
+ <div class="item">
236
+ <div class="icon" style="background:#F48D51;">
237
+ <!-- pencil -->
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M4 17l10-10 3 3-10 10H4z" fill="none" stroke="#fff" stroke-width="3"/>
240
+ <path d="M14 7l2-2 3 3-2 2" stroke="#fff" stroke-width="3"/>
241
+ </svg>
242
+ </div>
243
+ <div class="label">Notes</div>
244
+ </div>
245
+
246
+ <div class="sep"></div>
247
+
248
+ <div class="item">
249
+ <div class="icon" style="background:#D9D9D9;">
250
+ <!-- baby face -->
251
+ <svg viewBox="0 0 24 24">
252
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#777" stroke-width="3"/>
253
+ <circle cx="9" cy="11" r="1.5" fill="#777"/>
254
+ <circle cx="15" cy="11" r="1.5" fill="#777"/>
255
+ <path d="M9 15c2 2 4 2 6 0" stroke="#777" stroke-width="3" fill="none"/>
256
+ </svg>
257
+ </div>
258
+ <div class="label">Baby & Caregiver Info</div>
259
+ </div>
260
+
261
+ <div class="item">
262
+ <div class="icon" style="background:#D9D9D9;">
263
+ <!-- device icon -->
264
+ <svg viewBox="0 0 24 24">
265
+ <rect x="5" y="5" width="14" height="10" rx="2" fill="none" stroke="#777" stroke-width="3"/>
266
+ <path d="M8 17h8l-2 3H10z" fill="none" stroke="#777" stroke-width="3"/>
267
+ </svg>
268
+ </div>
269
+ <div class="label">Hatch Baby Devices</div>
270
+ </div>
271
+
272
+ <div class="item">
273
+ <div class="icon" style="background:#D9D9D9;">
274
+ <!-- share/upload -->
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M12 16V6M8 10l4-4 4 4" stroke="#777" stroke-width="3" fill="none"/>
277
+ <path d="M5 18h14" stroke="#777" stroke-width="3"/>
278
+ </svg>
279
+ </div>
280
+ <div class="label">Share Hatch Baby</div>
281
+ </div>
282
+
283
+ <div class="item">
284
+ <div class="icon" style="background:#D9D9D9;">
285
+ <!-- question mark -->
286
+ <svg viewBox="0 0 24 24">
287
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="3"/>
288
+ <path d="M9 9a3 3 0 1 1 5 2c-2 1-2 2-2 3" stroke="#777" stroke-width="3" fill="none"/>
289
+ <circle cx="12" cy="18" r="1.5" fill="#777"/>
290
+ </svg>
291
+ </div>
292
+ <div class="label">FAQ / Support</div>
293
+ </div>
294
+
295
+ <div class="item" style="border-bottom: none;">
296
+ <div class="icon" style="background:#D9D9D9;">
297
+ <!-- gear -->
298
+ <svg viewBox="0 0 24 24">
299
+ <circle cx="12" cy="12" r="3.5" fill="none" stroke="#777" stroke-width="3"/>
300
+ <path d="M12 3v3M12 18v3M3 12h3M18 12h3M5.5 5.5l2 2M16.5 16.5l2 2M16.5 7.5l2-2M5.5 18.5l2-2" stroke="#777" stroke-width="3"/>
301
+ </svg>
302
+ </div>
303
+ <div class="label">Settings</div>
304
+ </div>
305
+
306
+ </div>
307
+
308
+ <!-- Bottom navigation -->
309
+ <div class="nav">
310
+ <div class="nav-icon">
311
+ <!-- speedometer -->
312
+ <svg viewBox="0 0 24 24">
313
+ <circle cx="12" cy="12" r="8" />
314
+ <path d="M12 12l4-2M4 12h3M17 12h3M8 16h8" />
315
+ </svg>
316
+ </div>
317
+ <div class="nav-icon">
318
+ <!-- bottle -->
319
+ <svg viewBox="0 0 24 24">
320
+ <path d="M10 3h4v4h-4zM8 7h8v10a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3V7z" />
321
+ </svg>
322
+ </div>
323
+ <div class="nav-icon">
324
+ <!-- moon with zz -->
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M15 3a9 9 0 1 0 6 14A8 8 0 0 1 15 3z" />
327
+ </svg>
328
+ </div>
329
+ <div class="nav-icon">
330
+ <!-- weight scale -->
331
+ <svg viewBox="0 0 24 24">
332
+ <rect x="4" y="4" width="16" height="16" rx="4"/>
333
+ <path d="M12 8v6" />
334
+ </svg>
335
+ </div>
336
+ <div class="nav-icon menu">
337
+ <!-- hamburger menu -->
338
+ <svg viewBox="0 0 24 24">
339
+ <rect x="4" y="6" width="16" height="2" />
340
+ <rect x="4" y="11" width="16" height="2" />
341
+ <rect x="4" y="16" width="16" height="2" />
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="home-indicator"></div>
347
+
348
+ </div>
349
+ </body>
350
+ </html>
code/10562/10562_20.html ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Add Baby UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #F7F9FA;
14
+ }
15
+
16
+ /* Header */
17
+ .header {
18
+ position: relative;
19
+ width: 100%;
20
+ height: 270px;
21
+ background: #59B5C1;
22
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
23
+ }
24
+ .status-bar {
25
+ height: 110px;
26
+ color: #FFFFFF;
27
+ font-size: 36px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 36px;
32
+ opacity: 0.95;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 18px; }
35
+ .status-right { display: flex; align-items: center; gap: 24px; }
36
+ .icon-circle {
37
+ width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.8);
38
+ }
39
+ .app-bar {
40
+ height: 160px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 36px;
44
+ color: #FFFFFF;
45
+ }
46
+ .back-btn {
47
+ width: 92px; height: 92px; display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .title {
50
+ font-size: 66px;
51
+ font-weight: 600;
52
+ margin-left: 16px;
53
+ }
54
+ .back-btn svg { fill: #FFFFFF; }
55
+
56
+ /* Form area */
57
+ .content {
58
+ position: absolute;
59
+ left: 0; right: 0;
60
+ top: 270px;
61
+ bottom: 0;
62
+ background: #FFFFFF;
63
+ border-top-left-radius: 0;
64
+ border-top-right-radius: 0;
65
+ }
66
+ .form {
67
+ padding: 36px;
68
+ }
69
+ .input {
70
+ height: 124px;
71
+ border-radius: 20px;
72
+ background: #FFFFFF;
73
+ border: 2px solid #ECEFF1;
74
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
75
+ display: flex;
76
+ align-items: center;
77
+ padding: 0 30px;
78
+ font-size: 56px;
79
+ color: #222;
80
+ margin-bottom: 28px;
81
+ position: relative;
82
+ }
83
+ .cursor {
84
+ position: absolute;
85
+ width: 6px;
86
+ height: 70px;
87
+ background: #4DBAC6;
88
+ right: auto;
89
+ left: 170px;
90
+ top: 27px;
91
+ border-radius: 3px;
92
+ animation: blink 1s infinite;
93
+ }
94
+ @keyframes blink { 0%, 50% { opacity: 1; } 51%,100% { opacity: 0; } }
95
+
96
+ /* Bottom button */
97
+ .bottom-bar {
98
+ position: absolute;
99
+ left: 0;
100
+ right: 0;
101
+ bottom: 0;
102
+ height: 220px;
103
+ background: transparent;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ }
108
+ .cta {
109
+ width: 1000px;
110
+ height: 120px;
111
+ background: #59B5C1;
112
+ color: #FFFFFF;
113
+ font-size: 48px;
114
+ font-weight: 600;
115
+ border-radius: 18px;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ box-shadow: 0 4px 0 rgba(0,0,0,0.08);
120
+ }
121
+ .gesture {
122
+ position: absolute;
123
+ bottom: 20px;
124
+ left: 50%;
125
+ transform: translateX(-50%);
126
+ width: 420px;
127
+ height: 12px;
128
+ background: #D9D9D9;
129
+ border-radius: 6px;
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Top header with status and app bar -->
137
+ <div class="header">
138
+ <div class="status-bar">
139
+ <div class="status-left">
140
+ <div>10:24</div>
141
+ <div class="icon-circle" title="Play Store"></div>
142
+ </div>
143
+ <div class="status-right">
144
+ <!-- Simple inline status icons -->
145
+ <svg width="36" height="36" viewBox="0 0 24 24">
146
+ <path fill="#FFFFFF" d="M12 3L2 10h4v7h12v-7h4L12 3z"/>
147
+ </svg>
148
+ <svg width="40" height="36" viewBox="0 0 24 24">
149
+ <path fill="#FFFFFF" d="M3 11h18v2H3z"/>
150
+ </svg>
151
+ <svg width="40" height="36" viewBox="0 0 24 24">
152
+ <path fill="#FFFFFF" d="M12 3c-4.97 0-9 4.03-9 9h2a7 7 0 0 1 7-7V3zm0 4a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V7zm0 4c-1.1 0-2 .9-2 2h2v-2z"/>
153
+ </svg>
154
+ <svg width="64" height="36" viewBox="0 0 24 24">
155
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#FFFFFF" stroke-width="2"/>
156
+ <rect x="3.5" y="8.5" width="14" height="7" fill="#FFFFFF"/>
157
+ <rect x="20.5" y="9" width="1.5" height="6" fill="#FFFFFF"/>
158
+ </svg>
159
+ <div style="font-size:34px;">100%</div>
160
+ </div>
161
+ </div>
162
+ <div class="app-bar">
163
+ <div class="back-btn">
164
+ <svg width="64" height="64" viewBox="0 0 24 24">
165
+ <path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path>
166
+ </svg>
167
+ </div>
168
+ <div class="title">Add Baby</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Main content -->
173
+ <div class="content">
174
+ <div class="form">
175
+ <div class="input">
176
+ Sam
177
+ <div class="cursor"></div>
178
+ </div>
179
+ <div class="input">Sun, Jan 01 23</div>
180
+ <div class="input">Tue, Aug 01 23</div>
181
+ <div class="input">Boy</div>
182
+ <div class="input">14lb</div>
183
+ </div>
184
+
185
+ <div class="bottom-bar">
186
+ <div class="cta">Add Baby</div>
187
+ <div class="gesture"></div>
188
+ </div>
189
+ </div>
190
+
191
+ </div>
192
+ </body>
193
+ </html>
code/10562/10562_21.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Helvetica Neue", Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #f6f7f8;
18
+ }
19
+
20
+ /* Top teal bars */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 110px;
27
+ background: #59B6C1;
28
+ color: #fff;
29
+ font-size: 40px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 40px;
33
+ box-sizing: border-box;
34
+ }
35
+ .status-right {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ font-size: 36px;
41
+ opacity: 0.95;
42
+ }
43
+ .header {
44
+ position: absolute;
45
+ top: 110px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 160px;
49
+ background: #59B6C1;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ box-sizing: border-box;
54
+ color: #fff;
55
+ }
56
+ .back-icon {
57
+ width: 72px;
58
+ height: 72px;
59
+ margin-right: 20px;
60
+ }
61
+ .header-title {
62
+ font-size: 64px;
63
+ font-weight: 600;
64
+ letter-spacing: 0.5px;
65
+ }
66
+
67
+ /* Content area */
68
+ .content {
69
+ position: absolute;
70
+ top: 270px;
71
+ left: 0;
72
+ width: 100%;
73
+ height: calc(2400px - 270px);
74
+ background: #fff;
75
+ padding: 30px;
76
+ box-sizing: border-box;
77
+ }
78
+
79
+ .field {
80
+ width: 1020px;
81
+ height: 120px;
82
+ border-radius: 16px;
83
+ background: #fff;
84
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.07) inset;
85
+ display: flex;
86
+ align-items: center;
87
+ padding: 0 24px;
88
+ margin: 18px 0;
89
+ box-sizing: border-box;
90
+ font-size: 56px;
91
+ color: #333;
92
+ }
93
+
94
+ /* Overlay card (Loading) */
95
+ .overlay-card {
96
+ position: absolute;
97
+ left: 170px;
98
+ top: 1080px;
99
+ width: 740px;
100
+ height: 520px;
101
+ background: #3f3f3f;
102
+ border-radius: 8px;
103
+ box-shadow: 0 8px 24px rgba(0,0,0,0.25);
104
+ display: flex;
105
+ flex-direction: column;
106
+ align-items: center;
107
+ justify-content: center;
108
+ color: #fff;
109
+ z-index: 5;
110
+ }
111
+ .img-placeholder {
112
+ width: 520px;
113
+ height: 250px;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ color: #757575;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ font-size: 42px;
121
+ margin-bottom: 30px;
122
+ }
123
+ .loading-text {
124
+ font-size: 48px;
125
+ letter-spacing: 1px;
126
+ }
127
+
128
+ /* Bottom button */
129
+ .bottom-bar {
130
+ position: absolute;
131
+ left: 0;
132
+ bottom: 160px;
133
+ width: 100%;
134
+ padding: 0 30px;
135
+ box-sizing: border-box;
136
+ }
137
+ .primary-btn {
138
+ width: 1020px;
139
+ height: 120px;
140
+ background: #59B6C1;
141
+ color: #fff;
142
+ border-radius: 16px;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ font-size: 54px;
147
+ font-weight: 600;
148
+ letter-spacing: 0.5px;
149
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
150
+ }
151
+
152
+ /* Android navigation pill */
153
+ .nav-pill {
154
+ position: absolute;
155
+ bottom: 50px;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ width: 360px;
159
+ height: 18px;
160
+ background: #cfcfcf;
161
+ border-radius: 12px;
162
+ }
163
+
164
+ /* Simple icon dots */
165
+ .dot {
166
+ width: 14px;
167
+ height: 14px;
168
+ background: #fff;
169
+ border-radius: 50%;
170
+ display: inline-block;
171
+ opacity: 0.9;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status Bar -->
179
+ <div class="status-bar">
180
+ <div>10:25</div>
181
+ <div class="status-right">
182
+ <!-- simple small icons representation -->
183
+ <span class="dot"></span>
184
+ <span class="dot"></span>
185
+ <span style="border: 2px solid #fff; padding: 4px 10px; border-radius: 6px;">100%</span>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Header with back and title -->
190
+ <div class="header">
191
+ <svg class="back-icon" viewBox="0 0 24 24">
192
+ <path fill="#ffffff" d="M15.5 3.5L5 12l10.5 8.5v-5.7L9 12l6.5-2.8V3.5z"/>
193
+ </svg>
194
+ <div class="header-title">Add Baby</div>
195
+ </div>
196
+
197
+ <!-- Content / Form -->
198
+ <div class="content">
199
+ <div class="field">Sam</div>
200
+ <div class="field">Sun, Jan 01 23</div>
201
+ <div class="field">Tue, Aug 01 23</div>
202
+ <div class="field">Boy</div>
203
+ <div class="field">14lb</div>
204
+
205
+ <!-- Loading overlay card -->
206
+ <div class="overlay-card">
207
+ <div class="img-placeholder">[IMG: Hatch Baby Logo]</div>
208
+ <div class="loading-text">Loading...</div>
209
+ </div>
210
+
211
+ <!-- Bottom button -->
212
+ <div class="bottom-bar">
213
+ <div class="primary-btn">Add Baby</div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Navigation pill -->
218
+ <div class="nav-pill"></div>
219
+
220
+ </div>
221
+ </body>
222
+ </html>
code/10562/10562_22.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Add Baby Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Top bars */
16
+ .topbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 300px; /* status + app bar combined visual */
22
+ background: #59B2B9; /* teal */
23
+ box-sizing: border-box;
24
+ }
25
+
26
+ .status-bar {
27
+ height: 120px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #FFFFFF;
32
+ padding: 0 40px;
33
+ font-size: 42px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 30px;
40
+ }
41
+ .icon {
42
+ width: 48px;
43
+ height: 48px;
44
+ }
45
+
46
+ .app-bar {
47
+ height: 180px;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 40px;
51
+ color: #FFFFFF;
52
+ box-sizing: border-box;
53
+ }
54
+ .back-btn {
55
+ width: 84px;
56
+ height: 84px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ margin-right: 24px;
61
+ }
62
+ .title {
63
+ font-size: 72px;
64
+ font-weight: 600;
65
+ letter-spacing: 0.5px;
66
+ }
67
+
68
+ /* Content area */
69
+ .content {
70
+ position: absolute;
71
+ top: 300px;
72
+ left: 0;
73
+ right: 0;
74
+ bottom: 180px; /* keep space for gesture area */
75
+ background: #FFFFFF;
76
+ }
77
+
78
+ .section-header {
79
+ height: 140px;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 40px;
83
+ color: #7A7A7A;
84
+ font-size: 48px;
85
+ font-weight: 700;
86
+ border-bottom: 1px solid #E6E6E6;
87
+ box-sizing: border-box;
88
+ }
89
+
90
+ .list {
91
+ width: 100%;
92
+ }
93
+ .row {
94
+ display: flex;
95
+ align-items: center;
96
+ padding: 36px 40px;
97
+ height: 180px;
98
+ box-sizing: border-box;
99
+ border-bottom: 2px solid #EDEDED;
100
+ }
101
+ .avatar {
102
+ width: 120px;
103
+ height: 120px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ border-radius: 50%;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ color: #757575;
111
+ font-size: 22px;
112
+ margin-right: 36px;
113
+ }
114
+ .name {
115
+ font-size: 56px;
116
+ color: #5A5A5A;
117
+ }
118
+
119
+ /* Bottom gesture bar */
120
+ .gesture-area {
121
+ position: absolute;
122
+ bottom: 0;
123
+ left: 0;
124
+ width: 1080px;
125
+ height: 180px;
126
+ background: #000000;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ }
131
+ .gesture-pill {
132
+ width: 480px;
133
+ height: 16px;
134
+ background: #E6E6E6;
135
+ border-radius: 12px;
136
+ opacity: 0.9;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+ <!-- Top header area -->
143
+ <div class="topbar">
144
+ <div class="status-bar">
145
+ <div>10:25</div>
146
+ <div class="status-right">
147
+ <!-- simple icons -->
148
+ <svg class="icon" viewBox="0 0 24 24">
149
+ <path fill="#FFFFFF" d="M12 3C7 3 2.73 5.11 0 8.5l2 2.5C4.31 8.02 8.01 6 12 6s7.69 2.02 10 5l2-2.5C21.27 5.11 17 3 12 3z"></path>
150
+ <path fill="#FFFFFF" d="M12 10c-2.76 0-5.26 1.12-7.07 2.93L7 15c1.3-1.3 3.09-2 5-2s3.7.7 5 2l2.07-2.07C17.26 11.12 14.76 10 12 10z"></path>
151
+ <circle cx="12" cy="18" r="2" fill="#FFFFFF"></circle>
152
+ </svg>
153
+ <svg class="icon" viewBox="0 0 24 24">
154
+ <rect x="3" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#FFFFFF" stroke-width="2"></rect>
155
+ <rect x="5" y="9" width="12" height="6" fill="#FFFFFF"></rect>
156
+ </svg>
157
+ <svg class="icon" viewBox="0 0 24 24">
158
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#FFFFFF" stroke-width="2"></circle>
159
+ <rect x="11" y="5" width="2" height="14" fill="#FFFFFF"></rect>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+ <div class="app-bar">
164
+ <div class="back-btn">
165
+ <svg viewBox="0 0 24 24" width="64" height="64">
166
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
167
+ </svg>
168
+ </div>
169
+ <div class="title">Add Baby</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Main content -->
174
+ <div class="content">
175
+ <div class="section-header">Your Children</div>
176
+
177
+ <div class="list">
178
+ <div class="row">
179
+ <div class="avatar">[IMG: Avatar]</div>
180
+ <div class="name">Babu</div>
181
+ </div>
182
+ <div class="row">
183
+ <div class="avatar">[IMG: Avatar]</div>
184
+ <div class="name">Sam</div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Bottom gesture area -->
190
+ <div class="gesture-area">
191
+ <div class="gesture-pill"></div>
192
+ </div>
193
+ </div>
194
+ </body>
195
+ </html>
code/10562/10562_3.html ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Baby Info UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Top teal app bar */
16
+ .top-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 220px;
22
+ background: #63C4CC; /* teal */
23
+ color: #FFFFFF;
24
+ }
25
+ .status-row {
26
+ position: absolute;
27
+ top: 10px;
28
+ left: 0;
29
+ width: 100%;
30
+ height: 60px;
31
+ color: #fff;
32
+ font-size: 34px;
33
+ }
34
+ .status-time {
35
+ position: absolute;
36
+ left: 32px;
37
+ top: 6px;
38
+ font-weight: 600;
39
+ }
40
+ .status-icons {
41
+ position: absolute;
42
+ right: 24px;
43
+ top: 6px;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 22px;
47
+ }
48
+ .status-icons span {
49
+ font-size: 28px;
50
+ opacity: 0.95;
51
+ }
52
+ .appbar {
53
+ position: absolute;
54
+ top: 80px;
55
+ left: 0;
56
+ height: 140px;
57
+ width: 100%;
58
+ display: flex;
59
+ align-items: center;
60
+ }
61
+ .back-btn {
62
+ width: 88px;
63
+ height: 88px;
64
+ margin-left: 24px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .app-title {
70
+ font-size: 58px;
71
+ font-weight: 600;
72
+ margin-left: 22px;
73
+ letter-spacing: 0.5px;
74
+ }
75
+
76
+ /* Section header */
77
+ .section-header {
78
+ position: absolute;
79
+ top: 220px;
80
+ left: 0;
81
+ width: 1080px;
82
+ height: 100px;
83
+ background: #F5F7F7;
84
+ color: #6E6E6E;
85
+ font-size: 42px;
86
+ font-weight: 700;
87
+ display: flex;
88
+ align-items: center;
89
+ padding-left: 32px;
90
+ border-bottom: 1px solid #E3E3E3;
91
+ }
92
+
93
+ /* List row */
94
+ .child-row {
95
+ position: absolute;
96
+ top: 320px;
97
+ left: 0;
98
+ width: 1080px;
99
+ height: 160px;
100
+ background: #FFFFFF;
101
+ display: flex;
102
+ align-items: center;
103
+ border-bottom: 1px solid #E6E6E6;
104
+ }
105
+ .avatar {
106
+ width: 112px;
107
+ height: 112px;
108
+ border-radius: 50%;
109
+ background: #E0E0E0;
110
+ border: 1px solid #BDBDBD;
111
+ margin-left: 40px;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ color: #757575;
116
+ font-size: 24px;
117
+ }
118
+ .child-name {
119
+ font-size: 52px;
120
+ color: #3F3F3F;
121
+ margin-left: 36px;
122
+ font-weight: 500;
123
+ }
124
+
125
+ /* Floating action button */
126
+ .fab {
127
+ position: absolute;
128
+ right: 40px;
129
+ bottom: 220px;
130
+ width: 160px;
131
+ height: 160px;
132
+ border-radius: 50%;
133
+ background: #63C4CC;
134
+ box-shadow: 0 8px 20px rgba(0,0,0,0.2);
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: center;
138
+ }
139
+
140
+ /* Bottom navigation/gesture area */
141
+ .bottom-nav {
142
+ position: absolute;
143
+ bottom: 0;
144
+ left: 0;
145
+ width: 1080px;
146
+ height: 120px;
147
+ background: #000000;
148
+ }
149
+ .gesture-pill {
150
+ position: absolute;
151
+ bottom: 28px;
152
+ left: 50%;
153
+ transform: translateX(-50%);
154
+ width: 380px;
155
+ height: 12px;
156
+ background: #CFCFCF;
157
+ border-radius: 8px;
158
+ }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <!-- Top Bar -->
165
+ <div class="top-bar">
166
+ <div class="status-row">
167
+ <div class="status-time">10:17</div>
168
+ <div class="status-icons">
169
+ <!-- Simple icons to mimic status bar -->
170
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="Silent">
171
+ <path d="M12 3l7 7h-4v7H9v-7H5l7-7z"/>
172
+ </svg>
173
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="WiFi">
174
+ <path d="M12 18.5l-2-2c1.1-1.1 2.9-1.1 4 0l-2 2zm-4-4l-2-2c3.3-3.2 8.7-3.2 12 0l-2 2c-2.2-2.1-5.8-2.1-8 0zm-4-4l-2-2c5.4-5.2 14.6-5.2 20 0l-2 2c-4.3-4.1-11.7-4.1-16 0z"/>
175
+ </svg>
176
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="Battery">
177
+ <path d="M16 4h-1V2H9v2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM8 18V6h8v12H8z"/>
178
+ </svg>
179
+ <span>100%</span>
180
+ </div>
181
+ </div>
182
+ <div class="appbar">
183
+ <div class="back-btn">
184
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="Back">
185
+ <path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
186
+ </svg>
187
+ </div>
188
+ <div class="app-title">Baby Info</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Section Header -->
193
+ <div class="section-header">Your Children</div>
194
+
195
+ <!-- Child Row -->
196
+ <div class="child-row">
197
+ <div class="avatar">[IMG: User Avatar]</div>
198
+ <div class="child-name">Babu</div>
199
+ </div>
200
+
201
+ <!-- Floating Action Button -->
202
+ <div class="fab" aria-label="Add">
203
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#FFFFFF">
204
+ <path d="M19 11H13V5h-2v6H5v2h6v6h2v-6h6z"/>
205
+ </svg>
206
+ </div>
207
+
208
+ <!-- Bottom Navigation/Gesture Bar -->
209
+ <div class="bottom-nav">
210
+ <div class="gesture-pill"></div>
211
+ </div>
212
+
213
+ </div>
214
+ </body>
215
+ </html>
code/10562/10562_4.html ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby Screen</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F7F7F7;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
14
+ color: #1b1b1b;
15
+ }
16
+
17
+ /* Top App Bar */
18
+ .app-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ right: 0;
23
+ height: 220px;
24
+ background: #5DB4BE;
25
+ }
26
+ .statusbar {
27
+ position: absolute;
28
+ top: 20px;
29
+ left: 0;
30
+ right: 0;
31
+ height: 80px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 36px;
36
+ color: #ffffff;
37
+ opacity: 0.95;
38
+ font-size: 40px;
39
+ }
40
+ .status-left, .status-right {
41
+ display: flex;
42
+ align-items: center;
43
+ }
44
+ .status-left { gap: 22px; }
45
+ .status-right { gap: 28px; }
46
+ .nav {
47
+ position: absolute;
48
+ top: 96px;
49
+ left: 0;
50
+ right: 0;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 36px;
54
+ color: #ffffff;
55
+ gap: 28px;
56
+ }
57
+ .title {
58
+ font-size: 64px;
59
+ font-weight: 600;
60
+ letter-spacing: 0.5px;
61
+ }
62
+
63
+ /* Form Area */
64
+ .form {
65
+ position: absolute;
66
+ top: 240px;
67
+ left: 0;
68
+ right: 0;
69
+ padding: 32px;
70
+ display: flex;
71
+ flex-direction: column;
72
+ gap: 30px;
73
+ }
74
+ .field input, .field select {
75
+ width: 100%;
76
+ height: 130px;
77
+ border: 2px solid #EFEFEF;
78
+ background: #FFFFFF;
79
+ border-radius: 18px;
80
+ font-size: 52px;
81
+ padding: 30px 40px;
82
+ outline: none;
83
+ box-sizing: border-box;
84
+ color: #101010;
85
+ }
86
+ .field input::placeholder {
87
+ color: #B9C0C6;
88
+ }
89
+
90
+ /* Bottom button */
91
+ .btn {
92
+ position: absolute;
93
+ bottom: 140px;
94
+ left: 32px;
95
+ right: 32px;
96
+ height: 130px;
97
+ background: #5DB4BE;
98
+ color: #ffffff;
99
+ border-radius: 18px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ font-size: 54px;
104
+ font-weight: 600;
105
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
106
+ }
107
+
108
+ /* Gesture bar (bottom) */
109
+ .gesture {
110
+ position: absolute;
111
+ bottom: 40px;
112
+ left: 50%;
113
+ transform: translateX(-50%);
114
+ width: 300px;
115
+ height: 14px;
116
+ background: #D5D5D5;
117
+ border-radius: 8px;
118
+ }
119
+
120
+ /* Simple icon styling */
121
+ .icon { display: inline-block; }
122
+ .icon svg { display: block; }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Top App Bar -->
129
+ <div class="app-bar">
130
+ <!-- Status bar -->
131
+ <div class="statusbar">
132
+ <div class="status-left">
133
+ <div style="font-weight:600;">10:18</div>
134
+ <!-- Simple play/triangle icon -->
135
+ <div class="icon">
136
+ <svg width="36" height="36" viewBox="0 0 36 36">
137
+ <polygon points="10,6 30,18 10,30" fill="#FFFFFF"></polygon>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+ <div class="status-right">
142
+ <!-- Do Not Disturb icon -->
143
+ <div class="icon">
144
+ <svg width="36" height="36" viewBox="0 0 36 36">
145
+ <circle cx="18" cy="18" r="14" fill="none" stroke="#FFFFFF" stroke-width="3"></circle>
146
+ <rect x="9" y="16" width="18" height="4" fill="#FFFFFF"></rect>
147
+ </svg>
148
+ </div>
149
+ <!-- WiFi icon -->
150
+ <div class="icon">
151
+ <svg width="40" height="36" viewBox="0 0 40 36">
152
+ <path d="M4 12 C12 6, 28 6, 36 12" stroke="#FFFFFF" stroke-width="3" fill="none"/>
153
+ <path d="M9 18 C15 13, 25 13, 31 18" stroke="#FFFFFF" stroke-width="3" fill="none"/>
154
+ <path d="M16 24 C19 22, 21 22, 24 24" stroke="#FFFFFF" stroke-width="3" fill="none"/>
155
+ <circle cx="20" cy="29" r="3" fill="#FFFFFF"></circle>
156
+ </svg>
157
+ </div>
158
+ <!-- Battery icon + percent -->
159
+ <div class="icon" style="display:flex; align-items:center; gap:8px;">
160
+ <svg width="46" height="26" viewBox="0 0 46 26">
161
+ <rect x="1" y="3" width="38" height="20" rx="3" ry="3" fill="none" stroke="#FFFFFF" stroke-width="3"></rect>
162
+ <rect x="4" y="6" width="32" height="14" fill="#FFFFFF"></rect>
163
+ <rect x="41" y="8" width="4" height="10" fill="#FFFFFF"></rect>
164
+ </svg>
165
+ <span style="font-size:34px;">100%</span>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Navigation bar with back and title -->
171
+ <div class="nav">
172
+ <div class="icon">
173
+ <svg width="64" height="64" viewBox="0 0 100 100">
174
+ <path d="M60 20 L30 50 L60 80" stroke="#FFFFFF" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
175
+ </svg>
176
+ </div>
177
+ <div class="title">Add Baby</div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Form Fields -->
182
+ <div class="form">
183
+ <div class="field"><input type="text" placeholder="Name"></div>
184
+ <div class="field"><input type="text" placeholder="Date of Birth"></div>
185
+ <div class="field"><input type="text" placeholder="Due Date"></div>
186
+ <div class="field"><input type="text" value="Boy"></div>
187
+ <div class="field"><input type="text" placeholder="Birth Weight"></div>
188
+ </div>
189
+
190
+ <!-- Add Baby Button -->
191
+ <div class="btn">Add Baby</div>
192
+
193
+ <!-- Bottom gesture bar -->
194
+ <div class="gesture"></div>
195
+ </div>
196
+ </body>
197
+ </html>
code/10562/10562_5.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby Form 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: #f7f7f7;
13
+ }
14
+
15
+ /* Top App Bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 210px;
22
+ background: #5ab3bd;
23
+ }
24
+ .statusbar {
25
+ position: absolute;
26
+ top: 18px;
27
+ left: 36px;
28
+ right: 36px;
29
+ height: 60px;
30
+ color: #fff;
31
+ font-size: 36px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ opacity: 0.95;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 22px;
41
+ }
42
+ .icon-dot {
43
+ width: 18px; height: 18px; background:#fff; border-radius: 50%; opacity:0.8;
44
+ }
45
+ .icon-wifi, .icon-battery {
46
+ display: inline-block;
47
+ }
48
+ .icon-wifi {
49
+ width: 32px; height: 24px; border: 3px solid #fff; border-top-color: transparent; border-left-color: transparent; transform: rotate(45deg); border-radius: 6px;
50
+ }
51
+ .icon-battery {
52
+ width: 56px; height: 28px; border: 3px solid #fff; position: relative; border-radius: 6px;
53
+ }
54
+ .icon-battery::after {
55
+ content: '';
56
+ position: absolute; right: -10px; top: 6px;
57
+ width: 8px; height: 16px; background: #fff; border-radius: 2px;
58
+ }
59
+ .battery-fill {
60
+ position: absolute; left: 4px; top: 4px; height: 18px; width: 40px; background: #fff; border-radius: 3px;
61
+ }
62
+
63
+ .title {
64
+ position: absolute;
65
+ left: 150px;
66
+ top: 88px;
67
+ font-size: 60px;
68
+ font-weight: 700;
69
+ color: #ffffff;
70
+ letter-spacing: 0.5px;
71
+ }
72
+
73
+ .back-btn {
74
+ position: absolute;
75
+ left: 40px;
76
+ top: 90px;
77
+ width: 60px; height: 60px;
78
+ }
79
+ .back-btn svg { width: 60px; height: 60px; fill: none; stroke: #fff; stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; }
80
+
81
+ /* Form area */
82
+ .form-wrapper {
83
+ position: absolute;
84
+ top: 210px;
85
+ left: 0;
86
+ right: 0;
87
+ bottom: 880px; /* leaves room for keyboard */
88
+ padding: 40px 36px 0 36px;
89
+ }
90
+ .field {
91
+ width: 100%;
92
+ height: 120px;
93
+ margin-bottom: 34px;
94
+ background: #fbfbfb;
95
+ border: 2px solid #eeeeee;
96
+ border-radius: 26px;
97
+ display: flex;
98
+ align-items: center;
99
+ padding: 0 36px;
100
+ box-sizing: border-box;
101
+ font-size: 50px;
102
+ color: #b5b5b5;
103
+ }
104
+ .field .caret {
105
+ width: 2px; height: 60px; background: #43a5ae; margin-right: 18px;
106
+ }
107
+ .field.value {
108
+ color: #202020;
109
+ }
110
+
111
+ .add-btn {
112
+ position: absolute;
113
+ left: 36px;
114
+ right: 36px;
115
+ bottom: 24px;
116
+ height: 120px;
117
+ background: #5ab3bd;
118
+ color: #ffffff;
119
+ border-radius: 24px;
120
+ font-size: 50px;
121
+ font-weight: 600;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
126
+ }
127
+
128
+ /* Keyboard mock */
129
+ .keyboard {
130
+ position: absolute;
131
+ bottom: 0;
132
+ left: 0;
133
+ width: 1080px;
134
+ height: 880px;
135
+ background: #111111;
136
+ color: #eaeaea;
137
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.2);
138
+ }
139
+ .kb-row {
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ padding: 16px 20px;
144
+ gap: 18px;
145
+ }
146
+ .kb-top {
147
+ padding-top: 22px;
148
+ justify-content: space-around;
149
+ }
150
+ .kb-key {
151
+ background: #2a2a2a;
152
+ border-radius: 22px;
153
+ padding: 26px 26px;
154
+ min-width: 78px;
155
+ text-align: center;
156
+ font-size: 40px;
157
+ }
158
+ .kb-key.wide { min-width: 120px; }
159
+ .kb-key.extra-wide { min-width: 180px; }
160
+ .kb-key.space { min-width: 540px; }
161
+ .kb-key.circle {
162
+ border-radius: 40px;
163
+ min-width: 84px;
164
+ height: 84px;
165
+ display: flex; align-items: center; justify-content: center;
166
+ }
167
+ .kb-key.light {
168
+ background: #3a3a3a;
169
+ }
170
+ </style>
171
+ </head>
172
+ <body>
173
+ <div id="render-target">
174
+
175
+ <!-- App Bar -->
176
+ <div class="appbar">
177
+ <div class="statusbar">
178
+ <div>10:18</div>
179
+ <div class="status-icons">
180
+ <div class="icon-dot"></div>
181
+ <div class="icon-dot" style="opacity:0.6;"></div>
182
+ <div class="icon-dot" style="opacity:0.6;"></div>
183
+ <div class="icon-wifi"></div>
184
+ <div class="icon-battery"><div class="battery-fill"></div></div>
185
+ <div style="font-weight:700;">100%</div>
186
+ </div>
187
+ </div>
188
+ <div class="back-btn">
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M15 19l-7-7 7-7"/>
191
+ </svg>
192
+ </div>
193
+ <div class="title">Add Baby</div>
194
+ </div>
195
+
196
+ <!-- Form Content -->
197
+ <div class="form-wrapper">
198
+ <div class="field">
199
+ <div class="caret"></div>
200
+ <div>Name</div>
201
+ </div>
202
+ <div class="field">Date of Birth</div>
203
+ <div class="field">Due Date</div>
204
+ <div class="field value">Boy</div>
205
+ <div class="field">Birth Weight</div>
206
+
207
+ <div class="add-btn">Add Baby</div>
208
+ </div>
209
+
210
+ <!-- Keyboard (mock representation) -->
211
+ <div class="keyboard">
212
+ <div class="kb-row kb-top">
213
+ <div class="kb-key circle">▦</div>
214
+ <div class="kb-key circle">☺</div>
215
+ <div class="kb-key wide">GIF</div>
216
+ <div class="kb-key circle">⚙</div>
217
+ <div class="kb-key wide">G↔</div>
218
+ <div class="kb-key circle">🎨</div>
219
+ <div class="kb-key circle">🎤</div>
220
+ </div>
221
+
222
+ <div class="kb-row">
223
+ <div class="kb-key">Q</div><div class="kb-key">W</div><div class="kb-key">E</div><div class="kb-key">R</div>
224
+ <div class="kb-key">T</div><div class="kb-key">Y</div><div class="kb-key">U</div><div class="kb-key">I</div>
225
+ <div class="kb-key">O</div><div class="kb-key">P</div>
226
+ </div>
227
+
228
+ <div class="kb-row">
229
+ <div class="kb-key">A</div><div class="kb-key">S</div><div class="kb-key">D</div><div class="kb-key">F</div>
230
+ <div class="kb-key">G</div><div class="kb-key">H</div><div class="kb-key">J</div><div class="kb-key">K</div>
231
+ <div class="kb-key">L</div>
232
+ </div>
233
+
234
+ <div class="kb-row">
235
+ <div class="kb-key wide">Shift</div>
236
+ <div class="kb-key">Z</div><div class="kb-key">X</div><div class="kb-key">C</div><div class="kb-key">V</div>
237
+ <div class="kb-key">B</div><div class="kb-key">N</div><div class="kb-key">M</div>
238
+ <div class="kb-key wide">⌫</div>
239
+ </div>
240
+
241
+ <div class="kb-row">
242
+ <div class="kb-key extra-wide">?123</div>
243
+ <div class="kb-key wide">,</div>
244
+ <div class="kb-key circle">☺</div>
245
+ <div class="kb-key space light"></div>
246
+ <div class="kb-key wide">.</div>
247
+ <div class="kb-key extra-wide">↵</div>
248
+ </div>
249
+ </div>
250
+
251
+ </div>
252
+ </body>
253
+ </html>
code/10562/10562_6.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #f7f7f7;
13
+ }
14
+
15
+ /* Top app bar */
16
+ .appbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 220px;
22
+ background: #58B7C0;
23
+ box-sizing: border-box;
24
+ }
25
+ .status-row {
26
+ position: absolute;
27
+ top: 24px;
28
+ left: 24px;
29
+ right: 24px;
30
+ height: 48px;
31
+ display: flex;
32
+ align-items: center;
33
+ color: #ffffff;
34
+ font-size: 40px;
35
+ justify-content: space-between;
36
+ opacity: 0.95;
37
+ }
38
+ .status-icons {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ }
43
+ .title-row {
44
+ position: absolute;
45
+ top: 96px;
46
+ left: 24px;
47
+ right: 24px;
48
+ height: 100px;
49
+ display: flex;
50
+ align-items: center;
51
+ color: #ffffff;
52
+ }
53
+ .back-btn {
54
+ width: 84px;
55
+ height: 84px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ margin-right: 16px;
60
+ }
61
+ .title {
62
+ font-size: 64px;
63
+ font-weight: 600;
64
+ }
65
+
66
+ /* Form area */
67
+ .content {
68
+ position: absolute;
69
+ top: 220px;
70
+ left: 0;
71
+ right: 0;
72
+ bottom: 940px; /* leave space for keyboard */
73
+ padding: 24px;
74
+ box-sizing: border-box;
75
+ overflow: hidden;
76
+ }
77
+ .field {
78
+ width: 1032px;
79
+ height: 150px;
80
+ background: #ffffff;
81
+ border-radius: 16px;
82
+ box-shadow: 0 1px 0 rgba(0,0,0,0.08) inset;
83
+ margin-bottom: 26px;
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 0 32px;
87
+ box-sizing: border-box;
88
+ font-size: 58px;
89
+ color: #111111;
90
+ }
91
+ .placeholder {
92
+ color: #A9A9A9;
93
+ }
94
+
95
+ .button {
96
+ position: absolute;
97
+ left: 24px;
98
+ right: 24px;
99
+ bottom: 980px;
100
+ height: 120px;
101
+ background: #58B7C0;
102
+ color: #ffffff;
103
+ border-radius: 12px;
104
+ font-size: 48px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ letter-spacing: 0.5px;
109
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
110
+ }
111
+
112
+ /* Keyboard mock */
113
+ .keyboard {
114
+ position: absolute;
115
+ left: 0;
116
+ right: 0;
117
+ bottom: 0;
118
+ height: 940px;
119
+ background: #121212;
120
+ color: #ffffff;
121
+ box-sizing: border-box;
122
+ }
123
+ .kb-suggestions {
124
+ height: 120px;
125
+ border-top: 1px solid #2a2a2a;
126
+ border-bottom: 1px solid #2a2a2a;
127
+ display: flex;
128
+ align-items: center;
129
+ padding: 0 32px;
130
+ gap: 48px;
131
+ font-size: 44px;
132
+ }
133
+ .kb-rows {
134
+ padding: 24px 24px 0 24px;
135
+ }
136
+ .kb-row {
137
+ display: flex;
138
+ justify-content: space-between;
139
+ margin-bottom: 26px;
140
+ }
141
+ .key {
142
+ width: 88px;
143
+ height: 120px;
144
+ background: #1f1f1f;
145
+ border-radius: 24px;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ font-size: 52px;
150
+ color: #eaeaea;
151
+ }
152
+ .key-wide { width: 160px; }
153
+ .key-space { flex: 1; margin: 0 16px; }
154
+ .key-action {
155
+ width: 140px;
156
+ height: 140px;
157
+ background: #b8dba9;
158
+ border-radius: 70px;
159
+ color: #0a0a0a;
160
+ font-size: 60px;
161
+ }
162
+ .nav-pill {
163
+ position: absolute;
164
+ bottom: 28px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 320px;
168
+ height: 12px;
169
+ background: #e6e6e6;
170
+ border-radius: 8px;
171
+ opacity: 0.7;
172
+ }
173
+
174
+ /* Simple icon paths */
175
+ .icon {
176
+ width: 48px; height: 48px; fill: #ffffff;
177
+ }
178
+ .battery {
179
+ display: flex; align-items: center; gap: 10px;
180
+ font-size: 40px;
181
+ }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+
187
+ <!-- Top App Bar -->
188
+ <div class="appbar">
189
+ <div class="status-row">
190
+ <div>10:19</div>
191
+ <div class="status-icons">
192
+ <!-- mute/volume off icon -->
193
+ <svg class="icon" viewBox="0 0 24 24"><path d="M9 7L5 11H2v2h3l4 4V7zm8.6 1.4l-1.4-1.4L14 9.2l-2.2-2.2-1.4 1.4L12.6 10l-2.2 2.2 1.4 1.4L14 11.4l2.2 2.2 1.4-1.4L15.4 10l2.2-2.2z"/></svg>
194
+ <!-- do not disturb icon -->
195
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm-6 9h12v2H6z"/></svg>
196
+ <!-- wifi icon -->
197
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 18.5l-2.5-2.5a3.5 3.5 0 0 1 5 0L12 18.5zm6-6a8.5 8.5 0 0 0-12 0l-1.9-1.9a11 11 0 0 1 15.8 0L18 12.5zm3.2-3.2A15 15 0 0 0 2.8 9.3L1 7.5a17.5 17.5 0 0 1 22 0l-1.8 1.8z"/></svg>
198
+ <!-- battery icon + percentage -->
199
+ <div class="battery">
200
+ <svg class="icon" viewBox="0 0 24 24"><path d="M18 6h2v12h-2V6zM3 7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7zm2 0h10v10H5V7z"/></svg>
201
+ <span>100%</span>
202
+ </div>
203
+ </div>
204
+ </div>
205
+ <div class="title-row">
206
+ <div class="back-btn">
207
+ <svg width="64" height="64" viewBox="0 0 24 24" style="fill:#ffffff;"><path d="M15.5 5l-7 7 7 7 1.5-1.5L11 12l6-6z"/></svg>
208
+ </div>
209
+ <div class="title">Add Baby</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Content/Form -->
214
+ <div class="content">
215
+ <div class="field">Sam</div>
216
+ <div class="field placeholder">Date of Birth</div>
217
+ <div class="field placeholder">Due Date</div>
218
+ <div class="field">Boy</div>
219
+ <div class="field placeholder">Birth Weight</div>
220
+ </div>
221
+
222
+ <div class="button">Add Baby</div>
223
+
224
+ <!-- Keyboard Mock -->
225
+ <div class="keyboard">
226
+ <div class="kb-suggestions">
227
+ <div>Sam</div>
228
+ <div>Samsung</div>
229
+ <div>San</div>
230
+ <div style="margin-left:auto; display:flex; align-items:center; gap:16px;">
231
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 0-4 4v6a4 4 0 0 0 3 3.9V21h2v-4.1a4 4 0 0 0 3-3.9V7a4 4 0 0 0-4-4z"/></svg>
232
+ </div>
233
+ </div>
234
+ <div class="kb-rows">
235
+ <div class="kb-row">
236
+ <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>
237
+ </div>
238
+ <div class="kb-row">
239
+ <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>
240
+ </div>
241
+ <div class="kb-row">
242
+ <div class="key-wide">⇧</div>
243
+ <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>
244
+ <div class="key-wide">⌫</div>
245
+ </div>
246
+ <div class="kb-row" style="align-items:center;">
247
+ <div class="key-wide">?123</div>
248
+ <div class="key-wide">,</div>
249
+ <div class="key-space"></div>
250
+ <div class="key-wide">.</div>
251
+ <div class="key key-action">↵</div>
252
+ </div>
253
+ </div>
254
+ <div class="nav-pill"></div>
255
+ </div>
256
+
257
+ </div>
258
+ </body>
259
+ </html>
code/10562/10562_7.html ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby - Date Picker</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ color: #222;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #f3f6f7;
20
+ border-radius: 0;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: #0f6672;
31
+ color: #fff;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 32px;
36
+ box-sizing: border-box;
37
+ font-weight: 600;
38
+ font-size: 44px;
39
+ }
40
+ .status-icons {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 24px;
44
+ }
45
+ .icon-dot {
46
+ width: 28px;
47
+ height: 28px;
48
+ border-radius: 50%;
49
+ border: 2px solid rgba(255,255,255,0.75);
50
+ }
51
+ .battery {
52
+ width: 64px;
53
+ height: 32px;
54
+ border: 3px solid #fff;
55
+ border-radius: 6px;
56
+ position: relative;
57
+ }
58
+ .battery::after {
59
+ content: "";
60
+ position: absolute;
61
+ right: -10px;
62
+ top: 7px;
63
+ width: 8px;
64
+ height: 18px;
65
+ background: #fff;
66
+ border-radius: 2px;
67
+ }
68
+ .battery-fill {
69
+ position: absolute;
70
+ left: 3px;
71
+ top: 3px;
72
+ height: 22px;
73
+ width: 52px;
74
+ background: #fff;
75
+ border-radius: 3px;
76
+ }
77
+
78
+ /* App bar */
79
+ .app-bar {
80
+ position: absolute;
81
+ top: 120px;
82
+ left: 0;
83
+ width: 1080px;
84
+ height: 160px;
85
+ background: #0f6672;
86
+ color: #e8feff;
87
+ display: flex;
88
+ align-items: center;
89
+ padding: 0 32px;
90
+ box-sizing: border-box;
91
+ gap: 24px;
92
+ font-size: 64px;
93
+ letter-spacing: 0.5px;
94
+ }
95
+ .back-btn {
96
+ width: 72px;
97
+ height: 72px;
98
+ }
99
+
100
+ /* Form area */
101
+ .content {
102
+ position: absolute;
103
+ top: 280px;
104
+ left: 0;
105
+ width: 1080px;
106
+ padding: 24px 32px 0 32px;
107
+ box-sizing: border-box;
108
+ }
109
+ .input {
110
+ width: 1016px;
111
+ height: 120px;
112
+ background: #ffffff;
113
+ border-radius: 18px;
114
+ box-shadow: inset 0 0 0 2px #e2e6ea;
115
+ margin-bottom: 28px;
116
+ display: flex;
117
+ align-items: center;
118
+ padding: 0 28px;
119
+ box-sizing: border-box;
120
+ font-size: 56px;
121
+ color: #333;
122
+ }
123
+ .placeholder {
124
+ color: #7b8b92;
125
+ }
126
+ .button {
127
+ width: 1016px;
128
+ height: 116px;
129
+ background: #0f6672;
130
+ border-radius: 16px;
131
+ color: #e8feff;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ font-size: 54px;
136
+ margin-top: 18px;
137
+ opacity: 0.9;
138
+ }
139
+
140
+ /* Overlay */
141
+ .overlay {
142
+ position: absolute;
143
+ left: 0;
144
+ top: 0;
145
+ width: 1080px;
146
+ height: 2400px;
147
+ background: rgba(0, 0, 0, 0.25);
148
+ }
149
+
150
+ /* Dialog */
151
+ .dialog {
152
+ position: absolute;
153
+ left: 120px;
154
+ top: 640px;
155
+ width: 840px;
156
+ border-radius: 16px;
157
+ background: #fff;
158
+ box-shadow: 0 28px 64px rgba(0,0,0,0.35);
159
+ overflow: hidden;
160
+ }
161
+ .dialog-header {
162
+ background: #63d0cf;
163
+ color: #ffffff;
164
+ padding: 28px 36px 36px 36px;
165
+ box-sizing: border-box;
166
+ }
167
+ .dialog-header .year {
168
+ font-size: 48px;
169
+ opacity: 0.95;
170
+ margin-bottom: 8px;
171
+ }
172
+ .dialog-header .full-date {
173
+ font-size: 86px;
174
+ font-weight: 600;
175
+ }
176
+
177
+ .dialog-body {
178
+ background: #fff;
179
+ padding: 24px 32px 24px 32px;
180
+ box-sizing: border-box;
181
+ }
182
+ .month-row {
183
+ height: 96px;
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: center;
187
+ font-weight: 700;
188
+ font-size: 52px;
189
+ color: #2c3a40;
190
+ position: relative;
191
+ }
192
+ .nav-left, .nav-right {
193
+ position: absolute;
194
+ width: 64px;
195
+ height: 64px;
196
+ top: 16px;
197
+ cursor: default;
198
+ }
199
+ .nav-left { left: 0; }
200
+ .nav-right { right: 0; }
201
+
202
+ .weekdays {
203
+ display: grid;
204
+ grid-template-columns: repeat(7, 1fr);
205
+ gap: 0;
206
+ text-align: center;
207
+ font-size: 42px;
208
+ color: #5d6a71;
209
+ padding: 18px 0 10px 0;
210
+ border-bottom: 1px solid #eef2f4;
211
+ }
212
+
213
+ .weekdays div { padding: 12px 0; }
214
+
215
+ .days {
216
+ display: grid;
217
+ grid-template-columns: repeat(7, 1fr);
218
+ gap: 0;
219
+ text-align: center;
220
+ padding-top: 8px;
221
+ font-size: 48px;
222
+ color: #233038;
223
+ }
224
+ .day {
225
+ height: 120px;
226
+ display: flex;
227
+ align-items: center;
228
+ justify-content: center;
229
+ position: relative;
230
+ }
231
+ .selected {
232
+ width: 120px;
233
+ height: 120px;
234
+ background: #63d0cf;
235
+ border-radius: 60px;
236
+ color: #fff;
237
+ font-weight: 700;
238
+ }
239
+
240
+ .dialog-actions {
241
+ display: flex;
242
+ align-items: center;
243
+ justify-content: space-between;
244
+ padding: 30px 40px 40px 40px;
245
+ font-size: 56px;
246
+ color: #63d0cf;
247
+ box-sizing: border-box;
248
+ }
249
+
250
+ /* Keyboard mock (bottom) */
251
+ .keyboard {
252
+ position: absolute;
253
+ left: 0;
254
+ bottom: 0;
255
+ width: 1080px;
256
+ height: 720px;
257
+ background: #111316;
258
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
259
+ }
260
+ .kb-row {
261
+ display: grid;
262
+ grid-template-columns: repeat(10, 1fr);
263
+ gap: 12px;
264
+ padding: 18px 24px;
265
+ box-sizing: border-box;
266
+ }
267
+ .key {
268
+ height: 108px;
269
+ background: #202429;
270
+ border-radius: 16px;
271
+ color: #cfd5db;
272
+ display: flex;
273
+ align-items: center;
274
+ justify-content: center;
275
+ font-size: 44px;
276
+ }
277
+ .key.wide { grid-column: span 2; }
278
+ .key.extra-wide { grid-column: span 3; }
279
+ .send-btn {
280
+ position: absolute;
281
+ right: 24px;
282
+ bottom: 28px;
283
+ width: 116px;
284
+ height: 116px;
285
+ border-radius: 32px;
286
+ background: #607a66;
287
+ }
288
+ </style>
289
+ </head>
290
+ <body>
291
+ <div id="render-target">
292
+
293
+ <!-- Status bar -->
294
+ <div class="status-bar">
295
+ <div>10:19</div>
296
+ <div class="status-icons">
297
+ <div class="icon-dot"></div>
298
+ <div class="icon-dot"></div>
299
+ <div class="icon-dot"></div>
300
+ <div class="battery"><div class="battery-fill"></div></div>
301
+ <div style="font-size:40px;">100%</div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- App bar -->
306
+ <div class="app-bar">
307
+ <svg class="back-btn" viewBox="0 0 24 24">
308
+ <path fill="#e8feff" d="M15.5 19.5L8 12l7.5-7.5" stroke="#e8feff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
309
+ </svg>
310
+ <div>Add Baby</div>
311
+ </div>
312
+
313
+ <!-- Content behind dialog -->
314
+ <div class="content">
315
+ <div class="input">Sam</div>
316
+ <div class="input placeholder">Date</div>
317
+ <div class="input placeholder">Due Date</div>
318
+ <div class="input">Boy</div>
319
+ <div class="input placeholder">Birth</div>
320
+ <div class="button">Save</div>
321
+ </div>
322
+
323
+ <!-- Overlay and calendar dialog -->
324
+ <div class="overlay"></div>
325
+
326
+ <div class="dialog">
327
+ <div class="dialog-header">
328
+ <div class="year">2023</div>
329
+ <div class="full-date">Tue, Aug 1</div>
330
+ </div>
331
+ <div class="dialog-body">
332
+ <div class="month-row">
333
+ <svg class="nav-left" viewBox="0 0 24 24">
334
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#3b4b54" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
335
+ </svg>
336
+ August 2023
337
+ <svg class="nav-right" viewBox="0 0 24 24">
338
+ <path d="M9 5l7 7-7 7" fill="none" stroke="#3b4b54" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
339
+ </svg>
340
+ </div>
341
+
342
+ <div class="weekdays">
343
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
344
+ </div>
345
+
346
+ <div class="days">
347
+ <!-- Row starting Tuesday; leave two blanks for Sun/Mon -->
348
+ <div class="day"></div>
349
+ <div class="day"></div>
350
+ <div class="day"><div class="selected">1</div></div>
351
+ <div class="day">2</div>
352
+ <div class="day">3</div>
353
+ <div class="day">4</div>
354
+ <div class="day">5</div>
355
+
356
+ <div class="day">6</div>
357
+ <div class="day">7</div>
358
+ <div class="day">8</div>
359
+ <div class="day">9</div>
360
+ <div class="day">10</div>
361
+ <div class="day">11</div>
362
+ <div class="day">12</div>
363
+
364
+ <div class="day">13</div>
365
+ <div class="day">14</div>
366
+ <div class="day">15</div>
367
+ <div class="day">16</div>
368
+ <div class="day">17</div>
369
+ <div class="day">18</div>
370
+ <div class="day">19</div>
371
+
372
+ <div class="day">20</div>
373
+ <div class="day">21</div>
374
+ <div class="day">22</div>
375
+ <div class="day">23</div>
376
+ <div class="day">24</div>
377
+ <div class="day">25</div>
378
+ <div class="day">26</div>
379
+
380
+ <div class="day">27</div>
381
+ <div class="day">28</div>
382
+ <div class="day">29</div>
383
+ <div class="day">30</div>
384
+ <div class="day">31</div>
385
+ <div class="day"></div>
386
+ <div class="day"></div>
387
+ </div>
388
+
389
+ <div class="dialog-actions">
390
+ <div>CANCEL</div>
391
+ <div>OK</div>
392
+ </div>
393
+ </div>
394
+ </div>
395
+
396
+ <!-- Keyboard mock -->
397
+ <div class="keyboard">
398
+ <div class="kb-row">
399
+ <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>
400
+ </div>
401
+ <div class="kb-row">
402
+ <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 wide">⌫</div>
403
+ </div>
404
+ <div class="kb-row">
405
+ <div class="key wide">123</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">,</div><div class="key wide">.</div>
406
+ </div>
407
+ <div class="kb-row">
408
+ <div class="key wide">?</div>
409
+ <div class="key wide">emoji</div>
410
+ <div class="key extra-wide">space</div>
411
+ <div class="key wide">.</div>
412
+ <div class="key wide">Mic</div>
413
+ </div>
414
+ <div class="send-btn"></div>
415
+ </div>
416
+
417
+ </div>
418
+ </body>
419
+ </html>
code/10562/10562_8.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Add Baby - Date Picker</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: #f4f7f8;
13
+ }
14
+
15
+ /* Top app bar and status area */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 140px;
22
+ background: #0f3f45;
23
+ color: #fff;
24
+ }
25
+ .app-bar {
26
+ position: absolute;
27
+ top: 140px;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 180px;
31
+ background: #0f3f45;
32
+ color: #fff;
33
+ }
34
+ .app-title {
35
+ position: absolute;
36
+ left: 140px;
37
+ top: 60px;
38
+ font-size: 64px;
39
+ font-weight: 600;
40
+ letter-spacing: 1px;
41
+ }
42
+ .back-icon {
43
+ position: absolute;
44
+ left: 32px;
45
+ top: 64px;
46
+ width: 64px;
47
+ height: 64px;
48
+ }
49
+
50
+ /* Form fields behind the modal (dimmed) */
51
+ .form-container {
52
+ position: absolute;
53
+ top: 360px;
54
+ left: 40px;
55
+ width: 1000px;
56
+ }
57
+ .field {
58
+ width: 1000px;
59
+ height: 120px;
60
+ background: #ffffff;
61
+ border-radius: 14px;
62
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
63
+ margin-bottom: 30px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 28px;
67
+ font-size: 56px;
68
+ color: #1d1d1d;
69
+ }
70
+ .label {
71
+ position: absolute;
72
+ left: 68px;
73
+ top: -32px;
74
+ font-size: 40px;
75
+ color: #7a8a90;
76
+ }
77
+
78
+ /* Modal overlay */
79
+ .overlay {
80
+ position: absolute;
81
+ top: 0;
82
+ left: 0;
83
+ width: 1080px;
84
+ height: 2400px;
85
+ background: rgba(0,0,0,0.35);
86
+ }
87
+
88
+ /* Date picker card */
89
+ .picker-card {
90
+ position: absolute;
91
+ left: 115px; /* centered for width 850 */
92
+ top: 620px;
93
+ width: 850px;
94
+ border-radius: 22px;
95
+ overflow: hidden;
96
+ box-shadow: 0 20px 60px rgba(0,0,0,0.35);
97
+ }
98
+ .picker-header {
99
+ background: #62d0d0;
100
+ color: #ffffff;
101
+ padding: 36px 42px 46px 42px;
102
+ }
103
+ .picker-year {
104
+ font-size: 48px;
105
+ opacity: 0.95;
106
+ margin-bottom: 18px;
107
+ }
108
+ .picker-date-large {
109
+ font-size: 84px;
110
+ font-weight: 600;
111
+ }
112
+ .picker-body {
113
+ background: #ffffff;
114
+ padding: 28px 30px 34px 30px;
115
+ }
116
+ .month-row {
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: space-between;
120
+ margin-bottom: 24px;
121
+ }
122
+ .month-name {
123
+ font-size: 54px;
124
+ font-weight: 600;
125
+ color: #333;
126
+ }
127
+ .chevron {
128
+ width: 54px;
129
+ height: 54px;
130
+ cursor: pointer;
131
+ }
132
+ .weekday-row {
133
+ display: grid;
134
+ grid-template-columns: repeat(7, 1fr);
135
+ font-size: 36px;
136
+ color: #7a8a90;
137
+ text-align: center;
138
+ margin-bottom: 16px;
139
+ }
140
+ .days-grid {
141
+ display: grid;
142
+ grid-template-columns: repeat(7, 1fr);
143
+ grid-row-gap: 32px;
144
+ text-align: center;
145
+ font-size: 46px;
146
+ color: #333;
147
+ padding: 10px 0 20px 0;
148
+ }
149
+ .day {
150
+ line-height: 58px;
151
+ }
152
+ .day.active {
153
+ color: #62d0d0;
154
+ font-weight: 700;
155
+ }
156
+
157
+ .picker-footer {
158
+ display: flex;
159
+ justify-content: space-between;
160
+ padding: 26px 40px 36px 40px;
161
+ background: #ffffff;
162
+ border-top: 1px solid #e6e8ea;
163
+ }
164
+ .btn {
165
+ font-size: 48px;
166
+ color: #62d0d0;
167
+ font-weight: 700;
168
+ }
169
+
170
+ /* Keyboard placeholder */
171
+ .keyboard {
172
+ position: absolute;
173
+ left: 0;
174
+ bottom: 0;
175
+ width: 1080px;
176
+ height: 720px;
177
+ background: #0d0d0f;
178
+ color: #bdbdbd;
179
+ border-top-left-radius: 24px;
180
+ border-top-right-radius: 24px;
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ font-size: 48px;
185
+ letter-spacing: 1px;
186
+ }
187
+
188
+ /* Tiny status icons placeholders */
189
+ .status-content {
190
+ position: absolute;
191
+ right: 24px;
192
+ top: 36px;
193
+ display: flex;
194
+ align-items: center;
195
+ gap: 22px;
196
+ }
197
+ .status-text {
198
+ color: #ffffff;
199
+ font-size: 38px;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Status bar -->
207
+ <div class="status-bar">
208
+ <div class="status-content">
209
+ <svg width="42" height="42"><circle cx="21" cy="21" r="12" fill="#ffffff"/></svg>
210
+ <svg width="42" height="42"><rect x="6" y="10" width="26" height="22" rx="4" fill="none" stroke="#ffffff" stroke-width="4"/><rect x="34" y="16" width="6" height="10" fill="#ffffff"/></svg>
211
+ <div class="status-text">100%</div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- App bar -->
216
+ <div class="app-bar">
217
+ <svg class="back-icon" viewBox="0 0 64 64">
218
+ <path d="M44 8 L20 32 L44 56" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
219
+ </svg>
220
+ <div class="app-title">Add Baby</div>
221
+ </div>
222
+
223
+ <!-- Form behind modal -->
224
+ <div class="form-container">
225
+ <div style="position: relative; margin-bottom: 40px;">
226
+ <div class="label">Name</div>
227
+ <div class="field">Sam</div>
228
+ </div>
229
+ <div style="position: relative; margin-bottom: 40px;">
230
+ <div class="label">Date</div>
231
+ <div class="field">Select a date</div>
232
+ </div>
233
+ <div style="position: relative; margin-bottom: 40px;">
234
+ <div class="label">Due Date</div>
235
+ <div class="field">—</div>
236
+ </div>
237
+ <div style="position: relative; margin-bottom: 40px;">
238
+ <div class="label">Boy</div>
239
+ <div class="field">Yes</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Modal overlay -->
244
+ <div class="overlay"></div>
245
+
246
+ <!-- Date Picker Card -->
247
+ <div class="picker-card">
248
+ <div class="picker-header">
249
+ <div class="picker-year">2023</div>
250
+ <div class="picker-date-large">Tue, Aug 1</div>
251
+ </div>
252
+ <div class="picker-body">
253
+ <div class="month-row">
254
+ <svg class="chevron" viewBox="0 0 24 24">
255
+ <path d="M15 6 L9 12 L15 18" fill="none" stroke="#333" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ <div class="month-name">July 2023</div>
258
+ <svg class="chevron" viewBox="0 0 24 24">
259
+ <path d="M9 6 L15 12 L9 18" fill="none" stroke="#333" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ <div class="weekday-row">
263
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
264
+ </div>
265
+ <div class="days-grid">
266
+ <div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day">1</div>
267
+ <div class="day">2</div><div class="day">3</div><div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div>
268
+ <div class="day">9</div><div class="day">10</div><div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div>
269
+ <div class="day">16</div><div class="day">17</div><div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day">22</div>
270
+ <div class="day">23</div><div class="day">24</div><div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div><div class="day">29</div>
271
+ <div class="day">30</div><div class="day">31</div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div>
272
+ </div>
273
+ <div class="picker-footer">
274
+ <div class="btn">CANCEL</div>
275
+ <div class="btn">OK</div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Keyboard placeholder at bottom -->
281
+ <div class="keyboard">[Keyboard Placeholder]</div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/10562/10562_9.html ADDED
@@ -0,0 +1,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Mock - Date Picker</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0c3e46; /* app background/status tone */
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ background: #0c3e46;
23
+ color: #ffffff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 30px;
27
+ box-sizing: border-box;
28
+ letter-spacing: 0.5px;
29
+ font-weight: 600;
30
+ }
31
+ .status-icons {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ }
37
+ .status-dot {
38
+ width: 16px; height: 16px; border-radius: 50%; background: #cfd8dc;
39
+ }
40
+ .battery {
41
+ width: 42px; height: 20px; border: 2px solid #cfd8dc; border-radius: 4px; position: relative;
42
+ }
43
+ .battery::after{
44
+ content:""; position:absolute; right:-8px; top:6px; width:6px; height:8px; background:#cfd8dc; border-radius:2px;
45
+ }
46
+ .battery-fill { position:absolute; left:3px; top:3px; height:12px; width:30px; background:#cfd8dc; }
47
+
48
+ /* App header */
49
+ .app-header {
50
+ position: absolute;
51
+ top: 110px;
52
+ left: 0;
53
+ width: 1080px;
54
+ height: 150px;
55
+ background: #1a8a9a;
56
+ color: #e8f7f8;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 30px;
60
+ box-sizing: border-box;
61
+ font-size: 56px;
62
+ font-weight: 700;
63
+ }
64
+ .back-icon {
65
+ width: 64px; height: 64px; margin-right: 24px;
66
+ }
67
+ .back-icon svg { width: 100%; height: 100%; fill: none; stroke: #e8f7f8; stroke-width: 10; }
68
+
69
+ /* Form area beneath header */
70
+ .form-area {
71
+ position: absolute;
72
+ top: 280px;
73
+ left: 0;
74
+ width: 1080px;
75
+ height: 1000px;
76
+ background: #f5f9f9;
77
+ padding: 40px 30px;
78
+ box-sizing: border-box;
79
+ }
80
+ .input {
81
+ width: 1020px;
82
+ height: 120px;
83
+ background: #ffffff;
84
+ border-radius: 16px;
85
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
86
+ margin-bottom: 28px;
87
+ display: flex;
88
+ align-items: center;
89
+ padding: 0 30px;
90
+ box-sizing: border-box;
91
+ font-size: 56px;
92
+ color: #1f2a2c;
93
+ }
94
+ .label-muted { color: #6c7a7d; }
95
+
96
+ /* Keyboard mock */
97
+ .keyboard {
98
+ position: absolute;
99
+ bottom: 0;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 900px;
103
+ background: #111416;
104
+ color: #e0e0e0;
105
+ box-sizing: border-box;
106
+ padding: 40px 30px 140px;
107
+ }
108
+ .key-row {
109
+ display: grid;
110
+ grid-template-columns: repeat(10, 1fr);
111
+ gap: 20px;
112
+ margin-bottom: 40px;
113
+ }
114
+ .key {
115
+ height: 120px;
116
+ background: #1c2023;
117
+ border-radius: 20px;
118
+ display: flex; align-items: center; justify-content: center;
119
+ font-size: 48px;
120
+ color: #e0e0e0;
121
+ }
122
+ .circle-btn {
123
+ position: absolute;
124
+ right: 32px;
125
+ bottom: 40px;
126
+ width: 130px; height: 130px;
127
+ background: #7caf67;
128
+ border-radius: 50%;
129
+ display: flex; align-items: center; justify-content: center;
130
+ box-shadow: inset 0 -6px 0 rgba(0,0,0,0.2);
131
+ }
132
+ .send-icon svg { width: 72px; height: 72px; fill: none; stroke: #0a2a12; stroke-width: 12; }
133
+
134
+ /* Date picker overlay */
135
+ .dialog-overlay {
136
+ position: absolute;
137
+ left: 115px;
138
+ top: 540px;
139
+ width: 850px;
140
+ height: 1300px;
141
+ background: #ffffff;
142
+ border-radius: 16px;
143
+ box-shadow: 0 18px 50px rgba(0,0,0,0.35);
144
+ overflow: hidden;
145
+ }
146
+ .dialog-header {
147
+ background: #5dd1d0;
148
+ height: 260px;
149
+ color: #ffffff;
150
+ padding: 30px;
151
+ box-sizing: border-box;
152
+ }
153
+ .year-text { font-size: 48px; opacity: 0.9; margin-bottom: 10px; }
154
+ .date-large { font-size: 92px; font-weight: 600; letter-spacing: 1px; }
155
+ .calendar {
156
+ background: #ffffff;
157
+ padding: 20px 30px 10px;
158
+ box-sizing: border-box;
159
+ }
160
+ .month-row {
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ gap: 18px;
165
+ margin-top: 10px;
166
+ margin-bottom: 30px;
167
+ }
168
+ .nav-arrow {
169
+ width: 54px; height: 54px; border-radius: 50%;
170
+ display: flex; align-items: center; justify-content: center;
171
+ color: #3c585d;
172
+ cursor: default;
173
+ }
174
+ .nav-arrow svg { width: 36px; height: 36px; fill: none; stroke: #3c585d; stroke-width: 10; }
175
+ .month-title { font-size: 56px; color: #2c3a3d; font-weight: 700; min-width: 420px; text-align: center; }
176
+ .dow {
177
+ display: grid;
178
+ grid-template-columns: repeat(7, 1fr);
179
+ color: #6c7a7d;
180
+ font-weight: 700;
181
+ font-size: 38px;
182
+ margin-bottom: 18px;
183
+ }
184
+ .dow div { text-align: center; padding: 16px 0; }
185
+ .calendar-grid {
186
+ display: grid;
187
+ grid-template-columns: repeat(7, 1fr);
188
+ gap: 20px;
189
+ padding-bottom: 20px;
190
+ }
191
+ .day {
192
+ height: 106px;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ font-size: 44px;
197
+ color: #263238;
198
+ border-radius: 12px;
199
+ }
200
+ .day:hover { background: #f1f7f7; }
201
+ .action-row {
202
+ display: flex;
203
+ justify-content: flex-end;
204
+ gap: 40px;
205
+ padding: 20px 30px 30px;
206
+ color: #41c0be;
207
+ font-size: 48px;
208
+ font-weight: 700;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <!-- Status Bar -->
216
+ <div class="status-bar">
217
+ <div>10:20</div>
218
+ <div class="status-icons">
219
+ <div class="status-dot"></div>
220
+ <div class="status-dot"></div>
221
+ <div class="battery"><div class="battery-fill"></div></div>
222
+ <div style="font-size:34px;">100%</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- App Header -->
227
+ <div class="app-header">
228
+ <div class="back-icon">
229
+ <svg viewBox="0 0 24 24"><path d="M15 5 L7 12 L15 19"/></svg>
230
+ </div>
231
+ <div>Add Baby</div>
232
+ </div>
233
+
234
+ <!-- Form Area -->
235
+ <div class="form-area">
236
+ <div class="input">Sam</div>
237
+ <div class="input"><span class="label-muted">Date</span></div>
238
+ <div class="input"><span class="label-muted">Due Date</span></div>
239
+ <div class="input">Boy</div>
240
+ <div class="input"><span class="label-muted">Birth</span></div>
241
+ </div>
242
+
243
+ <!-- Date Picker Dialog -->
244
+ <div class="dialog-overlay">
245
+ <div class="dialog-header">
246
+ <div class="year-text">2023</div>
247
+ <div class="date-large">Tue, Aug 1</div>
248
+ </div>
249
+ <div class="calendar">
250
+ <div class="month-row">
251
+ <div class="nav-arrow">
252
+ <svg viewBox="0 0 24 24"><path d="M15 5 L7 12 L15 19"/></svg>
253
+ </div>
254
+ <div class="month-title">June 2023</div>
255
+ <div class="nav-arrow">
256
+ <svg viewBox="0 0 24 24"><path d="M9 5 L17 12 L9 19"/></svg>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="dow">
261
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
262
+ </div>
263
+
264
+ <div class="calendar-grid">
265
+ <!-- Offset blanks (June 2023 starts Thu; 4 blanks) -->
266
+ <div class="day"></div><div class="day"></div><div class="day"></div><div class="day"></div>
267
+ <!-- 1..30 -->
268
+ <div class="day">1</div><div class="day">2</div><div class="day">3</div>
269
+ <div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div><div class="day">10</div>
270
+ <div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div><div class="day">17</div>
271
+ <div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day">22</div><div class="day">23</div><div class="day">24</div>
272
+ <div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div><div class="day">29</div><div class="day">30</div>
273
+ <!-- trailing blank to complete grid -->
274
+ <div class="day"></div>
275
+ </div>
276
+
277
+ <div class="action-row">
278
+ <div>CANCEL</div>
279
+ <div>OK</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Keyboard Mock -->
285
+ <div class="keyboard">
286
+ <div class="key-row">
287
+ <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>
288
+ </div>
289
+ <div class="key-row" style="grid-template-columns: repeat(9, 1fr);">
290
+ <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>
291
+ </div>
292
+ <div class="key-row" style="grid-template-columns: repeat(7, 1fr);">
293
+ <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>
294
+ </div>
295
+ <div class="key-row" style="grid-template-columns: 1fr 1fr 4fr 1fr;">
296
+ <div class="key">?123</div>
297
+ <div class="key">,</div>
298
+ <div class="key">space</div>
299
+ <div class="key">.</div>
300
+ </div>
301
+ <div class="circle-btn send-icon">
302
+ <svg viewBox="0 0 24 24"><path d="M6 12 L18 12 M12 6 L18 12 L12 18"/></svg>
303
+ </div>
304
+ </div>
305
+
306
+ </div>
307
+ </body>
308
+ </html>
code/10563/10563_0.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, height=2400, initial-scale=1.0">
6
+ <title>Hardware Shack - Reviews</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #3F2ACC;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left { font-weight: 600; font-size: 40px; }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 30px;
37
+ }
38
+ .status-dot {
39
+ width: 16px; height: 16px; background:#fff; border-radius: 50%;
40
+ opacity: 0.9;
41
+ }
42
+
43
+ /* Header/App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 170px;
50
+ background: #ffffff;
51
+ box-shadow: 0 4px 8px rgba(0,0,0,0.08);
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 36px;
55
+ box-sizing: border-box;
56
+ }
57
+ .hamburger {
58
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
59
+ margin-right: 28px;
60
+ }
61
+ .logo {
62
+ width: 140px; height: 140px; background:#E0E0E0; border:1px solid #BDBDBD;
63
+ display:flex; align-items:center; justify-content:center; color:#757575;
64
+ border-radius: 16px;
65
+ margin-right: 30px;
66
+ font-size: 26px; text-align:center; padding:6px; box-sizing:border-box;
67
+ }
68
+ .title {
69
+ font-size: 64px; font-weight: 800; letter-spacing: 1px; color: #000;
70
+ }
71
+ .cart-btn {
72
+ margin-left: auto;
73
+ width: 100px; height: 100px; background: #F4C84A; border-radius: 50%;
74
+ display:flex; align-items:center; justify-content:center;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ position: absolute;
80
+ top: 290px;
81
+ left: 0;
82
+ width: 1080px;
83
+ background: #fff;
84
+ display: flex;
85
+ padding: 0 36px;
86
+ box-sizing: border-box;
87
+ border-top: 1px solid #eee;
88
+ border-bottom: 1px solid #eee;
89
+ height: 120px;
90
+ align-items: center;
91
+ gap: 40px;
92
+ }
93
+ .tab {
94
+ font-weight: 700; font-size: 40px; color: #7A7A7A;
95
+ padding-bottom: 22px;
96
+ }
97
+ .tab.active {
98
+ color: #000;
99
+ border-bottom: 8px solid #F4C84A;
100
+ }
101
+
102
+ .content {
103
+ position: absolute;
104
+ top: 410px;
105
+ left: 0;
106
+ width: 1080px;
107
+ padding: 0 36px;
108
+ box-sizing: border-box;
109
+ }
110
+
111
+ .page-title {
112
+ font-size: 54px;
113
+ font-weight: 700;
114
+ color: #111;
115
+ line-height: 1.25;
116
+ margin: 40px 0 30px 0;
117
+ }
118
+
119
+ .review-row {
120
+ display: flex;
121
+ align-items: flex-start;
122
+ gap: 36px;
123
+ margin-top: 30px;
124
+ padding-bottom: 40px;
125
+ }
126
+ .avatar {
127
+ width: 160px; height: 160px; background:#E0E0E0; border:1px solid #BDBDBD;
128
+ border-radius: 50%;
129
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px;
130
+ }
131
+ .review-body { flex: 1; }
132
+ .stars { display: flex; gap: 12px; margin-bottom: 16px; }
133
+ .author-line {
134
+ font-size: 36px; color: #222;
135
+ margin-bottom: 18px;
136
+ }
137
+ .author-line .name { font-weight: 700; color:#222; }
138
+ .author-line .date { color:#6D6D6D; font-weight: 500; }
139
+ .review-text {
140
+ font-size: 40px; color:#7E7E7E; font-style: italic; line-height: 1.45;
141
+ }
142
+
143
+ /* Add a review section */
144
+ .add-review {
145
+ margin-top: 80px;
146
+ border: 4px solid #F4C84A;
147
+ padding: 50px 36px;
148
+ box-sizing: border-box;
149
+ }
150
+ .section-title {
151
+ font-size: 50px; font-weight: 800; margin-bottom: 30px;
152
+ }
153
+ .field-label {
154
+ font-size: 38px; font-weight: 700; color: #222; margin: 24px 0 14px;
155
+ }
156
+ .rating-row {
157
+ display: flex; gap: 36px; align-items: center; margin-bottom: 20px;
158
+ }
159
+ .rating-group { display: flex; gap: 26px; }
160
+ .star-gray { opacity: 0.35; }
161
+
162
+ textarea, input[type="text"] {
163
+ width: 100%;
164
+ border: 2px solid #DADADA;
165
+ border-radius: 6px;
166
+ font-size: 38px;
167
+ padding: 24px;
168
+ box-sizing: border-box;
169
+ }
170
+ textarea { height: 360px; resize: none; }
171
+
172
+ /* Bottom system bar */
173
+ .system-bar {
174
+ position: absolute;
175
+ bottom: 0; left: 0; width: 1080px; height: 120px; background: #000;
176
+ display: flex; align-items: center; justify-content: center;
177
+ }
178
+ .home-indicator {
179
+ width: 300px; height: 16px; background: #e5e5e5; border-radius: 10px; opacity: 0.8;
180
+ }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status Bar -->
187
+ <div class="status-bar">
188
+ <div class="status-left">3:34</div>
189
+ <div class="status-right">
190
+ <!-- small icons -->
191
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#fff"><path d="M12 3C7 3 3 7 3 12h3c0-3 3-6 6-6s6 3 6 6h3c0-5-4-9-9-9zm0 6c-2 0-3 1-3 3h3c0-.6.4-1 1-1s1 .4 1 1h3c0-2-1-3-3-3z"/></svg>
192
+ <div class="status-dot"></div>
193
+ <svg width="60" height="46" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
194
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
195
+ <rect x="20" y="9" width="2" height="6" fill="#fff" stroke="none"></rect>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- App Bar -->
201
+ <div class="app-bar">
202
+ <div class="hamburger">
203
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="#6B6B6B">
204
+ <rect x="3" y="5" width="18" height="2"></rect>
205
+ <rect x="3" y="11" width="18" height="2"></rect>
206
+ <rect x="3" y="17" width="18" height="2"></rect>
207
+ </svg>
208
+ </div>
209
+ <div class="logo">[IMG: Hardware Logo]</div>
210
+ <div class="title">HARDWARE SHACK</div>
211
+ <div class="cart-btn">
212
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#fff">
213
+ <path d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM6 6h14l-2 8H8L6 6zm-2-2h2l1 4h12l1-4h2v2h-2l-3 10H8l-3-10H3V4z"/>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Tabs -->
219
+ <div class="tabs">
220
+ <div class="tab">DESCRIPTION</div>
221
+ <div class="tab">BRAND</div>
222
+ <div class="tab active">REVIEWS (1)</div>
223
+ </div>
224
+
225
+ <!-- Content -->
226
+ <div class="content">
227
+ <div class="page-title">
228
+ 1 review for Bosch 350W Bench Grinder, GBG 35-15
229
+ </div>
230
+
231
+ <div class="review-row">
232
+ <div class="avatar">[IMG: User Avatar]</div>
233
+ <div class="review-body">
234
+ <div class="stars">
235
+ <svg width="50" height="50" viewBox="0 0 24 24" class="star-red"><path fill="#D32F2F" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
236
+ <svg width="50" height="50" viewBox="0 0 24 24" class="star-red"><path fill="#D32F2F" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
237
+ <svg width="50" height="50" viewBox="0 0 24 24" class="star-red"><path fill="#D32F2F" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
238
+ <svg width="50" height="50" viewBox="0 0 24 24" class="star-red"><path fill="#D32F2F" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
239
+ <svg width="50" height="50" viewBox="0 0 24 24" class="star-red"><path fill="#D32F2F" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
240
+ </div>
241
+ <div class="author-line">
242
+ <span class="name">G.hema</span> – <span class="date">December 5, 2020</span>
243
+ </div>
244
+ <div class="review-text">
245
+ Excellent finish and quality product.<br>
246
+ Speed regulator could have been provided!
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="add-review">
252
+ <div class="section-title">Add a review</div>
253
+
254
+ <div class="field-label">Your rating *</div>
255
+ <div class="rating-row">
256
+ <div class="rating-group">
257
+ <svg width="60" height="60" viewBox="0 0 24 24" class="star-gray"><path fill="#B0B0B0" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
258
+ <svg width="60" height="60" viewBox="0 0 24 24" class="star-gray"><path fill="#B0B0B0" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
259
+ <svg width="60" height="60" viewBox="0 0 24 24" class="star-gray"><path fill="#B0B0B0" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
260
+ <svg width="60" height="60" viewBox="0 0 24 24" class="star-gray"><path fill="#B0B0B0" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
261
+ <svg width="60" height="60" viewBox="0 0 24 24" class="star-gray"><path fill="#B0B0B0" d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.9L12 18l-6.2 3.1L7 14.2 2 9.3l6.9-1L12 2z"/></svg>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="field-label">Your review *</div>
266
+ <textarea placeholder="Write your review here..."></textarea>
267
+
268
+ <div class="field-label" style="margin-top: 30px;">Name</div>
269
+ <input type="text" placeholder="Enter your name">
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Bottom System Bar -->
274
+ <div class="system-bar">
275
+ <div class="home-indicator"></div>
276
+ </div>
277
+
278
+ </div>
279
+ </body>
280
+ </html>
code/10563/10563_1.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Suggestions</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ .topbar {
16
+ height: 160px;
17
+ padding: 60px 60px 0 60px;
18
+ position: relative;
19
+ }
20
+ .topbar .left-icon { position: absolute; left: 40px; top: 80px; }
21
+ .topbar .right-icons { position: absolute; right: 40px; top: 80px; display: flex; gap: 40px; }
22
+ .topbar svg { width: 48px; height: 48px; }
23
+
24
+ .heading {
25
+ font-size: 46px;
26
+ font-weight: 700;
27
+ color: #111;
28
+ padding: 40px 60px 10px 60px;
29
+ }
30
+
31
+ .products {
32
+ display: flex;
33
+ gap: 60px;
34
+ padding: 20px 60px 0 60px;
35
+ }
36
+ .card {
37
+ width: 420px;
38
+ position: relative;
39
+ }
40
+ .fav {
41
+ position: absolute;
42
+ right: 20px;
43
+ top: -20px;
44
+ opacity: 0.55;
45
+ }
46
+ .img {
47
+ width: 100%;
48
+ height: 320px;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ display: flex; align-items: center; justify-content: center;
52
+ color: #757575; font-size: 28px;
53
+ }
54
+ .title {
55
+ margin-top: 28px;
56
+ font-size: 32px;
57
+ font-weight: 800;
58
+ letter-spacing: 0.5px;
59
+ color: #111;
60
+ }
61
+ .subtitle {
62
+ font-size: 28px;
63
+ color: #666;
64
+ margin-top: 8px;
65
+ }
66
+ .price {
67
+ margin-top: 22px;
68
+ font-size: 40px;
69
+ font-weight: 800;
70
+ color: #111;
71
+ }
72
+ .price.highlight {
73
+ display: inline-block;
74
+ background: #ffe36a;
75
+ border-bottom: 6px solid #c93b3b;
76
+ padding: 8px 14px;
77
+ border-radius: 6px;
78
+ }
79
+
80
+ .add-small {
81
+ margin-top: 26px;
82
+ width: 120px; height: 120px;
83
+ background: #215AA5;
84
+ border-radius: 60px;
85
+ display: flex; align-items: center; justify-content: center;
86
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
87
+ }
88
+ .add-small svg { width: 58px; height: 58px; }
89
+
90
+ .divider {
91
+ margin: 60px 60px 0 60px;
92
+ height: 1px;
93
+ background: linear-gradient(to right, #222 0%, #222 10%, #eee 10%, #eee 100%);
94
+ }
95
+
96
+ .note {
97
+ font-size: 30px;
98
+ color: #666;
99
+ margin: 36px 60px 0 60px;
100
+ line-height: 1.45;
101
+ }
102
+
103
+ .cta {
104
+ position: absolute;
105
+ left: 40px;
106
+ right: 40px;
107
+ bottom: 240px;
108
+ height: 130px;
109
+ background: #215AA5;
110
+ border-radius: 65px;
111
+ display: flex; align-items: center; justify-content: center;
112
+ color: #fff;
113
+ font-size: 40px; font-weight: 700;
114
+ letter-spacing: 0.3px;
115
+ box-shadow: 0 10px 20px rgba(0,0,0,0.15);
116
+ }
117
+
118
+ .bottom-nav {
119
+ position: absolute;
120
+ left: 0; right: 0; bottom: 90px;
121
+ height: 140px;
122
+ border-top: 1px solid #eee;
123
+ background: #fff;
124
+ display: flex; align-items: center; justify-content: space-around;
125
+ padding: 0 60px;
126
+ }
127
+ .bottom-nav svg { width: 56px; height: 56px; stroke: #9aa0a6; fill: none; }
128
+
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <div class="topbar">
135
+ <div class="left-icon">
136
+ <svg viewBox="0 0 48 48">
137
+ <path d="M30 8 L14 24 L30 40" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
138
+ </svg>
139
+ </div>
140
+ <div class="right-icons">
141
+ <svg viewBox="0 0 48 48">
142
+ <circle cx="12" cy="24" r="5" stroke="#111" stroke-width="3" fill="none"/>
143
+ <circle cx="36" cy="12" r="5" stroke="#111" stroke-width="3" fill="none"/>
144
+ <circle cx="36" cy="36" r="5" stroke="#111" stroke-width="3" fill="none"/>
145
+ <path d="M17 22 L31 14 M17 26 L31 34" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round"/>
146
+ </svg>
147
+ <svg viewBox="0 0 48 48">
148
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 13 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C35 8 40 12 40 18 C40 30 24 40 24 40 Z" stroke="#111" stroke-width="3" fill="none"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <div class="heading">You may also like</div>
154
+
155
+ <div class="products">
156
+ <!-- Card 1 -->
157
+ <div class="card">
158
+ <div class="fav">
159
+ <svg viewBox="0 0 48 48">
160
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 13 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C35 8 40 12 40 18 C40 30 24 40 24 40 Z" stroke="#444" stroke-width="3" fill="none"/>
161
+ </svg>
162
+ </div>
163
+ <div class="img">[IMG: Black combination padlock]</div>
164
+ <div class="title">ELLOVEN</div>
165
+ <div class="subtitle">padlock, grey</div>
166
+ <div class="price">Rs. 199</div>
167
+ <div class="add-small">
168
+ <svg viewBox="0 0 48 48">
169
+ <path d="M16 20 H32 V38 H16 Z" stroke="#fff" stroke-width="3" fill="none"/>
170
+ <path d="M18 20 C18 15 30 15 30 20" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
171
+ <path d="M24 26 V32 M21 29 H27" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Card 2 -->
177
+ <div class="card">
178
+ <div class="fav">
179
+ <svg viewBox="0 0 48 48">
180
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 13 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C35 8 40 12 40 18 C40 30 24 40 24 40 Z" stroke="#444" stroke-width="3" fill="none"/>
181
+ </svg>
182
+ </div>
183
+ <div class="img">[IMG: Grey mobile phone holder]</div>
184
+ <div class="title">YUPPIENALLE</div>
185
+ <div class="subtitle">holder for mobile phone, grey</div>
186
+ <div class="price"><span class="price highlight">Rs. 49</span></div>
187
+ <div class="add-small">
188
+ <svg viewBox="0 0 48 48">
189
+ <path d="M16 20 H32 V38 H16 Z" stroke="#fff" stroke-width="3" fill="none"/>
190
+ <path d="M18 20 C18 15 30 15 30 20" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
191
+ <path d="M24 26 V32 M21 29 H27" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="divider"></div>
198
+
199
+ <div class="note">The price depends on selected items</div>
200
+ <div class="note">Delivery and assembly prices are not included</div>
201
+
202
+ <div class="cta">Add to bag Rs. 199</div>
203
+
204
+ <div class="bottom-nav">
205
+ <!-- Home -->
206
+ <svg viewBox="0 0 48 48">
207
+ <path d="M8 22 L24 10 L40 22 V38 H28 V28 H20 V38 H8 Z" stroke="#9aa0a6" stroke-width="3" fill="none" stroke-linejoin="round"/>
208
+ </svg>
209
+ <!-- Search -->
210
+ <svg viewBox="0 0 48 48">
211
+ <circle cx="21" cy="21" r="12" stroke="#9aa0a6" stroke-width="3" />
212
+ <path d="M32 32 L40 40" stroke="#9aa0a6" stroke-width="3" stroke-linecap="round"/>
213
+ </svg>
214
+ <!-- Account -->
215
+ <svg viewBox="0 0 48 48">
216
+ <circle cx="24" cy="18" r="8" stroke="#9aa0a6" stroke-width="3" />
217
+ <path d="M8 40 C8 30 40 30 40 40" stroke="#9aa0a6" stroke-width="3" fill="none" stroke-linecap="round"/>
218
+ </svg>
219
+ <!-- Wishlist -->
220
+ <svg viewBox="0 0 48 48">
221
+ <path d="M24 40 C24 40 8 30 8 18 C8 12 13 8 18 8 C22 8 24 12 24 12 C24 12 26 8 30 8 C35 8 40 12 40 18 C40 30 24 40 24 40 Z" stroke="#9aa0a6" stroke-width="3" fill="none"/>
222
+ </svg>
223
+ <!-- Bag -->
224
+ <svg viewBox="0 0 48 48">
225
+ <path d="M12 18 H36 L34 40 H14 Z" stroke="#9aa0a6" stroke-width="3" fill="none"/>
226
+ <path d="M18 18 C18 14 30 14 30 18" stroke="#9aa0a6" stroke-width="3" fill="none" stroke-linecap="round"/>
227
+ </svg>
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/10563/10563_2.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>Product 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; color: #1a1a1a; }
9
+ #render-target { width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #ffffff; }
10
+
11
+ /* Header */
12
+ .header {
13
+ height: 140px;
14
+ padding: 20px 40px;
15
+ display: flex;
16
+ align-items: center;
17
+ justify-content: space-between;
18
+ }
19
+ .header .left, .header .right { display: flex; align-items: center; gap: 36px; }
20
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
21
+ .divider { height: 1px; background: #e6e6e6; margin: 0 40px; }
22
+
23
+ /* Shop in store row */
24
+ .shop-row {
25
+ padding: 28px 40px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ border-bottom: 1px solid #efefef;
28
+ }
29
+ .shop-left { display: flex; align-items: center; gap: 24px; }
30
+ .store-icon-box {
31
+ width: 88px; height: 88px; background: #f4f4f4; border: 1px solid #d0d0d0;
32
+ display: flex; align-items: center; justify-content: center; border-radius: 10px;
33
+ }
34
+ .shop-text .title { font-weight: 700; font-size: 42px; }
35
+ .shop-text .sub { font-size: 30px; color: #6f6f6f; margin-top: 6px; }
36
+
37
+ /* Section title */
38
+ .section-title {
39
+ font-size: 48px; font-weight: 700; margin: 36px 40px 8px 40px;
40
+ }
41
+
42
+ /* Product grid */
43
+ .product-row {
44
+ display: grid;
45
+ grid-template-columns: 1fr 1fr;
46
+ gap: 48px;
47
+ padding: 16px 40px 0 40px;
48
+ }
49
+ .product-card { position: relative; padding-top: 10px; }
50
+ .wish {
51
+ position: absolute; top: -6px; right: 24px;
52
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
53
+ }
54
+ .img-box {
55
+ width: 460px; height: 460px; background: #E0E0E0; border: 1px solid #BDBDBD;
56
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 8px;
57
+ }
58
+ .info { margin-top: 26px; }
59
+ .name { font-size: 36px; font-weight: 800; letter-spacing: 0.5px; }
60
+ .subtext { font-size: 32px; color: #6f6f6f; margin-top: 8px; }
61
+ .price { font-size: 52px; font-weight: 800; margin-top: 18px; }
62
+ .price-tag span {
63
+ background: #FFD54F; padding: 10px 16px; border-radius: 8px; display: inline-block;
64
+ font-size: 52px; font-weight: 800; color: #1a1a1a;
65
+ }
66
+ .red-underline { height: 6px; width: 160px; background: #D32F2F; margin-top: 8px; border-radius: 3px; }
67
+
68
+ /* Floating add icons under products */
69
+ .add-actions {
70
+ display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
71
+ padding: 24px 40px;
72
+ }
73
+ .circle-add {
74
+ width: 128px; height: 128px; background: #1e57a8; border-radius: 50%;
75
+ display: flex; align-items: center; justify-content: center; margin: 0 auto;
76
+ box-shadow: 0 6px 10px rgba(0,0,0,0.15);
77
+ }
78
+
79
+ /* Progress line */
80
+ .progress-line {
81
+ margin: 36px 40px 24px 40px;
82
+ height: 1px; background: #eeeeee; position: relative;
83
+ }
84
+ .progress-line .segment {
85
+ position: absolute; left: 0; top: -1px;
86
+ height: 3px; width: 120px; background: #1a1a1a; border-radius: 2px;
87
+ }
88
+
89
+ /* CTA */
90
+ .cta { padding: 8px 40px; }
91
+ .cta-btn {
92
+ width: 100%; height: 140px; background: #235aa3; color: #ffffff; font-size: 44px; font-weight: 700;
93
+ border: none; border-radius: 80px; cursor: pointer;
94
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
95
+ }
96
+
97
+ /* Bottom nav */
98
+ .bottom-nav {
99
+ position: absolute; left: 0; bottom: 94px; width: 100%; height: 170px; background: #ffffff;
100
+ border-top: 1px solid #e9e9e9; display: flex; align-items: center; justify-content: space-around;
101
+ }
102
+ .nav-item { width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; }
103
+ .nav-icon { stroke: #9e9e9e; }
104
+ .nav-item.active .nav-icon { stroke: #000000; }
105
+
106
+ /* Gesture bar */
107
+ .gesture {
108
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
109
+ width: 360px; height: 10px; background: #000; border-radius: 6px;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Header with back, share and favorite -->
117
+ <div class="header">
118
+ <div class="left">
119
+ <div class="icon-btn">
120
+ <svg width="56" height="56" viewBox="0 0 24 24">
121
+ <path d="M15 19L8 12l7-7" stroke="#000" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ <div class="right">
126
+ <div class="icon-btn">
127
+ <!-- Share icon (nodes) -->
128
+ <svg width="56" height="56" viewBox="0 0 24 24">
129
+ <circle cx="6" cy="12" r="2" fill="#000"></circle>
130
+ <circle cx="18" cy="6" r="2" fill="#000"></circle>
131
+ <circle cx="18" cy="18" r="2" fill="#000"></circle>
132
+ <path d="M8 12l8-6M8 12l8 6" stroke="#000" stroke-width="2" fill="none"></path>
133
+ </svg>
134
+ </div>
135
+ <div class="icon-btn">
136
+ <!-- Heart outline -->
137
+ <svg width="56" height="56" viewBox="0 0 24 24">
138
+ <path d="M12 21s-8-6-8-11a5 5 0 0 1 8-3 5 5 0 0 1 8 3c0 5-8 11-8 11z" fill="none" stroke="#000" stroke-width="2"></path>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ <div class="divider"></div>
144
+
145
+ <!-- Shop in store row -->
146
+ <div class="shop-row">
147
+ <div class="shop-left">
148
+ <div class="store-icon-box">
149
+ <svg width="48" height="48" viewBox="0 0 24 24">
150
+ <rect x="3" y="8" width="18" height="12" fill="none" stroke="#777" stroke-width="1.8"></rect>
151
+ <path d="M3 8l3-4h12l3 4" fill="none" stroke="#777" stroke-width="1.8"></path>
152
+ <rect x="7" y="12" width="5" height="8" fill="none" stroke="#777" stroke-width="1.5"></rect>
153
+ </svg>
154
+ </div>
155
+ <div class="shop-text">
156
+ <div class="title">Shop in store</div>
157
+ <div class="sub">Check availability</div>
158
+ </div>
159
+ </div>
160
+ <div class="icon-btn">
161
+ <svg width="56" height="56" viewBox="0 0 24 24">
162
+ <path d="M9 6l6 6-6 6" stroke="#000" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Section: More like this -->
168
+ <div class="section-title">More like this</div>
169
+
170
+ <div class="product-row">
171
+ <!-- Product 1 -->
172
+ <div class="product-card">
173
+ <div class="wish">
174
+ <svg width="56" height="56" viewBox="0 0 24 24">
175
+ <path d="M12 21s-8-6-8-11a5 5 0 0 1 8-3 5 5 0 0 1 8 3c0 5-8 11-8 11z" fill="none" stroke="#b0b0b0" stroke-width="2"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="img-box">[IMG: Padlock product]</div>
179
+ <div class="info">
180
+ <div class="name">ELLOVEN</div>
181
+ <div class="subtext">padlock, grey</div>
182
+ <div class="price">Rs. 199</div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Product 2 -->
187
+ <div class="product-card">
188
+ <div class="wish">
189
+ <svg width="56" height="56" viewBox="0 0 24 24">
190
+ <path d="M12 21s-8-6-8-11a5 5 0 0 1 8-3 5 5 0 0 1 8 3c0 5-8 11-8 11z" fill="none" stroke="#b0b0b0" stroke-width="2"></path>
191
+ </svg>
192
+ </div>
193
+ <div class="img-box">[IMG: Holder for mobile phone, grey]</div>
194
+ <div class="info">
195
+ <div class="name">YUPPIENALLE</div>
196
+ <div class="subtext">holder for mobile phone, grey</div>
197
+ <div class="price price-tag"><span>Rs. 49</span></div>
198
+ <div class="red-underline"></div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Floating add buttons -->
204
+ <div class="add-actions">
205
+ <div class="circle-add">
206
+ <svg width="76" height="76" viewBox="0 0 24 24">
207
+ <path d="M3 9h18l-2 10H5L3 9z" fill="none" stroke="#fff" stroke-width="2"></path>
208
+ <path d="M9 9l3-5 3 5" stroke="#fff" stroke-width="2" fill="none"></path>
209
+ <path d="M12 13v4M10 15h4" stroke="#fff" stroke-width="2"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="circle-add">
213
+ <svg width="76" height="76" viewBox="0 0 24 24">
214
+ <path d="M3 9h18l-2 10H5L3 9z" fill="none" stroke="#fff" stroke-width="2"></path>
215
+ <path d="M9 9l3-5 3 5" stroke="#fff" stroke-width="2" fill="none"></path>
216
+ <path d="M12 13v4M10 15h4" stroke="#fff" stroke-width="2"></path>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Progress line -->
222
+ <div class="progress-line"><div class="segment"></div></div>
223
+
224
+ <!-- CTA -->
225
+ <div class="cta">
226
+ <button class="cta-btn">Add to bag Rs. 199</button>
227
+ </div>
228
+
229
+ <!-- Bottom Navigation -->
230
+ <div class="bottom-nav">
231
+ <div class="nav-item active">
232
+ <svg width="64" height="64" viewBox="0 0 24 24" class="nav-icon">
233
+ <path d="M3 11l9-7 9 7v9H5v-9" fill="none" stroke-width="2"></path>
234
+ </svg>
235
+ </div>
236
+ <div class="nav-item">
237
+ <svg width="64" height="64" viewBox="0 0 24 24" class="nav-icon">
238
+ <circle cx="11" cy="11" r="6" fill="none" stroke-width="2"></circle>
239
+ <path d="M20 20l-3.5-3.5" stroke-width="2"></path>
240
+ </svg>
241
+ </div>
242
+ <div class="nav-item">
243
+ <svg width="64" height="64" viewBox="0 0 24 24" class="nav-icon">
244
+ <circle cx="12" cy="8" r="4" fill="none" stroke-width="2"></circle>
245
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke-width="2"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="nav-item">
249
+ <svg width="64" height="64" viewBox="0 0 24 24" class="nav-icon">
250
+ <path d="M12 21s-8-6-8-11a5 5 0 0 1 8-3 5 5 0 0 1 8 3c0 5-8 11-8 11z" fill="none" stroke-width="2"></path>
251
+ </svg>
252
+ </div>
253
+ <div class="nav-item">
254
+ <svg width="64" height="64" viewBox="0 0 24 24" class="nav-icon">
255
+ <path d="M6 8l2-4h8l2 4v12H6V8z" fill="none" stroke-width="2"></path>
256
+ <path d="M10 12h4" stroke-width="2"></path>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Gesture bar -->
262
+ <div class="gesture"></div>
263
+
264
+ </div>
265
+ </body>
266
+ </html>
code/10563/10563_3.html ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; color: #222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top app bar */
18
+ .top-bar {
19
+ height: 120px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ }
25
+ .top-left, .top-right {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 30px;
29
+ }
30
+ .icon-btn {
31
+ width: 56px;
32
+ height: 56px;
33
+ display: inline-flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ color: #222;
37
+ }
38
+ .icon-btn svg { width: 40px; height: 40px; }
39
+
40
+ /* Content */
41
+ .content {
42
+ padding: 0 50px;
43
+ }
44
+ .redacted-title {
45
+ width: 520px;
46
+ height: 34px;
47
+ background: #000;
48
+ border-radius: 6px;
49
+ margin: 10px 0 24px;
50
+ }
51
+ .price {
52
+ font-size: 36px;
53
+ margin: 6px 0 28px;
54
+ color: #111;
55
+ }
56
+ .origin {
57
+ font-size: 32px;
58
+ margin: 10px 0 26px;
59
+ color: #222;
60
+ }
61
+ .view-more {
62
+ font-size: 30px;
63
+ color: #4a4a4a;
64
+ text-decoration: underline;
65
+ margin: 12px 0 70px;
66
+ }
67
+
68
+ .section-link {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ padding: 26px 0;
73
+ border-top: 1px solid transparent;
74
+ margin: 20px 0 20px;
75
+ }
76
+ .section-link .label {
77
+ font-weight: 700;
78
+ font-size: 36px;
79
+ color: #111;
80
+ }
81
+ .chev svg { width: 28px; height: 28px; }
82
+
83
+ .delivery-head {
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: space-between;
87
+ margin: 80px 0 20px;
88
+ }
89
+ .delivery-head .title {
90
+ font-size: 44px;
91
+ font-weight: 700;
92
+ }
93
+ .help-circle {
94
+ width: 88px;
95
+ height: 88px;
96
+ border: 2px solid #DADADA;
97
+ border-radius: 50%;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ color: #555;
102
+ }
103
+ .divider {
104
+ height: 1px;
105
+ background: #E8E8E8;
106
+ margin: 18px 0 10px;
107
+ }
108
+
109
+ .delivery-block {
110
+ padding: 36px 0 24px;
111
+ }
112
+ .delivery-row {
113
+ display: flex;
114
+ align-items: flex-start;
115
+ gap: 28px;
116
+ }
117
+ .delivery-row .text-group {
118
+ flex: 1;
119
+ }
120
+ .delivery-row .title {
121
+ font-size: 36px;
122
+ font-weight: 700;
123
+ margin-bottom: 14px;
124
+ }
125
+ .subline {
126
+ display: flex;
127
+ align-items: flex-start;
128
+ gap: 16px;
129
+ color: #777;
130
+ font-size: 30px;
131
+ line-height: 1.4;
132
+ margin: 8px 0;
133
+ }
134
+ .muted {
135
+ color: #9B9B9B;
136
+ }
137
+ .thin-sep {
138
+ height: 1px;
139
+ background: #E5E5E5;
140
+ margin: 26px 0;
141
+ }
142
+
143
+ /* Add to bag button */
144
+ .cta {
145
+ position: absolute;
146
+ left: 60px;
147
+ right: 60px;
148
+ bottom: 220px;
149
+ height: 120px;
150
+ background: #1E5AA5;
151
+ color: #fff;
152
+ border-radius: 60px;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ font-size: 38px;
157
+ font-weight: 700;
158
+ box-shadow: 0 6px 16px rgba(30,90,165,0.25);
159
+ }
160
+
161
+ /* Bottom navigation */
162
+ .bottom-nav {
163
+ position: absolute;
164
+ left: 0;
165
+ right: 0;
166
+ bottom: 0;
167
+ height: 170px;
168
+ background: #fff;
169
+ border-top: 1px solid #EFEFEF;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: space-around;
173
+ }
174
+ .nav-item {
175
+ width: 140px;
176
+ height: 120px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ color: #7A7A7A;
181
+ }
182
+ .nav-item svg { width: 54px; height: 54px; }
183
+
184
+ /* Simple image placeholder style (not used here but kept for consistency) */
185
+ .img-ph {
186
+ background: #E0E0E0;
187
+ border: 1px solid #BDBDBD;
188
+ color: #757575;
189
+ display: flex;
190
+ align-items: center;
191
+ justify-content: center;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+ <!-- Top bar -->
198
+ <div class="top-bar">
199
+ <div class="top-left">
200
+ <div class="icon-btn" aria-label="Back">
201
+ <svg viewBox="0 0 24 24">
202
+ <path d="M15 4 L7 12 L15 20" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+ <div class="top-right">
207
+ <div class="icon-btn" aria-label="Share">
208
+ <svg viewBox="0 0 24 24">
209
+ <circle cx="18" cy="5" r="2.5" fill="currentColor"/>
210
+ <circle cx="6" cy="12" r="2.5" fill="currentColor"/>
211
+ <circle cx="18" cy="19" r="2.5" fill="currentColor"/>
212
+ <path d="M8.3 11.2 L15.7 6.6 M8.3 12.8 L15.7 17.4" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/>
213
+ </svg>
214
+ </div>
215
+ <div class="icon-btn" aria-label="Favorite">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M12 20 C12 20 4 15 4 9.5 C4 7 6 5 8.5 5 C10 5 11.3 5.8 12 7 C12.7 5.8 14 5 15.5 5 C18 5 20 7 20 9.5 C20 15 12 20 12 20 Z" fill="none" stroke="currentColor" stroke-width="2"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Content -->
224
+ <div class="content">
225
+ <div class="redacted-title" title="Product title redacted"></div>
226
+
227
+ <div class="price">MRP Rs.279 (incl. tax)</div>
228
+ <div class="origin">Country of Origin: POLAND</div>
229
+ <div class="view-more">View more</div>
230
+
231
+ <div class="section-link">
232
+ <div class="label">Assembly and documents</div>
233
+ <div class="chev">
234
+ <svg viewBox="0 0 16 16"><path d="M4 2 L12 8 L4 14" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="section-link" style="margin-top: 40px;">
239
+ <div class="label">Materials and care</div>
240
+ <div class="chev">
241
+ <svg viewBox="0 0 16 16"><path d="M4 2 L12 8 L4 14" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="delivery-head">
246
+ <div class="title">Delivery and pick-up</div>
247
+ <div class="help-circle" aria-label="Help">
248
+ <svg viewBox="0 0 24 24">
249
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#D0D0D0" stroke-width="0"/>
250
+ <text x="12" y="16" text-anchor="middle" font-size="16" fill="#666" font-family="Arial">?</text>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ <div class="divider"></div>
255
+
256
+ <!-- Home Delivery -->
257
+ <div class="delivery-block">
258
+ <div class="delivery-row">
259
+ <div class="icon-btn" aria-hidden="true" style="color:#222;">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="2" y="8" width="12" height="7" fill="none" stroke="currentColor" stroke-width="2" rx="1"/>
262
+ <path d="M14 10 L18 10 L21 13 L21 15 L14 15 Z" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
263
+ <circle cx="6" cy="17.5" r="2" fill="none" stroke="currentColor" stroke-width="2"/>
264
+ <circle cx="18" cy="17.5" r="2" fill="none" stroke="currentColor" stroke-width="2"/>
265
+ </svg>
266
+ </div>
267
+ <div class="text-group">
268
+ <div class="title">Home Delivery</div>
269
+ <div class="subline">
270
+ <svg viewBox="0 0 24 24" width="24" height="24">
271
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#B0B0B0" stroke-width="2"/>
272
+ <path d="M5 19 L19 5" stroke="#B0B0B0" stroke-width="2" stroke-linecap="round"/>
273
+ </svg>
274
+ <div>Information currently unavailable.<br/>Please check again later.</div>
275
+ </div>
276
+ <div class="muted" style="font-size:28px; margin-top:16px;">Find all options at checkout</div>
277
+ </div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="thin-sep"></div>
282
+
283
+ <!-- Click & Collect -->
284
+ <div class="delivery-block">
285
+ <div class="delivery-row">
286
+ <div class="icon-btn" aria-hidden="true" style="color:#222;">
287
+ <svg viewBox="0 0 24 24">
288
+ <rect x="3" y="9" width="18" height="9" fill="none" stroke="currentColor" stroke-width="2"/>
289
+ <path d="M5 9 L7 5 L17 5 L19 9" fill="none" stroke="currentColor" stroke-width="2"/>
290
+ <rect x="6" y="12" width="3" height="3" fill="none" stroke="currentColor" stroke-width="2"/>
291
+ </svg>
292
+ </div>
293
+ <div class="text-group">
294
+ <div class="title">Click &amp; Collect</div>
295
+ <div class="subline">
296
+ <svg viewBox="0 0 24 24" width="24" height="24">
297
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#B0B0B0" stroke-width="2"/>
298
+ <path d="M5 19 L19 5" stroke="#B0B0B0" stroke-width="2" stroke-linecap="round"/>
299
+ </svg>
300
+ <div>Information currently unavailable.<br/>Please check again later.</div>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Bottom spacing so content doesn't sit under nav -->
307
+ <div style="height: 380px;"></div>
308
+ </div>
309
+
310
+ <!-- CTA -->
311
+ <div class="cta">Add to bag Rs. 199</div>
312
+
313
+ <!-- Bottom Navigation -->
314
+ <div class="bottom-nav">
315
+ <div class="nav-item" aria-label="Home">
316
+ <svg viewBox="0 0 24 24">
317
+ <path d="M3 11 L12 4 L21 11" fill="none" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
318
+ <rect x="6" y="11" width="12" height="9" fill="none" stroke="#7A7A7A" stroke-width="2"/>
319
+ </svg>
320
+ </div>
321
+ <div class="nav-item" aria-label="Search">
322
+ <svg viewBox="0 0 24 24">
323
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#7A7A7A" stroke-width="2"/>
324
+ <path d="M16 16 L21 21" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
325
+ </svg>
326
+ </div>
327
+ <div class="nav-item" aria-label="Account">
328
+ <svg viewBox="0 0 24 24">
329
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#7A7A7A" stroke-width="2"/>
330
+ <path d="M4 20 C4 15 8 14 12 14 C16 14 20 15 20 20" fill="none" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
331
+ </svg>
332
+ </div>
333
+ <div class="nav-item" aria-label="Favorites">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M12 20 C12 20 4 15 4 9.5 C4 7 6 5 8.5 5 C10 5 11.3 5.8 12 7 C12.7 5.8 14 5 15.5 5 C18 5 20 7 20 9.5 C20 15 12 20 12 20 Z" fill="none" stroke="#7A7A7A" stroke-width="2"/>
336
+ </svg>
337
+ </div>
338
+ <div class="nav-item" aria-label="Bag">
339
+ <svg viewBox="0 0 24 24">
340
+ <rect x="5" y="9" width="14" height="11" fill="none" stroke="#7A7A7A" stroke-width="2"/>
341
+ <path d="M9 9 C9 6.5 10.5 5 12 5 C13.5 5 15 6.5 15 9" fill="none" stroke="#7A7A7A" stroke-width="2"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+ </div>
346
+ </body>
347
+ </html>
code/10563/10563_4.html ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Padlock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+ .topbar {
15
+ height: 160px;
16
+ display: flex; align-items: center;
17
+ padding: 0 48px;
18
+ }
19
+ .topbar .left, .topbar .right { display: flex; align-items: center; }
20
+ .topbar .left { flex: 1; }
21
+ .topbar .right { gap: 40px; }
22
+ .icon-btn { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
23
+ .hero {
24
+ width: 100%; height: 380px;
25
+ display: flex; align-items: center; justify-content: center;
26
+ }
27
+ .divider { height: 2px; background: #E5E5E5; margin: 0 48px; }
28
+ .variants { padding: 40px 48px; display: flex; gap: 40px; }
29
+ .thumb {
30
+ width: 180px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
31
+ display: flex; align-items: center; justify-content: center; color: #757575;
32
+ border-radius: 12px;
33
+ }
34
+ .thumb.selected { border: 4px solid #000; }
35
+ .content { padding: 0 48px; }
36
+ .title { margin-top: 20px; }
37
+ .title .name { font-weight: 800; letter-spacing: 0.5px; font-size: 40px; }
38
+ .title .subtitle { color: #666; font-size: 34px; margin-top: 8px; }
39
+ .price { font-size: 72px; font-weight: 800; margin: 40px 0; }
40
+ .section-title { font-size: 52px; font-weight: 800; margin: 40px 0 20px; }
41
+ .row { display: flex; align-items: center; justify-content: space-between; height: 120px; font-size: 40px; }
42
+ .row .right { display: flex; align-items: center; gap: 16px; color: #111; }
43
+ .stars { display: flex; gap: 8px; }
44
+ .stars svg { width: 40px; height: 40px; }
45
+ .row-divider { height: 2px; background: #EFEFEF; margin: 0 -48px; }
46
+ .pill-btn {
47
+ position: absolute; left: 60px; right: 60px; bottom: 280px;
48
+ height: 120px; background: #2357A6; color: #fff;
49
+ border-radius: 60px; display: flex; align-items: center; justify-content: center;
50
+ font-weight: 800; font-size: 42px; letter-spacing: 0.3px;
51
+ box-shadow: 0 6px 16px rgba(0,0,0,0.15);
52
+ }
53
+ .mrp { position: absolute; left: 48px; bottom: 210px; font-size: 34px; color: #555; }
54
+ .bottom-nav {
55
+ position: absolute; left: 0; right: 0; bottom: 80px;
56
+ height: 160px; border-top: 1px solid #EEE;
57
+ display: flex; align-items: center; justify-content: space-around;
58
+ color: #777;
59
+ }
60
+ .bottom-nav .nav-icon { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; }
61
+ .gesture {
62
+ position: absolute; left: 50%; transform: translateX(-50%);
63
+ bottom: 20px; width: 340px; height: 14px; background: #000; border-radius: 7px; opacity: 0.8;
64
+ }
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <div id="render-target">
69
+
70
+ <!-- Top navigation -->
71
+ <div class="topbar">
72
+ <div class="left">
73
+ <div class="icon-btn">
74
+ <svg viewBox="0 0 24 24" width="48" height="48">
75
+ <path d="M15 5L8 12l7 7" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
76
+ </svg>
77
+ </div>
78
+ </div>
79
+ <div class="right">
80
+ <div class="icon-btn">
81
+ <!-- Share icon -->
82
+ <svg viewBox="0 0 24 24" width="44" height="44">
83
+ <circle cx="18" cy="5" r="2.5" fill="#000"/>
84
+ <circle cx="6" cy="12" r="2.5" fill="#000"/>
85
+ <circle cx="18" cy="19" r="2.5" fill="#000"/>
86
+ <path d="M8 12l8-7M8 12l8 7" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
87
+ </svg>
88
+ </div>
89
+ <div class="icon-btn">
90
+ <!-- Heart outline -->
91
+ <svg viewBox="0 0 24 24" width="48" height="48">
92
+ <path d="M12 20s-7-4.6-9-8.6C1.2 8.2 3.4 5.5 6.5 5.5c2 0 3.3 1.1 4.1 2.2.8-1.1 2.1-2.2 4.1-2.2 3.1 0 5.3 2.7 3.5 5.9C19 15.4 12 20 12 20z"
93
+ fill="none" stroke="#000" stroke-width="2"/>
94
+ </svg>
95
+ </div>
96
+ </div>
97
+ </div>
98
+
99
+ <!-- Hero image -->
100
+ <div class="hero">
101
+ <div style="width: 900px; height: 320px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
102
+ [IMG: Product hero - padlock]
103
+ </div>
104
+ </div>
105
+
106
+ <div class="divider"></div>
107
+
108
+ <!-- Variant thumbnails -->
109
+ <div class="variants">
110
+ <div class="thumb selected">[IMG: White padlock]</div>
111
+ <div class="thumb">[IMG: Black padlock]</div>
112
+ </div>
113
+
114
+ <!-- Product info -->
115
+ <div class="content">
116
+ <div class="title">
117
+ <div class="name">ELLOVEN</div>
118
+ <div class="subtitle">padlock, white</div>
119
+ </div>
120
+ <div class="price">Rs. 199</div>
121
+
122
+ <div class="section-title">Product information</div>
123
+
124
+ <div class="row">
125
+ <div>Reviews</div>
126
+ <div class="right">
127
+ <div class="stars">
128
+ <!-- 4 filled stars and one outlined to mimic half -->
129
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.3-6.3 3.3 1.3-7-5.1-5 7-1z" fill="#000"/></svg>
130
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.3-6.3 3.3 1.3-7-5.1-5 7-1z" fill="#000"/></svg>
131
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.3-6.3 3.3 1.3-7-5.1-5 7-1z" fill="#000"/></svg>
132
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.3-6.3 3.3 1.3-7-5.1-5 7-1z" fill="#000"/></svg>
133
+ <svg viewBox="0 0 24 24"><path d="M12 3l3.1 6.3 7 1-5.1 5 1.3 7-6.3-3.3-6.3 3.3 1.3-7-5.1-5 7-1z" fill="none" stroke="#000" stroke-width="2"/></svg>
134
+ </div>
135
+ <div style="font-size:36px; color:#333;">(13)</div>
136
+ </div>
137
+ </div>
138
+ <div class="row-divider"></div>
139
+
140
+ <div class="row">
141
+ <div>Product size</div>
142
+ <div class="right">
143
+ <svg viewBox="0 0 24 24" width="40" height="40">
144
+ <path d="M6 9l6 6 6-6" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+ <div class="row-divider"></div>
149
+
150
+ <div class="row">
151
+ <div>More info</div>
152
+ <div class="right">
153
+ <svg viewBox="0 0 24 24" width="40" height="40">
154
+ <path d="M6 15l6-6 6 6" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ </div>
160
+
161
+ <!-- Add to bag button -->
162
+ <div class="pill-btn">Add to bag Rs. 199</div>
163
+ <div class="mrp">MRP Rs.279 (incl. tax)</div>
164
+
165
+ <!-- Bottom navigation -->
166
+ <div class="bottom-nav">
167
+ <div class="nav-icon">
168
+ <svg viewBox="0 0 24 24" width="64" height="64">
169
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="none" stroke="#777" stroke-width="2"/>
170
+ </svg>
171
+ </div>
172
+ <div class="nav-icon">
173
+ <svg viewBox="0 0 24 24" width="64" height="64">
174
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#777" stroke-width="2"/>
175
+ <path d="M21 21l-4.5-4.5" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="nav-icon">
179
+ <svg viewBox="0 0 24 24" width="64" height="64">
180
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#777" stroke-width="2"/>
181
+ <path d="M4 20a8 6 0 0 1 16 0" fill="none" stroke="#777" stroke-width="2"/>
182
+ </svg>
183
+ </div>
184
+ <div class="nav-icon">
185
+ <svg viewBox="0 0 24 24" width="64" height="64">
186
+ <path d="M12 21s-7-4.6-9-8.6C1.2 9.2 3.4 6.5 6.5 6.5c2 0 3.3 1.1 4.1 2.2.8-1.1 2.1-2.2 4.1-2.2 3.1 0 5.3 2.7 3.5 5.9C19 16.4 12 21 12 21z"
187
+ fill="none" stroke="#777" stroke-width="2"/>
188
+ </svg>
189
+ </div>
190
+ <div class="nav-icon">
191
+ <svg viewBox="0 0 24 24" width="64" height="64">
192
+ <path d="M6 7h12l-2 11H8L6 7z" fill="none" stroke="#777" stroke-width="2"/>
193
+ <circle cx="9" cy="20" r="1.5" fill="#777"/>
194
+ <circle cx="15" cy="20" r="1.5" fill="#777"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="gesture"></div>
200
+ </div>
201
+ </body>
202
+ </html>
code/10563/10563_5.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Reviews</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+ .page {
17
+ padding: 0 72px;
18
+ color: #111;
19
+ }
20
+ /* Top area */
21
+ .topbar {
22
+ height: 120px;
23
+ }
24
+ .back-btn {
25
+ width: 56px;
26
+ height: 56px;
27
+ margin-top: 24px;
28
+ }
29
+ .section-rating {
30
+ margin-top: 80px;
31
+ }
32
+ .score {
33
+ font-size: 120px;
34
+ font-weight: 700;
35
+ letter-spacing: -1px;
36
+ margin: 0 0 12px 0;
37
+ }
38
+ .stars-row {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 8px;
42
+ margin-bottom: 24px;
43
+ }
44
+ .stars-row .count {
45
+ color: #666;
46
+ font-size: 40px;
47
+ margin-left: 16px;
48
+ }
49
+ .star {
50
+ width: 48px;
51
+ height: 48px;
52
+ }
53
+ .star svg { width: 100%; height: 100%; }
54
+ .star.empty svg path { fill: none; stroke: #BDBDBD; stroke-width: 1.5; }
55
+ .star.filled svg path { fill: #000000; }
56
+ .star.half svg path { fill: #000000; clip-path: url(#clipHalf); }
57
+ /* Metrics */
58
+ .metrics {
59
+ display: flex;
60
+ flex-wrap: wrap;
61
+ column-gap: 60px;
62
+ row-gap: 56px;
63
+ margin-top: 40px;
64
+ }
65
+ .metric {
66
+ width: calc(50% - 30px);
67
+ }
68
+ .metric .label {
69
+ color: #666;
70
+ font-size: 38px;
71
+ margin-bottom: 18px;
72
+ }
73
+ .track {
74
+ width: 100%;
75
+ height: 18px;
76
+ background: #eeeeee;
77
+ border-radius: 12px;
78
+ overflow: hidden;
79
+ }
80
+ .fill {
81
+ height: 100%;
82
+ background: #000000;
83
+ }
84
+ /* Sort row */
85
+ .sort-row {
86
+ display: flex;
87
+ justify-content: space-between;
88
+ align-items: center;
89
+ margin-top: 100px;
90
+ font-size: 42px;
91
+ color: #444;
92
+ }
93
+ .divider {
94
+ height: 1px;
95
+ background: #E5E5E5;
96
+ margin: 36px 0;
97
+ }
98
+ /* Review items */
99
+ .review {
100
+ padding: 12px 0 24px;
101
+ }
102
+ .review-header {
103
+ display: flex;
104
+ justify-content: space-between;
105
+ align-items: center;
106
+ margin-bottom: 24px;
107
+ }
108
+ .review-stars .star {
109
+ width: 40px;
110
+ height: 40px;
111
+ }
112
+ .review-meta {
113
+ color: #666;
114
+ font-size: 36px;
115
+ }
116
+ .review-title {
117
+ font-size: 56px;
118
+ font-weight: 700;
119
+ margin: 16px 0 14px;
120
+ }
121
+ .review-body {
122
+ color: #444;
123
+ font-size: 40px;
124
+ line-height: 1.5;
125
+ }
126
+ .home-indicator {
127
+ position: absolute;
128
+ left: 50%;
129
+ bottom: 26px;
130
+ transform: translateX(-50%);
131
+ width: 360px;
132
+ height: 10px;
133
+ background: #000;
134
+ border-radius: 6px;
135
+ opacity: 0.9;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+ <div class="page">
142
+ <div class="topbar">
143
+ <div class="back-btn">
144
+ <svg viewBox="0 0 24 24">
145
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <div class="section-rating">
151
+ <h1 class="score">4.3</h1>
152
+ <div class="stars-row">
153
+ <!-- Define a clipPath for half star -->
154
+ <svg width="0" height="0">
155
+ <defs>
156
+ <clipPath id="clipHalf">
157
+ <rect x="0" y="0" width="12" height="24"></rect>
158
+ </clipPath>
159
+ </defs>
160
+ </svg>
161
+
162
+ <span class="star filled">
163
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
164
+ </span>
165
+ <span class="star filled">
166
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
167
+ </span>
168
+ <span class="star filled">
169
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
170
+ </span>
171
+ <span class="star filled">
172
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
173
+ </span>
174
+ <span class="star half">
175
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
176
+ </span>
177
+ <span class="count">(13)</span>
178
+ </div>
179
+
180
+ <div class="metrics">
181
+ <div class="metric">
182
+ <div class="label">Ease of assembly/installation</div>
183
+ <div class="track"><div class="fill" style="width: 88%;"></div></div>
184
+ </div>
185
+ <div class="metric">
186
+ <div class="label">Value for money</div>
187
+ <div class="track"><div class="fill" style="width: 93%;"></div></div>
188
+ </div>
189
+ <div class="metric">
190
+ <div class="label">Product quality</div>
191
+ <div class="track"><div class="fill" style="width: 90%;"></div></div>
192
+ </div>
193
+ <div class="metric">
194
+ <div class="label">Appearance</div>
195
+ <div class="track"><div class="fill" style="width: 96%;"></div></div>
196
+ </div>
197
+ <div class="metric" style="width: 100%;">
198
+ <div class="label">Works as expected</div>
199
+ <div class="track" style="max-width: 880px;"><div class="fill" style="width: 86%;"></div></div>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="sort-row">
205
+ <div>Sort by: Most Recent</div>
206
+ <div>
207
+ <svg width="42" height="42" viewBox="0 0 24 24">
208
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="divider"></div>
214
+
215
+ <!-- Review 1 -->
216
+ <div class="review">
217
+ <div class="review-header">
218
+ <div class="review-stars">
219
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
220
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
221
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
222
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
223
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
224
+ </div>
225
+ <div class="review-meta">Joseph · 04/10/2023</div>
226
+ </div>
227
+ <div class="review-title">Lock would not reset</div>
228
+ <div class="review-body">
229
+ Instructions were very tiny and could not be read - had to magnify; despite following instructions, lock would not reset.
230
+ </div>
231
+ </div>
232
+
233
+ <div class="divider"></div>
234
+
235
+ <!-- Review 2 -->
236
+ <div class="review">
237
+ <div class="review-header">
238
+ <div class="review-stars">
239
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
240
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
241
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
242
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
243
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 17.3 18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg></span>
244
+ </div>
245
+ <div class="review-meta">Ishita · 12/12/2022</div>
246
+ </div>
247
+ <!-- Placeholder for potential images in reviews -->
248
+ <div style="width: 100%; height: 0;"></div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="home-indicator"></div>
253
+ </div>
254
+ </body>
255
+ </html>
code/10563/10563_6.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Reviews UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color: #212121;
14
+ }
15
+ #render-target {
16
+ position: relative;
17
+ overflow: hidden;
18
+ width: 1080px;
19
+ height: 2400px;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 110px;
26
+ padding: 0 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #424242;
31
+ font-size: 40px;
32
+ letter-spacing: 1px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon {
40
+ display: inline-flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+ .icon svg {
45
+ width: 44px;
46
+ height: 44px;
47
+ fill: #424242;
48
+ }
49
+ .divider {
50
+ height: 2px;
51
+ background: #E0E0E0;
52
+ margin: 24px 60px 0 60px;
53
+ }
54
+
55
+ /* Reviews list */
56
+ .content {
57
+ padding: 8px 60px 0 60px;
58
+ }
59
+ .review {
60
+ margin-top: 32px;
61
+ }
62
+ .review .row {
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: space-between;
66
+ }
67
+ .stars {
68
+ display: flex;
69
+ gap: 16px;
70
+ }
71
+ .star svg {
72
+ width: 48px;
73
+ height: 48px;
74
+ }
75
+ .star.filled svg {
76
+ fill: #000000;
77
+ stroke: none;
78
+ }
79
+ .star.empty svg {
80
+ fill: none;
81
+ stroke: #BDBDBD;
82
+ stroke-width: 2;
83
+ }
84
+ .meta {
85
+ font-size: 34px;
86
+ color: #616161;
87
+ }
88
+ .title {
89
+ margin-top: 38px;
90
+ font-size: 52px;
91
+ font-weight: 700;
92
+ color: #111111;
93
+ }
94
+ .body {
95
+ margin-top: 26px;
96
+ font-size: 36px;
97
+ line-height: 1.55;
98
+ color: #616161;
99
+ }
100
+
101
+ /* Bottom gesture bar */
102
+ .bottom-bar {
103
+ position: absolute;
104
+ left: 0;
105
+ right: 0;
106
+ bottom: 0;
107
+ height: 120px;
108
+ background: #000000;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ }
113
+ .home-pill {
114
+ width: 300px;
115
+ height: 14px;
116
+ border-radius: 14px;
117
+ background: #D6D6D6;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+ <div class="status-bar">
124
+ <div>3:38</div>
125
+ <div class="status-icons">
126
+ <div class="icon">
127
+ <!-- Small rounded rectangle (signal) -->
128
+ <svg viewBox="0 0 24 24">
129
+ <rect x="2" y="6" width="5" height="12" rx="1.5"></rect>
130
+ <rect x="9" y="9" width="5" height="9" rx="1.5"></rect>
131
+ <rect x="16" y="12" width="5" height="6" rx="1.5"></rect>
132
+ </svg>
133
+ </div>
134
+ <div class="icon">
135
+ <!-- WiFi icon -->
136
+ <svg viewBox="0 0 24 24">
137
+ <path d="M2 8c5-4 15-4 20 0" stroke="#424242" stroke-width="2" fill="none" />
138
+ <path d="M5 12c4-3 10-3 14 0" stroke="#424242" stroke-width="2" fill="none" />
139
+ <path d="M9 16c2-2 4-2 6 0" stroke="#424242" stroke-width="2" fill="none" />
140
+ <circle cx="12" cy="19" r="1.6" />
141
+ </svg>
142
+ </div>
143
+ <div class="icon">
144
+ <!-- Notifications dot -->
145
+ <svg viewBox="0 0 24 24">
146
+ <circle cx="12" cy="12" r="4"></circle>
147
+ </svg>
148
+ </div>
149
+ <div class="icon">
150
+ <!-- Battery -->
151
+ <svg viewBox="0 0 28 24">
152
+ <rect x="1" y="5" width="22" height="14" rx="2" ry="2" stroke="#424242" stroke-width="2" fill="none"></rect>
153
+ <rect x="3" y="7" width="14" height="10" fill="#424242"></rect>
154
+ <rect x="24" y="9" width="3" height="6" rx="1" fill="#424242"></rect>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- First visible divider -->
161
+ <div class="divider"></div>
162
+
163
+ <div class="content">
164
+ <!-- Review 1 -->
165
+ <div class="review">
166
+ <div class="row">
167
+ <div class="stars">
168
+ <span class="star filled">
169
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg>
170
+ </span>
171
+ <span class="star filled">
172
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg>
173
+ </span>
174
+ <span class="star filled">
175
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg>
176
+ </span>
177
+ <span class="star filled">
178
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg>
179
+ </span>
180
+ <span class="star filled">
181
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg>
182
+ </span>
183
+ </div>
184
+ <div class="meta">Ishita · 12/12/2022</div>
185
+ </div>
186
+ <div class="title">Very useful</div>
187
+ <div class="body">Useful and affordable. Decent built quality.</div>
188
+ </div>
189
+
190
+ <div class="divider"></div>
191
+
192
+ <!-- Review 2 -->
193
+ <div class="review">
194
+ <div class="row">
195
+ <div class="stars">
196
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
197
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
198
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
199
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
200
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
201
+ </div>
202
+ <div class="meta">BERNARD · 11/22/2022</div>
203
+ </div>
204
+ <div class="title">Elloven</div>
205
+ <div class="body">
206
+ I Love it. Small but strong, all metallic combination lock. Someone broke my other lock (plastic housing) and stole my carbon / kevlar motorcycle gloves! So, thanks IKEA for the Elloven! &lt;3
207
+ </div>
208
+ </div>
209
+
210
+ <div class="divider"></div>
211
+
212
+ <!-- Review 3 -->
213
+ <div class="review">
214
+ <div class="row">
215
+ <div class="stars">
216
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
217
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
218
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
219
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
220
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
221
+ </div>
222
+ <div class="meta">Manoj · 11/11/2022</div>
223
+ </div>
224
+ <div class="title">Valuable Lock</div>
225
+ <div class="body">-Good quality product</div>
226
+ </div>
227
+
228
+ <div class="divider"></div>
229
+
230
+ <!-- Review 4 -->
231
+ <div class="review">
232
+ <div class="row">
233
+ <div class="stars">
234
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
235
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
236
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
237
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
238
+ <span class="star empty"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
239
+ </div>
240
+ <div class="meta">Aditya · 09/28/2022</div>
241
+ </div>
242
+ <div class="title">Small size</div>
243
+ <div class="body">Small size</div>
244
+ </div>
245
+
246
+ <div class="divider"></div>
247
+
248
+ <!-- Review 5 -->
249
+ <div class="review">
250
+ <div class="row">
251
+ <div class="stars">
252
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
253
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
254
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
255
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
256
+ <span class="star filled"><svg viewBox="0 0 24 24"><path d="M12 2l2.9 6.6 7.1.6-5.3 4.5 1.7 7.1L12 17.8l-6.4 3 1.7-7.1-5.3-4.5 7.1-.6L12 2z"/></svg></span>
257
+ </div>
258
+ <div class="meta">Ravi · 09/21/2022</div>
259
+ </div>
260
+ <div class="title">Very good</div>
261
+ <div class="body">Super design and very comfortable in locking</div>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="bottom-bar">
266
+ <div class="home-pill"></div>
267
+ </div>
268
+ </div>
269
+ </body>
270
+ </html>
code/10563/10563_8.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Reviews Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ .status-bar {
16
+ height: 120px;
17
+ padding: 0 36px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #666;
22
+ font-size: 40px;
23
+ }
24
+ .status-center { display: flex; gap: 18px; align-items: center; }
25
+ .dot { width: 14px; height: 14px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
26
+
27
+ .reviews { padding: 0 64px; }
28
+ .review {
29
+ padding-top: 32px;
30
+ }
31
+ .review-top {
32
+ display: flex;
33
+ justify-content: space-between;
34
+ align-items: center;
35
+ }
36
+ .stars { display: flex; gap: 12px; }
37
+ .star svg { width: 44px; height: 44px; }
38
+ .star.fill path { fill: #000; }
39
+ .star.outline path { fill: none; stroke: #777; stroke-width: 1.5; }
40
+
41
+ .meta {
42
+ color: #6f6f6f;
43
+ font-size: 36px;
44
+ }
45
+ .title {
46
+ margin-top: 22px;
47
+ font-size: 56px;
48
+ font-weight: 700;
49
+ color: #111;
50
+ letter-spacing: 0.2px;
51
+ }
52
+ .body {
53
+ margin-top: 18px;
54
+ font-size: 36px;
55
+ color: #555;
56
+ line-height: 1.5;
57
+ }
58
+ .divider {
59
+ margin: 32px 0;
60
+ height: 2px;
61
+ background: #e4e4e4;
62
+ }
63
+
64
+ .gesture {
65
+ position: absolute;
66
+ bottom: 0;
67
+ left: 0;
68
+ width: 100%;
69
+ height: 120px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ background: #00000008;
74
+ }
75
+ .gesture .pill {
76
+ width: 320px;
77
+ height: 12px;
78
+ background: #000;
79
+ opacity: 0.6;
80
+ border-radius: 12px;
81
+ }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Minimal status bar -->
88
+ <div class="status-bar">
89
+ <div class="status-left">3:38</div>
90
+ <div class="status-center">
91
+ <div class="dot"></div>
92
+ <div class="dot" style="opacity:.7;"></div>
93
+ <div class="dot" style="opacity:.5;"></div>
94
+ </div>
95
+ <div class="status-right" style="display:flex; align-items:center; gap:16px;">
96
+ <!-- simple battery icon -->
97
+ <svg width="50" height="28" viewBox="0 0 50 28" fill="none">
98
+ <rect x="2" y="4" width="40" height="20" rx="3" stroke="#777" stroke-width="3"></rect>
99
+ <rect x="5" y="7" width="28" height="14" fill="#777"></rect>
100
+ <rect x="44" y="9" width="6" height="10" rx="2" fill="#777"></rect>
101
+ </svg>
102
+ </div>
103
+ </div>
104
+
105
+ <div class="reviews">
106
+
107
+ <!-- Review 1 -->
108
+ <div class="review">
109
+ <div class="review-top">
110
+ <div class="stars">
111
+ <div class="star fill">
112
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg>
113
+ </div>
114
+ <div class="star fill">
115
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg>
116
+ </div>
117
+ <div class="star fill">
118
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg>
119
+ </div>
120
+ <div class="star fill">
121
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg>
122
+ </div>
123
+ <div class="star fill">
124
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg>
125
+ </div>
126
+ </div>
127
+ <div class="meta">RENUKA · 07/07/2022</div>
128
+ </div>
129
+ <div class="title">EXCELLENT</div>
130
+ <div class="body">EXCELLENT</div>
131
+ <div class="divider"></div>
132
+ </div>
133
+
134
+ <!-- Review 2 -->
135
+ <div class="review">
136
+ <div class="review-top">
137
+ <div class="stars">
138
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
139
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
140
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
141
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
142
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
143
+ </div>
144
+ <div class="meta">Mahesh · 05/03/2022</div>
145
+ </div>
146
+ <div class="title">It's a excellent lock</div>
147
+ <div class="body">It's a excellent lock</div>
148
+ <div class="divider"></div>
149
+ </div>
150
+
151
+ <!-- Review 3 -->
152
+ <div class="review">
153
+ <div class="review-top">
154
+ <div class="stars">
155
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
156
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
157
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
158
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
159
+ <div class="star outline"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
160
+ </div>
161
+ <div class="meta">Geneviève · 04/12/2022</div>
162
+ </div>
163
+ <div class="title">Smaller and not as sturdy</div>
164
+ <div class="body">Smaller and not as sturdy as expected, but overall usefull<br>for use as deterrent.</div>
165
+ <div class="divider"></div>
166
+ </div>
167
+
168
+ <!-- Review 4 -->
169
+ <div class="review">
170
+ <div class="review-top">
171
+ <div class="stars">
172
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
173
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
174
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
175
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
176
+ <div class="star outline"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
177
+ </div>
178
+ <div class="meta">Na Y. · 01/24/2022</div>
179
+ </div>
180
+ <div class="title">small and convenient to use</div>
181
+ <div class="body">small and convenient to use</div>
182
+ <div class="divider"></div>
183
+ </div>
184
+
185
+ <!-- Review 5 -->
186
+ <div class="review">
187
+ <div class="review-top">
188
+ <div class="stars">
189
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
190
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
191
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
192
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
193
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
194
+ </div>
195
+ <div class="meta">Maxwell · 09/28/2021</div>
196
+ </div>
197
+ <div class="title">Great little lock</div>
198
+ <div class="body">Excellent device. smooth, easy to set and it works.</div>
199
+ <div class="divider"></div>
200
+ </div>
201
+
202
+ <!-- Review 6 -->
203
+ <div class="review">
204
+ <div class="review-top">
205
+ <div class="stars">
206
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
207
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
208
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
209
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
210
+ <div class="star fill"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.27 5.82 21 7 14.14l-5-4.87 6.91-1.01z"/></svg></div>
211
+ </div>
212
+ </div>
213
+ <div class="title">Good</div>
214
+ <div class="body">Good</div>
215
+ </div>
216
+
217
+ </div>
218
+
219
+ <!-- Gesture bar -->
220
+ <div class="gesture">
221
+ <div class="pill"></div>
222
+ </div>
223
+
224
+ </div>
225
+ </body>
226
+ </html>
code/10564/10564_0.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Inbox - UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#0f0f10; color:#fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar {
16
+ height:110px; padding:0 36px;
17
+ background:#1a1a1c; display:flex; align-items:center; justify-content:space-between;
18
+ box-sizing:border-box; font-weight:600; letter-spacing:0.2px;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:16px; font-size:42px; }
21
+ .status-right { display:flex; align-items:center; gap:22px; font-size:30px; color:#e6e6e6; }
22
+ .status-icon svg { display:block; }
23
+ .battery svg rect, .battery svg path { fill:#e6e6e6; }
24
+
25
+ /* Header */
26
+ .header { padding:32px 36px 20px; }
27
+ .title-row { display:flex; align-items:center; }
28
+ .logo-placeholder {
29
+ width:72px; height:72px; border-radius:36px;
30
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
31
+ display:flex; align-items:center; justify-content:center; font-size:22px;
32
+ margin-right:22px;
33
+ }
34
+ .inbox-title { font-size:64px; font-weight:700; flex:1; }
35
+ .search-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
36
+ .tabs-row { display:flex; align-items:center; gap:20px; margin-top:26px; }
37
+ .tab {
38
+ padding:20px 34px; border-radius:28px; font-size:30px; color:#cfcfcf;
39
+ border:1px solid #3a3a3a;
40
+ }
41
+ .tab.active { background:#3a3a3a; color:#fff; border-color:#3a3a3a; }
42
+ .filter-btn {
43
+ margin-left:auto; padding:20px 38px; border-radius:28px; background:#3a3a3a; color:#eaeaea; font-size:30px;
44
+ }
45
+
46
+ /* List */
47
+ .list { margin-top:8px; }
48
+ .email-item {
49
+ display:flex; align-items:flex-start; gap:26px;
50
+ padding:28px 36px; border-top:1px solid #232326;
51
+ }
52
+ .email-item.highlighted { background:#3b3216; }
53
+ .avatar {
54
+ width:92px; height:92px; border-radius:50%;
55
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:34px; color:#fff;
56
+ flex-shrink:0;
57
+ }
58
+ .avatar.icon {
59
+ background:#2c2c2f; color:#bfbfbf;
60
+ }
61
+ .email-content { flex:1; }
62
+ .from {
63
+ font-size:40px; font-weight:700; margin-bottom:6px;
64
+ }
65
+ .subject {
66
+ font-size:32px; font-weight:600; margin-bottom:6px; color:#eaeaea;
67
+ }
68
+ .snippet {
69
+ font-size:28px; color:#9fa2a6; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
70
+ }
71
+ .time { font-size:28px; color:#9fa2a6; padding-top:8px; }
72
+ .time.blue { color:#49a0ff; font-weight:700; }
73
+ .badge {
74
+ background:#2f6fff; color:#fff; width:48px; height:48px; border-radius:10px;
75
+ display:flex; align-items:center; justify-content:center; font-weight:700; margin-left:auto; font-size:28px;
76
+ }
77
+
78
+ .separator {
79
+ padding:22px 36px; font-size:30px; color:#b7b7b7; border-top:1px solid #232326; border-bottom:1px solid #232326;
80
+ background:#121214;
81
+ }
82
+
83
+ /* Floating compose */
84
+ .compose {
85
+ position:absolute; right:36px; bottom:250px;
86
+ background:#3B82F6; color:#fff; border-radius:60px; height:120px; width:560px;
87
+ display:flex; align-items:center; justify-content:flex-start; gap:26px; padding:0 34px; box-shadow:0 8px 24px rgba(0,0,0,0.35);
88
+ }
89
+ .compose .label { font-size:40px; font-weight:700; }
90
+ .compose .collapse {
91
+ margin-left:auto; width:72px; height:72px; border-radius:36px; background:rgba(255,255,255,0.2);
92
+ display:flex; align-items:center; justify-content:center;
93
+ }
94
+
95
+ /* Bottom navigation */
96
+ .bottom-nav {
97
+ position:absolute; left:0; bottom:90px; width:100%; height:150px; background:#101012;
98
+ border-top:1px solid #26262a; display:flex; align-items:center; justify-content:space-around;
99
+ }
100
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#b8b8c0; font-size:26px; }
101
+ .nav-item.active { color:#2f6fff; }
102
+ .nav-icon svg { display:block; }
103
+
104
+ /* Gesture bar */
105
+ .gesture {
106
+ position:absolute; left:50%; transform:translateX(-50%);
107
+ bottom:20px; width:220px; height:12px; background:#e9e9ea; border-radius:6px; opacity:0.85;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="statusbar">
116
+ <div class="status-left">
117
+ <div>9:57</div>
118
+ </div>
119
+ <div class="status-right">
120
+ <div class="status-icon wifi">
121
+ <svg width="40" height="40" viewBox="0 0 24 24">
122
+ <path d="M2 9c5-4 15-4 20 0" stroke="#e6e6e6" stroke-width="2" fill="none"/>
123
+ <path d="M5 12c4-3 10-3 14 0" stroke="#e6e6e6" stroke-width="2" fill="none"/>
124
+ <path d="M8 15c3-2 5-2 8 0" stroke="#e6e6e6" stroke-width="2" fill="none"/>
125
+ <circle cx="12" cy="18" r="1.6" fill="#e6e6e6"/>
126
+ </svg>
127
+ </div>
128
+ <div class="status-icon battery">
129
+ <svg width="44" height="44" viewBox="0 0 26 26">
130
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#e6e6e6"/>
131
+ <rect x="4" y="8" width="14" height="8" fill="#0f0f10"/>
132
+ <rect x="4" y="8" width="11" height="8" fill="#e6e6e6"/>
133
+ <rect x="21" y="10" width="3" height="4" rx="1" fill="#e6e6e6"/>
134
+ </svg>
135
+ </div>
136
+ <div>100%</div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Header -->
141
+ <div class="header">
142
+ <div class="title-row">
143
+ <div class="logo-placeholder">[IMG: Google Icon]</div>
144
+ <div class="inbox-title">Inbox</div>
145
+ <div class="search-btn">
146
+ <svg width="54" height="54" viewBox="0 0 24 24">
147
+ <circle cx="10" cy="10" r="7" stroke="#ffffff" stroke-width="2" fill="none"/>
148
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#ffffff" stroke-width="2"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ <div class="tabs-row">
153
+ <div class="tab active">Focused</div>
154
+ <div class="tab">Other</div>
155
+ <div class="filter-btn">Filter</div>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Emails list -->
160
+ <div class="list">
161
+ <div class="email-item">
162
+ <div class="avatar icon">
163
+ <svg width="44" height="44" viewBox="0 0 24 24">
164
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="#bfbfbf"/>
165
+ <path d="M3 8l9 5 9-5" stroke="#2c2c2f" stroke-width="2" fill="none"/>
166
+ </svg>
167
+ </div>
168
+ <div class="email-content">
169
+ <div class="from">Other emails</div>
170
+ <div class="subject">Flipboard 10 For Today, FitOn</div>
171
+ <div class="snippet">A few updates and curated items from your feeds…</div>
172
+ </div>
173
+ <div class="badge">2</div>
174
+ </div>
175
+
176
+ <div class="email-item">
177
+ <div class="avatar" style="background:#69D285;">CR</div>
178
+ <div class="email-content">
179
+ <div class="from">Cerebra Research</div>
180
+ <div class="subject">Business meeting with the Clients</div>
181
+ <div class="snippet">We have a business meeting on August 30, 2023, …</div>
182
+ </div>
183
+ <div class="time blue">9:52 AM</div>
184
+ </div>
185
+
186
+ <div class="email-item">
187
+ <div class="avatar" style="background:#E0635B;">CR</div>
188
+ <div class="email-content">
189
+ <div class="from">Cerebra Research</div>
190
+ <div class="subject">M.O.M | Discussion on Multiple Judgments</div>
191
+ <div class="snippet">Task Overlay should be not in this type of video as…</div>
192
+ </div>
193
+ <div class="time blue">8:09 AM</div>
194
+ </div>
195
+
196
+ <div class="separator">Yesterday</div>
197
+
198
+ <div class="email-item">
199
+ <div class="avatar" style="background:#5DA8F7;">F</div>
200
+ <div class="email-content">
201
+ <div class="from">Flipboard</div>
202
+ <div class="subject">What's new on Flipboard: Stories from Politics, U…</div>
203
+ <div class="snippet">A daily roundup of highlights from your Flipboard…</div>
204
+ </div>
205
+ <div class="time blue">Yesterday</div>
206
+ </div>
207
+
208
+ <div class="email-item">
209
+ <div class="avatar" style="background:#5DA8F7;">F</div>
210
+ <div class="email-content">
211
+ <div class="from">Feedly</div>
212
+ <div class="subject">The top publications in your industry</div>
213
+ <div class="snippet">Bundles of sources for your industry</div>
214
+ </div>
215
+ <div class="time blue">Yesterday</div>
216
+ </div>
217
+
218
+ <div class="email-item">
219
+ <div class="avatar" style="background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;">[IMG]</div>
220
+ <div class="email-content">
221
+ <div class="from">Google</div>
222
+ <div class="subject">Security alert</div>
223
+ <div class="snippet">Microsoft apps & services was granted access to…</div>
224
+ </div>
225
+ <div class="time blue">Yesterday</div>
226
+ </div>
227
+
228
+ <div class="email-item">
229
+ <div class="avatar" style="background:#C69A7E;">F</div>
230
+ <div class="email-content">
231
+ <div class="from">FitOn</div>
232
+ <div class="subject">Unlock the power of protein for weight loss</div>
233
+ <div class="snippet">Plus, 9 practical tips to hit your daily protein goal…</div>
234
+ </div>
235
+ <div class="time blue">Yesterday</div>
236
+ </div>
237
+
238
+ <div class="email-item highlighted">
239
+ <div class="avatar" style="background:#afa27b;">F1</div>
240
+ <div class="email-content">
241
+ <div class="from">Flipboard 10 For Today</div>
242
+ <div class="subject">Why some cities are more livable today</div>
243
+ <div class="snippet">Plus, what you need in your daily reading list…</div>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Floating compose button -->
249
+ <div class="compose">
250
+ <div class="icon">
251
+ <svg width="54" height="54" viewBox="0 0 24 24">
252
+ <path d="M3 17v4h4l11-11-4-4L3 17z" fill="#ffffff"/>
253
+ <path d="M14 4l4 4" stroke="#ffffff" stroke-width="2"/>
254
+ </svg>
255
+ </div>
256
+ <div class="label">New mail</div>
257
+ <div class="collapse">
258
+ <svg width="34" height="34" viewBox="0 0 24 24">
259
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Bottom navigation -->
265
+ <div class="bottom-nav">
266
+ <div class="nav-item active">
267
+ <div class="nav-icon">
268
+ <svg width="40" height="40" viewBox="0 0 24 24">
269
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="#2f6fff"/>
270
+ <path d="M3 8l9 5 9-5" stroke="#101012" stroke-width="2" fill="none"/>
271
+ </svg>
272
+ </div>
273
+ <div>Mail</div>
274
+ </div>
275
+ <div class="nav-item">
276
+ <div class="nav-icon">
277
+ <svg width="40" height="40" viewBox="0 0 24 24">
278
+ <rect x="3" y="4" width="18" height="16" rx="2" ry="2" fill="#b8b8c0"/>
279
+ <line x1="3" y1="9" x2="21" y2="9" stroke="#101012" stroke-width="2"/>
280
+ </svg>
281
+ </div>
282
+ <div>Calendar</div>
283
+ </div>
284
+ <div class="nav-item">
285
+ <div class="nav-icon">
286
+ <svg width="40" height="40" viewBox="0 0 24 24">
287
+ <rect x="4" y="6" width="16" height="3" fill="#b8b8c0"/>
288
+ <rect x="4" y="11" width="16" height="3" fill="#b8b8c0"/>
289
+ <rect x="4" y="16" width="16" height="3" fill="#b8b8c0"/>
290
+ </svg>
291
+ </div>
292
+ <div>Feed</div>
293
+ </div>
294
+ <div class="nav-item">
295
+ <div class="nav-icon">
296
+ <svg width="40" height="40" viewBox="0 0 24 24">
297
+ <circle cx="6" cy="12" r="2" fill="#b8b8c0"/>
298
+ <circle cx="12" cy="12" r="2" fill="#b8b8c0"/>
299
+ <circle cx="18" cy="12" r="2" fill="#b8b8c0"/>
300
+ </svg>
301
+ </div>
302
+ <div>More</div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Gesture bar -->
307
+ <div class="gesture"></div>
308
+
309
+ </div>
310
+ </body>
311
+ </html>
code/10564/10564_2.html ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mail 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
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #0c0c0f;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ padding: 0 28px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #eaeaea;
28
+ font-size: 36px;
29
+ letter-spacing: 0.2px;
30
+ background: rgba(0,0,0,0.55);
31
+ }
32
+ .status-icons {
33
+ display:flex;
34
+ align-items:center;
35
+ gap:24px;
36
+ }
37
+ .icon { width: 38px; height: 38px; fill: #eaeaea; }
38
+
39
+ /* Header */
40
+ .header {
41
+ position: absolute;
42
+ top: 90px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 110px;
46
+ display:flex;
47
+ align-items:center;
48
+ padding: 0 24px;
49
+ gap: 24px;
50
+ }
51
+ .back-btn {
52
+ width: 64px; height: 64px; border-radius: 32px;
53
+ display:flex; align-items:center; justify-content:center;
54
+ }
55
+ .header-title { font-size: 48px; font-weight: 600; }
56
+
57
+ /* Tabs */
58
+ .tabs {
59
+ position: absolute;
60
+ top: 200px;
61
+ left: 0;
62
+ width: 1080px;
63
+ height: 84px;
64
+ display:flex;
65
+ align-items:center;
66
+ padding: 0 24px;
67
+ gap: 16px;
68
+ }
69
+ .tab {
70
+ padding: 18px 28px;
71
+ border-radius: 40px;
72
+ font-size: 32px;
73
+ color: #cfcfcf;
74
+ background: #1a1a1e;
75
+ }
76
+ .tab.active {
77
+ color:#fff;
78
+ background:#2a2a2f;
79
+ font-weight:600;
80
+ }
81
+
82
+ /* List */
83
+ .list {
84
+ position:absolute;
85
+ top: 284px;
86
+ left:0;
87
+ width: 1080px;
88
+ height: 1636px; /* until above bottom nav */
89
+ overflow:hidden;
90
+ padding-bottom: 12px;
91
+ }
92
+ .mail-item {
93
+ display:flex;
94
+ gap: 20px;
95
+ padding: 26px 24px;
96
+ border-bottom: 1px solid rgba(255,255,255,0.06);
97
+ }
98
+ .mail-item.selected {
99
+ background: rgba(194,160,67,0.18);
100
+ }
101
+ .avatar {
102
+ width: 92px; height: 92px; border-radius: 46px;
103
+ display:flex; align-items:center; justify-content:center;
104
+ font-weight:700; font-size: 36px;
105
+ }
106
+ .avatar.gray { background:#2b2b30; color:#cfcfcf; }
107
+ .avatar.green { background:#1bde78; color:#113520; }
108
+ .avatar.red { background:#ff5a49; color:#3b0d0b; }
109
+ .avatar.blue { background:#4aa6ff; color:#0b2743; }
110
+ .avatar.orange { background:#e9a36a; color:#3a210e; }
111
+
112
+ .mail-content { flex: 1; }
113
+ .subject {
114
+ font-size: 36px; font-weight: 700; margin-bottom: 8px;
115
+ }
116
+ .snippet {
117
+ font-size: 30px; color:#b6b6b6;
118
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
119
+ }
120
+ .meta-right {
121
+ width: 180px; text-align:right; font-size: 28px; color:#9aa0a6;
122
+ }
123
+
124
+ /* Overlay action menu */
125
+ .action-overlay {
126
+ position:absolute;
127
+ top: 280px;
128
+ right: 20px;
129
+ width: 540px;
130
+ background:#2a2a2f;
131
+ border-radius: 20px;
132
+ box-shadow: 0 20px 50px rgba(0,0,0,0.6);
133
+ padding: 20px 24px;
134
+ }
135
+ .action-item {
136
+ display:flex; align-items:center; gap: 26px;
137
+ padding: 24px 12px;
138
+ font-size: 34px;
139
+ border-radius: 12px;
140
+ color:#f1f1f1;
141
+ }
142
+ .action-item + .action-item { border-top: 1px solid rgba(255,255,255,0.06); }
143
+ .action-icon { width: 44px; height: 44px; fill:#cfd8dc; }
144
+
145
+ /* Floating compose */
146
+ .compose {
147
+ position:absolute;
148
+ bottom: 250px;
149
+ right: 40px;
150
+ height: 140px;
151
+ display:flex; align-items:center; gap: 26px;
152
+ padding: 0 40px;
153
+ background:#0a88ff;
154
+ color:#fff; font-size: 42px; font-weight:600;
155
+ border-radius: 70px;
156
+ box-shadow: 0 20px 40px rgba(10,136,255,0.4);
157
+ }
158
+ .compose .icon { fill:#fff; width: 48px; height: 48px; }
159
+
160
+ /* Bottom nav */
161
+ .bottom-nav {
162
+ position:absolute;
163
+ bottom:0; left:0; width:1080px; height: 170px;
164
+ background:#111114;
165
+ display:flex; align-items:center; justify-content:space-around;
166
+ border-top:1px solid rgba(255,255,255,0.08);
167
+ }
168
+ .nav-item {
169
+ display:flex; flex-direction:column; align-items:center; gap: 8px;
170
+ color:#9aa0a6; font-size:28px;
171
+ }
172
+ .nav-item.active { color:#3ea6ff; }
173
+ .nav-item svg { width:48px; height:48px; fill: currentColor; }
174
+
175
+ /* Small check pill for selected item */
176
+ .check-pill {
177
+ width: 64px; height: 64px; border-radius: 32px;
178
+ border: 2px solid #3ea6ff;
179
+ display:flex; align-items:center; justify-content:center;
180
+ color:#3ea6ff;
181
+ }
182
+
183
+ /* Divider labels */
184
+ .day-label {
185
+ color:#8b8b90; font-size:28px; padding: 16px 24px;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Status Bar -->
193
+ <div class="status-bar">
194
+ <div>10:04</div>
195
+ <div class="status-icons">
196
+ <!-- small mail envelope near clock is omitted; right side icons -->
197
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 4l8 4v8l-8 4-8-4V8l8-4zm-6.7 5.5L12 13l6.7-3.5V9L12 12 5.3 9.5z"/></svg>
198
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3c4.97 0 9 4.03 9 9h-2a7 7 0 10-7 7v2C7.03 21 3 16.97 3 12S7.03 3 12 3z"/></svg>
199
+ <svg class="icon" viewBox="0 0 24 24"><path d="M20 7h-3V5a3 3 0 00-3-3H10a3 3 0 00-3 3v2H4a2 2 0 00-2 2v11a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2zm-9-2h2a1 1 0 011 1v1H10V6a1 1 0 011-1zm9 15H4V9h16v11z"/></svg>
200
+ <div style="display:flex; align-items:center; gap:10px;">
201
+ <svg class="icon" viewBox="0 0 24 24"><path d="M18 6c-2.76 0-5 2.24-5 5h2c0-1.65 1.35-3 3-3s3 1.35 3 3-1.35 3-3 3H6v2h12a5 5 0 000-10z"/></svg>
202
+ <span style="font-size:32px;">100%</span>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Header -->
208
+ <div class="header">
209
+ <div class="back-btn">
210
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12l4.58-4.59z"/></svg>
211
+ </div>
212
+ <div class="header-title">1 Selected</div>
213
+ </div>
214
+
215
+ <!-- Tabs -->
216
+ <div class="tabs">
217
+ <div class="tab active">Focused</div>
218
+ <div class="tab">Other</div>
219
+ </div>
220
+
221
+ <!-- Email List -->
222
+ <div class="list">
223
+
224
+ <div class="mail-item">
225
+ <div class="avatar gray">
226
+ <svg width="42" height="42" viewBox="0 0 24 24" style="fill:#cfcfcf;"><path d="M4 4h16v16H4z" opacity=".2"/><path d="M4 6l8 5 8-5v12H4z"/></svg>
227
+ </div>
228
+ <div class="mail-content">
229
+ <div class="subject">Other emails</div>
230
+ <div class="snippet">Flipboard 10 For Today ...</div>
231
+ </div>
232
+ <div class="meta-right"></div>
233
+ </div>
234
+
235
+ <div class="mail-item">
236
+ <div class="avatar green">CR</div>
237
+ <div class="mail-content">
238
+ <div class="subject">Cerebra Research</div>
239
+ <div class="snippet">Business meeting with our partners — We have a business meeting...</div>
240
+ </div>
241
+ <div class="meta-right"></div>
242
+ </div>
243
+
244
+ <div class="mail-item">
245
+ <div class="avatar red">CR</div>
246
+ <div class="mail-content">
247
+ <div class="subject">Cerebra Research</div>
248
+ <div class="snippet">M.O.M | Discussion on Task Overlay should be ...</div>
249
+ </div>
250
+ <div class="meta-right"></div>
251
+ </div>
252
+
253
+ <div class="day-label">Yesterday</div>
254
+
255
+ <div class="mail-item">
256
+ <div class="avatar blue">F</div>
257
+ <div class="mail-content">
258
+ <div class="subject">Flipboard</div>
259
+ <div class="snippet">What's new on Flipboard — A daily roundup of highlights for you...</div>
260
+ </div>
261
+ <div class="meta-right">Yesterday</div>
262
+ </div>
263
+
264
+ <div class="mail-item">
265
+ <div class="avatar blue">F</div>
266
+ <div class="mail-content">
267
+ <div class="subject">Feedly</div>
268
+ <div class="snippet">The top publications in your industry — Bundles of sources for your...</div>
269
+ </div>
270
+ <div class="meta-right">Yesterday</div>
271
+ </div>
272
+
273
+ <div class="mail-item">
274
+ <div class="avatar">
275
+ <div style="width:92px;height:92px;border-radius:46px;background:#f5f5f5;color:#333;display:flex;align-items:center;justify-content:center;border:2px solid #ddd;">
276
+ <span style="font-size:30px;">[IMG: Google logo]</span>
277
+ </div>
278
+ </div>
279
+ <div class="mail-content">
280
+ <div class="subject">Google</div>
281
+ <div class="snippet">Security alert — Microsoft apps & services was granted access...</div>
282
+ </div>
283
+ <div class="meta-right">Yesterday</div>
284
+ </div>
285
+
286
+ <div class="mail-item">
287
+ <div class="avatar orange">F</div>
288
+ <div class="mail-content">
289
+ <div class="subject">FitOn</div>
290
+ <div class="snippet">Unlock the power of protein for weight loss — 9 practical tips to hit your daily goal...</div>
291
+ </div>
292
+ <div class="meta-right">Yesterday</div>
293
+ </div>
294
+
295
+ <div class="mail-item selected">
296
+ <div class="check-pill">
297
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="currentColor" d="M9 16.17l-3.88-3.88L3.7 13.71 9 19l12-12-1.41-1.41z"/></svg>
298
+ </div>
299
+ <div class="mail-content">
300
+ <div class="subject">Flipboard 10 For Today</div>
301
+ <div class="snippet">Why some cities are more— Plus, what you need in your ...</div>
302
+ </div>
303
+ <div class="meta-right">Yesterday</div>
304
+ </div>
305
+
306
+ </div>
307
+
308
+ <!-- Action overlay panel -->
309
+ <div class="action-overlay">
310
+ <div class="action-item">
311
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M4 4h16v14H4V4zm2 2v10h12V6H6zm4 12h4l-2 2-2-2z"/></svg>
312
+ <div>Move to folder</div>
313
+ </div>
314
+ <div class="action-item">
315
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M3 6h18v4H3V6zm0 6h10v6H3v-6zm12 0h6v6h-6v-6z"/></svg>
316
+ <div>Move to Other</div>
317
+ </div>
318
+ <div class="action-item">
319
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M3 3h18v18H3V3zm9 14l-5-5h3V7h4v5h3l-5 5z"/></svg>
320
+ <div>Report junk</div>
321
+ </div>
322
+ <div class="action-item">
323
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M4 4h16v12H4z"/><path d="M12 20l-4-4h8l-4 4z"/></svg>
324
+ <div>Ignore conversation</div>
325
+ </div>
326
+ <div class="action-item">
327
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M6 2h12v20H6z" opacity=".2"/><path d="M7 4h10v13H7zM7 19h10v1H7z"/></svg>
328
+ <div>Mark as unread</div>
329
+ </div>
330
+ <div class="action-item">
331
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M6 2l12 8-12 8V2zm2 5.2v9.6L15.2 10 8 7.2z"/></svg>
332
+ <div>Unflag</div>
333
+ </div>
334
+ <div class="action-item">
335
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M6 2h12v20H6z" opacity=".2"/><path d="M8 4h8v7l-4-2-4 2V4z"/></svg>
336
+ <div>Pin</div>
337
+ </div>
338
+ <div class="action-item">
339
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M12 6a5 5 0 015 5h-4l4 6-9-6h4a3 3 0 113-5z"/></svg>
340
+ <div>Snooze</div>
341
+ </div>
342
+ <div class="action-item">
343
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M4 11h16v2H4zM4 7h16v2H4zM4 15h16v2H4z"/></svg>
344
+ <div>Select all</div>
345
+ </div>
346
+ </div>
347
+
348
+ <!-- Compose button -->
349
+ <div class="compose">
350
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zm18.71-11.21a1 1 0 000-1.41l-2.34-2.34a1 1 0 00-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>
351
+ <div>New mail</div>
352
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
353
+ </div>
354
+
355
+ <!-- Bottom navigation -->
356
+ <div class="bottom-nav">
357
+ <div class="nav-item active">
358
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4z" opacity=".2"/><path d="M20 6l-8 5-8-5v12h16V6z"/></svg>
359
+ <div>Mail</div>
360
+ </div>
361
+ <div class="nav-item">
362
+ <svg viewBox="0 0 24 24"><path d="M7 3h10v2H7zM5 7h14v14H5z"/><path d="M7 9h10v4H7z"/></svg>
363
+ <div>Calendar</div>
364
+ </div>
365
+ <div class="nav-item">
366
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v2H3zM3 9h18v2H3zM3 14h18v2H3zM3 19h18v2H3z"/></svg>
367
+ <div>Feed</div>
368
+ </div>
369
+ <div class="nav-item">
370
+ <svg viewBox="0 0 24 24"><path d="M12 2a5 5 0 015 5v2h3a2 2 0 012 2v9H2V11a2 2 0 012-2h3V7a5 5 0 015-5zm-3 7h6V7a3 3 0 00-6 0v2z"/></svg>
371
+ <div>More</div>
372
+ </div>
373
+ </div>
374
+
375
+ </div>
376
+ </body>
377
+ </html>
code/10564/10564_3.html ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Inbox UI</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: #0d0f11;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 110px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #eaeaea;
27
+ font-size: 44px;
28
+ }
29
+
30
+ /* Header */
31
+ .header {
32
+ position: absolute;
33
+ top: 110px; left: 0; right: 0;
34
+ height: 220px;
35
+ padding: 0 40px;
36
+ display: flex; align-items: center;
37
+ }
38
+ .glogo {
39
+ width: 84px; height: 84px;
40
+ border-radius: 42px;
41
+ background: #E0E0E0;
42
+ border: 1px solid #BDBDBD;
43
+ display: flex; align-items: center; justify-content: center;
44
+ color: #757575; font-size: 22px;
45
+ margin-right: 24px;
46
+ }
47
+ .title { font-size: 72px; font-weight: 700; margin-right: auto; }
48
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
49
+
50
+ /* Tabs / Segmented controls */
51
+ .tabs {
52
+ position: absolute;
53
+ top: 330px; left: 0; right: 0;
54
+ padding: 0 40px;
55
+ height: 120px;
56
+ display: flex; align-items: center;
57
+ }
58
+ .pill {
59
+ background: #222; color: #ddd;
60
+ padding: 18px 26px; border-radius: 40px; font-size: 40px; margin-right: 18px;
61
+ }
62
+ .pill.active { background: #3a3a3a; color: #fff; font-weight: 600; }
63
+ .filter { margin-left: auto; background: #3a3a3a; color: #fff; padding: 18px 34px; border-radius: 40px; font-size: 40px; }
64
+
65
+ /* List area */
66
+ .list {
67
+ position: absolute;
68
+ top: 450px; bottom: 220px; left: 0; right: 0;
69
+ overflow: hidden;
70
+ padding: 0 24px;
71
+ }
72
+ .email {
73
+ display: flex; align-items: flex-start;
74
+ padding: 30px 16px;
75
+ border-bottom: 1px solid rgba(255,255,255,0.08);
76
+ }
77
+ .avatar {
78
+ width: 92px; height: 92px; border-radius: 50%;
79
+ background: #555; display: flex; align-items: center; justify-content: center;
80
+ color: #fff; font-weight: 700; font-size: 40px; margin-right: 26px;
81
+ }
82
+ .avatar.green { background: #54c884; }
83
+ .avatar.red { background: #f26a5a; }
84
+ .avatar.blue { background: #6aa8ff; }
85
+ .avatar.brown { background: #9b7b63; }
86
+ .avatar.gray { background: #bcbcbc; color: #333; }
87
+ .envelope {
88
+ width: 92px; height: 92px; border-radius: 50%;
89
+ background: #2a2a2a; display: flex; align-items: center; justify-content: center; color: #bdbdbd; margin-right: 26px;
90
+ }
91
+ .email .content { flex: 1; }
92
+ .email .meta { width: 220px; text-align: right; color: #4aa0ff; font-size: 36px; }
93
+ .email .from { font-size: 46px; font-weight: 700; margin-bottom: 6px; }
94
+ .email .subject { font-size: 38px; font-weight: 700; margin-bottom: 6px; color: #fff; }
95
+ .email .snippet { font-size: 34px; color: #b5b5b5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
96
+ .badge {
97
+ background: #2979ff; color: #fff; border-radius: 10px; display: inline-block;
98
+ padding: 6px 12px; font-size: 28px; font-weight: 700; margin-top: 20px;
99
+ }
100
+ .section-title {
101
+ padding: 26px 24px 6px 26px;
102
+ color: #bbb; font-size: 40px; font-weight: 600;
103
+ }
104
+
105
+ /* Bottom navigation */
106
+ .bottom-bar {
107
+ position: absolute; left: 0; right: 0; bottom: 0;
108
+ height: 180px; border-top: 1px solid rgba(255,255,255,0.12);
109
+ background: #0b0d0f;
110
+ display: flex; justify-content: space-around; align-items: center;
111
+ }
112
+ .nav-item { display: flex; flex-direction: column; align-items: center; color: #8ea7ff; }
113
+ .nav-item span { margin-top: 12px; font-size: 34px; color: #e8f0ff; }
114
+ .nav-item.inactive span { color: #bdbdbd; }
115
+ .nav-icon { width: 60px; height: 60px; }
116
+
117
+ /* Compose FAB */
118
+ .compose {
119
+ position: absolute;
120
+ right: 36px;
121
+ bottom: 250px;
122
+ height: 120px; width: 640px;
123
+ background: #4e8eff; color: #fff;
124
+ border-radius: 60px;
125
+ display: flex; align-items: center;
126
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
127
+ }
128
+ .compose .icon { width: 80px; height: 80px; margin: 0 24px; display: flex; align-items: center; justify-content: center; }
129
+ .compose .text { font-size: 44px; font-weight: 700; margin-right: auto; }
130
+ .compose .chev { width: 80px; height: 80px; margin-right: 24px; display: flex; align-items: center; justify-content: center; }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <div class="status-bar">
137
+ <div>10:05</div>
138
+ <div style="display:flex; align-items:center; gap:18px;">
139
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#eaeaea" d="M2 9c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 9zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4c1-1 3-1 4 0l-2 2-2-2z"/></svg>
140
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#eaeaea" d="M16 6h2l1 2h2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8h11z"/></svg>
141
+ <div>100%</div>
142
+ </div>
143
+ </div>
144
+
145
+ <div class="header">
146
+ <div class="glogo">[IMG: Google]</div>
147
+ <div class="title">Inbox</div>
148
+ <div class="icon-btn">
149
+ <svg width="60" height="60" viewBox="0 0 24 24">
150
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2" fill="none"/>
151
+ <path d="M20 20l-4-4" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="tabs">
157
+ <div class="pill active">Focused</div>
158
+ <div class="pill">Other</div>
159
+ <div class="filter">Filter</div>
160
+ </div>
161
+
162
+ <div class="list">
163
+ <div class="email">
164
+ <div class="envelope">
165
+ <svg width="56" height="56" viewBox="0 0 24 24"><path fill="#9e9e9e" d="M2 6h20v12H2V6zm10 6L2 6h20l-10 6z"/></svg>
166
+ </div>
167
+ <div class="content">
168
+ <div class="from" style="color:#bdbdbd;">Other emails</div>
169
+ <div class="subject">Flipboard 10 For Today, FitOn</div>
170
+ <div class="snippet"></div>
171
+ </div>
172
+ <div class="meta"><span class="badge">2</span></div>
173
+ </div>
174
+
175
+ <div class="email">
176
+ <div class="avatar green">CR</div>
177
+ <div class="content">
178
+ <div class="from">Cerebra Research</div>
179
+ <div class="subject">Business meeting with the Clients</div>
180
+ <div class="snippet">We have a business meeting on August 30, 2023...</div>
181
+ </div>
182
+ <div class="meta">9:52 AM</div>
183
+ </div>
184
+
185
+ <div class="email">
186
+ <div class="avatar red">CR</div>
187
+ <div class="content">
188
+ <div class="from">Cerebra Research</div>
189
+ <div class="subject">M.O.M | Discussion on Multiple Judgments</div>
190
+ <div class="snippet">Task Overlay should be not in this type of video as...</div>
191
+ </div>
192
+ <div class="meta">8:09 AM</div>
193
+ </div>
194
+
195
+ <div class="section-title">Yesterday</div>
196
+
197
+ <div class="email">
198
+ <div class="avatar blue">F</div>
199
+ <div class="content">
200
+ <div class="from">Flipboard</div>
201
+ <div class="subject">What's new on Flipboard: Stories from Politics, U...</div>
202
+ <div class="snippet">A daily roundup of highlights from your Flipboard...</div>
203
+ </div>
204
+ <div class="meta" style="color:#9bc3ff;">Yesterday</div>
205
+ </div>
206
+
207
+ <div class="email">
208
+ <div class="avatar blue">F</div>
209
+ <div class="content">
210
+ <div class="from">Feedly</div>
211
+ <div class="subject">The top publications in your industry</div>
212
+ <div class="snippet">Bundles of sources for your industry</div>
213
+ </div>
214
+ <div class="meta" style="color:#9bc3ff;">Yesterday</div>
215
+ </div>
216
+
217
+ <div class="email">
218
+ <div class="avatar gray">G</div>
219
+ <div class="content">
220
+ <div class="from">Google</div>
221
+ <div class="subject">Security alert</div>
222
+ <div class="snippet">Microsoft apps & services was granted access to...</div>
223
+ </div>
224
+ <div class="meta" style="color:#9bc3ff;">Yesterday</div>
225
+ </div>
226
+
227
+ <div class="email">
228
+ <div class="avatar brown">F</div>
229
+ <div class="content">
230
+ <div class="from">FitOn</div>
231
+ <div class="subject">Unlock the power of protein for weight loss</div>
232
+ <div class="snippet">Plus, 9 practical tips to hit your daily protein goal...</div>
233
+ </div>
234
+ <div class="meta" style="color:#9bc3ff;">Yesterday</div>
235
+ </div>
236
+
237
+ <div class="email">
238
+ <div class="avatar gray">F1</div>
239
+ <div class="content">
240
+ <div class="from">Flipboard 10 For Today</div>
241
+ <div class="subject">Why some cities are...</div>
242
+ <div class="snippet">Plus, what you need in your...</div>
243
+ </div>
244
+ <div class="meta" style="color:#9bc3ff;">Yesterday</div>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="compose">
249
+ <div class="icon">
250
+ <svg width="60" height="60" viewBox="0 0 24 24"><path fill="#fff" d="M3 18v3h3l11-11-3-3L3 18zm14-12l3 3 1-1-3-3-1 1z"/></svg>
251
+ </div>
252
+ <div class="text">New mail</div>
253
+ <div class="chev">
254
+ <svg width="60" height="60" viewBox="0 0 24 24"><path d="M8 15l4-4 4 4" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="bottom-bar">
259
+ <div class="nav-item">
260
+ <svg class="nav-icon" viewBox="0 0 24 24">
261
+ <path fill="#8ea7ff" d="M3 4h18v14H3V4zm9 8l9-8H3l9 8z"/>
262
+ <path fill="#8ea7ff" d="M12 12l-9 6h18l-9-6z"/>
263
+ </svg>
264
+ <span>Mail</span>
265
+ </div>
266
+ <div class="nav-item inactive">
267
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M19 4h-1V2h-2v2H8V2H6v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 15H5V9h14v10z"/></svg>
268
+ <span>Calendar</span>
269
+ </div>
270
+ <div class="nav-item inactive">
271
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M3 4h18v4H3V4zm0 6h18v4H3v-4zm0 6h18v4H3v-4z"/></svg>
272
+ <span>Feed</span>
273
+ </div>
274
+ <div class="nav-item inactive">
275
+ <svg class="nav-icon" viewBox="0 0 24 24"><path fill="#bdbdbd" d="M12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
276
+ <span>More</span>
277
+ </div>
278
+ </div>
279
+
280
+ </div>
281
+ </body>
282
+ </html>
code/10565/10565_0.html ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock - Drive Dark</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: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 88px;
21
+ padding: 0 32px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 26px;
33
+ }
34
+ .icon {
35
+ width: 38px;
36
+ height: 38px;
37
+ fill: #EDEDED;
38
+ }
39
+
40
+ /* Search area */
41
+ .search-area {
42
+ padding: 12px 24px 6px;
43
+ }
44
+ .search-row {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 18px;
48
+ }
49
+ .search-box {
50
+ flex: 1;
51
+ height: 86px;
52
+ background: #2A2A2A;
53
+ border-radius: 44px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 28px;
57
+ color: #BDBDBD;
58
+ font-size: 36px;
59
+ }
60
+ .search-box .placeholder {
61
+ margin-left: 18px;
62
+ }
63
+ .avatar {
64
+ width: 72px;
65
+ height: 72px;
66
+ border-radius: 50%;
67
+ background: #5C6BC0;
68
+ color: #FFF;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ font-weight: bold;
73
+ font-size: 38px;
74
+ }
75
+
76
+ /* Tabs */
77
+ .tabs {
78
+ display: flex;
79
+ gap: 36px;
80
+ padding: 18px 32px 0;
81
+ font-size: 34px;
82
+ color: #CCCCCC;
83
+ }
84
+ .tab {
85
+ padding: 18px 10px;
86
+ position: relative;
87
+ }
88
+ .tab.active {
89
+ color: #FFFFFF;
90
+ }
91
+ .tab.active::after {
92
+ content: "";
93
+ position: absolute;
94
+ left: 14px;
95
+ right: 14px;
96
+ bottom: -6px;
97
+ height: 6px;
98
+ background: #FFFFFF;
99
+ border-radius: 3px;
100
+ }
101
+
102
+ /* Sort header */
103
+ .sort-row {
104
+ margin-top: 26px;
105
+ padding: 0 32px;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: space-between;
109
+ color: #CFCFCF;
110
+ font-size: 32px;
111
+ }
112
+ .sort-left {
113
+ display: flex;
114
+ align-items: center;
115
+ gap: 10px;
116
+ }
117
+ .view-toggle {
118
+ width: 64px; height: 64px;
119
+ border-radius: 10px;
120
+ display: flex; align-items: center; justify-content: center;
121
+ }
122
+
123
+ /* Grid */
124
+ .grid {
125
+ padding: 28px 24px 0;
126
+ display: grid;
127
+ grid-template-columns: 1fr 1fr;
128
+ gap: 36px 36px;
129
+ }
130
+ .tile {
131
+ background: #1E1E1E;
132
+ border-radius: 24px;
133
+ padding: 18px;
134
+ position: relative;
135
+ }
136
+ .preview {
137
+ height: 240px;
138
+ border-radius: 18px;
139
+ background: #2C2C2C;
140
+ display: flex; align-items: center; justify-content: center;
141
+ color: #9E9E9E;
142
+ border: 1px solid #3A3A3A;
143
+ font-size: 30px;
144
+ text-align: center;
145
+ padding: 8px;
146
+ }
147
+ .tile .title {
148
+ margin-top: 20px;
149
+ color: #EDEDED;
150
+ font-size: 34px;
151
+ line-height: 1.2;
152
+ }
153
+ .tile .doc-icon {
154
+ position: absolute;
155
+ left: 28px;
156
+ bottom: 26px;
157
+ width: 42px; height: 56px;
158
+ background: #7BA6FF;
159
+ border-radius: 6px;
160
+ }
161
+ .tile .menu {
162
+ position: absolute;
163
+ right: 18px;
164
+ bottom: 26px;
165
+ width: 48px; height: 48px;
166
+ display: flex; align-items: center; justify-content: center;
167
+ }
168
+
169
+ /* Floating action button */
170
+ .fab {
171
+ position: absolute;
172
+ right: 36px;
173
+ bottom: 248px;
174
+ width: 120px;
175
+ height: 120px;
176
+ border-radius: 28px;
177
+ background: #3A3A3A;
178
+ box-shadow: 0 10px 24px rgba(0,0,0,0.5);
179
+ display: flex; align-items: center; justify-content: center;
180
+ }
181
+ .fab .plus {
182
+ width: 64px; height: 64px;
183
+ background: #6B6B6B;
184
+ border-radius: 50%;
185
+ display: flex; align-items: center; justify-content: center;
186
+ color: #FFFFFF;
187
+ font-size: 56px;
188
+ font-weight: 600;
189
+ }
190
+
191
+ /* Bottom navigation */
192
+ .bottom-nav {
193
+ position: absolute;
194
+ left: 0; right: 0; bottom: 96px;
195
+ height: 160px;
196
+ background: #1B1B1B;
197
+ display: grid;
198
+ grid-template-columns: repeat(4, 1fr);
199
+ align-items: center;
200
+ padding: 0 12px;
201
+ }
202
+ .nav-item {
203
+ color: #BEBEBE;
204
+ display: flex;
205
+ flex-direction: column;
206
+ align-items: center;
207
+ gap: 12px;
208
+ font-size: 28px;
209
+ }
210
+ .nav-item .nav-icon {
211
+ width: 56px; height: 56px; fill: #BEBEBE;
212
+ }
213
+ .nav-item.active {
214
+ color: #FFFFFF;
215
+ }
216
+ .nav-item.active .chip {
217
+ background: #2F2F2F;
218
+ border-radius: 28px;
219
+ padding: 10px 20px;
220
+ display: flex; align-items: center; gap: 12px;
221
+ }
222
+ .nav-item.active .nav-icon { fill: #FFFFFF; }
223
+
224
+ /* Gesture bar */
225
+ .gesture {
226
+ position: absolute;
227
+ left: 50%;
228
+ transform: translateX(-50%);
229
+ bottom: 28px;
230
+ width: 320px;
231
+ height: 12px;
232
+ background: #E0E0E0;
233
+ opacity: 0.7;
234
+ border-radius: 6px;
235
+ }
236
+ </style>
237
+ </head>
238
+ <body>
239
+ <div id="render-target">
240
+
241
+ <!-- Status bar -->
242
+ <div class="status-bar">
243
+ <div>1:05</div>
244
+ <div class="status-right">
245
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 19h12v2H6z"/></svg>
246
+ <svg class="icon" viewBox="0 0 24 24"><path d="M11 2h2v9h-2zM7 6h2v5H7zM15 4h2v7h-2z"/></svg>
247
+ <svg class="icon" viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>
248
+ <div style="font-size:30px;">80%</div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Search -->
253
+ <div class="search-area">
254
+ <div class="search-row">
255
+ <div class="search-box">
256
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
257
+ <div class="placeholder">Search in Drive</div>
258
+ </div>
259
+ <div class="avatar">C</div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Tabs -->
264
+ <div class="tabs">
265
+ <div class="tab active">My Drive</div>
266
+ <div class="tab">Computers</div>
267
+ </div>
268
+
269
+ <!-- Sort header -->
270
+ <div class="sort-row">
271
+ <div class="sort-left">
272
+ <span style="color:#EDEDED">Name</span>
273
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#EDEDED"><path d="M7 14l5-5 5 5H7z"/></svg>
274
+ </div>
275
+ <div class="view-toggle">
276
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M4 10h16v2H4zm0-5h16v2H4zm0 10h16v2H4z"/></svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Grid content -->
281
+ <div class="grid">
282
+ <!-- Tile 1 -->
283
+ <div class="tile">
284
+ <div class="preview">[IMG: Folder Thumbnail]</div>
285
+ <div class="title">Private File</div>
286
+ <div class="doc-icon"></div>
287
+ <div class="menu">
288
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#CCCCCC"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Tile 2 -->
293
+ <div class="tile">
294
+ <div class="preview">[IMG: File Preview]</div>
295
+ <div class="title">BACKUP_RE MINDER_M...</div>
296
+ <div class="doc-icon"></div>
297
+ <div class="menu">
298
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#CCCCCC"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Tile 3 -->
303
+ <div class="tile">
304
+ <div class="preview">[IMG: File Preview]</div>
305
+ <div class="title">Copy of<br>Tools list</div>
306
+ <div class="doc-icon"></div>
307
+ <div class="menu">
308
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#CCCCCC"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Tile 4 -->
313
+ <div class="tile">
314
+ <div class="preview">[IMG: File Preview]</div>
315
+ <div class="title">diy<br>projects.txt</div>
316
+ <div class="doc-icon"></div>
317
+ <div class="menu">
318
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#CCCCCC"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Tile 5 -->
323
+ <div class="tile">
324
+ <div class="preview">[IMG: File Preview]</div>
325
+ <div class="title">Tools list</div>
326
+ <div class="doc-icon"></div>
327
+ <div class="menu">
328
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#CCCCCC"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Spacer to mimic grid height -->
333
+ <div class="tile" style="visibility:hidden;"></div>
334
+ </div>
335
+
336
+ <!-- Floating action button -->
337
+ <div class="fab">
338
+ <div class="plus">+</div>
339
+ </div>
340
+
341
+ <!-- Bottom navigation -->
342
+ <div class="bottom-nav">
343
+ <div class="nav-item">
344
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/></svg>
345
+ <div>Home</div>
346
+ </div>
347
+ <div class="nav-item">
348
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>
349
+ <div>Starred</div>
350
+ </div>
351
+ <div class="nav-item">
352
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zM8 11c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V20h14v-3.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V20h6v-3.5c0-2.33-4.67-3.5-7-3.5z"/></svg>
353
+ <div>Shared</div>
354
+ </div>
355
+ <div class="nav-item active">
356
+ <div class="chip">
357
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6V4zm10 0h-8v16h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></svg>
358
+ <div>Files</div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Gesture bar -->
364
+ <div class="gesture"></div>
365
+ </div>
366
+ </body>
367
+ </html>
code/10565/10565_1.html ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Drive Actions - Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #E6E6E6;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ height: 90px;
24
+ width: 100%;
25
+ color: #DADADA;
26
+ font-size: 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ }
31
+ .status-bar .time { font-weight: 600; }
32
+ .sb-icons { margin-left: auto; display: flex; align-items: center; gap: 24px; }
33
+ .sb-icons svg { width: 38px; height: 38px; color: #DADADA; }
34
+ .battery { display: flex; align-items: center; gap: 8px; }
35
+
36
+ /* Header search */
37
+ .header {
38
+ position: absolute;
39
+ top: 110px;
40
+ left: 24px;
41
+ right: 24px;
42
+ height: 110px;
43
+ display: flex;
44
+ align-items: center;
45
+ }
46
+ .searchbar {
47
+ flex: 1;
48
+ height: 110px;
49
+ background: #1E1E1E;
50
+ border-radius: 55px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 28px;
54
+ box-sizing: border-box;
55
+ }
56
+ .searchbar svg { width: 52px; height: 52px; color: #C9C9C9; margin-right: 22px; }
57
+ .searchbar .placeholder { color: #A9A9A9; font-size: 42px; }
58
+ .avatar {
59
+ width: 90px;
60
+ height: 90px;
61
+ margin-left: 20px;
62
+ border-radius: 45px;
63
+ background: #2E4A7E;
64
+ color: #E6E6E6;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ font-weight: 700;
69
+ font-size: 42px;
70
+ }
71
+
72
+ /* Tabs */
73
+ .tabs {
74
+ position: absolute;
75
+ top: 250px;
76
+ left: 36px;
77
+ right: 36px;
78
+ height: 120px;
79
+ display: flex;
80
+ align-items: flex-end;
81
+ gap: 60px;
82
+ color: #BDBDBD;
83
+ font-size: 42px;
84
+ }
85
+ .tab { padding-bottom: 18px; }
86
+ .tab.active { color: #E6E6E6; position: relative; }
87
+ .tab.active::after {
88
+ content: "";
89
+ position: absolute;
90
+ bottom: 0;
91
+ left: 0;
92
+ width: 160px;
93
+ height: 10px;
94
+ background: #A0A0A0;
95
+ border-radius: 5px;
96
+ }
97
+
98
+ /* List header and item preview behind sheet */
99
+ .list-header {
100
+ position: absolute;
101
+ top: 360px;
102
+ left: 36px;
103
+ right: 36px;
104
+ height: 90px;
105
+ color: #C9C9C9;
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: space-between;
109
+ font-size: 36px;
110
+ }
111
+ .sort-icon svg { width: 44px; height: 44px; color: #C9C9C9; }
112
+
113
+ .file-item {
114
+ position: absolute;
115
+ top: 450px;
116
+ left: 36px;
117
+ right: 36px;
118
+ height: 140px;
119
+ background: #232323;
120
+ border-radius: 20px;
121
+ display: flex;
122
+ align-items: center;
123
+ padding: 0 28px;
124
+ box-sizing: border-box;
125
+ gap: 26px;
126
+ }
127
+ .file-item svg { width: 48px; height: 48px; color: #D0D0D0; }
128
+ .file-item .title { font-size: 42px; }
129
+
130
+ /* Bottom sheet */
131
+ .sheet {
132
+ position: absolute;
133
+ left: 0;
134
+ right: 0;
135
+ bottom: 0;
136
+ top: 590px;
137
+ background: #2A2C2F;
138
+ border-top-left-radius: 50px;
139
+ border-top-right-radius: 50px;
140
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
141
+ }
142
+ .sheet .sheet-content {
143
+ padding: 34px 28px 120px 28px;
144
+ }
145
+ .sheet-header {
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 22px;
149
+ background: #34373A;
150
+ border-radius: 28px;
151
+ padding: 28px;
152
+ margin: 4px 6px 18px 6px;
153
+ }
154
+ .sheet-header svg { width: 48px; height: 48px; color: #E0E0E0; }
155
+ .sheet-header .name { font-size: 42px; }
156
+
157
+ .action {
158
+ height: 110px;
159
+ display: flex;
160
+ align-items: center;
161
+ gap: 34px;
162
+ padding: 0 20px;
163
+ box-sizing: border-box;
164
+ color: #E6E6E6;
165
+ font-size: 40px;
166
+ }
167
+ .action svg { width: 48px; height: 48px; color: #BDBDBD; }
168
+ .divider {
169
+ height: 1px;
170
+ background: #424242;
171
+ margin: 14px 20px;
172
+ }
173
+
174
+ /* Handle bar */
175
+ .nav-handle {
176
+ position: absolute;
177
+ bottom: 22px;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ width: 280px;
181
+ height: 14px;
182
+ background: #ECECEC;
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
+ <span class="time">1:06</span>
194
+ <div class="sb-icons">
195
+ <!-- Simple signal icon -->
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M2 20h2v-4H2v4zm5 0h2v-7H7v7zm5 0h2v-10h-2v10zm5 0h2V6h-2v14z" fill="currentColor"></path>
198
+ </svg>
199
+ <!-- WiFi icon -->
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M12 18c.8 0 1.5.7 1.5 1.5S12.8 21 12 21s-1.5-.7-1.5-1.5S11.2 18 12 18z" fill="currentColor"></path>
202
+ <path d="M2.5 10.5C6.7 7.8 17.3 7.8 21.5 10.5" stroke="currentColor" stroke-width="2" fill="none"></path>
203
+ <path d="M5 13c3.4-2.2 10.6-2.2 14 0" stroke="currentColor" stroke-width="2" fill="none"></path>
204
+ </svg>
205
+ <div class="battery">
206
+ <svg viewBox="0 0 28 16">
207
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" stroke="currentColor" fill="none"></rect>
208
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="currentColor"></rect>
209
+ <rect x="3" y="4" width="18" height="8" fill="currentColor"></rect>
210
+ </svg>
211
+ <span>81%</span>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Header Search -->
217
+ <div class="header">
218
+ <div class="searchbar">
219
+ <!-- Hamburger -->
220
+ <svg viewBox="0 0 24 24">
221
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z" fill="currentColor"></path>
222
+ </svg>
223
+ <span class="placeholder">Search in Drive</span>
224
+ </div>
225
+ <div class="avatar">C</div>
226
+ </div>
227
+
228
+ <!-- Tabs -->
229
+ <div class="tabs">
230
+ <div class="tab active">My Drive</div>
231
+ <div class="tab">Computers</div>
232
+ </div>
233
+
234
+ <!-- List header -->
235
+ <div class="list-header">
236
+ <div>Name ↑</div>
237
+ <div class="sort-icon">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M4 6h16v2H4V6zm4 5h12v2H8v-2zm6 5h6v2h-6v-2z" fill="currentColor"></path>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Example file item behind the sheet -->
245
+ <div class="file-item">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M10 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h-9L10 4z" fill="currentColor"></path>
248
+ </svg>
249
+ <div class="title">Private File</div>
250
+ </div>
251
+
252
+ <!-- Bottom Sheet -->
253
+ <div class="sheet">
254
+ <div class="sheet-content">
255
+ <div class="sheet-header">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M10 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8h-9L10 4z" fill="currentColor"></path>
258
+ </svg>
259
+ <div class="name">Private File</div>
260
+ </div>
261
+
262
+ <!-- Actions -->
263
+ <div class="action">
264
+ <svg viewBox="0 0 24 24">
265
+ <circle cx="9" cy="8" r="3" stroke="currentColor" stroke-width="2" fill="none"></circle>
266
+ <path d="M3 20c0-3.3 4-5 6-5s6 1.7 6 5" stroke="currentColor" stroke-width="2" fill="none"></path>
267
+ <path d="M16 7h2v-2h2v2h2v2h-2v2h-2v-2h-2V7z" fill="currentColor"></path>
268
+ </svg>
269
+ <div>Share</div>
270
+ </div>
271
+
272
+ <div class="action">
273
+ <svg viewBox="0 0 24 24">
274
+ <circle cx="8" cy="8" r="3" stroke="currentColor" stroke-width="2" fill="none"></circle>
275
+ <circle cx="16" cy="8" r="3" stroke="currentColor" stroke-width="2" fill="none"></circle>
276
+ <path d="M3 20c0-3 3.5-4.5 5-4.5s5 1.5 5 4.5" stroke="currentColor" stroke-width="2" fill="none"></path>
277
+ <path d="M11 20c0-2.6 3.2-3.9 4.8-3.9 1.6 0 4.2 1.3 4.2 3.9" stroke="currentColor" stroke-width="2" fill="none"></path>
278
+ </svg>
279
+ <div>Manage access</div>
280
+ </div>
281
+
282
+ <div class="action">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M12 2l3.1 6.3 7 .9-5 4.8 1.2 7-6.3-3.4-6.3 3.4 1.2-7-5-4.8 7-.9L12 2z" fill="currentColor"></path>
285
+ </svg>
286
+ <div>Add to Starred</div>
287
+ </div>
288
+
289
+ <div class="divider"></div>
290
+
291
+ <div class="action">
292
+ <svg viewBox="0 0 24 24">
293
+ <path d="M7 12a4 4 0 0 1 4-4h2" stroke="currentColor" stroke-width="2" fill="none"></path>
294
+ <path d="M17 12a4 4 0 0 1-4 4h-2" stroke="currentColor" stroke-width="2" fill="none"></path>
295
+ <path d="M12 8h0" stroke="currentColor" stroke-width="2"></path>
296
+ </svg>
297
+ <div>Copy link</div>
298
+ </div>
299
+
300
+ <div class="divider"></div>
301
+
302
+ <div class="action">
303
+ <svg viewBox="0 0 24 24">
304
+ <path d="M4 20h16" stroke="currentColor" stroke-width="2"></path>
305
+ <path d="M12 4v12" stroke="currentColor" stroke-width="2"></path>
306
+ <path d="M8 8l4-4 4 4" stroke="currentColor" stroke-width="2" fill="none"></path>
307
+ </svg>
308
+ <div>Rename</div>
309
+ </div>
310
+
311
+ <div class="action">
312
+ <svg viewBox="0 0 24 24">
313
+ <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2" fill="none"></circle>
314
+ <circle cx="8" cy="10" r="2" fill="currentColor"></circle>
315
+ <circle cx="16" cy="10" r="2" fill="currentColor"></circle>
316
+ <path d="M8 16c2.5-1.5 5.5-1.5 8 0" stroke="currentColor" stroke-width="2" fill="none"></path>
317
+ </svg>
318
+ <div>Change color</div>
319
+ </div>
320
+
321
+ <div class="action">
322
+ <svg viewBox="0 0 24 24">
323
+ <rect x="3" y="6" width="12" height="12" rx="2" stroke="currentColor" stroke-width="2" fill="none"></rect>
324
+ <path d="M17 7l4 4-4 4" stroke="currentColor" stroke-width="2" fill="none"></path>
325
+ <path d="M11 10v4" stroke="currentColor" stroke-width="2"></path>
326
+ <path d="M9 12h4" stroke="currentColor" stroke-width="2"></path>
327
+ </svg>
328
+ <div>Add shortcut to Drive</div>
329
+ </div>
330
+
331
+ <div class="action">
332
+ <svg viewBox="0 0 24 24">
333
+ <path d="M5 5h8l4 4v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z" stroke="currentColor" stroke-width="2" fill="none"></path>
334
+ <path d="M12 9v6" stroke="currentColor" stroke-width="2"></path>
335
+ <path d="M9 12h6" stroke="currentColor" stroke-width="2"></path>
336
+ </svg>
337
+ <div>Move</div>
338
+ </div>
339
+
340
+ <div class="action">
341
+ <svg viewBox="0 0 24 24">
342
+ <circle cx="12" cy="12" r="9" stroke="currentColor" stroke-width="2" fill="none"></circle>
343
+ <circle cx="12" cy="8" r="1.5" fill="currentColor"></circle>
344
+ <path d="M12 11v5" stroke="currentColor" stroke-width="2"></path>
345
+ </svg>
346
+ <div>Details & activity</div>
347
+ </div>
348
+
349
+ <div class="action">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M4 14l6-6 6 6" stroke="currentColor" stroke-width="2" fill="none"></path>
352
+ <path d="M10 20h10v-10" stroke="currentColor" stroke-width="2" fill="none"></path>
353
+ </svg>
354
+ <div>Add to Home screen</div>
355
+ </div>
356
+
357
+ <div class="action">
358
+ <svg viewBox="0 0 24 24">
359
+ <path d="M6 7h12l-1 14H7L6 7z" stroke="currentColor" stroke-width="2" fill="none"></path>
360
+ <path d="M9 7V5h6v2" stroke="currentColor" stroke-width="2"></path>
361
+ </svg>
362
+ <div>Remove</div>
363
+ </div>
364
+
365
+ </div>
366
+ </div>
367
+
368
+ <div class="nav-handle"></div>
369
+ </div>
370
+ </body>
371
+ </html>
code/10565/10565_2.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Add shortcut to Drive</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #E0E0E0;
16
+ font-family: Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 96px;
22
+ background: #1a1a1a;
23
+ color: #ddd;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 32px;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 24px;
35
+ color: #ccc;
36
+ font-size: 30px;
37
+ }
38
+ .battery {
39
+ width: 54px;
40
+ height: 28px;
41
+ border: 3px solid #ccc;
42
+ border-radius: 6px;
43
+ position: relative;
44
+ }
45
+ .battery::after {
46
+ content: "";
47
+ position: absolute;
48
+ right: -10px;
49
+ top: 8px;
50
+ width: 8px;
51
+ height: 12px;
52
+ background: #ccc;
53
+ border-radius: 2px;
54
+ }
55
+ .battery-level {
56
+ position: absolute;
57
+ left: 3px;
58
+ top: 3px;
59
+ height: 20px;
60
+ width: 38px; /* ~81% */
61
+ background: #ccc;
62
+ border-radius: 3px;
63
+ }
64
+ .wifi {
65
+ width: 34px;
66
+ height: 28px;
67
+ }
68
+
69
+ /* App bar */
70
+ .app-bar {
71
+ height: 160px;
72
+ display: flex;
73
+ align-items: center;
74
+ padding: 0 28px;
75
+ border-bottom: 1px solid #2b2b2b;
76
+ background: #121212;
77
+ }
78
+ .app-title {
79
+ font-size: 44px;
80
+ margin-left: 24px;
81
+ font-weight: 500;
82
+ }
83
+ .list {
84
+ padding: 24px 0;
85
+ }
86
+ .item {
87
+ height: 140px;
88
+ padding: 0 40px;
89
+ display: flex;
90
+ align-items: center;
91
+ gap: 36px;
92
+ border-bottom: 1px solid #222;
93
+ }
94
+ .item:last-child { border-bottom: none; }
95
+ .item svg {
96
+ width: 72px; height: 72px;
97
+ stroke: #BDBDBD; fill: none;
98
+ stroke-width: 2.5;
99
+ }
100
+ .item .label {
101
+ font-size: 40px;
102
+ color: #EDEDED;
103
+ }
104
+
105
+ /* Bottom action bar */
106
+ .bottom-bar {
107
+ position: absolute;
108
+ bottom: 0;
109
+ left: 0;
110
+ width: 100%;
111
+ height: 200px;
112
+ background: #1b1b1b;
113
+ border-top: 1px solid #2b2b2b;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
117
+ padding: 0 60px;
118
+ }
119
+ .bottom-btn {
120
+ font-size: 42px;
121
+ color: #E0E0E0;
122
+ }
123
+ .bottom-btn.disabled {
124
+ color: #7d7d7d;
125
+ }
126
+
127
+ /* Gesture pill */
128
+ .gesture-pill {
129
+ position: absolute;
130
+ bottom: 210px;
131
+ left: 50%;
132
+ transform: translateX(-50%);
133
+ width: 180px;
134
+ height: 12px;
135
+ background: #ffffff;
136
+ border-radius: 8px;
137
+ opacity: 0.9;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div>1:06</div>
146
+ <div class="status-right">
147
+ <svg class="wifi" viewBox="0 0 24 24">
148
+ <path d="M2 8c5-5 15-5 20 0" stroke="#ccc"/>
149
+ <path d="M6 12c3-3 9-3 12 0" stroke="#ccc"/>
150
+ <circle cx="12" cy="16" r="2" fill="#ccc" stroke="none"/>
151
+ </svg>
152
+ <div class="battery"><div class="battery-level"></div></div>
153
+ <div>81%</div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- App bar -->
158
+ <div class="app-bar">
159
+ <svg viewBox="0 0 24 24" width="48" height="48">
160
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#E0E0E0" stroke-width="2.8" />
161
+ </svg>
162
+ <div class="app-title">Add shortcut to Drive</div>
163
+ </div>
164
+
165
+ <!-- List items -->
166
+ <div class="list">
167
+ <div class="item">
168
+ <!-- My Drive icon (triangle-like) -->
169
+ <svg viewBox="0 0 24 24">
170
+ <polygon points="12,4 20,18 4,18" />
171
+ </svg>
172
+ <div class="label">My Drive</div>
173
+ </div>
174
+ <div class="item">
175
+ <!-- Computers icon -->
176
+ <svg viewBox="0 0 24 24">
177
+ <rect x="3" y="4" width="18" height="12" rx="2" />
178
+ <rect x="8" y="17" width="8" height="3" rx="1" />
179
+ </svg>
180
+ <div class="label">Computers</div>
181
+ </div>
182
+ <div class="item">
183
+ <!-- Shared with me icon -->
184
+ <svg viewBox="0 0 24 24">
185
+ <circle cx="12" cy="8" r="3.5" />
186
+ <path d="M4 20c0-4.5 16-4.5 16 0" />
187
+ </svg>
188
+ <div class="label">Shared with me</div>
189
+ </div>
190
+ <div class="item">
191
+ <!-- Starred icon -->
192
+ <svg viewBox="0 0 24 24">
193
+ <polygon points="12,3 15,10 22,10 16.5,14.5 18.5,21 12,17 5.5,21 7.5,14.5 2,10 9,10" />
194
+ </svg>
195
+ <div class="label">Starred</div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Gesture pill -->
200
+ <div class="gesture-pill"></div>
201
+
202
+ <!-- Bottom action bar -->
203
+ <div class="bottom-bar">
204
+ <div class="bottom-btn">Cancel</div>
205
+ <div class="bottom-btn disabled">Add</div>
206
+ </div>
207
+ </div>
208
+ </body>
209
+ </html>
code/10565/10565_3.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Drive - Add shortcut</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EDEDED; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 110px; background: #1a1a1a;
19
+ display: flex; align-items: center; padding: 0 40px;
20
+ font-size: 32px; color: #dcdcdc;
21
+ }
22
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
23
+ .icon { width: 40px; height: 40px; display: inline-block; }
24
+ .battery { display: flex; align-items: center; gap: 8px; font-size: 28px; color: #bdbdbd; }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ position: absolute; top: 110px; left: 0; right: 0;
29
+ height: 160px; background: #222326; display: flex; align-items: center;
30
+ padding: 0 40px; box-sizing: border-box;
31
+ border-bottom: 1px solid #2e2e2e;
32
+ }
33
+ .app-title { margin-left: 28px; }
34
+ .app-title h1 { margin: 0; font-size: 48px; font-weight: 600; color: #ffffff; }
35
+ .app-title p { margin: 6px 0 0; font-size: 28px; color: #9fa1a6; }
36
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 30px; }
37
+ .btn-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: transparent; }
38
+ .btn-icon svg { width: 44px; height: 44px; fill: #cfcfcf; }
39
+
40
+ /* Header row within content */
41
+ .list-header {
42
+ position: absolute; top: 270px; left: 0; right: 0;
43
+ height: 90px; display: flex; align-items: center;
44
+ padding: 0 40px; color: #bababa; font-size: 30px;
45
+ }
46
+ .list-header .name { display: flex; align-items: center; gap: 10px; }
47
+ .list-header .right { margin-left: auto; display: flex; align-items: center; gap: 18px; color: #9fa1a6; }
48
+
49
+ /* Grid content */
50
+ .grid {
51
+ position: absolute; top: 360px; left: 0; right: 0; bottom: 200px;
52
+ padding: 0 40px 40px; box-sizing: border-box;
53
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 48px;
54
+ }
55
+ .tile {
56
+ background: transparent;
57
+ }
58
+ .preview {
59
+ width: 468px; height: 300px; border-radius: 32px;
60
+ background: #2a2a2a; border: 1px solid #3b3b3b;
61
+ display: flex; align-items: center; justify-content: center; color: #bdbdbd;
62
+ font-size: 32px;
63
+ box-shadow: 0 2px 0 rgba(255,255,255,0.02) inset;
64
+ }
65
+ .meta {
66
+ display: flex; align-items: center; gap: 18px;
67
+ margin-top: 16px; padding: 0 6px;
68
+ }
69
+ .doc-icon {
70
+ width: 36px; height: 48px;
71
+ }
72
+ .label {
73
+ font-size: 32px; color: #d6d6d6;
74
+ line-height: 1.25;
75
+ }
76
+
77
+ /* Bottom actions */
78
+ .bottom-bar {
79
+ position: absolute; left: 0; right: 0; bottom: 0;
80
+ height: 160px; background: #1b1b1d; border-top: 1px solid #2e2e2e;
81
+ display: flex; align-items: center; justify-content: space-between;
82
+ padding: 0 60px; box-sizing: border-box;
83
+ }
84
+ .bottom-bar .action {
85
+ font-size: 38px; color: #cfcfcf;
86
+ }
87
+ .bottom-bar .action.primary { color: #4da3ff; font-weight: 600; }
88
+
89
+ /* Navigation pill */
90
+ .nav-indicator {
91
+ position: absolute; bottom: 168px; left: 50%;
92
+ transform: translateX(-50%);
93
+ width: 220px; height: 12px; background: #e9e9e9; border-radius: 10px; opacity: 0.9;
94
+ }
95
+
96
+ /* Simple helper icons */
97
+ .chevron-left svg { fill: #e6e6e6; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status bar -->
104
+ <div class="status-bar">
105
+ <div>1:07</div>
106
+ <div class="status-right">
107
+ <!-- small circles/icons to mimic status -->
108
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#5e5e5e"/></svg>
109
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#7b7b7b" stroke-width="2"/></svg>
110
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 19h16M4 12h16M4 5h16" stroke="#7b7b7b" stroke-width="2"/></svg>
111
+ <div class="battery">
112
+ <svg width="44" height="24" viewBox="0 0 44 24">
113
+ <rect x="1" y="3" width="38" height="18" rx="3" fill="none" stroke="#bdbdbd" stroke-width="2"/>
114
+ <rect x="4" y="6" width="30" height="12" rx="2" fill="#bdbdbd"/>
115
+ <rect x="39" y="7" width="4" height="10" rx="2" fill="#bdbdbd"/>
116
+ </svg>
117
+ 81%
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- App bar -->
123
+ <div class="app-bar">
124
+ <div class="chevron-left btn-icon" aria-label="Back">
125
+ <svg viewBox="0 0 24 24"><path d="M15.5 4.5L7 12l8.5 7.5" fill="none" stroke="#e6e6e6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
126
+ </div>
127
+ <div class="app-title">
128
+ <h1>My Drive</h1>
129
+ <p>Add shortcut to Drive</p>
130
+ </div>
131
+ <div class="app-actions">
132
+ <!-- view toggle -->
133
+ <button class="btn-icon" aria-label="Toggle view">
134
+ <svg viewBox="0 0 24 24">
135
+ <rect x="3" y="4" width="18" height="4" rx="1"></rect>
136
+ <rect x="3" y="10" width="18" height="4" rx="1"></rect>
137
+ <rect x="3" y="16" width="18" height="4" rx="1"></rect>
138
+ </svg>
139
+ </button>
140
+ <!-- add folder -->
141
+ <button class="btn-icon" aria-label="Add folder">
142
+ <svg viewBox="0 0 24 24">
143
+ <path d="M3 6h6l2 2h10v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6z" fill="#cfcfcf"></path>
144
+ <path d="M12 10v6M9 13h6" stroke="#222326" stroke-width="2" stroke-linecap="round"/>
145
+ </svg>
146
+ </button>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- List header -->
151
+ <div class="list-header">
152
+ <div class="name">
153
+ <span>Name</span>
154
+ <svg class="icon" viewBox="0 0 24 24">
155
+ <path d="M6 15l6-6 6 6" fill="none" stroke="#bababa" stroke-width="2" stroke-linecap="round"/>
156
+ </svg>
157
+ </div>
158
+ <div class="right">
159
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 5h16M4 12h16M4 19h16" stroke="#8a8a8a" stroke-width="2"/></svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Grid of items -->
164
+ <div class="grid">
165
+ <!-- Private File (folder) -->
166
+ <div class="tile">
167
+ <div class="preview">[IMG: Folder Preview]</div>
168
+ <div class="meta">
169
+ <span class="label">Private File</span>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- BACKUP_REMINDER_M... -->
174
+ <div class="tile">
175
+ <div class="preview">[IMG: Document Preview]</div>
176
+ <div class="meta">
177
+ <svg class="doc-icon" viewBox="0 0 24 24">
178
+ <path d="M6 3h8l5 5v13H6z" fill="#4c6fb3"/>
179
+ <path d="M14 3v6h6" fill="#7aa0e2"/>
180
+ </svg>
181
+ <span class="label">BACKUP_REMINDER_M...</span>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Copy of Tools list -->
186
+ <div class="tile">
187
+ <div class="preview">[IMG: Document Preview]</div>
188
+ <div class="meta">
189
+ <svg class="doc-icon" viewBox="0 0 24 24">
190
+ <path d="M6 3h8l5 5v13H6z" fill="#4c6fb3"/>
191
+ <path d="M14 3v6h6" fill="#7aa0e2"/>
192
+ </svg>
193
+ <span class="label">Copy of<br>Tools list</span>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- diy projects.txt -->
198
+ <div class="tile">
199
+ <div class="preview">[IMG: Text File Preview]</div>
200
+ <div class="meta">
201
+ <svg class="doc-icon" viewBox="0 0 24 24">
202
+ <path d="M6 3h8l5 5v13H6z" fill="#4c6fb3"/>
203
+ <path d="M14 3v6h6" fill="#7aa0e2"/>
204
+ </svg>
205
+ <span class="label">diy<br>projects.txt</span>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Tools list -->
210
+ <div class="tile">
211
+ <div class="preview">[IMG: Document Preview]</div>
212
+ <div class="meta">
213
+ <svg class="doc-icon" viewBox="0 0 24 24">
214
+ <path d="M6 3h8l5 5v13H6z" fill="#4c6fb3"/>
215
+ <path d="M14 3v6h6" fill="#7aa0e2"/>
216
+ </svg>
217
+ <span class="label">Tools list</span>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Navigation indicator and bottom actions -->
223
+ <div class="nav-indicator"></div>
224
+ <div class="bottom-bar">
225
+ <div class="action">Cancel</div>
226
+ <div class="action primary">Add</div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/10565/10565_4.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>Drive Dark 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: #121212; color: #EDEDED;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 64px; padding: 0 28px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #EDEDED; font-size: 28px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 22px; }
22
+ .status-icon {
23
+ width: 28px; height: 28px; border-radius: 50%; background: #9E9E9E; opacity: 0.8;
24
+ }
25
+ .battery {
26
+ width: 40px; height: 22px; border: 2px solid #9E9E9E; border-radius: 4px; position: relative;
27
+ }
28
+ .battery::after {
29
+ content: ""; position: absolute; right: -8px; top: 6px;
30
+ width: 6px; height: 10px; background: #9E9E9E; border-radius: 2px;
31
+ }
32
+ .battery-level { position: absolute; left: 2px; top: 2px; height: 16px; width: 26px; background: #9E9E9E; }
33
+
34
+ /* Top search bar */
35
+ .top-row {
36
+ height: 110px; padding: 0 24px; display: flex; align-items: center; gap: 18px;
37
+ }
38
+ .icon-btn {
39
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; border-radius: 16px;
40
+ }
41
+ .icon-btn svg { width: 40px; height: 40px; fill: none; stroke: #EDEDED; stroke-width: 4; }
42
+ .search-pill {
43
+ flex: 1; height: 84px; border-radius: 42px;
44
+ background: #2A2A2A; display: flex; align-items: center; padding: 0 26px; gap: 18px; color: #BDBDBD; font-size: 34px;
45
+ }
46
+ .search-pill svg { width: 38px; height: 38px; stroke: #BDBDBD; stroke-width: 4; fill: none; }
47
+ .avatar {
48
+ width: 64px; height: 64px; border-radius: 50%;
49
+ background: #3F51B5; display: flex; align-items: center; justify-content: center;
50
+ font-weight: bold; font-size: 32px; color: #FFFFFF;
51
+ }
52
+
53
+ /* Tabs */
54
+ .tabs { display: flex; gap: 36px; padding: 8px 32px 0 32px; font-size: 36px; color: #CFCFCF; }
55
+ .tab { padding: 20px 8px; position: relative; }
56
+ .tab.active { color: #FFFFFF; }
57
+ .tab.active::after {
58
+ content: ""; position: absolute; left: 8px; right: 8px; bottom: -6px;
59
+ height: 6px; background: #5E8EFF; border-radius: 3px;
60
+ }
61
+
62
+ /* Header row */
63
+ .list-header {
64
+ margin-top: 36px; padding: 0 32px;
65
+ display: flex; align-items: center; justify-content: space-between;
66
+ font-size: 28px; color: #A8A8A8;
67
+ }
68
+ .name-sort { display: flex; align-items: center; gap: 10px; font-size: 32px; color: #EDEDED; }
69
+ .name-sort svg { width: 22px; height: 22px; fill: #EDEDED; }
70
+ .view-toggle svg { width: 40px; height: 40px; fill: none; stroke: #EDEDED; stroke-width: 4; opacity: 0.9; }
71
+
72
+ /* Grid of items */
73
+ .grid {
74
+ margin-top: 24px; padding: 0 24px 220px 24px;
75
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 28px;
76
+ }
77
+ .item {
78
+ height: 360px;
79
+ }
80
+ .thumb {
81
+ height: 260px; border-radius: 24px; background: #1F1F1F;
82
+ display: flex; align-items: center; justify-content: center; position: relative;
83
+ border: 1px solid #2A2A2A;
84
+ }
85
+ .thumb .placeholder {
86
+ width: 84%; height: 72%; background: #E0E0E0; border: 1px solid #BDBDBD;
87
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
88
+ }
89
+ .folder-icon svg { width: 160px; height: 120px; fill: #BDBDBD; }
90
+ .file-icon svg { width: 140px; height: 160px; fill: #6EA2FF; }
91
+ .title-row {
92
+ margin-top: 18px; display: flex; align-items: center; justify-content: space-between;
93
+ }
94
+ .title { font-size: 32px; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 420px; }
95
+ .more { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
96
+ .more svg { width: 8px; height: 28px; fill: #CFCFCF; }
97
+
98
+ /* Floating action button */
99
+ .fab {
100
+ position: absolute; right: 46px; bottom: 380px;
101
+ width: 120px; height: 120px; background: #3A74FF; border-radius: 60px;
102
+ box-shadow: 0 10px 24px rgba(0,0,0,0.5);
103
+ display: flex; align-items: center; justify-content: center;
104
+ }
105
+ .fab svg { width: 54px; height: 54px; stroke: #FFFFFF; stroke-width: 10; fill: none; }
106
+
107
+ /* Toast */
108
+ .toast {
109
+ position: absolute; left: 24px; right: 24px; bottom: 250px;
110
+ background: #2A2A2A; color: #EDEDED; border-radius: 18px;
111
+ padding: 24px 28px; font-size: 30px; display: flex; justify-content: space-between; align-items: center;
112
+ }
113
+ .toast .action { color: #9EC0FF; }
114
+
115
+ /* Bottom navigation */
116
+ .bottom-nav {
117
+ position: absolute; left: 0; right: 0; bottom: 78px;
118
+ height: 150px; background: #1A1A1A; border-top: 1px solid #2A2A2A;
119
+ display: flex; justify-content: space-around; align-items: center;
120
+ }
121
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #A8A8A8; font-size: 26px; }
122
+ .nav-item.active { color: #FFFFFF; }
123
+ .nav-item svg { width: 44px; height: 44px; stroke: #A8A8A8; stroke-width: 4; fill: none; }
124
+ .nav-item.active svg { stroke: #FFFFFF; }
125
+
126
+ /* Gesture bar */
127
+ .gesture {
128
+ position: absolute; left: 420px; bottom: 24px; width: 240px; height: 10px; border-radius: 6px; background: #EDEDED; opacity: 0.7;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status bar -->
136
+ <div class="status-bar">
137
+ <div class="time">1:07</div>
138
+ <div class="status-right">
139
+ <div class="status-icon"></div>
140
+ <div class="status-icon"></div>
141
+ <div class="status-icon"></div>
142
+ <div class="battery"><div class="battery-level"></div></div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Top search row -->
147
+ <div class="top-row">
148
+ <div class="icon-btn">
149
+ <!-- Hamburger -->
150
+ <svg viewBox="0 0 24 24">
151
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
152
+ </svg>
153
+ </div>
154
+ <div class="search-pill">
155
+ <svg viewBox="0 0 24 24">
156
+ <circle cx="10" cy="10" r="6"></circle>
157
+ <path d="M14.5 14.5L21 21"></path>
158
+ </svg>
159
+ <span>Search in Drive</span>
160
+ </div>
161
+ <div class="avatar">C</div>
162
+ </div>
163
+
164
+ <!-- Tabs -->
165
+ <div class="tabs">
166
+ <div class="tab active">My Drive</div>
167
+ <div class="tab">Computers</div>
168
+ </div>
169
+
170
+ <!-- Header row -->
171
+ <div class="list-header">
172
+ <div class="name-sort">
173
+ <span>Name</span>
174
+ <svg viewBox="0 0 24 24"><path d="M6 14l6-6 6 6"></path></svg>
175
+ </div>
176
+ <div class="view-toggle">
177
+ <!-- list/grid toggle icon -->
178
+ <svg viewBox="0 0 24 24">
179
+ <rect x="3" y="4" width="18" height="4"></rect>
180
+ <rect x="3" y="10" width="18" height="4"></rect>
181
+ <rect x="3" y="16" width="18" height="4"></rect>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Grid -->
187
+ <div class="grid">
188
+
189
+ <!-- Item: Folder -->
190
+ <div class="item">
191
+ <div class="thumb folder-icon">
192
+ <svg viewBox="0 0 64 48">
193
+ <path d="M6 10h18l6 6h28v22a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V16a6 6 0 0 1 6-6z"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="title-row">
197
+ <div class="title">Private File</div>
198
+ <div class="more">
199
+ <svg viewBox="0 0 8 28">
200
+ <circle cx="4" cy="4" r="4"></circle>
201
+ <circle cx="4" cy="14" r="4"></circle>
202
+ <circle cx="4" cy="24" r="4"></circle>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Item: Folder -->
209
+ <div class="item">
210
+ <div class="thumb folder-icon">
211
+ <svg viewBox="0 0 64 48">
212
+ <path d="M6 10h18l6 6h28v22a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V16a6 6 0 0 1 6-6z"></path>
213
+ </svg>
214
+ </div>
215
+ <div class="title-row">
216
+ <div class="title">Private File</div>
217
+ <div class="more">
218
+ <svg viewBox="0 0 8 28">
219
+ <circle cx="4" cy="4" r="4"></circle>
220
+ <circle cx="4" cy="14" r="4"></circle>
221
+ <circle cx="4" cy="24" r="4"></circle>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Item: File with doc icon -->
228
+ <div class="item">
229
+ <div class="thumb">
230
+ <div class="placeholder">[IMG: Doc preview]</div>
231
+ </div>
232
+ <div class="title-row">
233
+ <div class="title">BACKUP_REMINDER_M...</div>
234
+ <div class="more">
235
+ <svg viewBox="0 0 8 28">
236
+ <circle cx="4" cy="4" r="4"></circle>
237
+ <circle cx="4" cy="14" r="4"></circle>
238
+ <circle cx="4" cy="24" r="4"></circle>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Item: File preview -->
245
+ <div class="item">
246
+ <div class="thumb">
247
+ <div class="placeholder">[IMG: Tools list preview]</div>
248
+ </div>
249
+ <div class="title-row">
250
+ <div class="title">Copy of Tools list</div>
251
+ <div class="more">
252
+ <svg viewBox="0 0 8 28">
253
+ <circle cx="4" cy="4" r="4"></circle>
254
+ <circle cx="4" cy="14" r="4"></circle>
255
+ <circle cx="4" cy="24" r="4"></circle>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Item: File -->
262
+ <div class="item">
263
+ <div class="thumb">
264
+ <div class="placeholder">[IMG: Text file preview]</div>
265
+ </div>
266
+ <div class="title-row">
267
+ <div class="title">diy projects.txt</div>
268
+ <div class="more">
269
+ <svg viewBox="0 0 8 28">
270
+ <circle cx="4" cy="4" r="4"></circle>
271
+ <circle cx="4" cy="14" r="4"></circle>
272
+ <circle cx="4" cy="24" r="4"></circle>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Item: File -->
279
+ <div class="item">
280
+ <div class="thumb">
281
+ <div class="placeholder">[IMG: Tools list preview]</div>
282
+ </div>
283
+ <div class="title-row">
284
+ <div class="title">Tools list</div>
285
+ <div class="more">
286
+ <svg viewBox="0 0 8 28">
287
+ <circle cx="4" cy="4" r="4"></circle>
288
+ <circle cx="4" cy="14" r="4"></circle>
289
+ <circle cx="4" cy="24" r="4"></circle>
290
+ </svg>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+
297
+ <!-- Floating Action Button -->
298
+ <div class="fab">
299
+ <svg viewBox="0 0 24 24">
300
+ <path d="M12 4v16M4 12h16"></path>
301
+ </svg>
302
+ </div>
303
+
304
+ <!-- Toast -->
305
+ <div class="toast">
306
+ <div>Shortcut added to "My Drive"</div>
307
+ <div class="action">Undo</div>
308
+ </div>
309
+
310
+ <!-- Bottom navigation -->
311
+ <div class="bottom-nav">
312
+ <div class="nav-item">
313
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-8 9 8v9H3z"></path></svg>
314
+ <div>Home</div>
315
+ </div>
316
+ <div class="nav-item">
317
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.3L18 20l-6-3.3L6 20l1.5-6.8L3 8.9 9 8z"></path></svg>
318
+ <div>Starred</div>
319
+ </div>
320
+ <div class="nav-item">
321
+ <svg viewBox="0 0 24 24"><path d="M5 5h6v6H5zM13 5h6v6h-6zM5 13h6v6H5zM13 13h6v6h-6z"></path></svg>
322
+ <div>Shared</div>
323
+ </div>
324
+ <div class="nav-item active">
325
+ <svg viewBox="0 0 24 24"><path d="M4 6h7l2 2h7v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"></path></svg>
326
+ <div>Files</div>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Gesture bar -->
331
+ <div class="gesture"></div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/10567/10567_0.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Recreation</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top black status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 110px;
26
+ background: #000;
27
+ }
28
+
29
+ /* Center poster/card with thick border */
30
+ .poster {
31
+ position: absolute;
32
+ left: 120px;
33
+ top: 520px;
34
+ width: 840px;
35
+ height: 360px;
36
+ background: #fff;
37
+ border: 36px solid #000;
38
+ box-sizing: border-box;
39
+ }
40
+ .poster-inner {
41
+ position: absolute;
42
+ inset: 0;
43
+ display: flex;
44
+ flex-direction: column;
45
+ justify-content: center;
46
+ align-items: center;
47
+ padding: 24px;
48
+ text-align: center;
49
+ }
50
+ .poster-title {
51
+ font-size: 52px;
52
+ line-height: 1.2;
53
+ color: #222;
54
+ margin-bottom: 36px;
55
+ }
56
+ .poster-subtitle {
57
+ font-size: 84px;
58
+ font-weight: 900;
59
+ letter-spacing: 2px;
60
+ }
61
+
62
+ /* Bottom purple tool panel */
63
+ .toolbar {
64
+ position: absolute;
65
+ left: 0;
66
+ top: 1700px;
67
+ width: 1080px;
68
+ height: 360px;
69
+ background: #8E24AA;
70
+ color: #fff;
71
+ border-top-left-radius: 26px;
72
+ border-top-right-radius: 26px;
73
+ box-shadow: 0 -4px 10px rgba(0,0,0,0.15);
74
+ }
75
+ .slider-row {
76
+ height: 120px;
77
+ display: flex;
78
+ align-items: center;
79
+ padding: 0 56px;
80
+ gap: 28px;
81
+ }
82
+ .slider {
83
+ position: relative;
84
+ width: 640px;
85
+ height: 10px;
86
+ background: rgba(255,255,255,0.35);
87
+ border-radius: 6px;
88
+ }
89
+ .slider .knob {
90
+ position: absolute;
91
+ top: 50%;
92
+ left: 48%;
93
+ transform: translate(-50%, -50%);
94
+ width: 44px;
95
+ height: 44px;
96
+ background: #5E2EA4;
97
+ border-radius: 50%;
98
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25) inset;
99
+ }
100
+ .icons-row {
101
+ display: flex;
102
+ justify-content: space-around;
103
+ align-items: center;
104
+ padding: 16px 34px 0;
105
+ gap: 22px;
106
+ }
107
+ .icon {
108
+ width: 86px;
109
+ height: 86px;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ border-radius: 18px;
114
+ color: #fff;
115
+ }
116
+ .icon svg {
117
+ width: 50px;
118
+ height: 50px;
119
+ stroke: #fff;
120
+ stroke-width: 3.5;
121
+ fill: none;
122
+ stroke-linecap: round;
123
+ stroke-linejoin: round;
124
+ }
125
+
126
+ /* Ad banner */
127
+ .ad-banner {
128
+ position: absolute;
129
+ left: 0;
130
+ top: 2060px;
131
+ width: 1080px;
132
+ height: 160px;
133
+ background: #fff;
134
+ border-top: 1px solid #E0E0E0;
135
+ display: flex;
136
+ align-items: center;
137
+ padding: 14px 22px;
138
+ box-sizing: border-box;
139
+ gap: 18px;
140
+ }
141
+ .ad-visual {
142
+ width: 430px;
143
+ height: 120px;
144
+ background: #E0E0E0;
145
+ border: 1px solid #BDBDBD;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ color: #757575;
150
+ font-size: 24px;
151
+ }
152
+ .ad-app-icon {
153
+ width: 110px;
154
+ height: 110px;
155
+ background: #E0E0E0;
156
+ border: 1px solid #BDBDBD;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ color: #757575;
161
+ font-size: 20px;
162
+ border-radius: 20px;
163
+ }
164
+ .ad-text {
165
+ flex: 1;
166
+ display: flex;
167
+ flex-direction: column;
168
+ justify-content: center;
169
+ gap: 6px;
170
+ }
171
+ .ad-title {
172
+ font-weight: 700;
173
+ font-size: 34px;
174
+ }
175
+ .ad-sub {
176
+ color: #666;
177
+ font-size: 24px;
178
+ }
179
+ .ad-cta {
180
+ background: #1EBE5B;
181
+ color: #fff;
182
+ border: none;
183
+ border-radius: 32px;
184
+ padding: 18px 36px;
185
+ font-size: 28px;
186
+ font-weight: 700;
187
+ }
188
+
189
+ /* Bottom black area with home pill */
190
+ .bottom-bar {
191
+ position: absolute;
192
+ left: 0;
193
+ bottom: 0;
194
+ width: 1080px;
195
+ height: 160px;
196
+ background: #000;
197
+ display: flex;
198
+ align-items: center;
199
+ justify-content: center;
200
+ }
201
+ .home-indicator {
202
+ width: 300px;
203
+ height: 12px;
204
+ background: #FFFFFF;
205
+ border-radius: 8px;
206
+ opacity: 0.95;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <div class="status-bar"></div>
214
+
215
+ <div class="poster">
216
+ <div class="poster-inner">
217
+ <div class="poster-title">A lecture on Dutch history</div>
218
+ <div class="poster-subtitle">GRONINGEN</div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="toolbar">
223
+ <div class="slider-row">
224
+ <!-- simple expand icon -->
225
+ <div class="icon" style="width:70px;height:70px;">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M4 10V4h6M20 14v6h-6" />
228
+ <path d="M4 4l7 7M20 20l-7-7" />
229
+ </svg>
230
+ </div>
231
+ <div class="slider">
232
+ <div class="knob"></div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="icons-row">
237
+ <div class="icon">
238
+ <!-- No-ads: circle with slash -->
239
+ <svg viewBox="0 0 24 24">
240
+ <circle cx="12" cy="12" r="9"></circle>
241
+ <path d="M5 5l14 14"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="icon">
245
+ <!-- Color wheel -->
246
+ <svg viewBox="0 0 24 24">
247
+ <circle cx="12" cy="12" r="8"></circle>
248
+ <path d="M12 4v16M4 12h16M6.8 6.8l10.4 10.4M17.2 6.8L6.8 17.2"></path>
249
+ </svg>
250
+ </div>
251
+ <div class="icon">
252
+ <!-- Brush -->
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M3 21c3 0 4-2 4-4l8-8 3 3-8 8c-2 0-4 1-7 1z"></path>
255
+ </svg>
256
+ </div>
257
+ <div class="icon">
258
+ <!-- Eraser -->
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M3 16l7-7 6 6-5 5H5z"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="icon">
264
+ <!-- Save -->
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M5 5h12l2 2v12H5z"></path>
267
+ <path d="M8 5v6h8V5"></path>
268
+ </svg>
269
+ </div>
270
+ <div class="icon">
271
+ <!-- Text T -->
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M4 5h16"></path>
274
+ <path d="M12 5v14"></path>
275
+ </svg>
276
+ </div>
277
+ <div class="icon">
278
+ <!-- Undo -->
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M7 8l-4 4 4 4"></path>
281
+ <path d="M20 16a8 8 0 0 0-8-8H7"></path>
282
+ </svg>
283
+ </div>
284
+ <div class="icon">
285
+ <!-- Redo -->
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M17 8l4 4-4 4"></path>
288
+ <path d="M4 16a8 8 0 0 1 8-8h5"></path>
289
+ </svg>
290
+ </div>
291
+ <div class="icon">
292
+ <!-- Diamond/shape -->
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M12 3l8 8-8 8-8-8z"></path>
295
+ </svg>
296
+ </div>
297
+ <div class="icon">
298
+ <!-- Fullscreen -->
299
+ <svg viewBox="0 0 24 24">
300
+ <path d="M4 9V4h5M20 9V4h-5M4 15v5h5M20 15v5h-5"></path>
301
+ </svg>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="ad-banner">
307
+ <div class="ad-visual">[IMG: Ad Visual]</div>
308
+ <div class="ad-app-icon">[IMG: App Icon]</div>
309
+ <div class="ad-text">
310
+ <div class="ad-title">Omio</div>
311
+ <div class="ad-sub">4.6 ★ FREE</div>
312
+ </div>
313
+ <button class="ad-cta">Open</button>
314
+ </div>
315
+
316
+ <div class="bottom-bar">
317
+ <div class="home-indicator"></div>
318
+ </div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/10567/10567_1.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top black status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #000;
25
+ }
26
+
27
+ /* Poster/card in the upper middle */
28
+ .poster {
29
+ position: absolute;
30
+ left: 120px;
31
+ top: 520px;
32
+ width: 840px;
33
+ height: 360px;
34
+ border: 28px solid #000;
35
+ box-sizing: border-box;
36
+ display: flex;
37
+ flex-direction: column;
38
+ justify-content: center;
39
+ align-items: center;
40
+ background: #fff;
41
+ }
42
+ .poster .subtitle {
43
+ font-family: Arial, Helvetica, sans-serif;
44
+ font-size: 50px;
45
+ color: #222;
46
+ margin: 0 40px 40px;
47
+ text-align: center;
48
+ line-height: 1.2;
49
+ }
50
+ .poster .city {
51
+ font-family: Arial, Helvetica, sans-serif;
52
+ font-weight: 900;
53
+ font-size: 72px;
54
+ letter-spacing: 3px;
55
+ color: #000;
56
+ }
57
+
58
+ /* Bottom tool area */
59
+ .bottom-dock {
60
+ position: absolute;
61
+ left: 0;
62
+ bottom: 120px; /* leave room for home indicator */
63
+ width: 1080px;
64
+ height: 360px;
65
+ display: flex;
66
+ flex-direction: column;
67
+ }
68
+
69
+ .tool-icons {
70
+ height: 180px;
71
+ background: #8a2be2;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: space-around;
75
+ padding: 0 30px;
76
+ box-sizing: border-box;
77
+ }
78
+ .icon {
79
+ width: 90px;
80
+ height: 90px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .icon svg { width: 90%; height: 90%; }
86
+
87
+ .thumb-strip {
88
+ flex: 1;
89
+ background: #ffffff;
90
+ display: flex;
91
+ align-items: center;
92
+ padding: 12px 18px;
93
+ box-sizing: border-box;
94
+ gap: 18px;
95
+ overflow: hidden;
96
+ border-top: 2px solid #e0e0e0;
97
+ }
98
+ .side-controls {
99
+ width: 70px;
100
+ align-self: stretch;
101
+ display: flex;
102
+ flex-direction: column;
103
+ align-items: center;
104
+ justify-content: center;
105
+ gap: 14px;
106
+ }
107
+ .side-controls .pill {
108
+ width: 46px;
109
+ height: 46px;
110
+ border-radius: 50%;
111
+ background: #0aa3e6;
112
+ color: #fff;
113
+ font: 700 26px/46px Arial, sans-serif;
114
+ text-align: center;
115
+ }
116
+
117
+ .thumb {
118
+ width: 160px;
119
+ height: 150px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ color: #555;
126
+ text-align: center;
127
+ padding: 6px;
128
+ box-sizing: border-box;
129
+ border-radius: 6px;
130
+ flex: 0 0 auto;
131
+ }
132
+
133
+ /* Bottom black area with home indicator */
134
+ .home-area {
135
+ position: absolute;
136
+ bottom: 0;
137
+ left: 0;
138
+ width: 1080px;
139
+ height: 120px;
140
+ background: #000;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ }
145
+ .home-indicator {
146
+ width: 220px;
147
+ height: 8px;
148
+ background: #fff;
149
+ border-radius: 6px;
150
+ opacity: 0.9;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <div class="status-bar"></div>
157
+
158
+ <!-- Central framed text -->
159
+ <div class="poster">
160
+ <div class="subtitle">A lecture on Dutch history</div>
161
+ <div class="city">GRONINGEN</div>
162
+ </div>
163
+
164
+ <!-- Bottom tool area -->
165
+ <div class="bottom-dock">
166
+ <div class="tool-icons">
167
+ <!-- Icon: AD circle -->
168
+ <div class="icon">
169
+ <svg viewBox="0 0 24 24">
170
+ <circle cx="12" cy="12" r="10" fill="#673ab7"></circle>
171
+ <text x="12" y="15" text-anchor="middle" font-size="10" font-family="Arial" fill="#ffffff" font-weight="700">AD</text>
172
+ </svg>
173
+ </div>
174
+ <!-- Icon: color wheel -->
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24">
177
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"></circle>
178
+ <path d="M12 3 A9 9 0 0 1 21 12" stroke="#fff" stroke-width="2" fill="none"/>
179
+ <path d="M3 12 A9 9 0 0 1 12 21" stroke="#fff" stroke-width="2" fill="none"/>
180
+ <path d="M12 3 L12 12" stroke="#fff" stroke-width="2"/>
181
+ </svg>
182
+ </div>
183
+ <!-- Icon: brush -->
184
+ <div class="icon">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M3 21c2 0 3-1 4-3s3-3 5-3l-2-2" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
187
+ <path d="M20 4l-8 8l3 3l8-8z" fill="#fff"/>
188
+ </svg>
189
+ </div>
190
+ <!-- Icon: eraser -->
191
+ <div class="icon">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M3 16l8-8l6 6l-6 6H7z" fill="none" stroke="#fff" stroke-width="2"/>
194
+ </svg>
195
+ </div>
196
+ <!-- Icon: square/shape -->
197
+ <div class="icon">
198
+ <svg viewBox="0 0 24 24">
199
+ <rect x="5" y="5" width="14" height="14" fill="none" stroke="#fff" stroke-width="2"></rect>
200
+ </svg>
201
+ </div>
202
+ <!-- Icon: droplet -->
203
+ <div class="icon">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M12 3C12 3 6 10 6 14a6 6 0 0 0 12 0c0-4-6-11-6-11z" fill="none" stroke="#fff" stroke-width="2"/>
206
+ </svg>
207
+ </div>
208
+ <!-- Icon: save -->
209
+ <div class="icon">
210
+ <svg viewBox="0 0 24 24">
211
+ <path d="M4 4h12l4 4v12H4z" fill="none" stroke="#fff" stroke-width="2"/>
212
+ <rect x="7" y="4" width="6" height="5" fill="#fff"></rect>
213
+ </svg>
214
+ </div>
215
+ <!-- Icon: TT -->
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24">
218
+ <text x="12" y="16" text-anchor="middle" font-size="14" font-family="Arial" fill="#fff" font-weight="700">Tt</text>
219
+ </svg>
220
+ </div>
221
+ <!-- Icon: undo -->
222
+ <div class="icon">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M9 8H4l4-4v3c7 0 9 3 9 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
225
+ </svg>
226
+ </div>
227
+ <!-- Icon: expand -->
228
+ <div class="icon">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M4 9V4h5" stroke="#fff" stroke-width="2" fill="none"/>
231
+ <path d="M20 15v5h-5" stroke="#fff" stroke-width="2" fill="none"/>
232
+ <path d="M4 4l6 6" stroke="#fff" stroke-width="2" fill="none"/>
233
+ <path d="M20 20l-6-6" stroke="#fff" stroke-width="2" fill="none"/>
234
+ </svg>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="thumb-strip">
239
+ <div class="side-controls">
240
+ <div class="pill">i</div>
241
+ <div class="pill">x</div>
242
+ </div>
243
+ <div class="thumb">[IMG: Dome Building]</div>
244
+ <div class="thumb">[IMG: Scenic Landscape]</div>
245
+ <div class="thumb">[IMG: Gothic Cathedral]</div>
246
+ <div class="thumb">[IMG: Arch Bridge]</div>
247
+ <div class="thumb">[IMG: Cable Car]</div>
248
+ <div class="thumb">[IMG: Under Bridge]</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="home-area">
253
+ <div class="home-indicator"></div>
254
+ </div>
255
+ </div>
256
+ </body>
257
+ </html>
code/10567/10567_2.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>UI Reconstruction</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ width: 1080px;
17
+ height: 2400px;
18
+ overflow: hidden;
19
+ background: #FFFFFF;
20
+ }
21
+
22
+ /* Top black bar (status/header) */
23
+ .top-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 120px;
29
+ background: #000;
30
+ }
31
+
32
+ /* Center framed content */
33
+ .framed-box {
34
+ position: absolute;
35
+ left: 120px;
36
+ top: 560px;
37
+ width: 840px;
38
+ height: 360px;
39
+ border: 36px solid #000000;
40
+ background: #FFFFFF;
41
+ box-sizing: border-box;
42
+ display: flex;
43
+ flex-direction: column;
44
+ justify-content: center;
45
+ align-items: center;
46
+ text-align: center;
47
+ }
48
+ .framed-box .subtitle {
49
+ font-size: 52px;
50
+ color: #222;
51
+ line-height: 1.3;
52
+ margin: 0 40px 30px;
53
+ font-weight: 500;
54
+ }
55
+ .framed-box .city {
56
+ font-size: 80px;
57
+ font-weight: 900;
58
+ letter-spacing: 2px;
59
+ color: #000;
60
+ }
61
+
62
+ /* Large white canvas area spacing simulation */
63
+ .spacer-area {
64
+ position: absolute;
65
+ top: 0;
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 420px; /* reserve space for bottom controls and home indicator */
69
+ pointer-events: none;
70
+ }
71
+
72
+ /* Purple tools bar */
73
+ .tools-bar {
74
+ position: absolute;
75
+ left: 0;
76
+ bottom: 360px;
77
+ width: 1080px;
78
+ height: 190px;
79
+ background: #8E28D9;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 40px;
83
+ box-sizing: border-box;
84
+ gap: 54px;
85
+ }
86
+
87
+ .icon {
88
+ width: 86px;
89
+ height: 86px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ color: #fff;
94
+ }
95
+ .icon svg {
96
+ width: 60px;
97
+ height: 60px;
98
+ fill: #FFFFFF;
99
+ }
100
+ .icon.tt {
101
+ font-weight: 800;
102
+ font-size: 42px;
103
+ color: #fff;
104
+ }
105
+
106
+ /* Thumbnails strip */
107
+ .thumb-strip {
108
+ position: absolute;
109
+ left: 0;
110
+ bottom: 170px;
111
+ width: 1080px;
112
+ height: 170px;
113
+ background: #FFFFFF;
114
+ display: flex;
115
+ align-items: center;
116
+ gap: 18px;
117
+ padding: 0 20px;
118
+ box-sizing: border-box;
119
+ }
120
+ .thumb {
121
+ width: 150px;
122
+ height: 140px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ color: #757575;
126
+ font-size: 22px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ text-align: center;
131
+ border-radius: 6px;
132
+ }
133
+
134
+ /* Bottom black bar + home indicator */
135
+ .bottom-bar {
136
+ position: absolute;
137
+ bottom: 0;
138
+ left: 0;
139
+ width: 1080px;
140
+ height: 170px;
141
+ background: #000;
142
+ }
143
+ .home-indicator {
144
+ position: absolute;
145
+ bottom: 52px;
146
+ left: 50%;
147
+ transform: translateX(-50%);
148
+ width: 280px;
149
+ height: 10px;
150
+ background: #FFFFFF;
151
+ opacity: 0.95;
152
+ border-radius: 8px;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+ <div class="top-bar"></div>
159
+
160
+ <div class="spacer-area"></div>
161
+
162
+ <div class="framed-box">
163
+ <div class="subtitle">A lecture on Dutch history</div>
164
+ <div class="city">GRONINGEN</div>
165
+ </div>
166
+
167
+ <div class="tools-bar">
168
+ <!-- Simple circular icon -->
169
+ <div class="icon">
170
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
171
+ </div>
172
+ <!-- Paint brush (simple) -->
173
+ <div class="icon">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M18 3l3 3-7 7-3-3 7-7zM9 11l4 4c-1 2-2 3-5 3-2 0-3 1-3 3H3c0-4 2-6 6-6 2 0 3-1 0-4z"/>
176
+ </svg>
177
+ </div>
178
+ <!-- Eraser -->
179
+ <div class="icon">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M3 16l8-8 6 6-6 6H7L3 16zM14 6l2-2 5 5-2 2-5-5z"/>
182
+ </svg>
183
+ </div>
184
+ <!-- Shape icon -->
185
+ <div class="icon">
186
+ <svg viewBox="0 0 24 24">
187
+ <rect x="4" y="4" width="8" height="8"></rect>
188
+ <circle cx="17" cy="17" r="5"></circle>
189
+ </svg>
190
+ </div>
191
+ <!-- Save (floppy) -->
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M4 4h12l4 4v12H4V4zm3 0v6h10V6H7z"/>
195
+ </svg>
196
+ </div>
197
+ <!-- Text tool -->
198
+ <div class="icon tt">Tt</div>
199
+ <!-- Undo arrow -->
200
+ <div class="icon">
201
+ <svg viewBox="0 0 24 24">
202
+ <path d="M12 5V2L6 8l6 6V9c3 0 6 1 6 5 0 2-1 4-3 5 3-1 5-4 5-7 0-5-4-7-8-7z"/>
203
+ </svg>
204
+ </div>
205
+ <!-- Redo arrow -->
206
+ <div class="icon">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M12 5V2l6 6-6 6V9c-3 0-6 1-6 5 0 2 1 4 3 5-3-1-5-4-5-7 0-5 4-7 8-7z"/>
209
+ </svg>
210
+ </div>
211
+ <!-- Expand icon -->
212
+ <div class="icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M3 10V3h7v2H6.4L11 9.6 9.6 11 5 6.4V10H3zm18 4v7h-7v-2h3.6L13 14.4 14.4 13 19 17.6V14h2z"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="thumb-strip">
220
+ <div class="thumb">[IMG: Landmark]</div>
221
+ <div class="thumb">[IMG: City View]</div>
222
+ <div class="thumb">[IMG: Traveler]</div>
223
+ <div class="thumb">[IMG: Cathedral]</div>
224
+ <div class="thumb">[IMG: Bridge]</div>
225
+ <div class="thumb">[IMG: Cable Car]</div>
226
+ <div class="thumb">[IMG: Underpass]</div>
227
+ </div>
228
+
229
+ <div class="bottom-bar">
230
+ <div class="home-indicator"></div>
231
+ </div>
232
+ </div>
233
+ </body>
234
+ </html>
code/10567/10567_3.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Groningen Poster Editor</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+
10
+ /* Root render area */
11
+ #render-target {
12
+ width: 1080px;
13
+ height: 2400px;
14
+ position: relative;
15
+ overflow: hidden;
16
+ background: #0E5F8F; /* deep blue canvas */
17
+ }
18
+
19
+ /* Simulated device status/top safe area */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 130px;
26
+ background: #000;
27
+ }
28
+
29
+ /* Main poster card */
30
+ .title-card {
31
+ position: absolute;
32
+ left: 120px;
33
+ top: 440px;
34
+ width: 840px;
35
+ background: #000; /* thick black frame */
36
+ padding: 28px;
37
+ box-sizing: border-box;
38
+ }
39
+ .title-card .inner {
40
+ background: #FFFFFF;
41
+ padding: 70px 60px 60px;
42
+ box-sizing: border-box;
43
+ border: 1px solid #DCDCDC;
44
+ text-align: center;
45
+ }
46
+ .title-card h1 {
47
+ margin: 0 0 60px;
48
+ font: 500 48px/1.3 "Segoe UI", Arial, Helvetica, sans-serif;
49
+ color: #222;
50
+ }
51
+ .title-card .city {
52
+ margin: 0;
53
+ font: 900 72px/1 "Impact", "Arial Black", "Segoe UI", Arial, sans-serif;
54
+ letter-spacing: 3px;
55
+ color: #000;
56
+ }
57
+
58
+ /* Purple tool area (two rows of icons) */
59
+ .toolbar {
60
+ position: absolute;
61
+ left: 0;
62
+ right: 0;
63
+ bottom: 300px; /* above thumbs and home area */
64
+ height: 220px;
65
+ background: #9321B5; /* vivid purple */
66
+ box-sizing: border-box;
67
+ padding: 26px 40px 18px;
68
+ }
69
+ .icon-row {
70
+ display: flex;
71
+ justify-content: space-between;
72
+ align-items: center;
73
+ }
74
+ .icon {
75
+ width: 92px;
76
+ height: 92px;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+ .icon svg {
82
+ width: 64px;
83
+ height: 64px;
84
+ stroke: #fff;
85
+ fill: none;
86
+ stroke-width: 6;
87
+ stroke-linecap: round;
88
+ stroke-linejoin: round;
89
+ }
90
+ .icon.text {
91
+ color: #fff;
92
+ font: 700 40px/1 "Segoe UI", Arial, sans-serif;
93
+ }
94
+
95
+ /* Thumbnails strip */
96
+ .thumbs {
97
+ position: absolute;
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 120px;
101
+ height: 180px;
102
+ background: #ffffff;
103
+ display: flex;
104
+ align-items: center;
105
+ padding: 0 20px;
106
+ box-sizing: border-box;
107
+ gap: 18px;
108
+ overflow: hidden;
109
+ }
110
+ .thumbs .close {
111
+ width: 48px;
112
+ height: 48px;
113
+ border-radius: 50%;
114
+ border: 3px solid #35A5FF;
115
+ color: #35A5FF;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ font: 700 30px/1 Arial, sans-serif;
120
+ }
121
+ .thumb {
122
+ width: 170px;
123
+ height: 140px;
124
+ background: #E0E0E0;
125
+ border: 1px solid #BDBDBD;
126
+ color: #757575;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ font: 500 22px/1.2 "Segoe UI", Arial, sans-serif;
131
+ text-align: center;
132
+ padding: 6px;
133
+ box-sizing: border-box;
134
+ white-space: normal;
135
+ }
136
+
137
+ /* Bottom system home-area */
138
+ .home-area {
139
+ position: absolute;
140
+ left: 0;
141
+ right: 0;
142
+ bottom: 0;
143
+ height: 120px;
144
+ background: #000;
145
+ }
146
+ .home-indicator {
147
+ position: absolute;
148
+ bottom: 36px;
149
+ left: 50%;
150
+ width: 300px;
151
+ height: 10px;
152
+ background: #fff;
153
+ opacity: 0.85;
154
+ border-radius: 8px;
155
+ transform: translateX(-50%);
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+ <div class="status-bar"></div>
162
+
163
+ <!-- Main framed poster content -->
164
+ <div class="title-card">
165
+ <div class="inner">
166
+ <h1>A lecture on Dutch history</h1>
167
+ <p class="city">GRONINGEN</p>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Toolbars -->
172
+ <div class="toolbar">
173
+ <div class="icon-row" style="margin-bottom: 18px;">
174
+ <!-- AA inside circle -->
175
+ <div class="icon">
176
+ <svg viewBox="0 0 24 24" aria-label="Text">
177
+ <circle cx="12" cy="12" r="9"></circle>
178
+ <path d="M8 15l2.5-7h3L16 15M9.5 12h5"></path>
179
+ </svg>
180
+ </div>
181
+ <!-- Save -->
182
+ <div class="icon">
183
+ <svg viewBox="0 0 24 24" aria-label="Save">
184
+ <path d="M5 4h11l3 3v13H5z"></path>
185
+ <rect x="7" y="6" width="7" height="5"></rect>
186
+ <rect x="8" y="14" width="8" height="5"></rect>
187
+ </svg>
188
+ </div>
189
+ <!-- Tt -->
190
+ <div class="icon text">Tt</div>
191
+ <!-- Undo -->
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24" aria-label="Undo">
194
+ <path d="M9 7L5 11l4 4"></path>
195
+ <path d="M19 17a7 7 0 0 0-7-7H5"></path>
196
+ </svg>
197
+ </div>
198
+ <!-- Redo -->
199
+ <div class="icon" style="opacity:0.6">
200
+ <svg viewBox="0 0 24 24" aria-label="Redo">
201
+ <path d="M15 7l4 4-4 4"></path>
202
+ <path d="M5 17a7 7 0 0 1 7-7h7"></path>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+
207
+ <div class="icon-row">
208
+ <!-- Color wheel -->
209
+ <div class="icon">
210
+ <svg viewBox="0 0 24 24" aria-label="Color">
211
+ <circle cx="12" cy="12" r="9"></circle>
212
+ <path d="M12 3v18M3 12h18"></path>
213
+ </svg>
214
+ </div>
215
+ <!-- Brush -->
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24" aria-label="Brush">
218
+ <path d="M3 21c3 0 4-2 4-4l10-10 3 3-10 10c-2 0-4 1-7 1z"></path>
219
+ </svg>
220
+ </div>
221
+ <!-- Eraser -->
222
+ <div class="icon">
223
+ <svg viewBox="0 0 24 24" aria-label="Eraser">
224
+ <path d="M3 16l7-7 5 5-5 5H6z"></path>
225
+ <path d="M14 9l3-3 4 4-3 3"></path>
226
+ </svg>
227
+ </div>
228
+ <!-- Rectangle -->
229
+ <div class="icon">
230
+ <svg viewBox="0 0 24 24" aria-label="Rectangle">
231
+ <rect x="5" y="6" width="14" height="12"></rect>
232
+ </svg>
233
+ </div>
234
+ <!-- Circle -->
235
+ <div class="icon">
236
+ <svg viewBox="0 0 24 24" aria-label="Circle">
237
+ <circle cx="12" cy="12" r="7"></circle>
238
+ </svg>
239
+ </div>
240
+ <!-- Diamond -->
241
+ <div class="icon">
242
+ <svg viewBox="0 0 24 24" aria-label="Diamond">
243
+ <path d="M12 3l7 9-7 9-7-9z"></path>
244
+ </svg>
245
+ </div>
246
+ <!-- Resize/drag -->
247
+ <div class="icon">
248
+ <svg viewBox="0 0 24 24" aria-label="Drag">
249
+ <path d="M8 16l8-8M10 8h6v6"></path>
250
+ </svg>
251
+ </div>
252
+ <!-- Fullscreen -->
253
+ <div class="icon">
254
+ <svg viewBox="0 0 24 24" aria-label="Fullscreen">
255
+ <path d="M4 9V4h5M15 4h5v5M4 15v5h5M15 20h5v-5"></path>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Thumbnails -->
262
+ <div class="thumbs">
263
+ <div class="close">×</div>
264
+ <div class="thumb">[IMG: App Logo]</div>
265
+ <div class="thumb">[IMG: Historic Building]</div>
266
+ <div class="thumb">[IMG: Landscape Photo]</div>
267
+ <div class="thumb">[IMG: Cathedral Facade]</div>
268
+ <div class="thumb">[IMG: Bridge Arches]</div>
269
+ <div class="thumb">[IMG: Cable Car]</div>
270
+ <div class="thumb">[IMG: Urban Bridge]</div>
271
+ </div>
272
+
273
+ <!-- Home indicator area -->
274
+ <div class="home-area">
275
+ <div class="home-indicator"></div>
276
+ </div>
277
+ </div>
278
+ </body>
279
+ </html>
code/10569/10569_0.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Prepare Details</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: #EEEEEE;
15
+ color: #FFFFFF;
16
+ }
17
+ /* Header */
18
+ .appbar {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 300px;
22
+ background: #E30613; /* vivid red */
23
+ color: #fff;
24
+ }
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 24px;
28
+ left: 40px;
29
+ right: 40px;
30
+ height: 60px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ font-size: 36px;
35
+ opacity: 0.95;
36
+ }
37
+ .title-row {
38
+ position: absolute;
39
+ left: 40px;
40
+ right: 40px;
41
+ bottom: 40px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .back-btn {
47
+ width: 64px;
48
+ height: 64px;
49
+ }
50
+ .title {
51
+ font-size: 68px;
52
+ font-weight: 700;
53
+ letter-spacing: 0.2px;
54
+ }
55
+
56
+ /* Content */
57
+ .content {
58
+ position: absolute;
59
+ top: 300px;
60
+ left: 0;
61
+ right: 0;
62
+ bottom: 0;
63
+ background: #EEEEEE;
64
+ padding: 40px 48px 120px 48px;
65
+ overflow: hidden;
66
+ }
67
+ .checklist {
68
+ margin-top: 20px;
69
+ }
70
+ .check-item {
71
+ display: flex;
72
+ align-items: flex-start;
73
+ gap: 28px;
74
+ padding: 42px 0;
75
+ }
76
+ .checkbox {
77
+ width: 66px;
78
+ height: 66px;
79
+ border: 6px solid #9E9E9E;
80
+ border-radius: 8px;
81
+ background: transparent;
82
+ flex: 0 0 auto;
83
+ margin-left: 12px;
84
+ }
85
+ .check-text {
86
+ color: #FFFFFF;
87
+ opacity: 0.55;
88
+ font-weight: 700;
89
+ font-size: 44px;
90
+ line-height: 1.35;
91
+ }
92
+ .section-label {
93
+ margin-top: 40px;
94
+ margin-left: 12px;
95
+ font-size: 40px;
96
+ font-weight: 700;
97
+ color: #FFFFFF;
98
+ opacity: 0.8;
99
+ }
100
+
101
+ .steps {
102
+ margin-top: 30px;
103
+ }
104
+ .step {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 32px;
108
+ padding: 44px 0;
109
+ }
110
+ .badge {
111
+ width: 132px;
112
+ height: 132px;
113
+ border-radius: 50%;
114
+ background: #E30613;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ font-size: 60px;
119
+ font-weight: 700;
120
+ color: #FFFFFF;
121
+ flex: 0 0 auto;
122
+ margin-left: 12px;
123
+ }
124
+ .step-text {
125
+ font-size: 42px;
126
+ line-height: 1.35;
127
+ color: #FFFFFF;
128
+ opacity: 0.55;
129
+ font-weight: 700;
130
+ }
131
+
132
+ .related {
133
+ margin-top: 40px;
134
+ margin-left: 12px;
135
+ font-size: 40px;
136
+ font-weight: 700;
137
+ color: #FFFFFF;
138
+ opacity: 0.8;
139
+ }
140
+
141
+ /* Gesture bar (bottom) */
142
+ .gesture {
143
+ position: absolute;
144
+ bottom: 26px;
145
+ left: 50%;
146
+ transform: translateX(-50%);
147
+ width: 360px;
148
+ height: 14px;
149
+ border-radius: 10px;
150
+ background: rgba(0,0,0,0.18);
151
+ }
152
+
153
+ /* Simple right-side status icons */
154
+ .icons {
155
+ display: flex;
156
+ align-items: center;
157
+ gap: 22px;
158
+ }
159
+ .icon {
160
+ width: 36px; height: 36px;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+ <div class="appbar">
167
+ <div class="status-bar">
168
+ <div>8:11</div>
169
+ <div class="icons">
170
+ <!-- WiFi icon -->
171
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
172
+ <path d="M12 20l3-3H9l3 3zM2 9l2 2c4.4-4.4 11.6-4.4 16 0l2-2C15.5 3.5 8.5 3.5 2 9zm4 4l2 2c2.9-2.9 6.1-2.9 9 0l2-2c-4-4-9-4-13 0z"/>
173
+ </svg>
174
+ <!-- Battery icon -->
175
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
176
+ <path d="M16 5h-1V3h-6v2H8c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2z"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ <div class="title-row">
181
+ <!-- Back Arrow -->
182
+ <svg class="back-btn" viewBox="0 0 24 24" fill="#fff">
183
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L10.5 12l6.5 6.5z"/>
184
+ </svg>
185
+ <div class="title">Prepare Details</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="content">
190
+ <div class="checklist">
191
+ <div class="check-item">
192
+ <div class="checkbox"></div>
193
+ <div class="check-text">Verify if the victim is breathing by listening, looking and feeling.</div>
194
+ </div>
195
+ <div class="check-item">
196
+ <div class="checkbox"></div>
197
+ <div class="check-text">If the victim is not breathing: do a chin lift and clear the airways if needed.</div>
198
+ </div>
199
+ <div class="check-item">
200
+ <div class="checkbox"></div>
201
+ <div class="check-text">First place the heel of your hand in center of the person's chest.</div>
202
+ </div>
203
+ <div class="check-item">
204
+ <div class="checkbox"></div>
205
+ <div class="check-text">Press firmly about 6 cm downwards (adult) and release the pressure.</div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="section-label">During</div>
210
+
211
+ <div class="steps">
212
+ <div class="step">
213
+ <div class="badge">1</div>
214
+ <div class="step-text">Minimize contact with the person's blood. If have gloves available, use gloves to protect you.</div>
215
+ </div>
216
+ <div class="step">
217
+ <div class="badge">2</div>
218
+ <div class="step-text">Put this bag in another container with ice. However the ice should never come in direct contact with the amputated part.</div>
219
+ </div>
220
+ <div class="step">
221
+ <div class="badge">3</div>
222
+ <div class="step-text">Mark the package with the name of the casualty and the time of packing. Always wash your hands after giving care.</div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="related">Related first aid</div>
227
+ </div>
228
+
229
+ <div class="gesture"></div>
230
+ </div>
231
+ </body>
232
+ </html>
code/10569/10569_1.html ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Prepare Screen</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: #ffffff;
19
+ }
20
+ /* Top red header */
21
+ .header {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 430px;
27
+ background: #e60000;
28
+ color: #fff;
29
+ }
30
+ .status-bar {
31
+ height: 90px;
32
+ padding: 0 40px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ color: #ffffff;
37
+ font-size: 40px;
38
+ font-weight: 600;
39
+ }
40
+ .status-right {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 24px;
44
+ }
45
+ .header-title {
46
+ margin-left: 40px;
47
+ margin-top: 140px;
48
+ font-size: 86px;
49
+ font-weight: 700;
50
+ letter-spacing: 0.5px;
51
+ }
52
+
53
+ /* List */
54
+ .list {
55
+ position: absolute;
56
+ top: 430px;
57
+ left: 0;
58
+ right: 0;
59
+ bottom: 220px; /* leave space for bottom nav */
60
+ overflow: hidden;
61
+ background: #efefef;
62
+ }
63
+ .list-item {
64
+ height: 170px;
65
+ border-bottom: 2px solid #c9c9c9;
66
+ display: flex;
67
+ align-items: center;
68
+ background: #eeeeee;
69
+ }
70
+ .icon-box {
71
+ width: 120px;
72
+ height: 120px;
73
+ background: #ffffff;
74
+ margin-left: 40px;
75
+ margin-right: 30px;
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: center;
79
+ }
80
+ .item-text {
81
+ font-size: 54px;
82
+ font-weight: 700;
83
+ color: #ffffff;
84
+ opacity: 0.92;
85
+ }
86
+
87
+ /* Bottom navigation */
88
+ .bottom-nav {
89
+ position: absolute;
90
+ left: 0;
91
+ right: 0;
92
+ bottom: 100px;
93
+ height: 180px;
94
+ background: #ffffff;
95
+ border-top: 2px solid #cfcfcf;
96
+ display: flex;
97
+ }
98
+ .nav-item {
99
+ width: 20%;
100
+ display: flex;
101
+ flex-direction: column;
102
+ align-items: center;
103
+ justify-content: center;
104
+ color: #9e9e9e;
105
+ gap: 18px;
106
+ }
107
+ .nav-item .label {
108
+ font-size: 34px;
109
+ }
110
+ .nav-item.active {
111
+ color: #e60000;
112
+ }
113
+
114
+ /* Home indicator area */
115
+ .home-area {
116
+ position: absolute;
117
+ left: 0;
118
+ right: 0;
119
+ bottom: 0;
120
+ height: 100px;
121
+ background: #000000;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ }
126
+ .home-pill {
127
+ width: 280px;
128
+ height: 14px;
129
+ background: #d6d6d6;
130
+ border-radius: 14px;
131
+ opacity: 0.8;
132
+ }
133
+
134
+ /* Simple SVG sizing helpers */
135
+ svg {
136
+ display: block;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Top Red Header -->
144
+ <div class="header">
145
+ <div class="status-bar">
146
+ <div>8:12</div>
147
+ <div class="status-right">
148
+ <!-- Wi-Fi icon -->
149
+ <svg width="44" height="44" viewBox="0 0 44 44">
150
+ <path d="M4 16c8-6 28-6 36 0" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"/>
151
+ <path d="M10 24c6-4 18-4 24 0" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"/>
152
+ <circle cx="22" cy="30" r="3" fill="#ffffff"/>
153
+ </svg>
154
+ <!-- Battery icon -->
155
+ <svg width="44" height="44" viewBox="0 0 44 44">
156
+ <rect x="6" y="12" width="28" height="20" rx="3" stroke="#ffffff" stroke-width="3" fill="none"/>
157
+ <rect x="34" y="18" width="4" height="8" fill="#ffffff"/>
158
+ <rect x="10" y="16" width="20" height="12" fill="#ffffff"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ <div class="header-title">Prepare</div>
163
+ </div>
164
+
165
+ <!-- List -->
166
+ <div class="list">
167
+ <!-- Item 1 -->
168
+ <div class="list-item">
169
+ <div class="icon-box">
170
+ <svg width="100" height="100" viewBox="0 0 100 100">
171
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
172
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
173
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
174
+ </svg>
175
+ </div>
176
+ <div class="item-text">Landslide</div>
177
+ </div>
178
+ <!-- Item 2 -->
179
+ <div class="list-item">
180
+ <div class="icon-box">
181
+ <svg width="100" height="100" viewBox="0 0 100 100">
182
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
183
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
184
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
185
+ </svg>
186
+ </div>
187
+ <div class="item-text">Power outage</div>
188
+ </div>
189
+ <!-- Item 3 -->
190
+ <div class="list-item">
191
+ <div class="icon-box">
192
+ <svg width="100" height="100" viewBox="0 0 100 100">
193
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
194
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
195
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="item-text">Pet preparedness</div>
199
+ </div>
200
+ <!-- Item 4 -->
201
+ <div class="list-item">
202
+ <div class="icon-box">
203
+ <svg width="100" height="100" viewBox="0 0 100 100">
204
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
205
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
206
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
207
+ </svg>
208
+ </div>
209
+ <div class="item-text">Psychological First Aid</div>
210
+ </div>
211
+ <!-- Item 5 -->
212
+ <div class="list-item">
213
+ <div class="icon-box">
214
+ <svg width="100" height="100" viewBox="0 0 100 100">
215
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
216
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
217
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
218
+ </svg>
219
+ </div>
220
+ <div class="item-text">Tornado</div>
221
+ </div>
222
+ <!-- Item 6 -->
223
+ <div class="list-item">
224
+ <div class="icon-box">
225
+ <svg width="100" height="100" viewBox="0 0 100 100">
226
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
227
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
228
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
229
+ </svg>
230
+ </div>
231
+ <div class="item-text">Tsunami</div>
232
+ </div>
233
+ <!-- Item 7 -->
234
+ <div class="list-item">
235
+ <div class="icon-box">
236
+ <svg width="100" height="100" viewBox="0 0 100 100">
237
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
238
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
239
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <div class="item-text">Volcano</div>
243
+ </div>
244
+ <!-- Item 8 -->
245
+ <div class="list-item">
246
+ <div class="icon-box">
247
+ <svg width="100" height="100" viewBox="0 0 100 100">
248
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
249
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
250
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
251
+ </svg>
252
+ </div>
253
+ <div class="item-text">Chemical emergencies</div>
254
+ </div>
255
+ <!-- Item 9 -->
256
+ <div class="list-item">
257
+ <div class="icon-box">
258
+ <svg width="100" height="100" viewBox="0 0 100 100">
259
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
260
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
261
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
262
+ </svg>
263
+ </div>
264
+ <div class="item-text">Water safety</div>
265
+ </div>
266
+ <!-- Item 10 -->
267
+ <div class="list-item">
268
+ <div class="icon-box">
269
+ <svg width="100" height="100" viewBox="0 0 100 100">
270
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
271
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
272
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
273
+ </svg>
274
+ </div>
275
+ <div class="item-text">Drought</div>
276
+ </div>
277
+ <!-- Item 11 -->
278
+ <div class="list-item">
279
+ <div class="icon-box">
280
+ <svg width="100" height="100" viewBox="0 0 100 100">
281
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
282
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
283
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
284
+ </svg>
285
+ </div>
286
+ <div class="item-text">Wildfire</div>
287
+ </div>
288
+ <!-- Item 12 -->
289
+ <div class="list-item">
290
+ <div class="icon-box">
291
+ <svg width="100" height="100" viewBox="0 0 100 100">
292
+ <circle cx="50" cy="50" r="42" stroke="#e60000" stroke-width="8" fill="none"/>
293
+ <line x1="30" y1="50" x2="70" y2="50" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
294
+ <line x1="50" y1="30" x2="50" y2="70" stroke="#e60000" stroke-width="10" stroke-linecap="round"/>
295
+ </svg>
296
+ </div>
297
+ <div class="item-text">Earthquake</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Bottom Navigation -->
302
+ <div class="bottom-nav">
303
+ <div class="nav-item">
304
+ <svg width="84" height="84" viewBox="0 0 100 100">
305
+ <rect x="8" y="8" width="84" height="84" rx="14" stroke="#9e9e9e" stroke-width="8" fill="none"/>
306
+ <line x1="50" y1="26" x2="50" y2="74" stroke="#9e9e9e" stroke-width="10" stroke-linecap="round"/>
307
+ <line x1="26" y1="50" x2="74" y2="50" stroke="#9e9e9e" stroke-width="10" stroke-linecap="round"/>
308
+ </svg>
309
+ <div class="label">Lear</div>
310
+ </div>
311
+ <div class="nav-item active">
312
+ <svg width="84" height="84" viewBox="0 0 100 100">
313
+ <path d="M20 55 L42 75 L80 25" stroke="#e60000" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
314
+ </svg>
315
+ <div class="label">Prepare</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <svg width="84" height="84" viewBox="0 0 100 100">
319
+ <polygon points="50,12 92,88 8,88" stroke="#9e9e9e" stroke-width="8" fill="none"/>
320
+ <line x1="50" y1="40" x2="50" y2="64" stroke="#9e9e9e" stroke-width="8" stroke-linecap="round"/>
321
+ <circle cx="50" cy="76" r="5" fill="#9e9e9e"/>
322
+ </svg>
323
+ <div class="label">Emergency</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <svg width="84" height="84" viewBox="0 0 100 100">
327
+ <circle cx="50" cy="50" r="40" stroke="#9e9e9e" stroke-width="8" fill="none"/>
328
+ <text x="50" y="64" text-anchor="middle" font-size="60" fill="#9e9e9e" font-family="Arial" font-weight="700">?</text>
329
+ </svg>
330
+ <div class="label">About Us</div>
331
+ </div>
332
+ <div class="nav-item">
333
+ <svg width="84" height="84" viewBox="0 0 100 100">
334
+ <circle cx="28" cy="50" r="8" fill="#9e9e9e"/>
335
+ <circle cx="50" cy="50" r="8" fill="#9e9e9e"/>
336
+ <circle cx="72" cy="50" r="8" fill="#9e9e9e"/>
337
+ </svg>
338
+ <div class="label">More</div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Bottom home indicator area -->
343
+ <div class="home-area">
344
+ <div class="home-pill"></div>
345
+ </div>
346
+
347
+ </div>
348
+ </body>
349
+ </html>
code/10569/10569_2.html ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Emergency 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: #EEEEEE;
15
+ border-radius: 0;
16
+ }
17
+
18
+ /* Top red area */
19
+ .top-wrap {
20
+ position: relative;
21
+ width: 100%;
22
+ background: #E3000F; /* vivid red */
23
+ height: 480px;
24
+ color: #fff;
25
+ }
26
+ .status-bar {
27
+ height: 96px;
28
+ padding: 0 40px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ font-size: 36px;
33
+ opacity: 0.95;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .app-title {
41
+ font-size: 72px;
42
+ font-weight: 700;
43
+ padding: 24px 60px;
44
+ }
45
+ .call-btn {
46
+ position: absolute;
47
+ left: 60px;
48
+ right: 60px;
49
+ bottom: -42px;
50
+ height: 132px;
51
+ background: #E53935;
52
+ border-radius: 28px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ color: #fff;
57
+ font-weight: 700;
58
+ font-size: 50px;
59
+ box-shadow: 0 10px 18px rgba(0,0,0,0.18);
60
+ }
61
+
62
+ /* Content list */
63
+ .content {
64
+ position: absolute;
65
+ top: 480px;
66
+ left: 0;
67
+ right: 0;
68
+ bottom: 270px; /* leave space for tab bar + indicator */
69
+ background: #EDEDED;
70
+ overflow: hidden;
71
+ }
72
+ .list {
73
+ position: absolute;
74
+ top: 90px; /* to visually sit below the call button radius */
75
+ left: 0;
76
+ right: 0;
77
+ }
78
+ .row {
79
+ display: flex;
80
+ align-items: center;
81
+ height: 170px;
82
+ padding: 0 40px;
83
+ border-bottom: 2px solid #CFCFCF;
84
+ background: #EDEDED;
85
+ }
86
+ .icon-box {
87
+ width: 120px;
88
+ height: 120px;
89
+ background: #FFFFFF;
90
+ border: 1px solid #D0D0D0;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ margin-right: 28px;
95
+ }
96
+ .row-title {
97
+ font-size: 48px;
98
+ font-weight: 700;
99
+ color: #F0F0F0; /* pale like in screenshot */
100
+ }
101
+
102
+ /* Bottom tab bar */
103
+ .tabbar {
104
+ position: absolute;
105
+ left: 0;
106
+ right: 0;
107
+ bottom: 96px;
108
+ height: 180px;
109
+ background: #FFFFFF;
110
+ border-top: 2px solid #DADADA;
111
+ display: flex;
112
+ }
113
+ .tab {
114
+ flex: 1;
115
+ display: flex;
116
+ flex-direction: column;
117
+ align-items: center;
118
+ justify-content: center;
119
+ gap: 14px;
120
+ color: #9E9E9E;
121
+ font-size: 34px;
122
+ }
123
+ .tab.active {
124
+ color: #E53935;
125
+ font-weight: 700;
126
+ }
127
+
128
+ /* Home indicator area */
129
+ .home-area {
130
+ position: absolute;
131
+ left: 0;
132
+ right: 0;
133
+ bottom: 0;
134
+ height: 96px;
135
+ background: #000;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ }
140
+ .home-pill {
141
+ width: 220px;
142
+ height: 12px;
143
+ background: #FFFFFF;
144
+ border-radius: 8px;
145
+ opacity: 0.9;
146
+ }
147
+
148
+ /* Utility for simple SVG icons */
149
+ svg { display: block; }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Red header with status bar -->
156
+ <div class="top-wrap">
157
+ <div class="status-bar">
158
+ <div>8:12</div>
159
+ <div class="status-right">
160
+ <!-- wifi icon -->
161
+ <svg width="40" height="30" viewBox="0 0 24 14">
162
+ <path d="M2 5c6-6 14-6 20 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
163
+ <path d="M6 9c4-4 8-4 12 0" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
164
+ <circle cx="12" cy="12" r="1.5" fill="#fff"/>
165
+ </svg>
166
+ <!-- battery icon -->
167
+ <svg width="46" height="28" viewBox="0 0 28 14">
168
+ <rect x="1" y="2" width="22" height="10" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
169
+ <rect x="3" y="4" width="16" height="6" fill="#fff"/>
170
+ <rect x="23" y="5" width="3" height="4" fill="#fff"/>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+ <div class="app-title">Emergency</div>
175
+ <div class="call-btn">Call 192</div>
176
+ </div>
177
+
178
+ <!-- Main content list -->
179
+ <div class="content">
180
+ <div class="list">
181
+ <div class="row">
182
+ <div class="icon-box">
183
+ <!-- red cross icon -->
184
+ <svg width="90" height="90" viewBox="0 0 100 100">
185
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
186
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
187
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
188
+ </svg>
189
+ </div>
190
+ <div class="row-title">Diabetic emergency</div>
191
+ </div>
192
+
193
+ <div class="row">
194
+ <div class="icon-box">
195
+ <svg width="90" height="90" viewBox="0 0 100 100">
196
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
197
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
198
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
199
+ </svg>
200
+ </div>
201
+ <div class="row-title">Distress</div>
202
+ </div>
203
+
204
+ <div class="row">
205
+ <div class="icon-box">
206
+ <svg width="90" height="90" viewBox="0 0 100 100">
207
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
208
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
209
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
210
+ </svg>
211
+ </div>
212
+ <div class="row-title">Ebola</div>
213
+ </div>
214
+
215
+ <div class="row">
216
+ <div class="icon-box">
217
+ <svg width="90" height="90" viewBox="0 0 100 100">
218
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
219
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
220
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
221
+ </svg>
222
+ </div>
223
+ <div class="row-title">Head Injury</div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="icon-box">
228
+ <svg width="90" height="90" viewBox="0 0 100 100">
229
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
230
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
231
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
232
+ </svg>
233
+ </div>
234
+ <div class="row-title">Heart Attack</div>
235
+ </div>
236
+
237
+ <div class="row">
238
+ <div class="icon-box">
239
+ <svg width="90" height="90" viewBox="0 0 100 100">
240
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
241
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
242
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
243
+ </svg>
244
+ </div>
245
+ <div class="row-title">Hypotermia</div>
246
+ </div>
247
+
248
+ <div class="row">
249
+ <div class="icon-box">
250
+ <svg width="90" height="90" viewBox="0 0 100 100">
251
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
252
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
253
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
254
+ </svg>
255
+ </div>
256
+ <div class="row-title">Meningitus</div>
257
+ </div>
258
+
259
+ <div class="row">
260
+ <div class="icon-box">
261
+ <svg width="90" height="90" viewBox="0 0 100 100">
262
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
263
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
264
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
265
+ </svg>
266
+ </div>
267
+ <div class="row-title">Poisoning / Harmfull substances</div>
268
+ </div>
269
+
270
+ <div class="row">
271
+ <div class="icon-box">
272
+ <svg width="90" height="90" viewBox="0 0 100 100">
273
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
274
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
275
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
276
+ </svg>
277
+ </div>
278
+ <div class="row-title">Psychological First Aid</div>
279
+ </div>
280
+
281
+ <div class="row">
282
+ <div class="icon-box">
283
+ <svg width="90" height="90" viewBox="0 0 100 100">
284
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
285
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
286
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
287
+ </svg>
288
+ </div>
289
+ <div class="row-title">Seizure / Epilepsy</div>
290
+ </div>
291
+
292
+ <div class="row">
293
+ <div class="icon-box">
294
+ <svg width="90" height="90" viewBox="0 0 100 100">
295
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
296
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
297
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
298
+ </svg>
299
+ </div>
300
+ <div class="row-title">Shock</div>
301
+ </div>
302
+
303
+ <div class="row">
304
+ <div class="icon-box">
305
+ <svg width="90" height="90" viewBox="0 0 100 100">
306
+ <circle cx="50" cy="50" r="42" fill="none" stroke="#E3000F" stroke-width="10"/>
307
+ <rect x="45" y="20" width="10" height="60" fill="#E3000F"/>
308
+ <rect x="20" y="45" width="60" height="10" fill="#E3000F"/>
309
+ </svg>
310
+ </div>
311
+ <div class="row-title">Sting / Bites</div>
312
+ </div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Bottom navigation bar -->
317
+ <div class="tabbar">
318
+ <div class="tab">
319
+ <!-- plus in square -->
320
+ <svg width="54" height="54" viewBox="0 0 24 24">
321
+ <rect x="2" y="2" width="20" height="20" rx="3" ry="3" fill="none" stroke="#9E9E9E" stroke-width="2"/>
322
+ <path d="M12 6v12M6 12h12" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round"/>
323
+ </svg>
324
+ <div>Learn</div>
325
+ </div>
326
+ <div class="tab">
327
+ <!-- check -->
328
+ <svg width="56" height="56" viewBox="0 0 24 24">
329
+ <path d="M4 13l5 5 11-11" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
330
+ </svg>
331
+ <div>Prepare</div>
332
+ </div>
333
+ <div class="tab active">
334
+ <!-- warning triangle -->
335
+ <svg width="56" height="56" viewBox="0 0 24 24">
336
+ <path d="M12 3l10 18H2L12 3z" fill="#E53935"/>
337
+ <rect x="11" y="8" width="2" height="7" fill="#fff"/>
338
+ <circle cx="12" cy="18" r="1.3" fill="#fff"/>
339
+ </svg>
340
+ <div>Emergency</div>
341
+ </div>
342
+ <div class="tab">
343
+ <!-- question circle -->
344
+ <svg width="56" height="56" viewBox="0 0 24 24">
345
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#9E9E9E" stroke-width="2"/>
346
+ <path d="M9.5 9a2.6 2.6 0 1 1 3.7 2.3c-.9.5-1.7 1.2-1.7 2.2" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round"/>
347
+ <circle cx="12" cy="18" r="1" fill="#9E9E9E"/>
348
+ </svg>
349
+ <div>About Us</div>
350
+ </div>
351
+ <div class="tab">
352
+ <!-- ellipsis -->
353
+ <svg width="56" height="56" viewBox="0 0 24 24">
354
+ <circle cx="6" cy="12" r="2" fill="#9E9E9E"/>
355
+ <circle cx="12" cy="12" r="2" fill="#9E9E9E"/>
356
+ <circle cx="18" cy="12" r="2" fill="#9E9E9E"/>
357
+ </svg>
358
+ <div>More</div>
359
+ </div>
360
+ </div>
361
+
362
+ <!-- Home indicator -->
363
+ <div class="home-area">
364
+ <div class="home-pill"></div>
365
+ </div>
366
+
367
+ </div>
368
+ </body>
369
+ </html>
code/10569/10569_3.html ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Emergency Details</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #EFEFEF;
20
+ border-radius: 0;
21
+ }
22
+
23
+ /* Header */
24
+ .appbar {
25
+ background: #E30000;
26
+ color: #FFFFFF;
27
+ width: 100%;
28
+ }
29
+ .statusbar {
30
+ height: 120px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ padding: 0 40px;
35
+ box-sizing: border-box;
36
+ font-size: 42px;
37
+ font-weight: 600;
38
+ }
39
+ .nav {
40
+ height: 180px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 40px;
44
+ gap: 28px;
45
+ box-sizing: border-box;
46
+ }
47
+ .title {
48
+ font-size: 70px;
49
+ font-weight: 700;
50
+ letter-spacing: 0.5px;
51
+ }
52
+ .icon-row {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 28px;
56
+ }
57
+ .icon {
58
+ width: 48px;
59
+ height: 48px;
60
+ fill: #FFFFFF;
61
+ }
62
+
63
+ /* Content */
64
+ .content {
65
+ padding: 40px 60px 0 60px;
66
+ box-sizing: border-box;
67
+ }
68
+ .hero {
69
+ width: 760px;
70
+ height: 760px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ display: flex;
74
+ justify-content: center;
75
+ align-items: center;
76
+ color: #757575;
77
+ font-size: 44px;
78
+ margin: 30px auto 40px;
79
+ }
80
+
81
+ .steps {
82
+ margin-top: 20px;
83
+ }
84
+ .step {
85
+ display: flex;
86
+ align-items: flex-start;
87
+ gap: 36px;
88
+ margin: 36px 0 90px;
89
+ }
90
+ .bullet {
91
+ min-width: 130px;
92
+ height: 130px;
93
+ border-radius: 50%;
94
+ background: #E30000;
95
+ color: #FFFFFF;
96
+ display: flex;
97
+ align-items: center;
98
+ justify-content: center;
99
+ font-size: 64px;
100
+ font-weight: 700;
101
+ }
102
+ .step-text {
103
+ color: #D8D8D8;
104
+ font-size: 46px;
105
+ line-height: 1.35;
106
+ max-width: 820px;
107
+ padding-top: 6px;
108
+ }
109
+
110
+ .learn-more {
111
+ color: #D8D8D8;
112
+ font-size: 48px;
113
+ font-weight: 700;
114
+ margin-top: 70px;
115
+ }
116
+
117
+ /* Bottom gesture bar area */
118
+ .bottom-safe {
119
+ position: absolute;
120
+ left: 0;
121
+ bottom: 0;
122
+ width: 100%;
123
+ height: 170px;
124
+ background: #000000;
125
+ }
126
+ .home-indicator {
127
+ position: absolute;
128
+ left: 50%;
129
+ bottom: 46px;
130
+ transform: translateX(-50%);
131
+ width: 320px;
132
+ height: 16px;
133
+ background: #CFCFCF;
134
+ border-radius: 12px;
135
+ opacity: 0.9;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+ <div class="appbar">
142
+ <div class="statusbar">
143
+ <div>8:13</div>
144
+ <div class="icon-row">
145
+ <!-- simple wifi icon -->
146
+ <svg class="icon" viewBox="0 0 24 24">
147
+ <path d="M12 20a2 2 0 1 0 .001-4.001A2 2 0 0 0 12 20zM2 9l2 2a12 12 0 0 1 16 0l2-2C18 4 6 4 2 9zm4 4 2 2a8 8 0 0 1 8 0l2-2c-4-3-10-3-12 0z" />
148
+ </svg>
149
+ <!-- simple battery icon -->
150
+ <svg class="icon" viewBox="0 0 24 24">
151
+ <path d="M2 8h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2V8zm20 3v2h-2v-2h2z" />
152
+ </svg>
153
+ </div>
154
+ </div>
155
+ <div class="nav">
156
+ <!-- Back arrow -->
157
+ <svg class="icon" viewBox="0 0 24 24">
158
+ <path d="M15 18 9 12l6-6" stroke="#FFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ <div class="title">Emergengy Details</div>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="content">
165
+ <div class="hero">[IMG: Red Cross Symbol]</div>
166
+
167
+ <div class="steps">
168
+ <div class="step">
169
+ <div class="bullet">1</div>
170
+ <div class="step-text">
171
+ Minimize contact with the person's blood. If have gloves available, user gloves to protect you.
172
+ </div>
173
+ </div>
174
+
175
+ <div class="step">
176
+ <div class="bullet">2</div>
177
+ <div class="step-text">
178
+ Put this bag in another container with ice. However the ice should never come in direct contact with the amputated part.
179
+ </div>
180
+ </div>
181
+
182
+ <div class="step">
183
+ <div class="bullet">3</div>
184
+ <div class="step-text">
185
+ Mark the package with the name of the casualty and the time of packing. Always wash your hands after giving care.
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="learn-more">Learn more</div>
191
+ </div>
192
+
193
+ <div class="bottom-safe">
194
+ <div class="home-indicator"></div>
195
+ </div>
196
+ </div>
197
+ </body>
198
+ </html>
code/10570/10570_0.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Drive Mobile UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #F7F8F4;
13
+ color: #2b2b2b;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ padding: 20px 32px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ font-size: 36px;
29
+ color: #3b3b3b;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .dot { width: 10px; height: 10px; background:#3b3b3b; border-radius:50%; display:inline-block; }
37
+ .battery {
38
+ width: 48px; height: 24px; border: 3px solid #3b3b3b; border-radius: 5px; position: relative;
39
+ }
40
+ .battery::after {
41
+ content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 12px; background:#3b3b3b; border-radius: 2px;
42
+ }
43
+ .battery .level {
44
+ position: absolute; left: 3px; top: 3px; height: 16px; width: 28px; background:#3b3b3b;
45
+ }
46
+
47
+ /* Search bar area */
48
+ .top-area {
49
+ position: absolute;
50
+ top: 90px;
51
+ left: 0;
52
+ width: 1080px;
53
+ padding: 24px 32px;
54
+ box-sizing: border-box;
55
+ }
56
+ .search-pill {
57
+ height: 112px;
58
+ background: #E8EEE5;
59
+ border-radius: 60px;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 28px;
63
+ box-sizing: border-box;
64
+ gap: 24px;
65
+ }
66
+ .hamburger svg { width: 44px; height: 44px; }
67
+ .search-text {
68
+ font-size: 38px;
69
+ color: #6c7a6c;
70
+ flex: 1;
71
+ }
72
+ .avatar {
73
+ width: 92px; height: 92px; border-radius: 46px; background: #9B7A6F; color: #fff;
74
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 40px;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ margin-top: 26px;
80
+ display: flex;
81
+ gap: 60px;
82
+ padding-left: 10px;
83
+ }
84
+ .tab {
85
+ font-size: 42px;
86
+ color: #59665b;
87
+ padding-bottom: 18px;
88
+ }
89
+ .tab.active {
90
+ color: #237A42;
91
+ border-bottom: 8px solid #237A42;
92
+ }
93
+
94
+ .divider {
95
+ margin-top: 22px;
96
+ width: 1080px;
97
+ height: 2px;
98
+ background: #E2E4E0;
99
+ }
100
+
101
+ /* Grid list */
102
+ .grid {
103
+ position: absolute;
104
+ top: 390px;
105
+ left: 0;
106
+ width: 1080px;
107
+ padding: 0 60px;
108
+ box-sizing: border-box;
109
+ display: grid;
110
+ grid-template-columns: repeat(2, 1fr);
111
+ gap: 60px 60px;
112
+ }
113
+ .tile {
114
+ width: 450px;
115
+ }
116
+ .icon-area {
117
+ width: 450px;
118
+ height: 300px;
119
+ border-radius: 24px;
120
+ background: #E7E9E6;
121
+ display: flex;
122
+ align-items: center; justify-content: center;
123
+ }
124
+ .folder-icon {
125
+ width: 300px; height: 200px;
126
+ }
127
+ .folder-green { fill:#41A260; }
128
+ .folder-dark { fill:#3E4640; }
129
+
130
+ .group-badge {
131
+ position:absolute;
132
+ right: 48px;
133
+ bottom: 110px;
134
+ background: #314137;
135
+ width: 80px; height: 60px;
136
+ border-radius: 12px;
137
+ display:flex; align-items:center; justify-content:center;
138
+ }
139
+ .group-badge svg { width: 56px; height: 56px; fill:#DCE3DD; }
140
+
141
+ .img-placeholder {
142
+ width: 450px;
143
+ height: 300px;
144
+ background:#E0E0E0;
145
+ border:1px solid #BDBDBD;
146
+ border-radius: 24px;
147
+ display:flex; align-items:center; justify-content:center;
148
+ color:#757575; font-size:34px; text-align:center; padding: 0 20px; box-sizing: border-box;
149
+ }
150
+
151
+ .caption-row {
152
+ margin-top: 22px;
153
+ display:flex; align-items:center; justify-content: space-between;
154
+ }
155
+ .caption {
156
+ font-size: 42px;
157
+ }
158
+ .ellipsis {
159
+ width: 18px; display:flex; flex-direction: column; gap: 10px; align-items:center; margin-right: 8px;
160
+ }
161
+ .ellipsis span {
162
+ width: 10px; height: 10px; background:#4b4b4b; border-radius:50%;
163
+ }
164
+
165
+ /* Floating add button */
166
+ .fab {
167
+ position: absolute;
168
+ right: 54px;
169
+ bottom: 370px;
170
+ width: 180px; height: 180px;
171
+ background: #D6E6D3;
172
+ border-radius: 40px;
173
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
174
+ display:flex; align-items:center; justify-content:center;
175
+ }
176
+ .fab svg { width: 90px; height: 90px; stroke:#254A2F; stroke-width: 14; }
177
+
178
+ /* Bottom navigation */
179
+ .bottom-nav {
180
+ position: absolute;
181
+ bottom: 0;
182
+ left: 0;
183
+ width: 1080px;
184
+ height: 210px;
185
+ background: #E9EFE6;
186
+ display:flex; align-items:center; justify-content: space-around;
187
+ padding-top: 30px;
188
+ box-sizing: border-box;
189
+ }
190
+ .nav-item {
191
+ width: 200px;
192
+ text-align:center;
193
+ color:#405548;
194
+ }
195
+ .nav-icon {
196
+ width: 88px; height: 88px; margin: 0 auto 18px auto;
197
+ }
198
+ .nav-label { font-size: 36px; }
199
+
200
+ .active-bubble {
201
+ background:#D6E6D3; width: 120px; height: 88px; border-radius: 40px; display:flex; align-items:center; justify-content:center; margin:0 auto 18px auto;
202
+ }
203
+ .active-bubble svg { width: 64px; height: 64px; fill:#2C6A3E; }
204
+
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+
210
+ <!-- Status Bar -->
211
+ <div class="status-bar">
212
+ <div>10:16</div>
213
+ <div class="status-icons">
214
+ <span class="dot"></span>
215
+ <span class="dot"></span>
216
+ <span class="dot"></span>
217
+ <div class="battery"><div class="level"></div></div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Search / Top Area -->
222
+ <div class="top-area">
223
+ <div class="search-pill">
224
+ <div class="hamburger">
225
+ <svg viewBox="0 0 24 24"><rect x="2" y="4" width="20" height="2" fill="#3C4A3E"/><rect x="2" y="11" width="20" height="2" fill="#3C4A3E"/><rect x="2" y="18" width="20" height="2" fill="#3C4A3E"/></svg>
226
+ </div>
227
+ <div class="search-text">Search in Drive</div>
228
+ <div class="avatar">C</div>
229
+ </div>
230
+
231
+ <div class="tabs">
232
+ <div class="tab active">My Drive</div>
233
+ <div class="tab">Computers</div>
234
+ </div>
235
+ <div class="divider"></div>
236
+ </div>
237
+
238
+ <!-- Grid Content -->
239
+ <div class="grid">
240
+
241
+ <!-- Tile: Green folder -->
242
+ <div class="tile">
243
+ <div class="icon-area" style="background:#DDEEDD;">
244
+ <svg class="folder-icon" viewBox="0 0 120 80">
245
+ <path class="folder-green" d="M10 22 h24 l10 10 h56 a10 10 0 0 1 10 10 v28 a10 10 0 0 1-10 10 H20 a10 10 0 0 1-10-10 V32 a10 10 0 0 1 10-10z"/>
246
+ </svg>
247
+ </div>
248
+ <div class="caption-row">
249
+ <div class="caption">Green</div>
250
+ <div class="ellipsis"><span></span><span></span><span></span></div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Tile: Memories folder with group badge -->
255
+ <div class="tile" style="position:relative;">
256
+ <div class="icon-area" style="background:#E7E9E6;">
257
+ <svg class="folder-icon" viewBox="0 0 120 80">
258
+ <path class="folder-dark" d="M10 22 h24 l10 10 h56 a10 10 0 0 1 10 10 v28 a10 10 0 0 1-10 10 H20 a10 10 0 0 1-10-10 V32 a10 10 0 0 1 10-10z"/>
259
+ </svg>
260
+ </div>
261
+ <div class="group-badge">
262
+ <svg viewBox="0 0 24 24">
263
+ <circle cx="9" cy="10" r="4"/>
264
+ <circle cx="16" cy="12" r="3"/>
265
+ <rect x="5" y="16" width="14" height="5" rx="2"/>
266
+ </svg>
267
+ </div>
268
+ <div class="caption-row">
269
+ <div class="caption">Memories</div>
270
+ <div class="ellipsis"><span></span><span></span><span></span></div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Tile: Untitled folder -->
275
+ <div class="tile">
276
+ <div class="icon-area">
277
+ <svg class="folder-icon" viewBox="0 0 120 80">
278
+ <path class="folder-dark" d="M10 22 h24 l10 10 h56 a10 10 0 0 1 10 10 v28 a10 10 0 0 1-10 10 H20 a10 10 0 0 1-10-10 V32 a10 10 0 0 1 10-10z"/>
279
+ </svg>
280
+ </div>
281
+ <div class="caption-row">
282
+ <div class="caption">Untitled<br>folder</div>
283
+ <div class="ellipsis"><span></span><span></span><span></span></div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Tile: Image preview behance_download -->
288
+ <div class="tile">
289
+ <div class="img-placeholder">[IMG: Office plant photo preview]</div>
290
+ <div class="caption-row">
291
+ <div class="caption" style="font-size:40px; line-height:42px;">behance_do<br>wnload_16...</div>
292
+ <div class="ellipsis"><span></span><span></span><span></span></div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Tile: Plant image -->
297
+ <div class="tile">
298
+ <div class="img-placeholder">[IMG: Wide office wall & plant]</div>
299
+ <div class="caption-row">
300
+ <div class="caption">Plant</div>
301
+ <div class="ellipsis"><span></span><span></span><span></span></div>
302
+ </div>
303
+ </div>
304
+
305
+ </div>
306
+
307
+ <!-- Floating Add Button -->
308
+ <div class="fab">
309
+ <svg viewBox="0 0 48 48" fill="none">
310
+ <path d="M24 8 v32 M8 24 h32" />
311
+ </svg>
312
+ </div>
313
+
314
+ <!-- Bottom Navigation -->
315
+ <div class="bottom-nav">
316
+ <div class="nav-item">
317
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2C6A3E">
318
+ <path d="M12 4l9 8h-3v8h-12v-8h-3z"/>
319
+ </svg>
320
+ <div class="nav-label">Home</div>
321
+ </div>
322
+ <div class="nav-item">
323
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2C6A3E">
324
+ <path d="M12 2l3 7 7 1-5 5 2 7-7-4-7 4 2-7-5-5 7-1z"/>
325
+ </svg>
326
+ <div class="nav-label">Starred</div>
327
+ </div>
328
+ <div class="nav-item">
329
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#2C6A3E">
330
+ <circle cx="8" cy="10" r="4"/><circle cx="16" cy="12" r="3"/><rect x="5" y="16" width="14" height="5" rx="2"/>
331
+ </svg>
332
+ <div class="nav-label">Shared</div>
333
+ </div>
334
+ <div class="nav-item">
335
+ <div class="active-bubble">
336
+ <svg viewBox="0 0 24 24">
337
+ <path d="M3 7h5l3 3h10a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V10a3 3 0 0 1 3-3z"/>
338
+ </svg>
339
+ </div>
340
+ <div class="nav-label">Files</div>
341
+ </div>
342
+ </div>
343
+
344
+ </div>
345
+ </body>
346
+ </html>
code/10570/10570_1.html ADDED
@@ -0,0 +1,477 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Drive Bottom Sheet UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #f4f5f6;
18
+ }
19
+
20
+ /* Top status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 1080px;
26
+ height: 110px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ color: #111;
32
+ font-size: 36px;
33
+ background: #f4f5f6;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 20px;
39
+ }
40
+ .circle-icon {
41
+ width: 24px;
42
+ height: 24px;
43
+ border-radius: 50%;
44
+ background: #111;
45
+ opacity: 0.7;
46
+ }
47
+ .battery {
48
+ width: 42px;
49
+ height: 22px;
50
+ border: 3px solid #111;
51
+ border-radius: 5px;
52
+ position: relative;
53
+ }
54
+ .battery::after {
55
+ content: "";
56
+ position: absolute;
57
+ right: -8px;
58
+ top: 6px;
59
+ width: 6px;
60
+ height: 10px;
61
+ background: #111;
62
+ border-radius: 2px;
63
+ }
64
+ .battery-level {
65
+ position: absolute;
66
+ left: 4px;
67
+ top: 4px;
68
+ width: 28px;
69
+ height: 12px;
70
+ background: #111;
71
+ }
72
+
73
+ /* Drive header with search */
74
+ .drive-header {
75
+ position: absolute;
76
+ top: 110px;
77
+ left: 0;
78
+ width: 1080px;
79
+ height: 180px;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 36px;
83
+ gap: 24px;
84
+ background: #f4f5f6;
85
+ }
86
+ .hamburger {
87
+ width: 72px;
88
+ height: 72px;
89
+ border-radius: 16px;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ }
94
+ .hamburger svg {
95
+ width: 48px;
96
+ height: 48px;
97
+ fill: none;
98
+ stroke: #333;
99
+ stroke-width: 8;
100
+ stroke-linecap: round;
101
+ }
102
+ .search-field {
103
+ flex: 1;
104
+ height: 96px;
105
+ background: #fff;
106
+ border: 1px solid #d9d9d9;
107
+ border-radius: 48px;
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0 32px;
111
+ color: #555;
112
+ font-size: 38px;
113
+ }
114
+ .search-field .placeholder {
115
+ margin-left: 18px;
116
+ }
117
+ .account {
118
+ width: 108px;
119
+ height: 108px;
120
+ border-radius: 54px;
121
+ background: #5a3d2e;
122
+ color: #fff;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ font-weight: bold;
127
+ font-size: 42px;
128
+ }
129
+
130
+ /* Tabs */
131
+ .tabs {
132
+ position: absolute;
133
+ top: 290px;
134
+ left: 0;
135
+ width: 1080px;
136
+ height: 110px;
137
+ display: flex;
138
+ align-items: flex-end;
139
+ gap: 60px;
140
+ padding: 0 36px;
141
+ background: #f4f5f6;
142
+ color: #2b7a48;
143
+ font-size: 46px;
144
+ font-weight: 600;
145
+ }
146
+ .tab-active {
147
+ padding-bottom: 16px;
148
+ border-bottom: 8px solid #2b7a48;
149
+ }
150
+ .tab {
151
+ color: #222;
152
+ opacity: 0.75;
153
+ padding-bottom: 16px;
154
+ }
155
+
156
+ /* List header */
157
+ .list-header {
158
+ position: absolute;
159
+ top: 400px;
160
+ left: 0;
161
+ width: 1080px;
162
+ height: 90px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: space-between;
166
+ padding: 0 36px;
167
+ color: #222;
168
+ font-size: 42px;
169
+ }
170
+ .sort {
171
+ display: flex;
172
+ align-items: center;
173
+ gap: 14px;
174
+ }
175
+ .menu-icon svg {
176
+ width: 48px;
177
+ height: 48px;
178
+ stroke: #333;
179
+ stroke-width: 10;
180
+ fill: none;
181
+ stroke-linecap: round;
182
+ }
183
+
184
+ /* Dim overlay */
185
+ .overlay {
186
+ position: absolute;
187
+ top: 0;
188
+ left: 0;
189
+ width: 1080px;
190
+ height: 2400px;
191
+ background: rgba(0,0,0,0.25);
192
+ }
193
+
194
+ /* Bottom sheet */
195
+ .sheet {
196
+ position: absolute;
197
+ left: 0;
198
+ right: 0;
199
+ top: 470px;
200
+ height: 1750px;
201
+ margin: 0 auto;
202
+ background: #ffffff;
203
+ border-radius: 48px 48px 0 0;
204
+ box-shadow: 0 10px 40px rgba(0,0,0,0.25);
205
+ overflow: hidden;
206
+ }
207
+ .sheet-header {
208
+ display: flex;
209
+ align-items: center;
210
+ gap: 24px;
211
+ padding: 36px;
212
+ border-bottom: 1px solid #e6e6e6;
213
+ font-size: 46px;
214
+ color: #222;
215
+ background: #f8fbf5;
216
+ }
217
+ .thumb {
218
+ width: 84px;
219
+ height: 84px;
220
+ background: #E0E0E0;
221
+ border: 1px solid #BDBDBD;
222
+ border-radius: 12px;
223
+ display: flex;
224
+ align-items: center;
225
+ justify-content: center;
226
+ color: #757575;
227
+ font-size: 22px;
228
+ text-align: center;
229
+ padding: 6px;
230
+ }
231
+
232
+ .menu-section {
233
+ padding: 12px 0;
234
+ }
235
+ .divider {
236
+ height: 24px;
237
+ border-top: 1px solid #eee;
238
+ margin: 0 36px;
239
+ }
240
+ .menu-item {
241
+ height: 120px;
242
+ padding: 0 36px;
243
+ display: flex;
244
+ align-items: center;
245
+ gap: 36px;
246
+ color: #111;
247
+ font-size: 42px;
248
+ }
249
+ .icon {
250
+ width: 64px;
251
+ height: 64px;
252
+ display: inline-flex;
253
+ align-items: center;
254
+ justify-content: center;
255
+ }
256
+ .icon svg {
257
+ width: 64px;
258
+ height: 64px;
259
+ stroke: #4a4a4a;
260
+ fill: none;
261
+ stroke-width: 6;
262
+ stroke-linecap: round;
263
+ stroke-linejoin: round;
264
+ }
265
+
266
+ .scroll-indicator {
267
+ position: absolute;
268
+ bottom: 24px;
269
+ left: 50%;
270
+ transform: translateX(-50%);
271
+ width: 460px;
272
+ height: 16px;
273
+ background: #d9d9d9;
274
+ border-radius: 10px;
275
+ }
276
+ </style>
277
+ </head>
278
+ <body>
279
+ <div id="render-target">
280
+
281
+ <!-- Status bar -->
282
+ <div class="status-bar">
283
+ <div>10:16</div>
284
+ <div class="status-icons">
285
+ <div class="circle-icon"></div>
286
+ <div class="circle-icon" style="opacity:.45"></div>
287
+ <div class="circle-icon" style="opacity:.3"></div>
288
+ <div class="battery"><div class="battery-level"></div></div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Drive header with search -->
293
+ <div class="drive-header">
294
+ <div class="hamburger">
295
+ <svg viewBox="0 0 24 24">
296
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
297
+ </svg>
298
+ </div>
299
+ <div class="search-field">
300
+ <svg viewBox="0 0 24 24" width="40" height="40">
301
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"></circle>
302
+ <path d="M16 16l6 6" stroke="#777" stroke-width="2"></path>
303
+ </svg>
304
+ <div class="placeholder">Search in Drive</div>
305
+ </div>
306
+ <div class="account">C</div>
307
+ </div>
308
+
309
+ <!-- Tabs -->
310
+ <div class="tabs">
311
+ <div class="tab-active">My Drive</div>
312
+ <div class="tab">Computers</div>
313
+ </div>
314
+
315
+ <!-- List header -->
316
+ <div class="list-header">
317
+ <div class="sort">Name
318
+ <svg viewBox="0 0 24 24" width="34" height="34">
319
+ <path d="M8 14l4-4 4 4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"></path>
320
+ </svg>
321
+ </div>
322
+ <div class="menu-icon">
323
+ <svg viewBox="0 0 24 24">
324
+ <path d="M4 6h16M4 12h16M4 18h16"></path>
325
+ </svg>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Dim overlay behind the sheet -->
330
+ <div class="overlay"></div>
331
+
332
+ <!-- Bottom sheet menu -->
333
+ <div class="sheet">
334
+ <div class="sheet-header">
335
+ <div class="thumb">[IMG: Plant]</div>
336
+ <div>Plant</div>
337
+ </div>
338
+
339
+ <div class="menu-section">
340
+ <div class="menu-item">
341
+ <div class="icon">
342
+ <svg viewBox="0 0 24 24">
343
+ <circle cx="12" cy="8" r="4"></circle>
344
+ <path d="M4 20c2-4 14-4 16 0" ></path>
345
+ </svg>
346
+ </div>
347
+ <div>Share</div>
348
+ </div>
349
+
350
+ <div class="menu-item">
351
+ <div class="icon">
352
+ <svg viewBox="0 0 24 24">
353
+ <circle cx="7" cy="9" r="3"></circle>
354
+ <circle cx="17" cy="9" r="3"></circle>
355
+ <path d="M3 20c2-3 6-3 8 0M13 20c2-3 6-3 8 0"></path>
356
+ </svg>
357
+ </div>
358
+ <div>Manage access</div>
359
+ </div>
360
+
361
+ <div class="menu-item">
362
+ <div class="icon">
363
+ <svg viewBox="0 0 24 24">
364
+ <path d="M12 3l3 6 6 .8-4.5 4 1.2 6.2L12 17l-5.7 3.9L7.5 14 3 9.8 9 9z"></path>
365
+ </svg>
366
+ </div>
367
+ <div>Add to Starred</div>
368
+ </div>
369
+
370
+ <div class="menu-item">
371
+ <div class="icon">
372
+ <svg viewBox="0 0 24 24">
373
+ <circle cx="12" cy="12" r="9"></circle>
374
+ <path d="M7 12h6l4 4"></path>
375
+ </svg>
376
+ </div>
377
+ <div>Make available offline</div>
378
+ </div>
379
+
380
+ <div class="divider"></div>
381
+
382
+ <div class="menu-item">
383
+ <div class="icon">
384
+ <svg viewBox="0 0 24 24">
385
+ <path d="M4 12h16"></path>
386
+ <path d="M14 8l6 4-6 4"></path>
387
+ </svg>
388
+ </div>
389
+ <div>Copy link</div>
390
+ </div>
391
+
392
+ <div class="menu-item">
393
+ <div class="icon">
394
+ <svg viewBox="0 0 24 24">
395
+ <rect x="4" y="6" width="10" height="12" rx="2"></rect>
396
+ <rect x="10" y="6" width="10" height="12" rx="2" transform="translate(0,0)"></rect>
397
+ </svg>
398
+ </div>
399
+ <div>Make a copy</div>
400
+ </div>
401
+
402
+ <div class="menu-item">
403
+ <div class="icon">
404
+ <svg viewBox="0 0 24 24">
405
+ <path d="M4 11h10"></path>
406
+ <path d="M10 7l8 4-8 4"></path>
407
+ </svg>
408
+ </div>
409
+ <div>Send a copy</div>
410
+ </div>
411
+
412
+ <div class="divider"></div>
413
+
414
+ <div class="menu-item">
415
+ <div class="icon">
416
+ <svg viewBox="0 0 24 24">
417
+ <circle cx="12" cy="12" r="9"></circle>
418
+ <path d="M12 7v10M7 12h10"></path>
419
+ </svg>
420
+ </div>
421
+ <div>Open with</div>
422
+ </div>
423
+
424
+ <div class="menu-item">
425
+ <div class="icon">
426
+ <svg viewBox="0 0 24 24">
427
+ <path d="M12 3v12"></path>
428
+ <path d="M5 12l7 7 7-7"></path>
429
+ </svg>
430
+ </div>
431
+ <div>Download</div>
432
+ </div>
433
+
434
+ <div class="menu-item">
435
+ <div class="icon">
436
+ <svg viewBox="0 0 24 24">
437
+ <path d="M4 20h16"></path>
438
+ <path d="M6 8l12 0"></path>
439
+ <path d="M6 12l8 0"></path>
440
+ </svg>
441
+ </div>
442
+ <div>Rename</div>
443
+ </div>
444
+
445
+ <div class="menu-item">
446
+ <div class="icon">
447
+ <svg viewBox="0 0 24 24">
448
+ <rect x="4" y="6" width="14" height="12" rx="2"></rect>
449
+ <path d="M10 4v4"></path>
450
+ <path d="M14 4v4"></path>
451
+ <path d="M18 10h4"></path>
452
+ <path d="M20 8v4"></path>
453
+ </svg>
454
+ </div>
455
+ <div>Add shortcut to Drive</div>
456
+ </div>
457
+
458
+ <div class="divider"></div>
459
+
460
+ <div class="menu-item">
461
+ <div class="icon">
462
+ <svg viewBox="0 0 24 24">
463
+ <path d="M5 12h9"></path>
464
+ <path d="M10 7l5 5-5 5"></path>
465
+ <rect x="3" y="5" width="6" height="14" rx="2"></rect>
466
+ </svg>
467
+ </div>
468
+ <div>Move</div>
469
+ </div>
470
+ </div>
471
+
472
+ <div class="scroll-indicator"></div>
473
+ </div>
474
+
475
+ </div>
476
+ </body>
477
+ </html>
code/10570/10570_2.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI - Options Sheet</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#EEF4E9; /* soft pale green from screenshot */
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ color:#222;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ height:110px;
18
+ padding:0 40px;
19
+ display:flex;
20
+ align-items:center;
21
+ justify-content:space-between;
22
+ color:#2b2b2b;
23
+ font-size:40px;
24
+ }
25
+ .sb-right {
26
+ display:flex; align-items:center; gap:28px;
27
+ }
28
+ .dot, .bar {
29
+ width:18px; height:18px; background:#4a4a4a; border-radius:50%;
30
+ }
31
+ .bar { width:70px; height:18px; border-radius:9px; }
32
+
33
+ /* Header with thumbnail and title */
34
+ .file-header {
35
+ display:flex; align-items:center;
36
+ padding:30px 40px 20px 40px;
37
+ }
38
+ .thumb {
39
+ width:96px; height:96px;
40
+ background:#E0E0E0; border:1px solid #BDBDBD; border-radius:16px;
41
+ display:flex; align-items:center; justify-content:center;
42
+ color:#757575; font-size:28px;
43
+ margin-right:26px;
44
+ }
45
+ .title { font-size:52px; font-weight:600; }
46
+
47
+ /* List items */
48
+ .menu {
49
+ margin-top:22px;
50
+ }
51
+ .item {
52
+ height:120px;
53
+ padding:0 40px;
54
+ display:flex; align-items:center;
55
+ gap:36px;
56
+ }
57
+ .item .icon {
58
+ width:60px; height:60px; display:flex; align-items:center; justify-content:center;
59
+ }
60
+ .item .label {
61
+ font-size:44px; color:#1f1f1f;
62
+ }
63
+ .divider {
64
+ height:2px; margin:20px 40px; background:#D8E0D2;
65
+ }
66
+
67
+ /* Simple outlined grey icons */
68
+ svg { width:60px; height:60px; }
69
+ .ico { stroke:#687066; fill:none; stroke-width:4; }
70
+ .ico-fill { fill:#687066; stroke:none; }
71
+
72
+ /* Bottom spacing */
73
+ .spacer { height:40px; }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+
79
+ <!-- Status bar -->
80
+ <div class="statusbar">
81
+ <div class="time">10:17</div>
82
+ <div class="sb-right">
83
+ <div class="dot"></div>
84
+ <div class="dot"></div>
85
+ <div class="dot"></div>
86
+ <div class="bar"></div>
87
+ </div>
88
+ </div>
89
+
90
+ <!-- Header -->
91
+ <div class="file-header">
92
+ <div class="thumb">[IMG: Plant thumbnail]</div>
93
+ <div class="title">Plant</div>
94
+ </div>
95
+
96
+ <div class="menu">
97
+
98
+ <div class="item">
99
+ <div class="icon">
100
+ <!-- star outline -->
101
+ <svg viewBox="0 0 24 24"><path class="ico" d="M12 3l3.2 6.5 7.1.8-5.2 4.3 1.7 6.9L12 17l-6.8 4.5 1.7-6.9-5.2-4.3 7.1-.8z"/></svg>
102
+ </div>
103
+ <div class="label">Add to Starred</div>
104
+ </div>
105
+
106
+ <div class="item">
107
+ <div class="icon">
108
+ <!-- offline check circle -->
109
+ <svg viewBox="0 0 24 24">
110
+ <circle class="ico" cx="12" cy="12" r="9"></circle>
111
+ <path class="ico" d="M7 12l3 3 6-6"></path>
112
+ </svg>
113
+ </div>
114
+ <div class="label">Make available offline</div>
115
+ </div>
116
+
117
+ <div class="divider"></div>
118
+
119
+ <div class="item">
120
+ <div class="icon">
121
+ <!-- link icon -->
122
+ <svg viewBox="0 0 24 24">
123
+ <path class="ico" d="M8 12a4 4 0 0 1 4-4h5M8 12a4 4 0 0 0 4 4h5"></path>
124
+ <path class="ico" d="M7 12h4"></path>
125
+ </svg>
126
+ </div>
127
+ <div class="label">Copy link</div>
128
+ </div>
129
+
130
+ <div class="item">
131
+ <div class="icon">
132
+ <!-- copy icon -->
133
+ <svg viewBox="0 0 24 24">
134
+ <rect class="ico" x="6" y="6" width="10" height="12" rx="2"></rect>
135
+ <rect class="ico" x="10" y="3" width="8" height="10" rx="2"></rect>
136
+ </svg>
137
+ </div>
138
+ <div class="label">Make a copy</div>
139
+ </div>
140
+
141
+ <div class="item">
142
+ <div class="icon">
143
+ <!-- send icon -->
144
+ <svg viewBox="0 0 24 24">
145
+ <path class="ico" d="M3 12l18-9-6 18-4-7-8-2z"></path>
146
+ </svg>
147
+ </div>
148
+ <div class="label">Send a copy</div>
149
+ </div>
150
+
151
+ <div class="divider"></div>
152
+
153
+ <div class="item">
154
+ <div class="icon">
155
+ <!-- open with icon (compass) -->
156
+ <svg viewBox="0 0 24 24">
157
+ <circle class="ico" cx="12" cy="12" r="9"></circle>
158
+ <path class="ico" d="M10 14l4-2-2-4-2 6z"></path>
159
+ </svg>
160
+ </div>
161
+ <div class="label">Open with</div>
162
+ </div>
163
+
164
+ <div class="item">
165
+ <div class="icon">
166
+ <!-- download icon -->
167
+ <svg viewBox="0 0 24 24">
168
+ <path class="ico" d="M12 4v9"></path>
169
+ <path class="ico" d="M8 10l4 4 4-4"></path>
170
+ <path class="ico" d="M4 19h16"></path>
171
+ </svg>
172
+ </div>
173
+ <div class="label">Download</div>
174
+ </div>
175
+
176
+ <div class="item">
177
+ <div class="icon">
178
+ <!-- rename pencil -->
179
+ <svg viewBox="0 0 24 24">
180
+ <path class="ico" d="M4 20l5-1 9-9-4-4-9 9-1 5z"></path>
181
+ </svg>
182
+ </div>
183
+ <div class="label">Rename</div>
184
+ </div>
185
+
186
+ <div class="item">
187
+ <div class="icon">
188
+ <!-- shortcut plus drive box -->
189
+ <svg viewBox="0 0 24 24">
190
+ <rect class="ico" x="6" y="9" width="12" height="8" rx="2"></rect>
191
+ <path class="ico" d="M12 5v6M9 8h6"></path>
192
+ </svg>
193
+ </div>
194
+ <div class="label">Add shortcut to Drive</div>
195
+ </div>
196
+
197
+ <div class="item">
198
+ <div class="icon">
199
+ <!-- move arrow in box -->
200
+ <svg viewBox="0 0 24 24">
201
+ <rect class="ico" x="4" y="4" width="16" height="16" rx="2"></rect>
202
+ <path class="ico" d="M8 12h8M12 8l4 4-4 4"></path>
203
+ </svg>
204
+ </div>
205
+ <div class="label">Move</div>
206
+ </div>
207
+
208
+ <div class="item">
209
+ <div class="icon">
210
+ <!-- info circle -->
211
+ <svg viewBox="0 0 24 24">
212
+ <circle class="ico" cx="12" cy="12" r="9"></circle>
213
+ <circle class="ico" cx="12" cy="8" r="1.5"></circle>
214
+ <path class="ico" d="M12 11v6"></path>
215
+ </svg>
216
+ </div>
217
+ <div class="label">Details & activity</div>
218
+ </div>
219
+
220
+ <div class="item">
221
+ <div class="icon">
222
+ <!-- print icon -->
223
+ <svg viewBox="0 0 24 24">
224
+ <rect class="ico" x="6" y="3" width="12" height="6"></rect>
225
+ <rect class="ico" x="5" y="11" width="14" height="8" rx="2"></rect>
226
+ <path class="ico" d="M8 15h8"></path>
227
+ </svg>
228
+ </div>
229
+ <div class="label">Print</div>
230
+ </div>
231
+
232
+ <div class="item">
233
+ <div class="icon">
234
+ <!-- add to home screen -->
235
+ <svg viewBox="0 0 24 24">
236
+ <rect class="ico" x="4" y="4" width="16" height="16" rx="3"></rect>
237
+ <path class="ico" d="M12 7v10M7 12h10"></path>
238
+ </svg>
239
+ </div>
240
+ <div class="label">Add to Home screen</div>
241
+ </div>
242
+
243
+ <div class="item">
244
+ <div class="icon">
245
+ <!-- trash can -->
246
+ <svg viewBox="0 0 24 24">
247
+ <path class="ico" d="M5 7h14"></path>
248
+ <rect class="ico" x="7" y="7" width="10" height="12" rx="2"></rect>
249
+ <path class="ico" d="M10 11v6M14 11v6"></path>
250
+ </svg>
251
+ </div>
252
+ <div class="label">Remove</div>
253
+ </div>
254
+
255
+ <div class="spacer"></div>
256
+ </div>
257
+
258
+ </div>
259
+ </body>
260
+ </html>
code/10570/10570_3.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select Destination - Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F6F8F3;
13
+ color: #1e1e1e;
14
+ }
15
+
16
+ /* Top status and app bar */
17
+ .status-bar {
18
+ height: 88px;
19
+ background: #E5EBDD;
20
+ padding: 0 36px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ font-size: 34px;
25
+ color: #2a2a2a;
26
+ }
27
+ .status-icons { display: flex; align-items: center; gap: 22px; }
28
+ .dot { width: 10px; height: 10px; background: #2a2a2a; border-radius: 50%; display: inline-block; }
29
+ .signal {
30
+ width: 36px; height: 24px; border: 2px solid #2a2a2a; border-top: none; position: relative;
31
+ }
32
+ .wifi {
33
+ width: 34px; height: 24px; border: 2px solid #2a2a2a; border-radius: 4px; position: relative;
34
+ }
35
+ .battery {
36
+ width: 54px; height: 24px; border: 2px solid #2a2a2a; border-radius: 4px; position: relative;
37
+ }
38
+ .battery:after {
39
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #2a2a2a; border-radius: 2px;
40
+ }
41
+
42
+ .app-bar {
43
+ background: #E5EBDD;
44
+ padding: 18px 36px 26px 36px;
45
+ border-bottom: 1px solid #e0e3d8;
46
+ }
47
+ .bar-row {
48
+ display: flex; align-items: center; gap: 22px;
49
+ }
50
+ .back-btn {
51
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .title-wrap { display: flex; align-items: baseline; gap: 18px; }
54
+ .title {
55
+ font-size: 64px; font-weight: 700; color: #1f2b22;
56
+ }
57
+ .subtitle {
58
+ margin-left: 82px;
59
+ font-size: 40px; color: #324335; margin-top: 8px;
60
+ }
61
+ .right-actions { margin-left: auto; display: flex; align-items: center; gap: 24px; }
62
+ .add-square {
63
+ width: 68px; height: 56px; border: 3px solid #3a4a36; border-radius: 10px; position: relative;
64
+ }
65
+ .add-square:before, .add-square:after {
66
+ content: ""; position: absolute; background: #3a4a36; left: 50%; top: 50%; transform: translate(-50%,-50%);
67
+ }
68
+ .add-square:before { width: 26px; height: 3px; }
69
+ .add-square:after { width: 3px; height: 26px; }
70
+
71
+ /* Sort row */
72
+ .sort-row {
73
+ padding: 26px 40px;
74
+ display: flex; align-items: center; justify-content: space-between;
75
+ font-size: 34px; color: #36463a;
76
+ }
77
+ .sort-left { display: flex; align-items: center; gap: 14px; }
78
+ .up-tri {
79
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 16px solid #3d6447;
80
+ }
81
+ .toggle-list {
82
+ width: 48px; height: 36px; position: relative;
83
+ }
84
+ .toggle-list span {
85
+ position: absolute; left: 0; right: 0; height: 4px; background: #3b3b3b; border-radius: 2px;
86
+ }
87
+ .toggle-list span:nth-child(1){ top: 2px; }
88
+ .toggle-list span:nth-child(2){ top: 14px; }
89
+ .toggle-list span:nth-child(3){ top: 26px; }
90
+
91
+ /* Grid */
92
+ .content {
93
+ padding: 20px 40px 220px 40px;
94
+ }
95
+ .grid {
96
+ display: grid;
97
+ grid-template-columns: 1fr 1fr;
98
+ column-gap: 70px;
99
+ row-gap: 80px;
100
+ }
101
+ .tile { }
102
+ .thumb { width: 440px; height: 280px; border: 1px solid #cfcfcf; background: #E0E0E0; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #727272; font-size: 28px; }
103
+ .label { margin-top: 26px; font-size: 42px; color: #2b322f; }
104
+
105
+ /* Folder icon */
106
+ .folder-icon {
107
+ width: 330px; height: 220px; border-radius: 24px; position: relative;
108
+ }
109
+ .folder-icon:before {
110
+ content: ""; position: absolute; left: 24px; top: -34px; width: 160px; height: 70px; border-top-left-radius: 16px; border-top-right-radius: 16px;
111
+ }
112
+ .folder-green { background: #3E8F56; }
113
+ .folder-green:before { background: #3E8F56; }
114
+ .folder-dark { background: #2F3632; }
115
+ .folder-dark:before { background: #2F3632; }
116
+
117
+ /* Shared indicator */
118
+ .shared {
119
+ position: absolute; right: -6px; bottom: -10px; width: 80px; height: 80px;
120
+ }
121
+ .shared .bubble1, .shared .bubble2 {
122
+ position: absolute; background: #E9ECE7; border: 3px solid #E9ECE7; border-radius: 50%;
123
+ }
124
+ .shared .bubble1 { width: 28px; height: 28px; right: 18px; bottom: 18px; }
125
+ .shared .bubble2 { width: 22px; height: 22px; right: 2px; bottom: 30px; }
126
+
127
+ /* Image specific previews */
128
+ .img {
129
+ width: 440px; height: 280px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
130
+ }
131
+ .filename {
132
+ display: flex; align-items: center; gap: 18px; margin-top: 22px; color: #6b6b6b; font-size: 36px;
133
+ }
134
+ .mini-img {
135
+ width: 40px; height: 40px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 8px;
136
+ }
137
+
138
+ /* Bottom action bar */
139
+ .bottom-bar {
140
+ position: absolute; left: 0; right: 0; bottom: 0;
141
+ background: #E5EBDD;
142
+ height: 180px;
143
+ display: flex; align-items: center; justify-content: space-between;
144
+ padding: 0 80px;
145
+ font-size: 46px;
146
+ }
147
+ .bottom-bar .cancel { color: #2F7C4A; font-weight: 600; }
148
+ .bottom-bar .move { color: #9aa19b; }
149
+
150
+ /* Gesture bar */
151
+ .gesture {
152
+ position: absolute; left: 50%; transform: translateX(-50%);
153
+ bottom: 190px; width: 340px; height: 12px; background: #BDBDBD; border-radius: 8px; opacity: .8;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+
160
+ <!-- Status bar -->
161
+ <div class="status-bar">
162
+ <div>10:17</div>
163
+ <div class="status-icons">
164
+ <div class="dot"></div>
165
+ <div class="signal"></div>
166
+ <div class="wifi"></div>
167
+ <div class="battery"></div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- App bar with title and actions -->
172
+ <div class="app-bar">
173
+ <div class="bar-row">
174
+ <div class="back-btn">
175
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
176
+ <path d="M14.5 4 L6 12 L14.5 20" stroke="#203126" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
177
+ </svg>
178
+ </div>
179
+ <div class="title">My Drive</div>
180
+ <div class="right-actions">
181
+ <div class="add-square"></div>
182
+ </div>
183
+ </div>
184
+ <div class="subtitle">Select destination</div>
185
+ </div>
186
+
187
+ <!-- Sort row -->
188
+ <div class="sort-row">
189
+ <div class="sort-left">
190
+ <span>Name</span>
191
+ <div class="up-tri"></div>
192
+ </div>
193
+ <div class="toggle-list">
194
+ <span></span><span></span><span></span>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Content grid -->
199
+ <div class="content">
200
+ <div class="grid">
201
+
202
+ <!-- Folder: Green -->
203
+ <div class="tile">
204
+ <div class="folder-icon folder-green"></div>
205
+ <div class="label">Green</div>
206
+ </div>
207
+
208
+ <!-- Folder: Memories (shared) -->
209
+ <div class="tile" style="position: relative;">
210
+ <div class="folder-icon folder-dark" style="position: relative;">
211
+ <div class="shared">
212
+ <div class="bubble1"></div>
213
+ <div class="bubble2"></div>
214
+ </div>
215
+ </div>
216
+ <div class="label">Memories</div>
217
+ </div>
218
+
219
+ <!-- Folder: Untitled -->
220
+ <div class="tile">
221
+ <div class="folder-icon folder-dark"></div>
222
+ <div class="label">Untitled<br>folder</div>
223
+ </div>
224
+
225
+ <!-- Image: behance_download... -->
226
+ <div class="tile">
227
+ <div class="img">[IMG: Office plant close-up]</div>
228
+ <div class="filename">
229
+ <div class="mini-img"></div>
230
+ <div>behance_do<br>wnload_16...</div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Image: Plant -->
235
+ <div class="tile">
236
+ <div class="img">[IMG: Office lobby with plants]</div>
237
+ <div class="filename">
238
+ <div class="mini-img"></div>
239
+ <div>Plant</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Empty spacer to balance grid -->
244
+ <div class="tile"></div>
245
+
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Gesture bar -->
250
+ <div class="gesture"></div>
251
+
252
+ <!-- Bottom actions -->
253
+ <div class="bottom-bar">
254
+ <div class="cancel">Cancel</div>
255
+ <div class="move">Move</div>
256
+ </div>
257
+
258
+ </div>
259
+ </body>
260
+ </html>
code/10570/10570_4.html ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Select destination - UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Header (status + app bar) */
16
+ .header {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 100%;
21
+ height: 380px;
22
+ background: #e8efe1;
23
+ border-bottom: 1px solid #d9e5d2;
24
+ }
25
+ .status {
26
+ height: 90px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 40px;
31
+ color: #2f3a2f;
32
+ font-size: 34px;
33
+ }
34
+ .status .right {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 28px;
38
+ }
39
+ .status svg {
40
+ width: 42px;
41
+ height: 42px;
42
+ fill: #2f3a2f;
43
+ }
44
+
45
+ .appbar {
46
+ height: 290px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ padding: 0 40px;
51
+ }
52
+ .left-area {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 26px;
56
+ color: #2f3a2f;
57
+ }
58
+ .left-area svg { width: 60px; height: 60px; fill: #2f3a2f; }
59
+
60
+ .title {
61
+ display: flex;
62
+ flex-direction: column;
63
+ }
64
+ .title h1 {
65
+ margin: 0;
66
+ font-size: 62px;
67
+ font-weight: 600;
68
+ color: #2f3a2f;
69
+ letter-spacing: 0.3px;
70
+ }
71
+ .title span {
72
+ margin-top: 14px;
73
+ font-size: 38px;
74
+ color: #2f3a2f;
75
+ opacity: 0.75;
76
+ }
77
+
78
+ .action-icon svg { width: 84px; height: 84px; fill: #2f3a2f; }
79
+
80
+ /* Main content */
81
+ .content {
82
+ position: absolute;
83
+ top: 380px;
84
+ left: 0;
85
+ width: 100%;
86
+ height: 1800px;
87
+ display: flex;
88
+ flex-direction: column;
89
+ align-items: center;
90
+ justify-content: center;
91
+ color: #2f3a2f;
92
+ }
93
+ .img-placeholder {
94
+ width: 700px;
95
+ height: 520px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ border-radius: 12px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ color: #757575;
103
+ font-size: 32px;
104
+ margin-bottom: 60px;
105
+ }
106
+ .empty-text {
107
+ font-size: 52px;
108
+ letter-spacing: 0.2px;
109
+ }
110
+
111
+ .gesture {
112
+ position: absolute;
113
+ left: 340px;
114
+ bottom: 250px;
115
+ width: 400px;
116
+ height: 12px;
117
+ background: #9E9E9E;
118
+ border-radius: 8px;
119
+ opacity: 0.7;
120
+ }
121
+
122
+ /* Bottom action bar */
123
+ .footer {
124
+ position: absolute;
125
+ bottom: 0;
126
+ left: 0;
127
+ width: 100%;
128
+ height: 220px;
129
+ background: #e8efe1;
130
+ border-top: 1px solid #d9e5d2;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: space-between;
134
+ padding: 0 60px;
135
+ }
136
+ .footer .text-btn {
137
+ font-size: 48px;
138
+ font-weight: 600;
139
+ color: #2e6b3f;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Header: status bar + app bar -->
147
+ <div class="header">
148
+ <div class="status">
149
+ <div>10:18</div>
150
+ <div class="right">
151
+ <!-- Simple WiFi icon -->
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M12 18.5c.9 0 1.6.7 1.6 1.5s-.7 1.5-1.6 1.5-1.6-.7-1.6-1.5.7-1.5 1.6-1.5zm-6-6.2c3.6-3.1 8.4-3.1 12 0l-1.3 1.4c-2.9-2.4-6.6-2.4-9.5 0L6 12.3zm-3.3-3.3c5.4-4.6 13.2-4.6 18.6 0l-1.4 1.4c-4.6-3.9-11.2-3.9-15.8 0L2.7 9z"/>
154
+ </svg>
155
+ <!-- Battery icon -->
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M2 8h15c1.1 0 2 .9 2 2v4c0 1.1-.9 2-2 2H2c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2zm18 2h2v4h-2v-4zM4 10h11v4H4v-4z"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="appbar">
163
+ <div class="left-area">
164
+ <!-- Back arrow -->
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M15.5 19l-7-7 7-7 1.4 1.4L11.3 12l5.6 5.6-1.4 1.4z"/>
167
+ </svg>
168
+ <div class="title">
169
+ <h1>Green</h1>
170
+ <span>Select destination</span>
171
+ </div>
172
+ </div>
173
+ <div class="action-icon">
174
+ <!-- Folder with plus icon -->
175
+ <svg viewBox="0 0 24 24">
176
+ <path d="M10 4l2 2h7c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h5zm4 6h-2v3H9v2h3v3h2v-3h3v-2h-3v-3z"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Content -->
183
+ <div class="content">
184
+ <div class="img-placeholder">[IMG: Empty folder illustration]</div>
185
+ <div class="empty-text">This folder is empty</div>
186
+ <div class="gesture"></div>
187
+ </div>
188
+
189
+ <!-- Bottom action bar -->
190
+ <div class="footer">
191
+ <div class="text-btn">Cancel</div>
192
+ <div class="text-btn">Move</div>
193
+ </div>
194
+
195
+ </div>
196
+ </body>
197
+ </html>
code/10570/10570_5.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drive UI Mock</title>
6
+ <style>
7
+ :root{
8
+ --bg:#F5F7EF;
9
+ --pill:#E6ECE3;
10
+ --text:#3B3E3A;
11
+ --muted:#7A7D74;
12
+ --green:#46A36B;
13
+ --tile:#404742;
14
+ --divider:#D7DCCF;
15
+ --shadow:0 8px 20px rgba(0,0,0,0.08);
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; color:var(--text); }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:var(--bg);
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar{
25
+ height:84px; padding:0 36px; display:flex; align-items:center; justify-content:space-between; color:#3f403c;
26
+ font-weight:600; font-size:36px;
27
+ }
28
+ .status-icons{ display:flex; gap:26px; align-items:center; }
29
+ .status-dot{ width:10px; height:10px; background:#5a5a5a; border-radius:50%; }
30
+
31
+ /* App bar with search */
32
+ .app-bar{ padding:14px 36px 0; }
33
+ .search-row{ display:flex; align-items:center; gap:26px; }
34
+ .hamburger{
35
+ width:68px; height:68px; border-radius:18px; display:flex; align-items:center; justify-content:center;
36
+ }
37
+ .hamburger svg{ width:40px; height:40px; fill:#37413a; }
38
+ .search-pill{
39
+ flex:1; height:110px; background:var(--pill); border-radius:56px; display:flex; align-items:center; padding:0 34px; gap:24px;
40
+ }
41
+ .search-pill .icon{ width:44px; height:44px; }
42
+ .search-pill input{
43
+ flex:1; border:none; background:transparent; font-size:38px; color:var(--text);
44
+ outline:none;
45
+ }
46
+ .avatar{
47
+ width:96px; height:96px; border-radius:48px; background:#9C7D6F; color:#fff;
48
+ display:flex; align-items:center; justify-content:center; font-size:44px; font-weight:bold;
49
+ }
50
+
51
+ /* Tabs */
52
+ .tabs{ margin-top:26px; padding:0 36px; display:flex; gap:60px; font-size:40px; }
53
+ .tab{ padding:16px 0; color:var(--muted); }
54
+ .tab.active{ color:#295E3E; font-weight:700; position:relative; }
55
+ .tab.active::after{
56
+ content:""; position:absolute; left:0; right:0; bottom:-14px; height:8px; background:#2b7a55; border-radius:4px;
57
+ }
58
+ .list-toggle{ position:absolute; right:36px; top:330px; }
59
+ .list-toggle svg{ width:44px; height:44px; fill:#4a5249; }
60
+
61
+ /* Content grid */
62
+ .content{ padding:34px 36px 260px; }
63
+ .grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:48px; }
64
+ .tile{ background:transparent; border-radius:28px; }
65
+ .folder-icon{
66
+ width:100%; height:240px; background:#e9ece6; border-radius:28px; position:relative; box-shadow:var(--shadow);
67
+ display:flex; align-items:center; justify-content:center;
68
+ }
69
+ .folder-icon svg{ width:280px; height:180px; }
70
+ .folder-green{ background:#E1F1E4; }
71
+ .folder-grey{ background:#E4E7E2; }
72
+ .tile-label{ display:flex; align-items:center; justify-content:space-between; padding:18px 10px 0; }
73
+ .tile-label .name{ font-size:44px; font-weight:600; color:#2F3430; }
74
+ .tile-label .sub{ font-size:36px; color:var(--muted); }
75
+ .kebab{ width:20px; height:20px; padding:10px; }
76
+ .kebab svg{ width:20px; height:20px; fill:#60655d; }
77
+
78
+ /* Overlay small group icon on folder */
79
+ .group-badge{
80
+ position:absolute; right:20px; bottom:20px; width:72px; height:54px; background:#3e463f; border-radius:16px;
81
+ display:flex; align-items:center; justify-content:center;
82
+ }
83
+ .group-badge svg{ width:44px; height:44px; fill:#ffffff; }
84
+
85
+ /* Image preview tile */
86
+ .img-preview{
87
+ width:100%; height:240px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px;
88
+ display:flex; align-items:center; justify-content:center; color:#757575; box-shadow:var(--shadow);
89
+ }
90
+ .file-row{ display:flex; align-items:center; justify-content:space-between; padding:16px 8px 0; }
91
+ .file-name{ max-width:75%; font-size:40px; color:#2F3430; font-weight:600; line-height:1.15; }
92
+ .file-type{ width:56px; height:56px; background:#DB5C51; border-radius:10px; margin-right:16px; display:flex; align-items:center; justify-content:center; }
93
+ .file-type svg{ width:38px; height:38px; fill:#fff; }
94
+
95
+ /* Floating action button */
96
+ .fab{
97
+ position:absolute; right:44px; bottom:310px; width:150px; height:150px; background:#CFE2CE; border-radius:36px;
98
+ display:flex; align-items:center; justify-content:center; box-shadow:0 14px 28px rgba(0,0,0,0.15);
99
+ }
100
+ .fab svg{ width:72px; height:72px; stroke:#1F4D32; stroke-width:12; }
101
+
102
+ /* Snackbar */
103
+ .snackbar{
104
+ position:absolute; left:16px; right:16px; bottom:210px; background:#212121; color:#EDEDED; border-radius:18px;
105
+ height:120px; display:flex; align-items:center; justify-content:space-between; padding:0 28px; font-size:42px;
106
+ box-shadow:var(--shadow);
107
+ }
108
+ .snackbar .action{ color:#84C895; font-weight:700; }
109
+
110
+ /* Bottom nav bar */
111
+ .bottom-nav{
112
+ position:absolute; left:0; right:0; bottom:0; height:180px; background:#E7EDDF; display:flex; align-items:center; justify-content:space-around;
113
+ border-top:1px solid var(--divider);
114
+ }
115
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:16px; color:#5F665D; font-size:36px; }
116
+ .nav-item svg{ width:54px; height:54px; fill:#5F665D; }
117
+ .nav-item.active{
118
+ background:#DDE9D7; padding:24px 34px; border-radius:40px; color:#1F4D32;
119
+ }
120
+ .nav-item.active svg{ fill:#1F4D32; }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <!-- Status bar -->
127
+ <div class="status-bar">
128
+ <div>10:19</div>
129
+ <div class="status-icons">
130
+ <!-- simple icons placeholders -->
131
+ <svg viewBox="0 0 24 24" width="34" height="34"><circle cx="12" cy="12" r="10" fill="#6d6d6d"/></svg>
132
+ <svg viewBox="0 0 24 24" width="34" height="34"><rect x="4" y="6" width="16" height="12" rx="2" fill="#6d6d6d"/></svg>
133
+ <div class="status-dot"></div>
134
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M5 4h14v16H5z" fill="#6d6d6d"/></svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- App bar -->
139
+ <div class="app-bar">
140
+ <div class="search-row">
141
+ <div class="hamburger">
142
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
143
+ </div>
144
+ <div class="search-pill">
145
+ <svg class="icon" viewBox="0 0 24 24"><path d="M10 2a8 8 0 105.3 14.1l5.2 5.2 1.4-1.4-5.2-5.2A8 8 0 0010 2zm0 2a6 6 0 110 12 6 6 0 010-12z" fill="#536156"/></svg>
146
+ <input type="text" value="Search in Drive"/>
147
+ </div>
148
+ <div class="avatar">C</div>
149
+ </div>
150
+
151
+ <div class="tabs">
152
+ <div class="tab active">My Drive</div>
153
+ <div class="tab">Computers</div>
154
+ </div>
155
+ <div class="list-toggle">
156
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v2H4zm0 6h16v2H4zm0 6h16v2H4"/></svg>
157
+ </div>
158
+ </div>
159
+
160
+ <!-- Content grid -->
161
+ <div class="content">
162
+ <div class="grid">
163
+
164
+ <!-- Tile 1: Green folder -->
165
+ <div class="tile">
166
+ <div class="folder-icon folder-green">
167
+ <svg viewBox="0 0 100 70">
168
+ <path d="M10 20h20l8-8h52a8 8 0 018 8v34a8 8 0 01-8 8H10a8 8 0 01-8-8V28a8 8 0 018-8z" fill="#4AA56D"/>
169
+ </svg>
170
+ </div>
171
+ <div class="tile-label">
172
+ <div class="name">Green</div>
173
+ <div class="kebab">
174
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Tile 2: Memories shared folder -->
180
+ <div class="tile">
181
+ <div class="folder-icon folder-grey">
182
+ <svg viewBox="0 0 100 70">
183
+ <path d="M10 20h20l8-8h52a8 8 0 018 8v34a8 8 0 01-8 8H10a8 8 0 01-8-8V28a8 8 0 018-8z" fill="#464D47"/>
184
+ </svg>
185
+ <div class="group-badge">
186
+ <svg viewBox="0 0 24 24"><path d="M7 12a3 3 0 100-6 3 3 0 000 6zm10 0a3 3 0 100-6 3 3 0 000 6zm-14 8c0-3 3-5 7-5s7 2 7 5H3z" /></svg>
187
+ </div>
188
+ </div>
189
+ <div class="tile-label">
190
+ <div class="name">Memories</div>
191
+ <div class="kebab">
192
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Tile 3: Untitled folder -->
198
+ <div class="tile">
199
+ <div class="folder-icon folder-grey">
200
+ <svg viewBox="0 0 100 70">
201
+ <path d="M10 20h20l8-8h52a8 8 0 018 8v34a8 8 0 01-8 8H10a8 8 0 01-8-8V28a8 8 0 018-8z" fill="#464D47"/>
202
+ </svg>
203
+ </div>
204
+ <div class="tile-label">
205
+ <div class="name">
206
+ <div>Untitled</div>
207
+ <div class="sub">folder</div>
208
+ </div>
209
+ <div class="kebab">
210
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Tile 4: Image file preview -->
216
+ <div class="tile">
217
+ <div class="img-preview">[IMG: Plant photo preview]</div>
218
+ <div class="file-row">
219
+ <div style="display:flex; align-items:center; gap:18px;">
220
+ <div class="file-type">
221
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4zM6 16l3-4 3 3 3-5 3 6H6z"/></svg>
222
+ </div>
223
+ <div class="file-name">behance_download_16...</div>
224
+ </div>
225
+ <div class="kebab">
226
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Floating action button -->
235
+ <div class="fab">
236
+ <svg viewBox="0 0 48 48">
237
+ <path d="M24 8v32M8 24h32" fill="none"/>
238
+ </svg>
239
+ </div>
240
+
241
+ <!-- Snackbar -->
242
+ <div class="snackbar">
243
+ <div>1 item moved to "Green".</div>
244
+ <div class="action">Undo</div>
245
+ </div>
246
+
247
+ <!-- Bottom navigation -->
248
+ <div class="bottom-nav">
249
+ <div class="nav-item">
250
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-8 9 8v9h-6v-6H9v6H3z"/></svg>
251
+ <div>Home</div>
252
+ </div>
253
+ <div class="nav-item">
254
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-6.2 3.7 1.6-6.9L2 9.5l7.1-.6L12 2l2.9 6.9 7.1.6-5.4 4.6 1.6 6.9z"/></svg>
255
+ <div>Starred</div>
256
+ </div>
257
+ <div class="nav-item">
258
+ <svg viewBox="0 0 24 24"><path d="M7 12a3 3 0 100-6 3 3 0 000 6zm10 0a3 3 0 100-6 3 3 0 000 6zm-14 8c0-3 3-5 7-5s7 2 7 5H3z"/></svg>
259
+ <div>Shared</div>
260
+ </div>
261
+ <div class="nav-item active">
262
+ <svg viewBox="0 0 24 24"><path d="M3 7h7l2-2h9a2 2 0 012 2v11a2 2 0 01-2 2H3a2 2 0 01-2-2V9a2 2 0 012-2z"/></svg>
263
+ <div>Files</div>
264
+ </div>
265
+ </div>
266
+
267
+ </div>
268
+ </body>
269
+ </html>
code/10574/10574_0.html ADDED
@@ -0,0 +1,388 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Compare Products</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
+ color: #212121;
14
+ }
15
+
16
+ /* Top bar */
17
+ .top-bar {
18
+ width: 100%;
19
+ padding: 24px 24px 10px 24px;
20
+ box-sizing: border-box;
21
+ background: #ffffff;
22
+ }
23
+ .top-row {
24
+ display: flex;
25
+ align-items: center;
26
+ gap: 24px;
27
+ }
28
+ .icon-btn {
29
+ width: 72px;
30
+ height: 72px;
31
+ border-radius: 36px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ }
36
+ .search-wrap {
37
+ flex: 1;
38
+ height: 100px;
39
+ border-radius: 18px;
40
+ background: #f1f3f6;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 24px;
44
+ box-sizing: border-box;
45
+ }
46
+ .search-text {
47
+ flex: 1;
48
+ font-size: 34px;
49
+ color: #616161;
50
+ }
51
+ .cart-btn {
52
+ width: 72px;
53
+ height: 72px;
54
+ border-radius: 18px;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ }
59
+
60
+ /* Section title */
61
+ .section-title {
62
+ font-size: 46px;
63
+ font-weight: 700;
64
+ padding: 24px;
65
+ padding-top: 16px;
66
+ }
67
+
68
+ /* Product cards */
69
+ .compare-cards {
70
+ display: flex;
71
+ gap: 30px;
72
+ padding: 0 24px 8px 24px;
73
+ box-sizing: border-box;
74
+ }
75
+ .product-card {
76
+ width: 320px;
77
+ }
78
+ .prod-img {
79
+ width: 320px;
80
+ height: 220px;
81
+ background: #E0E0E0;
82
+ border: 1px solid #BDBDBD;
83
+ color: #757575;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ font-size: 26px;
88
+ }
89
+ .prod-name {
90
+ font-size: 34px;
91
+ margin-top: 12px;
92
+ white-space: nowrap;
93
+ overflow: hidden;
94
+ text-overflow: ellipsis;
95
+ }
96
+ .rating {
97
+ color: #2e7d32;
98
+ font-size: 34px;
99
+ margin-top: 6px;
100
+ }
101
+ .price-row {
102
+ display: flex;
103
+ align-items: baseline;
104
+ gap: 16px;
105
+ margin-top: 6px;
106
+ }
107
+ .price {
108
+ font-size: 42px;
109
+ font-weight: 700;
110
+ }
111
+ .old-price {
112
+ font-size: 34px;
113
+ color: #9e9e9e;
114
+ text-decoration: line-through;
115
+ }
116
+
117
+ /* Spec comparison grid */
118
+ .spec-table {
119
+ margin-top: 20px;
120
+ border-top: 1px solid #e0e0e0;
121
+ border-bottom: 1px solid #e0e0e0;
122
+ }
123
+ .spec-row {
124
+ display: grid;
125
+ grid-template-columns: 1.4fr 1fr 1fr 1fr;
126
+ min-height: 98px;
127
+ align-items: center;
128
+ font-size: 34px;
129
+ }
130
+ .spec-cell {
131
+ padding: 26px;
132
+ box-sizing: border-box;
133
+ border-bottom: 1px solid #eeeeee;
134
+ }
135
+ .spec-cell.label {
136
+ background: #f5f5f5;
137
+ color: #616161;
138
+ font-weight: 600;
139
+ }
140
+ .spec-row:last-child .spec-cell { border-bottom: none; }
141
+
142
+ /* View similar */
143
+ .view-similar {
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 18px;
147
+ padding: 26px 24px;
148
+ font-size: 38px;
149
+ }
150
+ .doc-icon {
151
+ width: 44px; height: 44px;
152
+ display: inline-flex; align-items: center; justify-content: center;
153
+ }
154
+
155
+ /* Frequently bought */
156
+ .fbt {
157
+ padding: 10px 24px 0 24px;
158
+ }
159
+ .fbt-title {
160
+ font-size: 44px;
161
+ font-weight: 700;
162
+ margin-bottom: 12px;
163
+ }
164
+ .fbt-item {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 22px;
168
+ padding-bottom: 18px;
169
+ }
170
+ .small-img {
171
+ width: 120px;
172
+ height: 120px;
173
+ background: #E0E0E0;
174
+ border: 1px solid #BDBDBD;
175
+ color: #757575;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ font-size: 22px;
180
+ }
181
+ .fbt-text {
182
+ font-size: 36px;
183
+ color: #616161;
184
+ white-space: nowrap;
185
+ overflow: hidden;
186
+ text-overflow: ellipsis;
187
+ }
188
+
189
+ /* Bottom actions */
190
+ .bottom-bar {
191
+ position: absolute;
192
+ bottom: 24px;
193
+ left: 0;
194
+ width: 100%;
195
+ display: flex;
196
+ justify-content: space-between;
197
+ padding: 0 24px;
198
+ box-sizing: border-box;
199
+ align-items: center;
200
+ }
201
+ .cart-mini {
202
+ width: 120px; height: 120px;
203
+ border-radius: 20px;
204
+ border: 1px solid #e0e0e0;
205
+ background: #ffffff;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ }
210
+ .btn-outline {
211
+ width: 430px; height: 120px;
212
+ border-radius: 20px;
213
+ border: 1px solid #d0d0d0;
214
+ background: #ffffff;
215
+ font-size: 40px;
216
+ font-weight: 700;
217
+ color: #212121;
218
+ display: flex; align-items: center; justify-content: center;
219
+ }
220
+ .btn-yellow {
221
+ width: 500px; height: 120px;
222
+ border-radius: 20px;
223
+ background: #ffc107;
224
+ color: #212121;
225
+ font-size: 44px; font-weight: 700;
226
+ display: flex; align-items: center; justify-content: center;
227
+ box-shadow: 0 4px 8px rgba(0,0,0,0.15);
228
+ }
229
+
230
+ /* Floating help button */
231
+ .floating-help {
232
+ position: absolute;
233
+ right: 32px;
234
+ bottom: 160px;
235
+ width: 140px; height: 140px;
236
+ background: #224df6;
237
+ border-radius: 70px;
238
+ box-shadow: 0 10px 18px rgba(0,0,0,0.25);
239
+ display: flex; align-items: center; justify-content: center;
240
+ color: #fff;
241
+ font-size: 64px;
242
+ font-weight: 900;
243
+ }
244
+ </style>
245
+ </head>
246
+ <body>
247
+ <div id="render-target">
248
+
249
+ <!-- Top bar with back, search, cart -->
250
+ <div class="top-bar">
251
+ <div class="top-row">
252
+ <div class="icon-btn" aria-label="Back">
253
+ <svg width="48" height="48" viewBox="0 0 48 48">
254
+ <path d="M28 8 L12 24 L28 40" fill="none" stroke="#424242" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="search-wrap">
258
+ <svg width="40" height="40" viewBox="0 0 48 48" style="margin-right:12px">
259
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#757575" stroke-width="4"/>
260
+ <line x1="30" y1="30" x2="44" y2="44" stroke="#757575" stroke-width="4" stroke-linecap="round"/>
261
+ </svg>
262
+ <div class="search-text">Search for products</div>
263
+ <svg width="40" height="40" viewBox="0 0 48 48">
264
+ <rect x="18" y="8" width="12" height="20" rx="6" fill="#757575"/>
265
+ <line x1="24" y1="28" x2="24" y2="40" stroke="#757575" stroke-width="4" stroke-linecap="round"/>
266
+ <line x1="16" y1="40" x2="32" y2="40" stroke="#757575" stroke-width="4" stroke-linecap="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="cart-btn" aria-label="Cart">
270
+ <svg width="48" height="48" viewBox="0 0 48 48">
271
+ <path d="M6 10 H12 L16 32 H36 L40 18 H18" fill="none" stroke="#424242" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
272
+ <circle cx="20" cy="38" r="3" fill="#424242"/>
273
+ <circle cx="34" cy="38" r="3" fill="#424242"/>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Section title -->
280
+ <div class="section-title">Similar Products to Compare</div>
281
+
282
+ <!-- Product cards -->
283
+ <div class="compare-cards">
284
+ <div class="product-card">
285
+ <div class="prod-img">[IMG: Hillgrove Drill Kit]</div>
286
+ <div class="prod-name">Hillgrove H26H9 3 Mo...</div>
287
+ <div class="rating">★★★★★</div>
288
+ <div class="price-row">
289
+ <div class="price">₹2,677</div>
290
+ <div class="old-price">₹4,999</div>
291
+ </div>
292
+ </div>
293
+ <div class="product-card">
294
+ <div class="prod-img">[IMG: Hillgrove Orange Drill]</div>
295
+ <div class="prod-name">Hillgrove H26H8 3 Mo...</div>
296
+ <div class="rating">★★★★★</div>
297
+ <div class="price-row">
298
+ <div class="price">₹3,099</div>
299
+ <div class="old-price">₹4,999</div>
300
+ </div>
301
+ </div>
302
+ <div class="product-card">
303
+ <div class="prod-img">[IMG: DUMDAAR Drill Set]</div>
304
+ <div class="prod-name">DUMDAAR DM26 1250W ...</div>
305
+ <div class="rating">★★★★★</div>
306
+ <div class="price-row">
307
+ <div class="price">₹2,985</div>
308
+ <div class="old-price">₹5,000</div>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Spec comparison grid -->
314
+ <div class="spec-table">
315
+ <div class="spec-row">
316
+ <div class="spec-cell label">Chuck Size</div>
317
+ <div class="spec-cell">26 mm</div>
318
+ <div class="spec-cell">26 mm</div>
319
+ <div class="spec-cell">26 mm</div>
320
+ </div>
321
+ <div class="spec-row">
322
+ <div class="spec-cell label">Power Source</div>
323
+ <div class="spec-cell">Corded</div>
324
+ <div class="spec-cell">Corded</div>
325
+ <div class="spec-cell">Corded</div>
326
+ </div>
327
+ <div class="spec-row">
328
+ <div class="spec-cell label">Reverse Rotation</div>
329
+ <div class="spec-cell">Yes</div>
330
+ <div class="spec-cell">Yes</div>
331
+ <div class="spec-cell">Yes</div>
332
+ </div>
333
+ <div class="spec-row">
334
+ <div class="spec-cell label">Type</div>
335
+ <div class="spec-cell">Hammer Drill</div>
336
+ <div class="spec-cell">Hammer Drill</div>
337
+ <div class="spec-cell">Rotary Hammer Drill</div>
338
+ </div>
339
+ <div class="spec-row">
340
+ <div class="spec-cell label">Brand</div>
341
+ <div class="spec-cell">Hillgrove</div>
342
+ <div class="spec-cell">Hillgrove</div>
343
+ <div class="spec-cell">DUMDAAR</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- View similar -->
348
+ <div class="view-similar">
349
+ <div class="doc-icon">
350
+ <svg width="44" height="44" viewBox="0 0 48 48">
351
+ <rect x="8" y="6" width="32" height="36" rx="4" fill="none" stroke="#616161" stroke-width="4"/>
352
+ <line x1="14" y1="16" x2="34" y2="16" stroke="#616161" stroke-width="4"/>
353
+ <line x1="14" y1="24" x2="34" y2="24" stroke="#616161" stroke-width="4"/>
354
+ </svg>
355
+ </div>
356
+ <div>View Similar</div>
357
+ </div>
358
+
359
+ <!-- Frequently bought together -->
360
+ <div class="fbt">
361
+ <div class="fbt-title">Frequently Bought Together</div>
362
+ <div class="fbt-item">
363
+ <div class="small-img">[IMG: Drill Box]</div>
364
+ <div class="fbt-text">With Hillgrove H26H4 All Purpose 26mm Ham...</div>
365
+ </div>
366
+ </div>
367
+
368
+ <!-- Bottom actions -->
369
+ <div class="bottom-bar">
370
+ <div class="cart-mini" aria-label="Cart with add">
371
+ <svg width="76" height="76" viewBox="0 0 48 48">
372
+ <path d="M6 12 H12 L16 32 H36 L40 20 H18" fill="none" stroke="#424242" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
373
+ <circle cx="20" cy="36" r="3" fill="#424242"/>
374
+ <circle cx="34" cy="36" r="3" fill="#424242"/>
375
+ <line x1="24" y1="10" x2="24" y2="22" stroke="#1e88e5" stroke-width="3"/>
376
+ <line x1="18" y1="16" x2="30" y2="16" stroke="#1e88e5" stroke-width="3"/>
377
+ </svg>
378
+ </div>
379
+ <div class="btn-outline">Pay with EMI</div>
380
+ <div class="btn-yellow">Buy now</div>
381
+ </div>
382
+
383
+ <!-- Floating help button -->
384
+ <div class="floating-help">f</div>
385
+
386
+ </div>
387
+ </body>
388
+ </html>
code/10574/10574_1.html ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Q&A Product Page 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
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background:#ffffff;
14
+ border-radius: 20px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ background:#f5f5f7;
21
+ display:flex;
22
+ align-items:center;
23
+ padding: 0 28px;
24
+ font-size:34px;
25
+ color:#222;
26
+ }
27
+ .status-right {
28
+ margin-left:auto;
29
+ display:flex;
30
+ align-items:center;
31
+ gap:26px;
32
+ color:#666;
33
+ }
34
+ /* Header search row */
35
+ .header {
36
+ background:#f5f5f7;
37
+ padding: 20px 24px 28px 24px;
38
+ border-bottom:1px solid #e6e6e6;
39
+ }
40
+ .search-row {
41
+ display:flex;
42
+ align-items:center;
43
+ gap:18px;
44
+ }
45
+ .icon-btn {
46
+ width:72px; height:72px;
47
+ display:flex; align-items:center; justify-content:center;
48
+ border-radius:16px;
49
+ color:#333;
50
+ }
51
+ .search-box {
52
+ flex:1;
53
+ height:88px;
54
+ background:#fff;
55
+ border:1px solid #dcdcdc;
56
+ border-radius:22px;
57
+ display:flex;
58
+ align-items:center;
59
+ padding:0 22px;
60
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
61
+ }
62
+ .search-box input {
63
+ border:none; outline:none; font-size:34px; flex:1; color:#222; background:transparent;
64
+ }
65
+ .title {
66
+ font-size:48px; font-weight:700; margin: 26px 10px 0 10px; color:#222;
67
+ }
68
+ /* Q&A list */
69
+ .list {
70
+ padding: 8px 24px 0 24px;
71
+ }
72
+ .qa-item {
73
+ border-bottom:1px solid #eaeaea;
74
+ padding: 32px 0;
75
+ position: relative;
76
+ }
77
+ .qa-item .more {
78
+ position:absolute; right:10px; top:40px; color:#888;
79
+ }
80
+ .q-label, .a-label { font-weight:700; font-size:40px; }
81
+ .q-text, .a-text { font-size:40px; line-height:1.3; margin-top:8px; }
82
+ .a-label { margin-top:16px; }
83
+ .meta {
84
+ margin-top:22px;
85
+ display:flex; align-items:center; gap:18px; flex-wrap:wrap;
86
+ color:#666; font-size:34px;
87
+ }
88
+ .pill {
89
+ display:flex; align-items:center; gap:12px;
90
+ background:#f3f3f3; border:1px solid #d9d9d9;
91
+ padding:14px 20px; border-radius:50px; color:#333;
92
+ font-size:34px;
93
+ }
94
+ .badge {
95
+ display:flex; align-items:center; gap:10px; color:#4a4a4a; font-size:32px;
96
+ }
97
+ /* All questions row */
98
+ .all-questions {
99
+ padding: 26px 24px;
100
+ display:flex; align-items:center; border-top:1px solid #eaeaea;
101
+ border-bottom:1px solid #eaeaea;
102
+ }
103
+ .all-questions .text { font-size:44px; font-weight:700; }
104
+ .spacer { flex:1; }
105
+ /* Similar products */
106
+ .similar-title { font-size:48px; font-weight:700; margin: 28px 24px; }
107
+ .products {
108
+ display:flex; gap:30px; padding: 0 24px 240px 24px;
109
+ }
110
+ .prod {
111
+ width:240px;
112
+ display:flex; flex-direction:column; align-items:center; gap:16px;
113
+ }
114
+ .img {
115
+ width:240px; height:220px; background:#E0E0E0; border:1px solid #BDBDBD;
116
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; text-align:center; border-radius:8px;
117
+ }
118
+ .prod-name { font-size:34px; color:#333; text-align:center; }
119
+ /* Bottom action bar */
120
+ .bottom-bar {
121
+ position:absolute; bottom:0; left:0; right:0;
122
+ background:#ffffff;
123
+ border-top:1px solid #e6e6e6;
124
+ padding: 24px;
125
+ display:flex; align-items:center; gap:24px;
126
+ }
127
+ .mini-btn {
128
+ width:180px; height:120px; border:1px solid #d7d7d7; border-radius:24px;
129
+ display:flex; align-items:center; justify-content:center; background:#fff;
130
+ }
131
+ .emi-btn {
132
+ flex:1; height:120px; border:1px solid #d7d7d7; border-radius:24px; background:#ffffff;
133
+ display:flex; align-items:center; justify-content:center; font-size:40px; color:#222; font-weight:600;
134
+ }
135
+ .buy-btn {
136
+ width:360px; height:120px; border-radius:24px; background:#ffc53d;
137
+ display:flex; align-items:center; justify-content:center; font-size:42px; font-weight:800; color:#3a2a00;
138
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.08);
139
+ }
140
+ /* Floating support */
141
+ .floating {
142
+ position:absolute; right:32px; bottom:220px; width:160px; height:160px;
143
+ background:#2e6ff2; border-radius:80px; box-shadow:0 6px 16px rgba(0,0,0,0.2);
144
+ display:flex; align-items:center; justify-content:center;
145
+ }
146
+ .floating .inner {
147
+ width:120px; height:120px; background:#ffd54d; border-radius:60px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:64px; color:#1e3fa1;
148
+ }
149
+ /* Gesture bar */
150
+ .gesture {
151
+ position:absolute; bottom:8px; left:50%; transform:translateX(-50%);
152
+ width:360px; height:10px; background:#000; border-radius:6px; opacity:0.08;
153
+ }
154
+ /* small helpers */
155
+ .muted { color:#777; }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status Bar -->
162
+ <div class="status-bar">
163
+ <div>8:16</div>
164
+ <div class="status-right">
165
+ <span>◉</span>
166
+ <span>ib</span>
167
+ <span>LR</span>
168
+ <span>•</span>
169
+ <span>⏻</span>
170
+ <span>🔊</span>
171
+ <span>87%</span>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Header with Search -->
176
+ <div class="header">
177
+ <div class="search-row">
178
+ <div class="icon-btn" aria-label="Back">
179
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
180
+ </div>
181
+ <div class="search-box">
182
+ <svg width="42" height="42" viewBox="0 0 24 24" style="margin-right:14px;"><circle cx="11" cy="11" r="7" stroke="#777" stroke-width="2" fill="none"/><path d="M20 20l-4.5-4.5" stroke="#777" stroke-width="2" stroke-linecap="round"/></svg>
183
+ <input type="text" value="Search for products">
184
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M12 3a4 4 0 014 4v3a4 4 0 01-8 0V7a4 4 0 014-4zm0 13v5" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
185
+ </div>
186
+ <div class="icon-btn" aria-label="Cart">
187
+ <svg width="46" height="46" viewBox="0 0 24 24"><path d="M6 6h14l-2 9H7L6 6z" fill="none" stroke="#333" stroke-width="2"/><circle cx="9" cy="20" r="1.5" fill="#333"/><circle cx="17" cy="20" r="1.5" fill="#333"/></svg>
188
+ </div>
189
+ </div>
190
+ <div class="title">Questions and Answers</div>
191
+ </div>
192
+
193
+ <!-- Q&A List -->
194
+ <div class="list">
195
+
196
+ <!-- Item 1 -->
197
+ <div class="qa-item">
198
+ <div class="more">
199
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#999"/><circle cx="12" cy="12" r="2" fill="#999"/><circle cx="19" cy="12" r="2" fill="#999"/></svg>
200
+ </div>
201
+ <div class="q-label">Q: Does the machine heat up quick??</div>
202
+ <div class="a-label muted">A:</div>
203
+ <div class="a-text">no</div>
204
+ <div class="meta">
205
+ <span class="muted">Harekrushna...</span>
206
+ <div class="pill">
207
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M6 14h3v6l6-11h3L12 3 6 14z" fill="#777"/></svg>
208
+ Helpful for 9
209
+ </div>
210
+ <div class="pill">
211
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M3 4h18v12H8l-5 4V4z" fill="none" stroke="#777" stroke-width="2"/></svg>
212
+ 1
213
+ </div>
214
+ </div>
215
+ <div class="meta">
216
+ <div class="badge">
217
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#4CAF50" stroke-width="2" fill="none"/><path d="M7 12l3 3 7-7" stroke="#4CAF50" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
218
+ Certified Buyer
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Item 2 -->
224
+ <div class="qa-item">
225
+ <div class="more">
226
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#999"/><circle cx="12" cy="12" r="2" fill="#999"/><circle cx="19" cy="12" r="2" fill="#999"/></svg>
227
+ </div>
228
+ <div class="q-label">Q: Can I use it in a 6 inch concrete slab for making holes</div>
229
+ <div class="a-label muted">A:</div>
230
+ <div class="a-text">yes</div>
231
+ <div class="meta">
232
+ <span class="muted">WalkersTec...</span>
233
+ <div class="pill">
234
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M6 14h3v6l6-11h3L12 3 6 14z" fill="#777"/></svg>
235
+ Helpful for 2
236
+ </div>
237
+ <div class="pill">
238
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M3 4h18v12H8l-5 4V4z" fill="none" stroke="#777" stroke-width="2"/></svg>
239
+ </div>
240
+ </div>
241
+ <div class="meta">
242
+ <div class="badge">
243
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#4CAF50" stroke-width="2" fill="none"/><path d="M7 12l3 3 7-7" stroke="#4CAF50" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
244
+ Flipkart Seller
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Item 3 -->
250
+ <div class="qa-item">
251
+ <div class="more">
252
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#999"/><circle cx="12" cy="12" r="2" fill="#999"/><circle cx="19" cy="12" r="2" fill="#999"/></svg>
253
+ </div>
254
+ <div class="q-label">Q: How many months warranty is there in this product</div>
255
+ <div class="a-label muted">A:</div>
256
+ <div class="a-text">2000</div>
257
+ <div class="meta">
258
+ <span class="muted">Flipkart Cust...</span>
259
+ <div class="pill">
260
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M6 14h3v6l6-11h3L12 3 6 14z" fill="#777"/></svg>
261
+ Helpful for 12
262
+ </div>
263
+ <div class="pill">
264
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M3 4h18v12H8l-5 4V4z" fill="none" stroke="#777" stroke-width="2"/></svg>
265
+ 29
266
+ </div>
267
+ </div>
268
+ <div class="meta">
269
+ <div class="badge">
270
+ <svg width="32" height="32" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#4CAF50" stroke-width="2" fill="none"/><path d="M7 12l3 3 7-7" stroke="#4CAF50" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
271
+ Certified Buyer
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- All Questions -->
277
+ <div class="all-questions">
278
+ <div class="text">All Questions</div>
279
+ <div class="spacer"></div>
280
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
281
+ </div>
282
+
283
+ <!-- Similar Products -->
284
+ <div class="similar-title">Similar Products to Compare</div>
285
+ <div class="products">
286
+ <div class="prod">
287
+ <div class="img">[IMG: Drill Case]</div>
288
+ <div class="prod-name">Hillgrove</div>
289
+ </div>
290
+ <div class="prod">
291
+ <div class="img">[IMG: Drill Kit]</div>
292
+ <div class="prod-name">Hillgrove</div>
293
+ </div>
294
+ <div class="prod">
295
+ <div class="img">[IMG: Drill Kit]</div>
296
+ <div class="prod-name">DUMDAA</div>
297
+ </div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Bottom Action Bar -->
302
+ <div class="bottom-bar">
303
+ <div class="mini-btn" aria-label="Cart Add">
304
+ <svg width="64" height="64" viewBox="0 0 24 24">
305
+ <path d="M6 6h14l-2 9H7L6 6z" fill="none" stroke="#333" stroke-width="2"/>
306
+ <path d="M4 4h3" stroke="#333" stroke-width="2" stroke-linecap="round"/>
307
+ <path d="M4 12h3" stroke="#333" stroke-width="2" stroke-linecap="round"/>
308
+ <circle cx="9" cy="20" r="1.5" fill="#333"/><circle cx="17" cy="20" r="1.5" fill="#333"/>
309
+ </svg>
310
+ <svg width="34" height="34" viewBox="0 0 24 24" style="margin-left:10px;"><path d="M12 5v14M5 12h14" stroke="#2e6ff2" stroke-width="2" stroke-linecap="round"/></svg>
311
+ </div>
312
+ <div class="emi-btn">Pay with EMI</div>
313
+ <div class="buy-btn">Buy now</div>
314
+ </div>
315
+
316
+ <!-- Floating support -->
317
+ <div class="floating">
318
+ <div class="inner">f</div>
319
+ </div>
320
+
321
+ <div class="gesture"></div>
322
+ </div>
323
+ </body>
324
+ </html>
code/10574/10574_2.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
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; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #F6F7F9;
11
+ }
12
+
13
+ /* Top header / status + search */
14
+ .status-bar {
15
+ height: 140px;
16
+ background: #E9ECEF;
17
+ padding: 24px 36px 0 36px;
18
+ color: #222;
19
+ font-size: 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ gap: 24px;
23
+ }
24
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 24px; }
25
+ .icon { width: 40px; height: 40px; display: inline-block; }
26
+ .app-bar {
27
+ height: 140px;
28
+ background: #E9ECEF;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px 24px 36px;
32
+ gap: 24px;
33
+ }
34
+ .search-wrap {
35
+ flex: 1;
36
+ background: #fff;
37
+ border-radius: 18px;
38
+ height: 110px;
39
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
40
+ border: 1px solid #D9D9D9;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 30px;
44
+ gap: 24px;
45
+ }
46
+ .search-text { color: #666; font-size: 42px; flex: 1; }
47
+ .round-btn {
48
+ width: 88px; height: 88px; border-radius: 44px; background: #fff;
49
+ border: 1px solid #D0D0D0; display: flex; align-items: center; justify-content: center;
50
+ }
51
+
52
+ /* Content */
53
+ .content {
54
+ background: #fff;
55
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
56
+ margin-top: 0;
57
+ padding: 24px 36px 220px 36px;
58
+ }
59
+ .rating-line { display: flex; align-items: center; gap: 16px; padding-top: 12px; }
60
+ .stars { display: flex; gap: 8px; }
61
+ .title { font-size: 44px; color: #222; font-weight: 600; }
62
+ .subhead { font-size: 44px; margin: 26px 0 18px 0; color: #222; }
63
+ .img-row { display: flex; gap: 26px; }
64
+ .img-ph {
65
+ width: 316px; height: 316px; background: #E0E0E0;
66
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
67
+ color: #757575; font-size: 32px;
68
+ }
69
+
70
+ .meta { margin-top: 18px; color: #666; font-size: 36px; }
71
+ .chips { display: flex; gap: 20px; margin-top: 22px; }
72
+ .chip {
73
+ display: inline-flex; align-items: center; gap: 16px;
74
+ border: 1px solid #D0D0D0; border-radius: 50px; padding: 18px 28px;
75
+ background: #FAFAFA; color: #333; font-size: 34px;
76
+ }
77
+ .verified {
78
+ display: flex; align-items: center; gap: 16px;
79
+ color: #4D4D4D; font-size: 34px; margin-top: 22px;
80
+ }
81
+
82
+ .section-divider { height: 1px; background: #EEE; margin: 36px 0; }
83
+
84
+ .review-title { display: flex; align-items: center; gap: 16px; font-size: 42px; color: #222; font-weight: 600; }
85
+ .review-text { font-size: 44px; color: #222; margin-top: 22px; }
86
+
87
+ .list-link {
88
+ margin-top: 24px; border-top: 1px solid #EEE; padding: 30px 4px;
89
+ display: flex; justify-content: space-between; align-items: center;
90
+ font-size: 42px; color: #111; font-weight: 600;
91
+ }
92
+
93
+ .qa-header { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
94
+ .qa-title { font-size: 52px; font-weight: 700; color: #111; }
95
+ .search-chip {
96
+ display: inline-flex; align-items: center; gap: 18px; border: 1px solid #D0D0D0;
97
+ border-radius: 12px; padding: 18px 26px; background: #fff; font-size: 40px; color: #222;
98
+ }
99
+
100
+ .qa-item { margin-top: 36px; font-size: 44px; color: #111; }
101
+ .qa-small { font-size: 40px; color: #666; margin-top: 18px; }
102
+
103
+ /* Bottom bar */
104
+ .bottom-bar {
105
+ position: absolute; left: 0; right: 0; bottom: 0;
106
+ height: 180px; background: #FFFFFF; border-top: 1px solid #E0E0E0;
107
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
108
+ }
109
+ .btn {
110
+ height: 120px; border-radius: 18px; display: flex; align-items: center; justify-content: center;
111
+ font-size: 42px; font-weight: 600;
112
+ }
113
+ .btn.small { width: 180px; background: #fff; border: 1px solid #D0D0D0; }
114
+ .btn.mid { flex: 1; margin: 0 24px; background: #fff; border: 1px solid #D0D0D0; color: #222; }
115
+ .btn.primary { width: 300px; background: #F8C34B; color: #111; border: none; }
116
+
117
+ /* Floating help button */
118
+ .floating-help {
119
+ position: absolute; right: 36px; bottom: 240px;
120
+ width: 132px; height: 132px; border-radius: 66px;
121
+ background: #1677FF; box-shadow: 0 8px 20px rgba(0,0,0,0.15);
122
+ display: flex; align-items: center; justify-content: center;
123
+ }
124
+ .floating-help-inner {
125
+ width: 90px; height: 90px; border-radius: 45px; background: #FFDD55;
126
+ display: flex; align-items: center; justify-content: center; color: #1E4FFF; font-weight: 800; font-size: 56px;
127
+ border: 4px solid rgba(255,255,255,0.6);
128
+ }
129
+
130
+ /* Simple SVG helpers */
131
+ .svg { width: 48px; height: 48px; }
132
+ .green { fill: #2ECC71; }
133
+ .gray { fill: #DADADA; }
134
+
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <!-- Status bar -->
141
+ <div class="status-bar">
142
+ <div>8:16</div>
143
+ <div class="status-icons">
144
+ <!-- simple status dots -->
145
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="6" cy="12" r="3" fill="#666"/></svg>
146
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#666"/></svg>
147
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="18" cy="12" r="3" fill="#666"/></svg>
148
+ <svg class="svg" viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="#666"/></svg>
149
+ <div style="font-size:34px;color:#666;">87%</div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- App bar with search -->
154
+ <div class="app-bar">
155
+ <!-- Back arrow -->
156
+ <div class="round-btn">
157
+ <svg class="svg" viewBox="0 0 24 24">
158
+ <path d="M15 18L9 12l6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+ <div class="search-wrap">
162
+ <svg class="svg" viewBox="0 0 24 24">
163
+ <circle cx="11" cy="11" r="7" stroke="#777" stroke-width="2" fill="none"/>
164
+ <path d="M20 20l-4-4" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
165
+ </svg>
166
+ <div class="search-text">Search for products</div>
167
+ <svg class="svg" viewBox="0 0 24 24">
168
+ <path d="M12 3c2 0 3 1 3 3v5c0 2-1 3-3 3s-3-1-3-3V6c0-2 1-3 3-3z" fill="#777"/>
169
+ <rect x="10" y="17" width="4" height="4" rx="1" fill="#777"/>
170
+ </svg>
171
+ </div>
172
+ <div class="round-btn">
173
+ <svg class="svg" viewBox="0 0 24 24">
174
+ <path d="M6 6h14l-2 12H8L6 6z" stroke="#333" stroke-width="2" fill="none"/>
175
+ <circle cx="9" cy="20" r="2" fill="#333"/>
176
+ <circle cx="17" cy="20" r="2" fill="#333"/>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Content -->
182
+ <div class="content">
183
+ <!-- Rating line -->
184
+ <div class="rating-line">
185
+ <div class="stars">
186
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
187
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
188
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
189
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
190
+ <svg class="svg" viewBox="0 0 24 24"><polygon fill="#A0E5B5" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
191
+ </div>
192
+ <div class="title">Good quality product</div>
193
+ </div>
194
+
195
+ <div class="subhead">Cool</div>
196
+
197
+ <div class="img-row">
198
+ <div class="img-ph">[IMG: Box package]</div>
199
+ <div class="img-ph">[IMG: Toolkit with tools]</div>
200
+ </div>
201
+
202
+ <div class="meta">Himanshu S..., Jambusar</div>
203
+
204
+ <div class="chips">
205
+ <div class="chip">
206
+ <svg class="svg" viewBox="0 0 24 24"><path d="M2 13h6l1-7h6v12H6l-4-5z" fill="#666"/></svg>
207
+ Helpful for 83
208
+ </div>
209
+ <div class="chip">
210
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 5h18v12H7l-4 4V5z" fill="#666"/></svg>
211
+ 19
212
+ </div>
213
+ </div>
214
+
215
+ <div class="verified">
216
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#0F9D58"/><path d="M7 12l3 3 7-7" stroke="#fff" stroke-width="2" fill="none"/></svg>
217
+ Verified Purchase · Jul, 2021
218
+ </div>
219
+
220
+ <div class="section-divider"></div>
221
+
222
+ <div class="review-title">
223
+ <div class="stars">
224
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
225
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
226
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
227
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="green" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
228
+ <svg class="svg" viewBox="0 0 24 24"><polygon class="gray" points="12,2 15,9 22,9 17,13 19,21 12,17 5,21 7,13 2,9 9,9"/></svg>
229
+ </div>
230
+ Worth the money
231
+ </div>
232
+
233
+ <div class="review-text">Very nice</div>
234
+ <div class="meta">Flipkart Cust..., Ganjam District</div>
235
+
236
+ <div class="chips">
237
+ <div class="chip">
238
+ <svg class="svg" viewBox="0 0 24 24"><path d="M2 13h6l1-7h6v12H6l-4-5z" fill="#666"/></svg>
239
+ Helpful for 39
240
+ </div>
241
+ <div class="chip">
242
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 5h18v12H7l-4 4V5z" fill="#666"/></svg>
243
+ 16
244
+ </div>
245
+ </div>
246
+
247
+ <div class="verified">
248
+ <svg class="svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#0F9D58"/><path d="M7 12l3 3 7-7" stroke="#fff" stroke-width="2" fill="none"/></svg>
249
+ Verified Purchase · Apr, 2021
250
+ </div>
251
+
252
+ <div class="list-link">
253
+ <div>All 189 reviews</div>
254
+ <svg class="svg" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
255
+ </div>
256
+
257
+ <div class="qa-header">
258
+ <div class="qa-title">Questions and Answers</div>
259
+ <div class="search-chip">
260
+ <svg class="svg" viewBox="0 0 24 24">
261
+ <circle cx="11" cy="11" r="7" stroke="#777" stroke-width="2" fill="none"/>
262
+ <path d="M20 20l-4-4" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
263
+ </svg>
264
+ Search
265
+ </div>
266
+ </div>
267
+
268
+ <div class="qa-item">Q: Does the machine heat up quick??</div>
269
+ <div class="qa-item" style="color:#333;">A: no</div>
270
+ <div class="qa-small">Harekrushna...</div>
271
+
272
+ <div class="chips" style="margin-top: 18px;">
273
+ <div class="chip">
274
+ <svg class="svg" viewBox="0 0 24 24"><path d="M2 13h6l1-7h6v12H6l-4-5z" fill="#666"/></svg>
275
+ Helpful for 9
276
+ </div>
277
+ <div class="chip">
278
+ <svg class="svg" viewBox="0 0 24 24"><path d="M3 5h18v12H7l-4 4V5z" fill="#666"/></svg>
279
+ 1
280
+ </div>
281
+ </div>
282
+
283
+ </div>
284
+
285
+ <!-- Floating help button -->
286
+ <div class="floating-help">
287
+ <div class="floating-help-inner">f</div>
288
+ </div>
289
+
290
+ <!-- Bottom purchase bar -->
291
+ <div class="bottom-bar">
292
+ <div class="btn small">
293
+ <svg class="svg" viewBox="0 0 24 24">
294
+ <path d="M6 6h14l-2 12H8L6 6z" stroke="#333" stroke-width="2" fill="none"/>
295
+ <path d="M19 6V3M16 6V3" stroke="#333" stroke-width="2"/>
296
+ </svg>
297
+ </div>
298
+ <div class="btn mid">Pay with EMI</div>
299
+ <div class="btn primary">Buy now</div>
300
+ </div>
301
+
302
+ </div>
303
+ </body>
304
+ </html>
code/10574/10574_3.html ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Product Reviews UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; color: #212121;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 90px; display: flex; align-items: center; justify-content: space-between;
16
+ padding: 0 32px; font-size: 32px; color: #424242;
17
+ border-bottom: 1px solid #e0e0e0;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 18px; }
20
+ .status-icons { display: flex; align-items: center; gap: 24px; }
21
+ .badge-dot { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; display: inline-block; }
22
+
23
+ /* Top thumbnails */
24
+ .thumb-row { display: flex; gap: 24px; padding: 24px 24px 18px 24px; }
25
+ .thumb {
26
+ width: 318px; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD;
27
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center;
28
+ }
29
+
30
+ /* Filters */
31
+ .filters { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
32
+ .filter-item { padding: 24px; display: flex; align-items: center; gap: 18px; font-size: 36px; }
33
+ .filter-item + .filter-item { border-left: 1px solid #e0e0e0; }
34
+ .check-box {
35
+ width: 46px; height: 46px; border: 3px solid #424242; border-radius: 8px; position: relative;
36
+ }
37
+ .check-box .tick {
38
+ position: absolute; left: 8px; top: 8px; width: 28px; height: 28px;
39
+ border-right: 5px solid #1e88e5; border-bottom: 5px solid #1e88e5; transform: rotate(45deg);
40
+ }
41
+ .dropdown { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 18px solid #616161; margin-left: 8px; }
42
+
43
+ /* Reviews */
44
+ .reviews { }
45
+ .review-card {
46
+ position: relative;
47
+ padding: 26px 24px 20px 24px;
48
+ border-bottom: 1px solid #eeeeee;
49
+ }
50
+ .rating-line { display: flex; align-items: center; gap: 18px; }
51
+ .stars { display: flex; gap: 6px; }
52
+ .title { font-size: 40px; font-weight: 600; color: #1f1f1f; }
53
+ .subtext { margin-top: 16px; color: #616161; font-size: 30px; }
54
+ .review-text { margin-top: 24px; font-size: 36px; }
55
+ .review-photos { display: flex; gap: 24px; margin-top: 24px; }
56
+ .photo { width: 330px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575; display: flex; align-items: center; justify-content: center; font-size: 24px; }
57
+ .author { margin-top: 22px; font-size: 34px; color: #424242; }
58
+ .chips { display: flex; gap: 24px; margin-top: 18px; }
59
+ .chip {
60
+ display: inline-flex; align-items: center; gap: 14px;
61
+ border: 2px solid #cfcfcf; border-radius: 30px; padding: 16px 26px; font-size: 32px; color: #424242; background: #fafafa;
62
+ }
63
+ .verified { display: flex; align-items: center; gap: 12px; color: #2e7d32; margin-top: 16px; font-size: 30px; }
64
+ .dot { margin: 0 8px; color: #9e9e9e; }
65
+ .ellipsis {
66
+ position: absolute; right: 24px; top: 180px;
67
+ display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center;
68
+ }
69
+ .ellipsis div { width: 8px; height: 8px; background: #757575; border-radius: 50%; }
70
+
71
+ /* Icons */
72
+ .icon { display: inline-block; vertical-align: middle; }
73
+ .star svg { display: block; }
74
+ .green { fill: #2e7d32; }
75
+ .grey { fill: #cfd8dc; }
76
+
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Status bar -->
83
+ <div class="status-bar">
84
+ <div class="status-left">
85
+ <div>8:16</div>
86
+ <span class="badge-dot"></span>
87
+ <span class="badge-dot"></span>
88
+ </div>
89
+ <div class="status-icons">
90
+ <!-- simple signal icon -->
91
+ <svg width="34" height="34" viewBox="0 0 24 24">
92
+ <rect x="2" y="16" width="3" height="6" fill="#616161"></rect>
93
+ <rect x="7" y="13" width="3" height="9" fill="#616161"></rect>
94
+ <rect x="12" y="10" width="3" height="12" fill="#616161"></rect>
95
+ <rect x="17" y="6" width="3" height="16" fill="#616161"></rect>
96
+ </svg>
97
+ <!-- wifi -->
98
+ <svg width="34" height="34" viewBox="0 0 24 24">
99
+ <path d="M2 8c5-5 15-5 20 0" stroke="#616161" stroke-width="2" fill="none" />
100
+ <path d="M5 11c4-4 10-4 14 0" stroke="#616161" stroke-width="2" fill="none" />
101
+ <path d="M8 14c3-3 5-3 8 0" stroke="#616161" stroke-width="2" fill="none" />
102
+ <circle cx="12" cy="18" r="2" fill="#616161" />
103
+ </svg>
104
+ <!-- battery -->
105
+ <div style="display:flex; align-items:center; gap:10px;">
106
+ <svg width="50" height="30" viewBox="0 0 50 30">
107
+ <rect x="1" y="5" width="42" height="20" rx="4" ry="4" stroke="#616161" fill="none" stroke-width="2"></rect>
108
+ <rect x="3" y="7" width="30" height="16" fill="#616161"></rect>
109
+ <rect x="44" y="11" width="5" height="8" fill="#616161"></rect>
110
+ </svg>
111
+ <div style="font-size:28px; color:#616161;">87%</div>
112
+ </div>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Top thumbnails -->
117
+ <div class="thumb-row">
118
+ <div class="thumb">[IMG: Product Box Label]</div>
119
+ <div class="thumb">[IMG: Tool kit & drill bits]</div>
120
+ <div class="thumb">[IMG: Drill machine in case]</div>
121
+ </div>
122
+
123
+ <!-- Filters -->
124
+ <div class="filters">
125
+ <div class="filter-item">
126
+ <div style="font-weight:700;">Most Helpful</div>
127
+ <div class="dropdown"></div>
128
+ </div>
129
+ <div class="filter-item">
130
+ <div class="check-box"><div class="tick"></div></div>
131
+ <div style="font-weight:700;">Verified Purchases</div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Reviews list -->
136
+ <div class="reviews">
137
+
138
+ <!-- Review 1 -->
139
+ <div class="review-card">
140
+ <div class="rating-line">
141
+ <div class="stars">
142
+ <span class="star icon">
143
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
144
+ </span>
145
+ <span class="star icon">
146
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
147
+ </span>
148
+ <span class="star icon">
149
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
150
+ </span>
151
+ <span class="star icon">
152
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
153
+ </span>
154
+ <span class="star icon">
155
+ <svg width="42" height="42" viewBox="0 0 24 24" class="grey"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
156
+ </span>
157
+ </div>
158
+ <div class="title">Good quality product</div>
159
+ </div>
160
+
161
+ <div class="subtext">Review for: Chuck Size 26 mm</div>
162
+ <div class="review-text">Cool</div>
163
+
164
+ <div class="review-photos">
165
+ <div class="photo">[IMG: Product Box]</div>
166
+ <div class="photo">[IMG: Drill & bits]</div>
167
+ </div>
168
+
169
+ <div class="author">Himanshu S..., Jambusar</div>
170
+
171
+ <div class="chips">
172
+ <div class="chip">
173
+ <svg width="32" height="32" viewBox="0 0 24 24">
174
+ <path d="M2 21h4V9H2v12zm6 0h5l5-8V7c0-1.1-.9-2-2-2h-4v10H8v6z" fill="#616161"></path>
175
+ </svg>
176
+ Helpful for 83
177
+ </div>
178
+ <div class="chip">
179
+ <svg width="32" height="32" viewBox="0 0 24 24">
180
+ <path d="M4 4h16v12H6l-2 4V4z" fill="#616161"></path>
181
+ </svg>
182
+ 19
183
+ </div>
184
+ </div>
185
+
186
+ <div class="verified">
187
+ <svg width="28" height="28" viewBox="0 0 24 24">
188
+ <circle cx="12" cy="12" r="10" fill="#2e7d32"></circle>
189
+ <path d="M8 12l3 3 5-6" stroke="#ffffff" stroke-width="2" fill="none"></path>
190
+ </svg>
191
+ Verified Purchase
192
+ <span class="dot">·</span>
193
+ Jul, 2021
194
+ </div>
195
+
196
+ <div class="ellipsis">
197
+ <div></div><div></div><div></div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Review 2 -->
202
+ <div class="review-card">
203
+ <div class="rating-line">
204
+ <div class="stars">
205
+ <span class="star icon">
206
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
207
+ </span>
208
+ <span class="star icon">
209
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
210
+ </span>
211
+ <span class="star icon">
212
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
213
+ </span>
214
+ <span class="star icon">
215
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
216
+ </span>
217
+ <span class="star icon">
218
+ <svg width="42" height="42" viewBox="0 0 24 24" class="grey"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
219
+ </span>
220
+ </div>
221
+ <div class="title">Worth the money</div>
222
+ </div>
223
+
224
+ <div class="subtext">Review for: Chuck Size 26 mm</div>
225
+ <div class="review-text">Very nice</div>
226
+
227
+ <div class="author">Flipkart Cust..., Ganjam District</div>
228
+
229
+ <div class="chips">
230
+ <div class="chip">
231
+ <svg width="32" height="32" viewBox="0 0 24 24">
232
+ <path d="M2 21h4V9H2v12zm6 0h5l5-8V7c0-1.1-.9-2-2-2h-4v10H8v6z" fill="#616161"></path>
233
+ </svg>
234
+ Helpful for 39
235
+ </div>
236
+ <div class="chip">
237
+ <svg width="32" height="32" viewBox="0 0 24 24">
238
+ <path d="M4 4h16v12H6l-2 4V4z" fill="#616161"></path>
239
+ </svg>
240
+ 16
241
+ </div>
242
+ </div>
243
+
244
+ <div class="verified">
245
+ <svg width="28" height="28" viewBox="0 0 24 24">
246
+ <circle cx="12" cy="12" r="10" fill="#2e7d32"></circle>
247
+ <path d="M8 12l3 3 5-6" stroke="#ffffff" stroke-width="2" fill="none"></path>
248
+ </svg>
249
+ Verified Purchase
250
+ <span class="dot">·</span>
251
+ Apr, 2021
252
+ </div>
253
+
254
+ <div class="ellipsis">
255
+ <div></div><div></div><div></div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Review 3 -->
260
+ <div class="review-card">
261
+ <div class="rating-line">
262
+ <div class="stars">
263
+ <span class="star icon">
264
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
265
+ </span>
266
+ <span class="star icon">
267
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
268
+ </span>
269
+ <span class="star icon">
270
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
271
+ </span>
272
+ <span class="star icon">
273
+ <svg width="42" height="42" viewBox="0 0 24 24" class="green"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
274
+ </span>
275
+ <span class="star icon">
276
+ <svg width="42" height="42" viewBox="0 0 24 24" class="grey"><path d="M12 .6l3.09 6.26 6.91 1.01-5 4.88 1.18 6.89L12 16.77l-6.18 3.27 1.18-6.89-5-4.88 6.91-1.01L12 .6z"/></svg>
277
+ </span>
278
+ </div>
279
+ <div class="title">Good quality product</div>
280
+ </div>
281
+
282
+ <div class="subtext">Review for: Chuck Size 26 mm</div>
283
+ <div class="review-text">Very good product, Very powerful machine, Thank you Flipkart</div>
284
+
285
+ <div class="review-photos">
286
+ <div class="photo">[IMG: Drill front panel]</div>
287
+ <div class="photo">[IMG: Drill case]</div>
288
+ </div>
289
+ </div>
290
+
291
+ </div>
292
+
293
+ <!-- bottom spacer to mimic visible end -->
294
+ <div style="height: 60px;"></div>
295
+ </div>
296
+ </body>
297
+ </html>