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

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/12935/12935_0.html +281 -0
  2. code/12935/12935_1.html +212 -0
  3. code/12935/12935_2.html +250 -0
  4. code/1294/1294_0.html +328 -0
  5. code/1294/1294_1.html +548 -0
  6. code/1294/1294_2.html +394 -0
  7. code/1294/1294_3.html +257 -0
  8. code/1294/1294_4.html +298 -0
  9. code/12941/12941_0.html +341 -0
  10. code/12941/12941_1.html +447 -0
  11. code/12941/12941_2.html +277 -0
  12. code/12941/12941_3.html +287 -0
  13. code/12941/12941_4.html +242 -0
  14. code/12941/12941_5.html +356 -0
  15. code/12943/12943_0.html +340 -0
  16. code/12943/12943_1.html +346 -0
  17. code/12943/12943_2.html +325 -0
  18. code/12943/12943_3.html +228 -0
  19. code/12943/12943_4.html +322 -0
  20. code/12943/12943_5.html +192 -0
  21. code/12943/12943_6.html +206 -0
  22. code/12943/12943_7.html +301 -0
  23. code/12943/12943_8.html +215 -0
  24. code/12943/12943_9.html +218 -0
  25. code/1295/1295_0.html +337 -0
  26. code/1295/1295_1.html +225 -0
  27. code/1295/1295_2.html +289 -0
  28. code/1295/1295_3.html +284 -0
  29. code/1295/1295_4.html +220 -0
  30. code/12955/12955_0.html +228 -0
  31. code/12955/12955_1.html +258 -0
  32. code/12955/12955_2.html +263 -0
  33. code/12955/12955_3.html +137 -0
  34. code/12959/12959_0.html +241 -0
  35. code/12959/12959_1.html +196 -0
  36. code/12959/12959_2.html +326 -0
  37. code/12959/12959_3.html +204 -0
  38. code/12961/12961_0.html +181 -0
  39. code/12961/12961_1.html +376 -0
  40. code/12961/12961_2.html +335 -0
  41. code/12961/12961_3.html +395 -0
  42. code/12961/12961_4.html +299 -0
  43. code/12963/12963_0.html +283 -0
  44. code/12963/12963_1.html +380 -0
  45. code/12963/12963_2.html +292 -0
  46. code/12963/12963_3.html +377 -0
  47. code/12966/12966_0.html +251 -0
  48. code/12966/12966_1.html +258 -0
  49. code/12966/12966_2.html +453 -0
  50. code/12966/12966_3.html +409 -0
code/12935/12935_0.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Language Lesson UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #101b1f; /* dark teal/black app background */
14
+ color: #e7f0f3;
15
+ }
16
+
17
+ /* Top bar with close and progress */
18
+ .top-bar {
19
+ position: absolute;
20
+ left: 0;
21
+ right: 0;
22
+ top: 80px;
23
+ height: 90px;
24
+ padding: 0 48px;
25
+ display: flex;
26
+ align-items: center;
27
+ gap: 36px;
28
+ }
29
+ .close-btn {
30
+ width: 64px;
31
+ height: 64px;
32
+ border-radius: 50%;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+ .close-btn svg { width: 36px; height: 36px; opacity: 0.9; }
38
+ .progress-track {
39
+ flex: 1;
40
+ height: 28px;
41
+ background: #2b3a40;
42
+ border-radius: 14px;
43
+ position: relative;
44
+ overflow: hidden;
45
+ }
46
+ .progress-fill {
47
+ position: absolute;
48
+ left: 0; top: 0; bottom: 0;
49
+ width: 36%;
50
+ background: #86d63c;
51
+ border-radius: 14px;
52
+ }
53
+
54
+ /* NEW WORD badge */
55
+ .new-word {
56
+ position: absolute;
57
+ left: 60px;
58
+ top: 220px;
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 18px;
62
+ color: #b084f6;
63
+ font-weight: 700;
64
+ letter-spacing: 0.5px;
65
+ font-size: 36px;
66
+ }
67
+ .dice {
68
+ width: 38px; height: 38px;
69
+ border-radius: 50%;
70
+ background: #b084f6;
71
+ display: inline-flex; align-items: center; justify-content: center;
72
+ }
73
+ .dice svg { width: 22px; height: 22px; }
74
+
75
+ /* Heading */
76
+ .heading {
77
+ position: absolute;
78
+ left: 60px;
79
+ top: 290px;
80
+ font-size: 72px;
81
+ font-weight: 800;
82
+ letter-spacing: 0.2px;
83
+ color: #e5eef1;
84
+ }
85
+
86
+ /* Audio pill and hint bubble */
87
+ .audio-row {
88
+ position: absolute;
89
+ left: 60px;
90
+ top: 420px;
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 22px;
94
+ }
95
+ .audio-pill {
96
+ display: flex;
97
+ align-items: center;
98
+ background: #183e49;
99
+ border-radius: 28px;
100
+ padding: 12px 22px 12px 12px;
101
+ }
102
+ .audio-icon {
103
+ width: 78px; height: 78px;
104
+ background: #39b1ff;
105
+ border-radius: 18px;
106
+ display: flex; align-items: center; justify-content: center;
107
+ margin-right: 18px;
108
+ }
109
+ .audio-icon svg { width: 36px; height: 36px; fill: #0e2c35; }
110
+ .audio-text {
111
+ font-size: 46px;
112
+ font-weight: 700;
113
+ color: #8ec5ff;
114
+ text-decoration: underline dotted;
115
+ text-decoration-thickness: 4px;
116
+ text-underline-offset: 10px;
117
+ }
118
+
119
+ .hint-bubble {
120
+ position: absolute;
121
+ left: 60px;
122
+ top: 520px;
123
+ width: 960px;
124
+ background: #1a2c31;
125
+ border-radius: 28px;
126
+ padding: 34px 40px;
127
+ color: #cfe3ea;
128
+ font-size: 44px;
129
+ line-height: 1.35;
130
+ box-shadow: 0 2px 0 #21383e inset;
131
+ }
132
+ .hint-bubble b { color: #ffffff; }
133
+ .hint-notch {
134
+ position: absolute;
135
+ left: 220px; top: -16px;
136
+ width: 30px; height: 30px;
137
+ background: #1a2c31;
138
+ transform: rotate(45deg);
139
+ border-radius: 6px 0 0 0;
140
+ }
141
+
142
+ /* Cards grid */
143
+ .grid {
144
+ position: absolute;
145
+ left: 60px;
146
+ right: 60px;
147
+ top: 760px;
148
+ display: grid;
149
+ grid-template-columns: 1fr 1fr;
150
+ gap: 40px;
151
+ }
152
+ .card {
153
+ height: 560px;
154
+ border: 4px solid #2a3a40;
155
+ border-radius: 40px;
156
+ padding: 36px;
157
+ box-sizing: border-box;
158
+ display: flex;
159
+ flex-direction: column;
160
+ justify-content: space-between;
161
+ background: transparent;
162
+ }
163
+ .img-placeholder {
164
+ width: 100%;
165
+ height: 390px;
166
+ background: #E0E0E0;
167
+ border: 1px solid #BDBDBD;
168
+ border-radius: 22px;
169
+ display: flex; justify-content: center; align-items: center;
170
+ color: #757575;
171
+ font-size: 40px;
172
+ text-align: center;
173
+ }
174
+ .card-label {
175
+ font-size: 44px;
176
+ color: #e6edf0;
177
+ text-align: left;
178
+ padding-left: 6px;
179
+ padding-bottom: 4px;
180
+ }
181
+
182
+ /* Bottom check button */
183
+ .bottom-bar {
184
+ position: absolute;
185
+ left: 60px;
186
+ right: 60px;
187
+ bottom: 180px;
188
+ height: 120px;
189
+ background: #2a3a40;
190
+ border-radius: 40px;
191
+ display: flex; align-items: center; justify-content: center;
192
+ color: #8fa2a9;
193
+ font-size: 48px;
194
+ font-weight: 800;
195
+ letter-spacing: 1.6px;
196
+ }
197
+
198
+ /* Small status gesture bar */
199
+ .home-indicator {
200
+ position: absolute;
201
+ bottom: 96px;
202
+ left: 50%;
203
+ transform: translateX(-50%);
204
+ width: 360px;
205
+ height: 12px;
206
+ background: #cdd6db;
207
+ opacity: 0.6;
208
+ border-radius: 10px;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+ <div class="top-bar">
215
+ <div class="close-btn">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M5 5l14 14M19 5L5 19" stroke="#d1dde2" stroke-width="3" stroke-linecap="round"/>
218
+ </svg>
219
+ </div>
220
+ <div class="progress-track">
221
+ <div class="progress-fill"></div>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="new-word">
226
+ <span class="dice">
227
+ <svg viewBox="0 0 24 24">
228
+ <circle cx="6" cy="6" r="3" fill="#fff"/>
229
+ <circle cx="18" cy="6" r="3" fill="#fff"/>
230
+ <circle cx="6" cy="18" r="3" fill="#fff"/>
231
+ <circle cx="18" cy="18" r="3" fill="#fff"/>
232
+ </svg>
233
+ </span>
234
+ <span>NEW WORD</span>
235
+ </div>
236
+
237
+ <div class="heading">Select the correct image</div>
238
+
239
+ <div class="audio-row">
240
+ <div class="audio-pill">
241
+ <div class="audio-icon">
242
+ <svg viewBox="0 0 24 24">
243
+ <path d="M11 5L7 9H4v6h3l4 4z" />
244
+ <path d="M15 8c1.6 1.6 1.6 4.4 0 6" stroke="#0e2c35" stroke-width="2" fill="none" stroke-linecap="round"/>
245
+ <path d="M18 6c3 3 3 9 0 12" stroke="#0e2c35" stroke-width="2" fill="none" stroke-linecap="round"/>
246
+ </svg>
247
+ </div>
248
+ <div class="audio-text">le chat</div>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="hint-bubble">
253
+ <div class="hint-notch"></div>
254
+ This is a <b>new word</b>.<br/>
255
+ Tap it to learn what it means.
256
+ </div>
257
+
258
+ <div class="grid">
259
+ <div class="card">
260
+ <div class="img-placeholder">[IMG: Purple Cat]</div>
261
+ <div class="card-label">the cat</div>
262
+ </div>
263
+ <div class="card">
264
+ <div class="img-placeholder">[IMG: Man with Turban]</div>
265
+ <div class="card-label">the man</div>
266
+ </div>
267
+ <div class="card">
268
+ <div class="img-placeholder">[IMG: Cartoon Boy]</div>
269
+ <div class="card-label">the boy</div>
270
+ </div>
271
+ <div class="card">
272
+ <div class="img-placeholder">[IMG: Blue Number 1]</div>
273
+ <div class="card-label">one</div>
274
+ </div>
275
+ </div>
276
+
277
+ <div class="bottom-bar">CHECK</div>
278
+ <div class="home-indicator"></div>
279
+ </div>
280
+ </body>
281
+ </html>
code/12935/12935_1.html ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Onboarding Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji"; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1f2126;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 24px;
21
+ left: 36px;
22
+ right: 36px;
23
+ height: 96px;
24
+ color: #ffffff;
25
+ font-size: 42px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ opacity: 0.95;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 22px; }
32
+ .status-right { display: flex; align-items: center; gap: 28px; }
33
+ .status-icon svg { display: block; }
34
+
35
+ /* Illustration placeholder */
36
+ .hero {
37
+ position: absolute;
38
+ left: 60px;
39
+ top: 520px;
40
+ width: 960px;
41
+ height: 700px;
42
+ background: #E0E0E0;
43
+ border: 1px solid #BDBDBD;
44
+ border-radius: 220px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ color: #757575;
49
+ text-align: center;
50
+ font-size: 36px;
51
+ line-height: 1.3;
52
+ box-shadow: 0 40px 80px rgba(0,0,0,0.35);
53
+ }
54
+
55
+ /* Copy */
56
+ .title {
57
+ position: absolute;
58
+ top: 1380px;
59
+ left: 90px;
60
+ width: 900px;
61
+ color: #ffffff;
62
+ font-size: 66px;
63
+ font-weight: 700;
64
+ text-align: center;
65
+ letter-spacing: 0.2px;
66
+ }
67
+ .subtitle {
68
+ position: absolute;
69
+ top: 1548px;
70
+ left: 90px;
71
+ width: 900px;
72
+ color: #a8adb7;
73
+ font-size: 38px;
74
+ text-align: center;
75
+ line-height: 58px;
76
+ }
77
+
78
+ /* Dots indicator */
79
+ .dots {
80
+ position: absolute;
81
+ top: 1940px;
82
+ left: 0;
83
+ right: 0;
84
+ display: flex;
85
+ justify-content: center;
86
+ gap: 24px;
87
+ }
88
+ .dot {
89
+ width: 22px;
90
+ height: 22px;
91
+ border-radius: 50%;
92
+ background: #2b2e34;
93
+ }
94
+ .dot.active { background: #ff7a2f; }
95
+
96
+ /* CTA button */
97
+ .cta {
98
+ position: absolute;
99
+ top: 2040px;
100
+ left: 60px;
101
+ width: 960px;
102
+ height: 140px;
103
+ background: #ff7a2f;
104
+ color: #ffffff;
105
+ border-radius: 22px;
106
+ box-shadow: 0 8px 0 rgba(0,0,0,0.35);
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ font-size: 48px;
111
+ font-weight: 700;
112
+ text-align: center;
113
+ cursor: pointer;
114
+ }
115
+
116
+ /* Login link */
117
+ .login {
118
+ position: absolute;
119
+ top: 2220px;
120
+ left: 0;
121
+ right: 0;
122
+ color: #a8adb7;
123
+ font-size: 38px;
124
+ text-align: center;
125
+ }
126
+ .login a {
127
+ color: #4aa3ff;
128
+ text-decoration: none;
129
+ font-weight: 700;
130
+ }
131
+
132
+ /* Bottom gesture bar */
133
+ .gesture {
134
+ position: absolute;
135
+ bottom: 36px;
136
+ left: 50%;
137
+ transform: translateX(-50%);
138
+ width: 440px;
139
+ height: 18px;
140
+ background: #d6d7da;
141
+ border-radius: 12px;
142
+ opacity: 0.9;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status Bar -->
150
+ <div class="status-bar">
151
+ <div class="status-left">
152
+ <div>3:35</div>
153
+ <div class="status-icon">
154
+ <!-- Simple video/cast icon -->
155
+ <svg width="52" height="36" viewBox="0 0 52 36" xmlns="http://www.w3.org/2000/svg">
156
+ <rect x="2" y="6" width="34" height="24" rx="4" fill="#ffffff"/>
157
+ <polygon points="30,18 46,8 46,28" fill="#ffffff"/>
158
+ </svg>
159
+ </div>
160
+ <div class="status-icon">
161
+ <!-- Cloud icon -->
162
+ <svg width="52" height="36" viewBox="0 0 52 36" xmlns="http://www.w3.org/2000/svg">
163
+ <path d="M14 24c-6 0-10-3-10-8s4-8 9-8c2-5 7-8 12-8 7 0 13 6 13 13h2c5 0 9 4 9 9s-4 10-10 10H14z" fill="#ffffff"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ <div class="status-right">
168
+ <div class="status-icon">
169
+ <!-- WiFi icon -->
170
+ <svg width="48" height="36" viewBox="0 0 48 36" xmlns="http://www.w3.org/2000/svg">
171
+ <path d="M4 12c10-8 30-8 40 0" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"/>
172
+ <path d="M10 18c7-6 21-6 28 0" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"/>
173
+ <path d="M18 24c4-3 8-3 12 0" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"/>
174
+ <circle cx="24" cy="30" r="3" fill="#ffffff"/>
175
+ </svg>
176
+ </div>
177
+ <div class="status-icon">
178
+ <!-- Battery icon -->
179
+ <svg width="52" height="36" viewBox="0 0 52 36" xmlns="http://www.w3.org/2000/svg">
180
+ <rect x="2" y="8" width="40" height="20" rx="3" fill="none" stroke="#ffffff" stroke-width="4"/>
181
+ <rect x="6" y="12" width="30" height="12" fill="#ffffff"/>
182
+ <rect x="44" y="12" width="6" height="12" rx="2" fill="#ffffff"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Illustration placeholder -->
189
+ <div class="hero">[IMG: Illustration of two people chatting over coffee]</div>
190
+
191
+ <!-- Headline and subcopy -->
192
+ <div class="title">Speak with confidence</div>
193
+ <div class="subtitle">Get talking from lesson one, with conversation-based learning.</div>
194
+
195
+ <!-- Dots -->
196
+ <div class="dots">
197
+ <div class="dot active"></div>
198
+ <div class="dot"></div>
199
+ <div class="dot"></div>
200
+ </div>
201
+
202
+ <!-- CTA -->
203
+ <div class="cta">Choose a language</div>
204
+
205
+ <!-- Login -->
206
+ <div class="login">Already a Babbel user? <a href="#">Log in</a></div>
207
+
208
+ <!-- Bottom gesture bar -->
209
+ <div class="gesture"></div>
210
+ </div>
211
+ </body>
212
+ </html>
code/12935/12935_2.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>My languages</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: #121212;
20
+ color: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 90px;
30
+ padding: 0 40px;
31
+ box-sizing: border-box;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #ddd;
36
+ font-size: 34px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ }
43
+ .icon {
44
+ display: inline-flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+ .icon svg {
49
+ width: 44px;
50
+ height: 44px;
51
+ fill: none;
52
+ stroke: #ddd;
53
+ stroke-width: 3;
54
+ }
55
+
56
+ /* Header */
57
+ .header {
58
+ position: absolute;
59
+ top: 90px;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 160px;
63
+ background: #2f2f2f;
64
+ display: flex;
65
+ align-items: center;
66
+ box-sizing: border-box;
67
+ padding: 0 40px;
68
+ }
69
+ .back-btn {
70
+ width: 70px;
71
+ height: 70px;
72
+ margin-right: 24px;
73
+ }
74
+ .title {
75
+ font-size: 52px;
76
+ font-weight: 600;
77
+ letter-spacing: 0.5px;
78
+ }
79
+
80
+ /* Sections */
81
+ .section {
82
+ position: absolute;
83
+ left: 0;
84
+ width: 1080px;
85
+ box-sizing: border-box;
86
+ padding: 0 40px;
87
+ }
88
+ .section.speak {
89
+ top: 290px;
90
+ }
91
+ .section.learn {
92
+ top: 600px;
93
+ }
94
+ .section-label {
95
+ color: #b7b7b7;
96
+ font-size: 34px;
97
+ font-weight: 700;
98
+ letter-spacing: 1px;
99
+ margin-bottom: 26px;
100
+ }
101
+
102
+ /* Rows and cards */
103
+ .row {
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 28px;
107
+ padding: 18px 0;
108
+ }
109
+ .card {
110
+ width: 100%;
111
+ background: #1e1e1e;
112
+ border: 2px solid #343434;
113
+ border-radius: 28px;
114
+ padding: 28px 32px;
115
+ box-sizing: border-box;
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 28px;
119
+ margin-bottom: 28px;
120
+ }
121
+ .flag {
122
+ width: 110px;
123
+ height: 110px;
124
+ min-width: 110px;
125
+ background: #E0E0E0;
126
+ border: 1px solid #BDBDBD;
127
+ color: #757575;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ border-radius: 50%;
132
+ font-size: 22px;
133
+ text-align: center;
134
+ }
135
+ .language {
136
+ font-size: 46px;
137
+ font-weight: 700;
138
+ color: #ffffff;
139
+ }
140
+
141
+ /* Bottom gesture bar */
142
+ .gesture-bar {
143
+ position: absolute;
144
+ bottom: 28px;
145
+ left: 50%;
146
+ transform: translateX(-50%);
147
+ width: 260px;
148
+ height: 14px;
149
+ background: #ffffff;
150
+ opacity: 0.85;
151
+ border-radius: 8px;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+ <!-- Status bar -->
158
+ <div class="status-bar">
159
+ <div class="status-left">3:36</div>
160
+ <div class="status-right">
161
+ <span class="icon">
162
+ <!-- simple cloud icon -->
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M6 15h11a4 4 0 0 0 0-8 5 5 0 0 0-9-1 4 4 0 0 0-2 9z" stroke-linecap="round" stroke-linejoin="round"></path>
165
+ </svg>
166
+ </span>
167
+ <span class="icon">
168
+ <!-- wifi icon -->
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M2 8c5-5 15-5 20 0" stroke-linecap="round"></path>
171
+ <path d="M5 11c4-4 10-4 14 0" stroke-linecap="round"></path>
172
+ <path d="M8 14c3-3 7-3 10 0" stroke-linecap="round"></path>
173
+ <circle cx="12" cy="18" r="1.8" fill="#ddd" stroke="none"></circle>
174
+ </svg>
175
+ </span>
176
+ <span class="icon">
177
+ <!-- battery icon -->
178
+ <svg viewBox="0 0 24 24">
179
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
180
+ <rect x="20" y="10" width="2.5" height="4" rx="1" fill="#ddd" stroke="none"></rect>
181
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#ddd" stroke="none"></rect>
182
+ </svg>
183
+ </span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Header -->
188
+ <div class="header">
189
+ <div class="back-btn icon">
190
+ <svg viewBox="0 0 24 24">
191
+ <path d="M15 5l-7 7 7 7" stroke-linecap="round" stroke-linejoin="round"></path>
192
+ </svg>
193
+ </div>
194
+ <div class="title">My languages</div>
195
+ </div>
196
+
197
+ <!-- I SPEAK section -->
198
+ <div class="section speak">
199
+ <div class="section-label">I SPEAK</div>
200
+ <div class="row">
201
+ <div class="flag">[IMG: US Flag]</div>
202
+ <div class="language">American English</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- I WANT TO LEARN section -->
207
+ <div class="section learn">
208
+ <div class="section-label">I WANT TO LEARN</div>
209
+
210
+ <div class="card">
211
+ <div class="flag">[IMG: Mexico Flag]</div>
212
+ <div class="language">Spanish (Latin America)</div>
213
+ </div>
214
+
215
+ <div class="card">
216
+ <div class="flag">[IMG: France Flag]</div>
217
+ <div class="language">French</div>
218
+ </div>
219
+
220
+ <div class="card">
221
+ <div class="flag">[IMG: Italy Flag]</div>
222
+ <div class="language">Italian</div>
223
+ </div>
224
+
225
+ <div class="card">
226
+ <div class="flag">[IMG: Germany Flag]</div>
227
+ <div class="language">German</div>
228
+ </div>
229
+
230
+ <div class="card">
231
+ <div class="flag">[IMG: Russia Flag]</div>
232
+ <div class="language">Russian</div>
233
+ </div>
234
+
235
+ <div class="card">
236
+ <div class="flag">[IMG: Brazil Flag]</div>
237
+ <div class="language">Portuguese</div>
238
+ </div>
239
+
240
+ <div class="card">
241
+ <div class="flag">[IMG: Norway Flag]</div>
242
+ <div class="language">Norwegian</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Bottom gesture bar -->
247
+ <div class="gesture-bar"></div>
248
+ </div>
249
+ </body>
250
+ </html>
code/1294/1294_0.html ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Shopping Cart 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:#F5F5F7;
11
+ color:#222;
12
+ }
13
+ /* Top status bar */
14
+ .status-bar {
15
+ height:90px;
16
+ background:#FFFFFF;
17
+ display:flex;
18
+ align-items:center;
19
+ padding:0 36px;
20
+ box-sizing:border-box;
21
+ }
22
+ .status-left { display:flex; align-items:center; gap:20px; font-size:34px; color:#111; }
23
+ .status-right { margin-left:auto; display:flex; align-items:center; gap:26px; }
24
+ .icon-circle { width:38px; height:38px; border-radius:19px; background:#EEEEEE; display:flex; align-items:center; justify-content:center; }
25
+ /* Header */
26
+ .header {
27
+ height:110px;
28
+ display:flex;
29
+ align-items:center;
30
+ padding:0 32px;
31
+ box-sizing:border-box;
32
+ background:#FFFFFF;
33
+ border-bottom:1px solid #E5E5E5;
34
+ }
35
+ .close-btn {
36
+ width:56px; height:56px; border-radius:28px; border:1px solid #D0D0D0;
37
+ display:flex; align-items:center; justify-content:center; margin-right:22px;
38
+ }
39
+ .header-title { font-size:46px; font-weight:700; color:#333; }
40
+ .header-actions { margin-left:auto; display:flex; align-items:center; gap:24px; }
41
+ .cart-icon-wrap { position:relative; }
42
+ .badge {
43
+ position:absolute; right:-6px; top:-6px;
44
+ background:#333; color:#FFF; font-size:24px; padding:4px 10px; border-radius:16px;
45
+ }
46
+ /* Cards */
47
+ .content { padding:24px; }
48
+ .card {
49
+ background:#FFFFFF; border:1px solid #E0E0E0; border-radius:20px;
50
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
51
+ padding:22px;
52
+ margin-bottom:26px;
53
+ }
54
+ .card-row { display:flex; gap:26px; }
55
+ .img-ph {
56
+ width:220px; height:180px; background:#E0E0E0;
57
+ border:1px solid #BDBDBD; border-radius:16px;
58
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:26px; text-align:center; padding:8px;
59
+ }
60
+ .card-info { flex:1; }
61
+ .title { font-size:38px; font-weight:700; line-height:1.2; color:#222; margin-bottom:8px; }
62
+ .brand { font-size:28px; color:#666; margin-bottom:20px; }
63
+ .price { font-size:40px; font-weight:700; color:#222; margin-top:8px; }
64
+ .right-meta {
65
+ width:280px; display:flex; flex-direction:column; align-items:flex-end; justify-content:flex-start;
66
+ gap:16px;
67
+ }
68
+ .ship-lines { text-align:right; font-size:26px; color:#666; }
69
+ .pin-row { display:flex; align-items:center; gap:10px; justify-content:flex-end; color:#666; }
70
+ .cond-btn {
71
+ border:1px solid #D6D6D6; border-radius:12px; padding:16px 20px; font-size:28px; color:#333; background:#F9F9F9;
72
+ }
73
+ .qty-row {
74
+ margin-top:18px;
75
+ display:flex; align-items:center; gap:16px;
76
+ }
77
+ .stepper {
78
+ display:flex; align-items:center; border:1px solid #DADADA; border-radius:12px; overflow:hidden;
79
+ }
80
+ .stepper button {
81
+ width:80px; height:64px; border:none; background:#F3F3F3; font-size:34px; color:#444;
82
+ }
83
+ .stepper .value {
84
+ width:90px; height:64px; display:flex; align-items:center; justify-content:center; font-size:30px; color:#333; background:#FFFFFF;
85
+ }
86
+ /* Bottom sections */
87
+ .panel {
88
+ margin-top:24px; background:#FFFFFF; border-top:1px solid #E7E7E7;
89
+ padding-bottom:24px;
90
+ }
91
+ .panel-section {
92
+ display:flex; align-items:flex-start; padding:26px 30px; border-bottom:1px solid #EEEEEE; position:relative;
93
+ }
94
+ .left-line {
95
+ position:absolute; left:0; top:0; bottom:0; width:12px; background:#60B75F; border-top-left-radius:14px; border-bottom-left-radius:14px;
96
+ }
97
+ .section-icon {
98
+ width:72px; height:72px; border-radius:36px; background:#F1F7F1;
99
+ display:flex; align-items:center; justify-content:center; margin-left:22px; margin-right:24px;
100
+ }
101
+ .sec-content { flex:1; }
102
+ .sec-title { font-size:38px; font-weight:700; margin-bottom:8px; }
103
+ .sec-sub { font-size:32px; color:#555; }
104
+ .change-link { margin-left:auto; font-size:32px; color:#3B85F6; }
105
+ .right-note { font-size:28px; color:#666; text-align:right; }
106
+ /* Payment method row */
107
+ .payment-row .section-icon { background:#F3F3F3; }
108
+ /* Totals and CTA */
109
+ .subtotal-row {
110
+ display:flex; align-items:center; padding:20px 30px;
111
+ }
112
+ .subtotal-row .label { font-size:36px; font-weight:700; display:flex; align-items:center; gap:14px; }
113
+ .subtotal-row .items { font-size:28px; color:#666; margin-left:12px; }
114
+ .subtotal-row .value { margin-left:auto; font-size:38px; font-weight:700; }
115
+ .cta-area {
116
+ position:absolute; bottom:120px; left:24px; right:24px;
117
+ }
118
+ .cta-bar {
119
+ background:#E0E0E0; border-radius:18px; display:flex; align-items:center; padding:26px 28px;
120
+ }
121
+ .place-btn {
122
+ background:#BDBDBD; color:#FFFFFF; font-weight:700; font-size:40px;
123
+ padding:24px 36px; border:none; border-radius:18px; display:flex; align-items:center; gap:16px;
124
+ }
125
+ .total-right { margin-left:auto; text-align:right; color:#333; }
126
+ .total-right .total-title { font-size:34px; font-weight:700; }
127
+ .total-right .total-value { font-size:40px; font-weight:800; margin-top:4px; }
128
+ .total-right .fees { font-size:28px; color:#666; margin-top:6px; }
129
+ .home-indicator {
130
+ position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
131
+ width:400px; height:10px; border-radius:5px; background:#333333;
132
+ }
133
+
134
+ /* Simple icons (SVG) */
135
+ .svg { width:32px; height:32px; }
136
+ .svg-big { width:40px; height:40px; }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <div class="status-bar">
143
+ <div class="status-left">
144
+ <span>11:51</span>
145
+ <div class="icon-circle">
146
+ <svg class="svg" viewBox="0 0 24 24">
147
+ <path d="M12 3a9 9 0 0 0-9 9h2a7 7 0 0 1 7-7V3zM21 12a9 9 0 0 0-9 9v-2a7 7 0 0 1 7-7h2z" fill="#666"/>
148
+ </svg>
149
+ </div>
150
+ <div class="icon-circle">
151
+ <svg class="svg" viewBox="0 0 24 24">
152
+ <path d="M4 7h16v10H4z" fill="#666"/>
153
+ <path d="M2 9h2v6H2zM20 9h2v6h-2z" fill="#999"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+ <div class="status-right">
158
+ <span style="font-size:30px; color:#666;">91%</span>
159
+ </div>
160
+ </div>
161
+
162
+ <div class="header">
163
+ <div class="close-btn">
164
+ <svg class="svg-big" viewBox="0 0 24 24">
165
+ <path d="M5 5l14 14M19 5L5 19" stroke="#555" stroke-width="2" fill="none"/>
166
+ </svg>
167
+ </div>
168
+ <div class="header-title">SHOPPING CART</div>
169
+ <div class="header-actions">
170
+ <div class="icon-circle">
171
+ <svg class="svg-big" viewBox="0 0 24 24">
172
+ <path d="M12 2a7 7 0 0 0-7 7v4l-2 2h18l-2-2V9a7 7 0 0 0-7-7z" fill="#555"/>
173
+ </svg>
174
+ </div>
175
+ <div class="cart-icon-wrap icon-circle">
176
+ <svg class="svg-big" viewBox="0 0 24 24">
177
+ <path d="M7 4h13l-2 10H8L6 6H3" stroke="#555" stroke-width="2" fill="none"/>
178
+ <circle cx="9" cy="19" r="2" fill="#555"></circle>
179
+ <circle cx="18" cy="19" r="2" fill="#555"></circle>
180
+ </svg>
181
+ <div class="badge">2</div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <div class="content">
187
+ <!-- Card 1 -->
188
+ <div class="card">
189
+ <div class="card-row">
190
+ <div class="img-ph">[IMG: Orange Electric Lawn Mower]</div>
191
+ <div class="card-info">
192
+ <div class="title">BLACK+DECKER Electric Lawn Mower, 10‑Amp, Corded (BEMW472BH)</div>
193
+ <div class="brand">By Black+decker</div>
194
+ <div class="price">€ 458,00</div>
195
+ <div class="qty-row">
196
+ <div class="stepper">
197
+ <button>-</button>
198
+ <div class="value">1</div>
199
+ <button>+</button>
200
+ </div>
201
+ </div>
202
+ </div>
203
+ <div class="right-meta">
204
+ <div class="ship-lines">
205
+ <div>US HUB</div>
206
+ <div class="pin-row">
207
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#3B85F6"/></svg>
208
+ <span>to GERMANY</span>
209
+ </div>
210
+ <div>in 5‑8 Days</div>
211
+ </div>
212
+ <button class="cond-btn">Condition: New</button>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Card 2 -->
218
+ <div class="card">
219
+ <div class="card-row">
220
+ <div class="img-ph">[IMG: Pink Tape Measure]</div>
221
+ <div class="card-info">
222
+ <div class="title">Lichamp Pink Tape Measure 25 Feet, Measuring Tape 1 Pack 25ft x 1in with 1/8 Fr…</div>
223
+ <div class="brand">By</div>
224
+ <div class="price">€ 17,00</div>
225
+ <div class="qty-row">
226
+ <div class="stepper">
227
+ <button>-</button>
228
+ <div class="value">1</div>
229
+ <button>+</button>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ <div class="right-meta">
234
+ <div class="ship-lines">
235
+ <div>US HUB</div>
236
+ <div class="pin-row">
237
+ <svg class="svg" viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#3B85F6"/></svg>
238
+ <span>to GERMANY</span>
239
+ </div>
240
+ <div>in 5‑8 Days</div>
241
+ </div>
242
+ <button class="cond-btn">Condition: New</button>
243
+ </div>
244
+ </div>
245
+ </div>
246
+
247
+ <!-- Bottom Panel -->
248
+ <div class="panel">
249
+ <div class="panel-section">
250
+ <div class="left-line"></div>
251
+ <div class="section-icon">
252
+ <svg class="svg-big" viewBox="0 0 24 24">
253
+ <path d="M2 8l20 4-4 2-6-1-6 4z" fill="#4CAF50"/>
254
+ </svg>
255
+ </div>
256
+ <div class="sec-content">
257
+ <div class="sec-title">Shipping Method</div>
258
+ <div class="sec-sub">Standard</div>
259
+ </div>
260
+ <div class="change-link">Change</div>
261
+ </div>
262
+ <div style="text-align:right; padding:0 32px 12px 32px; color:#666; font-size:32px;">Shipping: € 14</div>
263
+
264
+ <div class="panel-section">
265
+ <div class="left-line"></div>
266
+ <div class="section-icon">
267
+ <svg class="svg-big" viewBox="0 0 24 24">
268
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 10a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#4CAF50"/>
269
+ </svg>
270
+ </div>
271
+ <div class="sec-content">
272
+ <div class="sec-title">Delivery Address</div>
273
+ <div class="sec-sub">Amselweg , 27, Ulm</div>
274
+ </div>
275
+ <div class="change-link">Change</div>
276
+ </div>
277
+ <div style="text-align:right; padding:0 32px 18px 32px; color:#333; font-size:32px;">+492111222222</div>
278
+
279
+ <div class="panel-section payment-row">
280
+ <div class="left-line"></div>
281
+ <div class="section-icon">
282
+ <svg class="svg-big" viewBox="0 0 24 24">
283
+ <rect x="2" y="6" width="20" height="12" rx="2" fill="#9E9E9E"></rect>
284
+ <rect x="3" y="9" width="18" height="3" fill="#BDBDBD"></rect>
285
+ </svg>
286
+ </div>
287
+ <div class="sec-content">
288
+ <div class="sec-title">Payment method</div>
289
+ </div>
290
+ <div class="change-link">
291
+ <svg class="svg-big" viewBox="0 0 24 24">
292
+ <path d="M12 5v14M5 12h14" stroke="#3B85F6" stroke-width="2" fill="none"/>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <div class="subtotal-row">
298
+ <div class="label">
299
+ <svg class="svg-big" viewBox="0 0 24 24">
300
+ <rect x="4" y="4" width="16" height="16" rx="2" fill="#89B9E0"></rect>
301
+ </svg>
302
+ <span>Subtotal</span>
303
+ <span class="items">(2 items)</span>
304
+ </div>
305
+ <div class="value">€ 475,00</div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- CTA bar -->
311
+ <div class="cta-area">
312
+ <div class="cta-bar">
313
+ <button class="place-btn">
314
+ Place Order
315
+ <svg class="svg-big" viewBox="0 0 24 24"><path d="M5 12h12M13 6l6 6-6 6" stroke="#FFF" stroke-width="2" fill="none"/></svg>
316
+ </button>
317
+ <div class="total-right">
318
+ <div class="total-title">Total</div>
319
+ <div class="total-value">€ 489,00</div>
320
+ <div class="fees">Including VAT and Fees</div>
321
+ </div>
322
+ </div>
323
+ </div>
324
+
325
+ <div class="home-indicator"></div>
326
+ </div>
327
+ </body>
328
+ </html>
code/1294/1294_1.html ADDED
@@ -0,0 +1,548 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Shopping UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #f7f7f7;
13
+ }
14
+
15
+ /* Top dark header */
16
+ .topbar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 220px;
22
+ background: #23262b;
23
+ color: #fff;
24
+ }
25
+ .status-line {
26
+ height: 60px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 10px 24px;
30
+ font-size: 32px;
31
+ color: #fff;
32
+ justify-content: space-between;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 20px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 18px;
43
+ font-size: 28px;
44
+ }
45
+
46
+ /* Icons */
47
+ .icon {
48
+ width: 40px;
49
+ height: 40px;
50
+ display: inline-flex;
51
+ justify-content: center;
52
+ align-items: center;
53
+ }
54
+ .badge-dot {
55
+ position: absolute;
56
+ top: -4px;
57
+ right: -4px;
58
+ width: 22px;
59
+ height: 22px;
60
+ background: #ff4d4f;
61
+ border-radius: 50%;
62
+ border: 3px solid #23262b;
63
+ }
64
+
65
+ /* Search row */
66
+ .search-row {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 22px;
70
+ padding: 18px 24px 0 24px;
71
+ }
72
+ .heart-icon {
73
+ width: 60px; height: 60px; border-radius: 50%;
74
+ border: 2px solid #fff; display: flex; align-items: center; justify-content: center;
75
+ background: transparent;
76
+ }
77
+ .search-box {
78
+ flex: 1;
79
+ height: 84px;
80
+ background: #fff;
81
+ border-radius: 42px;
82
+ display: flex;
83
+ align-items: center;
84
+ padding: 0 26px;
85
+ gap: 18px;
86
+ }
87
+ .search-placeholder {
88
+ font-size: 34px;
89
+ color: #7d7d7d;
90
+ }
91
+ .chat-btn {
92
+ width: 70px; height: 70px; border-radius: 16px; background: #34373d;
93
+ position: relative; display: flex; align-items: center; justify-content: center;
94
+ }
95
+
96
+ /* Categories tabs */
97
+ .tabs {
98
+ position: absolute;
99
+ top: 220px;
100
+ left: 0;
101
+ width: 1080px;
102
+ background: #fff;
103
+ padding: 18px 24px 10px 24px;
104
+ border-bottom: 1px solid #e6e6e6;
105
+ }
106
+ .tabs-row {
107
+ display: flex;
108
+ gap: 40px;
109
+ align-items: center;
110
+ font-size: 36px;
111
+ color: #404040;
112
+ }
113
+ .tab-active {
114
+ color: #f45a00;
115
+ font-weight: 700;
116
+ position: relative;
117
+ }
118
+ .tab-active::after {
119
+ content: "";
120
+ position: absolute;
121
+ bottom: -16px;
122
+ left: 0;
123
+ width: 48px;
124
+ height: 6px;
125
+ background: #f45a00;
126
+ border-radius: 3px;
127
+ }
128
+
129
+ /* Round feature icons */
130
+ .round-icons {
131
+ padding: 28px 24px 18px 24px;
132
+ display: flex;
133
+ gap: 36px;
134
+ align-items: center;
135
+ background: #fff;
136
+ }
137
+ .round-item {
138
+ width: 160px;
139
+ display: flex;
140
+ flex-direction: column;
141
+ align-items: center;
142
+ gap: 14px;
143
+ }
144
+ .round {
145
+ width: 120px; height: 120px;
146
+ border-radius: 60px;
147
+ color: #fff;
148
+ display: flex; align-items: center; justify-content: center;
149
+ font-size: 28px;
150
+ position: relative;
151
+ }
152
+ .label {
153
+ font-size: 30px;
154
+ color: #333;
155
+ text-align: center;
156
+ }
157
+ .pill-new {
158
+ position: absolute;
159
+ top: -14px; right: -20px;
160
+ background: #ff6b6b; color: #fff;
161
+ font-size: 22px; padding: 2px 6px; border-radius: 14px;
162
+ }
163
+ .orange-underline {
164
+ width: 60px; height: 8px; background: #ff6a00; border-radius: 4px; margin-top: 8px;
165
+ }
166
+
167
+ /* Feature cards row */
168
+ .feature-cards {
169
+ background: #fff;
170
+ display: flex;
171
+ gap: 18px;
172
+ padding: 18px 24px 24px 24px;
173
+ }
174
+ .feature-card {
175
+ flex: 1;
176
+ background: #f8f8f8;
177
+ border-radius: 18px;
178
+ padding: 22px;
179
+ border: 1px solid #e5e5e5;
180
+ display: flex;
181
+ align-items: center;
182
+ gap: 16px;
183
+ min-height: 120px;
184
+ }
185
+ .feature-card .icon-box {
186
+ width: 60px; height: 60px; border: 2px solid #cfcfcf; border-radius: 12px;
187
+ display: flex; align-items: center; justify-content: center; color: #999;
188
+ }
189
+ .feature-text {
190
+ font-size: 30px; color: #333; line-height: 1.2;
191
+ }
192
+
193
+ /* Notice banner */
194
+ .notice {
195
+ margin: 18px 24px;
196
+ background: #ffe9d1;
197
+ border-radius: 22px;
198
+ padding: 18px;
199
+ display: flex;
200
+ align-items: center;
201
+ gap: 16px;
202
+ border: 1px solid #ffd8a8;
203
+ color: #b35e00;
204
+ font-size: 30px;
205
+ }
206
+ .notice .speaker {
207
+ width: 40px; height: 40px; border-radius: 50%; border: 2px solid #b35e00;
208
+ display: flex; align-items: center; justify-content: center;
209
+ }
210
+
211
+ /* Section headers */
212
+ .section {
213
+ margin: 0 0;
214
+ background: #fff7da;
215
+ padding: 24px;
216
+ border-top: 1px solid #f2e2a2;
217
+ }
218
+ .section-header {
219
+ display: flex;
220
+ justify-content: space-between;
221
+ align-items: center;
222
+ color: #333;
223
+ }
224
+ .section-title {
225
+ font-size: 46px; font-weight: 800;
226
+ }
227
+ .section-sub {
228
+ font-size: 30px; color: #777;
229
+ }
230
+ .view-more {
231
+ font-size: 30px; color: #777;
232
+ }
233
+
234
+ /* Product cards */
235
+ .product-list {
236
+ display: flex;
237
+ gap: 24px;
238
+ padding-top: 18px;
239
+ }
240
+ .product-card {
241
+ width: 320px;
242
+ background: #fff;
243
+ border-radius: 22px;
244
+ padding: 12px;
245
+ border: 1px solid #e5e5e5;
246
+ }
247
+ .img {
248
+ width: 100%; height: 260px; background: #E0E0E0;
249
+ border: 1px solid #BDBDBD; border-radius: 16px;
250
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
251
+ }
252
+ .price {
253
+ margin-top: 16px; font-size: 38px; font-weight: 700; color: #222;
254
+ }
255
+
256
+ /* Split sections for Hot Sales and Discover New */
257
+ .split-wrap {
258
+ display: flex;
259
+ gap: 18px;
260
+ padding: 18px 24px 0 24px;
261
+ }
262
+ .split-col {
263
+ flex: 1;
264
+ background: #fff;
265
+ border-radius: 22px;
266
+ padding: 18px;
267
+ border: 1px solid #e6e6e6;
268
+ }
269
+ .split-head {
270
+ display: flex; align-items: center; justify-content: space-between;
271
+ }
272
+ .split-title {
273
+ font-size: 46px; font-weight: 800; color: #333;
274
+ }
275
+ .arrow {
276
+ color: #999; font-size: 46px;
277
+ }
278
+ .split-cards {
279
+ margin-top: 12px;
280
+ display: flex; gap: 20px;
281
+ }
282
+ .mini-card {
283
+ width: 320px; background: #fff; border-radius: 18px; border: 1px solid #e6e6e6; padding: 12px;
284
+ }
285
+ .mini-img {
286
+ width: 100%; height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 14px;
287
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
288
+ }
289
+ .mini-title {
290
+ margin-top: 12px; font-size: 32px; color: #333;
291
+ }
292
+ .mini-price {
293
+ margin-top: 8px; font-size: 38px; font-weight: 700;
294
+ }
295
+ .orders {
296
+ margin-top: 8px; font-size: 28px; color: #777;
297
+ }
298
+
299
+ /* Bottom nav */
300
+ .bottom-nav {
301
+ position: absolute;
302
+ bottom: 0;
303
+ left: 0;
304
+ width: 1080px;
305
+ height: 160px;
306
+ background: #fff;
307
+ border-top: 1px solid #e6e6e6;
308
+ display: flex;
309
+ align-items: center;
310
+ justify-content: space-around;
311
+ }
312
+ .nav-item {
313
+ display: flex; flex-direction: column; align-items: center; gap: 8px; color: #333;
314
+ }
315
+ .nav-icon {
316
+ width: 70px; height: 70px; border-radius: 24px; background: #f1f1f1; display: flex; align-items: center; justify-content: center;
317
+ position: relative;
318
+ }
319
+ .cart-badge {
320
+ position: absolute; top: -6px; right: -6px;
321
+ background: #ff4d4f; color: #fff; font-size: 28px; border-radius: 50%;
322
+ width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 3px solid #fff;
323
+ }
324
+ .nav-label { font-size: 30px; }
325
+
326
+ /* Positioning of main content below header */
327
+ .content {
328
+ position: absolute;
329
+ top: 220px;
330
+ left: 0;
331
+ width: 1080px;
332
+ height: calc(2400px - 220px - 160px);
333
+ overflow-y: auto;
334
+ padding-bottom: 20px;
335
+ }
336
+
337
+ /* Utility small icons via SVG container */
338
+ svg { display: block; }
339
+ </style>
340
+ </head>
341
+ <body>
342
+ <div id="render-target">
343
+
344
+ <!-- Dark header -->
345
+ <div class="topbar">
346
+ <div class="status-line">
347
+ <div class="status-left">
348
+ <div>11:51</div>
349
+ <div class="icon">
350
+ <!-- simple circle icon -->
351
+ <svg width="28" height="28"><circle cx="14" cy="14" r="12" fill="#bbb"/></svg>
352
+ </div>
353
+ <div class="icon">
354
+ <svg width="28" height="28"><rect x="4" y="4" width="20" height="20" fill="#bbb"/></svg>
355
+ </div>
356
+ <div class="icon">
357
+ <svg width="28" height="28"><polygon points="4,24 24,24 14,6" fill="#bbb"/></svg>
358
+ </div>
359
+ <div class="icon">
360
+ <svg width="28" height="28"><circle cx="14" cy="14" r="4" fill="#bbb"/><circle cx="6" cy="8" r="3" fill="#bbb"/><circle cx="22" cy="8" r="3" fill="#bbb"/></svg>
361
+ </div>
362
+ </div>
363
+ <div class="status-right">
364
+ <svg width="36" height="36"><path d="M6 28h24l-6-10-6 7-4-5-8 8z" fill="#bbb"/></svg>
365
+ <div style="display:flex; align-items:center; gap:6px;">
366
+ <svg width="42" height="24"><rect x="2" y="2" width="36" height="20" rx="4" fill="none" stroke="#bbb" stroke-width="3"/><rect x="4" y="4" width="28" height="16" fill="#bbb"/></svg>
367
+ <div>91%</div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <div class="search-row">
373
+ <div class="heart-icon">
374
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
375
+ <path d="M12 21s-7-4.4-9-8.5S5.5 3 9 6c3.5-3 8 0 6 6.5-1.5 4-3 8.5-3 8.5z"/>
376
+ </svg>
377
+ </div>
378
+ <div class="search-box">
379
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#777" stroke-width="2">
380
+ <circle cx="10" cy="10" r="7"></circle>
381
+ <line x1="15" y1="15" x2="22" y2="22"></line>
382
+ </svg>
383
+ <div class="search-placeholder">veiko</div>
384
+ </div>
385
+ <div class="chat-btn">
386
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2">
387
+ <path d="M3 4h18v12H8l-5 4z"/>
388
+ </svg>
389
+ <div class="badge-dot"></div>
390
+ </div>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- Main content, starts under header -->
395
+ <div class="content">
396
+ <div class="tabs">
397
+ <div class="tabs-row">
398
+ <div class="tab-active">Hot</div>
399
+ <div>Home &amp; Living</div>
400
+ <div>Tools</div>
401
+ <div>Toys Hobbies &amp; Robot</div>
402
+ <div>Com...</div>
403
+ </div>
404
+ <div class="round-icons">
405
+ <div class="round-item">
406
+ <div class="round" style="background:#ff7a00;">
407
+ 🎮
408
+ <div class="pill-new">NEW</div>
409
+ </div>
410
+ <div class="label">Game</div>
411
+ </div>
412
+ <div class="round-item">
413
+ <div class="round" style="background:#f4511e;">%</div>
414
+ <div class="label">Coupons</div>
415
+ </div>
416
+ <div class="round-item">
417
+ <div class="round" style="background:#8e39ff;">👥</div>
418
+ <div class="label">Group Buy</div>
419
+ <div class="orange-underline"></div>
420
+ </div>
421
+ <div class="round-item">
422
+ <div class="round" style="background:#2ea7ff;">⚡</div>
423
+ <div class="label">Slash</div>
424
+ </div>
425
+ <div class="round-item">
426
+ <div class="round" style="background:#a44cff;">SALE</div>
427
+ <div class="label">Clearance</div>
428
+ </div>
429
+ </div>
430
+
431
+ <div class="feature-cards">
432
+ <div class="feature-card">
433
+ <div class="icon-box">✓</div>
434
+ <div class="feature-text">Payment<br>Security</div>
435
+ </div>
436
+ <div class="feature-card">
437
+ <div class="icon-box">★</div>
438
+ <div class="feature-text">Quality<br>Guarantee</div>
439
+ </div>
440
+ <div class="feature-card">
441
+ <div class="icon-box">↩</div>
442
+ <div class="feature-text">No Reason<br>Returns</div>
443
+ </div>
444
+ </div>
445
+ </div>
446
+
447
+ <div class="notice">
448
+ <div class="speaker">🔊</div>
449
+ <div>(CN)Free Banggood Priority Shipping on orders over ₹4,210.55</div>
450
+ </div>
451
+
452
+ <!-- Flash deals -->
453
+ <div class="section">
454
+ <div class="section-header">
455
+ <div>
456
+ <div class="section-title">Flash Deals</div>
457
+ <div class="section-sub">Ends in 01:38:14</div>
458
+ </div>
459
+ <div class="view-more">View More ›</div>
460
+ </div>
461
+ <div class="product-list">
462
+ <div class="product-card">
463
+ <div class="img">[IMG: Hand holding black flashlight]</div>
464
+ <div class="price">₹1,262.58</div>
465
+ </div>
466
+ <div class="product-card">
467
+ <div class="img">[IMG: Set of brass rod tools]</div>
468
+ <div class="price">₹504.52</div>
469
+ </div>
470
+ <div class="product-card">
471
+ <div class="img">[IMG: Ratchet wrench with socket]</div>
472
+ <div class="price">₹5,602.84</div>
473
+ </div>
474
+ </div>
475
+ </div>
476
+
477
+ <!-- Split sections -->
478
+ <div class="split-wrap">
479
+ <div class="split-col">
480
+ <div class="split-head">
481
+ <div class="split-title">Hot Sales</div>
482
+ <div class="arrow">›</div>
483
+ </div>
484
+ <div class="mini-card" style="width:100%; margin-top:16px;">
485
+ <div class="mini-img">[IMG: RC car set with remote]</div>
486
+ <div class="mini-title">RC Car</div>
487
+ <div class="orders">104254 Orders</div>
488
+ </div>
489
+ </div>
490
+
491
+ <div class="split-col">
492
+ <div class="split-head">
493
+ <div class="split-title">Discover New</div>
494
+ <div class="arrow">›</div>
495
+ </div>
496
+ <div class="split-cards">
497
+ <div class="mini-card">
498
+ <div class="mini-img">[IMG: HOTWAV Pad 8 tablet]</div>
499
+ <div class="mini-title">HOTWAV Pad 8 U...</div>
500
+ <div class="mini-price">₹15,160.17</div>
501
+ </div>
502
+ <div class="mini-card">
503
+ <div class="mini-img">[IMG: Cute outdoor lamp figure]</div>
504
+ <div class="mini-title">NEXTOOL Outdoo...</div>
505
+ <div class="mini-price">₹1,848.80</div>
506
+ </div>
507
+ <div class="mini-card">
508
+ <div class="mini-img">[IMG: Decorative garden lights]</div>
509
+ <div class="mini-title">Garden Lights</div>
510
+ <div class="mini-price">₹1,280.00</div>
511
+ </div>
512
+ </div>
513
+ </div>
514
+ </div>
515
+ </div>
516
+
517
+ <!-- Bottom navigation -->
518
+ <div class="bottom-nav">
519
+ <div class="nav-item">
520
+ <div class="nav-icon">
521
+ <svg width="36" height="36"><circle cx="18" cy="18" r="16" fill="#ff7a00"/></svg>
522
+ </div>
523
+ <div class="nav-label">Category</div>
524
+ </div>
525
+ <div class="nav-item">
526
+ <div class="nav-icon">
527
+ <svg width="40" height="40"><circle cx="12" cy="12" r="6" fill="#666"/><circle cx="28" cy="28" r="6" fill="#666"/></svg>
528
+ </div>
529
+ <div class="nav-label">Feed</div>
530
+ </div>
531
+ <div class="nav-item">
532
+ <div class="nav-icon">
533
+ <svg width="40" height="40"><rect x="6" y="10" width="28" height="20" rx="6" fill="#666"/><line x1="10" y1="10" x2="8" y2="6" stroke="#666" stroke-width="3"/></svg>
534
+ <div class="cart-badge">1</div>
535
+ </div>
536
+ <div class="nav-label">Cart</div>
537
+ </div>
538
+ <div class="nav-item">
539
+ <div class="nav-icon">
540
+ <svg width="40" height="40"><circle cx="20" cy="14" r="8" fill="#666"/><rect x="8" y="22" width="24" height="12" rx="6" fill="#666"/></svg>
541
+ </div>
542
+ <div class="nav-label">Account</div>
543
+ </div>
544
+ </div>
545
+
546
+ </div>
547
+ </body>
548
+ </html>
code/1294/1294_2.html ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search 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: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 110px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ color: #333;
27
+ font-size: 36px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ gap: 22px;
32
+ align-items: center;
33
+ color: #333;
34
+ font-size: 32px;
35
+ }
36
+ .icon-svg {
37
+ width: 40px;
38
+ height: 40px;
39
+ }
40
+
41
+ /* Search bar */
42
+ .search-area {
43
+ position: absolute;
44
+ top: 120px;
45
+ left: 36px;
46
+ right: 36px;
47
+ height: 110px;
48
+ display: flex;
49
+ align-items: center;
50
+ }
51
+ .search-input {
52
+ flex: 1;
53
+ background: #f2f3f5;
54
+ height: 110px;
55
+ border-radius: 55px;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 28px;
59
+ box-sizing: border-box;
60
+ }
61
+ .search-input span {
62
+ color: #9099a5;
63
+ font-size: 42px;
64
+ margin-left: 18px;
65
+ letter-spacing: 1px;
66
+ }
67
+ .cancel-btn {
68
+ margin-left: 20px;
69
+ color: #3b7de3;
70
+ font-size: 42px;
71
+ }
72
+
73
+ /* Sections */
74
+ .section {
75
+ position: absolute;
76
+ left: 36px;
77
+ right: 36px;
78
+ color: #222;
79
+ }
80
+ .section h2 {
81
+ margin: 0;
82
+ font-size: 54px;
83
+ font-weight: 700;
84
+ }
85
+ .trash {
86
+ position: absolute;
87
+ right: 36px;
88
+ top: 10px;
89
+ width: 54px;
90
+ height: 54px;
91
+ }
92
+
93
+ .chips {
94
+ margin-top: 28px;
95
+ display: flex;
96
+ flex-wrap: wrap;
97
+ gap: 22px;
98
+ }
99
+ .chip {
100
+ background: #f6f7f9;
101
+ border: 1px solid #e6e7ea;
102
+ color: #42464c;
103
+ border-radius: 40px;
104
+ padding: 22px 32px;
105
+ font-size: 38px;
106
+ }
107
+
108
+ /* Keyboard overlay */
109
+ .keyboard {
110
+ position: absolute;
111
+ left: 0;
112
+ bottom: 0;
113
+ width: 1080px;
114
+ height: 980px;
115
+ background: #11181b;
116
+ border-top-left-radius: 24px;
117
+ border-top-right-radius: 24px;
118
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.25);
119
+ }
120
+
121
+ .kb-toolbar {
122
+ height: 120px;
123
+ display: flex;
124
+ align-items: center;
125
+ padding: 0 36px;
126
+ gap: 40px;
127
+ color: #cfd6db;
128
+ }
129
+ .kb-tool {
130
+ width: 80px;
131
+ height: 80px;
132
+ border-radius: 18px;
133
+ background: #1a2327;
134
+ border: 1px solid #2c3a40;
135
+ display: flex;
136
+ justify-content: center;
137
+ align-items: center;
138
+ }
139
+ .kb-rows {
140
+ padding: 10px 28px 0 28px;
141
+ }
142
+ .kb-row {
143
+ display: flex;
144
+ justify-content: space-between;
145
+ padding: 10px 12px;
146
+ margin-top: 18px;
147
+ }
148
+ .key {
149
+ width: 92px;
150
+ height: 120px;
151
+ border-radius: 18px;
152
+ background: #1d2428;
153
+ box-shadow: inset 0 -4px 0 rgba(255,255,255,0.02);
154
+ border: 1px solid #2b3940;
155
+ color: #e8edf0;
156
+ font-size: 48px;
157
+ display: flex;
158
+ justify-content: center;
159
+ align-items: center;
160
+ }
161
+ .key.wide { width: 160px; }
162
+ .space {
163
+ flex: 1;
164
+ height: 120px;
165
+ margin: 0 12px;
166
+ border-radius: 18px;
167
+ background: #1d2428;
168
+ border: 1px solid #2b3940;
169
+ }
170
+ .kb-bottom {
171
+ display: flex;
172
+ align-items: center;
173
+ padding: 24px 28px;
174
+ gap: 18px;
175
+ }
176
+ .kb-bottom .round-btn {
177
+ width: 160px;
178
+ height: 160px;
179
+ border-radius: 80px;
180
+ background: #a7e8c7;
181
+ color: #103e2a;
182
+ font-weight: bold;
183
+ display: flex;
184
+ justify-content: center;
185
+ align-items: center;
186
+ font-size: 42px;
187
+ }
188
+ .kb-bottom .emoji {
189
+ width: 120px;
190
+ height: 120px;
191
+ border-radius: 26px;
192
+ background: #1d2428;
193
+ border: 1px solid #2b3940;
194
+ color: #e8edf0;
195
+ font-size: 52px;
196
+ display: flex;
197
+ justify-content: center;
198
+ align-items: center;
199
+ }
200
+ .kb-bottom .dot {
201
+ width: 120px;
202
+ height: 120px;
203
+ border-radius: 26px;
204
+ background: #1d2428;
205
+ border: 1px solid #2b3940;
206
+ color: #e8edf0;
207
+ font-size: 60px;
208
+ display: flex;
209
+ justify-content: center;
210
+ align-items: center;
211
+ }
212
+ .home-indicator {
213
+ position: absolute;
214
+ bottom: 18px;
215
+ left: 50%;
216
+ transform: translateX(-50%);
217
+ width: 480px;
218
+ height: 12px;
219
+ background: #cfd6db;
220
+ border-radius: 6px;
221
+ opacity: 0.7;
222
+ }
223
+
224
+ /* Floating search button above keyboard */
225
+ .floating-search {
226
+ position: absolute;
227
+ bottom: 210px;
228
+ right: 36px;
229
+ width: 160px;
230
+ height: 160px;
231
+ border-radius: 80px;
232
+ background: #a7e8c7;
233
+ display: flex;
234
+ justify-content: center;
235
+ align-items: center;
236
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
237
+ }
238
+
239
+ /* Utility */
240
+ .muted { color: #7b8792; }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Status Bar -->
247
+ <div class="status-bar">
248
+ <div>11:52</div>
249
+ <div class="status-icons">
250
+ <!-- Simple circle icons to emulate status symbols -->
251
+ <svg class="icon-svg" viewBox="0 0 24 24">
252
+ <path d="M3 12h18" stroke="#333" stroke-width="2" stroke-linecap="round"/>
253
+ <circle cx="6" cy="12" r="2" fill="#333"/>
254
+ <circle cx="12" cy="12" r="2" fill="#333"/>
255
+ <circle cx="18" cy="12" r="2" fill="#333"/>
256
+ </svg>
257
+ <svg class="icon-svg" viewBox="0 0 24 24">
258
+ <path d="M3 12l6 6 12-12" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
259
+ </svg>
260
+ <svg class="icon-svg" viewBox="0 0 24 24">
261
+ <rect x="3" y="4" width="18" height="16" rx="3" fill="none" stroke="#333" stroke-width="2"/>
262
+ <rect x="6" y="8" width="12" height="8" rx="2" fill="#333"/>
263
+ </svg>
264
+ <div>91%</div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Search Input -->
269
+ <div class="search-area">
270
+ <div class="search-input">
271
+ <svg class="icon-svg" viewBox="0 0 24 24">
272
+ <circle cx="10" cy="10" r="7" stroke="#7b8792" stroke-width="2" fill="none"/>
273
+ <path d="M15 15l6 6" stroke="#7b8792" stroke-width="2" stroke-linecap="round"/>
274
+ </svg>
275
+ <span>veiko</span>
276
+ </div>
277
+ <div class="cancel-btn">Cancel</div>
278
+ </div>
279
+
280
+ <!-- Search History -->
281
+ <div class="section" style="top: 260px;">
282
+ <h2>Search History:</h2>
283
+ <svg class="trash" viewBox="0 0 24 24">
284
+ <path d="M4 7h16M9 7V4h6v3M6 7l1 13h10l1-13" stroke="#7b8792" stroke-width="2" fill="none" stroke-linecap="round"/>
285
+ </svg>
286
+ <div class="chips" style="margin-top: 34px;">
287
+ <div class="chip">electric lawn mower</div>
288
+ <div class="chip">table</div>
289
+ <div class="chip">sofa</div>
290
+ <div class="chip">DANIU measuring tape</div>
291
+ <div class="chip">Screwdriver kit</div>
292
+ <div class="chip">measuring tape</div>
293
+ <div class="chip">Wrench kit</div>
294
+ <div class="chip">Daniu measuring tape</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Hot Searches -->
299
+ <div class="section" style="top: 700px;">
300
+ <h2>Hot Searches:</h2>
301
+ <div class="chips" style="margin-top: 34px;">
302
+ <div class="chip">proj e tor</div>
303
+ <div class="chip">wpl</div>
304
+ <div class="chip">zeblaze</div>
305
+ <div class="chip">laotie</div>
306
+ <div class="chip">rc helicopter</div>
307
+ <div class="chip">rc drift car</div>
308
+ <div class="chip">multimeter</div>
309
+ <div class="chip">wltoys</div>
310
+ <div class="chip">ulefone</div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Floating search button -->
315
+ <div class="floating-search">
316
+ <svg viewBox="0 0 24 24" width="70" height="70">
317
+ <circle cx="10" cy="10" r="7" stroke="#0f3f2a" stroke-width="2" fill="none"/>
318
+ <path d="M15 15l6 6" stroke="#0f3f2a" stroke-width="2" stroke-linecap="round"/>
319
+ </svg>
320
+ </div>
321
+
322
+ <!-- Keyboard -->
323
+ <div class="keyboard">
324
+ <div class="kb-toolbar">
325
+ <div class="kb-tool">
326
+ <svg viewBox="0 0 24 24" width="40" height="40">
327
+ <rect x="3" y="3" width="7" height="7" fill="#cfd6db"/>
328
+ <rect x="14" y="3" width="7" height="7" fill="#cfd6db"/>
329
+ <rect x="3" y="14" width="7" height="7" fill="#cfd6db"/>
330
+ <rect x="14" y="14" width="7" height="7" fill="#cfd6db"/>
331
+ </svg>
332
+ </div>
333
+ <div class="kb-tool">😊</div>
334
+ <div class="kb-tool" style="font-weight:bold;color:#cfd6db;">GIF</div>
335
+ <div class="kb-tool">
336
+ <svg viewBox="0 0 24 24" width="40" height="40">
337
+ <circle cx="12" cy="12" r="9" stroke="#cfd6db" stroke-width="2" fill="none"/>
338
+ <path d="M12 7v6l4 3" stroke="#cfd6db" stroke-width="2" fill="none" stroke-linecap="round"/>
339
+ </svg>
340
+ </div>
341
+ <div class="kb-tool">
342
+ <svg viewBox="0 0 24 24" width="40" height="40">
343
+ <path d="M3 5h18M6 9h12M9 13h6M7 17h10" stroke="#cfd6db" stroke-width="2" stroke-linecap="round"/>
344
+ </svg>
345
+ </div>
346
+ <div class="kb-tool">
347
+ <svg viewBox="0 0 24 24" width="40" height="40">
348
+ <path d="M6 18c6-6 6-9 12-9" stroke="#cfd6db" stroke-width="2" fill="none" stroke-linecap="round"/>
349
+ <circle cx="18" cy="9" r="2" fill="#cfd6db"/>
350
+ </svg>
351
+ </div>
352
+ <div class="kb-tool">
353
+ <svg viewBox="0 0 24 24" width="40" height="40">
354
+ <path d="M12 3a6 6 0 016 6v3a6 6 0 01-12 0V9a6 6 0 016-6z" fill="none" stroke="#cfd6db" stroke-width="2"/>
355
+ <path d="M8 20h8" stroke="#cfd6db" stroke-width="2" stroke-linecap="round"/>
356
+ </svg>
357
+ </div>
358
+ </div>
359
+
360
+ <div class="kb-rows">
361
+ <div class="kb-row">
362
+ <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>
363
+ </div>
364
+ <div class="kb-row">
365
+ <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>
366
+ </div>
367
+ <div class="kb-row">
368
+ <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>
369
+ <div class="key wide">
370
+ <svg viewBox="0 0 24 24" width="54" height="54">
371
+ <path d="M5 19l6-6 6 6" stroke="#e8edf0" stroke-width="2" fill="none" stroke-linecap="round"/>
372
+ <rect x="16" y="5" width="6" height="6" rx="2" stroke="#e8edf0" fill="none" stroke-width="2"/>
373
+ </svg>
374
+ </div>
375
+ </div>
376
+ <div class="kb-bottom">
377
+ <div class="round-btn">?123</div>
378
+ <div class="emoji">🙂</div>
379
+ <div class="space"></div>
380
+ <div class="dot">.</div>
381
+ <div class="key wide">
382
+ <svg viewBox="0 0 24 24" width="54" height="54">
383
+ <path d="M5 12h14M12 5l7 7-7 7" stroke="#e8edf0" stroke-width="2" fill="none" stroke-linecap="round"/>
384
+ </svg>
385
+ </div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="home-indicator"></div>
390
+ </div>
391
+
392
+ </div>
393
+ </body>
394
+ </html>
code/1294/1294_3.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile Search UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 100px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #222;
23
+ font-weight: 600;
24
+ }
25
+ .status-left { font-size: 36px; letter-spacing: 1px; }
26
+ .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 20px;
30
+ }
31
+ .sb-icon {
32
+ width: 28px;
33
+ height: 28px;
34
+ border-radius: 6px;
35
+ background: #1f1f1f;
36
+ }
37
+ .battery {
38
+ display: flex; align-items: center; gap: 10px; color: #555; font-size: 28px;
39
+ }
40
+ .battery svg { width: 44px; height: 24px; }
41
+
42
+ /* Search bar area */
43
+ .search-row {
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 12px 28px 8px 28px;
47
+ gap: 18px;
48
+ }
49
+ .search-box {
50
+ flex: 1;
51
+ height: 96px;
52
+ background: #f1f3f4;
53
+ border-radius: 48px;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 20px 0 24px;
57
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
58
+ }
59
+ .search-icon {
60
+ width: 44px; height: 44px; margin-right: 16px;
61
+ }
62
+ .search-text {
63
+ flex: 1;
64
+ color: #222;
65
+ font-size: 36px;
66
+ }
67
+ .cursor {
68
+ width: 2px; height: 44px; background: #ff5a3a; display: inline-block; vertical-align: middle; margin-left: 4px;
69
+ }
70
+ .clear-btn {
71
+ width: 48px; height: 48px; border-radius: 24px;
72
+ background: #d9d9d9; display: flex; align-items: center; justify-content: center;
73
+ margin-left: 10px;
74
+ }
75
+ .clear-btn svg { width: 24px; height: 24px; }
76
+ .cancel-text {
77
+ color: #1a73e8;
78
+ font-size: 34px;
79
+ padding: 10px 8px;
80
+ }
81
+
82
+ /* Suggestions */
83
+ .section-title {
84
+ padding: 22px 32px 10px 32px;
85
+ color: #111;
86
+ font-weight: 700;
87
+ font-size: 44px;
88
+ }
89
+ .suggest-list { margin-top: 6px; }
90
+ .suggest-item {
91
+ padding: 36px 32px;
92
+ font-size: 36px;
93
+ color: #3a3a3a;
94
+ border-bottom: 1px solid #ececec;
95
+ }
96
+
97
+ /* Keyboard mock */
98
+ .keyboard {
99
+ position: absolute;
100
+ left: 0; right: 0; bottom: 0;
101
+ height: 880px;
102
+ background: #0f1417;
103
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.2);
104
+ color: #e8e8e8;
105
+ }
106
+ .kb-suggestions {
107
+ height: 100px;
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0 26px;
111
+ gap: 22px;
112
+ background: #141a1f;
113
+ border-top: 1px solid rgba(255,255,255,0.06);
114
+ border-bottom: 1px solid rgba(255,255,255,0.06);
115
+ font-size: 34px;
116
+ }
117
+ .pill {
118
+ padding: 12px 22px;
119
+ background: #222a30;
120
+ border-radius: 24px;
121
+ }
122
+ .kb-row {
123
+ display: flex;
124
+ justify-content: center;
125
+ gap: 16px;
126
+ padding: 18px 22px;
127
+ }
128
+ .key {
129
+ width: 88px; height: 104px;
130
+ background: #20272d;
131
+ border-radius: 18px;
132
+ display: flex; align-items: center; justify-content: center;
133
+ font-size: 42px; color: #f0f0f0;
134
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.04);
135
+ }
136
+ .key-wide { width: 168px; }
137
+ .key-xwide { width: 560px; }
138
+ .key-icon {
139
+ width: 44px; height: 44px;
140
+ display: flex; align-items: center; justify-content: center;
141
+ }
142
+ .key-green {
143
+ width: 128px; height: 128px;
144
+ background: #57e2b0;
145
+ border-radius: 64px;
146
+ position: absolute;
147
+ right: 24px; bottom: 24px;
148
+ display: flex; align-items: center; justify-content: center;
149
+ }
150
+ .divider { color: #6b6f74; }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status Bar -->
157
+ <div class="status-bar">
158
+ <div class="status-left">11:52</div>
159
+ <div class="status-right">
160
+ <div class="sb-icon"></div>
161
+ <div class="sb-icon"></div>
162
+ <div class="sb-icon"></div>
163
+ <div class="battery">
164
+ <svg viewBox="0 0 36 18">
165
+ <rect x="1" y="3" width="28" height="12" rx="2" fill="#333" stroke="#777" stroke-width="1"></rect>
166
+ <rect x="31" y="6" width="4" height="6" rx="1" fill="#777"></rect>
167
+ <rect x="3" y="5" width="22" height="8" fill="#9be37d"></rect>
168
+ </svg>
169
+ 91%
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Search Row -->
175
+ <div class="search-row">
176
+ <div class="search-box">
177
+ <svg class="search-icon" viewBox="0 0 24 24">
178
+ <circle cx="10" cy="10" r="7" stroke="#6b6b6b" stroke-width="2" fill="none"></circle>
179
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"></line>
180
+ </svg>
181
+ <div class="search-text">Electric Lawn Mower<span class="cursor"></span></div>
182
+ <div class="clear-btn">
183
+ <svg viewBox="0 0 24 24">
184
+ <line x1="6" y1="6" x2="18" y2="18" stroke="#444" stroke-width="2" stroke-linecap="round"></line>
185
+ <line x1="18" y1="6" x2="6" y2="18" stroke="#444" stroke-width="2" stroke-linecap="round"></line>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ <div class="cancel-text">Cancel</div>
190
+ </div>
191
+
192
+ <!-- Suggestions -->
193
+ <div class="section-title">Suggest words</div>
194
+ <div class="suggest-list">
195
+ <div class="suggest-item">electric lawn mower</div>
196
+ <div class="suggest-item">electric lawn mower cordless grass trimmer</div>
197
+ <div class="suggest-item">electric lawn mower motor brushes</div>
198
+ <div class="suggest-item">electric lawn mower swich</div>
199
+ <div class="suggest-item">electric lawn mower grass trimmeer</div>
200
+ <div class="suggest-item">electric lawn mower remote control</div>
201
+ <div class="suggest-item">electric lawn mower motor</div>
202
+ </div>
203
+
204
+ <!-- Keyboard -->
205
+ <div class="keyboard">
206
+ <div class="kb-suggestions">
207
+ <div class="sb-icon" style="background:#2a3238; width:46px; height:46px; border-radius:10px;"></div>
208
+ <div class="pill">Mower</div>
209
+ <span class="divider">|</span>
210
+ <div class="pill">Mowers</div>
211
+ <span class="divider">|</span>
212
+ <div class="pill">Moner</div>
213
+ <div style="margin-left:auto; display:flex; align-items:center; gap:16px;">
214
+ <svg width="40" height="40" viewBox="0 0 24 24">
215
+ <path d="M12 3a5 5 0 0 0-5 5v3H5v8h14v-8h-2V8a5 5 0 0 0-5-5z" fill="#cfd8dc"></path>
216
+ </svg>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="kb-row">
221
+ <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>
222
+ </div>
223
+ <div class="kb-row">
224
+ <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>
225
+ </div>
226
+ <div class="kb-row">
227
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
228
+ <div class="key key-wide">
229
+ <svg class="key-icon" viewBox="0 0 24 24">
230
+ <path d="M3 12h14l-4-4m4 4-4 4" stroke="#f0f0f0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ <div class="kb-row" style="padding-bottom: 120px;">
235
+ <div class="key key-wide" style="background:#57e2b0; color:#0a0a0a; font-weight:700;">?123</div>
236
+ <div class="key">,</div>
237
+ <div class="key key-wide">
238
+ <svg class="key-icon" viewBox="0 0 24 24">
239
+ <circle cx="12" cy="12" r="9" fill="#f0f0f0"></circle>
240
+ <circle cx="12" cy="12" r="5" fill="#9aa3a9"></circle>
241
+ </svg>
242
+ </div>
243
+ <div class="key key-xwide"> </div>
244
+ <div class="key">.</div>
245
+ </div>
246
+
247
+ <div class="key-green">
248
+ <svg width="50" height="50" viewBox="0 0 24 24">
249
+ <circle cx="10" cy="10" r="7" stroke="#0b4d3b" stroke-width="2" fill="none"></circle>
250
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#0b4d3b" stroke-width="2" stroke-linecap="round"></line>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ </div>
256
+ </body>
257
+ </html>
code/1294/1294_4.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Electric Lawn Mower Results</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: #222;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 30px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 38px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ gap: 26px;
30
+ align-items: center;
31
+ color: #444;
32
+ }
33
+ .dot { width: 10px; height: 10px; background:#444; border-radius:50%; display:inline-block; margin-left:6px; }
34
+
35
+ /* Top search row */
36
+ .top-row {
37
+ height: 120px;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 24px;
41
+ gap: 20px;
42
+ }
43
+ .icon-btn {
44
+ width: 90px;
45
+ height: 90px;
46
+ border-radius: 50%;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+ .search-wrap {
52
+ flex: 1;
53
+ height: 100px;
54
+ background: #F3F4F6;
55
+ border: 1px solid #E0E0E0;
56
+ border-radius: 60px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 28px;
60
+ gap: 20px;
61
+ }
62
+ .search-text {
63
+ flex: 1;
64
+ color: #444;
65
+ font-size: 36px;
66
+ white-space: nowrap;
67
+ overflow: hidden;
68
+ text-overflow: ellipsis;
69
+ }
70
+ .chip-x {
71
+ background: #E7E7E7;
72
+ border: 1px solid #D0D0D0;
73
+ color: #666;
74
+ font-size: 28px;
75
+ padding: 8px 18px;
76
+ border-radius: 30px;
77
+ }
78
+ .menu-btn {
79
+ width: 90px;
80
+ height: 90px;
81
+ border-radius: 18px;
82
+ border: 1px solid #E0E0E0;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ }
87
+
88
+ /* Tabs / filters */
89
+ .tabs {
90
+ display: flex;
91
+ align-items: center;
92
+ padding: 10px 30px 0 30px;
93
+ height: 100px;
94
+ font-size: 38px;
95
+ color: #333;
96
+ gap: 44px;
97
+ }
98
+ .tab {
99
+ position: relative;
100
+ padding: 22px 10px 18px;
101
+ }
102
+ .tab.active {
103
+ font-weight: 700;
104
+ }
105
+ .tab.active::after {
106
+ content: "";
107
+ position: absolute;
108
+ left: 0;
109
+ bottom: 6px;
110
+ height: 8px;
111
+ width: 180px;
112
+ background: #ff7a1a;
113
+ border-radius: 4px;
114
+ }
115
+ .spacer { flex: 1; }
116
+
117
+ /* Grid of items */
118
+ .grid {
119
+ padding: 10px 20px 40px 20px;
120
+ display: grid;
121
+ grid-template-columns: 1fr 1fr;
122
+ gap: 26px;
123
+ }
124
+ .card {
125
+ background: #fff;
126
+ border: 1px solid #E8E8E8;
127
+ border-radius: 26px;
128
+ padding: 16px;
129
+ box-sizing: border-box;
130
+ }
131
+ .thumb {
132
+ width: 100%;
133
+ height: 440px;
134
+ background: #E0E0E0;
135
+ border: 1px solid #BDBDBD;
136
+ border-radius: 18px;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ color: #666;
141
+ font-size: 34px;
142
+ text-align: center;
143
+ padding: 20px;
144
+ box-sizing: border-box;
145
+ }
146
+ .title {
147
+ font-size: 36px;
148
+ color: #333;
149
+ line-height: 1.25;
150
+ height: 96px;
151
+ overflow: hidden;
152
+ margin: 18px 6px 12px;
153
+ }
154
+ .price {
155
+ font-weight: 800;
156
+ color: #111;
157
+ font-size: 44px;
158
+ margin: 6px 6px 8px;
159
+ }
160
+ .sold {
161
+ color: #6b6b6b;
162
+ font-size: 32px;
163
+ margin: 4px 6px 8px;
164
+ }
165
+
166
+ /* Small helpers */
167
+ .row { display: flex; align-items: center; gap: 10px; }
168
+ .muted { color:#6b6b6b; }
169
+
170
+ /* Bottom safe area bar shown in screenshot */
171
+ .bottom-bar {
172
+ position: absolute;
173
+ bottom: 16px;
174
+ left: 50%;
175
+ transform: translateX(-50%);
176
+ width: 700px;
177
+ height: 12px;
178
+ background: #111;
179
+ border-radius: 8px;
180
+ opacity: 0.8;
181
+ }
182
+ </style>
183
+ </head>
184
+ <body>
185
+ <div id="render-target">
186
+
187
+ <!-- Status bar -->
188
+ <div class="status-bar">
189
+ <div class="row">
190
+ <div>11:53</div>
191
+ <span class="dot"></span>
192
+ </div>
193
+ <div class="status-right">
194
+ <!-- Simple status icons -->
195
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#444"><circle cx="12" cy="12" r="10"/></svg>
196
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#444" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3M5 5l2 2M17 17l2 2M17 7l2-2M7 17l-2 2"/></svg>
197
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#444" stroke-width="2"><rect x="2" y="7" width="20" height="10" rx="2"/><path d="M22 10v4"/></svg>
198
+ <div style="font-weight:700;">91%</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Search bar row -->
203
+ <div class="top-row">
204
+ <div class="icon-btn">
205
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="none" stroke="#1d1d1d" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
206
+ <path d="M15 18l-6-6 6-6"/>
207
+ </svg>
208
+ </div>
209
+ <div class="search-wrap">
210
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2.5" stroke-linecap="round">
211
+ <circle cx="11" cy="11" r="7"></circle>
212
+ <path d="M21 21l-4.3-4.3"></path>
213
+ </svg>
214
+ <div class="search-text">Electric Lawn Mower</div>
215
+ <div class="chip-x">×</div>
216
+ </div>
217
+ <div class="menu-btn">
218
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#222">
219
+ <rect x="3" y="5" width="18" height="2" rx="1"></rect>
220
+ <rect x="3" y="11" width="18" height="2" rx="1"></rect>
221
+ <rect x="3" y="17" width="18" height="2" rx="1"></rect>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Tabs -->
227
+ <div class="tabs">
228
+ <div class="tab active">Most Popular</div>
229
+ <div class="tab row">
230
+ <span>Price</span>
231
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#666">
232
+ <path d="M7 10l5-5 5 5H7z"></path>
233
+ </svg>
234
+ </div>
235
+ <div class="tab row">
236
+ <span>Filter</span>
237
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
238
+ <path d="M3 5h18l-7 8v5l-4 2v-7L3 5z"></path>
239
+ </svg>
240
+ </div>
241
+ <div class="spacer"></div>
242
+ </div>
243
+
244
+ <!-- Grid of products -->
245
+ <div class="grid">
246
+ <!-- Card 1 -->
247
+ <div class="card">
248
+ <div class="thumb">[IMG: 24V Cordless Electric Grass Trimmer Kit]</div>
249
+ <div class="title">24V Cordless Electric Grass Tr...</div>
250
+ <div class="price">₹5,820.99</div>
251
+ <div class="sold">11 Sold</div>
252
+ </div>
253
+
254
+ <!-- Card 2 -->
255
+ <div class="card">
256
+ <div class="thumb">[IMG: 6000rpm Cordless Electric String Trimmer]</div>
257
+ <div class="title">6000rpm Cordless Electric St...</div>
258
+ <div class="price">₹7,579.67</div>
259
+ <div class="sold">4 Sold</div>
260
+ </div>
261
+
262
+ <!-- Card 3 -->
263
+ <div class="card">
264
+ <div class="thumb">[IMG: 21V 7500mAh Brush Cutter with Saw Blade]</div>
265
+ <div class="title">21V 7500Mah Electric Lawn...</div>
266
+ <div class="price">₹9,685.36</div>
267
+ <div class="sold">11 Sold</div>
268
+ </div>
269
+
270
+ <!-- Card 4 -->
271
+ <div class="card">
272
+ <div class="thumb">[IMG: Doersupp 12/24V Cordless Trimmer Set with Batteries]</div>
273
+ <div class="title">Doersupp 12/24V Cordless...</div>
274
+ <div class="price">₹8,338.56</div>
275
+ <div class="sold">24 Sold</div>
276
+ </div>
277
+
278
+ <!-- Card 5 -->
279
+ <div class="card">
280
+ <div class="thumb">[IMG: Green Trimmer Full Accessories Kit]</div>
281
+ <div class="title">Cordless Trimmer Accessories Kit</div>
282
+ <div class="price">₹7,999.00</div>
283
+ <div class="sold">8 Sold</div>
284
+ </div>
285
+
286
+ <!-- Card 6 -->
287
+ <div class="card">
288
+ <div class="thumb">[IMG: Blue Telescopic Trimmer with 2 Batteries]</div>
289
+ <div class="title">12V Telescopic Electric Trimmer</div>
290
+ <div class="price">₹6,450.00</div>
291
+ <div class="sold">5 Sold</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="bottom-bar"></div>
296
+ </div>
297
+ </body>
298
+ </html>
code/12941/12941_0.html ADDED
@@ -0,0 +1,341 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Android Home UI Mock</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ border-radius: 36px;
16
+ box-shadow: 0 10px 40px rgba(0,0,0,0.35);
17
+ font-family: Arial, Helvetica, sans-serif;
18
+ color: #fff;
19
+ }
20
+ /* Wallpaper placeholder covering the full screen */
21
+ .wallpaper {
22
+ position: absolute;
23
+ inset: 0;
24
+ background: #2f2f3a;
25
+ border: 1px solid #2a2a2a;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: center;
29
+ color: #bdbdbd;
30
+ font-size: 24px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+
34
+ /* Status bar */
35
+ .status-left, .status-right {
36
+ position: absolute;
37
+ top: 24px;
38
+ height: 44px;
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 16px;
42
+ color: #ffffff;
43
+ font-weight: 600;
44
+ }
45
+ .status-left { left: 32px; }
46
+ .status-right { right: 32px; }
47
+ .status-icon {
48
+ width: 28px; height: 18px;
49
+ display: inline-flex; align-items: center; justify-content: center;
50
+ }
51
+ .status-square {
52
+ width: 24px; height: 18px; border-radius: 3px; background: rgba(255,255,255,0.85);
53
+ }
54
+
55
+ /* Date & weather card */
56
+ .date-card {
57
+ position: absolute;
58
+ left: 64px;
59
+ top: 220px;
60
+ color: #ffffff;
61
+ }
62
+ .date-card .date {
63
+ font-size: 64px;
64
+ font-weight: 600;
65
+ margin-bottom: 22px;
66
+ letter-spacing: 0.5px;
67
+ }
68
+ .weather-row {
69
+ display: flex; align-items: center; gap: 16px;
70
+ font-size: 32px; font-weight: 500;
71
+ }
72
+
73
+ /* App icon rows */
74
+ .row {
75
+ position: absolute;
76
+ left: 60px;
77
+ width: 960px;
78
+ display: flex;
79
+ justify-content: space-between;
80
+ }
81
+ .row.top { top: 1420px; }
82
+ .row.mid { top: 1720px; }
83
+
84
+ .app {
85
+ width: 200px;
86
+ display: flex;
87
+ flex-direction: column;
88
+ align-items: center;
89
+ gap: 18px;
90
+ }
91
+ .app-icon {
92
+ width: 170px; height: 170px; border-radius: 50%;
93
+ background: #ffffff;
94
+ box-shadow: 0 10px 25px rgba(0,0,0,0.35);
95
+ position: relative;
96
+ display: flex; align-items: center; justify-content: center;
97
+ }
98
+ .badge {
99
+ position: absolute; right: 14px; top: 12px;
100
+ width: 34px; height: 34px; background: #f8c9d3; border-radius: 50%;
101
+ border: 4px solid #ffffff;
102
+ }
103
+ .label {
104
+ color: #ffffff; font-size: 36px; font-weight: 500;
105
+ text-shadow: 0 2px 3px rgba(0,0,0,0.35);
106
+ }
107
+
108
+ /* Search bar (Google) */
109
+ .search-bar {
110
+ position: absolute;
111
+ left: 64px;
112
+ top: 2020px;
113
+ width: 952px;
114
+ height: 120px;
115
+ background: #ffffff;
116
+ border-radius: 60px;
117
+ box-shadow: 0 10px 22px rgba(0,0,0,0.35);
118
+ display: flex; align-items: center; justify-content: space-between;
119
+ padding: 0 36px;
120
+ }
121
+ .search-left {
122
+ display: flex; align-items: center; gap: 24px;
123
+ }
124
+ .search-text {
125
+ color: #7a7a7a; font-size: 36px;
126
+ }
127
+ .search-icon {
128
+ width: 64px; height: 64px; border-radius: 50%;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+
132
+ /* Gesture pill */
133
+ .gesture {
134
+ position: absolute;
135
+ left: 390px;
136
+ top: 2335px;
137
+ width: 300px; height: 16px;
138
+ background: rgba(255,255,255,0.85);
139
+ border-radius: 10px;
140
+ }
141
+
142
+ /* Helper */
143
+ svg { display: block; }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <div class="wallpaper">[IMG: Rocky mountain wallpaper]</div>
150
+
151
+ <!-- Status bar -->
152
+ <div class="status-left">
153
+ <div style="font-size:28px;">7:34</div>
154
+ <div style="font-size:22px;">84°</div>
155
+ <div class="status-square"></div>
156
+ </div>
157
+ <div class="status-right">
158
+ <!-- Wi-Fi icon -->
159
+ <div class="status-icon">
160
+ <svg width="28" height="18">
161
+ <path d="M1 6 Q14 -2 27 6" stroke="#fff" stroke-width="2" fill="none"/>
162
+ <path d="M6 10 Q14 5 22 10" stroke="#fff" stroke-width="2" fill="none"/>
163
+ <circle cx="14" cy="14" r="2.5" fill="#fff"/>
164
+ </svg>
165
+ </div>
166
+ <!-- Signal icon -->
167
+ <div class="status-icon">
168
+ <svg width="28" height="18">
169
+ <rect x="1" y="12" width="4" height="6" fill="#fff"/>
170
+ <rect x="7" y="10" width="4" height="8" fill="#fff"/>
171
+ <rect x="13" y="8" width="4" height="10" fill="#fff"/>
172
+ <rect x="19" y="4" width="4" height="14" fill="#fff"/>
173
+ </svg>
174
+ </div>
175
+ <!-- Battery icon -->
176
+ <div class="status-icon">
177
+ <svg width="34" height="18">
178
+ <rect x="1" y="3" width="26" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
179
+ <rect x="3" y="5" width="20" height="8" fill="#fff"/>
180
+ <rect x="28" y="6" width="4" height="6" fill="#fff"/>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Date and weather -->
186
+ <div class="date-card">
187
+ <div class="date">Fri, Oct 13</div>
188
+ <div class="weather-row">
189
+ <svg width="48" height="48" viewBox="0 0 48 48">
190
+ <circle cx="20" cy="22" r="10" fill="#cfd8dc"/>
191
+ <ellipse cx="28" cy="26" rx="16" ry="10" fill="#e0e0e0"/>
192
+ </svg>
193
+ <div>30°C</div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Top app row -->
198
+ <div class="row top">
199
+ <!-- Play Store -->
200
+ <div class="app">
201
+ <div class="app-icon">
202
+ <svg width="120" height="120" viewBox="0 0 120 120">
203
+ <polygon points="28,20 92,60 28,100" fill="#4caf50"/>
204
+ <polygon points="40,30 92,60 40,90" fill="#ff9800" opacity="0.9"/>
205
+ <polygon points="28,20 40,30 40,90 28,100" fill="#03a9f4"/>
206
+ <polygon points="40,30 64,60 40,90" fill="#e91e63"/>
207
+ </svg>
208
+ </div>
209
+ <div class="label">Play Store</div>
210
+ </div>
211
+
212
+ <!-- Gmail -->
213
+ <div class="app">
214
+ <div class="app-icon">
215
+ <svg width="120" height="120" viewBox="0 0 120 120">
216
+ <rect x="22" y="36" width="76" height="48" rx="8" fill="#fff" stroke="#d32f2f" stroke-width="8"/>
217
+ <polyline points="22,38 60,64 98,38" fill="none" stroke="#f44336" stroke-width="10"/>
218
+ <polyline points="22,82 60,56 98,82" fill="none" stroke="#f44336" stroke-width="10"/>
219
+ </svg>
220
+ </div>
221
+ <div class="label">Gmail</div>
222
+ </div>
223
+
224
+ <!-- Photos -->
225
+ <div class="app">
226
+ <div class="app-icon">
227
+ <svg width="120" height="120" viewBox="0 0 120 120">
228
+ <circle cx="60" cy="40" r="22" fill="#ffeb3b"/>
229
+ <circle cx="80" cy="60" r="22" fill="#4caf50"/>
230
+ <circle cx="60" cy="80" r="22" fill="#03a9f4"/>
231
+ <circle cx="40" cy="60" r="22" fill="#f44336"/>
232
+ <circle cx="60" cy="60" r="12" fill="#fff"/>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Photos</div>
236
+ </div>
237
+
238
+ <!-- YouTube -->
239
+ <div class="app">
240
+ <div class="app-icon">
241
+ <svg width="120" height="120" viewBox="0 0 120 120">
242
+ <rect x="24" y="36" width="72" height="48" rx="12" fill="#ff3d00"/>
243
+ <polygon points="56,44 56,76 84,60" fill="#fff"/>
244
+ </svg>
245
+ <div class="badge"></div>
246
+ </div>
247
+ <div class="label">YouTube</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Middle app row -->
252
+ <div class="row mid">
253
+ <!-- Phone -->
254
+ <div class="app">
255
+ <div class="app-icon">
256
+ <svg width="120" height="120" viewBox="0 0 120 120">
257
+ <path d="M36 40 q24 24 44 0 l12 12 q-22 22 -56 0 z" fill="#3f51b5"/>
258
+ </svg>
259
+ </div>
260
+ <div class="label">Phone</div>
261
+ </div>
262
+
263
+ <!-- Messages -->
264
+ <div class="app">
265
+ <div class="app-icon">
266
+ <svg width="120" height="120" viewBox="0 0 120 120">
267
+ <rect x="26" y="34" width="68" height="44" rx="12" fill="#4a86ff"/>
268
+ <polygon points="46,78 46,98 64,80" fill="#4a86ff"/>
269
+ </svg>
270
+ </div>
271
+ <div class="label">Messages</div>
272
+ </div>
273
+
274
+ <!-- Chrome -->
275
+ <div class="app">
276
+ <div class="app-icon">
277
+ <svg width="120" height="120" viewBox="0 0 120 120">
278
+ <circle cx="60" cy="60" r="40" fill="#f44336"/>
279
+ <path d="M60 20 A40 40 0 0 1 100 60 L60 60 Z" fill="#ffeb3b"/>
280
+ <path d="M60 60 L20 60 A40 40 0 0 1 60 20 Z" fill="#4caf50"/>
281
+ <circle cx="60" cy="60" r="20" fill="#2196f3" stroke="#fff" stroke-width="6"/>
282
+ </svg>
283
+ </div>
284
+ <div class="label">Chrome</div>
285
+ </div>
286
+
287
+ <!-- Camera -->
288
+ <div class="app">
289
+ <div class="app-icon">
290
+ <svg width="120" height="120" viewBox="0 0 120 120">
291
+ <rect x="26" y="42" width="68" height="44" rx="10" fill="#757575"/>
292
+ <rect x="40" y="32" width="20" height="10" rx="6" fill="#9e9e9e"/>
293
+ <circle cx="60" cy="64" r="16" fill="#1e88e5"/>
294
+ <circle cx="60" cy="64" r="6" fill="#b3e5fc"/>
295
+ </svg>
296
+ </div>
297
+ <div class="label">Camera</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Search bar -->
302
+ <div class="search-bar">
303
+ <div class="search-left">
304
+ <!-- Google G mark (simple multi-color circle) -->
305
+ <div class="search-icon">
306
+ <svg width="64" height="64" viewBox="0 0 64 64">
307
+ <circle cx="32" cy="32" r="28" fill="#fff"/>
308
+ <path d="M32 8 A24 24 0 0 1 56 32 H38" stroke="#4285f4" stroke-width="8" fill="none"/>
309
+ <path d="M32 8 A24 24 0 0 0 8 32" stroke="#ea4335" stroke-width="8" fill="none"/>
310
+ <path d="M8 32 A24 24 0 0 0 32 56" stroke="#34a853" stroke-width="8" fill="none"/>
311
+ <path d="M32 56 A24 24 0 0 0 48 48" stroke="#fbbc05" stroke-width="8" fill="none"/>
312
+ </svg>
313
+ </div>
314
+ <div class="search-text">Search...</div>
315
+ </div>
316
+ <div style="display:flex; align-items:center; gap:24px;">
317
+ <!-- Mic -->
318
+ <div class="search-icon">
319
+ <svg width="40" height="40" viewBox="0 0 40 40">
320
+ <rect x="16" y="8" width="8" height="16" rx="4" fill="#4285f4"/>
321
+ <path d="M12 20 q8 8 16 0" stroke="#34a853" stroke-width="4" fill="none"/>
322
+ <rect x="18" y="26" width="4" height="8" fill="#fbbc05"/>
323
+ </svg>
324
+ </div>
325
+ <!-- Lens (camera) -->
326
+ <div class="search-icon">
327
+ <svg width="40" height="40" viewBox="0 0 40 40">
328
+ <rect x="8" y="10" width="24" height="18" rx="5" fill="#ff7043"/>
329
+ <circle cx="20" cy="19" r="6" fill="#fff"/>
330
+ <rect x="14" y="6" width="8" height="6" rx="3" fill="#ffd54f"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ </div>
335
+
336
+ <!-- Gesture pill -->
337
+ <div class="gesture"></div>
338
+
339
+ </div>
340
+ </body>
341
+ </html>
code/12941/12941_1.html ADDED
@@ -0,0 +1,447 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Houzz Style UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #3C3C3C;
31
+ font-size: 34px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 16px;
37
+ font-weight: 600;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon {
45
+ width: 36px;
46
+ height: 36px;
47
+ }
48
+
49
+ /* Search */
50
+ .search-wrap {
51
+ padding: 0 36px;
52
+ }
53
+ .search-bar {
54
+ height: 110px;
55
+ background: #F0F0F0;
56
+ border-radius: 18px;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 28px;
60
+ color: #9E9E9E;
61
+ font-size: 38px;
62
+ gap: 22px;
63
+ }
64
+
65
+ /* Quick links */
66
+ .quick-links {
67
+ display: flex;
68
+ justify-content: space-around;
69
+ padding: 32px 24px 18px;
70
+ }
71
+ .ql-item {
72
+ width: 220px;
73
+ text-align: center;
74
+ }
75
+ .ql-icon {
76
+ width: 120px;
77
+ height: 110px;
78
+ margin: 0 auto 16px;
79
+ border-radius: 10px;
80
+ position: relative;
81
+ }
82
+ .ql-label {
83
+ font-size: 34px;
84
+ color: #444;
85
+ }
86
+
87
+ /* Section header */
88
+ .section {
89
+ padding: 0 36px;
90
+ }
91
+ .section-header {
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: space-between;
95
+ padding-top: 8px;
96
+ padding-bottom: 12px;
97
+ }
98
+ .section-title {
99
+ font-size: 44px;
100
+ font-weight: 700;
101
+ color: #222;
102
+ }
103
+ .see-all {
104
+ font-size: 34px;
105
+ font-weight: 700;
106
+ color: #2E7D32;
107
+ text-decoration: none;
108
+ }
109
+
110
+ /* Cards row */
111
+ .card-row {
112
+ display: flex;
113
+ gap: 28px;
114
+ padding: 8px 12px 22px 36px;
115
+ }
116
+ .mini-card {
117
+ width: 320px;
118
+ background: #FFF;
119
+ border-radius: 16px;
120
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08);
121
+ border: 1px solid #EAEAEA;
122
+ overflow: hidden;
123
+ }
124
+ .mini-img {
125
+ width: 100%;
126
+ height: 184px;
127
+ background: #E0E0E0;
128
+ border-bottom: 1px solid #BDBDBD;
129
+ display: flex;
130
+ justify-content: center;
131
+ align-items: center;
132
+ color: #757575;
133
+ font-size: 28px;
134
+ }
135
+ .mini-title {
136
+ padding: 24px;
137
+ font-size: 34px;
138
+ line-height: 1.25;
139
+ color: #333;
140
+ text-align: center;
141
+ }
142
+
143
+ .divider {
144
+ height: 28px;
145
+ background: #F5F5F5;
146
+ margin: 6px 0 2px;
147
+ }
148
+
149
+ /* Hero image section */
150
+ .hero-section {
151
+ width: 1080px;
152
+ padding-top: 8px;
153
+ }
154
+ .hero-photo {
155
+ position: relative;
156
+ width: 1080px;
157
+ height: 980px;
158
+ background: #E0E0E0;
159
+ border-top: 1px solid #BDBDBD;
160
+ border-bottom: 1px solid #BDBDBD;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ color: #757575;
165
+ font-size: 40px;
166
+ }
167
+ .badge {
168
+ position: absolute;
169
+ top: 24px;
170
+ right: 24px;
171
+ background: rgba(0,0,0,0.7);
172
+ color: #fff;
173
+ width: 120px;
174
+ height: 120px;
175
+ border-radius: 60px;
176
+ display: flex;
177
+ align-items: center;
178
+ justify-content: center;
179
+ font-size: 40px;
180
+ font-weight: 700;
181
+ }
182
+ .fav-btn {
183
+ position: absolute;
184
+ right: 28px;
185
+ bottom: 28px;
186
+ width: 140px;
187
+ height: 140px;
188
+ border-radius: 70px;
189
+ background: rgba(0,0,0,0.55);
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: center;
193
+ }
194
+ .fav-btn svg {
195
+ width: 64px;
196
+ height: 64px;
197
+ fill: #FFFFFF;
198
+ }
199
+
200
+ /* Bottom navigation */
201
+ .bottom-nav {
202
+ position: absolute;
203
+ left: 0;
204
+ right: 0;
205
+ bottom: 46px;
206
+ height: 180px;
207
+ border-top: 1px solid #E0E0E0;
208
+ background: #FFFFFF;
209
+ display: flex;
210
+ justify-content: space-around;
211
+ align-items: center;
212
+ padding: 0 20px;
213
+ }
214
+ .nav-item {
215
+ width: 220px;
216
+ text-align: center;
217
+ color: #666;
218
+ }
219
+ .nav-icon {
220
+ width: 56px;
221
+ height: 56px;
222
+ margin: 0 auto 10px;
223
+ display: block;
224
+ fill: #8A8A8A;
225
+ }
226
+ .nav-label {
227
+ font-size: 30px;
228
+ }
229
+ .notif-dot {
230
+ position: absolute;
231
+ right: -8px;
232
+ top: -6px;
233
+ width: 44px;
234
+ height: 44px;
235
+ background: #2E7D32;
236
+ color: #fff;
237
+ border-radius: 22px;
238
+ font-size: 28px;
239
+ line-height: 44px;
240
+ text-align: center;
241
+ font-weight: 700;
242
+ }
243
+ .icon-wrap {
244
+ position: relative;
245
+ width: 56px;
246
+ height: 56px;
247
+ margin: 0 auto 10px;
248
+ }
249
+
250
+ /* Gesture handle */
251
+ .gesture-handle {
252
+ position: absolute;
253
+ bottom: 12px;
254
+ left: 50%;
255
+ transform: translateX(-50%);
256
+ width: 320px;
257
+ height: 14px;
258
+ background: #BDBDBD;
259
+ border-radius: 10px;
260
+ opacity: 0.9;
261
+ }
262
+
263
+ /* Utility icon tiles for quick links */
264
+ .tile-green { background: #2E7D32; }
265
+ .tile-yellow { background: #F5C84C; }
266
+ .tile-lightgreen { background: #4CAF50; }
267
+ .tile-amber { background: #FFD54F; }
268
+ .tile-shape {
269
+ position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
270
+ }
271
+ </style>
272
+ </head>
273
+ <body>
274
+ <div id="render-target">
275
+
276
+ <!-- Status Bar -->
277
+ <div class="status-bar">
278
+ <div class="status-left">
279
+ <span>7:35</span>
280
+ <span>84°</span>
281
+ <!-- simple 'video' and 'cast' icons -->
282
+ <svg class="status-icon" viewBox="0 0 24 24">
283
+ <rect x="3" y="6" width="14" height="12" fill="#5A5A5A"></rect>
284
+ <polygon points="17,10 22,7 22,17 17,14" fill="#5A5A5A"></polygon>
285
+ </svg>
286
+ <svg class="status-icon" viewBox="0 0 24 24">
287
+ <path d="M2 18h2a8 8 0 0 1 8 8H10a10 10 0 0 0-10-10v2z" fill="#5A5A5A" transform="scale(.5) translate(2,2)"></path>
288
+ </svg>
289
+ </div>
290
+ <div class="status-right">
291
+ <svg class="status-icon" viewBox="0 0 24 24">
292
+ <path d="M2 12l4-4 4 4" stroke="#5A5A5A" stroke-width="2" fill="none"></path>
293
+ <rect x="10" y="8" width="10" height="8" rx="2" fill="#5A5A5A"></rect>
294
+ </svg>
295
+ <svg class="status-icon" viewBox="0 0 24 24">
296
+ <circle cx="12" cy="12" r="3" fill="#5A5A5A"></circle>
297
+ <path d="M12 2a10 10 0 1 1 0 20" stroke="#5A5A5A" stroke-width="2" fill="none"></path>
298
+ </svg>
299
+ <svg class="status-icon" viewBox="0 0 24 24">
300
+ <rect x="6" y="3" width="12" height="18" rx="2" stroke="#5A5A5A" stroke-width="2" fill="none"></rect>
301
+ <rect x="10" y="1" width="4" height="2" fill="#5A5A5A"></rect>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Search -->
307
+ <div class="search-wrap">
308
+ <div class="search-bar">
309
+ <svg width="46" height="46" viewBox="0 0 24 24">
310
+ <circle cx="11" cy="11" r="7" stroke="#9E9E9E" stroke-width="2" fill="none"></circle>
311
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#9E9E9E" stroke-width="2"></line>
312
+ </svg>
313
+ <span>Search Houzz</span>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Quick Links -->
318
+ <div class="quick-links">
319
+ <div class="ql-item">
320
+ <div class="ql-icon tile-green">
321
+ <div class="tile-shape">
322
+ <svg width="72" height="72" viewBox="0 0 24 24">
323
+ <path d="M3 12l9-6 9 6v8H3z" fill="#FFFFFF"></path>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+ <div class="ql-label">Ideas</div>
328
+ </div>
329
+ <div class="ql-item">
330
+ <div class="ql-icon tile-yellow">
331
+ <div class="tile-shape">
332
+ <svg width="72" height="72" viewBox="0 0 24 24">
333
+ <circle cx="12" cy="8" r="4" fill="#333"></circle>
334
+ <path d="M4 22c2-6 14-6 16 0" fill="#333"></path>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ <div class="ql-label">Pros</div>
339
+ </div>
340
+ <div class="ql-item">
341
+ <div class="ql-icon tile-lightgreen">
342
+ <div class="tile-shape">
343
+ <svg width="72" height="72" viewBox="0 0 24 24">
344
+ <rect x="5" y="4" width="14" height="16" rx="2" fill="#FFFFFF"></rect>
345
+ <rect x="7" y="8" width="10" height="2" fill="#4CAF50"></rect>
346
+ <rect x="7" y="12" width="10" height="2" fill="#4CAF50"></rect>
347
+ </svg>
348
+ </div>
349
+ </div>
350
+ <div class="ql-label">Stories</div>
351
+ </div>
352
+ <div class="ql-item">
353
+ <div class="ql-icon tile-amber">
354
+ <div class="tile-shape">
355
+ <svg width="72" height="72" viewBox="0 0 24 24">
356
+ <rect x="2" y="4" width="20" height="12" rx="2" fill="#333"></rect>
357
+ <circle cx="17" cy="16" r="3" fill="#4CAF50"></circle>
358
+ <text x="16" y="17" font-size="6" text-anchor="middle" fill="#fff">?</text>
359
+ </svg>
360
+ </div>
361
+ </div>
362
+ <div class="ql-label">Discussions</div>
363
+ </div>
364
+ </div>
365
+
366
+ <!-- Find Professionals -->
367
+ <div class="section">
368
+ <div class="section-header">
369
+ <div class="section-title">Find Professionals</div>
370
+ <a href="#" class="see-all">SEE ALL</a>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="card-row">
375
+ <div class="mini-card">
376
+ <div class="mini-img">[IMG: Bathroom Remodeling]</div>
377
+ <div class="mini-title">Bathroom Remodeling</div>
378
+ </div>
379
+ <div class="mini-card">
380
+ <div class="mini-img">[IMG: Living Room Remodel]</div>
381
+ <div class="mini-title">Home Renovation & Remodeling</div>
382
+ </div>
383
+ <div class="mini-card">
384
+ <div class="mini-img">[IMG: Kitchen Remodel]</div>
385
+ <div class="mini-title">Kitchen Remodeling</div>
386
+ </div>
387
+ </div>
388
+
389
+ <div class="divider"></div>
390
+
391
+ <!-- New Bathroom Photos -->
392
+ <div class="section">
393
+ <div class="section-header">
394
+ <div class="section-title">New Bathroom Design Photos</div>
395
+ <span></span>
396
+ </div>
397
+ </div>
398
+
399
+ <div class="hero-section">
400
+ <div class="hero-photo">
401
+ [IMG: Blue tiled bathroom interior]
402
+ <div class="badge">1/4</div>
403
+ <div class="fav-btn">
404
+ <svg viewBox="0 0 24 24">
405
+ <path d="M12 21s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 11c0 5.6-7 10-7 10z"></path>
406
+ </svg>
407
+ </div>
408
+ </div>
409
+ </div>
410
+
411
+ <!-- Bottom Navigation -->
412
+ <div class="bottom-nav">
413
+ <div class="nav-item">
414
+ <svg class="nav-icon" viewBox="0 0 24 24">
415
+ <path d="M3 11l9-7 9 7v9H3z" fill="#8A8A8A"></path>
416
+ </svg>
417
+ <div class="nav-label">Home</div>
418
+ </div>
419
+ <div class="nav-item">
420
+ <div class="icon-wrap">
421
+ <svg class="nav-icon" viewBox="0 0 24 24">
422
+ <path d="M12 2a6 6 0 0 1 6 6v4l2 3H4l2-3V8a6 6 0 0 1 6-6z" fill="#8A8A8A"></path>
423
+ </svg>
424
+ <div class="notif-dot">1</div>
425
+ </div>
426
+ <div class="nav-label">Notifications</div>
427
+ </div>
428
+ <div class="nav-item">
429
+ <svg class="nav-icon" viewBox="0 0 24 24">
430
+ <path d="M3 5h8v14H3zM13 5h8v14h-8z" fill="#8A8A8A"></path>
431
+ </svg>
432
+ <div class="nav-label">Ideabooks</div>
433
+ </div>
434
+ <div class="nav-item">
435
+ <svg class="nav-icon" viewBox="0 0 24 24">
436
+ <circle cx="12" cy="8" r="4" fill="#8A8A8A"></circle>
437
+ <path d="M4 22c2-6 14-6 16 0" fill="#8A8A8A"></path>
438
+ </svg>
439
+ <div class="nav-label">Profile</div>
440
+ </div>
441
+ </div>
442
+
443
+ <div class="gesture-handle"></div>
444
+
445
+ </div>
446
+ </body>
447
+ </html>
code/12941/12941_2.html ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ background: #ffffff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ color: #444;
30
+ font-size: 34px;
31
+ }
32
+ .status-left, .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .mini-icon {
38
+ width: 38px;
39
+ height: 38px;
40
+ background: #616161;
41
+ border-radius: 6px;
42
+ opacity: 0.7;
43
+ }
44
+
45
+ /* Header with back and search */
46
+ .header {
47
+ position: absolute;
48
+ top: 110px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 160px;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 28px;
55
+ padding: 0 26px;
56
+ background: #ffffff;
57
+ }
58
+ .back-btn {
59
+ width: 90px;
60
+ height: 90px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: center;
64
+ }
65
+ .search-field {
66
+ flex: 1;
67
+ height: 110px;
68
+ background: #EFEFEF;
69
+ border: 1px solid #E0E0E0;
70
+ border-radius: 16px;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 0 30px;
74
+ gap: 22px;
75
+ }
76
+ .search-field .placeholder {
77
+ color: #8A8A8A;
78
+ font-size: 40px;
79
+ }
80
+ .icon-md {
81
+ width: 52px;
82
+ height: 52px;
83
+ }
84
+ .icon-lg {
85
+ width: 120px;
86
+ height: 120px;
87
+ }
88
+
89
+ /* Center empty state */
90
+ .center-empty {
91
+ position: absolute;
92
+ top: 270px;
93
+ left: 0;
94
+ width: 1080px;
95
+ height: 1150px;
96
+ display: flex;
97
+ flex-direction: column;
98
+ align-items: center;
99
+ justify-content: center;
100
+ color: #4A4A4A;
101
+ text-align: center;
102
+ gap: 26px;
103
+ }
104
+ .center-empty .info-text {
105
+ font-size: 44px;
106
+ line-height: 1.3;
107
+ max-width: 880px;
108
+ }
109
+
110
+ /* Keyboard */
111
+ .keyboard {
112
+ position: absolute;
113
+ bottom: 90px;
114
+ left: 0;
115
+ width: 1080px;
116
+ height: 920px;
117
+ background: #F3EFF7;
118
+ border-top-left-radius: 26px;
119
+ border-top-right-radius: 26px;
120
+ box-shadow: 0 -4px 10px rgba(0,0,0,0.06);
121
+ padding: 28px 24px 20px;
122
+ }
123
+ .kb-tools {
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-between;
127
+ padding: 0 18px;
128
+ margin-bottom: 26px;
129
+ }
130
+ .tool {
131
+ width: 92px;
132
+ height: 92px;
133
+ background: #ffffff;
134
+ border: 1px solid #E4E4E4;
135
+ border-radius: 22px;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ color: #222;
140
+ font-size: 30px;
141
+ }
142
+ .kb-rows {
143
+ display: flex;
144
+ flex-direction: column;
145
+ gap: 22px;
146
+ }
147
+ .kb-row {
148
+ display: flex;
149
+ justify-content: center;
150
+ gap: 16px;
151
+ padding: 0 18px;
152
+ }
153
+ .key {
154
+ height: 120px;
155
+ min-width: 88px;
156
+ padding: 0 26px;
157
+ background: #ffffff;
158
+ border: 1px solid #E4E4E4;
159
+ border-radius: 26px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ font-size: 46px;
164
+ color: #222;
165
+ box-sizing: border-box;
166
+ }
167
+ .key.wide { min-width: 130px; }
168
+ .key.extra-wide { min-width: 460px; }
169
+ .key.purple {
170
+ background: #E4E0F8;
171
+ border-color: #D2CEF2;
172
+ }
173
+ .key.gray {
174
+ background: #ECECEC;
175
+ border-color: #DDDDDD;
176
+ }
177
+
178
+ /* Bottom gesture bar */
179
+ .gesture {
180
+ position: absolute;
181
+ bottom: 24px;
182
+ left: 50%;
183
+ transform: translateX(-50%);
184
+ width: 300px;
185
+ height: 14px;
186
+ background: #8E8E8E;
187
+ border-radius: 10px;
188
+ opacity: 0.7;
189
+ }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Status bar -->
196
+ <div class="status-bar">
197
+ <div class="status-left">
198
+ <div style="font-weight: 600;">7:36</div>
199
+ <div class="mini-icon"></div>
200
+ <div class="mini-icon"></div>
201
+ <div class="mini-icon"></div>
202
+ </div>
203
+ <div class="status-right">
204
+ <div class="mini-icon"></div>
205
+ <div class="mini-icon"></div>
206
+ <div class="mini-icon"></div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Header -->
211
+ <div class="header">
212
+ <div class="back-btn" aria-label="Back">
213
+ <svg class="icon-md" viewBox="0 0 24 24">
214
+ <path d="M15 4 L5 12 L15 20" fill="none" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
215
+ </svg>
216
+ </div>
217
+ <div class="search-field">
218
+ <svg class="icon-md" viewBox="0 0 24 24">
219
+ <circle cx="10" cy="10" r="6.5" stroke="#757575" stroke-width="2" fill="none"></circle>
220
+ <line x1="16" y1="16" x2="21" y2="21" stroke="#757575" stroke-width="2" stroke-linecap="round"></line>
221
+ </svg>
222
+ <div class="placeholder">Search Houzz</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Center Empty State -->
227
+ <div class="center-empty">
228
+ <svg class="icon-lg" viewBox="0 0 48 48">
229
+ <circle cx="20" cy="20" r="12" stroke="#BDBDBD" stroke-width="3" fill="none"></circle>
230
+ <line x1="30" y1="30" x2="42" y2="42" stroke="#BDBDBD" stroke-width="3" stroke-linecap="round"></line>
231
+ </svg>
232
+ <div class="info-text">Search for Photos, Products,<br>Pros &amp; More...</div>
233
+ </div>
234
+
235
+ <!-- Keyboard -->
236
+ <div class="keyboard">
237
+ <div class="kb-tools">
238
+ <div class="tool">⌦</div>
239
+ <div class="tool">🙂</div>
240
+ <div class="tool">GIF</div>
241
+ <div class="tool">⚙</div>
242
+ <div class="tool">G↔</div>
243
+ <div class="tool">🎨</div>
244
+ <div class="tool">🎤</div>
245
+ </div>
246
+
247
+ <div class="kb-rows">
248
+ <div class="kb-row">
249
+ <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>
250
+ <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>
251
+ </div>
252
+ <div class="kb-row">
253
+ <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>
254
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
255
+ </div>
256
+ <div class="kb-row">
257
+ <div class="key purple wide">⇧</div>
258
+ <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>
259
+ <div class="key wide">⌫</div>
260
+ </div>
261
+ <div class="kb-row">
262
+ <div class="key gray wide">?123</div>
263
+ <div class="key gray wide">,</div>
264
+ <div class="key gray wide">🙂</div>
265
+ <div class="key extra-wide">space</div>
266
+ <div class="key gray wide">.</div>
267
+ <div class="key purple wide">🔎</div>
268
+ </div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- Bottom gesture bar -->
273
+ <div class="gesture"></div>
274
+
275
+ </div>
276
+ </body>
277
+ </html>
code/12941/12941_3.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Suggestions UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 110px;
16
+ padding: 20px 32px;
17
+ color: #555;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ font-size: 42px;
22
+ }
23
+ .status-center {
24
+ display: flex; align-items: center; gap: 20px; color: #777; font-size: 36px;
25
+ }
26
+ .status-icons {
27
+ display: flex; align-items: center; gap: 22px;
28
+ }
29
+ .icon { width: 42px; height: 42px; }
30
+ /* Search bar row */
31
+ .search-row {
32
+ display: flex; align-items: center;
33
+ padding: 10px 24px 0 24px;
34
+ }
35
+ .back-btn {
36
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
37
+ }
38
+ .search-field {
39
+ flex: 1;
40
+ margin-left: 8px;
41
+ height: 96px;
42
+ background: #F2F2F2;
43
+ border-radius: 20px;
44
+ display: flex; align-items: center;
45
+ padding: 0 20px;
46
+ }
47
+ .search-field .field-icon { width: 52px; height: 52px; margin-right: 16px; }
48
+ .search-text {
49
+ font-size: 40px; color: #333; flex: 1;
50
+ }
51
+ .clear-btn { width: 52px; height: 52px; }
52
+ /* Suggestions list */
53
+ .content {
54
+ padding: 20px 32px 0 32px;
55
+ }
56
+ .section {
57
+ margin-top: 34px;
58
+ }
59
+ .section-header {
60
+ display: flex; align-items: center; gap: 18px;
61
+ color: #444; font-size: 38px; font-weight: 600;
62
+ margin-bottom: 18px;
63
+ }
64
+ .section .item {
65
+ font-size: 44px; color: #212121;
66
+ padding: 16px 0;
67
+ }
68
+ .section .item.bold { font-weight: 700; }
69
+ .divider {
70
+ height: 1px; background: #E0E0E0; margin: 30px 0;
71
+ }
72
+ /* Keyboard */
73
+ .keyboard {
74
+ position: absolute; left: 0; bottom: 60px; width: 100%;
75
+ height: 900px; background: #F5F2F8; border-top: 1px solid #E6E2EA;
76
+ }
77
+ .kb-suggestions {
78
+ height: 120px; display: flex; align-items: center;
79
+ padding: 0 24px; gap: 18px; color: #4E4E4E; font-size: 40px;
80
+ }
81
+ .pill {
82
+ background: #ECE7F4; color: #4E4E4E; padding: 12px 18px; border-radius: 24px; font-size: 38px;
83
+ }
84
+ .kb-rows { padding: 8px 18px 0 18px; }
85
+ .kb-row {
86
+ display: flex; justify-content: center; gap: 12px; margin: 18px 0;
87
+ }
88
+ .key {
89
+ width: 92px; height: 120px; background: #FFFFFF; border-radius: 24px;
90
+ box-shadow: 0 1px 0 #E3E3E3 inset;
91
+ display: flex; align-items: center; justify-content: center;
92
+ font-size: 44px; color: #111;
93
+ }
94
+ .key.wide { width: 160px; }
95
+ .key.space { flex: 1; max-width: 540px; }
96
+ .key.round {
97
+ width: 120px; height: 120px; background: #D7CFF3; color: #2A2A2A;
98
+ border-radius: 100px;
99
+ }
100
+ .bottom-handle {
101
+ position: absolute; bottom: 12px; left: 50%;
102
+ transform: translateX(-50%);
103
+ width: 360px; height: 12px; background: #BDBDBD; border-radius: 8px;
104
+ }
105
+ /* Small helper icons inside keyboard */
106
+ .kb-icon { width: 48px; height: 48px; }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status Bar -->
113
+ <div class="status-bar">
114
+ <div class="status-left">7:37</div>
115
+ <div class="status-center">
116
+ <span>84°</span>
117
+ <!-- simple squares to mimic small status glyphs -->
118
+ <div style="width:34px;height:34px;background:#BDBDBD;border-radius:6px;"></div>
119
+ <div style="width:34px;height:34px;background:#BDBDBD;border-radius:6px;"></div>
120
+ </div>
121
+ <div class="status-icons">
122
+ <!-- Wi-Fi -->
123
+ <svg class="icon" viewBox="0 0 24 24">
124
+ <path d="M12 19a2 2 0 1 0 0.001 0z" fill="#555"/>
125
+ <path d="M3 10c5-4 13-4 18 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
126
+ <path d="M6 13c3.5-3 8.5-3 12 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
127
+ <path d="M9 16c2-2 4-2 6 0" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
128
+ </svg>
129
+ <!-- Signal/Bars -->
130
+ <svg class="icon" viewBox="0 0 24 24">
131
+ <rect x="3" y="14" width="3" height="7" fill="#555"/>
132
+ <rect x="9" y="11" width="3" height="10" fill="#777"/>
133
+ <rect x="15" y="8" width="3" height="13" fill="#999"/>
134
+ <rect x="21" y="5" width="3" height="16" fill="#B3B3B3"/>
135
+ </svg>
136
+ <!-- Battery -->
137
+ <svg class="icon" viewBox="0 0 28 24">
138
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#555" stroke-width="2" fill="none"/>
139
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#555"/>
140
+ <rect x="4" y="8" width="12" height="8" fill="#555"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Search Bar -->
146
+ <div class="search-row">
147
+ <div class="back-btn">
148
+ <svg class="icon" viewBox="0 0 24 24">
149
+ <path d="M15 6l-6 6 6 6" stroke="#4A4A4A" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="search-field">
153
+ <svg class="field-icon" viewBox="0 0 24 24">
154
+ <circle cx="10" cy="10" r="7" stroke="#7A7A7A" stroke-width="2.4" fill="none"/>
155
+ <path d="M16 16l6 6" stroke="#7A7A7A" stroke-width="2.4" stroke-linecap="round"/>
156
+ </svg>
157
+ <div class="search-text">Wooden kitchen cabinets</div>
158
+ <svg class="clear-btn" viewBox="0 0 24 24">
159
+ <path d="M6 6l12 12M18 6L6 18" stroke="#7A7A7A" stroke-width="2.4" stroke-linecap="round"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Suggestions -->
165
+ <div class="content">
166
+ <div class="section">
167
+ <div class="section-header">
168
+ <!-- Photos icon -->
169
+ <svg class="icon" viewBox="0 0 24 24">
170
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#333" stroke-width="2" fill="none"/>
171
+ <path d="M6 15l4-4 3 3 4-5 3 6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
172
+ </svg>
173
+ <span>Photos</span>
174
+ </div>
175
+ <div class="item bold">Wooden kitchen cabinets</div>
176
+ <div class="item">Wood Kitchen Cabinets</div>
177
+ <div class="item">Light Wood Kitchen Cabinets</div>
178
+ <div class="item">Dark Wood Kitchen Cabinets</div>
179
+ </div>
180
+
181
+ <div class="divider"></div>
182
+
183
+ <div class="section">
184
+ <div class="section-header">
185
+ <!-- Find a Pro icon -->
186
+ <svg class="icon" viewBox="0 0 24 24">
187
+ <circle cx="12" cy="8" r="4" fill="#333"/>
188
+ <path d="M4 22c0-4.5 4-8 8-8s8 3.5 8 8" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
189
+ </svg>
190
+ <span>Find a Pro</span>
191
+ </div>
192
+ <div class="item">Wooden kitchen cabinets</div>
193
+ </div>
194
+
195
+ <div class="divider"></div>
196
+
197
+ <div class="section">
198
+ <div class="section-header">
199
+ <!-- Stories icon -->
200
+ <svg class="icon" viewBox="0 0 24 24">
201
+ <path d="M3 5h8v14H3zM13 5h8v14h-8z" fill="none" stroke="#333" stroke-width="2"/>
202
+ <path d="M6 8h4M16 8h4" stroke="#333" stroke-width="2" stroke-linecap="round"/>
203
+ </svg>
204
+ <span>Stories</span>
205
+ </div>
206
+ <div class="item">Wooden kitchen cabinets</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Keyboard -->
211
+ <div class="keyboard">
212
+ <div class="kb-suggestions">
213
+ <div class="pill">cabinets</div>
214
+ <div style="color:#999;font-size:38px;">|</div>
215
+ <div class="pill">Cabinets</div>
216
+ <div style="flex:1;"></div>
217
+ <!-- magnifier action on suggestion row -->
218
+ <div class="key round" style="width:96px;height:96px;">
219
+ <svg class="kb-icon" viewBox="0 0 24 24">
220
+ <circle cx="10" cy="10" r="7" stroke="#3A3A3A" stroke-width="2.4" fill="none"/>
221
+ <path d="M16 16l6 6" stroke="#3A3A3A" stroke-width="2.4" stroke-linecap="round"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="kb-rows">
227
+ <!-- Row 1 -->
228
+ <div class="kb-row">
229
+ <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>
230
+ <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>
231
+ </div>
232
+ <!-- Row 2 -->
233
+ <div class="kb-row">
234
+ <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>
235
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
236
+ <div class="key wide">
237
+ <!-- backspace icon -->
238
+ <svg class="kb-icon" viewBox="0 0 24 24">
239
+ <path d="M3 12l5-5h11a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H8z" fill="#EAEAEA" stroke="#9E9E9E"/>
240
+ <path d="M10 9l6 6M16 9l-6 6" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ <!-- Row 3 -->
245
+ <div class="kb-row">
246
+ <div class="key wide">
247
+ <!-- Shift -->
248
+ <svg class="kb-icon" viewBox="0 0 24 24">
249
+ <path d="M12 4l7 8H5l7-8zM9 12h6v8H9z" fill="#EAEAEA" stroke="#9E9E9E"/>
250
+ </svg>
251
+ </div>
252
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
253
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
254
+ <div class="key round">
255
+ <svg class="kb-icon" viewBox="0 0 24 24">
256
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#7A7A7A" stroke-width="2"/>
257
+ <circle cx="9" cy="10" r="2" fill="#7A7A7A"/>
258
+ <circle cx="15" cy="10" r="2" fill="#7A7A7A"/>
259
+ <path d="M7 15c3 3 7 3 10 0" stroke="#7A7A7A" stroke-width="2" stroke-linecap="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+ <!-- Row 4 -->
264
+ <div class="kb-row">
265
+ <div class="key wide">?123</div>
266
+ <div class="key">,</div>
267
+ <div class="key wide">
268
+ <span style="font-size:40px;">😊</span>
269
+ </div>
270
+ <div class="key space"></div>
271
+ <div class="key">.</div>
272
+ <div class="key round">
273
+ <svg class="kb-icon" viewBox="0 0 24 24">
274
+ <circle cx="10" cy="10" r="7" stroke="#3A3A3A" stroke-width="2.4" fill="none"/>
275
+ <path d="M16 16l6 6" stroke="#3A3A3A" stroke-width="2.4" stroke-linecap="round"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Android gesture handle -->
283
+ <div class="bottom-handle"></div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/12941/12941_4.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Wooden kitchen cabinets - Photos</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
+ height: 88px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #444;
25
+ font-size: 34px;
26
+ }
27
+ .status-center-icons span{
28
+ display:inline-block;width:44px;height:28px;background:#bdbdbd;border-radius:6px;margin:0 10px;opacity:.8;
29
+ }
30
+ .status-right-icons svg{margin-left:18px;opacity:.85;}
31
+
32
+ /* Search header */
33
+ .search-row {
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 20px 24px 10px 20px;
37
+ }
38
+ .back-btn {
39
+ width: 84px; height: 84px;
40
+ display:flex; align-items:center; justify-content:center;
41
+ }
42
+ .search-box {
43
+ flex: 1;
44
+ height: 96px;
45
+ background: #f1f1f1;
46
+ border-radius: 18px;
47
+ display:flex; align-items:center;
48
+ padding: 0 24px;
49
+ box-shadow: inset 0 0 0 1px #e0e0e0;
50
+ color:#666;
51
+ font-size: 34px;
52
+ }
53
+ .search-box svg { margin-right: 18px; }
54
+ .search-placeholder { color:#7a7a7a; }
55
+
56
+ /* Tabs */
57
+ .tabs {
58
+ display: flex;
59
+ padding: 0 24px;
60
+ margin-top: 8px;
61
+ border-bottom: 1px solid #e7e7e7;
62
+ }
63
+ .tab {
64
+ padding: 26px 26px 20px 26px;
65
+ font-size: 34px;
66
+ color: #222;
67
+ letter-spacing: .2px;
68
+ }
69
+ .tab.active {
70
+ color: #2e7d71;
71
+ position: relative;
72
+ }
73
+ .tab.active:after{
74
+ content:"";
75
+ position:absolute;
76
+ left:20px; right:20px; bottom:-1px;
77
+ height:8px; background:#2e7d71; border-radius:4px;
78
+ }
79
+
80
+ /* Filter chips */
81
+ .filters {
82
+ display: flex;
83
+ gap: 22px;
84
+ padding: 22px 24px;
85
+ background:#fafafa;
86
+ border-bottom:1px solid #e9e9e9;
87
+ }
88
+ .chip {
89
+ display:inline-flex; align-items:center; gap:14px;
90
+ padding: 22px 26px;
91
+ background:#ffffff;
92
+ border:1px solid #d6d6d6;
93
+ border-radius:14px;
94
+ font-size: 32px;
95
+ color:#333;
96
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
97
+ }
98
+ .chip .caret { margin-left: 8px; }
99
+ .chip .settings-ic { color:#2e7d71; }
100
+
101
+ /* Content header */
102
+ .section-title {
103
+ padding: 28px 24px 12px 24px;
104
+ font-size: 42px;
105
+ font-weight: 700;
106
+ color:#222;
107
+ }
108
+
109
+ /* Grid */
110
+ .grid {
111
+ padding: 0 24px 24px 24px;
112
+ display: grid;
113
+ grid-template-columns: repeat(2, 1fr);
114
+ gap: 22px;
115
+ }
116
+ .tile {
117
+ position: relative;
118
+ height: 420px;
119
+ background:#E0E0E0;
120
+ border:1px solid #BDBDBD;
121
+ display:flex; align-items:center; justify-content:center;
122
+ color:#757575; font-size: 32px; text-align:center;
123
+ border-radius: 8px;
124
+ }
125
+ .like-circle{
126
+ position:absolute; right:22px; bottom:22px;
127
+ width:110px; height:110px; background:rgba(0,0,0,0.55);
128
+ border-radius: 50%;
129
+ display:flex; align-items:center; justify-content:center;
130
+ }
131
+ .like-circle svg { width:56px; height:56px; }
132
+
133
+ /* Spacer / gray patterned area stand-in */
134
+ .pattern-area{
135
+ height: 420px;
136
+ background:#f3f3f3;
137
+ border-top:1px solid #e6e6e6;
138
+ display:flex;
139
+ align-items:center; justify-content:center;
140
+ color:#9a9a9a; font-size:34px;
141
+ }
142
+
143
+ /* Home indicator */
144
+ .home-indicator{
145
+ position:absolute; left:50%; transform:translateX(-50%);
146
+ bottom: 26px; width: 420px; height: 14px;
147
+ background:#9e9e9e; border-radius:10px; opacity:.8;
148
+ }
149
+ </style>
150
+ </head>
151
+ <body>
152
+ <div id="render-target">
153
+
154
+ <!-- Status bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">7:39</div>
157
+ <div class="status-center-icons">
158
+ <span></span><span></span><span></span>
159
+ </div>
160
+ <div class="status-right-icons">
161
+ <!-- signal -->
162
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#555"><path d="M2 20h2v-2H2v2zm3-3h2v-7H5v7zm3-4h2V7H8v6zm3-5h2V4h-2v4zm3-3v14h2V5h-2z"/></svg>
163
+ <!-- wifi -->
164
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#555"><path d="M12 20.5l3.5-3.5a5 5 0 0 0-7 0L12 20.5zm-6-6a10 10 0 0 1 12 0l1.4-1.4a12 12 0 0 0-14.8 0L6 14.5zm-3-3a16 16 0 0 1 18 0l1.4-1.4a18 18 0 0 0-20.8 0L3 11.5z"/></svg>
165
+ <!-- battery -->
166
+ <svg width="44" height="36" viewBox="0 0 24 24" fill="#555"><path d="M16 7H3c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h13c1.1 0 2-.9 2-2v-1h2v-4h-2V9c0-1.1-.9-2-2-2zm0 8H3V9h13v6z"/></svg>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Search Row -->
171
+ <div class="search-row">
172
+ <div class="back-btn">
173
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#4b4b4b"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
174
+ </div>
175
+ <div class="search-box">
176
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#7a7a7a"><path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 16 14.5l.27.28v.79L21 20.49 20.49 21l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
177
+ <span class="search-placeholder">Wooden kitchen cabinets</span>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Tabs -->
182
+ <div class="tabs">
183
+ <div class="tab active">PHOTOS</div>
184
+ <div class="tab">PROS</div>
185
+ <div class="tab">STORIES</div>
186
+ <div class="tab">DISCUSSIONS</div>
187
+ </div>
188
+
189
+ <!-- Filters -->
190
+ <div class="filters">
191
+ <div class="chip">
192
+ <svg class="settings-ic" width="32" height="32" viewBox="0 0 24 24" fill="#2e7d71"><path d="M10 2h4l.5 3.1 2.6 1.5 2.9-.9 2 3.5-2.4 1.9.4 3.1 2 1.8-2 3.4-3-.8-2.2 1.8L14 22h-4l-.5-3.1-2.2-1.8-3 .8-2-3.4 2-1.8.4-3.1L2 9.2l2-3.5 2.9.9 2.6-1.5L10 2zm2 6a4 4 0 1 0 .001 8.001A4 4 0 0 0 12 8z"/></svg>
193
+ Filter
194
+ </div>
195
+ <div class="chip">Room
196
+ <svg class="caret" width="26" height="26" viewBox="0 0 24 24" fill="#555"><path d="M7 10l5 5 5-5z"/></svg>
197
+ </div>
198
+ <div class="chip">Style
199
+ <svg class="caret" width="26" height="26" viewBox="0 0 24 24" fill="#555"><path d="M7 10l5 5 5-5z"/></svg>
200
+ </div>
201
+ <div class="chip">Metro Area
202
+ <svg class="caret" width="26" height="26" viewBox="0 0 24 24" fill="#555"><path d="M7 10l5 5 5-5z"/></svg>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Section title -->
207
+ <div class="section-title">All Photos (2,643,148)</div>
208
+
209
+ <!-- Grid of images -->
210
+ <div class="grid">
211
+ <div class="tile">
212
+ [IMG: Wooden kitchen – white cabinets]
213
+ <div class="like-circle">
214
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.13 2.44C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
215
+ </div>
216
+ </div>
217
+ <div class="tile">
218
+ [IMG: Wooden kitchen – corner view]
219
+ <div class="like-circle">
220
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.13 2.44C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
221
+ </div>
222
+ </div>
223
+ <div class="tile">
224
+ [IMG: Kitchen with beams and island]
225
+ <div class="like-circle">
226
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.13 2.44C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
227
+ </div>
228
+ </div>
229
+ <div class="tile">
230
+ [IMG: Rustic kitchen – stove wall]
231
+ <div class="like-circle">
232
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 6 4 4 6.5 4c1.74 0 3.41 1.01 4.13 2.44C11.09 5.01 12.76 4 14.5 4 17 4 19 6 19 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="pattern-area">More results and patterned background area</div>
238
+
239
+ <div class="home-indicator"></div>
240
+ </div>
241
+ </body>
242
+ </html>
code/12941/12941_5.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Wooden kitchen cabinets - Photos</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1">
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #FFFFFF;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ height: 96px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ font-size: 36px;
31
+ color: #333;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .icon-sq {
39
+ width: 32px;
40
+ height: 32px;
41
+ background: #9E9E9E;
42
+ border-radius: 6px;
43
+ }
44
+
45
+ /* Search header */
46
+ .search-header {
47
+ padding: 12px 32px 24px 16px;
48
+ }
49
+ .search-row {
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 16px;
53
+ }
54
+ .back-btn {
55
+ width: 72px;
56
+ height: 72px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ border-radius: 36px;
61
+ color: #555;
62
+ }
63
+ .search-box {
64
+ flex: 1;
65
+ height: 110px;
66
+ background: #F0F0F0;
67
+ border-radius: 16px;
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 24px;
71
+ gap: 16px;
72
+ color: #777;
73
+ font-size: 40px;
74
+ }
75
+ .search-box svg { flex: 0 0 auto; }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ display: flex;
80
+ gap: 48px;
81
+ padding: 24px 32px 0 32px;
82
+ border-bottom: 1px solid #E0E0E0;
83
+ }
84
+ .tab {
85
+ padding: 24px 0;
86
+ font-size: 34px;
87
+ letter-spacing: 0.6px;
88
+ color: #333;
89
+ }
90
+ .tab.active {
91
+ color: #1C6C58;
92
+ position: relative;
93
+ font-weight: 700;
94
+ }
95
+ .tab.active::after {
96
+ content: "";
97
+ position: absolute;
98
+ left: 0;
99
+ bottom: -2px;
100
+ width: 100%;
101
+ height: 8px;
102
+ background: #1C6C58;
103
+ border-radius: 4px 4px 0 0;
104
+ }
105
+
106
+ /* Filters and chips */
107
+ .filters {
108
+ padding: 24px 32px 12px 32px;
109
+ }
110
+ .chip-row {
111
+ display: flex;
112
+ gap: 16px;
113
+ flex-wrap: wrap;
114
+ align-items: center;
115
+ }
116
+ .chip {
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 14px;
120
+ background: #F7F7F7;
121
+ border: 1px solid #D0D0D0;
122
+ color: #333;
123
+ font-size: 36px;
124
+ border-radius: 16px;
125
+ padding: 22px 28px;
126
+ }
127
+ .chip .caret {
128
+ margin-left: 8px;
129
+ }
130
+ .chip-green {
131
+ background: #1C6C58;
132
+ border: none;
133
+ color: #fff;
134
+ border-radius: 999px;
135
+ padding: 22px 28px;
136
+ font-size: 36px;
137
+ }
138
+ .chip-green .close {
139
+ margin-left: 16px;
140
+ }
141
+
142
+ /* Section title */
143
+ .section-title {
144
+ padding: 16px 32px 24px 32px;
145
+ font-size: 44px;
146
+ font-weight: 700;
147
+ color: #222;
148
+ }
149
+
150
+ /* Photo grid */
151
+ .grid {
152
+ display: grid;
153
+ grid-template-columns: 1fr 1fr;
154
+ gap: 24px;
155
+ padding: 0 32px 0 32px;
156
+ }
157
+ .photo-card {
158
+ position: relative;
159
+ height: 540px;
160
+ border-radius: 12px;
161
+ overflow: hidden;
162
+ }
163
+ .img-ph {
164
+ width: 100%;
165
+ height: 100%;
166
+ background: #E0E0E0;
167
+ border: 1px solid #BDBDBD;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ color: #757575;
172
+ font-size: 34px;
173
+ text-align: center;
174
+ }
175
+ .fav-btn {
176
+ position: absolute;
177
+ right: 24px;
178
+ bottom: 24px;
179
+ width: 120px;
180
+ height: 120px;
181
+ background: rgba(0,0,0,0.56);
182
+ border-radius: 60px;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ }
187
+
188
+ /* Bottom gesture bar */
189
+ .gesture {
190
+ position: absolute;
191
+ bottom: 24px;
192
+ left: 50%;
193
+ transform: translateX(-50%);
194
+ width: 360px;
195
+ height: 12px;
196
+ background: #CFCFCF;
197
+ border-radius: 6px;
198
+ }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <!-- Android status bar -->
205
+ <div class="status-bar">
206
+ <div>7:39</div>
207
+ <div class="status-right">
208
+ <div class="icon-sq"></div>
209
+ <div class="icon-sq"></div>
210
+ <div class="icon-sq"></div>
211
+ <!-- Wi-Fi -->
212
+ <svg width="40" height="40" viewBox="0 0 24 24">
213
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M8 16c3-2 5-2 8 0M12 20l1-1-1-1-1 1 1 1z" stroke="#555" stroke-width="1.6" fill="none" stroke-linecap="round"/>
214
+ </svg>
215
+ <!-- Battery -->
216
+ <svg width="48" height="40" viewBox="0 0 28 18">
217
+ <rect x="1" y="3" width="22" height="12" rx="2" stroke="#555" stroke-width="2" fill="none"/>
218
+ <rect x="3" y="5" width="14" height="8" fill="#555"/>
219
+ <rect x="24" y="7" width="3" height="4" fill="#555"/>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Search bar -->
225
+ <div class="search-header">
226
+ <div class="search-row">
227
+ <div class="back-btn">
228
+ <svg width="56" height="56" viewBox="0 0 24 24">
229
+ <path d="M15 18L9 12l6-6" stroke="#555" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="search-box">
233
+ <svg width="48" height="48" viewBox="0 0 24 24">
234
+ <circle cx="11" cy="11" r="7" stroke="#777" stroke-width="2" fill="none"/>
235
+ <path d="M21 21l-5-5" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"/>
236
+ </svg>
237
+ <div>Wooden kitchen cabinets</div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Tabs -->
243
+ <div class="tabs">
244
+ <div class="tab active">PHOTOS</div>
245
+ <div class="tab">PROS</div>
246
+ <div class="tab">STORIES</div>
247
+ <div class="tab">DISCUSSIONS</div>
248
+ </div>
249
+
250
+ <!-- Filters -->
251
+ <div class="filters">
252
+ <div class="chip-row">
253
+ <div class="chip">
254
+ <!-- Filter sliders icon -->
255
+ <svg width="40" height="40" viewBox="0 0 24 24">
256
+ <path d="M4 6h12M18 6h2M8 12h12M4 12h2M4 18h8M14 18h6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
257
+ <circle cx="16" cy="6" r="2" fill="#333"/>
258
+ <circle cx="6" cy="12" r="2" fill="#333"/>
259
+ <circle cx="12" cy="18" r="2" fill="#333"/>
260
+ </svg>
261
+ <span>Filter</span>
262
+ </div>
263
+ <div class="chip">
264
+ <span>Room</span>
265
+ <svg class="caret" width="32" height="32" viewBox="0 0 24 24">
266
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
267
+ </svg>
268
+ </div>
269
+ <div class="chip">
270
+ <span>Style</span>
271
+ <svg class="caret" width="32" height="32" viewBox="0 0 24 24">
272
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
273
+ </svg>
274
+ </div>
275
+ <div class="chip">
276
+ <span>Metro Area</span>
277
+ <svg class="caret" width="32" height="32" viewBox="0 0 24 24">
278
+ <path d="M7 10l5 5 5-5" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
279
+ </svg>
280
+ </div>
281
+
282
+ <div class="chip-green">
283
+ "Wooden kitchen cabinets"
284
+ <svg class="close" width="36" height="36" viewBox="0 0 24 24">
285
+ <path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2.2" stroke-linecap="round"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Section title -->
292
+ <div class="section-title">All Photos (2,643,148)</div>
293
+
294
+ <!-- Photo grid -->
295
+ <div class="grid">
296
+ <!-- 1 -->
297
+ <div class="photo-card">
298
+ <div class="img-ph">[IMG: White and wood kitchen with island]</div>
299
+ <div class="fav-btn">
300
+ <svg width="56" height="56" viewBox="0 0 24 24">
301
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+ <!-- 2 -->
306
+ <div class="photo-card">
307
+ <div class="img-ph">[IMG: Light wood walls with white cabinets]</div>
308
+ <div class="fav-btn">
309
+ <svg width="56" height="56" viewBox="0 0 24 24">
310
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ <!-- 3 -->
315
+ <div class="photo-card">
316
+ <div class="img-ph">[IMG: Exposed beams kitchen with island]</div>
317
+ <div class="fav-btn">
318
+ <svg width="56" height="56" viewBox="0 0 24 24">
319
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2"/>
320
+ </svg>
321
+ </div>
322
+ </div>
323
+ <!-- 4 -->
324
+ <div class="photo-card">
325
+ <div class="img-ph">[IMG: Sage green cabinets with tile backsplash]</div>
326
+ <div class="fav-btn">
327
+ <svg width="56" height="56" viewBox="0 0 24 24">
328
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2"/>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+ <!-- 5 -->
333
+ <div class="photo-card">
334
+ <div class="img-ph">[IMG: Stone wall kitchen with stainless fridge]</div>
335
+ <div class="fav-btn">
336
+ <svg width="56" height="56" viewBox="0 0 24 24">
337
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2"/>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+ <!-- 6 -->
342
+ <div class="photo-card">
343
+ <div class="img-ph">[IMG: Modern kitchen with open shelves and orange drawers]</div>
344
+ <div class="fav-btn">
345
+ <svg width="56" height="56" viewBox="0 0 24 24">
346
+ <path d="M12 20l-7-7a4.2 4.2 0 015.9-6l1.1 1.1 1.1-1.1a4.2 4.2 0 015.9 6L12 20z" fill="none" stroke="#fff" stroke-width="2"/>
347
+ </svg>
348
+ </div>
349
+ </div>
350
+ </div>
351
+
352
+ <!-- Bottom gesture bar -->
353
+ <div class="gesture"></div>
354
+ </div>
355
+ </body>
356
+ </html>
code/12943/12943_0.html ADDED
@@ -0,0 +1,340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email UI - LastPass Business Promo</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: #121418;
13
+ color: #e9e9e9;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 64px;
20
+ padding: 0 24px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #dcdcdc;
25
+ font-size: 28px;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 18px;
32
+ }
33
+ .status-icon {
34
+ width: 28px; height: 28px;
35
+ border-radius: 4px;
36
+ border: 2px solid #bfbfbf;
37
+ opacity: 0.8;
38
+ }
39
+
40
+ /* App header */
41
+ .app-header {
42
+ padding: 16px 24px 12px 24px;
43
+ border-bottom: 1px solid #22272d;
44
+ }
45
+ .top-actions {
46
+ height: 60px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: space-between;
50
+ }
51
+ .left-actions, .right-actions {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 22px;
55
+ }
56
+ .icon-btn {
57
+ width: 56px; height: 56px;
58
+ display: inline-flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ border-radius: 12px;
62
+ background: #1a1f25;
63
+ }
64
+ .icon-btn svg { fill: none; stroke: #dcdcdc; stroke-width: 2.4; }
65
+
66
+ .title {
67
+ margin-top: 18px;
68
+ font-size: 52px;
69
+ font-weight: 700;
70
+ color: #f1f1f1;
71
+ }
72
+ .inbox-tag {
73
+ display: inline-block;
74
+ margin-left: 16px;
75
+ padding: 6px 14px;
76
+ font-size: 26px;
77
+ color: #b9c0c9;
78
+ background: #1c2228;
79
+ border-radius: 20px;
80
+ }
81
+
82
+ /* Sender row */
83
+ .sender-row {
84
+ padding: 22px 24px;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 22px;
88
+ }
89
+ .avatar {
90
+ width: 96px; height: 96px;
91
+ background: #2a2f36;
92
+ border-radius: 50%;
93
+ border: 2px solid #3a414a;
94
+ display: flex;
95
+ align-items: center; justify-content: center;
96
+ color: #9aa3ad; font-size: 28px;
97
+ }
98
+ .sender-info {
99
+ flex: 1;
100
+ }
101
+ .sender-line {
102
+ font-size: 36px; font-weight: 700; color: #ffffff;
103
+ }
104
+ .sender-meta {
105
+ margin-top: 6px;
106
+ font-size: 28px; color: #aeb6bf;
107
+ }
108
+ .star-btn {
109
+ width: 54px; height: 54px; border-radius: 12px;
110
+ background: #1a1f25; display: flex; align-items: center; justify-content: center;
111
+ }
112
+ .star-btn svg { fill: #999; }
113
+
114
+ /* Email content card */
115
+ .email-card {
116
+ margin: 20px 24px 0 24px;
117
+ background: #171b20;
118
+ border-radius: 14px;
119
+ overflow: hidden;
120
+ box-shadow: 0 0 0 1px #20262d inset;
121
+ }
122
+ .logo-area {
123
+ height: 180px;
124
+ display: flex; align-items: center; justify-content: center;
125
+ border-bottom: 1px solid #20262d;
126
+ }
127
+ .img-placeholder {
128
+ width: 400px; height: 100px;
129
+ background: #E0E0E0; border: 1px solid #BDBDBD;
130
+ color: #757575;
131
+ display: flex; align-items: center; justify-content: center;
132
+ font-size: 28px; border-radius: 8px;
133
+ }
134
+
135
+ .blue-banner {
136
+ height: 120px;
137
+ background: #eaf4ff;
138
+ display: flex; align-items: center; justify-content: center;
139
+ }
140
+ .banner-icon {
141
+ width: 220px; height: 80px;
142
+ background: #cfe4ff;
143
+ border: 1px solid #9fb9d6;
144
+ color: #4c6f96;
145
+ display: flex; align-items: center; justify-content: center;
146
+ border-radius: 12px;
147
+ font-size: 28px;
148
+ }
149
+
150
+ .content-section {
151
+ padding: 30px;
152
+ background: #101417;
153
+ }
154
+ .headline {
155
+ font-size: 44px;
156
+ font-weight: 800;
157
+ color: #e7eefb;
158
+ margin-bottom: 18px;
159
+ }
160
+ .para {
161
+ font-size: 30px;
162
+ line-height: 1.55;
163
+ color: #cbd3dc;
164
+ margin-bottom: 24px;
165
+ }
166
+ .strong { font-weight: 700; color: #ffffff; }
167
+ .cta {
168
+ width: 480px;
169
+ padding: 22px 24px;
170
+ background: #cf4c3f;
171
+ color: #ffffff;
172
+ font-weight: 800;
173
+ font-size: 34px;
174
+ text-align: center;
175
+ border-radius: 18px;
176
+ margin: 24px auto 10px;
177
+ }
178
+
179
+ .divider {
180
+ height: 1px; background: #232a31; margin: 14px 0;
181
+ }
182
+ .section-title {
183
+ background: #0f1418;
184
+ color: #e9f0ff;
185
+ font-size: 36px;
186
+ font-weight: 700;
187
+ padding: 26px 30px;
188
+ border-top: 1px solid #232a31;
189
+ }
190
+
191
+ /* Floating bottom controls (compose & meet) */
192
+ .bottom-bar {
193
+ position: absolute;
194
+ left: 0; right: 0; bottom: 0;
195
+ height: 140px;
196
+ background: linear-gradient(to top, rgba(18,20,24,1), rgba(18,20,24,0.6));
197
+ display: flex;
198
+ align-items: center;
199
+ justify-content: flex-start;
200
+ padding: 0 36px;
201
+ gap: 28px;
202
+ }
203
+ .pill {
204
+ width: 220px; height: 86px;
205
+ background: #2a3138;
206
+ border-radius: 44px;
207
+ display: flex; align-items: center; justify-content: center;
208
+ position: relative;
209
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
210
+ }
211
+ .pill .badge {
212
+ position: absolute; right: 22px; top: -14px;
213
+ background: #e5b2ae; color: #732f29;
214
+ font-size: 28px; font-weight: 700;
215
+ padding: 6px 14px; border-radius: 20px; border: 2px solid #c79690;
216
+ }
217
+ .pill svg { stroke: #e3e6ea; }
218
+ .meet-btn {
219
+ width: 86px; height: 86px; border-radius: 18px;
220
+ background: #2a3138;
221
+ display: flex; align-items: center; justify-content: center;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status Bar -->
229
+ <div class="status-bar">
230
+ <div>10:29</div>
231
+ <div class="status-right">
232
+ <div class="status-icon"></div>
233
+ <div class="status-icon"></div>
234
+ <div class="status-icon"></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- App Header -->
239
+ <div class="app-header">
240
+ <div class="top-actions">
241
+ <div class="left-actions">
242
+ <div class="icon-btn">
243
+ <svg width="34" height="34" viewBox="0 0 48 48">
244
+ <path d="M30 10 L16 24 L30 38"></path>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ <div class="right-actions">
249
+ <div class="icon-btn">
250
+ <svg width="34" height="34" viewBox="0 0 48 48">
251
+ <path d="M24 12 L24 30"></path>
252
+ <path d="M18 24 L24 30 L30 24"></path>
253
+ <path d="M14 34 H34"></path>
254
+ </svg>
255
+ </div>
256
+ <div class="icon-btn">
257
+ <svg width="34" height="34" viewBox="0 0 48 48">
258
+ <rect x="16" y="16" width="16" height="20" rx="2"></rect>
259
+ <path d="M14 16 H34"></path>
260
+ <path d="M20 12 H28"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="icon-btn">
264
+ <svg width="34" height="34" viewBox="0 0 48 48">
265
+ <path d="M10 16 L24 26 L38 16"></path>
266
+ <rect x="10" y="16" width="28" height="18" rx="3"></rect>
267
+ </svg>
268
+ </div>
269
+ <div class="icon-btn">
270
+ <svg width="10" height="30" viewBox="0 0 10 30">
271
+ <circle cx="5" cy="5" r="3" fill="#dcdcdc"></circle>
272
+ <circle cx="5" cy="15" r="3" fill="#dcdcdc"></circle>
273
+ <circle cx="5" cy="25" r="3" fill="#dcdcdc"></circle>
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ <div class="title">Let's get down to business <span class="inbox-tag">Inbox</span></div>
279
+ </div>
280
+
281
+ <!-- Sender Row -->
282
+ <div class="sender-row">
283
+ <div class="avatar">LP</div>
284
+ <div class="sender-info">
285
+ <div class="sender-line">LastPass <span style="color:#9fb0c1; font-weight:500;">Yesterday</span></div>
286
+ <div class="sender-meta">to me ▼</div>
287
+ </div>
288
+ <div class="star-btn">
289
+ <svg width="30" height="30" viewBox="0 0 24 24">
290
+ <path fill="#999" d="M12 3 L14.9 8.6 L21 9.2 L16.2 13.2 L17.6 19 L12 16.2 L6.4 19 L7.8 13.2 L3 9.2 L9.1 8.6 Z"></path>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Email Content -->
296
+ <div class="email-card">
297
+ <div class="logo-area">
298
+ <div class="img-placeholder">[IMG: LastPass Logo]</div>
299
+ </div>
300
+ <div class="blue-banner">
301
+ <div class="banner-icon">[IMG: Business Growth Icon]</div>
302
+ </div>
303
+
304
+ <div class="content-section">
305
+ <div class="headline">We do business too, you know...</div>
306
+ <div class="para">
307
+ That’s right – we make passwords and logging in easy for your personal life, and we can do it for your business, too.
308
+ </div>
309
+ <div class="para">
310
+ <span class="strong">LastPass Business</span> can transform security at every level of your organization – simply and securely connecting employees to their work with a business-ready solution.
311
+ </div>
312
+ <div class="cta">Explore Business</div>
313
+ <div class="divider"></div>
314
+ </div>
315
+
316
+ <div class="section-title">
317
+ Through a single admin console, IT departments can:
318
+ </div>
319
+ </div>
320
+
321
+ <!-- Floating bottom controls -->
322
+ <div class="bottom-bar">
323
+ <div class="pill">
324
+ <svg width="42" height="42" viewBox="0 0 48 48">
325
+ <path d="M9 16 L24 26 L39 16" stroke-width="2.6" fill="none" stroke="#e3e6ea"></path>
326
+ <rect x="9" y="16" width="30" height="20" rx="4" stroke-width="2.6" fill="none" stroke="#e3e6ea"></rect>
327
+ </svg>
328
+ <div class="badge">94</div>
329
+ </div>
330
+ <div class="meet-btn">
331
+ <svg width="40" height="40" viewBox="0 0 48 48">
332
+ <rect x="10" y="12" width="20" height="16" rx="2" fill="none" stroke="#e3e6ea" stroke-width="2.6"></rect>
333
+ <path d="M30 16 L38 20 L30 24 Z" fill="#e3e6ea"></path>
334
+ </svg>
335
+ </div>
336
+ </div>
337
+
338
+ </div>
339
+ </body>
340
+ </html>
code/12943/12943_1.html ADDED
@@ -0,0 +1,346 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Email View - 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: #191d22;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ height: 100px;
19
+ background: #242930;
20
+ color: #e6e6e6;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 36px;
24
+ font-size: 40px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ gap: 26px;
31
+ align-items: center;
32
+ }
33
+ .dot {
34
+ width: 22px; height: 22px; background: #cfd3d8; border-radius: 50%;
35
+ }
36
+
37
+ /* Action row */
38
+ .action-row {
39
+ height: 110px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 24px;
43
+ gap: 24px;
44
+ }
45
+ .icon-btn {
46
+ width: 78px; height: 78px;
47
+ display: flex; align-items: center; justify-content: center;
48
+ border-radius: 16px;
49
+ }
50
+ .icon-btn svg { fill: #c7cbd1; }
51
+
52
+ /* Title area */
53
+ .title-wrap {
54
+ padding: 12px 36px 8px 36px;
55
+ position: relative;
56
+ }
57
+ .email-title {
58
+ font-size: 64px;
59
+ font-weight: 700;
60
+ line-height: 1.2;
61
+ }
62
+ .pill {
63
+ display: inline-block;
64
+ background: #333941;
65
+ color: #cdd2d8;
66
+ font-size: 30px;
67
+ padding: 10px 20px;
68
+ border-radius: 24px;
69
+ margin-left: 12px;
70
+ position: relative;
71
+ top: -6px;
72
+ }
73
+ .star {
74
+ position: absolute;
75
+ right: 36px;
76
+ top: 10px;
77
+ }
78
+ .star svg { stroke: #c7cbd1; fill: none; stroke-width: 8; }
79
+
80
+ /* Sender row */
81
+ .sender-row {
82
+ padding: 26px 36px;
83
+ display: flex;
84
+ align-items: center;
85
+ border-bottom: 1px solid #2a3037;
86
+ }
87
+ .avatar {
88
+ width: 110px; height: 110px;
89
+ border-radius: 55px;
90
+ background: #b9bec5;
91
+ display: flex; align-items: center; justify-content: center;
92
+ color: #2f3338; font-weight: bold;
93
+ margin-right: 24px;
94
+ }
95
+ .sender-info {
96
+ flex: 1;
97
+ }
98
+ .sender-line {
99
+ font-size: 44px; font-weight: 700; color: #ffffff;
100
+ }
101
+ .meta-line {
102
+ margin-top: 6px;
103
+ font-size: 32px; color: #aeb4bb;
104
+ }
105
+ .sender-actions {
106
+ display: flex; gap: 22px;
107
+ }
108
+
109
+ /* Email content card */
110
+ .email-card {
111
+ margin: 26px auto 0 auto;
112
+ width: 1010px;
113
+ background: #0f1215;
114
+ border-radius: 16px;
115
+ padding-bottom: 40px;
116
+ box-shadow: 0 2px 0 rgba(255,255,255,0.04) inset;
117
+ }
118
+ .banner-top {
119
+ height: 220px;
120
+ border-bottom: 1px solid #23282e;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ }
125
+ .img-placeholder {
126
+ width: 940px; height: 150px;
127
+ background: #E0E0E0;
128
+ border: 1px solid #BDBDBD;
129
+ display: flex; align-items: center; justify-content: center;
130
+ color: #757575; font-size: 34px;
131
+ border-radius: 10px;
132
+ }
133
+ .light-strip {
134
+ margin: 24px auto 0 auto;
135
+ width: 940px;
136
+ height: 160px;
137
+ background: #eaf1f8;
138
+ border-radius: 30px;
139
+ display: flex; align-items: center; justify-content: center;
140
+ color: #3c5a88; font-weight: 700; font-size: 36px;
141
+ }
142
+
143
+ .section {
144
+ padding: 24px 36px;
145
+ }
146
+ .email-heading {
147
+ font-size: 52px; font-weight: 800; margin: 20px 0 8px 0;
148
+ }
149
+ .email-text {
150
+ font-size: 34px; color: #c7cbd1; line-height: 1.4;
151
+ margin-top: 12px;
152
+ }
153
+ .cta {
154
+ margin: 34px 0;
155
+ display: flex;
156
+ justify-content: flex-start;
157
+ }
158
+ .cta button {
159
+ background: #d34231;
160
+ color: #fff;
161
+ border: none;
162
+ padding: 26px 40px;
163
+ font-size: 38px;
164
+ border-radius: 20px;
165
+ box-shadow: 0 3px 0 rgba(0,0,0,0.25);
166
+ }
167
+
168
+ .divider {
169
+ height: 1px; background: #2a3037; margin: 22px 36px;
170
+ }
171
+
172
+ /* Bottom overlay */
173
+ .bottom-bar {
174
+ position: absolute;
175
+ bottom: 0;
176
+ left: 0;
177
+ width: 1080px;
178
+ height: 150px;
179
+ background: #23272e;
180
+ display: flex;
181
+ align-items: center;
182
+ justify-content: space-between;
183
+ padding: 0 44px;
184
+ }
185
+ .compose-pill {
186
+ background: #3a4350;
187
+ width: 220px; height: 92px;
188
+ border-radius: 46px;
189
+ display: flex; align-items: center; justify-content: center;
190
+ position: relative;
191
+ color: #e7edf5;
192
+ font-size: 34px;
193
+ gap: 12px;
194
+ }
195
+ .badge {
196
+ position: absolute;
197
+ right: -18px;
198
+ top: -14px;
199
+ background: #e6b3ae;
200
+ color: #5b2f2b;
201
+ width: 72px; height: 52px;
202
+ border-radius: 26px;
203
+ display: flex; align-items: center; justify-content: center;
204
+ font-weight: 700;
205
+ font-size: 30px;
206
+ border: 3px solid #d59c97;
207
+ }
208
+ .camera-btn {
209
+ width: 70px; height: 70px; border-radius: 10px; background: #3a4350;
210
+ display: flex; align-items: center; justify-content: center;
211
+ }
212
+ .camera-btn svg { fill: #cfd3d8; }
213
+ </style>
214
+ </head>
215
+ <body>
216
+ <div id="render-target">
217
+
218
+ <!-- Status bar -->
219
+ <div class="status-bar">
220
+ 10:30
221
+ <div class="status-icons">
222
+ <div class="dot"></div>
223
+ <div class="dot"></div>
224
+ <div class="dot"></div>
225
+ <div class="dot"></div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Action row -->
230
+ <div class="action-row">
231
+ <div class="icon-btn">
232
+ <!-- Back Arrow -->
233
+ <svg width="54" height="54" viewBox="0 0 24 24">
234
+ <path d="M10 6L3 12l7 6v-4h8v-4h-8V6z"></path>
235
+ </svg>
236
+ </div>
237
+ <div style="margin-left:auto; display:flex; gap:18px;">
238
+ <div class="icon-btn">
239
+ <!-- Download -->
240
+ <svg width="54" height="54" viewBox="0 0 24 24">
241
+ <path d="M12 3v9l3-3h3l-6 6-6-6h3l3 3V3h4zM4 19h16v2H4z"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="icon-btn">
245
+ <!-- Trash -->
246
+ <svg width="54" height="54" viewBox="0 0 24 24">
247
+ <path d="M9 3h6l1 2h4v2H4V5h4l1-2zm1 6h2v9H10V9zm4 0h2v9h-2V9z"></path>
248
+ </svg>
249
+ </div>
250
+ <div class="icon-btn">
251
+ <!-- Mail -->
252
+ <svg width="54" height="54" viewBox="0 0 24 24">
253
+ <path d="M4 6h16v12H4V6zm8 6l8-6H4l8 6zm-8 6l8-6 8 6H4z"></path>
254
+ </svg>
255
+ </div>
256
+ <div class="icon-btn">
257
+ <!-- More (vertical dots) -->
258
+ <svg width="54" height="54" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="5" r="2"></circle>
260
+ <circle cx="12" cy="12" r="2"></circle>
261
+ <circle cx="12" cy="19" r="2"></circle>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Title -->
268
+ <div class="title-wrap">
269
+ <div class="email-title">Let's get down to business <span class="pill">Inbox</span></div>
270
+ <div class="star">
271
+ <svg width="70" height="70" viewBox="0 0 24 24">
272
+ <path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Sender info -->
278
+ <div class="sender-row">
279
+ <div class="avatar">•</div>
280
+ <div class="sender-info">
281
+ <div class="sender-line">LastPass <span style="color:#aeb4bb; font-weight:400; font-size:38px;">Yesterday</span></div>
282
+ <div class="meta-line">to me ▾</div>
283
+ </div>
284
+ <div class="sender-actions">
285
+ <div class="icon-btn">
286
+ <!-- Reply -->
287
+ <svg width="54" height="54" viewBox="0 0 24 24">
288
+ <path d="M10 8V5L3 12l7 7v-4c6 0 9-3 10-7-3 3-6 3-10 0z"></path>
289
+ </svg>
290
+ </div>
291
+ <div class="icon-btn">
292
+ <!-- More -->
293
+ <svg width="54" height="54" viewBox="0 0 24 24">
294
+ <circle cx="12" cy="5" r="2"></circle>
295
+ <circle cx="12" cy="12" r="2"></circle>
296
+ <circle cx="12" cy="19" r="2"></circle>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Email content -->
303
+ <div class="email-card">
304
+ <div class="banner-top">
305
+ <div class="img-placeholder">[IMG: LastPass Logo Banner]</div>
306
+ </div>
307
+
308
+ <div class="light-strip">[IMG: Business Icon Graphic]</div>
309
+
310
+ <div class="section">
311
+ <div class="email-heading">We do business too, you know...</div>
312
+ <div class="email-text">
313
+ That’s right – we make passwords and logging in easy for your personal life, and we can do it for your business, too.
314
+ </div>
315
+ <div class="email-text" style="margin-top:18px;">
316
+ <span style="font-weight:700; color:#ffffff;">LastPass Business</span> can transform security at every level of your organization – simply and securely connecting employees to their work with a business-ready solution.
317
+ </div>
318
+ <div class="cta">
319
+ <button>Explore Business</button>
320
+ </div>
321
+ <div class="divider"></div>
322
+ <div class="email-text" style="color:#e7edf5; font-size:40px; font-weight:700;">
323
+ Through a single admin console, IT departments can:
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Bottom overlay bar -->
329
+ <div class="bottom-bar">
330
+ <div class="compose-pill">
331
+ <svg width="34" height="34" viewBox="0 0 24 24">
332
+ <path fill="#e7edf5" d="M4 4h16v14H4V4zm8 6l8-6H4l8 6zm-8 8l8-6 8 6H4z"></path>
333
+ </svg>
334
+ Mail
335
+ <div class="badge">94</div>
336
+ </div>
337
+ <div class="camera-btn">
338
+ <svg width="40" height="40" viewBox="0 0 24 24">
339
+ <path d="M9 5l2-2h2l2 2h4v14H3V5h6zm3 4a5 5 0 100 10 5 5 0 000-10z"></path>
340
+ </svg>
341
+ </div>
342
+ </div>
343
+
344
+ </div>
345
+ </body>
346
+ </html>
code/12943/12943_2.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Gmail Dark UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#121212; color:#EDEDED;
11
+ }
12
+ .status-bar {
13
+ position:absolute; top:0; left:0; right:0;
14
+ height:96px; padding:0 32px;
15
+ display:flex; align-items:center; justify-content:space-between;
16
+ color:#EDEDED; font-size:36px;
17
+ }
18
+ .status-icons { display:flex; align-items:center; gap:22px; font-size:30px; opacity:0.9; }
19
+ /* Search Bar */
20
+ .search-area {
21
+ position:absolute; top:110px; left:24px; right:24px;
22
+ height:120px; display:flex; align-items:center;
23
+ background:#1F1F1F; border-radius:60px; padding:0 28px;
24
+ }
25
+ .hamburger { width:56px; height:56px; display:flex; align-items:center; justify-content:center; }
26
+ .search-placeholder { flex:1; color:#9E9E9E; font-size:42px; }
27
+ .avatar {
28
+ width:92px; height:92px; border-radius:50%;
29
+ background:#2E3A41; color:#C7D2DA; display:flex; align-items:center; justify-content:center;
30
+ font-size:44px; font-weight:bold;
31
+ }
32
+ /* Section title */
33
+ .section-title {
34
+ position:absolute; top:260px; left:32px;
35
+ font-size:36px; color:#BDBDBD; letter-spacing:0.5px;
36
+ }
37
+ /* Promo card */
38
+ .promo-card {
39
+ position:absolute; top:320px; left:32px; right:32px;
40
+ background:#1C1C1C; border-radius:36px; padding:36px;
41
+ border:1px solid #2A2A2A; display:flex; gap:28px; align-items:flex-start;
42
+ }
43
+ .promo-icon {
44
+ width:86px; height:86px; border-radius:18px; background:#26354A;
45
+ display:flex; align-items:center; justify-content:center;
46
+ }
47
+ .promo-content { flex:1; }
48
+ .promo-title { font-size:44px; margin-bottom:12px; }
49
+ .promo-desc { font-size:34px; color:#BDBDBD; line-height:1.3; }
50
+ .promo-actions { margin-top:22px; display:flex; gap:40px; }
51
+ .pill-btn {
52
+ padding:18px 28px; border-radius:28px; border:1px solid #3A3A3A;
53
+ font-size:34px; color:#90CAF9; background:#212121;
54
+ }
55
+ .pill-btn.secondary { color:#E0E0E0; opacity:0.8; }
56
+ /* List items */
57
+ .list { position:absolute; top:640px; left:0; right:0; }
58
+ .mail-row {
59
+ display:flex; align-items:flex-start; gap:24px;
60
+ padding:26px 32px; border-bottom:1px solid #1E1E1E;
61
+ }
62
+ .circle {
63
+ width:88px; height:88px; border-radius:50%;
64
+ display:flex; align-items:center; justify-content:center;
65
+ color:#121212; font-weight:bold; font-size:44px;
66
+ }
67
+ .circle.purple { background:#8E7CF0; color:#FFFFFF; }
68
+ .circle.orange { background:#FFB74D; }
69
+ .circle.green { background:#4CAF50; color:#121212; }
70
+ .circle.yellow { background:#FFD54F; }
71
+ .circle.grey { background:#9E9E9E; color:#121212; }
72
+ .circle.mustard { background:#F0C64D; }
73
+ .mail-content { flex:1; }
74
+ .row-top {
75
+ display:flex; align-items:center; justify-content:space-between; gap:18px;
76
+ }
77
+ .title { font-size:42px; }
78
+ .time { font-size:34px; color:#BDBDBD; }
79
+ .subject { font-size:38px; margin-top:8px; color:#EDEDED; }
80
+ .snippet { font-size:34px; color:#A8A8A8; margin-top:6px; }
81
+ .chip {
82
+ display:inline-flex; align-items:center; padding:10px 16px; border-radius:26px;
83
+ border:1px solid #3A3A3A; color:#BBDEFB; font-size:32px; margin-top:14px;
84
+ background:#1E1E1E;
85
+ }
86
+ .calendar-icon {
87
+ width:36px; height:36px; margin-left:8px; vertical-align:middle;
88
+ }
89
+ .promo-tag {
90
+ width:48px; height:48px; border-radius:10px; background:#1B5E20;
91
+ display:flex; align-items:center; justify-content:center; margin-top:12px;
92
+ }
93
+ .new-chip {
94
+ background:#295C3C; color:#C8FAD0; font-size:32px; padding:10px 18px; border-radius:26px;
95
+ margin-left:auto;
96
+ }
97
+ .star {
98
+ width:48px; height:48px;
99
+ }
100
+ /* Compose floating */
101
+ .compose {
102
+ position:absolute; right:36px; bottom:220px;
103
+ background:#2E3A47; color:#FFFFFF; border-radius:40px;
104
+ display:flex; align-items:center; gap:24px; padding:26px 34px;
105
+ box-shadow:0 8px 24px rgba(0,0,0,0.4);
106
+ }
107
+ .compose .pencil { width:54px; height:54px; }
108
+ .compose span { font-size:42px; }
109
+ /* Bottom nav */
110
+ .bottom-bar {
111
+ position:absolute; left:0; right:0; bottom:120px; height:120px;
112
+ display:flex; align-items:center; justify-content:space-between;
113
+ padding:0 180px;
114
+ }
115
+ .nav-item { width:160px; height:92px; background:#1E2430; border-radius:46px;
116
+ display:flex; align-items:center; justify-content:center; position:relative; }
117
+ .badge {
118
+ position:absolute; right:22px; top:-10px;
119
+ background:#F07171; color:#fff; border-radius:24px; padding:6px 14px;
120
+ font-size:32px; border:2px solid #1E2430;
121
+ }
122
+ .video-item { width:120px; height:90px; background:#1F1F1F; border-radius:22px;
123
+ display:flex; align-items:center; justify-content:center; }
124
+ .gesture {
125
+ position:absolute; left:50%; transform:translateX(-50%);
126
+ bottom:36px; width:420px; height:16px; background:#D8D8D8; border-radius:12px; opacity:0.6;
127
+ }
128
+ /* SVG helpers */
129
+ svg { fill:none; stroke:#BDBDBD; stroke-width:6; }
130
+ .star svg { stroke:#BDBDBD; }
131
+ .yellow-star svg { stroke:#FFD54F; }
132
+ </style>
133
+ </head>
134
+ <body>
135
+ <div id="render-target">
136
+ <!-- Status bar -->
137
+ <div class="status-bar">
138
+ <div>10:30</div>
139
+ <div class="status-icons">
140
+ <span>◯◯◯</span>
141
+ <span>•</span>
142
+ <span>🔔</span>
143
+ <span>⌁</span>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Search bar -->
148
+ <div class="search-area">
149
+ <div class="hamburger">
150
+ <svg viewBox="0 0 100 100" width="56" height="56">
151
+ <path d="M10 25h80M10 50h80M10 75h80" />
152
+ </svg>
153
+ </div>
154
+ <div class="search-placeholder">Search in mail</div>
155
+ <div class="avatar">C</div>
156
+ </div>
157
+
158
+ <div class="section-title">Primary</div>
159
+
160
+ <!-- Promo card -->
161
+ <div class="promo-card">
162
+ <div class="promo-icon">
163
+ <svg viewBox="0 0 100 100" width="70" height="70">
164
+ <path d="M30 20l40 0M30 20c30 30 30 50 0 80" stroke="#8AB4F8"/>
165
+ </svg>
166
+ </div>
167
+ <div class="promo-content">
168
+ <div class="promo-title">Customize your swipe actions</div>
169
+ <div class="promo-desc">You can now set up shortcuts to archive, delete, snooze, and more</div>
170
+ <div class="promo-actions">
171
+ <button class="pill-btn">Customize</button>
172
+ <button class="pill-btn secondary">No thanks</button>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Mail list -->
178
+ <div class="list">
179
+ <!-- Glow Nurture -->
180
+ <div class="mail-row">
181
+ <div class="circle purple">G</div>
182
+ <div class="mail-content">
183
+ <div class="row-top">
184
+ <div class="title">Glow Nurture</div>
185
+ <div class="time">10:15 AM</div>
186
+ </div>
187
+ <div class="subject">Your baby on Day 301</div>
188
+ </div>
189
+ <div class="star">
190
+ <svg viewBox="0 0 100 100" width="50" height="50">
191
+ <path d="M50 12l12 26 28 4-20 20 5 28-25-14-25 14 5-28-20-20 28-4z"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- dbwscratch -->
197
+ <div class="mail-row">
198
+ <div class="circle orange">D</div>
199
+ <div class="mail-content">
200
+ <div class="row-top">
201
+ <div class="title">dbwscratch.test.id6</div>
202
+ <div class="time">9:42 AM</div>
203
+ </div>
204
+ <div class="subject">
205
+ Invitation from an unknown sender: Red…
206
+ <svg class="calendar-icon" viewBox="0 0 100 100">
207
+ <rect x="16" y="24" width="68" height="60" rx="8" stroke="#BDBDBD"></rect>
208
+ <path d="M16 40h68" stroke="#BDBDBD"></path>
209
+ <path d="M32 18v16M68 18v16" stroke="#BDBDBD"></path>
210
+ </svg>
211
+ </div>
212
+ <div class="snippet">Redeployement Meeting Unknown sender T…</div>
213
+ <div class="chip">Business letter</div>
214
+ </div>
215
+ <div class="star">
216
+ <svg viewBox="0 0 100 100" width="50" height="50">
217
+ <path d="M50 12l12 26 28 4-20 20 5 28-25-14-25 14 5-28-20-20 28-4z"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Promotions -->
223
+ <div class="mail-row">
224
+ <div class="promo-tag">
225
+ <svg viewBox="0 0 100 100" width="44" height="44">
226
+ <path d="M20 50l40-30v60z" stroke="#7CB342"></path>
227
+ </svg>
228
+ </div>
229
+ <div class="mail-content">
230
+ <div class="row-top">
231
+ <div class="title">Promotions</div>
232
+ <div class="new-chip">57 new</div>
233
+ </div>
234
+ <div class="subject">Enfamil Family Beginnings®, Xavier …</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Google -->
239
+ <div class="mail-row">
240
+ <div class="circle yellow">G</div>
241
+ <div class="mail-content">
242
+ <div class="row-top">
243
+ <div class="title">Google <span style="color:#BDBDBD; font-size:36px;">2</span></div>
244
+ <div class="time">9:17 AM</div>
245
+ </div>
246
+ <div class="subject">Security alert</div>
247
+ <div class="snippet">Yahoo! was granted access to your Google…</div>
248
+ </div>
249
+ <div class="star">
250
+ <svg viewBox="0 0 100 100" width="50" height="50">
251
+ <path d="M50 12l12 26 28 4-20 20 5 28-25-14-25 14 5-28-20-20 28-4z"/>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- LastPass -->
257
+ <div class="mail-row">
258
+ <div class="circle grey">
259
+ <svg viewBox="0 0 100 100" width="64" height="64">
260
+ <circle cx="50" cy="36" r="22" fill="#FFFFFF" opacity="0.2"></circle>
261
+ <rect x="22" y="60" width="56" height="28" rx="14" fill="#FFFFFF" opacity="0.2"></rect>
262
+ </svg>
263
+ </div>
264
+ <div class="mail-content">
265
+ <div class="row-top">
266
+ <div class="title">LastPass</div>
267
+ <div class="time">Aug 8</div>
268
+ </div>
269
+ <div class="subject">Let's get down to business</div>
270
+ <div class="snippet">Protect every point of your business with La…</div>
271
+ </div>
272
+ <div class="star">
273
+ <svg viewBox="0 0 100 100" width="50" height="50">
274
+ <path d="M50 12l12 26 28 4-20 20 5 28-25-14-25 14 5-28-20-20 28-4z"/>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- me, Mail -->
280
+ <div class="mail-row">
281
+ <div class="circle mustard">M</div>
282
+ <div class="mail-content">
283
+ <div class="row-top">
284
+ <div class="title">me, Mail <span style="color:#BDBDBD; font-size:36px;">2</span></div>
285
+ <div class="time">8</div>
286
+ </div>
287
+ <div class="subject">Official weekend party</div>
288
+ </div>
289
+ <div class="star">
290
+ <svg viewBox="0 0 100 100" width="50" height="50">
291
+ <path d="M50 12l12 26 28 4-20 20 5 28-25-14-25 14 5-28-20-20 28-4z"/>
292
+ </svg>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Compose Floating Button -->
298
+ <div class="compose">
299
+ <svg class="pencil" viewBox="0 0 100 100">
300
+ <path d="M20 70l10-30 30-30 20 20-30 30-30 10z" stroke="#FFFFFF"></path>
301
+ </svg>
302
+ <span>Compose</span>
303
+ </div>
304
+
305
+ <!-- Bottom bar -->
306
+ <div class="bottom-bar">
307
+ <div class="nav-item">
308
+ <svg viewBox="0 0 100 100" width="64" height="64">
309
+ <rect x="10" y="20" width="80" height="60" rx="12" stroke="#CFD8DC"></rect>
310
+ <path d="M10 36h80" stroke="#CFD8DC"></path>
311
+ </svg>
312
+ <div class="badge">94</div>
313
+ </div>
314
+ <div class="video-item">
315
+ <svg viewBox="0 0 100 100" width="64" height="64">
316
+ <rect x="14" y="26" width="48" height="48" rx="8" stroke="#BDBDBD"></rect>
317
+ <polygon points="66,40 90,50 66,60" stroke="#BDBDBD"></polygon>
318
+ </svg>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="gesture"></div>
323
+ </div>
324
+ </body>
325
+ </html>
code/12943/12943_3.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Drawer Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #111315;
12
+ }
13
+
14
+ /* Right side faint inbox background */
15
+ .inbox-bg {
16
+ position: absolute;
17
+ right: 0; top: 0;
18
+ width: 300px; height: 2400px;
19
+ background: #0c0d0f;
20
+ opacity: 0.7;
21
+ }
22
+
23
+ /* Slide-out drawer */
24
+ .drawer {
25
+ position: absolute; left: 0; top: 0;
26
+ width: 780px; height: 2400px;
27
+ background: #1f2226;
28
+ color: #e9ecef;
29
+ box-shadow: 6px 0 24px rgba(0,0,0,0.55);
30
+ }
31
+
32
+ .drawer-header {
33
+ padding: 88px 48px 36px 48px;
34
+ font-size: 64px;
35
+ font-weight: 600;
36
+ color: #eaeaea;
37
+ }
38
+
39
+ .menu {
40
+ padding: 0 24px 40px 24px;
41
+ }
42
+
43
+ .menu-item {
44
+ display: flex; align-items: center;
45
+ padding: 22px 24px;
46
+ margin: 6px 8px;
47
+ border-radius: 18px;
48
+ font-size: 42px;
49
+ color: #f1f3f4;
50
+ }
51
+
52
+ .menu-item .icon {
53
+ width: 64px; height: 64px;
54
+ margin-right: 26px;
55
+ display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .menu-item .label { flex: 1; letter-spacing: 0.2px; }
58
+ .menu-item .count { font-size: 36px; color: #cfd3d6; }
59
+
60
+ .selected {
61
+ background: #30363b;
62
+ border-radius: 48px;
63
+ }
64
+
65
+ .section-title {
66
+ font-size: 32px; color: #9aa0a6;
67
+ padding: 30px 32px 8px 40px;
68
+ }
69
+
70
+ .status-pill {
71
+ padding: 10px 18px;
72
+ border-radius: 20px;
73
+ font-size: 32px;
74
+ color: #0f2310;
75
+ background: #a4d5a8;
76
+ }
77
+ .status-pill.green { background: #9dd3a4; color: #0e2511; }
78
+
79
+ .divider {
80
+ height: 1px; margin: 10px 40px; background: #2c3136;
81
+ }
82
+
83
+ /* Simple icon styles (all use stroke-only paths to match outlined look) */
84
+ svg { width: 64px; height: 64px; }
85
+ .ico { stroke: #e8eaed; fill: none; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
86
+
87
+ .footer-space { height: 160px; }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+ <div class="inbox-bg"></div>
93
+
94
+ <div class="drawer">
95
+ <div class="drawer-header">Gmail</div>
96
+
97
+ <div class="menu">
98
+
99
+ <!-- Primary -->
100
+ <div class="menu-item selected">
101
+ <div class="icon">
102
+ <svg viewBox="0 0 24 24"><path class="ico" d="M3 6h18v12H3z"/><path class="ico" d="M3 6l9 6 9-6"/></svg>
103
+ </div>
104
+ <div class="label">Primary</div>
105
+ <div class="count">94</div>
106
+ </div>
107
+
108
+ <!-- Promotions -->
109
+ <div class="menu-item">
110
+ <div class="icon">
111
+ <svg viewBox="0 0 24 24"><path class="ico" d="M4 5h10l6 6-10 10-6-6z"/><circle class="ico" cx="8" cy="9" r="1"/></svg>
112
+ </div>
113
+ <div class="label">Promotions</div>
114
+ <div class="count"><span class="status-pill green">57 new</span></div>
115
+ </div>
116
+
117
+ <!-- Social -->
118
+ <div class="menu-item">
119
+ <div class="icon">
120
+ <svg viewBox="0 0 24 24"><circle class="ico" cx="12" cy="8" r="4"/><path class="ico" d="M4 20c1.6-4.5 14.4-4.5 16 0"/></svg>
121
+ </div>
122
+ <div class="label">Social</div>
123
+ </div>
124
+
125
+ <div class="section-title">All labels</div>
126
+
127
+ <!-- Starred -->
128
+ <div class="menu-item">
129
+ <div class="icon">
130
+ <svg viewBox="0 0 24 24"><path class="ico" d="M12 3l3.2 6.5 7 1-5.2 4.8 1.6 6.7-6.6-3.7-6.6 3.7 1.6-6.7-5.2-4.8 7-1z"/></svg>
131
+ </div>
132
+ <div class="label">Starred</div>
133
+ <div class="count">1</div>
134
+ </div>
135
+
136
+ <!-- Snoozed -->
137
+ <div class="menu-item">
138
+ <div class="icon">
139
+ <svg viewBox="0 0 24 24"><circle class="ico" cx="12" cy="12" r="8"/><path class="ico" d="M12 7v6l4 2"/></svg>
140
+ </div>
141
+ <div class="label">Snoozed</div>
142
+ </div>
143
+
144
+ <!-- Important -->
145
+ <div class="menu-item">
146
+ <div class="icon">
147
+ <svg viewBox="0 0 24 24"><path class="ico" d="M5 4h14v16H5z"/><path class="ico" d="M8 4v16"/></svg>
148
+ </div>
149
+ <div class="label">Important</div>
150
+ <div class="count">11</div>
151
+ </div>
152
+
153
+ <!-- Sent -->
154
+ <div class="menu-item">
155
+ <div class="icon">
156
+ <svg viewBox="0 0 24 24"><path class="ico" d="M3 12l18-9-8 18-2-7-8-2z"/></svg>
157
+ </div>
158
+ <div class="label">Sent</div>
159
+ </div>
160
+
161
+ <!-- Scheduled -->
162
+ <div class="menu-item">
163
+ <div class="icon">
164
+ <svg viewBox="0 0 24 24"><path class="ico" d="M4 5h16v14H4z"/><path class="ico" d="M8 2v6M16 2v6"/><path class="ico" d="M7 12h7l3 3"/></svg>
165
+ </div>
166
+ <div class="label">Scheduled</div>
167
+ </div>
168
+
169
+ <!-- Outbox -->
170
+ <div class="menu-item">
171
+ <div class="icon">
172
+ <svg viewBox="0 0 24 24"><path class="ico" d="M4 7h16v10H4z"/><path class="ico" d="M10 10l4 2-4 2"/></svg>
173
+ </div>
174
+ <div class="label">Outbox</div>
175
+ </div>
176
+
177
+ <!-- Drafts -->
178
+ <div class="menu-item">
179
+ <div class="icon">
180
+ <svg viewBox="0 0 24 24"><path class="ico" d="M5 4h14v16H5z"/><path class="ico" d="M8 8h8M8 12h8M8 16h5"/></svg>
181
+ </div>
182
+ <div class="label">Drafts</div>
183
+ <div class="count">3</div>
184
+ </div>
185
+
186
+ <!-- All mail -->
187
+ <div class="menu-item">
188
+ <div class="icon">
189
+ <svg viewBox="0 0 24 24"><rect class="ico" x="3" y="5" width="18" height="14"/><path class="ico" d="M3 5l9 7 9-7"/></svg>
190
+ </div>
191
+ <div class="label">All mail</div>
192
+ <div class="count">156</div>
193
+ </div>
194
+
195
+ <!-- Spam -->
196
+ <div class="menu-item">
197
+ <div class="icon">
198
+ <svg viewBox="0 0 24 24"><path class="ico" d="M7 3h10l4 7-9 11-9-11z"/><path class="ico" d="M12 8v4M12 15v2"/></svg>
199
+ </div>
200
+ <div class="label">Spam</div>
201
+ <div class="count">2</div>
202
+ </div>
203
+
204
+ <!-- Trash -->
205
+ <div class="menu-item">
206
+ <div class="icon">
207
+ <svg viewBox="0 0 24 24"><path class="ico" d="M4 7h16"/><path class="ico" d="M7 7l1 12h8l1-12"/><path class="ico" d="M9 7V4h6v3"/></svg>
208
+ </div>
209
+ <div class="label">Trash</div>
210
+ <div class="count">4</div>
211
+ </div>
212
+
213
+ <div class="section-title">Google apps</div>
214
+
215
+ <!-- Calendar -->
216
+ <div class="menu-item">
217
+ <div class="icon">
218
+ <svg viewBox="0 0 24 24"><rect class="ico" x="4" y="5" width="16" height="15"/><path class="ico" d="M8 3v4M16 3v4"/><path class="ico" d="M4 9h16"/></svg>
219
+ </div>
220
+ <div class="label">Calendar</div>
221
+ </div>
222
+
223
+ <div class="footer-space"></div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </body>
228
+ </html>
code/12943/12943_4.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Drawer UI Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #101214;
18
+ color: #fff;
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: #0d0f12;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ padding: 0 36px;
33
+ box-sizing: border-box;
34
+ font-size: 42px;
35
+ letter-spacing: 1px;
36
+ }
37
+ #status-icons {
38
+ display: flex;
39
+ gap: 26px;
40
+ align-items: center;
41
+ }
42
+ .status-dot {
43
+ width: 14px;
44
+ height: 14px;
45
+ background: #fff;
46
+ border-radius: 50%;
47
+ display: inline-block;
48
+ }
49
+
50
+ /* Drawer */
51
+ #drawer {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 0;
55
+ width: 820px;
56
+ height: 2280px;
57
+ background: #262B2F;
58
+ box-sizing: border-box;
59
+ padding: 40px 40px 20px 40px;
60
+ }
61
+ .section-header {
62
+ color: #BAC6CE;
63
+ font-size: 36px;
64
+ margin: 36px 0 16px 0;
65
+ }
66
+ .menu-item {
67
+ display: flex;
68
+ align-items: center;
69
+ height: 96px;
70
+ gap: 28px;
71
+ color: #E9EDF1;
72
+ font-size: 44px;
73
+ }
74
+ .menu-item .count {
75
+ margin-left: auto;
76
+ color: #DCE3E8;
77
+ font-size: 40px;
78
+ }
79
+ .icon {
80
+ width: 56px;
81
+ height: 56px;
82
+ }
83
+ .divider {
84
+ height: 1px;
85
+ background: #374047;
86
+ margin: 16px 0 24px 0;
87
+ }
88
+ .spacer {
89
+ height: 20px;
90
+ }
91
+
92
+ /* Overlay to the right */
93
+ #overlay {
94
+ position: absolute;
95
+ top: 120px;
96
+ left: 820px;
97
+ width: 260px;
98
+ height: 2280px;
99
+ background: rgba(0,0,0,0.55);
100
+ }
101
+ .chip {
102
+ position: absolute;
103
+ right: 40px;
104
+ top: 1270px;
105
+ background: #476A52;
106
+ color: #d2f0d5;
107
+ border-radius: 40px;
108
+ padding: 18px 30px;
109
+ font-size: 38px;
110
+ }
111
+
112
+ /* Bottom gesture bar */
113
+ #gesture {
114
+ position: absolute;
115
+ bottom: 30px;
116
+ left: 50%;
117
+ transform: translateX(-50%);
118
+ width: 480px;
119
+ height: 12px;
120
+ background: #E0E0E0;
121
+ border-radius: 8px;
122
+ opacity: 0.9;
123
+ }
124
+
125
+ /* Social header row */
126
+ .large-row {
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 30px;
130
+ font-size: 56px;
131
+ margin-bottom: 12px;
132
+ }
133
+ .avatar-icon {
134
+ width: 60px;
135
+ height: 60px;
136
+ border-radius: 50%;
137
+ border: 2px solid #76838D;
138
+ display: inline-flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ color: #B5C0C8;
142
+ font-size: 40px;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status bar -->
150
+ <div id="status-bar">
151
+ <div>10:32</div>
152
+ <div id="status-icons">
153
+ <div class="status-dot"></div>
154
+ <div class="status-dot"></div>
155
+ <div class="status-dot"></div>
156
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
157
+ <path d="M4 18h16v2H4zM6 6h12v10H6z"/>
158
+ </svg>
159
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
160
+ <path d="M11 21h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2z"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Drawer -->
166
+ <aside id="drawer">
167
+ <div class="large-row">
168
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
169
+ <path d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-3.3 0-6 2.2-6 5v1h12v-1c0-2.8-2.7-5-6-5z"/>
170
+ </svg>
171
+ <div>Social</div>
172
+ </div>
173
+
174
+ <div class="section-header">All labels</div>
175
+
176
+ <div class="menu-item">
177
+ <!-- Starred -->
178
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
179
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L2 9.4l7-1 3-6 3 6 7 1-5 4.3 1.2 6.9z"/>
180
+ </svg>
181
+ <div>Starred</div>
182
+ <div class="count">1</div>
183
+ </div>
184
+
185
+ <div class="menu-item">
186
+ <!-- Snoozed -->
187
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E9EDF1" stroke-width="2">
188
+ <circle cx="12" cy="12" r="9"></circle>
189
+ <path d="M12 7v6l4 2"></path>
190
+ </svg>
191
+ <div>Snoozed</div>
192
+ </div>
193
+
194
+ <div class="menu-item">
195
+ <!-- Important -->
196
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
197
+ <path d="M3 12l4-4v3h9l-4 4v-3H3z"/>
198
+ </svg>
199
+ <div>Important</div>
200
+ <div class="count">11</div>
201
+ </div>
202
+
203
+ <div class="menu-item">
204
+ <!-- Sent -->
205
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
206
+ <path d="M2 21l20-9L2 3v7l14 2-14 2v7z"/>
207
+ </svg>
208
+ <div>Sent</div>
209
+ </div>
210
+
211
+ <div class="menu-item">
212
+ <!-- Scheduled -->
213
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E9EDF1" stroke-width="2">
214
+ <rect x="4" y="6" width="16" height="14" rx="2" ry="2"></rect>
215
+ <path d="M8 2v4M16 2v4M8 12h4l3 3"></path>
216
+ </svg>
217
+ <div>Scheduled</div>
218
+ </div>
219
+
220
+ <div class="menu-item">
221
+ <!-- Outbox -->
222
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
223
+ <path d="M4 4h16v10H4z"></path>
224
+ <path d="M12 20l-4-4h3v-4h2v4h3z"></path>
225
+ </svg>
226
+ <div>Outbox</div>
227
+ </div>
228
+
229
+ <div class="menu-item">
230
+ <!-- Drafts -->
231
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
232
+ <path d="M6 2h9l5 5v15H6z"></path>
233
+ <path d="M15 2v5h5"></path>
234
+ </svg>
235
+ <div>Drafts</div>
236
+ <div class="count">3</div>
237
+ </div>
238
+
239
+ <div class="menu-item">
240
+ <!-- All mail -->
241
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
242
+ <path d="M2 6h20v12H2z"></path>
243
+ <path d="M2 6l10 7 10-7"></path>
244
+ </svg>
245
+ <div>All mail</div>
246
+ <div class="count">156</div>
247
+ </div>
248
+
249
+ <div class="menu-item">
250
+ <!-- Spam -->
251
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
252
+ <path d="M12 2l10 18H2L12 2z"></path>
253
+ <rect x="11" y="10" width="2" height="5" fill="#101214"></rect>
254
+ </svg>
255
+ <div>Spam</div>
256
+ <div class="count">2</div>
257
+ </div>
258
+
259
+ <div class="menu-item">
260
+ <!-- Trash -->
261
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
262
+ <path d="M9 3h6l1 2h5v2H3V5h5l1-2zm-3 6h12l-1 12H7L6 9z"></path>
263
+ </svg>
264
+ <div>Trash</div>
265
+ <div class="count">4</div>
266
+ </div>
267
+
268
+ <div class="divider"></div>
269
+
270
+ <div class="section-header">Google apps</div>
271
+
272
+ <div class="menu-item">
273
+ <!-- Calendar -->
274
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E9EDF1" stroke-width="2">
275
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
276
+ <path d="M8 3v4M16 3v4M3 10h18"></path>
277
+ </svg>
278
+ <div>Calendar</div>
279
+ </div>
280
+
281
+ <div class="menu-item">
282
+ <!-- Contacts -->
283
+ <svg class="icon" viewBox="0 0 24 24" fill="#E9EDF1">
284
+ <circle cx="12" cy="8" r="4"></circle>
285
+ <path d="M4 20c0-4 4-7 8-7s8 3 8 7H4z"></path>
286
+ </svg>
287
+ <div>Contacts</div>
288
+ </div>
289
+
290
+ <div class="divider"></div>
291
+
292
+ <div class="menu-item" style="margin-top: 10px;">
293
+ <!-- Settings -->
294
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E9EDF1" stroke-width="2">
295
+ <circle cx="12" cy="12" r="3"></circle>
296
+ <path d="M19.4 12a7.4 7.4 0 0 0-.2-1l2.1-1.6-2-3.5-2.6.6a7.4 7.4 0 0 0-1.7-1l-.4-2.7h-4l-.4 2.7a7.4 7.4 0 0 0-1.7 1l-2.6-.6-2 3.5 2.1 1.6a7.4 7.4 0 0 0-.2 1 7.4 7.4 0 0 0 .2 1L3.7 14.6l2 3.5 2.6-.6a7.4 7.4 0 0 0 1.7 1l.4 2.7h4l.4-2.7a7.4 7.4 0 0 0 1.7-1l2.6.6 2-3.5-2.1-1.6c.1-.3.2-.7.2-1z"/>
297
+ </svg>
298
+ <div>Settings</div>
299
+ </div>
300
+
301
+ <div class="menu-item">
302
+ <!-- Help & feedback -->
303
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#E9EDF1" stroke-width="2">
304
+ <circle cx="12" cy="12" r="10"></circle>
305
+ <path d="M9 9a3 3 0 0 1 6 0c0 2-3 2-3 5"></path>
306
+ <circle cx="12" cy="17" r="1" fill="#E9EDF1"></circle>
307
+ </svg>
308
+ <div>Help &amp; feedback</div>
309
+ </div>
310
+ </aside>
311
+
312
+ <!-- Right overlay with small chip -->
313
+ <div id="overlay">
314
+ <div class="chip">57 new</div>
315
+ </div>
316
+
317
+ <!-- Bottom gesture bar -->
318
+ <div id="gesture"></div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/12943/12943_5.html ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Settings Screen</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: #1f1f1f;
13
+ color: #eaeaea;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 100px;
23
+ background: #131313;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 16px;
34
+ color: #ffffff;
35
+ font-size: 42px;
36
+ font-weight: 500;
37
+ }
38
+ .status-dots {
39
+ display: flex;
40
+ gap: 12px;
41
+ margin-left: 14px;
42
+ }
43
+ .dot {
44
+ width: 16px; height: 16px; border-radius: 50%; background: #cfcfcf;
45
+ }
46
+ .status-right {
47
+ margin-left: auto;
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 26px;
51
+ }
52
+ .icon { fill: none; stroke: #ffffff; stroke-width: 2.5; }
53
+ .icon-fill { fill: #ffffff; }
54
+
55
+ /* App bar */
56
+ .app-bar {
57
+ position: absolute;
58
+ top: 100px;
59
+ left: 0;
60
+ width: 100%;
61
+ height: 160px;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 30px;
65
+ box-sizing: border-box;
66
+ background: #1f1f1f;
67
+ border-bottom: 1px solid rgba(255,255,255,0.05);
68
+ }
69
+ .back-btn {
70
+ width: 72px;
71
+ height: 72px;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ margin-right: 12px;
76
+ }
77
+ .title {
78
+ font-size: 72px;
79
+ font-weight: 600;
80
+ color: #ffffff;
81
+ line-height: 1;
82
+ margin-left: 22px;
83
+ }
84
+ .menu-btn {
85
+ margin-left: auto;
86
+ width: 80px;
87
+ height: 80px;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+
93
+ /* Content list */
94
+ .content {
95
+ position: absolute;
96
+ top: 260px;
97
+ left: 0;
98
+ width: 100%;
99
+ padding: 40px 42px;
100
+ box-sizing: border-box;
101
+ }
102
+ .settings-item {
103
+ height: 136px;
104
+ display: flex;
105
+ align-items: center;
106
+ font-size: 54px;
107
+ color: #e6e6e6;
108
+ border-bottom: 1px solid rgba(255,255,255,0.06);
109
+ padding: 0 6px;
110
+ }
111
+ .settings-item:nth-child(3) { border-bottom: none; }
112
+ .email {
113
+ font-size: 48px;
114
+ color: #cfcfcf;
115
+ }
116
+
117
+ /* Bottom gesture bar placeholder */
118
+ .gesture-bar {
119
+ position: absolute;
120
+ bottom: 24px;
121
+ left: 50%;
122
+ transform: translateX(-50%);
123
+ width: 420px;
124
+ height: 16px;
125
+ border-radius: 10px;
126
+ background: #dcdcdc;
127
+ opacity: 0.7;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status Bar -->
135
+ <div class="status-bar">
136
+ <div class="status-left">
137
+ <div>10:33</div>
138
+ <div class="status-dots">
139
+ <div class="dot"></div>
140
+ <div class="dot"></div>
141
+ <div class="dot"></div>
142
+ </div>
143
+ </div>
144
+ <div class="status-right">
145
+ <!-- Cellular signal -->
146
+ <svg width="46" height="46" viewBox="0 0 24 24" class="icon">
147
+ <path d="M3 20h3M8 16h3M13 12h3M18 8h3" stroke-linecap="round"></path>
148
+ </svg>
149
+ <!-- WiFi -->
150
+ <svg width="46" height="46" viewBox="0 0 24 24" class="icon">
151
+ <path d="M2 9c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0"></path>
152
+ <circle cx="12" cy="18" r="1.6" class="icon-fill"></circle>
153
+ </svg>
154
+ <!-- Battery -->
155
+ <svg width="60" height="46" viewBox="0 0 28 24">
156
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#ffffff" stroke-width="2.5"></rect>
157
+ <rect x="4" y="8" width="16" height="8" fill="#ffffff"></rect>
158
+ <rect x="22" y="10" width="4" height="4" fill="#ffffff"></rect>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- App Bar -->
164
+ <div class="app-bar">
165
+ <div class="back-btn">
166
+ <svg width="64" height="64" viewBox="0 0 24 24" class="icon">
167
+ <path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="title">Settings</div>
171
+ <div class="menu-btn">
172
+ <!-- Vertical ellipsis -->
173
+ <svg width="48" height="48" viewBox="0 0 24 24" class="icon-fill">
174
+ <circle cx="12" cy="5" r="2.2" fill="#ffffff"></circle>
175
+ <circle cx="12" cy="12" r="2.2" fill="#ffffff"></circle>
176
+ <circle cx="12" cy="19" r="2.2" fill="#ffffff"></circle>
177
+ </svg>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Content -->
182
+ <div class="content">
183
+ <div class="settings-item">General settings</div>
184
+ <div class="settings-item email">dbwscratch.test.id8@gmail.com</div>
185
+ <div class="settings-item">Add account</div>
186
+ </div>
187
+
188
+ <!-- Gesture bar -->
189
+ <div class="gesture-bar"></div>
190
+ </div>
191
+ </body>
192
+ </html>
code/12943/12943_6.html ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>General settings - Mock</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; position:relative; overflow:hidden;
9
+ background:#121212; color:#fff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:0; left:0; right:0;
15
+ height:100px; padding:0 32px;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#ffffff; font-size:34px; letter-spacing:0.5px;
18
+ }
19
+ .status-icons { display:flex; align-items:center; gap:22px; }
20
+ .icon-wifi, .icon-battery, .icon-signal {
21
+ width:42px; height:42px; position:relative;
22
+ }
23
+ .icon-wifi svg, .icon-battery svg, .icon-signal svg { width:100%; height:100%; }
24
+ .icon-battery { width:60px; }
25
+
26
+ /* App bar */
27
+ .app-bar {
28
+ position:absolute; top:100px; left:0; right:0;
29
+ height:140px; background:#1e1e1e;
30
+ display:flex; align-items:center;
31
+ padding:0 24px;
32
+ box-shadow: 0 1px 0 #2a2a2a inset;
33
+ }
34
+ .back-btn { width:96px; height:96px; display:flex; align-items:center; justify-content:center; }
35
+ .title { font-size:56px; font-weight:600; margin-left:12px; }
36
+ .menu-btn { margin-left:auto; width:96px; height:96px; display:flex; align-items:center; justify-content:center; }
37
+
38
+ /* List */
39
+ .content { position:absolute; top:240px; left:0; right:0; bottom:0; overflow:hidden; }
40
+ .list { overflow-y:auto; height:100%; padding-bottom:60px; }
41
+ .item {
42
+ padding:38px 36px;
43
+ border-bottom:1px solid #262626;
44
+ display:flex; align-items:flex-start; gap:20px;
45
+ }
46
+ .item .text { flex:1; padding-right:140px; }
47
+ .item .label { font-size:44px; line-height:1.2; }
48
+ .item .sub { margin-top:14px; font-size:32px; color:#b3b3b3; line-height:1.35; }
49
+ .checkbox {
50
+ width:64px; height:64px; border-radius:10px;
51
+ background:#4285F4; display:flex; align-items:center; justify-content:center;
52
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08);
53
+ }
54
+ .checkbox svg { width:80%; height:80%; }
55
+ .pill {
56
+ position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
57
+ width:280px; height:16px; background:#5f5f5f; border-radius:12px;
58
+ }
59
+ </style>
60
+ </head>
61
+ <body>
62
+ <div id="render-target">
63
+
64
+ <!-- Status bar -->
65
+ <div class="status-bar">
66
+ <div>10:34</div>
67
+ <div class="status-icons">
68
+ <div class="icon-signal">
69
+ <svg viewBox="0 0 48 48">
70
+ <rect x="2" y="28" width="8" height="16" fill="#fff" opacity="0.7"/>
71
+ <rect x="14" y="22" width="8" height="22" fill="#fff" opacity="0.8"/>
72
+ <rect x="26" y="16" width="8" height="28" fill="#fff" opacity="0.9"/>
73
+ <rect x="38" y="8" width="8" height="36" fill="#fff"/>
74
+ </svg>
75
+ </div>
76
+ <div class="icon-wifi">
77
+ <svg viewBox="0 0 48 48">
78
+ <path d="M4 18 C16 8,32 8,44 18" stroke="#fff" stroke-width="4" fill="none"/>
79
+ <path d="M10 26 C18 18,30 18,38 26" stroke="#fff" stroke-width="4" fill="none"/>
80
+ <path d="M18 34 C22 30,26 30,30 34" stroke="#fff" stroke-width="4" fill="none"/>
81
+ <circle cx="24" cy="40" r="3" fill="#fff"/>
82
+ </svg>
83
+ </div>
84
+ <div class="icon-battery">
85
+ <svg viewBox="0 0 60 48">
86
+ <rect x="2" y="10" width="48" height="28" rx="6" ry="6" stroke="#fff" stroke-width="4" fill="none"/>
87
+ <rect x="52" y="18" width="6" height="12" fill="#fff"/>
88
+ <rect x="6" y="14" width="40" height="20" fill="#fff"/>
89
+ </svg>
90
+ </div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- App bar -->
95
+ <div class="app-bar">
96
+ <div class="back-btn">
97
+ <svg viewBox="0 0 80 80">
98
+ <path d="M50 16 L26 40 L50 64" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
99
+ </svg>
100
+ </div>
101
+ <div class="title">General settings</div>
102
+ <div class="menu-btn">
103
+ <svg viewBox="0 0 80 80">
104
+ <circle cx="40" cy="20" r="6" fill="#ffffff"/>
105
+ <circle cx="40" cy="40" r="6" fill="#ffffff"/>
106
+ <circle cx="40" cy="60" r="6" fill="#ffffff"/>
107
+ </svg>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- Content list -->
112
+ <div class="content">
113
+ <div class="list">
114
+
115
+ <div class="item">
116
+ <div class="text">
117
+ <div class="label">Theme</div>
118
+ <div class="sub">System default</div>
119
+ </div>
120
+ </div>
121
+
122
+ <div class="item">
123
+ <div class="text">
124
+ <div class="label">Default notification action</div>
125
+ <div class="sub">Archive</div>
126
+ </div>
127
+ </div>
128
+
129
+ <div class="item">
130
+ <div class="text">
131
+ <div class="label">Manage notifications</div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="item">
136
+ <div class="text">
137
+ <div class="label">Conversation view</div>
138
+ <div class="sub">Group emails in the same conversation together for IMAP, POP3, and Exchange accounts</div>
139
+ </div>
140
+ <div class="checkbox">
141
+ <svg viewBox="0 0 64 64">
142
+ <path d="M14 34 L26 46 L50 20" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="item">
148
+ <div class="text">
149
+ <div class="label">Conversation list density</div>
150
+ <div class="sub">Default</div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="item">
155
+ <div class="text">
156
+ <div class="label">Hide bottom navigation on scroll</div>
157
+ </div>
158
+ <div class="checkbox">
159
+ <svg viewBox="0 0 64 64">
160
+ <path d="M14 34 L26 46 L50 20" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="item">
166
+ <div class="text">
167
+ <div class="label">Swipe actions</div>
168
+ <div class="sub">Configure swipe actions to quickly act on emails in the conversation list</div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="item">
173
+ <div class="text">
174
+ <div class="label">Default reply action</div>
175
+ <div class="sub">Choose your default reply action</div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="item">
180
+ <div class="text">
181
+ <div class="label">Auto-fit messages</div>
182
+ <div class="sub">Shrink messages to fit the screen</div>
183
+ </div>
184
+ <div class="checkbox">
185
+ <svg viewBox="0 0 64 64">
186
+ <path d="M14 34 L26 46 L50 20" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="item">
192
+ <div class="text">
193
+ <div class="label">Auto-advance</div>
194
+ <div class="sub">Show conversation list after you archive or delete</div>
195
+ </div>
196
+ </div>
197
+
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Bottom gesture pill -->
202
+ <div class="pill"></div>
203
+
204
+ </div>
205
+ </body>
206
+ </html>
code/12943/12943_7.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Notifications Settings Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ padding: 0 40px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #EDEDED;
29
+ font-size: 40px;
30
+ letter-spacing: 1px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .dot { width: 20px; height: 20px; border-radius: 50%; background: #EDEDED; opacity: 0.85; }
38
+ .wifi {
39
+ width: 44px; height: 32px; border: 3px solid #EDEDED; border-radius: 8px; position: relative;
40
+ }
41
+ .wifi:after { content: ""; position: absolute; bottom: 6px; left: 8px; width: 20px; height: 6px; background: #EDEDED; border-radius: 3px; }
42
+ .battery {
43
+ width: 52px; height: 28px; border: 3px solid #EDEDED; border-radius: 6px; position: relative;
44
+ }
45
+ .battery:after {
46
+ content: ""; position: absolute; right: -8px; top: 8px; width: 8px; height: 12px; background: #EDEDED; border-radius: 2px;
47
+ }
48
+
49
+ /* Back arrow and header */
50
+ .back-btn {
51
+ position: absolute;
52
+ top: 140px;
53
+ left: 36px;
54
+ width: 80px; height: 80px;
55
+ }
56
+ .back-btn svg { width: 80px; height: 80px; fill: none; stroke: #FFFFFF; stroke-width: 8; }
57
+ .title {
58
+ position: absolute;
59
+ top: 240px;
60
+ left: 48px;
61
+ font-size: 96px;
62
+ font-weight: 600;
63
+ }
64
+
65
+ .app-center {
66
+ position: absolute;
67
+ top: 480px;
68
+ left: 0;
69
+ width: 1080px;
70
+ text-align: center;
71
+ }
72
+ .app-icon {
73
+ margin: 0 auto;
74
+ width: 150px; height: 150px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ border-radius: 24px;
78
+ color: #757575;
79
+ display: flex; align-items: center; justify-content: center;
80
+ font-size: 28px;
81
+ }
82
+ .app-name {
83
+ margin-top: 26px;
84
+ font-size: 72px;
85
+ font-weight: 600;
86
+ }
87
+
88
+ /* Big pill card */
89
+ .pill {
90
+ position: absolute;
91
+ top: 740px;
92
+ left: 48px;
93
+ width: 984px;
94
+ height: 170px;
95
+ background: #cfe2ff;
96
+ border-radius: 90px;
97
+ box-sizing: border-box;
98
+ padding: 40px 220px 40px 40px;
99
+ color: #1b263b;
100
+ font-size: 56px;
101
+ display: flex;
102
+ align-items: center;
103
+ }
104
+ .pill .toggle {
105
+ position: absolute;
106
+ right: 34px;
107
+ top: 36px;
108
+ }
109
+
110
+ /* Section text and list */
111
+ .section-label {
112
+ position: absolute;
113
+ top: 980px;
114
+ left: 48px;
115
+ color: #b0c4de;
116
+ font-size: 40px;
117
+ }
118
+
119
+ .list {
120
+ position: absolute;
121
+ top: 1050px;
122
+ left: 48px;
123
+ width: 984px;
124
+ }
125
+ .row {
126
+ position: relative;
127
+ width: 984px;
128
+ padding: 36px 230px 36px 0;
129
+ box-sizing: border-box;
130
+ border-radius: 24px;
131
+ margin-bottom: 24px;
132
+ color: #FFFFFF;
133
+ }
134
+ .row .title-line {
135
+ font-size: 64px;
136
+ font-weight: 600;
137
+ line-height: 1.2;
138
+ }
139
+ .row .sub {
140
+ font-size: 38px;
141
+ color: #A5A5A5;
142
+ margin-top: 12px;
143
+ }
144
+
145
+ .row.with-icon {
146
+ padding-left: 110px;
147
+ }
148
+ .bell {
149
+ position: absolute;
150
+ left: 24px;
151
+ top: 36px;
152
+ width: 64px; height: 64px;
153
+ }
154
+ .bell svg { width: 64px; height: 64px; fill: #A5A5A5; }
155
+
156
+ .divider {
157
+ position: absolute;
158
+ right: 200px;
159
+ top: 18px;
160
+ width: 2px; height: calc(100% - 36px);
161
+ background: #2C2C2C;
162
+ }
163
+
164
+ /* Toggle (OFF look) */
165
+ .toggle {
166
+ position: absolute;
167
+ right: 24px;
168
+ top: 24px;
169
+ width: 180px; height: 96px;
170
+ background: #6f7a86;
171
+ border-radius: 64px;
172
+ }
173
+ .toggle .knob {
174
+ position: absolute;
175
+ right: 14px; top: 13px;
176
+ width: 70px; height: 70px;
177
+ background: #cdd6e3;
178
+ border-radius: 50%;
179
+ box-shadow: inset 0 0 0 8px rgba(255,255,255,0.15);
180
+ }
181
+
182
+ /* Section header "Miscellaneous" */
183
+ .misc-label {
184
+ position: absolute;
185
+ top: 1480px;
186
+ left: 48px;
187
+ color: #b0c4de;
188
+ font-size: 40px;
189
+ }
190
+
191
+ .misc-list {
192
+ position: absolute;
193
+ top: 1550px;
194
+ left: 48px;
195
+ width: 984px;
196
+ }
197
+
198
+ .attachment-row {
199
+ position: absolute;
200
+ top: 2040px;
201
+ left: 48px;
202
+ width: 984px;
203
+ }
204
+ .attachment-row .row-title {
205
+ font-size: 64px;
206
+ font-weight: 600;
207
+ }
208
+ </style>
209
+ </head>
210
+ <body>
211
+ <div id="render-target">
212
+
213
+ <!-- Status bar -->
214
+ <div class="status-bar">
215
+ <div>10:35</div>
216
+ <div class="status-icons">
217
+ <div class="dot"></div>
218
+ <div class="dot"></div>
219
+ <div class="dot"></div>
220
+ <div class="wifi"></div>
221
+ <div class="battery"></div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Back arrow -->
226
+ <div class="back-btn">
227
+ <svg viewBox="0 0 100 100">
228
+ <path d="M65 15 L30 50 L65 85" stroke-linecap="round" stroke-linejoin="round"></path>
229
+ </svg>
230
+ </div>
231
+
232
+ <!-- Title -->
233
+ <div class="title">Gmail</div>
234
+
235
+ <!-- Center app icon and name -->
236
+ <div class="app-center">
237
+ <div class="app-icon">[IMG: Gmail Logo]</div>
238
+ <div class="app-name">Gmail</div>
239
+ </div>
240
+
241
+ <!-- Big pill toggle -->
242
+ <div class="pill">
243
+ All Gmail notifications
244
+ <div class="toggle"><div class="knob"></div></div>
245
+ </div>
246
+
247
+ <!-- Account section label -->
248
+ <div class="section-label">dbwscratch.test.id8@gmail.com</div>
249
+
250
+ <!-- Account rows -->
251
+ <div class="list">
252
+ <div class="row">
253
+ <div class="title-line">All "dbwscratch.test.id8@gmail.com" notifications</div>
254
+ <div class="toggle"><div class="knob"></div></div>
255
+ </div>
256
+
257
+ <div class="row with-icon">
258
+ <div class="bell">
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M12 2c-3 0-5 2-5 5v3c0 .7-.3 1.4-.8 2L4 14v2h16v-2l-2.2-2c-.5-.6-.8-1.3-.8-2V7c0-3-2-5-5-5zm0 18a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="title-line">Mail</div>
264
+ <div class="sub">About 6 notifications per day</div>
265
+ <div class="divider"></div>
266
+ <div class="toggle"><div class="knob"></div></div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Miscellaneous section -->
271
+ <div class="misc-label">Miscellaneous</div>
272
+
273
+ <div class="misc-list">
274
+ <div class="row">
275
+ <div class="title-line">All "Miscellaneous" notifications</div>
276
+ <div class="toggle"><div class="knob"></div></div>
277
+ </div>
278
+
279
+ <div class="row with-icon">
280
+ <div class="bell">
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M12 2c-3 0-5 2-5 5v3c0 .7-.3 1.4-.8 2L4 14v2h16v-2l-2.2-2c-.5-.6-.8-1.3-.8-2V7c0-3-2-5-5-5zm0 18a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3z"></path>
283
+ </svg>
284
+ </div>
285
+ <div class="title-line">Miscellaneous</div>
286
+ <div class="divider"></div>
287
+ <div class="toggle"><div class="knob"></div></div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Attachments row (partially visible at bottom) -->
292
+ <div class="attachment-row">
293
+ <div class="row">
294
+ <div class="title-line">Attachments</div>
295
+ <div class="toggle"><div class="knob"></div></div>
296
+ </div>
297
+ </div>
298
+
299
+ </div>
300
+ </body>
301
+ </html>
code/12943/12943_8.html ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Notifications Settings - Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#121212; color:#EDEDED;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:110px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#EDEDED; font-size:42px; letter-spacing:1px;
17
+ background:rgba(255,255,255,0.02);
18
+ }
19
+ .status-icons { display:flex; align-items:center; gap:22px; }
20
+ .dot { width:14px; height:14px; background:#DADADA; border-radius:50%; opacity:.9; }
21
+ .icon-small { width:40px; height:40px; opacity:.9; }
22
+
23
+ /* Header */
24
+ .header {
25
+ height:132px; display:flex; align-items:center; gap:24px; padding:0 28px;
26
+ }
27
+ .back-btn {
28
+ width:84px; height:84px; display:flex; align-items:center; justify-content:center; border-radius:50%;
29
+ }
30
+ .title { font-size:64px; font-weight:600; }
31
+
32
+ /* Content list */
33
+ .content { padding: 8px 40px 120px 40px; }
34
+ .hint { color:#b7cffd; font-size:40px; margin:30px 0 16px 10px; }
35
+
36
+ .row {
37
+ display:flex; align-items:flex-start; justify-content:space-between;
38
+ padding:34px 0; border-bottom:1px solid rgba(255,255,255,0.06);
39
+ }
40
+ .row:last-child { border-bottom:none; }
41
+ .label {
42
+ display:flex; align-items:flex-start; gap:28px; max-width:760px;
43
+ }
44
+ .bell {
45
+ width:58px; height:58px; margin-top:6px;
46
+ }
47
+ .text-block { }
48
+ .main { font-size:56px; line-height:1.2; }
49
+ .sub { font-size:36px; color:#A9A9A9; margin-top:10px; }
50
+
51
+ .section-title {
52
+ color:#b7cffd; font-size:44px; margin:44px 0 10px 10px;
53
+ }
54
+
55
+ /* Switch styles */
56
+ .switch {
57
+ position:relative; width:170px; height:92px; border-radius:100px;
58
+ background:#5f6368; transition:all .2s ease; flex:0 0 auto; margin-left:20px;
59
+ }
60
+ .switch .knob {
61
+ position:absolute; top:10px; width:72px; height:72px; border-radius:50%;
62
+ background:#E6F0FF; transition:left .2s ease, background .2s ease;
63
+ box-shadow:0 2px 6px rgba(0,0,0,.45);
64
+ }
65
+ .switch.on { background:#9dc1ff; }
66
+ .switch.on .knob { left:88px; }
67
+ .switch.off .knob { left:10px; }
68
+ /* Slightly dimmed toggle to indicate disabled-style */
69
+ .switch.dim { background:#46484c; }
70
+ </style>
71
+ </head>
72
+ <body>
73
+ <div id="render-target">
74
+
75
+ <!-- Status Bar -->
76
+ <div class="status-bar">
77
+ <div>10:36</div>
78
+ <div class="status-icons">
79
+ <div class="dot"></div>
80
+ <div class="dot"></div>
81
+ <div class="dot"></div>
82
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 2a9 9 0 1 0 .001 18.001A9 9 0 0 0 12 2zm0 16a7 7 0 1 1 0-14 7 7 0 0 1 0 14z"/></svg>
83
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 21l-4-4h8l-4 4zM6 3h12l-1 12H7L6 3z"/></svg>
84
+ </div>
85
+ </div>
86
+
87
+ <!-- Header -->
88
+ <div class="header">
89
+ <div class="back-btn">
90
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#EDEDED">
91
+ <path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
92
+ </svg>
93
+ </div>
94
+ <div class="title">Gmail</div>
95
+ </div>
96
+
97
+ <div class="content">
98
+
99
+ <!-- Top master -->
100
+ <div class="main" style="font-size:54px; line-height:1.3; padding-right:220px;">
101
+ All "dbwscratch.test.id8@gmail .com" notifications
102
+ </div>
103
+ <div class="row" style="border-bottom:none; padding-top:22px; padding-bottom:18px;">
104
+ <div></div>
105
+ <div class="switch on">
106
+ <div class="knob"></div>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Mail -->
111
+ <div class="row">
112
+ <div class="label">
113
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
114
+ <div class="text-block">
115
+ <div class="main">Mail</div>
116
+ <div class="sub">About 6 notifications per day</div>
117
+ </div>
118
+ </div>
119
+ <div class="switch on"><div class="knob"></div></div>
120
+ </div>
121
+
122
+ <!-- Miscellaneous section -->
123
+ <div class="section-title">Miscellaneous</div>
124
+
125
+ <div class="row">
126
+ <div class="text-block">
127
+ <div class="main">All "Miscellaneous" notifications</div>
128
+ </div>
129
+ <div class="switch on"><div class="knob"></div></div>
130
+ </div>
131
+
132
+ <div class="row">
133
+ <div class="label">
134
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
135
+ <div class="text-block">
136
+ <div class="main">Miscellaneous</div>
137
+ </div>
138
+ </div>
139
+ <div class="switch on"><div class="knob"></div></div>
140
+ </div>
141
+
142
+ <div class="row">
143
+ <div class="label">
144
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M3 6l9 6 9-6-9-4-9 4zm0 6l9 6 9-6"/></svg>
145
+ <div class="text-block">
146
+ <div class="main">Attachments</div>
147
+ </div>
148
+ </div>
149
+ <div class="switch on"><div class="knob"></div></div>
150
+ </div>
151
+
152
+ <!-- Other section -->
153
+ <div class="section-title">Other</div>
154
+
155
+ <div class="row">
156
+ <div class="text-block">
157
+ <div class="main">Device-to-device email account transfer</div>
158
+ </div>
159
+ <div class="switch on"><div class="knob"></div></div>
160
+ </div>
161
+
162
+ <div class="row">
163
+ <div class="label">
164
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
165
+ <div class="text-block">
166
+ <div class="main">Other notifications</div>
167
+ </div>
168
+ </div>
169
+ <div class="switch on"><div class="knob"></div></div>
170
+ </div>
171
+
172
+ <div class="row">
173
+ <div class="label">
174
+ <svg class="bell" viewBox="0 0 24 24" fill="#7d838a"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
175
+ <div class="text-block">
176
+ <div class="main">Incoming calls</div>
177
+ </div>
178
+ </div>
179
+ <div class="switch off dim"><div class="knob"></div></div>
180
+ </div>
181
+
182
+ <div class="row">
183
+ <div class="label">
184
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
185
+ <div class="text-block">
186
+ <div class="main">Requests to join</div>
187
+ </div>
188
+ </div>
189
+ <div class="switch on"><div class="knob"></div></div>
190
+ </div>
191
+
192
+ <div class="row">
193
+ <div class="label">
194
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
195
+ <div class="text-block">
196
+ <div class="main">Missed calls</div>
197
+ </div>
198
+ </div>
199
+ <div class="switch on"><div class="knob"></div></div>
200
+ </div>
201
+
202
+ <div class="row">
203
+ <div class="label">
204
+ <svg class="bell" viewBox="0 0 24 24" fill="#b7cffd"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11c0-3.07-1.64-5.64-4.5-6.32V4a1.5 1.5 0 0 0-3 0v.68C7.64 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/></svg>
205
+ <div class="text-block">
206
+ <div class="main">Ongoing call</div>
207
+ </div>
208
+ </div>
209
+ <div class="switch on"><div class="knob"></div></div>
210
+ </div>
211
+
212
+ </div>
213
+ </div>
214
+ </body>
215
+ </html>
code/12943/12943_9.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Notification Settings Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#121212; color:#E8EAED;
10
+ }
11
+ .status-bar {
12
+ height:110px; background:#2A2A2A; color:#E8EAED; display:flex; align-items:center;
13
+ padding:0 40px; font-size:36px; letter-spacing:0.5px;
14
+ }
15
+ .status-right { margin-left:auto; display:flex; align-items:center; gap:28px; }
16
+ .icon { width:44px; height:44px; }
17
+ .app-bar {
18
+ height:140px; background:#2A2A2A; display:flex; align-items:center; padding:0 40px;
19
+ box-shadow: 0 2px 0 rgba(255,255,255,0.04);
20
+ font-size:56px; font-weight:600;
21
+ }
22
+ .back { margin-right:28px; }
23
+ .content { padding:40px; }
24
+ .page-title {
25
+ font-size:52px; line-height:1.22; color:#E8EAED; margin:20px 0 30px 0;
26
+ }
27
+ .section-label {
28
+ color:#9BB6FF; font-size:36px; font-weight:600; margin:20px 0 10px 0;
29
+ }
30
+ .big-title {
31
+ font-size:46px; line-height:1.24; margin:8px 0 22px 0;
32
+ }
33
+ .list {
34
+ border-top:1px solid rgba(255,255,255,0.06);
35
+ }
36
+ .row {
37
+ display:flex; align-items:center; padding:30px 0; min-height:120px;
38
+ border-bottom:1px solid rgba(255,255,255,0.06);
39
+ }
40
+ .row .bell {
41
+ width:60px; height:60px; margin-right:28px; flex-shrink:0;
42
+ }
43
+ .row .texts { flex:1; }
44
+ .row .title { font-size:46px; }
45
+ .row .sub { font-size:34px; color:#A1A6AB; margin-top:8px; }
46
+ .v-divider {
47
+ width:2px; height:70px; background:rgba(255,255,255,0.08); margin:0 26px 0 26px;
48
+ }
49
+ /* Toggle Switch */
50
+ .switch { position:relative; width:200px; height:96px; background:#37424F; border-radius:48px;
51
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.08); }
52
+ .switch input { position:absolute; width:100%; height:100%; opacity:0; cursor:pointer; }
53
+ .knob {
54
+ position:absolute; top:10px; left:10px; width:76px; height:76px;
55
+ background:#C7D9FF; border-radius:50%;
56
+ transition:left .25s ease, background .25s ease;
57
+ box-shadow:0 1px 0 rgba(0,0,0,0.2);
58
+ }
59
+ .switch input:checked ~ .knob { left:114px; background:#C7D9FF; }
60
+ .switch.on { background:#3F4A57; }
61
+ /* Helpers */
62
+ .spacer-20 { height:20px; }
63
+ </style>
64
+ </head>
65
+ <body>
66
+ <div id="render-target">
67
+ <!-- Status bar -->
68
+ <div class="status-bar">
69
+ <div>10:37</div>
70
+ <div class="status-right">
71
+ <!-- simple status icons -->
72
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8EAED"><path d="M4 14h16v2H4v-2zm2-4h12v2H6V10zm3-4h6v2H9V6z"/></svg>
73
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8EAED"><path d="M2 9l10-7 10 7v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9zm2 1.3V19h16V10.3L12 4.5 4 10.3z"/></svg>
74
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8EAED"><path d="M7 21h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zm8-3H9v-2h6v2zm0-4H9v-2h6v2zm0-4H9V8h6v2z"/></svg>
75
+ </div>
76
+ </div>
77
+
78
+ <!-- App bar -->
79
+ <div class="app-bar">
80
+ <svg class="back icon" viewBox="0 0 24 24" fill="#E8EAED"><path d="M15.4 19.4L8 12l7.4-7.4 1.4 1.4L10.8 12l6 6-1.4 1.4z"/></svg>
81
+ Gmail
82
+ </div>
83
+
84
+ <!-- MAIN CONTENT -->
85
+ <div class="content">
86
+ <div class="page-title">All "dbwscratch.test.id8@gmail.com" notifications</div>
87
+
88
+ <div class="list">
89
+ <!-- Mail row -->
90
+ <div class="row">
91
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
92
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
93
+ </svg>
94
+ <div class="texts">
95
+ <div class="title">Mail</div>
96
+ <div class="sub">About 6 notifications per day</div>
97
+ </div>
98
+ <div class="v-divider"></div>
99
+ <label class="switch on">
100
+ <input type="checkbox" checked>
101
+ <div class="knob"></div>
102
+ </label>
103
+ </div>
104
+ </div>
105
+
106
+ <!-- Miscellaneous Section -->
107
+ <div class="section-label">Miscellaneous</div>
108
+ <div class="big-title">All "Miscellaneous" notifications</div>
109
+ <div class="list">
110
+ <!-- Miscellaneous row -->
111
+ <div class="row">
112
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
113
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
114
+ </svg>
115
+ <div class="texts">
116
+ <div class="title">Miscellaneous</div>
117
+ </div>
118
+ <div class="v-divider"></div>
119
+ <label class="switch on">
120
+ <input type="checkbox" checked>
121
+ <div class="knob"></div>
122
+ </label>
123
+ </div>
124
+
125
+ <!-- Attachments row -->
126
+ <div class="row">
127
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
128
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
129
+ </svg>
130
+ <div class="texts">
131
+ <div class="title">Attachments</div>
132
+ </div>
133
+ <div class="v-divider"></div>
134
+ <label class="switch on">
135
+ <input type="checkbox" checked>
136
+ <div class="knob"></div>
137
+ </label>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Other Section -->
142
+ <div class="section-label" style="margin-top:26px;">Other</div>
143
+
144
+ <div class="list">
145
+ <div class="row">
146
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
147
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
148
+ </svg>
149
+ <div class="texts">
150
+ <div class="title">Device-to-device email account transfer</div>
151
+ </div>
152
+ <div class="v-divider"></div>
153
+ <label class="switch on">
154
+ <input type="checkbox" checked>
155
+ <div class="knob"></div>
156
+ </label>
157
+ </div>
158
+
159
+ <div class="row">
160
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
161
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
162
+ </svg>
163
+ <div class="texts">
164
+ <div class="title">Other notifications</div>
165
+ </div>
166
+ <div class="v-divider"></div>
167
+ <label class="switch on">
168
+ <input type="checkbox" checked>
169
+ <div class="knob"></div>
170
+ </label>
171
+ </div>
172
+
173
+ <div class="row">
174
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
175
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
176
+ </svg>
177
+ <div class="texts">
178
+ <div class="title">Incoming calls</div>
179
+ </div>
180
+ <div class="v-divider"></div>
181
+ <label class="switch on">
182
+ <input type="checkbox" checked>
183
+ <div class="knob"></div>
184
+ </label>
185
+ </div>
186
+
187
+ <div class="row">
188
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
189
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
190
+ </svg>
191
+ <div class="texts">
192
+ <div class="title">Requests to join</div>
193
+ </div>
194
+ <div class="v-divider"></div>
195
+ <label class="switch on">
196
+ <input type="checkbox" checked>
197
+ <div class="knob"></div>
198
+ </label>
199
+ </div>
200
+
201
+ <div class="row">
202
+ <svg class="bell" viewBox="0 0 24 24" fill="#9BB6FF">
203
+ <path d="M12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22zm8-6V11a8 8 0 0 0-6.5-7.9V2h-3v1.1A8 8 0 0 0 4 11v5l-2 2v1h20v-1l-2-2z"/>
204
+ </svg>
205
+ <div class="texts">
206
+ <div class="title">Missed calls</div>
207
+ </div>
208
+ <div class="v-divider"></div>
209
+ <label class="switch on">
210
+ <input type="checkbox" checked>
211
+ <div class="knob"></div>
212
+ </label>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </body>
218
+ </html>
code/1295/1295_0.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Android Home UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background:
13
+ radial-gradient(ellipse at center, #1c1f24 0%, #0f1116 60%, #0c0e13 100%);
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 100px;
24
+ color: #eaeaea;
25
+ font-weight: 600;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 28px;
30
+ box-sizing: border-box;
31
+ font-size: 40px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left {
35
+ display: flex; align-items: center; gap: 20px;
36
+ }
37
+ .status-icons {
38
+ display: flex; align-items: center; gap: 16px;
39
+ }
40
+ .dot-icon { width: 18px; height: 18px; background: #cfd4da; border-radius: 50%; opacity: 0.9; }
41
+ .status-right { display: flex; align-items: center; gap: 16px; }
42
+ .wifi {
43
+ width: 34px; height: 24px; border: 3px solid #cfd4da; border-top-left-radius: 30px; border-top-right-radius: 30px;
44
+ border-bottom: none; transform: rotate(45deg);
45
+ }
46
+ .battery {
47
+ width: 60px; height: 28px; border: 3px solid #cfd4da; border-radius: 6px; position: relative;
48
+ }
49
+ .battery::after {
50
+ content: ""; position: absolute; right: -8px; top: 8px; width: 8px; height: 12px; background: #cfd4da; border-radius: 2px;
51
+ }
52
+
53
+ /* App grid */
54
+ .apps-grid {
55
+ position: absolute;
56
+ top: 190px;
57
+ left: 40px;
58
+ width: 1000px;
59
+ display: grid;
60
+ grid-template-columns: repeat(4, 1fr);
61
+ grid-auto-rows: 260px;
62
+ gap: 26px 26px;
63
+ }
64
+ .app {
65
+ width: 220px;
66
+ height: 220px;
67
+ display: flex;
68
+ flex-direction: column;
69
+ align-items: center;
70
+ justify-content: flex-start;
71
+ color: #f7f7f7;
72
+ }
73
+ .icon {
74
+ width: 180px;
75
+ height: 180px;
76
+ border-radius: 50%;
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ font-weight: 800;
81
+ font-size: 44px;
82
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
83
+ }
84
+ .label {
85
+ margin-top: 12px;
86
+ font-size: 34px;
87
+ color: #e6e6e6;
88
+ width: 200px;
89
+ text-align: center;
90
+ white-space: nowrap;
91
+ overflow: hidden;
92
+ text-overflow: ellipsis;
93
+ }
94
+ .badge {
95
+ position: absolute;
96
+ width: 34px;
97
+ height: 34px;
98
+ background: #e6b8d6;
99
+ border-radius: 50%;
100
+ right: 16px;
101
+ top: 6px;
102
+ box-shadow: 0 3px 8px rgba(0,0,0,0.4);
103
+ }
104
+ .app-wrap { position: relative; width: 180px; height: 180px; }
105
+
106
+ /* Specific icon colors */
107
+ .temu { background: #f08a34; }
108
+ .ikea { background: #f1d54f; color: #1d3c7b; }
109
+ .ib { background: #f6f6f6; color: #ff6b2f; border: 6px solid #ff6b2f; box-sizing: border-box; }
110
+ .shop { background: #f2f2f2; color: #e33f3f; }
111
+ .warehouse { background: #8d78bd; }
112
+ .dhgate { background: #f2cc6f; color: #7a4d00; }
113
+ .banggood { background: linear-gradient(#f7f0e6, #ef6d45); color: #303030; }
114
+ .hyuga { background: #e48e2b; color: #2b2b2b; }
115
+ .easyvoice { background: #5aa3ff; }
116
+ .big-voice { background: #c44234; }
117
+
118
+ /* Center big icon */
119
+ .center-voice {
120
+ position: absolute;
121
+ left: 50%;
122
+ transform: translateX(-50%);
123
+ top: 1140px;
124
+ width: 220px;
125
+ height: 240px;
126
+ display: flex;
127
+ flex-direction: column;
128
+ align-items: center;
129
+ }
130
+
131
+ /* Bottom dock */
132
+ .dock {
133
+ position: absolute;
134
+ bottom: 180px;
135
+ left: 50%;
136
+ transform: translateX(-50%);
137
+ width: 900px;
138
+ height: 150px;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: space-between;
142
+ }
143
+ .dock .icon {
144
+ width: 160px;
145
+ height: 160px;
146
+ font-size: 40px;
147
+ }
148
+ .phone { background: #eaf3ff; color: #2573e6; }
149
+ .voice { background: #a83a32; }
150
+ .chrome { background: #3aa75a; color: #ffffff; }
151
+ .camera { background: #f6f6f6; color: #3d3d3d; }
152
+
153
+ /* Search bar */
154
+ .search-bar {
155
+ position: absolute;
156
+ bottom: 320px;
157
+ left: 50%;
158
+ transform: translateX(-50%);
159
+ width: 940px;
160
+ height: 120px;
161
+ border-radius: 60px;
162
+ background: #2b2e34;
163
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06), 0 10px 24px rgba(0,0,0,0.35);
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: space-between;
167
+ padding: 0 28px;
168
+ box-sizing: border-box;
169
+ }
170
+ .google-logo {
171
+ width: 70px; height: 70px; border-radius: 50%;
172
+ background: #333; display: flex; align-items: center; justify-content: center;
173
+ font-weight: 800; color: #2da1ff; font-size: 40px;
174
+ box-shadow: 0 4px 10px rgba(0,0,0,0.4);
175
+ }
176
+ .search-actions { display: flex; align-items: center; gap: 22px; }
177
+ .action-btn {
178
+ width: 70px; height: 70px; border-radius: 50%;
179
+ background: #3a3d45; display: flex; align-items: center; justify-content: center;
180
+ box-shadow: 0 4px 10px rgba(0,0,0,0.35);
181
+ }
182
+ .search-placeholder {
183
+ flex: 1; color: #bdbdbd; font-size: 36px; padding: 0 20px;
184
+ }
185
+
186
+ /* Simple mic and camera icons */
187
+ .svg-icon { width: 38px; height: 38px; fill: #e5e5e5; }
188
+
189
+ /* Gesture pill */
190
+ .gesture {
191
+ position: absolute;
192
+ bottom: 34px;
193
+ left: 50%;
194
+ transform: translateX(-50%);
195
+ width: 320px; height: 10px; border-radius: 5px; background: rgba(255,255,255,0.7);
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status bar -->
203
+ <div class="status-bar">
204
+ <div class="status-left">
205
+ <div>8:04</div>
206
+ <div class="status-icons">
207
+ <div class="dot-icon"></div>
208
+ <div class="dot-icon"></div>
209
+ <div class="dot-icon"></div>
210
+ </div>
211
+ </div>
212
+ <div class="status-right">
213
+ <div class="wifi"></div>
214
+ <div class="battery"></div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App grid -->
219
+ <div class="apps-grid">
220
+ <!-- Row 1 -->
221
+ <div class="app">
222
+ <div class="app-wrap">
223
+ <div class="icon temu">TEMU</div>
224
+ </div>
225
+ <div class="label">Temu</div>
226
+ </div>
227
+ <div class="app">
228
+ <div class="app-wrap">
229
+ <div class="icon ikea">IKEA</div>
230
+ </div>
231
+ <div class="label">IKEA</div>
232
+ </div>
233
+ <div class="app">
234
+ <div class="app-wrap">
235
+ <div class="icon ib">ib</div>
236
+ <div class="badge"></div>
237
+ </div>
238
+ <div class="label">Industrybu...</div>
239
+ </div>
240
+ <div class="app">
241
+ <div class="app-wrap">
242
+ <div class="icon shop">Online</div>
243
+ </div>
244
+ <div class="label">Online Sho...</div>
245
+ </div>
246
+
247
+ <!-- Row 2 -->
248
+ <div class="app">
249
+ <div class="app-wrap">
250
+ <div class="icon warehouse">MW</div>
251
+ </div>
252
+ <div class="label">MyWareho...</div>
253
+ </div>
254
+ <div class="app">
255
+ <div class="app-wrap">
256
+ <div class="icon dhgate">DHGate</div>
257
+ <div class="badge"></div>
258
+ </div>
259
+ <div class="label">DHgate</div>
260
+ </div>
261
+ <div class="app">
262
+ <div class="app-wrap">
263
+ <div class="icon banggood">Banggood</div>
264
+ </div>
265
+ <div class="label">Banggood</div>
266
+ </div>
267
+ <div class="app">
268
+ <div class="app-wrap">
269
+ <div class="icon hyuga">H</div>
270
+ </div>
271
+ <div class="label">HyugaLife</div>
272
+ </div>
273
+
274
+ <!-- Row 3 -->
275
+ <div class="app">
276
+ <div class="app-wrap">
277
+ <div class="icon easyvoice">
278
+ <svg class="svg-icon" viewBox="0 0 24 24">
279
+ <path d="M12 3c2.2 0 4 1.8 4 4v6c0 2.2-1.8 4-4 4s-4-1.8-4-4V7c0-2.2 1.8-4 4-4zm-1 15.5V22h2v-3.5c3.4-.5 6-3.3 6-6.7h-2c0 2.9-2.1 5.3-5 5.7-2.9-.4-5-2.8-5-5.7H5c0 3.4 2.6 6.2 6 6.7z"/>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+ <div class="label">Easy Voice ...</div>
284
+ </div>
285
+ <!-- empty cells for spacing -->
286
+ <div></div><div></div><div></div>
287
+ </div>
288
+
289
+ <!-- Center large voice recorder -->
290
+ <div class="center-voice">
291
+ <div class="icon big-voice">
292
+ <svg class="svg-icon" viewBox="0 0 24 24">
293
+ <path d="M12 2a3 3 0 013 3v7a3 3 0 01-6 0V5a3 3 0 013-3zm-1 14.2V22h2v-5.8a6.5 6.5 0 006-6.4h-2a4.5 4.5 0 01-9 0H5a6.5 6.5 0 006 6.4z"/>
294
+ </svg>
295
+ </div>
296
+ <div class="label">Voice Recor...</div>
297
+ </div>
298
+
299
+ <!-- Search bar -->
300
+ <div class="search-bar">
301
+ <div class="google-logo">G</div>
302
+ <div class="search-placeholder"></div>
303
+ <div class="search-actions">
304
+ <div class="action-btn">
305
+ <svg class="svg-icon" viewBox="0 0 24 24">
306
+ <path d="M12 2a3 3 0 013 3v7a3 3 0 01-6 0V5a3 3 0 013-3zm-1 14.2V22h2v-5.8a6.5 6.5 0 006-6.4h-2a4.5 4.5 0 01-9 0H5a6.5 6.5 0 006 6.4z"/>
307
+ </svg>
308
+ </div>
309
+ <div class="action-btn">
310
+ <svg class="svg-icon" viewBox="0 0 24 24">
311
+ <path d="M7 5h10l2 3v11a2 2 0 01-2 2H7a2 2 0 01-2-2V8l2-3zm5 2.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9z"/>
312
+ </svg>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Dock icons -->
318
+ <div class="dock">
319
+ <div class="icon phone">📞</div>
320
+ <div class="icon voice">
321
+ <svg class="svg-icon" viewBox="0 0 24 24">
322
+ <path d="M12 2a3 3 0 013 3v7a3 3 0 01-6 0V5a3 3 0 013-3zm-1 14.2V22h2v-5.8a6.5 6.5 0 006-6.4h-2a4.5 4.5 0 01-9 0H5a6.5 6.5 0 006 6.4z"/>
323
+ </svg>
324
+ </div>
325
+ <div class="icon chrome">◎</div>
326
+ <div class="icon camera">
327
+ <svg class="svg-icon" viewBox="0 0 24 24">
328
+ <path d="M9 5h6l2 2h3a2 2 0 012 2v10a2 2 0 01-2 2H4a2 2 0 01-2-2V9a2 2 0 012-2h3l2-2zm3 4a5 5 0 100 10 5 5 0 000-10z"/>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Gesture pill -->
334
+ <div class="gesture"></div>
335
+ </div>
336
+ </body>
337
+ </html>
code/1295/1295_1.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Voice Recorder Mock</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; position:relative; overflow:hidden;
9
+ background:#0d0d10; color:#fff;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar{
14
+ height:110px; padding:0 34px; display:flex; align-items:center; justify-content:space-between;
15
+ color:#eaeaea; font-weight:600; font-size:42px; letter-spacing:1px;
16
+ }
17
+ .sb-left{ display:flex; align-items:center; gap:22px;}
18
+ .dot{ width:10px; height:10px; background:#cfcfcf; border-radius:50%; display:inline-block;}
19
+ .sb-right{ display:flex; align-items:center; gap:24px; }
20
+ .sb-icon{
21
+ width:38px; height:38px; border-radius:6px; background:#fff2; display:inline-block;
22
+ }
23
+
24
+ /* App bar */
25
+ .app-bar{
26
+ height:140px; border-top:1px solid #111; border-bottom:1px solid #1a1a1f;
27
+ display:flex; align-items:center; justify-content:center; position:relative;
28
+ background:#111215;
29
+ }
30
+ .info-btn{
31
+ position:absolute; left:34px; width:86px; height:86px; border-radius:50%;
32
+ background:#1e1f25; display:flex; align-items:center; justify-content:center;
33
+ border:1px solid #2a2c33;
34
+ }
35
+ .info-btn span{
36
+ color:#dfe6ff; font-weight:700; font-size:44px;
37
+ }
38
+ .title{ font-size:64px; font-weight:800; letter-spacing:1px; }
39
+
40
+ /* Wave / viewport */
41
+ .wave-area{
42
+ margin:24px auto 0; width:1020px; height:980px; border-radius:28px;
43
+ background:#0b0b0d; border:2px solid #22242b;
44
+ }
45
+
46
+ /* Controls section */
47
+ .controls{
48
+ position:relative; width:100%; height:640px; margin-top:12px;
49
+ }
50
+ .side-btn{
51
+ position:absolute; top:210px; width:170px; height:170px; border-radius:50%;
52
+ background:linear-gradient(#252832,#14151a); border:1px solid #2b2f37;
53
+ display:flex; align-items:center; justify-content:center;
54
+ box-shadow: inset 0 0 0 8px #1a1c23;
55
+ }
56
+ .side-btn.play{ left:170px; }
57
+ .side-btn.pause{ right:170px; }
58
+ .play svg, .pause svg{ width:86px; height:86px; }
59
+ .time-left, .size-right{
60
+ position:absolute; bottom:96px; color:#eaeaea; font-size:58px; font-weight:700;
61
+ }
62
+ .time-left{ left:120px; }
63
+ .size-right{ right:120px; }
64
+
65
+ /* Decorative stem behind record */
66
+ .stem, .stem:before{
67
+ position:absolute; left:50%; transform:translateX(-50%); background:#1a1d26; border-radius:20px;
68
+ }
69
+ .stem{ top:70px; width:90px; height:130px; box-shadow: inset 0 0 0 6px #232734; }
70
+ .stem:before{ content:""; top:-46px; width:70px; height:70px; border-radius:28px; box-shadow: inset 0 0 0 6px #2a2f3d; }
71
+
72
+ /* Record button */
73
+ .record-wrap{
74
+ position:absolute; left:50%; top:170px; transform:translateX(-50%);
75
+ width:420px; height:420px; border-radius:50%;
76
+ background:radial-gradient(circle at 50% 50%, #2a2d36 0%, #16181f 70%);
77
+ border:8px solid #1e212b;
78
+ display:flex; align-items:center; justify-content:center;
79
+ box-shadow: 0 8px 30px rgba(0,0,0,0.4);
80
+ }
81
+ .record-inner{
82
+ width:240px; height:240px; border-radius:50%; background:#ff2d2d;
83
+ box-shadow: 0 0 0 10px rgba(255,255,255,0.04), inset 0 8px 20px rgba(0,0,0,0.25);
84
+ }
85
+
86
+ /* Ad banner */
87
+ .ad{
88
+ position:absolute; left:0; right:0; bottom:300px; height:150px; display:flex; align-items:center;
89
+ background:#0f1118; border-top:1px solid #1d2130; border-bottom:1px solid #1d2130; padding:0 20px; gap:22px;
90
+ }
91
+ .ad .ad-badge{
92
+ width:160px; height:110px; background:#1650c9; color:#fff; font-weight:800;
93
+ border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:40px;
94
+ }
95
+ .ad .ad-main{
96
+ flex:1; color:#e6e6e6; font-size:46px; font-weight:700;
97
+ }
98
+ .ad .ad-tag{
99
+ color:#9aa6ff; border:1px solid #4b57ff; padding:6px 12px; border-radius:8px; font-size:32px; margin-left:14px;
100
+ }
101
+ .ad .ad-cta{
102
+ color:#cfe0ff; font-weight:800; font-size:44px; margin-right:12px;
103
+ }
104
+
105
+ /* Bottom progress just above nav */
106
+ .progress-wrap{
107
+ position:absolute; left:0; right:0; bottom:240px; height:24px; display:flex; align-items:center; justify-content:center;
108
+ }
109
+ .progress-bar{
110
+ width:680px; height:12px; background:#a3141a; border-radius:8px;
111
+ }
112
+ .knob{
113
+ width:28px; height:28px; border-radius:14px; background:#f2f2f2; position:absolute; bottom:228px;
114
+ left:50%; transform:translateX(-50%);
115
+ box-shadow:0 0 0 3px rgba(255,255,255,0.15);
116
+ }
117
+
118
+ /* Bottom nav bar */
119
+ .nav{
120
+ position:absolute; left:0; right:0; bottom:0; height:220px;
121
+ background:#0a0b0f; border-top:1px solid #1a1e29; display:flex; align-items:center; justify-content:space-around;
122
+ }
123
+ .nav-icon{
124
+ width:140px; height:140px; border-radius:50%; display:flex; align-items:center; justify-content:center;
125
+ color:#fff;
126
+ }
127
+ .nav .center{
128
+ border:2px solid #3a3f4b;
129
+ }
130
+ .red-underline{
131
+ position:absolute; left:160px; right:160px; bottom:212px; height:8px; background:#e02a2a; border-radius:6px;
132
+ }
133
+
134
+ /* Placeholder image style (not used, but available) */
135
+ .img-ph{
136
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#757575; display:flex; align-items:center; justify-content:center;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Status bar -->
144
+ <div class="status-bar">
145
+ <div class="sb-left">
146
+ <div>8:05</div>
147
+ <span class="sb-icon"></span>
148
+ <span class="sb-icon"></span>
149
+ <span class="dot"></span>
150
+ </div>
151
+ <div class="sb-right">
152
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#e6e6e6"><path d="M12 3l4 4H8l4-4zM4 8h16v11a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8z"/></svg>
153
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#e6e6e6"><path d="M16 22H8a1 1 0 0 1-1-1V9h10v12a1 1 0 0 1-1 1zM9 2h6l1 4H8l1-4z"/></svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- App bar -->
158
+ <div class="app-bar">
159
+ <div class="info-btn"><span>i</span></div>
160
+ <div class="title">Voice Recorder</div>
161
+ </div>
162
+
163
+ <!-- Display / waveform viewport -->
164
+ <div class="wave-area"></div>
165
+
166
+ <!-- Controls -->
167
+ <div class="controls">
168
+ <div class="stem"></div>
169
+
170
+ <div class="side-btn play">
171
+ <svg viewBox="0 0 24 24" fill="#4ea0ff">
172
+ <path d="M8 5v14l11-7-11-7z"/>
173
+ </svg>
174
+ </div>
175
+
176
+ <div class="record-wrap">
177
+ <div class="record-inner"></div>
178
+ </div>
179
+
180
+ <div class="side-btn pause">
181
+ <svg viewBox="0 0 24 24" fill="#e7e7e7">
182
+ <path d="M6 5h5v14H6zM13 5h5v14h-5z"/>
183
+ </svg>
184
+ </div>
185
+
186
+ <div class="time-left">00:00</div>
187
+ <div class="size-right">0 Kb</div>
188
+ </div>
189
+
190
+ <!-- Ad banner -->
191
+ <div class="ad">
192
+ <div class="ad-badge">Booking</div>
193
+ <div class="ad-main">Booking.com: Hotels & Flights <span class="ad-tag">AD</span></div>
194
+ <div class="ad-cta">OPEN</div>
195
+ </div>
196
+
197
+ <!-- Progress and knob above nav -->
198
+ <div class="progress-wrap">
199
+ <div class="progress-bar"></div>
200
+ </div>
201
+ <div class="knob"></div>
202
+ <div class="red-underline"></div>
203
+
204
+ <!-- Bottom navigation -->
205
+ <div class="nav">
206
+ <div class="nav-icon">
207
+ <svg width="90" height="90" viewBox="0 0 24 24" fill="#ffffff">
208
+ <path d="M6 3a4 4 0 0 0-4 4v6a4 4 0 1 0 8 0V7a4 4 0 0 0-4-4zm12 0a4 4 0 0 0-4 4v6a4 4 0 1 0 8 0V7a4 4 0 0 0-4-4zM10 18h4v3h-4z"/>
209
+ </svg>
210
+ </div>
211
+ <div class="nav-icon center">
212
+ <svg width="90" height="90" viewBox="0 0 24 24" fill="#ff3b3b">
213
+ <path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zM7 12a5 5 0 0 0 10 0h2a7 7 0 0 1-6 6.92V21h-2v-2.08A7 7 0 0 1 5 12h2z"/>
214
+ </svg>
215
+ </div>
216
+ <div class="nav-icon">
217
+ <svg width="90" height="90" viewBox="0 0 24 24" fill="#ffffff">
218
+ <path d="M19.14 12.94a7.5 7.5 0 0 0 .06-.94 7.5 7.5 0 0 0-.06-.94l2.03-1.58a.5.5 0 0 0 .12-.64l-1.92-3.32a.5.5 0 0 0-.6-.22l-2.39.96a7.55 7.55 0 0 0-1.63-.94l-.36-2.54A.5.5 0 0 0 12.5 1h-4a.5.5 0 0 0-.49.42l-.36 2.54c-.58.24-1.13.54-1.63.94l-2.39-.96a.5.5 0 0 0-.6.22L.71 7.98a.5.5 0 0 0 .12.64L2.86 10.2c-.04.31-.06.63-.06.94 0 .31.02.63.06.94L.83 13.66a.5.5 0 0 0-.12.64l1.92 3.32c.13.22.39.31.6.22l2.39-.96c.5.4 1.05.7 1.63.94l.36 2.54c.05.24.25.42.49.42h4c.24 0 .45-.18.49-.42l.36-2.54c.58-.24 1.13-.54 1.63-.94l2.39.96c.21.09.47 0 .6-.22l1.92-3.32a.5.5 0 0 0-.12-.64l-2.03-1.58zM10.5 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/1295/1295_2.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Voice Recorder 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; position:relative; overflow:hidden;
9
+ background:#0f0f12; color:#fff;
10
+ }
11
+ /* Status bar */
12
+ .status-bar {
13
+ height:90px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
14
+ color:#fff; font-weight:600; font-size:40px;
15
+ }
16
+ .status-right { display:flex; align-items:center; gap:22px; }
17
+ .dot { width:14px; height:14px; background:#bbb; border-radius:50%; opacity:0.8; }
18
+ .icon-battery { width:44px; height:22px; border:3px solid #fff; border-radius:6px; position:relative; }
19
+ .icon-battery::after { content:''; position:absolute; right:-10px; top:6px; width:8px; height:10px; background:#fff; border-radius:2px; }
20
+ .icon-battery .level { position:absolute; left:2px; top:2px; height:14px; width:26px; background:#7bf07b; }
21
+ /* Header */
22
+ .header {
23
+ height:160px; display:flex; align-items:center; padding:0 36px; position:relative;
24
+ }
25
+ .info-circle {
26
+ width:80px; height:80px; border-radius:40px; background:#fff; color:#111; display:flex; align-items:center; justify-content:center;
27
+ font-weight:800; font-size:42px;
28
+ }
29
+ .title {
30
+ position:absolute; left:0; right:0; text-align:center; font-size:64px; font-weight:800; letter-spacing:1px;
31
+ }
32
+ .mic-toggle {
33
+ position:absolute; right:36px; top:18px; width:220px; height:86px; background:#35d368; border-radius:43px;
34
+ display:flex; align-items:center; justify-content:center; gap:16px; box-shadow:0 6px 16px rgba(0,0,0,0.35);
35
+ }
36
+ .mic-toggle svg { width:46px; height:46px; fill:#0b3d1f; }
37
+ /* Waveform panel */
38
+ .panel {
39
+ width:1008px; height:1040px; margin:0 auto; border-radius:28px; background:#15151a; box-shadow: inset 0 0 0 2px #232329;
40
+ overflow:hidden;
41
+ }
42
+ .panel-top {
43
+ height:650px; background:#0b0b0d;
44
+ }
45
+ .eq-area {
46
+ height:390px; padding:30px 26px; display:flex; gap:18px; align-items:flex-end;
47
+ background:linear-gradient(to top, rgba(22,22,22,1), rgba(22,22,22,0.95));
48
+ }
49
+ .eq-col {
50
+ width:44px; display:flex; flex-direction:column; gap:8px; justify-content:flex-end;
51
+ }
52
+ .eq-bar {
53
+ height:20px; background:#8c7a3c; border-radius:4px;
54
+ box-shadow: inset 0 -6px 0 rgba(0,0,0,0.35);
55
+ }
56
+ /* Controls */
57
+ .controls {
58
+ width:100%; padding:36px 40px; display:flex; align-items:center; justify-content:center; gap:80px;
59
+ }
60
+ .c-circle {
61
+ width:200px; height:200px; border-radius:100px; background:#1e1e24; display:flex; align-items:center; justify-content:center;
62
+ box-shadow:0 8px 24px rgba(0,0,0,0.5);
63
+ }
64
+ .c-circle svg { width:86px; height:86px; fill:#4fc3ff; }
65
+ .c-circle.pause svg { fill:#fff; }
66
+ .record-wrap {
67
+ position:relative; width:360px; height:360px; border-radius:50%; background:#22232a; display:flex; align-items:center; justify-content:center;
68
+ box-shadow:0 12px 28px rgba(0,0,0,0.5);
69
+ }
70
+ .record-inner {
71
+ width:300px; height:300px; border-radius:50%; background:#2e2f39; display:flex; align-items:center; justify-content:center;
72
+ box-shadow:inset 0 0 0 8px #3a3b46;
73
+ }
74
+ .stop-square {
75
+ width:160px; height:160px; background:#f2413b; border-radius:26px; box-shadow:0 6px 14px rgba(242,65,59,0.45);
76
+ }
77
+ .side-info {
78
+ position:absolute; top:50%; transform:translateY(60px); color:#fff; font-size:46px; font-weight:700;
79
+ background:#1b1c22; padding:18px 34px; border-radius:40px;
80
+ }
81
+ .left-info { left:70px; }
82
+ .right-info { right:70px; }
83
+ /* Ad banner */
84
+ .ad {
85
+ width:100%; padding:18px 24px;
86
+ }
87
+ .img-placeholder {
88
+ width:1032px; height:140px; margin:0 auto; background:#E0E0E0; border:1px solid #BDBDBD;
89
+ display:flex; justify-content:center; align-items:center; color:#757575; font-weight:700; font-size:40px; border-radius:10px;
90
+ }
91
+ /* Bottom nav */
92
+ .bottom-nav {
93
+ position:absolute; bottom:0; left:0; right:0; height:230px; background:#0c0c10; border-top:1px solid #232329;
94
+ }
95
+ .progress {
96
+ position:absolute; left:0; right:0; bottom:170px; height:10px; background:#8a1616; margin:0 auto; width:820px; border-radius:5px;
97
+ }
98
+ .progress .thumb { width:120px; height:10px; background:#e6e6e6; border-radius:5px; position:absolute; right:0; top:0; }
99
+ .nav-icons { position:absolute; bottom:30px; width:100%; display:flex; justify-content:space-around; align-items:center; }
100
+ .nav-btn { width:120px; height:120px; border-radius:60px; display:flex; align-items:center; justify-content:center; }
101
+ .nav-btn.center { background:#1e1f24; border:2px solid #d63a39; }
102
+ .nav-btn svg { width:70px; height:70px; fill:#fff; }
103
+ .gear svg { width:72px; height:72px; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Status Bar -->
110
+ <div class="status-bar">
111
+ <div>8:05</div>
112
+ <div class="status-right">
113
+ <span class="dot"></span>
114
+ <span class="dot"></span>
115
+ <span class="dot"></span>
116
+ <span class="dot"></span>
117
+ <div class="icon-battery"><div class="level"></div></div>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <div class="info-circle">i</div>
124
+ <div class="title">Voice Recorder</div>
125
+ <div class="mic-toggle">
126
+ <!-- mic icon -->
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M12 14a4 4 0 0 0 4-4V6a4 4 0 0 0-8 0v4a4 4 0 0 0 4 4zm6-4a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.9V20H9v2h6v-2h-2.1A8 8 0 0 0 20 10h-2z"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Waveform Panel -->
134
+ <div class="panel">
135
+ <div class="panel-top"></div>
136
+ <div class="eq-area">
137
+ <!-- equalizer columns -->
138
+ <!-- 22 columns -->
139
+ <div class="eq-col">
140
+ <div class="eq-bar" style="opacity:.55"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
141
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
142
+ <div class="eq-bar"></div><div class="eq-bar"></div>
143
+ </div>
144
+ <div class="eq-col">
145
+ <div class="eq-bar" style="opacity:.35"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
146
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
147
+ <div class="eq-bar"></div><div class="eq-bar"></div>
148
+ </div>
149
+ <div class="eq-col">
150
+ <div class="eq-bar" style="opacity:.2"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
151
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
152
+ <div class="eq-bar"></div><div class="eq-bar"></div>
153
+ </div>
154
+ <div class="eq-col">
155
+ <div class="eq-bar" style="opacity:.25"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
156
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
157
+ <div class="eq-bar"></div><div class="eq-bar"></div>
158
+ </div>
159
+ <div class="eq-col">
160
+ <div class="eq-bar" style="opacity:.18"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
161
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
162
+ <div class="eq-bar"></div><div class="eq-bar"></div>
163
+ </div>
164
+ <div class="eq-col">
165
+ <div class="eq-bar" style="opacity:.22"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
166
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
167
+ <div class="eq-bar"></div><div class="eq-bar"></div>
168
+ </div>
169
+ <div class="eq-col">
170
+ <div class="eq-bar" style="opacity:.16"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
171
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
172
+ <div class="eq-bar"></div><div class="eq-bar"></div>
173
+ </div>
174
+ <div class="eq-col">
175
+ <div class="eq-bar" style="opacity:.14"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
176
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
177
+ <div class="eq-bar"></div><div class="eq-bar"></div>
178
+ </div>
179
+ <div class="eq-col">
180
+ <div class="eq-bar" style="opacity:.2"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
181
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
182
+ <div class="eq-bar"></div><div class="eq-bar"></div>
183
+ </div>
184
+ <div class="eq-col">
185
+ <div class="eq-bar" style="opacity:.3"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
186
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
187
+ <div class="eq-bar"></div><div class="eq-bar"></div>
188
+ </div>
189
+ <div class="eq-col">
190
+ <div class="eq-bar" style="opacity:.28"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
191
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
192
+ </div>
193
+ <div class="eq-col">
194
+ <div class="eq-bar" style="opacity:.22"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
195
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
196
+ </div>
197
+ <div class="eq-col">
198
+ <div class="eq-bar" style="opacity:.19"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
199
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
200
+ </div>
201
+ <div class="eq-col">
202
+ <div class="eq-bar" style="opacity:.24"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
203
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
204
+ </div>
205
+ <div class="eq-col">
206
+ <div class="eq-bar" style="opacity:.3"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
207
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
208
+ </div>
209
+ <div class="eq-col">
210
+ <div class="eq-bar" style="opacity:.35"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
211
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
212
+ </div>
213
+ <div class="eq-col">
214
+ <div class="eq-bar" style="opacity:.42"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
215
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
216
+ </div>
217
+ <div class="eq-col">
218
+ <div class="eq-bar" style="opacity:.5"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
219
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
220
+ </div>
221
+ <div class="eq-col">
222
+ <div class="eq-bar" style="opacity:.55"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
223
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
224
+ </div>
225
+ <div class="eq-col">
226
+ <div class="eq-bar" style="opacity:.65"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
227
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
228
+ </div>
229
+ <div class="eq-col">
230
+ <div class="eq-bar" style="opacity:.8"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
231
+ <div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div><div class="eq-bar"></div>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Transport Controls -->
237
+ <div class="controls">
238
+ <div class="c-circle">
239
+ <!-- play -->
240
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
241
+ </div>
242
+
243
+ <div class="record-wrap">
244
+ <div class="record-inner">
245
+ <div class="stop-square"></div>
246
+ </div>
247
+ <div class="side-info left-info">00:02</div>
248
+ <div class="side-info right-info">28.9 KB</div>
249
+ </div>
250
+
251
+ <div class="c-circle pause">
252
+ <!-- pause -->
253
+ <svg viewBox="0 0 24 24"><path d="M6 5h5v14H6zm7 0h5v14h-5z"/></svg>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Ad banner -->
258
+ <div class="ad">
259
+ <div class="img-placeholder">[IMG: Booking.com: Hotels & Flights AD]</div>
260
+ </div>
261
+
262
+ <!-- Bottom Navigation -->
263
+ <div class="bottom-nav">
264
+ <div class="progress"><div class="thumb"></div></div>
265
+ <div class="nav-icons">
266
+ <div class="nav-btn">
267
+ <!-- headphones icon -->
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M12 3a9 9 0 0 0-9 9v6a3 3 0 0 0 3 3h2v-8H6a7 7 0 0 1 14 0h-2v8h2a3 3 0 0 0 3-3v-6a9 9 0 0 0-9-9z"/>
270
+ </svg>
271
+ </div>
272
+ <div class="nav-btn center">
273
+ <!-- mic icon -->
274
+ <svg viewBox="0 0 24 24">
275
+ <path d="M12 14a4 4 0 0 0 4-4V6a4 4 0 0 0-8 0v4a4 4 0 0 0 4 4zm6-4a6 6 0 0 1-12 0H4a8 8 0 0 0 7 7.9V20H9v2h6v-2h-2.1A8 8 0 0 0 20 10h-2z"/>
276
+ </svg>
277
+ </div>
278
+ <div class="nav-btn gear">
279
+ <!-- gear icon -->
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm9 4l-2.2.4a7.2 7.2 0 0 1-.7 1.7l1.3 1.9-2.8 2.8-1.9-1.3a7.2 7.2 0 0 1-1.7.7L12 21l-.4-2.2a7.2 7.2 0 0 1-1.7-.7l-1.9 1.3-2.8-2.8 1.3-1.9a7.2 7.2 0 0 1-.7-1.7L3 12l2.2-.4a7.2 7.2 0 0 1 .7-1.7L4.6 8l2.8-2.8 1.9 1.3c.5-.3 1.1-.5 1.7-.7L12 3l.4 2.2c.6.2 1.2.4 1.7.7l1.9-1.3 2.8 2.8-1.3 1.9c.3.5.5 1.1.7 1.7L21 12z"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ </div>
288
+ </body>
289
+ </html>
code/1295/1295_3.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Voice Recorder Modal - Mock</title>
6
+ <style>
7
+ body{margin:0;padding:0;background:transparent;font-family:Roboto, Arial, sans-serif;}
8
+ #render-target{
9
+ position:relative;
10
+ width:1080px;
11
+ height:2400px;
12
+ overflow:hidden;
13
+ background:#0c0c0f;
14
+ color:#fff;
15
+ }
16
+
17
+ /* subtle app background */
18
+ .app-bg{
19
+ position:absolute;
20
+ left:0;top:0;right:0;bottom:0;
21
+ background:radial-gradient(ellipse at center, #121317 0%, #0c0c0f 60%);
22
+ }
23
+
24
+ /* notification pill */
25
+ .notif{
26
+ position:absolute;
27
+ left:36px; top:90px;
28
+ width:1008px;
29
+ height:auto;
30
+ background:#3a3a40;
31
+ color:#e9e9ea;
32
+ border-radius:36px;
33
+ padding:28px 32px;
34
+ box-shadow:0 10px 24px rgba(0,0,0,0.45);
35
+ display:flex;
36
+ align-items:center;
37
+ gap:22px;
38
+ }
39
+ .notif .icon{
40
+ width:56px;height:56px;flex:0 0 56px;
41
+ display:flex;align-items:center;justify-content:center;
42
+ border-radius:28px;
43
+ background:#2e2e33;
44
+ }
45
+ .notif .text{
46
+ font-size:36px;line-height:44px;
47
+ }
48
+ .notif .sub{
49
+ display:block;
50
+ font-size:30px;color:#cfd0d4;margin-top:4px;
51
+ }
52
+ .notif .chev{
53
+ margin-left:auto;
54
+ width:52px;height:52px;
55
+ display:flex;align-items:center;justify-content:center;
56
+ }
57
+
58
+ /* dim overlay behind modal */
59
+ .overlay{
60
+ position:absolute;left:0;top:0;width:100%;height:100%;
61
+ background:rgba(0,0,0,0.45);
62
+ }
63
+
64
+ /* modal dialog */
65
+ .modal{
66
+ position:absolute;
67
+ left:96px; top:520px;
68
+ width:888px;
69
+ background:#e9e6e4;
70
+ color:#0d0d0f;
71
+ border-radius:38px;
72
+ padding:56px 60px 40px 60px;
73
+ box-shadow:0 24px 60px rgba(0,0,0,0.55);
74
+ }
75
+ .modal h1{
76
+ margin:0 0 42px 0;
77
+ font-size:64px;
78
+ font-weight:800;
79
+ letter-spacing:0.5px;
80
+ }
81
+ .input{
82
+ position:relative;
83
+ font-size:46px;
84
+ padding:18px 22px;
85
+ background:#f7f7f7;
86
+ border-radius:10px;
87
+ border-bottom:6px solid #b9b9bb;
88
+ color:#111;
89
+ }
90
+ .input .selected{
91
+ background:#bcd2ff;
92
+ padding:6px 6px;
93
+ border-radius:6px;
94
+ }
95
+ .checkbox{
96
+ display:flex; align-items:flex-start;
97
+ margin-top:30px;
98
+ gap:20px;
99
+ color:#333;
100
+ }
101
+ .checkbox .box{
102
+ width:58px;height:58px;border-radius:10px;
103
+ border:6px solid #8fa5ff;background:#fff;
104
+ }
105
+ .checkbox label{
106
+ font-size:36px;line-height:44px;
107
+ }
108
+
109
+ .actions{
110
+ display:flex; justify-content:space-between; align-items:center;
111
+ margin-top:56px;
112
+ }
113
+ .btn{
114
+ font-size:54px; font-weight:600;
115
+ color:#4a77ff;
116
+ }
117
+ .btn.right{margin-left:auto;}
118
+
119
+ /* keyboard */
120
+ .keyboard{
121
+ position:absolute;left:0;bottom:0;width:100%;
122
+ background:#1a1a1e;border-top-left-radius:24px;border-top-right-radius:24px;
123
+ padding:24px 24px 36px;
124
+ color:#eaeaf0;
125
+ }
126
+ .kb-top{
127
+ display:flex;gap:32px;justify-content:center;margin-bottom:24px;
128
+ }
129
+ .kb-top .pill{
130
+ width:72px;height:72px;border-radius:20px;background:#2a2a30;
131
+ display:flex;align-items:center;justify-content:center;
132
+ }
133
+
134
+ .row{
135
+ display:flex;gap:16px;justify-content:space-between;margin:14px 0;
136
+ }
137
+ .key{
138
+ height:120px; flex:1;
139
+ background:#2a2a30; border-radius:22px; text-align:center;
140
+ display:flex; align-items:center; justify-content:center;
141
+ font-size:44px; color:#f2f2f7;
142
+ }
143
+ .key.wide{flex:2.6;}
144
+ .key.medium{flex:1.3;}
145
+ .key.small{flex:0.9;}
146
+ .key.icon{
147
+ color:#bfc2d4; font-size:38px;
148
+ }
149
+ .space{
150
+ height:120px;background:#2a2a30;border-radius:22px;flex:4.5;
151
+ display:flex;align-items:center;justify-content:center;color:#bfc2d4;font-size:40px;
152
+ }
153
+ .enter{
154
+ height:120px;background:#4a77ff;border-radius:22px;flex:1.2;
155
+ display:flex;align-items:center;justify-content:center;color:#fff;font-size:40px;font-weight:700;
156
+ }
157
+
158
+ /* faint controls behind modal (recorder circles) */
159
+ .ghost-controls{
160
+ position:absolute;bottom:900px;left:70px;width:940px;height:260px;
161
+ display:flex;align-items:center;gap:220px;opacity:0.2;
162
+ }
163
+ .ghost{
164
+ width:160px;height:160px;border-radius:80px;background:#ffffff1a;
165
+ border:8px solid #ffffff40;
166
+ display:flex;align-items:center;justify-content:center;color:#fff;font-size:48px;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+ <div class="app-bg"></div>
173
+
174
+ <!-- Notification pill -->
175
+ <div class="notif">
176
+ <div class="icon">
177
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
178
+ <circle cx="12" cy="12" r="9" stroke="#cfd0d4" stroke-width="2"/>
179
+ </svg>
180
+ </div>
181
+ <div class="text">
182
+ Voice Recorder · now
183
+ <span class="sub">Recording has stopped</span>
184
+ </div>
185
+ <div class="chev">
186
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
187
+ <path d="M9 6l6 6-6 6" stroke="#e9e9ea" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- dim overlay -->
193
+ <div class="overlay"></div>
194
+
195
+ <!-- Modal dialog -->
196
+ <div class="modal">
197
+ <h1>Insert new file name</h1>
198
+ <div class="input">
199
+ <span class="selected">2023_12_07_08_05_37_1</span>
200
+ </div>
201
+
202
+ <div class="checkbox">
203
+ <div class="box"></div>
204
+ <label>
205
+ Don't ask for new name after stop<br/>
206
+ recording
207
+ </label>
208
+ </div>
209
+
210
+ <div class="actions">
211
+ <div class="btn">Cancel</div>
212
+ <div class="btn right">OK</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- faint recorder controls in background -->
217
+ <div class="ghost-controls">
218
+ <div class="ghost">▶</div>
219
+ <div class="ghost">⏸</div>
220
+ </div>
221
+
222
+ <!-- Keyboard -->
223
+ <div class="keyboard">
224
+ <div class="kb-top">
225
+ <div class="pill">
226
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
227
+ <path d="M4 12h16" stroke="#bfc2d4" stroke-width="2" stroke-linecap="round"/>
228
+ </svg>
229
+ </div>
230
+ <div class="pill">
231
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
232
+ <circle cx="12" cy="12" r="7" stroke="#bfc2d4" stroke-width="2"/>
233
+ <path d="M12 9v6" stroke="#bfc2d4" stroke-width="2"/>
234
+ </svg>
235
+ </div>
236
+ <div class="pill">
237
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
238
+ <path d="M7 12h10M12 7v10" stroke="#bfc2d4" stroke-width="2" stroke-linecap="round"/>
239
+ </svg>
240
+ </div>
241
+ <div class="pill">
242
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
243
+ <path d="M5 5h14v14H5z" stroke="#bfc2d4" stroke-width="2"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <div class="row">
249
+ <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>
250
+ </div>
251
+ <div class="row">
252
+ <div class="key small icon">🙂</div>
253
+ <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>
254
+ <div class="key small icon">
255
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
256
+ <path d="M4 4l16 16" stroke="#bfc2d4" stroke-width="2"/>
257
+ <path d="M20 4L4 20" stroke="#bfc2d4" stroke-width="2"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <div class="row">
262
+ <div class="key medium icon">
263
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
264
+ <path d="M6 18l6-12 6 12" stroke="#bfc2d4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
265
+ </svg>
266
+ </div>
267
+ <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>
268
+ <div class="key medium icon">
269
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
270
+ <path d="M4 8h12M4 12h12M4 16h12" stroke="#bfc2d4" stroke-width="2"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+ <div class="row">
275
+ <div class="key medium">?123</div>
276
+ <div class="key small">,</div>
277
+ <div class="space">space</div>
278
+ <div class="key small">.</div>
279
+ <div class="enter">✓</div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </body>
284
+ </html>
code/1295/1295_4.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Voice Recorder 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; position:relative; overflow:hidden;
9
+ background:#0f0f12; color:#fff;
10
+ }
11
+ /* Status bar */
12
+ .status-bar {
13
+ position:absolute; top:0; left:0; width:100%; height:120px; color:#d9d9d9;
14
+ padding:0 40px; box-sizing:border-box; display:flex; align-items:center; justify-content:space-between;
15
+ font-size:42px; letter-spacing:0.5px;
16
+ }
17
+ .status-right { display:flex; align-items:center; gap:26px; }
18
+ .dot { width:14px; height:14px; background:#bfbfbf; border-radius:50%; display:inline-block; }
19
+ .wifi-icon, .battery-icon {
20
+ width:54px; height:44px; display:inline-block;
21
+ }
22
+ .wifi-icon svg, .battery-icon svg { width:100%; height:100%; }
23
+ /* Title */
24
+ .title {
25
+ position:absolute; top:120px; left:0; width:100%; height:120px;
26
+ display:flex; align-items:center; justify-content:center;
27
+ font-size:64px; font-weight:700; color:#ffffff;
28
+ }
29
+ /* Large display area */
30
+ .display {
31
+ position:absolute; top:260px; left:30px; width:1020px; height:920px;
32
+ background:#0a0a0c; border:1px solid #2b2b2f; border-radius:48px;
33
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
34
+ }
35
+ /* Controls */
36
+ .controls { position:absolute; top:1210px; left:0; width:100%; height:700px; }
37
+ .btn-circle {
38
+ width:170px; height:170px; border-radius:50%; background:#1c1c20;
39
+ border:6px solid #2a2a2e; display:flex; align-items:center; justify-content:center;
40
+ box-shadow:0 6px 12px rgba(0,0,0,0.5);
41
+ }
42
+ .play { position:absolute; left:180px; top:60px; }
43
+ .pause { position:absolute; right:180px; top:60px; }
44
+ .play svg { width:70px; height:70px; }
45
+ .pause-inner { width:86px; height:86px; display:flex; gap:22px; }
46
+ .pause-bar {
47
+ width:26px; height:86px; background:#e74c3c; border-radius:10px;
48
+ }
49
+ /* Record button */
50
+ .record-wrap {
51
+ position:absolute; left:50%; transform:translateX(-50%);
52
+ top:220px; width:380px; height:380px; border-radius:50%;
53
+ background:radial-gradient(circle at 50% 50%, #2c2c32 0%, #1a1a1e 65%, #0c0c0f 100%);
54
+ box-shadow:0 14px 30px rgba(0,0,0,0.7);
55
+ display:flex; align-items:center; justify-content:center;
56
+ }
57
+ .record-center {
58
+ width:240px; height:240px; border-radius:50%; background:#ff3b30; border:18px solid #3a3a3f;
59
+ }
60
+ .record-stem {
61
+ position:absolute; top:160px; left:50%; transform:translateX(-50%);
62
+ width:86px; height:160px; background:#242428; border-radius:40px;
63
+ box-shadow: inset 0 0 0 2px #34343a;
64
+ }
65
+ /* Pills */
66
+ .pill {
67
+ position:absolute; top:610px; height:110px; padding:0 40px; display:flex; align-items:center;
68
+ background:#1a1a1f; border-radius:70px; color:#ffffff; font-size:54px;
69
+ box-shadow: inset 0 0 0 1px #2b2b30;
70
+ }
71
+ .pill.left { left:90px; width:280px; }
72
+ .pill.right { right:90px; width:360px; justify-content:flex-end; }
73
+ /* Bottom area */
74
+ .bottom {
75
+ position:absolute; left:0; bottom:0; width:100%; height:560px;
76
+ }
77
+ .ad {
78
+ position:absolute; left:0; bottom:260px; width:100%; height:140px;
79
+ background:#141418; border-top:1px solid #222228; border-bottom:1px solid #222228;
80
+ display:flex; align-items:center; gap:26px; padding:0 24px; box-sizing:border-box;
81
+ font-size:44px; color:#e6e6e6;
82
+ }
83
+ .ad-logo {
84
+ width:130px; height:110px; background:#2e6bff; border-radius:12px; color:#fff;
85
+ display:flex; align-items:center; justify-content:center; font-weight:700;
86
+ }
87
+ .ad-spacer { flex:1; }
88
+ .open { color:#b8c7ff; font-weight:700; }
89
+ /* Bubble notification */
90
+ .bubble {
91
+ position:absolute; left:70px; bottom:130px; width:900px; height:150px;
92
+ background:#2a2a2f; border-radius:80px; box-shadow:0 6px 12px rgba(0,0,0,0.6);
93
+ display:flex; align-items:center; padding:0 36px; box-sizing:border-box; gap:28px;
94
+ color:#ffffff; font-size:40px;
95
+ }
96
+ .bubble .mic {
97
+ width:100px; height:100px; border-radius:50%; background:#ff3b30;
98
+ display:flex; align-items:center; justify-content:center;
99
+ box-shadow:0 0 0 6px #3a3a3f inset;
100
+ }
101
+ .bubble .mic svg { width:56px; height:56px; }
102
+ /* Bottom icons and progress */
103
+ .nav-icons { position:absolute; bottom:56px; left:0; width:100%; display:flex; align-items:center; justify-content:center; }
104
+ .nav-icons .icon {
105
+ width:90px; height:90px; color:#e6e6e6; margin:0 220px;
106
+ }
107
+ .nav-icons .icon svg { width:100%; height:100%; }
108
+ .progress {
109
+ position:absolute; bottom:10px; left:160px; width:760px; height:16px; background:#b22222; border-radius:12px;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+ <!-- Status Bar -->
116
+ <div class="status-bar">
117
+ <div>8:06</div>
118
+ <div class="status-right">
119
+ <span class="dot"></span>
120
+ <span class="dot"></span>
121
+ <span class="dot"></span>
122
+ <div class="wifi-icon">
123
+ <svg viewBox="0 0 64 48">
124
+ <path d="M6 16c16-12 36-12 52 0" fill="none" stroke="#d9d9d9" stroke-width="5" stroke-linecap="round"/>
125
+ <path d="M14 24c12-9 24-9 36 0" fill="none" stroke="#d9d9d9" stroke-width="5" stroke-linecap="round"/>
126
+ <circle cx="32" cy="35" r="6" fill="#d9d9d9"/>
127
+ </svg>
128
+ </div>
129
+ <div class="battery-icon">
130
+ <svg viewBox="0 0 72 36">
131
+ <rect x="2" y="6" width="60" height="24" rx="6" ry="6" fill="none" stroke="#d9d9d9" stroke-width="4"/>
132
+ <rect x="6" y="10" width="40" height="16" rx="4" ry="4" fill="#d9d9d9"/>
133
+ <rect x="64" y="12" width="6" height="12" rx="2" fill="#d9d9d9"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Title -->
140
+ <div class="title">Voice Recorder</div>
141
+
142
+ <!-- Large preview/visualizer area -->
143
+ <div class="display"></div>
144
+
145
+ <!-- Controls section -->
146
+ <div class="controls">
147
+ <div class="btn-circle play">
148
+ <svg viewBox="0 0 80 80">
149
+ <circle cx="40" cy="40" r="38" fill="#ffffff"/>
150
+ <polygon points="34,26 58,40 34,54" fill="#2b65ff"/>
151
+ </svg>
152
+ </div>
153
+
154
+ <div class="btn-circle pause">
155
+ <div class="pause-inner">
156
+ <div class="pause-bar"></div>
157
+ <div class="pause-bar"></div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="record-stem"></div>
162
+ <div class="record-wrap">
163
+ <div class="record-center"></div>
164
+ </div>
165
+
166
+ <div class="pill left">00:28</div>
167
+ <div class="pill right">436.7 KB</div>
168
+ </div>
169
+
170
+ <!-- Bottom area -->
171
+ <div class="bottom">
172
+ <div class="ad">
173
+ <div class="ad-logo">Booking</div>
174
+ <div>Booking.com: Hotels &amp; Flights <span style="color:#9aa0a6; font-size:38px;">AD</span></div>
175
+ <div class="ad-spacer"></div>
176
+ <div class="open">OPEN</div>
177
+ </div>
178
+
179
+ <div class="bubble">
180
+ <div class="mic">
181
+ <svg viewBox="0 0 64 64">
182
+ <rect x="24" y="12" width="16" height="26" rx="8" fill="#fff"/>
183
+ <path d="M14 32c0 10 8 18 18 18s18-8 18-18" fill="none" stroke="#fff" stroke-width="6" stroke-linecap="round"/>
184
+ <path d="M32 50v10" stroke="#fff" stroke-width="6" stroke-linecap="round"/>
185
+ </svg>
186
+ </div>
187
+ <div>File: 2023_12_07_08_05_37_1.mp3 was stored</div>
188
+ </div>
189
+
190
+ <div class="nav-icons">
191
+ <div class="icon">
192
+ <!-- Headphone -->
193
+ <svg viewBox="0 0 64 64">
194
+ <path d="M10 40v8c0 3 2 6 6 6h4V36H16c-4 0-6 2-6 4z" fill="#e6e6e6"/>
195
+ <path d="M54 40v8c0 3-2 6-6 6h-4V36h4c4 0 6 2 6 4z" fill="#e6e6e6"/>
196
+ <path d="M12 32c0-12 8-22 20-22s20 10 20 22" fill="none" stroke="#e6e6e6" stroke-width="6" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="icon">
200
+ <!-- Microphone -->
201
+ <svg viewBox="0 0 64 64">
202
+ <rect x="24" y="10" width="16" height="28" rx="8" fill="#e6e6e6"/>
203
+ <path d="M14 32c0 10 8 18 18 18s18-8 18-18" fill="none" stroke="#e6e6e6" stroke-width="6" stroke-linecap="round"/>
204
+ <path d="M32 50v10" stroke="#e6e6e6" stroke-width="6" stroke-linecap="round"/>
205
+ </svg>
206
+ </div>
207
+ <div class="icon">
208
+ <!-- Gear -->
209
+ <svg viewBox="0 0 64 64">
210
+ <circle cx="32" cy="32" r="10" fill="none" stroke="#e6e6e6" stroke-width="6"/>
211
+ <path d="M32 8v8M32 48v8M8 32h8M48 32h8M14 14l6 6M44 44l6 6M50 14l-6 6M20 44l-6 6" stroke="#e6e6e6" stroke-width="6" stroke-linecap="round"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+
216
+ <div class="progress"></div>
217
+ </div>
218
+ </div>
219
+ </body>
220
+ </html>
code/12955/12955_0.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile Note UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #FFFFFF; border-radius: 0;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 110px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #222; font-weight: 500; font-size: 40px; letter-spacing: 0.5px;
17
+ }
18
+ .status-icons { display: flex; align-items: center; gap: 20px; }
19
+ .dot { width: 22px; height: 22px; background: #7D7D7D; border-radius: 50%; }
20
+ .battery { width: 36px; height: 22px; border: 2px solid #333; border-radius: 4px; position: relative; }
21
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #333; border-radius: 2px; }
22
+ .battery .level { position: absolute; left: 2px; top: 2px; height: 16px; width: 22px; background: #4CAF50; }
23
+
24
+ /* App toolbar */
25
+ .toolbar {
26
+ height: 130px; display: flex; align-items: center; gap: 48px; padding: 0 28px;
27
+ border-bottom: 1px solid #ECECEC; background: #FAFAFA;
28
+ }
29
+ .icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; color: #3A3A3A; }
30
+ .icon svg { width: 44px; height: 44px; fill: none; stroke: #3A3A3A; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
31
+
32
+ /* Content area */
33
+ .content {
34
+ padding: 36px 48px; color: #222;
35
+ font-size: 46px; line-height: 70px;
36
+ }
37
+
38
+ /* Keyboard */
39
+ .keyboard {
40
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 980px;
41
+ background: #F1EFF7; border-top: 1px solid #DFDFE6;
42
+ }
43
+ .format-bar {
44
+ height: 150px; padding: 0 36px; display: flex; align-items: center; gap: 28px; color: #333;
45
+ }
46
+ .pill {
47
+ height: 80px; padding: 0 26px; background: #FFFFFF; border: 1px solid #E0E0E5;
48
+ border-radius: 16px; display: flex; align-items: center; justify-content: center;
49
+ font-size: 34px; font-weight: 600; color: #333;
50
+ }
51
+ .format-small {
52
+ height: 120px; display: flex; align-items: center; gap: 36px; padding: 0 36px;
53
+ }
54
+ .round {
55
+ width: 86px; height: 86px; background: #FFFFFF; border: 1px solid #E0E0E5; border-radius: 18px;
56
+ display: flex; align-items: center; justify-content: center; color: #333;
57
+ font-size: 32px;
58
+ }
59
+ .keys { padding: 10px 20px; }
60
+ .row { display: flex; gap: 18px; margin: 18px 0; }
61
+ .key {
62
+ flex: 1; height: 130px; background: #FFFFFF; border-radius: 26px;
63
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center;
64
+ font-size: 58px; color: #222;
65
+ }
66
+ .key.small { flex: 0 0 90px; font-size: 46px; }
67
+ .key.wide { flex: 3; font-size: 40px; color: #555; }
68
+ .key.med { flex: 1.4; }
69
+ .key.special { background: #EFEFF5; color: #333; }
70
+ /* Gesture pill */
71
+ .gesture {
72
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
73
+ width: 420px; height: 16px; background: #C9C9D2; border-radius: 16px;
74
+ }
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+
80
+ <!-- Status bar -->
81
+ <div class="status-bar">
82
+ <div>10:41</div>
83
+ <div class="status-icons">
84
+ <div class="dot"></div>
85
+ <div class="dot" style="opacity:.65;"></div>
86
+ <div class="dot" style="opacity:.40;"></div>
87
+ <div class="battery"><div class="level"></div></div>
88
+ </div>
89
+ </div>
90
+
91
+ <!-- App toolbar -->
92
+ <div class="toolbar">
93
+ <div class="icon" title="Close">
94
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19"/></svg>
95
+ </div>
96
+ <div class="icon" title="Undo">
97
+ <svg viewBox="0 0 24 24"><path d="M9 7 L4 12 L9 17"/><path d="M6 12 H14 A5 5 0 1 1 9 7"/></svg>
98
+ </div>
99
+ <div class="icon" title="Redo">
100
+ <svg viewBox="0 0 24 24"><path d="M15 7 L20 12 L15 17"/><path d="M18 12 H10 A5 5 0 1 0 15 7"/></svg>
101
+ </div>
102
+ <div class="icon" title="Text Format">
103
+ <svg viewBox="0 0 24 24"><path d="M12 4 L5 20 M12 4 L19 20"/><path d="M8 13 H16"/></svg>
104
+ </div>
105
+ <div class="icon" title="Add">
106
+ <svg viewBox="0 0 24 24"><path d="M12 5 V19 M5 12 H19"/></svg>
107
+ </div>
108
+ <div class="icon" title="Comment">
109
+ <svg viewBox="0 0 24 24"><path d="M5 5 H19 V16 H12 L8 20 V16 H5 Z"/></svg>
110
+ </div>
111
+ <div class="icon" title="More">
112
+ <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>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Content -->
117
+ <div class="content">
118
+ My most favourite movies are Parasite, Shutter Island, The Shawshank Redemption, The Matrix, Interstellar, etc.
119
+ </div>
120
+
121
+ <!-- Keyboard -->
122
+ <div class="keyboard">
123
+ <div class="format-bar">
124
+ <div class="pill">B</div>
125
+ <div class="pill" style="font-style: italic;">I</div>
126
+ <div class="pill" style="text-decoration: underline;">U</div>
127
+ <div class="pill">A</div>
128
+ <div class="pill">
129
+ <svg viewBox="0 0 24 24" style="width:36px;height:36px;stroke:#333;fill:none;stroke-width:2.4;">
130
+ <path d="M4 20 L10 14"/><path d="M20 4 L10 14"/>
131
+ </svg>
132
+ </div>
133
+ <div class="pill">
134
+ <svg viewBox="0 0 24 24" style="width:36px;height:36px;stroke:#333;fill:none;stroke-width:2.4;">
135
+ <path d="M4 7 H20"/><path d="M4 12 H16"/><path d="M4 17 H12"/>
136
+ </svg>
137
+ </div>
138
+ <div class="pill">
139
+ <svg viewBox="0 0 24 24" style="width:36px;height:36px;stroke:#333;fill:none;stroke-width:2.4;">
140
+ <circle cx="5" cy="7" r="1.5"/><path d="M9 7 H20"/>
141
+ <circle cx="5" cy="12" r="1.5"/><path d="M9 12 H20"/>
142
+ <circle cx="5" cy="17" r="1.5"/><path d="M9 17 H20"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+
147
+ <div class="format-small">
148
+ <div class="round">◰</div>
149
+ <div class="round">😊</div>
150
+ <div class="round">GIF</div>
151
+ <div class="round">
152
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#333;fill:none;stroke-width:2.2;">
153
+ <circle cx="12" cy="12" r="8"/><path d="M12 8 V12 L15 15"/>
154
+ </svg>
155
+ </div>
156
+ <div class="round">
157
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#333;fill:none;stroke-width:2;">
158
+ <path d="M3 21 L21 21 L21 3" />
159
+ <path d="M3 14 L9 8 L14 13 L21 6"/>
160
+ </svg>
161
+ </div>
162
+ <div class="round">
163
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;stroke:#333;fill:none;stroke-width:2.2;">
164
+ <path d="M6 8 C6 6 8 5 10 5 H14 C16 5 18 6 18 8 V16 C18 18 16 19 14 19 H10 C8 19 6 18 6 16 V8 Z"/>
165
+ <path d="M19 10 L22 12 L19 14"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="keys">
171
+ <div class="row">
172
+ <div class="key">q</div>
173
+ <div class="key">w</div>
174
+ <div class="key">e</div>
175
+ <div class="key">r</div>
176
+ <div class="key">t</div>
177
+ <div class="key">y</div>
178
+ <div class="key">u</div>
179
+ <div class="key">i</div>
180
+ <div class="key">o</div>
181
+ <div class="key">p</div>
182
+ </div>
183
+ <div class="row">
184
+ <div class="key">a</div>
185
+ <div class="key">s</div>
186
+ <div class="key">d</div>
187
+ <div class="key">f</div>
188
+ <div class="key">g</div>
189
+ <div class="key">h</div>
190
+ <div class="key">j</div>
191
+ <div class="key">k</div>
192
+ <div class="key">l</div>
193
+ </div>
194
+ <div class="row">
195
+ <div class="key med special">shift</div>
196
+ <div class="key">z</div>
197
+ <div class="key">x</div>
198
+ <div class="key">c</div>
199
+ <div class="key">v</div>
200
+ <div class="key">b</div>
201
+ <div class="key">n</div>
202
+ <div class="key">m</div>
203
+ <div class="key med special">
204
+ <svg viewBox="0 0 24 24" style="width:48px;height:48px;stroke:#333;fill:none;stroke-width:2.6;">
205
+ <path d="M5 7 L19 17"/><path d="M19 7 L5 17"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ <div class="row">
210
+ <div class="key small special">?123</div>
211
+ <div class="key small">,</div>
212
+ <div class="key small">😊</div>
213
+ <div class="key wide">space</div>
214
+ <div class="key small">.</div>
215
+ <div class="key med special">
216
+ <svg viewBox="0 0 24 24" style="width:44px;height:44px;stroke:#333;fill:none;stroke-width:2.4;">
217
+ <path d="M5 12 H19"/><path d="M13 6 L19 12 L13 18"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="gesture"></div>
224
+ </div>
225
+
226
+ </div>
227
+ </body>
228
+ </html>
code/12955/12955_1.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Notes UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F4F2F7;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #222;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #2F2F2F;
29
+ font-size: 36px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .dot {
37
+ width: 24px; height: 24px; border-radius: 50%; background:#8B8B8B;
38
+ }
39
+ .battery {
40
+ width: 54px; height: 28px; border:2px solid #666; border-radius:4px; position: relative;
41
+ }
42
+ .battery::after { content:""; position:absolute; right:-8px; top:8px; width:6px; height:12px; background:#666; border-radius:2px; }
43
+ .battery .level { width:70%; height:100%; background:#4CAF50; }
44
+
45
+ /* Action bar under status */
46
+ .action-bar {
47
+ position: absolute;
48
+ top: 110px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 120px;
52
+ background: #FFFFFF;
53
+ border-bottom: 1px solid #E0E0E0;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 32px;
57
+ gap: 36px;
58
+ }
59
+ .icon-btn {
60
+ width: 72px;
61
+ height: 72px;
62
+ display: inline-flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ border-radius: 18px;
66
+ color: #333;
67
+ }
68
+ .icon-btn svg { width: 46px; height: 46px; }
69
+ .action-bar .spacer { flex: 1; }
70
+
71
+ /* Document area */
72
+ .note-area {
73
+ position: absolute;
74
+ top: 230px;
75
+ left: 0;
76
+ width: 1080px;
77
+ height: calc(2400px - 230px - 180px - 22px);
78
+ background: #FFFFFF;
79
+ }
80
+ .note-content {
81
+ width: 980px;
82
+ margin: 80px auto 0;
83
+ font-size: 44px;
84
+ line-height: 68px;
85
+ color: #1B1B1B;
86
+ }
87
+ .underline { text-decoration: underline; font-weight: 600; }
88
+
89
+ /* Bottom formatting toolbar */
90
+ .format-bar {
91
+ position: absolute;
92
+ bottom: 22px;
93
+ left: 0;
94
+ width: 1080px;
95
+ height: 180px;
96
+ background: #F6F6F8;
97
+ border-top: 1px solid #E0E0E0;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: space-around;
101
+ padding: 0 36px;
102
+ box-sizing: border-box;
103
+ }
104
+ .fmt-item {
105
+ width: 120px; height: 120px;
106
+ display: flex; align-items: center; justify-content: center;
107
+ color: #2E2E2E; font-size: 54px; font-weight: 700;
108
+ border-radius: 12px;
109
+ }
110
+ .fmt-sep { width: 2px; height: 70px; background:#D0D0D0; }
111
+ .fmt-small { font-size: 48px; font-weight: 600; }
112
+ .fmt-icon svg { width: 64px; height: 64px; }
113
+
114
+ /* small bottom handle */
115
+ .bottom-handle {
116
+ position: absolute;
117
+ bottom: 0;
118
+ left: 50%;
119
+ transform: translateX(-50%);
120
+ width: 520px;
121
+ height: 8px;
122
+ background: #C8C8CC;
123
+ border-radius: 6px;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status bar -->
131
+ <div class="status-bar">
132
+ <div>10:42</div>
133
+ <div class="status-icons">
134
+ <div class="dot"></div>
135
+ <div class="dot"></div>
136
+ <div class="dot"></div>
137
+ <!-- Signal bars -->
138
+ <svg width="80" height="34">
139
+ <rect x="0" y="18" width="10" height="16" fill="#777"></rect>
140
+ <rect x="14" y="12" width="10" height="22" fill="#777"></rect>
141
+ <rect x="28" y="6" width="10" height="28" fill="#777"></rect>
142
+ <rect x="42" y="0" width="10" height="34" fill="#777"></rect>
143
+ </svg>
144
+ <!-- Wi-Fi icon -->
145
+ <svg width="48" height="36">
146
+ <path d="M2 12 Q24 0 46 12" stroke="#777" stroke-width="4" fill="none"></path>
147
+ <path d="M8 20 Q24 10 40 20" stroke="#777" stroke-width="4" fill="none"></path>
148
+ <circle cx="24" cy="28" r="4" fill="#777"></circle>
149
+ </svg>
150
+ <!-- Battery -->
151
+ <div class="battery"><div class="level"></div></div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Action bar -->
156
+ <div class="action-bar">
157
+ <!-- Close (X) -->
158
+ <div class="icon-btn">
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#333" stroke-width="2" stroke-linecap="round" fill="none"/>
161
+ </svg>
162
+ </div>
163
+ <!-- Undo -->
164
+ <div class="icon-btn">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M9 6 L4 11 L9 16" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
167
+ <path d="M5 11 H14 C18 11 20 13 20 17" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
168
+ </svg>
169
+ </div>
170
+ <!-- Redo -->
171
+ <div class="icon-btn">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M15 6 L20 11 L15 16" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
174
+ <path d="M19 11 H10 C6 11 4 13 4 17" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
175
+ </svg>
176
+ </div>
177
+ <!-- Text style (A) -->
178
+ <div class="icon-btn">
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M12 4 L6 20 M12 4 L18 20" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
181
+ <path d="M8 14 H16" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+ <!-- Plus -->
185
+ <div class="icon-btn">
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M12 5 V19 M5 12 H19" stroke="#333" stroke-width="2" stroke-linecap="round" fill="none"/>
188
+ </svg>
189
+ </div>
190
+ <!-- Comment bubble -->
191
+ <div class="icon-btn">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M4 5 H20 V17 H12 L8 20 V17 H4 Z" stroke="#333" stroke-width="2" fill="none" stroke-linejoin="round"/>
194
+ </svg>
195
+ </div>
196
+ <!-- Kebab -->
197
+ <div class="icon-btn">
198
+ <svg viewBox="0 0 24 24">
199
+ <circle cx="12" cy="5" r="2" fill="#333"></circle>
200
+ <circle cx="12" cy="12" r="2" fill="#333"></circle>
201
+ <circle cx="12" cy="19" r="2" fill="#333"></circle>
202
+ </svg>
203
+ </div>
204
+ <div class="spacer"></div>
205
+ </div>
206
+
207
+ <!-- Content area -->
208
+ <div class="note-area">
209
+ <div class="note-content">
210
+ My most <span class="underline">favourite</span> movies are Parasite, Shutter Island, The Shawshank Redemption, The Matrix, Interstellar, etc.
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Bottom formatting bar -->
215
+ <div class="format-bar">
216
+ <div class="fmt-item">B</div>
217
+ <div class="fmt-item fmt-small" style="font-style: italic;">I</div>
218
+ <div class="fmt-item fmt-small" style="text-decoration: underline;">U</div>
219
+ <div class="fmt-item fmt-small">A</div>
220
+ <div class="fmt-sep"></div>
221
+ <!-- Pen/Highlighter -->
222
+ <div class="fmt-item fmt-icon">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M3 17 L7 21 L21 7 L17 3 Z" stroke="#333" stroke-width="2" fill="none"/>
225
+ <path d="M3 17 L10 10" stroke="#333" stroke-width="2" fill="none"/>
226
+ </svg>
227
+ </div>
228
+ <!-- Align left + dropdown -->
229
+ <div class="fmt-item fmt-icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M3 5 H17" stroke="#333" stroke-width="2"/>
232
+ <path d="M3 9 H21" stroke="#333" stroke-width="2"/>
233
+ <path d="M3 13 H17" stroke="#333" stroke-width="2"/>
234
+ <path d="M3 17 H21" stroke="#333" stroke-width="2"/>
235
+ </svg>
236
+ </div>
237
+ <div class="fmt-icon" style="width:50px; height:120px; display:flex; align-items:center; justify-content:center;">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M6 9 L12 15 L18 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
240
+ </svg>
241
+ </div>
242
+ <!-- Bulleted list -->
243
+ <div class="fmt-item fmt-icon">
244
+ <svg viewBox="0 0 24 24">
245
+ <circle cx="4" cy="6" r="2" fill="#333"></circle>
246
+ <path d="M9 6 H21" stroke="#333" stroke-width="2"/>
247
+ <circle cx="4" cy="12" r="2" fill="#333"></circle>
248
+ <path d="M9 12 H21" stroke="#333" stroke-width="2"/>
249
+ <circle cx="4" cy="18" r="2" fill="#333"></circle>
250
+ <path d="M9 18 H21" stroke="#333" stroke-width="2"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <div class="bottom-handle"></div>
256
+ </div>
257
+ </body>
258
+ </html>
code/12955/12955_2.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Drive Mobile 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: #FAFAFC;
13
+ color: #212121;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 80px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #2e2e2e;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 22px;
30
+ align-items: center;
31
+ }
32
+ .dot { width: 10px; height: 10px; background: #777; border-radius: 50%; display: inline-block; }
33
+
34
+ /* Top search area */
35
+ .topbar {
36
+ padding: 18px 28px 6px 28px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 26px;
40
+ }
41
+ .icon-btn {
42
+ width: 96px; height: 96px;
43
+ border-radius: 18px;
44
+ background: #ECECF3;
45
+ display: flex; align-items: center; justify-content: center;
46
+ }
47
+ .hamburger svg { width: 46px; height: 46px; fill: none; stroke: #4b4b4b; stroke-width: 10; }
48
+ .search-pill {
49
+ flex: 1;
50
+ height: 114px;
51
+ background: #EEEFF5;
52
+ border-radius: 60px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 34px;
56
+ color: #6b6b6b;
57
+ font-size: 38px;
58
+ }
59
+ .profile {
60
+ width: 96px; height: 96px; border-radius: 50%;
61
+ background: #49A6B7; color: white; font-weight: 700;
62
+ display: flex; align-items: center; justify-content: center;
63
+ font-size: 44px;
64
+ }
65
+
66
+ /* Tabs */
67
+ .tabs {
68
+ padding: 10px 40px 8px 40px;
69
+ display: flex; gap: 80px;
70
+ font-size: 40px;
71
+ }
72
+ .tab { color: #6b6b6b; padding-bottom: 18px; }
73
+ .tab.active { color: #5A5BEA; border-bottom: 8px solid #5A5BEA; }
74
+
75
+ /* Card styles */
76
+ .list-section { padding: 18px 30px 220px 30px; }
77
+ .file-card { margin-top: 28px; }
78
+ .file-row {
79
+ display: flex; align-items: center; justify-content: space-between;
80
+ padding: 14px 10px 10px 10px;
81
+ }
82
+ .file-left { display: flex; align-items: center; gap: 22px; }
83
+ .doc-icon {
84
+ width: 64px; height: 64px; background: #3E7BFA; border-radius: 10px;
85
+ position: relative;
86
+ }
87
+ .doc-icon:before, .doc-icon:after {
88
+ content: ""; position: absolute; left: 10px; right: 10px; height: 6px; background: white; border-radius: 3px;
89
+ }
90
+ .doc-icon:before { top: 18px; }
91
+ .doc-icon:after { top: 36px; }
92
+ .file-title { font-size: 54px; font-weight: 700; color: #202124; }
93
+ .kebab { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; }
94
+ .kebab svg { width: 28px; height: 56px; fill: #6b6b6b; }
95
+
96
+ .thumb {
97
+ background: #EFEFF2;
98
+ border-radius: 28px;
99
+ padding: 34px;
100
+ margin: 8px 10px 0 10px;
101
+ }
102
+ .thumb-inner {
103
+ height: 360px;
104
+ background: #E0E0E0;
105
+ border: 1px solid #BDBDBD;
106
+ border-radius: 20px;
107
+ display: flex; align-items: center; justify-content: center;
108
+ color: #707070; font-size: 34px;
109
+ text-align: center;
110
+ }
111
+
112
+ .meta-row {
113
+ display: flex; align-items: center; gap: 22px;
114
+ padding: 18px 16px 8px 16px;
115
+ }
116
+ .avatar {
117
+ width: 86px; height: 86px; border-radius: 50%;
118
+ background: #49A6B7; color: #fff; font-weight: 700; font-size: 44px;
119
+ display: flex; align-items: center; justify-content: center;
120
+ }
121
+ .meta-text { font-size: 40px; color: #5f5f5f; }
122
+
123
+ /* Floating action button */
124
+ .fab {
125
+ position: absolute;
126
+ right: 40px;
127
+ bottom: 250px;
128
+ width: 150px; height: 150px; border-radius: 32px;
129
+ background: #ECECF6;
130
+ box-shadow: 0 10px 30px rgba(0,0,0,0.2);
131
+ display: flex; align-items: center; justify-content: center;
132
+ font-size: 96px; color: #1f1f1f; font-weight: 500;
133
+ }
134
+
135
+ /* Bottom nav */
136
+ .bottom-nav {
137
+ position: absolute; left: 0; right: 0; bottom: 80px;
138
+ height: 170px; background: #F2F2F6;
139
+ display: flex; align-items: center; justify-content: space-around;
140
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
141
+ }
142
+ .nav-item {
143
+ width: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center;
144
+ color: #6b6b6b; font-size: 32px;
145
+ }
146
+ .nav-item.active { color: #101010; font-weight: 700; }
147
+ .nav-item svg { width: 52px; height: 52px; margin-bottom: 10px; fill: currentColor; }
148
+
149
+ /* Home indicator */
150
+ .home-indicator {
151
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
152
+ width: 300px; height: 12px; background: #C4C4C9; border-radius: 8px;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Status bar mock -->
160
+ <div class="status-bar">
161
+ <div>10:42</div>
162
+ <div class="status-icons">
163
+ <span class="dot"></span>
164
+ <span class="dot"></span>
165
+ <span class="dot"></span>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Search area -->
170
+ <div class="topbar">
171
+ <div class="icon-btn hamburger">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M3 5h18M3 12h18M3 19h18"/>
174
+ </svg>
175
+ </div>
176
+ <div class="search-pill">Search in Drive</div>
177
+ <div class="profile">C</div>
178
+ </div>
179
+
180
+ <!-- Tabs -->
181
+ <div class="tabs">
182
+ <div class="tab active">Suggested</div>
183
+ <div class="tab">Notifications</div>
184
+ </div>
185
+
186
+ <!-- Content list -->
187
+ <div class="list-section">
188
+ <!-- Card 1 -->
189
+ <div class="file-card">
190
+ <div class="file-row">
191
+ <div class="file-left">
192
+ <div class="doc-icon"></div>
193
+ <div class="file-title">Untitled document</div>
194
+ </div>
195
+ <div class="kebab">
196
+ <svg viewBox="0 0 6 24">
197
+ <circle cx="3" cy="4" r="3"></circle>
198
+ <circle cx="3" cy="12" r="3"></circle>
199
+ <circle cx="3" cy="20" r="3"></circle>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="thumb">
204
+ <div class="thumb-inner">[IMG: Document Preview]</div>
205
+ </div>
206
+ <div class="meta-row">
207
+ <div class="avatar">C</div>
208
+ <div class="meta-text">You opened today</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Card 2 -->
213
+ <div class="file-card">
214
+ <div class="file-row">
215
+ <div class="file-left">
216
+ <div class="doc-icon"></div>
217
+ <div class="file-title">Untitled document</div>
218
+ </div>
219
+ <div class="kebab">
220
+ <svg viewBox="0 0 6 24">
221
+ <circle cx="3" cy="4" r="3"></circle>
222
+ <circle cx="3" cy="12" r="3"></circle>
223
+ <circle cx="3" cy="20" r="3"></circle>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ <div class="thumb">
228
+ <div class="thumb-inner">[IMG: Document Preview]</div>
229
+ </div>
230
+ <div class="meta-row">
231
+ <div class="avatar">C</div>
232
+ <div class="meta-text">You modified in the past year</div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Floating action button -->
238
+ <div class="fab">+</div>
239
+
240
+ <!-- Bottom Navigation -->
241
+ <div class="bottom-nav">
242
+ <div class="nav-item active">
243
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v8h-12v-8h-3z"/></svg>
244
+ <div>Home</div>
245
+ </div>
246
+ <div class="nav-item">
247
+ <svg viewBox="0 0 24 24"><path d="M12 17.27l6.18 3.73-1.64-7.03 5.46-4.73-7.19-.62-2.81-6.62-2.81 6.62-7.19.62 5.46 4.73-1.64 7.03z"/></svg>
248
+ <div>Starred</div>
249
+ </div>
250
+ <div class="nav-item">
251
+ <svg 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 3zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.67 0-8 1.34-8 4v2h10v-2c0-2.66-5.33-4-8-4zm8 0c-.78 0-1.52.09-2.22.24 1.66 1.02 2.22 2.05 2.22 3.76v2h10v-2c0-2.66-5.33-4-8-4z"/></svg>
252
+ <div>Shared</div>
253
+ </div>
254
+ <div class="nav-item">
255
+ <svg viewBox="0 0 24 24"><path d="M10 4H4v16h16V8h-10zM14 2l6 6"/></svg>
256
+ <div>Files</div>
257
+ </div>
258
+ </div>
259
+
260
+ <div class="home-indicator"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/12955/12955_3.html ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Document UI</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;color:#222;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;
9
+ background:#eee9f7;
10
+ }
11
+ /* Status bar */
12
+ .status-bar{
13
+ height:90px; display:flex; align-items:center; justify-content:space-between;
14
+ padding:0 36px; color:#2b2b2b; font-size:34px;
15
+ }
16
+ .status-left{display:flex; align-items:center; gap:24px;}
17
+ .status-icons{display:flex; gap:16px; align-items:center;}
18
+ .dot{width:18px;height:18px;background:#9e9e9e;border-radius:50%;}
19
+ .status-right{display:flex; align-items:center; gap:18px;}
20
+ .signal{width:38px;height:26px;border:2px solid #777;border-radius:4px;}
21
+ .battery{width:52px;height:26px;border:2px solid #777;border-radius:4px;position:relative;}
22
+ .battery:after{content:"";position:absolute;right:-10px;top:8px;width:8px;height:10px;background:#777;border-radius:2px;}
23
+ /* App bar */
24
+ .app-bar{
25
+ height:120px; display:flex; align-items:center; padding:0 28px;
26
+ background:#efeaf9; border-bottom:1px solid #e0d9f7;
27
+ }
28
+ .app-left{display:flex; align-items:center; gap:28px;}
29
+ .app-title{font-size:46px; color:#2a2a2a; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:540px;}
30
+ .app-right{margin-left:auto; display:flex; gap:24px; align-items:center;}
31
+ .circle-btn{
32
+ width:90px;height:90px;border-radius:45px;background:#e4e0ff;display:flex;align-items:center;justify-content:center;
33
+ }
34
+ .icon-btn{width:80px;height:80px;display:flex;align-items:center;justify-content:center;}
35
+ svg{display:block}
36
+ /* Document page */
37
+ .page{
38
+ position:absolute; left:24px; right:24px; top:210px; bottom:0;
39
+ background:#ffffff; border-radius:12px;
40
+ box-shadow:0 2px 0 rgba(0,0,0,0.05);
41
+ padding:56px 48px 160px 48px; overflow:auto;
42
+ }
43
+ .paragraph{font-size:41px; line-height:1.55; color:#242424; margin-bottom:32px;}
44
+ .bullet{display:flex; align-items:flex-start; gap:24px; margin-bottom:22px;}
45
+ .bullet .dot{width:20px;height:20px;background:#333;margin-top:18px;}
46
+ .bullet p{margin:0; font-size:38px; line-height:1.55;}
47
+ /* Floating action button */
48
+ .fab{
49
+ position:absolute; right:46px; bottom:120px;
50
+ width:130px; height:130px; border-radius:34px;
51
+ background:#d9d4ff; box-shadow:0 10px 24px rgba(0,0,0,0.15);
52
+ display:flex; align-items:center; justify-content:center;
53
+ }
54
+ </style>
55
+ </head>
56
+ <body>
57
+ <div id="render-target">
58
+
59
+ <!-- OS-like status bar -->
60
+ <div class="status-bar">
61
+ <div class="status-left">
62
+ <div>10:42</div>
63
+ <div class="status-icons">
64
+ <div class="dot"></div>
65
+ <div class="dot"></div>
66
+ <div class="dot"></div>
67
+ </div>
68
+ </div>
69
+ <div class="status-right">
70
+ <div class="signal"></div>
71
+ <div class="battery"></div>
72
+ </div>
73
+ </div>
74
+
75
+ <!-- App header -->
76
+ <div class="app-bar">
77
+ <div class="app-left">
78
+ <!-- Close (X) icon -->
79
+ <div class="icon-btn">
80
+ <svg width="44" height="44" viewBox="0 0 24 24">
81
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#333" stroke-width="2.6" stroke-linecap="round"/>
82
+ </svg>
83
+ </div>
84
+ <div class="app-title">Untitled docum...</div>
85
+ </div>
86
+ <div class="app-right">
87
+ <!-- Collaborator circle -->
88
+ <div class="circle-btn">
89
+ <svg width="40" height="40" viewBox="0 0 24 24">
90
+ <circle cx="12" cy="8" r="4.5" fill="none" stroke="#4b4b4b" stroke-width="1.6"/>
91
+ <path d="M4 20c1.8-4.2 14.2-4.2 16 0" fill="none" stroke="#4b4b4b" stroke-width="1.6" stroke-linecap="round"/>
92
+ </svg>
93
+ </div>
94
+ <!-- Comment icon -->
95
+ <div class="icon-btn">
96
+ <svg width="44" height="44" viewBox="0 0 24 24">
97
+ <path d="M4 5h16v11H13l-4 4v-4H4z" fill="none" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
98
+ </svg>
99
+ </div>
100
+ <!-- Kebab menu -->
101
+ <div class="icon-btn">
102
+ <svg width="44" height="44" viewBox="0 0 24 24">
103
+ <circle cx="12" cy="5" r="2" fill="#333"/>
104
+ <circle cx="12" cy="12" r="2" fill="#333"/>
105
+ <circle cx="12" cy="19" r="2" fill="#333"/>
106
+ </svg>
107
+ </div>
108
+ </div>
109
+ </div>
110
+
111
+ <!-- Document page content -->
112
+ <div class="page">
113
+ <div class="paragraph">
114
+ Adobe PDF is an ideal format for electronic document distribution as it overcomes the problems commonly encountered with electronic file sharing.
115
+ </div>
116
+
117
+ <div class="bullet"><div class="dot"></div><p>Anyone, anywhere can open a PDF file. All you need is the free Adobe Acrobat Reader. Recipients of other file formats sometimes can't open files because they don't have the applications used to create the documents.</p></div>
118
+
119
+ <div class="bullet"><div class="dot"></div><p>PDF files always print correctly on any printing device.</p></div>
120
+
121
+ <div class="bullet"><div class="dot"></div><p>PDF files always display exactly as created, regardless of fonts, software, and operating systems. Fonts, and graphics are not lost due to platform, software, and version incompatibilities.</p></div>
122
+
123
+ <div class="bullet"><div class="dot"></div><p>The free Acrobat Reader is easy to download and can be freely distributed by anyone.</p></div>
124
+
125
+ <div class="bullet"><div class="dot"></div><p>Compact PDF files are smaller than their source files and download a</p></div>
126
+ </div>
127
+
128
+ <!-- Floating action button -->
129
+ <div class="fab">
130
+ <svg width="52" height="52" viewBox="0 0 24 24">
131
+ <path d="M3 17l1.5 4L8 19l9-9-3-3-9 9zM14.5 5.5l3 3" fill="none" stroke="#3b3577" stroke-width="2" stroke-linejoin="round"/>
132
+ </svg>
133
+ </div>
134
+
135
+ </div>
136
+ </body>
137
+ </html>
code/12959/12959_0.html ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recordings - Mock</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;
11
+ position: relative; overflow: hidden;
12
+ background: #212121; color: #EDEDED;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ background: #1b1b1b;
19
+ color: #e5e5e5;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 28px;
22
+ font-size: 34px;
23
+ letter-spacing: 0.5px;
24
+ }
25
+ .status-right {
26
+ display: flex; align-items: center; gap: 22px;
27
+ }
28
+ .icon { display: inline-flex; }
29
+
30
+ /* App bar */
31
+ .app-bar {
32
+ height: 140px;
33
+ background: #2f2f2f;
34
+ display: flex; align-items: center;
35
+ padding: 0 24px;
36
+ border-bottom: 1px solid #383838;
37
+ }
38
+ .app-bar .title {
39
+ font-size: 48px; font-weight: 500; margin-left: 18px;
40
+ }
41
+ .spacer { flex: 1; }
42
+
43
+ /* List area */
44
+ .list {
45
+ padding: 16px 0;
46
+ }
47
+ .item {
48
+ display: flex; align-items: center;
49
+ padding: 24px;
50
+ border-bottom: 1px solid #2b2b2b;
51
+ }
52
+ .avatar {
53
+ width: 96px; height: 96px; border-radius: 50%;
54
+ background: #3a3a3a;
55
+ display: flex; align-items: center; justify-content: center;
56
+ margin-right: 24px; position: relative;
57
+ }
58
+ .item .texts { display: flex; flex-direction: column; }
59
+ .item .title {
60
+ color: #ff5252; font-size: 40px; line-height: 1.1;
61
+ margin-bottom: 10px;
62
+ }
63
+ .item .subtitle {
64
+ color: #b0b0b0; font-size: 30px;
65
+ }
66
+ .item .duration {
67
+ margin-left: auto; color: #cfcfcf; font-size: 32px;
68
+ }
69
+
70
+ /* Bottom player area */
71
+ .bottom-area {
72
+ position: absolute; left: 0; right: 0; bottom: 0;
73
+ background: #1f1f1f;
74
+ padding-bottom: 80px; /* room for gesture pill */
75
+ }
76
+ .ad-banner {
77
+ height: 160px;
78
+ background: #E0E0E0;
79
+ border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
80
+ display: flex; align-items: center; justify-content: center;
81
+ color: #757575; font-size: 36px;
82
+ }
83
+
84
+ .scrubber {
85
+ padding: 28px 36px 8px 36px;
86
+ }
87
+ .track {
88
+ position: relative; height: 6px; background: #3c3c3c; border-radius: 3px;
89
+ }
90
+ .progress {
91
+ position: absolute; left: 0; top: 0; bottom: 0;
92
+ width: 180px; background: #e64a19; border-radius: 3px;
93
+ }
94
+ .thumb {
95
+ position: absolute; left: 170px; top: -9px; width: 24px; height: 24px;
96
+ background: #ff5252; border-radius: 50%;
97
+ }
98
+
99
+ .controls {
100
+ display: flex; align-items: center; justify-content: space-between;
101
+ padding: 24px 36px 10px 36px;
102
+ }
103
+ .time {
104
+ color: #e0e0e0; font-size: 34px;
105
+ }
106
+ .control-center {
107
+ display: flex; align-items: center; gap: 56px;
108
+ }
109
+ .circle-btn {
110
+ width: 110px; height: 110px; border-radius: 55px;
111
+ display: flex; align-items: center; justify-content: center;
112
+ color: #fff;
113
+ }
114
+ .circle-btn.dim { background: transparent; border: 4px solid #9e9e9e; }
115
+ .circle-btn.primary { background: #fafafa; }
116
+ .circle-btn.primary svg { transform: translateX(4px); }
117
+ .circle-btn.dim svg path, .circle-btn.dim svg circle { stroke: #bdbdbd; }
118
+ .circle-btn.primary svg path { fill: #212121; }
119
+
120
+ .control-right {
121
+ display: flex; align-items: center; gap: 26px;
122
+ }
123
+
124
+ /* Gesture pill */
125
+ .gesture-pill {
126
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
127
+ width: 280px; height: 10px; border-radius: 6px; background: #e6e6e6;
128
+ opacity: 0.9;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status bar -->
136
+ <div class="status-bar">
137
+ <div>5:37</div>
138
+ <div class="status-right">
139
+ <!-- Cellular -->
140
+ <svg class="icon" width="46" height="34" viewBox="0 0 24 24">
141
+ <rect x="2" y="14" width="3" height="8" fill="#e5e5e5"></rect>
142
+ <rect x="7" y="10" width="3" height="12" fill="#e5e5e5" opacity="0.85"></rect>
143
+ <rect x="12" y="6" width="3" height="16" fill="#e5e5e5" opacity="0.7"></rect>
144
+ <rect x="17" y="2" width="3" height="20" fill="#e5e5e5" opacity="0.55"></rect>
145
+ </svg>
146
+ <!-- WiFi -->
147
+ <svg class="icon" width="40" height="34" viewBox="0 0 24 24">
148
+ <path d="M2 9c5-4 15-4 20 0" stroke="#e5e5e5" stroke-width="2" fill="none" stroke-linecap="round"/>
149
+ <path d="M5 12c3-2 11-2 14 0" stroke="#e5e5e5" stroke-width="2" fill="none" stroke-linecap="round"/>
150
+ <path d="M8 15c2-1 6-1 8 0" stroke="#e5e5e5" stroke-width="2" fill="none" stroke-linecap="round"/>
151
+ <circle cx="12" cy="19" r="1.6" fill="#e5e5e5"/>
152
+ </svg>
153
+ <!-- Battery -->
154
+ <svg class="icon" width="56" height="34" viewBox="0 0 32 18">
155
+ <rect x="1" y="3" width="26" height="12" rx="2" ry="2" fill="none" stroke="#e5e5e5" stroke-width="2"/>
156
+ <rect x="3" y="5" width="20" height="8" fill="#e5e5e5"/>
157
+ <rect x="28" y="7" width="3" height="6" rx="1" fill="#e5e5e5"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- App bar -->
163
+ <div class="app-bar">
164
+ <!-- Back -->
165
+ <svg class="icon" width="60" height="60" viewBox="0 0 24 24">
166
+ <path d="M15 18L9 12l6-6" stroke="#ffffff" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ <div class="title">Recordings</div>
169
+ <div class="spacer"></div>
170
+ <!-- Kebab -->
171
+ <svg class="icon" width="52" height="52" viewBox="0 0 24 24">
172
+ <circle cx="12" cy="5" r="2" fill="#e5e5e5"/>
173
+ <circle cx="12" cy="12" r="2" fill="#e5e5e5"/>
174
+ <circle cx="12" cy="19" r="2" fill="#e5e5e5"/>
175
+ </svg>
176
+ </div>
177
+
178
+ <!-- List -->
179
+ <div class="list">
180
+ <div class="item">
181
+ <div class="avatar">
182
+ <!-- Music note -->
183
+ <svg width="52" height="52" viewBox="0 0 24 24">
184
+ <path d="M9 17a3 3 0 1 0 0-6v6zm0-10v8h2V7l6-2v8h2V3l-10 4z" fill="#bdbdbd" opacity="0.9"/>
185
+ </svg>
186
+ </div>
187
+ <div class="texts">
188
+ <div class="title">cycle class</div>
189
+ <div class="subtitle">Sep 29, 6:11 PM</div>
190
+ </div>
191
+ <div class="duration">00:25</div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Bottom player and ad -->
196
+ <div class="bottom-area">
197
+ <div class="ad-banner">[IMG: Advertising Banner]</div>
198
+
199
+ <div class="scrubber">
200
+ <div class="track">
201
+ <div class="progress"></div>
202
+ <div class="thumb"></div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="controls">
207
+ <div class="time">00:01</div>
208
+ <div class="control-center">
209
+ <!-- Rewind circular -->
210
+ <div class="circle-btn dim">
211
+ <svg width="54" height="54" viewBox="0 0 24 24">
212
+ <path d="M12 6v-3l-4 4 4 4V8a6 6 0 1 1-6 6" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ <!-- Play -->
216
+ <div class="circle-btn primary">
217
+ <svg width="60" height="60" viewBox="0 0 24 24">
218
+ <path d="M8 5l10 7-10 7z" fill="#212121"/>
219
+ </svg>
220
+ </div>
221
+ <!-- Forward circular -->
222
+ <div class="circle-btn dim">
223
+ <svg width="54" height="54" viewBox="0 0 24 24">
224
+ <path d="M12 6v-3l4 4-4 4V8a6 6 0 1 0 6 6" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ <div class="control-right">
229
+ <!-- Share/More (square with arrow) -->
230
+ <svg class="icon" width="60" height="60" viewBox="0 0 24 24">
231
+ <path d="M14 3h7v7h-2V6.4l-8.3 8.3-1.4-1.4L17.6 5H14V3z" fill="#cfcfcf"/>
232
+ <rect x="3" y="9" width="12" height="12" rx="2" fill="none" stroke="#cfcfcf" stroke-width="2"/>
233
+ </svg>
234
+ </div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="gesture-pill"></div>
239
+ </div>
240
+ </body>
241
+ </html>
code/12959/12959_1.html ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Recorder Plus Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#1d1d1f; /* overall dark */
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
14
+ color:#fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar{
19
+ position:absolute; top:0; left:0; right:0;
20
+ height:84px; background:#111; color:#fff;
21
+ display:flex; align-items:center; justify-content:space-between;
22
+ padding:0 28px; font-size:34px; letter-spacing:1px;
23
+ }
24
+ .status-right{ display:flex; align-items:center; gap:22px; }
25
+ .dot{ width:10px; height:10px; background:#dcdcdc; border-radius:50%; opacity:.85; }
26
+ .battery{
27
+ width:46px; height:24px; border:2px solid #fff; border-radius:4px; position:relative;
28
+ }
29
+ .battery::after{
30
+ content:""; position:absolute; right:-8px; top:6px; width:6px; height:12px; background:#fff; border-radius:2px;
31
+ }
32
+ .battery .level{
33
+ position:absolute; left:2px; top:2px; bottom:2px; width:60%; background:#fff;
34
+ }
35
+
36
+ /* Ad banner */
37
+ .ad-banner{
38
+ position:absolute; top:84px; left:0; right:0;
39
+ height:190px; background:#ffffff; color:#111;
40
+ display:flex; align-items:center; gap:28px; padding:0 24px; box-shadow:0 2px 0 rgba(0,0,0,0.25) inset;
41
+ }
42
+ .ad-close{
43
+ width:40px; height:40px; border-radius:50%; border:2px solid #5e5e5e; color:#5e5e5e;
44
+ display:flex; align-items:center; justify-content:center; font-size:26px;
45
+ }
46
+ .ad-img{
47
+ width:340px; height:140px;
48
+ background:#E0E0E0; border:1px solid #BDBDBD;
49
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
50
+ }
51
+ .ad-info{ flex:1; display:flex; align-items:center; gap:22px; }
52
+ .ad-badge{
53
+ width:120px; height:120px; border-radius:24px; background:#1e5bd7; color:#fff;
54
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:36px;
55
+ }
56
+ .ad-text{ line-height:1.2; }
57
+ .ad-text .title{ font-size:44px; font-weight:700; }
58
+ .ad-text .meta{ font-size:32px; color:#666; margin-top:6px; }
59
+ .ad-cta{
60
+ margin-left:auto; background:#10a66e; color:#fff; border:none; border-radius:50px;
61
+ padding:24px 40px; font-size:40px; font-weight:700;
62
+ }
63
+
64
+ /* App bar */
65
+ .appbar{
66
+ position:absolute; top:274px; left:0; right:0; height:120px;
67
+ background:#232323; display:flex; align-items:center; padding:0 28px;
68
+ border-top:1px solid #2b2b2b; border-bottom:1px solid #2b2b2b;
69
+ }
70
+ .appbar .title{
71
+ flex:1; text-align:center; font-size:48px; letter-spacing:2px; font-weight:800;
72
+ }
73
+ .appbar .title .accent{ color:#ff8d72; }
74
+ .icon-btn{ width:72px; height:72px; display:flex; align-items:center; justify-content:center; color:#bdbdbd; }
75
+
76
+ /* Content */
77
+ .content{
78
+ position:absolute; top:394px; left:0; right:0; bottom:410px;
79
+ background:#1d1d1f; display:flex; flex-direction:column; align-items:center; justify-content:center;
80
+ text-align:center; padding:40px;
81
+ }
82
+ .illustration{
83
+ width:560px; height:320px; margin-bottom:40px;
84
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#757575;
85
+ display:flex; align-items:center; justify-content:center; font-size:34px;
86
+ border-radius:8px;
87
+ }
88
+ .headline{
89
+ font-size:56px; font-weight:800; margin-top:10px; margin-bottom:16px;
90
+ }
91
+ .sub{
92
+ font-size:38px; color:#a0a0a0;
93
+ }
94
+
95
+ /* Bottom record panel */
96
+ .bottom-panel{
97
+ position:absolute; left:0; right:0; bottom:90px; height:320px;
98
+ background:#191919; border-top:1px solid #2a2a2a;
99
+ display:flex; align-items:center; justify-content:center;
100
+ }
101
+ .record-wrap{
102
+ width:260px; height:260px; border-radius:50%;
103
+ background:#1c1c1c; box-shadow:inset 0 4px 10px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.6);
104
+ display:flex; align-items:center; justify-content:center; border:2px solid #2a2a2a;
105
+ }
106
+ .record-inner{
107
+ width:120px; height:120px; border-radius:50%; background:#ff8d72; box-shadow:0 0 0 6px rgba(0,0,0,0.15) inset;
108
+ }
109
+
110
+ /* Home indicator */
111
+ .home-indicator{
112
+ position:absolute; left:50%; transform:translateX(-50%);
113
+ bottom:24px; width:360px; height:14px; background:#e0e0e0; border-radius:8px; opacity:.75;
114
+ }
115
+
116
+ /* Simple SVG styling */
117
+ svg { display:block; }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+ <!-- Status bar -->
123
+ <div class="status-bar">
124
+ <div class="time">5:38</div>
125
+ <div class="status-right">
126
+ <!-- simple cellular icon -->
127
+ <svg width="42" height="34" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
128
+ <rect x="2" y="14" width="3" height="8"></rect>
129
+ <rect x="7" y="10" width="3" height="12"></rect>
130
+ <rect x="12" y="6" width="3" height="16"></rect>
131
+ <rect x="17" y="2" width="3" height="20"></rect>
132
+ </svg>
133
+ <!-- wifi icon -->
134
+ <svg width="38" height="34" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
135
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path>
136
+ <path d="M2 9c5.5-4.5 14.5-4.5 20 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.7"></path>
137
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.7"></path>
138
+ <path d="M8 15c2.5-2 5.5-2 8 0" stroke="#fff" stroke-width="2" fill="none" opacity="0.7"></path>
139
+ </svg>
140
+ <div class="dot"></div>
141
+ <div class="battery"><div class="level"></div></div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Ad banner -->
146
+ <div class="ad-banner">
147
+ <div class="ad-close">×</div>
148
+ <div class="ad-img">[IMG: Ad visual]</div>
149
+ <div class="ad-info">
150
+ <div class="ad-badge">Booking</div>
151
+ <div class="ad-text">
152
+ <div class="title">Booking.com</div>
153
+ <div class="meta">4.7 ★ FREE</div>
154
+ </div>
155
+ <button class="ad-cta">Open</button>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- App bar -->
160
+ <div class="appbar">
161
+ <div class="icon-btn" aria-label="menu">
162
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
163
+ <rect x="3" y="5" width="18" height="2"></rect>
164
+ <rect x="3" y="11" width="18" height="2"></rect>
165
+ <rect x="3" y="17" width="18" height="2"></rect>
166
+ </svg>
167
+ </div>
168
+ <div class="title">RECORDER <span class="accent">PLUS</span></div>
169
+ <div class="icon-btn" aria-label="more">
170
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#bdbdbd">
171
+ <circle cx="12" cy="5" r="2"></circle>
172
+ <circle cx="12" cy="12" r="2"></circle>
173
+ <circle cx="12" cy="19" r="2"></circle>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Content -->
179
+ <div class="content">
180
+ <div class="illustration">[IMG: Empty state illustration]</div>
181
+ <div class="headline">Your list is empty</div>
182
+ <div class="sub">Tap on the Record button to start recording</div>
183
+ </div>
184
+
185
+ <!-- Bottom record panel -->
186
+ <div class="bottom-panel">
187
+ <div class="record-wrap">
188
+ <div class="record-inner"></div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Home indicator -->
193
+ <div class="home-indicator"></div>
194
+ </div>
195
+ </body>
196
+ </html>
code/12959/12959_2.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recorder Plus UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #111213;
14
+ color: #EDEDED;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #0b0b0c;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 30px;
24
+ box-sizing: border-box;
25
+ font-weight: 600;
26
+ font-size: 40px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-bar .time { color: #eaeaea; }
30
+ .status-icons {
31
+ margin-left: auto;
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .status-icons svg { width: 38px; height: 38px; fill: #d9d9d9; }
37
+
38
+ /* Ad banner */
39
+ .ad-banner {
40
+ height: 180px;
41
+ background: #ffffff;
42
+ box-sizing: border-box;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 18px 22px;
46
+ color: #202020;
47
+ }
48
+ .ad-left {
49
+ width: 340px;
50
+ height: 140px;
51
+ background: #E0E0E0;
52
+ border: 1px solid #BDBDBD;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #757575; font-size: 28px;
55
+ }
56
+ .ad-mid {
57
+ flex: 1;
58
+ padding: 0 22px;
59
+ display: flex; align-items: center; gap: 18px;
60
+ }
61
+ .ad-icon {
62
+ width: 110px; height: 110px;
63
+ background: #E0E0E0; border: 1px solid #BDBDBD;
64
+ display: flex; align-items: center; justify-content: center;
65
+ color: #757575; font-size: 22px;
66
+ }
67
+ .ad-texts {
68
+ display: flex; flex-direction: column;
69
+ }
70
+ .ad-title { font-size: 44px; font-weight: 700; color: #1f1f1f; }
71
+ .ad-sub { font-size: 28px; color: #6b6b6b; display: flex; align-items: center; gap: 10px; margin-top: 6px; }
72
+ .ad-open {
73
+ margin-left: auto;
74
+ background: #0bb070;
75
+ color: white; font-weight: 700;
76
+ padding: 20px 40px; border-radius: 60px; font-size: 38px;
77
+ }
78
+
79
+ /* Floating mic pill */
80
+ .float-mic {
81
+ position: absolute;
82
+ right: 24px;
83
+ top: 128px;
84
+ background: #1bc380;
85
+ color: #0b0b0b;
86
+ width: 120px; height: 60px;
87
+ border-radius: 40px;
88
+ display: flex; align-items: center; justify-content: center;
89
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
90
+ }
91
+ .float-mic svg { width: 34px; height: 34px; fill: #062a1e; }
92
+
93
+ /* Header */
94
+ .app-bar {
95
+ height: 120px;
96
+ background: #141414;
97
+ display: flex; align-items: center;
98
+ padding: 0 24px;
99
+ box-sizing: border-box;
100
+ border-top: 1px solid #0f0f0f;
101
+ border-bottom: 1px solid #1a1a1a;
102
+ }
103
+ .icon-btn { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; }
104
+ .icon-btn svg { width: 54px; height: 54px; fill: #bdbdbd; }
105
+ .title {
106
+ margin: 0 auto;
107
+ font-size: 46px;
108
+ font-weight: 800;
109
+ letter-spacing: 1px;
110
+ color: #cfcfcf;
111
+ }
112
+ .title span { color: #d76b56; }
113
+
114
+ /* Empty state */
115
+ .empty-area {
116
+ height: 1040px;
117
+ display: flex;
118
+ flex-direction: column;
119
+ align-items: center;
120
+ justify-content: center;
121
+ text-align: center;
122
+ color: #a9a9a9;
123
+ }
124
+ .empty-illustration {
125
+ width: 340px; height: 220px;
126
+ background: #1b1b1b;
127
+ border: 1px dashed #3a3a3a;
128
+ display: flex; align-items: center; justify-content: center;
129
+ color: #6c6c6c; font-size: 26px; margin-bottom: 24px;
130
+ }
131
+ .empty-title { font-size: 48px; color: #d3d3d3; margin-top: 18px; }
132
+ .empty-sub { font-size: 32px; color: #7e7e7e; margin-top: 12px; }
133
+
134
+ /* Recording bottom sheet */
135
+ .sheet {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 60px;
138
+ height: 760px;
139
+ background: #202123;
140
+ border-top-left-radius: 20px;
141
+ border-top-right-radius: 20px;
142
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.4);
143
+ display: flex;
144
+ flex-direction: column;
145
+ align-items: center;
146
+ padding-top: 16px;
147
+ }
148
+ .chevron {
149
+ width: 36px; height: 20px;
150
+ border-left: 6px solid transparent;
151
+ border-right: 6px solid transparent;
152
+ border-bottom: 8px solid #b3b3b3;
153
+ transform: translateY(-4px) rotate(180deg);
154
+ margin-bottom: 16px;
155
+ }
156
+ .timer {
157
+ font-variant-numeric: tabular-nums;
158
+ font-size: 68px; font-weight: 700; color: #e8e8e8;
159
+ margin-top: 40px;
160
+ }
161
+
162
+ .waveform {
163
+ width: 960px;
164
+ margin-top: 36px;
165
+ display: flex;
166
+ justify-content: flex-end;
167
+ gap: 8px;
168
+ min-height: 120px;
169
+ }
170
+ .bar {
171
+ width: 10px;
172
+ background: #e27c5f;
173
+ border-radius: 6px;
174
+ opacity: 0.95;
175
+ }
176
+ .bar:nth-child(1){ height:28px }
177
+ .bar:nth-child(2){ height:22px }
178
+ .bar:nth-child(3){ height:36px }
179
+ .bar:nth-child(4){ height:52px }
180
+ .bar:nth-child(5){ height:70px }
181
+ .bar:nth-child(6){ height:58px }
182
+ .bar:nth-child(7){ height:44px }
183
+ .bar:nth-child(8){ height:62px }
184
+ .bar:nth-child(9){ height:54px }
185
+ .bar:nth-child(10){ height:40px }
186
+ .bar:nth-child(11){ height:30px }
187
+ .bar:nth-child(12){ height:48px }
188
+ .bar:nth-child(13){ height:60px }
189
+ .bar:nth-child(14){ height:74px }
190
+ .bar:nth-child(15){ height:64px }
191
+ .bar:nth-child(16){ height:50px }
192
+ .bar:nth-child(17){ height:38px }
193
+ .bar:nth-child(18){ height:28px }
194
+
195
+ .controls {
196
+ width: 980px;
197
+ display: flex;
198
+ align-items: flex-start;
199
+ justify-content: space-between;
200
+ margin-top: 70px;
201
+ }
202
+ .control { text-align: center; color: #a9a9a9; font-size: 30px; }
203
+ .circle-btn {
204
+ width: 150px; height: 150px;
205
+ border-radius: 80px;
206
+ background: #191a1c;
207
+ border: 2px solid #2b2d2f;
208
+ display: flex; align-items: center; justify-content: center;
209
+ margin: 0 auto 12px;
210
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.02), 0 6px 14px rgba(0,0,0,0.45);
211
+ }
212
+ .circle-btn svg { width: 70px; height: 70px; fill: #e0e0e0; }
213
+ .primary-pill {
214
+ width: 420px; height: 130px;
215
+ border-radius: 80px;
216
+ background: #1a1b1d;
217
+ border: 2px solid #2b2c2e;
218
+ display: flex; align-items: center; justify-content: center;
219
+ gap: 18px; color: #e7e7e7;
220
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.02), 0 8px 18px rgba(0,0,0,0.45);
221
+ font-size: 42px; font-weight: 700;
222
+ }
223
+ .primary-pill .pause-icon { width: 22px; height: 56px; background: #e27c5f; border-radius: 6px; box-shadow: 24px 0 0 #e27c5f; }
224
+
225
+ /* Gesture handle */
226
+ .gesture {
227
+ position: absolute; bottom: 14px; left: 50%;
228
+ transform: translateX(-50%);
229
+ width: 260px; height: 10px; border-radius: 8px; background: #e9e9e9;
230
+ opacity: 0.95;
231
+ }
232
+ </style>
233
+ </head>
234
+ <body>
235
+ <div id="render-target">
236
+ <!-- Status Bar -->
237
+ <div class="status-bar">
238
+ <div class="time">5:39</div>
239
+ <div class="status-icons">
240
+ <!-- Signal -->
241
+ <svg viewBox="0 0 24 24"><rect x="2" y="14" width="3" height="8"/><rect x="7" y="10" width="3" height="12"/><rect x="12" y="6" width="3" height="16"/><rect x="17" y="2" width="3" height="20"/></svg>
242
+ <!-- WiFi -->
243
+ <svg viewBox="0 0 24 24"><path d="M12 20a2 2 0 1 0 0-0.01z"/><path d="M2 9c5-4 15-4 20 0" stroke="#d9d9d9" stroke-width="2" fill="none"/><path d="M5 12c3-2 11-2 14 0" stroke="#d9d9d9" stroke-width="2" fill="none"/></svg>
244
+ <!-- Battery -->
245
+ <svg viewBox="0 0 30 18"><rect x="1" y="4" width="24" height="10" rx="2"/><rect x="26" y="7" width="3" height="4"/></svg>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Ad Banner -->
250
+ <div class="ad-banner">
251
+ <div class="ad-left">[IMG: Car expo ad]</div>
252
+ <div class="ad-mid">
253
+ <div class="ad-icon">[IMG]</div>
254
+ <div class="ad-texts">
255
+ <div class="ad-title">CARS24®</div>
256
+ <div class="ad-sub">
257
+ <span>4.3</span>
258
+ <svg viewBox="0 0 24 24" width="24" height="24" style="fill:#f6b40a"><path d="M12 2l3 6 6 .9-4.5 4.3L17 20l-5-2.7L7 20l1.5-6.8L4 8.9 10 8z"/></svg>
259
+ <span>FREE</span>
260
+ </div>
261
+ </div>
262
+ <div class="ad-open">Open</div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Floating mic -->
267
+ <div class="float-mic" title="Microphone">
268
+ <svg viewBox="0 0 24 24"><path d="M12 14a3 3 0 0 0 3-3V6a3 3 0 1 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V20H9v2h6v-2h-2v-2.08A7 7 0 0 0 19 11h-2z"/></svg>
269
+ </div>
270
+
271
+ <!-- App Bar -->
272
+ <div class="app-bar">
273
+ <div class="icon-btn" aria-label="Menu">
274
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="2"/><rect x="3" y="11" width="18" height="2"/><rect x="3" y="16" width="18" height="2"/></svg>
275
+ </div>
276
+ <div class="title">RECORDER <span>PLUS</span></div>
277
+ <div class="icon-btn" aria-label="More">
278
+ <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>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Empty state -->
283
+ <div class="empty-area">
284
+ <div class="empty-illustration">[IMG: Bench with music note]</div>
285
+ <div class="empty-title">Your list is empty</div>
286
+ <div class="empty-sub">Tap on the Record button to start recording</div>
287
+ </div>
288
+
289
+ <!-- Recording Bottom Sheet -->
290
+ <div class="sheet">
291
+ <div class="chevron"></div>
292
+ <div class="timer">00:02.05</div>
293
+
294
+ <div class="waveform">
295
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
296
+ <div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div><div class="bar"></div>
297
+ </div>
298
+
299
+ <div class="controls">
300
+ <div class="control">
301
+ <div class="circle-btn">
302
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
303
+ </div>
304
+ <div>Discard</div>
305
+ </div>
306
+
307
+ <div class="control">
308
+ <div class="primary-pill">
309
+ <div class="pause-icon"></div>
310
+ <div>Pause</div>
311
+ </div>
312
+ </div>
313
+
314
+ <div class="control">
315
+ <div class="circle-btn">
316
+ <svg viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5-1.4 1.4L9 19 20 8l-1.4-1.4z"/></svg>
317
+ </div>
318
+ <div>Save</div>
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="gesture"></div>
324
+ </div>
325
+ </body>
326
+ </html>
code/12959/12959_3.html ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder Plus Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#0f0f10; color:#e6e6e6; font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar{
16
+ height:120px; background:#0b0b0c; color:#e6e6e6; padding:0 32px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ font-size:40px; letter-spacing:0.5px;
19
+ }
20
+ .status-icons{ display:flex; gap:28px; align-items:center; }
21
+ .dot{ width:10px; height:10px; border-radius:50%; background:#e6e6e6; display:inline-block; }
22
+
23
+ /* Ad banner */
24
+ .ad-banner{
25
+ width:100%; height:220px; background:#ffffff; border-bottom:1px solid #d8d8d8;
26
+ display:flex; align-items:center; justify-content:center;
27
+ }
28
+ .ad-img{
29
+ width:1000px; height:180px; background:#E0E0E0; border:1px solid #BDBDBD;
30
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:42px;
31
+ }
32
+
33
+ /* App bar */
34
+ .app-bar{
35
+ height:120px; background:#121212; border-top:1px solid #1a1a1a; border-bottom:1px solid #1a1a1a;
36
+ display:flex; align-items:center; padding:0 32px; gap:28px;
37
+ }
38
+ .title{
39
+ letter-spacing:3px; font-weight:700; font-size:44px;
40
+ }
41
+ .title span{ color:#ff6d4a; margin-left:10px; }
42
+ .spacer{ flex:1; }
43
+
44
+ /* Main empty state */
45
+ .content{
46
+ position:absolute; top:460px; bottom:700px; left:0; right:0;
47
+ display:flex; flex-direction:column; align-items:center; justify-content:center;
48
+ color:#cfcfcf; text-align:center;
49
+ }
50
+ .empty-illustration{
51
+ width:420px; height:260px; background:#1d1d1d; border:1px solid #2a2a2a;
52
+ display:flex; align-items:center; justify-content:center; color:#6b6b6b; margin-bottom:40px;
53
+ border-radius:12px; font-size:36px;
54
+ }
55
+ .empty-title{ font-size:54px; font-weight:700; margin:10px 0; color:#e0e0e0; }
56
+ .empty-sub{ font-size:40px; color:#9a9a9a; }
57
+
58
+ /* Bottom sheet */
59
+ .sheet{
60
+ position:absolute; left:0; right:0; bottom:0; height:860px;
61
+ background:#1d1d1f; border-top-left-radius:24px; border-top-right-radius:24px;
62
+ box-shadow:0 -4px 10px rgba(0,0,0,0.6);
63
+ display:flex; flex-direction:column; align-items:center;
64
+ }
65
+ .sheet .grab{
66
+ width:100%; display:flex; justify-content:center; align-items:center; height:90px; color:#bdbdbd;
67
+ }
68
+ .chev-up{
69
+ width:36px; height:36px; border-left:4px solid #bdbdbd; border-top:4px solid #bdbdbd;
70
+ transform:rotate(45deg);
71
+ }
72
+ .timer{ font-size:92px; letter-spacing:2px; margin:12px 0 28px; color:#f0f0f0; }
73
+
74
+ .wave{
75
+ width:90%; height:140px; border-radius:8px; margin:10px 0 60px;
76
+ background:
77
+ repeating-linear-gradient(
78
+ to right,
79
+ #ff6d4a 0 4px,
80
+ transparent 4px 14px
81
+ );
82
+ opacity:0.9;
83
+ }
84
+
85
+ .controls{
86
+ width:92%; display:flex; align-items:flex-end; justify-content:space-between;
87
+ padding:0 24px; margin-top:auto; margin-bottom:120px;
88
+ }
89
+
90
+ .icon-btn{
91
+ width:160px; height:160px; border-radius:100px; background:#262626; border:2px solid #363636;
92
+ display:flex; align-items:center; justify-content:center; color:#eaeaea;
93
+ box-shadow: inset 0 0 0 2px #1a1a1a;
94
+ }
95
+ .label{
96
+ text-align:center; font-size:36px; color:#9e9e9e; margin-top:20px;
97
+ }
98
+
99
+ .resume{
100
+ display:flex; align-items:center; gap:24px; padding:28px 46px; border-radius:70px;
101
+ background:#262626; border:2px solid #3a3a3a; box-shadow:0 6px 0 rgba(0,0,0,0.25) inset;
102
+ font-size:48px; color:#f3f3f3;
103
+ }
104
+ .orange-dot{
105
+ width:34px; height:34px; border-radius:50%; background:#ff6d4a; box-shadow:0 0 0 6px rgba(255,109,74,0.15);
106
+ }
107
+
108
+ /* Bottom gesture bar */
109
+ .gesture{
110
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
111
+ width:280px; height:12px; background:#bfbfbf; border-radius:8px; opacity:0.6;
112
+ }
113
+
114
+ /* Simple icons */
115
+ svg{ display:block; }
116
+
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status bar -->
123
+ <div class="status-bar">
124
+ <div>5:40</div>
125
+ <div class="status-icons">
126
+ <span class="dot"></span>
127
+ <span class="dot"></span>
128
+ <span class="dot"></span>
129
+ <span class="dot"></span>
130
+ <span class="dot"></span>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Ad banner -->
135
+ <div class="ad-banner">
136
+ <div class="ad-img">[IMG: Ad Banner - Cars App]</div>
137
+ </div>
138
+
139
+ <!-- App bar -->
140
+ <div class="app-bar">
141
+ <!-- hamburger -->
142
+ <svg width="56" height="40" viewBox="0 0 24 24" fill="none">
143
+ <rect x="2" y="4" width="20" height="2" fill="#bdbdbd"/>
144
+ <rect x="2" y="11" width="16" height="2" fill="#bdbdbd"/>
145
+ <rect x="2" y="18" width="20" height="2" fill="#bdbdbd"/>
146
+ </svg>
147
+
148
+ <div class="title">RECORDER <span>PLUS</span></div>
149
+ <div class="spacer"></div>
150
+ <!-- more vert -->
151
+ <svg width="36" height="64" viewBox="0 0 24 24" fill="#bdbdbd">
152
+ <circle cx="12" cy="4" r="2"/>
153
+ <circle cx="12" cy="12" r="2"/>
154
+ <circle cx="12" cy="20" r="2"/>
155
+ </svg>
156
+ </div>
157
+
158
+ <!-- Empty list area -->
159
+ <div class="content">
160
+ <div class="empty-illustration">[IMG: Empty state - bench & musical note]</div>
161
+ <div class="empty-title">Your list is empty</div>
162
+ <div class="empty-sub">Tap on the Record button to start recording</div>
163
+ </div>
164
+
165
+ <!-- Bottom recording sheet -->
166
+ <div class="sheet">
167
+ <div class="grab"><div class="chev-up"></div></div>
168
+ <div class="timer">00:33.63</div>
169
+ <div class="wave"></div>
170
+
171
+ <div class="controls">
172
+ <div style="display:flex; flex-direction:column; align-items:center;">
173
+ <div class="icon-btn">
174
+ <svg width="80" height="80" viewBox="0 0 24 24" stroke="#e8e8e8" stroke-width="2" fill="none" stroke-linecap="round">
175
+ <circle cx="12" cy="12" r="10" stroke="#e8e8e8"/>
176
+ <path d="M8 8 L16 16 M16 8 L8 16"/>
177
+ </svg>
178
+ </div>
179
+ <div class="label">Discard</div>
180
+ </div>
181
+
182
+ <div style="display:flex; flex-direction:column; align-items:center;">
183
+ <div class="resume">
184
+ <div class="orange-dot"></div>
185
+ <div>Resume</div>
186
+ </div>
187
+ </div>
188
+
189
+ <div style="display:flex; flex-direction:column; align-items:center;">
190
+ <div class="icon-btn">
191
+ <svg width="80" height="80" viewBox="0 0 24 24" stroke="#e8e8e8" stroke-width="2" fill="none" stroke-linecap="round">
192
+ <circle cx="12" cy="12" r="10" stroke="#e8e8e8"/>
193
+ <path d="M7 12 l3 3 l7 -7" stroke="#e8e8e8"/>
194
+ </svg>
195
+ </div>
196
+ <div class="label">Save</div>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="gesture"></div>
202
+ </div>
203
+ </body>
204
+ </html>
code/12961/12961_0.html ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Chat Screen</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ background: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 36px;
28
+ color: #222;
29
+ font-size: 36px;
30
+ }
31
+ .sb-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 20px;
35
+ font-size: 32px;
36
+ }
37
+ .icon {
38
+ width: 48px;
39
+ height: 48px;
40
+ }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 120px;
46
+ left: 0;
47
+ width: 100%;
48
+ height: 160px;
49
+ background: #fff;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ color: #111;
54
+ box-sizing: border-box;
55
+ }
56
+ .back-btn {
57
+ width: 64px;
58
+ height: 64px;
59
+ margin-right: 24px;
60
+ }
61
+ .title {
62
+ font-size: 54px;
63
+ font-weight: 700;
64
+ letter-spacing: 2px;
65
+ }
66
+
67
+ /* Content area */
68
+ .content {
69
+ position: absolute;
70
+ top: 280px;
71
+ left: 0;
72
+ width: 100%;
73
+ height: 1660px;
74
+ background: #ECEFF1;
75
+ }
76
+
77
+ /* Bottom closed panel */
78
+ .bottom-panel {
79
+ position: absolute;
80
+ left: 0;
81
+ bottom: 140px;
82
+ width: 100%;
83
+ height: 320px;
84
+ background: #fff;
85
+ display: flex;
86
+ flex-direction: column;
87
+ align-items: center;
88
+ justify-content: center;
89
+ text-align: center;
90
+ box-sizing: border-box;
91
+ padding: 10px 40px;
92
+ }
93
+ .closed-headline {
94
+ font-size: 46px;
95
+ font-weight: 800;
96
+ color: #111;
97
+ margin-bottom: 22px;
98
+ letter-spacing: 1px;
99
+ }
100
+ .closed-sub {
101
+ font-size: 34px;
102
+ color: #444;
103
+ margin-bottom: 8px;
104
+ }
105
+ .closed-hours {
106
+ font-size: 36px;
107
+ color: #222;
108
+ font-weight: 600;
109
+ }
110
+
111
+ /* Navigation bar */
112
+ .nav-bar {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 100%;
117
+ height: 140px;
118
+ background: #000;
119
+ }
120
+ .gesture {
121
+ position: absolute;
122
+ top: 24px;
123
+ left: 50%;
124
+ transform: translateX(-50%);
125
+ width: 360px;
126
+ height: 16px;
127
+ background: #BDBDBD;
128
+ border-radius: 10px;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div class="sb-left">11:07</div>
138
+ <div class="sb-right">
139
+ <!-- WiFi icon -->
140
+ <svg class="icon" viewBox="0 0 24 24">
141
+ <path d="M12 20.5c.9 0 1.6-.7 1.6-1.6S12.9 17.3 12 17.3s-1.6.7-1.6 1.6.7 1.6 1.6 1.6z" fill="#000"/>
142
+ <path d="M4.5 11.5c4.7-4.3 10.3-4.3 15 0" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round"/>
143
+ <path d="M7.4 14.1c3.2-2.9 6.9-2.9 10.1 0" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round"/>
144
+ <path d="M10.3 16.7c1.6-1.5 3.4-1.5 5 0" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round"/>
145
+ </svg>
146
+ <!-- Battery icon -->
147
+ <svg class="icon" viewBox="0 0 28 24">
148
+ <rect x="1" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#000" stroke-width="2"/>
149
+ <rect x="3" y="8" width="16" height="8" fill="#000"/>
150
+ <rect x="22" y="9" width="4" height="8" rx="1" fill="#000"/>
151
+ </svg>
152
+ <span>100%</span>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- App Bar -->
157
+ <div class="app-bar">
158
+ <svg class="back-btn" viewBox="0 0 24 24">
159
+ <path d="M15 19L8 12l7-7" fill="none" stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
160
+ </svg>
161
+ <div class="title">CHAT</div>
162
+ </div>
163
+
164
+ <!-- Content (chat area) -->
165
+ <div class="content"></div>
166
+
167
+ <!-- Bottom message panel -->
168
+ <div class="bottom-panel">
169
+ <div class="closed-headline">WE'RE CLOSED RIGHT NOW</div>
170
+ <div class="closed-sub">Reach us from:</div>
171
+ <div class="closed-hours">Mon-Sun 8AM-11PM EST</div>
172
+ </div>
173
+
174
+ <!-- Navigation bar / gesture area -->
175
+ <div class="nav-bar">
176
+ <div class="gesture"></div>
177
+ </div>
178
+
179
+ </div>
180
+ </body>
181
+ </html>
code/12961/12961_1.html ADDED
@@ -0,0 +1,376 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="pt-BR">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Shoptime Mockup</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Header / App bar */
17
+ .appbar {
18
+ width: 100%;
19
+ background: #F0822E;
20
+ padding: 24px 36px 28px 36px;
21
+ box-sizing: border-box;
22
+ }
23
+ .appbar-top {
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #fff;
28
+ }
29
+ .brand {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 16px;
33
+ font-weight: bold;
34
+ font-size: 52px;
35
+ }
36
+ .brand .logo-square {
37
+ width: 52px; height: 52px; border-radius: 10px;
38
+ background: linear-gradient(135deg,#7A3DF2,#FF7F32);
39
+ }
40
+ .icon-btn {
41
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
42
+ border-radius: 12px;
43
+ }
44
+ .icon { width: 42px; height: 42px; fill: #ffffff; }
45
+ .search-wrap {
46
+ margin-top: 24px;
47
+ background: #fff;
48
+ border-radius: 56px;
49
+ height: 100px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 36px;
53
+ box-sizing: border-box;
54
+ }
55
+ .search-wrap .placeholder {
56
+ color: #9e9e9e;
57
+ font-size: 36px;
58
+ flex: 1;
59
+ }
60
+ .search-wrap .search-icon { width: 44px; height: 44px; fill: #F0822E; }
61
+ .location-row {
62
+ margin-top: 18px;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 16px;
66
+ color: #fff;
67
+ font-size: 34px;
68
+ }
69
+ .location-row svg { width: 34px; height: 34px; fill: #fff; }
70
+ .location-row .chev { width: 28px; height: 28px; fill: #fff; opacity: 0.9; }
71
+
72
+ /* Purple banners */
73
+ .section {
74
+ padding: 24px 24px 0 24px;
75
+ box-sizing: border-box;
76
+ }
77
+ .card-purple {
78
+ background: radial-gradient(1200px 600px at 80% 0%, #4A276C 0%, #2A0A3C 60%);
79
+ border-radius: 32px;
80
+ color: #fff;
81
+ padding: 32px;
82
+ box-sizing: border-box;
83
+ }
84
+ .cashback-banner {
85
+ height: 280px;
86
+ display: flex;
87
+ align-items: center;
88
+ justify-content: space-between;
89
+ }
90
+ .cashback-left {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 24px;
94
+ }
95
+ .cashback-left .small {
96
+ font-size: 40px;
97
+ }
98
+ .cashback-left .percent {
99
+ font-size: 120px;
100
+ font-weight: 700;
101
+ line-height: 1;
102
+ }
103
+ .cashback-left .desc {
104
+ margin-top: -16px;
105
+ font-size: 40px;
106
+ }
107
+ .btn-pill {
108
+ background: #ff9a3c;
109
+ color: #2A0A3C;
110
+ padding: 16px 32px;
111
+ border-radius: 999px;
112
+ font-weight: bold;
113
+ font-size: 34px;
114
+ }
115
+ .badge {
116
+ width: 136px; height: 136px; border-radius: 50%;
117
+ background: #F9B15E;
118
+ display: flex; align-items: center; justify-content: center;
119
+ font-weight: bold; color: #5a2200; font-size: 28px;
120
+ }
121
+
122
+ /* Kitchen dream banner */
123
+ .kitchen-banner {
124
+ margin-top: 24px;
125
+ padding: 0;
126
+ height: 760px;
127
+ display: grid;
128
+ grid-template-columns: 48% 52%;
129
+ border-radius: 32px;
130
+ overflow: hidden;
131
+ }
132
+ .kitchen-left {
133
+ padding: 36px 32px;
134
+ }
135
+ .kitchen-left .title {
136
+ font-size: 60px; font-weight: 700; line-height: 1.1;
137
+ }
138
+ .kitchen-left .subtitle {
139
+ margin-top: 22px; font-size: 38px;
140
+ }
141
+ .kitchen-left .bigoff {
142
+ margin-top: 8px; font-size: 140px; font-weight: 800; line-height: 1;
143
+ color: #ffb346;
144
+ }
145
+ .kitchen-left .btn-small {
146
+ margin-top: 26px;
147
+ background: #ffffff; color: #2A0A3C; padding: 12px 28px; border-radius: 999px; display: inline-block; font-weight: bold; font-size: 34px;
148
+ }
149
+ .kitchen-right {
150
+ display: grid;
151
+ grid-template-columns: 50% 50%;
152
+ grid-template-rows: 50% 50%;
153
+ gap: 0;
154
+ }
155
+ .kitchen-right .cell {
156
+ border-left: 2px solid rgba(255,255,255,0.08);
157
+ border-top: 2px solid rgba(255,255,255,0.08);
158
+ padding: 20px;
159
+ box-sizing: border-box;
160
+ }
161
+ .imgph {
162
+ width: 100%; height: 100%;
163
+ background: #E0E0E0;
164
+ border: 1px solid #BDBDBD;
165
+ display: flex; align-items: center; justify-content: center;
166
+ color: #757575; font-size: 32px; text-align: center;
167
+ border-radius: 16px;
168
+ }
169
+ .price {
170
+ position: absolute;
171
+ right: 28px; bottom: 24px;
172
+ font-size: 40px; font-weight: bold;
173
+ color: #ffb346;
174
+ }
175
+ .cell-wrap {
176
+ position: relative; width: 100%; height: 100%;
177
+ }
178
+ .cell .caption {
179
+ position: absolute; left: 24px; bottom: 24px; color: #fff; font-size: 30px;
180
+ }
181
+
182
+ /* Slider dots */
183
+ .dots {
184
+ display: flex; gap: 18px; justify-content: center; margin-top: 18px;
185
+ }
186
+ .dots .dot {
187
+ width: 18px; height: 18px; border-radius: 50%; background: #cfcfcf;
188
+ }
189
+ .dots .dot.active { background: #4c4c4c; }
190
+
191
+ /* Promo mini tiles */
192
+ .mini-tiles {
193
+ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
194
+ margin-top: 18px;
195
+ }
196
+ .mini-tile {
197
+ height: 140px; border-radius: 28px; color: #fff;
198
+ background: radial-gradient(600px 320px at 70% 0%, #5B2E82 0%, #2A0A3C 70%);
199
+ display: flex; align-items: center; justify-content: center;
200
+ font-size: 42px; font-weight: 700; text-align: center; padding: 12px;
201
+ }
202
+
203
+ /* Product deals rows */
204
+ .deal-row {
205
+ display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
206
+ margin-top: 24px;
207
+ }
208
+ .deal-card {
209
+ background: radial-gradient(900px 480px at 80% 0%, #5B2E82 0%, #2A0A3C 70%);
210
+ border-radius: 28px; color: #fff; padding: 28px; box-sizing: border-box; min-height: 360px; position: relative;
211
+ }
212
+ .deal-card .title {
213
+ font-size: 38px; font-weight: 700; line-height: 1.2;
214
+ }
215
+ .deal-card .subtitle {
216
+ margin-top: 10px; font-size: 30px; color: #ddd;
217
+ }
218
+ .deal-card .small-note {
219
+ position: absolute; left: 28px; bottom: 20px; font-size: 22px; color: rgba(255,255,255,0.75);
220
+ }
221
+ .deal-card .price-big {
222
+ margin-top: 24px; font-size: 86px; font-weight: 800; color: #ffb346;
223
+ }
224
+ .deal-card .pill {
225
+ margin-top: 22px; display: inline-block; padding: 12px 28px; border-radius: 999px; background: #fff; color: #2A0A3C; font-weight: bold; font-size: 32px;
226
+ }
227
+
228
+ .image-card {
229
+ background: radial-gradient(900px 480px at 80% 0%, #5B2E82 0%, #2A0A3C 70%);
230
+ border-radius: 28px; padding: 24px; box-sizing: border-box; min-height: 360px;
231
+ display: flex; align-items: center; justify-content: center;
232
+ }
233
+
234
+ /* Footer spacer to mimic bottom safe area */
235
+ .bottom-spacer {
236
+ height: 36px;
237
+ width: 100%;
238
+ }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Header -->
245
+ <div class="appbar">
246
+ <div class="appbar-top">
247
+ <div class="icon-btn" aria-label="menu">
248
+ <svg class="icon" viewBox="0 0 24 24">
249
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/>
250
+ </svg>
251
+ </div>
252
+ <div class="brand">
253
+ <div class="logo-square"></div>
254
+ <div>shoptime</div>
255
+ </div>
256
+ <div class="icon-btn" aria-label="cart">
257
+ <svg class="icon" viewBox="0 0 24 24">
258
+ <path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1
259
+ 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.16 14h9.64c.75 0 1.41-.41 1.75-1.06L21 7H6.31l-.94-2H2v2h2l3.6 7.59-.74 1.35C6.35 16.36 6 17.09 6 18h2c0-.34.09-.67.26-.97l.9-1.63z"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="search-wrap">
265
+ <div class="placeholder">busque aqui seu produto</div>
266
+ <svg class="search-icon" viewBox="0 0 24 24">
267
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/>
268
+ </svg>
269
+ </div>
270
+
271
+ <div class="location-row">
272
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 5.25 6 12 6 12s6-6.75 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 5.5 12 5.5s2.5 1.12 2.5 2.5S13.38 10.5 12 10.5z"/></svg>
273
+ <div>informe seu CEP</div>
274
+ <svg class="chev" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Cashback banner -->
279
+ <div class="section">
280
+ <div class="card-purple cashback-banner">
281
+ <div class="cashback-left">
282
+ <div class="small">Ofertas com até</div>
283
+ <div>
284
+ <div class="percent">50%</div>
285
+ <div class="desc">de cashback</div>
286
+ </div>
287
+ </div>
288
+ <div style="display:flex; align-items:center; gap:24px;">
289
+ <div class="btn-pill">Aproveite</div>
290
+ <div class="badge">AME</div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Kitchen banner -->
295
+ <div class="card-purple kitchen-banner">
296
+ <div class="kitchen-left">
297
+ <div class="title">Cozinha dos<br>seus sonhos</div>
298
+ <div class="subtitle">com até</div>
299
+ <div class="bigoff">50% off</div>
300
+ <div class="btn-small">Aproveite</div>
301
+ </div>
302
+ <div class="kitchen-right">
303
+ <div class="cell" style="grid-column: 1 / span 2; grid-row: 1 / span 1;">
304
+ <div class="cell-wrap">
305
+ <div class="imgph">[IMG: Conjunto de tigelas de inox]</div>
306
+ <div class="caption">de: R$74,74 / por</div>
307
+ <div class="price">R$ 29,90</div>
308
+ </div>
309
+ </div>
310
+ <div class="cell" style="grid-column: 1 / span 1; grid-row: 2 / span 1;">
311
+ <div class="cell-wrap">
312
+ <div class="imgph">[IMG: Panela de pressão]</div>
313
+ <div class="caption">de: R$199,88 / por</div>
314
+ <div class="price">R$ 168,90</div>
315
+ </div>
316
+ </div>
317
+ <div class="cell" style="grid-column: 2 / span 1; grid-row: 2 / span 1;">
318
+ <div class="cell-wrap">
319
+ <div class="imgph">[IMG: Jogo de panelas]</div>
320
+ <div class="caption">por</div>
321
+ <div class="price">R$ 529,90</div>
322
+ </div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <div class="dots">
328
+ <div class="dot"></div>
329
+ <div class="dot"></div>
330
+ <div class="dot"></div>
331
+ <div class="dot"></div>
332
+ <div class="dot active"></div>
333
+ <div class="dot"></div>
334
+ </div>
335
+
336
+ <!-- Mini tiles -->
337
+ <div class="mini-tiles">
338
+ <div class="mini-tile">Esquenta<br>BlackFriday</div>
339
+ <div class="mini-tile">até<br>R$100</div>
340
+ <div class="mini-tile">Cupons</div>
341
+ <div class="mini-tile">Louças e Cozinha</div>
342
+ </div>
343
+
344
+ <!-- Deals rows -->
345
+ <div class="deal-row">
346
+ <div class="deal-card">
347
+ <div class="title">Cadeira de Escritório<br>Base Cromada</div>
348
+ <div class="subtitle">por apenas</div>
349
+ <div class="price-big">R$137,90</div>
350
+ <div class="pill">Aproveite</div>
351
+ <div class="small-note">*Válido no item vendido e entregue por parceiro</div>
352
+ </div>
353
+ <div class="image-card">
354
+ <div class="imgph" style="height: 280px;">[IMG: Cadeira de escritório]</div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="deal-row">
359
+ <div class="deal-card">
360
+ <div class="title">Processador com bowl de vidro<br>2l Fun Kitchen</div>
361
+ <div class="subtitle">por apenas</div>
362
+ <div class="price-big">R$99,99</div>
363
+ <div class="pill">Aproveite</div>
364
+ <div class="small-note">*Válido no item vendido e entregue por Shoptime</div>
365
+ </div>
366
+ <div class="image-card">
367
+ <div class="imgph" style="height: 280px;">[IMG: Processador de alimentos]</div>
368
+ </div>
369
+ </div>
370
+
371
+ </div>
372
+
373
+ <div class="bottom-spacer"></div>
374
+ </div>
375
+ </body>
376
+ </html>
code/12961/12961_2.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="pt-BR">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ background: #d77a33;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-left { font-weight: 600; font-size: 44px; }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ color: #fff;
38
+ font-size: 40px;
39
+ }
40
+ .status-icon svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 4; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 110px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 210px;
49
+ background: #d77a33;
50
+ box-sizing: border-box;
51
+ padding: 28px 40px;
52
+ }
53
+ .back-btn {
54
+ position: absolute;
55
+ left: 28px;
56
+ top: 82px;
57
+ width: 86px;
58
+ height: 86px;
59
+ display: flex;
60
+ justify-content: center;
61
+ align-items: center;
62
+ }
63
+ .back-btn svg { width: 54px; height: 54px; stroke: #fff; stroke-width: 5; fill: none; }
64
+
65
+ .search-wrap {
66
+ margin-left: 110px;
67
+ margin-right: 40px;
68
+ height: 120px;
69
+ background: #fff;
70
+ border-radius: 60px;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 0 36px;
74
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05) inset;
75
+ }
76
+ .search-input {
77
+ flex: 1;
78
+ color: #8a8a8a;
79
+ font-size: 40px;
80
+ }
81
+ .search-icon {
82
+ width: 96px;
83
+ height: 96px;
84
+ border-radius: 48px;
85
+ background: #f6f6f6;
86
+ display: flex;
87
+ justify-content: center;
88
+ align-items: center;
89
+ margin-left: 16px;
90
+ }
91
+ .search-icon svg { width: 54px; height: 54px; stroke: #c26a24; stroke-width: 5; fill: none; }
92
+
93
+ /* Content area */
94
+ .content {
95
+ position: absolute;
96
+ top: 320px;
97
+ left: 0;
98
+ width: 1080px;
99
+ height: 1230px;
100
+ background: #f4f4f4;
101
+ box-sizing: border-box;
102
+ padding: 34px;
103
+ }
104
+ .card {
105
+ width: 100%;
106
+ height: 160px;
107
+ background: #fff;
108
+ border-radius: 36px;
109
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
110
+ display: flex;
111
+ align-items: center;
112
+ padding: 0 36px;
113
+ box-sizing: border-box;
114
+ margin-bottom: 40px;
115
+ }
116
+ .card .icon {
117
+ width: 104px;
118
+ height: 104px;
119
+ border-radius: 24px;
120
+ background: #f1f1f1;
121
+ display: flex;
122
+ justify-content: center;
123
+ align-items: center;
124
+ margin-right: 28px;
125
+ }
126
+ .card .icon svg { width: 74px; height: 74px; fill: none; stroke: #333; stroke-width: 6; }
127
+ .card .title {
128
+ font-size: 46px;
129
+ color: #222;
130
+ font-weight: 600;
131
+ }
132
+ .section-title {
133
+ font-size: 48px;
134
+ font-weight: 700;
135
+ color: #222;
136
+ margin-top: 20px;
137
+ }
138
+
139
+ /* Large empty area placeholder (semantic image not necessary here) */
140
+ .blank-area {
141
+ margin-top: 18px;
142
+ width: 100%;
143
+ height: calc(100% - 260px);
144
+ background: #ffffff;
145
+ border-radius: 28px;
146
+ }
147
+
148
+ /* Keyboard overlay */
149
+ .keyboard {
150
+ position: absolute;
151
+ bottom: 0;
152
+ left: 0;
153
+ width: 1080px;
154
+ height: 830px;
155
+ background: #151515;
156
+ color: #fff;
157
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.2);
158
+ }
159
+ .kb-top {
160
+ height: 120px;
161
+ display: flex;
162
+ align-items: center;
163
+ padding: 0 28px;
164
+ box-sizing: border-box;
165
+ gap: 34px;
166
+ }
167
+ .kb-chip {
168
+ color: #cfcfcf;
169
+ font-size: 36px;
170
+ }
171
+ .kb-top .spacer { flex: 1; }
172
+ .kb-icon-bubble {
173
+ width: 84px;
174
+ height: 84px;
175
+ border-radius: 42px;
176
+ background: #2b2b2b;
177
+ display: flex;
178
+ justify-content: center;
179
+ align-items: center;
180
+ }
181
+ .kb-icon-bubble svg { width: 44px; height: 44px; stroke: #eaeaea; stroke-width: 4; fill: none; }
182
+
183
+ .keys {
184
+ padding: 12px 18px 20px;
185
+ box-sizing: border-box;
186
+ display: grid;
187
+ grid-template-columns: repeat(10, 1fr);
188
+ grid-gap: 16px 16px;
189
+ }
190
+ .key {
191
+ background: #2a2a2a;
192
+ color: #e8e8e8;
193
+ border-radius: 18px;
194
+ height: 118px;
195
+ display: flex;
196
+ justify-content: center;
197
+ align-items: center;
198
+ font-size: 48px;
199
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
200
+ }
201
+ .key.wide { grid-column: span(2); }
202
+ .key.extra-wide { grid-column: span(3); }
203
+
204
+ .kb-bottom {
205
+ position: absolute;
206
+ right: 22px;
207
+ bottom: 22px;
208
+ width: 150px;
209
+ height: 150px;
210
+ background: #e7ebfb;
211
+ color: #333;
212
+ border-radius: 76px;
213
+ display: flex;
214
+ justify-content: center;
215
+ align-items: center;
216
+ }
217
+ .kb-bottom svg { width: 60px; height: 60px; stroke: #333; stroke-width: 5; fill: none; }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <!-- Status bar -->
224
+ <div class="status-bar">
225
+ <div class="status-left">11:08</div>
226
+ <div class="status-right">
227
+ <div class="status-icon">
228
+ <!-- Wi-Fi -->
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M2 9c5-4 15-4 20 0"></path>
231
+ <path d="M5 12c4-3 10-3 14 0"></path>
232
+ <path d="M8 15c2-2 6-2 8 0"></path>
233
+ <circle cx="12" cy="19" r="2"></circle>
234
+ </svg>
235
+ </div>
236
+ <div class="status-icon">
237
+ <!-- Battery -->
238
+ <svg viewBox="0 0 28 16">
239
+ <rect x="1" y="3" width="22" height="10" rx="2"></rect>
240
+ <rect x="24" y="6" width="3" height="4" rx="1"></rect>
241
+ <rect x="3" y="5" width="18" height="6" fill="#fff" stroke="none"></rect>
242
+ </svg>
243
+ </div>
244
+ <div style="font-weight:600">100%</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- App bar -->
249
+ <div class="app-bar">
250
+ <div class="back-btn">
251
+ <svg viewBox="0 0 24 24">
252
+ <path d="M15 5 L7 12 L15 19"></path>
253
+ </svg>
254
+ </div>
255
+ <div class="search-wrap">
256
+ <div class="search-input">busque aqui seu produto</div>
257
+ <div class="search-icon">
258
+ <svg viewBox="0 0 24 24">
259
+ <circle cx="10" cy="10" r="7"></circle>
260
+ <path d="M15 15 L21 21"></path>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Content -->
267
+ <div class="content">
268
+ <div class="card">
269
+ <div class="icon">
270
+ <!-- Simple barcode icon -->
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M3 5v14M6 5v14M9 5v14M12 5v14M15 5v14M18 5v14M21 5v14"></path>
273
+ </svg>
274
+ </div>
275
+ <div class="title">leitor de preço</div>
276
+ </div>
277
+
278
+ <div class="section-title">Sem últimas buscas</div>
279
+ <div class="blank-area"></div>
280
+ </div>
281
+
282
+ <!-- Keyboard Overlay -->
283
+ <div class="keyboard">
284
+ <div class="kb-top">
285
+ <div class="kb-chip">◼︎◼︎</div>
286
+ <div class="kb-chip">🙂</div>
287
+ <div class="kb-chip">GIF</div>
288
+ <div class="kb-chip">⚙️</div>
289
+ <div class="kb-chip">G⇄</div>
290
+ <div class="kb-chip">🎨</div>
291
+ <div class="spacer"></div>
292
+ <div class="kb-icon-bubble">
293
+ <!-- Mic Icon -->
294
+ <svg viewBox="0 0 24 24">
295
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
296
+ <path d="M6 10c0 4 12 4 12 0"></path>
297
+ <path d="M12 14v6"></path>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Keys (approximation of QWERTY layout) -->
303
+ <div class="keys">
304
+ <!-- Row 1 -->
305
+ <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>
306
+ <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>
307
+
308
+ <!-- Row 2 -->
309
+ <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>
310
+ <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>
311
+
312
+ <!-- Row 3 -->
313
+ <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>
314
+ <div class="key">n</div><div class="key">m</div><div class="key wide">↵</div><div class="key">.</div><div class="key">,</div>
315
+
316
+ <!-- Row 4 -->
317
+ <div class="key wide">?123</div>
318
+ <div class="key wide">🙂</div>
319
+ <div class="key extra-wide">space</div>
320
+ <div class="key wide">.</div>
321
+ <div class="key wide">⌨️</div>
322
+ </div>
323
+
324
+ <div class="kb-bottom">
325
+ <!-- Search icon bubble (bottom-right) -->
326
+ <svg viewBox="0 0 24 24">
327
+ <circle cx="10" cy="10" r="7"></circle>
328
+ <path d="M15 15 L21 21"></path>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/12961/12961_3.html ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Search Screen Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Top header */
17
+ .header {
18
+ position: absolute;
19
+ left: 0;
20
+ top: 0;
21
+ width: 1080px;
22
+ height: 320px;
23
+ background: #D97A2E; /* warm orange */
24
+ }
25
+
26
+ /* Status bar */
27
+ .statusbar {
28
+ position: absolute;
29
+ top: 0;
30
+ left: 0;
31
+ width: 1080px;
32
+ height: 88px;
33
+ color: #fff;
34
+ font-weight: 600;
35
+ font-size: 34px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ padding: 0 32px;
40
+ box-sizing: border-box;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ font-size: 28px;
47
+ }
48
+ .icon {
49
+ display: inline-flex;
50
+ width: 42px;
51
+ height: 42px;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .icon svg { width: 100%; height: 100%; }
56
+
57
+ /* Back button */
58
+ .back-btn {
59
+ position: absolute;
60
+ left: 24px;
61
+ top: 128px;
62
+ width: 72px;
63
+ height: 72px;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ }
68
+ .back-btn svg { width: 56px; height: 56px; fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
69
+
70
+ /* Search bar */
71
+ .search-wrap {
72
+ position: absolute;
73
+ left: 120px;
74
+ right: 60px;
75
+ top: 120px;
76
+ height: 110px;
77
+ background: #ffffff;
78
+ border-radius: 56px;
79
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06) inset;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 24px 0 40px;
83
+ box-sizing: border-box;
84
+ }
85
+ .search-text {
86
+ flex: 1;
87
+ font-size: 44px;
88
+ color: #222;
89
+ }
90
+ .search-icon {
91
+ width: 72px;
92
+ height: 72px;
93
+ }
94
+ .search-icon svg { width: 72px; height: 72px; stroke: #C66A25; stroke-width: 6; fill: none; }
95
+
96
+ /* Main area */
97
+ .content {
98
+ position: absolute;
99
+ left: 0;
100
+ top: 320px;
101
+ width: 1080px;
102
+ height: 1180px;
103
+ background: #F2F2F2;
104
+ }
105
+
106
+ /* Card: barcode / price reader */
107
+ .card {
108
+ position: absolute;
109
+ left: 60px;
110
+ top: 36px;
111
+ width: 960px;
112
+ height: 160px;
113
+ background: #fff;
114
+ border-radius: 32px;
115
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
116
+ display: flex;
117
+ align-items: center;
118
+ padding: 0 36px;
119
+ box-sizing: border-box;
120
+ gap: 28px;
121
+ }
122
+ .barcode-icon {
123
+ width: 98px;
124
+ height: 98px;
125
+ border-radius: 20px;
126
+ background: #F6F6F6;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ border: 1px solid #E4E4E4;
131
+ }
132
+ .barcode-icon svg { width: 72px; height: 72px; }
133
+ .card-title {
134
+ font-size: 40px;
135
+ color: #333;
136
+ font-weight: 600;
137
+ }
138
+
139
+ .section-title {
140
+ position: absolute;
141
+ left: 60px;
142
+ top: 240px;
143
+ font-size: 40px;
144
+ color: #2F2F2F;
145
+ font-weight: 700;
146
+ }
147
+
148
+ /* Suggestions container */
149
+ .suggestions {
150
+ position: absolute;
151
+ left: 60px;
152
+ top: 308px;
153
+ width: 960px;
154
+ background: #fff;
155
+ border-radius: 32px;
156
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
157
+ overflow: hidden;
158
+ }
159
+ .suggestion-row {
160
+ height: 130px;
161
+ display: flex;
162
+ align-items: center;
163
+ padding: 0 32px;
164
+ box-sizing: border-box;
165
+ gap: 32px;
166
+ font-size: 40px;
167
+ color: #222;
168
+ }
169
+ .suggestion-row + .suggestion-row {
170
+ border-top: 1px solid #ECECEC;
171
+ }
172
+ .s-icon {
173
+ width: 64px;
174
+ height: 64px;
175
+ }
176
+ .s-icon svg { width: 64px; height: 64px; stroke: #777; stroke-width: 5; fill: none; }
177
+ .arrow-right {
178
+ margin-left: auto;
179
+ width: 64px;
180
+ height: 64px;
181
+ }
182
+ .arrow-right svg { width: 64px; height: 64px; stroke: #999; stroke-width: 5; fill: none; }
183
+
184
+ /* Keyboard */
185
+ .keyboard {
186
+ position: absolute;
187
+ left: 0;
188
+ bottom: 84px;
189
+ width: 1080px;
190
+ height: 820px;
191
+ background: #101010;
192
+ color: #eaeaea;
193
+ box-shadow: 0 -2px 12px rgba(0,0,0,0.3);
194
+ }
195
+ .kb-suggestions {
196
+ height: 120px;
197
+ display: flex;
198
+ align-items: center;
199
+ padding: 0 24px;
200
+ box-sizing: border-box;
201
+ gap: 24px;
202
+ border-bottom: 1px solid #212121;
203
+ }
204
+ .kb-pill {
205
+ padding: 12px 28px;
206
+ border-radius: 30px;
207
+ background: #1E1E1E;
208
+ font-size: 36px;
209
+ color: #cfcfcf;
210
+ }
211
+ .kb-suggestions .spacer { flex: 1; }
212
+ .kb-mic {
213
+ width: 72px;
214
+ height: 72px;
215
+ }
216
+ .kb-mic svg { width: 72px; height: 72px; stroke: #cfcfcf; stroke-width: 5; fill: none; }
217
+
218
+ .kb-rows {
219
+ padding: 24px;
220
+ box-sizing: border-box;
221
+ }
222
+ .kb-row {
223
+ display: flex;
224
+ justify-content: center;
225
+ gap: 16px;
226
+ margin-bottom: 20px;
227
+ }
228
+ .key {
229
+ width: 90px;
230
+ height: 110px;
231
+ background: #232323;
232
+ border-radius: 24px;
233
+ display: flex;
234
+ align-items: center;
235
+ justify-content: center;
236
+ font-size: 46px;
237
+ color: #d9d9d9;
238
+ }
239
+ .key.wide { width: 160px; }
240
+ .space { width: 540px; }
241
+ .search-key {
242
+ width: 140px;
243
+ background: #D97A2E;
244
+ color: #fff;
245
+ }
246
+
247
+ /* Home indicator */
248
+ .home-indicator {
249
+ position: absolute;
250
+ left: 300px;
251
+ bottom: 20px;
252
+ width: 480px;
253
+ height: 12px;
254
+ background: #D0D0D0;
255
+ border-radius: 6px;
256
+ }
257
+ </style>
258
+ </head>
259
+ <body>
260
+ <div id="render-target">
261
+
262
+ <!-- Top header -->
263
+ <div class="header">
264
+ <div class="statusbar">
265
+ <div>11:08</div>
266
+ <div class="status-right">
267
+ <div class="icon">
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M3 8c4-4 14-4 18 0" stroke="#fff" fill="none" stroke-width="2" stroke-linecap="round"/>
270
+ <path d="M6 11c3-3 9-3 12 0" stroke="#fff" fill="none" stroke-width="2" stroke-linecap="round"/>
271
+ <path d="M9 14c2-2 4-2 6 0" stroke="#fff" fill="none" stroke-width="2" stroke-linecap="round"/>
272
+ <circle cx="12" cy="17" r="1.5" fill="#fff"/>
273
+ </svg>
274
+ </div>
275
+ <div class="icon">
276
+ <svg viewBox="0 0 28 24">
277
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
278
+ <rect x="4" y="7" width="16" height="10" fill="#fff"/>
279
+ <rect x="22.5" y="9" width="3" height="6" rx="1" fill="#fff"/>
280
+ </svg>
281
+ </div>
282
+ <div style="font-size:28px; color:#fff;">100%</div>
283
+ </div>
284
+ </div>
285
+
286
+ <div class="back-btn">
287
+ <svg viewBox="0 0 24 24">
288
+ <path d="M15 5 L7 12 L15 19"/>
289
+ </svg>
290
+ </div>
291
+
292
+ <div class="search-wrap">
293
+ <div class="search-text">adidas shorts</div>
294
+ <div class="search-icon">
295
+ <svg viewBox="0 0 24 24">
296
+ <circle cx="10" cy="10" r="7"></circle>
297
+ <line x1="16" y1="16" x2="22" y2="22"></line>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Main content -->
304
+ <div class="content">
305
+ <div class="card">
306
+ <div class="barcode-icon">
307
+ <svg viewBox="0 0 48 48">
308
+ <rect x="6" y="10" width="4" height="28" fill="#888"/>
309
+ <rect x="12" y="10" width="2" height="28" fill="#888"/>
310
+ <rect x="18" y="10" width="6" height="28" fill="#888"/>
311
+ <rect x="26" y="10" width="3" height="28" fill="#888"/>
312
+ <rect x="32" y="10" width="2" height="28" fill="#888"/>
313
+ <rect x="36" y="10" width="4" height="28" fill="#888"/>
314
+ </svg>
315
+ </div>
316
+ <div class="card-title">leitor de preço</div>
317
+ </div>
318
+
319
+ <div class="section-title">Sugestões</div>
320
+
321
+ <div class="suggestions">
322
+ <div class="suggestion-row">
323
+ <div class="s-icon">
324
+ <svg viewBox="0 0 24 24">
325
+ <circle cx="10" cy="10" r="7"></circle>
326
+ <line x1="16" y1="16" x2="22" y2="22"></line>
327
+ </svg>
328
+ </div>
329
+ <div>short adidas</div>
330
+ <div class="arrow-right">
331
+ <svg viewBox="0 0 24 24">
332
+ <path d="M8 5 L16 12 L8 19" />
333
+ </svg>
334
+ </div>
335
+ </div>
336
+ <div class="suggestion-row">
337
+ <div class="s-icon">
338
+ <svg viewBox="0 0 24 24">
339
+ <circle cx="10" cy="10" r="7"></circle>
340
+ <line x1="16" y1="16" x2="22" y2="22"></line>
341
+ </svg>
342
+ </div>
343
+ <div>short adidas masculino</div>
344
+ <div class="arrow-right">
345
+ <svg viewBox="0 0 24 24">
346
+ <path d="M8 5 L16 12 L8 19" />
347
+ </svg>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Keyboard -->
354
+ <div class="keyboard">
355
+ <div class="kb-suggestions">
356
+ <div class="kb-pill">shorts</div>
357
+ <div class="kb-pill">shirts</div>
358
+ <div class="kb-pill">🩳</div>
359
+ <div class="spacer"></div>
360
+ <div class="kb-pill" style="padding:0;background:transparent;">
361
+ <div class="kb-mic">
362
+ <svg viewBox="0 0 24 24">
363
+ <rect x="8" y="4" width="8" height="12" rx="4"></rect>
364
+ <path d="M6 10c0 3 3 6 6 6s6-3 6-6" fill="none" stroke-width="2" stroke-linecap="round"/>
365
+ <line x1="12" y1="16" x2="12" y2="22" stroke-width="2"/>
366
+ </svg>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="kb-rows">
372
+ <div class="kb-row">
373
+ <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>
374
+ </div>
375
+ <div class="kb-row">
376
+ <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>
377
+ </div>
378
+ <div class="kb-row">
379
+ <div class="key wide">⇧</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>
380
+ </div>
381
+ <div class="kb-row">
382
+ <div class="key wide">?123</div>
383
+ <div class="key wide">,</div>
384
+ <div class="key wide">😊</div>
385
+ <div class="key space"></div>
386
+ <div class="key wide">.</div>
387
+ <div class="key search-key">🔍</div>
388
+ </div>
389
+ </div>
390
+ </div>
391
+
392
+ <div class="home-indicator"></div>
393
+ </div>
394
+ </body>
395
+ </html>
code/12961/12961_4.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Adidas Shorts List</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:#f7f7f7; color:#222;
11
+ }
12
+
13
+ /* Header / Top area */
14
+ .header {
15
+ width:100%; height:260px; background:#d9742d; color:#fff; box-shadow:0 2px 0 rgba(0,0,0,0.08);
16
+ }
17
+ .status-bar {
18
+ height:70px; display:flex; align-items:center; padding:0 40px; font-weight:600; font-size:34px;
19
+ }
20
+ .status-icons { margin-left:auto; display:flex; align-items:center; gap:26px; }
21
+ .status-dot { width:22px; height:22px; border-radius:50%; background:#fff; opacity:0.75; }
22
+ .battery {
23
+ width:60px; height:30px; border:2px solid #fff; border-radius:6px; position:relative;
24
+ }
25
+ .battery::after {
26
+ content:""; position:absolute; right:-10px; top:8px; width:6px; height:14px; background:#fff; border-radius:2px;
27
+ }
28
+ .battery .level { position:absolute; left:3px; top:3px; height:22px; width:42px; background:#fff; border-radius:4px; }
29
+
30
+ .search-row {
31
+ padding:14px 28px 18px 28px; display:flex; align-items:center; gap:24px;
32
+ }
33
+ .icon-btn {
34
+ width:68px; height:68px; display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .search-field {
37
+ flex:1; height:92px; background:#fff; border-radius:46px; display:flex; align-items:center;
38
+ padding:0 34px; box-shadow:0 2px 8px rgba(0,0,0,0.08);
39
+ }
40
+ .search-field input {
41
+ border:none; outline:none; font-size:40px; flex:1; color:#222;
42
+ }
43
+ .placeholder { color:#666; }
44
+ .search-icon {
45
+ width:64px; height:64px; display:flex; align-items:center; justify-content:center; color:#d9742d;
46
+ }
47
+ .cart-btn { margin-left:8px; width:70px; height:70px; display:flex; align-items:center; justify-content:center; }
48
+
49
+ /* Location row */
50
+ .location-row {
51
+ background:#d9742d; color:#fff; padding:8px 32px 26px 32px; display:flex; align-items:center; gap:18px;
52
+ }
53
+ .location-row .location-text { font-size:36px; }
54
+ .location-row .chev { margin-left:auto; }
55
+
56
+ /* Content area */
57
+ .content { padding:28px; }
58
+ .meta-row {
59
+ display:flex; align-items:center; color:#5a5a5a; font-size:32px; margin-bottom:26px;
60
+ }
61
+ .meta-row .right { margin-left:auto; display:flex; align-items:center; gap:16px; color:#d9742d; font-weight:600; }
62
+
63
+ /* Cards */
64
+ .card {
65
+ display:flex; gap:28px; background:#fff; border:1px solid #e6e6e6; border-radius:40px;
66
+ padding:28px; margin-bottom:28px; box-shadow:0 4px 14px rgba(0,0,0,0.06);
67
+ }
68
+ .card .img {
69
+ width:220px; height:220px; background:#e0e0e0; border:1px solid #bdbdbd;
70
+ display:flex; align-items:center; justify-content:center; color:#757575; border-radius:18px;
71
+ }
72
+ .card .info { flex:1; }
73
+ .title { font-size:40px; font-weight:700; color:#333; line-height:1.2; margin-bottom:12px; }
74
+ .rating { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
75
+ .rating .count { color:#777; font-size:30px; }
76
+ .stars svg { width:34px; height:34px; }
77
+ .price-row { display:flex; align-items:center; gap:16px; margin-top:16px; }
78
+ .price { font-size:46px; font-weight:800; color:#222; }
79
+ .installments { font-size:32px; color:#777; margin-top:6px; }
80
+ .strike { color:#888; text-decoration:line-through; font-size:34px; }
81
+ .badge {
82
+ font-size:28px; color:#fff; background:#2e9d4f; padding:6px 16px; border-radius:22px; display:inline-flex; align-items:center; gap:8px;
83
+ }
84
+ .tiny-icon { width:22px; height:22px; }
85
+ /* Yellow filled stars */
86
+ .stars.filled svg path { fill:#ffc107; stroke:#ffc107; }
87
+
88
+ /* Small helper icons */
89
+ .filter-icon {
90
+ width:34px; height:34px; display:inline-block; position:relative;
91
+ }
92
+ .filter-icon::before, .filter-icon::after {
93
+ content:""; position:absolute; left:0; right:0; height:6px; background:#d9742d; border-radius:3px;
94
+ }
95
+ .filter-icon::before { top:4px; }
96
+ .filter-icon::after { bottom:4px; }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Header -->
103
+ <div class="header">
104
+ <div class="status-bar">
105
+ 11:09
106
+ <div class="status-icons">
107
+ <div class="status-dot"></div>
108
+ <div class="status-dot"></div>
109
+ <div class="status-dot"></div>
110
+ <div class="battery"><div class="level"></div></div>
111
+ </div>
112
+ </div>
113
+
114
+ <div class="search-row">
115
+ <div class="icon-btn">
116
+ <!-- Back Arrow -->
117
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#fff">
118
+ <path d="M15.5 5l-7 7 7 7-1.5 1.5L5.5 12l8.5-8.5z"></path>
119
+ </svg>
120
+ </div>
121
+ <div class="search-field">
122
+ <input type="text" value="adidas shorts">
123
+ <div class="search-icon">
124
+ <!-- Search icon -->
125
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#d9742d">
126
+ <path d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 10-.71.71l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0A4.5 4.5 0 119 5.5 4.5 4.5 0 019.5 14z"/>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+ <div class="cart-btn">
131
+ <!-- Cart icon -->
132
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="#fff">
133
+ <path d="M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.16 14l.84-2h8.72c.83 0 1.54-.5 1.84-1.27l2.53-6.03A1 1 0 0020.12 2H6.21l-.94-2H1v2h3l3.6 7.59L6.25 13.04A2 2 0 008 16h12v-2H7.16z"/>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="location-row">
139
+ <!-- Pin icon -->
140
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff">
141
+ <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 119.5 9 2.5 2.5 0 0112 11.5z"/>
142
+ </svg>
143
+ <div class="location-text">• informe seu CEP</div>
144
+ <div class="chev">
145
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
146
+ <path d="M12 15l-5-5h10z"/>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Content -->
153
+ <div class="content">
154
+ <div class="meta-row">
155
+ 84 produtos encontrados
156
+ <div class="right">
157
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#d9742d">
158
+ <path d="M10 17h4v-2h-4v2zm-7-6v2h18v-2H3zm3-6v2h12V5H6z"/>
159
+ </svg>
160
+ filtrar
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Card 1 -->
165
+ <div class="card">
166
+ <div class="img">[IMG: Blue Tennis Short]</div>
167
+ <div class="info">
168
+ <div class="title">Bermuda Masculina adidas Tennis Club 3 Listras</div>
169
+ <div class="rating">
170
+ <div class="stars">
171
+ <!-- 5 outline stars -->
172
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
173
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
174
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
175
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
176
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
177
+ </div>
178
+ <div class="count">(0)</div>
179
+ </div>
180
+ <div class="price-row">
181
+ <div class="price">R$ 164,99</div>
182
+ </div>
183
+ <div class="installments">até 8x de R$ 20,62</div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Card 2 -->
188
+ <div class="card">
189
+ <div class="img">[IMG: Black Tiro Club Short]</div>
190
+ <div class="info">
191
+ <div class="title">Short Feminino adidas Tiro Club</div>
192
+ <div class="rating">
193
+ <div class="stars">
194
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
195
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
196
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
197
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
198
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
199
+ </div>
200
+ <div class="count">(0)</div>
201
+ </div>
202
+ <div class="price-row">
203
+ <div class="strike">R$ 144,99</div>
204
+ <div class="badge">
205
+ <svg class="tiny-icon" viewBox="0 0 24 24" fill="#fff"><path d="M7 10l5 5 5-5z"/></svg>
206
+ 9%
207
+ </div>
208
+ </div>
209
+ <div class="price-row">
210
+ <div class="price">R$ 130,99</div>
211
+ </div>
212
+ <div class="installments">até 6x de R$ 21,83</div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Card 3 -->
217
+ <div class="card">
218
+ <div class="img">[IMG: Black Logo Linear Short]</div>
219
+ <div class="info">
220
+ <div class="title">Bermuda Masculina adidas Logo Linear Chelsea</div>
221
+ <div class="rating">
222
+ <div class="stars">
223
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
224
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
225
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
226
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
227
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
228
+ </div>
229
+ <div class="count">(0)</div>
230
+ </div>
231
+ <div class="price-row">
232
+ <div class="price">R$ 136,99</div>
233
+ </div>
234
+ <div class="installments">até 6x de R$ 22,83</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Card 4 -->
239
+ <div class="card">
240
+ <div class="img">[IMG: Black Hiit 2 In 1 Short]</div>
241
+ <div class="info">
242
+ <div class="title">Bermuda Masculina adidas Hiit 2 In 1</div>
243
+ <div class="rating">
244
+ <div class="stars">
245
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
246
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
247
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
248
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
249
+ <svg viewBox="0 0 24 24"><path fill="#bbb" stroke="#bbb" 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>
250
+ </div>
251
+ <div class="count">(0)</div>
252
+ </div>
253
+ <div class="price-row">
254
+ <div class="strike">R$ 499,99</div>
255
+ <div class="badge">
256
+ <svg class="tiny-icon" viewBox="0 0 24 24" fill="#fff"><path d="M7 10l5 5 5-5z"/></svg>
257
+ 34%
258
+ </div>
259
+ </div>
260
+ <div class="price-row">
261
+ <div class="price">R$ 329,99</div>
262
+ </div>
263
+ <div class="installments">até 8x de R$ 41,24</div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Card 5 -->
268
+ <div class="card">
269
+ <div class="img">[IMG: Black Plain Short]</div>
270
+ <div class="info">
271
+ <div class="title">Bermuda adidas Plain - Masculina</div>
272
+ <div class="rating">
273
+ <div class="stars filled">
274
+ <svg 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>
275
+ <svg 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>
276
+ <svg 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>
277
+ <svg 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>
278
+ <svg 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>
279
+ </div>
280
+ <div class="count">(5)</div>
281
+ </div>
282
+ <div class="price-row">
283
+ <div class="strike">R$ 139,99</div>
284
+ <div class="badge">
285
+ <svg class="tiny-icon" viewBox="0 0 24 24" fill="#fff"><path d="M7 10l5 5 5-5z"/></svg>
286
+ 10%
287
+ </div>
288
+ </div>
289
+ <div class="price-row">
290
+ <div class="price">R$ 124,99</div>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ </div>
296
+
297
+ </div>
298
+ </body>
299
+ </html>
code/12963/12963_0.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Current Conditions UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #147BFF; /* vivid app-blue */
19
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
20
+ color: #FFFFFF;
21
+ }
22
+ .status-bar {
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 38px;
27
+ box-sizing: border-box;
28
+ font-weight: 600;
29
+ font-size: 36px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-spacer {
33
+ flex: 1;
34
+ }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .top-header {
41
+ position: relative;
42
+ height: 170px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+ .back-btn {
48
+ position: absolute;
49
+ left: 24px;
50
+ top: 50%;
51
+ transform: translateY(-50%);
52
+ width: 72px;
53
+ height: 72px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ opacity: 0.9;
58
+ }
59
+ .title {
60
+ font-size: 52px;
61
+ font-weight: 700;
62
+ }
63
+
64
+ .divider {
65
+ height: 2px;
66
+ background: rgba(255,255,255,0.35);
67
+ margin: 0 0 10px 0;
68
+ }
69
+
70
+ .list {
71
+ padding-top: 10px;
72
+ }
73
+ .row {
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: space-between;
77
+ padding: 24px 38px;
78
+ box-sizing: border-box;
79
+ height: 130px;
80
+ border-top: 2px solid rgba(255,255,255,0.35);
81
+ font-size: 44px;
82
+ }
83
+ .row .label {
84
+ opacity: 0.95;
85
+ font-weight: 500;
86
+ }
87
+ .row .value {
88
+ font-weight: 700;
89
+ }
90
+
91
+ .section-gap {
92
+ height: 320px; /* big gap before History */
93
+ border-top: 2px solid rgba(255,255,255,0.35);
94
+ }
95
+
96
+ .history-header {
97
+ text-align: center;
98
+ font-size: 52px;
99
+ font-weight: 700;
100
+ margin-bottom: 40px;
101
+ }
102
+
103
+ .high-low-head {
104
+ position: absolute;
105
+ right: 38px;
106
+ margin-top: -12px;
107
+ display: flex;
108
+ gap: 84px;
109
+ font-size: 28px;
110
+ font-weight: 700;
111
+ opacity: 0.85;
112
+ }
113
+
114
+ .history {
115
+ position: relative;
116
+ padding-top: 20px;
117
+ }
118
+
119
+ .row-small {
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: space-between;
123
+ padding: 24px 38px;
124
+ box-sizing: border-box;
125
+ height: 140px;
126
+ border-top: 2px solid rgba(255,255,255,0.35);
127
+ font-size: 42px;
128
+ }
129
+ .right-values {
130
+ display: flex;
131
+ align-items: center;
132
+ gap: 120px;
133
+ font-weight: 700;
134
+ }
135
+
136
+ /* Bottom navigation pill */
137
+ .nav-bar {
138
+ position: absolute;
139
+ bottom: 0;
140
+ left: 0;
141
+ width: 100%;
142
+ height: 140px;
143
+ background: #0B0B0B;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ }
148
+ .pill {
149
+ width: 240px;
150
+ height: 16px;
151
+ background: #E6E6E6;
152
+ border-radius: 16px;
153
+ opacity: 0.9;
154
+ }
155
+
156
+ /* Simple icon styling */
157
+ svg.icon {
158
+ width: 42px;
159
+ height: 42px;
160
+ stroke: #FFF;
161
+ fill: none;
162
+ stroke-width: 4;
163
+ }
164
+ .battery {
165
+ width: 54px;
166
+ height: 28px;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+ <!-- Status bar -->
173
+ <div class="status-bar">
174
+ <div>10:49</div>
175
+ <div class="status-spacer"></div>
176
+ <div class="status-icons">
177
+ <!-- navigation icon -->
178
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2l3 9-9 3z"/></svg>
179
+ <!-- service icon -->
180
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
181
+ <!-- search icon -->
182
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M15 15l6 6"/></svg>
183
+ <!-- dot -->
184
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2" fill="#FFF"/></svg>
185
+ <!-- location -->
186
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2c-4 0-7 3-7 7 0 6 7 13 7 13s7-7 7-13c0-4-3-7-7-7z"/><circle cx="12" cy="9" r="2"/></svg>
187
+ <!-- wifi -->
188
+ <svg class="icon" viewBox="0 0 24 24"><path d="M2 8c5-5 15-5 20 0"/><path d="M5 11c3-3 11-3 14 0"/><path d="M8 14c2-2 6-2 8 0"/><circle cx="12" cy="18" r="1.5" fill="#FFF"/></svg>
189
+ <!-- battery -->
190
+ <svg class="battery" viewBox="0 0 36 18">
191
+ <rect x="1" y="2" width="30" height="14" rx="3" stroke="#FFF" fill="none" stroke-width="3"/>
192
+ <rect x="33" y="6" width="3" height="6" rx="1.5" fill="#FFF"/>
193
+ <rect x="4" y="5" width="22" height="8" rx="2" fill="#FFF"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Header -->
199
+ <div class="top-header">
200
+ <div class="back-btn">
201
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7"/></svg>
202
+ </div>
203
+ <div class="title">Current Conditions</div>
204
+ </div>
205
+
206
+ <div class="divider"></div>
207
+
208
+ <!-- Conditions list -->
209
+ <div class="list">
210
+ <div class="row">
211
+ <div class="label">Max Wind Gusts</div>
212
+ <div class="value">10 mph</div>
213
+ </div>
214
+ <div class="row">
215
+ <div class="label">Humidity</div>
216
+ <div class="value">70%</div>
217
+ </div>
218
+ <div class="row">
219
+ <div class="label">Indoor Humidity</div>
220
+ <div class="value">57% (Ideal Humidity)</div>
221
+ </div>
222
+ <div class="row">
223
+ <div class="label">Dew Point</div>
224
+ <div class="value">52°</div>
225
+ </div>
226
+ <div class="row">
227
+ <div class="label">Pressure</div>
228
+ <div class="value">30.12"</div>
229
+ </div>
230
+ <div class="row">
231
+ <div class="label">Cloud Cover</div>
232
+ <div class="value">0%</div>
233
+ </div>
234
+ <div class="row">
235
+ <div class="label">Visibility</div>
236
+ <div class="value">15 mi</div>
237
+ </div>
238
+ <div class="row">
239
+ <div class="label">Cloud Ceiling</div>
240
+ <div class="value">None</div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="section-gap"></div>
245
+
246
+ <!-- History section -->
247
+ <div class="history-header">History</div>
248
+ <div class="history">
249
+ <div class="high-low-head">
250
+ <div>HIGH</div>
251
+ <div>LOW</div>
252
+ </div>
253
+
254
+ <div class="row-small">
255
+ <div class="label">Today's Forecast</div>
256
+ <div class="right-values">
257
+ <div>64°</div>
258
+ <div>45°</div>
259
+ </div>
260
+ </div>
261
+ <div class="row-small">
262
+ <div class="label">Historical Average</div>
263
+ <div class="right-values">
264
+ <div>69°</div>
265
+ <div>50°</div>
266
+ </div>
267
+ </div>
268
+ <div class="row-small">
269
+ <div class="label">Last Year on this Date</div>
270
+ <div class="right-values">
271
+ <div>72°</div>
272
+ <div>51°</div>
273
+ </div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Bottom nav -->
278
+ <div class="nav-bar">
279
+ <div class="pill"></div>
280
+ </div>
281
+ </div>
282
+ </body>
283
+ </html>
code/12963/12963_1.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Weather UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0E6CF9; /* main app blue */
15
+ color: #fff;
16
+ }
17
+
18
+ /* Top gradient header */
19
+ .top-gradient {
20
+ width: 100%;
21
+ height: 360px;
22
+ background: linear-gradient(180deg, #7FD3F0 0%, #63C4EB 60%, rgba(14,108,249,0) 100%);
23
+ position: relative;
24
+ }
25
+ .status-bar {
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 24px 32px 0 32px;
30
+ font-weight: 600;
31
+ color: #fff;
32
+ }
33
+ .status-time { font-size: 46px; letter-spacing: 1px; }
34
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.95; }
35
+ .status-dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; display: inline-block; }
36
+ .icon-small { width: 34px; height: 34px; }
37
+
38
+ .app-bar {
39
+ display: flex;
40
+ align-items: center;
41
+ justify-content: space-between;
42
+ padding: 18px 28px;
43
+ margin-top: 6px;
44
+ }
45
+ .app-left { display: flex; align-items: center; gap: 18px; }
46
+ .hamburger { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; opacity: 0.95; }
47
+ .app-titles { line-height: 1.15; }
48
+ .brand { font-size: 36px; font-weight: 700; opacity: 0.9; display: flex; align-items: center; gap: 10px; }
49
+ .location { font-size: 50px; font-weight: 800; letter-spacing: 0.4px; }
50
+
51
+ .premium-btn {
52
+ background: #fff;
53
+ color: #FF7B47;
54
+ border-radius: 36px;
55
+ padding: 18px 28px;
56
+ font-weight: 800;
57
+ font-size: 34px;
58
+ border: 2px solid rgba(0,0,0,0.06);
59
+ white-space: nowrap;
60
+ }
61
+
62
+ /* Forecast strip */
63
+ .forecast-strip {
64
+ margin: -14px 28px 18px 28px;
65
+ background: rgba(255,255,255,0.08);
66
+ border: 1px solid rgba(255,255,255,0.14);
67
+ border-radius: 28px;
68
+ display: grid;
69
+ grid-template-columns: repeat(3, 1fr);
70
+ overflow: hidden;
71
+ }
72
+ .forecast-item {
73
+ padding: 28px 26px;
74
+ border-right: 1px solid rgba(255,255,255,0.18);
75
+ }
76
+ .forecast-item:last-child { border-right: none; }
77
+ .forecast-title {
78
+ font-size: 28px;
79
+ letter-spacing: 1.8px;
80
+ font-weight: 800;
81
+ opacity: 0.85;
82
+ }
83
+ .forecast-icon { margin: 18px 0 8px; }
84
+ .forecast-temp { font-size: 76px; font-weight: 800; }
85
+ .forecast-note { font-size: 28px; opacity: 0.9; }
86
+
87
+ /* Section titles */
88
+ .section {
89
+ padding: 18px 32px 0 32px;
90
+ }
91
+ .section h2 {
92
+ font-size: 70px;
93
+ margin: 16px 0 4px 0;
94
+ font-weight: 800;
95
+ }
96
+ .section .sub {
97
+ font-size: 30px;
98
+ letter-spacing: 1.6px;
99
+ font-weight: 700;
100
+ color: rgba(255,255,255,0.75);
101
+ text-transform: uppercase;
102
+ }
103
+
104
+ /* Card common */
105
+ .card {
106
+ margin: 22px 32px;
107
+ background: rgba(255,255,255,0.10);
108
+ border-radius: 30px;
109
+ padding: 28px 30px;
110
+ border: 1px solid rgba(255,255,255,0.16);
111
+ backdrop-filter: blur(0.5px);
112
+ }
113
+
114
+ .detail-row {
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: space-between;
118
+ padding: 26px 6px;
119
+ border-bottom: 2px solid rgba(255,255,255,0.22);
120
+ }
121
+ .detail-row:last-of-type { border-bottom: none; }
122
+ .detail-label {
123
+ font-size: 42px;
124
+ font-weight: 600;
125
+ }
126
+ .detail-value {
127
+ font-size: 46px;
128
+ font-weight: 800;
129
+ }
130
+
131
+ .see-more {
132
+ margin-top: 28px;
133
+ background: rgba(255,255,255,0.12);
134
+ border: 1px solid rgba(255,255,255,0.18);
135
+ border-radius: 28px;
136
+ height: 120px;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ gap: 16px;
141
+ font-size: 42px;
142
+ font-weight: 700;
143
+ }
144
+
145
+ /* Sun & Moon */
146
+ .sunmoon-title {
147
+ padding: 10px 32px;
148
+ color: rgba(255,255,255,0.85);
149
+ font-weight: 800;
150
+ letter-spacing: 1.8px;
151
+ }
152
+ .sunmoon {
153
+ display: grid;
154
+ grid-template-columns: 1fr 1px 1fr;
155
+ align-items: stretch;
156
+ }
157
+ .divider-vert {
158
+ width: 1px;
159
+ background: rgba(255,255,255,0.24);
160
+ margin: 20px 0;
161
+ }
162
+ .sm-cell {
163
+ padding: 26px;
164
+ display: flex;
165
+ align-items: center;
166
+ gap: 22px;
167
+ }
168
+ .sm-time { font-size: 40px; font-weight: 700; }
169
+ .sm-caption { font-size: 28px; opacity: 0.9; }
170
+
171
+ /* Bottom navigation */
172
+ .bottom-nav {
173
+ position: absolute;
174
+ left: 0; right: 0; bottom: 74px;
175
+ height: 160px;
176
+ background: rgba(0,0,0,0.22);
177
+ backdrop-filter: blur(2px);
178
+ display: grid;
179
+ grid-template-columns: repeat(4, 1fr);
180
+ border-top: 1px solid rgba(255,255,255,0.15);
181
+ }
182
+ .nav-item {
183
+ display: flex;
184
+ flex-direction: column;
185
+ align-items: center;
186
+ justify-content: center;
187
+ gap: 12px;
188
+ color: rgba(255,255,255,0.8);
189
+ font-size: 30px;
190
+ font-weight: 600;
191
+ }
192
+ .nav-item.active { color: #fff; font-weight: 800; }
193
+ .nav-icon { width: 56px; height: 56px; }
194
+
195
+ /* Gesture bar */
196
+ .gesture {
197
+ position: absolute;
198
+ left: 50%;
199
+ transform: translateX(-50%);
200
+ bottom: 22px;
201
+ width: 220px;
202
+ height: 10px;
203
+ background: #fff;
204
+ border-radius: 10px;
205
+ opacity: 0.9;
206
+ }
207
+
208
+ /* Utility colors */
209
+ .muted { color: rgba(255,255,255,0.72); }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <div class="top-gradient">
216
+ <!-- Status Bar -->
217
+ <div class="status-bar">
218
+ <div class="status-time">10:49</div>
219
+ <div class="status-icons">
220
+ <!-- simple mock status icons -->
221
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff"><path d="M7 2h10v2H7zM4 6h16l-1 16H5z"/></svg>
222
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff"><path d="M12 2a10 10 0 1010 10A10 10 0 0012 2zm1 5v6h5v2h-7V7z"/></svg>
223
+ <span class="status-dot"></span>
224
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff"><path d="M12 2L2 7l10 5 10-5-10-5zm0 7l-10 5 10 5 10-5-10-5z"/></svg>
225
+ <svg class="icon-small" viewBox="0 0 24 24" fill="#fff"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5A6.5 6.5 0 0112 3a6.5 6.5 0 0110 5.5c0 3.78-3.4 6.86-8.55 11.54z"/></svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- App Bar -->
230
+ <div class="app-bar">
231
+ <div class="app-left">
232
+ <div class="hamburger">
233
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff">
234
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/>
235
+ </svg>
236
+ </div>
237
+ <div class="app-titles">
238
+ <div class="brand">
239
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#fff"><path d="M12 4l1.9 3.6L18 9l-3.6 1.4L12 14l-1.9-3.6L6 9l3.6-1.4z"/></svg>
240
+ AccuWeather
241
+ </div>
242
+ <div class="location">Bourg-en-Bresse, FR
243
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="#fff" style="vertical-align: middle;">
244
+ <path d="M7 10l5 5 5-5z"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ <div class="premium-btn">GET PREMIUM+</div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Forecast Strip -->
254
+ <div class="forecast-strip">
255
+ <div class="forecast-item">
256
+ <div class="forecast-title">TONIGHT</div>
257
+ <div class="forecast-icon">
258
+ <svg width="74" height="74" viewBox="0 0 24 24" fill="#fff">
259
+ <path d="M12 2a7 7 0 105.3 11.7A8 8 0 0112 2z"/>
260
+ </svg>
261
+ </div>
262
+ <div class="forecast-temp">45°</div>
263
+ <div class="forecast-note">RealFeel 44°</div>
264
+ </div>
265
+ <div class="forecast-item">
266
+ <div class="forecast-title">SUN</div>
267
+ <div class="forecast-icon">
268
+ <svg width="74" height="74" viewBox="0 0 24 24" fill="#fff">
269
+ <circle cx="12" cy="12" r="5"></circle>
270
+ <path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M17.7 6.3l2.1-2.1M4.2 19.8l2.1-2.1" stroke="#fff" stroke-width="2" fill="none"/>
271
+ </svg>
272
+ </div>
273
+ <div class="forecast-temp">71°</div>
274
+ <div class="forecast-note">RealFeel 72°</div>
275
+ </div>
276
+ <div class="forecast-item">
277
+ <div class="forecast-title">SUN NIGHT</div>
278
+ <div class="forecast-icon">
279
+ <svg width="74" height="74" viewBox="0 0 24 24" fill="#fff">
280
+ <path d="M12 2a7 7 0 105.3 11.7A8 8 0 0112 2z"/>
281
+ </svg>
282
+ </div>
283
+ <div class="forecast-temp">45°</div>
284
+ <div class="forecast-note">RealFeel 45°</div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Today's Details -->
289
+ <div class="section">
290
+ <h2>Today's Details</h2>
291
+ <div class="sub">Current Conditions</div>
292
+ </div>
293
+
294
+ <div class="card">
295
+ <div class="detail-row">
296
+ <div class="detail-label">Temperature</div>
297
+ <div class="detail-value">62°</div>
298
+ </div>
299
+ <div class="detail-row">
300
+ <div class="detail-label">RealFeel<sup>®</sup></div>
301
+ <div class="detail-value">60°</div>
302
+ </div>
303
+ <div class="detail-row">
304
+ <div class="detail-label">RealFeel<sup>®</sup> Shade</div>
305
+ <div class="detail-value">60°</div>
306
+ </div>
307
+ <div class="detail-row">
308
+ <div class="detail-label">Wind</div>
309
+ <div class="detail-value">WNW 6 mph</div>
310
+ </div>
311
+ <div class="detail-row">
312
+ <div class="detail-label">Max Wind Gusts</div>
313
+ <div class="detail-value">10 mph</div>
314
+ </div>
315
+ <div class="detail-row">
316
+ <div class="detail-label">Humidity</div>
317
+ <div class="detail-value">70%</div>
318
+ </div>
319
+ <div class="detail-row">
320
+ <div class="detail-label">Indoor Humidity</div>
321
+ <div class="detail-value">57% (Ideal Humidity)</div>
322
+ </div>
323
+
324
+ <div class="see-more">
325
+ See More
326
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M8 5l7 7-7 7" /></svg>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Sun & Moon -->
331
+ <div class="sunmoon-title">SUN & MOON</div>
332
+ <div class="card">
333
+ <div class="sunmoon">
334
+ <div class="sm-cell">
335
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#fff" class="nav-icon">
336
+ <circle cx="12" cy="12" r="5"></circle>
337
+ <path d="M12 1v3M12 20v3M1 12h3M20 12h3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M17.7 6.3l2.1-2.1M4.2 19.8l2.1-2.1" stroke="#fff" stroke-width="2" fill="none"/>
338
+ </svg>
339
+ <div>
340
+ <div class="sm-time">12 hrs</div>
341
+ <div class="sm-caption">9 mins</div>
342
+ </div>
343
+ </div>
344
+ <div class="divider-vert"></div>
345
+ <div class="sm-cell">
346
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#fff" class="nav-icon">
347
+ <path d="M12 2a7 7 0 105.3 11.7A8 8 0 0112 2z"/>
348
+ </svg>
349
+ <div>
350
+ <div class="sm-time">7 hrs</div>
351
+ <div class="sm-caption">49 mins</div>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Bottom Navigation -->
358
+ <div class="bottom-nav">
359
+ <div class="nav-item active">
360
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#fff"><path d="M7 3h10v2H7zM5 7h14v12H5zM8 10h3v3H8z"/></svg>
361
+ <div>Today</div>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#fff"><path d="M12 8a4 4 0 100 8 4 4 0 000-8zm1-6h-2v4h2zM4 11H0v2h4zm20 0h-4v2h4zm-7-6l-1.5 1.5L18 8zM6 8l2.5-1.5L7 5z"/></svg>
365
+ <div>Hourly</div>
366
+ </div>
367
+ <div class="nav-item">
368
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#fff"><path d="M7 3h10v2H7zM5 7h14v12H5zM7 10h4v4H7zM13 10h4v4h-4z"/></svg>
369
+ <div>Daily</div>
370
+ </div>
371
+ <div class="nav-item">
372
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#fff"><path d="M12 12m-9 0a9 9 0 1118 0 9 9 0 11-18 0zm9-7v7l5 3"/></svg>
373
+ <div>Radar & Maps</div>
374
+ </div>
375
+ </div>
376
+
377
+ <div class="gesture"></div>
378
+ </div>
379
+ </body>
380
+ </html>
code/12963/12963_2.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Weather Radar 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;
10
+ position: relative; overflow: hidden;
11
+ background: #f2f2f2;
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ }
15
+
16
+ /* Header */
17
+ .header {
18
+ position: absolute; left: 0; top: 0; width: 1080px;
19
+ background: #0D79FF;
20
+ color: #fff;
21
+ }
22
+ .status-bar {
23
+ height: 90px; padding: 0 40px;
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ font-size: 36px; opacity: 0.95;
26
+ }
27
+ .status-right { display: flex; gap: 28px; align-items: center; }
28
+ .circle { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,0.8); }
29
+ .header-main {
30
+ display: flex; align-items: center; justify-content: space-between;
31
+ padding: 20px 36px 36px 36px;
32
+ }
33
+ .menu-btn {
34
+ width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
35
+ }
36
+ .menu-btn svg { width: 54px; height: 54px; opacity: 0.95; }
37
+ .title-wrap { text-align: left; }
38
+ .brand {
39
+ display: flex; align-items: center; gap: 16px;
40
+ font-size: 36px; color: rgba(255,255,255,0.9);
41
+ }
42
+ .brand svg { width: 40px; height: 40px; }
43
+ .location {
44
+ margin-top: 10px; font-size: 52px; font-weight: 700; letter-spacing: 0.5px;
45
+ display: inline-flex; align-items: center; gap: 12px;
46
+ }
47
+ .location svg { width: 28px; height: 28px; }
48
+ .premium {
49
+ background: #ff7a18; color: #fff; font-weight: 700;
50
+ padding: 22px 32px; border-radius: 38px; font-size: 36px;
51
+ box-shadow: 0 6px 12px rgba(0,0,0,0.25);
52
+ }
53
+
54
+ /* Legend bar */
55
+ .legend-bar {
56
+ position: absolute; left: 0; top: 256px; width: 1080px; height: 140px;
57
+ background: #2f3239;
58
+ display: flex; align-items: center; justify-content: center; gap: 34px;
59
+ box-shadow: 0 6px 12px rgba(0,0,0,0.25);
60
+ }
61
+ .legend-item {
62
+ width: 220px;
63
+ display: flex; flex-direction: column; align-items: center; gap: 14px;
64
+ color: #fff; font-size: 30px; font-weight: 700;
65
+ }
66
+ .band {
67
+ width: 220px; height: 36px; border-radius: 20px;
68
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
69
+ }
70
+ .rain { background: linear-gradient(90deg, #b7e000, #9bd400, #f0b400, #e44f2d); }
71
+ .snow { background: linear-gradient(90deg, #c9d9ea, #9ec3e5, #79a6de, #153c8f); }
72
+ .ice { background: linear-gradient(90deg, #efc3d5, #d78abb, #b858a5, #7d2b7b); }
73
+ .mix { background: linear-gradient(90deg, #c8bddf, #a997d6, #6d58c2, #4d2ea8); }
74
+
75
+ /* Map filter pills */
76
+ .filters {
77
+ position: absolute; left: 0; top: 396px; width: 1080px;
78
+ display: flex; justify-content: center; gap: 36px;
79
+ padding: 24px 36px;
80
+ }
81
+ .pill {
82
+ background: #3a3d43; color: #fff;
83
+ padding: 26px 34px; border-radius: 44px;
84
+ display: flex; align-items: center; gap: 18px;
85
+ font-size: 34px; font-weight: 700;
86
+ box-shadow: 0 8px 16px rgba(0,0,0,0.25);
87
+ }
88
+ .pill svg { width: 44px; height: 44px; stroke: #fff; fill: none; stroke-width: 3; }
89
+
90
+ /* Map placeholder (image) */
91
+ .map-area {
92
+ position: absolute; left: 0; top: 518px; width: 1080px; height: 1320px;
93
+ display: flex; align-items: center; justify-content: center;
94
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
95
+ font-size: 40px;
96
+ }
97
+
98
+ /* Timeline slider */
99
+ .timeline {
100
+ position: absolute; left: 60px; bottom: 310px; width: 960px; height: 170px;
101
+ background: #262a30; border-radius: 86px; color: #fff;
102
+ display: flex; align-items: center; gap: 30px; padding: 0 34px;
103
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
104
+ }
105
+ .play {
106
+ width: 110px; height: 110px; border-radius: 55px; background: rgba(255,255,255,0.05);
107
+ display: flex; align-items: center; justify-content: center;
108
+ border: 1px solid rgba(255,255,255,0.2);
109
+ }
110
+ .play svg { width: 46px; height: 46px; fill: #fff; }
111
+ .time-label { font-size: 34px; opacity: 0.9; }
112
+ .slider {
113
+ flex: 1; display: flex; align-items: center; gap: 18px;
114
+ }
115
+ .track {
116
+ width: 340px; height: 30px; background: #fff; border-radius: 8px;
117
+ }
118
+ .ticks {
119
+ flex: 1; height: 70px; position: relative;
120
+ background-image: repeating-linear-gradient(90deg, transparent, transparent 22px, rgba(255,255,255,0.4) 22px, rgba(255,255,255,0.4) 24px);
121
+ background-size: 100% 100%;
122
+ }
123
+ .now {
124
+ font-size: 36px; font-weight: 800; margin-right: 10px;
125
+ }
126
+ .marker {
127
+ position: absolute; left: 330px; top: -18px; width: 0; height: 0;
128
+ border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 22px solid #fff;
129
+ }
130
+ .end-time { font-size: 34px; opacity: 0.9; margin-left: 10px; }
131
+
132
+ /* Bottom tab bar */
133
+ .tabbar {
134
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 210px;
135
+ background: #0D79FF; color: #fff;
136
+ display: flex; align-items: center; justify-content: space-around;
137
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.2);
138
+ }
139
+ .tab {
140
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
141
+ font-size: 32px;
142
+ }
143
+ .tab svg { width: 60px; height: 60px; stroke: #fff; stroke-width: 3; fill: none; }
144
+ .tab .label { font-size: 32px; }
145
+ .selected .label { font-weight: 800; }
146
+
147
+ /* Home indicator */
148
+ .home-indicator {
149
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
150
+ width: 320px; height: 14px; background: rgba(0,0,0,0.12); border-radius: 10px;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Header -->
158
+ <div class="header">
159
+ <div class="status-bar">
160
+ <div>10:49</div>
161
+ <div class="status-right">
162
+ <div class="circle"></div>
163
+ <div class="circle"></div>
164
+ <div class="circle"></div>
165
+ <div class="circle"></div>
166
+ </div>
167
+ </div>
168
+ <div class="header-main">
169
+ <div class="menu-btn">
170
+ <svg viewBox="0 0 24 24">
171
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ <div class="title-wrap">
175
+ <div class="brand">
176
+ <svg viewBox="0 0 24 24">
177
+ <circle cx="12" cy="12" r="9" stroke="#fff" stroke-width="2" fill="none"/>
178
+ <path d="M12 7v5l3 2" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
179
+ </svg>
180
+ <span>AccuWeather</span>
181
+ </div>
182
+ <div class="location">
183
+ <span>Bourg-en-Bresse, FR</span>
184
+ <svg viewBox="0 0 24 24">
185
+ <path d="M6 9l6 6 6-6" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+ <div class="premium">GET PREMIUM+</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Legend bar -->
194
+ <div class="legend-bar">
195
+ <div class="legend-item">
196
+ <div class="band rain"></div>
197
+ <div>RAIN</div>
198
+ </div>
199
+ <div class="legend-item">
200
+ <div class="band snow"></div>
201
+ <div>SNOW</div>
202
+ </div>
203
+ <div class="legend-item">
204
+ <div class="band ice"></div>
205
+ <div>ICE</div>
206
+ </div>
207
+ <div class="legend-item">
208
+ <div class="band mix"></div>
209
+ <div>MIX</div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Filter pills -->
214
+ <div class="filters">
215
+ <div class="pill">
216
+ <svg viewBox="0 0 24 24">
217
+ <rect x="4" y="5" width="12" height="9" rx="1"></rect>
218
+ <rect x="8" y="10" width="12" height="9" rx="1"></rect>
219
+ </svg>
220
+ <span>ALL MAPS</span>
221
+ </div>
222
+ <div class="pill">
223
+ <svg viewBox="0 0 24 24">
224
+ <path d="M6 14c0-3 3-5 6-5s6 2 6 5" />
225
+ <path d="M4 14h16" />
226
+ </svg>
227
+ <span>CLOUDS</span>
228
+ </div>
229
+ <div class="pill">
230
+ <svg viewBox="0 0 24 24">
231
+ <rect x="10" y="5" width="4" height="10" rx="2"></rect>
232
+ <circle cx="12" cy="18" r="3"></circle>
233
+ </svg>
234
+ <span>TEMPERATURE</span>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Map placeholder -->
239
+ <div class="map-area">[IMG: Weather Radar Map]</div>
240
+
241
+ <!-- Timeline slider -->
242
+ <div class="timeline">
243
+ <div class="play">
244
+ <svg viewBox="0 0 24 24"><path d="M7 5l12 7-12 7z"/></svg>
245
+ </div>
246
+ <div class="time-label">7:20 pm</div>
247
+ <div class="slider">
248
+ <div class="track"></div>
249
+ <div class="ticks">
250
+ <div class="marker"></div>
251
+ </div>
252
+ </div>
253
+ <div class="now">NOW</div>
254
+ <div class="end-time">9:10 pm</div>
255
+ </div>
256
+
257
+ <!-- Bottom tab bar -->
258
+ <div class="tabbar">
259
+ <div class="tab">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="3" y="5" width="18" height="15" rx="2"></rect>
262
+ <path d="M7 3v4M17 3v4M3 10h18"></path>
263
+ </svg>
264
+ <div class="label">Today</div>
265
+ </div>
266
+ <div class="tab">
267
+ <svg viewBox="0 0 24 24">
268
+ <circle cx="12" cy="12" r="8"></circle>
269
+ <path d="M12 12l4 2M12 6v6"></path>
270
+ </svg>
271
+ <div class="label">Hourly</div>
272
+ </div>
273
+ <div class="tab">
274
+ <svg viewBox="0 0 24 24">
275
+ <rect x="4" y="5" width="16" height="14" rx="2"></rect>
276
+ <path d="M8 3v4M16 3v4M4 11h16"></path>
277
+ </svg>
278
+ <div class="label">Daily</div>
279
+ </div>
280
+ <div class="tab selected">
281
+ <svg viewBox="0 0 24 24">
282
+ <circle cx="12" cy="12" r="8"></circle>
283
+ <path d="M12 4c3 3 3 7 0 10s-3 7 0 10" stroke-linecap="round"></path>
284
+ </svg>
285
+ <div class="label">Radar & Maps</div>
286
+ </div>
287
+ </div>
288
+
289
+ <div class="home-indicator"></div>
290
+ </div>
291
+ </body>
292
+ </html>
code/12963/12963_3.html ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>AccuWeather Radar Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Top system/status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 90px;
25
+ background: #0a73ff;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 28px;
30
+ box-sizing: border-box;
31
+ font-size: 32px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left { flex: 1; }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .status-dot {
41
+ width: 10px; height: 10px; background: #fff; border-radius: 50%;
42
+ }
43
+ .status-icon {
44
+ width: 32px; height: 32px;
45
+ }
46
+
47
+ /* App header */
48
+ .app-header {
49
+ position: absolute;
50
+ top: 90px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 230px;
54
+ background: #0a73ff;
55
+ color: #fff;
56
+ box-sizing: border-box;
57
+ padding: 24px 40px;
58
+ }
59
+ .header-row {
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ }
64
+ .menu-icon {
65
+ width: 44px; height: 44px;
66
+ }
67
+ .premium-btn {
68
+ background: #ff7f2a;
69
+ color: #fff;
70
+ border-radius: 999px;
71
+ padding: 18px 28px;
72
+ font-weight: bold;
73
+ font-size: 28px;
74
+ }
75
+ .brand {
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 16px;
79
+ margin-top: 10px;
80
+ font-size: 32px;
81
+ opacity: 0.9;
82
+ }
83
+ .brand svg { width: 36px; height: 36px; }
84
+ .location {
85
+ margin-top: 6px;
86
+ font-size: 46px;
87
+ font-weight: 700;
88
+ display: inline-flex;
89
+ align-items: center;
90
+ gap: 10px;
91
+ }
92
+ .chev {
93
+ width: 22px; height: 22px;
94
+ }
95
+
96
+ /* Legend bar */
97
+ .legend-bar {
98
+ position: absolute;
99
+ top: 320px;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 120px;
103
+ background: #2f343b;
104
+ display: flex;
105
+ align-items: center;
106
+ gap: 26px;
107
+ box-sizing: border-box;
108
+ padding: 18px 22px;
109
+ color: #fff;
110
+ }
111
+ .legend-item {
112
+ display: flex;
113
+ flex-direction: column;
114
+ align-items: center;
115
+ width: 240px;
116
+ gap: 8px;
117
+ }
118
+ .legend-strip {
119
+ width: 240px; height: 28px; border-radius: 12px;
120
+ }
121
+ .legend-label { font-size: 24px; opacity: 0.9; }
122
+
123
+ .strip-rain { background: linear-gradient(90deg,#a6ce39,#ffe100,#ff9d00,#e94235); }
124
+ .strip-snow { background: linear-gradient(90deg,#cfe1ff,#94b9ff,#4a88ff,#1f3bd9); }
125
+ .strip-ice { background: linear-gradient(90deg,#e7b1c8,#d47cb4,#b6559f,#8b3b94); }
126
+ .strip-mix { background: linear-gradient(90deg,#cdb8ff,#a786ff,#7c5aff,#5b38c9); }
127
+
128
+ /* Map placeholder */
129
+ .map {
130
+ position: absolute;
131
+ top: 440px;
132
+ left: 0;
133
+ width: 1080px;
134
+ height: 1580px;
135
+ background: #E0E0E0;
136
+ border-top: 1px solid #BDBDBD;
137
+ border-bottom: 1px solid #BDBDBD;
138
+ display: flex;
139
+ justify-content: center;
140
+ align-items: center;
141
+ color: #757575;
142
+ font-size: 34px;
143
+ text-align: center;
144
+ }
145
+ .map::before {
146
+ content: "[IMG: Map - Bourg-en-Bresse with rain overlay]";
147
+ }
148
+
149
+ /* Overlay chips on map */
150
+ .chip-row {
151
+ position: absolute;
152
+ top: 500px;
153
+ left: 26px;
154
+ display: flex;
155
+ gap: 24px;
156
+ }
157
+ .chip {
158
+ background: #3a3f46;
159
+ color: #fff;
160
+ border-radius: 38px;
161
+ padding: 18px 28px;
162
+ display: inline-flex;
163
+ align-items: center;
164
+ gap: 16px;
165
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
166
+ font-size: 28px;
167
+ }
168
+ .chip svg { width: 34px; height: 34px; fill: #fff; }
169
+
170
+ /* Timeline scrubber overlay */
171
+ .timeline {
172
+ position: absolute;
173
+ left: 40px;
174
+ bottom: 248px;
175
+ width: 1000px;
176
+ height: 150px;
177
+ background: #2f343b;
178
+ border-radius: 80px;
179
+ color: #fff;
180
+ display: flex;
181
+ align-items: center;
182
+ padding: 0 36px;
183
+ box-sizing: border-box;
184
+ gap: 24px;
185
+ }
186
+ .play-circle {
187
+ width: 82px; height: 82px; border-radius: 50%;
188
+ background: #1f242a;
189
+ display: flex; align-items: center; justify-content: center;
190
+ }
191
+ .play-circle svg { width: 34px; height: 34px; fill: #fff; }
192
+ .time-text { font-size: 28px; opacity: 0.9; }
193
+ .slider {
194
+ flex: 1;
195
+ height: 18px;
196
+ background: #4a4f56;
197
+ border-radius: 10px;
198
+ position: relative;
199
+ margin: 0 12px;
200
+ }
201
+ .slider .progress {
202
+ position: absolute; left: 0; top: 0; height: 100%; width: 58%;
203
+ background: #fff; border-radius: 10px;
204
+ }
205
+ .slider .marker {
206
+ position: absolute; left: 58%; top: -18px;
207
+ width: 6px; height: 54px; background: #fff; border-radius: 3px;
208
+ }
209
+ .now-label {
210
+ font-size: 26px; font-weight: bold; margin-left: -6px;
211
+ }
212
+ .right-time { font-size: 28px; opacity: 0.9; }
213
+
214
+ /* Bottom tab bar */
215
+ .tab-bar {
216
+ position: absolute;
217
+ bottom: 0;
218
+ left: 0;
219
+ width: 1080px;
220
+ height: 210px;
221
+ background: #1f6fcc;
222
+ color: #dbe9ff;
223
+ display: flex;
224
+ align-items: center;
225
+ justify-content: space-around;
226
+ box-sizing: border-box;
227
+ padding-top: 24px;
228
+ border-top: 1px solid rgba(255,255,255,0.15);
229
+ }
230
+ .tab {
231
+ width: 25%;
232
+ text-align: center;
233
+ }
234
+ .tab svg { width: 56px; height: 56px; fill: #dbe9ff; }
235
+ .tab .label { margin-top: 12px; font-size: 28px; }
236
+ .tab.active .label { color: #ffffff; font-weight: 700; }
237
+ .tab.active svg { fill: #ffffff; }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- Status bar -->
244
+ <div class="status-bar">
245
+ <div class="status-left">10:50</div>
246
+ <div class="status-right">
247
+ <!-- simple icons mimicking status -->
248
+ <svg class="status-icon" viewBox="0 0 24 24">
249
+ <path fill="#fff" d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5h-2v6l5 3 .9-1.8-3.9-2.2V7z"/>
250
+ </svg>
251
+ <svg class="status-icon" viewBox="0 0 24 24">
252
+ <path fill="#fff" d="M3 18h18v-2H3v2zm2-5h14v-2H5v2zm3-5h8V6H8v2z"/>
253
+ </svg>
254
+ <svg class="status-icon" viewBox="0 0 24 24">
255
+ <path fill="#fff" d="M20 7H4v10h16V7zm-2 8H6V9h12v6z"/>
256
+ </svg>
257
+ <div class="status-dot"></div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- App Header -->
262
+ <div class="app-header">
263
+ <div class="header-row">
264
+ <!-- hamburger -->
265
+ <svg class="menu-icon" viewBox="0 0 24 24">
266
+ <path fill="#fff" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
267
+ </svg>
268
+ <div class="premium-btn">GET PREMIUM+</div>
269
+ </div>
270
+
271
+ <div class="brand">
272
+ <svg viewBox="0 0 24 24">
273
+ <path fill="#fff" d="M12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0-5h1v3h-1V2zm0 19h1v3h-1v-3zM2 11h3v1H2v-1zm17 0h3v1h-3v-1zM4.2 4.2l.7-.7 2.1 2.1-.7.7L4.2 4.2zm12.7 12.7.7-.7 2.1 2.1-.7.7-2.1-2.1zM4.2 19.8l2.1-2.1.7.7-2.1 2.1-.7-.7zm12.7-12.7 2.1-2.1.7.7-2.1 2.1-.7-.7z"/>
274
+ </svg>
275
+ <span>AccuWeather</span>
276
+ </div>
277
+
278
+ <div class="location">
279
+ Bourg-en-Bresse, FR
280
+ <svg class="chev" viewBox="0 0 24 24">
281
+ <path fill="#fff" d="M7 9l5 5 5-5H7z"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Legend bar -->
287
+ <div class="legend-bar">
288
+ <div class="legend-item">
289
+ <div class="legend-strip strip-rain"></div>
290
+ <div class="legend-label">RAIN</div>
291
+ </div>
292
+ <div class="legend-item">
293
+ <div class="legend-strip strip-snow"></div>
294
+ <div class="legend-label">SNOW</div>
295
+ </div>
296
+ <div class="legend-item">
297
+ <div class="legend-strip strip-ice"></div>
298
+ <div class="legend-label">ICE</div>
299
+ </div>
300
+ <div class="legend-item">
301
+ <div class="legend-strip strip-mix"></div>
302
+ <div class="legend-label">MIX</div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Map placeholder -->
307
+ <div class="map"></div>
308
+
309
+ <!-- Chips overlay -->
310
+ <div class="chip-row">
311
+ <div class="chip">
312
+ <svg viewBox="0 0 24 24">
313
+ <path d="M4 6h16v3H4V6zm2 5h12v3H6v-3zm3 5h6v3H9v-3z"/>
314
+ </svg>
315
+ <span>ALL MAPS</span>
316
+ </div>
317
+ <div class="chip">
318
+ <svg viewBox="0 0 24 24">
319
+ <path d="M3 16c4-6 6-6 9-3s5 3 9-1v3c-4 4-7 4-10 1S7 13 3 17v-1z"/>
320
+ </svg>
321
+ <span>CLOUDS</span>
322
+ </div>
323
+ <div class="chip">
324
+ <svg viewBox="0 0 24 24">
325
+ <path d="M6 18V6h2v12H6zm5 0V8h2v10h-2zm5 0V4h2v14h-2z"/>
326
+ </svg>
327
+ <span>TEMPERATURE</span>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Timeline playback overlay -->
332
+ <div class="timeline">
333
+ <div class="play-circle">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M8 5v14l11-7-11-7z"/>
336
+ </svg>
337
+ </div>
338
+ <div class="time-text">7:20 pm</div>
339
+ <div class="slider">
340
+ <div class="progress"></div>
341
+ <div class="marker"></div>
342
+ </div>
343
+ <div class="now-label">NOW</div>
344
+ <div class="right-time">9:10 pm</div>
345
+ </div>
346
+
347
+ <!-- Bottom tab bar -->
348
+ <div class="tab-bar">
349
+ <div class="tab">
350
+ <svg viewBox="0 0 24 24">
351
+ <path d="M4 4h16v4H4V4zm0 6h16v10H4V10zm4-5h2v3H8V5z"/>
352
+ </svg>
353
+ <div class="label">Today</div>
354
+ </div>
355
+ <div class="tab">
356
+ <svg viewBox="0 0 24 24">
357
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5h-2v6l4 2 .7-1.4-2.7-1.6V7z"/>
358
+ </svg>
359
+ <div class="label">Hourly</div>
360
+ </div>
361
+ <div class="tab">
362
+ <svg viewBox="0 0 24 24">
363
+ <path d="M4 5h16v14H4V5zm2 3h12v9H6V8z"/>
364
+ </svg>
365
+ <div class="label">Daily</div>
366
+ </div>
367
+ <div class="tab active">
368
+ <svg viewBox="0 0 24 24">
369
+ <path d="M12 3a9 9 0 1 0 9 9A9 9 0 0 0 12 3zm0 2a7 7 0 1 1-7 7 7 7 0 0 1 7-7zm0 3a1 1 0 0 0 0 2 4 4 0 0 1 4 4h2a6 6 0 0 0-6-6z"/>
370
+ </svg>
371
+ <div class="label">Radar & Maps</div>
372
+ </div>
373
+ </div>
374
+
375
+ </div>
376
+ </body>
377
+ </html>
code/12966/12966_0.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top bars */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #2F6CF6;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-size: 36px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 26px;
34
+ }
35
+ .icon-circle {
36
+ width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9;
37
+ }
38
+
39
+ .app-bar {
40
+ height: 190px;
41
+ background: #2F6CF6;
42
+ color: #fff;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 40px;
46
+ box-sizing: border-box;
47
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
48
+ }
49
+ .app-bar h1 {
50
+ margin: 0;
51
+ font-size: 60px;
52
+ font-weight: 500;
53
+ }
54
+
55
+ /* Product card */
56
+ .card {
57
+ margin: 18px 0 0 0;
58
+ background: #fff;
59
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
60
+ }
61
+ .product-row {
62
+ display: flex;
63
+ padding: 34px 36px;
64
+ align-items: center;
65
+ gap: 30px;
66
+ }
67
+ .thumb {
68
+ width: 180px;
69
+ height: 140px;
70
+ background: #E0E0E0;
71
+ border: 1px solid #BDBDBD;
72
+ display: flex;
73
+ align-items: center;
74
+ justify-content: center;
75
+ color: #757575;
76
+ font-size: 26px;
77
+ }
78
+ .product-info {
79
+ flex: 1;
80
+ }
81
+ .product-title {
82
+ font-size: 42px;
83
+ color: #444;
84
+ margin: 0 0 16px 0;
85
+ line-height: 1.25;
86
+ font-weight: 600;
87
+ }
88
+ .price-row {
89
+ display: flex;
90
+ align-items: baseline;
91
+ gap: 18px;
92
+ }
93
+ .price {
94
+ font-size: 58px;
95
+ font-weight: 700;
96
+ color: #111;
97
+ }
98
+ .mrp {
99
+ font-size: 36px;
100
+ color: #9e9e9e;
101
+ text-decoration: line-through;
102
+ }
103
+ .off {
104
+ font-size: 36px;
105
+ color: #4CAF50;
106
+ font-weight: 600;
107
+ }
108
+
109
+ .divider {
110
+ height: 16px;
111
+ background: #eeeeee;
112
+ border-top: 1px solid #e0e0e0;
113
+ border-bottom: 1px solid #e0e0e0;
114
+ }
115
+
116
+ /* Tabs */
117
+ .tabs {
118
+ display: flex;
119
+ justify-content: space-around;
120
+ align-items: center;
121
+ height: 120px;
122
+ border-bottom: 1px solid #e0e0e0;
123
+ }
124
+ .tab {
125
+ color: #7aa1f7;
126
+ font-size: 40px;
127
+ font-weight: 700;
128
+ padding: 0 16px 22px 16px;
129
+ position: relative;
130
+ }
131
+ .tab.active {
132
+ color: #2F6CF6;
133
+ }
134
+ .tab.active::after {
135
+ content: "";
136
+ position: absolute;
137
+ height: 8px;
138
+ left: 0; right: 0;
139
+ bottom: -1px;
140
+ background: #2F6CF6;
141
+ border-radius: 4px 4px 0 0;
142
+ }
143
+
144
+ /* Content */
145
+ .content {
146
+ padding: 36px 44px 0 44px;
147
+ box-sizing: border-box;
148
+ }
149
+ .content p {
150
+ font-size: 36px;
151
+ line-height: 1.55;
152
+ color: #333;
153
+ margin: 0 0 28px 0;
154
+ }
155
+
156
+ /* Bottom gesture area */
157
+ .gesture-area {
158
+ position: absolute;
159
+ bottom: 0;
160
+ left: 0;
161
+ width: 1080px;
162
+ height: 130px;
163
+ background: #000;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ }
168
+ .gesture-pill {
169
+ width: 340px;
170
+ height: 12px;
171
+ background: #d6d6d6;
172
+ border-radius: 8px;
173
+ opacity: 0.95;
174
+ }
175
+
176
+ /* Simple SVG icons */
177
+ .wifi svg, .battery svg { display: block; }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+
183
+ <!-- Status Bar -->
184
+ <div class="status-bar">
185
+ <div class="status-left">12:54</div>
186
+ <div class="status-right">
187
+ <div class="icon-circle"></div>
188
+ <div class="icon-circle" style="width:12px;height:12px;"></div>
189
+ <div class="wifi">
190
+ <svg width="36" height="24" viewBox="0 0 24 24" fill="none">
191
+ <path d="M2 7c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
192
+ <path d="M6 11c3-2 9-2 12 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
193
+ <path d="M10 15c2-1 2-1 4 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
194
+ <circle cx="12" cy="19" r="1.6" fill="#fff"/>
195
+ </svg>
196
+ </div>
197
+ <div class="battery">
198
+ <svg width="42" height="24" viewBox="0 0 28 16" fill="none">
199
+ <rect x="1" y="3" width="22" height="10" stroke="#fff" stroke-width="2" rx="2"/>
200
+ <rect x="3" y="5" width="14" height="6" fill="#fff"/>
201
+ <rect x="23" y="6" width="3" height="4" fill="#fff"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- App Bar -->
208
+ <div class="app-bar">
209
+ <h1>Product Details</h1>
210
+ </div>
211
+
212
+ <!-- Product Card -->
213
+ <div class="card">
214
+ <div class="product-row">
215
+ <div class="thumb">[IMG: Sofa]</div>
216
+ <div class="product-info">
217
+ <div class="product-title">duroflex Utopia Fabric 3 Seater&nbsp;&nbsp;Sofa</div>
218
+ <div class="price-row">
219
+ <div class="price">₹26,862</div>
220
+ <div class="mrp">48,840</div>
221
+ <div class="off">45% off</div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="divider"></div>
228
+
229
+ <!-- Tabs -->
230
+ <div class="tabs">
231
+ <div class="tab active">DESCRIPTION</div>
232
+ <div class="tab">SPECIFICATIONS</div>
233
+ <div class="tab">MORE</div>
234
+ </div>
235
+
236
+ <!-- Content -->
237
+ <div class="content">
238
+ <p>Bring home a luxurious seating experience with Utopia Fabric Sofa by Duroflex. Made with trusted Duroflex foam, this sofa is designed for comfort. The sofa features a broad wedge arm design that allows neck support when lounging. The premium fabric on the sofa is resistant to pilling and colour fading.</p>
239
+ <p>The seat features a high elastic nylon webbing and zig zag spring for a plush experience. The back cushions are filled with non-siliconized virgin polyfill, and they are removable. The sturdy sofa legs are made from solid wood. Made from Pine wood, this frame is stiff and shock‑resistant, and retains its shape over a long period.</p>
240
+ <p>All our Sofas have passed European norms of durability. The combined back and seat durability tests have been conducted for more than 25000 cycles.</p>
241
+ <p>Disclaimer: The fabric used in this sofa is made up of Shenyl yarn. The unique property of this yarn gives a different look to the fabric in different lights.</p>
242
+ </div>
243
+
244
+ <!-- Bottom Gesture Bar -->
245
+ <div class="gesture-area">
246
+ <div class="gesture-pill"></div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>
code/12966/12966_1.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
14
+ color: #212121;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0; right: 0;
21
+ height: 140px;
22
+ background: #EDEDED;
23
+ display: flex; align-items: center;
24
+ padding: 0 40px;
25
+ font-weight: 600; color: #4A4A4A;
26
+ font-size: 38px;
27
+ }
28
+ .status-icons {
29
+ margin-left: 24px; display: flex; align-items: center; gap: 22px;
30
+ }
31
+ .status-dot { width: 18px; height: 18px; background:#777; border-radius:50%; opacity:.7; }
32
+ .status-right { margin-left: auto; display:flex; align-items:center; gap: 28px; }
33
+ .wifi, .battery {
34
+ width: 44px; height: 28px;
35
+ border: 3px solid #555; border-radius: 6px; position: relative;
36
+ }
37
+ .wifi::after {
38
+ content: ''; position: absolute; left: 6px; right: 6px; top: 6px; bottom: 6px;
39
+ border-top: 4px solid #555; border-left: 4px solid transparent; border-right: 4px solid transparent;
40
+ }
41
+ .battery::after { content:''; position:absolute; top:6px; left:6px; right:6px; bottom:6px; background:#555; }
42
+ .battery-tip { width: 8px; height: 12px; background:#555; border-radius:2px; margin-left: -2px; position:absolute; right:-10px; top:8px; }
43
+
44
+ /* Content wrapper beneath status bar */
45
+ .content {
46
+ position: absolute;
47
+ top: 140px; left: 0; right: 0; bottom: 180px; /* leave space for bottom action bar & home indicator */
48
+ overflow: hidden;
49
+ }
50
+
51
+ .image-strip {
52
+ height: 380px;
53
+ padding: 0 40px;
54
+ display: flex; align-items: center;
55
+ background: #FAFAFA;
56
+ border-bottom: 1px solid #E0E0E0;
57
+ }
58
+ .img-placeholder {
59
+ width: 100%;
60
+ height: 300px;
61
+ background: #E0E0E0;
62
+ border: 1px solid #BDBDBD;
63
+ display: flex; justify-content: center; align-items: center;
64
+ color: #757575; font-size: 34px;
65
+ }
66
+
67
+ .section {
68
+ padding: 36px 40px;
69
+ border-top: 1px solid #ECECEC;
70
+ background: #FFFFFF;
71
+ }
72
+ .row-link {
73
+ display: flex; align-items: center; justify-content: space-between;
74
+ padding: 12px 0;
75
+ font-size: 44px; font-weight: 700;
76
+ }
77
+ .chevron {
78
+ width: 40px; height: 40px;
79
+ }
80
+ .chevron svg { width: 100%; height: 100%; }
81
+ .divider { height: 1px; background: #E6E6E6; margin: 24px 0; }
82
+
83
+ .title { font-size: 48px; font-weight: 800; margin-bottom: 6px; }
84
+ .subhead { font-size: 40px; font-weight: 700; margin-top: 10px; }
85
+ .body { font-size: 34px; line-height: 1.45; color: #444; margin-top: 8px; }
86
+
87
+ .kvp-row {
88
+ display: flex; align-items: center; justify-content: space-between;
89
+ padding: 20px 0; border-top: 1px solid #EFEFEF;
90
+ }
91
+ .kvp-row:first-child { border-top: none; }
92
+ .kvp-label { font-size: 36px; color: #9E9E9E; }
93
+ .kvp-value { font-size: 40px; font-weight: 800; color: #222; }
94
+
95
+ /* Ratings header */
96
+ .ratings-header {
97
+ display: flex; align-items: center; justify-content: space-between;
98
+ }
99
+ .rate-btn {
100
+ background: #FFFFFF;
101
+ border: 2px solid #E0E0E0;
102
+ border-radius: 18px;
103
+ padding: 18px 28px;
104
+ color: #5E35FF;
105
+ font-weight: 700; font-size: 34px;
106
+ box-shadow: 0 2px 6px rgba(0,0,0,0.10);
107
+ }
108
+
109
+ /* Bottom action bar */
110
+ .action-bar {
111
+ position: absolute; left: 0; right: 0; bottom: 80px;
112
+ padding: 22px 40px;
113
+ background: #FFFFFF;
114
+ border-top: 1px solid #E7E7E7;
115
+ display: flex; gap: 28px;
116
+ }
117
+ .btn {
118
+ flex: 1;
119
+ height: 120px;
120
+ border-radius: 22px;
121
+ font-size: 42px; font-weight: 800;
122
+ display: flex; align-items: center; justify-content: center;
123
+ cursor: default;
124
+ }
125
+ .btn-outline {
126
+ background: #FFFFFF;
127
+ border: 3px solid #E0E0E0;
128
+ color: #5E35FF;
129
+ }
130
+ .btn-primary {
131
+ background: #5E35FF;
132
+ color: #FFFFFF;
133
+ border: 3px solid #5E35FF;
134
+ box-shadow: 0 6px 10px rgba(94,53,255,0.25);
135
+ }
136
+
137
+ /* Home indicator zone */
138
+ .home-area {
139
+ position: absolute; left: 0; right: 0; bottom: 0;
140
+ height: 80px; background: #000000;
141
+ display: flex; align-items: center; justify-content: center;
142
+ }
143
+ .home-indicator {
144
+ width: 200px; height: 12px; border-radius: 8px; background: #F5F5F5; opacity: 0.9;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status Bar -->
152
+ <div class="status-bar">
153
+ <div>12:59</div>
154
+ <div class="status-icons">
155
+ <div class="status-dot"></div>
156
+ <div class="status-dot"></div>
157
+ <div class="status-dot"></div>
158
+ <div class="status-dot"></div>
159
+ <div class="status-dot"></div>
160
+ </div>
161
+ <div class="status-right">
162
+ <div class="wifi"></div>
163
+ <div class="battery"><div class="battery-tip"></div></div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Content -->
168
+ <div class="content">
169
+ <div class="image-strip">
170
+ <div class="img-placeholder">[IMG: Sofa Product]</div>
171
+ </div>
172
+
173
+ <div class="section">
174
+ <div class="row-link">
175
+ <div>All Details</div>
176
+ <div class="chevron">
177
+ <svg viewBox="0 0 24 24">
178
+ <path d="M8 4 L16 12 L8 20" fill="none" stroke="#6D6D6D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="section">
185
+ <div class="title">Highlights</div>
186
+
187
+ <div class="subhead">Fabric</div>
188
+ <div class="body">
189
+ Fabric does not conduct heat and hence it is ideal for humid areas. It is not vulnerable to scratches which makes it pet-friendly.
190
+ </div>
191
+
192
+ <div class="subhead" style="margin-top: 22px;">Foam</div>
193
+ <div class="body">
194
+ Foam filling gives this product a soft, relaxing and comfortable feel.
195
+ </div>
196
+ </div>
197
+
198
+ <div class="section">
199
+ <div class="title">Dimensions</div>
200
+ <div class="kvp-row">
201
+ <div class="kvp-label">Depth</div>
202
+ <div class="kvp-value">88.9 cm</div>
203
+ </div>
204
+ <div class="kvp-row">
205
+ <div class="kvp-label">Width</div>
206
+ <div class="kvp-value">190.5 cm</div>
207
+ </div>
208
+ <div class="kvp-row">
209
+ <div class="kvp-label">Height</div>
210
+ <div class="kvp-value">94 cm</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="section">
215
+ <div class="title">Material &amp; Color</div>
216
+ <div class="kvp-row">
217
+ <div class="kvp-label">Material</div>
218
+ <div class="kvp-value">Fabric</div>
219
+ </div>
220
+ <div class="kvp-row">
221
+ <div class="kvp-label">Color</div>
222
+ <div class="kvp-value">Beige</div>
223
+ </div>
224
+ </div>
225
+
226
+ <div class="section">
227
+ <div class="row-link">
228
+ <div>All Details</div>
229
+ <div class="chevron">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M8 4 L16 12 L8 20" fill="none" stroke="#6D6D6D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="section" style="border-top: 6px solid #EAEAEA;">
238
+ <div class="ratings-header">
239
+ <div class="title" style="margin-bottom:0;">Ratings &amp; Reviews</div>
240
+ <button class="rate-btn">Rate Product</button>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom action bar -->
246
+ <div class="action-bar">
247
+ <div class="btn btn-outline">Add to cart</div>
248
+ <div class="btn btn-primary">Buy Now</div>
249
+ </div>
250
+
251
+ <!-- Home indicator -->
252
+ <div class="home-area">
253
+ <div class="home-indicator"></div>
254
+ </div>
255
+
256
+ </div>
257
+ </body>
258
+ </html>
code/12966/12966_2.html ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Reviews UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ box-shadow: 0 2px 12px rgba(0,0,0,0.08);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #EDEDED;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 36px;
24
+ color: #5F6368;
25
+ font-size: 36px;
26
+ }
27
+ .status-bar .right-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .dot { width: 14px; height: 14px; background: #7D7D7D; border-radius: 50%; display: inline-block; }
34
+
35
+ /* Content area */
36
+ .content {
37
+ padding: 24px 36px 180px 36px;
38
+ }
39
+
40
+ .rating-summary {
41
+ display: flex;
42
+ gap: 32px;
43
+ padding: 24px 0 12px 0;
44
+ border-bottom: 1px solid #E6E6E6;
45
+ }
46
+ .summary-left {
47
+ width: 520px;
48
+ padding-right: 24px;
49
+ border-right: 1px solid #E6E6E6;
50
+ }
51
+ .summary-title {
52
+ font-size: 48px;
53
+ font-weight: 700;
54
+ color: #5E5E5E;
55
+ margin-bottom: 12px;
56
+ }
57
+ .stars-row {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 6px;
61
+ margin: 8px 0;
62
+ }
63
+ .star svg { width: 42px; height: 42px; }
64
+ .half-star svg { width: 42px; height: 42px; }
65
+ .summary-sub {
66
+ color: #8A8A8A;
67
+ font-size: 30px;
68
+ margin-top: 10px;
69
+ }
70
+ .summary-right {
71
+ flex: 1;
72
+ padding-top: 8px;
73
+ }
74
+ .dist-row {
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 14px;
78
+ margin: 12px 0;
79
+ font-size: 30px;
80
+ color: #444;
81
+ }
82
+ .bar {
83
+ width: 420px;
84
+ height: 18px;
85
+ background: #E5E5E5;
86
+ border-radius: 10px;
87
+ position: relative;
88
+ overflow: hidden;
89
+ }
90
+ .bar > span {
91
+ position: absolute;
92
+ top: 0; left: 0;
93
+ height: 100%;
94
+ background: #0F9D58;
95
+ border-radius: 10px;
96
+ }
97
+ .dist-count {
98
+ width: 50px;
99
+ text-align: right;
100
+ color: #6F6F6F;
101
+ }
102
+
103
+ /* Circular metrics */
104
+ .metrics {
105
+ display: flex;
106
+ justify-content: space-between;
107
+ gap: 18px;
108
+ padding: 28px 0 24px 0;
109
+ border-bottom: 1px solid #EAEAEA;
110
+ }
111
+ .metric {
112
+ width: 198px;
113
+ text-align: center;
114
+ }
115
+ .ring {
116
+ width: 162px;
117
+ height: 162px;
118
+ margin: 0 auto 14px auto;
119
+ border-radius: 50%;
120
+ background: conic-gradient(#0F9D58 var(--deg), #DADADA var(--deg));
121
+ display: grid;
122
+ place-items: center;
123
+ box-shadow: inset 0 0 0 12px #0F9D58;
124
+ }
125
+ .ring::after {
126
+ content: '';
127
+ width: 120px; height: 120px; background: #FFF; border-radius: 50%;
128
+ box-shadow: 0 0 0 1px #D0D0D0 inset;
129
+ }
130
+ .metric-value {
131
+ position: absolute;
132
+ font-size: 40px;
133
+ font-weight: 600;
134
+ color: #0F9D58;
135
+ transform: translateY(-102px);
136
+ width: 162px;
137
+ text-align: center;
138
+ }
139
+ .metric-label {
140
+ font-size: 30px;
141
+ color: #6A6A6A;
142
+ }
143
+
144
+ /* Review cards */
145
+ .review-card {
146
+ padding: 28px 10px 22px 10px;
147
+ border-bottom: 1px solid #EAEAEA;
148
+ }
149
+ .review-header {
150
+ display: flex; align-items: center; gap: 18px;
151
+ margin-bottom: 12px;
152
+ }
153
+ .review-title {
154
+ font-size: 40px; font-weight: 700; color: #222;
155
+ }
156
+ .review-text {
157
+ font-size: 34px; color: #3A3A3A; line-height: 1.4; margin: 10px 0 18px 0;
158
+ }
159
+ .review-meta {
160
+ color: #8C8C8C; font-size: 30px; margin-bottom: 12px;
161
+ }
162
+ .review-footer {
163
+ display: flex; align-items: center; gap: 24px; color: #9A9A9A; font-size: 30px;
164
+ }
165
+ .icon-btn { display: inline-flex; align-items: center; gap: 10px; color: #7B7B7B; }
166
+ .icon-btn svg { width: 34px; height: 34px; fill: #9E9E9E; }
167
+
168
+ .list-row {
169
+ display: flex; align-items: center; justify-content: space-between;
170
+ padding: 26px 4px;
171
+ font-size: 34px;
172
+ color: #2E2E2E;
173
+ border-bottom: 1px solid #EAEAEA;
174
+ }
175
+ .qa-section {
176
+ padding: 16px 4px;
177
+ }
178
+ .qa-title {
179
+ font-size: 38px; font-weight: 700; color: #2B2B2B; margin-bottom: 20px;
180
+ }
181
+ .qa-item { margin: 10px 0; font-size: 34px; color: #333; }
182
+ .qa-item .q { font-weight: 700; }
183
+ .qa-item .a { color: #555; }
184
+
185
+ /* Bottom action bar */
186
+ .action-bar {
187
+ position: absolute;
188
+ bottom: 100px;
189
+ left: 0; right: 0;
190
+ padding: 0 36px;
191
+ display: flex;
192
+ gap: 28px;
193
+ }
194
+ .btn {
195
+ flex: 1;
196
+ height: 120px;
197
+ border-radius: 18px;
198
+ font-size: 40px;
199
+ font-weight: 700;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: center;
203
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
204
+ }
205
+ .btn-outline {
206
+ background: #FFF;
207
+ color: #5B56D9;
208
+ border: 2px solid #E6E6E6;
209
+ }
210
+ .btn-primary {
211
+ background: #5B56D9;
212
+ color: #FFF;
213
+ border: 2px solid #4A44C2;
214
+ }
215
+
216
+ .gesture-bar {
217
+ position: absolute;
218
+ bottom: 30px; left: 50%;
219
+ transform: translateX(-50%);
220
+ width: 300px; height: 14px;
221
+ background: #000; opacity: 0.8; border-radius: 10px;
222
+ }
223
+
224
+ /* Utility: green stars */
225
+ .green-star svg path { fill: #0F9D58; }
226
+ .grey-dot { color: #9A9A9A; }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status bar -->
233
+ <div class="status-bar">
234
+ <div>12:59</div>
235
+ <div class="right-icons">
236
+ <span class="dot"></span>
237
+ <span class="dot"></span>
238
+ <span class="dot"></span>
239
+ <span class="dot"></span>
240
+ <span class="dot"></span>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="content">
245
+
246
+ <!-- Rating summary -->
247
+ <div class="rating-summary">
248
+ <div class="summary-left">
249
+ <div class="summary-title">Very Good</div>
250
+ <div class="stars-row">
251
+ <!-- 4 full stars + 1 half -->
252
+ <span class="star green-star">
253
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg>
254
+ </span>
255
+ <span class="star green-star">
256
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg>
257
+ </span>
258
+ <span class="star green-star">
259
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg>
260
+ </span>
261
+ <span class="star green-star">
262
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg>
263
+ </span>
264
+ <span class="half-star">
265
+ <svg viewBox="0 0 24 24">
266
+ <defs>
267
+ <linearGradient id="halfGreen">
268
+ <stop offset="50%" stop-color="#0F9D58"/>
269
+ <stop offset="50%" stop-color="#DADADA"/>
270
+ </linearGradient>
271
+ </defs>
272
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z" fill="url(#halfGreen)"/>
273
+ </svg>
274
+ </span>
275
+ </div>
276
+ <div class="summary-sub">44 ratings and 6 reviews</div>
277
+ </div>
278
+
279
+ <div class="summary-right">
280
+ <div class="dist-row">
281
+ <span>5 ★</span>
282
+ <div class="bar"><span style="width: 86%;"></span></div>
283
+ <div class="dist-count">27</div>
284
+ </div>
285
+ <div class="dist-row">
286
+ <span>4 ★</span>
287
+ <div class="bar"><span style="width: 30%;"></span></div>
288
+ <div class="dist-count">8</div>
289
+ </div>
290
+ <div class="dist-row">
291
+ <span>3 ★</span>
292
+ <div class="bar"><span style="width: 14%;"></span></div>
293
+ <div class="dist-count">2</div>
294
+ </div>
295
+ <div class="dist-row">
296
+ <span>2 ★</span>
297
+ <div class="bar"><span style="width: 8%;"></span></div>
298
+ <div class="dist-count">1</div>
299
+ </div>
300
+ <div class="dist-row">
301
+ <span>1 ★</span>
302
+ <div class="bar"><span style="width: 22%;"></span></div>
303
+ <div class="dist-count">6</div>
304
+ </div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Metric rings -->
309
+ <div class="metrics">
310
+ <div class="metric">
311
+ <div class="ring" style="--deg: 310deg;">
312
+ <div class="metric-value">4.3</div>
313
+ </div>
314
+ <div class="metric-label">Quality</div>
315
+ </div>
316
+ <div class="metric">
317
+ <div class="ring" style="--deg: 320deg;">
318
+ <div class="metric-value">4.4</div>
319
+ </div>
320
+ <div class="metric-label">Design</div>
321
+ </div>
322
+ <div class="metric">
323
+ <div class="ring" style="--deg: 320deg;">
324
+ <div class="metric-value">4.4</div>
325
+ </div>
326
+ <div class="metric-label">Comfort</div>
327
+ </div>
328
+ <div class="metric">
329
+ <div class="ring" style="--deg: 290deg;">
330
+ <div class="metric-value">4.0</div>
331
+ </div>
332
+ <div class="metric-label">Service</div>
333
+ </div>
334
+ <div class="metric">
335
+ <div class="ring" style="--deg: 310deg;">
336
+ <div class="metric-value">4.3</div>
337
+ </div>
338
+ <div class="metric-label">Value for Money</div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Review 1 -->
343
+ <div class="review-card">
344
+ <div class="review-header">
345
+ <div class="stars-row">
346
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
347
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
348
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
349
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
350
+ <span class="half-star"><svg viewBox="0 0 24 24"><defs><linearGradient id="halfGreen2"><stop offset="50%" stop-color="#0F9D58"/><stop offset="50%" stop-color="#DADADA"/></linearGradient></defs><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z" fill="url(#halfGreen2)"/></svg></span>
351
+ </div>
352
+ <div class="review-title">Just wow!</div>
353
+ </div>
354
+ <div class="review-text">The sofa is completely value for money and fmgood quality</div>
355
+ <div class="review-meta">Neha Gangele, Gurugram</div>
356
+ <div class="review-meta">5 months ago</div>
357
+ <div class="review-footer">
358
+ <span class="icon-btn">
359
+ <svg viewBox="0 0 24 24"><path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l.94-4.34.02-.24c0-.31-.13-.61-.35-.82L13 2 6.59 8.41C6.22 8.78 6 9.3 6 9.84V19c0 1.1.9 2 2 2h7c.83 0 1.54-.5 1.85-1.22l3.02-7.05c.09-.23.13-.47.13-.73v-2z"/></svg> 3
360
+ </span>
361
+ <span class="icon-btn">
362
+ <svg viewBox="0 0 24 24"><path d="M2 3h4v12H2V3zm20 11c0 1.1-.9 2-2 2h-6l.94 4.34.02.24c0 .31-.13.61-.35.82L13 22l-6.41-6.41C6.22 15.22 6 14.7 6 14.16V5c0-1.1.9-2 2-2h7c.83 0 1.54.5 1.85 1.22l3.02 7.05c.09.23.13.47.13.73v2z"/></svg> 0
363
+ </span>
364
+ <span class="icon-btn">
365
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="19" cy="12" r="2"></circle></svg>
366
+ </span>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Review 2 -->
371
+ <div class="review-card">
372
+ <div class="review-header">
373
+ <div class="stars-row">
374
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
375
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
376
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
377
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
378
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
379
+ </div>
380
+ <div class="review-title">Terrific</div>
381
+ </div>
382
+ <div class="review-text">excellent Great Very Nice..</div>
383
+ <div class="review-meta">Ramachandra..., Hyderabad</div>
384
+ <div class="review-meta">9 months ago</div>
385
+ <div class="review-footer">
386
+ <span class="icon-btn">
387
+ <svg viewBox="0 0 24 24"><path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l.94-4.34.02-.24c0-.31-.13-.61-.35-.82L13 2 6.59 8.41C6.22 8.78 6 9.3 6 9.84V19c0 1.1.9 2 2 2h7c.83 0 1.54-.5 1.85-1.22l3.02-7.05c.09-.23.13-.47.13-.73v-2z"/></svg> 4
388
+ </span>
389
+ <span class="icon-btn">
390
+ <svg viewBox="0 0 24 24"><path d="M2 3h4v12H2V3zm20 11c0 1.1-.9 2-2 2h-6l.94 4.34.02.24c0 .31-.13.61-.35.82L13 22l-6.41-6.41C6.22 15.22 6 14.7 6 14.16V5c0-1.1.9-2 2-2h7c.83 0 1.54.5 1.85 1.22l3.02 7.05c.09.23.13.47.13.73v2z"/></svg> 1
391
+ </span>
392
+ <span class="icon-btn">
393
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="19" cy="12" r="2"></circle></svg>
394
+ </span>
395
+ </div>
396
+ </div>
397
+
398
+ <!-- Review 3 -->
399
+ <div class="review-card">
400
+ <div class="review-header">
401
+ <div class="stars-row">
402
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
403
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
404
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
405
+ <span class="star green-star"><svg viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z"/></svg></span>
406
+ <span class="half-star"><svg viewBox="0 0 24 24"><defs><linearGradient id="halfGreen3"><stop offset="50%" stop-color="#0F9D58"/><stop offset="50%" stop-color="#DADADA"/></linearGradient></defs><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z" fill="url(#halfGreen3)"/></svg></span>
407
+ </div>
408
+ <div class="review-title">Good quality product</div>
409
+ </div>
410
+ <div class="review-text">Good Quality sofa</div>
411
+ <div class="review-meta">Srinivas Vuppu, Hyderabad</div>
412
+ <div class="review-meta">4 months ago</div>
413
+ <div class="review-footer">
414
+ <span class="icon-btn">
415
+ <svg viewBox="0 0 24 24"><path d="M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6l.94-4.34.02-.24c0-.31-.13-.61-.35-.82L13 2 6.59 8.41C6.22 8.78 6 9.3 6 9.84V19c0 1.1.9 2 2 2h7c.83 0 1.54-.5 1.85-1.22l3.02-7.05c.09-.23.13-.47.13-.73v-2z"/></svg> 1
416
+ </span>
417
+ <span class="icon-btn">
418
+ <svg viewBox="0 0 24 24"><path d="M2 3h4v12H2V3zm20 11c0 1.1-.9 2-2 2h-6l.94 4.34.02.24c0 .31-.13.61-.35.82L13 22l-6.41-6.41C6.22 15.22 6 14.7 6 14.16V5c0-1.1.9-2 2-2h7c.83 0 1.54.5 1.85 1.22l3.02 7.05c.09.23.13.47.13.73v2z"/></svg> 2
419
+ </span>
420
+ <span class="icon-btn">
421
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"></circle><circle cx="12" cy="12" r="2"></circle><circle cx="19" cy="12" r="2"></circle></svg>
422
+ </span>
423
+ </div>
424
+ </div>
425
+
426
+ <!-- All reviews row -->
427
+ <div class="list-row">
428
+ <span>All 6 reviews</span>
429
+ <span>
430
+ <svg viewBox="0 0 24 24" width="36" height="36"><path fill="#6F6F6F" d="M9 18l6-6-6-6v12z"/></svg>
431
+ </span>
432
+ </div>
433
+
434
+ <!-- Q&A Section -->
435
+ <div class="qa-section">
436
+ <div class="qa-title">Questions and Answers</div>
437
+ <div class="qa-item"><span class="q">Q:</span> Which wood is used in this sofa</div>
438
+ <div class="qa-item"><span class="a">A:</span> Pine Wood</div>
439
+ </div>
440
+
441
+ </div>
442
+
443
+ <!-- Bottom action bar -->
444
+ <div class="action-bar">
445
+ <div class="btn btn-outline">Add to cart</div>
446
+ <div class="btn btn-primary">Buy Now</div>
447
+ </div>
448
+
449
+ <div class="gesture-bar"></div>
450
+
451
+ </div>
452
+ </body>
453
+ </html>
code/12966/12966_3.html ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Q&A and Compare</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #E0E0E0;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ color: #4E4E4E;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-time { flex: 1; }
32
+ .status-icons {
33
+ display: flex;
34
+ gap: 28px;
35
+ align-items: center;
36
+ }
37
+ .dot { width: 10px; height: 10px; background:#6D6D6D; border-radius:50%; display:inline-block; }
38
+
39
+ /* Page content scroll area */
40
+ .page {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 0;
44
+ right: 0;
45
+ bottom: 0;
46
+ overflow-y: auto;
47
+ padding-bottom: 220px; /* space for bottom bar */
48
+ box-sizing: border-box;
49
+ }
50
+
51
+ .section {
52
+ padding: 28px 36px;
53
+ border-bottom: 1px solid #ECECEC;
54
+ }
55
+
56
+ .seller-chip {
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 14px;
60
+ color: #9E9E9E;
61
+ font-size: 32px;
62
+ }
63
+
64
+ .qa-block {
65
+ padding: 36px 36px 24px 36px;
66
+ border-bottom: 1px solid #EFEFEF;
67
+ }
68
+ .question {
69
+ font-size: 42px;
70
+ font-weight: 700;
71
+ line-height: 1.3;
72
+ margin: 12px 0 18px 0;
73
+ }
74
+ .answer {
75
+ font-size: 38px;
76
+ line-height: 1.35;
77
+ color: #333;
78
+ margin: 4px 0 18px 0;
79
+ }
80
+ .brand {
81
+ font-size: 34px;
82
+ font-weight: 700;
83
+ color: #8E8E8E;
84
+ margin-top: 10px;
85
+ }
86
+ .qa-footer {
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ margin-top: 18px;
91
+ }
92
+ .reactions {
93
+ display: flex;
94
+ align-items: center;
95
+ gap: 28px;
96
+ color: #9E9E9E;
97
+ font-size: 34px;
98
+ }
99
+ .muted-seller {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 14px;
103
+ color: #A8A8A8;
104
+ font-size: 32px;
105
+ margin-top: 8px;
106
+ }
107
+
108
+ .ask-card {
109
+ padding: 32px 36px 48px;
110
+ border-bottom: 8px solid #F3F3F3;
111
+ }
112
+ .ask-note {
113
+ color: #777;
114
+ font-size: 36px;
115
+ margin-bottom: 24px;
116
+ }
117
+ .ask-btn {
118
+ background: #FFFFFF;
119
+ border: 1px solid #E0E0E0;
120
+ border-radius: 12px;
121
+ padding: 34px;
122
+ text-align: center;
123
+ font-weight: 700;
124
+ font-size: 40px;
125
+ box-shadow: 0 2px 8px rgba(0,0,0,0.06);
126
+ letter-spacing: 0.5px;
127
+ }
128
+
129
+ .compare-header {
130
+ padding: 28px 36px;
131
+ font-size: 42px;
132
+ font-weight: 700;
133
+ color: #4A4A4A;
134
+ border-bottom: 1px solid #EEEEEE;
135
+ background: #FFFFFF;
136
+ }
137
+
138
+ .product-row {
139
+ padding: 24px 36px 12px 36px;
140
+ display: flex;
141
+ gap: 36px;
142
+ overflow-x: auto;
143
+ }
144
+ .product-card {
145
+ width: 300px;
146
+ flex: 0 0 300px;
147
+ }
148
+ .img-ph {
149
+ width: 300px;
150
+ height: 220px;
151
+ background: #E0E0E0;
152
+ border: 1px solid #BDBDBD;
153
+ border-radius: 6px;
154
+ color: #757575;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ font-size: 26px;
159
+ text-align: center;
160
+ }
161
+ .p-title {
162
+ margin-top: 16px;
163
+ font-size: 32px;
164
+ font-weight: 700;
165
+ color: #2E2E2E;
166
+ line-height: 1.25;
167
+ }
168
+ .rating {
169
+ margin: 10px 0;
170
+ display: flex;
171
+ align-items: center;
172
+ gap: 6px;
173
+ }
174
+ .price {
175
+ font-size: 40px;
176
+ font-weight: 700;
177
+ margin-top: 6px;
178
+ }
179
+ .old-price {
180
+ color: #9E9E9E;
181
+ text-decoration: line-through;
182
+ font-size: 30px;
183
+ margin-top: 4px;
184
+ }
185
+
186
+ .compare-table {
187
+ margin-top: 8px;
188
+ border-top: 1px solid #EEEEEE;
189
+ }
190
+ .comp-row {
191
+ display: grid;
192
+ grid-template-columns: 280px 1fr 1fr 1fr;
193
+ align-items: center;
194
+ min-height: 120px;
195
+ border-bottom: 1px solid #EEEEEE;
196
+ }
197
+ .comp-label {
198
+ background: #F5F5F5;
199
+ color: #7A7A7A;
200
+ font-weight: 700;
201
+ padding: 24px;
202
+ font-size: 32px;
203
+ }
204
+ .comp-cell {
205
+ padding: 24px;
206
+ font-size: 34px;
207
+ }
208
+
209
+ /* Bottom action bar */
210
+ .bottom-bar {
211
+ position: absolute;
212
+ left: 0;
213
+ right: 0;
214
+ bottom: 42px;
215
+ height: 150px;
216
+ background: #FFFFFF;
217
+ display: flex;
218
+ align-items: center;
219
+ gap: 24px;
220
+ padding: 20px 28px;
221
+ box-sizing: border-box;
222
+ box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
223
+ }
224
+ .btn {
225
+ flex: 1;
226
+ height: 110px;
227
+ border-radius: 16px;
228
+ font-size: 42px;
229
+ font-weight: 700;
230
+ display: flex;
231
+ align-items: center;
232
+ justify-content: center;
233
+ }
234
+ .btn-outline {
235
+ background: #FFFFFF;
236
+ border: 2px solid #6A54FF;
237
+ color: #6A54FF;
238
+ }
239
+ .btn-primary {
240
+ background: #5B4BFA;
241
+ color: #FFFFFF;
242
+ border: none;
243
+ }
244
+
245
+ .home-indicator {
246
+ position: absolute;
247
+ bottom: 12px;
248
+ left: 50%;
249
+ transform: translateX(-50%);
250
+ width: 220px;
251
+ height: 10px;
252
+ background: #C9C9C9;
253
+ border-radius: 8px;
254
+ }
255
+
256
+ /* Simple icon sizes */
257
+ .icon { width: 36px; height: 36px; display: inline-block; }
258
+ .small-icon { width: 32px; height: 32px; }
259
+ </style>
260
+ </head>
261
+ <body>
262
+ <div id="render-target">
263
+ <!-- Status bar -->
264
+ <div class="status-bar">
265
+ <div class="status-time">12:59</div>
266
+ <div class="status-icons">
267
+ <span class="dot"></span>
268
+ <span class="dot"></span>
269
+ <span class="dot"></span>
270
+ <svg class="icon" viewBox="0 0 24 24" fill="#5F5F5F"><path d="M12 4a8 8 0 1 0 8 8h-2a6 6 0 1 1-6-6V4z"/></svg>
271
+ <svg class="icon" viewBox="0 0 24 24" fill="#5F5F5F"><path d="M6 22h12l-1-7H7l-1 7zM8 9a4 4 0 1 1 8 0v3H8V9z"/></svg>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="page">
276
+ <!-- Seller chip -->
277
+ <div class="section">
278
+ <div class="seller-chip">
279
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#B0B0B0"><path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/></svg>
280
+ <span>Flipkart Seller</span>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Q&A Block 1 -->
285
+ <div class="qa-block">
286
+ <div class="question">Q: My home door size is 86cm. sofa width is 89cm. can I take sofa inside without any issues</div>
287
+ <div class="answer">A: Yes</div>
288
+ <div class="brand">Duroflex Pvt Ltd</div>
289
+ <div class="muted-seller">
290
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#B0B0B0"><path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/></svg>
291
+ <span>Flipkart Seller</span>
292
+ </div>
293
+ <div class="qa-footer">
294
+ <div class="reactions">
295
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#C2C2C2"><path d="M2 21h4V9H2v12zM23 10c0-1.1-.9-2-2-2h-6.3l.9-4.1.03-.32c0-.41-.17-.79-.44-1.06L14 2 7.59 8.41C7.22 8.78 7 9.3 7 9.83V19c0 1.1.9 2 2 2h7c.82 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73V10z"/></svg>
296
+ <span>0</span>
297
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#C2C2C2" style="transform: rotate(180deg);"><path d="M2 21h4V9H2v12zM23 10c0-1.1-.9-2-2-2h-6.3l.9-4.1.03-.32c0-.41-.17-.79-.44-1.06L14 2 7.59 8.41C7.22 8.78 7 9.3 7 9.83V19c0 1.1.9 2 2 2h7c.82 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73V10z"/></svg>
298
+ <span>0</span>
299
+ </div>
300
+ <svg class="icon" viewBox="0 0 24 24" fill="#B5B5B5"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Q&A Block 2 -->
305
+ <div class="qa-block">
306
+ <div class="question">Q: What fabric is used</div>
307
+ <div class="answer">A: Polyester Fabric</div>
308
+ <div class="brand">Duroflex Pvt Ltd</div>
309
+ <div class="muted-seller">
310
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#B0B0B0"><path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v3h16v-3c0-3-4-5-8-5z"/></svg>
311
+ <span>Flipkart Seller</span>
312
+ </div>
313
+ <div class="qa-footer">
314
+ <div class="reactions">
315
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#C2C2C2"><path d="M2 21h4V9H2v12zM23 10c0-1.1-.9-2-2-2h-6.3l.9-4.1.03-.32c0-.41-.17-.79-.44-1.06L14 2 7.59 8.41C7.22 8.78 7 9.3 7 9.83V19c0 1.1.9 2 2 2h7c.82 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73V10z"/></svg>
316
+ <span>0</span>
317
+ <svg class="small-icon" viewBox="0 0 24 24" fill="#C2C2C2" style="transform: rotate(180deg);"><path d="M2 21h4V9H2v12zM23 10c0-1.1-.9-2-2-2h-6.3l.9-4.1.03-.32c0-.41-.17-.79-.44-1.06L14 2 7.59 8.41C7.22 8.78 7 9.3 7 9.83V19c0 1.1.9 2 2 2h7c.82 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73V10z"/></svg>
318
+ <span>0</span>
319
+ </div>
320
+ <svg class="icon" viewBox="0 0 24 24" fill="#B5B5B5"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
321
+ </div>
322
+ </div>
323
+
324
+ <!-- Ask card -->
325
+ <div class="ask-card">
326
+ <div class="ask-note">Didn't get the right answer you are looking for</div>
327
+ <div class="ask-btn">POST YOUR QUESTION</div>
328
+ </div>
329
+
330
+ <!-- Compare section header -->
331
+ <div class="compare-header">Similar Products to Compare</div>
332
+
333
+ <!-- Product cards -->
334
+ <div class="product-row">
335
+ <div class="product-card">
336
+ <div class="img-ph">[IMG: Beige Sofa]</div>
337
+ <div class="p-title">This item duroflex Utopi...</div>
338
+ <div class="rating">
339
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
340
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
341
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
342
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
343
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
344
+ <span style="color:#00C853; font-size:28px; margin-left:6px;">4.5</span>
345
+ </div>
346
+ <div class="price">₹26862</div>
347
+ </div>
348
+
349
+ <div class="product-card">
350
+ <div class="img-ph">[IMG: Grey Sofa]</div>
351
+ <div class="p-title">duroflex Zivo Plus Fabric 3 ...</div>
352
+ <div class="rating">
353
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
354
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
355
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
356
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
357
+ </div>
358
+ <div class="price">₹23575</div>
359
+ <div class="old-price">₹41000</div>
360
+ </div>
361
+
362
+ <div class="product-card">
363
+ <div class="img-ph">[IMG: Beige Sofa]</div>
364
+ <div class="p-title">Jordyblue Allen Fabric ...</div>
365
+ <div class="rating">
366
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
367
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
368
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
369
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
370
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#00C853"><path d="M12 17.3l-6.18 3.7L7 14 2 9.24l7.19-1.1L12 2l2.81 6.14L22 9.24 17 14l1.18 7z"/></svg>
371
+ </div>
372
+ <div class="price">₹14472</div>
373
+ <div class="old-price">₹39999</div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Compare table -->
378
+ <div class="compare-table">
379
+ <div class="comp-row">
380
+ <div class="comp-label">Seating<br>Capacity</div>
381
+ <div class="comp-cell">3 Seater</div>
382
+ <div class="comp-cell">3 Seater</div>
383
+ <div class="comp-cell">3 Seater</div>
384
+ </div>
385
+ <div class="comp-row">
386
+ <div class="comp-label">Upholstery<br>Material</div>
387
+ <div class="comp-cell">Fabric</div>
388
+ <div class="comp-cell">Fabric</div>
389
+ <div class="comp-cell">Fabric</div>
390
+ </div>
391
+ <div class="comp-row">
392
+ <div class="comp-label">Primary<br>Material</div>
393
+ <div class="comp-cell">Solid Wood</div>
394
+ <div class="comp-cell">Engineered Wood</div>
395
+ <div class="comp-cell">Solid Wood</div>
396
+ </div>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Bottom CTA bar -->
401
+ <div class="bottom-bar">
402
+ <div class="btn btn-outline">Add to cart</div>
403
+ <div class="btn btn-primary">Buy Now</div>
404
+ </div>
405
+
406
+ <div class="home-indicator"></div>
407
+ </div>
408
+ </body>
409
+ </html>