yhzheng1031 commited on
Commit
02d541f
·
verified ·
1 Parent(s): c3aaac3

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/19597/19597_1.html +251 -0
  2. code/19597/19597_3.html +250 -0
  3. code/19597/19597_4.html +252 -0
  4. code/19597/19597_5.html +309 -0
  5. code/19599/19599_0.html +256 -0
  6. code/19599/19599_1.html +463 -0
  7. code/19599/19599_2.html +284 -0
  8. code/19599/19599_3.html +261 -0
  9. code/19599/19599_4.html +315 -0
  10. code/196/196_0.html +267 -0
  11. code/196/196_1.html +424 -0
  12. code/196/196_2.html +428 -0
  13. code/19600/19600_0.html +319 -0
  14. code/19600/19600_1.html +230 -0
  15. code/19600/19600_2.html +382 -0
  16. code/19603/19603_0.html +180 -0
  17. code/19603/19603_1.html +244 -0
  18. code/19603/19603_10.html +227 -0
  19. code/19603/19603_2.html +490 -0
  20. code/19603/19603_3.html +239 -0
  21. code/19603/19603_4.html +172 -0
  22. code/19603/19603_5.html +361 -0
  23. code/19603/19603_6.html +281 -0
  24. code/19603/19603_7.html +240 -0
  25. code/19603/19603_8.html +272 -0
  26. code/19603/19603_9.html +173 -0
  27. code/19604/19604_0.html +239 -0
  28. code/19604/19604_1.html +373 -0
  29. code/19604/19604_2.html +151 -0
  30. code/19604/19604_3.html +417 -0
  31. code/19604/19604_4.html +226 -0
  32. code/19605/19605_0.html +235 -0
  33. code/19605/19605_1.html +227 -0
  34. code/19605/19605_2.html +314 -0
  35. code/19605/19605_3.html +259 -0
  36. code/19605/19605_4.html +333 -0
  37. code/19605/19605_5.html +232 -0
  38. code/1961/1961_0.html +335 -0
  39. code/1961/1961_1.html +263 -0
  40. code/19611/19611_0.html +199 -0
  41. code/19611/19611_1.html +355 -0
  42. code/19611/19611_2.html +275 -0
  43. code/19611/19611_3.html +330 -0
  44. code/19611/19611_4.html +239 -0
  45. code/19611/19611_5.html +311 -0
  46. code/19612/19612_0.html +318 -0
  47. code/19612/19612_1.html +356 -0
  48. code/19612/19612_2.html +363 -0
  49. code/19615/19615_0.html +263 -0
  50. code/19615/19615_1.html +410 -0
code/19597/19597_1.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recipe Detail - Three Cheese Broken Lasagna</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden; background:#FFFFFF;
11
+ color:#222;
12
+ }
13
+
14
+ /* Status Bar */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; width:100%; height:120px; background:#3d3d3d; color:#fff;
17
+ display:flex; align-items:center; padding:0 36px; box-sizing:border-box; font-weight:600;
18
+ letter-spacing:0.5px;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:26px; }
21
+ .status-icons { display:flex; align-items:center; gap:14px; }
22
+ .dot { width:12px; height:12px; background:#fff; border-radius:50%; opacity:0.85; }
23
+ .status-right { margin-left:auto; display:flex; align-items:center; gap:26px; }
24
+ .status-bar svg { fill:none; stroke:#fff; stroke-width:3; }
25
+
26
+ /* Hero */
27
+ .hero-image {
28
+ position:absolute; top:120px; left:0; width:100%; height:900px;
29
+ background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center;
30
+ color:#757575; font-weight:600;
31
+ }
32
+ .fab {
33
+ position:absolute; width:120px; height:120px; border-radius:60px; background:#fff;
34
+ box-shadow:0 8px 18px rgba(0,0,0,0.15); display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .fab.left { top:420px; left:60px; }
37
+ .fab.right { top:420px; right:60px; }
38
+ .fab svg { width:56px; height:56px; stroke:#222; stroke-width:4; }
39
+
40
+ /* Content area */
41
+ .content {
42
+ position:absolute; top:1020px; left:0; width:100%; background:#fff;
43
+ border-top-left-radius:24px; border-top-right-radius:24px;
44
+ }
45
+ .title-row { position:relative; padding:64px 64px 16px 64px; }
46
+ h1 { margin:0; font-size:64px; line-height:1.1; font-weight:700; color:#2b2b2b; }
47
+ .subtitle { margin-top:22px; color:#909090; font-size:30px; letter-spacing:2px; font-weight:700; }
48
+ .collapse-circle {
49
+ position:absolute; right:64px; top:72px; width:120px; height:120px; border-radius:60px;
50
+ background:#7a7a7a; display:flex; align-items:center; justify-content:center;
51
+ }
52
+ .collapse-circle svg { width:44px; height:44px; stroke:#fff; stroke-width:6; }
53
+
54
+ /* Tabs */
55
+ .tabs {
56
+ display:flex; align-items:flex-end; gap:54px; padding:40px 64px 0 64px; box-sizing:border-box;
57
+ }
58
+ .tab {
59
+ font-size:44px; font-weight:700; color:#2b2b2b;
60
+ }
61
+ .tab.secondary { color:#444; opacity:0.8; }
62
+ .tab .sub { display:block; font-size:28px; color:#9aa1a1; font-weight:600; margin-top:16px; }
63
+ .tab.active { color:#2bb1a3; }
64
+ .tab-underline {
65
+ height:6px; background:#2bb1a3; width:220px; margin:26px 0 0 64px;
66
+ }
67
+ .divider { height:2px; background:#e6e6e6; margin-top:26px; }
68
+
69
+ /* Card / List */
70
+ .section { padding:36px 64px; }
71
+ .update-row { display:flex; align-items:center; gap:28px; padding:30px 0; }
72
+ .update-icon {
73
+ width:72px; height:72px; border-radius:16px; background:#eaf6f3; display:flex; align-items:center; justify-content:center;
74
+ border:2px solid #cbe7df;
75
+ }
76
+ .update-icon svg { width:44px; height:44px; stroke:#2bb1a3; stroke-width:3; fill:none; }
77
+ .update-text { font-size:42px; font-weight:700; color:#2b2b2b; }
78
+ .list { margin-top:18px; border-top:2px solid #eeeeee; }
79
+ .list-item {
80
+ display:flex; align-items:center; justify-content:space-between;
81
+ padding:34px 0; border-bottom:2px solid #eeeeee;
82
+ }
83
+ .left { display:flex; align-items:center; gap:28px; }
84
+ .item-icon {
85
+ width:60px; height:60px; border-radius:30px; background:#fff4eb; display:flex; align-items:center; justify-content:center;
86
+ border:2px solid #ffd8b7;
87
+ }
88
+ .item-icon.fire { background:#fff0ea; border-color:#ffc9b2; }
89
+ .item-icon.clock { background:#f3f9ff; border-color:#cfe3ff; }
90
+ .item-icon svg { width:40px; height:40px; stroke:#e6772e; stroke-width:3; fill:none; }
91
+ .item-icon.fire svg { stroke:#ff6d3d; }
92
+ .item-icon.clock svg { stroke:#e6772e; }
93
+ .label { font-size:38px; color:#333; font-weight:600; }
94
+ .value { font-size:38px; color:#333; font-weight:700; }
95
+
96
+ .body-text {
97
+ padding:36px 64px 180px 64px; color:#7a7a7a; font-size:34px; line-height:1.55;
98
+ }
99
+
100
+ /* Bottom bar */
101
+ .bottom-bar {
102
+ position:absolute; bottom:0; left:0; width:100%; height:140px; background:#202020;
103
+ display:flex; align-items:center; justify-content:center;
104
+ }
105
+ .home-indicator {
106
+ width:320px; height:12px; background:#cfcfcf; border-radius:8px;
107
+ }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Status Bar -->
114
+ <div class="status-bar">
115
+ <div class="status-left">
116
+ <div style="font-size:40px;">6:31</div>
117
+ <div class="status-icons">
118
+ <div class="dot"></div>
119
+ <div class="dot"></div>
120
+ <div class="dot"></div>
121
+ <div class="dot"></div>
122
+ <div class="dot" style="opacity:0.5;"></div>
123
+ </div>
124
+ </div>
125
+ <div class="status-right">
126
+ <!-- WiFi -->
127
+ <svg viewBox="0 0 48 48" width="48" height="48">
128
+ <path d="M6 18c9-8 27-8 36 0"/>
129
+ <path d="M12 24c6-6 18-6 24 0"/>
130
+ <path d="M18 30c3-3 9-3 12 0"/>
131
+ <circle cx="24" cy="36" r="2" fill="#fff" stroke="none"/>
132
+ </svg>
133
+ <!-- Battery -->
134
+ <svg viewBox="0 0 60 48" width="60" height="48">
135
+ <rect x="4" y="10" width="44" height="28" rx="4"></rect>
136
+ <rect x="50" y="18" width="6" height="12" rx="2"></rect>
137
+ <rect x="8" y="14" width="24" height="20" fill="#fff" stroke="none"></rect>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Hero Image Placeholder -->
143
+ <div class="hero-image">
144
+ [IMG: Lasagna on wooden table]
145
+ </div>
146
+
147
+ <!-- Floating action buttons -->
148
+ <div class="fab left">
149
+ <svg viewBox="0 0 48 48">
150
+ <path d="M30 10 L18 24 L30 38" stroke-linecap="round" stroke-linejoin="round"></path>
151
+ </svg>
152
+ </div>
153
+ <div class="fab right">
154
+ <svg viewBox="0 0 48 48">
155
+ <rect x="8" y="8" width="24" height="24" rx="4"></rect>
156
+ <path d="M22 16 L34 14 L32 26" stroke-linecap="round"></path>
157
+ <path d="M22 16 L32 26" stroke-linecap="round"></path>
158
+ </svg>
159
+ </div>
160
+
161
+ <!-- Content -->
162
+ <div class="content">
163
+ <div class="title-row">
164
+ <h1>Three Cheese Broken<br>Lasagna</h1>
165
+ <div class="subtitle">SECONDS</div>
166
+ <div class="collapse-circle">
167
+ <svg viewBox="0 0 48 48">
168
+ <path d="M10 24 H38"></path>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Tabs -->
174
+ <div class="tabs">
175
+ <div class="tab active">Overview</div>
176
+ <div class="tab secondary">Ingredients<span class="sub">10 items</span></div>
177
+ <div class="tab secondary">Directions<span class="sub">15m</span></div>
178
+ </div>
179
+ <div class="tab-underline"></div>
180
+ <div class="divider"></div>
181
+
182
+ <!-- Update Collection -->
183
+ <div class="section">
184
+ <div class="update-row">
185
+ <div class="update-icon">
186
+ <svg viewBox="0 0 48 48">
187
+ <rect x="10" y="12" width="28" height="22" rx="4"></rect>
188
+ <path d="M10 18 H38"></path>
189
+ <circle cx="18" cy="26" r="4"></circle>
190
+ </svg>
191
+ </div>
192
+ <div class="update-text">Update Collection</div>
193
+ </div>
194
+
195
+ <div class="list">
196
+ <div class="list-item">
197
+ <div class="left">
198
+ <div class="item-icon">
199
+ <svg viewBox="0 0 48 48">
200
+ <ellipse cx="24" cy="16" rx="12" ry="5"></ellipse>
201
+ <path d="M12 16 v8"></path>
202
+ <path d="M36 16 v8"></path>
203
+ <ellipse cx="24" cy="28" rx="12" ry="5"></ellipse>
204
+ </svg>
205
+ </div>
206
+ <div class="label">Servings</div>
207
+ </div>
208
+ <div class="value">4</div>
209
+ </div>
210
+
211
+ <div class="list-item">
212
+ <div class="left">
213
+ <div class="item-icon fire">
214
+ <svg viewBox="0 0 48 48">
215
+ <path d="M24 12c2 4-2 6-2 9 0 4 3 6 6 6 4 0 7-3 7-7 0-6-5-9-11-8z"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Calories per serving</div>
219
+ </div>
220
+ <div class="value">460</div>
221
+ </div>
222
+
223
+ <div class="list-item">
224
+ <div class="left">
225
+ <div class="item-icon clock">
226
+ <svg viewBox="0 0 48 48">
227
+ <circle cx="24" cy="24" r="14"></circle>
228
+ <path d="M24 24 L24 15"></path>
229
+ <path d="M24 24 L31 24"></path>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Total time</div>
233
+ </div>
234
+ <div class="value">15m</div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="body-text">
240
+ Any Italian grandmother would call it impossible to resist — this broken lasagna recipe is a different spin on a classic and packs in cheesy goodness with a quick cook time.
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Bottom navigation / gesture bar -->
245
+ <div class="bottom-bar">
246
+ <div class="home-indicator"></div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>
code/19597/19597_3.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Compose Email - Dark</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: #0f1f1f; color: #e9f0ee;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 110px;
17
+ padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #e9f0ee; font-size: 40px; letter-spacing: 0.5px;
20
+ }
21
+ .sb-left { display: flex; align-items: center; gap: 28px; }
22
+ .sb-center { display: flex; align-items: center; gap: 18px; opacity: 0.9; }
23
+ .sb-right { display: flex; align-items: center; gap: 24px; }
24
+
25
+ /* App bar */
26
+ .app-bar {
27
+ position: absolute; top: 110px; left: 0; right: 0; height: 150px;
28
+ padding: 0 30px;
29
+ display: flex; align-items: center; justify-content: space-between;
30
+ border-bottom: 1px solid #2b3a37;
31
+ }
32
+ .ab-left { display: flex; align-items: center; gap: 28px; }
33
+ .ab-right { display: flex; align-items: center; gap: 36px; }
34
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
35
+ .icon svg { width: 56px; height: 56px; fill: none; stroke: #e9f0ee; stroke-width: 4; }
36
+
37
+ /* Fields */
38
+ .content {
39
+ position: absolute; top: 260px; left: 0; right: 0; bottom: 760px;
40
+ padding: 0 40px;
41
+ }
42
+ .field-row {
43
+ display: flex; align-items: center; justify-content: space-between;
44
+ height: 90px; border-bottom: 1px solid #2b3a37; color: #cfe3de; font-size: 36px;
45
+ }
46
+ .field-row .label { width: 170px; color: #b8c9c5; }
47
+ .field-row .value { flex: 1; }
48
+ .field-row .caret {
49
+ width: 36px; height: 36px; margin-left: 12px;
50
+ display: inline-flex; align-items: center; justify-content: center;
51
+ }
52
+ .subject {
53
+ height: 110px; display: flex; align-items: center; color: #b7c4c1; font-size: 40px;
54
+ border-bottom: 1px solid #2b3a37;
55
+ }
56
+
57
+ /* Message body */
58
+ .message {
59
+ padding-top: 30px; font-size: 42px; line-height: 64px; color: #e9f0ee;
60
+ }
61
+ .divider { height: 1px; background: #2b3a37; margin: 18px 0 30px; }
62
+
63
+ /* Keyboard mock */
64
+ .keyboard {
65
+ position: absolute; left: 0; right: 0; bottom: 0; height: 760px;
66
+ background: #1a2220; border-top: 1px solid #2b3a37;
67
+ padding: 26px 24px 90px;
68
+ }
69
+ .k-row { display: flex; gap: 18px; margin-bottom: 22px; }
70
+ .key {
71
+ flex: 1; height: 120px; background: #262b29; border-radius: 24px;
72
+ display: flex; align-items: center; justify-content: center;
73
+ color: #d7dcda; font-size: 48px; border: 1px solid #313a37;
74
+ }
75
+ .key.small { flex: 0 0 130px; }
76
+ .key.medium { flex: 0 0 190px; }
77
+ .space { flex: 1.8; }
78
+ .enter { background: #38c1bd; color: #0f1f1f; font-weight: bold; }
79
+ .gesture {
80
+ position: absolute; left: 50%; bottom: 24px; width: 320px; height: 10px;
81
+ transform: translateX(-50%);
82
+ background: #dfe4e2; border-radius: 8px; opacity: 0.7;
83
+ }
84
+
85
+ /* Subtle placeholders/icons in status bar */
86
+ .dot { width: 14px; height: 14px; background: #e9f0ee; border-radius: 50%; opacity: 0.9; }
87
+ .wifi {
88
+ width: 42px; height: 42px;
89
+ }
90
+ .wifi path { stroke: #e9f0ee; stroke-width: 4; fill: none; }
91
+ .battery {
92
+ width: 52px; height: 28px; border: 3px solid #e9f0ee; border-radius: 6px; position: relative;
93
+ }
94
+ .battery::after {
95
+ content: ""; position: absolute; right: -10px; top: 6px; width: 8px; height: 16px; background: #e9f0ee; border-radius: 2px;
96
+ }
97
+ .battery .level {
98
+ position: absolute; left: 4px; top: 4px; bottom: 4px; width: 30px; background: #e9f0ee;
99
+ }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+
105
+ <!-- Status Bar -->
106
+ <div class="status-bar">
107
+ <div class="sb-left">
108
+ <div>6:32</div>
109
+ </div>
110
+ <div class="sb-center">
111
+ <div class="dot"></div>
112
+ <div class="dot"></div>
113
+ <div class="dot"></div>
114
+ <div class="dot"></div>
115
+ <div class="dot" style="opacity:0.6;"></div>
116
+ </div>
117
+ <div class="sb-right">
118
+ <svg class="wifi" viewBox="0 0 64 64">
119
+ <path d="M8 30c14-14 34-14 48 0"></path>
120
+ <path d="M16 38c10-10 22-10 32 0"></path>
121
+ <path d="M24 46c6-6 14-6 20 0"></path>
122
+ <circle cx="32" cy="54" r="3" fill="#e9f0ee"></circle>
123
+ </svg>
124
+ <div class="battery"><div class="level"></div></div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- App Bar -->
129
+ <div class="app-bar">
130
+ <div class="ab-left">
131
+ <div class="icon-btn icon">
132
+ <svg viewBox="0 0 64 64">
133
+ <path d="M40 12 L20 32 L40 52" stroke-linecap="round" stroke-linejoin="round"></path>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ <div class="ab-right">
138
+ <div class="icon-btn icon" title="Attach">
139
+ <svg viewBox="0 0 64 64">
140
+ <path d="M18 34c0-10 8-16 16-16s12 6 12 14c0 12-10 20-20 20-10 0-16-8-16-16" stroke-linecap="round"></path>
141
+ </svg>
142
+ </div>
143
+ <div class="icon-btn icon" title="Send">
144
+ <svg viewBox="0 0 64 64">
145
+ <path d="M10 32 L54 16 L40 32 L54 48 Z" fill="#e9f0ee" stroke="none"></path>
146
+ </svg>
147
+ </div>
148
+ <div class="icon-btn icon" title="More">
149
+ <svg viewBox="0 0 64 64">
150
+ <circle cx="32" cy="16" r="5" fill="#e9f0ee"></circle>
151
+ <circle cx="32" cy="32" r="5" fill="#e9f0ee"></circle>
152
+ <circle cx="32" cy="48" r="5" fill="#e9f0ee"></circle>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Content -->
159
+ <div class="content">
160
+ <div class="field-row">
161
+ <div class="label">From</div>
162
+ <div class="value">maria.rossi199309@gmail.com</div>
163
+ <div class="caret">
164
+ <svg viewBox="0 0 24 24">
165
+ <path d="M4 9 L12 17 L20 9" stroke="#cfe3de" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="field-row">
171
+ <div class="label">To</div>
172
+ <div class="value" style="color:#91a3a0;">|</div>
173
+ <div class="caret">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M4 9 L12 17 L20 9" stroke="#cfe3de" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+
180
+ <div class="subject">You have to try this recipe I found...</div>
181
+
182
+ <div class="divider"></div>
183
+
184
+ <div class="message">
185
+ <div>Hi,</div>
186
+ <div>I just found this great recipe using the free</div>
187
+ <div>Yummly app.</div>
188
+ <div>Yummly is a great way to find recipe and food</div>
189
+ <div>video inspirations and create shopping lists.</div>
190
+ <div>You should definitely try it out.</div>
191
+ <div>Three Cheese Broken Lasagna</div>
192
+ <div>Seconds</div>
193
+
194
+ <div style="height:32px"></div>
195
+
196
+ <div>View Recipe on Yummly:</div>
197
+ <div style="color:#cfe3de">http://www.yummly.com/recipe/Three-Cheese-</div>
198
+ <div style="color:#cfe3de">Broken-Lasagna-9163726</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Keyboard -->
203
+ <div class="keyboard">
204
+ <div class="k-row">
205
+ <div class="key small">q</div>
206
+ <div class="key small">w</div>
207
+ <div class="key small">e</div>
208
+ <div class="key small">r</div>
209
+ <div class="key small">t</div>
210
+ <div class="key small">y</div>
211
+ <div class="key small">u</div>
212
+ <div class="key small">i</div>
213
+ <div class="key small">o</div>
214
+ <div class="key small">p</div>
215
+ </div>
216
+ <div class="k-row">
217
+ <div class="key small">a</div>
218
+ <div class="key small">s</div>
219
+ <div class="key small">d</div>
220
+ <div class="key small">f</div>
221
+ <div class="key small">g</div>
222
+ <div class="key small">h</div>
223
+ <div class="key small">j</div>
224
+ <div class="key small">k</div>
225
+ <div class="key small">l</div>
226
+ </div>
227
+ <div class="k-row">
228
+ <div class="key medium">@</div>
229
+ <div class="key small">z</div>
230
+ <div class="key small">x</div>
231
+ <div class="key small">c</div>
232
+ <div class="key small">v</div>
233
+ <div class="key small">b</div>
234
+ <div class="key small">n</div>
235
+ <div class="key small">m</div>
236
+ <div class="key medium">⌫</div>
237
+ </div>
238
+ <div class="k-row">
239
+ <div class="key medium">?123</div>
240
+ <div class="key medium">😀</div>
241
+ <div class="key space">space</div>
242
+ <div class="key medium">.</div>
243
+ <div class="key medium enter">→</div>
244
+ </div>
245
+ <div class="gesture"></div>
246
+ </div>
247
+
248
+ </div>
249
+ </body>
250
+ </html>
code/19597/19597_4.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Compose Email UI - Dark</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0F191A; color: #E7ECEF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 120px;
18
+ padding: 0 36px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #E7ECEF; font-size: 42px; letter-spacing: 1px;
21
+ }
22
+ .status-left { display: flex; align-items: center; gap: 24px; }
23
+ .notif-dots { display: flex; gap: 12px; }
24
+ .notif-dot { width: 16px; height: 16px; background: #E7ECEF; border-radius: 50%; opacity: 0.9; }
25
+ .status-right { display: flex; align-items: center; gap: 24px; }
26
+ .icon { width: 48px; height: 48px; fill: none; stroke: #E7ECEF; stroke-width: 4; }
27
+
28
+ /* Top compose actions */
29
+ .top-actions {
30
+ height: 120px;
31
+ display: flex; align-items: center;
32
+ padding: 0 24px;
33
+ border-bottom: 1px solid #1E2A2B;
34
+ }
35
+ .left-actions, .right-actions { display: flex; align-items: center; }
36
+ .left-actions { width: 50%; gap: 24px; }
37
+ .right-actions { width: 50%; justify-content: flex-end; gap: 36px; }
38
+
39
+ /* Fields */
40
+ .field {
41
+ padding: 28px 24px;
42
+ border-bottom: 1px solid #1E2A2B;
43
+ display: flex; align-items: center; justify-content: space-between;
44
+ }
45
+ .field .label { color: #AAB6B8; font-size: 36px; width: 140px; }
46
+ .field .value { flex: 1; font-size: 40px; color: #E7ECEF; }
47
+ .field .chev { width: 48px; height: 48px; stroke: #AAB6B8; }
48
+
49
+ /* Contact suggestion */
50
+ .suggestion {
51
+ padding: 28px 24px;
52
+ display: flex; align-items: center; gap: 24px;
53
+ border-bottom: 1px solid #1E2A2B;
54
+ }
55
+ .avatar {
56
+ width: 96px; height: 96px; border-radius: 50%;
57
+ background: #475859; display: flex; align-items: center; justify-content: center;
58
+ color: #E7ECEF; font-size: 48px; font-weight: 600;
59
+ }
60
+ .suggestion .text { display: flex; flex-direction: column; }
61
+ .suggestion .primary { font-size: 40px; color: #E7ECEF; }
62
+ .suggestion .secondary { font-size: 32px; color: #AAB6B8; }
63
+
64
+ /* Keyboard mock */
65
+ .keyboard {
66
+ position: absolute; left: 0; bottom: 120px;
67
+ width: 100%; height: 900px;
68
+ background: #151F20; border-top: 1px solid #1E2A2B;
69
+ padding: 24px;
70
+ }
71
+ .kb-top-icons { display: flex; align-items: center; gap: 36px; margin-bottom: 18px; }
72
+ .kb-top-icons .circle {
73
+ width: 72px; height: 72px; border-radius: 50%; background: #243133;
74
+ display: flex; align-items: center; justify-content: center; color: #E7ECEF; font-size: 30px;
75
+ }
76
+
77
+ .kb-row { display: flex; gap: 18px; margin-bottom: 18px; }
78
+ .key {
79
+ height: 120px; flex: 1;
80
+ background: #243133; color: #E7ECEF; border-radius: 16px;
81
+ display: flex; align-items: center; justify-content: center;
82
+ font-size: 44px; box-shadow: inset 0 0 0 1px #2B3A3B;
83
+ }
84
+ .key.small { flex: 0 0 84px; }
85
+ .key.medium { flex: 0 0 120px; }
86
+ .space { flex: 1.8; }
87
+ .key.special { background: #73999A; color: #0F191A; font-weight: 600; }
88
+ .enter {
89
+ background: #7FD1CC; color: #0F191A; font-weight: 700;
90
+ }
91
+ .kb-bottom-row { display: flex; gap: 18px; align-items: center; }
92
+
93
+ /* Home indicator */
94
+ .home-indicator {
95
+ position: absolute; bottom: 36px; left: 50%;
96
+ transform: translateX(-50%);
97
+ width: 420px; height: 12px; border-radius: 6px; background: #E7ECEF; opacity: 0.85;
98
+ }
99
+ </style>
100
+ </head>
101
+ <body>
102
+ <div id="render-target">
103
+ <!-- Status Bar -->
104
+ <div class="status-bar">
105
+ <div class="status-left">
106
+ <div>6:32</div>
107
+ <div class="notif-dots">
108
+ <div class="notif-dot"></div>
109
+ <div class="notif-dot"></div>
110
+ <div class="notif-dot"></div>
111
+ <div class="notif-dot"></div>
112
+ <div class="notif-dot" style="opacity:.7;"></div>
113
+ </div>
114
+ </div>
115
+ <div class="status-right">
116
+ <!-- WiFi -->
117
+ <svg class="icon" viewBox="0 0 24 24">
118
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0"/>
119
+ <circle cx="12" cy="19" r="1.5" fill="#E7ECEF" stroke="none"></circle>
120
+ </svg>
121
+ <!-- Battery -->
122
+ <svg class="icon" viewBox="0 0 24 24">
123
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#E7ECEF"></rect>
124
+ <rect x="4" y="8" width="12" height="8" rx="1" ry="1" fill="#E7ECEF" stroke="none"></rect>
125
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#E7ECEF" stroke="none"></rect>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Top compose actions -->
131
+ <div class="top-actions">
132
+ <div class="left-actions">
133
+ <!-- Back arrow -->
134
+ <svg class="icon" viewBox="0 0 24 24">
135
+ <path d="M15 5L8 12l7 7" stroke="#E7ECEF" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
136
+ </svg>
137
+ </div>
138
+ <div class="right-actions">
139
+ <!-- Attach -->
140
+ <svg class="icon" viewBox="0 0 24 24">
141
+ <path d="M7 12l6-6a4 4 0 1 1 6 6l-8 8a6 6 0 1 1-8-8l9-9" stroke="#E7ECEF" stroke-width="2.5" fill="none" stroke-linecap="round"></path>
142
+ </svg>
143
+ <!-- Send -->
144
+ <svg class="icon" viewBox="0 0 24 24">
145
+ <path d="M3 21l18-9L3 3l4 8-4 10z" fill="#E7ECEF" stroke="none"></path>
146
+ </svg>
147
+ <!-- More (kebab) -->
148
+ <svg class="icon" viewBox="0 0 24 24">
149
+ <circle cx="12" cy="5" r="2.2" fill="#E7ECEF"></circle>
150
+ <circle cx="12" cy="12" r="2.2" fill="#E7ECEF"></circle>
151
+ <circle cx="12" cy="19" r="2.2" fill="#E7ECEF"></circle>
152
+ </svg>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- From field -->
157
+ <div class="field">
158
+ <div class="label">From</div>
159
+ <div class="value">maria.rossi199309@gmail.com</div>
160
+ <svg class="chev" viewBox="0 0 24 24">
161
+ <path d="M6 9l6 6 6-6" stroke="#AAB6B8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
162
+ </svg>
163
+ </div>
164
+
165
+ <!-- To field -->
166
+ <div class="field">
167
+ <div class="label">To</div>
168
+ <div class="value">janedbpersonatest@gmail.com</div>
169
+ <svg class="chev" viewBox="0 0 24 24">
170
+ <path d="M6 9l6 6 6-6" stroke="#AAB6B8" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
171
+ </svg>
172
+ </div>
173
+
174
+ <!-- Contact suggestion -->
175
+ <div class="suggestion">
176
+ <div class="avatar">j</div>
177
+ <div class="text">
178
+ <div class="primary">janedbpersonatest@gmail.com</div>
179
+ <div class="secondary">janedbpersonatest@gmail.com</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Empty compose area (dark background) -->
184
+ <div style="height: 990px;"></div>
185
+
186
+ <!-- Keyboard -->
187
+ <div class="keyboard">
188
+ <div class="kb-top-icons">
189
+ <div class="circle">☺</div>
190
+ <div class="circle">GIF</div>
191
+ <div class="circle">G↔︎</div>
192
+ <div class="circle">⚙</div>
193
+ <div class="circle">🎨</div>
194
+ <div class="circle">🎙</div>
195
+ </div>
196
+
197
+ <!-- Row 1 -->
198
+ <div class="kb-row">
199
+ <div class="key">q</div>
200
+ <div class="key">w</div>
201
+ <div class="key">e</div>
202
+ <div class="key">r</div>
203
+ <div class="key">t</div>
204
+ <div class="key">y</div>
205
+ <div class="key">u</div>
206
+ <div class="key">i</div>
207
+ <div class="key">o</div>
208
+ <div class="key">p</div>
209
+ </div>
210
+ <!-- Row 2 -->
211
+ <div class="kb-row">
212
+ <div class="key">a</div>
213
+ <div class="key">s</div>
214
+ <div class="key">d</div>
215
+ <div class="key">f</div>
216
+ <div class="key">g</div>
217
+ <div class="key">h</div>
218
+ <div class="key">j</div>
219
+ <div class="key">k</div>
220
+ <div class="key">l</div>
221
+ </div>
222
+ <!-- Row 3 -->
223
+ <div class="kb-row">
224
+ <div class="key medium">⇧</div>
225
+ <div class="key">z</div>
226
+ <div class="key">x</div>
227
+ <div class="key">c</div>
228
+ <div class="key">v</div>
229
+ <div class="key">b</div>
230
+ <div class="key">n</div>
231
+ <div class="key">m</div>
232
+ <div class="key medium">⌫</div>
233
+ </div>
234
+ <!-- Bottom row -->
235
+ <div class="kb-bottom-row">
236
+ <div class="key medium special">?123</div>
237
+ <div class="key small">@</div>
238
+ <div class="key small">☺</div>
239
+ <div class="key space"> </div>
240
+ <div class="key small">.</div>
241
+ <div class="key medium enter">↗</div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Collapse caret (bottom-left) -->
246
+ <div style="position:absolute; left:24px; bottom:1040px; width:36px; height:24px; color:#AAB6B8;">˅</div>
247
+
248
+ <!-- Home indicator -->
249
+ <div class="home-indicator"></div>
250
+ </div>
251
+ </body>
252
+ </html>
code/19597/19597_5.html ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Email Compose - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #0e1616;
14
+ color: #e9f0ef;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 96px;
25
+ padding: 0 36px;
26
+ box-sizing: border-box;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #cfd8dc;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 20px; }
35
+ .status-right { display: flex; align-items: center; gap: 22px; }
36
+ .notif-dots { display: flex; gap: 10px; }
37
+ .dot, .ghost {
38
+ width: 14px; height: 14px; border-radius: 50%; background: #cfd8dc; opacity: 0.8;
39
+ }
40
+ .ghost { border-radius: 3px; } /* simple placeholder squares for ghost icons */
41
+
42
+ /* Top app bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 96px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 120px;
49
+ padding: 0 24px;
50
+ box-sizing: border-box;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ }
55
+ .app-bar-left { display: flex; align-items: center; gap: 24px; }
56
+ .app-bar-right { display: flex; align-items: center; gap: 36px; }
57
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; cursor: default; }
58
+
59
+ /* Fields */
60
+ .compose-wrap {
61
+ position: absolute;
62
+ top: 216px;
63
+ left: 0;
64
+ width: 100%;
65
+ padding: 0 36px;
66
+ box-sizing: border-box;
67
+ }
68
+ .field {
69
+ padding: 26px 0;
70
+ border-bottom: 1px solid #233030;
71
+ color: #cfe3df;
72
+ font-size: 34px;
73
+ }
74
+ .field:first-child { border-top: 1px solid #233030; }
75
+ .field-row { display: flex; align-items: center; gap: 18px; }
76
+ .label { color: #9fb3b0; width: 130px; font-size: 28px; }
77
+ .email-value { flex: 1; font-size: 32px; color: #e1eeeb; }
78
+ .caret {
79
+ width: 26px; height: 26px; display: inline-flex; align-items: center; justify-content: center;
80
+ }
81
+
82
+ /* To field pill */
83
+ .to-pill {
84
+ flex: 1;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 16px;
88
+ padding: 10px 18px;
89
+ border: 2px solid #3a4a4a;
90
+ border-radius: 40px;
91
+ color: #dbe6e4;
92
+ }
93
+ .avatar {
94
+ width: 64px; height: 64px; border-radius: 50%;
95
+ background: #607d8b; color: #eaf2f1; display: flex; align-items: center; justify-content: center;
96
+ font-weight: 700; font-size: 34px;
97
+ }
98
+
99
+ /* Subject */
100
+ .subject {
101
+ padding: 34px 0;
102
+ color: #b7cbc8;
103
+ font-size: 36px;
104
+ border-bottom: 1px solid #233030;
105
+ }
106
+
107
+ /* Message body */
108
+ .message {
109
+ padding: 36px 0 24px 0;
110
+ color: #e9f0ef;
111
+ font-size: 34px;
112
+ line-height: 1.5;
113
+ }
114
+
115
+ /* Keyboard mock */
116
+ .keyboard {
117
+ position: absolute;
118
+ bottom: 90px;
119
+ left: 0;
120
+ width: 100%;
121
+ height: 830px;
122
+ background: #111a1a;
123
+ border-top: 1px solid #1f2a2a;
124
+ box-sizing: border-box;
125
+ padding: 26px 24px;
126
+ }
127
+ .kb-top {
128
+ display: flex; align-items: center; gap: 28px; margin-bottom: 22px;
129
+ }
130
+ .kb-chip {
131
+ height: 68px; padding: 0 28px; border-radius: 20px; background: #1b2424; color: #cfd8dc;
132
+ display: flex; align-items: center; justify-content: center; border: 1px solid #263131; font-size: 28px;
133
+ }
134
+
135
+ .keys-row {
136
+ display: grid;
137
+ grid-auto-rows: 100px;
138
+ gap: 18px;
139
+ margin-bottom: 18px;
140
+ }
141
+ .row-1 { grid-template-columns: repeat(10, 1fr); }
142
+ .row-2 { grid-template-columns: repeat(9, 1fr); padding: 0 52px; }
143
+ .row-3 { grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr 1.2fr 2fr; padding: 0 120px; }
144
+ .row-4 { grid-template-columns: 1.6fr 1.2fr 4fr 1.2fr 1.6fr; padding: 0 20px; }
145
+
146
+ .key {
147
+ background: #1b2424; border: 1px solid #2a3838; border-radius: 16px;
148
+ display: flex; align-items: center; justify-content: center;
149
+ color: #e9f0ef; font-size: 36px; font-weight: 600;
150
+ }
151
+ .key.small { font-size: 28px; font-weight: 500; }
152
+ .accent { background: #7cc9c2; color: #0e1616; border-color: #7cc9c2; }
153
+
154
+ /* Bottom navigation pill */
155
+ .nav-pill {
156
+ position: absolute;
157
+ bottom: 24px; left: 50%; transform: translateX(-50%);
158
+ width: 300px; height: 12px; border-radius: 12px; background: #cfd8dc; opacity: 0.5;
159
+ }
160
+
161
+ /* SVG icons color helpers */
162
+ .svg-light { fill: #cfd8dc; }
163
+ .svg-teal { fill: #72d4cf; }
164
+ .svg-muted { fill: #9fb3b0; }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="status-bar">
172
+ <div class="status-left">
173
+ <div style="font-size:42px;">6:33</div>
174
+ <div class="notif-dots">
175
+ <div class="ghost"></div>
176
+ <div class="ghost"></div>
177
+ <div class="ghost"></div>
178
+ <div class="ghost"></div>
179
+ <div class="dot"></div>
180
+ </div>
181
+ </div>
182
+ <div class="status-right">
183
+ <!-- simple signal icon -->
184
+ <svg width="40" height="40" viewBox="0 0 24 24" class="svg-light">
185
+ <path d="M3 20h2v-4H3v4zm4 0h2v-7H7v7zm4 0h2v-10h-2v10zm4 0h2V6h-2v14z"/>
186
+ </svg>
187
+ <!-- battery -->
188
+ <svg width="52" height="40" viewBox="0 0 24 24" class="svg-light">
189
+ <path d="M16 4h3v2h1a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-1v2h-3V4z" opacity="0"/>
190
+ <path d="M2 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7zm2 0v8h14V7H4z"/>
191
+ <rect x="18.5" y="9" width="2.2" height="4" class="svg-light"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App bar -->
197
+ <div class="app-bar">
198
+ <div class="app-bar-left">
199
+ <!-- Back arrow -->
200
+ <div class="icon-btn">
201
+ <svg width="52" height="52" viewBox="0 0 24 24" class="svg-light">
202
+ <path d="M20 11H7.83l5.59-5.59L12 4 4 12l8 8 1.41-1.41L7.83 13H20v-2z"/>
203
+ </svg>
204
+ </div>
205
+ <div style="font-size:36px; color:#cfe3df;">Compose</div>
206
+ </div>
207
+ <div class="app-bar-right">
208
+ <!-- Attach -->
209
+ <div class="icon-btn">
210
+ <svg width="52" height="52" viewBox="0 0 24 24" class="svg-light">
211
+ <path d="M7 17a5 5 0 0 0 7.07 0l5.66-5.66a3 3 0 0 0-4.24-4.24l-6.36 6.36a1 1 0 1 0 1.41 1.41l6.36-6.36a1 1 0 1 1 1.41 1.41L12.88 14a3 3 0 0 1-4.24 0 3 3 0 0 1 0-4.24l5.66-5.66-1.41-1.41-5.66 5.66A5 5 0 0 0 7 17z"/>
212
+ </svg>
213
+ </div>
214
+ <!-- Send -->
215
+ <div class="icon-btn">
216
+ <svg width="56" height="56" viewBox="0 0 24 24" class="svg-teal">
217
+ <path d="M2 21l21-9L2 3v7l15 2-15 2v7z"/>
218
+ </svg>
219
+ </div>
220
+ <!-- More -->
221
+ <div class="icon-btn">
222
+ <svg width="44" height="44" viewBox="0 0 24 24" class="svg-light">
223
+ <path d="M12 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Compose fields -->
230
+ <div class="compose-wrap">
231
+ <div class="field field-row">
232
+ <div class="label">From</div>
233
+ <div class="email-value">maria.rossi199309@gmail.com</div>
234
+ <div class="caret">
235
+ <svg width="26" height="26" viewBox="0 0 24 24" class="svg-muted">
236
+ <path d="M7 10l5 5 5-5z"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="field field-row" style="padding-top:32px; padding-bottom:32px;">
242
+ <div class="label">To</div>
243
+ <div class="to-pill">
244
+ <div class="avatar">j</div>
245
+ <div style="font-size:32px;">janedbwpersonatest@gmail.com</div>
246
+ </div>
247
+ <div class="caret">
248
+ <svg width="26" height="26" viewBox="0 0 24 24" class="svg-muted">
249
+ <path d="M7 10l5 5 5-5z"/>
250
+ </svg>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="subject">You have to try this recipe I found...</div>
255
+
256
+ <div class="message">
257
+ <div>Hi,</div>
258
+ <div>I just found this great recipe using the free Yummly app.</div>
259
+ <div>Yummly is a great way to find recipe and food video inspirations and create shopping lists.</div>
260
+ <div>You should definitely try it out.</div>
261
+ <div>Three Cheese Broken Lasagna</div>
262
+ <div>Seconds</div>
263
+ <br>
264
+ <div>View Recipe on Yummly:</div>
265
+ <div>http://www.yummly.com/recipe/Three-Cheese-...</div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Keyboard -->
270
+ <div class="keyboard">
271
+ <div class="kb-top">
272
+ <div class="kb-chip">emoji</div>
273
+ <div class="kb-chip">GIF</div>
274
+ <div class="kb-chip">G↔︎</div>
275
+ <div class="kb-chip">settings</div>
276
+ <div class="kb-chip">palette</div>
277
+ <div class="kb-chip" style="margin-left:auto; background:#7cc9c2; color:#0e1616;">mic</div>
278
+ </div>
279
+
280
+ <div class="keys-row row-1">
281
+ <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>
282
+ <div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
283
+ </div>
284
+
285
+ <div class="keys-row row-2">
286
+ <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>
287
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
288
+ </div>
289
+
290
+ <div class="keys-row row-3">
291
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
292
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
293
+ <div class="key">⌫</div>
294
+ </div>
295
+
296
+ <div class="keys-row row-4">
297
+ <div class="key small">?123</div>
298
+ <div class="key small">@</div>
299
+ <div class="key small">space</div>
300
+ <div class="key small">.</div>
301
+ <div class="key accent">↵</div>
302
+ </div>
303
+ </div>
304
+
305
+ <!-- Bottom navigation pill -->
306
+ <div class="nav-pill"></div>
307
+ </div>
308
+ </body>
309
+ </html>
code/19599/19599_0.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Mobile UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0e2a1f;
10
+ --panel:#102d22;
11
+ --text:#ffffff;
12
+ --muted:#b7c3ba;
13
+ --accent:#2ecc71;
14
+ --accent-bright:#47ff7a;
15
+ --key:#1a352a;
16
+ --key-dim:#182f25;
17
+ }
18
+ body{
19
+ margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif;
20
+ }
21
+ #render-target{
22
+ width:1080px; height:2400px; position:relative; overflow:hidden;
23
+ background:var(--bg); border-radius:24px;
24
+ box-shadow:0 2px 18px rgba(0,0,0,0.35) inset;
25
+ }
26
+
27
+ /* Status bar */
28
+ .status-bar{
29
+ position:absolute; top:0; left:0; right:0; height:96px; color:#fff;
30
+ display:flex; align-items:center; justify-content:space-between;
31
+ padding:0 28px; font-size:36px; letter-spacing:1px;
32
+ }
33
+ .status-right{ display:flex; align-items:center; gap:24px; opacity:0.95;}
34
+ .icon{ width:40px; height:40px; display:inline-block; }
35
+ .icon svg{ width:100%; height:100%; fill:#ffffff; }
36
+
37
+ /* Top editor toolbar */
38
+ .toolbar{
39
+ position:absolute; top:96px; left:0; right:0; height:108px;
40
+ background:transparent; display:flex; align-items:center; gap:42px;
41
+ padding:0 36px;
42
+ }
43
+ .tool{ width:64px; height:64px; display:flex; align-items:center; justify-content:center; opacity:0.9;}
44
+ .tool svg{ width:64px; height:64px; fill:#cfd8d3; }
45
+ .tool.check svg{ fill:var(--accent); }
46
+
47
+ /* Card with editable content */
48
+ .card{
49
+ position:absolute; left:36px; right:36px; top:300px;
50
+ background:#ffffff; border-radius:6px; box-shadow:0 0 0 2px rgba(255,255,255,0.05), 0 3px 0 2px rgba(0,0,0,0.25);
51
+ padding:72px 48px 72px 48px; min-height:560px;
52
+ }
53
+ .title{
54
+ font-size:92px; line-height:1.1; color:#000; text-align:center; font-weight:500;
55
+ }
56
+
57
+ /* Green editing handles approximation */
58
+ .select-wrap{ position:relative; margin-top:8px; }
59
+ .selection{
60
+ position:absolute; left:40px; right:40px; top:86%;
61
+ height:0; border-top:6px solid var(--accent);
62
+ border-bottom:6px solid transparent;
63
+ opacity:0.95;
64
+ }
65
+ .mid-dot{
66
+ position:absolute; left:50%; transform:translateX(-50%);
67
+ top:-26px; width:26px; height:26px; background:var(--accent); border-radius:50%;
68
+ border:4px solid #0a8a43;
69
+ }
70
+ .line-group{ position:relative; margin-top:36px; padding:14px 40px 0 40px; }
71
+ .line{ position:relative; height:44px; margin:12px 0; }
72
+ .line::before,
73
+ .line::after{
74
+ content:""; position:absolute; top:50%; transform:translateY(-50%);
75
+ width:100%; height:0; border-top:6px solid var(--accent);
76
+ }
77
+ .handle{ position:absolute; width:28px; height:28px; background:var(--accent);
78
+ border-radius:50%; border:4px solid #0a8a43; }
79
+ .handle.l{ left:-18px; }
80
+ .handle.r{ right:-18px; }
81
+ .handle.t{ top:-10px; }
82
+ .handle.m{ top:50%; transform:translateY(-50%); }
83
+ .handle.b{ bottom:-10px; }
84
+
85
+ .desc{
86
+ color:#616161; font-size:40px; text-align:center; line-height:1.3;
87
+ }
88
+
89
+ /* Formatting bar above keyboard */
90
+ .format-bar{
91
+ position:absolute; left:0; right:0; bottom:980px; height:96px;
92
+ background:var(--panel); display:flex; align-items:center; gap:42px; padding:0 40px;
93
+ border-top:1px solid rgba(255,255,255,0.06);
94
+ }
95
+ .fmt{ color:#e6ede8; font-size:44px; opacity:0.95; }
96
+ .fmt.dim{ opacity:0.7; }
97
+ .fmt.under::after{ content:""; display:block; width:42px; height:6px; background:#c0ffd1; margin-top:6px; border-radius:3px; }
98
+
99
+ /* Keyboard */
100
+ .keyboard{
101
+ position:absolute; left:0; right:0; bottom:54px; height:860px;
102
+ background:var(--key-dim); border-top:1px solid #214535;
103
+ display:flex; flex-direction:column;
104
+ }
105
+ .suggest{
106
+ height:98px; display:flex; align-items:center; gap:34px; padding:0 30px; color:#dce4de; font-size:40px;
107
+ background:var(--key-dim);
108
+ }
109
+ .suggest .pill{ color:#dfe7e1; opacity:0.95; }
110
+
111
+ .rows{ flex:1; display:flex; flex-direction:column; justify-content:center; gap:20px; padding:0 16px; }
112
+ .row{ display:flex; justify-content:center; gap:14px; }
113
+ .key{
114
+ background:var(--key); color:#e9f0ec; border-radius:18px; font-size:42px; min-width:88px; height:120px;
115
+ display:flex; align-items:center; justify-content:center; box-shadow:inset 0 -2px 0 rgba(0,0,0,0.25);
116
+ }
117
+ .key.wide{ min-width:140px; }
118
+ .key.space{ flex:1; min-width:420px; }
119
+ .key.enter{ background:var(--accent-bright); color:#053d1f; font-weight:700; }
120
+ .key.round{ border-radius:60px; min-width:140px; }
121
+ .key.icon svg{ width:44px; height:44px; fill:#e9f0ec; }
122
+
123
+ /* Home indicator */
124
+ .home-indicator{
125
+ position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
126
+ width:360px; height:12px; background:#e8e8e8; border-radius:8px; opacity:0.8;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status bar -->
134
+ <div class="status-bar">
135
+ <div class="status-left">7:20</div>
136
+ <div class="status-right">
137
+ <span class="icon">
138
+ <svg viewBox="0 0 24 24"><path d="M6 8h2v8H6V8zm5-3h2v14h-2V5zm5 6h2v8h-2v-8z"/></svg>
139
+ </span>
140
+ <span class="icon">
141
+ <svg viewBox="0 0 24 24"><path d="M2 12l10-9 10 9v9h-7v-6H9v6H2z"/></svg>
142
+ </span>
143
+ <span class="icon">
144
+ <svg viewBox="0 0 24 24"><path d="M3 18h18v2H3v-2zM6 14h12v2H6v-2zm3-4h6v2H9V10z"/></svg>
145
+ </span>
146
+ <span class="icon">
147
+ <svg viewBox="0 0 24 24"><path d="M16 4H8C6.9 4 6 4.9 6 6v12c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H8V6h8v12z"/></svg>
148
+ </span>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Editor toolbar -->
153
+ <div class="toolbar">
154
+ <div class="tool check">
155
+ <svg viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5-1.4 1.4L9 19 20.3 7.7l-1.4-1.4z"/></svg>
156
+ </div>
157
+ <div class="tool">
158
+ <svg viewBox="0 0 24 24"><path d="M7 12l5-5v3h5v4h-5v3z"/></svg>
159
+ </div>
160
+ <div class="tool">
161
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
162
+ </div>
163
+ <div class="tool">
164
+ <svg viewBox="0 0 24 24"><path d="M4 17h16v2H4v-2zM7 3h10l-1 12H8L7 3zm3 2v8h4V5h-4z"/></svg>
165
+ </div>
166
+ <div class="tool">
167
+ <svg viewBox="0 0 24 24"><path d="M12 7v10M7 12h10" stroke="#cfd8d3" stroke-width="2" fill="none"/></svg>
168
+ </div>
169
+ <div class="tool">
170
+ <svg viewBox="0 0 24 24"><path d="M3 12h18v2H3zm0-6h12v2H3zm0 12h12v2H3z"/></svg>
171
+ </div>
172
+ <div class="tool">
173
+ <svg viewBox="0 0 24 24"><path d="M12 7l5 5-5 5-1.4-1.4L13.2 12 10.6 8.4z"/></svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- White content card -->
178
+ <div class="card">
179
+ <div class="select-wrap">
180
+ <div class="title">school 25th anniversary<br>ceremony</div>
181
+ <div class="selection"></div>
182
+ <div class="mid-dot"></div>
183
+ </div>
184
+
185
+ <div class="line-group">
186
+ <div class="desc">Thank you very much KDIS for being part of my life and my<br>soul</div>
187
+
188
+ <!-- three green selection guide lines with handles -->
189
+ <div class="line">
190
+ <span class="handle l t"></span>
191
+ <span class="handle l m"></span>
192
+ <span class="handle l b"></span>
193
+ <span class="handle r t"></span>
194
+ <span class="handle r m"></span>
195
+ <span class="handle r b"></span>
196
+ </div>
197
+ <div class="line">
198
+ <span class="handle l m"></span>
199
+ <span class="handle r m"></span>
200
+ </div>
201
+ <div class="line">
202
+ <span class="handle l t"></span>
203
+ <span class="handle l m"></span>
204
+ <span class="handle l b"></span>
205
+ <span class="handle r t"></span>
206
+ <span class="handle r m"></span>
207
+ <span class="handle r b"></span>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Formatting toolbar -->
213
+ <div class="format-bar">
214
+ <div class="fmt" style="font-weight:700;">B</div>
215
+ <div class="fmt dim" style="font-style:italic;">I</div>
216
+ <div class="fmt"><span style="text-decoration:underline;">U</span></div>
217
+ <div class="fmt under">A</div>
218
+ <div class="fmt dim">✎</div>
219
+ <div class="fmt">≡</div>
220
+ <div class="fmt">•</div>
221
+ </div>
222
+
223
+ <!-- Keyboard -->
224
+ <div class="keyboard">
225
+ <div class="suggest">
226
+ <span class="pill">soul</span>
227
+ <span class="pill">soulmate</span>
228
+ <span class="pill">souls</span>
229
+ </div>
230
+ <div class="rows">
231
+ <div class="row">
232
+ <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>
233
+ </div>
234
+ <div class="row">
235
+ <div class="key wide">a</div><div class="key wide">s</div><div class="key wide">d</div><div class="key wide">f</div><div class="key wide">g</div><div class="key wide">h</div><div class="key wide">j</div><div class="key wide">k</div><div class="key wide">l</div>
236
+ </div>
237
+ <div class="row">
238
+ <div class="key icon"><svg viewBox="0 0 24 24"><path d="M7 14l5-5 5 5z"/></svg></div>
239
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
240
+ <div class="key icon"><svg viewBox="0 0 24 24"><path d="M19 7l-1.4-1.4L9 14.2V17h2.8L19 8.4zM5 19h14v2H5z"/></svg></div>
241
+ </div>
242
+ <div class="row">
243
+ <div class="key round">?123</div>
244
+ <div class="key">,</div>
245
+ <div class="key icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg></div>
246
+ <div class="key space"></div>
247
+ <div class="key">.</div>
248
+ <div class="key enter">↵</div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="home-indicator"></div>
254
+ </div>
255
+ </body>
256
+ </html>
code/19599/19599_1.html ADDED
@@ -0,0 +1,463 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ color: #FFFFFF;
14
+ }
15
+ #render-target {
16
+ position: relative;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ overflow: hidden;
20
+ background: #0f2a1d; /* deep green */
21
+ border-radius: 0;
22
+ box-shadow: none;
23
+ }
24
+
25
+ /* Status bar */
26
+ .status-bar {
27
+ position: absolute;
28
+ top: 0;
29
+ left: 0;
30
+ width: 100%;
31
+ height: 96px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 28px;
36
+ font-size: 40px;
37
+ color: #cfe7d6;
38
+ }
39
+ .status-icons {
40
+ display: flex;
41
+ gap: 28px;
42
+ align-items: center;
43
+ }
44
+ .icon {
45
+ width: 42px;
46
+ height: 42px;
47
+ display: inline-flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #cfe7d6;
51
+ }
52
+ .icon svg { width: 42px; height: 42px; }
53
+
54
+ /* Toolbar */
55
+ .toolbar {
56
+ position: absolute;
57
+ top: 96px;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 96px;
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 36px;
64
+ padding: 0 36px;
65
+ color: #e6f5ea;
66
+ }
67
+ .toolbar .big-plus {
68
+ margin-left: auto;
69
+ width: 108px;
70
+ height: 108px;
71
+ background: #0ead4b;
72
+ border-radius: 54px;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ box-shadow: 0 4px 12px rgba(0,0,0,0.25);
77
+ }
78
+ .toolbar .ellipsis {
79
+ margin-left: 12px;
80
+ width: 60px;
81
+ height: 60px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: center;
85
+ }
86
+
87
+ /* Slide canvas */
88
+ .slide {
89
+ position: absolute;
90
+ top: 240px;
91
+ left: 60px;
92
+ width: 960px;
93
+ height: 620px;
94
+ background: #FFFFFF;
95
+ border: 2px solid #B9C2B8;
96
+ box-shadow: 0 4px 0 #3d5a48, inset 0 0 0 1px #E5E5E5;
97
+ }
98
+ .slide-content {
99
+ position: absolute;
100
+ top: 70px;
101
+ left: 60px;
102
+ width: 840px;
103
+ text-align: center;
104
+ color: #111;
105
+ }
106
+ .slide-title {
107
+ font-size: 86px;
108
+ line-height: 1.1;
109
+ font-weight: 400;
110
+ }
111
+
112
+ /* Selected text box with green handles */
113
+ .text-box {
114
+ position: absolute;
115
+ left: 60px;
116
+ top: 330px;
117
+ width: 840px;
118
+ height: 120px;
119
+ border-top: 6px solid #2ecc71;
120
+ border-bottom: 6px solid #2ecc71;
121
+ }
122
+ .text-box .text {
123
+ position: absolute;
124
+ top: 16px;
125
+ left: 0;
126
+ width: 100%;
127
+ color: #555;
128
+ font-size: 36px;
129
+ line-height: 1.35;
130
+ text-align: center;
131
+ }
132
+ .handle {
133
+ position: absolute;
134
+ width: 28px;
135
+ height: 28px;
136
+ background: #00C853;
137
+ border: 4px solid #9af1b7;
138
+ border-radius: 50%;
139
+ box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
140
+ }
141
+ /* Corner handles */
142
+ .h-tl { top: -14px; left: -18px; }
143
+ .h-tr { top: -14px; right: -18px; }
144
+ .h-bl { bottom: -14px; left: -18px; }
145
+ .h-br { bottom: -14px; right: -18px; }
146
+ /* Mid-side handles */
147
+ .h-ml { top: 50%; left: -18px; transform: translateY(-50%); }
148
+ .h-mr { top: 50%; right: -18px; transform: translateY(-50%); }
149
+ .h-mt { top: -14px; left: 50%; transform: translateX(-50%); }
150
+ .h-mb { bottom: -14px; left: 50%; transform: translateX(-50%); }
151
+ /* Extra small vertical row (left side like in editor) */
152
+ .extra-handles {
153
+ position: absolute;
154
+ left: -60px;
155
+ top: -6px;
156
+ display: grid;
157
+ gap: 18px;
158
+ }
159
+ .extra-handles .handle { width: 24px; height: 24px; }
160
+
161
+ /* Slide thumbnail */
162
+ .thumbnail {
163
+ position: absolute;
164
+ top: 920px;
165
+ left: 24px;
166
+ width: 300px;
167
+ height: 210px;
168
+ background: #fff;
169
+ border-radius: 24px;
170
+ box-shadow: 0 10px 14px rgba(0,0,0,0.35);
171
+ border: 6px solid #1ccb63;
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: center;
175
+ color: #111;
176
+ }
177
+ .thumbnail .mini {
178
+ width: 250px;
179
+ height: 160px;
180
+ background: #FFFFFF;
181
+ border: 1px solid #DADADA;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ font-size: 28px;
186
+ color: #333;
187
+ text-align: center;
188
+ }
189
+ .page-number {
190
+ position: absolute;
191
+ top: 1148px;
192
+ left: 30px;
193
+ font-size: 40px;
194
+ color: #cfe7d6;
195
+ }
196
+
197
+ /* Floating side button */
198
+ .float-btn {
199
+ position: absolute;
200
+ right: 30px;
201
+ top: 1060px;
202
+ width: 96px;
203
+ height: 200px;
204
+ background: rgba(46, 89, 66, 0.9);
205
+ border-radius: 48px;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
210
+ }
211
+
212
+ /* Insert panel */
213
+ .insert-panel {
214
+ position: absolute;
215
+ left: 0;
216
+ right: 0;
217
+ bottom: 0;
218
+ height: 960px;
219
+ padding: 40px 36px;
220
+ color: #e6f5ea;
221
+ }
222
+ .insert-title {
223
+ font-size: 56px;
224
+ margin-bottom: 28px;
225
+ }
226
+ .insert-list {
227
+ display: grid;
228
+ grid-template-columns: 1fr;
229
+ gap: 22px;
230
+ }
231
+ .insert-item {
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: space-between;
235
+ padding: 26px 20px;
236
+ border-bottom: 2px solid rgba(255,255,255,0.08);
237
+ }
238
+ .insert-item .left {
239
+ display: flex;
240
+ align-items: center;
241
+ gap: 28px;
242
+ font-size: 42px;
243
+ }
244
+ .insert-item .icon {
245
+ width: 56px;
246
+ height: 56px;
247
+ color: #cfe7d6;
248
+ }
249
+ .chev {
250
+ width: 40px;
251
+ height: 40px;
252
+ color: #b8d9c2;
253
+ }
254
+ .chev svg { width: 40px; height: 40px; }
255
+ </style>
256
+ </head>
257
+ <body>
258
+ <div id="render-target">
259
+
260
+ <!-- Status bar -->
261
+ <div class="status-bar">
262
+ <div class="time">7:20</div>
263
+ <div class="status-icons">
264
+ <div class="icon" title="notifications">
265
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
266
+ <path d="M12 22a3 3 0 0 0 3-3H9a3 3 0 0 0 3 3Z"/>
267
+ <path d="M6 17h12l-2-3V9a6 6 0 0 0-12 0v5l-2 3Z"/>
268
+ </svg>
269
+ </div>
270
+ <div class="icon" title="wifi">
271
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
272
+ <path d="M2 8c5-4 15-4 20 0" />
273
+ <path d="M5 11c3-2 11-2 14 0" />
274
+ <path d="M8 14c2-1 6-1 8 0" />
275
+ <circle cx="12" cy="18" r="1.5" fill="currentColor"/>
276
+ </svg>
277
+ </div>
278
+ <div class="icon" title="battery">
279
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
280
+ <rect x="3" y="7" width="16" height="10" rx="2" />
281
+ <rect x="5" y="9" width="12" height="6" fill="currentColor" stroke="none"/>
282
+ <rect x="20" y="10" width="2" height="4" rx="1" />
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Toolbar -->
289
+ <div class="toolbar">
290
+ <div class="icon" title="check">
291
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
292
+ <path d="M4 12l5 5L20 6"/>
293
+ </svg>
294
+ </div>
295
+ <div class="icon" title="present">
296
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
297
+ <rect x="5" y="7" width="14" height="10" rx="2"/>
298
+ <path d="M12 7v10M8 4h8"/>
299
+ </svg>
300
+ </div>
301
+ <div class="icon" title="play">
302
+ <svg viewBox="0 0 24 24" fill="currentColor">
303
+ <polygon points="8,5 19,12 8,19"/>
304
+ </svg>
305
+ </div>
306
+ <div class="icon" title="format">
307
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
308
+ <path d="M4 6h16M9 6l-5 12M15 6l5 12M7 13h10"/>
309
+ </svg>
310
+ </div>
311
+ <div class="big-plus" title="add">
312
+ <svg viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="3">
313
+ <path d="M12 5v14M5 12h14"/>
314
+ </svg>
315
+ </div>
316
+ <div class="ellipsis" title="menu">
317
+ <svg viewBox="0 0 24 24" fill="#cfe7d6">
318
+ <circle cx="5" cy="12" r="2"/>
319
+ <circle cx="12" cy="12" r="2"/>
320
+ <circle cx="19" cy="12" r="2"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+
325
+ <!-- Slide canvas -->
326
+ <div class="slide">
327
+ <div class="slide-content">
328
+ <div class="slide-title">school 25th anniversary<br>ceremony</div>
329
+ </div>
330
+
331
+ <!-- Selected text box with handles -->
332
+ <div class="text-box">
333
+ <div class="text">Thank you very much KDIS for being part of my life and my<br> soul</div>
334
+
335
+ <!-- Handles -->
336
+ <div class="handle h-tl"></div>
337
+ <div class="handle h-tr"></div>
338
+ <div class="handle h-bl"></div>
339
+ <div class="handle h-br"></div>
340
+ <div class="handle h-ml"></div>
341
+ <div class="handle h-mr"></div>
342
+ <div class="handle h-mt"></div>
343
+ <div class="handle h-mb"></div>
344
+
345
+ <!-- Extra small vertical row like selection markers -->
346
+ <div class="extra-handles">
347
+ <div class="handle"></div>
348
+ <div class="handle"></div>
349
+ <div class="handle"></div>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Slide thumbnail -->
355
+ <div class="thumbnail">
356
+ <div class="mini">school 25th anniversary<br>ceremony<br><span style="font-size:20px;color:#666;">Thank you very much KDIS for being part of my life and my soul</span></div>
357
+ </div>
358
+ <div class="page-number">1</div>
359
+
360
+ <!-- Floating side button -->
361
+ <div class="float-btn" title="present to screen">
362
+ <svg viewBox="0 0 24 24" fill="none" stroke="#d7f3dc" stroke-width="2">
363
+ <rect x="3" y="6" width="18" height="12" rx="2"/>
364
+ <path d="M8 20h8"/>
365
+ <path d="M12 9v6M9 12h6"/>
366
+ </svg>
367
+ </div>
368
+
369
+ <!-- Insert panel -->
370
+ <div class="insert-panel">
371
+ <div class="insert-title">Insert</div>
372
+ <div class="insert-list">
373
+ <div class="insert-item">
374
+ <div class="left">
375
+ <div class="icon">
376
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
377
+ <rect x="3" y="7" width="18" height="10" rx="2"/>
378
+ <path d="M7 7v-2h10v2"/>
379
+ </svg>
380
+ </div>
381
+ <span>Comment</span>
382
+ </div>
383
+ <div class="chev">
384
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
385
+ <path d="M9 6l6 6-6 6"/>
386
+ </svg>
387
+ </div>
388
+ </div>
389
+
390
+ <div class="insert-item">
391
+ <div class="left">
392
+ <div class="icon">
393
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
394
+ <path d="M4 20h16"/>
395
+ <path d="M12 4l-7 12h14L12 4z"/>
396
+ <text x="11" y="15" font-size="10" fill="currentColor" text-anchor="middle">T</text>
397
+ </svg>
398
+ </div>
399
+ <span>Text</span>
400
+ </div>
401
+ <div class="chev">
402
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
403
+ <path d="M9 6l6 6-6 6"/>
404
+ </svg>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="insert-item">
409
+ <div class="left">
410
+ <div class="icon">
411
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
412
+ <rect x="3" y="5" width="18" height="14" rx="2"/>
413
+ <circle cx="9" cy="11" r="3"/>
414
+ <path d="M21 17l-6-6-4 4-2-2-4 4"/>
415
+ </svg>
416
+ </div>
417
+ <span>Image</span>
418
+ </div>
419
+ <div class="chev">
420
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
421
+ <path d="M9 6l6 6-6 6"/>
422
+ </svg>
423
+ </div>
424
+ </div>
425
+
426
+ <div class="insert-item">
427
+ <div class="left">
428
+ <div class="icon">
429
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
430
+ <rect x="5" y="5" width="6" height="6"/>
431
+ <circle cx="16.5" cy="12.5" r="3.5"/>
432
+ </svg>
433
+ </div>
434
+ <span>Shape</span>
435
+ </div>
436
+ <div class="chev">
437
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
438
+ <path d="M9 6l6 6-6 6"/>
439
+ </svg>
440
+ </div>
441
+ </div>
442
+
443
+ <div class="insert-item">
444
+ <div class="left">
445
+ <div class="icon">
446
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
447
+ <path d="M4 18l16-12"/>
448
+ </svg>
449
+ </div>
450
+ <span>Line</span>
451
+ </div>
452
+ <div class="chev">
453
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3">
454
+ <path d="M9 6l6 6-6 6"/>
455
+ </svg>
456
+ </div>
457
+ </div>
458
+ </div>
459
+ </div>
460
+
461
+ </div>
462
+ </body>
463
+ </html>
code/19599/19599_2.html ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mock - Slides Image Insert</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #0E2A1F; /* deep green app background */
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #E9F3EC;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 18px;
23
+ left: 24px;
24
+ right: 24px;
25
+ height: 64px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #E9F3EC;
30
+ font-size: 34px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons { display: flex; gap: 24px; align-items: center; }
34
+ .icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
35
+ .icon svg { width: 36px; height: 36px; fill: #E9F3EC; }
36
+
37
+ /* Top app actions */
38
+ .top-actions {
39
+ position: absolute;
40
+ top: 120px;
41
+ left: 24px;
42
+ right: 24px;
43
+ height: 80px;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 42px;
47
+ color: #E9F3EC;
48
+ }
49
+ .round-btn {
50
+ width: 84px; height: 84px; border-radius: 42px;
51
+ background: #158D43; display: flex; align-items: center; justify-content: center;
52
+ position: absolute; right: 180px; top: 88px;
53
+ box-shadow: 0 6px 14px rgba(0,0,0,0.3);
54
+ }
55
+ .round-btn svg { width: 46px; height: 46px; fill: #ffffff; }
56
+
57
+ /* White slide canvas */
58
+ .slide-stage {
59
+ position: absolute;
60
+ left: 48px;
61
+ top: 300px;
62
+ width: 984px;
63
+ height: 410px;
64
+ background: #ffffff;
65
+ border: 3px solid #CFCFCF;
66
+ border-radius: 6px;
67
+ box-shadow: 0 8px 0 rgba(0,0,0,0.25);
68
+ color: #111;
69
+ }
70
+ .slide-title {
71
+ text-align: center;
72
+ font-size: 96px;
73
+ line-height: 1.05;
74
+ margin: 46px 40px 0;
75
+ font-weight: 500;
76
+ }
77
+
78
+ /* Selected text box with green handles */
79
+ .selection {
80
+ position: absolute;
81
+ left: 60px;
82
+ right: 60px;
83
+ bottom: 36px;
84
+ height: 86px;
85
+ border: 6px solid #2CC56C;
86
+ border-radius: 10px;
87
+ }
88
+ .selection .text {
89
+ position: absolute;
90
+ inset: -2px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #444;
95
+ font-size: 40px;
96
+ }
97
+ .handle {
98
+ position: absolute;
99
+ width: 28px; height: 28px; background: #2CC56C; border-radius: 50%;
100
+ border: 4px solid #0C7F3E;
101
+ }
102
+ /* handles around the selection */
103
+ .h-tl { top: -20px; left: -20px; }
104
+ .h-tr { top: -20px; right: -20px; }
105
+ .h-bl { bottom: -20px; left: -20px; }
106
+ .h-br { bottom: -20px; right: -20px; }
107
+ .h-tc { top: -20px; left: 50%; transform: translateX(-50%); }
108
+ .h-bc { bottom: -20px; left: 50%; transform: translateX(-50%); }
109
+ .h-cl { top: 50%; left: -20px; transform: translateY(-50%); }
110
+ .h-cr { top: 50%; right: -20px; transform: translateY(-50%); }
111
+
112
+ /* Slide thumbnail */
113
+ .thumb {
114
+ position: absolute;
115
+ left: 28px;
116
+ top: 1040px;
117
+ width: 300px;
118
+ height: 210px;
119
+ background: #123726;
120
+ border-radius: 20px;
121
+ padding: 14px;
122
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25) inset;
123
+ }
124
+ .thumb-inner {
125
+ width: 100%; height: 100%; background: #ffffff; border-radius: 14px;
126
+ border: 4px solid #2CC56C;
127
+ padding: 10px; color: #111;
128
+ display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
129
+ }
130
+ .thumb-title { font-size: 36px; line-height: 1.05; }
131
+ .thumb-caption { font-size: 16px; color: #666; margin-top: 8px; }
132
+
133
+ /* Right floating tool */
134
+ .floating-tool {
135
+ position: absolute;
136
+ right: 24px;
137
+ top: 940px;
138
+ width: 90px; height: 180px;
139
+ background: rgba(255,255,255,0.08);
140
+ border-radius: 48px;
141
+ display: flex; align-items: center; justify-content: center;
142
+ backdrop-filter: blur(2px);
143
+ }
144
+ .floating-tool svg { width: 52px; height: 52px; fill: #E9F3EC; }
145
+
146
+ /* Bottom sheet for Image options */
147
+ .sheet {
148
+ position: absolute;
149
+ left: 0; right: 0; bottom: 120px;
150
+ padding: 26px 36px 40px;
151
+ color: #E9F3EC;
152
+ }
153
+ .sheet .header {
154
+ display: flex; align-items: center; gap: 24px;
155
+ font-size: 48px; margin-bottom: 26px;
156
+ }
157
+ .sheet .row {
158
+ display: flex; align-items: center; gap: 28px;
159
+ height: 110px; font-size: 44px;
160
+ }
161
+ .sheet .row + .row { border-top: 1px solid rgba(255,255,255,0.08); }
162
+ .sheet .row .tile {
163
+ width: 84px; height: 84px; border-radius: 18px; background: rgba(255,255,255,0.12);
164
+ display: flex; align-items: center; justify-content: center;
165
+ }
166
+ .sheet .row svg { width: 48px; height: 48px; fill: #E9F3EC; }
167
+
168
+ /* Gesture bar */
169
+ .gesture {
170
+ position: absolute;
171
+ left: 50%; transform: translateX(-50%);
172
+ bottom: 36px;
173
+ width: 340px; height: 12px; background: #F3F5F4; border-radius: 8px; opacity: 0.9;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- Status bar -->
181
+ <div class="status-bar">
182
+ <div>7:21</div>
183
+ <div class="status-icons">
184
+ <span class="icon" title="lock">
185
+ <svg viewBox="0 0 24 24"><path d="M6 10V8a6 6 0 1 1 12 0v2h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V11a1 1 0 0 1 1-1h1zm2 0h8V8a4 4 0 0 0-8 0v2z"/></svg>
186
+ </span>
187
+ <span class="icon" title="signal">
188
+ <svg viewBox="0 0 24 24"><path d="M3 20h2V10H3v10zm4 0h2V6H7v14zm4 0h2V3h-2v17zm4 0h2V14h-2v6zm4 0h2V8h-2v12z"/></svg>
189
+ </span>
190
+ <span class="icon" title="notifications">
191
+ <svg viewBox="0 0 24 24"><path d="M12 22a2.5 2.5 0 0 0 2.45-2H9.55A2.5 2.5 0 0 0 12 22zm7-6V11a7 7 0 1 0-14 0v5l-2 2v1h18v-1l-2-2z"/></svg>
192
+ </span>
193
+ <span class="icon" title="battery">
194
+ <svg viewBox="0 0 24 24"><path d="M16 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2V7zM4 9a2 2 0 0 1 2-2h8v10H6a2 2 0 0 1-2-2V9z"/></svg>
195
+ </span>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Top app actions -->
200
+ <div class="top-actions">
201
+ <span class="icon" title="check">
202
+ <svg viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
203
+ </span>
204
+ <span class="icon" title="undo">
205
+ <svg viewBox="0 0 24 24"><path d="M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6a6 6 0 0 1-6 6H6v2h6a8 8 0 0 0 0-16z"/></svg>
206
+ </span>
207
+ <span class="icon" title="play">
208
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
209
+ </span>
210
+ <span class="icon" title="format">
211
+ <svg viewBox="0 0 24 24"><path d="M5 4h14v2H5V4zm4 14h6v2H9v-2zM7 20h2L14 6h-2L7 20z"/></svg>
212
+ </span>
213
+ <span class="icon" title="comment">
214
+ <svg viewBox="0 0 24 24"><path d="M21 6a2 2 0 0 0-2-2H5C3.9 4 3 4.9 3 6v10c0 1.1.9 2 2 2h11l4 4V6z"/></svg>
215
+ </span>
216
+ <span class="icon" title="more">
217
+ <svg viewBox="0 0 24 24"><path d="M5 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm7 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
218
+ </span>
219
+ </div>
220
+ <div class="round-btn" title="Add">
221
+ <svg viewBox="0 0 24 24"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/></svg>
222
+ </div>
223
+
224
+ <!-- Slide canvas -->
225
+ <div class="slide-stage">
226
+ <div class="slide-title">
227
+ school 25th anniversary<br/>ceremony
228
+ </div>
229
+
230
+ <div class="selection">
231
+ <div class="text">Thank you very much KDIS for being part of my life and my soul</div>
232
+ <span class="handle h-tl"></span>
233
+ <span class="handle h-tr"></span>
234
+ <span class="handle h-bl"></span>
235
+ <span class="handle h-br"></span>
236
+ <span class="handle h-tc"></span>
237
+ <span class="handle h-bc"></span>
238
+ <span class="handle h-cl"></span>
239
+ <span class="handle h-cr"></span>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Slide thumbnail preview -->
244
+ <div class="thumb">
245
+ <div class="thumb-inner">
246
+ <div class="thumb-title">school 25th anniversary<br/>ceremony</div>
247
+ <div class="thumb-caption">Thank you very much KDIS for being part of my life and my soul</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Right floating tool -->
252
+ <div class="floating-tool" title="Present options">
253
+ <svg viewBox="0 0 24 24"><path d="M3 4h18v12H3zM1 18h22v2H1zM8 7h8v2H8V7zm0 4h5v2H8v-2z"/></svg>
254
+ </div>
255
+
256
+ <!-- Bottom sheet -->
257
+ <div class="sheet">
258
+ <div class="header">
259
+ <span class="icon">
260
+ <svg viewBox="0 0 24 24"><path d="M20 11H7.8l5.6-5.6L12 4l-8 8 8 8 1.4-1.4L7.8 13H20z"/></svg>
261
+ </span>
262
+ <div>Image</div>
263
+ </div>
264
+
265
+ <div class="row">
266
+ <div class="tile">
267
+ <svg viewBox="0 0 24 24"><path d="M21 19V5a2 2 0 0 0-2-2H5C3.9 3 3 3.9 3 5v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2zM8.5 13.5l2.5 3.01 3.5-4.51L20 19H4l4.5-5.5zM8 8.5A1.5 1.5 0 1 1 8 11a1.5 1.5 0 0 1 0-2.5z"/></svg>
268
+ </div>
269
+ <div>From photos</div>
270
+ </div>
271
+ <div class="row">
272
+ <div class="tile">
273
+ <svg viewBox="0 0 24 24"><path d="M20 5h-3.2l-1.8-2H9L7.2 5H4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm-8 3a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"/></svg>
274
+ </div>
275
+ <div>From camera</div>
276
+ </div>
277
+ </div>
278
+
279
+ <!-- Gesture bar -->
280
+ <div class="gesture"></div>
281
+
282
+ </div>
283
+ </body>
284
+ </html>
code/19599/19599_3.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Photo Picker UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0E0F0E;
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ padding: 0 32px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #FFFFFF;
29
+ font-size: 42px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ }
36
+ .status-icon { display: inline-flex; align-items: center; justify-content: center; }
37
+
38
+ /* Bottom home indicator */
39
+ .home-indicator {
40
+ position: absolute;
41
+ bottom: 36px;
42
+ left: 50%;
43
+ transform: translateX(-50%);
44
+ width: 360px;
45
+ height: 12px;
46
+ background: #FFFFFF;
47
+ opacity: 0.9;
48
+ border-radius: 12px;
49
+ }
50
+
51
+ /* Sheet */
52
+ .sheet {
53
+ position: absolute;
54
+ top: 220px;
55
+ left: 0;
56
+ width: 1080px;
57
+ height: 1940px;
58
+ background: #262A25; /* dark olive/greenish */
59
+ border-top-left-radius: 36px;
60
+ border-top-right-radius: 36px;
61
+ box-sizing: border-box;
62
+ }
63
+ .sheet-handle {
64
+ width: 160px;
65
+ height: 12px;
66
+ background: #3D403B;
67
+ border-radius: 12px;
68
+ margin: 18px auto 28px;
69
+ }
70
+ .sheet-title {
71
+ text-align: center;
72
+ font-size: 36px;
73
+ color: #DDE3D7;
74
+ margin-bottom: 32px;
75
+ }
76
+
77
+ .sheet-actions {
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ padding: 0 28px;
82
+ margin-bottom: 22px;
83
+ }
84
+ .action-left, .action-right {
85
+ width: 80px;
86
+ height: 80px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ }
91
+ .tabs {
92
+ display: flex;
93
+ gap: 18px;
94
+ align-items: center;
95
+ justify-content: center;
96
+ flex: 1;
97
+ }
98
+ .pill {
99
+ padding: 18px 40px;
100
+ border-radius: 36px;
101
+ font-size: 34px;
102
+ line-height: 1;
103
+ border: 1px solid #3A3F38;
104
+ color: #D1D6CD;
105
+ background: #1E221D;
106
+ }
107
+ .pill.selected {
108
+ background: #53D36A;
109
+ color: #0B140B;
110
+ border-color: #53D36A;
111
+ font-weight: 700;
112
+ }
113
+
114
+ /* Grid */
115
+ .grid {
116
+ padding: 18px;
117
+ display: grid;
118
+ grid-template-columns: repeat(3, 1fr);
119
+ grid-auto-rows: 260px;
120
+ gap: 12px;
121
+ }
122
+ .thumb {
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ border-radius: 18px;
126
+ color: #757575;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ text-align: center;
131
+ padding: 10px;
132
+ position: relative;
133
+ font-size: 28px;
134
+ }
135
+ .thumb .overlay-play {
136
+ position: absolute;
137
+ top: 12px;
138
+ right: 12px;
139
+ width: 44px;
140
+ height: 44px;
141
+ background: rgba(0,0,0,0.55);
142
+ border-radius: 50%;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ }
147
+ .thumb .overlay-play svg {
148
+ width: 22px;
149
+ height: 22px;
150
+ fill: #FFFFFF;
151
+ }
152
+
153
+ .section-title {
154
+ color: #DDE3D7;
155
+ font-size: 34px;
156
+ margin: 20px 26px 10px;
157
+ }
158
+
159
+ .date-label {
160
+ font-size: 48px;
161
+ color: #DDE3D7;
162
+ margin: 26px;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+ <!-- Status Bar -->
169
+ <div class="status-bar">
170
+ <div class="status-left">7:21</div>
171
+ <div class="status-right">
172
+ <!-- Do not identify; simple icons -->
173
+ <span class="status-icon">
174
+ <svg width="42" height="42" viewBox="0 0 42 42">
175
+ <rect x="2" y="28" width="4" height="10" fill="#FFFFFF"/>
176
+ <rect x="10" y="22" width="4" height="16" fill="#FFFFFF"/>
177
+ <rect x="18" y="16" width="4" height="22" fill="#FFFFFF"/>
178
+ <rect x="26" y="10" width="4" height="28" fill="#FFFFFF"/>
179
+ </svg>
180
+ </span>
181
+ <span class="status-icon">
182
+ <svg width="42" height="42" viewBox="0 0 42 42">
183
+ <path d="M5 28c6-6 16-6 22 0l-4 4c-4-4-10-4-14 0l-4-4z" fill="#FFFFFF"/>
184
+ <path d="M10 23c4-4 10-4 14 0l-3 3c-3-3-8-3-11 0l-3-3z" fill="#FFFFFF"/>
185
+ <circle cx="15" cy="30" r="2" fill="#FFFFFF"/>
186
+ </svg>
187
+ </span>
188
+ <span class="status-icon">
189
+ <svg width="54" height="42" viewBox="0 0 54 42">
190
+ <rect x="2" y="10" width="40" height="22" rx="4" ry="4" fill="none" stroke="#FFFFFF" stroke-width="3"/>
191
+ <rect x="5" y="13" width="34" height="16" fill="#FFFFFF"/>
192
+ <rect x="44" y="18" width="6" height="6" rx="2" fill="#FFFFFF"/>
193
+ </svg>
194
+ </span>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom Home Indicator -->
199
+ <div class="home-indicator"></div>
200
+
201
+ <!-- Permission Sheet -->
202
+ <div class="sheet">
203
+ <div class="sheet-handle"></div>
204
+ <div class="sheet-title">This app can only access the photos you select</div>
205
+ <div class="sheet-actions">
206
+ <!-- Left: Close (X) -->
207
+ <div class="action-left">
208
+ <svg width="46" height="46" viewBox="0 0 46 46">
209
+ <path d="M10 10 L36 36 M36 10 L10 36" stroke="#72E06C" stroke-width="6" stroke-linecap="round"/>
210
+ </svg>
211
+ </div>
212
+
213
+ <!-- Center: Tabs -->
214
+ <div class="tabs">
215
+ <div class="pill selected">Photos</div>
216
+ <div class="pill">Albums</div>
217
+ </div>
218
+
219
+ <!-- Right: Overflow (vertical dots) -->
220
+ <div class="action-right">
221
+ <svg width="12" height="46" viewBox="0 0 12 46">
222
+ <circle cx="6" cy="10" r="4" fill="#B9BFB3"/>
223
+ <circle cx="6" cy="23" r="4" fill="#B9BFB3"/>
224
+ <circle cx="6" cy="36" r="4" fill="#B9BFB3"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Grid of thumbnails -->
230
+ <div class="grid">
231
+ <div class="thumb">[IMG: Office meeting table]</div>
232
+ <div class="thumb">[IMG: Laptop screen with webpage]</div>
233
+ <div class="thumb">[IMG: Potted plants by window]</div>
234
+
235
+ <div class="thumb">
236
+ <div class="overlay-play">
237
+ <svg viewBox="0 0 24 24"><path d="M6 4l12 8-12 8z"></path></svg>
238
+ </div>
239
+ [IMG: Plant near corner window]
240
+ </div>
241
+ <div class="thumb">[IMG: Plant close-up by window]</div>
242
+ <div class="thumb">[IMG: Tall plant next to blinds]</div>
243
+
244
+ <div class="thumb">[IMG: Window view with greenery]</div>
245
+ <div class="thumb">[IMG: Plant and moss pole]</div>
246
+ <div class="thumb">[IMG: Plant cluster at office]</div>
247
+
248
+ <div class="thumb">[IMG: Laptop showing downloads list]</div>
249
+ <div class="thumb">[IMG: Laptop with tabs and files]</div>
250
+ <div class="thumb">[IMG: Spreadsheet open on laptop]</div>
251
+
252
+ <div class="thumb">[IMG: News app shortcut icons row]</div>
253
+ <div class="thumb">[IMG: Top News card - storm update]</div>
254
+ <div class="thumb">[IMG: News feed cards and headlines]</div>
255
+ </div>
256
+
257
+ <div class="date-label">Tue, Aug 8</div>
258
+ </div>
259
+ </div>
260
+ </body>
261
+ </html>
code/19599/19599_4.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Slide Editor Mock</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: #0f2a1f; /* deep green workspace */
15
+ color: #e6f0e8;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0; left: 0; right: 0;
22
+ height: 88px;
23
+ padding: 0 28px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #e9f3ea;
28
+ font-size: 38px;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ gap: 26px;
34
+ align-items: center;
35
+ }
36
+ .status-icons svg { width: 34px; height: 34px; fill: #e9f3ea; }
37
+
38
+ /* Top editor toolbar */
39
+ .top-toolbar {
40
+ position: absolute;
41
+ top: 88px; left: 0; right: 0;
42
+ height: 120px;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 54px;
46
+ padding: 0 40px;
47
+ color: #cfe6d8;
48
+ }
49
+ .icon-btn {
50
+ width: 64px; height: 64px;
51
+ display: inline-flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ }
55
+ .icon-btn svg { width: 64px; height: 64px; fill: #cfe6d8; }
56
+
57
+ /* Slide stage */
58
+ .stage {
59
+ position: absolute;
60
+ top: 350px; left: 0; right: 0;
61
+ display: flex;
62
+ justify-content: center;
63
+ }
64
+ .slide {
65
+ position: relative;
66
+ width: 960px;
67
+ height: 540px;
68
+ background: #ffffff;
69
+ color: #111;
70
+ border-radius: 6px;
71
+ box-shadow: 0 10px 16px rgba(0,0,0,0.35);
72
+ overflow: hidden;
73
+ }
74
+ .slide h1 {
75
+ position: absolute;
76
+ top: 120px; left: 60px; right: 60px;
77
+ margin: 0;
78
+ font-size: 90px;
79
+ font-weight: 400;
80
+ color: #111;
81
+ white-space: nowrap;
82
+ }
83
+ .slide p {
84
+ position: absolute;
85
+ bottom: 120px; left: 60px; right: 60px;
86
+ margin: 0;
87
+ font-size: 34px;
88
+ color: #6a6a6a;
89
+ }
90
+
91
+ /* Selected image overlay with handles */
92
+ .selection {
93
+ position: absolute;
94
+ top: -40px; left: 230px;
95
+ width: 540px; height: 520px;
96
+ border: 6px solid #00c853;
97
+ border-radius: 10px;
98
+ box-sizing: border-box;
99
+ }
100
+ .selection .img-placeholder {
101
+ position: absolute;
102
+ inset: 0;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ color: #555;
109
+ font-size: 26px;
110
+ text-align: center;
111
+ padding: 16px;
112
+ }
113
+ .handle {
114
+ position: absolute;
115
+ width: 28px; height: 28px;
116
+ background: #00c853;
117
+ border: 4px solid #eafff2;
118
+ border-radius: 50%;
119
+ }
120
+ /* 8 resize handles */
121
+ .h-tl { top: -14px; left: -14px; }
122
+ .h-tr { top: -14px; right: -14px; }
123
+ .h-bl { bottom: -14px; left: -14px; }
124
+ .h-br { bottom: -14px; right: -14px; }
125
+ .h-tc { top: -14px; left: 50%; transform: translateX(-50%); }
126
+ .h-bc { bottom: -14px; left: 50%; transform: translateX(-50%); }
127
+ .h-cl { left: -14px; top: 50%; transform: translateY(-50%); }
128
+ .h-cr { right: -14px; top: 50%; transform: translateY(-50%); }
129
+ /* rotation handle above */
130
+ .h-rot { top: -70px; left: 50%; transform: translateX(-50%); }
131
+
132
+ /* Bottom workspace bar */
133
+ .bottom-bar {
134
+ position: absolute;
135
+ left: 0; right: 0; bottom: 80px;
136
+ height: 220px;
137
+ display: flex;
138
+ align-items: center;
139
+ padding: 0 28px;
140
+ gap: 30px;
141
+ }
142
+ .thumb {
143
+ width: 260px; height: 160px;
144
+ background: #ffffff;
145
+ border-radius: 22px;
146
+ box-shadow: 0 8px 12px rgba(0,0,0,0.35);
147
+ padding: 8px;
148
+ position: relative;
149
+ }
150
+ .thumb .mini {
151
+ width: 100%; height: 100%;
152
+ background: #fff;
153
+ border-radius: 16px;
154
+ position: relative;
155
+ overflow: hidden;
156
+ }
157
+ .mini .mini-img {
158
+ position: absolute;
159
+ left: 95px; top: 10px;
160
+ width: 120px; height: 130px;
161
+ border: 4px solid #00c853;
162
+ border-radius: 8px;
163
+ background: #E0E0E0;
164
+ border-color: #00c853;
165
+ }
166
+ .mini h6 {
167
+ position: absolute;
168
+ left: 14px; top: 18px;
169
+ margin: 0; font-size: 26px; color: #111;
170
+ font-weight: 500;
171
+ }
172
+ .mini p {
173
+ position: absolute;
174
+ left: 14px; bottom: 14px;
175
+ margin: 0; font-size: 16px; color: #777;
176
+ }
177
+ .thumb-index {
178
+ position: absolute;
179
+ top: 170px;
180
+ left: 10px;
181
+ color: #cfe6d8;
182
+ font-size: 30px;
183
+ }
184
+ .bottom-tools {
185
+ flex: 1;
186
+ display: flex;
187
+ justify-content: space-evenly;
188
+ align-items: center;
189
+ }
190
+ .bottom-tools .tool {
191
+ width: 76px; height: 76px;
192
+ display: inline-flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ }
196
+ .bottom-tools svg { width: 64px; height: 64px; fill: #cfe6d8; }
197
+
198
+ /* Floating add slide */
199
+ .fab {
200
+ position: absolute;
201
+ right: 28px;
202
+ top: 1420px;
203
+ width: 96px; height: 180px;
204
+ background: rgba(207,230,216,0.1);
205
+ border: 2px solid #cfe6d8;
206
+ border-radius: 48px;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: center;
210
+ }
211
+ .fab svg { width: 64px; height: 64px; fill: #cfe6d8; }
212
+
213
+ /* Home indicator (gesture bar) */
214
+ .home-indicator {
215
+ position: absolute;
216
+ left: 50%; bottom: 22px;
217
+ width: 420px; height: 14px;
218
+ border-radius: 8px;
219
+ background: #e3efe7;
220
+ transform: translateX(-50%);
221
+ opacity: 0.9;
222
+ }
223
+ </style>
224
+ </head>
225
+ <body>
226
+ <div id="render-target">
227
+
228
+ <!-- Status bar -->
229
+ <div class="status-bar">
230
+ <div>7:21</div>
231
+ <div class="status-icons">
232
+ <!-- small dot -->
233
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
234
+ <!-- notification bell simplified -->
235
+ <svg viewBox="0 0 24 24"><path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm7-6v-5a7 7 0 0 0-14 0v5l-2 2h18l-2-2z"/></svg>
236
+ <!-- wifi -->
237
+ <svg viewBox="0 0 24 24"><path d="M2 8a16 16 0 0 1 20 0l-2 2a13 13 0 0 0-16 0L2 8zm4 4a10 10 0 0 1 12 0l-2 2a7 7 0 0 0-8 0l-2-2zm4 4a4 4 0 0 1 4 0l-2 2-2-2z"/></svg>
238
+ <!-- battery -->
239
+ <svg viewBox="0 0 24 24"><path d="M17 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2v2h-2v-2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h10z"/></svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Top editor toolbar -->
244
+ <div class="top-toolbar">
245
+ <!-- check -->
246
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg></div>
247
+ <!-- cast -->
248
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M1 18h2a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1zM1 14v-6a2 2 0 0 1 2-2h18v10h-8a6 6 0 0 0-12-2z"/></svg></div>
249
+ <!-- play -->
250
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg></div>
251
+ <!-- text tool -->
252
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M4 20h16v-2H4v2zM6 18h2v-6h8v6h2V4H6v14zm2-8V6h8v4H8z"/></svg></div>
253
+ <!-- add -->
254
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z"/></svg></div>
255
+ <!-- comment -->
256
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><path d="M4 4h16v12H7l-3 3V4z"/></svg></div>
257
+ <!-- more -->
258
+ <div class="icon-btn"><svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg></div>
259
+ </div>
260
+
261
+ <!-- Stage with slide -->
262
+ <div class="stage">
263
+ <div class="slide">
264
+ <h1>school anniversary</h1>
265
+ <p>Thank you very much for being part of my life and my journey.</p>
266
+
267
+ <!-- Selected image with handles -->
268
+ <div class="selection">
269
+ <div class="img-placeholder">[IMG: Potted plant by window]</div>
270
+ <div class="handle h-tl"></div>
271
+ <div class="handle h-tr"></div>
272
+ <div class="handle h-bl"></div>
273
+ <div class="handle h-br"></div>
274
+ <div class="handle h-tc"></div>
275
+ <div class="handle h-bc"></div>
276
+ <div class="handle h-cl"></div>
277
+ <div class="handle h-cr"></div>
278
+ <div class="handle h-rot"></div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Floating add slide button -->
284
+ <div class="fab">
285
+ <svg viewBox="0 0 24 24"><path d="M21 3H3v18h18V3zM7 11h4V7h2v4h4v2h-4v4h-2v-4H7v-2z"/></svg>
286
+ </div>
287
+
288
+ <!-- Bottom bar with thumbnail and tools -->
289
+ <div class="bottom-bar">
290
+ <div>
291
+ <div class="thumb">
292
+ <div class="mini">
293
+ <h6>school anniversary</h6>
294
+ <div class="mini-img"></div>
295
+ <p>Thank you very...</p>
296
+ </div>
297
+ </div>
298
+ <div class="thumb-index">1</div>
299
+ </div>
300
+ <div class="bottom-tools">
301
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg></div>
302
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 9h16v2H4V9zm0 4h10v2H4v-2z"/></svg></div>
303
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M7 17h10v2H7v-2zM6 7h12v8H6V7zm2 2v4h8V9H8z"/></svg></div>
304
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M21 19V5H3v14h18zM5 7h14l-7 8-7-8z"/></svg></div>
305
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 0 .001 16.001A8 8 0 0 0 12 4zm1 13h-2v-2H9v-2h2V9h2v2h2v2h-2v2z"/></svg></div>
306
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 6h16v12H4zM8 8h8v8H8z"/></svg></div>
307
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 20h16v-2H4v2zM6 18h2V6h8v12h2V4H6v14z"/></svg></div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Home indicator -->
312
+ <div class="home-indicator"></div>
313
+ </div>
314
+ </body>
315
+ </html>
code/196/196_0.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Puffer Jacket Product UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; border-radius: 24px;
13
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
14
+ }
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 80px; padding: 0 24px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #333; font-size: 30px; letter-spacing: 0.3px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; }
22
+ .status-icons .dot { width: 10px; height: 10px; background:#6f6f6f; border-radius: 50%; }
23
+ .image-section {
24
+ position: absolute; top: 100px; left: 0; width: 100%; height: 920px;
25
+ display: flex; align-items: center; justify-content: center;
26
+ }
27
+ .image-placeholder {
28
+ width: 980px; height: 880px; background: #E0E0E0; border: 1px solid #BDBDBD;
29
+ display: flex; align-items: center; justify-content: center; color: #757575;
30
+ font-size: 34px; border-radius: 6px;
31
+ }
32
+ .overlay-tools {
33
+ position: absolute; top: 120px; left: 24px; right: 24px; display: flex; align-items: center; gap: 18px;
34
+ }
35
+ .circle-btn {
36
+ width: 80px; height: 80px; background: rgba(120,120,120,0.75); border-radius: 40px;
37
+ display: flex; align-items: center; justify-content: center;
38
+ }
39
+ .search-pill {
40
+ flex: 1; height: 84px; border-radius: 42px; background: rgba(120,120,120,0.75);
41
+ display: flex; align-items: center; padding: 0 26px; color: #fff; font-size: 34px;
42
+ gap: 18px;
43
+ }
44
+ .right-circles { display: flex; gap: 18px; }
45
+ .count-badge {
46
+ position: absolute; right: 32px; bottom: 24px;
47
+ background: rgba(120,120,120,0.75); color: #fff; font-size: 28px;
48
+ padding: 12px 20px; border-radius: 28px;
49
+ }
50
+ .tabs-area {
51
+ position: absolute; top: 1040px; left: 0; width: 100%; height: 140px;
52
+ background: #f1f1f1; display: flex; align-items: center; justify-content: center;
53
+ }
54
+ .segmented {
55
+ background: #e9e9e9; padding: 8px; border-radius: 40px; display: flex; gap: 8px;
56
+ }
57
+ .seg-btn {
58
+ padding: 18px 36px; border-radius: 32px; font-size: 30px; color: #666;
59
+ }
60
+ .seg-btn.active { background: #fff; color: #333; box-shadow: 0 2px 4px rgba(0,0,0,0.08); }
61
+ .promo {
62
+ position: absolute; top: 1180px; left: 0; width: 100%; height: 110px;
63
+ display: flex; align-items: center; justify-content: space-between;
64
+ padding: 0 32px; font-size: 32px; color: #444; border-top: 1px solid #eee; border-bottom: 1px solid #eee;
65
+ }
66
+ .prices {
67
+ position: absolute; top: 1290px; left: 0; width: 100%; padding: 0 32px;
68
+ }
69
+ .prices .label-row {
70
+ display: flex; align-items: center; gap: 12px; color: #666; font-size: 30px; margin-bottom: 16px;
71
+ }
72
+ .info-row {
73
+ display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
74
+ }
75
+ .price-card {
76
+ padding: 14px 0;
77
+ }
78
+ .price {
79
+ font-size: 54px; font-weight: bold; color: #222; margin-bottom: 6px;
80
+ }
81
+ .sub {
82
+ font-size: 28px; color: #777;
83
+ }
84
+ .title {
85
+ position: absolute; top: 1580px; left: 32px; right: 32px;
86
+ font-size: 34px; color: #222; line-height: 1.35;
87
+ }
88
+ .meta {
89
+ position: absolute; top: 1760px; left: 32px; right: 32px;
90
+ display: flex; align-items: center; justify-content: space-between; font-size: 30px;
91
+ color: #777;
92
+ }
93
+ .meta .left { display: flex; gap: 16px; align-items: center; }
94
+ .divider {
95
+ position: absolute; top: 1860px; left: 0; width: 100%; height: 1px; background: #e6e6e6;
96
+ }
97
+ .actions-bar {
98
+ position: absolute; bottom: 120px; left: 0; width: 100%; height: 180px;
99
+ display: grid; grid-template-columns: 220px 220px 360px 280px; gap: 18px;
100
+ padding: 24px 24px; align-items: center;
101
+ }
102
+ .small-action {
103
+ height: 120px; border: 1px solid #ddd; border-radius: 22px;
104
+ display: flex; flex-direction: column; align-items: center; justify-content: center; color: #333;
105
+ gap: 8px; font-size: 26px;
106
+ }
107
+ .primary-pill {
108
+ height: 120px; border: 2px solid #222; border-radius: 60px; display: flex; align-items: center; justify-content: center;
109
+ font-size: 34px; color: #222; background: #fff;
110
+ }
111
+ .orange-btn {
112
+ height: 120px; border-radius: 60px; display: flex; align-items: center; justify-content: center;
113
+ font-size: 34px; color: #fff; background: #ff6a00;
114
+ }
115
+ .gesture-bar {
116
+ position: absolute; bottom: 40px; left: 0; width: 100%; height: 40px; display: flex; justify-content: center; align-items: center;
117
+ }
118
+ .gesture-pill { width: 220px; height: 8px; background: #000; border-radius: 6px; opacity: 0.5; }
119
+ /* Simple link */
120
+ .link { color: #1976d2; text-decoration: none; }
121
+ /* Icon sizes */
122
+ svg { display: block; }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Status bar -->
129
+ <div class="status-bar">
130
+ <div>5:37</div>
131
+ <div class="status-icons">
132
+ <!-- simple status icons -->
133
+ <svg width="32" height="32"><rect x="4" y="10" width="24" height="12" rx="2" fill="#666"/><rect x="6" y="12" width="16" height="8" rx="1" fill="#fff"/></svg>
134
+ <svg width="32" height="32"><circle cx="16" cy="16" r="8" stroke="#666" stroke-width="3" fill="none"/><line x1="22" y1="22" x2="28" y2="28" stroke="#666" stroke-width="3"/></svg>
135
+ <svg width="32" height="32"><rect x="6" y="6" width="20" height="20" rx="4" fill="none" stroke="#666" stroke-width="3"/><circle cx="16" cy="16" r="6" fill="#666"/></svg>
136
+ <div class="dot"></div>
137
+ <svg width="32" height="32"><path d="M6 18h8v8H6zM18 6h8v8h-8z" fill="#666"/></svg>
138
+ <svg width="32" height="32"><path d="M6 24h20" stroke="#666" stroke-width="3" stroke-linecap="round"/></svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Image section -->
143
+ <div class="image-section">
144
+ <div class="image-placeholder">[IMG: Grey Puffer Jacket]</div>
145
+
146
+ <!-- top overlay controls -->
147
+ <div class="overlay-tools">
148
+ <div class="circle-btn">
149
+ <svg width="34" height="34" viewBox="0 0 34 34">
150
+ <path d="M22 7 L10 17 L22 27" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
151
+ </svg>
152
+ </div>
153
+ <div class="search-pill">
154
+ <svg width="32" height="32">
155
+ <circle cx="14" cy="14" r="10" stroke="#fff" stroke-width="3" fill="none"/>
156
+ <line x1="22" y1="22" x2="30" y2="30" stroke="#fff" stroke-width="3"/>
157
+ </svg>
158
+ <div>puffer jacket</div>
159
+ </div>
160
+ <div class="right-circles">
161
+ <div class="circle-btn">
162
+ <svg width="34" height="34">
163
+ <rect x="6" y="8" width="22" height="18" rx="3" fill="none" stroke="#fff" stroke-width="3"/>
164
+ <circle cx="17" cy="17" r="5" fill="none" stroke="#fff" stroke-width="3"/>
165
+ </svg>
166
+ </div>
167
+ <div class="circle-btn">
168
+ <svg width="34" height="34">
169
+ <circle cx="17" cy="10" r="3" fill="#fff"/>
170
+ <circle cx="17" cy="17" r="3" fill="#fff"/>
171
+ <circle cx="17" cy="24" r="3" fill="#fff"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="count-badge">1/7</div>
178
+ </div>
179
+
180
+ <!-- Tabs -->
181
+ <div class="tabs-area">
182
+ <div class="segmented">
183
+ <div class="seg-btn active">Photos</div>
184
+ <div class="seg-btn">Highlights</div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Promo -->
189
+ <div class="promo">
190
+ <div>Save up to US $15 off with PayPal</div>
191
+ <svg width="28" height="28"><path d="M8 6 L20 14 L8 22" fill="none" stroke="#666" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
192
+ </div>
193
+
194
+ <!-- Prices -->
195
+ <div class="prices">
196
+ <div class="label-row">Sample rebates <svg width="26" height="26"><circle cx="13" cy="13" r="11" fill="none" stroke="#999" stroke-width="2"/><text x="9" y="18" font-size="16" fill="#999">?</text></svg></div>
197
+ <div class="info-row">
198
+ <div class="price-card">
199
+ <div class="price">$15.00</div>
200
+ <div class="sub">Min. order: 2 pieces</div>
201
+ </div>
202
+ <div class="price-card">
203
+ <div class="price">$13.00</div>
204
+ <div class="sub">500-2999 pieces</div>
205
+ </div>
206
+ <div class="price-card">
207
+ <div class="price">$12.00</div>
208
+ <div class="sub">3000-9999 pieces</div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Title -->
214
+ <div class="title">
215
+ Myanmar Puffer Jacket Warm Slim Casual Men Quilted Coat Cotton-padded Work Jacket Factory Wholesale Custom OEM Winter Stand
216
+ </div>
217
+
218
+ <!-- Meta -->
219
+ <div class="meta">
220
+ <div class="left">
221
+ <span>0 orders</span>
222
+ <span>|</span>
223
+ <a class="link" href="#">See store reviews</a>
224
+ </div>
225
+ <div style="display:flex; align-items:center; gap:26px;">
226
+ <!-- heart -->
227
+ <svg width="38" height="38" viewBox="0 0 38 38">
228
+ <path d="M19 31 C10 24,6 20,6 14 C6 10,9 8,12 8 C15 8,17 10,19 12 C21 10,23 8,26 8 C29 8,32 10,32 14 C32 20,28 24,19 31 Z" fill="#ff6a00"/>
229
+ </svg>
230
+ <!-- share -->
231
+ <svg width="38" height="38" viewBox="0 0 38 38">
232
+ <circle cx="10" cy="24" r="5" fill="#666"/>
233
+ <circle cx="28" cy="30" r="5" fill="#666"/>
234
+ <circle cx="28" cy="10" r="5" fill="#666"/>
235
+ <path d="M14 22 L23 12 M14 26 L23 28" stroke="#666" stroke-width="3" fill="none" stroke-linecap="round"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="divider"></div>
241
+
242
+ <!-- Bottom actions -->
243
+ <div class="actions-bar">
244
+ <div class="small-action">
245
+ <svg width="36" height="36">
246
+ <rect x="6" y="12" width="24" height="18" fill="none" stroke="#333" stroke-width="3"/>
247
+ <rect x="12" y="16" width="12" height="8" fill="#333"/>
248
+ </svg>
249
+ <div>Store</div>
250
+ </div>
251
+ <div class="small-action">
252
+ <svg width="36" height="36">
253
+ <rect x="6" y="8" width="24" height="20" rx="3" fill="none" stroke="#333" stroke-width="3"/>
254
+ <path d="M10 16 h16" stroke="#333" stroke-width="3"/>
255
+ </svg>
256
+ <div>Chat now</div>
257
+ </div>
258
+ <div class="primary-pill">Order sample</div>
259
+ <div class="orange-btn">Send inquiry</div>
260
+ </div>
261
+
262
+ <!-- Gesture bar -->
263
+ <div class="gesture-bar"><div class="gesture-pill"></div></div>
264
+
265
+ </div>
266
+ </body>
267
+ </html>
code/196/196_1.html ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Modal UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #fafafa;
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 96px;
24
+ padding: 0 32px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #ffffff;
30
+ z-index: 2;
31
+ pointer-events: none;
32
+ }
33
+ .status-left {
34
+ font-size: 36px;
35
+ font-weight: 600;
36
+ letter-spacing: 1px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ gap: 28px;
41
+ align-items: center;
42
+ }
43
+ .status-dot {
44
+ width: 10px; height: 10px; background: #fff; border-radius: 50%;
45
+ }
46
+ .status-icon {
47
+ width: 34px; height: 34px; border-radius: 50%;
48
+ border: 2px solid rgba(255,255,255,0.9);
49
+ }
50
+
51
+ /* Top search header over image */
52
+ .search-header {
53
+ position: absolute;
54
+ top: 110px;
55
+ left: 24px;
56
+ right: 24px;
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 24px;
60
+ z-index: 2;
61
+ }
62
+ .back-btn {
63
+ width: 72px; height: 72px; border-radius: 36px;
64
+ background: rgba(0,0,0,0.35);
65
+ display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .search-box {
68
+ flex: 1;
69
+ height: 90px;
70
+ border-radius: 45px;
71
+ background: rgba(255,255,255,0.14);
72
+ backdrop-filter: blur(2px);
73
+ display: flex; align-items: center;
74
+ padding: 0 32px;
75
+ box-sizing: border-box;
76
+ color: #f1f1f1;
77
+ gap: 20px;
78
+ }
79
+ .search-box .placeholder {
80
+ font-size: 36px;
81
+ color: #f1f1f1;
82
+ opacity: 0.92;
83
+ }
84
+ .round-action {
85
+ width: 90px; height: 90px; border-radius: 45px;
86
+ background: rgba(0,0,0,0.35);
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .icon-white path, .icon-white circle, .icon-white line {
90
+ stroke: #ffffff; fill: none;
91
+ }
92
+ .icon-white-fill path, .icon-white-fill circle {
93
+ fill: #ffffff;
94
+ }
95
+
96
+ /* Product image header */
97
+ .hero-image {
98
+ position: absolute;
99
+ top: 0;
100
+ left: 0;
101
+ width: 1080px;
102
+ height: 1060px;
103
+ background: #E0E0E0;
104
+ border-bottom: 1px solid #BDBDBD;
105
+ display: flex; align-items: center; justify-content: center;
106
+ color: #757575;
107
+ font-size: 40px;
108
+ z-index: 1;
109
+ }
110
+
111
+ /* Content section below image */
112
+ .content {
113
+ position: absolute;
114
+ top: 1060px;
115
+ left: 0;
116
+ right: 0;
117
+ bottom: 164px;
118
+ background: #ffffff;
119
+ padding: 40px 50px;
120
+ box-sizing: border-box;
121
+ }
122
+ .rebates-row {
123
+ font-size: 34px;
124
+ color: #333;
125
+ display: flex;
126
+ align-items: center;
127
+ gap: 18px;
128
+ margin-bottom: 28px;
129
+ }
130
+ .prices {
131
+ display: flex;
132
+ gap: 60px;
133
+ margin-bottom: 36px;
134
+ }
135
+ .price-card {
136
+ min-width: 250px;
137
+ }
138
+ .price-card .amount {
139
+ font-size: 58px;
140
+ font-weight: 700;
141
+ color: #111;
142
+ }
143
+ .price-card .note {
144
+ font-size: 28px;
145
+ color: #666;
146
+ margin-top: 10px;
147
+ }
148
+ .title {
149
+ font-size: 36px;
150
+ color: #222;
151
+ line-height: 1.4;
152
+ margin-top: 20px;
153
+ margin-bottom: 24px;
154
+ }
155
+ .meta {
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 20px;
159
+ font-size: 30px;
160
+ color: #6d6d6d;
161
+ }
162
+ .meta a {
163
+ color: #2b6cb0;
164
+ text-decoration: underline;
165
+ }
166
+ .actions-right {
167
+ position: absolute;
168
+ right: 36px;
169
+ top: 540px;
170
+ display: flex;
171
+ gap: 28px;
172
+ }
173
+ .small-icon {
174
+ width: 72px; height: 72px; border-radius: 36px;
175
+ background: #ffffff;
176
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
177
+ display: flex; align-items: center; justify-content: center;
178
+ border: 1px solid #e5e5e5;
179
+ }
180
+
181
+ /* Bottom bar */
182
+ .bottom-bar {
183
+ position: absolute;
184
+ bottom: 70px;
185
+ left: 0;
186
+ width: 1080px;
187
+ padding: 20px 30px;
188
+ box-sizing: border-box;
189
+ background: rgba(255,255,255,0.96);
190
+ display: flex;
191
+ align-items: center;
192
+ justify-content: space-between;
193
+ border-top: 1px solid #eaeaea;
194
+ }
195
+ .bb-left {
196
+ display: flex; align-items: center; gap: 38px;
197
+ }
198
+ .bb-item {
199
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
200
+ color: #333;
201
+ font-size: 26px;
202
+ }
203
+ .bb-icon {
204
+ width: 84px; height: 84px; border-radius: 20px;
205
+ border: 1px solid #ddd; background: #fff;
206
+ display: flex; align-items: center; justify-content: center;
207
+ }
208
+ .bb-actions {
209
+ display: flex; align-items: center; gap: 26px;
210
+ }
211
+ .btn-outline {
212
+ height: 100px; min-width: 300px; border-radius: 50px;
213
+ border: 2px solid #333; color: #333; background: #fff;
214
+ display: flex; align-items: center; justify-content: center;
215
+ font-size: 32px; font-weight: 600;
216
+ }
217
+ .btn-primary {
218
+ height: 100px; min-width: 340px; border-radius: 50px;
219
+ background: #e06a1f; color: #fff; font-weight: 700; font-size: 32px;
220
+ display: flex; align-items: center; justify-content: center;
221
+ border: none;
222
+ }
223
+
224
+ .home-indicator {
225
+ position: absolute;
226
+ bottom: 20px;
227
+ left: 50%;
228
+ transform: translateX(-50%);
229
+ width: 260px;
230
+ height: 12px;
231
+ border-radius: 6px;
232
+ background: #cfcfcf;
233
+ }
234
+
235
+ /* Modal overlay and dialog */
236
+ .overlay {
237
+ position: absolute;
238
+ inset: 0;
239
+ background: rgba(0,0,0,0.35);
240
+ z-index: 3;
241
+ }
242
+ .dialog {
243
+ position: absolute;
244
+ left: 54px;
245
+ right: 54px;
246
+ bottom: 700px;
247
+ height: 480px;
248
+ background: #ffffff;
249
+ border-radius: 16px;
250
+ box-shadow: 0 10px 30px rgba(0,0,0,0.3);
251
+ z-index: 4;
252
+ padding: 40px 48px;
253
+ box-sizing: border-box;
254
+ }
255
+ .dialog h2 {
256
+ margin: 0;
257
+ font-size: 54px;
258
+ color: #222;
259
+ font-weight: 600;
260
+ margin-bottom: 40px;
261
+ }
262
+ .dialog .opt {
263
+ font-size: 40px;
264
+ color: #666;
265
+ padding: 26px 0;
266
+ border-bottom: 1px solid #eee;
267
+ }
268
+ .dialog .opt:last-child {
269
+ border-bottom: none;
270
+ }
271
+
272
+ /* Simple helper for dark icons on light bg */
273
+ .icon-dark path, .icon-dark circle, .icon-dark line, .icon-dark rect {
274
+ stroke: #333; fill: none;
275
+ }
276
+ .icon-fill path { fill: #e46a1f; }
277
+ </style>
278
+ </head>
279
+ <body>
280
+ <div id="render-target">
281
+
282
+ <!-- Product image hero -->
283
+ <div class="hero-image">[IMG: Dark Puffer Jacket]</div>
284
+
285
+ <!-- Status bar -->
286
+ <div class="status-bar">
287
+ <div class="status-left">5:37</div>
288
+ <div class="status-right">
289
+ <div class="status-icon"></div>
290
+ <div class="status-icon"></div>
291
+ <div class="status-icon"></div>
292
+ <div class="status-dot"></div>
293
+ <div class="status-icon"></div>
294
+ <div class="status-icon"></div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Search header -->
299
+ <div class="search-header">
300
+ <div class="back-btn">
301
+ <svg class="icon-white" width="40" height="40" viewBox="0 0 24 24">
302
+ <path d="M15 6l-6 6 6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
303
+ </svg>
304
+ </div>
305
+ <div class="search-box">
306
+ <svg class="icon-white" width="40" height="40" viewBox="0 0 24 24">
307
+ <circle cx="11" cy="11" r="6" stroke-width="2"></circle>
308
+ <line x1="16" y1="16" x2="21" y2="21" stroke-width="2" stroke-linecap="round"></line>
309
+ </svg>
310
+ <div class="placeholder">puffer jacket</div>
311
+ </div>
312
+ <div class="round-action">
313
+ <svg class="icon-white" width="40" height="40" viewBox="0 0 24 24">
314
+ <rect x="4" y="7" width="16" height="12" rx="2" stroke-width="2"></rect>
315
+ <circle cx="12" cy="13" r="3" stroke-width="2"></circle>
316
+ <rect x="8" y="5" width="2" height="2" class="icon-white-fill"></rect>
317
+ </svg>
318
+ </div>
319
+ <div class="round-action">
320
+ <svg class="icon-white-fill" width="40" height="40" viewBox="0 0 24 24">
321
+ <circle cx="12" cy="5" r="2.2"></circle>
322
+ <circle cx="12" cy="12" r="2.2"></circle>
323
+ <circle cx="12" cy="19" r="2.2"></circle>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Content area -->
329
+ <div class="content">
330
+ <div class="rebates-row">
331
+ <span>Sample rebates</span>
332
+ <svg class="icon-dark" width="28" height="28" viewBox="0 0 24 24">
333
+ <circle cx="12" cy="12" r="9" stroke-width="2"></circle>
334
+ <line x1="12" y1="8" x2="12" y2="12" stroke-width="2" stroke-linecap="round"></line>
335
+ <circle cx="12" cy="16" r="1.5"></circle>
336
+ </svg>
337
+ </div>
338
+
339
+ <div class="prices">
340
+ <div class="price-card">
341
+ <div class="amount">$15.00</div>
342
+ <div class="note">Min. order: 2 pieces</div>
343
+ </div>
344
+ <div class="price-card">
345
+ <div class="amount">$13.00</div>
346
+ <div class="note">500-2999 pieces</div>
347
+ </div>
348
+ <div class="price-card">
349
+ <div class="amount">$12.00</div>
350
+ <div class="note">3000-9999 pieces</div>
351
+ </div>
352
+ </div>
353
+
354
+ <div class="title">
355
+ Myanmar Puffer Jacket Warm Slim Casual Men Quilted Coat Cotton-padded Work Jacket Factory Wholesale Custom OEM Winter Stand
356
+ </div>
357
+
358
+ <div class="meta">
359
+ <span>0 orders</span>
360
+ <span>|</span>
361
+ <a href="#">See store reviews</a>
362
+ </div>
363
+
364
+ <div class="actions-right">
365
+ <div class="small-icon">
366
+ <svg class="icon-fill" width="34" height="34" viewBox="0 0 24 24">
367
+ <path d="M12 21s-6.5-4.2-8.5-7.3C1.6 11.2 3.2 7 6.9 7c2 0 3.1 1.2 3.9 2.3C11.9 8.2 13 7 15.1 7c3.7 0 5.3 4.2 3.4 6.7C18.5 16.8 12 21 12 21z"></path>
368
+ </svg>
369
+ </div>
370
+ <div class="small-icon">
371
+ <svg class="icon-dark" width="34" height="34" viewBox="0 0 24 24">
372
+ <circle cx="6" cy="12" r="3" stroke-width="2"></circle>
373
+ <circle cx="18" cy="6" r="3" stroke-width="2"></circle>
374
+ <circle cx="18" cy="18" r="3" stroke-width="2"></circle>
375
+ <line x1="8.5" y1="10.5" x2="15" y2="7.5" stroke-width="2"></line>
376
+ <line x1="8.5" y1="13.5" x2="15" y2="16.5" stroke-width="2"></line>
377
+ </svg>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Bottom action bar -->
383
+ <div class="bottom-bar">
384
+ <div class="bb-left">
385
+ <div class="bb-item">
386
+ <div class="bb-icon">
387
+ <svg class="icon-dark" width="40" height="40" viewBox="0 0 24 24">
388
+ <rect x="3" y="9" width="18" height="10" rx="2" stroke-width="2"></rect>
389
+ <rect x="5" y="5" width="6" height="4" stroke-width="2"></rect>
390
+ <line x1="9" y1="9" x2="9" y2="19" stroke-width="2"></line>
391
+ </svg>
392
+ </div>
393
+ <div>Store</div>
394
+ </div>
395
+ <div class="bb-item">
396
+ <div class="bb-icon">
397
+ <svg class="icon-dark" width="40" height="40" viewBox="0 0 24 24">
398
+ <rect x="3" y="5" width="18" height="12" rx="3" stroke-width="2"></rect>
399
+ <path d="M7 17v3l4-3" stroke-width="2" fill="none"></path>
400
+ </svg>
401
+ </div>
402
+ <div>Chat now</div>
403
+ </div>
404
+ </div>
405
+ <div class="bb-actions">
406
+ <div class="btn-outline">Order sample</div>
407
+ <div class="btn-primary">Send inquiry</div>
408
+ </div>
409
+ </div>
410
+
411
+ <!-- Home indicator -->
412
+ <div class="home-indicator"></div>
413
+
414
+ <!-- Overlay and dialog -->
415
+ <div class="overlay"></div>
416
+ <div class="dialog">
417
+ <h2>Actions</h2>
418
+ <div class="opt">Search for similar items</div>
419
+ <div class="opt">Save</div>
420
+ </div>
421
+
422
+ </div>
423
+ </body>
424
+ </html>
code/196/196_2.html ADDED
@@ -0,0 +1,428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Puffer Jacket Product UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #222;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 120px;
24
+ background: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ color: #555;
30
+ font-size: 36px;
31
+ }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ }
38
+ .status-dot {
39
+ width: 14px; height: 14px; background:#777; border-radius:50%;
40
+ }
41
+ .status-icon {
42
+ width: 38px; height: 38px; border:2px solid #777; border-radius:6px;
43
+ }
44
+
45
+ /* Hero image */
46
+ .hero {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ width: 100%;
51
+ height: 980px;
52
+ background: #E0E0E0;
53
+ border-bottom: 1px solid #e5e5e5;
54
+ display: flex;
55
+ justify-content: center;
56
+ align-items: center;
57
+ color: #757575;
58
+ font-size: 40px;
59
+ }
60
+ .hero::before { content: ""; position: absolute; inset: 0; border: 1px solid #BDBDBD; pointer-events: none; }
61
+
62
+ /* Search overlay */
63
+ .search-overlay {
64
+ position: absolute;
65
+ top: 170px;
66
+ left: 36px;
67
+ right: 36px;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 20px;
71
+ }
72
+ .circle-btn {
73
+ width: 96px; height: 96px; border-radius: 48px; background: rgba(0,0,0,0.2);
74
+ display: flex; align-items: center; justify-content: center;
75
+ }
76
+ .search-field {
77
+ flex: 1;
78
+ height: 96px;
79
+ background: rgba(0,0,0,0.3);
80
+ border-radius: 48px;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 28px;
84
+ box-sizing: border-box;
85
+ color: #fff;
86
+ font-size: 38px;
87
+ gap: 20px;
88
+ }
89
+ .search-actions { display: flex; gap: 20px; }
90
+ .search-actions .circle-btn { background: rgba(0,0,0,0.25); }
91
+
92
+ /* Floating card (similar products / share) */
93
+ .float-card {
94
+ position: absolute;
95
+ top: 830px;
96
+ right: 70px;
97
+ width: 520px;
98
+ height: 680px;
99
+ background: #fff;
100
+ border-radius: 40px;
101
+ box-shadow: 0 18px 40px rgba(0,0,0,0.25);
102
+ overflow: hidden;
103
+ }
104
+ .float-card-header {
105
+ position: relative;
106
+ height: 300px;
107
+ padding: 24px;
108
+ box-sizing: border-box;
109
+ }
110
+ .float-card-img {
111
+ width: 100%;
112
+ height: 100%;
113
+ background: #E0E0E0;
114
+ border: 1px solid #BDBDBD;
115
+ display: flex; justify-content: center; align-items: center;
116
+ color: #757575; font-size: 30px; border-radius: 24px;
117
+ }
118
+ .float-close {
119
+ position: absolute;
120
+ top: 20px; right: 20px;
121
+ width: 64px; height: 64px; border-radius: 32px;
122
+ background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.15);
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .float-item {
126
+ display: flex; align-items: center; gap: 28px;
127
+ padding: 36px 32px;
128
+ border-top: 1px solid #eee;
129
+ font-size: 40px;
130
+ }
131
+ .float-icon {
132
+ width: 64px; height: 64px; border-radius: 12px;
133
+ background: #f5f5f5; display:flex; align-items:center; justify-content:center;
134
+ border: 1px solid #ddd;
135
+ }
136
+
137
+ /* Tabs / small controls */
138
+ .tabs-area {
139
+ position: absolute;
140
+ top: 1120px;
141
+ left: 0;
142
+ width: 100%;
143
+ height: 140px;
144
+ background: #f6f6f6;
145
+ display: flex; align-items: center; justify-content: center;
146
+ }
147
+ .pill {
148
+ padding: 20px 36px;
149
+ border-radius: 40px;
150
+ background: #fff;
151
+ border: 1px solid #ddd;
152
+ font-size: 36px;
153
+ color: #333;
154
+ box-shadow: 0 6px 12px rgba(0,0,0,0.05);
155
+ }
156
+
157
+ .save-banner {
158
+ position: absolute;
159
+ top: 1260px;
160
+ left: 0;
161
+ width: 100%;
162
+ height: 90px;
163
+ display: flex; align-items: center; justify-content: center;
164
+ color: #333; font-size: 40px; font-weight: 600;
165
+ }
166
+
167
+ /* Pricing grid */
168
+ .pricing {
169
+ position: absolute;
170
+ top: 1360px;
171
+ left: 36px;
172
+ right: 36px;
173
+ display: grid;
174
+ grid-template-columns: repeat(3, 1fr);
175
+ gap: 30px;
176
+ }
177
+ .price-card {
178
+ background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 24px;
179
+ box-shadow: 0 6px 12px rgba(0,0,0,0.04);
180
+ }
181
+ .price {
182
+ font-size: 64px; font-weight: 700; color: #111;
183
+ }
184
+ .range { margin-top: 6px; color: #666; font-size: 32px; }
185
+
186
+ .title {
187
+ position: absolute;
188
+ top: 1620px;
189
+ left: 36px; right: 36px;
190
+ font-size: 40px; line-height: 1.35; color: #222;
191
+ }
192
+
193
+ .reviews-line {
194
+ position: absolute;
195
+ top: 1800px;
196
+ left: 36px; right: 36px;
197
+ display: flex; align-items: center;
198
+ font-size: 36px; color: #666;
199
+ }
200
+ .reviews-line a { color: #1a73e8; text-decoration: none; margin-left: 10px; }
201
+ .actions-right {
202
+ margin-left: auto; display: flex; align-items: center; gap: 28px;
203
+ }
204
+ .icon-btn {
205
+ width: 72px; height: 72px; border-radius: 36px; border: 1px solid #ddd;
206
+ display:flex; align-items:center; justify-content:center; background:#fff;
207
+ }
208
+
209
+ /* Success toast */
210
+ .toast {
211
+ position: absolute;
212
+ bottom: 420px;
213
+ left: 50%;
214
+ transform: translateX(-50%);
215
+ background: #2b2b2b; color: #fff;
216
+ padding: 22px 28px; border-radius: 40px;
217
+ display: flex; align-items: center; gap: 18px;
218
+ box-shadow: 0 10px 24px rgba(0,0,0,0.3);
219
+ font-size: 34px;
220
+ }
221
+ .toast .logo {
222
+ width: 56px; height: 56px; border-radius: 28px; background: #ff6a00;
223
+ display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700;
224
+ font-size: 28px;
225
+ }
226
+
227
+ /* Bottom bar */
228
+ .bottom-bar {
229
+ position: absolute;
230
+ bottom: 120px;
231
+ left: 0; right: 0;
232
+ padding: 24px 24px 0 24px; box-sizing: border-box;
233
+ }
234
+ .bottom-actions {
235
+ display: grid;
236
+ grid-template-columns: 1fr 1fr 1.2fr 1.2fr;
237
+ gap: 24px;
238
+ align-items: center;
239
+ }
240
+ .mini-col {
241
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
242
+ font-size: 28px; color: #333;
243
+ }
244
+ .mini-icon {
245
+ width: 84px; height: 84px; border-radius: 24px; border: 1px solid #ddd; background:#fff;
246
+ display:flex; align-items:center; justify-content:center;
247
+ }
248
+ .btn-outline {
249
+ height: 120px; border-radius: 60px; border: 2px solid #111; background:#fff;
250
+ font-size: 40px; font-weight: 700; color:#111; display:flex; align-items:center; justify-content:center;
251
+ }
252
+ .btn-primary {
253
+ height: 120px; border-radius: 60px; background:#ff6a00; color:#fff;
254
+ font-size: 40px; font-weight: 700; display:flex; align-items:center; justify-content:center;
255
+ box-shadow: 0 8px 16px rgba(255,106,0,0.35);
256
+ }
257
+ .home-indicator {
258
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
259
+ width: 300px; height: 10px; background: #ddd; border-radius: 6px;
260
+ }
261
+ /* SVG sizing helper */
262
+ svg { display:block; }
263
+ </style>
264
+ </head>
265
+ <body>
266
+ <div id="render-target">
267
+
268
+ <!-- Status Bar -->
269
+ <div class="status-bar">
270
+ <div>5:38</div>
271
+ <div class="status-right">
272
+ <div class="status-icon"></div>
273
+ <div class="status-icon"></div>
274
+ <div class="status-icon"></div>
275
+ <div class="status-dot"></div>
276
+ <div class="status-icon"></div>
277
+ <div class="status-icon"></div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Hero Product Image -->
282
+ <div class="hero">[IMG: Gray Puffer Jacket]</div>
283
+
284
+ <!-- Search Overlay -->
285
+ <div class="search-overlay">
286
+ <div class="circle-btn">
287
+ <svg width="44" height="44" viewBox="0 0 24 24">
288
+ <path d="M15 18l-6-6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
289
+ </svg>
290
+ </div>
291
+ <div class="search-field">
292
+ <svg width="44" height="44" viewBox="0 0 24 24">
293
+ <circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="2" fill="none"/>
294
+ <path d="M21 21l-5-5" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
295
+ </svg>
296
+ <div>puffer jacket men</div>
297
+ </div>
298
+ <div class="search-actions">
299
+ <div class="circle-btn">
300
+ <svg width="44" height="44" viewBox="0 0 24 24">
301
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2" fill="none"/>
302
+ <circle cx="12" cy="12" r="3" stroke="#fff" stroke-width="2" fill="none"/>
303
+ </svg>
304
+ </div>
305
+ <div class="circle-btn">
306
+ <svg width="44" height="44" viewBox="0 0 24 24">
307
+ <circle cx="12" cy="5" r="2.2" fill="#fff"/>
308
+ <circle cx="12" cy="12" r="2.2" fill="#fff"/>
309
+ <circle cx="12" cy="19" r="2.2" fill="#fff"/>
310
+ </svg>
311
+ </div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Floating Action Card -->
316
+ <div class="float-card">
317
+ <div class="float-card-header">
318
+ <div class="float-card-img">[IMG: Puffer Jacket Thumbnail]</div>
319
+ <div class="float-close">
320
+ <svg width="30" height="30" viewBox="0 0 24 24">
321
+ <path d="M6 6l12 12M18 6L6 18" stroke="#333" stroke-width="2" stroke-linecap="round"/>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+ <div class="float-item">
326
+ <div class="float-icon">
327
+ <svg width="34" height="34" viewBox="0 0 24 24">
328
+ <rect x="3" y="6" width="18" height="12" rx="2" stroke="#333" stroke-width="2" fill="none"/>
329
+ <circle cx="12" cy="12" r="3" stroke="#333" stroke-width="2" fill="none"/>
330
+ </svg>
331
+ </div>
332
+ <div>Similar products</div>
333
+ </div>
334
+ <div class="float-item">
335
+ <div class="float-icon">
336
+ <svg width="34" height="34" viewBox="0 0 24 24">
337
+ <path d="M12 5v8m0-8l4 4m-4-4-4 4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
338
+ <path d="M6 13v6h12v-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
339
+ </svg>
340
+ </div>
341
+ <div>Share</div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Tabs area -->
346
+ <div class="tabs-area">
347
+ <div class="pill">Photos</div>
348
+ </div>
349
+
350
+ <!-- Save banner -->
351
+ <div class="save-banner">Save up to US $ on orders</div>
352
+
353
+ <!-- Pricing section -->
354
+ <div class="pricing">
355
+ <div class="price-card">
356
+ <div class="price">$15.00</div>
357
+ <div class="range">Min. order: 2 pieces</div>
358
+ </div>
359
+ <div class="price-card">
360
+ <div class="price">$13.00</div>
361
+ <div class="range">500-2999 pieces</div>
362
+ </div>
363
+ <div class="price-card">
364
+ <div class="price">$12.00</div>
365
+ <div class="range">3000-9999 pieces</div>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Product title -->
370
+ <div class="title">
371
+ Myanmar Puffer Jacket Warm Slim Casual Men Quilted Coat Cotton-padded Work Jacket Factory Wholesale Custom OEM Winter Stand
372
+ </div>
373
+
374
+ <!-- Reviews line with actions -->
375
+ <div class="reviews-line">
376
+ <div>0 orders |</div>
377
+ <a href="#">See store reviews</a>
378
+ <div class="actions-right">
379
+ <div class="icon-btn">
380
+ <svg width="34" height="34" viewBox="0 0 24 24">
381
+ <path d="M12 21s-7-4.7-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.3-7 10-7 10z" stroke="#ff6a00" stroke-width="2" fill="none"/>
382
+ </svg>
383
+ </div>
384
+ <div class="icon-btn">
385
+ <svg width="34" height="34" viewBox="0 0 24 24">
386
+ <path d="M14 3h7v7M21 3l-9 9" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
387
+ <rect x="3" y="12" width="8" height="9" rx="2" stroke="#333" stroke-width="2" fill="none"/>
388
+ </svg>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <!-- Success Toast -->
394
+ <div class="toast">
395
+ <div class="logo">eZ</div>
396
+ <div>Success</div>
397
+ </div>
398
+
399
+ <!-- Bottom action bar -->
400
+ <div class="bottom-bar">
401
+ <div class="bottom-actions">
402
+ <div class="mini-col">
403
+ <div class="mini-icon">
404
+ <svg width="36" height="36" viewBox="0 0 24 24">
405
+ <path d="M4 10h16v9H4zM7 10V6h10v4" stroke="#333" stroke-width="2" fill="none"/>
406
+ </svg>
407
+ </div>
408
+ <div>Store</div>
409
+ </div>
410
+ <div class="mini-col">
411
+ <div class="mini-icon">
412
+ <svg width="36" height="36" viewBox="0 0 24 24">
413
+ <path d="M4 5h16v12H8l-4 4z" stroke="#333" stroke-width="2" fill="none" stroke-linejoin="round"/>
414
+ </svg>
415
+ </div>
416
+ <div>Chat now</div>
417
+ </div>
418
+ <div class="btn-outline">Order sample</div>
419
+ <div class="btn-primary">Send inquiry</div>
420
+ </div>
421
+ </div>
422
+
423
+ <!-- Home indicator -->
424
+ <div class="home-indicator"></div>
425
+
426
+ </div>
427
+ </body>
428
+ </html>
code/19600/19600_0.html ADDED
@@ -0,0 +1,319 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Football Shoes for Mens - Mock UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1440px; height: 3120px;
9
+ position: relative; overflow: hidden;
10
+ background: #ffffff; color: #111;
11
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
12
+ }
13
+
14
+ /* Basic text styles */
15
+ .muted { color: #666; }
16
+ .small { font-size: 34px; }
17
+ .subtle { color: #888; }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px; padding: 0 48px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ font-size: 44px; color: #222;
24
+ }
25
+ .status-right { display: flex; align-items: center; gap: 24px; }
26
+ .dot { width: 14px; height: 14px; background:#222; border-radius: 50%; display:inline-block; margin-right:8px; }
27
+
28
+ /* Top controls */
29
+ .top-controls {
30
+ padding: 24px 48px; display: flex; align-items: center; justify-content: space-between;
31
+ }
32
+ .icon-btn {
33
+ width: 84px; height: 84px; border-radius: 16px;
34
+ display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .top-right { display:flex; align-items:center; gap: 28px; }
37
+ .title {
38
+ padding: 0 48px;
39
+ font-size: 92px; font-weight: 800; letter-spacing: 2px; line-height: 1.05;
40
+ }
41
+ .sort-row {
42
+ padding: 32px 48px 0; display:flex; align-items:center; justify-content: space-between;
43
+ }
44
+ .sort-btn {
45
+ font-weight: 700; font-size: 44px; display:flex; align-items:center; gap:16px;
46
+ }
47
+
48
+ /* Product grid */
49
+ .products {
50
+ padding: 18px 48px 280px;
51
+ }
52
+ .count { font-size: 48px; font-weight: 700; margin: 24px 0 40px; }
53
+ .grid {
54
+ display: grid; grid-template-columns: repeat(2, 1fr);
55
+ gap: 64px 64px;
56
+ }
57
+ .card {
58
+ position: relative;
59
+ }
60
+ .image-box {
61
+ width: 624px; height: 420px;
62
+ background: #E0E0E0; border: 1px solid #BDBDBD;
63
+ display:flex; align-items:center; justify-content:center; color:#757575;
64
+ font-size: 42px; border-radius: 20px;
65
+ position: relative;
66
+ }
67
+ .heart {
68
+ position: absolute; right: 20px; top: 20px;
69
+ width: 72px; height: 72px; border-radius: 50%;
70
+ display:flex; align-items:center; justify-content:center;
71
+ background: #ffffff; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
72
+ }
73
+ .badge {
74
+ position: absolute; left: 0; top: -52px;
75
+ background: #C8A464; color: #fff; padding: 18px 24px;
76
+ border-radius: 12px; font-weight: 800; font-size: 40px;
77
+ }
78
+ .badge.black { background: #222; }
79
+ .meta { margin-top: 24px; color:#444; font-size: 40px; }
80
+ .name {
81
+ font-size: 52px; font-weight: 800; margin-top: 12px; line-height: 1.2;
82
+ }
83
+ .price-row { margin-top: 22px; display:flex; align-items:center; gap: 24px; }
84
+ .price { color:#c0392b; font-size: 56px; font-weight: 800; }
85
+ .strike { font-size: 44px; color:#888; text-decoration: line-through; }
86
+ .promo {
87
+ margin-top: 26px; font-size: 44px; color:#b23b24; font-weight: 800; line-height: 1.35;
88
+ }
89
+ .stars { margin-top: 24px; font-size: 48px; letter-spacing: 8px; }
90
+ .stars .gray { color: #bbb; }
91
+ .rating-count { margin-left: 16px; font-size: 44px; color:#555; }
92
+ /* Footer nav */
93
+ .footer {
94
+ position: absolute; bottom: 0; left: 0; width: 100%;
95
+ height: 220px; border-top: 1px solid #e7e7e7; background:#fff;
96
+ display:flex; align-items: center; justify-content: space-around;
97
+ }
98
+ .foot-item { display:flex; flex-direction: column; align-items:center; gap: 22px; }
99
+ .foot-item span { font-size: 42px; color:#222; }
100
+ .badge-pill {
101
+ position: absolute; right: -22px; top: -16px;
102
+ background:#c39a2b; color:#fff; font-size: 34px; font-weight: 800;
103
+ width: 72px; height: 72px; border-radius: 36px; display:flex; align-items:center; justify-content:center;
104
+ box-shadow: 0 2px 6px rgba(0,0,0,0.18);
105
+ }
106
+
107
+ /* Simple utility */
108
+ .row { display:flex; align-items:center; gap: 18px; }
109
+ .spacer-40 { height: 40px; }
110
+ .spacer-24 { height: 24px; }
111
+ .spacer-16 { height: 16px; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div class="row">
120
+ <div>1:42</div>
121
+ <div class="row">
122
+ <div class="dot"></div>
123
+ <div>G</div>
124
+ </div>
125
+ <div class="row">
126
+ <div>80°</div>
127
+ </div>
128
+ </div>
129
+ <div class="status-right">
130
+ <!-- wifi -->
131
+ <svg width="52" height="52" viewBox="0 0 24 24"><path d="M12 18.5a2.5 2.5 0 1 0 0 .01z" fill="#222"/><path d="M3 9c5.5-4.5 12.5-4.5 18 0" stroke="#222" stroke-width="2" fill="none"/><path d="M6 12.5c3.5-3 8.5-3 12 0" stroke="#222" stroke-width="2" fill="none"/><path d="M9 16c2-1.5 4-1.5 6 0" stroke="#222" stroke-width="2" fill="none"/></svg>
132
+ <!-- battery -->
133
+ <svg width="64" height="32" viewBox="0 0 32 16">
134
+ <rect x="1" y="2" width="26" height="12" rx="3" stroke="#222" stroke-width="2" fill="none"/>
135
+ <rect x="3" y="4" width="20" height="8" rx="2" fill="#222"/>
136
+ <rect x="27" y="5" width="4" height="6" rx="1" fill="#222"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Top controls -->
142
+ <div class="top-controls">
143
+ <div class="icon-btn">
144
+ <!-- back chevron -->
145
+ <svg width="64" height="64" viewBox="0 0 24 24">
146
+ <path d="M15 5l-7 7 7 7" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
147
+ </svg>
148
+ </div>
149
+ <div class="top-right">
150
+ <!-- sliders/tune icon -->
151
+ <div class="icon-btn">
152
+ <svg width="64" height="64" viewBox="0 0 24 24">
153
+ <path d="M6 4v12" stroke="#111" stroke-width="2" fill="none"/>
154
+ <circle cx="6" cy="8" r="3" fill="#111"/>
155
+ <path d="M12 4v12" stroke="#111" stroke-width="2" fill="none"/>
156
+ <circle cx="12" cy="14" r="3" fill="#111"/>
157
+ <path d="M18 4v12" stroke="#111" stroke-width="2" fill="none"/>
158
+ <circle cx="18" cy="6" r="3" fill="#111"/>
159
+ </svg>
160
+ </div>
161
+ <!-- search icon -->
162
+ <div class="icon-btn">
163
+ <svg width="64" height="64" viewBox="0 0 24 24">
164
+ <circle cx="10" cy="10" r="7" stroke="#111" stroke-width="2" fill="none"/>
165
+ <path d="M21 21l-5.2-5.2" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Title -->
172
+ <div class="title">FOOTBALL SHOES FOR MENS</div>
173
+
174
+ <!-- Sort row -->
175
+ <div class="sort-row">
176
+ <div></div>
177
+ <div class="sort-btn">SORT
178
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Products -->
183
+ <div class="products">
184
+ <div class="count">18 PRODUCTS</div>
185
+ <div class="grid">
186
+
187
+ <!-- Card 1 -->
188
+ <div class="card">
189
+ <div class="image-box">
190
+ [IMG: White/Red Track & Field Shoe]
191
+ <div class="heart">
192
+ <svg width="44" height="44" viewBox="0 0 24 24">
193
+ <path d="M12 21s-7-4.6-9-8.2C1 9.4 3.2 6 6.5 6c2 0 3.2 1 3.5 2 .3-1 1.5-2 3.5-2 3.3 0 5.5 3.4 3.5 6.8C19 16.4 12 21 12 21z" stroke="#111" stroke-width="2" fill="none"/>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+ <div class="meta">1 Color</div>
198
+ <div class="name">EvoSPEED Electric 13<br>Track and Field Shoes</div>
199
+ <div class="price-row">
200
+ <div class="price">$76.99</div>
201
+ </div>
202
+ <div class="strike">$120.00</div>
203
+ <div class="promo">UP TO 60% OFF +<br>EXTRA 20% OFF WITH<br>CODE: BLACKFRIDAY</div>
204
+ <div class="row" style="margin-top:28px;">
205
+ <div class="stars">★★★★★</div>
206
+ <div class="rating-count">(1)</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Card 2 -->
211
+ <div class="card">
212
+ <div class="badge">BEST SELLER</div>
213
+ <div class="image-box">
214
+ [IMG: Green RS-XL Men's Sneaker]
215
+ <div class="heart">
216
+ <svg width="44" height="44" viewBox="0 0 24 24">
217
+ <path d="M12 21s-7-4.6-9-8.2C1 9.4 3.2 6 6.5 6c2 0 3.2 1 3.5 2 .3-1 1.5-2 3.5-2 3.3 0 5.5 3.4 3.5 6.8C19 16.4 12 21 12 21z" stroke="#111" stroke-width="2" fill="none"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ <div class="meta">1 Color</div>
222
+ <div class="name">PUMA x LAMELO BALL<br>LaFrancé RS-XL Men's...</div>
223
+ <div class="price-row">
224
+ <div style="font-size:56px; font-weight:800;">$130.00</div>
225
+ </div>
226
+ <div class="row" style="margin-top:18px;">
227
+ <div class="stars">★★★★<span class="gray">☆</span></div>
228
+ <div class="rating-count">(2)</div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Card 3 -->
233
+ <div class="card">
234
+ <div class="badge">BEST SELLER</div>
235
+ <div class="image-box" style="height: 420px;">
236
+ [IMG: Purple/Green Basketball Shoe]
237
+ <div class="heart">
238
+ <svg width="44" height="44" viewBox="0 0 24 24">
239
+ <path d="M12 21s-7-4.6-9-8.2C1 9.4 3.2 6 6.5 6c2 0 3.2 1 3.5 2 .3-1 1.5-2 3.5-2 3.3 0 5.5 3.4 3.5 6.8C19 16.4 12 21 12 21z" stroke="#111" stroke-width="2" fill="none"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Card 4 -->
246
+ <div class="card">
247
+ <div class="badge black">RESTOCK</div>
248
+ <div class="image-box" style="height: 420px;">
249
+ [IMG: All-White Low Sneaker]
250
+ <div class="heart">
251
+ <svg width="44" height="44" viewBox="0 0 24 24">
252
+ <path d="M12 21s-7-4.6-9-8.2C1 9.4 3.2 6 6.5 6c2 0 3.2 1 3.5 2 .3-1 1.5-2 3.5-2 3.3 0 5.5 3.4 3.5 6.8C19 16.4 12 21 12 21z" stroke="#111" stroke-width="2" fill="none"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Spacer rows to mimic additional items (not visible in screenshot) -->
259
+ <div class="card">
260
+ <div class="image-box">[IMG: Product Placeholder]</div>
261
+ </div>
262
+ <div class="card">
263
+ <div class="image-box">[IMG: Product Placeholder]</div>
264
+ </div>
265
+
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Footer Navigation -->
270
+ <div class="footer">
271
+ <div class="foot-item">
272
+ <!-- Puma-like cat simple curve -->
273
+ <svg width="90" height="60" viewBox="0 0 24 24">
274
+ <path d="M2 18c6-8 10-8 20-6-5 2-8 5-9 8" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
275
+ </svg>
276
+ <span>HOME</span>
277
+ </div>
278
+ <div class="foot-item">
279
+ <!-- calendar icon -->
280
+ <svg width="90" height="60" viewBox="0 0 24 24">
281
+ <rect x="3" y="5" width="18" height="15" rx="2" stroke="#111" stroke-width="2" fill="none"/>
282
+ <path d="M3 9h18" stroke="#111" stroke-width="2"/>
283
+ <path d="M7 3v4M17 3v4" stroke="#111" stroke-width="2"/>
284
+ </svg>
285
+ <span>DROPS</span>
286
+ </div>
287
+ <div class="foot-item">
288
+ <!-- shop icon (bag) -->
289
+ <svg width="90" height="60" viewBox="0 0 24 24">
290
+ <path d="M5 8h14l-2 12H7L5 8z" stroke="#111" stroke-width="2" fill="none"/>
291
+ <path d="M9 8a3 3 0 0 1 6 0" stroke="#111" stroke-width="2" fill="none"/>
292
+ </svg>
293
+ <span>SHOP</span>
294
+ </div>
295
+ <div class="foot-item" style="position:relative;">
296
+ <!-- cart icon -->
297
+ <svg width="90" height="60" viewBox="0 0 24 24">
298
+ <circle cx="9" cy="20" r="2" fill="#111"/>
299
+ <circle cx="17" cy="20" r="2" fill="#111"/>
300
+ <path d="M3 4h3l2 10h10l2-7H6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
301
+ </svg>
302
+ <span>CART</span>
303
+ </div>
304
+ <div class="foot-item" style="position:relative;">
305
+ <!-- account icon -->
306
+ <div style="position:relative;">
307
+ <svg width="90" height="60" viewBox="0 0 24 24">
308
+ <circle cx="12" cy="8" r="4" stroke="#111" stroke-width="2" fill="none"/>
309
+ <path d="M4 21c0-4.4 4-6 8-6s8 1.6 8 6" stroke="#111" stroke-width="2" fill="none"/>
310
+ </svg>
311
+ <div class="badge-pill">3</div>
312
+ </div>
313
+ <span>ACCOUNT</span>
314
+ </div>
315
+ </div>
316
+
317
+ </div>
318
+ </body>
319
+ </html>
code/19600/19600_1.html ADDED
@@ -0,0 +1,230 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>PUMA Product UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1440px;
9
+ height: 3120px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+ .status-bar {
15
+ position: absolute;
16
+ top: 0;
17
+ left: 0;
18
+ width: 1440px;
19
+ height: 160px;
20
+ padding: 30px 48px;
21
+ box-sizing: border-box;
22
+ color: #222;
23
+ font-size: 54px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ }
28
+ .status-left { display: flex; gap: 28px; align-items: center; }
29
+ .status-center { display: flex; gap: 20px; align-items: center; color: #555; }
30
+ .status-right { display: flex; gap: 28px; align-items: center; }
31
+ .icon-btn {
32
+ position: absolute;
33
+ top: 220px;
34
+ right: 80px;
35
+ width: 120px;
36
+ height: 120px;
37
+ border-radius: 60px;
38
+ background: #F2F2F2;
39
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+ .hero-area {
45
+ position: absolute;
46
+ top: 440px;
47
+ left: 0;
48
+ width: 1440px;
49
+ height: 860px;
50
+ }
51
+ .product-image {
52
+ width: 1280px;
53
+ height: 520px;
54
+ margin: 120px auto 0;
55
+ background: #E0E0E0;
56
+ border: 1px solid #BDBDBD;
57
+ color: #757575;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ font-size: 40px;
62
+ letter-spacing: 0.5px;
63
+ }
64
+ .image-note {
65
+ position: absolute;
66
+ bottom: 160px;
67
+ left: 80px;
68
+ background: #F1F1F1;
69
+ color: #333;
70
+ border: 1px solid #DDD;
71
+ border-radius: 32px;
72
+ padding: 18px 34px;
73
+ font-size: 44px;
74
+ }
75
+ .progress-line {
76
+ position: absolute;
77
+ bottom: 100px;
78
+ left: 0;
79
+ width: 1440px;
80
+ height: 10px;
81
+ background: #E9E9E9;
82
+ }
83
+ .details {
84
+ position: absolute;
85
+ top: 1400px;
86
+ left: 80px;
87
+ right: 80px;
88
+ color: #111;
89
+ }
90
+ .color-row {
91
+ font-size: 46px;
92
+ margin-bottom: 40px;
93
+ }
94
+ .thumb-wrapper {
95
+ width: 210px;
96
+ height: 210px;
97
+ border: 2px solid #C8B37F;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ background: #E0E0E0;
102
+ color: #757575;
103
+ font-size: 36px;
104
+ margin-top: 10px;
105
+ }
106
+ .title-row {
107
+ display: flex;
108
+ align-items: flex-start;
109
+ justify-content: space-between;
110
+ margin-top: 40px;
111
+ }
112
+ .title {
113
+ font-size: 96px;
114
+ line-height: 1.1;
115
+ font-weight: 700;
116
+ letter-spacing: 1px;
117
+ }
118
+ .heart-btn {
119
+ width: 96px;
120
+ height: 96px;
121
+ margin-right: 20px;
122
+ }
123
+ .price-block {
124
+ margin-top: 56px;
125
+ }
126
+ .sale-price {
127
+ font-size: 88px;
128
+ color: #B3442C;
129
+ font-weight: 800;
130
+ letter-spacing: 0.5px;
131
+ }
132
+ .orig-price {
133
+ font-size: 72px;
134
+ color: #333;
135
+ text-decoration: line-through;
136
+ margin-top: 12px;
137
+ }
138
+ .promo {
139
+ margin-top: 48px;
140
+ font-size: 52px;
141
+ color: #B3442C;
142
+ line-height: 1.4;
143
+ }
144
+ .promo .code {
145
+ font-weight: 800;
146
+ letter-spacing: 1px;
147
+ }
148
+ .bottom-handle {
149
+ position: absolute;
150
+ bottom: 32px;
151
+ left: 50%;
152
+ transform: translateX(-50%);
153
+ width: 720px;
154
+ height: 16px;
155
+ background: #111;
156
+ border-radius: 12px;
157
+ opacity: 0.85;
158
+ }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+
164
+ <!-- Status Bar -->
165
+ <div class="status-bar">
166
+ <div class="status-left">
167
+ <div>1:43</div>
168
+ <div style="font-weight:700; color:#333;">G</div>
169
+ <div style="color:#777;">80°</div>
170
+ </div>
171
+ <div class="status-center"></div>
172
+ <div class="status-right">
173
+ <!-- WiFi icon -->
174
+ <svg width="64" height="64" viewBox="0 0 24 24">
175
+ <path d="M2 8c5.5-4.7 14.5-4.7 20 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
176
+ <path d="M5 12c4-3.2 10-3.2 14 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
177
+ <path d="M8 16c2.5-2 5.5-2 8 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
178
+ <circle cx="12" cy="19.5" r="1.5" fill="#222"/>
179
+ </svg>
180
+ <!-- Battery icon -->
181
+ <svg width="80" height="64" viewBox="0 0 28 16">
182
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"/>
183
+ <rect x="4" y="4" width="16" height="8" rx="1" fill="#222"/>
184
+ <rect x="23.5" y="5" width="3.5" height="6" rx="1" fill="#222"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Close Button -->
190
+ <div class="icon-btn">
191
+ <svg width="48" height="48" viewBox="0 0 24 24">
192
+ <path d="M5 5l14 14M19 5L5 19" stroke="#333" stroke-width="2" stroke-linecap="round"/>
193
+ </svg>
194
+ </div>
195
+
196
+ <!-- Hero Image Area -->
197
+ <div class="hero-area">
198
+ <div class="product-image">[IMG: White/Red/Black Track Spike Shoe]</div>
199
+ <div class="image-note">1/9</div>
200
+ <div class="progress-line"></div>
201
+ </div>
202
+
203
+ <!-- Details Section -->
204
+ <div class="details">
205
+ <div class="color-row">
206
+ <span style="font-weight:700;">Color:</span>
207
+ <span> PUMA White-PUMA Black-PUMA Red</span>
208
+ <div class="thumb-wrapper">[IMG: Thumbnail Shoe]</div>
209
+ </div>
210
+
211
+ <div class="title-row">
212
+ <div class="title">EvoSPEED Electric 13<br/>Track and Field Shoes</div>
213
+ <svg class="heart-btn" viewBox="0 0 24 24">
214
+ <path d="M12 21s-6.5-4.3-9.3-7.1c-2.6-2.6-2.6-6.8 0-9.4 2.2-2.2 5.8-2.2 8 0l1.3 1.3 1.3-1.3c2.2-2.2 5.8-2.2 8 0 2.6 2.6 2.6 6.8 0 9.4C18.5 16.7 12 21 12 21z" fill="none" stroke="#222" stroke-width="2"/>
215
+ </svg>
216
+ </div>
217
+
218
+ <div class="price-block">
219
+ <div class="sale-price">$76.99</div>
220
+ <div class="orig-price">$120.00</div>
221
+ <div class="promo">UP TO 60% OFF + EXTRA 20% OFF WITH CODE: <span class="code">BLACKFRIDAY</span></div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Bottom Handle -->
226
+ <div class="bottom-handle"></div>
227
+
228
+ </div>
229
+ </body>
230
+ </html>
code/19600/19600_2.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>PUMA Product Page Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1440px;
9
+ height: 3120px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ color: #111;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1440px;
22
+ height: 120px;
23
+ padding: 0 48px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #222;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ font-weight: 600;
35
+ font-size: 42px;
36
+ }
37
+ .status-center {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 18px;
41
+ font-size: 38px;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .icon-wifi, .icon-battery {
49
+ width: 56px; height: 56px;
50
+ }
51
+
52
+ /* Header */
53
+ .header {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 0;
57
+ width: 1440px;
58
+ height: 140px;
59
+ padding: 0 48px;
60
+ box-sizing: border-box;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-between;
64
+ }
65
+ .header-left {
66
+ display: flex;
67
+ align-items: center;
68
+ gap: 32px;
69
+ }
70
+ .thumb {
71
+ width: 120px; height: 66px;
72
+ background: #E0E0E0; border: 1px solid #BDBDBD;
73
+ display: flex; align-items: center; justify-content: center;
74
+ font-size: 26px; color: #757575;
75
+ border-radius: 8px;
76
+ }
77
+ .title {
78
+ font-size: 48px;
79
+ font-weight: 700;
80
+ letter-spacing: 0.3px;
81
+ }
82
+ .header-actions {
83
+ display: flex; align-items: center; gap: 40px;
84
+ }
85
+ .icon-btn {
86
+ width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center;
87
+ }
88
+
89
+ /* Size selector */
90
+ .size-select {
91
+ position: absolute;
92
+ top: 320px;
93
+ left: 48px;
94
+ width: 1344px;
95
+ height: 160px;
96
+ border: 4px solid #111;
97
+ border-radius: 12px;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: space-between;
101
+ padding: 0 48px;
102
+ box-sizing: border-box;
103
+ font-size: 54px;
104
+ font-weight: 700;
105
+ letter-spacing: 1px;
106
+ }
107
+ .add-to-cart {
108
+ position: absolute;
109
+ top: 520px;
110
+ left: 48px;
111
+ width: 1344px;
112
+ height: 160px;
113
+ background: #111;
114
+ color: #fff;
115
+ border-radius: 12px;
116
+ display: flex; align-items: center; justify-content: center;
117
+ font-size: 60px; font-weight: 800; letter-spacing: 1px;
118
+ }
119
+
120
+ /* Info banners */
121
+ .info-row {
122
+ position: absolute;
123
+ left: 48px;
124
+ width: 1344px;
125
+ height: 100px;
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 28px;
129
+ color: #222;
130
+ font-size: 46px;
131
+ }
132
+ .info-row:nth-of-type(1) { top: 720px; }
133
+ .info-row:nth-of-type(2) { top: 840px; }
134
+ .icon-truck, .icon-check {
135
+ width: 72px; height: 72px;
136
+ }
137
+
138
+ /* Section titles */
139
+ .section-title {
140
+ position: absolute;
141
+ left: 48px;
142
+ top: 1000px;
143
+ font-size: 64px;
144
+ font-weight: 800;
145
+ letter-spacing: 0.5px;
146
+ }
147
+
148
+ .product-desc {
149
+ position: absolute;
150
+ left: 48px;
151
+ top: 1100px;
152
+ width: 1344px;
153
+ color: #333;
154
+ font-size: 48px;
155
+ line-height: 1.5;
156
+ }
157
+
158
+ .more-info {
159
+ position: absolute;
160
+ left: 48px;
161
+ top: 1480px;
162
+ width: 1344px;
163
+ height: 120px;
164
+ border-top: 2px solid #eee;
165
+ display: flex; align-items: center; justify-content: space-between;
166
+ font-size: 54px; font-weight: 700;
167
+ }
168
+ .reviews {
169
+ position: absolute;
170
+ left: 48px;
171
+ top: 1680px;
172
+ width: 1344px;
173
+ height: 140px;
174
+ border-top: 2px solid #eee;
175
+ display: flex; align-items: center; justify-content: space-between;
176
+ }
177
+ .reviews .left {
178
+ display: flex; align-items: center; gap: 24px;
179
+ font-size: 54px; font-weight: 800;
180
+ }
181
+ .reviews .rating {
182
+ display: flex; align-items: center; gap: 22px;
183
+ font-size: 52px; font-weight: 800;
184
+ color: #111;
185
+ }
186
+ .star {
187
+ width: 60px; height: 60px;
188
+ }
189
+ .plus {
190
+ width: 64px; height: 64px;
191
+ }
192
+
193
+ .shipping-returns {
194
+ position: absolute;
195
+ left: 48px;
196
+ top: 1860px;
197
+ width: 1344px;
198
+ height: 140px;
199
+ border-top: 2px solid #eee;
200
+ display: flex; align-items: center; justify-content: space-between;
201
+ font-size: 58px; font-weight: 800;
202
+ }
203
+
204
+ /* You may also like */
205
+ .ymal-title {
206
+ position: absolute;
207
+ left: 48px;
208
+ top: 2100px;
209
+ font-size: 72px; font-weight: 900;
210
+ }
211
+ .ymal-grid {
212
+ position: absolute;
213
+ left: 48px;
214
+ top: 2240px;
215
+ width: 1344px;
216
+ display: grid;
217
+ grid-template-columns: repeat(3, 1fr);
218
+ gap: 48px;
219
+ }
220
+ .card {
221
+ width: 416px; height: 416px;
222
+ background: #fafafa; border: 2px solid #e0e0e0; border-radius: 18px;
223
+ display: flex; align-items: center; justify-content: center;
224
+ }
225
+ .card .img {
226
+ width: 360px; height: 300px;
227
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
228
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
229
+ }
230
+
231
+ /* bottom indicator */
232
+ .home-indicator {
233
+ position: absolute;
234
+ bottom: 40px;
235
+ left: 50%;
236
+ transform: translateX(-50%);
237
+ width: 480px; height: 16px; background: #000; opacity: 0.12; border-radius: 8px;
238
+ }
239
+ </style>
240
+ </head>
241
+ <body>
242
+ <div id="render-target">
243
+
244
+ <!-- Status Bar -->
245
+ <div class="status-bar">
246
+ <div class="status-left">
247
+ <div>1:43</div>
248
+ <div style="display:flex;align-items:center;gap:14px;">
249
+ <div style="width:44px;height:44px;border-radius:50%;background:#efefef;display:flex;align-items:center;justify-content:center;font-weight:800;">G</div>
250
+ <div>80°</div>
251
+ </div>
252
+ </div>
253
+ <div class="status-center"></div>
254
+ <div class="status-right">
255
+ <!-- WiFi icon -->
256
+ <svg class="icon-wifi" viewBox="0 0 24 24">
257
+ <path d="M2 8c6-5 14-5 20 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
258
+ <path d="M5 12c4-3 10-3 14 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
259
+ <path d="M9 16c2-2 4-2 6 0" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
260
+ <circle cx="12" cy="20" r="1.5" fill="#111"/>
261
+ </svg>
262
+ <!-- Battery icon -->
263
+ <svg class="icon-battery" viewBox="0 0 32 24">
264
+ <rect x="2" y="4" width="24" height="16" rx="3" ry="3" stroke="#111" stroke-width="2" fill="none"/>
265
+ <rect x="5" y="7" width="18" height="10" fill="#111"/>
266
+ <rect x="26" y="9" width="4" height="6" rx="1" fill="#111"/>
267
+ </svg>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Header -->
272
+ <div class="header">
273
+ <div class="header-left">
274
+ <div class="thumb">[IMG: Shoe]</div>
275
+ <div class="title">EvoSPEED Electric 13 Tra...</div>
276
+ </div>
277
+ <div class="header-actions">
278
+ <!-- Share icon -->
279
+ <div class="icon-btn">
280
+ <svg viewBox="0 0 24 24" width="56" height="56">
281
+ <circle cx="5" cy="12" r="2.5" fill="#111"/>
282
+ <circle cx="19" cy="5" r="2.5" fill="#111"/>
283
+ <circle cx="19" cy="19" r="2.5" fill="#111"/>
284
+ <path d="M7 12l10-6M7 12l10 6" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
285
+ </svg>
286
+ </div>
287
+ <!-- Close icon -->
288
+ <div class="icon-btn">
289
+ <svg viewBox="0 0 24 24" width="56" height="56">
290
+ <path d="M4 4l16 16M20 4L4 20" stroke="#111" stroke-width="2.8" stroke-linecap="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Size Select -->
297
+ <div class="size-select">
298
+ <div>SIZE</div>
299
+ <div>
300
+ <svg viewBox="0 0 24 24" width="64" height="64">
301
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#111" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
302
+ </svg>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Add to cart -->
307
+ <div class="add-to-cart">ADD TO CART</div>
308
+
309
+ <!-- Info rows -->
310
+ <div class="info-row">
311
+ <svg class="icon-truck" viewBox="0 0 24 24">
312
+ <rect x="2" y="6" width="12" height="9" stroke="#111" stroke-width="2" fill="none"/>
313
+ <path d="M14 9h4l2 3v3h-6z" stroke="#111" stroke-width="2" fill="none"/>
314
+ <circle cx="6" cy="18" r="2" fill="#111"/>
315
+ <circle cx="18" cy="18" r="2" fill="#111"/>
316
+ </svg>
317
+ <div>This item qualifies for free shipping!</div>
318
+ </div>
319
+
320
+ <div class="info-row">
321
+ <svg class="icon-check" viewBox="0 0 24 24">
322
+ <path d="M4 12l5 5 11-11" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
323
+ </svg>
324
+ <div>Free returns on all qualifying orders.</div>
325
+ </div>
326
+
327
+ <!-- Product story -->
328
+ <div class="section-title">PRODUCT STORY</div>
329
+ <div class="product-desc">
330
+ Got a need for speed? Hit your personal best and beyond with the PUMA evoSPEED Electric. These incredible shoes are engineered for track and field...
331
+ </div>
332
+
333
+ <!-- More information -->
334
+ <div class="more-info">
335
+ <div>MORE INFORMATION</div>
336
+ <svg viewBox="0 0 24 24" width="64" height="64">
337
+ <path d="M10 6l6 6-6 6" stroke="#111" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
338
+ </svg>
339
+ </div>
340
+
341
+ <!-- Reviews -->
342
+ <div class="reviews">
343
+ <div class="left">REVIEWS (1)</div>
344
+ <div class="rating">
345
+ <svg class="star" viewBox="0 0 24 24">
346
+ <path d="M12 3l3.5 6.9 7.5 1.1-5.5 5.1 1.4 7.3-6.9-3.7-6.9 3.7 1.4-7.3-5.5-5.1 7.5-1.1z" fill="#111"/>
347
+ </svg>
348
+ <div>5.0 / 5</div>
349
+ </div>
350
+ <svg class="plus" viewBox="0 0 24 24">
351
+ <path d="M12 4v16M4 12h16" stroke="#111" stroke-width="3" stroke-linecap="round"/>
352
+ </svg>
353
+ </div>
354
+
355
+ <!-- Shipping and returns -->
356
+ <div class="shipping-returns">
357
+ <div>SHIPPING AND RETURNS</div>
358
+ <svg class="plus" viewBox="0 0 24 24">
359
+ <path d="M12 4v16M4 12h16" stroke="#111" stroke-width="3" stroke-linecap="round"/>
360
+ </svg>
361
+ </div>
362
+
363
+ <!-- You may also like -->
364
+ <div class="ymal-title">YOU MAY ALSO LIKE</div>
365
+ <div class="ymal-grid">
366
+ <div class="card">
367
+ <div class="img">[IMG: Peach Track Spike]</div>
368
+ </div>
369
+ <div class="card">
370
+ <div class="img">[IMG: White/Red Track Spike]</div>
371
+ </div>
372
+ <div class="card">
373
+ <div class="img">[IMG: Yellow Track Spike]</div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Bottom home indicator -->
378
+ <div class="home-indicator"></div>
379
+
380
+ </div>
381
+ </body>
382
+ </html>
code/19603/19603_0.html ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Android Home Screen Mock</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: #101319;
15
+ }
16
+
17
+ /* Wallpaper placeholder */
18
+ .wallpaper {
19
+ position: absolute;
20
+ left: 0; top: 0;
21
+ width: 1080px; height: 2400px;
22
+ background: #E0E0E0;
23
+ border: 1px solid #BDBDBD;
24
+ display: flex; align-items: center; justify-content: center;
25
+ color: #757575; font-weight: bold; font-size: 28px;
26
+ }
27
+
28
+ /* Status bar */
29
+ .status-bar {
30
+ position: absolute;
31
+ top: 28px; left: 0; right: 0;
32
+ height: 64px;
33
+ padding: 0 32px;
34
+ display: flex; align-items: center; justify-content: space-between;
35
+ color: #FFFFFF;
36
+ z-index: 2;
37
+ }
38
+ .status-left { display: flex; align-items: center; gap: 20px; }
39
+ .status-right { display: flex; align-items: center; gap: 28px; }
40
+ .time { font-size: 34px; font-weight: 600; letter-spacing: 0.5px; }
41
+
42
+ /* Date & weather card text */
43
+ .date-weather {
44
+ position: absolute;
45
+ top: 300px; left: 72px;
46
+ color: #FFFFFF;
47
+ z-index: 2;
48
+ }
49
+ .date-weather .date {
50
+ font-size: 64px; font-weight: 600;
51
+ text-shadow: 0 2px 6px rgba(0,0,0,0.3);
52
+ }
53
+ .date-weather .weather {
54
+ margin-top: 18px;
55
+ display: flex; align-items: center; gap: 16px;
56
+ font-size: 40px;
57
+ text-shadow: 0 2px 4px rgba(0,0,0,0.25);
58
+ }
59
+ .weather-icon {
60
+ width: 54px; height: 54px;
61
+ position: relative;
62
+ }
63
+ .weather-icon .sun {
64
+ position: absolute; width: 36px; height: 36px; border-radius: 50%; background: #FFD54F; left: 10px; top: 9px; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
65
+ }
66
+ .weather-icon .cloud {
67
+ position: absolute; left: 0; bottom: 0;
68
+ width: 54px; height: 30px; background: #FFFFFF; border-radius: 16px;
69
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
70
+ }
71
+
72
+ /* App grid row (Play Store, Gmail, Photos, YouTube) */
73
+ .app-grid {
74
+ position: absolute;
75
+ left: 0; right: 0;
76
+ top: 1500px;
77
+ display: flex; justify-content: space-around;
78
+ padding: 0 40px;
79
+ z-index: 2;
80
+ }
81
+ .app {
82
+ width: 200px;
83
+ display: flex; flex-direction: column; align-items: center; gap: 22px;
84
+ color: #EAEAEA; font-size: 34px;
85
+ text-align: center;
86
+ }
87
+ .icon-circle {
88
+ width: 160px; height: 160px; border-radius: 50%;
89
+ background: #FFFFFF;
90
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
91
+ display: flex; align-items: center; justify-content: center;
92
+ }
93
+
94
+ /* Dock row (Phone, Messages, Chrome, Camera) */
95
+ .dock {
96
+ position: absolute;
97
+ left: 0; right: 0;
98
+ top: 1760px;
99
+ display: flex; justify-content: space-around;
100
+ padding: 0 80px;
101
+ z-index: 2;
102
+ }
103
+
104
+ /* Search bar */
105
+ .search-bar {
106
+ position: absolute;
107
+ left: 60px; right: 60px;
108
+ bottom: 160px;
109
+ height: 120px;
110
+ background: #FFFFFF;
111
+ border-radius: 60px;
112
+ box-shadow: 0 10px 28px rgba(0,0,0,0.35);
113
+ display: flex; align-items: center; justify-content: space-between;
114
+ padding: 0 32px;
115
+ z-index: 2;
116
+ }
117
+ .search-left { display: flex; align-items: center; gap: 22px; }
118
+ .search-right { display: flex; align-items: center; gap: 28px; }
119
+ .google-g {
120
+ width: 50px; height: 50px; border-radius: 50%;
121
+ display: flex; align-items: center; justify-content: center;
122
+ font-weight: 700; font-size: 28px; color: #4285F4;
123
+ border: 2px solid #4285F4;
124
+ }
125
+
126
+ /* Gesture pill */
127
+ .gesture-pill {
128
+ position: absolute; left: 50%; transform: translateX(-50%);
129
+ bottom: 72px;
130
+ width: 240px; height: 16px;
131
+ background: #EAEAEA; border-radius: 16px;
132
+ box-shadow: 0 2px 6px rgba(0,0,0,0.3);
133
+ z-index: 2;
134
+ }
135
+
136
+ /* Tiny notification dot on YouTube */
137
+ .notif-dot {
138
+ position: absolute; width: 28px; height: 28px; border-radius: 50%;
139
+ background: #F8BBD0; right: 20px; top: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.25);
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+ <!-- Wallpaper placeholder -->
146
+ <div class="wallpaper">[IMG: Mountain Rock Wallpaper]</div>
147
+
148
+ <!-- Status Bar -->
149
+ <div class="status-bar">
150
+ <div class="status-left">
151
+ <div class="time">12:50</div>
152
+ <!-- Minimal status icons left -->
153
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="Search icon">
154
+ <circle cx="10" cy="10" r="7" stroke="#FFFFFF" stroke-width="2" fill="none"></circle>
155
+ <rect x="15" y="15" width="7" height="2" transform="rotate(45 15 15)"></rect>
156
+ </svg>
157
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#FFFFFF" aria-label="Square icon">
158
+ <rect x="5" y="5" width="14" height="14" rx="3"></rect>
159
+ </svg>
160
+ </div>
161
+ <div class="status-right">
162
+ <!-- Wi-Fi -->
163
+ <svg width="36" height="36" viewBox="0 0 24 24" aria-label="Wi-Fi" fill="#FFFFFF">
164
+ <path d="M12 18c.7 0 1.3.6 1.3 1.3S12.7 20.6 12 20.6 10.7 20 10.7 19.3 11.3 18 12 18z"></path>
165
+ <path d="M4.9 11.5c4.5-3.6 9.7-3.6 14.2 0l-1.5 1.8c-3.8-3-7.4-3-10.9 0l-1.8-1.8z"></path>
166
+ <path d="M2.5 8c6-4.8 13-4.8 19 0l-1.7 2c-5.3-4.2-10.3-4.2-15.6 0L2.5 8z"></path>
167
+ </svg>
168
+ <!-- Battery -->
169
+ <svg width="40" height="36" viewBox="0 0 28 24" aria-label="Battery" fill="#FFFFFF">
170
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#FFFFFF" stroke-width="2" fill="none"></rect>
171
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
172
+ <rect x="4" y="8" width="12" height="8" rx="1" fill="#FFFFFF"></rect>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Date & Weather -->
178
+ <div class="date-weather">
179
+ <div class="date">Thu, Jul 20</div>
180
+ <div class="weath
code/19603/19603_1.html ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Map UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 24px;
14
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
15
+ }
16
+
17
+ /* Map background (placeholder image) */
18
+ .map-bg {
19
+ position: absolute; inset: 0;
20
+ background: #E0E0E0;
21
+ border: 1px solid #BDBDBD;
22
+ display: flex; align-items: center; justify-content: center;
23
+ color: #757575; font-size: 32px; letter-spacing: 0.2px;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar {
28
+ position: absolute; top: 18px; left: 24px; right: 24px; height: 48px;
29
+ display: flex; align-items: center; justify-content: space-between;
30
+ color: #212121; font-weight: 600; font-size: 28px;
31
+ }
32
+ .status-icons { display: flex; align-items: center; gap: 18px; }
33
+ .dot { width: 10px; height: 10px; background: #212121; border-radius: 50%; opacity: 0.85; }
34
+
35
+ /* Search bar */
36
+ .search-bar {
37
+ position: absolute; top: 130px; left: 40px; width: 1000px; height: 140px;
38
+ background: #fff; border-radius: 80px;
39
+ box-shadow: 0 6px 18px rgba(0,0,0,0.18);
40
+ display: flex; align-items: center; padding: 0 28px; gap: 24px;
41
+ }
42
+ .pin-icon { width: 64px; height: 64px; }
43
+ .search-text { flex: 1; color: #757575; font-size: 42px; }
44
+ .mic-icon { width: 52px; height: 52px; }
45
+ .profile {
46
+ width: 88px; height: 88px; border-radius: 50%;
47
+ background: #2E7D32; color: #fff; font-weight: 700; font-size: 40px;
48
+ display: flex; align-items: center; justify-content: center;
49
+ }
50
+
51
+ /* Category chips row */
52
+ .chips {
53
+ position: absolute; top: 300px; left: 40px; right: 40px;
54
+ display: flex; gap: 20px;
55
+ }
56
+ .chip {
57
+ background: #fff; border-radius: 50px; padding: 22px 30px;
58
+ display: flex; align-items: center; gap: 16px;
59
+ box-shadow: 0 6px 14px rgba(0,0,0,0.14);
60
+ font-size: 32px; color: #333;
61
+ }
62
+ .chip svg { width: 40px; height: 40px; }
63
+
64
+ /* Small map avatars/markers */
65
+ .avatar {
66
+ position: absolute; width: 86px; height: 86px; border-radius: 50%;
67
+ background: #E0E0E0; border: 1px solid #BDBDBD;
68
+ display: flex; align-items: center; justify-content: center;
69
+ color: #757575; font-size: 18px; text-align: center; padding: 6px;
70
+ }
71
+
72
+ /* Floating controls */
73
+ .float-circle {
74
+ position: absolute; width: 120px; height: 120px; border-radius: 60px;
75
+ background: #fff; box-shadow: 0 10px 18px rgba(0,0,0,0.18);
76
+ display: flex; align-items: center; justify-content: center;
77
+ }
78
+ .float-blue {
79
+ position: absolute; width: 150px; height: 150px; border-radius: 36px;
80
+ background: #1976D2; box-shadow: 0 10px 18px rgba(0,0,0,0.24);
81
+ display: flex; align-items: center; justify-content: center;
82
+ }
83
+
84
+ /* Bottom sheet */
85
+ .bottom-sheet {
86
+ position: absolute; left: 0; width: 1080px; height: 360px; top: 1820px;
87
+ background: #fff; border-radius: 30px 30px 0 0;
88
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.18);
89
+ padding: 24px 36px;
90
+ }
91
+ .sheet-handle {
92
+ width: 120px; height: 12px; border-radius: 6px; background: #D0D0D0;
93
+ margin: 8px auto 28px auto;
94
+ }
95
+ .sheet-title { font-size: 52px; color: #222; }
96
+
97
+ /* Bottom navigation */
98
+ .bottom-nav {
99
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 230px;
100
+ background: #ECEFF1; border-top: 1px solid #CDD7E1;
101
+ display: flex; align-items: center; justify-content: space-around;
102
+ padding-top: 22px;
103
+ }
104
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; color: #666; font-size: 28px; }
105
+ .nav-item .label { font-size: 30px; }
106
+ .nav-item svg { width: 64px; height: 64px; }
107
+ .active { color: #1976D2; }
108
+ </style>
109
+ </head>
110
+ <body>
111
+ <div id="render-target">
112
+
113
+ <!-- Map background placeholder -->
114
+ <div class="map-bg">[IMG: Google Map - Downtown Seattle]</div>
115
+
116
+ <!-- Status bar -->
117
+ <div class="status-bar">
118
+ <div>12:53</div>
119
+ <div class="status-icons">
120
+ <div class="dot"></div>
121
+ <div class="dot"></div>
122
+ <div class="dot"></div>
123
+ <div class="dot"></div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Search bar -->
128
+ <div class="search-bar">
129
+ <!-- Simple pin icon -->
130
+ <svg class="pin-icon" viewBox="0 0 24 24">
131
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z" fill="#4285F4"/>
132
+ <circle cx="12" cy="9" r="3.5" fill="#fff"/>
133
+ </svg>
134
+ <div class="search-text">Search here</div>
135
+ <!-- Microphone icon -->
136
+ <svg class="mic-icon" viewBox="0 0 24 24">
137
+ <rect x="8" y="4" width="8" height="11" rx="4" fill="#4A4A4A"/>
138
+ <path d="M6 10c0 4 3 6 6 6s6-2 6-6" stroke="#4A4A4A" stroke-width="2" fill="none"/>
139
+ <rect x="11" y="17" width="2" height="3" fill="#4A4A4A"/>
140
+ <rect x="9" y="20" width="6" height="2" rx="1" fill="#4A4A4A"/>
141
+ </svg>
142
+ <div class="profile">C</div>
143
+ </div>
144
+
145
+ <!-- Category chips -->
146
+ <div class="chips">
147
+ <div class="chip">
148
+ <svg viewBox="0 0 24 24">
149
+ <path d="M7 4v10M11 4v10M15 8h5v6" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
150
+ </svg>
151
+ <span>Restaurants</span>
152
+ </div>
153
+ <div class="chip">
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M4 10h16v4c0 2-2 4-6 4H10c-4 0-6-2-6-4v-4z" fill="none" stroke="#555" stroke-width="2"/>
156
+ <path d="M6 10V7h12v3" stroke="#555" stroke-width="2" fill="none"/>
157
+ </svg>
158
+ <span>Coffee</span>
159
+ </div>
160
+ <div class="chip">
161
+ <svg viewBox="0 0 24 24">
162
+ <rect x="3" y="10" width="18" height="8" rx="2" stroke="#555" stroke-width="2" fill="none"/>
163
+ <rect x="6" y="6" width="6" height="4" rx="1" stroke="#555" stroke-width="2" fill="none"/>
164
+ </svg>
165
+ <span>Hotels</span>
166
+ </div>
167
+ <div class="chip">
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M7 8h10l2 10H5L7 8z" stroke="#555" stroke-width="2" fill="none"/>
170
+ <path d="M9 8V6a3 3 0 0 1 6 0v2" stroke="#555" stroke-width="2" fill="none"/>
171
+ </svg>
172
+ <span>Shopping</span>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Map avatars / markers -->
177
+ <div class="avatar" style="top: 560px; left: 280px;">[IMG: Place]</div>
178
+ <div class="avatar" style="top: 740px; left: 350px;">[IMG: Place]</div>
179
+ <div class="avatar" style="top: 920px; left: 480px;">[IMG: Place]</div>
180
+
181
+ <!-- Floating controls -->
182
+ <div class="float-circle" style="top: 1560px; left: 900px;">
183
+ <!-- Layers icon -->
184
+ <svg viewBox="0 0 24 24">
185
+ <path d="M4 12l8-5 8 5-8 5-8-5z" fill="#616161"/>
186
+ <path d="M4 15l8 5 8-5" stroke="#616161" stroke-width="2" fill="none"/>
187
+ </svg>
188
+ </div>
189
+ <div class="float-blue" style="top: 1740px; left: 840px;">
190
+ <!-- Directions arrow -->
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M12 2l10 10-10 10L2 12 12 2z" fill="#fff"/>
193
+ <path d="M12 7v10M12 7h6" stroke="#1976D2" stroke-width="2" />
194
+ </svg>
195
+ </div>
196
+
197
+ <!-- Bottom sheet -->
198
+ <div class="bottom-sheet">
199
+ <div class="sheet-handle"></div>
200
+ <div class="sheet-title">Latest in Downtown Seattle</div>
201
+ </div>
202
+
203
+ <!-- Bottom navigation -->
204
+ <div class="bottom-nav">
205
+ <div class="nav-item active">
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M12 2c-4 0-7 3-7 7 0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7z" fill="#1976D2"/>
208
+ <circle cx="12" cy="9" r="3.5" fill="#fff"/>
209
+ </svg>
210
+ <div class="label">Explore</div>
211
+ </div>
212
+ <div class="nav-item">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="3" y="7" width="18" height="10" rx="2" stroke="#666" stroke-width="2" fill="none"/>
215
+ <circle cx="7" cy="18" r="2" fill="#666"/>
216
+ <circle cx="17" cy="18" r="2" fill="#666"/>
217
+ </svg>
218
+ <div class="label">Go</div>
219
+ </div>
220
+ <div class="nav-item">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M6 3h12v18l-6-4-6 4V3z" stroke="#666" stroke-width="2" fill="none"/>
223
+ </svg>
224
+ <div class="label">Saved</div>
225
+ </div>
226
+ <div class="nav-item">
227
+ <svg viewBox="0 0 24 24">
228
+ <circle cx="12" cy="9" r="5" stroke="#666" stroke-width="2" fill="none"/>
229
+ <path d="M12 14v7" stroke="#666" stroke-width="2"/>
230
+ <path d="M8 20h8" stroke="#666" stroke-width="2"/>
231
+ </svg>
232
+ <div class="label">Contribute</div>
233
+ </div>
234
+ <div class="nav-item">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M6 10V7a6 6 0 0 1 12 0v3l2 2v3H4v-3l2-2z" stroke="#666" stroke-width="2" fill="none"/>
237
+ </svg>
238
+ <div class="label">Updates</div>
239
+ </div>
240
+ </div>
241
+
242
+ </div>
243
+ </body>
244
+ </html>
code/19603/19603_10.html ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Seahurst Park - Mock UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; color:#222;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:80px; padding:0 28px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#000; font-size:36px;
17
+ }
18
+ .status-right { display:flex; gap:28px; align-items:center; }
19
+ .status-dot { width:12px; height:12px; background:#444; border-radius:50%; display:inline-block; }
20
+
21
+ /* App bar and header */
22
+ .header {
23
+ padding:22px 32px 0 32px;
24
+ }
25
+ .top-row {
26
+ display:flex; align-items:center; gap:24px; margin-bottom:8px;
27
+ }
28
+ .icon-btn {
29
+ width:72px; height:72px; border-radius:36px; display:flex; align-items:center; justify-content:center;
30
+ background:#f1f3f4;
31
+ }
32
+ .icon-btn svg { width:40px; height:40px; fill:#1f1f1f; }
33
+ .title { font-size:56px; font-weight:600; }
34
+ .rating-row {
35
+ display:flex; align-items:center; gap:16px; margin-top:8px; color:#555; font-size:36px;
36
+ }
37
+ .stars { color:#ffb300; letter-spacing:2px; font-size:40px; }
38
+ .category-row { margin-top:8px; font-size:34px; color:#555; display:flex; align-items:center; gap:16px; }
39
+ .wheel { width:36px; height:36px; border-radius:18px; background:#e6e6e6; display:flex; align-items:center; justify-content:center; }
40
+ .wheel svg { width:28px; height:28px; fill:#5f6368; }
41
+
42
+ /* Action chips */
43
+ .chips { display:flex; gap:20px; margin:24px 0; }
44
+ .chip {
45
+ display:flex; align-items:center; gap:16px; padding:22px 32px;
46
+ background:#e8f0fe; color:#1967d2; border-radius:44px; font-weight:600; font-size:36px;
47
+ }
48
+ .chip.light { background:#f1f3f4; color:#1a73e8; }
49
+ .chip svg { width:40px; height:40px; fill:#1967d2; }
50
+
51
+ /* Image grid */
52
+ .image-grid { display:flex; gap:24px; padding:0 32px; }
53
+ .img-large {
54
+ width:640px; height:640px; background:#E0E0E0; border:1px solid #BDBDBD;
55
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
56
+ border-radius:24px;
57
+ }
58
+ .img-stack { width:320px; display:flex; flex-direction:column; gap:24px; }
59
+ .img-small {
60
+ height:308px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px;
61
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
62
+ }
63
+
64
+ /* Tabs */
65
+ .tabs {
66
+ display:flex; gap:40px; padding:32px; border-bottom:1px solid #e0e0e0; margin-top:24px; font-size:34px;
67
+ }
68
+ .tab { color:#5f6368; padding-bottom:20px; }
69
+ .tab.active { color:#1a73e8; border-bottom:6px solid #1a73e8; font-weight:700; }
70
+
71
+ /* Info list */
72
+ .list { padding:0 32px; }
73
+ .item {
74
+ display:flex; align-items:flex-start; gap:24px; padding:30px 0; border-bottom:1px solid #eee; font-size:36px;
75
+ }
76
+ .item-icon {
77
+ width:56px; height:56px; border-radius:28px; background:#e9ecef; display:flex; align-items:center; justify-content:center;
78
+ }
79
+ .item-icon svg { width:40px; height:40px; fill:#5f6368; }
80
+ .item .secondary { color:#5f6368; margin-left:12px; }
81
+ .flex-grow { flex:1; }
82
+ .dropdown { color:#5f6368; font-size:40px; }
83
+
84
+ /* See all button */
85
+ .see-all {
86
+ width:100%; display:flex; justify-content:center; padding:40px 0;
87
+ }
88
+ .see-btn {
89
+ color:#1a73e8; font-weight:700; font-size:40px;
90
+ }
91
+
92
+ /* Bottom indicator */
93
+ .home-indicator {
94
+ position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
95
+ width:480px; height:16px; background:#bbb; border-radius:8px;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div>12:58</div>
105
+ <div class="status-right">
106
+ <span class="status-dot"></span>
107
+ <span>◦</span>
108
+ <span>▢</span>
109
+ <span>▸</span>
110
+ <span class="status-dot"></span>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Header -->
115
+ <div class="header">
116
+ <div class="top-row">
117
+ <div class="icon-btn" title="Back">
118
+ <svg viewBox="0 0 24 24"><path d="M15.5 19l-7-7 7-7" /></svg>
119
+ </div>
120
+ <div class="title">Seahurst Park</div>
121
+ <div style="flex:1"></div>
122
+ <div class="icon-btn" title="Search">
123
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/></svg>
124
+ </div>
125
+ <div class="icon-btn" title="More">
126
+ <svg viewBox="0 0 24 24"><path d="M5 12a2 2 0 114 0 2 2 0 11-4 0zm5 0a2 2 0 114 0 2 2 0 11-4 0zm5 0a2 2 0 114 0 2 2 0 11-4 0z"/></svg>
127
+ </div>
128
+ </div>
129
+ <div class="rating-row">
130
+ <span style="font-weight:700; color:#000;">4.7</span>
131
+ <span class="stars">★★★★★</span>
132
+ <span>(2,588)</span>
133
+ </div>
134
+ <div class="category-row">
135
+ <span>Park</span>
136
+ <div class="wheel" title="Wheelchair accessible">
137
+ <svg viewBox="0 0 24 24"><path d="M7 7a2 2 0 100-4 2 2 0 000 4zm2 2H6l3 6h6l2 4h2l-3-6h-6l-2-4z"/></svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Action chips -->
142
+ <div class="chips">
143
+ <div class="chip">
144
+ <svg viewBox="0 0 24 24"><path d="M3 11h12l-4-4 1.4-1.4L19 12l-6.6 6.4L11 17l4-4H3z"/></svg>
145
+ <span>Directions</span>
146
+ </div>
147
+ <div class="chip light">
148
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.9c1.2 2.3 3.1 4.2 5.4 5.4l2-2c.2-.2.6-.3.9-.2 1 .3 2 .5 3 .6.4 0 .7.3.7.7V19c0 .4-.3.7-.7.8A17 17 0 015 5.7C4.9 5.3 5.2 5 5.6 5h3.6c.4 0 .7.3.7.7.1 1 .3 2 .6 3 .1.3 0 .7-.2.9l-2 2z"/></svg>
149
+ <span>Call</span>
150
+ </div>
151
+ <div class="chip light">
152
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v4H4V4zm0 6h10v10H4V10zm12 0h4v10h-4V10z"/></svg>
153
+ <span>Directory</span>
154
+ </div>
155
+ <div class="chip light">
156
+ <svg viewBox="0 0 24 24"><path d="M17 3H7a2 2 0 00-2 2v14l7-3 7 3V5a2 2 0 00-2-2z"/></svg>
157
+ <span>Save</span>
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Image grid -->
163
+ <div class="image-grid">
164
+ <div class="img-large">[IMG: People at park lawn]</div>
165
+ <div class="img-stack">
166
+ <div class="img-small">[IMG: Rocky beach & driftwood]</div>
167
+ <div class="img-small">[IMG: Overcast shoreline]</div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Tabs -->
172
+ <div class="tabs">
173
+ <div class="tab active">OVERVIEW</div>
174
+ <div class="tab">DIRECTORY</div>
175
+ <div class="tab">REVIEWS</div>
176
+ <div class="tab">PHOTOS</div>
177
+ <div class="tab">UPDATES</div>
178
+ </div>
179
+
180
+ <!-- List items -->
181
+ <div class="list">
182
+ <div class="item">
183
+ <div class="item-icon">
184
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5.2-7 13-7 13S5 14.2 5 9a7 7 0 017-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z"/></svg>
185
+ </div>
186
+ <div class="flex-grow">
187
+ <div>1600 SW Seahurst Park Rd, Burien, WA 98166, United States</div>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="item">
192
+ <div class="item-icon">
193
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 100 8 4 4 0 000-8zm0-6a1 1 0 011 1v2a1 1 0 11-2 0V3a1 1 0 011-1zm0 18a1 1 0 011 1v2a1 1 0 11-2 0v-2a1 1 0 011-1zM3 11a1 1 0 011-1h2a1 1 0 110 2H4a1 1 0 01-1-1zm14 0a1 1 0 011-1h2a1 1 0 110 2h-2a1 1 0 01-1-1z"/></svg>
194
+ </div>
195
+ <div class="flex-grow">
196
+ <div><span style="color:#d93025; font-weight:700;">Closed</span> <span class="secondary">· Opens 8 am</span></div>
197
+ </div>
198
+ <div class="dropdown">▾</div>
199
+ </div>
200
+
201
+ <div class="item">
202
+ <div class="item-icon">
203
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 17v-3h-2v3h2zm3.6-9.6A4.6 4.6 0 0012 6a4.6 4.6 0 00-4.6 3.4l2 .6A2.6 2.6 0 0112 8a2.6 2.6 0 012.6 2.6c0 1.5-1.3 2.2-2.6 2.9-1.2.5-2 .9-2 .9v1.6h2v-1c.8-.4 3.4-1.4 3.6-4 0-1.3-.6-2.6-2-3.6z"/></svg>
204
+ </div>
205
+ <div class="flex-grow">
206
+ <div>https://burienwa.gov/residents/parks_recreation_...</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="item">
211
+ <div class="item-icon">
212
+ <svg viewBox="0 0 24 24"><path d="M4 20.5V17l10-10 3 3-10 10H4.5zM17 6l1-1 2 2-1 1-2-2z"/></svg>
213
+ </div>
214
+ <div class="flex-grow">
215
+ <div>Suggest an edit</div>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <div class="see-all">
221
+ <div class="see-btn">See all</div>
222
+ </div>
223
+
224
+ <div class="home-indicator"></div>
225
+ </div>
226
+ </body>
227
+ </html>
code/19603/19603_2.html ADDED
@@ -0,0 +1,490 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Search UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 36px;
26
+ color: #6F6F6F;
27
+ font-size: 40px;
28
+ }
29
+ .status-bar .spacer { flex: 1; }
30
+ .status-icons { display: flex; gap: 28px; align-items: center; }
31
+ .dot {
32
+ width: 18px; height: 18px; background: #707070; border-radius: 50%;
33
+ }
34
+ .status-icon {
35
+ width: 34px; height: 34px; border-radius: 50%; border: 3px solid #707070;
36
+ }
37
+
38
+ /* Search area */
39
+ .search-area {
40
+ position: absolute;
41
+ top: 130px;
42
+ left: 36px;
43
+ right: 36px;
44
+ }
45
+ .search-bar {
46
+ width: 1008px;
47
+ height: 110px;
48
+ border-radius: 56px;
49
+ border: 1px solid #E3E3E3;
50
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 36px;
54
+ gap: 24px;
55
+ background: #fff;
56
+ }
57
+ .search-placeholder {
58
+ font-size: 42px;
59
+ color: #A0A0A0;
60
+ flex: 1;
61
+ }
62
+ .icon {
63
+ width: 52px;
64
+ height: 52px;
65
+ display: inline-flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ color: #7A7A7A;
69
+ }
70
+ .chip-row {
71
+ margin-top: 28px;
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 36px;
75
+ }
76
+ .chip {
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 22px;
80
+ padding: 22px 30px;
81
+ background: #F6F6F6;
82
+ border: 1px solid #E5E5E5;
83
+ border-radius: 90px;
84
+ }
85
+ .chip .chip-text {
86
+ display: flex;
87
+ flex-direction: column;
88
+ line-height: 1.1;
89
+ }
90
+ .chip .title { font-size: 36px; color: #3A3A3A; }
91
+ .chip .sub { font-size: 28px; color: #9A9A9A; }
92
+ .divider-vert {
93
+ width: 1px; height: 80px; background: #E2E2E2;
94
+ }
95
+
96
+ /* Recent list */
97
+ .section-divider {
98
+ margin-top: 24px;
99
+ width: 1080px;
100
+ height: 2px;
101
+ background: #EEEEEE;
102
+ position: relative;
103
+ left: -36px;
104
+ }
105
+ .recent-section {
106
+ position: absolute;
107
+ top: 420px;
108
+ left: 36px;
109
+ right: 36px;
110
+ bottom: 900px;
111
+ overflow: hidden;
112
+ }
113
+ .recent-header {
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
117
+ color: #7A7A7A;
118
+ font-size: 34px;
119
+ padding: 20px 0;
120
+ }
121
+ .info-circle {
122
+ width: 54px; height: 54px; border-radius: 50%;
123
+ border: 2px solid #CFCFCF; color: #8A8A8A;
124
+ display: flex; align-items: center; justify-content: center;
125
+ font-weight: bold;
126
+ }
127
+ .list {
128
+ margin-top: 8px;
129
+ border-top: 1px solid #E7E7E7;
130
+ }
131
+ .item {
132
+ display: grid;
133
+ grid-template-columns: 100px 1fr;
134
+ gap: 24px;
135
+ align-items: center;
136
+ padding: 30px 0;
137
+ border-bottom: 1px solid #E7E7E7;
138
+ }
139
+ .icon-circle {
140
+ width: 70px; height: 70px; border-radius: 50%;
141
+ background: #EFEFEF; border: 1px solid #D9D9D9;
142
+ display: flex; align-items: center; justify-content: center;
143
+ }
144
+ .item .title {
145
+ font-size: 40px; color: #2C2C2C;
146
+ }
147
+ .item .subtitle {
148
+ margin-top: 6px;
149
+ font-size: 32px; color: #7E7E7E;
150
+ }
151
+ .red { color: #E53935; }
152
+ .bullet {
153
+ display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #B8B8B8; margin: 0 14px;
154
+ transform: translateY(-4px);
155
+ }
156
+
157
+ /* Keyboard */
158
+ .keyboard {
159
+ position: absolute;
160
+ bottom: 0;
161
+ left: 0;
162
+ width: 1080px;
163
+ height: 900px;
164
+ background: #F2EFFA;
165
+ border-top-left-radius: 24px;
166
+ border-top-right-radius: 24px;
167
+ box-shadow: 0 -2px 0 rgba(0,0,0,0.04);
168
+ }
169
+ .kb-topbar {
170
+ height: 120px;
171
+ display: flex;
172
+ align-items: center;
173
+ gap: 36px;
174
+ padding: 0 36px;
175
+ }
176
+ .kb-chip {
177
+ width: 96px; height: 96px; background: #E3DFF3; border-radius: 28px; display: flex; align-items: center; justify-content: center;
178
+ }
179
+ .kb-row {
180
+ display: flex;
181
+ justify-content: space-between;
182
+ padding: 14px 28px;
183
+ }
184
+ .key {
185
+ background: #FFFFFF;
186
+ border: 1px solid #E4E4E4;
187
+ border-radius: 22px;
188
+ width: 88px; height: 110px;
189
+ display: flex; align-items: center; justify-content: center;
190
+ font-size: 42px; color: #333;
191
+ box-shadow: 0 1px 0 rgba(0,0,0,0.05);
192
+ }
193
+ .key.small { width: 120px; }
194
+ .key.wide { width: 540px; }
195
+ .key.action {
196
+ background: #D9D2FA; color: #333;
197
+ }
198
+ .key.icon {
199
+ color: #6A6A6A;
200
+ }
201
+ .kb-bottom {
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: space-between;
205
+ padding: 14px 28px;
206
+ }
207
+ .home-indicator {
208
+ position: absolute;
209
+ bottom: 20px;
210
+ left: 50%;
211
+ transform: translateX(-50%);
212
+ width: 240px; height: 10px; background: #9A9A9A; border-radius: 6px;
213
+ opacity: 0.6;
214
+ }
215
+
216
+ /* Simple SVG styles */
217
+ svg { display: block; }
218
+ </style>
219
+ </head>
220
+ <body>
221
+ <div id="render-target">
222
+
223
+ <!-- Status bar -->
224
+ <div class="status-bar">
225
+ <div style="font-weight: 600;">12:54</div>
226
+ <div class="spacer"></div>
227
+ <div class="status-icons">
228
+ <div class="dot"></div>
229
+ <div class="dot"></div>
230
+ <div class="status-icon"></div>
231
+ <div class="dot"></div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Search Area -->
236
+ <div class="search-area">
237
+ <div class="search-bar">
238
+ <div class="icon">
239
+ <!-- search icon -->
240
+ <svg width="44" height="44" viewBox="0 0 24 24">
241
+ <circle cx="10" cy="10" r="6" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
242
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
243
+ </svg>
244
+ </div>
245
+ <div class="search-placeholder">Search here</div>
246
+ <div class="icon">
247
+ <!-- microphone icon -->
248
+ <svg width="44" height="44" viewBox="0 0 24 24">
249
+ <rect x="8" y="4" width="8" height="10" rx="4" fill="#707070"></rect>
250
+ <path d="M6 11c0 4 3 6 6 6s6-2 6-6" stroke="#707070" stroke-width="2" fill="none" stroke-linecap="round"></path>
251
+ <line x1="12" y1="17" x2="12" y2="21" stroke="#707070" stroke-width="2" stroke-linecap="round"></line>
252
+ <line x1="9" y1="21" x2="15" y2="21" stroke="#707070" stroke-width="2" stroke-linecap="round"></line>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="chip-row">
258
+ <div class="chip">
259
+ <div class="icon">
260
+ <!-- home icon -->
261
+ <svg width="44" height="44" viewBox="0 0 24 24">
262
+ <path d="M4 10l8-6 8 6v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z" stroke="#5F5F5F" stroke-width="2" fill="none" stroke-linejoin="round"></path>
263
+ <rect x="9" y="13" width="6" height="5" stroke="#5F5F5F" stroke-width="2" fill="none"></rect>
264
+ </svg>
265
+ </div>
266
+ <div class="chip-text">
267
+ <div class="title">Home</div>
268
+ <div class="sub">Set location</div>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="divider-vert"></div>
273
+
274
+ <div class="chip">
275
+ <div class="icon">
276
+ <!-- briefcase icon -->
277
+ <svg width="44" height="44" viewBox="0 0 24 24">
278
+ <rect x="4" y="8" width="16" height="11" rx="2" stroke="#5F5F5F" stroke-width="2" fill="none"></rect>
279
+ <rect x="8" y="5" width="8" height="3" rx="1" stroke="#5F5F5F" stroke-width="2" fill="none"></rect>
280
+ </svg>
281
+ </div>
282
+ <div class="chip-text">
283
+ <div class="title">Work</div>
284
+ <div class="sub">Set location</div>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="chip">
289
+ <div class="icon">
290
+ <!-- more icon -->
291
+ <svg width="44" height="44" viewBox="0 0 24 24">
292
+ <circle cx="5" cy="12" r="2" fill="#5F5F5F"></circle>
293
+ <circle cx="12" cy="12" r="2" fill="#5F5F5F"></circle>
294
+ <circle cx="19" cy="12" r="2" fill="#5F5F5F"></circle>
295
+ </svg>
296
+ </div>
297
+ <div class="chip-text">
298
+ <div class="title">More</div>
299
+ <div class="sub">&nbsp;</div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="section-divider"></div>
305
+ </div>
306
+
307
+ <!-- Recent Section -->
308
+ <div class="recent-section">
309
+ <div class="recent-header">
310
+ <div style="font-size: 38px; color:#5C5C5C;">Recent</div>
311
+ <div class="info-circle">i</div>
312
+ </div>
313
+
314
+ <div class="list">
315
+ <div class="item">
316
+ <div class="icon-circle">
317
+ <!-- clock icon -->
318
+ <svg width="38" height="38" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="12" r="9" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
320
+ <line x1="12" y1="7" x2="12" y2="12" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
321
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
322
+ </svg>
323
+ </div>
324
+ <div>
325
+ <div class="title">Parks</div>
326
+ </div>
327
+ </div>
328
+
329
+ <div class="item">
330
+ <div class="icon-circle">
331
+ <!-- clock icon -->
332
+ <svg width="38" height="38" viewBox="0 0 24 24">
333
+ <circle cx="12" cy="12" r="9" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
334
+ <line x1="12" y1="7" x2="12" y2="12" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
335
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
336
+ </svg>
337
+ </div>
338
+ <div>
339
+ <div class="title">Yesler Playfield</div>
340
+ <div class="subtitle">835 Yesler Way, Seattle, WA 98104, United States <span class="red">Closed</span><span class="bullet"></span>Opens 4:00 AM</div>
341
+ </div>
342
+ </div>
343
+
344
+ <div class="item">
345
+ <div class="icon-circle">
346
+ <!-- pin icon -->
347
+ <svg width="38" height="38" viewBox="0 0 24 24">
348
+ <path d="M12 3a7 7 0 0 1 7 7c0 5-7 11-7 11s-7-6-7-11a7 7 0 0 1 7-7z" stroke="#9A9A9A" stroke-width="2" fill="none"></path>
349
+ <circle cx="12" cy="10" r="3" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
350
+ </svg>
351
+ </div>
352
+ <div>
353
+ <div class="title">98104</div>
354
+ <div class="subtitle">Seattle, WA, USA</div>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="item">
359
+ <div class="icon-circle">
360
+ <!-- clock icon -->
361
+ <svg width="38" height="38" viewBox="0 0 24 24">
362
+ <circle cx="12" cy="12" r="9" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
363
+ <line x1="12" y1="7" x2="12" y2="12" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
364
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
365
+ </svg>
366
+ </div>
367
+ <div>
368
+ <div class="title">98101</div>
369
+ <div class="subtitle">Seattle, WA, USA</div>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="item">
374
+ <div class="icon-circle">
375
+ <!-- clock icon -->
376
+ <svg width="38" height="38" viewBox="0 0 24 24">
377
+ <circle cx="12" cy="12" r="9" stroke="#9A9A9A" stroke-width="2" fill="none"></circle>
378
+ <line x1="12" y1="7" x2="12" y2="12" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
379
+ <line x1="12" y1="12" x2="16" y2="14" stroke="#9A9A9A" stroke-width="2" stroke-linecap="round"></line>
380
+ </svg>
381
+ </div>
382
+ <div>
383
+ <div class="title">98102</div>
384
+ <div class="subtitle">Seattle, WA, USA</div>
385
+ </div>
386
+ </div>
387
+ </div>
388
+ </div>
389
+
390
+ <!-- Keyboard -->
391
+ <div class="keyboard">
392
+ <div class="kb-topbar">
393
+ <div class="kb-chip">
394
+ <!-- grid icon -->
395
+ <svg width="44" height="44" viewBox="0 0 24 24">
396
+ <rect x="3" y="3" width="6" height="6" fill="#777"></rect>
397
+ <rect x="15" y="3" width="6" height="6" fill="#777"></rect>
398
+ <rect x="3" y="15" width="6" height="6" fill="#777"></rect>
399
+ <rect x="15" y="15" width="6" height="6" fill="#777"></rect>
400
+ </svg>
401
+ </div>
402
+ <div class="kb-chip">
403
+ <!-- emoji -->
404
+ <svg width="44" height="44" viewBox="0 0 24 24">
405
+ <circle cx="12" cy="12" r="9" stroke="#777" stroke-width="2" fill="none"></circle>
406
+ <circle cx="9" cy="10" r="1.5" fill="#777"></circle>
407
+ <circle cx="15" cy="10" r="1.5" fill="#777"></circle>
408
+ <path d="M8 15c2 2 6 2 8 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"></path>
409
+ </svg>
410
+ </div>
411
+ <div class="kb-chip"><span style="color:#777;font-weight:600;">GIF</span></div>
412
+ <div class="kb-chip">
413
+ <!-- settings -->
414
+ <svg width="44" height="44" viewBox="0 0 24 24">
415
+ <circle cx="12" cy="12" r="3" fill="#777"></circle>
416
+ <path d="M4 12h4M16 12h4M12 4v4M12 16v4" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
417
+ </svg>
418
+ </div>
419
+ <div class="kb-chip">
420
+ <!-- translate -->
421
+ <svg width="44" height="44" viewBox="0 0 24 24">
422
+ <path d="M4 6h8v8H4zM14 10h6v8h-6z" stroke="#777" stroke-width="2" fill="none"></path>
423
+ </svg>
424
+ </div>
425
+ <div class="kb-chip">
426
+ <!-- palette -->
427
+ <svg width="44" height="44" viewBox="0 0 24 24">
428
+ <path d="M12 4a8 8 0 1 1 0 16h-1a2 2 0 0 1-2-2" stroke="#777" stroke-width="2" fill="none"></path>
429
+ <circle cx="8" cy="10" r="1.2" fill="#777"></circle>
430
+ <circle cx="12" cy="9" r="1.2" fill="#777"></circle>
431
+ <circle cx="16" cy="11" r="1.2" fill="#777"></circle>
432
+ </svg>
433
+ </div>
434
+ <div class="kb-chip">
435
+ <!-- mic -->
436
+ <svg width="44" height="44" viewBox="0 0 24 24">
437
+ <rect x="8" y="5" width="8" height="9" rx="4" fill="#777"></rect>
438
+ </svg>
439
+ </div>
440
+ </div>
441
+
442
+ <div class="kb-row">
443
+ <!-- qwerty row -->
444
+ <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>
445
+ </div>
446
+ <div class="kb-row">
447
+ <!-- asdf row -->
448
+ <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>
449
+ </div>
450
+ <div class="kb-row">
451
+ <!-- zxcv row -->
452
+ <div class="key small">⇧</div>
453
+ <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>
454
+ <div class="key small icon">
455
+ <!-- backspace -->
456
+ <svg width="40" height="40" viewBox="0 0 24 24">
457
+ <path d="M3 12l5-5h11v10H8z" stroke="#777" stroke-width="2" fill="none"></path>
458
+ <path d="M10 10l6 6M16 10l-6 6" stroke="#777" stroke-width="2" stroke-linecap="round"></path>
459
+ </svg>
460
+ </div>
461
+ </div>
462
+ <div class="kb-bottom">
463
+ <div class="key small">?123</div>
464
+ <div class="key small">,</div>
465
+ <div class="key small icon">
466
+ <!-- smile -->
467
+ <svg width="40" height="40" viewBox="0 0 24 24">
468
+ <circle cx="12" cy="12" r="9" stroke="#777" stroke-width="2" fill="none"></circle>
469
+ <circle cx="9" cy="10" r="1.3" fill="#777"></circle>
470
+ <circle cx="15" cy="10" r="1.3" fill="#777"></circle>
471
+ <path d="M8 15c2 2 6 2 8 0" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round"></path>
472
+ </svg>
473
+ </div>
474
+ <div class="key wide"></div>
475
+ <div class="key small">.</div>
476
+ <div class="key small action">
477
+ <!-- search key -->
478
+ <svg width="40" height="40" viewBox="0 0 24 24">
479
+ <circle cx="10" cy="10" r="6" stroke="#555" stroke-width="2" fill="none"></circle>
480
+ <line x1="14.5" y1="14.5" x2="20" y2="20" stroke="#555" stroke-width="2" stroke-linecap="round"></line>
481
+ </svg>
482
+ </div>
483
+ </div>
484
+
485
+ <div class="home-indicator"></div>
486
+ </div>
487
+
488
+ </div>
489
+ </body>
490
+ </html>
code/19603/19603_3.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Rendering</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: 1080px;
22
+ height: 120px;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #222;
29
+ font-size: 32px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 24px; }
32
+ .status-right { display: flex; align-items: center; gap: 28px; }
33
+
34
+ /* Search bar area */
35
+ .search-area {
36
+ position: absolute;
37
+ top: 120px;
38
+ left: 0;
39
+ width: 1080px;
40
+ height: 140px;
41
+ padding: 20px 24px;
42
+ box-sizing: border-box;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 20px;
46
+ }
47
+ .back-btn {
48
+ width: 88px;
49
+ height: 88px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+ .search-input {
55
+ flex: 1;
56
+ height: 92px;
57
+ border: 1px solid #DADADA;
58
+ border-radius: 46px;
59
+ background: #F5F5F5;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 32px;
63
+ box-sizing: border-box;
64
+ font-size: 40px;
65
+ color: #222;
66
+ }
67
+ .search-input .typed { margin-right: 8px; }
68
+ .search-input .caret {
69
+ width: 0;
70
+ height: 36px;
71
+ border-left: 3px solid #2F6CF8;
72
+ margin-left: 4px;
73
+ }
74
+ .clear-btn {
75
+ width: 88px;
76
+ height: 88px;
77
+ border-radius: 44px;
78
+ border: 1px solid #D0D0D0;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ }
83
+
84
+ /* Results list */
85
+ .results {
86
+ position: absolute;
87
+ top: 260px;
88
+ left: 0;
89
+ width: 1080px;
90
+ height: 1200px;
91
+ overflow: hidden;
92
+ }
93
+ .result-item {
94
+ height: 200px;
95
+ padding: 24px 24px;
96
+ box-sizing: border-box;
97
+ display: flex;
98
+ align-items: center;
99
+ border-bottom: 1px solid #E6E6E6;
100
+ gap: 24px;
101
+ }
102
+ .result-icon {
103
+ width: 72px;
104
+ height: 72px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: center;
108
+ }
109
+ .result-text { flex: 1; }
110
+ .title { font-size: 40px; color: #222; line-height: 1.2; }
111
+ .subtitle { font-size: 28px; color: #6E6E6E; margin-top: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
112
+ .open-icon {
113
+ width: 72px;
114
+ height: 72px;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ }
119
+
120
+ .tagged {
121
+ display: inline-block;
122
+ border: 2px solid #BFC9F7;
123
+ border-radius: 16px;
124
+ padding: 6px 12px;
125
+ font-size: 34px;
126
+ }
127
+
128
+ /* Keyboard */
129
+ .keyboard {
130
+ position: absolute;
131
+ bottom: 60px;
132
+ left: 0;
133
+ width: 1080px;
134
+ height: 900px;
135
+ background: #F2EFFA;
136
+ border-top: 1px solid #E4E0F3;
137
+ box-sizing: border-box;
138
+ padding: 24px;
139
+ }
140
+ .kb-toolbar {
141
+ height: 96px;
142
+ display: flex;
143
+ align-items: center;
144
+ gap: 26px;
145
+ margin-bottom: 16px;
146
+ }
147
+ .kb-chip {
148
+ width: 84px;
149
+ height: 84px;
150
+ background: #E9E4FA;
151
+ border: 1px solid #D8D2F0;
152
+ border-radius: 20px;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ }
157
+ .kb-row {
158
+ display: flex;
159
+ justify-content: center;
160
+ gap: 16px;
161
+ margin: 16px 0;
162
+ }
163
+ .key {
164
+ background: #FFFFFF;
165
+ border: 1px solid #E0E0E0;
166
+ border-radius: 22px;
167
+ width: 88px;
168
+ height: 120px;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ font-size: 40px;
173
+ color: #303030;
174
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
175
+ }
176
+ .key-wide { width: 120px; }
177
+ .key-xwide { width: 640px; }
178
+ .key-action {
179
+ background: #E9E4FA;
180
+ border: 1px solid #D8D2F0;
181
+ color: #2F2F2F;
182
+ }
183
+ .home-indicator {
184
+ position: absolute;
185
+ bottom: 14px;
186
+ left: 50%;
187
+ transform: translateX(-50%);
188
+ width: 300px;
189
+ height: 10px;
190
+ background: #BDBDBD;
191
+ border-radius: 6px;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div class="status-left">
201
+ <span>12:54</span>
202
+ <!-- simple microphone icon -->
203
+ <svg width="40" height="40" viewBox="0 0 24 24">
204
+ <rect x="9" y="3" width="6" height="10" rx="3" fill="#555"/>
205
+ <path d="M6 11c0 4 3 6 6 6s6-2 6-6" stroke="#555" stroke-width="2" fill="none"/>
206
+ <path d="M12 17v4" stroke="#555" stroke-width="2"/>
207
+ </svg>
208
+ <!-- quick toggles dots -->
209
+ <svg width="60" height="40" viewBox="0 0 60 24">
210
+ <circle cx="12" cy="12" r="3" fill="#777"/>
211
+ <circle cx="30" cy="12" r="3" fill="#777"/>
212
+ <circle cx="48" cy="12" r="3" fill="#777"/>
213
+ </svg>
214
+ </div>
215
+ <div class="status-right">
216
+ <!-- location dot -->
217
+ <svg width="40" height="40" viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="8" stroke="#555" stroke-width="2" fill="none"/>
219
+ <circle cx="12" cy="12" r="3" fill="#555"/>
220
+ </svg>
221
+ <!-- wifi -->
222
+ <svg width="40" height="40" viewBox="0 0 24 24">
223
+ <path d="M2 8c5-5 15-5 20 0" stroke="#555" stroke-width="2" fill="none"/>
224
+ <path d="M6 12c3-3 9-3 12 0" stroke="#555" stroke-width="2" fill="none"/>
225
+ <circle cx="12" cy="17" r="2" fill="#555"/>
226
+ </svg>
227
+ <!-- battery -->
228
+ <svg width="60" height="40" viewBox="0 0 30 16">
229
+ <rect x="1" y="3" width="24" height="10" rx="2" stroke="#555" fill="none" stroke-width="2"/>
230
+ <rect x="3" y="5" width="18" height="6" rx="1" fill="#555"/>
231
+ <rect x="25" y="6" width="4" height="4" rx="1" fill="#555"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Search bar -->
237
+ <div class="search-area">
238
+ <div class="back-btn">
239
+
code/19603/19603_4.html ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Seattle, WA 98105 - Map UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Map area */
15
+ .map {
16
+ position: absolute; left: 0; top: 0; width: 1080px; height: 1350px;
17
+ background: #E0E0E0; border: 1px solid #BDBDBD;
18
+ display: flex; align-items: center; justify-content: center;
19
+ color: #757575; font-size: 38px; letter-spacing: 0.3px;
20
+ }
21
+
22
+ /* Search bar pill */
23
+ .search-wrapper {
24
+ position: absolute; left: 36px; right: 36px; top: 80px;
25
+ }
26
+ .search-bar {
27
+ width: 100%; height: 120px; background: #fff; border-radius: 60px;
28
+ box-shadow: 0 4px 12px rgba(0,0,0,0.15);
29
+ display: flex; align-items: center; padding: 0 24px;
30
+ }
31
+ .icon-btn {
32
+ width: 84px; height: 84px; border-radius: 42px; background: #F3F3F3;
33
+ display: flex; align-items: center; justify-content: center; margin-right: 16px;
34
+ }
35
+ .icon-btn.right { margin-right: 0; margin-left: 12px; }
36
+ .search-text {
37
+ flex: 1; font-size: 44px; color: #2b2b2b;
38
+ }
39
+ .divider-gap { width: 12px; }
40
+
41
+ /* Bottom sheet */
42
+ .sheet {
43
+ position: absolute; left: 0; right: 0; top: 1180px; height: 1120px;
44
+ background: #ffffff; border-top-left-radius: 36px; border-top-right-radius: 36px;
45
+ box-shadow: 0 -6px 16px rgba(0,0,0,0.12);
46
+ }
47
+ .sheet .handle {
48
+ width: 160px; height: 10px; background: #D8D8D8; border-radius: 5px;
49
+ position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
50
+ }
51
+ .content {
52
+ padding: 56px 36px 24px 36px;
53
+ }
54
+ .title {
55
+ font-size: 54px; color: #222; margin-bottom: 12px;
56
+ }
57
+ .subtitle {
58
+ font-size: 36px; color: #7a7a7a; line-height: 1.4;
59
+ }
60
+
61
+ /* Action buttons */
62
+ .actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
63
+ .btn {
64
+ height: 120px; padding: 0 36px; border-radius: 60px; border: 1px solid #D3D3D3;
65
+ display: inline-flex; align-items: center; gap: 20px; font-size: 40px; color: #3a3a3a; background: #fff;
66
+ }
67
+ .btn svg { width: 48px; height: 48px; }
68
+ .btn-blue {
69
+ background: #2D76F8; color: #fff; border: none;
70
+ box-shadow: 0 6px 14px rgba(45,118,248,0.35);
71
+ }
72
+ .image-card {
73
+ margin-top: 28px; width: 1008px; height: 720px; background: #E0E0E0;
74
+ border: 1px solid #BDBDBD; border-radius: 28px;
75
+ display: flex; align-items: center; justify-content: center;
76
+ color: #757575; font-size: 32px;
77
+ }
78
+
79
+ /* Gesture bar at very bottom */
80
+ .gesture {
81
+ position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
82
+ width: 360px; height: 14px; background: #C9C9C9; border-radius: 7px;
83
+ }
84
+
85
+ /* Simple fake map labels for feel */
86
+ .label-seattle {
87
+ position: absolute; bottom: 160px; left: 40px; font-size: 80px; font-weight: 700; color: #000000;
88
+ opacity: 0.25;
89
+ }
90
+ /* Optional circular map pins */
91
+ .map-pin {
92
+ position: absolute; width: 96px; height: 96px; border-radius: 50%;
93
+ border: 6px solid #fff; background: #7BC074; box-shadow: 0 4px 10px rgba(0,0,0,0.25);
94
+ }
95
+ .map-pin.small { width: 64px; height: 64px; border-width: 4px; background: #F55A5A; }
96
+ .pin1 { left: 480px; top: 760px; }
97
+ .pin2 { left: 660px; top: 860px; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+ <!-- Map area -->
103
+ <div class="map">[IMG: Google Map of Seattle]</div>
104
+
105
+ <!-- Search bar overlay -->
106
+ <div class="search-wrapper">
107
+ <div class="search-bar">
108
+ <div class="icon-btn">
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M15 5L8 12l7 7" fill="none" stroke="#4A4A4A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
111
+ </svg>
112
+ </div>
113
+ <div class="search-text">Seattle, WA 98105, USA</div>
114
+ <div class="icon-btn right">
115
+ <svg viewBox="0 0 24 24">
116
+ <path d="M6 6l12 12M18 6L6 18" fill="none" stroke="#4A4A4A" stroke-width="2" stroke-linecap="round"/>
117
+ </svg>
118
+ </div>
119
+ <div class="divider-gap"></div>
120
+ <div class="icon-btn right">
121
+ <svg viewBox="0 0 24 24">
122
+ <path d="M12 4c2.2 0 4 1.8 4 4v3c0 2.2-1.8 4-4 4s-4-1.8-4-4V8c0-2.2 1.8-4 4-4z" fill="#4A4A4A"/>
123
+ <path d="M10 17v3c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-3" fill="none" stroke="#4A4A4A" stroke-width="2" stroke-linecap="round"/>
124
+ </svg>
125
+ </div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Suggestive map labels/pins -->
130
+ <div class="label-seattle">Seattle</div>
131
+ <div class="map-pin pin1"></div>
132
+ <div class="map-pin small pin2"></div>
133
+
134
+ <!-- Bottom sheet -->
135
+ <div class="sheet">
136
+ <div class="handle"></div>
137
+ <div class="content">
138
+ <div class="title">Seattle, WA 98105</div>
139
+ <div class="subtitle">USA<br>Postal code</div>
140
+
141
+ <div class="actions">
142
+ <div class="btn btn-blue">
143
+ <svg viewBox="0 0 24 24">
144
+ <path d="M5 12h9l-3.5-3.5M14 12l-3.5 3.5" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
145
+ </svg>
146
+ <span>Directions</span>
147
+ </div>
148
+
149
+ <div class="btn">
150
+ <svg viewBox="0 0 24 24">
151
+ <path d="M6 4h12v16l-6-3-6 3V4z" fill="none" stroke="#3a3a3a" stroke-width="2" stroke-linejoin="round"/>
152
+ </svg>
153
+ <span>Save</span>
154
+ </div>
155
+
156
+ <div class="btn">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M12 3v10M7 8l5-5 5 5M5 21h14" fill="none" stroke="#3a3a3a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ <span>Share</span>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="image-card">[IMG: Cloudy sky over Mount Rainier]</div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Gesture bar -->
169
+ <div class="gesture"></div>
170
+ </div>
171
+ </body>
172
+ </html>
code/19603/19603_5.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Seattle, WA 98105 - Mock UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ border-radius: 36px;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ height: 88px;
21
+ padding: 0 36px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #616161;
26
+ font-size: 32px;
27
+ }
28
+ .status-icons { display: flex; align-items: center; gap: 26px; }
29
+ .icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
30
+ .icon svg { width: 100%; height: 100%; fill: #616161; }
31
+
32
+ /* App bar with down arrow and actions */
33
+ .app-bar {
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ padding: 8px 36px 0 36px;
38
+ height: 88px;
39
+ color: #424242;
40
+ }
41
+ .app-actions { display: flex; align-items: center; gap: 28px; }
42
+ .app-actions .icon svg { fill: #424242; }
43
+
44
+ /* Title block */
45
+ .title-block {
46
+ padding: 12px 36px 0 36px;
47
+ }
48
+ .place-title {
49
+ font-size: 56px;
50
+ font-weight: 600;
51
+ color: #212121;
52
+ margin: 18px 0 8px 0;
53
+ letter-spacing: 0.2px;
54
+ }
55
+ .subtitle {
56
+ font-size: 34px;
57
+ color: #757575;
58
+ line-height: 1.35;
59
+ }
60
+
61
+ /* Action buttons */
62
+ .actions-row {
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 20px;
66
+ padding: 24px 36px;
67
+ }
68
+ .pill {
69
+ height: 96px;
70
+ padding: 0 34px;
71
+ border-radius: 48px;
72
+ border: 1px solid #E0E0E0;
73
+ display: inline-flex;
74
+ align-items: center;
75
+ gap: 18px;
76
+ font-size: 36px;
77
+ color: #3C4043;
78
+ background: #fff;
79
+ }
80
+ .pill.primary {
81
+ background: #1A73E8;
82
+ color: #fff;
83
+ border-color: #1A73E8;
84
+ padding: 0 38px;
85
+ }
86
+ .pill .icon { width: 44px; height: 44px; }
87
+ .pill.primary .icon svg { fill: #fff; }
88
+ .pill:not(.primary) .icon svg { fill: #5f6368; }
89
+
90
+ /* Large photo card */
91
+ .photo-card {
92
+ margin: 10px 36px 0 36px;
93
+ width: 1008px;
94
+ height: 680px;
95
+ border-radius: 28px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ color: #757575;
102
+ font-size: 36px;
103
+ }
104
+
105
+ /* Categories grid */
106
+ .categories {
107
+ padding: 36px 26px 24px 26px;
108
+ display: grid;
109
+ grid-template-columns: repeat(4, 1fr);
110
+ column-gap: 12px;
111
+ row-gap: 36px;
112
+ text-align: center;
113
+ }
114
+ .cat-item { display: flex; flex-direction: column; align-items: center; }
115
+ .cat-circle {
116
+ width: 132px; height: 132px; border-radius: 50%;
117
+ display: flex; align-items: center; justify-content: center;
118
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset;
119
+ }
120
+ .cat-circle svg { width: 72px; height: 72px; fill: #fff; }
121
+ .cat-label { margin-top: 18px; font-size: 32px; color: #616161; }
122
+ .c-blue { background: #5C85F6; }
123
+ .c-red { background: #E65B42; }
124
+ .c-yellow { background: #F3C54B; }
125
+ .c-green { background: #4CAF50; }
126
+ .c-orange { background: #FB8C00; }
127
+ .c-pink { background: #E75AA4; }
128
+ .c-purple { background: #8E24AA; }
129
+ .c-cyan { background: #4FC3F7; }
130
+
131
+ /* Divider */
132
+ .divider {
133
+ margin: 18px 0;
134
+ height: 2px;
135
+ background: #EEEEEE;
136
+ }
137
+
138
+ /* Hotels section */
139
+ .section {
140
+ padding: 24px 36px;
141
+ }
142
+ .section-title {
143
+ font-size: 48px;
144
+ font-weight: 600;
145
+ color: #212121;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: space-between;
149
+ }
150
+ .info-icon { width: 38px; height: 38px; }
151
+ .subtitle-small {
152
+ font-size: 32px;
153
+ color: #757575;
154
+ margin-top: 8px;
155
+ }
156
+ .thumbs-row {
157
+ display: flex;
158
+ gap: 20px;
159
+ margin-top: 24px;
160
+ overflow: hidden;
161
+ }
162
+ .thumb {
163
+ width: 300px;
164
+ height: 200px;
165
+ border-radius: 24px;
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: 28px;
173
+ }
174
+
175
+ /* Bottom gesture bar */
176
+ .gesture {
177
+ position: absolute;
178
+ left: 50%;
179
+ bottom: 34px;
180
+ width: 320px;
181
+ height: 14px;
182
+ transform: translateX(-50%);
183
+ background: #C7C7C7;
184
+ border-radius: 7px;
185
+ }
186
+ </style>
187
+ </head>
188
+ <body>
189
+ <div id="render-target">
190
+
191
+ <!-- Status bar -->
192
+ <div class="status-bar">
193
+ <div>12:56</div>
194
+ <div class="status-icons">
195
+ <span class="icon">
196
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h12v2H3zm0 5h6v2H3z"/></svg>
197
+ </span>
198
+ <span class="icon">
199
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/></svg>
200
+ </span>
201
+ <span class="icon">
202
+ <svg viewBox="0 0 24 24"><rect x="3" y="7" width="18" height="10" rx="2"/><path d="M21 11h1v2h-1z"/></svg>
203
+ </span>
204
+ <span class="icon">
205
+ <svg viewBox="0 0 24 24"><path d="M12 3l8 4v10l-8 4-8-4V7l8-4z"/></svg>
206
+ </span>
207
+ <span class="icon">
208
+ <svg viewBox="0 0 24 24"><path d="M17 3H7v2h10V3zm3 4H4l2 14h12l2-14z"/></svg>
209
+ </span>
210
+ <span class="icon">
211
+ <svg viewBox="0 0 24 24"><path d="M12 2l5 9H7l5-9zm0 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
212
+ </span>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- App bar -->
217
+ <div class="app-bar">
218
+ <span class="icon">
219
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6z"/></svg>
220
+ </span>
221
+ <div class="app-actions">
222
+ <span class="icon">
223
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
224
+ </span>
225
+ <span class="icon">
226
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
227
+ </span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Title -->
232
+ <div class="title-block">
233
+ <div class="place-title">Seattle, WA 98105</div>
234
+ <div class="subtitle">USA<br>Postal code</div>
235
+ </div>
236
+
237
+ <!-- Actions -->
238
+ <div class="actions-row">
239
+ <div class="pill primary">
240
+ <span class="icon">
241
+ <svg viewBox="0 0 24 24"><path d="M12 2l6 6-6 6-6-6 6-6z"/></svg>
242
+ </span>
243
+ <span>Directions</span>
244
+ </div>
245
+ <div class="pill">
246
+ <span class="icon">
247
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v16l-6-3-6 3V4z"/></svg>
248
+ </span>
249
+ <span>Save</span>
250
+ </div>
251
+ <div class="pill">
252
+ <span class="icon">
253
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6-6v4H6v4h6v4z"/><path d="M6 16h12v2H6z"/></svg>
254
+ </span>
255
+ <span>Share</span>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Large photo -->
260
+ <div class="photo-card">[IMG: Landscape view with Mount Rainier and water]</div>
261
+
262
+ <!-- Categories -->
263
+ <div class="categories">
264
+ <div class="cat-item">
265
+ <div class="cat-circle c-blue">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M8 3h2v9H8zM14 3h2v5h-2zM6 16h12v2H6z"/>
268
+ </svg>
269
+ </div>
270
+ <div class="cat-label">Restaurants</div>
271
+ </div>
272
+
273
+ <div class="cat-item">
274
+ <div class="cat-circle c-red">
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M7 4h8v5h2a2 2 0 0 1 2 2v7H5V6a2 2 0 0 1 2-2zM7 13h10v3H7z"/>
277
+ </svg>
278
+ </div>
279
+ <div class="cat-label">Petrol</div>
280
+ </div>
281
+
282
+ <div class="cat-item">
283
+ <div class="cat-circle c-yellow">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M4 10h16v8H4z"/><path d="M7 10V8a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v2H7z"/>
286
+ </svg>
287
+ </div>
288
+ <div class="cat-label">Hotels</div>
289
+ </div>
290
+
291
+ <div class="cat-item">
292
+ <div class="cat-circle c-green">
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M7 6h10l-1 9H8z"/><path d="M6 17h12v2H6z"/>
295
+ </svg>
296
+ </div>
297
+ <div class="cat-label">Groceries</div>
298
+ </div>
299
+
300
+ <div class="cat-item">
301
+ <div class="cat-circle c-orange">
302
+ <svg viewBox="0 0 24 24">
303
+ <path d="M12 2l4 8H8l4-8z"/><path d="M4 22l8-6 8 6z"/>
304
+ </svg>
305
+ </div>
306
+ <div class="cat-label">Parks</div>
307
+ </div>
308
+
309
+ <div class="cat-item">
310
+ <div class="cat-circle c-pink">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M6 8h12v8a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V8z"/><path d="M9 5h6v3H9z"/>
313
+ </svg>
314
+ </div>
315
+ <div class="cat-label">Coffee</div>
316
+ </div>
317
+
318
+ <div class="cat-item">
319
+ <div class="cat-circle c-purple">
320
+ <svg viewBox="0 0 24 24">
321
+ <path d="M4 6h16v12H4z"/><path d="M8 9h8v6H8z"/><text x="12" y="14" font-size="6" text-anchor="middle" fill="#fff">24</text>
322
+ </svg>
323
+ </div>
324
+ <div class="cat-label">Convenience shops</div>
325
+ </div>
326
+
327
+ <div class="cat-item">
328
+ <div class="cat-circle c-cyan">
329
+ <svg viewBox="0 0 24 24">
330
+ <circle cx="12" cy="12" r="3"/><path d="M4 12h5M15 12h5"/>
331
+ </svg>
332
+ </div>
333
+ <div class="cat-label">More</div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="divider"></div>
338
+
339
+ <!-- Hotels nearby -->
340
+ <div class="section">
341
+ <div class="section-title">
342
+ <span>Hotels nearby</span>
343
+ <span class="info-icon">
344
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#9E9E9E"/><rect x="11" y="10" width="2" height="6" fill="#fff"/><rect x="11" y="7" width="2" height="2" fill="#fff"/></svg>
345
+ </span>
346
+ </div>
347
+ <div class="subtitle-small">Prices for Jul 23 – 24</div>
348
+
349
+ <div class="thumbs-row">
350
+ <div class="thumb">[IMG: Hotel room]</div>
351
+ <div class="thumb">[IMG: Modern hotel exterior]</div>
352
+ <div class="thumb">[IMG: Boutique hotel night view]</div>
353
+ <div class="thumb">[IMG: Lodge / cabin]</div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Bottom gesture bar -->
358
+ <div class="gesture"></div>
359
+ </div>
360
+ </body>
361
+ </html>
code/19603/19603_6.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Parks - Map Results UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 36px;
15
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ color: #202124;
18
+ }
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #5f6368;
27
+ font-size: 40px;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 36px;
33
+ }
34
+ .dot { width: 16px; height: 16px; border-radius: 50%; background: #9aa0a6; display: inline-block; }
35
+ /* Search header */
36
+ .header {
37
+ padding: 12px 36px 24px;
38
+ }
39
+ .search-row {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 24px;
43
+ }
44
+ .back-btn {
45
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
46
+ border-radius: 48px; background: #ffffff; box-shadow: 0 1px 2px rgba(0,0,0,0.05);
47
+ border: 1px solid #e0e0e0;
48
+ }
49
+ .search-bar {
50
+ flex: 1;
51
+ height: 96px;
52
+ background: #ffffff;
53
+ border: 1px solid #e0e0e0;
54
+ border-radius: 48px;
55
+ display: flex; align-items: center;
56
+ padding: 0 28px;
57
+ box-shadow: 0 1px 2px rgba(0,0,0,0.08);
58
+ }
59
+ .search-text {
60
+ flex: 1;
61
+ font-size: 42px;
62
+ color: #3c4043;
63
+ }
64
+ .search-actions { display: flex; align-items: center; gap: 24px; }
65
+ /* Chips */
66
+ .filters {
67
+ margin-top: 28px;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 24px;
71
+ padding-left: 12px;
72
+ }
73
+ .chip {
74
+ height: 84px; padding: 0 32px; border: 1px solid #dadce0; border-radius: 42px;
75
+ display: inline-flex; align-items: center; gap: 20px; color: #3c4043; background: #fff; font-size: 36px;
76
+ }
77
+ .chip.secondary { color: #1a73e8; border-color: transparent; }
78
+ /* Map */
79
+ .map-area {
80
+ margin-top: 24px;
81
+ width: 100%;
82
+ height: 680px;
83
+ position: relative;
84
+ }
85
+ .map-placeholder {
86
+ width: 100%; height: 100%;
87
+ background: #E0E0E0;
88
+ border-top: 1px solid #BDBDBD;
89
+ border-bottom: 1px solid #BDBDBD;
90
+ display: flex; align-items: center; justify-content: center;
91
+ color: #757575; font-size: 44px;
92
+ }
93
+ .layer-btn {
94
+ position: absolute; right: 36px; top: 36px;
95
+ width: 96px; height: 96px; border-radius: 48px; background: #fff; border: 1px solid #e0e0e0;
96
+ box-shadow: 0 4px 12px rgba(0,0,0,0.12);
97
+ display: flex; align-items: center; justify-content: center;
98
+ }
99
+ .grabber {
100
+ position: relative;
101
+ height: 24px;
102
+ display: flex; justify-content: center; align-items: center;
103
+ }
104
+ .grabber:after {
105
+ content: "";
106
+ width: 160px; height: 16px; border-radius: 10px; background: #e0e0e0;
107
+ display: block;
108
+ }
109
+ /* Carousel images */
110
+ .carousel {
111
+ padding: 24px 36px 0;
112
+ display: flex; gap: 24px;
113
+ }
114
+ .img-card {
115
+ width: 320px; height: 320px; border: 1px solid #BDBDBD; background: #E0E0E0;
116
+ border-radius: 28px; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
117
+ }
118
+ /* Place details */
119
+ .place-card {
120
+ padding: 24px 36px;
121
+ }
122
+ .place-header {
123
+ display: flex; justify-content: space-between; align-items: center;
124
+ }
125
+ .place-title { font-size: 56px; font-weight: 600; color: #202124; }
126
+ .bookmark {
127
+ width: 84px; height: 84px; border-radius: 42px; border: 1px solid #e0e0e0; display: flex; align-items: center; justify-content: center; background: #fff;
128
+ }
129
+ .rating-row {
130
+ margin-top: 12px; display: flex; align-items: center; gap: 14px; color: #5f6368; font-size: 36px;
131
+ }
132
+ .star { width: 40px; height: 40px; fill: #fbbc04; }
133
+ .meta-row { margin-top: 12px; color: #5f6368; font-size: 36px; }
134
+ .status { margin-top: 8px; font-size: 36px; }
135
+ .status .closed { color: #d93025; font-weight: 600; }
136
+ .desc { margin-top: 20px; font-size: 36px; color: #3c4043; line-height: 1.35; }
137
+ /* Actions */
138
+ .actions {
139
+ margin-top: 28px; display: flex; gap: 24px;
140
+ }
141
+ .action-btn {
142
+ height: 96px; padding: 0 36px; border-radius: 48px; border: 1px solid #dadce0; background: #fff;
143
+ display: inline-flex; align-items: center; gap: 20px; font-size: 40px; color: #1a73e8;
144
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
145
+ }
146
+ .action-icon { width: 44px; height: 44px; fill: #1a73e8; }
147
+ /* Next result */
148
+ .next-carousel { padding: 36px; display: flex; gap: 24px; }
149
+ .img-card.fade { opacity: 0.35; }
150
+ .next-title { padding: 0 36px; font-size: 54px; margin-top: 12px; }
151
+ /* Floating "View map" */
152
+ .floating-map {
153
+ position: absolute; right: 80px; bottom: 480px;
154
+ background: #fff; border-radius: 40px; box-shadow: 0 10px 24px rgba(0,0,0,0.18);
155
+ display: flex; align-items: center; gap: 20px; padding: 24px 32px; border: 1px solid #e0e0e0;
156
+ font-size: 40px; color: #1a73e8;
157
+ }
158
+ .map-small { width: 56px; height: 56px; fill: #1a73e8; }
159
+ /* Bottom handle */
160
+ .bottom-handle {
161
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
162
+ width: 320px; height: 18px; border-radius: 9px; background: #bdbdbd;
163
+ }
164
+ /* Simple icon base */
165
+ svg { display: block; }
166
+ </style>
167
+ </head>
168
+ <body>
169
+ <div id="render-target">
170
+ <!-- Status bar -->
171
+ <div class="status-bar">
172
+ <div>12:56</div>
173
+ <div class="status-icons">
174
+ <div class="dot"></div>
175
+ <div class="dot"></div>
176
+ <div class="dot"></div>
177
+ <svg width="40" height="40"><circle cx="20" cy="20" r="18" fill="#9aa0a6"/></svg>
178
+ <svg width="40" height="40"><path d="M4 28h32v6H4zM8 6h24l8 16H0z" fill="#9aa0a6"/></svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Search bar / header -->
183
+ <div class="header">
184
+ <div class="search-row">
185
+ <div class="back-btn">
186
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
187
+ </div>
188
+ <div class="search-bar">
189
+ <div class="search-text">Parks</div>
190
+ <div class="search-actions">
191
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M18 6L6 18M6 6l12 12" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/></svg>
192
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 3a4 4 0 014 4v1c0 1.2.5 2.3 1.3 3.1l.7.7V14l-4 1v2a2 2 0 11-4 0v-2l-4-1v-2.2l.7-.7c.8-.8 1.3-1.9 1.3-3.1V7a4 4 0 014-4z" fill="#5f6368"/></svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="filters">
198
+ <div class="chip">
199
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 5h7l4 6v8l-4-2v-6L3 5zm11 0h7v2h-7V5z" fill="#5f6368"/></svg>
200
+ <span>Filters</span>
201
+ </div>
202
+ <div class="chip">Open now</div>
203
+ <div class="chip">Top-rated</div>
204
+ <div class="chip secondary">More filters</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Map area -->
209
+ <div class="map-area">
210
+ <div class="map-placeholder">[IMG: Map of Seattle]</div>
211
+ <div class="layer-btn">
212
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M12 3l9 5-9 5-9-5 9-5zm0 7l9 5-9 5-9-5 9-5z" fill="#5f6368"/></svg>
213
+ </div>
214
+ </div>
215
+ <div class="grabber"></div>
216
+
217
+ <!-- Image carousel -->
218
+ <div class="carousel">
219
+ <div class="img-card">[IMG: Playground]</div>
220
+ <div class="img-card">[IMG: Park Path]</div>
221
+ <div class="img-card">[IMG: Fountain Sculpture]</div>
222
+ </div>
223
+
224
+ <!-- Place details -->
225
+ <div class="place-card">
226
+ <div class="place-header">
227
+ <div class="place-title">Cal Anderson Park</div>
228
+ <div class="bookmark">
229
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M6 4h12v18l-6-4-6 4V4z" fill="#1a73e8"/></svg>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="rating-row">
234
+ <div>4.3</div>
235
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
236
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
237
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
238
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
239
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.7L5.8 21z"/></svg>
240
+ <div style="color:#5f6368">(2,974)</div>
241
+ </div>
242
+
243
+ <div class="meta-row">Park • 1635 11th Ave</div>
244
+ <div class="status"><span class="closed">Closed</span> · Opens 4 am</div>
245
+ <div class="desc">This historic recreational area hosts special events & has a jogging path, ball field & wading pool.</div>
246
+
247
+ <div class="actions">
248
+ <div class="action-btn">
249
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M6 2h4l2 4-3 3a16 16 0 007 7l3-3 4 2v4c-6 2-14-6-16-12V2z"/></svg>
250
+ <span>Call</span>
251
+ </div>
252
+ <div class="action-btn">
253
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M12 2l7 7-7 13-7-13 7-7zm0 5l-3 3h6l-3-3z" /></svg>
254
+ <span>Directions</span>
255
+ </div>
256
+ <div class="action-btn">
257
+ <svg class="action-icon" viewBox="0 0 24 24"><path d="M18 8a4 4 0 10-3.7 3.9A6 6 0 118 20l1.5-1.3A4 4 0 1018 8z" /></svg>
258
+ <span>Share</span>
259
+ </div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Next place preview -->
264
+ <div class="next-carousel">
265
+ <div class="img-card fade">[IMG: Park Lawn]</div>
266
+ <div class="img-card">[IMG: Beach Shoreline]</div>
267
+ <div class="img-card">[IMG: Overcast Bay]</div>
268
+ </div>
269
+ <div class="next-title">Seahurst Park</div>
270
+
271
+ <!-- Floating 'View map' -->
272
+ <div class="floating-map">
273
+ <svg class="map-small" viewBox="0 0 24 24"><path d="M4 6l6-2 6 2 4-2v16l-6 2-6-2-4 2V6zM10 6v12M16 8v12" fill="#1a73e8"/></svg>
274
+ <span>View map</span>
275
+ </div>
276
+
277
+ <!-- Bottom gesture handle -->
278
+ <div class="bottom-handle"></div>
279
+ </div>
280
+ </body>
281
+ </html>
code/19603/19603_7.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filters UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
15
+ color: #202124;
16
+ }
17
+
18
+ /* Top status bar placeholder */
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #E5E5E5;
22
+ border-bottom: 1px solid #DADCE0;
23
+ }
24
+
25
+ /* Header */
26
+ .header {
27
+ position: relative;
28
+ height: 160px;
29
+ padding: 0 48px;
30
+ }
31
+ .header h1 {
32
+ margin: 0;
33
+ position: absolute;
34
+ left: 0; right: 0;
35
+ top: 40px;
36
+ text-align: center;
37
+ font-size: 56px;
38
+ font-weight: 500;
39
+ color: #202124;
40
+ }
41
+ .close-btn {
42
+ position: absolute;
43
+ left: 32px;
44
+ top: 36px;
45
+ width: 72px;
46
+ height: 72px;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ cursor: default;
51
+ }
52
+ .close-btn svg {
53
+ width: 36px; height: 36px;
54
+ stroke: #3c4043; stroke-width: 4; fill: none;
55
+ }
56
+
57
+ /* Sections */
58
+ .content {
59
+ padding: 24px 48px 280px 48px; /* extra bottom padding to make space for bottom bar */
60
+ }
61
+ .section-title {
62
+ font-size: 40px;
63
+ font-weight: 600;
64
+ margin: 24px 0 20px;
65
+ color: #202124;
66
+ }
67
+
68
+ /* Segmented controls */
69
+ .segmented {
70
+ border: 1px solid #DADCE0;
71
+ border-radius: 30px;
72
+ overflow: hidden;
73
+ display: grid;
74
+ background: #fff;
75
+ }
76
+ .segmented.four { grid-template-columns: repeat(4, 1fr); }
77
+ .segmented.three { grid-template-columns: repeat(3, 1fr); }
78
+
79
+ .seg-item {
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ gap: 16px;
84
+ padding: 28px 16px;
85
+ font-size: 36px;
86
+ color: #5f6368;
87
+ background: #fff;
88
+ }
89
+ .seg-item:not(:last-child) { border-right: 1px solid #DADCE0; }
90
+ .seg-item.selected {
91
+ background: #E8F0FE;
92
+ color: #1a73e8;
93
+ }
94
+ .seg-item .label {
95
+ display: inline-flex;
96
+ align-items: center;
97
+ gap: 12px;
98
+ }
99
+ .icon-check {
100
+ width: 28px; height: 28px;
101
+ }
102
+ .icon-star {
103
+ width: 30px; height: 30px;
104
+ }
105
+
106
+ /* Chips */
107
+ .chip {
108
+ display: inline-flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ padding: 24px 40px;
112
+ font-size: 36px;
113
+ color: #3c4043;
114
+ border: 2px solid #DADCE0;
115
+ border-radius: 999px;
116
+ background: #fff;
117
+ }
118
+
119
+ /* Bottom action bar */
120
+ .bottom-bar {
121
+ position: absolute;
122
+ left: 0; right: 0; bottom: 0;
123
+ height: 240px;
124
+ background: #fff;
125
+ border-top: 2px solid #E0E0E0;
126
+ padding: 24px 48px;
127
+ box-sizing: border-box;
128
+ }
129
+ .bottom-buttons {
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: space-between;
133
+ gap: 40px;
134
+ margin-top: 24px;
135
+ }
136
+ .btn-pill {
137
+ width: 440px;
138
+ height: 120px;
139
+ border-radius: 60px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ font-size: 40px;
144
+ font-weight: 500;
145
+ }
146
+ .btn-clear {
147
+ border: 2px solid #DADCE0;
148
+ color: #1a73e8;
149
+ background: #fff;
150
+ }
151
+ .btn-apply {
152
+ background: #3367D6;
153
+ color: #fff;
154
+ border: none;
155
+ }
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <div class="status-bar"></div>
162
+
163
+ <div class="header">
164
+ <div class="close-btn">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M5 5 L19 19 M19 5 L5 19"></path>
167
+ </svg>
168
+ </div>
169
+ <h1>Filters</h1>
170
+ </div>
171
+
172
+ <div class="content">
173
+ <!-- Rating -->
174
+ <div class="section-title">Rating</div>
175
+ <div class="segmented four">
176
+ <div class="seg-item selected">
177
+ <span class="label">
178
+ <svg class="icon-check" viewBox="0 0 18 18">
179
+ <path d="M3 9.5 L7.2 13.2 L15 5.7" stroke="#1a73e8" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
180
+ </svg>
181
+ <span>Any</span>
182
+ </span>
183
+ </div>
184
+ <div class="seg-item">
185
+ <span class="label">
186
+ <span>3.5</span>
187
+ <svg class="icon-star" viewBox="0 0 20 20">
188
+ <path d="M10 1 L12.6 6 L18.7 6.9 L14.3 10.9 L15.4 17 L10 14.1 L4.6 17 L5.7 10.9 L1.3 6.9 L7.4 6 Z" fill="#fbbc04"></path>
189
+ </svg>
190
+ </span>
191
+ </div>
192
+ <div class="seg-item">
193
+ <span class="label">
194
+ <span>4.0</span>
195
+ <svg class="icon-star" viewBox="0 0 20 20">
196
+ <path d="M10 1 L12.6 6 L18.7 6.9 L14.3 10.9 L15.4 17 L10 14.1 L4.6 17 L5.7 10.9 L1.3 6.9 L7.4 6 Z" fill="#fbbc04"></path>
197
+ </svg>
198
+ </span>
199
+ </div>
200
+ <div class="seg-item">
201
+ <span class="label">
202
+ <span>4.5</span>
203
+ <svg class="icon-star" viewBox="0 0 20 20">
204
+ <path d="M10 1 L12.6 6 L18.7 6.9 L14.3 10.9 L15.4 17 L10 14.1 L4.6 17 L5.7 10.9 L1.3 6.9 L7.4 6 Z" fill="#fbbc04"></path>
205
+ </svg>
206
+ </span>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Hours -->
211
+ <div class="section-title" style="margin-top: 40px;">Hours</div>
212
+ <div class="segmented three">
213
+ <div class="seg-item selected">
214
+ <span class="label">
215
+ <svg class="icon-check" viewBox="0 0 18 18">
216
+ <path d="M3 9.5 L7.2 13.2 L15 5.7" stroke="#1a73e8" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
217
+ </svg>
218
+ <span>Any</span>
219
+ </span>
220
+ </div>
221
+ <div class="seg-item"><span class="label">Open now</span></div>
222
+ <div class="seg-item"><span class="label">Custom</span></div>
223
+ </div>
224
+
225
+ <!-- More filters -->
226
+ <div class="section-title" style="margin-top: 40px;">More filters</div>
227
+ <div class="chip">Wheelchair-accessible entrance</div>
228
+ </div>
229
+
230
+ <!-- Bottom action bar -->
231
+ <div class="bottom-bar">
232
+ <div class="bottom-buttons">
233
+ <div class="btn-pill btn-clear">Clear</div>
234
+ <div class="btn-pill btn-apply">Apply</div>
235
+ </div>
236
+ </div>
237
+
238
+ </div>
239
+ </body>
240
+ </html>
code/19603/19603_8.html ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filters UI</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
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #D8D8D8;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 40px;
25
+ color: #222;
26
+ font-size: 40px;
27
+ }
28
+ .sb-icons {
29
+ display: flex;
30
+ gap: 26px;
31
+ align-items: center;
32
+ }
33
+ .sb-dot, .sb-circle {
34
+ width: 26px; height: 26px; background: #6e6e6e; border-radius: 50%;
35
+ }
36
+ .sb-pill {
37
+ width: 44px; height: 22px; border-radius: 12px; border: 2px solid #6e6e6e;
38
+ }
39
+
40
+ /* Header */
41
+ .header {
42
+ position: relative;
43
+ height: 150px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ color: #202124;
48
+ }
49
+ .header h1 {
50
+ margin: 0;
51
+ font-size: 60px;
52
+ font-weight: 500;
53
+ }
54
+ .header .close {
55
+ position: absolute;
56
+ left: 36px;
57
+ top: 50%;
58
+ transform: translateY(-50%);
59
+ width: 84px; height: 84px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ border-radius: 50%;
62
+ }
63
+ .header .close svg { width: 56px; height: 56px; stroke: #5f6368; stroke-width: 6; }
64
+
65
+ /* Content */
66
+ .content {
67
+ padding: 0 56px;
68
+ color: #3c4043;
69
+ }
70
+ .section {
71
+ margin-top: 36px;
72
+ }
73
+ .section .label {
74
+ font-size: 42px;
75
+ font-weight: 600;
76
+ margin-bottom: 24px;
77
+ }
78
+
79
+ /* Segmented controls */
80
+ .segment-group {
81
+ width: 968px;
82
+ border: 1px solid #DADCE0;
83
+ border-radius: 28px;
84
+ overflow: hidden;
85
+ display: flex;
86
+ background: #fff;
87
+ }
88
+ .segment {
89
+ flex: 1;
90
+ min-width: 0;
91
+ padding: 28px 24px;
92
+ font-size: 40px;
93
+ color: #3c4043;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ gap: 18px;
98
+ line-height: 1;
99
+ background: #fff;
100
+ }
101
+ .segment + .segment { border-left: 1px solid #DADCE0; }
102
+ .segment.selected {
103
+ background: #E8F0FE;
104
+ color: #1A73E8;
105
+ font-weight: 500;
106
+ box-shadow: inset 0 0 0 2px #C6DAFE;
107
+ }
108
+
109
+ .star svg { width: 34px; height: 34px; fill: #F9AB00; }
110
+ .check svg { width: 36px; height: 36px; stroke: #1A73E8; stroke-width: 6; fill: none; }
111
+
112
+ /* Pills and buttons */
113
+ .pill-outlined {
114
+ display: inline-flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ padding: 28px 36px;
118
+ border: 2px solid #DADCE0;
119
+ border-radius: 44px;
120
+ font-size: 40px;
121
+ color: #3c4043;
122
+ width: 800px;
123
+ background: #fff;
124
+ }
125
+
126
+ /* Bottom bar */
127
+ .bottom-bar {
128
+ position: absolute;
129
+ left: 0; right: 0; bottom: 0;
130
+ height: 220px;
131
+ background: #fff;
132
+ border-top: 1px solid #E0E0E0;
133
+ padding: 32px 44px;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: space-between;
137
+ }
138
+ .btn-outlined {
139
+ width: 420px;
140
+ height: 120px;
141
+ border-radius: 60px;
142
+ border: 2px solid #DADCE0;
143
+ color: #1A73E8;
144
+ font-size: 44px;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ background: #fff;
149
+ }
150
+ .btn-primary {
151
+ width: 540px;
152
+ height: 120px;
153
+ border-radius: 60px;
154
+ background: #3477F6;
155
+ color: #fff;
156
+ font-size: 44px;
157
+ display: flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ box-shadow: 0 3px 6px rgba(0,0,0,0.2);
161
+ }
162
+
163
+ /* Small safe-area indicator */
164
+ .nav-indicator {
165
+ position: absolute;
166
+ bottom: 10px;
167
+ left: 50%;
168
+ transform: translateX(-50%);
169
+ width: 280px;
170
+ height: 12px;
171
+ background: #7a7a7a;
172
+ border-radius: 6px;
173
+ }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+ <!-- Status bar -->
179
+ <div class="status-bar">
180
+ <div>12:57</div>
181
+ <div class="sb-icons">
182
+ <div class="sb-dot"></div>
183
+ <div class="sb-pill"></div>
184
+ <div class="sb-circle"></div>
185
+ <div class="sb-circle"></div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Header -->
190
+ <div class="header">
191
+ <div class="close">
192
+ <svg viewBox="0 0 24 24">
193
+ <line x1="5" y1="5" x2="19" y2="19"></line>
194
+ <line x1="19" y1="5" x2="5" y2="19"></line>
195
+ </svg>
196
+ </div>
197
+ <h1>Filters</h1>
198
+ </div>
199
+
200
+ <!-- Content -->
201
+ <div class="content">
202
+ <!-- Rating -->
203
+ <div class="section">
204
+ <div class="label">Rating</div>
205
+ <div class="segment-group">
206
+ <div class="segment">Any</div>
207
+ <div class="segment">
208
+ <span>3.5</span>
209
+ <span class="star">
210
+ <svg viewBox="0 0 24 24">
211
+ <path d="M12 2l3.1 6.3 7 1-5.1 4.9 1.2 7.1L12 18l-6.2 3.3 1.2-7.1L2 9.3l7-1z"></path>
212
+ </svg>
213
+ </span>
214
+ </div>
215
+ <div class="segment">
216
+ <span>4.0</span>
217
+ <span class="star">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M12 2l3.1 6.3 7 1-5.1 4.9 1.2 7.1L12 18l-6.2 3.3 1.2-7.1L2 9.3l7-1z"></path>
220
+ </svg>
221
+ </span>
222
+ </div>
223
+ <div class="segment selected">
224
+ <span class="check">
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M5 13l4 4 10-10"></path>
227
+ </svg>
228
+ </span>
229
+ <span>4.5</span>
230
+ <span class="star">
231
+ <svg viewBox="0 0 24 24">
232
+ <path d="M12 2l3.1 6.3 7 1-5.1 4.9 1.2 7.1L12 18l-6.2 3.3 1.2-7.1L2 9.3l7-1z"></path>
233
+ </svg>
234
+ </span>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Hours -->
240
+ <div class="section" style="margin-top: 54px;">
241
+ <div class="label">Hours</div>
242
+ <div class="segment-group">
243
+ <div class="segment selected">
244
+ <span class="check">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M5 13l4 4 10-10"></path>
247
+ </svg>
248
+ </span>
249
+ <span>Any</span>
250
+ </div>
251
+ <div class="segment">Open now</div>
252
+ <div class="segment">Custom</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- More filters -->
257
+ <div class="section" style="margin-top: 62px;">
258
+ <div class="label">More filters</div>
259
+ <div class="pill-outlined">Wheelchair-accessible entrance</div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Bottom action bar -->
264
+ <div class="bottom-bar">
265
+ <div class="btn-outlined">Clear</div>
266
+ <div class="btn-primary">Apply</div>
267
+ </div>
268
+
269
+ <div class="nav-indicator"></div>
270
+ </div>
271
+ </body>
272
+ </html>
code/19603/19603_9.html ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Parks Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; color: #202124;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 84px;
17
+ padding: 0 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 36px; color: #333;
20
+ }
21
+ .status-icons { display: flex; gap: 28px; align-items: center; }
22
+ .icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
23
+ .icon svg { width: 100%; height: 100%; fill: #5f6368; }
24
+ /* Search bar */
25
+ .search-container {
26
+ padding: 14px 24px 0 24px;
27
+ }
28
+ .search-bar {
29
+ height: 110px; border-radius: 55px; background: #f1f3f4; display: flex; align-items: center;
30
+ padding: 0 24px; gap: 24px;
31
+ box-shadow: inset 0 0 0 1px #e0e0e0;
32
+ }
33
+ .search-text { flex: 1; font-size: 40px; color: #202124; }
34
+ /* Filter chips row */
35
+ .chip-row {
36
+ display: flex; align-items: center; gap: 16px; padding: 22px 24px;
37
+ }
38
+ .chip {
39
+ background: #ffffff; border: 1px solid #dfe1e5; border-radius: 44px;
40
+ padding: 20px 28px; font-size: 34px; color: #3c4043; display: inline-flex; align-items: center; gap: 16px;
41
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
42
+ }
43
+ .chip.blue { color: #1a73e8; border-color: #cfe1ff; background: #e8f0fe; }
44
+ .map-area {
45
+ width: 100%; height: 560px; position: relative;
46
+ border-top: 1px solid #eee; border-bottom: 1px solid #eee;
47
+ background: #E0E0E0;
48
+ display: flex; align-items: center; justify-content: center;
49
+ color: #757575; font-size: 38px;
50
+ }
51
+ .map-layer-btn {
52
+ position: absolute; right: 30px; top: 30px;
53
+ width: 110px; height: 110px; border-radius: 55px;
54
+ background: #ffffff; box-shadow: 0 8px 16px rgba(0,0,0,0.12);
55
+ display: flex; align-items: center; justify-content: center; border: 1px solid #e0e0e0;
56
+ }
57
+ /* Sheet handle */
58
+ .sheet-handle {
59
+ width: 160px; height: 16px; border-radius: 8px; background: #e0e0e0;
60
+ margin: 18px auto 12px auto;
61
+ }
62
+ /* Card styles */
63
+ .card {
64
+ padding: 0 24px 12px 24px;
65
+ }
66
+ .photo-row {
67
+ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
68
+ }
69
+ .photo {
70
+ height: 300px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 28px;
71
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
72
+ }
73
+ .title-row {
74
+ display: flex; align-items: center; justify-content: space-between; margin-top: 24px;
75
+ }
76
+ .title { font-size: 52px; font-weight: 600; }
77
+ .bookmark {
78
+ width: 72px; height: 72px; border-radius: 36px; background: #ffffff; border: 1px solid #e0e0e0;
79
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 2px rgba(0,0,0,0.08);
80
+ }
81
+ .meta { font-size: 34px; color: #5f6368; margin-top: 10px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;}
82
+ .stars { display: inline-flex; gap: 6px; vertical-align: middle; }
83
+ .stars svg { width: 34px; height: 34px; fill: #fbbc04; }
84
+ .closed { color: #d93025; }
85
+ .desc { font-size: 34px; color: #3c4043; line-height: 1.45; margin-top: 18px; }
86
+ .actions { display: flex; gap: 24px; margin-top: 22px; }
87
+ .action {
88
+ display: inline-flex; align-items: center; gap: 16px;
89
+ padding: 20px 30px; border: 1px solid #dfe1e5; border-radius: 44px; background: #ffffff;
90
+ font-size: 36px; color: #1a73e8;
91
+ box-shadow: 0 1px 2px rgba(0,0,0,0.06);
92
+ }
93
+ .action svg { width: 40px; height: 40px; fill: #1a73e8; }
94
+ /* Next card preview */
95
+ .next-card { padding: 24px; }
96
+ .next-title { font-size: 46px; font-weight: 600; margin-top: 18px; }
97
+ /* Floating View Map button */
98
+ .fab {
99
+ position: absolute; right: 40px; bottom: 360px;
100
+ background: #ffffff; border-radius: 32px; height: 120px; padding: 0 34px;
101
+ display: inline-flex; align-items: center; gap: 22px; border: 1px solid #e0e0e0;
102
+ box-shadow: 0 10px 18px rgba(0,0,0,0.18);
103
+ font-size: 40px; color: #1a73e8;
104
+ }
105
+ .fab .map-icon { width: 56px; height: 56px; fill: #1a73e8; }
106
+ /* Bottom handle */
107
+ .home-handle {
108
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
109
+ width: 320px; height: 16px; border-radius: 8px; background: #cfcfcf;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status Bar -->
117
+ <div class="status-bar">
118
+ <div>12:57</div>
119
+ <div class="status-icons">
120
+ <div class="icon">
121
+ <!-- small dot icon -->
122
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
123
+ </div>
124
+ <div class="icon">
125
+ <!-- location pin -->
126
+ <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 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
127
+ </div>
128
+ <div class="icon">
129
+ <!-- wifi -->
130
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"/></svg>
131
+ </div>
132
+ <div class="icon">
133
+ <!-- battery -->
134
+ <svg viewBox="0 0 24 24"><path d="M20 7h2v10h-2V7zM3 7h16v10H3V7z"/></svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Search Bar -->
140
+ <div class="search-container">
141
+ <div class="search-bar">
142
+ <div class="icon" style="width:56px;height:56px;">
143
+ <!-- back arrow -->
144
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>
145
+ </div>
146
+ <div class="search-text">Parks</div>
147
+ <div class="icon" style="width:44px;height:44px;">
148
+ <!-- X icon -->
149
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#5f6368" stroke-width="2" fill="none"/></svg>
150
+ </div>
151
+ <div class="icon" style="width:56px;height:56px;">
152
+ <!-- mic -->
153
+ <svg viewBox="0 0 24 24"><path d="M12 3a4 4 0 0 1 4 4v5a4 4 0 0 1-8 0V7a4 4 0 0 1 4-4zm-7 7h2a5 5 0 0 0 10 0h2a7 7 0 0 1-7 7v3h-2v-3a7 7 0 0 1-7-7z"/></svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Filter Chips -->
159
+ <div class="chip-row">
160
+ <div class="chip">
161
+ <!-- sliders icon -->
162
+ <svg viewBox="0 0 24 24" style="width:40px;height:40px;fill:#5f6368;"><path d="M4 6h12v2H4V6zm0 10h16v2H4v-2zm6-5h10v2H10v-2z"/></svg>
163
+ </div>
164
+ <div class="chip blue">
165
+ <svg viewBox="0 0 24 24" style="width:34px;height:34px;"><path d="M9 16l-4-4 2-2 2 2 6-6 2 2-8 8z"/></svg>
166
+ <span>4.5+</span>
167
+ </div>
168
+ <div class="chip">Open now</div>
169
+ <div class="chip">Top-rated</div>
170
+ <div class="chip">More filters</div>
171
+ </div>
172
+
173
+ <!-- Map
code/19604/19604_0.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Unit 1 Guidebook - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, Helvetica, sans-serif; color: #E9F1F2; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1440px;
12
+ height: 3120px;
13
+ overflow: hidden;
14
+ background: #0f2224; /* deep teal/gray */
15
+ }
16
+
17
+ /* Top close icon */
18
+ .close-btn {
19
+ position: absolute;
20
+ left: 72px;
21
+ top: 170px;
22
+ width: 120px;
23
+ height: 120px;
24
+ opacity: 0.7;
25
+ }
26
+ .close-btn svg { width: 100%; height: 100%; }
27
+
28
+ /* Owl image placeholder */
29
+ .hero {
30
+ position: absolute;
31
+ top: 420px;
32
+ left: 0;
33
+ right: 0;
34
+ margin: 0 auto;
35
+ width: 520px;
36
+ height: 520px;
37
+ background: #E0E0E0;
38
+ border: 1px solid #BDBDBD;
39
+ border-radius: 40px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ color: #757575;
44
+ font-weight: 600;
45
+ letter-spacing: 0.5px;
46
+ }
47
+
48
+ /* Title and subtitle */
49
+ .title {
50
+ position: absolute;
51
+ top: 980px;
52
+ width: 100%;
53
+ text-align: center;
54
+ font-size: 86px;
55
+ font-weight: 800;
56
+ letter-spacing: 0.3px;
57
+ }
58
+ .subtitle {
59
+ position: absolute;
60
+ top: 1100px;
61
+ width: 100%;
62
+ text-align: center;
63
+ font-size: 44px;
64
+ color: #A3B4B7;
65
+ line-height: 1.5;
66
+ }
67
+
68
+ .divider {
69
+ position: absolute;
70
+ top: 1280px;
71
+ left: 72px;
72
+ width: 1296px;
73
+ height: 2px;
74
+ background: #263a3d;
75
+ opacity: 0.7;
76
+ }
77
+
78
+ /* Section header */
79
+ .section-label {
80
+ position: absolute;
81
+ top: 1350px;
82
+ left: 72px;
83
+ font-size: 40px;
84
+ font-weight: 800;
85
+ color: #2fb3ff;
86
+ letter-spacing: 1px;
87
+ }
88
+ .section-title {
89
+ position: absolute;
90
+ top: 1440px;
91
+ left: 72px;
92
+ right: 72px;
93
+ font-size: 72px;
94
+ font-weight: 800;
95
+ }
96
+
97
+ /* Phrase cards */
98
+ .cards {
99
+ position: absolute;
100
+ top: 1600px;
101
+ left: 72px;
102
+ right: 72px;
103
+ }
104
+
105
+ .phrase-card {
106
+ position: relative;
107
+ margin: 56px 0;
108
+ padding: 60px 60px 54px 160px;
109
+ border: 4px solid #3a5156;
110
+ border-radius: 48px;
111
+ background: rgba(255,255,255,0.02);
112
+ }
113
+ /* speech bubble tail */
114
+ .phrase-card:before {
115
+ content: "";
116
+ position: absolute;
117
+ left: -54px;
118
+ top: 100px;
119
+ width: 110px;
120
+ height: 110px;
121
+ border-left: 4px solid #3a5156;
122
+ border-top: 4px solid #3a5156;
123
+ border-radius: 68px 0 0 68px;
124
+ opacity: 0.8;
125
+ transform: rotate(0deg);
126
+ }
127
+
128
+ .phrase-main {
129
+ font-size: 56px;
130
+ font-weight: 700;
131
+ color: #EAF3F4;
132
+ margin-bottom: 24px;
133
+ }
134
+ .phrase-sub {
135
+ font-size: 42px;
136
+ color: #93A6AA;
137
+ font-weight: 600;
138
+ }
139
+
140
+ .icon {
141
+ position: absolute;
142
+ left: 56px;
143
+ top: 60px;
144
+ width: 74px;
145
+ height: 74px;
146
+ background: #133a40;
147
+ border-radius: 24px;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ overflow: visible;
152
+ }
153
+ .icon svg { width: 64px; height: 64px; }
154
+ .icon path { fill: #1db0ff; }
155
+
156
+ /* Bottom system bar indicator (visual only) */
157
+ .home-indicator {
158
+ position: absolute;
159
+ bottom: 84px;
160
+ left: 50%;
161
+ transform: translateX(-50%);
162
+ width: 400px;
163
+ height: 20px;
164
+ background: #eaeaea;
165
+ opacity: 0.25;
166
+ border-radius: 12px;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Close icon -->
174
+ <div class="close-btn" aria-label="Close">
175
+ <svg viewBox="0 0 100 100">
176
+ <line x1="18" y1="18" x2="82" y2="82" stroke="#7a8b8f" stroke-width="10" stroke-linecap="round"></line>
177
+ <line x1="82" y1="18" x2="18" y2="82" stroke="#7a8b8f" stroke-width="10" stroke-linecap="round"></line>
178
+ </svg>
179
+ </div>
180
+
181
+ <!-- Owl image placeholder -->
182
+ <div class="hero">[IMG: Duolingo Owl]</div>
183
+
184
+ <!-- Title and subtitle -->
185
+ <div class="title">Unit 1 Guidebook</div>
186
+ <div class="subtitle">Explore grammar tips and key phrases for<br>this unit</div>
187
+
188
+ <div class="divider"></div>
189
+
190
+ <div class="section-label">KEY PHRASES</div>
191
+ <div class="section-title">Form basic sentences</div>
192
+
193
+ <!-- Cards -->
194
+ <div class="cards">
195
+ <div class="phrase-card">
196
+ <div class="icon">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M3 9v6h4l5 4V5L7 9H3zm14.5 3a4.5 4.5 0 0 0-2.9-4.2v8.4a4.5 4.5 0 0 0 2.9-4.2z"></path>
199
+ </svg>
200
+ </div>
201
+ <div class="phrase-main">Un niño come manzanas.</div>
202
+ <div class="phrase-sub">A boy eats apples.</div>
203
+ </div>
204
+
205
+ <div class="phrase-card">
206
+ <div class="icon">
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M3 9v6h4l5 4V5L7 9H3zm14.5 3a4.5 4.5 0 0 0-2.9-4.2v8.4a4.5 4.5 0 0 0 2.9-4.2z"></path>
209
+ </svg>
210
+ </div>
211
+ <div class="phrase-main">Una niña bebe agua.</div>
212
+ <div class="phrase-sub">A girl drinks water.</div>
213
+ </div>
214
+
215
+ <div class="phrase-card">
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M3 9v6h4l5 4V5L7 9H3zm14.5 3a4.5 4.5 0 0 0-2.9-4.2v8.4a4.5 4.5 0 0 0 2.9-4.2z"></path>
219
+ </svg>
220
+ </div>
221
+ <div class="phrase-main">La mujer bebe leche.</div>
222
+ <div class="phrase-sub">The woman drinks milk.</div>
223
+ </div>
224
+
225
+ <div class="phrase-card">
226
+ <div class="icon">
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M3 9v6h4l5 4V5L7 9H3zm14.5 3a4.5 4.5 0 0 0-2.9-4.2v8.4a4.5 4.5 0 0 0 2.9-4.2z"></path>
229
+ </svg>
230
+ </div>
231
+ <div class="phrase-main">El hombre come pan.</div>
232
+ <div class="phrase-sub">The man eats bread.</div>
233
+ </div>
234
+ </div>
235
+
236
+ <div class="home-indicator"></div>
237
+ </div>
238
+ </body>
239
+ </html>
code/19604/19604_1.html ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1440px;
10
+ height: 3120px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f1c1f;
14
+ color: #eaf3f5;
15
+ }
16
+
17
+ /* Top system bar */
18
+ .os-bar {
19
+ position: absolute;
20
+ top: 24px;
21
+ left: 40px;
22
+ right: 40px;
23
+ height: 80px;
24
+ color: #cfe3e6;
25
+ font-weight: 700;
26
+ font-size: 44px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ opacity: 0.9;
31
+ }
32
+ .os-right { display: flex; align-items: center; gap: 28px; }
33
+ .tiny-icon svg { width: 44px; height: 44px; }
34
+
35
+ /* Counters row */
36
+ .counters {
37
+ position: absolute;
38
+ top: 132px;
39
+ left: 40px;
40
+ right: 40px;
41
+ height: 110px;
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 36px;
45
+ }
46
+ .counter-item {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 18px;
50
+ font-size: 44px;
51
+ font-weight: 800;
52
+ letter-spacing: 1px;
53
+ }
54
+ .counter-item .icon { width: 68px; height: 68px; display: inline-flex; align-items: center; justify-content: center; }
55
+
56
+ /* Section header */
57
+ .section-header {
58
+ position: absolute;
59
+ top: 240px;
60
+ left: 0;
61
+ width: 100%;
62
+ height: 90px;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: center;
66
+ gap: 20px;
67
+ font-size: 56px;
68
+ font-weight: 800;
69
+ color: #e8f1f2;
70
+ }
71
+ .caret { position: absolute; left: 40px; height: 90px; display: flex; align-items: center; }
72
+ .caret svg { width: 54px; height: 54px; }
73
+
74
+ /* Unit card */
75
+ .unit-card {
76
+ position: absolute;
77
+ top: 340px;
78
+ left: 40px;
79
+ width: 1360px;
80
+ background: #16262a;
81
+ border-radius: 28px;
82
+ padding: 44px 40px;
83
+ box-sizing: border-box;
84
+ }
85
+ .unit-title { font-size: 88px; font-weight: 900; margin-bottom: 26px; }
86
+ .unit-sub { font-size: 46px; color: #cfe0e2; }
87
+ .unit-action {
88
+ position: absolute;
89
+ right: 36px;
90
+ top: 36px;
91
+ width: 120px;
92
+ height: 120px;
93
+ border-radius: 28px;
94
+ background: #17292d;
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: center;
98
+ }
99
+ .unit-action svg { width: 60px; height: 60px; opacity: 0.9; }
100
+
101
+ /* Path area */
102
+ .path-area { position: absolute; top: 620px; left: 0; right: 0; bottom: 320px; }
103
+
104
+ .continue-node {
105
+ position: absolute;
106
+ left: 590px;
107
+ top: 80px;
108
+ width: 260px;
109
+ height: 260px;
110
+ }
111
+ .continue-ring {
112
+ position: absolute;
113
+ width: 260px; height: 260px;
114
+ border-radius: 50%;
115
+ background: #25333a;
116
+ box-shadow: 0 12px 0 rgba(0,0,0,0.35) inset;
117
+ }
118
+ .continue-core {
119
+ position: absolute;
120
+ left: 20px; top: 20px;
121
+ width: 220px; height: 220px;
122
+ border-radius: 50%;
123
+ background: linear-gradient(180deg, #62c821 0%, #48b514 100%);
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .continue-bubble {
127
+ position: absolute;
128
+ top: -90px;
129
+ left: 12px;
130
+ padding: 22px 40px;
131
+ background: #212d32;
132
+ color: #8ef046;
133
+ border-radius: 22px;
134
+ font-weight: 900;
135
+ font-size: 44px;
136
+ }
137
+ .continue-bubble:after {
138
+ content:"";
139
+ position: absolute;
140
+ bottom: -16px; left: 60px;
141
+ width: 0; height: 0;
142
+ border-left: 18px solid transparent;
143
+ border-right: 18px solid transparent;
144
+ border-top: 18px solid #212d32;
145
+ }
146
+
147
+ /* Path nodes */
148
+ .lock-node {
149
+ position: absolute;
150
+ width: 210px; height: 210px;
151
+ border-radius: 50%;
152
+ background: #2a3a40;
153
+ box-shadow: 0 26px 0 rgba(0,0,0,0.35);
154
+ display: flex; align-items: center; justify-content: center;
155
+ opacity: 0.85;
156
+ }
157
+ .lock-node svg { width: 84px; height: 84px; opacity: 0.65; }
158
+
159
+ /* Image placeholders for special graphics */
160
+ .img-box {
161
+ background: #E0E0E0;
162
+ border: 1px solid #BDBDBD;
163
+ color: #757575;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ font-size: 38px;
168
+ border-radius: 24px;
169
+ opacity: 0.35;
170
+ }
171
+
172
+ /* Bottom nav */
173
+ .bottom-bar {
174
+ position: absolute;
175
+ bottom: 0; left: 0; width: 100%; height: 280px;
176
+ background: #0f191d;
177
+ border-top: 4px solid #1b292f;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: space-around;
181
+ padding: 0 60px;
182
+ box-sizing: border-box;
183
+ }
184
+ .nav-item { width: 150px; height: 150px; border-radius: 28px; display: flex; align-items: center; justify-content: center; }
185
+ .nav-item.active { outline: 6px solid #2f84c7; }
186
+ .nav-item svg { width: 110px; height: 110px; }
187
+
188
+ /* Small divider line above nav */
189
+ .divider {
190
+ position: absolute;
191
+ bottom: 280px;
192
+ left: 0; right: 0; height: 4px;
193
+ background: #1b292f;
194
+ opacity: 0.7;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+
201
+ <!-- OS Status Bar -->
202
+ <div class="os-bar">
203
+ <div>5:43</div>
204
+ <div class="os-right">
205
+ <div class="tiny-icon">
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="10" fill="#8aa3a7"></circle>
208
+ </svg>
209
+ </div>
210
+ <div class="tiny-icon">
211
+ <svg viewBox="0 0 24 24">
212
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="#8aa3a7"></rect>
213
+ <rect x="21" y="10" width="2" height="4" fill="#8aa3a7"></rect>
214
+ </svg>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Counters Row -->
220
+ <div class="counters">
221
+ <div class="counter-item">
222
+ <div class="icon img-box" style="width:80px;height:80px;border-radius:18px;">[IMG: Flag]</div>
223
+ </div>
224
+ <div class="counter-item">
225
+ <div class="icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M12 2c3 4-2 6 3 10-3 0-6 2-7 6-3-4 1-9 4-12z" fill="#ff8a00"></path>
228
+ <circle cx="12" cy="20" r="2" fill="#ffb34a"></circle>
229
+ </svg>
230
+ </div>
231
+ <div>2</div>
232
+ </div>
233
+ <div class="counter-item">
234
+ <div class="icon">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M12 2l8 5v6c0 5-6 9-8 9s-8-4-8-9V7l8-5z" fill="#57b5ff"></path>
237
+ </svg>
238
+ </div>
239
+ <div>460</div>
240
+ </div>
241
+ <div class="counter-item">
242
+ <div class="icon">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M12 21s-8-5-8-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 6-10 11-10 11z" fill="#ff6070"></path>
245
+ </svg>
246
+ </div>
247
+ <div>2</div>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Section Header -->
252
+ <div class="section-header">
253
+ <div class="caret">
254
+ <svg viewBox="0 0 24 24">
255
+ <path d="M12 6l7 8H5z" fill="#cfe3e6"></path>
256
+ </svg>
257
+ </div>
258
+ <div>Section 1: Rookie</div>
259
+ </div>
260
+
261
+ <!-- Unit Card -->
262
+ <div class="unit-card">
263
+ <div class="unit-title">Unit 1</div>
264
+ <div class="unit-sub">Form basic sentences, greet people</div>
265
+ <div class="unit-action">
266
+ <svg viewBox="0 0 24 24">
267
+ <rect x="4" y="6" width="16" height="2" rx="1" fill="#8aa3a7"></rect>
268
+ <rect x="4" y="11" width="16" height="2" rx="1" fill="#8aa3a7"></rect>
269
+ <rect x="4" y="16" width="10" height="2" rx="1" fill="#8aa3a7"></rect>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Path Area -->
275
+ <div class="path-area">
276
+
277
+ <!-- Continue node -->
278
+ <div class="continue-node">
279
+ <div class="continue-bubble">CONTINUE</div>
280
+ <div class="continue-ring"></div>
281
+ <div class="continue-core">
282
+ <svg viewBox="0 0 24 24">
283
+ <path d="M12 2l3.09 6.26 6.91.99-5 4.87 1.18 6.88L12 17.77 5.82 21l1.18-6.88-5-4.87 6.91-.99L12 2z" fill="#ffffff"></path>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Lock nodes sequence -->
289
+ <div class="lock-node" style="left:380px; top:460px;">
290
+ <svg viewBox="0 0 24 24">
291
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
292
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
293
+ </svg>
294
+ </div>
295
+ <div class="lock-node" style="left:520px; top:800px;">
296
+ <svg viewBox="0 0 24 24">
297
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
298
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
299
+ </svg>
300
+ </div>
301
+
302
+ <!-- Owl mascot placeholder -->
303
+ <div class="img-box" style="position:absolute; left:990px; top:740px; width:230px; height:230px; border-radius:50px;">[IMG: Mascot Owl]</div>
304
+
305
+ <!-- Chest placeholder -->
306
+ <div class="img-box" style="position:absolute; left:480px; top:1180px; width:260px; height:200px;">[IMG: Treasure Chest]</div>
307
+
308
+ <div class="lock-node" style="left:720px; top:1420px;">
309
+ <svg viewBox="0 0 24 24">
310
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
311
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
312
+ </svg>
313
+ </div>
314
+ <div class="lock-node" style="left:880px; top:1820px;">
315
+ <svg viewBox="0 0 24 24">
316
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
317
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
318
+ </svg>
319
+ </div>
320
+ <div class="lock-node" style="left:640px; top:2180px;">
321
+ <svg viewBox="0 0 24 24">
322
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
323
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
324
+ </svg>
325
+ </div>
326
+ <div class="lock-node" style="left:860px; top:2520px; opacity:0.6;">
327
+ <svg viewBox="0 0 24 24">
328
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#a9bec2"></rect>
329
+ <path d="M8 10V8a4 4 0 018 0v2" stroke="#a9bec2" stroke-width="2" fill="none"></path>
330
+ </svg>
331
+ </div>
332
+
333
+ </div>
334
+
335
+ <!-- Divider above bottom bar -->
336
+ <div class="divider"></div>
337
+
338
+ <!-- Bottom Navigation Bar -->
339
+ <div class="bottom-bar">
340
+ <div class="nav-item active">
341
+ <svg viewBox="0 0 24 24">
342
+ <polygon points="12,3 2,11 4,11 4,21 10,21 10,15 14,15 14,21 20,21 20,11 22,11" fill="#ffd33a"></polygon>
343
+ <polygon points="12,3 2,11 22,11" fill="#ff5b57"></polygon>
344
+ </svg>
345
+ </div>
346
+ <div class="nav-item">
347
+ <svg viewBox="0 0 24 24">
348
+ <path d="M12 2l8 5v6c0 5-6 9-8 9s-8-4-8-9V7l8-5z" fill="#e1a657"></path>
349
+ </svg>
350
+ </div>
351
+ <div class="nav-item">
352
+ <svg viewBox="0 0 24 24">
353
+ <circle cx="12" cy="9" r="5" fill="#b67ad9"></circle>
354
+ <rect x="5" y="14" width="14" height="8" rx="4" fill="#b67ad9"></rect>
355
+ </svg>
356
+ </div>
357
+ <div class="nav-item">
358
+ <svg viewBox="0 0 24 24">
359
+ <rect x="3" y="8" width="18" height="12" rx="2" fill="#ffc531"></rect>
360
+ <rect x="9" y="12" width="6" height="6" rx="2" fill="#7a4d00"></rect>
361
+ </svg>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg viewBox="0 0 24 24">
365
+ <path d="M12 2c4 0 7 3 7 7v3l3 3H2l3-3V9c0-4 3-7 7-7z" fill="#ffd136"></path>
366
+ <rect x="10" y="19" width="4" height="3" rx="1" fill="#ffb300"></rect>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+
371
+ </div>
372
+ </body>
373
+ </html>
code/19604/19604_2.html ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Streak Dashboard</title>
6
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
7
+ <style>
8
+ :root{
9
+ --bg:#0e1c1f;
10
+ --card:#15262a;
11
+ --card-border:#2a3a3f;
12
+ --text:#e8f0f2;
13
+ --muted:#91a0a6;
14
+ --accent:#ff9f2a;
15
+ --blue:#5cc2ff;
16
+ --grey:#3a474c;
17
+ }
18
+ body{ margin:0; padding:0; background:transparent; font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
19
+ #render-target{
20
+ width:1440px; height:3120px;
21
+ position:relative; overflow:hidden;
22
+ background:var(--bg); color:var(--text);
23
+ }
24
+ /* Status bar */
25
+ .status-bar{
26
+ height:100px; padding:0 40px; display:flex; align-items:center; justify-content:space-between; color:#dfe6ea; font-weight:600; letter-spacing:0.5px;
27
+ }
28
+ .status-icons{ display:flex; gap:28px; align-items:center; opacity:0.85; }
29
+ .dot{ width:10px; height:10px; border-radius:50%; background:#c0c8cc; display:inline-block; }
30
+
31
+ /* Resource strip */
32
+ .resource-strip{
33
+ height:130px;
34
+ display:flex; align-items:center; justify-content:space-around;
35
+ border-top:1px solid #0a1417; border-bottom:1px solid #0a1417;
36
+ position:relative;
37
+ }
38
+ .metric{ display:flex; align-items:center; gap:20px; font-size:44px; font-weight:700; }
39
+ .metric small{ font-size:38px; font-weight:700; color:#ffd9a2; }
40
+ .icon-pill{ width:90px; height:90px; border-radius:22px; background:#20343a; border:1px solid #2a3a3f; display:flex; align-items:center; justify-content:center; }
41
+ .img-placeholder{
42
+ width:120px; height:80px; border-radius:16px;
43
+ background:#E0E0E0; border:1px solid #BDBDBD;
44
+ color:#757575; display:flex; align-items:center; justify-content:center; font-size:32px;
45
+ }
46
+
47
+ /* Cards */
48
+ .cards{ padding:40px; }
49
+ .card{
50
+ background:var(--card);
51
+ border:2px solid var(--card-border);
52
+ border-radius:36px; padding:50px;
53
+ margin-bottom:40px;
54
+ box-shadow:0 2px 0 #0f2024 inset;
55
+ }
56
+ .split{ display:flex; gap:40px; }
57
+ .split .pane{ flex:1; border-right:2px solid var(--card-border); padding-right:40px; }
58
+ .split .pane:last-child{ border-right:none; padding-right:0; }
59
+ .pane h3{ margin:20px 0 6px; font-size:60px; line-height:1; }
60
+ .pane p{ margin:0; font-size:36px; color:var(--muted); }
61
+ .center-icon{ width:110px; height:110px; border-radius:24px; background:#20343a; display:flex; align-items:center; justify-content:center; }
62
+
63
+ .pager-dots{ display:flex; gap:20px; justify-content:center; align-items:center; margin:30px 0 20px; }
64
+ .pager-dots .dot-lg{ width:26px; height:26px; border-radius:50%; background:#ffa83a; }
65
+ .pager-dots .dot-lg.grey{ background:#3c4549; }
66
+
67
+ /* Calendar */
68
+ .card h2{ margin:0 0 20px; font-size:58px; }
69
+ .card .right{ position:absolute; right:60px; top:55px; color:var(--blue); font-size:50px; font-weight:800; }
70
+ .calendar{ margin-top:20px; }
71
+ .weekdays{ display:grid; grid-template-columns:repeat(7, 1fr); gap:18px; color:#7e8b91; font-size:42px; margin-bottom:24px; }
72
+ .dates{ display:grid; grid-template-columns:repeat(7, 1fr); gap:18px; }
73
+ .date{ height:90px; display:flex; align-items:center; justify-content:center; font-size:42px; color:#98a6ac; background:#0f1f23; border-radius:18px; }
74
+ .date.active{ background:transparent; position:relative; color:#1a1a1a; }
75
+ .date.active::before{
76
+ content:""; position:absolute; left:12px; right:12px; top:12px; bottom:12px; background:var(--accent);
77
+ border-radius:60px; z-index:-1;
78
+ }
79
+ .date.active.duo{ background:transparent; }
80
+ .date.active.duo::before{
81
+ content:""; position:absolute; left:12px; right:50%; top:12px; bottom:12px; background:var(--accent);
82
+ border-radius:60px; z-index:-1;
83
+ }
84
+ /* Challenge */
85
+ .challenge-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:30px; }
86
+ .challenge-head h2{ margin:0; font-size:58px; }
87
+ .challenge-head .muted{ color:#cbd4d8; font-size:40px; }
88
+ .progress-bar{
89
+ height:100px; background:#2c3a3f; border-radius:60px; display:flex; align-items:center; gap:40px; padding:0 30px;
90
+ border:2px solid #28363a;
91
+ }
92
+ .progress-chunk{
93
+ height:60px; width:240px; background:var(--accent); border-radius:40px;
94
+ }
95
+ .calendar-mini{
96
+ width:110px; height:110px; border-radius:24px; background:#fff; border:6px solid #ff4e4e; display:flex; align-items:center; justify-content:center; color:#ff4e4e; font-weight:900; font-size:50px;
97
+ box-shadow:0 6px 0 #ffc94f inset;
98
+ }
99
+ .calendar-mini.grey{
100
+ background:#3b454a; border-color:#3b454a; color:#cfd8dc; box-shadow:none;
101
+ }
102
+
103
+ /* Bottom area */
104
+ .mid-ghost{ position:absolute; left:50%; transform:translateX(-50%); top:2100px; width:420px; height:420px; background:#1a292d; border-radius:40px; opacity:0.18; display:flex; align-items:center; justify-content:center; border:2px solid #24363b; }
105
+ .bottom-nav{
106
+ position:absolute; left:0; right:0; bottom:140px; height:240px; background:#0c181c; border-top:2px solid #132328; display:flex; align-items:center; justify-content:space-around; padding:0 80px;
107
+ }
108
+ .nav-item{ width:170px; height:170px; border-radius:40px; background:#142328; display:flex; align-items:center; justify-content:center; border:3px solid #2a3a3f; }
109
+ .nav-item.active{ border-color:#5aa8d6; box-shadow:0 0 0 8px rgba(90,168,214,0.15) inset; }
110
+
111
+ .home-indicator{
112
+ position:absolute; left:50%; transform:translateX(-50%); bottom:40px; width:520px; height:18px; background:#dfe6ea; border-radius:9px; opacity:0.75;
113
+ }
114
+
115
+ /* SVG helpers */
116
+ svg{ display:block; }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+
122
+ <!-- Status bar -->
123
+ <div class="status-bar">
124
+ <div style="display:flex; align-items:center; gap:26px;">
125
+ <div style="font-size:54px;">5:44</div>
126
+ <div class="status-icons">
127
+ <span style="font-size:42px;">B</span>
128
+ <span style="font-size:42px;">S</span>
129
+ <span style="font-size:42px;">wp</span>
130
+ <span style="font-size:42px;">cnn</span>
131
+ <span class="dot"></span>
132
+ </div>
133
+ </div>
134
+ <div class="status-icons">
135
+ <!-- Simple status icons -->
136
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd8dc"><circle cx="12" cy="12" r="9"/></svg>
137
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M4 7h16v10H4z"/></svg>
138
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd8dc"><path d="M6 3h12v3H6zM6 18h12v3H6z"/></svg>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Resource strip -->
143
+ <div class="resource-strip">
144
+ <div class="metric">
145
+ <div class="img-placeholder">[IMG: Spanish Flag]</div>
146
+ </div>
147
+
148
+ <div class="metric">
149
+ <div class="icon-pill">
150
+ <!-- Flame icon -->
151
+ <sv
code/19604/19604_3.html ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Lesson Path Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1440px;
15
+ height: 3120px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0f2024; /* deep dark teal */
19
+ border-radius: 0;
20
+ box-shadow: none;
21
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
22
+ color: #dfe8ea;
23
+ }
24
+
25
+ /* Top stats bar */
26
+ .stats {
27
+ position: absolute;
28
+ top: 90px;
29
+ left: 60px;
30
+ width: 1320px;
31
+ display: flex;
32
+ justify-content: space-between;
33
+ align-items: center;
34
+ }
35
+ .stats-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .flag-placeholder {
41
+ width: 120px;
42
+ height: 80px;
43
+ background: #E0E0E0;
44
+ border: 1px solid #BDBDBD;
45
+ display: flex;
46
+ justify-content: center;
47
+ align-items: center;
48
+ color: #757575;
49
+ border-radius: 12px;
50
+ font-size: 28px;
51
+ }
52
+ .stat-items {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 80px;
56
+ margin: 0 auto;
57
+ }
58
+ .stat {
59
+ display: flex;
60
+ align-items: center;
61
+ gap: 18px;
62
+ font-weight: 700;
63
+ font-size: 42px;
64
+ color: #fff;
65
+ }
66
+ .stat svg { display: block; }
67
+
68
+ /* Section header */
69
+ .section-header {
70
+ position: absolute;
71
+ top: 220px;
72
+ left: 0;
73
+ width: 100%;
74
+ border-top: 2px solid rgba(255,255,255,0.08);
75
+ border-bottom: 2px solid rgba(255,255,255,0.08);
76
+ padding: 36px 60px;
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 24px;
80
+ font-weight: 800;
81
+ font-size: 48px;
82
+ color: #eaf6f7;
83
+ letter-spacing: 0.5px;
84
+ }
85
+ .chevron {
86
+ width: 36px;
87
+ height: 36px;
88
+ }
89
+
90
+ /* Unit card */
91
+ .unit-card {
92
+ position: absolute;
93
+ top: 360px;
94
+ left: 0;
95
+ width: 100%;
96
+ background: #182a2f;
97
+ padding: 60px;
98
+ box-sizing: border-box;
99
+ display: flex;
100
+ justify-content: space-between;
101
+ align-items: center;
102
+ }
103
+ .unit-text h1 {
104
+ margin: 0;
105
+ font-size: 72px;
106
+ font-weight: 900;
107
+ color: #ffffff;
108
+ }
109
+ .unit-text p {
110
+ margin: 18px 0 0 0;
111
+ font-size: 40px;
112
+ color: #cfe0e3;
113
+ letter-spacing: 0.2px;
114
+ }
115
+ .list-btn {
116
+ width: 120px;
117
+ height: 120px;
118
+ border-radius: 28px;
119
+ background: #132327;
120
+ box-shadow: 0 6px 0 rgba(0,0,0,0.3) inset;
121
+ display: flex;
122
+ justify-content: center;
123
+ align-items: center;
124
+ margin-right: 40px;
125
+ }
126
+
127
+ /* Start node */
128
+ .start-wrapper {
129
+ position: absolute;
130
+ top: 780px;
131
+ left: 540px;
132
+ width: 360px;
133
+ height: 360px;
134
+ }
135
+ .start-bubble {
136
+ position: absolute;
137
+ top: -30px;
138
+ left: 90px;
139
+ background: #21363b;
140
+ border-radius: 22px;
141
+ padding: 18px 28px;
142
+ color: #7cf056;
143
+ font-weight: 900;
144
+ font-size: 46px;
145
+ border: 2px solid rgba(124,240,86,0.2);
146
+ box-shadow: 0 8px 0 rgba(0,0,0,0.35);
147
+ }
148
+ .start-ring {
149
+ position: absolute;
150
+ top: 60px;
151
+ left: 60px;
152
+ width: 240px;
153
+ height: 240px;
154
+ border-radius: 50%;
155
+ background: #263a40;
156
+ box-shadow: 0 10px 0 rgba(0,0,0,0.4);
157
+ }
158
+ .start-ring::after {
159
+ content: "";
160
+ position: absolute;
161
+ right: 14px;
162
+ top: 14px;
163
+ width: 56px;
164
+ height: 56px;
165
+ border-radius: 40px;
166
+ background: #7cf056;
167
+ }
168
+ .start-core {
169
+ position: absolute;
170
+ top: 90px;
171
+ left: 90px;
172
+ width: 180px;
173
+ height: 180px;
174
+ border-radius: 50%;
175
+ background: #78e21f;
176
+ box-shadow: 0 12px 0 rgba(0,0,0,0.38) inset;
177
+ display: flex;
178
+ justify-content: center;
179
+ align-items: center;
180
+ }
181
+
182
+ /* Path nodes */
183
+ .path-area {
184
+ position: absolute;
185
+ top: 1140px;
186
+ left: 0;
187
+ width: 100%;
188
+ height: 1480px;
189
+ }
190
+ .node {
191
+ position: absolute;
192
+ width: 240px;
193
+ height: 240px;
194
+ border-radius: 50%;
195
+ background: #2a3438;
196
+ box-shadow: 0 18px 0 rgba(0,0,0,0.45);
197
+ display: flex;
198
+ justify-content: center;
199
+ align-items: center;
200
+ opacity: 0.6;
201
+ }
202
+ .lock-icon {
203
+ width: 90px;
204
+ height: 90px;
205
+ }
206
+
207
+ /* Owl and chest placeholders */
208
+ .img-placeholder {
209
+ background: #E0E0E0;
210
+ border: 1px solid #BDBDBD;
211
+ display: flex;
212
+ justify-content: center;
213
+ align-items: center;
214
+ color: #757575;
215
+ font-weight: 700;
216
+ }
217
+ .owl {
218
+ position: absolute;
219
+ right: 160px;
220
+ top: 420px;
221
+ width: 260px;
222
+ height: 260px;
223
+ border-radius: 130px;
224
+ opacity: 0.6;
225
+ }
226
+ .chest {
227
+ position: absolute;
228
+ left: 360px;
229
+ top: 820px;
230
+ width: 300px;
231
+ height: 220px;
232
+ border-radius: 24px;
233
+ opacity: 0.75;
234
+ }
235
+
236
+ /* Bottom navigation */
237
+ .navbar {
238
+ position: absolute;
239
+ bottom: 180px;
240
+ left: 0;
241
+ width: 100%;
242
+ height: 220px;
243
+ border-top: 2px solid rgba(255,255,255,0.06);
244
+ background: #0f1f23;
245
+ display: flex;
246
+ align-items: center;
247
+ justify-content: space-around;
248
+ padding: 0 80px;
249
+ box-sizing: border-box;
250
+ }
251
+ .nav-item {
252
+ width: 140px;
253
+ height: 140px;
254
+ border-radius: 32px;
255
+ display: flex;
256
+ align-items: center;
257
+ justify-content: center;
258
+ }
259
+ .nav-item.active {
260
+ border: 4px solid #2ea7ff;
261
+ }
262
+
263
+ /* Home indicator */
264
+ .home-indicator {
265
+ position: absolute;
266
+ bottom: 80px;
267
+ left: 50%;
268
+ transform: translateX(-50%);
269
+ width: 360px;
270
+ height: 16px;
271
+ border-radius: 16px;
272
+ background: rgba(255,255,255,0.35);
273
+ }
274
+ </style>
275
+ </head>
276
+ <body>
277
+ <div id="render-target">
278
+
279
+ <!-- Top stats -->
280
+ <div class="stats">
281
+ <div class="stats-left">
282
+ <div class="flag-placeholder">[IMG: Spanish Flag]</div>
283
+ </div>
284
+ <div class="stat-items">
285
+ <div class="stat">
286
+ <svg width="52" height="52" viewBox="0 0 24 24">
287
+ <path d="M12 2c2 3 5 4 5 8 0 3-2 5-5 6-3-1-5-3-5-6 0-4 3-5 5-8z" fill="#ff9f1a"/>
288
+ </svg>
289
+ <span>2</span>
290
+ </div>
291
+ <div class="stat">
292
+ <svg width="52" height="52" viewBox="0 0 24 24">
293
+ <path d="M12 2l7 6-7 14L5 8l7-6z" fill="#4fc3f7"/>
294
+ </svg>
295
+ <span>460</span>
296
+ </div>
297
+ <div class="stat">
298
+ <svg width="52" height="52" viewBox="0 0 24 24">
299
+ <path d="M12 21s-7-4.6-7-10c0-3 2-5 5-5 1.8 0 3.2.9 4 2.2C14.8 6.9 16.2 6 18 6c3 0 5 2 5 5 0 5.4-7 10-11 10z" transform="translate(-6,-3)" fill="#ff6b6b"/>
300
+ </svg>
301
+ <span>2</span>
302
+ </div>
303
+ </div>
304
+ <div style="width: 140px;"></div>
305
+ </div>
306
+
307
+ <!-- Section header -->
308
+ <div class="section-header">
309
+ <svg class="chevron" viewBox="0 0 24 24">
310
+ <path d="M6 15l6-6 6 6" fill="none" stroke="#b7c8cb" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ <div>Section 1: Rookie</div>
313
+ </div>
314
+
315
+ <!-- Unit card -->
316
+ <div class="unit-card">
317
+ <div class="unit-text">
318
+ <h1>Unit 1</h1>
319
+ <p>Form basic sentences, greet people</p>
320
+ </div>
321
+ <div class="list-btn">
322
+ <svg width="64" height="64" viewBox="0 0 24 24">
323
+ <rect x="5" y="6" width="14" height="2" rx="1" fill="#b7c8cb"/>
324
+ <rect x="5" y="11" width="14" height="2" rx="1" fill="#b7c8cb"/>
325
+ <rect x="5" y="16" width="14" height="2" rx="1" fill="#b7c8cb"/>
326
+ </svg>
327
+ </div>
328
+ </div>
329
+
330
+ <!-- Start node -->
331
+ <div class="start-wrapper">
332
+ <div class="start-bubble">START</div>
333
+ <div class="start-ring"></div>
334
+ <div class="start-core">
335
+ <svg width="120" height="120" viewBox="0 0 24 24">
336
+ <path d="M12 3l3 6 6 .9-4.5 4.2 1.2 6.9L12 17l-5.7 4 1.2-6.9L3 9.9l6-.9 3-6z" fill="#ffffff"/>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Path area with nodes, locks, chest and owl -->
342
+ <div class="path-area">
343
+ <div class="node" style="left: 360px; top: 120px;">
344
+ <svg class="lock-icon" viewBox="0 0 24 24">
345
+ <rect x="6" y="10" width="12" height="9" rx="2" fill="#9aa8ab"/>
346
+ <path d="M8 10V7a4 4 0 018 0v3" fill="none" stroke="#9aa8ab" stroke-width="2"/>
347
+ </svg>
348
+ </div>
349
+ <div class="node" style="left: 320px; top: 480px;">
350
+ <svg class="lock-icon" viewBox="0 0 24 24">
351
+ <rect x="6" y="10" width="12" height="9" rx="2" fill="#9aa8ab"/>
352
+ <path d="M8 10V7a4 4 0 018 0v3" fill="none" stroke="#9aa8ab" stroke-width="2"/>
353
+ </svg>
354
+ </div>
355
+
356
+ <div class="owl img-placeholder" style="right: 160px; top: 260px;">[IMG: Duolingo Owl]</div>
357
+
358
+ <div class="node" style="left: 380px; top: 840px;">
359
+ <svg class="lock-icon" viewBox="0 0 24 24">
360
+ <rect x="6" y="10" width="12" height="9" rx="2" fill="#9aa8ab"/>
361
+ <path d="M8 10V7a4 4 0 018 0v3" fill="none" stroke="#9aa8ab" stroke-width="2"/>
362
+ </svg>
363
+ </div>
364
+
365
+ <div class="chest img-placeholder">[IMG: Treasure Chest]</div>
366
+
367
+ <div class="node" style="left: 720px; top: 1160px;">
368
+ <svg class="lock-icon" viewBox="0 0 24 24">
369
+ <rect x="6" y="10" width="12" height="9" rx="2" fill="#9aa8ab"/>
370
+ <path d="M8 10V7a4 4 0 018 0v3" fill="none" stroke="#9aa8ab" stroke-width="2"/>
371
+ </svg>
372
+ </div>
373
+
374
+ <div class="node" style="left: 920px; top: 1480px;">
375
+ <svg class="lock-icon" viewBox="0 0 24 24">
376
+ <rect x="6" y="10" width="12" height="9" rx="2" fill="#9aa8ab"/>
377
+ <path d="M8 10V7a4 4 0 018 0v3" fill="none" stroke="#9aa8ab" stroke-width="2"/>
378
+ </svg>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Bottom navigation -->
383
+ <div class="navbar">
384
+ <div class="nav-item active">
385
+ <svg width="80" height="80" viewBox="0 0 24 24">
386
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9z" fill="#ff5252"/>
387
+ <rect x="9" y="13" width="6" height="6" rx="1" fill="#ffd54f"/>
388
+ </svg>
389
+ </div>
390
+ <div class="nav-item">
391
+ <svg width="80" height="80" viewBox="0 0 24 24">
392
+ <path d="M12 2l9 6-9 14L3 8l9-6z" fill="#d8a15d"/>
393
+ </svg>
394
+ </div>
395
+ <div class="nav-item">
396
+ <svg width="80" height="80" viewBox="0 0 24 24">
397
+ <circle cx="12" cy="8" r="4" fill="#b08ae3"/>
398
+ <rect x="6" y="13" width="12" height="7" rx="3" fill="#b08ae3"/>
399
+ </svg>
400
+ </div>
401
+ <div class="nav-item">
402
+ <svg width="80" height="80" viewBox="0 0 24 24">
403
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#ffcc33"/>
404
+ <rect x="10" y="10" width="4" height="4" rx="1" fill="#8a5f00"/>
405
+ </svg>
406
+ </div>
407
+ <div class="nav-item">
408
+ <svg width="80" height="80" viewBox="0 0 24 24">
409
+ <path d="M12 2c3 0 6 3 6 6 0 2 1 3 2 4l-2 2H6l-2-2c1-1 2-2 2-4 0-3 3-6 6-6z" fill="#ffcc00"/>
410
+ </svg>
411
+ </div>
412
+ </div>
413
+
414
+ <div class="home-indicator"></div>
415
+ </div>
416
+ </body>
417
+ </html>
code/19604/19604_4.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1440, initial-scale=1.0">
6
+ <title>Quests UI</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family: "Inter", Arial, Helvetica, sans-serif;}
9
+ #render-target{
10
+ width:1440px;height:3120px;position:relative;overflow:hidden;
11
+ background:#0f1f21;color:#ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .statusbar{
16
+ position:absolute;top:0;left:0;width:100%;height:120px;background:#0b0e10;
17
+ display:flex;align-items:center;justify-content:space-between;padding:0 40px;font-weight:600;
18
+ letter-spacing:1px;
19
+ }
20
+ .status-left{font-size:44px;opacity:.95}
21
+ .status-right{display:flex;align-items:center;gap:22px}
22
+ .status-icon{width:42px;height:42px;border-radius:6px;background:#1a1f22;opacity:.85}
23
+
24
+ /* Header / Tabs */
25
+ .header{
26
+ position:absolute;top:120px;left:0;width:100%;height:880px;background:#8a66cc;
27
+ box-shadow: inset 0 -6px 0 rgba(255,255,255,0.1);
28
+ }
29
+ .tabbar{
30
+ display:flex;justify-content:space-between;align-items:center;padding:70px 80px 30px 80px;color:#2b214a;
31
+ font-weight:900;letter-spacing:2px;
32
+ }
33
+ .tab{font-size:72px;color:#2b214a}
34
+ .tab.active{color:#ffffff}
35
+ .divider{
36
+ height:8px;background:#bda7e7;margin:0 80px;border-radius:4px;position:relative;
37
+ }
38
+ .divider::after{
39
+ content:"";position:absolute;left:0;top:0;height:8px;width:48%;
40
+ background:#ffffff;border-radius:4px;
41
+ }
42
+ .welcome{
43
+ display:flex;justify-content:space-between;align-items:center;padding:60px 80px;
44
+ }
45
+ .welcome h1{font-size:120px;margin:0 0 30px 0;color:#ffffff}
46
+ .welcome p{font-size:56px;line-height:1.35;margin:12px 0;color:#f3ecff;max-width:760px}
47
+ .img-placeholder{
48
+ width:500px;height:420px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:20px;
49
+ display:flex;justify-content:center;align-items:center;color:#757575;font-weight:600;
50
+ }
51
+
52
+ /* Content area */
53
+ .content{
54
+ position:absolute;top:1000px;left:0;width:100%;bottom:260px;padding:70px 80px;
55
+ }
56
+ .section-head{
57
+ display:flex;align-items:center;justify-content:space-between;margin-bottom:50px;
58
+ }
59
+ .section-title{font-size:110px;font-weight:900;color:#e8f0f2}
60
+ .timer{display:flex;align-items:center;gap:20px;font-size:56px;color:#ffb43b;font-weight:800}
61
+ .card{
62
+ background:#14252a;border:4px solid #2a3a3f;border-radius:50px;padding:50px;margin-bottom:60px;
63
+ box-shadow:0 6px 0 rgba(0,0,0,0.35);
64
+ }
65
+ .card-inner{display:flex;align-items:center;gap:40px}
66
+ .card-title{font-size:78px;font-weight:900;color:#eaf1f3}
67
+ .progress{
68
+ flex:1;height:80px;background:#2b2f30;border-radius:50px;margin-left:20px;position:relative;overflow:hidden;
69
+ border:3px solid #232628;
70
+ }
71
+ .progress .fill{
72
+ position:absolute;left:0;top:0;height:100%;width:100%;background:#f5c31a;border-radius:50px;
73
+ }
74
+ .progress-label{
75
+ position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#d89612;font-size:54px;font-weight:900;
76
+ letter-spacing:2px;
77
+ }
78
+ .lock-card{
79
+ background:#1d2d31;border-radius:50px;padding:56px;border:4px solid #2a3a3f;color:#8aa0a7;
80
+ display:flex;align-items:center;gap:36px;font-size:74px;font-weight:900;
81
+ }
82
+
83
+ /* Bottom nav */
84
+ .bottom-bar{
85
+ position:absolute;left:0;bottom:0;width:100%;height:260px;background:#0f1f21;border-top:4px solid #1f2b30;
86
+ display:flex;align-items:center;justify-content:center;
87
+ }
88
+ .nav-icons{display:flex;gap:140px;align-items:center}
89
+ .nav-item{width:150px;height:150px;border-radius:26px;display:flex;align-items:center;justify-content:center}
90
+ .nav-active{border:8px solid #0c6fb8;border-radius:30px;padding:10px}
91
+ .home-indicator{
92
+ position:absolute;bottom:50px;left:50%;transform:translateX(-50%);
93
+ width:360px;height:20px;background:#e6e6e6;border-radius:12px;opacity:.9;
94
+ }
95
+
96
+ /* SVG helpers */
97
+ svg{display:block}
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status bar -->
104
+ <div class="statusbar">
105
+ <div class="status-left">5:47</div>
106
+ <div class="status-right">
107
+ <div class="status-icon"></div>
108
+ <div class="status-icon"></div>
109
+ <div class="status-icon"></div>
110
+ <div class="status-icon"></div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Header with tabs and welcome -->
115
+ <div class="header">
116
+ <div class="tabbar">
117
+ <div class="tab active">QUESTS</div>
118
+ <div class="tab">BADGES</div>
119
+ </div>
120
+ <div class="divider"></div>
121
+
122
+ <div class="welcome">
123
+ <div class="welcome-text">
124
+ <h1>Welcome!</h1>
125
+ <p>Complete quests to earn rewards! Quests refresh every day.</p>
126
+ </div>
127
+ <div class="img-placeholder">[IMG: Duolingo mascot holding chest]</div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Main content -->
132
+ <div class="content">
133
+ <div class="section-head">
134
+ <div class="section-title">Daily Quest</div>
135
+ <div class="timer">
136
+ <!-- Clock icon -->
137
+ <svg width="66" height="66" viewBox="0 0 24 24" fill="none">
138
+ <circle cx="12" cy="12" r="9" stroke="#ffb43b" stroke-width="2"></circle>
139
+ <path d="M12 6 L12 12 L16 14" stroke="#ffb43b" stroke-width="2" stroke-linecap="round"></path>
140
+ </svg>
141
+ <span>6 HOURS</span>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Earn XP card -->
146
+ <div class="card">
147
+ <div class="card-inner">
148
+ <!-- Lightning icon -->
149
+ <svg width="120" height="120" viewBox="0 0 24 24">
150
+ <path d="M13 2 L6 13 H11 L9 22 L20 10 H14 L16 2 Z" fill="#f5c31a"></path>
151
+ </svg>
152
+
153
+ <div class="card-title">Earn 20 XP</div>
154
+
155
+ <div class="progress">
156
+ <div class="fill"></div>
157
+ <div class="progress-label">20 / 20</div>
158
+ </div>
159
+
160
+ <!-- Chest icon -->
161
+ <svg width="120" height="120" viewBox="0 0 24 24">
162
+ <rect x="3" y="7" width="18" height="12" rx="2" fill="#b77a3a"></rect>
163
+ <rect x="3" y="5" width="18" height="4" rx="2" fill="#e1a54a"></rect>
164
+ <rect x="10.5" y="11" width="3" height="4" rx="1" fill="#8a5a2a"></rect>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Locked card -->
170
+ <div class="lock-card">
171
+ <!-- Lock icon -->
172
+ <svg width="120" height="120" viewBox="0 0 24 24">
173
+ <rect x="5" y="10" width="14" height="10" rx="2" fill="#6a7c82"></rect>
174
+ <path d="M8 10 V8a4 4 0 0 1 8 0v2" stroke="#6a7c82" stroke-width="2" fill="none"></path>
175
+ <circle cx="12" cy="15" r="2" fill="#4e5f64"></circle>
176
+ </svg>
177
+ <div>More quests unlock soon</div>
178
+ </div>
179
+
180
+ </div>
181
+
182
+ <!-- Bottom navigation -->
183
+ <div class="bottom-bar">
184
+ <div class="nav-icons">
185
+ <!-- Home -->
186
+ <div class="nav-item">
187
+ <svg width="120" height="120" viewBox="0 0 24 24">
188
+ <path d="M3 12 L12 4 L21 12" fill="none" stroke="#ff5252" stroke-width="2"></path>
189
+ <rect x="6" y="12" width="12" height="8" fill="#ffc107" rx="2"></rect>
190
+ </svg>
191
+ </div>
192
+ <!-- Shield -->
193
+ <div class="nav-item">
194
+ <svg width="120" height="120" viewBox="0 0 24 24">
195
+ <path d="M12 2 L20 6 V12c0 6-5 8-8 10C9 20 4 18 4 12V6z" fill="#c89c68"></path>
196
+ </svg>
197
+ </div>
198
+ <!-- Profile -->
199
+ <div class="nav-item">
200
+ <svg width="120" height="120" viewBox="0 0 24 24">
201
+ <circle cx="12" cy="9" r="4" fill="#ad69d9"></circle>
202
+ <path d="M4 20c2-4 6-5 8-5s6 1 8 5" fill="#ad69d9"></path>
203
+ </svg>
204
+ </div>
205
+ <!-- Chest active -->
206
+ <div class="nav-item nav-active">
207
+ <svg width="120" height="120" viewBox="0 0 24 24">
208
+ <rect x="3" y="7" width="18" height="12" rx="2" fill="#d0902e"></rect>
209
+ <rect x="3" y="5" width="18" height="4" rx="2" fill="#f0b84f"></rect>
210
+ <rect x="10.5" y="11" width="3" height="4" rx="1" fill="#8a5a2a"></rect>
211
+ </svg>
212
+ </div>
213
+ <!-- Bell -->
214
+ <div class="nav-item">
215
+ <svg width="120" height="120" viewBox="0 0 24 24">
216
+ <path d="M12 3a6 6 0 0 1 6 6v4l2 3H4l2-3V9a6 6 0 0 1 6-6z" fill="#ffc107"></path>
217
+ <circle cx="12" cy="20" r="2" fill="#ffc107"></circle>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ <div class="home-indicator"></div>
222
+ </div>
223
+
224
+ </div>
225
+ </body>
226
+ </html>
code/19605/19605_0.html ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Settings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 104px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 36px;
20
+ color: #EAEAEA; font-size: 40px; letter-spacing: 0.5px;
21
+ background: #1A1A1A;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 26px; }
24
+ .status-icon { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; }
25
+
26
+ /* Ad strip with thumbnails */
27
+ .ad-strip {
28
+ height: 186px;
29
+ background: #111; /* dark backdrop around the white strip */
30
+ display: flex; align-items: center;
31
+ padding: 0 20px;
32
+ }
33
+ .ad-inner {
34
+ height: 150px;
35
+ background: #FFFFFF;
36
+ border-radius: 12px;
37
+ display: flex; align-items: center;
38
+ padding: 12px;
39
+ gap: 16px;
40
+ width: 1040px;
41
+ overflow: hidden;
42
+ }
43
+ .img-placeholder {
44
+ background: #E0E0E0;
45
+ color: #757575;
46
+ border: 1px solid #BDBDBD;
47
+ display: flex; align-items: center; justify-content: center;
48
+ font-size: 30px;
49
+ }
50
+ .ad-logo { width: 150px; height: 126px; border-radius: 10px; }
51
+ .thumb { width: 150px; height: 110px; border-radius: 10px; }
52
+
53
+ /* Header */
54
+ .header {
55
+ display: flex; align-items: center;
56
+ padding: 32px 32px;
57
+ gap: 24px;
58
+ background: #202020;
59
+ border-bottom: 1px solid #2A2A2A;
60
+ }
61
+ .header-title {
62
+ font-size: 64px; font-weight: 500; color: #F5F5F5;
63
+ }
64
+ .back-btn { width: 64px; height: 64px; }
65
+
66
+ /* Sections and list items */
67
+ .section {
68
+ padding: 22px 32px 10px;
69
+ color: #BEBEBE; font-size: 38px; letter-spacing: 1px; font-weight: 600;
70
+ }
71
+ .list {
72
+ background: #121212;
73
+ }
74
+ .item {
75
+ padding: 34px 32px;
76
+ border-bottom: 1px solid #2A2A2A;
77
+ display: flex; align-items: center; justify-content: space-between;
78
+ background: #1E1E1E;
79
+ }
80
+ .item + .item { margin-top: 12px; }
81
+ .item-left { display: flex; flex-direction: column; gap: 12px; }
82
+ .item-title { font-size: 50px; color: #FFFFFF; }
83
+ .item-sub { font-size: 34px; color: #9E9E9E; }
84
+ .chevron { width: 46px; height: 46px; }
85
+
86
+ /* Toggles */
87
+ .toggle {
88
+ width: 132px; height: 68px; border-radius: 34px; position: relative;
89
+ background: #3A3A3A;
90
+ }
91
+ .toggle .knob {
92
+ width: 68px; height: 68px; border-radius: 50%; position: absolute; top: 0;
93
+ box-shadow: 0 2px 4px rgba(0,0,0,0.35);
94
+ }
95
+ .toggle.on { background: #5A3A30; }
96
+ .toggle.on .knob { right: 0; background: #FF7A59; }
97
+ .toggle.off { background: #3A3A3A; }
98
+ .toggle.off .knob { left: 0; background: #BEBEBE; }
99
+
100
+ /* Bottom spacer area and gesture bar */
101
+ .spacer { height: 900px; background: #0F0F0F; }
102
+ .gesture-bar {
103
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
104
+ width: 360px; height: 12px; border-radius: 12px; background: #DADADA; opacity: 0.85;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+
111
+ <!-- Status bar -->
112
+ <div class="status-bar">
113
+ <div>6:34</div>
114
+ <div class="status-right">
115
+ <!-- Simple status icons -->
116
+ <div class="status-icon">
117
+ <svg width="40" height="40" viewBox="0 0 24 24">
118
+ <circle cx="12" cy="12" r="2" fill="#EAEAEA"></circle>
119
+ </svg>
120
+ </div>
121
+ <div class="status-icon" title="Wi-Fi">
122
+ <svg width="40" height="40" viewBox="0 0 24 24">
123
+ <path d="M2 9c5-4 15-4 20 0" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"/>
124
+ <path d="M6 13c3-3 9-3 12 0" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round"/>
125
+ <circle cx="12" cy="17" r="2" fill="#EAEAEA"/>
126
+ </svg>
127
+ </div>
128
+ <div class="status-icon" title="Battery">
129
+ <svg width="40" height="40" viewBox="0 0 24 24">
130
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#EAEAEA" stroke-width="2"/>
131
+ <rect x="5" y="9" width="10" height="6" fill="#EAEAEA"/>
132
+ <rect x="20" y="10" width="2" height="4" fill="#EAEAEA"/>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- Ad strip -->
139
+ <div class="ad-strip">
140
+ <div class="ad-inner">
141
+ <div class="img-placeholder ad-logo">[IMG: CARS marketplace brand]</div>
142
+ <div class="img-placeholder thumb">[IMG: Car 1]</div>
143
+ <div class="img-placeholder thumb">[IMG: Car 2]</div>
144
+ <div class="img-placeholder thumb">[IMG: Car 3]</div>
145
+ <div class="img-placeholder thumb">[IMG: Car 4]</div>
146
+ <div class="img-placeholder thumb">[IMG: Car 5]</div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Header -->
151
+ <div class="header">
152
+ <div class="back-btn">
153
+ <svg width="64" height="64" viewBox="0 0 24 24">
154
+ <path d="M15 6L9 12l6 6" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
155
+ </svg>
156
+ </div>
157
+ <div class="header-title">Settings</div>
158
+ </div>
159
+
160
+ <!-- OTHER section -->
161
+ <div class="section">OTHER</div>
162
+ <div class="list">
163
+ <div class="item">
164
+ <div class="item-left">
165
+ <div class="item-title">Recording format</div>
166
+ <div class="item-sub">AAC</div>
167
+ </div>
168
+ <div class="chevron">
169
+ <svg width="46" height="46" viewBox="0 0 24 24">
170
+ <path d="M9 6l6 6-6 6" stroke="#BEBEBE" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="item">
176
+ <div class="item-left">
177
+ <div class="item-title">Recording quality</div>
178
+ <div class="item-sub">96 kbps, 44.1kHz</div>
179
+ </div>
180
+ <div class="chevron">
181
+ <svg width="46" height="46" viewBox="0 0 24 24">
182
+ <path d="M9 6l6 6-6 6" stroke="#BEBEBE" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <div class="item">
188
+ <div class="item-left">
189
+ <div class="item-title">Noise suppression</div>
190
+ </div>
191
+ <div class="toggle on">
192
+ <div class="knob"></div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- GENERAL section -->
198
+ <div class="section" style="margin-top: 22px;">GENERAL</div>
199
+ <div class="list">
200
+ <div class="item">
201
+ <div class="item-left">
202
+ <div class="item-title">File location</div>
203
+ <div class="item-sub">Change save folder</div>
204
+ </div>
205
+ <div class="chevron">
206
+ <svg width="46" height="46" viewBox="0 0 24 24">
207
+ <path d="M9 6l6 6-6 6" stroke="#BEBEBE" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="item">
213
+ <div class="item-left">
214
+ <div class="item-title">Keep display on while recording</div>
215
+ </div>
216
+ <div class="toggle on">
217
+ <div class="knob"></div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="item">
222
+ <div class="item-left">
223
+ <div class="item-title">Pause recording during the call</div>
224
+ </div>
225
+ <div class="toggle off">
226
+ <div class="knob"></div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="spacer"></div>
232
+ <div class="gesture-bar"></div>
233
+ </div>
234
+ </body>
235
+ </html>
code/19605/19605_1.html ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI Mock</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: #1f1f1f;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #202020;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-left { display: flex; align-items: center; gap: 24px; }
30
+ .status-mid { display: flex; align-items: center; gap: 20px; margin-left: 20px; color: #cfcfcf; }
31
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 22px; color: #cfcfcf; }
32
+ .icon-pill { width: 20px; height: 8px; border-radius: 4px; background: #cfcfcf; }
33
+ .icon-dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; }
34
+ .battery {
35
+ width: 48px; height: 24px; border: 2px solid #cfcfcf; border-radius: 4px; position: relative;
36
+ }
37
+ .battery::after {
38
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #cfcfcf; border-radius: 1px;
39
+ }
40
+ .battery .lvl { width: 32px; height: 18px; background: #cfcfcf; margin: 2px; }
41
+
42
+ /* Ad strip with thumbnails */
43
+ .ad-strip {
44
+ height: 190px;
45
+ background: #efefef;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 16px;
49
+ box-sizing: border-box;
50
+ border-bottom: 1px solid #d0d0d0;
51
+ }
52
+ .ad-left {
53
+ width: 160px; height: 160px;
54
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
55
+ display: flex; justify-content: center; align-items: center; font-weight: 600; font-size: 32px; border-radius: 16px;
56
+ margin-right: 20px;
57
+ }
58
+ .ad-thumbs { display: flex; gap: 16px; overflow: hidden; }
59
+ .thumb {
60
+ width: 170px; height: 150px;
61
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
62
+ display: flex; justify-content: center; align-items: center; font-size: 22px; border-radius: 10px;
63
+ }
64
+
65
+ /* App bar */
66
+ .app-bar {
67
+ height: 140px; background: #2a2a2a; color: #f5f5f5;
68
+ display: flex; align-items: center; padding: 0 28px; box-sizing: border-box;
69
+ border-bottom: 1px solid #333;
70
+ }
71
+ .app-bar .title {
72
+ margin: 0 auto;
73
+ font-size: 44px; font-weight: 800; letter-spacing: 1px;
74
+ }
75
+ .app-bar .title .accent { color: #ff8a65; }
76
+ .app-icons { display: flex; align-items: center; gap: 30px; }
77
+ .menu-btn { width: 54px; height: 40px; }
78
+ .search-btn { width: 50px; height: 50px; }
79
+ .kebab-btn { width: 20px; height: 44px; }
80
+
81
+ /* Recording item */
82
+ .list-area { padding: 24px 28px; box-sizing: border-box; }
83
+ .record-item {
84
+ display: flex; align-items: center; gap: 26px;
85
+ padding: 24px 0;
86
+ border-bottom: 1px solid #262626;
87
+ }
88
+ .play-circle {
89
+ width: 84px; height: 84px; border-radius: 50%;
90
+ background: #ff7f5e; position: relative; box-shadow: inset 0 0 0 6px rgba(0,0,0,0.25);
91
+ display: flex; justify-content: center; align-items: center;
92
+ }
93
+ .record-text { display: flex; flex-direction: column; gap: 8px; }
94
+ .record-title { font-size: 42px; color: #f2f2f2; font-weight: 700; }
95
+ .record-meta { font-size: 30px; color: #9e9e9e; }
96
+ .record-right { margin-left: auto; display: flex; align-items: center; gap: 28px; color: #b0b0b0; }
97
+ .duration { font-size: 34px; color: #bdbdbd; }
98
+
99
+ /* Filler content area */
100
+ .content-fill {
101
+ height: 1500px; /* fills the remaining until bottom panel */
102
+ background: #1f1f1f;
103
+ }
104
+
105
+ /* Bottom recording panel */
106
+ .bottom-panel {
107
+ position: absolute; left: 0; bottom: 0;
108
+ width: 100%; height: 420px; background: #1b1b1b; border-top: 1px solid #282828;
109
+ display: flex; justify-content: center; align-items: center;
110
+ }
111
+ .record-btn {
112
+ width: 240px; height: 240px; border-radius: 50%;
113
+ background: #0e0e0e; box-shadow: 0 8px 16px rgba(0,0,0,0.5), inset 0 0 0 4px #0a0a0a;
114
+ position: relative; display: flex; justify-content: center; align-items: center;
115
+ }
116
+ .record-btn .dot {
117
+ width: 90px; height: 90px; border-radius: 50%;
118
+ background: #ff7f5e; box-shadow: 0 2px 0 rgba(0,0,0,0.35) inset;
119
+ }
120
+ .home-indicator {
121
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
122
+ width: 420px; height: 12px; background: #e0e0e0; border-radius: 6px;
123
+ opacity: 0.9;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status Bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">
133
+ <div style="font-size:48px;">6:34</div>
134
+ <div class="icon-dot"></div>
135
+ <div class="icon-pill"></div>
136
+ <div class="icon-pill" style="width: 28px;"></div>
137
+ </div>
138
+ <div class="status-mid">
139
+ <div class="icon-dot"></div>
140
+ <div class="icon-pill" style="width: 34px;"></div>
141
+ <div class="icon-dot"></div>
142
+ </div>
143
+ <div class="status-right">
144
+ <!-- simple wifi triangle -->
145
+ <svg width="40" height="28" viewBox="0 0 40 28">
146
+ <polygon points="2,26 20,6 38,26" fill="#cfcfcf"></polygon>
147
+ </svg>
148
+ <!-- battery -->
149
+ <div class="battery"><div class="lvl"></div></div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Ad strip -->
154
+ <div class="ad-strip">
155
+ <div class="ad-left">[IMG: CARS24 Logo]</div>
156
+ <div class="ad-thumbs">
157
+ <div class="thumb">[IMG: Car 1]</div>
158
+ <div class="thumb">[IMG: Car 2]</div>
159
+ <div class="thumb">[IMG: Car 3]</div>
160
+ <div class="thumb">[IMG: Car 4]</div>
161
+ <div class="thumb">[IMG: Car 5]</div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- App bar -->
166
+ <div class="app-bar">
167
+ <!-- Hamburger -->
168
+ <svg class="menu-btn" viewBox="0 0 54 40">
169
+ <rect x="0" y="4" width="54" height="6" fill="#bdbdbd"></rect>
170
+ <rect x="0" y="17" width="54" height="6" fill="#bdbdbd"></rect>
171
+ <rect x="0" y="30" width="54" height="6" fill="#bdbdbd"></rect>
172
+ </svg>
173
+
174
+ <div class="title">RECORDER <span class="accent">PLUS</span></div>
175
+
176
+ <div class="app-icons">
177
+ <!-- Search -->
178
+ <svg class="search-btn" viewBox="0 0 50 50">
179
+ <circle cx="22" cy="22" r="16" stroke="#cfcfcf" stroke-width="4" fill="none"></circle>
180
+ <line x1="34" y1="34" x2="48" y2="48" stroke="#cfcfcf" stroke-width="4"></line>
181
+ </svg>
182
+ <!-- Kebab vertical -->
183
+ <svg class="kebab-btn" viewBox="0 0 20 44">
184
+ <circle cx="10" cy="8" r="4" fill="#cfcfcf"></circle>
185
+ <circle cx="10" cy="22" r="4" fill="#cfcfcf"></circle>
186
+ <circle cx="10" cy="36" r="4" fill="#cfcfcf"></circle>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Recording list item -->
192
+ <div class="list-area">
193
+ <div class="record-item">
194
+ <div class="play-circle">
195
+ <svg width="44" height="44" viewBox="0 0 44 44">
196
+ <polygon points="12,8 36,22 12,36" fill="#1b1b1b"></polygon>
197
+ </svg>
198
+ </div>
199
+ <div class="record-text">
200
+ <div class="record-title">Recording 1</div>
201
+ <div class="record-meta">Oct 03, 18:10</div>
202
+ </div>
203
+ <div class="record-right">
204
+ <svg class="kebab-btn" viewBox="0 0 20 44">
205
+ <circle cx="10" cy="8" r="4" fill="#7f7f7f"></circle>
206
+ <circle cx="10" cy="22" r="4" fill="#7f7f7f"></circle>
207
+ <circle cx="10" cy="36" r="4" fill="#7f7f7f"></circle>
208
+ </svg>
209
+ <div class="duration">00:33</div>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- filler to keep dark background like the screenshot -->
215
+ <div class="content-fill"></div>
216
+
217
+ <!-- Bottom recording panel -->
218
+ <div class="bottom-panel">
219
+ <div class="record-btn">
220
+ <div class="dot"></div>
221
+ </div>
222
+ <div class="home-indicator"></div>
223
+ </div>
224
+
225
+ </div>
226
+ </body>
227
+ </html>
code/19605/19605_2.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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; 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: #121212;
15
+ }
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 94px;
22
+ background: #1a1a1a;
23
+ color: #EDEDED;
24
+ font-weight: 600;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 30px;
28
+ box-sizing: border-box;
29
+ font-size: 36px;
30
+ letter-spacing: 1px;
31
+ }
32
+ .status-right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 28px;
37
+ }
38
+ .status-icon {
39
+ width: 34px; height: 34px;
40
+ border-radius: 50%;
41
+ background: #EDEDED22;
42
+ }
43
+ .ad-banner {
44
+ position: absolute;
45
+ top: 94px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 180px;
49
+ background: #E0E0E0;
50
+ border: 1px solid #BDBDBD;
51
+ color: #757575;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ font-size: 36px;
56
+ }
57
+ .app-bar {
58
+ position: absolute;
59
+ top: 274px;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 126px;
63
+ background: #222;
64
+ color: #eaeaea;
65
+ display: flex;
66
+ align-items: center;
67
+ box-sizing: border-box;
68
+ padding: 0 34px;
69
+ border-top: 1px solid #000;
70
+ border-bottom: 1px solid #000;
71
+ }
72
+ .title {
73
+ font-size: 44px;
74
+ font-weight: 700;
75
+ letter-spacing: 2px;
76
+ margin: 0 24px;
77
+ }
78
+ .title .accent { color: #FF7A5A; margin-left: 10px; }
79
+ .app-actions {
80
+ margin-left: auto;
81
+ display: flex; align-items: center; gap: 36px;
82
+ }
83
+ .icon-btn svg { width: 44px; height: 44px; fill: none; stroke: #eaeaea; stroke-width: 4; }
84
+ .hamburger svg { width: 52px; height: 52px; stroke-width: 6; }
85
+ .kebab svg { width: 40px; height: 40px; fill: #eaeaea; stroke: none; }
86
+ /* List */
87
+ .list {
88
+ position: absolute;
89
+ top: 400px;
90
+ left: 0;
91
+ width: 1080px;
92
+ }
93
+ .item {
94
+ height: 160px;
95
+ display: flex;
96
+ align-items: center;
97
+ padding: 0 34px;
98
+ box-sizing: border-box;
99
+ color: #ddd;
100
+ border-bottom: 1px solid #1b1b1b;
101
+ }
102
+ .play-circle {
103
+ width: 86px; height: 86px; border-radius: 50%;
104
+ background: #2a2a2a; display: grid; place-items: center;
105
+ margin-right: 22px;
106
+ box-shadow: inset 0 0 0 2px #000;
107
+ }
108
+ .play-circle svg { width: 44px; height: 44px; fill: #FF7A5A; }
109
+ .item-text .title-line { font-size: 42px; font-weight: 600; }
110
+ .item-text .subline { font-size: 30px; color: #9e9e9e; margin-top: 8px; }
111
+ .item-right {
112
+ margin-left: auto; display: flex; align-items: center; gap: 22px; color: #bcbcbc; font-size: 32px;
113
+ }
114
+ .content-spacer {
115
+ position: absolute; top: 560px; left: 0; right: 0; bottom: 360px;
116
+ background: #141414;
117
+ }
118
+ /* Context menu */
119
+ .menu {
120
+ position: absolute;
121
+ top: 720px;
122
+ left: 590px;
123
+ width: 520px;
124
+ background: #2f2f2f;
125
+ color: #e9e9e9;
126
+ border-radius: 18px;
127
+ box-shadow: 0 18px 40px rgba(0,0,0,0.55);
128
+ overflow: hidden;
129
+ border: 1px solid #232323;
130
+ }
131
+ .menu-item {
132
+ display: flex; align-items: center; gap: 30px;
133
+ padding: 36px 40px;
134
+ border-bottom: 1px solid #3a3a3a;
135
+ font-size: 36px;
136
+ }
137
+ .menu-item:last-child { border-bottom: none; }
138
+ .menu-item svg { width: 40px; height: 40px; stroke: #e9e9e9; stroke-width: 3; fill: none; }
139
+ .menu-item .trash svg { stroke: none; fill: #e9e9e9; }
140
+ /* Bottom area */
141
+ .bottom-panel {
142
+ position: absolute;
143
+ left: 0; right: 0;
144
+ bottom: 0;
145
+ height: 370px;
146
+ background: #1b1b1b;
147
+ border-top: 1px solid #0f0f0f;
148
+ }
149
+ .record-wrap {
150
+ position: absolute;
151
+ left: 50%;
152
+ top: 50%;
153
+ transform: translate(-50%, -45%);
154
+ width: 230px; height: 230px;
155
+ border-radius: 50%;
156
+ background: #1c1c1c;
157
+ box-shadow: inset 0 0 0 3px #0a0a0a, 0 10px 20px rgba(0,0,0,0.6);
158
+ display: grid; place-items: center;
159
+ }
160
+ .record-inner {
161
+ width: 108px; height: 108px; border-radius: 50%;
162
+ background: #FF7A5A;
163
+ }
164
+ .gesture-bar {
165
+ position: absolute;
166
+ bottom: 28px; left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 320px; height: 16px; border-radius: 10px;
169
+ background: #d9d9d9;
170
+ opacity: 0.85;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status Bar -->
178
+ <div class="status-bar">
179
+ 6:35
180
+ <div class="status-right">
181
+ <div class="status-icon"></div>
182
+ <div class="status-icon"></div>
183
+ <div class="status-icon"></div>
184
+ <div class="status-icon"></div>
185
+ <div class="status-icon"></div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Ad Banner -->
190
+ <div class="ad-banner">[IMG: Booking.com banner]</div>
191
+
192
+ <!-- App Bar -->
193
+ <div class="app-bar">
194
+ <div class="icon-btn hamburger" title="Menu">
195
+ <svg viewBox="0 0 24 24">
196
+ <path d="M3 6h18M3 12h18M3 18h18"/>
197
+ </svg>
198
+ </div>
199
+ <div class="title">RECORDER <span class="accent">PLUS</span></div>
200
+ <div class="app-actions">
201
+ <div class="icon-btn" title="Search">
202
+ <svg viewBox="0 0 24 24">
203
+ <circle cx="10" cy="10" r="6"></circle>
204
+ <path d="M15 15l6 6"></path>
205
+ </svg>
206
+ </div>
207
+ <div class="icon-btn kebab" title="More">
208
+ <svg viewBox="0 0 24 24">
209
+ <circle cx="12" cy="5" r="2"/>
210
+ <circle cx="12" cy="12" r="2"/>
211
+ <circle cx="12" cy="19" r="2"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- First Item -->
218
+ <div class="list">
219
+ <div class="item">
220
+ <div class="play-circle">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M8 5l10 7-10 7z"></path>
223
+ </svg>
224
+ </div>
225
+ <div class="item-text">
226
+ <div class="title-line">Recording 1</div>
227
+ <div class="subline">Oct 03, 18:10</div>
228
+ </div>
229
+ <div class="item-right">
230
+ <div>00:32</div>
231
+ <div class="icon-btn kebab">
232
+ <svg viewBox="0 0 24 24">
233
+ <circle cx="12" cy="5" r="2"/>
234
+ <circle cx="12" cy="12" r="2"/>
235
+ <circle cx="12" cy="19" r="2"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="content-spacer"></div>
243
+
244
+ <!-- Context Menu -->
245
+ <div class="menu">
246
+ <div class="menu-item">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M12 4a3 3 0 110 6 3 3 0 010-6z"></path>
249
+ <path d="M12 10v8"></path>
250
+ <rect x="10" y="18" width="4" height="3" rx="1"></rect>
251
+ </svg>
252
+ <div>Re-record</div>
253
+ </div>
254
+ <div class="menu-item">
255
+ <svg viewBox="0 0 24 24">
256
+ <path d="M5 4l6 6"></path>
257
+ <path d="M11 4l-6 6"></path>
258
+ <path d="M19 5v14"></path>
259
+ </svg>
260
+ <div>Trim</div>
261
+ </div>
262
+ <div class="menu-item">
263
+ <svg viewBox="0 0 24 24">
264
+ <circle cx="12" cy="12" r="9"></circle>
265
+ <rect x="11" y="10" width="2" height="6" rx="1"></rect>
266
+ <rect x="11" y="6" width="2" height="2" rx="1"></rect>
267
+ </svg>
268
+ <div>Details</div>
269
+ </div>
270
+ <div class="menu-item">
271
+ <svg viewBox="0 0 24 24">
272
+ <circle cx="6" cy="12" r="2"></circle>
273
+ <circle cx="12" cy="7" r="2"></circle>
274
+ <circle cx="18" cy="12" r="2"></circle>
275
+ <path d="M7.5 10.5l3 -2.5 4.5 3.5"></path>
276
+ </svg>
277
+ <div>Share</div>
278
+ </div>
279
+ <div class="menu-item">
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M4 20l10-10 3 3-10 10H4z"></path>
282
+ <path d="M13 7l3 3"></path>
283
+ </svg>
284
+ <div>Rename</div>
285
+ </div>
286
+ <div class="menu-item">
287
+ <svg viewBox="0 0 24 24">
288
+ <rect x="5" y="4" width="10" height="14" rx="2"></rect>
289
+ <path d="M15 8h4v10a2 2 0 0 1-2 2h-10"></path>
290
+ </svg>
291
+ <div>Make a copy</div>
292
+ </div>
293
+ <div class="menu-item trash">
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M3 6h18"></path>
296
+ <rect x="6" y="6" width="12" height="14" rx="2"></rect>
297
+ <rect x="9" y="10" width="2" height="8"></rect>
298
+ <rect x="13" y="10" width="2" height="8"></rect>
299
+ </svg>
300
+ <div>Delete</div>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Bottom Panel with Record Button -->
305
+ <div class="bottom-panel">
306
+ <div class="record-wrap">
307
+ <div class="record-inner"></div>
308
+ </div>
309
+ </div>
310
+
311
+ <div class="gesture-bar"></div>
312
+ </div>
313
+ </body>
314
+ </html>
code/19605/19605_3.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recorder Plus - Rename Dialog</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; /* app dark background */
12
+ border-radius: 0;
13
+ }
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0;
16
+ height: 110px; background: #0F0F0F;
17
+ color: #FFFFFF;
18
+ display: flex; align-items: center; padding: 0 36px; font-family: Arial, sans-serif;
19
+ font-size: 42px; letter-spacing: 0.5px;
20
+ }
21
+ .status-icons { margin-left: 18px; display: flex; gap: 22px; align-items: center; }
22
+ .status-right { margin-left: auto; display: flex; gap: 28px; align-items: center; }
23
+ .ad-banner {
24
+ position: absolute; top: 110px; left: 0; width: 1080px; height: 200px;
25
+ background: #FAFAFA; border-bottom: 1px solid #E0E0E0;
26
+ display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
27
+ font-family: Arial, sans-serif;
28
+ }
29
+ .ad-img {
30
+ width: 760px; height: 160px;
31
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
32
+ display: flex; justify-content: center; align-items: center; font-size: 36px;
33
+ }
34
+ .ad-text { margin-left: 24px; color: #000; }
35
+ .ad-title { font-size: 40px; font-weight: 700; }
36
+ .ad-sub { font-size: 30px; color: #666; margin-top: 8px; }
37
+ .ad-open {
38
+ margin-left: auto;
39
+ background: #21C76A; color: #fff; font-weight: 700;
40
+ padding: 20px 36px; border-radius: 40px; font-size: 36px;
41
+ }
42
+
43
+ .app-bar {
44
+ position: absolute; top: 310px; left: 0; width: 1080px; height: 150px;
45
+ display: flex; align-items: center; padding: 0 30px; box-sizing: border-box;
46
+ color: #fff; font-family: Arial, sans-serif; border-bottom: 1px solid #1E1E1E;
47
+ }
48
+ .title {
49
+ font-size: 52px; font-weight: 800; letter-spacing: 1px;
50
+ margin: 0 24px; display: flex; align-items: baseline; gap: 14px;
51
+ }
52
+ .title .plus { color: #F07D53; font-weight: 800; }
53
+ .spacer { flex: 1; }
54
+
55
+ .content {
56
+ position: absolute; top: 460px; left: 0; width: 1080px; bottom: 0;
57
+ padding: 20px 30px; box-sizing: border-box; color: #DDD; font-family: Arial, sans-serif;
58
+ }
59
+ .list-item {
60
+ height: 140px; display: flex; align-items: center; border-bottom: 1px solid #1E1E1E;
61
+ color: #CFCFCF; font-size: 40px;
62
+ }
63
+ .play-icon { margin-right: 24px; }
64
+
65
+ /* Modal dialog */
66
+ .modal {
67
+ position: absolute; left: 60px; top: 770px;
68
+ width: 960px; background: #1C1C1C; border-radius: 18px;
69
+ box-shadow: 0 16px 40px rgba(0,0,0,0.6);
70
+ color: #fff; font-family: Arial, sans-serif;
71
+ padding: 40px 40px 34px; box-sizing: border-box;
72
+ }
73
+ .modal-title { font-size: 56px; font-weight: 800; margin-bottom: 40px; }
74
+ .input-wrap {
75
+ border: 2px solid #F07D53; border-radius: 18px; padding: 24px;
76
+ height: 120px; display: flex; align-items: center; box-sizing: border-box;
77
+ background: #121212;
78
+ }
79
+ .modal-input {
80
+ width: 100%; background: transparent; border: none; outline: none;
81
+ color: #BDBDBD; font-size: 44px;
82
+ }
83
+ .error {
84
+ margin-top: 18px; color: #F07D53; font-size: 34px;
85
+ }
86
+ .actions {
87
+ display: flex; justify-content: flex-end; gap: 40px; margin-top: 42px;
88
+ align-items: center;
89
+ }
90
+ .btn {
91
+ font-size: 40px; font-weight: 800; letter-spacing: 1px;
92
+ }
93
+ .btn.cancel { color: #FFFFFF; }
94
+ .btn.save { color: #8B8B8B; }
95
+
96
+ /* Keyboard mock */
97
+ .keyboard {
98
+ position: absolute; left: 0; bottom: 110px; width: 1080px; height: 880px;
99
+ background: #0E1A13; border-top: 1px solid #0B120D;
100
+ box-sizing: border-box; padding: 20px 18px;
101
+ }
102
+ .kb-tools {
103
+ height: 90px; display: flex; align-items: center; gap: 40px; color: #C8D4CC;
104
+ margin-bottom: 12px;
105
+ }
106
+ .tool {
107
+ width: 80px; height: 80px; border-radius: 40px; background: #18251D; display: flex; justify-content: center; align-items: center; font-size: 30px;
108
+ }
109
+ .kb-row { display: flex; gap: 16px; margin: 16px 0; justify-content: center; }
110
+ .key {
111
+ width: 88px; height: 110px; border-radius: 18px; background: #27362C; color: #EAF3ED;
112
+ display: flex; align-items: center; justify-content: center; font-size: 42px; font-weight: 700;
113
+ }
114
+ .key.wide { width: 140px; }
115
+ .key.xwide { width: 220px; }
116
+ .key.space { flex: 1; width: auto; }
117
+ .enter {
118
+ width: 120px; height: 120px; border-radius: 26px; background: #2EEB7D; color: #0B120D;
119
+ display: flex; align-items: center; justify-content: center; font-size: 42px; font-weight: 900; margin-left: 16px;
120
+ }
121
+
122
+ /* Navigation pill */
123
+ .nav-pill {
124
+ position: absolute; left: 50%; transform: translateX(-50%);
125
+ bottom: 32px; width: 240px; height: 12px; background: #FFFFFF; border-radius: 8px; opacity: 0.85;
126
+ }
127
+
128
+ /* Simple icon styles */
129
+ svg { display: block; }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div>6:35</div>
138
+ <div class="status-icons">
139
+ <!-- cellular -->
140
+ <svg width="38" height="38" viewBox="0 0 24 24"><rect x="2" y="14" width="3" height="8" fill="#fff"/><rect x="7" y="10" width="3" height="12" fill="#fff"/><rect x="12" y="6" width="3" height="16" fill="#fff"/></svg>
141
+ <!-- wifi -->
142
+ <svg width="38" height="38" viewBox="0 0 24 24"><path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/><path d="M6 13c3-3 9-3 12 0" stroke="#fff" stroke-width="2" fill="none"/><circle cx="12" cy="17" r="2" fill="#fff"/></svg>
143
+ <!-- torch icon as T -->
144
+ <div style="font-weight:700;">T</div>
145
+ <!-- dot -->
146
+ <div style="width:10px;height:10px;border-radius:50%;background:#fff;"></div>
147
+ </div>
148
+ <div class="status-right">
149
+ <!-- battery -->
150
+ <svg width="52" height="32" viewBox="0 0 28 16">
151
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/>
152
+ <rect x="24" y="6" width="3" height="4" fill="#fff"/>
153
+ <rect x="3" y="4" width="16" height="8" fill="#fff"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Ad Banner -->
159
+ <div class="ad-banner">
160
+ <div class="ad-img">[IMG: Booking.com ad]</div>
161
+ <div class="ad-text">
162
+ <div class="ad-title">Booking.com</div>
163
+ <div class="ad-sub">4.7 • FREE</div>
164
+ </div>
165
+ <div class="ad-open">Open</div>
166
+ </div>
167
+
168
+ <!-- App Bar -->
169
+ <div class="app-bar">
170
+ <!-- Hamburger -->
171
+ <svg width="60" height="60" viewBox="0 0 24 24">
172
+ <rect x="3" y="5" width="18" height="2" fill="#fff"/>
173
+ <rect x="3" y="11" width="18" height="2" fill="#fff"/>
174
+ <rect x="3" y="17" width="18" height="2" fill="#fff"/>
175
+ </svg>
176
+
177
+ <div class="title">RECORDER <span class="plus">PLUS</span></div>
178
+ <div class="spacer"></div>
179
+
180
+ <!-- Search -->
181
+ <svg width="58" height="58" viewBox="0 0 24 24" style="margin-right:20px;">
182
+ <circle cx="11" cy="11" r="7" stroke="#fff" stroke-width="2" fill="none"/>
183
+ <line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#fff" stroke-width="2"/>
184
+ </svg>
185
+ <!-- Kebab menu -->
186
+ <svg width="46" height="46" viewBox="0 0 24 24">
187
+ <circle cx="12" cy="5" r="2" fill="#fff"/>
188
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
189
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
190
+ </svg>
191
+ </div>
192
+
193
+ <!-- Content behind modal -->
194
+ <div class="content">
195
+ <div class="list-item">
196
+ <svg class="play-icon" width="52" height="52" viewBox="0 0 24 24">
197
+ <polygon points="8,5 20,12 8,19" fill="#F07D53"/>
198
+ </svg>
199
+ <div>Recording 1</div>
200
+ <div style="margin-left:auto; opacity:0.7;">
201
+ <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#CFCFCF"/><circle cx="12" cy="12" r="2" fill="#CFCFCF"/><circle cx="12" cy="19" r="2" fill="#CFCFCF"/></svg>
202
+ </div>
203
+ </div>
204
+ <div class="list-item" style="opacity:0.5;">Recording 2</div>
205
+ <div class="list-item" style="opacity:0.3;">Recording 3</div>
206
+ </div>
207
+
208
+ <!-- Modal dialog -->
209
+ <div class="modal">
210
+ <div class="modal-title">Rename recording</div>
211
+ <div class="input-wrap">
212
+ <input class="modal-input" type="text" placeholder="Name" />
213
+ </div>
214
+ <div class="error">Filename cannot be empty</div>
215
+ <div class="actions">
216
+ <div class="btn cancel">CANCEL</div>
217
+ <div class="btn save">SAVE</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Keyboard -->
222
+ <div class="keyboard">
223
+ <div class="kb-tools">
224
+ <div class="tool">⤧</div>
225
+ <div class="tool">🙂</div>
226
+ <div class="tool">GIF</div>
227
+ <div class="tool">⚙</div>
228
+ <div class="tool">G↔</div>
229
+ <div class="tool">🎨</div>
230
+ <div class="tool">🎤</div>
231
+ </div>
232
+
233
+ <div class="kb-row">
234
+ <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>
235
+ </div>
236
+ <div class="kb-row">
237
+ <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>
238
+ </div>
239
+ <div class="kb-row">
240
+ <div class="key wide">⇧</div>
241
+ <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>
242
+ <div class="key wide">⌫</div>
243
+ </div>
244
+ <div class="kb-row">
245
+ <div class="key xwide">?123</div>
246
+ <div class="key">,</div>
247
+ <div class="key">🙂</div>
248
+ <div class="key space"></div>
249
+ <div class="key">.</div>
250
+ <div class="enter">✔</div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Navigation Pill -->
255
+ <div class="nav-pill"></div>
256
+
257
+ </div>
258
+ </body>
259
+ </html>
code/19605/19605_4.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recorder Plus - Rename</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: #0d0d0d;
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ background: #121212;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 24px;
24
+ font-size: 34px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .status-dot { width: 10px; height: 10px; background: #cfcfcf; border-radius: 50%; }
34
+ .battery {
35
+ width: 54px; height: 28px; border: 3px solid #cfcfcf; border-radius: 6px; position: relative;
36
+ }
37
+ .battery::after {
38
+ content: ""; position: absolute; right: -10px; top: 7px; width: 6px; height: 14px; background: #cfcfcf; border-radius: 2px;
39
+ }
40
+ .battery .level { width: 32px; height: 20px; background: #cfcfcf; position: absolute; left: 4px; top: 4px; border-radius: 3px; }
41
+
42
+ /* Ad banner placeholder */
43
+ .ad-banner {
44
+ height: 160px;
45
+ background: #E0E0E0;
46
+ border: 1px solid #BDBDBD;
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ color: #757575;
51
+ font-size: 36px;
52
+ }
53
+
54
+ /* App bar */
55
+ .app-bar {
56
+ height: 120px;
57
+ background: #1a1a1a;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 24px;
61
+ border-bottom: 1px solid #222;
62
+ }
63
+ .title {
64
+ font-weight: 700;
65
+ font-size: 44px;
66
+ letter-spacing: 2px;
67
+ margin: 0 24px;
68
+ }
69
+ .title .accent { color: #e27b5b; }
70
+ .app-actions {
71
+ margin-left: auto;
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 32px;
75
+ }
76
+ .icon { width: 48px; height: 48px; fill: none; stroke: #d8d8d8; stroke-width: 4px; }
77
+
78
+ /* List area */
79
+ .list-container { padding: 24px; }
80
+ .list-item {
81
+ height: 120px;
82
+ border-bottom: 1px solid #222;
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 24px;
86
+ color: #eaeaea;
87
+ }
88
+ .play-circle {
89
+ width: 72px; height: 72px; border-radius: 50%;
90
+ border: 2px solid #444; position: relative;
91
+ display: flex; align-items: center; justify-content: center;
92
+ }
93
+ .item-title { font-size: 40px; }
94
+ .kebab { margin-left: auto; width: 40px; display: flex; flex-direction: column; gap: 8px; align-items: center; }
95
+ .kebab span { width: 8px; height: 8px; background: #888; border-radius: 50%; }
96
+
97
+ /* Dialog overlay */
98
+ .overlay {
99
+ position: absolute;
100
+ left: 0; right: 0; top: 0; bottom: 0;
101
+ background: rgba(0,0,0,0.35);
102
+ }
103
+ .dialog {
104
+ position: absolute;
105
+ top: 860px;
106
+ left: 90px;
107
+ width: 900px;
108
+ background: #1f1f1f;
109
+ border-radius: 24px;
110
+ box-shadow: 0 30px 70px rgba(0,0,0,0.7);
111
+ padding: 48px;
112
+ }
113
+ .dialog-title {
114
+ font-size: 52px;
115
+ font-weight: 700;
116
+ margin-bottom: 36px;
117
+ }
118
+ .text-field {
119
+ height: 120px;
120
+ border: 3px solid #8f8f8f;
121
+ border-radius: 18px;
122
+ padding: 0 28px;
123
+ display: flex; align-items: center;
124
+ font-size: 44px;
125
+ color: #f1f1f1;
126
+ background: #222;
127
+ margin-bottom: 40px;
128
+ }
129
+ .dialog-actions {
130
+ display: flex; justify-content: flex-end; gap: 64px;
131
+ font-weight: 700; letter-spacing: 2px; font-size: 38px;
132
+ }
133
+ .action { color: #cfcfcf; }
134
+ .action.save { color: #ffffff; }
135
+
136
+ /* Keyboard */
137
+ .keyboard {
138
+ position: absolute;
139
+ left: 0; bottom: 0;
140
+ width: 100%;
141
+ height: 880px;
142
+ background: #0f1914;
143
+ border-top: 1px solid #0c0c0c;
144
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.5) inset;
145
+ }
146
+ .suggestions {
147
+ height: 110px;
148
+ display: flex; align-items: center;
149
+ color: #cfd8cf;
150
+ padding: 0 24px;
151
+ gap: 26px;
152
+ border-bottom: 1px solid #14221a;
153
+ font-size: 36px;
154
+ }
155
+ .s-divider { width: 2px; height: 40px; background: #2a3a31; }
156
+ .keys {
157
+ padding: 22px 24px;
158
+ display: flex; flex-direction: column; gap: 26px;
159
+ }
160
+ .row { display: flex; justify-content: center; gap: 18px; }
161
+ .key {
162
+ width: 88px; height: 120px; background: #1a241f; color: #e6f0e8;
163
+ border-radius: 16px; display: flex; align-items: center; justify-content: center;
164
+ font-size: 42px;
165
+ box-shadow: inset 0 -4px 0 rgba(0,0,0,0.45);
166
+ }
167
+ .key.wide { width: 160px; }
168
+ .space { flex: 1; height: 120px; background: #18231d; border-radius: 16px; }
169
+ .key.round { width: 120px; height: 120px; border-radius: 60px; background: #8bdc8f; color: #0e1a14; font-weight: 700; }
170
+ .key.gray-round { width: 120px; height: 120px; border-radius: 60px; background: #92a39a; color: #0e1a14; }
171
+ .bottom-bar {
172
+ position: absolute; left: 0; right: 0; bottom: 14px;
173
+ display: flex; justify-content: center;
174
+ }
175
+ .home-indicator {
176
+ width: 320px; height: 12px; background: #dcdcdc; border-radius: 6px;
177
+ }
178
+
179
+ /* Simple inline icon helpers */
180
+ .svg-icon { width: 44px; height: 44px; }
181
+ </style>
182
+ </head>
183
+ <body>
184
+ <div id="render-target">
185
+
186
+ <!-- Status bar -->
187
+ <div class="status-bar">
188
+ <div>6:36</div>
189
+ <div class="status-icons">
190
+ <!-- simple cellular bars -->
191
+ <svg class="svg-icon" viewBox="0 0 24 24">
192
+ <rect x="1" y="14" width="3" height="8" fill="#cfcfcf"></rect>
193
+ <rect x="6" y="10" width="3" height="12" fill="#cfcfcf"></rect>
194
+ <rect x="11" y="6" width="3" height="16" fill="#cfcfcf"></rect>
195
+ <rect x="16" y="2" width="3" height="20" fill="#cfcfcf"></rect>
196
+ </svg>
197
+ <!-- Wi-Fi -->
198
+ <svg class="svg-icon" viewBox="0 0 24 24">
199
+ <path d="M2 9c5-4 15-4 20 0M5 12c3-3 11-3 14 0M9 15c2-2 6-2 8 0M12 18l2 2-2 2-2-2 2-2Z" stroke="#cfcfcf" stroke-width="2" fill="none" stroke-linecap="round"></path>
200
+ </svg>
201
+ <!-- Do Not Disturb dot -->
202
+ <div class="status-dot"></div>
203
+ <!-- Battery -->
204
+ <div class="battery"><div class="level"></div></div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Ad banner image placeholder -->
209
+ <div class="ad-banner">[IMG: Booking.com banner ad]</div>
210
+
211
+ <!-- App bar -->
212
+ <div class="app-bar">
213
+ <!-- Hamburger -->
214
+ <svg class="icon" viewBox="0 0 24 24">
215
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#d8d8d8" stroke-width="2" stroke-linecap="round"></path>
216
+ </svg>
217
+ <div class="title">RECORDER <span class="accent">PLUS</span></div>
218
+ <div class="app-actions">
219
+ <!-- Search -->
220
+ <svg class="icon" viewBox="0 0 24 24">
221
+ <circle cx="10" cy="10" r="6" stroke="#d8d8d8" stroke-width="2" fill="none"></circle>
222
+ <path d="M14 14l6 6" stroke="#d8d8d8" stroke-width="2" stroke-linecap="round"></path>
223
+ </svg>
224
+ <!-- More/Kebab -->
225
+ <svg class="icon" viewBox="0 0 24 24">
226
+ <circle cx="12" cy="5" r="2" fill="#d8d8d8"></circle>
227
+ <circle cx="12" cy="12" r="2" fill="#d8d8d8"></circle>
228
+ <circle cx="12" cy="19" r="2" fill="#d8d8d8"></circle>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- List -->
234
+ <div class="list-container">
235
+ <div class="list-item">
236
+ <div class="play-circle">
237
+ <svg viewBox="0 0 24 24" width="40" height="40">
238
+ <polygon points="7,5 19,12 7,19" fill="#e27b5b"></polygon>
239
+ </svg>
240
+ </div>
241
+ <div class="item-title">Recording 1</div>
242
+ <div class="kebab">
243
+ <span></span><span></span><span></span>
244
+ </div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Overlay and dialog -->
249
+ <div class="overlay"></div>
250
+ <div class="dialog">
251
+ <div class="dialog-title">Rename recording</div>
252
+ <div class="text-field">Meditation Thought</div>
253
+ <div class="dialog-actions">
254
+ <div class="action">CANCEL</div>
255
+ <div class="action save">SAVE</div>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Keyboard -->
260
+ <div class="keyboard">
261
+ <div class="suggestions">
262
+ <!-- Grid icon -->
263
+ <svg class="svg-icon" viewBox="0 0 24 24">
264
+ <rect x="2" y="2" width="8" height="8" fill="#cfd8cf"></rect>
265
+ <rect x="14" y="2" width="8" height="8" fill="#cfd8cf"></rect>
266
+ <rect x="2" y="14" width="8" height="8" fill="#cfd8cf"></rect>
267
+ <rect x="14" y="14" width="8" height="8" fill="#cfd8cf"></rect>
268
+ </svg>
269
+ <div>Thought</div>
270
+ <div class="s-divider"></div>
271
+ <div>Thoughts</div>
272
+ <div class="s-divider"></div>
273
+ <div>💭</div>
274
+ <div class="s-divider"></div>
275
+ <div>🤔</div>
276
+ <div class="s-divider"></div>
277
+ <!-- Mic icon -->
278
+ <svg class="svg-icon" viewBox="0 0 24 24">
279
+ <rect x="9" y="4" width="6" height="10" rx="3" ry="3" fill="#cfd8cf"></rect>
280
+ <path d="M6 11c0 4 12 4 12 0M12 15v5M9 20h6" stroke="#cfd8cf" stroke-width="2" fill="none" stroke-linecap="round"></path>
281
+ </svg>
282
+ </div>
283
+ <div class="keys">
284
+ <div class="row">
285
+ <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>
286
+ </div>
287
+ <div class="row">
288
+ <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>
289
+ </div>
290
+ <div class="row">
291
+ <div class="key gray-round">
292
+ <!-- Shift icon -->
293
+ <svg viewBox="0 0 24 24" width="34" height="34">
294
+ <path d="M12 4l8 8h-5v8H9v-8H4l8-8z" fill="#0e1a14"></path>
295
+ </svg>
296
+ </div>
297
+ <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>
298
+ <div class="key gray-round">
299
+ <!-- Backspace -->
300
+ <svg viewBox="0 0 24 24" width="36" height="36">
301
+ <path d="M3 12l6-6h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H9l-6-6z" fill="#0e1a14"></path>
302
+ <path d="M13 9l4 4M17 9l-4 4" stroke="#0e1a14" stroke-width="2" stroke-linecap="round"></path>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+ <div class="row">
307
+ <div class="key round">?123</div>
308
+ <div class="key">,</div>
309
+ <div class="key gray-round">
310
+ <!-- Emoji -->
311
+ <svg viewBox="0 0 24 24" width="34" height="34">
312
+ <circle cx="12" cy="12" r="10" fill="#0e1a14"></circle>
313
+ <circle cx="9" cy="10" r="1.5" fill="#92a39a"></circle>
314
+ <circle cx="15" cy="10" r="1.5" fill="#92a39a"></circle>
315
+ <path d="M8 15c3 2 5 2 8 0" stroke="#92a39a" stroke-width="2" fill="none" stroke-linecap="round"></path>
316
+ </svg>
317
+ </div>
318
+ <div class="space"></div>
319
+ <div class="key">.</div>
320
+ <div class="key round">
321
+ <!-- Check -->
322
+ <svg viewBox="0 0 24 24" width="40" height="40">
323
+ <path d="M5 13l4 4 10-10" stroke="#0e1a14" stroke-width="3" fill="none" stroke-linecap="round"></path>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ <div class="bottom-bar"><div class="home-indicator"></div></div>
329
+ </div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/19605/19605_5.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #1c1c1c;
13
+ color: #ececec;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ background: #121212;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 36px;
23
+ box-sizing: border-box;
24
+ font-size: 40px;
25
+ color: #ffffff;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 20px; }
28
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; opacity: 0.9; }
29
+ .status-icon svg { display: block; }
30
+
31
+ /* Ad banner */
32
+ .ad-banner {
33
+ height: 190px;
34
+ background: #ffffff;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 24px;
38
+ box-sizing: border-box;
39
+ }
40
+ .ad-img {
41
+ width: 1032px; height: 150px;
42
+ background: #E0E0E0;
43
+ border: 1px solid #BDBDBD;
44
+ display: flex; justify-content: center; align-items: center;
45
+ color: #757575; font-size: 40px;
46
+ }
47
+
48
+ /* Top app bar */
49
+ .appbar {
50
+ height: 120px;
51
+ background: #202020;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 28px;
55
+ box-sizing: border-box;
56
+ border-bottom: 1px solid #2a2a2a;
57
+ }
58
+ .appbar-title {
59
+ margin: 0 auto;
60
+ font-weight: 700;
61
+ font-size: 44px;
62
+ letter-spacing: 2px;
63
+ color: #e9e9e9;
64
+ }
65
+ .appbar-title .accent { color: #ff7f66; }
66
+ .appbar-icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
67
+ .appbar-left { position: absolute; left: 28px; }
68
+ .appbar-right { position: absolute; right: 28px; display: flex; gap: 28px; }
69
+
70
+ /* List area */
71
+ .list-area {
72
+ background: #1c1c1c;
73
+ height: 1500px; /* occupies remaining space above bottom recorder section */
74
+ }
75
+ .item {
76
+ padding: 30px 36px;
77
+ box-sizing: border-box;
78
+ border-top: 1px solid #2a2a2a;
79
+ border-bottom: 1px solid #2a2a2a;
80
+ display: flex; align-items: center;
81
+ height: 200px;
82
+ background: #1e1e1e;
83
+ }
84
+ .play-circle {
85
+ width: 88px; height: 88px; border-radius: 50%;
86
+ border: 2px solid #2f2f2f;
87
+ display: flex; align-items: center; justify-content: center;
88
+ margin-right: 28px;
89
+ }
90
+ .item-text { flex: 1; }
91
+ .item-title { font-size: 44px; font-weight: 500; color: #f0f0f0; margin-bottom: 10px; }
92
+ .item-sub { font-size: 34px; color: #9e9e9e; }
93
+ .item-right { display: flex; align-items: center; gap: 28px; }
94
+ .item-duration { font-size: 36px; color: #9e9e9e; }
95
+ .ellipsis { width: 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
96
+ .ellipsis span { width: 10px; height: 10px; background: #9e9e9e; border-radius: 50%; display: block; }
97
+
98
+ /* Bottom recorder section */
99
+ .bottom {
100
+ position: absolute; left: 0; right: 0; bottom: 0;
101
+ height: 520px;
102
+ background: #181818;
103
+ border-top: 1px solid #2a2a2a;
104
+ }
105
+ .record-wrap {
106
+ width: 100%; height: 100%;
107
+ display: flex; align-items: center; justify-content: center;
108
+ position: relative;
109
+ }
110
+ .record-ring {
111
+ width: 240px; height: 240px; border-radius: 50%;
112
+ background: #202020;
113
+ box-shadow: inset 0 0 0 6px #0f0f0f, 0 2px 6px rgba(0,0,0,0.6);
114
+ display: flex; align-items: center; justify-content: center;
115
+ }
116
+ .record-dot {
117
+ width: 110px; height: 110px; border-radius: 50%;
118
+ background: #ff7f66;
119
+ box-shadow: 0 2px 0 rgba(0,0,0,0.4);
120
+ }
121
+ .gesture {
122
+ position: absolute; bottom: 40px; left: 50%;
123
+ transform: translateX(-50%);
124
+ width: 340px; height: 12px; border-radius: 6px;
125
+ background: #e0e0e0;
126
+ opacity: 0.9;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status bar -->
134
+ <div class="status-bar">
135
+ <div class="status-left">
136
+ <span>6:36</span>
137
+ </div>
138
+ <div class="status-right">
139
+ <!-- simple cellular icon -->
140
+ <div class="status-icon">
141
+ <svg width="36" height="36">
142
+ <rect x="2" y="22" width="6" height="10" fill="#ffffff" />
143
+ <rect x="12" y="18" width="6" height="14" fill="#ffffff" opacity="0.8"/>
144
+ <rect x="22" y="14" width="6" height="18" fill="#ffffff" opacity="0.6"/>
145
+ </svg>
146
+ </div>
147
+ <!-- wifi icon -->
148
+ <div class="status-icon">
149
+ <svg width="36" height="36">
150
+ <path d="M4 14 Q18 4 32 14" stroke="#ffffff" stroke-width="3" fill="none"/>
151
+ <path d="M10 20 Q18 14 26 20" stroke="#ffffff" stroke-width="3" fill="none"/>
152
+ <circle cx="18" cy="26" r="3" fill="#ffffff"/>
153
+ </svg>
154
+ </div>
155
+ <!-- battery icon -->
156
+ <div class="status-icon">
157
+ <svg width="50" height="36">
158
+ <rect x="2" y="8" width="40" height="20" rx="3" ry="3" stroke="#ffffff" stroke-width="3" fill="none"/>
159
+ <rect x="44" y="13" width="4" height="10" fill="#ffffff"/>
160
+ <rect x="6" y="12" width="30" height="12" fill="#ffffff"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Ad banner -->
167
+ <div class="ad-banner">
168
+ <div class="ad-img">[IMG: Booking.com banner]</div>
169
+ </div>
170
+
171
+ <!-- App bar -->
172
+ <div class="appbar">
173
+ <div class="appbar-left appbar-icon">
174
+ <!-- hamburger -->
175
+ <svg width="54" height="54">
176
+ <rect x="6" y="12" width="42" height="4" fill="#d0d0d0"/>
177
+ <rect x="6" y="24" width="42" height="4" fill="#d0d0d0"/>
178
+ <rect x="6" y="36" width="42" height="4" fill="#d0d0d0"/>
179
+ </svg>
180
+ </div>
181
+ <div class="appbar-title">RECORDER <span class="accent">PLUS</span></div>
182
+ <div class="appbar-right">
183
+ <!-- search -->
184
+ <div class="appbar-icon">
185
+ <svg width="54" height="54">
186
+ <circle cx="22" cy="22" r="14" stroke="#d0d0d0" stroke-width="4" fill="none"/>
187
+ <line x1="32" y1="32" x2="46" y2="46" stroke="#d0d0d0" stroke-width="4"/>
188
+ </svg>
189
+ </div>
190
+ <!-- vertical ellipsis -->
191
+ <div class="appbar-icon">
192
+ <svg width="54" height="54">
193
+ <circle cx="27" cy="14" r="4" fill="#d0d0d0"/>
194
+ <circle cx="27" cy="27" r="4" fill="#d0d0d0"/>
195
+ <circle cx="27" cy="40" r="4" fill="#d0d0d0"/>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- List area -->
202
+ <div class="list-area">
203
+ <div class="item">
204
+ <div class="play-circle">
205
+ <svg width="56" height="56" viewBox="0 0 24 24">
206
+ <path d="M8 5 L19 12 L8 19 Z" fill="#ff7f66"/>
207
+ </svg>
208
+ </div>
209
+ <div class="item-text">
210
+ <div class="item-title">Meditation Thought</div>
211
+ <div class="item-sub">Oct 03, 18:10</div>
212
+ </div>
213
+ <div class="item-right">
214
+ <div class="item-duration">00:33</div>
215
+ <div class="ellipsis"><span></span><span></span><span></span></div>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Bottom recorder section -->
221
+ <div class="bottom">
222
+ <div class="record-wrap">
223
+ <div class="record-ring">
224
+ <div class="record-dot"></div>
225
+ </div>
226
+ <div class="gesture"></div>
227
+ </div>
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/1961/1961_0.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Currency Trends & Charts</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 80px; background: #000; color: #fff;
18
+ padding: 0 30px; display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 32px; letter-spacing: 1px;
20
+ }
21
+ .status-icons { display: flex; gap: 24px; align-items: center; }
22
+ .icon-signal, .icon-wifi, .icon-battery {
23
+ width: 36px; height: 24px; position: relative;
24
+ }
25
+ .icon-battery { border: 2px solid #fff; border-radius: 4px; }
26
+ .icon-battery:after {
27
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #fff; border-radius: 2px;
28
+ }
29
+ .icon-battery:before {
30
+ content: ""; position: absolute; left: 2px; top: 3px; width: 26px; height: 16px; background: #fff;
31
+ }
32
+
33
+ /* App bar */
34
+ .app-bar {
35
+ position: absolute; top: 80px; left: 0; right: 0; height: 140px;
36
+ background: #1f1f1f; color: #fff; display: flex; align-items: center;
37
+ padding: 0 30px;
38
+ }
39
+ .app-title {
40
+ font-size: 44px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
41
+ margin: 0 auto;
42
+ }
43
+ .icon-btn { width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; }
44
+
45
+ /* Banner image placeholder */
46
+ .banner {
47
+ position: absolute; top: 220px; left: 0; width: 1080px; height: 250px;
48
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
49
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
50
+ }
51
+
52
+ /* Currency selector */
53
+ .pair-bar {
54
+ position: absolute; top: 470px; left: 0; width: 1080px; height: 140px; background: #2b2b2b; color: #fff;
55
+ display: flex; border-bottom: 3px solid #1f1f1f;
56
+ }
57
+ .pair-col {
58
+ width: 50%; padding: 24px 30px; box-sizing: border-box; display: flex; align-items: center; gap: 18px;
59
+ border-right: 1px solid #3a3a3a;
60
+ }
61
+ .pair-col:last-child { border-right: none; }
62
+ .currency-code { font-size: 46px; font-weight: 700; width: 130px; }
63
+ .currency-meta { display: flex; flex-direction: column; gap: 6px; }
64
+ .currency-name { font-size: 26px; color: #cccccc; }
65
+ .flag {
66
+ width: 72px; height: 44px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
67
+ display: flex; align-items: center; justify-content: center; font-size: 20px; border-radius: 4px;
68
+ }
69
+ .arrow-red, .arrow-blue { width: 18px; height: 18px; }
70
+ .spacer { flex: 1; }
71
+
72
+ /* Tabs */
73
+ .tabs {
74
+ position: absolute; top: 610px; left: 0; width: 1080px; height: 110px; background: #2b2b2b;
75
+ display: flex; padding: 12px 12px; box-sizing: border-box; gap: 12px;
76
+ border-bottom: 4px solid #131313;
77
+ }
78
+ .tab {
79
+ flex: 1; background: #EDEDED; border: 2px solid #BDBDBD; border-bottom-width: 6px;
80
+ display: flex; align-items: center; justify-content: center; font-size: 32px; color: #333;
81
+ }
82
+ .tab.active { color: #d0342c; border-color: #BDBDBD; }
83
+
84
+ /* Chart area */
85
+ .chart-area {
86
+ position: absolute; top: 720px; left: 0; width: 1080px; height: 700px; background: #ffffff;
87
+ padding: 40px 60px; box-sizing: border-box;
88
+ }
89
+ .chart-grid {
90
+ position: absolute; left: 60px; right: 60px; top: 40px; bottom: 90px;
91
+ background:
92
+ repeating-linear-gradient(to bottom, rgba(0,0,0,0.06) 0px, rgba(0,0,0,0.06) 2px, transparent 2px, transparent 100px);
93
+ border-left: 3px solid #d0d0d0; border-bottom: 3px solid #d0d0d0;
94
+ }
95
+ .chart-svg {
96
+ position: absolute; left: 60px; right: 60px; top: 40px; bottom: 90px;
97
+ }
98
+ .axis-x {
99
+ position: absolute; left: 60px; right: 60px; bottom: 40px; height: 50px;
100
+ display: flex; justify-content: space-between; color: #9e9e9e; font-size: 26px;
101
+ }
102
+ .axis-y-label {
103
+ position: absolute; top: 50%; left: 14px; transform: rotate(-90deg) translateX(-50%); transform-origin: left top;
104
+ color: #9e9e9e; font-size: 28px; letter-spacing: 1px;
105
+ }
106
+
107
+ /* Chips */
108
+ .chips-row {
109
+ position: absolute; top: 1460px; left: 0; width: 1080px; height: 100px; padding: 14px 20px; box-sizing: border-box;
110
+ display: flex; gap: 16px; background: #f5f5f5; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
111
+ }
112
+ .chip {
113
+ flex: 1; background: #e7e7e7; border: 2px solid #cfcfcf; display: flex; align-items: center; justify-content: center;
114
+ font-size: 28px; color: #666; height: 72px;
115
+ }
116
+
117
+ /* Table */
118
+ .table-wrap {
119
+ position: absolute; top: 1560px; left: 0; width: 1080px; background: #fff; border-top: 1px solid #ddd;
120
+ }
121
+ .row-headers {
122
+ display: flex; height: 90px; background: #e9e9e9; border-bottom: 2px solid #d2d2d2;
123
+ }
124
+ .cell-header {
125
+ flex: 1; border-right: 2px solid #d2d2d2; display: flex; align-items: center; justify-content: center;
126
+ font-size: 28px; color: #888;
127
+ }
128
+ .cell-header:last-child { border-right: none; }
129
+
130
+ .table {
131
+ display: grid; grid-template-columns: repeat(5, 1fr);
132
+ border-top: 2px solid #e0e0e0;
133
+ }
134
+ .table .cell {
135
+ border-right: 2px solid #eeeeee; border-bottom: 2px solid #eeeeee;
136
+ padding: 20px 18px; font-size: 28px; color: #333; min-height: 90px;
137
+ }
138
+ .table .cell:nth-child(5n) { border-right: none; }
139
+ .muted { color: #666; }
140
+ .positive { color: #d81b1b; font-weight: 700; }
141
+ .negative { color: #1976d2; font-weight: 700; }
142
+
143
+ /* Ad banner */
144
+ .ad-banner {
145
+ position: absolute; bottom: 140px; left: 0; width: 1080px; height: 170px;
146
+ background: #ffffff; border-top: 2px solid #e0e0e0; border-bottom: 2px solid #e0e0e0;
147
+ display: flex; align-items: center; padding: 20px 24px; box-sizing: border-box; gap: 24px;
148
+ }
149
+ .ad-img {
150
+ width: 260px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
151
+ display: flex; align-items: center; justify-content: center; font-size: 26px;
152
+ }
153
+ .ad-text { flex: 1; }
154
+ .ad-title { font-size: 34px; color: #222; }
155
+ .ad-sub { font-size: 26px; color: #666; margin-top: 8px; }
156
+ .ad-cta {
157
+ width: 180px; height: 80px; background: #1ca35f; color: #fff; border-radius: 40px;
158
+ display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 700;
159
+ }
160
+
161
+ /* OS bottom bar */
162
+ .os-bar {
163
+ position: absolute; bottom: 0; left: 0; right: 0; height: 140px; background: #000;
164
+ display: flex; align-items: center; justify-content: center;
165
+ }
166
+ .home-pill {
167
+ width: 240px; height: 12px; background: #eaeaea; border-radius: 12px;
168
+ }
169
+ </style>
170
+ </head>
171
+ <body>
172
+ <div id="render-target">
173
+
174
+ <!-- Status bar -->
175
+ <div class="status-bar">
176
+ <div>9:39</div>
177
+ <div class="status-icons">
178
+ <div class="icon-signal">
179
+ <svg width="36" height="24" viewBox="0 0 36 24">
180
+ <rect x="0" y="12" width="6" height="12" fill="#fff"></rect>
181
+ <rect x="10" y="8" width="6" height="16" fill="#fff"></rect>
182
+ <rect x="20" y="4" width="6" height="20" fill="#fff"></rect>
183
+ <rect x="30" y="0" width="6" height="24" fill="#fff"></rect>
184
+ </svg>
185
+ </div>
186
+ <div class="icon-wifi">
187
+ <svg width="36" height="24" viewBox="0 0 36 24">
188
+ <path d="M2 8 Q18 -2 34 8" stroke="#fff" stroke-width="2" fill="none"/>
189
+ <path d="M6 12 Q18 2 30 12" stroke="#fff" stroke-width="2" fill="none"/>
190
+ <path d="M10 16 Q18 8 26 16" stroke="#fff" stroke-width="2" fill="none"/>
191
+ <circle cx="18" cy="20" r="3" fill="#fff"/>
192
+ </svg>
193
+ </div>
194
+ <div class="icon-battery"></div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- App bar -->
199
+ <div class="app-bar">
200
+ <div class="icon-btn">
201
+ <svg width="56" height="56" viewBox="0 0 56 56">
202
+ <rect x="8" y="12" width="40" height="6" fill="#fff"></rect>
203
+ <rect x="8" y="25" width="40" height="6" fill="#fff"></rect>
204
+ <rect x="8" y="38" width="40" height="6" fill="#fff"></rect>
205
+ </svg>
206
+ </div>
207
+ <div class="app-title">CURRENCY TRENDS & CHARTS</div>
208
+ <div class="icon-btn">
209
+ <svg width="56" height="56" viewBox="0 0 56 56">
210
+ <circle cx="28" cy="12" r="5" fill="#fff"></circle>
211
+ <circle cx="28" cy="28" r="5" fill="#fff"></circle>
212
+ <circle cx="28" cy="44" r="5" fill="#fff"></circle>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Banner image -->
218
+ <div class="banner">[IMG: Desk with printed charts]</div>
219
+
220
+ <!-- Currency selector -->
221
+ <div class="pair-bar">
222
+ <div class="pair-col">
223
+ <div class="currency-code">EUR</div>
224
+ <div class="flag">[EU Flag]</div>
225
+ <svg class="arrow-red" viewBox="0 0 10 6">
226
+ <path d="M0,0 L10,0 L5,6 Z" fill="#d0342c"></path>
227
+ </svg>
228
+ <div class="spacer"></div>
229
+ <div class="currency-meta">
230
+ <div class="currency-name">Euro</div>
231
+ </div>
232
+ </div>
233
+ <div class="pair-col">
234
+ <div class="currency-code">GBP</div>
235
+ <div class="flag">[UK Flag]</div>
236
+ <svg class="arrow-blue" viewBox="0 0 10 6">
237
+ <path d="M0,0 L10,0 L5,6 Z" fill="#4aa3ff"></path>
238
+ </svg>
239
+ <div class="spacer"></div>
240
+ <div class="currency-meta">
241
+ <div class="currency-name">British Pound Sterling</div>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Tabs -->
247
+ <div class="tabs">
248
+ <div class="tab active">10D</div>
249
+ <div class="tab">1M</div>
250
+ <div class="tab">3M</div>
251
+ <div class="tab">6M</div>
252
+ <div class="tab">1Y</div>
253
+ <div class="tab">2Y</div>
254
+ </div>
255
+
256
+ <!-- Chart area -->
257
+ <div class="chart-area">
258
+ <div class="axis-y-label">GBP/EUR</div>
259
+ <div class="chart-grid"></div>
260
+ <svg class="chart-svg" viewBox="0 0 960 580" preserveAspectRatio="none">
261
+ <!-- Teal filled line to mimic chart -->
262
+ <path d="M0 60
263
+ C120 40, 180 80, 220 60
264
+ C280 40, 360 420, 420 180
265
+ C480 60, 540 360, 600 260
266
+ C660 160, 700 480, 740 460
267
+ C800 440, 860 420, 900 520
268
+ L900 580 L0 580 Z"
269
+ fill="#8fd0cb" stroke="#0b7d75" stroke-width="6" opacity="0.95"></path>
270
+ </svg>
271
+ <div class="axis-x">
272
+ <span>0</span><span>1</span><span>2</span><span>3</span><span>4</span><span>5</span><span>6</span><span>7</span><span>8</span><span>9</span><span>10</span>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Date chips -->
277
+ <div class="chips-row">
278
+ <div class="chip">OCT 28, 2023</div>
279
+ <div class="chip">OCT 30, 2023</div>
280
+ <div class="chip">NOV 1, 2023</div>
281
+ <div class="chip">NOV 3, 2023</div>
282
+ <div class="chip">NOV 6, 2023</div>
283
+ </div>
284
+
285
+ <!-- Table -->
286
+ <div class="table-wrap">
287
+ <div class="row-headers">
288
+ <div class="cell-header">0</div>
289
+ <div class="cell-header">1</div>
290
+ <div class="cell-header">2</div>
291
+ <div class="cell-header">3</div>
292
+ <div class="cell-header">4</div>
293
+ </div>
294
+ <div class="table">
295
+ <!-- Dates -->
296
+ <div class="cell muted">Oct 28, 2023</div>
297
+ <div class="cell muted">Oct 29, 2023</div>
298
+ <div class="cell muted">Oct 30, 2023</div>
299
+ <div class="cell muted">Oct 31, 2023</div>
300
+ <div class="cell muted">Nov 1, 2023</div>
301
+
302
+ <!-- Rates -->
303
+ <div class="cell">0.87225</div>
304
+ <div class="cell">0.87200</div>
305
+ <div class="cell">0.87253</div>
306
+ <div class="cell">0.87061</div>
307
+ <div class="cell">0.86980</div>
308
+
309
+ <!-- % changes -->
310
+ <div class="cell positive">0.000%</div>
311
+ <div class="cell negative">-0.029%</div>
312
+ <div class="cell positive">+0.061%</div>
313
+ <div class="cell negative">-0.220%</div>
314
+ <div class="cell negative">-0.167%</div>
315
+ </div>
316
+ </div>
317
+
318
+ <!-- Ad banner -->
319
+ <div class="ad-banner">
320
+ <div class="ad-img">[IMG: Booking.com Ad]</div>
321
+ <div class="ad-text">
322
+ <div class="ad-title">Booking.com</div>
323
+ <div class="ad-sub">4.7 ★ · FREE</div>
324
+ </div>
325
+ <div class="ad-cta">Open</div>
326
+ </div>
327
+
328
+ <!-- OS bottom bar -->
329
+ <div class="os-bar">
330
+ <div class="home-pill"></div>
331
+ </div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/1961/1961_1.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Currency Trends & Charts</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: #111; color: #fff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; background: #000; color: #fff;
17
+ display: flex; align-items: center; padding: 0 40px; font-weight: 600; letter-spacing: 0.5px;
18
+ }
19
+ .status-time { font-size: 40px; }
20
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 26px; }
21
+ .status-icons svg { width: 38px; height: 38px; fill: #fff; opacity: 0.85; }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ height: 160px; background: #1a1a1a; display: flex; align-items: center;
26
+ padding: 0 36px; border-bottom: 1px solid #2b2b2b;
27
+ }
28
+ .app-title {
29
+ flex: 1; text-align: center; font-size: 44px; font-weight: 800; letter-spacing: 2px;
30
+ }
31
+ .icon-btn { width: 90px; display: flex; align-items: center; justify-content: center; }
32
+
33
+ /* Banner image placeholder */
34
+ .banner {
35
+ width: 100%; height: 320px;
36
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
37
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
38
+ }
39
+
40
+ /* Currency selector bar */
41
+ .pair-bar {
42
+ background: #252525; height: 170px; display: flex; align-items: center;
43
+ padding: 0 24px; gap: 24px; border-bottom: 1px solid #333;
44
+ }
45
+ .pair {
46
+ flex: 1; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: 1fr 1fr; column-gap: 18px;
47
+ align-items: center; padding: 0 12px;
48
+ }
49
+ .pair .code { grid-column: 1 / 2; grid-row: 1 / 2; font-size: 46px; font-weight: 800; }
50
+ .pair .name { grid-column: 1 / -1; grid-row: 2 / 3; font-size: 30px; color: #bfbfbf; margin-top: -8px; }
51
+ .flag {
52
+ width: 72px; height: 48px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
53
+ display: flex; align-items: center; justify-content: center; font-size: 22px; border-radius: 6px;
54
+ grid-column: 2 / 3; grid-row: 1 / 2;
55
+ }
56
+ .arrow-down-red, .arrow-down-blue {
57
+ width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; margin-left: 6px;
58
+ grid-column: 3 / 4; grid-row: 1 / 2;
59
+ }
60
+ .arrow-down-red { border-top: 18px solid #d14b4b; }
61
+ .arrow-down-blue { border-top: 18px solid #4aa3e1; }
62
+
63
+ /* Range tabs */
64
+ .tabs {
65
+ display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid #3a3a3a; border-bottom: 1px solid #3a3a3a;
66
+ background: #2a2a2a;
67
+ }
68
+ .tab {
69
+ height: 120px; background: #dcdcdc; color: #333; display: flex; align-items: center; justify-content: center;
70
+ font-size: 38px; border-right: 1px solid #bfbfbf;
71
+ }
72
+ .tab:last-child { border-right: none; }
73
+ .tab.active { color: #c83a3a; font-weight: 700; }
74
+
75
+ /* Chart area */
76
+ .chart-wrap {
77
+ height: 900px; background: #f4f4f4; position: relative; color: #7f7f7f;
78
+ border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
79
+ }
80
+ .chart-svg {
81
+ position: absolute; left: 40px; right: 40px; top: 40px; bottom: 40px;
82
+ }
83
+ .y-label { position: absolute; left: 10px; top: 350px; transform: rotate(-90deg); font-size: 32px; color: #b3b3b3; }
84
+ .x-label { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 30px; color: #b3b3b3; }
85
+
86
+ /* Table / data blocks */
87
+ .date-row {
88
+ display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; background: #e6e6e6; border-top: 1px solid #cfcfcf;
89
+ }
90
+ .date-cell {
91
+ height: 110px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: #444;
92
+ border-right: 1px solid #cfcfcf;
93
+ }
94
+ .date-cell:last-child { border-right: none; }
95
+ .data-grid {
96
+ display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; background: #f9f9f9;
97
+ border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
98
+ }
99
+ .data-cell {
100
+ border-right: 1px solid #e0e0e0; min-height: 180px; padding: 18px 16px; color: #222;
101
+ }
102
+ .data-cell:last-child { border-right: none; }
103
+ .data-title { font-size: 30px; color: #555; }
104
+ .data-value { margin-top: 14px; font-size: 36px; font-weight: 700; color: #222; }
105
+ .data-change { margin-top: 16px; font-size: 34px; font-weight: 700; }
106
+ .red { color: #d24a4a; }
107
+ .blue { color: #2f7fd1; }
108
+
109
+ /* Ad footer */
110
+ .ad-footer {
111
+ height: 180px; background: #fff; display: flex; align-items: center; gap: 24px; padding: 0 30px; color: #111;
112
+ border-top: 1px solid #dcdcdc;
113
+ }
114
+ .open-btn {
115
+ background: #12a05a; color: #fff; font-weight: 700; font-size: 40px; padding: 24px 46px; border-radius: 999px;
116
+ box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
117
+ }
118
+ .ad-text { font-size: 36px; color: #333; }
119
+ .ad-img {
120
+ width: 420px; height: 130px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
121
+ display: flex; align-items: center; justify-content: center; font-size: 28px; margin-left: auto;
122
+ }
123
+ .ad-close {
124
+ width: 40px; height: 40px; border-radius: 20px; border: 2px solid #43c7de; color: #43c7de;
125
+ display: flex; align-items: center; justify-content: center; font-size: 28px; margin-left: 16px;
126
+ }
127
+
128
+ /* Home indicator */
129
+ .home-indicator {
130
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
131
+ width: 400px; height: 14px; background: #ddd; border-radius: 7px;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Status bar -->
139
+ <div class="status-bar">
140
+ <div class="status-time">9:42</div>
141
+ <div class="status-icons">
142
+ <!-- Signal -->
143
+ <svg viewBox="0 0 24 24"><path d="M2 20h3v-3H2v3zm5 0h3v-6H7v6zm5 0h3v-9h-3v9zm5 0h3V4h-3v16z"/></svg>
144
+ <!-- WiFi -->
145
+ <svg viewBox="0 0 24 24"><path d="M12 18.5l2.2-2.2a3.1 3.1 0 0 0-4.4 0L12 18.5zm-5-5 2.2-2.2a7.2 7.2 0 0 1 9.6 0L21 13.5a9.6 9.6 0 0 0-14 0z"/></svg>
146
+ <!-- Battery -->
147
+ <svg viewBox="0 0 24 24"><path d="M20 7h2v10h-2V7zm-1 0H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z"/></svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- App bar -->
152
+ <div class="app-bar">
153
+ <div class="icon-btn">
154
+ <!-- Hamburger -->
155
+ <svg viewBox="0 0 24 24" width="48" height="48"><path fill="#fff" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
156
+ </div>
157
+ <div class="app-title">CURRENCY TRENDS & CHARTS</div>
158
+ <div class="icon-btn">
159
+ <!-- More vertical -->
160
+ <svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="5" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="12" cy="19" r="2" fill="#fff"/></svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Banner -->
165
+ <div class="banner">[IMG: Office Analytics Banner]</div>
166
+
167
+ <!-- Currency selector -->
168
+ <div class="pair-bar">
169
+ <div class="pair">
170
+ <div class="code">EUR</div>
171
+ <div class="flag">[IMG: EU Flag]</div>
172
+ <div class="arrow-down-red"></div>
173
+ <div class="name">Euro</div>
174
+ </div>
175
+ <div class="pair">
176
+ <div class="code">GBP</div>
177
+ <div class="flag">[IMG: UK Flag]</div>
178
+ <div class="arrow-down-blue"></div>
179
+ <div class="name">British Pound Sterling</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Range tabs -->
184
+ <div class="tabs">
185
+ <div class="tab">10D</div>
186
+ <div class="tab">1M</div>
187
+ <div class="tab">3M</div>
188
+ <div class="tab">6M</div>
189
+ <div class="tab">1Y</div>
190
+ <div class="tab active">2Y</div>
191
+ </div>
192
+
193
+ <!-- Chart area -->
194
+ <div class="chart-wrap">
195
+ <div class="y-label">GBP/EUR</div>
196
+ <div class="x-label">1 EUR = (y) GBP</div>
197
+ <svg class="chart-svg" viewBox="0 0 1000 600" preserveAspectRatio="none">
198
+ <!-- grid -->
199
+ <g stroke="#e6e6e6" stroke-width="1">
200
+ <path d="M0 100h1000M0 200h1000M0 300h1000M0 400h1000M0 500h1000"/>
201
+ <path d="M100 0v600M200 0v600M300 0v600M400 0v600M500 0v600M600 0v600M700 0v600M800 0v600M900 0v600"/>
202
+ </g>
203
+ <!-- simple area to mimic chart -->
204
+ <path d="M0 420
205
+ L60 470 L120 430 L180 480 L240 410 L300 460 L360 380 L420 330
206
+ L480 240 L540 310 L600 260 L660 220 L720 280 L780 340 L840 310 L900 350 L960 320
207
+ L1000 360 L1000 600 L0 600 Z"
208
+ fill="#9ad8cf" stroke="#0e7f7a" stroke-width="4" opacity="0.9"/>
209
+ </svg>
210
+ </div>
211
+
212
+ <!-- Dates header row -->
213
+ <div class="date-row">
214
+ <div class="date-cell">NOV 7, 2021</div>
215
+ <div class="date-cell">MAY 8, 2022</div>
216
+ <div class="date-cell">NOV 6, 2022</div>
217
+ <div class="date-cell">MAY 7, 2023</div>
218
+ <div class="date-cell">NOV 6, 2023</div>
219
+ </div>
220
+
221
+ <!-- Data grid values -->
222
+ <div class="data-grid">
223
+ <div class="data-cell">
224
+ <div class="data-title">Nov 7, 2021</div>
225
+ <div class="data-value">0.85762</div>
226
+ <div class="data-change red">0.000%</div>
227
+ </div>
228
+ <div class="data-cell">
229
+ <div class="data-title">Nov 8, 2021</div>
230
+ <div class="data-value">0.85441</div>
231
+ <div class="data-change blue">-0.374%</div>
232
+ </div>
233
+ <div class="data-cell">
234
+ <div class="data-title">Nov 9, 2021</div>
235
+ <div class="data-value">0.85504</div>
236
+ <div class="data-change red">+0.074%</div>
237
+ </div>
238
+ <div class="data-cell">
239
+ <div class="data-title">Nov 10, 2021</div>
240
+ <div class="data-value">0.85634</div>
241
+ <div class="data-change red">+0.152%</div>
242
+ </div>
243
+ <div class="data-cell">
244
+ <div class="data-title">Nov 11, 2021</div>
245
+ <div class="data-value">0.85658</div>
246
+ <div class="data-change red">+0.028%</div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Ad footer -->
251
+ <div class="ad-footer">
252
+ <div class="open-btn">Open</div>
253
+ <div class="ad-text">Booking.com • FREE ★ 4.7</div>
254
+ <div class="ad-img">[IMG: Booking Ad Creative]</div>
255
+ <div class="ad-close">×</div>
256
+ </div>
257
+
258
+ <!-- Home indicator -->
259
+ <div class="home-indicator"></div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/19611/19611_0.html ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Plantum Trial UI Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: "Arial", sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#F7FAF7;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar {
14
+ position:absolute; top:24px; left:0; width:100%; height:80px;
15
+ padding:0 40px; box-sizing:border-box;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#2F3A34; font-size:34px; letter-spacing:0.4px;
18
+ }
19
+ .status-left { display:flex; align-items:center; gap:16px; }
20
+ .status-right { display:flex; align-items:center; gap:26px; }
21
+ .icon { width:36px; height:36px; }
22
+ .close-btn {
23
+ position:absolute; top:120px; right:40px;
24
+ width:60px; height:60px; border-radius:50%;
25
+ display:flex; align-items:center; justify-content:center;
26
+ color:#6B6B6B; font-size:42px;
27
+ }
28
+
29
+ /* Big plant image placeholder */
30
+ .plant-img {
31
+ position:absolute; top:260px; left:-80px;
32
+ width:1200px; height:1210px;
33
+ background:#E0E0E0; border:1px solid #BDBDBD;
34
+ border-radius:16px;
35
+ display:flex; align-items:center; justify-content:center;
36
+ color:#757575; font-size:30px; text-align:center;
37
+ }
38
+
39
+ /* Overlays on plant */
40
+ .app-day {
41
+ position:absolute; top:635px; left:640px; width:380px;
42
+ color:#1E6B45; font-weight:700; font-size:36px; line-height:42px;
43
+ }
44
+ .leaf {
45
+ width:26px; height:26px; display:inline-block; margin:0 8px;
46
+ }
47
+
48
+ .badge {
49
+ position:absolute; left:640px;
50
+ background:#FFFFFF; border-radius:22px;
51
+ box-shadow:0 6px 18px rgba(0,0,0,0.12);
52
+ color:#1A1A1A; font-size:36px; line-height:46px;
53
+ padding:26px 30px; width:460px;
54
+ }
55
+ .badge.small { width:360px; }
56
+ .badge-1 { top:770px; }
57
+ .badge-2 { top:1025px; }
58
+ .badge-3 { top:1180px; }
59
+
60
+ /* Bottom white panel */
61
+ .bottom-panel {
62
+ position:absolute; left:0; bottom:0; width:100%; height:950px;
63
+ background:#FFFFFF; border-top-left-radius:120px; border-top-right-radius:120px;
64
+ box-shadow:0 -12px 24px rgba(0,0,0,0.06);
65
+ }
66
+ .headline {
67
+ position:absolute; left:90px; top:70px; right:90px;
68
+ font-size:58px; line-height:74px; color:#1C6A46; font-style:italic; font-weight:700;
69
+ text-align:left;
70
+ }
71
+ .sub {
72
+ position:absolute; left:120px; right:120px; top:260px;
73
+ font-size:40px; color:#1F2B26; font-weight:700; text-align:center;
74
+ }
75
+ .note {
76
+ position:absolute; left:120px; right:120px; top:340px;
77
+ font-size:34px; color:#39433E; text-align:center; line-height:48px;
78
+ }
79
+
80
+ .toggle {
81
+ position:absolute; left:110px; right:110px; top:510px; height:120px;
82
+ border-radius:80px; background:#EAF5EC; border:2px solid #BFD6C4;
83
+ display:flex; align-items:center; justify-content:space-between;
84
+ padding:0 40px; box-sizing:border-box;
85
+ }
86
+ .toggle .label { font-size:42px; color:#245C3B; }
87
+ .switch {
88
+ width:140px; height:72px; background:#CDE8D1; border-radius:50px; position:relative;
89
+ border:2px solid #9CC7A5;
90
+ }
91
+ .switch::after {
92
+ content:""; position:absolute; right:6px; top:6px;
93
+ width:60px; height:60px; background:#3FA261; border-radius:50%;
94
+ box-shadow:0 4px 8px rgba(0,0,0,0.15);
95
+ }
96
+
97
+ .cta {
98
+ position:absolute; left:110px; right:110px; top:680px; height:140px;
99
+ background:#2E8A57; border-radius:90px; color:#FFFFFF;
100
+ display:flex; align-items:center; justify-content:center;
101
+ font-size:48px; font-weight:700;
102
+ }
103
+ .cta .arrow { margin-left:18px; font-size:52px; }
104
+
105
+ .links {
106
+ position:absolute; left:0; right:0; bottom:110px;
107
+ text-align:center; color:#4B5C54; font-size:34px;
108
+ }
109
+ .links a { color:#2D6C49; text-decoration:underline; margin:0 18px; }
110
+
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status bar -->
117
+ <div class="status-bar">
118
+ <div class="status-left">6:03&nbsp;&nbsp;31°</div>
119
+ <div class="status-right">
120
+ <!-- simple icons -->
121
+ <svg class="icon" viewBox="0 0 24 24">
122
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#616161" stroke-width="2"/>
123
+ <line x1="5" y1="12" x2="19" y2="12" stroke="#616161" stroke-width="2"/>
124
+ </svg>
125
+ <svg class="icon" viewBox="0 0 24 24">
126
+ <path d="M4 16a8 8 0 0 1 16 0" fill="none" stroke="#616161" stroke-width="2"/>
127
+ <path d="M7 16a5 5 0 0 1 10 0" fill="none" stroke="#616161" stroke-width="2"/>
128
+ <circle cx="12" cy="18.5" r="1.5" fill="#616161"/>
129
+ </svg>
130
+ <svg class="icon" viewBox="0 0 24 24">
131
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#616161" stroke-width="2"/>
132
+ <rect x="19" y="9" width="2.5" height="6" fill="#616161"/>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Close button -->
138
+ <div class="close-btn">×</div>
139
+
140
+ <!-- Big plant banner -->
141
+ <div class="plant-img">[IMG: Succulent plant]</div>
142
+
143
+ <!-- App of the day label -->
144
+ <div class="app-day">
145
+ <span>
146
+ <svg class="leaf" viewBox="0 0 24 24">
147
+ <path d="M4 18c8-1 12-9 16-14-2 10-8 15-16 14z" fill="#2E8A57"/>
148
+ </svg>
149
+ App of the Day
150
+ <svg class="leaf" viewBox="0 0 24 24">
151
+ <path d="M4 18c8-1 12-9 16-14-2 10-8 15-16 14z" fill="#2E8A57"/>
152
+ </svg>
153
+ </span>
154
+ <div style="font-weight:600; color:#2E8A57; font-size:32px;">in 20+ countries</div>
155
+ </div>
156
+
157
+ <!-- Feature badges -->
158
+ <div class="badge badge-1">
159
+ 14,000 local species<br>
160
+ +400,000 global species in the database
161
+ </div>
162
+
163
+ <div class="badge badge-2 small">
164
+ 10 years<br>of research
165
+ </div>
166
+
167
+ <div class="badge badge-3">
168
+ 10+ experts in<br>botany and gardening
169
+ </div>
170
+
171
+ <!-- Bottom panel -->
172
+ <div class="bottom-panel">
173
+ <div class="headline">
174
+ With Plantum, get all your<br>questions answered now!
175
+ </div>
176
+
177
+ <div class="sub">Try 3 days free, then ₹1,750.00/year</div>
178
+ <div class="note">
179
+ No need to pay if you cancel the subscription at least a day
180
+ before the 3‑day free trial ends.
181
+ </div>
182
+
183
+ <div class="toggle">
184
+ <div class="label">Free trial enabled</div>
185
+ <div class="switch"></div>
186
+ </div>
187
+
188
+ <div class="cta">
189
+ Continue <span class="arrow">→</span>
190
+ </div>
191
+
192
+ <div class="links">
193
+ <a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a>
194
+ </div>
195
+ </div>
196
+
197
+ </div>
198
+ </body>
199
+ </html>
code/19611/19611_1.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Houzz 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: #1c1c1c;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #d9d9d9;
24
+ font-size: 40px;
25
+ }
26
+ .status-left {
27
+ display: flex; align-items: center; gap: 22px;
28
+ }
29
+ .status-right {
30
+ display: flex; align-items: center; gap: 26px;
31
+ }
32
+ .icon-circle {
33
+ width: 40px; height: 40px; border: 2px solid #cfcfcf; border-radius: 50%;
34
+ display: inline-block;
35
+ }
36
+
37
+ /* Search bar */
38
+ .search-wrap {
39
+ padding: 0 40px;
40
+ margin-top: 10px;
41
+ }
42
+ .search-bar {
43
+ height: 120px;
44
+ background: #2b2b2b;
45
+ border-radius: 16px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 28px;
49
+ color: #bfbfbf;
50
+ font-size: 42px;
51
+ }
52
+ .search-bar svg { margin-right: 24px; }
53
+
54
+ /* Top shortcuts */
55
+ .shortcut-row {
56
+ display: flex;
57
+ padding: 40px 40px 20px;
58
+ gap: 30px;
59
+ }
60
+ .shortcut {
61
+ flex: 1;
62
+ display: flex;
63
+ flex-direction: column;
64
+ align-items: center;
65
+ gap: 16px;
66
+ color: #e6e6e6;
67
+ text-align: center;
68
+ }
69
+ .shortcut-icon {
70
+ width: 120px; height: 120px; border-radius: 16px; background: #333;
71
+ display: flex; align-items: center; justify-content: center;
72
+ box-shadow: 0 2px 0 rgba(0,0,0,0.5) inset;
73
+ }
74
+ .shortcut-label { font-size: 36px; }
75
+
76
+ /* Section heading */
77
+ .section {
78
+ margin-top: 20px;
79
+ padding: 0 40px;
80
+ }
81
+ .section-header {
82
+ display: flex; align-items: center; justify-content: space-between;
83
+ margin-bottom: 26px;
84
+ }
85
+ .section-title {
86
+ font-size: 52px; font-weight: 700;
87
+ color: #f2f2f2;
88
+ }
89
+ .see-all {
90
+ color: #1ec5b3; font-weight: 700; font-size: 40px; letter-spacing: 1px;
91
+ }
92
+
93
+ /* Cards */
94
+ .card-row {
95
+ display: flex;
96
+ gap: 30px;
97
+ padding: 0 40px;
98
+ }
99
+ .card {
100
+ width: calc((1080px - 80px - 60px) / 3); /* padding left+right and gaps */
101
+ background: #262626;
102
+ border-radius: 16px;
103
+ overflow: hidden;
104
+ }
105
+ .card-img {
106
+ height: 260px;
107
+ background: #E0E0E0;
108
+ border-bottom: 1px solid #BDBDBD;
109
+ display: flex; align-items: center; justify-content: center;
110
+ color: #757575; font-size: 34px; text-align: center;
111
+ }
112
+ .card-text {
113
+ padding: 28px;
114
+ font-size: 40px;
115
+ line-height: 1.2;
116
+ color: #fafafa;
117
+ }
118
+
119
+ /* Large gallery section */
120
+ .gallery {
121
+ margin-top: 40px;
122
+ padding: 0 40px;
123
+ }
124
+ .gallery-title {
125
+ font-size: 56px; font-weight: 800; margin-bottom: 24px;
126
+ }
127
+ .gallery-image {
128
+ position: relative;
129
+ height: 1260px;
130
+ background: #E0E0E0;
131
+ border: 1px solid #BDBDBD;
132
+ border-radius: 12px;
133
+ display: flex; align-items: center; justify-content: center;
134
+ color: #757575; font-size: 44px;
135
+ }
136
+ .badge-count {
137
+ position: absolute;
138
+ right: 20px;
139
+ top: 20px;
140
+ background: rgba(0,0,0,0.5);
141
+ color: #fff;
142
+ font-size: 40px;
143
+ border-radius: 40px;
144
+ padding: 16px 26px;
145
+ }
146
+ .heart-fab {
147
+ position: absolute;
148
+ right: 30px;
149
+ bottom: 30px;
150
+ width: 120px; height: 120px;
151
+ border-radius: 60px;
152
+ background: rgba(0,0,0,0.7);
153
+ display: flex; align-items: center; justify-content: center;
154
+ }
155
+ .heart-fab svg { width: 58px; height: 58px; fill: #fff; }
156
+
157
+ /* Bottom nav */
158
+ .bottom-nav {
159
+ position: absolute;
160
+ left: 0; right: 0; bottom: 110px;
161
+ height: 160px;
162
+ background: #242424;
163
+ display: flex; align-items: center; justify-content: space-around;
164
+ border-top: 1px solid #333;
165
+ }
166
+ .nav-item {
167
+ display: flex; flex-direction: column; align-items: center; gap: 14px;
168
+ color: #eaeaea; font-size: 36px;
169
+ }
170
+ .nav-item svg { width: 64px; height: 64px; fill: #eaeaea; }
171
+ .badge {
172
+ position: absolute;
173
+ top: -8px;
174
+ right: -16px;
175
+ background: #10d2be;
176
+ color: #000;
177
+ font-weight: 800;
178
+ font-size: 32px;
179
+ width: 46px; height: 46px; border-radius: 23px;
180
+ display: flex; align-items: center; justify-content: center;
181
+ }
182
+ .nav-icon-wrap {
183
+ position: relative; width: 64px; height: 64px;
184
+ }
185
+
186
+ /* Gesture bar */
187
+ .gesture {
188
+ position: absolute;
189
+ left: 50%; transform: translateX(-50%);
190
+ bottom: 40px;
191
+ width: 620px; height: 16px;
192
+ background: #bfbfbf; border-radius: 8px;
193
+ opacity: 0.8;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div class="status-left">
203
+ <div>6:06</div>
204
+ <div style="font-size:36px; color:#cfcfcf;">31°</div>
205
+ <div class="icon-circle"></div>
206
+ <div class="icon-circle" style="border-width:3px;"></div>
207
+ </div>
208
+ <div class="status-right">
209
+ <!-- simple ring icon -->
210
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#d9d9d9" stroke-width="2">
211
+ <circle cx="12" cy="12" r="9"></circle>
212
+ <line x1="12" y1="7" x2="12" y2="12"></line>
213
+ </svg>
214
+ <!-- wifi -->
215
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#d9d9d9" stroke-width="2">
216
+ <path d="M2 8c5-4 15-4 20 0"></path>
217
+ <path d="M5 12c3-3 11-3 14 0"></path>
218
+ <path d="M8 16c2-2 6-2 8 0"></path>
219
+ <circle cx="12" cy="19" r="1.5" fill="#d9d9d9" stroke="none"></circle>
220
+ </svg>
221
+ <!-- battery -->
222
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#d9d9d9" stroke-width="2">
223
+ <rect x="3" y="7" width="16" height="10" rx="2"></rect>
224
+ <rect x="20" y="10" width="2" height="4"></rect>
225
+ <rect x="5" y="9" width="12" height="6" fill="#d9d9d9" stroke="none"></rect>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Search -->
231
+ <div class="search-wrap">
232
+ <div class="search-bar">
233
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="#bfbfbf">
234
+ <path d="M10 3a7 7 0 1 0 4.9 12L21 21l-1.5 1.5-6.1-6.1A7 7 0 0 0 10 3z"></path>
235
+ </svg>
236
+ <span>Search Houzz</span>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Shortcuts row -->
241
+ <div class="shortcut-row">
242
+ <div class="shortcut">
243
+ <div class="shortcut-icon" style="background:#333;">
244
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="#f2f2f2">
245
+ <path d="M12 3l9 7v10h-6v-6H9v6H3V10l9-7z"></path>
246
+ </svg>
247
+ </div>
248
+ <div class="shortcut-label">Ideas</div>
249
+ </div>
250
+ <div class="shortcut">
251
+ <div class="shortcut-icon" style="background:#333;">
252
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="#f2f2f2">
253
+ <path d="M12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-7 19v-3a5 5 0 0 1 10 0v3H5z"></path>
254
+ </svg>
255
+ </div>
256
+ <div class="shortcut-label">Pros</div>
257
+ </div>
258
+ <div class="shortcut">
259
+ <div class="shortcut-icon" style="background:#333;">
260
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="#f2f2f2">
261
+ <path d="M4 4h16v3H4zM4 9h16v3H4zM4 14h10v3H4z"></path>
262
+ </svg>
263
+ </div>
264
+ <div class="shortcut-label">Stories</div>
265
+ </div>
266
+ <div class="shortcut">
267
+ <div class="shortcut-icon" style="background:#333;">
268
+ <svg width="68" height="68" viewBox="0 0 24 24" fill="#f2f2f2">
269
+ <path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm-1 5h2v5h-2V8zm1 8a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"></path>
270
+ </svg>
271
+ </div>
272
+ <div class="shortcut-label">Discussions</div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Find Professionals -->
277
+ <div class="section">
278
+ <div class="section-header">
279
+ <div class="section-title">Find Professionals</div>
280
+ <div class="see-all">SEE ALL</div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="card-row">
285
+ <div class="card">
286
+ <div class="card-img">[IMG: Modern Kitchen Interior]</div>
287
+ <div class="card-text">Kitchen Renovation &amp; Remodeling</div>
288
+ </div>
289
+ <div class="card">
290
+ <div class="card-img">[IMG: Tools on Wooden Table]</div>
291
+ <div class="card-text">General Contracting</div>
292
+ </div>
293
+ <div class="card">
294
+ <div class="card-img">[IMG: House Exterior Construction]</div>
295
+ <div class="card-text">New Construction</div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Gallery -->
300
+ <div class="gallery">
301
+ <div class="gallery-title">New Living Room Design Photos</div>
302
+ <div class="gallery-image">
303
+ [IMG: Cozy Living Room with sofas, patterned wall and ceiling lights]
304
+ <div class="badge-count">1/9</div>
305
+ <div class="heart-fab">
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M12 21s-7-4.6-9.5-7.8A6 6 0 0 1 12 6a6 6 0 0 1 9.5 7.2C19 16.4 12 21 12 21z"></path>
308
+ </svg>
309
+ </div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Bottom Navigation -->
314
+ <div class="bottom-nav">
315
+ <div class="nav-item">
316
+ <div class="nav-icon-wrap">
317
+ <svg viewBox="0 0 24 24">
318
+ <path d="M12 3l9 7v11h-6v-6H9v6H3V10l9-7z"></path>
319
+ </svg>
320
+ </div>
321
+ <div>Home</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <div class="nav-icon-wrap">
325
+ <svg viewBox="0 0 24 24">
326
+ <path d="M12 22a9 9 0 0 0 9-9c0-4.1-2.5-7.6-6-8.9V3a3 3 0 0 0-6 0v1.1C6.5 5.4 4 8.9 4 13a9 9 0 0 0 8 9z"></path>
327
+ </svg>
328
+ <div class="badge">1</div>
329
+ </div>
330
+ <div>Notifications</div>
331
+ </div>
332
+ <div class="nav-item">
333
+ <div class="nav-icon-wrap">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M12 21s-7-4.6-9.5-7.8A6 6 0 0 1 12 6a6 6 0 0 1 9.5 7.2C19 16.4 12 21 12 21z"></path>
336
+ </svg>
337
+ </div>
338
+ <div>Ideabooks</div>
339
+ </div>
340
+ <div class="nav-item">
341
+ <div class="nav-icon-wrap">
342
+ <svg viewBox="0 0 24 24">
343
+ <path d="M12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-7 20v-3a7 7 0 0 1 14 0v3H5z"></path>
344
+ </svg>
345
+ </div>
346
+ <div>Profile</div>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Gesture bar -->
351
+ <div class="gesture"></div>
352
+
353
+ </div>
354
+ </body>
355
+ </html>
code/19611/19611_2.html ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Houzz Search - 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: #121212;
14
+ color: #EDEDED;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #1A1A1A;
21
+ color: #EDEDED;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 32px;
25
+ font-size: 36px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-left { display: flex; align-items: center; gap: 20px; }
29
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 24px; }
30
+ .status-icon {
31
+ width: 36px; height: 36px; border-radius: 50%; border: 2px solid #3A3A3A;
32
+ }
33
+
34
+ /* Search header */
35
+ .search-header {
36
+ height: 140px;
37
+ border-bottom: 1px solid #1F1F1F;
38
+ display: flex;
39
+ align-items: center;
40
+ padding: 0 26px;
41
+ box-sizing: border-box;
42
+ gap: 22px;
43
+ }
44
+ .back-btn {
45
+ width: 60px; height: 60px; display:flex; align-items:center; justify-content:center;
46
+ }
47
+ .back-btn svg { fill: none; stroke: #EDEDED; stroke-width: 6; }
48
+ .search-bar {
49
+ flex: 1;
50
+ height: 98px;
51
+ background: #2A2A2A;
52
+ border-radius: 16px;
53
+ display: flex;
54
+ align-items: center;
55
+ padding: 0 24px;
56
+ box-sizing: border-box;
57
+ color: #BDBDBD;
58
+ font-size: 36px;
59
+ letter-spacing: 0.2px;
60
+ }
61
+ .search-bar svg { margin-right: 18px; }
62
+ /* Content area */
63
+ .content {
64
+ padding: 34px 36px;
65
+ box-sizing: border-box;
66
+ }
67
+ .recent-row {
68
+ display: flex;
69
+ align-items: center;
70
+ margin-bottom: 28px;
71
+ }
72
+ .recent-row .title {
73
+ font-size: 40px;
74
+ font-weight: 700;
75
+ margin-left: 18px;
76
+ }
77
+ .clear-link {
78
+ margin-left: auto;
79
+ color: #BDBDBD;
80
+ font-size: 34px;
81
+ }
82
+ .item {
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 30px 0;
86
+ font-size: 38px;
87
+ border-bottom: 1px solid #191919;
88
+ }
89
+ .item:last-child { border-bottom: none; }
90
+ .item .text { color: #EDEDED; }
91
+ .item .muted { color: #BDBDBD; }
92
+ .item .close {
93
+ margin-left: auto;
94
+ width: 54px; height: 54px; display:flex; align-items:center; justify-content:center;
95
+ border-radius: 50%;
96
+ background: #1F1F1F;
97
+ }
98
+ .item .close svg { stroke: #CFCFCF; stroke-width: 6; }
99
+
100
+ /* Keyboard mock */
101
+ .keyboard {
102
+ position: absolute;
103
+ left: 0; right: 0; bottom: 0;
104
+ height: 780px;
105
+ background: #0F0F0F;
106
+ border-top: 1px solid #1C1C1C;
107
+ box-sizing: border-box;
108
+ padding: 20px 24px 30px;
109
+ }
110
+ .kb-tools {
111
+ display: flex;
112
+ gap: 40px;
113
+ padding: 8px 10px 26px;
114
+ }
115
+ .tool {
116
+ width: 80px; height: 80px; border-radius: 16px; background: #1D1D1D;
117
+ display:flex; align-items:center; justify-content:center;
118
+ color: #DADADA; font-size: 28px;
119
+ border: 1px solid #2A2A2A;
120
+ }
121
+ .kb-row { display: flex; justify-content: space-between; margin-bottom: 22px; }
122
+ .key {
123
+ width: 88px; height: 120px; border-radius: 18px;
124
+ background: #1D1D1D; border: 1px solid #2A2A2A;
125
+ display:flex; align-items:center; justify-content:center;
126
+ color: #D9E5D9; font-size: 44px;
127
+ }
128
+ .key.wide { width: 150px; }
129
+ .key.space { flex: 1; height: 120px; margin: 0 18px; min-width: 420px; }
130
+ .key.period { width: 120px; }
131
+ .key.backspace { width: 120px; }
132
+ .search-action {
133
+ width: 130px; height: 130px; border-radius: 65px;
134
+ background: #30FF74; color: #0A0A0A; font-weight: 700;
135
+ display:flex; align-items:center; justify-content:center;
136
+ font-size: 40px; border: 2px solid #1D1D1D;
137
+ }
138
+ .bottom-pill {
139
+ position: absolute;
140
+ bottom: 12px;
141
+ left: 50%;
142
+ transform: translateX(-50%);
143
+ width: 320px; height: 10px; border-radius: 10px; background: #EDEDED; opacity: 0.9;
144
+ }
145
+
146
+ /* helper */
147
+ .icon-clock svg { stroke: #EDEDED; stroke-width: 6; fill: none; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div class="status-left">
156
+ <div>6:09</div>
157
+ <div style="color:#BDBDBD; font-size:32px;">31°</div>
158
+ <div class="status-icon"></div>
159
+ </div>
160
+ <div class="status-right">
161
+ <div class="status-icon"></div>
162
+ <div class="status-icon"></div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Search Header -->
167
+ <div class="search-header">
168
+ <div class="back-btn" aria-label="Back">
169
+ <svg width="42" height="42" viewBox="0 0 24 24">
170
+ <path d="M15 6 L9 12 L15 18" />
171
+ </svg>
172
+ </div>
173
+ <div class="search-bar">
174
+ <svg width="40" height="40" viewBox="0 0 24 24">
175
+ <circle cx="10" cy="10" r="6" stroke="#BDBDBD" stroke-width="2" fill="none"></circle>
176
+ <line x1="15.5" y1="15.5" x2="21" y2="21" stroke="#BDBDBD" stroke-width="2"></line>
177
+ </svg>
178
+ <span>Search Houzz</span>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Content -->
183
+ <div class="content">
184
+ <div class="recent-row">
185
+ <div class="icon-clock">
186
+ <svg width="44" height="44" viewBox="0 0 24 24">
187
+ <circle cx="12" cy="12" r="9"></circle>
188
+ <line x1="12" y1="12" x2="12" y2="7"></line>
189
+ <line x1="12" y1="12" x2="16" y2="12"></line>
190
+ </svg>
191
+ </div>
192
+ <div class="title">Recent Searches</div>
193
+ <div class="clear-link">Clear History</div>
194
+ </div>
195
+
196
+ <div class="item">
197
+ <div class="text">
198
+ <span style="font-weight:700;">table</span>
199
+ <span class="muted"> in Photos</span>
200
+ </div>
201
+ <div class="close" aria-label="Remove">
202
+ <svg width="26" height="26" viewBox="0 0 24 24">
203
+ <line x1="6" y1="6" x2="18" y2="18"></line>
204
+ <line x1="18" y1="6" x2="6" y2="18"></line>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="item">
210
+ <div class="text">
211
+ <span style="font-weight:700;">Table</span>
212
+ <span class="muted"> in Find a Pro</span>
213
+ </div>
214
+ <div class="close" aria-label="Remove">
215
+ <svg width="26" height="26" viewBox="0 0 24 24">
216
+ <line x1="6" y1="6" x2="18" y2="18"></line>
217
+ <line x1="18" y1="6" x2="6" y2="18"></line>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="item">
223
+ <div class="text">
224
+ <span style="font-weight:700;">study table</span>
225
+ <span class="muted"> in Photos</span>
226
+ </div>
227
+ <div class="close" aria-label="Remove">
228
+ <svg width="26" height="26" viewBox="0 0 24 24">
229
+ <line x1="6" y1="6" x2="18" y2="18"></line>
230
+ <line x1="18" y1="6" x2="6" y2="18"></line>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Keyboard -->
237
+ <div class="keyboard">
238
+ <div class="kb-tools">
239
+ <div class="tool">⌨</div>
240
+ <div class="tool">🙂</div>
241
+ <div class="tool">GIF</div>
242
+ <div class="tool">⚙</div>
243
+ <div class="tool">G↔</div>
244
+ <div class="tool">🎨</div>
245
+ <div class="tool">🎤</div>
246
+ </div>
247
+
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 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>
259
+ <div class="key">n</div><div class="key">m</div>
260
+ <div class="key backspace">⌫</div>
261
+ </div>
262
+ <div class="kb-row" style="align-items:center;">
263
+ <div class="key wide">?123</div>
264
+ <div class="key period">,</div>
265
+ <div class="key wide">🙂</div>
266
+ <div class="key space"> </div>
267
+ <div class="key period">.</div>
268
+ <div class="search-action">🔍</div>
269
+ </div>
270
+ </div>
271
+
272
+ <div class="bottom-pill"></div>
273
+ </div>
274
+ </body>
275
+ </html>
code/19611/19611_3.html ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search - Wooden Bed</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: #0F0F0F;
13
+ color: #ECECEC;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 110px;
23
+ background: #121212;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ color: #BEBEBE;
29
+ font-size: 34px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 20px; }
32
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
33
+ .status-icon svg { width: 40px; height: 40px; fill: #BEBEBE; }
34
+
35
+ /* Header with back + search */
36
+ .appbar {
37
+ position: absolute;
38
+ top: 110px; left: 0;
39
+ width: 100%;
40
+ height: 145px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 28px;
44
+ box-sizing: border-box;
45
+ gap: 22px;
46
+ background: #0F0F0F;
47
+ }
48
+ .back-btn {
49
+ width: 80px; height: 80px;
50
+ display: flex; justify-content: center; align-items: center;
51
+ border-radius: 40px;
52
+ }
53
+ .back-btn svg { width: 48px; height: 48px; fill: #DADADA; }
54
+
55
+ .search-bar {
56
+ flex: 1;
57
+ height: 100px;
58
+ background: #2A2A2A;
59
+ border-radius: 16px;
60
+ display: flex;
61
+ align-items: center;
62
+ padding: 0 24px;
63
+ box-sizing: border-box;
64
+ gap: 20px;
65
+ }
66
+ .search-icon svg { width: 44px; height: 44px; fill: #DADADA; }
67
+ .search-input {
68
+ font-size: 40px;
69
+ color: #EAEAEA;
70
+ flex: 1;
71
+ }
72
+ .clear-icon svg { width: 42px; height: 42px; fill: #CFCFCF; }
73
+
74
+ /* Content list */
75
+ .content {
76
+ position: absolute;
77
+ top: 255px;
78
+ left: 0;
79
+ width: 100%;
80
+ bottom: 980px; /* leaves room for keyboard */
81
+ overflow: hidden;
82
+ padding: 0 32px;
83
+ box-sizing: border-box;
84
+ }
85
+ .section {
86
+ margin-top: 20px;
87
+ border-top: 1px solid #2A2A2A;
88
+ padding-top: 26px;
89
+ }
90
+ .section-header {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 18px;
94
+ color: #D9D9D9;
95
+ font-weight: bold;
96
+ font-size: 38px;
97
+ margin-bottom: 18px;
98
+ }
99
+ .sec-icon {
100
+ width: 48px; height: 48px;
101
+ display: inline-flex; justify-content: center; align-items: center;
102
+ }
103
+ .sec-icon svg { width: 48px; height: 48px; fill: #D9D9D9; }
104
+ .list-item {
105
+ height: 90px;
106
+ display: flex;
107
+ align-items: center;
108
+ font-size: 40px;
109
+ color: #F2F2F2;
110
+ padding-left: 16px;
111
+ }
112
+ .divider { height: 1px; background: #2A2A2A; margin: 4px 0 8px; }
113
+
114
+ /* Keyboard */
115
+ .keyboard {
116
+ position: absolute;
117
+ bottom: 0; left: 0;
118
+ width: 100%;
119
+ height: 980px;
120
+ background: #0D0D0D;
121
+ border-top: 1px solid #202020;
122
+ box-sizing: border-box;
123
+ padding-bottom: 40px;
124
+ }
125
+ .kb-suggestions {
126
+ display: flex; align-items: center; gap: 20px;
127
+ padding: 20px 28px;
128
+ border-bottom: 1px solid #1F1F1F;
129
+ }
130
+ .chip {
131
+ background: #1E1E1E;
132
+ color: #EAEAEA;
133
+ padding: 20px 26px;
134
+ border-radius: 30px;
135
+ font-size: 40px;
136
+ }
137
+ .kb-rows { padding: 24px 22px; box-sizing: border-box; }
138
+ .kb-row {
139
+ display: flex; gap: 14px; justify-content: center;
140
+ margin-bottom: 22px;
141
+ }
142
+ .key {
143
+ width: 92px; height: 120px;
144
+ background: #1F1F1F;
145
+ border-radius: 26px;
146
+ color: #DDE7D9;
147
+ display: flex; align-items: center; justify-content: center;
148
+ font-size: 54px;
149
+ position: relative;
150
+ box-shadow: inset 0 0 0 1px #262626;
151
+ }
152
+ .key .small {
153
+ position: absolute; top: 10px; left: 14px;
154
+ font-size: 26px; color: #9BA39A;
155
+ }
156
+ .key.wide { width: 180px; }
157
+ .space { flex: 1; min-width: 420px; }
158
+ .key.dark { background: #151515; }
159
+ .kb-bottom {
160
+ display: flex; align-items: center; gap: 16px;
161
+ padding: 0 22px; margin-top: 10px;
162
+ }
163
+ .mic-key { width: 120px; height: 120px; }
164
+ .mic-key svg { width: 50px; height: 50px; fill: #CFCFCF; }
165
+ .search-fab {
166
+ margin-left: auto;
167
+ width: 140px; height: 140px;
168
+ background: #42FF72;
169
+ border-radius: 70px;
170
+ display: flex; align-items: center; justify-content: center;
171
+ }
172
+ .search-fab svg { width: 64px; height: 64px; fill: #0E0E0E; }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status Bar -->
179
+ <div class="status-bar">
180
+ <div class="status-left">
181
+ <div>6:09</div>
182
+ <div>31°</div>
183
+ <div class="status-icon">
184
+ <!-- small circle icon -->
185
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
186
+ </div>
187
+ <div class="status-icon">
188
+ <!-- gear/settings icon -->
189
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm9 4-2 1 1 2-2 2-2-1-1 2h-4l-1-2-2 1-2-2 1-2-2-1V9l2-1-1-2 2-2 2 1 1-2h4l1 2 2-1 2 2-1 2 2 1v3z"/></svg>
190
+ </div>
191
+ </div>
192
+ <div class="status-right">
193
+ <!-- mute icon -->
194
+ <svg viewBox="0 0 24 24" class="status-icon"><path d="M4 10v4h4l5 5V5L8 10H4z"/></svg>
195
+ <!-- wifi icon -->
196
+ <svg viewBox="0 0 24 24" class="status-icon"><path d="M12 18a2 2 0 1 0 .001 4.001A2 2 0 0 0 12 18zm-8-8 2 2a10 10 0 0 1 12 0l2-2a14 14 0 0 0-16 0zm4 4 2 2a6 6 0 0 1 8 0l2-2a10 10 0 0 0-12 0z"/></svg>
197
+ <!-- battery icon -->
198
+ <svg viewBox="0 0 30 24" class="status-icon"><rect x="1" y="5" width="24" height="14" rx="3"/><rect x="26" y="9" width="3" height="6"/></svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Header / Search -->
203
+ <div class="appbar">
204
+ <div class="back-btn">
205
+ <svg viewBox="0 0 24 24"><path d="M15 19 8 12l7-7" stroke="#DADADA" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
206
+ </div>
207
+ <div class="search-bar">
208
+ <div class="search-icon">
209
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
210
+ </div>
211
+ <div class="search-input">wooden bed</div>
212
+ <div class="clear-icon">
213
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#CFCFCF" stroke-width="3" fill="none" stroke-linecap="round"/></svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Content -->
219
+ <div class="content">
220
+ <div class="section">
221
+ <div class="section-header">
222
+ <span class="sec-icon">
223
+ <!-- photo icon -->
224
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/><circle cx="9" cy="11" r="2"/><path d="M21 16l-5-5-6 6"/></svg>
225
+ </span>
226
+ <span>Photos</span>
227
+ </div>
228
+ <div class="list-item">wooden bed</div>
229
+ <div class="divider"></div>
230
+ <div class="list-item">White And Wood Kitchen</div>
231
+ <div class="divider"></div>
232
+ <div class="list-item">Wood Landscape Edging</div>
233
+ <div class="divider"></div>
234
+ <div class="list-item">Wood Accent Wall Bedroom</div>
235
+ </div>
236
+
237
+ <div class="section">
238
+ <div class="section-header">
239
+ <span class="sec-icon">
240
+ <!-- user/pro icon -->
241
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg>
242
+ </span>
243
+ <span>Find a Pro</span>
244
+ </div>
245
+ <div class="list-item">wooden bed</div>
246
+ </div>
247
+
248
+ <div class="section">
249
+ <div class="section-header">
250
+ <span class="sec-icon">
251
+ <!-- stories/book icon -->
252
+ <svg viewBox="0 0 24 24"><path d="M4 5h8v14H4zM12 5h8v14h-8z"/></svg>
253
+ </span>
254
+ <span>Stories</span>
255
+ </div>
256
+ <div class="list-item">wooden bed</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Keyboard -->
261
+ <div class="keyboard">
262
+ <div class="kb-suggestions">
263
+ <div class="chip">bed</div>
264
+ <div class="chip">bedroom</div>
265
+ <div class="chip">🛏️</div>
266
+ <div class="chip" style="margin-left:auto;">🔍</div>
267
+ </div>
268
+
269
+ <div class="kb-rows">
270
+ <!-- Row 1 -->
271
+ <div class="kb-row">
272
+ <div class="key dark"><span class="small">1</span>q</div>
273
+ <div class="key dark"><span class="small">2</span>w</div>
274
+ <div class="key dark"><span class="small">3</span>e</div>
275
+ <div class="key dark"><span class="small">4</span>r</div>
276
+ <div class="key dark"><span class="small">5</span>t</div>
277
+ <div class="key dark"><span class="small">6</span>y</div>
278
+ <div class="key dark"><span class="small">7</span>u</div>
279
+ <div class="key dark"><span class="small">8</span>i</div>
280
+ <div class="key dark"><span class="small">9</span>o</div>
281
+ <div class="key dark"><span class="small">0</span>p</div>
282
+ </div>
283
+
284
+ <!-- Row 2 -->
285
+ <div class="kb-row">
286
+ <div class="key">a</div>
287
+ <div class="key">s</div>
288
+ <div class="key">d</div>
289
+ <div class="key">f</div>
290
+ <div class="key">g</div>
291
+ <div class="key">h</div>
292
+ <div class="key">j</div>
293
+ <div class="key">k</div>
294
+ <div class="key">l</div>
295
+ </div>
296
+
297
+ <!-- Row 3 -->
298
+ <div class="kb-row">
299
+ <div class="key wide">?123</div>
300
+ <div class="key">z</div>
301
+ <div class="key">x</div>
302
+ <div class="key">c</div>
303
+ <div class="key">v</div>
304
+ <div class="key">b</div>
305
+ <div class="key">n</div>
306
+ <div class="key">m</div>
307
+ <div class="key wide">
308
+ <!-- backspace -->
309
+ <svg viewBox="0 0 24 24"><path d="M4 12l6-6h10v12H10L4 12z"/><path d="M13 9l3 3-3 3" stroke="#DDE7D9" stroke-width="2" fill="none"/></svg>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Row 4 -->
314
+ <div class="kb-bottom">
315
+ <div class="key mic-key">
316
+ <svg viewBox="0 0 24 24"><rect x="9" y="4" width="6" height="10" rx="3"/><path d="M6 10a6 6 0 0 0 12 0M12 16v4"/></svg>
317
+ </div>
318
+ <div class="key">,</div>
319
+ <div class="key space" style="width: 560px;"> </div>
320
+ <div class="key">.</div>
321
+ <div class="search-fab">
322
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4" stroke="#0E0E0E" stroke-width="2"/></svg>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ </div>
329
+ </body>
330
+ </html>
code/19611/19611_4.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI - Wooden Bed Search</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: #1d1d1f;
14
+ color: #eaeaea;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #121214;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 40px;
24
+ box-sizing: border-box;
25
+ color: #e0e0e0;
26
+ font-weight: 500;
27
+ font-size: 42px;
28
+ }
29
+ .status-right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 28px;
34
+ color: #bdbdbd;
35
+ font-size: 36px;
36
+ }
37
+ .status-icon {
38
+ width: 40px; height: 40px; border: 3px solid #8a8a8a; border-radius: 50%;
39
+ }
40
+ .wifi-icon, .battery-icon {
41
+ width: 52px; height: 34px; border: 3px solid #8a8a8a; border-radius: 6px;
42
+ }
43
+
44
+ /* App bar with search */
45
+ .app-bar {
46
+ height: 180px;
47
+ background: #202225;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 34px;
51
+ box-sizing: border-box;
52
+ gap: 26px;
53
+ border-bottom: 1px solid #2b2d30;
54
+ }
55
+ .back-btn {
56
+ width: 78px; height: 78px; display: flex; justify-content: center; align-items: center;
57
+ color: #e0e0e0;
58
+ }
59
+ .search-field {
60
+ flex: 1;
61
+ height: 110px;
62
+ background: #2b2d30;
63
+ border-radius: 18px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 32px;
67
+ box-sizing: border-box;
68
+ color: #d7d7d7;
69
+ font-size: 42px;
70
+ border: 1px solid #3a3c40;
71
+ }
72
+ .search-icon {
73
+ margin-right: 20px;
74
+ }
75
+
76
+ /* Tabs */
77
+ .tabs {
78
+ height: 120px;
79
+ display: flex;
80
+ align-items: center;
81
+ padding: 0 40px;
82
+ gap: 56px;
83
+ background: #202225;
84
+ box-sizing: border-box;
85
+ }
86
+ .tab {
87
+ font-size: 42px;
88
+ color: #bfc2c7;
89
+ position: relative;
90
+ padding-bottom: 20px;
91
+ }
92
+ .tab.active {
93
+ color: #17c1b5;
94
+ font-weight: 600;
95
+ }
96
+ .tab.active::after {
97
+ content: "";
98
+ position: absolute;
99
+ left: 0; right: 0; bottom: 0;
100
+ height: 8px;
101
+ background: #17c1b5;
102
+ border-radius: 8px;
103
+ }
104
+
105
+ /* Filters bar */
106
+ .filters {
107
+ display: flex;
108
+ gap: 24px;
109
+ padding: 28px 40px;
110
+ box-sizing: border-box;
111
+ background: #2a2c2f;
112
+ border-top: 1px solid #2f3134;
113
+ border-bottom: 1px solid #2f3134;
114
+ }
115
+ .chip {
116
+ height: 110px;
117
+ padding: 0 36px;
118
+ background: #2f3135;
119
+ border: 1px solid #424449;
120
+ color: #e6e6e6;
121
+ display: flex; align-items: center; gap: 20px;
122
+ border-radius: 16px;
123
+ font-size: 38px;
124
+ }
125
+ .caret {
126
+ width: 0; height: 0;
127
+ border-left: 12px solid transparent;
128
+ border-right: 12px solid transparent;
129
+ border-top: 16px solid #c7c7c7;
130
+ margin-left: 8px;
131
+ }
132
+
133
+ /* Content area */
134
+ .content {
135
+ height: 1790px; /* remaining space */
136
+ background: #1d1d1f;
137
+ position: relative;
138
+ }
139
+ .spinner {
140
+ position: absolute;
141
+ top: 50%; left: 50%;
142
+ transform: translate(-50%, -50%);
143
+ width: 160px; height: 160px;
144
+ border: 16px solid #2a2a2d;
145
+ border-top-color: #1ec8bb;
146
+ border-radius: 50%;
147
+ animation: spin 1.1s linear infinite;
148
+ box-shadow: 0 0 0 6px rgba(0,0,0,0.3);
149
+ }
150
+ @keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
151
+
152
+ /* Bottom gesture bar */
153
+ .gesture-bar {
154
+ position: absolute;
155
+ bottom: 28px;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ width: 520px;
159
+ height: 16px;
160
+ background: #ffffff;
161
+ border-radius: 12px;
162
+ opacity: 0.85;
163
+ }
164
+
165
+ /* SVG icons styling helpers */
166
+ svg { display: block; }
167
+ </style>
168
+ </head>
169
+ <body>
170
+ <div id="render-target">
171
+
172
+ <!-- Status Bar -->
173
+ <div class="status-bar">
174
+ <div>6:10</div>
175
+ <div class="status-right">
176
+ <div>31°</div>
177
+ <div class="status-icon"></div>
178
+ <div class="wifi-icon"></div>
179
+ <div class="battery-icon"></div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- App Bar -->
184
+ <div class="app-bar">
185
+ <div class="back-btn">
186
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#e0e0e0">
187
+ <path d="M15.5 4l-8 8 8 8 1.5-1.5-6.5-6.5 6.5-6.5z"/>
188
+ </svg>
189
+ </div>
190
+ <div class="search-field">
191
+ <div class="search-icon">
192
+ <svg width="50" height="50" viewBox="0 0 24 24" fill="#cfcfcf">
193
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/>
194
+ </svg>
195
+ </div>
196
+ <div>wooden bed</div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Tabs -->
201
+ <div class="tabs">
202
+ <div class="tab active">PHOTOS</div>
203
+ <div class="tab">PROS</div>
204
+ <div class="tab">STORIES</div>
205
+ <div class="tab">DISCUSSIONS</div>
206
+ </div>
207
+
208
+ <!-- Filters -->
209
+ <div class="filters">
210
+ <div class="chip">
211
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#cfcfcf">
212
+ <path d="M4 6h16v2H4V6zm3 5h10v2H7v-2zm4 5h2v2h-2v-2z"/>
213
+ </svg>
214
+ <span>Filter</span>
215
+ </div>
216
+ <div class="chip">
217
+ <span>Room</span>
218
+ <div class="caret"></div>
219
+ </div>
220
+ <div class="chip">
221
+ <span>Style</span>
222
+ <div class="caret"></div>
223
+ </div>
224
+ <div class="chip" style="flex:1; justify-content: space-between;">
225
+ <span>Metro Area</span>
226
+ <div class="caret"></div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Content area with loading -->
231
+ <div class="content">
232
+ <div class="spinner"></div>
233
+ </div>
234
+
235
+ <!-- Bottom gesture bar -->
236
+ <div class="gesture-bar"></div>
237
+ </div>
238
+ </body>
239
+ </html>
code/19611/19611_5.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Wooden Bed Search</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: #202224;
13
+ color: #ffffff;
14
+ }
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 80px;
18
+ padding: 0 28px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ background: #121314;
23
+ font-size: 34px;
24
+ letter-spacing: 0.5px;
25
+ }
26
+ .status-left { display: flex; align-items: center; gap: 18px; }
27
+ .status-right { display: flex; align-items: center; gap: 22px; }
28
+ /* Header with search */
29
+ .header {
30
+ height: 120px;
31
+ background: #2a2c2f;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 24px;
35
+ gap: 20px;
36
+ }
37
+ .icon-btn {
38
+ width: 64px;
39
+ height: 64px;
40
+ border-radius: 32px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ background: transparent;
45
+ }
46
+ .search-box {
47
+ flex: 1;
48
+ height: 80px;
49
+ background: #3a3d40;
50
+ border-radius: 12px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 22px;
54
+ gap: 18px;
55
+ color: #e6e6e6;
56
+ font-size: 34px;
57
+ }
58
+ .search-placeholder { color: #d2d2d2; }
59
+ /* Tabs */
60
+ .tabs {
61
+ height: 90px;
62
+ background: #2a2c2f;
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 0 28px;
66
+ gap: 38px;
67
+ font-size: 32px;
68
+ text-transform: uppercase;
69
+ }
70
+ .tab {
71
+ padding-bottom: 10px;
72
+ color: #cfcfcf;
73
+ }
74
+ .tab.active {
75
+ color: #1CC7B5;
76
+ border-bottom: 4px solid #1CC7B5;
77
+ }
78
+ /* Filter controls row */
79
+ .filters-bar {
80
+ padding: 22px 28px;
81
+ background: #2a2c2f;
82
+ display: flex;
83
+ gap: 18px;
84
+ flex-wrap: wrap;
85
+ }
86
+ .pill {
87
+ height: 72px;
88
+ border-radius: 12px;
89
+ background: #3a3d40;
90
+ color: #eaeaea;
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 16px;
94
+ padding: 0 26px;
95
+ font-size: 30px;
96
+ border: 1px solid #464a4f;
97
+ }
98
+ .pill.light {
99
+ background: #2f3236;
100
+ }
101
+ .pill .label { white-space: nowrap; }
102
+ .pill.teal {
103
+ background: #12bfae;
104
+ border-color: #12bfae;
105
+ color: #072b28;
106
+ font-weight: 600;
107
+ }
108
+ .pill .close {
109
+ width: 38px;
110
+ height: 38px;
111
+ border-radius: 19px;
112
+ background: rgba(0,0,0,0.15);
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ }
117
+ /* Content heading */
118
+ .section-title {
119
+ padding: 18px 28px;
120
+ font-size: 40px;
121
+ font-weight: 700;
122
+ color: #ffffff;
123
+ background: #222427;
124
+ }
125
+ /* Photo grid */
126
+ .grid {
127
+ padding: 18px;
128
+ display: grid;
129
+ grid-template-columns: 1fr 1fr;
130
+ grid-gap: 18px;
131
+ }
132
+ .photo-card {
133
+ position: relative;
134
+ background: #E0E0E0;
135
+ border: 1px solid #BDBDBD;
136
+ height: 480px;
137
+ display: flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ color: #555;
141
+ font-size: 30px;
142
+ text-align: center;
143
+ border-radius: 6px;
144
+ overflow: hidden;
145
+ }
146
+ .heart-badge {
147
+ position: absolute;
148
+ right: 22px;
149
+ bottom: 22px;
150
+ width: 96px;
151
+ height: 96px;
152
+ border-radius: 48px;
153
+ background: rgba(0,0,0,0.55);
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ }
158
+ /* Simple inline icon styling */
159
+ svg { fill: #dcdcdc; }
160
+ .chev { width: 26px; height: 26px; }
161
+ .gray { fill: #bdbdbd; }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status bar -->
168
+ <div class="status-bar">
169
+ <div class="status-left">
170
+ <div>6:10</div>
171
+ <div>31°</div>
172
+ </div>
173
+ <div class="status-right">
174
+ <div>
175
+ <!-- small gear icon to mimic status icons -->
176
+ <svg width="34" height="34" viewBox="0 0 24 24">
177
+ <path d="M12 8a4 4 0 110 8 4 4 0 010-8zm9 4a7 7 0 01-.3 2l2 1.6-2 3.4-2.4-1a7.8 7.8 0 01-2 1.2l-.4 2.5h-4l-.5-2.5c-.7-.2-1.3-.5-2-.9l-2.4 1-2-3.4 2-1.6a7.7 7.7 0 010-4l-2-1.6 2-3.4 2.4 1c.6-.4 1.2-.7 2-.9L10.3 2h4l.4 2.5c.7.2 1.4.5 2 .9l2.4-1 2 3.4-2 1.6c.2.7.3 1.3.3 2z"/>
178
+ </svg>
179
+ </div>
180
+ <div>
181
+ <svg width="34" height="34" viewBox="0 0 24 24">
182
+ <path d="M3 18h18v2H3v-2zm2.5-7l5.5 6.5 4-5 3.5 4.5H4.5l1-6z"/>
183
+ </svg>
184
+ </div>
185
+ <div>
186
+ <svg width="34" height="34" viewBox="0 0 24 24">
187
+ <path d="M12 22c4.97 0 8-3.03 8-8s-3.03-8-8-8-8 3.03-8 8 3.03 8 8 8zm0-2a6 6 0 110-12 6 6 0 010 12z"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Header -->
194
+ <div class="header">
195
+ <button class="icon-btn" aria-label="Back">
196
+ <svg width="38" height="38" viewBox="0 0 24 24">
197
+ <path d="M15.5 5l-7 7 7 7 1.5-1.5L11 12l6-6z"/>
198
+ </svg>
199
+ </button>
200
+ <div class="search-box">
201
+ <svg width="40" height="40" viewBox="0 0 24 24">
202
+ <path d="M15.5 14h-.8l-.3-.3A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L14 15.5zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/>
203
+ </svg>
204
+ <span class="search-placeholder">wooden bed</span>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Tabs -->
209
+ <div class="tabs">
210
+ <div class="tab active">Photos</div>
211
+ <div class="tab">Pros</div>
212
+ <div class="tab">Stories</div>
213
+ <div class="tab">Discussions</div>
214
+ </div>
215
+
216
+ <!-- Filters -->
217
+ <div class="filters-bar">
218
+ <div class="pill">
219
+ <svg width="32" height="32" viewBox="0 0 24 24">
220
+ <path d="M4 6h16v2H4V6zm3 5h10v2H7v-2zm3 5h4v2h-4v-2z"/>
221
+ </svg>
222
+ <span class="label">Filter</span>
223
+ </div>
224
+ <div class="pill light">
225
+ <span class="label">Room</span>
226
+ <svg class="chev gray" viewBox="0 0 24 24">
227
+ <path d="M7 10l5 5 5-5z"/>
228
+ </svg>
229
+ </div>
230
+ <div class="pill light">
231
+ <span class="label">Style</span>
232
+ <svg class="chev gray" viewBox="0 0 24 24">
233
+ <path d="M7 10l5 5 5-5z"/>
234
+ </svg>
235
+ </div>
236
+ <div class="pill light">
237
+ <span class="label">Metro Area</span>
238
+ <svg class="chev gray" viewBox="0 0 24 24">
239
+ <path d="M7 10l5 5 5-5z"/>
240
+ </svg>
241
+ </div>
242
+ <div class="pill teal">
243
+ <span class="label">"wooden bed"</span>
244
+ <div class="close">
245
+ <svg width="20" height="20" viewBox="0 0 24 24" class="gray">
246
+ <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"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Section title -->
253
+ <div class="section-title">All Photos (23,573)</div>
254
+
255
+ <!-- Photo Grid -->
256
+ <div class="grid">
257
+ <div class="photo-card">
258
+ [IMG: Kitchen with wooden island countertop]
259
+ <div class="heart-badge">
260
+ <svg width="46" height="46" viewBox="0 0 24 24">
261
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+ <div class="photo-card">
266
+ [IMG: Open living area with wooden island and stone fireplace]
267
+ <div class="heart-badge">
268
+ <svg width="46" height="46" viewBox="0 0 24 24">
269
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="photo-card">
275
+ [IMG: Bedroom with wooden canopy bed]
276
+ <div class="heart-badge">
277
+ <svg width="46" height="46" viewBox="0 0 24 24">
278
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ <div class="photo-card">
283
+ [IMG: Bedroom with wood slat ceiling and pendant lights]
284
+ <div class="heart-badge">
285
+ <svg width="46" height="46" viewBox="0 0 24 24">
286
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+
291
+ <div class="photo-card">
292
+ [IMG: Orange wall room with fireplace and tall windows]
293
+ <div class="heart-badge">
294
+ <svg width="46" height="46" viewBox="0 0 24 24">
295
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+ <div class="photo-card">
300
+ [IMG: Kids bedroom with bunk beds and snowy window view]
301
+ <div class="heart-badge">
302
+ <svg width="46" height="46" viewBox="0 0 24 24">
303
+ <path d="M12 21s-6.7-4.35-9.2-7.2C1.2 12.2 2 9.5 4.3 8.3 6.6 7.1 8.8 7.9 10 9.3c1.2-1.4 3.4-2.2 5.7-1 2.3 1.2 3.1 3.9 1.5 5.5C18.7 16.6 12 21 12 21z" fill="#fff"/>
304
+ </svg>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ </div>
310
+ </body>
311
+ </html>
code/19612/19612_0.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #F5E3DA; /* overall warm peach */
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #5E443B;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 72px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #6F5A52;
27
+ background: #F7E6E1;
28
+ font-size: 36px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 18px; }
31
+ .battery {
32
+ width: 42px; height: 22px; border: 3px solid #6F5A52; border-radius: 4px; position: relative;
33
+ }
34
+ .battery::after {
35
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 10px; background: #6F5A52; border-radius: 1px;
36
+ }
37
+ .battery .level { height: 100%; width: 80%; background: #6F5A52; }
38
+
39
+ /* Search section */
40
+ .search-wrap {
41
+ padding: 22px 28px 18px;
42
+ background: #F5DAD6;
43
+ }
44
+ .search-bar {
45
+ height: 110px;
46
+ border-radius: 60px;
47
+ background: #F2CFCB;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 28px;
51
+ gap: 24px;
52
+ }
53
+ .hamburger svg { width: 46px; height: 46px; }
54
+ .search-text { flex: 1; color: #7E6860; font-size: 40px; }
55
+ .avatar {
56
+ width: 86px; height: 86px;
57
+ border-radius: 50%;
58
+ background: #9B7F73;
59
+ color: #FFF;
60
+ font-weight: 700;
61
+ display: flex; align-items: center; justify-content: center;
62
+ font-size: 44px;
63
+ }
64
+
65
+ /* Tabs */
66
+ .tabs {
67
+ background: #F6E7DF;
68
+ padding: 18px 28px 0;
69
+ position: relative;
70
+ }
71
+ .tabs-row {
72
+ display: flex; align-items: center; justify-content: space-between;
73
+ padding: 18px 6px 12px;
74
+ }
75
+ .tab-items { display: flex; gap: 60px; }
76
+ .tab { font-size: 40px; color: #7A655D; }
77
+ .tab.active { color: #B8453A; font-weight: 600; }
78
+ .grid-btn {
79
+ width: 70px; height: 70px; border-radius: 12px;
80
+ background: #8E6F64; opacity: 0.7;
81
+ display: flex; align-items: center; justify-content: center;
82
+ }
83
+ .tab-underline {
84
+ height: 8px; width: 340px; background: #B8453A; border-radius: 4px; margin-left: 6px;
85
+ }
86
+ .files-header {
87
+ padding: 26px 34px 10px;
88
+ font-size: 36px; color: #7B6057;
89
+ }
90
+
91
+ /* List */
92
+ .list {
93
+ padding-bottom: 360px;
94
+ }
95
+ .row {
96
+ display: flex; align-items: center;
97
+ padding: 26px 26px;
98
+ border-bottom: 1px solid #E9D6CC;
99
+ }
100
+ .icon-tile {
101
+ width: 76px; height: 76px; border-radius: 14px; margin-right: 26px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ color: #fff; font-weight: 700; font-size: 40px;
104
+ }
105
+ .tile-yellow { background: #F1C40F; color: #8A6A00; }
106
+ .tile-orange { background: #F39C12; }
107
+ .tile-blue { background: #3B82F6; }
108
+ .tile-red { background: #E74C3C; }
109
+ .content { flex: 1; }
110
+ .title { font-size: 44px; margin-bottom: 10px; }
111
+ .subtitle { font-size: 32px; color: #8C756C; }
112
+ .dots {
113
+ width: 16px; display: flex; flex-direction: column; gap: 10px; margin-left: 16px; margin-right: 10px;
114
+ }
115
+ .dots span { width: 12px; height: 12px; background: #7F665C; border-radius: 50%; display: block; }
116
+
117
+ /* FABs */
118
+ .fab-cam {
119
+ position: absolute; right: 48px; bottom: 420px;
120
+ width: 150px; height: 150px; border-radius: 50%;
121
+ background: #F8CDBE;
122
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .fab-new {
126
+ position: absolute; right: 230px; bottom: 300px;
127
+ height: 120px; width: 280px; border-radius: 28px;
128
+ background: #F4C9BA;
129
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
130
+ display: flex; align-items: center; gap: 24px; padding: 0 34px;
131
+ font-size: 44px; color: #5E443B; font-weight: 600;
132
+ }
133
+ .fab-plus {
134
+ width: 64px; height: 64px; border-radius: 50%;
135
+ background: #EFB9A6; display: flex; align-items: center; justify-content: center;
136
+ font-size: 48px; font-weight: 700; color: #5E443B;
137
+ }
138
+
139
+ /* Bottom navigation */
140
+ .bottom-nav {
141
+ position: absolute; left: 0; right: 0; bottom: 0;
142
+ height: 220px; background: #F6DBD6; border-top: 1px solid #E6CCC5;
143
+ padding-top: 18px;
144
+ }
145
+ .nav-row {
146
+ display: flex; justify-content: space-around; align-items: flex-start;
147
+ margin: 10px 0 0;
148
+ }
149
+ .nav-item { text-align: center; color: #7C655B; }
150
+ .nav-icon {
151
+ width: 90px; height: 90px; margin: 0 auto 8px;
152
+ display: flex; align-items: center; justify-content: center;
153
+ color: #6F584E;
154
+ }
155
+ .nav-item.selected .nav-icon {
156
+ background: #F3C8BA; border-radius: 28px;
157
+ }
158
+ .nav-label { font-size: 32px; }
159
+ .gesture {
160
+ position: absolute; left: 50%; transform: translateX(-50%);
161
+ bottom: 16px; width: 240px; height: 16px; border-radius: 10px; background: #BBAFAC;
162
+ opacity: 0.8;
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status bar -->
170
+ <div class="status-bar">
171
+ <div>12:54</div>
172
+ <div class="status-icons">
173
+ <span style="font-size:32px;">⦿</span>
174
+ <div class="battery"><div class="level"></div></div>
175
+ <div style="font-size:32px;">100%</div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Search -->
180
+ <div class="search-wrap">
181
+ <div class="search-bar">
182
+ <div class="hamburger" aria-label="Menu">
183
+ <svg viewBox="0 0 24 24">
184
+ <rect x="3" y="5" width="18" height="2" fill="#6E5A52"></rect>
185
+ <rect x="3" y="11" width="18" height="2" fill="#6E5A52"></rect>
186
+ <rect x="3" y="17" width="18" height="2" fill="#6E5A52"></rect>
187
+ </svg>
188
+ </div>
189
+ <div class="search-text">Search in Drive</div>
190
+ <div class="avatar">I</div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Tabs -->
195
+ <div class="tabs">
196
+ <div class="tabs-row">
197
+ <div class="tab-items">
198
+ <div class="tab active">Suggested</div>
199
+ <div class="tab">Activity</div>
200
+ </div>
201
+ <div class="grid-btn" aria-label="Grid">
202
+ <svg viewBox="0 0 24 24" width="34" height="34">
203
+ <rect x="3" y="3" width="7" height="7" fill="#F6E7DF"></rect>
204
+ <rect x="14" y="3" width="7" height="7" fill="#F6E7DF"></rect>
205
+ <rect x="3" y="14" width="7" height="7" fill="#F6E7DF"></rect>
206
+ <rect x="14" y="14" width="7" height="7" fill="#F6E7DF"></rect>
207
+ </svg>
208
+ </div>
209
+ </div>
210
+ <div class="tab-underline"></div>
211
+ </div>
212
+
213
+ <div class="files-header">Files</div>
214
+
215
+ <!-- File list -->
216
+ <div class="list">
217
+ <div class="row">
218
+ <div class="icon-tile tile-yellow"></div>
219
+ <div class="content">
220
+ <div class="title">New car</div>
221
+ <div class="subtitle">You opened • 11:30 AM</div>
222
+ </div>
223
+ <div class="dots"><span></span><span></span><span></span></div>
224
+ </div>
225
+
226
+ <div class="row">
227
+ <div class="icon-tile tile-orange">P</div>
228
+ <div class="content">
229
+ <div class="title">New car.pptx</div>
230
+ <div class="subtitle">You modified • Dec 12, 2023</div>
231
+ </div>
232
+ <div class="dots"><span></span><span></span><span></span></div>
233
+ </div>
234
+
235
+ <div class="row">
236
+ <div class="icon-tile tile-yellow"></div>
237
+ <div class="content">
238
+ <div class="title">U</div>
239
+ <div class="subtitle">You modified • Dec 12, 2023</div>
240
+ </div>
241
+ <div class="dots"><span></span><span></span><span></span></div>
242
+ </div>
243
+
244
+ <div class="row">
245
+ <div class="icon-tile tile-blue"></div>
246
+ <div class="content">
247
+ <div class="title">actuation_result.txt</div>
248
+ <div class="subtitle">You created • Sep 27, 2023</div>
249
+ </div>
250
+ <div class="dots"><span></span><span></span><span></span></div>
251
+ </div>
252
+
253
+ <div class="row">
254
+ <div class="icon-tile tile-red"></div>
255
+ <div class="content">
256
+ <div class="title">Photo</div>
257
+ <div class="subtitle">You opened • Sep 27, 2023</div>
258
+ </div>
259
+ <div class="dots"><span></span><span></span><span></span></div>
260
+ </div>
261
+ </div>
262
+
263
+ <!-- Floating Action Buttons -->
264
+ <div class="fab-cam" aria-label="Camera">
265
+ <svg viewBox="0 0 24 24" width="64" height="64">
266
+ <rect x="4" y="7" width="16" height="12" rx="2" fill="#5E443B"></rect>
267
+ <rect x="8" y="5" width="8" height="3" rx="1" fill="#5E443B"></rect>
268
+ <circle cx="12" cy="13" r="3" fill="#F6DBD6"></circle>
269
+ </svg>
270
+ </div>
271
+
272
+ <div class="fab-new">
273
+ <div class="fab-plus">+</div>
274
+ <div>New</div>
275
+ </div>
276
+
277
+ <!-- Bottom Navigation -->
278
+ <div class="bottom-nav">
279
+ <div class="nav-row">
280
+ <div class="nav-item selected">
281
+ <div class="nav-icon">
282
+ <svg viewBox="0 0 24 24" width="44" height="44">
283
+ <path d="M4 11L12 4l8 7v8H4z" fill="#6F584E"></path>
284
+ </svg>
285
+ </div>
286
+ <div class="nav-label">Home</div>
287
+ </div>
288
+ <div class="nav-item">
289
+ <div class="nav-icon">
290
+ <svg viewBox="0 0 24 24" width="44" height="44">
291
+ <path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z" fill="#6F584E"></path>
292
+ </svg>
293
+ </div>
294
+ <div class="nav-label">Starred</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <div class="nav-icon">
298
+ <svg viewBox="0 0 24 24" width="44" height="44">
299
+ <path d="M16 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zM8 11c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V20h14v-3.5C15 14.17 10.33 13 8 13zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.91 1.97 3.45V20h6v-3.5c0-2.33-4.67-3.5-7-3.5z" fill="#6F584E"></path>
300
+ </svg>
301
+ </div>
302
+ <div class="nav-label">Shared</div>
303
+ </div>
304
+ <div class="nav-item">
305
+ <div class="nav-icon">
306
+ <svg viewBox="0 0 24 24" width="44" height="44">
307
+ <path d="M4 4h16v4H4zM4 10h16v10H4z" fill="#6F584E"></path>
308
+ </svg>
309
+ </div>
310
+ <div class="nav-label">Files</div>
311
+ </div>
312
+ </div>
313
+ <div class="gesture"></div>
314
+ </div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/19612/19612_1.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive Style Bottom Sheet</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #4e3d39; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #cdbfba;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 84px;
20
+ padding: 20px 28px 0 28px;
21
+ box-sizing: border-box;
22
+ color: #ffffff;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ opacity: 0.85;
27
+ }
28
+ .status-time { font-weight: 600; font-size: 34px; color: #ffffff; }
29
+ .status-icons { display: flex; align-items: center; gap: 18px; }
30
+
31
+ /* Search bar */
32
+ .search-wrap {
33
+ padding: 22px 28px 8px 28px;
34
+ }
35
+ .search-pill {
36
+ background: rgba(150, 110, 110, 0.25);
37
+ border-radius: 38px;
38
+ height: 108px;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 24px;
42
+ box-sizing: border-box;
43
+ color: #5c4a46;
44
+ }
45
+ .menu-icon, .avatar {
46
+ width: 78px; height: 78px;
47
+ display: flex; align-items: center; justify-content: center;
48
+ }
49
+ .avatar {
50
+ background: rgba(74, 55, 51, 0.35);
51
+ color: #3b2c29;
52
+ border-radius: 50%;
53
+ font-weight: 700;
54
+ font-size: 40px;
55
+ }
56
+ .search-text {
57
+ flex: 1;
58
+ padding: 0 18px;
59
+ font-size: 36px;
60
+ opacity: 0.88;
61
+ }
62
+
63
+ /* Tabs */
64
+ .tabs {
65
+ display: flex;
66
+ align-items: center;
67
+ padding: 22px 28px 0 28px;
68
+ color: #5b4743;
69
+ }
70
+ .tab {
71
+ font-size: 38px;
72
+ margin-right: 40px;
73
+ }
74
+ .tab.active {
75
+ color: #7a1a1a;
76
+ font-weight: 700;
77
+ }
78
+ .tabs-line {
79
+ height: 6px;
80
+ width: 280px;
81
+ background: #8b2626;
82
+ border-radius: 6px;
83
+ margin-left: 28px;
84
+ }
85
+ .tabs-right {
86
+ margin-left: auto;
87
+ padding-right: 12px;
88
+ }
89
+
90
+ .section-title {
91
+ padding: 20px 28px;
92
+ font-size: 36px;
93
+ color: #5b4743;
94
+ opacity: 0.9;
95
+ }
96
+
97
+ /* Bottom sheet */
98
+ .sheet {
99
+ position: absolute;
100
+ left: 0;
101
+ right: 0;
102
+ top: 480px;
103
+ bottom: 0;
104
+ background: #f2d1cc;
105
+ border-top-left-radius: 42px;
106
+ border-top-right-radius: 42px;
107
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.08);
108
+ padding: 28px 0 40px 0;
109
+ }
110
+ .sheet-inner {
111
+ height: 100%;
112
+ overflow: hidden;
113
+ display: flex;
114
+ flex-direction: column;
115
+ }
116
+ .list {
117
+ overflow-y: hidden;
118
+ padding: 8px 0 0 0;
119
+ }
120
+ .row {
121
+ display: flex;
122
+ align-items: center;
123
+ padding: 30px 36px;
124
+ font-size: 38px;
125
+ color: #5a4743;
126
+ }
127
+ .icon {
128
+ width: 70px; height: 70px;
129
+ display: flex; align-items: center; justify-content: center;
130
+ margin-right: 28px;
131
+ }
132
+ .icon svg { width: 58px; height: 58px; }
133
+ .icon-muted svg path, .icon-muted svg rect, .icon-muted svg circle, .icon-muted svg polygon, .icon-muted svg line { fill: #7a5e58; stroke: #7a5e58; }
134
+ .divider {
135
+ height: 2px;
136
+ background: #ddbdb7;
137
+ margin: 6px 36px;
138
+ }
139
+
140
+ /* Gesture bar imitation */
141
+ .gesture {
142
+ position: absolute;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ bottom: 22px;
146
+ width: 340px;
147
+ height: 12px;
148
+ border-radius: 8px;
149
+ background: rgba(60,60,60,0.35);
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status bar -->
157
+ <div class="status-bar">
158
+ <div class="status-time">12:54</div>
159
+ <div class="status-icons">
160
+ <!-- Do not identify real services; generic icons only -->
161
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9"><circle cx="12" cy="12" r="2"/></svg>
162
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.9"><path d="M3 12h18"/></svg>
163
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.9">
164
+ <rect x="2" y="7" width="18" height="10" rx="2"></rect>
165
+ <rect x="20.5" y="10" width="1.5" height="4" rx="0.5" fill="#ffffff" stroke="none"></rect>
166
+ </svg>
167
+ <span style="color:#ffffff; font-size:28px; opacity:0.9;">100%</span>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Search -->
172
+ <div class="search-wrap">
173
+ <div class="search-pill">
174
+ <div class="menu-icon">
175
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#4e3d39">
176
+ <rect x="3" y="6" width="18" height="2"></rect>
177
+ <rect x="3" y="11" width="18" height="2"></rect>
178
+ <rect x="3" y="16" width="18" height="2"></rect>
179
+ </svg>
180
+ </div>
181
+ <div class="search-text">Search in Drive</div>
182
+ <div class="avatar">I</div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Tabs -->
187
+ <div class="tabs">
188
+ <div class="tab active">Suggested</div>
189
+ <div class="tab">Activity</div>
190
+ <div class="tabs-right">
191
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#5b4743">
192
+ <rect x="3" y="3" width="6" height="6"></rect>
193
+ <rect x="3" y="15" width="6" height="6"></rect>
194
+ <rect x="15" y="3" width="6" height="6"></rect>
195
+ <rect x="15" y="15" width="6" height="6"></rect>
196
+ </svg>
197
+ </div>
198
+ </div>
199
+ <div class="tabs-line"></div>
200
+
201
+ <div class="section-title">Files</div>
202
+
203
+ <!-- Bottom sheet -->
204
+ <div class="sheet">
205
+ <div class="sheet-inner">
206
+ <div class="list">
207
+ <div class="row">
208
+ <div class="icon">
209
+ <svg width="58" height="58" viewBox="0 0 24 24">
210
+ <rect x="3" y="5" width="18" height="14" rx="3" fill="#f2c12f"></rect>
211
+ </svg>
212
+ </div>
213
+ <div>New car</div>
214
+ </div>
215
+
216
+ <div class="row">
217
+ <div class="icon icon-muted">
218
+ <!-- person add -->
219
+ <svg viewBox="0 0 24 24">
220
+ <circle cx="10" cy="8" r="3"></circle>
221
+ <path d="M3 20c0-3.3 3-6 7-6" fill="none" stroke="#7a5e58" stroke-width="2"></path>
222
+ <path d="M17 7v6M14 10h6" stroke="#7a5e58" stroke-width="2" fill="none"></path>
223
+ </svg>
224
+ </div>
225
+ <div>Share</div>
226
+ </div>
227
+
228
+ <div class="row">
229
+ <div class="icon icon-muted">
230
+ <!-- group -->
231
+ <svg viewBox="0 0 24 24">
232
+ <circle cx="8" cy="9" r="3"></circle>
233
+ <circle cx="16" cy="11" r="2.5"></circle>
234
+ <path d="M2 20c0-3 3-5 6-5" fill="none" stroke="#7a5e58" stroke-width="2"></path>
235
+ <path d="M12 20c0-2.5 2.5-4.5 5.5-4.5" fill="none" stroke="#7a5e58" stroke-width="2"></path>
236
+ </svg>
237
+ </div>
238
+ <div>Manage access</div>
239
+ </div>
240
+
241
+ <div class="row">
242
+ <div class="icon icon-muted">
243
+ <!-- star -->
244
+ <svg viewBox="0 0 24 24">
245
+ <polygon points="12,3 15,9 22,9 16.5,13.5 18.5,20 12,16 5.5,20 7.5,13.5 2,9 9,9" fill="#7a5e58"></polygon>
246
+ </svg>
247
+ </div>
248
+ <div>Add to Starred</div>
249
+ </div>
250
+
251
+ <div class="row">
252
+ <div class="icon icon-muted">
253
+ <!-- offline check in circle -->
254
+ <svg viewBox="0 0 24 24">
255
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#7a5e58" stroke-width="2"></circle>
256
+ <path d="M8 12l3 3 5-6" fill="none" stroke="#7a5e58" stroke-width="2"></path>
257
+ </svg>
258
+ </div>
259
+ <div>Make available offline</div>
260
+ </div>
261
+
262
+ <div class="divider"></div>
263
+
264
+ <div class="row">
265
+ <div class="icon icon-muted">
266
+ <!-- link -->
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M10 13l4-4" fill="none" stroke="#7a5e58" stroke-width="2"></path>
269
+ <path d="M8 15a4 4 0 0 1 0-6l3-3m2 12l3-3a4 4 0 0 0 0-6" fill="none" stroke="#7a5e58" stroke-width="2"></path>
270
+ </svg>
271
+ </div>
272
+ <div>Copy link</div>
273
+ </div>
274
+
275
+ <div class="row">
276
+ <div class="icon icon-muted">
277
+ <!-- copy -->
278
+ <svg viewBox="0 0 24 24">
279
+ <rect x="8" y="8" width="10" height="12" rx="2" fill="none" stroke="#7a5e58" stroke-width="2"></rect>
280
+ <rect x="4" y="4" width="10" height="12" rx="2" fill="none" stroke="#7a5e58" stroke-width="2"></rect>
281
+ </svg>
282
+ </div>
283
+ <div>Make a copy</div>
284
+ </div>
285
+
286
+ <div class="row">
287
+ <div class="icon icon-muted">
288
+ <!-- send/arrow -->
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M3 12l18-8-7 8 7 8-18-8z" fill="none" stroke="#7a5e58" stroke-width="2"></path>
291
+ </svg>
292
+ </div>
293
+ <div>Send a copy</div>
294
+ </div>
295
+
296
+ <div class="divider"></div>
297
+
298
+ <div class="row">
299
+ <div class="icon icon-muted">
300
+ <!-- open with (four arrows) -->
301
+ <svg viewBox="0 0 24 24">
302
+ <path d="M7 3v4H3M17 3v4h4M7 21v-4H3M21 17h-4v4" fill="none" stroke="#7a5e58" stroke-width="2"></path>
303
+ </svg>
304
+ </div>
305
+ <div>Open with</div>
306
+ </div>
307
+
308
+ <div class="row">
309
+ <div class="icon icon-muted">
310
+ <!-- download -->
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M12 4v10M8 10l4 4 4-4" fill="none" stroke="#7a5e58" stroke-width="2"></path>
313
+ <rect x="4" y="18" width="16" height="2" fill="#7a5e58"></rect>
314
+ </svg>
315
+ </div>
316
+ <div>Download</div>
317
+ </div>
318
+
319
+ <div class="row">
320
+ <div class="icon icon-muted">
321
+ <!-- pencil -->
322
+ <svg viewBox="0 0 24 24">
323
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="none" stroke="#7a5e58" stroke-width="2"></path>
324
+ <path d="M14.06 6.19l2.75-2.75 3.5 3.5-2.75 2.75z" fill="none" stroke="#7a5e58" stroke-width="2"></path>
325
+ </svg>
326
+ </div>
327
+ <div>Rename</div>
328
+ </div>
329
+
330
+ <div class="row">
331
+ <div class="icon icon-muted">
332
+ <!-- folder -->
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M3 6h6l2 2h10v10a2 2 0 0 1-2 2H3z" fill="none" stroke="#7a5e58" stroke-width="2"></path>
335
+ </svg>
336
+ </div>
337
+ <div>Show file location</div>
338
+ </div>
339
+
340
+ <div class="row" style="opacity:0.85;">
341
+ <div class="icon icon-muted">
342
+ <!-- shortcut -->
343
+ <svg viewBox="0 0 24 24">
344
+ <path d="M7 12h6l-3-3m3 3l-3 3" fill="none" stroke="#7a5e58" stroke-width="2"></path>
345
+ </svg>
346
+ </div>
347
+ <div>Add shortcut to Drive</div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <div class="gesture"></div>
354
+ </div>
355
+ </body>
356
+ </html>
code/19612/19612_2.html ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</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: #F8E7DF; /* soft peach */
14
+ color: #63443D;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ padding: 30px 36px 0 36px;
21
+ display: flex;
22
+ justify-content: space-between;
23
+ align-items: center;
24
+ color: #6B4A42;
25
+ font-size: 38px;
26
+ box-sizing: border-box;
27
+ }
28
+ .status-right {
29
+ display: flex; align-items: center; gap: 22px;
30
+ }
31
+ .status-icon { width: 34px; height: 34px; opacity: 0.7; }
32
+
33
+ /* Search + header band */
34
+ .search-band {
35
+ background: #F3D2C8;
36
+ padding: 24px 28px 28px 28px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 22px;
40
+ box-sizing: border-box;
41
+ border-bottom-left-radius: 28px;
42
+ border-bottom-right-radius: 28px;
43
+ }
44
+ .hamburger {
45
+ width: 64px; height: 64px; border-radius: 16px;
46
+ display: flex; justify-content: center; align-items: center;
47
+ }
48
+ .search-box {
49
+ flex: 1;
50
+ height: 92px;
51
+ background: #F5CFC5;
52
+ border-radius: 46px;
53
+ display: flex; align-items: center;
54
+ padding: 0 34px;
55
+ color: #88635B;
56
+ font-size: 38px;
57
+ }
58
+ .avatar {
59
+ width: 90px; height: 90px; border-radius: 50%;
60
+ background: #9A7A6E; color: #F8E7DF;
61
+ display: flex; align-items: center; justify-content: center;
62
+ font-weight: bold; font-size: 42px;
63
+ }
64
+
65
+ /* Tabs */
66
+ .tabs {
67
+ display: flex; align-items: center; justify-content: space-between;
68
+ padding: 28px 36px 18px 36px; font-size: 44px; box-sizing: border-box;
69
+ }
70
+ .tab-left { display: flex; gap: 40px; }
71
+ .tab { color: #7A574F; }
72
+ .tab.active { color: #C74D44; font-weight: 600; }
73
+ .tab-underline {
74
+ height: 10px; width: 240px; background: #C74D44; border-radius: 6px; margin-left: 36px;
75
+ }
76
+ .grid-icon { width: 60px; height: 60px; opacity: 0.8; }
77
+
78
+ /* Files section title */
79
+ .section-title {
80
+ padding: 22px 36px 10px 36px; font-size: 40px; color: #7A574F;
81
+ }
82
+
83
+ /* File list */
84
+ .file-list { padding: 6px 0 0 0; }
85
+ .file-item {
86
+ display: flex; align-items: center;
87
+ padding: 26px 24px 26px 36px;
88
+ box-sizing: border-box;
89
+ }
90
+ .icon-square {
91
+ width: 72px; height: 72px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
92
+ color: #fff; font-weight: 700; font-size: 34px; margin-right: 28px;
93
+ }
94
+ .icon-yellow { background: #F0C542; color: #664; }
95
+ .icon-orange { background: #F2994A; }
96
+ .icon-blue { background: #4285F4; }
97
+ .icon-red { background: #E75A5A; }
98
+ .file-text { flex: 1; }
99
+ .file-title { font-size: 48px; color: #48332E; }
100
+ .file-sub { font-size: 30px; color: #8A6A62; margin-top: 8px; display: flex; align-items: center; gap: 14px; }
101
+ .bullet { margin: 0 12px; opacity: 0.7; }
102
+ .menu-btn { width: 24px; height: 24px; margin-left: 16px; }
103
+ .person-icon { width: 32px; height: 32px; opacity: 0.7; }
104
+
105
+ /* Floating buttons */
106
+ .fab-camera {
107
+ position: absolute; right: 44px; top: 1520px;
108
+ width: 132px; height: 132px; border-radius: 50%;
109
+ background: #F7CCBA; box-shadow: 0 8px 18px rgba(0,0,0,0.2);
110
+ display: flex; align-items: center; justify-content: center;
111
+ }
112
+ .fab-camera svg { width: 52px; height: 52px; fill: #63443D; }
113
+ .fab-new {
114
+ position: absolute; right: 36px; top: 1720px;
115
+ background: #F7CCBA; color: #63443D; border-radius: 28px;
116
+ padding: 28px 36px; font-size: 42px; box-shadow: 0 8px 18px rgba(0,0,0,0.18);
117
+ display: flex; align-items: center; gap: 20px;
118
+ }
119
+ .plus-icon { width: 36px; height: 36px; }
120
+
121
+ /* Toast */
122
+ .toast {
123
+ position: absolute; left: 24px; right: 24px; bottom: 280px;
124
+ background: #5A443E; color: #F8E7DF; border-radius: 18px;
125
+ padding: 28px 32px; font-size: 36px; box-shadow: 0 4px 14px rgba(0,0,0,0.25);
126
+ }
127
+
128
+ /* Bottom nav */
129
+ .bottom-nav {
130
+ position: absolute; left: 0; right: 0; bottom: 0;
131
+ height: 220px; background: #F3D2C8;
132
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
133
+ }
134
+ .nav-items {
135
+ display: flex; justify-content: space-around; align-items: center;
136
+ padding-top: 20px;
137
+ }
138
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #6F4F47; }
139
+ .nav-item.active .icon-wrap {
140
+ background: #F7CCBA; border-radius: 18px; padding: 16px;
141
+ }
142
+ .nav-label { font-size: 34px; }
143
+ .nav-icon { width: 48px; height: 48px; }
144
+ .gesture {
145
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
146
+ width: 240px; height: 12px; background: #B8B2AE; border-radius: 8px; opacity: 0.7;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status bar -->
154
+ <div class="status-bar">
155
+ <div>12:55</div>
156
+ <div class="status-right">
157
+ <!-- small "do not disturb" icon -->
158
+ <svg class="status-icon" viewBox="0 0 24 24">
159
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#6B4A42" stroke-width="2"></circle>
160
+ <rect x="6" y="11" width="12" height="2" fill="#6B4A42"></rect>
161
+ </svg>
162
+ <!-- battery -->
163
+ <svg class="status-icon" viewBox="0 0 28 16">
164
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#6B4A42" stroke-width="2"></rect>
165
+ <rect x="24" y="6" width="3" height="4" fill="#6B4A42"></rect>
166
+ <rect x="3" y="4" width="18" height="8" fill="#6B4A42"></rect>
167
+ </svg>
168
+ <div style="font-size:34px;">100%</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Search band -->
173
+ <div class="search-band">
174
+ <div class="hamburger">
175
+ <svg viewBox="0 0 24 24" width="42" height="42" fill="#63443D">
176
+ <rect x="3" y="5" width="18" height="2"></rect>
177
+ <rect x="3" y="11" width="18" height="2"></rect>
178
+ <rect x="3" y="17" width="18" height="2"></rect>
179
+ </svg>
180
+ </div>
181
+ <div class="search-box">Search in Drive</div>
182
+ <div class="avatar">I</div>
183
+ </div>
184
+
185
+ <!-- Tabs -->
186
+ <div class="tabs">
187
+ <div class="tab-left">
188
+ <div class="tab active">Suggested</div>
189
+ <div class="tab">Activity</div>
190
+ </div>
191
+ <svg class="grid-icon" viewBox="0 0 24 24" fill="#6B4A42">
192
+ <rect x="3" y="3" width="6" height="6" rx="1"></rect>
193
+ <rect x="13" y="3" width="6" height="6" rx="1"></rect>
194
+ <rect x="3" y="13" width="6" height="6" rx="1"></rect>
195
+ <rect x="13" y="13" width="6" height="6" rx="1"></rect>
196
+ </svg>
197
+ </div>
198
+ <div class="tab-underline"></div>
199
+
200
+ <!-- Files title -->
201
+ <div class="section-title">Files</div>
202
+
203
+ <!-- File list -->
204
+ <div class="file-list">
205
+ <!-- Item 1 -->
206
+ <div class="file-item">
207
+ <div class="icon-square icon-yellow"></div>
208
+ <div class="file-text">
209
+ <div class="file-title">New car</div>
210
+ <div class="file-sub">
211
+ <svg class="person-icon" viewBox="0 0 24 24" fill="#8A6A62">
212
+ <circle cx="12" cy="8" r="4"></circle>
213
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#8A6A62"></path>
214
+ </svg>
215
+ <span>You opened</span>
216
+ <span class="bullet">•</span>
217
+ <span>11:30 AM</span>
218
+ </div>
219
+ </div>
220
+ <svg class="menu-btn" viewBox="0 0 6 18" fill="#6B4A42">
221
+ <circle cx="3" cy="3" r="3"></circle>
222
+ <circle cx="3" cy="9" r="3"></circle>
223
+ <circle cx="3" cy="15" r="3"></circle>
224
+ </svg>
225
+ </div>
226
+
227
+ <!-- Item 2 -->
228
+ <div class="file-item">
229
+ <div class="icon-square icon-orange">P</div>
230
+ <div class="file-text">
231
+ <div class="file-title">New car.pptx</div>
232
+ <div class="file-sub">
233
+ <span>You modified</span>
234
+ <span class="bullet">•</span>
235
+ <span>Dec 12, 2023</span>
236
+ </div>
237
+ </div>
238
+ <svg class="menu-btn" viewBox="0 0 6 18" fill="#6B4A42">
239
+ <circle cx="3" cy="3" r="3"></circle>
240
+ <circle cx="3" cy="9" r="3"></circle>
241
+ <circle cx="3" cy="15" r="3"></circle>
242
+ </svg>
243
+ </div>
244
+
245
+ <!-- Item 3 -->
246
+ <div class="file-item">
247
+ <div class="icon-square icon-yellow"></div>
248
+ <div class="file-text">
249
+ <div class="file-title">U</div>
250
+ <div class="file-sub">
251
+ <span>You modified</span>
252
+ <span class="bullet">•</span>
253
+ <span>Dec 12, 2023</span>
254
+ </div>
255
+ </div>
256
+ <svg class="menu-btn" viewBox="0 0 6 18" fill="#6B4A42">
257
+ <circle cx="3" cy="3" r="3"></circle>
258
+ <circle cx="3" cy="9" r="3"></circle>
259
+ <circle cx="3" cy="15" r="3"></circle>
260
+ </svg>
261
+ </div>
262
+
263
+ <!-- Item 4 -->
264
+ <div class="file-item">
265
+ <div class="icon-square icon-blue"></div>
266
+ <div class="file-text">
267
+ <div class="file-title">actuation_result.txt</div>
268
+ <div class="file-sub">
269
+ <span>You created</span>
270
+ <span class="bullet">•</span>
271
+ <span>Sep 27, 2023</span>
272
+ </div>
273
+ </div>
274
+ <svg class="menu-btn" viewBox="0 0 6 18" fill="#6B4A42">
275
+ <circle cx="3" cy="3" r="3"></circle>
276
+ <circle cx="3" cy="9" r="3"></circle>
277
+ <circle cx="3" cy="15" r="3"></circle>
278
+ </svg>
279
+ </div>
280
+
281
+ <!-- Item 5 -->
282
+ <div class="file-item">
283
+ <div class="icon-square icon-red"></div>
284
+ <div class="file-text">
285
+ <div class="file-title">Photo</div>
286
+ <div class="file-sub">
287
+ <svg class="person-icon" viewBox="0 0 24 24" fill="#8A6A62">
288
+ <circle cx="12" cy="8" r="4"></circle>
289
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#8A6A62"></path>
290
+ </svg>
291
+ <span>You opened</span>
292
+ <span class="bullet">•</span>
293
+ <span>Sep 27, 2023</span>
294
+ </div>
295
+ </div>
296
+ <svg class="menu-btn" viewBox="0 0 6 18" fill="#6B4A42">
297
+ <circle cx="3" cy="3" r="3"></circle>
298
+ <circle cx="3" cy="9" r="3"></circle>
299
+ <circle cx="3" cy="15" r="3"></circle>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+
304
+ <!-- Floating camera -->
305
+ <div class="fab-camera">
306
+ <svg viewBox="0 0 24 24">
307
+ <rect x="4" y="7" width="16" height="12" rx="3"></rect>
308
+ <rect x="8" y="5" width="8" height="3" rx="1"></rect>
309
+ <circle cx="12" cy="13" r="4"></circle>
310
+ </svg>
311
+ </div>
312
+
313
+ <!-- Floating new -->
314
+ <div class="fab-new">
315
+ <svg class="plus-icon" viewBox="0 0 24 24" fill="#63443D">
316
+ <rect x="11" y="4" width="2" height="16"></rect>
317
+ <rect x="4" y="11" width="16" height="2"></rect>
318
+ </svg>
319
+ <span>New</span>
320
+ </div>
321
+
322
+ <!-- Toast -->
323
+ <div class="toast">1 item will be downloaded. See notification for details.</div>
324
+
325
+ <!-- Bottom navigation -->
326
+ <div class="bottom-nav">
327
+ <div class="nav-items">
328
+ <div class="nav-item active">
329
+ <div class="icon-wrap">
330
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#6F4F47">
331
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z"></path>
332
+ </svg>
333
+ </div>
334
+ <div class="nav-label">Home</div>
335
+ </div>
336
+ <div class="nav-item">
337
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#6F4F47">
338
+ <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"></path>
339
+ </svg>
340
+ <div class="nav-label">Starred</div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#6F4F47">
344
+ <circle cx="8" cy="8" r="3"></circle>
345
+ <circle cx="16" cy="8" r="3"></circle>
346
+ <path d="M3 20c0-4 4-6 8-6s8 2 8 6" fill="#6F4F47"></path>
347
+ </svg>
348
+ <div class="nav-label">Shared</div>
349
+ </div>
350
+ <div class="nav-item">
351
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#6F4F47">
352
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
353
+ <rect x="6" y="9" width="12" height="6" fill="#F3D2C8"></rect>
354
+ </svg>
355
+ <div class="nav-label">Files</div>
356
+ </div>
357
+ </div>
358
+ <div class="gesture"></div>
359
+ </div>
360
+
361
+ </div>
362
+ </body>
363
+ </html>
code/19615/19615_0.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Android Home Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ border-radius: 0;
13
+ background: linear-gradient(160deg,#f3b58f 0%, #f6c19c 25%, #f0b491 45%, #f2a884 60%, #f2b092 75%) no-repeat;
14
+ }
15
+
16
+ /* Abstract wallpaper accents */
17
+ .shape { position: absolute; filter: saturate(110%); }
18
+ .shape.green { background:#7d9f8b; }
19
+ .shape.purple { background:#5b4aa8; }
20
+ .shape.peach { background:#e58d72; }
21
+ .shape.cream { background:#efe6e0; }
22
+ .shape1 { width: 520px; height: 800px; left: -120px; top: 340px; transform: rotate(35deg); }
23
+ .shape2 { width: 800px; height: 900px; right: -240px; top: 480px; transform: rotate(-25deg); }
24
+ .shape3 { width: 700px; height: 700px; left: 280px; bottom: 580px; transform: rotate(18deg); }
25
+ .shape4 { width: 680px; height: 880px; left: -220px; bottom: 140px; transform: rotate(-12deg); }
26
+ .shape { border-radius: 80px; opacity: .7; mix-blend-mode: multiply; }
27
+
28
+ /* Status bar */
29
+ .status {
30
+ position: absolute; top: 24px; left: 24px; right: 24px; height: 64px; color: #ffffff;
31
+ display: flex; align-items: center; justify-content: space-between; font-weight: 600;
32
+ }
33
+ .status .time { font-size: 44px; letter-spacing: 0.5px; }
34
+ .status .icons { display: flex; align-items: center; gap: 20px; }
35
+ .badge {
36
+ width: 26px; height: 26px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%;
37
+ opacity: .95;
38
+ }
39
+ .wifi {
40
+ width: 34px; height: 24px; position: relative;
41
+ }
42
+ .wifi:before, .wifi:after {
43
+ content:""; position:absolute; left:0; right:0; margin:auto; border:2px solid #fff; border-top-left-radius: 24px; border-top-right-radius: 24px; border-bottom:0;
44
+ }
45
+ .wifi:before { width:32px; height:20px; top:2px; opacity:.9; }
46
+ .wifi:after { width:18px; height:10px; top:8px; opacity:.9; }
47
+ .battery {
48
+ width: 46px; height: 22px; border: 2px solid #fff; border-radius: 4px; position: relative;
49
+ }
50
+ .battery:after {
51
+ content:""; position:absolute; right:-6px; top:6px; width:6px; height:10px; background:#fff; border-radius:2px;
52
+ }
53
+ .battery .level { position:absolute; top:2px; left:2px; height:16px; width:32px; background:#fff; border-radius:2px; }
54
+ .pct { margin-left: 8px; font-size: 28px; }
55
+
56
+ /* Date & weather card text */
57
+ .date-weather {
58
+ position: absolute; top: 210px; left: 60px; color:#ffffff;
59
+ }
60
+ .date-weather .date {
61
+ font-size: 76px; font-weight: 700; text-shadow: 0 2px 6px rgba(0,0,0,.15);
62
+ }
63
+ .weather {
64
+ margin-top: 16px; display:flex; align-items:center; gap: 16px; font-size: 40px; font-weight:600;
65
+ }
66
+ .sun { width: 34px; height: 34px; border-radius:50%; background:#ffd44d; box-shadow:0 0 0 3px rgba(255,255,255,.35) inset; }
67
+
68
+ /* App grid */
69
+ .apps-row {
70
+ position: absolute; left: 60px; right: 60px; bottom: 560px;
71
+ display: flex; justify-content: space-between; align-items: flex-start;
72
+ }
73
+ .app {
74
+ width: 220px; text-align: center; color:#ffffff;
75
+ }
76
+ .icon-wrap {
77
+ width: 170px; height: 170px; border-radius: 50%; background:#ffffff; margin: 0 auto 22px auto;
78
+ display:flex; align-items:center; justify-content:center; box-shadow: 0 6px 18px rgba(0,0,0,.25);
79
+ }
80
+ .label { font-size: 38px; font-weight: 600; text-shadow: 0 2px 4px rgba(0,0,0,.25); }
81
+
82
+ /* Dock */
83
+ .dock {
84
+ position: absolute; left: 70px; right: 70px; bottom: 350px;
85
+ display:flex; justify-content: space-between; align-items:center;
86
+ }
87
+ .dock .icon-wrap { width: 160px; height:160px; }
88
+
89
+ /* Search pill */
90
+ .search {
91
+ position: absolute; left: 60px; right: 60px; bottom: 160px; height: 120px; background:#ffffff;
92
+ border-radius: 60px; box-shadow: 0 10px 28px rgba(0,0,0,.25); display:flex; align-items:center; padding: 0 30px; gap: 28px;
93
+ }
94
+ .g-logo {
95
+ width: 72px; height: 72px; border-radius: 50%; overflow:hidden; position:relative;
96
+ }
97
+ .g-logo:before { content:"G"; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-weight:800; color:#4285F4; font-size:42px; }
98
+ .search .spacer { flex:1; }
99
+ .circle-btn {
100
+ width: 86px; height: 86px; border-radius: 20px; background:#f2f4f7; display:flex; align-items:center; justify-content:center;
101
+ border: 1px solid #e0e3ea;
102
+ }
103
+
104
+ /* Gesture bar */
105
+ .gesture {
106
+ position:absolute; bottom: 80px; left: 50%; transform: translateX(-50%);
107
+ width: 320px; height: 10px; border-radius: 6px; background: rgba(0,0,0,.45);
108
+ }
109
+
110
+ /* SVG sizing helpers */
111
+ svg { display:block; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Abstract wallpaper hints -->
118
+ <div class="shape shape1 green"></div>
119
+ <div class="shape shape2 cream"></div>
120
+ <div class="shape shape3 purple"></div>
121
+ <div class="shape shape4 peach"></div>
122
+
123
+ <!-- Status bar -->
124
+ <div class="status">
125
+ <div class="time">11:30</div>
126
+ <div class="icons">
127
+ <div class="badge"></div>
128
+ <div class="wifi"></div>
129
+ <div style="display:flex; align-items:center;">
130
+ <div class="battery"><div class="level"></div></div>
131
+ <div class="pct">81%</div>
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Date & weather -->
137
+ <div class="date-weather">
138
+ <div class="date">Mon, Dec 11</div>
139
+ <div class="weather">
140
+ <div class="sun"></div>
141
+ <div>21°C</div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- App grid row -->
146
+ <div class="apps-row">
147
+ <!-- Play Store -->
148
+ <div class="app">
149
+ <div class="icon-wrap">
150
+ <svg width="110" height="110" viewBox="0 0 100 100">
151
+ <!-- triangle simplified -->
152
+ <defs>
153
+ <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
154
+ <stop offset="0%" stop-color="#34A853"/>
155
+ <stop offset="50%" stop-color="#FBBC05"/>
156
+ <stop offset="100%" stop-color="#4285F4"/>
157
+ </linearGradient>
158
+ </defs>
159
+ <polygon points="18,12 86,50 18,88" fill="url(#grad)"/>
160
+ <polygon points="18,12 40,34 18,46" fill="#EA4335"/>
161
+ </svg>
162
+ </div>
163
+ <div class="label">Play Store</div>
164
+ </div>
165
+
166
+ <!-- Gmail -->
167
+ <div class="app">
168
+ <div class="icon-wrap">
169
+ <svg width="120" height="90" viewBox="0 0 120 90">
170
+ <rect x="10" y="18" width="100" height="54" rx="10" fill="#ffffff" stroke="#dadce0"/>
171
+ <path d="M10,26 L60,56 L110,26" fill="none" stroke-width="16" stroke="#EA4335"/>
172
+ <path d="M26,72 V30 L60,52 L94,30 V72" fill="none" stroke-width="16" stroke-linecap="round" stroke="#34A853"/>
173
+ <path d="M26,30 L60,52 L94,30" fill="none" stroke="#4285F4" stroke-width="10"/>
174
+ <path d="M10,26 L60,56 L110,26" fill="none" stroke="#FBBC05" stroke-width="10" opacity=".8"/>
175
+ </svg>
176
+ </div>
177
+ <div class="label">Gmail</div>
178
+ </div>
179
+
180
+ <!-- YouTube -->
181
+ <div class="app">
182
+ <div class="icon-wrap">
183
+ <svg width="120" height="120" viewBox="0 0 100 100">
184
+ <circle cx="50" cy="50" r="46" fill="#ff0000"/>
185
+ <polygon points="42,32 74,50 42,68" fill="#ffffff"/>
186
+ </svg>
187
+ </div>
188
+ <div class="label">YouTube</div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Dock icons -->
193
+ <div class="dock">
194
+ <!-- Phone -->
195
+ <div class="icon-wrap">
196
+ <svg width="120" height="120" viewBox="0 0 100 100">
197
+ <circle cx="50" cy="50" r="48" fill="#e9f1ff"/>
198
+ <path d="M62 70c-12-5-23-16-28-28l9-9 0 0c2-2 1-5-1-7l-7-7c-2-2-6-2-8 0-5 6-7 14 15 36s30 20 36 15c2-2 2-6 0-8l-7-7c-2-2-5-3-7-1l0 0-9 9z"
199
+ fill="#1a73e8"/>
200
+ </svg>
201
+ </div>
202
+
203
+ <!-- Messages -->
204
+ <div class="icon-wrap">
205
+ <svg width="120" height="120" viewBox="0 0 100 100">
206
+ <circle cx="50" cy="50" r="48" fill="#e9f1ff"/>
207
+ <path d="M20 30h60v34c0 6-5 11-11 11H44l-14 12v-12H31c-6 0-11-5-11-11V30z" fill="#3a79ff"/>
208
+ <circle cx="40" cy="48" r="5" fill="#fff"/>
209
+ <circle cx="52" cy="48" r="5" fill="#fff"/>
210
+ <circle cx="64" cy="48" r="5" fill="#fff"/>
211
+ </svg>
212
+ </div>
213
+
214
+ <!-- Acrobat / PDF -->
215
+ <div class="icon-wrap" style="background:#b00020;">
216
+ <svg width="120" height="120" viewBox="0 0 100 100">
217
+ <circle cx="50" cy="50" r="48" fill="#b00020"/>
218
+ <path d="M50 24c6 22-10 30-10 36 0 6 8 10 18 8-8-2-14-6-12-12 2-6 12-10 12-24 0-3-2-6-8-8z" fill="none" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
219
+ <text x="50" y="70" text-anchor="middle" font-size="26" fill="#fff" font-weight="700">PDF</text>
220
+ </svg>
221
+ </div>
222
+
223
+ <!-- Camera -->
224
+ <div class="icon-wrap">
225
+ <svg width="120" height="120" viewBox="0 0 100 100">
226
+ <circle cx="50" cy="50" r="48" fill="#eef2f6"/>
227
+ <rect x="20" y="34" width="60" height="40" rx="10" fill="#5d6c7a"/>
228
+ <circle cx="50" cy="54" r="14" fill="#c9d3dc"/>
229
+ <circle cx="50" cy="54" r="9" fill="#ffffff"/>
230
+ <rect x="32" y="28" width="16" height="8" rx="3" fill="#5d6c7a"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Search pill -->
236
+ <div class="search">
237
+ <div class="g-logo"></div>
238
+ <div style="color:#6b7280; font-size:40px;">Search</div>
239
+ <div class="spacer"></div>
240
+ <!-- Mic -->
241
+ <div class="circle-btn">
242
+ <svg width="40" height="40" viewBox="0 0 24 24">
243
+ <path d="M12 3a3 3 0 0 1 3 3v5a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3z" fill="#4285F4"/>
244
+ <path d="M5 11a7 7 0 0 0 14 0" stroke="#34A853" stroke-width="2" fill="none"/>
245
+ <path d="M12 18v3" stroke="#EA4335" stroke-width="2"/>
246
+ </svg>
247
+ </div>
248
+ <!-- Lens/Camera -->
249
+ <div class="circle-btn">
250
+ <svg width="40" height="40" viewBox="0 0 24 24">
251
+ <rect x="5" y="7" width="14" height="10" rx="3" fill="#4285F4" opacity=".15" stroke="#4285F4"/>
252
+ <circle cx="12" cy="12" r="4" fill="#4285F4"/>
253
+ <rect x="8" y="5" width="6" height="3" rx="1.5" fill="#34A853"/>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Gesture bar -->
259
+ <div class="gesture"></div>
260
+
261
+ </div>
262
+ </body>
263
+ </html>
code/19615/19615_1.html ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Adobe Acrobat Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ box-shadow: 0 2px 8px rgba(0,0,0,0.15);
14
+ border-radius: 0;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #F4F4F4;
21
+ color: #2c2c2c;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ font-size: 42px;
27
+ letter-spacing: 0.2px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ color: #444;
34
+ font-size: 34px;
35
+ }
36
+ .icon-battery, .icon-signal, .icon-wifi {
37
+ width: 40px; height: 40px;
38
+ border: 2px solid #666; border-radius: 50%;
39
+ }
40
+
41
+ /* App header */
42
+ .app-header {
43
+ height: 140px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ padding: 0 36px;
48
+ border-bottom: 0;
49
+ }
50
+ .brand {
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 18px;
54
+ }
55
+ .acrobat-logo {
56
+ width: 60px; height: 60px; background: #E53935; border-radius: 8px;
57
+ display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 34px;
58
+ }
59
+ .header-actions {
60
+ display: flex; align-items: center; gap: 28px;
61
+ }
62
+ .icon-circle {
63
+ width: 60px; height: 60px; border-radius: 50%;
64
+ background: #EFEFEF; display: flex; align-items: center; justify-content: center;
65
+ border: 1px solid #DADADA;
66
+ }
67
+ .svg-bell { width: 36px; height: 36px; }
68
+ .svg-bell path { fill: #6b6b6b; }
69
+
70
+ /* Title */
71
+ .page-title {
72
+ font-size: 84px;
73
+ font-weight: 700;
74
+ margin: 24px 36px 16px 36px;
75
+ color: #1f1f1f;
76
+ }
77
+
78
+ /* Top cards area */
79
+ .top-cards {
80
+ display: grid;
81
+ grid-template-columns: 1fr 320px;
82
+ gap: 28px;
83
+ padding: 0 36px;
84
+ align-items: stretch;
85
+ }
86
+ .info-card {
87
+ display: grid;
88
+ grid-template-columns: 170px auto;
89
+ background: #FFFFFF;
90
+ border: 1px solid #E5E5E5;
91
+ border-radius: 24px;
92
+ overflow: hidden;
93
+ box-shadow: 0 6px 12px rgba(0,0,0,0.06);
94
+ min-height: 220px;
95
+ }
96
+ .info-card .left-accent {
97
+ background: #FADADB;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ }
102
+ .stack-icon {
103
+ width: 100px; height: 100px;
104
+ background: #fff; border: 1px solid #E3A4A6; border-radius: 14px;
105
+ display: flex; align-items: center; justify-content: center; color: #E53935; font-weight: 700; font-size: 42px;
106
+ }
107
+ .card-content {
108
+ padding: 30px 32px;
109
+ position: relative;
110
+ }
111
+ .card-title {
112
+ font-size: 46px;
113
+ font-weight: 700;
114
+ color: #222;
115
+ margin-bottom: 14px;
116
+ }
117
+ .card-text {
118
+ font-size: 34px;
119
+ color: #666;
120
+ line-height: 1.4;
121
+ margin-bottom: 26px;
122
+ }
123
+ .link-default {
124
+ color: #1976D2;
125
+ font-size: 38px;
126
+ font-weight: 700;
127
+ }
128
+ .close-x {
129
+ position: absolute;
130
+ right: 26px;
131
+ top: 22px;
132
+ width: 52px; height: 52px;
133
+ border-radius: 50%;
134
+ border: 1px solid #E0E0E0;
135
+ display: flex; align-items: center; justify-content: center; color: #999; font-size: 34px;
136
+ background: #fff;
137
+ }
138
+
139
+ .blue-banner {
140
+ background: #10A7FF;
141
+ border-radius: 24px;
142
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
143
+ display: flex; align-items: center; justify-content: center;
144
+ min-height: 220px;
145
+ border: 1px solid #0e98e8;
146
+ }
147
+ .blue-banner .img {
148
+ width: 90%;
149
+ height: 180px;
150
+ background: #E0E0E0;
151
+ border: 1px solid #BDBDBD;
152
+ display: flex; align-items: center; justify-content: center;
153
+ color: #ffffff; font-weight: 700;
154
+ mix-blend-mode: normal;
155
+ border-radius: 12px;
156
+ }
157
+
158
+ /* Tabs */
159
+ .tabs {
160
+ margin: 36px 36px 8px 36px;
161
+ display: flex; gap: 40px; align-items: center;
162
+ font-size: 44px; font-weight: 700;
163
+ }
164
+ .tab {
165
+ padding-bottom: 16px; color: #6b6b6b;
166
+ }
167
+ .tab.active {
168
+ color: #1a73e8; border-bottom: 6px solid #1a73e8;
169
+ }
170
+
171
+ /* List items */
172
+ .list {
173
+ margin: 12px 36px 0 36px;
174
+ border-top: 0;
175
+ }
176
+ .item {
177
+ display: grid;
178
+ grid-template-columns: 120px auto 80px;
179
+ align-items: center;
180
+ padding: 38px 0;
181
+ border-bottom: 1px solid #EFEFEF;
182
+ }
183
+ .thumb {
184
+ width: 84px; height: 84px; border-radius: 12px;
185
+ background: #E0E0E0; border: 1px solid #CFCFCF;
186
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center;
187
+ padding: 6px;
188
+ }
189
+ .thumb.red {
190
+ background: #E53935; border-color: #D32F2F; color: #fff; font-weight: 700;
191
+ }
192
+ .meta {
193
+ display: flex; flex-direction: column; gap: 10px;
194
+ }
195
+ .title {
196
+ font-size: 50px; font-weight: 700; color: #222;
197
+ }
198
+ .subtitle {
199
+ display: flex; align-items: center; gap: 16px;
200
+ color: #666; font-size: 34px;
201
+ }
202
+ .sub-icon {
203
+ width: 36px; height: 36px;
204
+ }
205
+ .more {
206
+ display: flex; align-items: center; justify-content: center;
207
+ }
208
+ .dots {
209
+ width: 12px;
210
+ height: 52px;
211
+ display: grid; grid-template-rows: repeat(3, 12px);
212
+ row-gap: 8px;
213
+ }
214
+ .dots span {
215
+ width: 12px; height: 12px; background: #8a8a8a; border-radius: 50%;
216
+ display: block;
217
+ }
218
+
219
+ /* Floating action button */
220
+ .fab {
221
+ position: absolute;
222
+ right: 52px;
223
+ bottom: 380px;
224
+ width: 150px; height: 150px;
225
+ border-radius: 50%;
226
+ background: #1976D2;
227
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
228
+ display: flex; align-items: center; justify-content: center;
229
+ }
230
+ .fab svg { width: 70px; height: 70px; }
231
+ .fab svg path { fill: #fff; }
232
+
233
+ /* Bottom navigation */
234
+ .bottom-nav {
235
+ position: absolute;
236
+ left: 0; right: 0; bottom: 0;
237
+ height: 190px;
238
+ background: #FFFFFF;
239
+ border-top: 1px solid #E5E5E5;
240
+ display: grid;
241
+ grid-template-columns: repeat(4, 1fr);
242
+ align-items: center;
243
+ text-align: center;
244
+ }
245
+ .nav-item {
246
+ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
247
+ color: #6b6b6b; font-size: 34px;
248
+ }
249
+ .nav-item .icon {
250
+ width: 60px; height: 60px;
251
+ }
252
+ .nav-item.active { color: #1a73e8; }
253
+ .nav-item.active .icon path { fill: #1a73e8; }
254
+ .nav-item .icon path { fill: #8a8a8a; }
255
+
256
+ </style>
257
+ </head>
258
+ <body>
259
+ <div id="render-target">
260
+
261
+ <!-- Status Bar -->
262
+ <div class="status-bar">
263
+ <div>11:30</div>
264
+ <div class="status-right">
265
+ <div class="icon-signal"></div>
266
+ <div class="icon-wifi"></div>
267
+ <div>81%</div>
268
+ <div class="icon-battery"></div>
269
+ </div>
270
+ </div>
271
+
272
+ <!-- App Header -->
273
+ <div class="app-header">
274
+ <div class="brand">
275
+ <div class="acrobat-logo">A</div>
276
+ </div>
277
+ <div class="header-actions">
278
+ <div class="icon-circle">
279
+ <svg class="svg-bell" viewBox="0 0 24 24">
280
+ <path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2zm6-6V11c0-3.07-1.63-5.64-4.5-6.32V4a1.5 1.5 0 10-3 0v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2z"/>
281
+ </svg>
282
+ </div>
283
+ <div class="icon-circle">
284
+ <svg width="36" height="36" viewBox="0 0 24 24">
285
+ <path fill="#6b6b6b" d="M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z"/>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Title -->
292
+ <div class="page-title">Welcome</div>
293
+
294
+ <!-- Top cards area -->
295
+ <div class="top-cards">
296
+ <div class="info-card">
297
+ <div class="left-accent">
298
+ <div class="stack-icon">PDF</div>
299
+ </div>
300
+ <div class="card-content">
301
+ <div class="card-title">View all PDFs in Acrobat</div>
302
+ <div class="card-text">Set Acrobat as the default viewer for all PDFs.</div>
303
+ <div class="link-default">Set as default</div>
304
+ <div class="close-x">×</div>
305
+ </div>
306
+ </div>
307
+
308
+ <div class="blue-banner">
309
+ <div class="img">[IMG: Acrobat Banner]</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Tabs -->
314
+ <div class="tabs">
315
+ <div class="tab active">Recent</div>
316
+ <div class="tab">Starred</div>
317
+ </div>
318
+
319
+ <!-- List -->
320
+ <div class="list">
321
+ <!-- Item 1 -->
322
+ <div class="item">
323
+ <div class="thumb">[IMG: PDF<br>Thumb]</div>
324
+ <div class="meta">
325
+ <div class="title">Events</div>
326
+ <div class="subtitle">
327
+ <svg class="sub-icon" viewBox="0 0 24 24">
328
+ <path fill="#858585" d="M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm-5 22H7V1h5v22z"/>
329
+ </svg>
330
+ <span>PDF • 11:25 AM • 233.0 KB</span>
331
+ </div>
332
+ </div>
333
+ <div class="more">
334
+ <div class="dots"><span></span><span></span><span></span></div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Item 2 -->
339
+ <div class="item">
340
+ <div class="thumb red">PDF</div>
341
+ <div class="meta">
342
+ <div class="title">Events(1)</div>
343
+ <div class="subtitle">
344
+ <svg class="sub-icon" viewBox="0 0 24 24">
345
+ <path fill="#858585" d="M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm-5 22H7V1h5v22z"/>
346
+ </svg>
347
+ <span>PDF • 11:25 AM • 233.0 KB</span>
348
+ </div>
349
+ </div>
350
+ <div class="more">
351
+ <div class="dots"><span></span><span></span><span></span></div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Item 3 -->
356
+ <div class="item">
357
+ <div class="thumb">[IMG: PDF<br>Thumb]</div>
358
+ <div class="meta">
359
+ <div class="title">Welcome</div>
360
+ <div class="subtitle">
361
+ <svg class="sub-icon" viewBox="0 0 24 24">
362
+ <path fill="#858585" d="M17 1H7a2 2 0 00-2 2v18a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm-5 22H7V1h5v22z"/>
363
+ </svg>
364
+ <span>PDF • 11:23 AM • 212.5 KB</span>
365
+ </div>
366
+ </div>
367
+ <div class="more">
368
+ <div class="dots"><span></span><span></span><span></span></div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+
373
+ <!-- Floating Action Button -->
374
+ <div class="fab">
375
+ <svg viewBox="0 0 24 24">
376
+ <path d="M19 13H13v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
377
+ </svg>
378
+ </div>
379
+
380
+ <!-- Bottom Navigation -->
381
+ <div class="bottom-nav">
382
+ <div class="nav-item active">
383
+ <svg class="icon" viewBox="0 0 24 24">
384
+ <path d="M12 3l10 9h-3v9h-5v-6H10v6H5v-9H2l10-9z"/>
385
+ </svg>
386
+ <div>Home</div>
387
+ </div>
388
+ <div class="nav-item">
389
+ <svg class="icon" viewBox="0 0 24 24">
390
+ <path d="M6 2h9l5 5v15a2 2 0 01-2 2H6a2 2 0 01-2-2V4a2 2 0 012-2zm8 2v5h5"/>
391
+ </svg>
392
+ <div>Files</div>
393
+ </div>
394
+ <div class="nav-item">
395
+ <svg class="icon" viewBox="0 0 24 24">
396
+ <path d="M16 11c1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3 1.34 3 3 3zM8 13c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4zm8 2c2.21 0 6 1.12 6 3v2h-6v-5z"/>
397
+ </svg>
398
+ <div>Shared</div>
399
+ </div>
400
+ <div class="nav-item">
401
+ <svg class="icon" viewBox="0 0 24 24">
402
+ <path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
403
+ </svg>
404
+ <div>Search</div>
405
+ </div>
406
+ </div>
407
+
408
+ </div>
409
+ </body>
410
+ </html>