yhzheng1031 commited on
Commit
c5ab4b3
·
verified ·
1 Parent(s): a1bcc26

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/5349/5349_1.html +280 -0
  2. code/5349/5349_2.html +342 -0
  3. code/5349/5349_3.html +183 -0
  4. code/5356/5356_0.html +296 -0
  5. code/5356/5356_1.html +318 -0
  6. code/5356/5356_2.html +361 -0
  7. code/5356/5356_3.html +438 -0
  8. code/5356/5356_4.html +405 -0
  9. code/5356/5356_5.html +180 -0
  10. code/5356/5356_6.html +231 -0
  11. code/5356/5356_7.html +395 -0
  12. code/5356/5356_8.html +148 -0
  13. code/5356/5356_9.html +219 -0
  14. code/5357/5357_0.html +224 -0
  15. code/5357/5357_1.html +373 -0
  16. code/5357/5357_2.html +239 -0
  17. code/5360/5360_0.html +179 -0
  18. code/5360/5360_1.html +336 -0
  19. code/5360/5360_2.html +445 -0
  20. code/5360/5360_3.html +171 -0
  21. code/5360/5360_4.html +475 -0
  22. code/5360/5360_5.html +177 -0
  23. code/5362/5362_0.html +306 -0
  24. code/5362/5362_1.html +333 -0
  25. code/5362/5362_2.html +382 -0
  26. code/5362/5362_3.html +265 -0
  27. code/5362/5362_4.html +234 -0
  28. code/5362/5362_5.html +237 -0
  29. code/5362/5362_6.html +218 -0
  30. code/5362/5362_7.html +287 -0
  31. code/5362/5362_8.html +183 -0
  32. code/537/537_0.html +288 -0
  33. code/537/537_1.html +203 -0
  34. code/537/537_2.html +236 -0
  35. code/537/537_3.html +349 -0
  36. code/537/537_4.html +431 -0
  37. code/537/537_5.html +259 -0
  38. code/537/537_6.html +232 -0
  39. code/537/537_7.html +223 -0
  40. code/537/537_8.html +344 -0
  41. code/5371/5371_0.html +240 -0
  42. code/5371/5371_1.html +301 -0
  43. code/5371/5371_2.html +195 -0
  44. code/5371/5371_3.html +255 -0
  45. code/5371/5371_4.html +242 -0
  46. code/5371/5371_5.html +242 -0
  47. code/5372/5372_0.html +427 -0
  48. code/5372/5372_1.html +312 -0
  49. code/5372/5372_2.html +410 -0
  50. code/5372/5372_3.html +412 -0
code/5349/5349_1.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Recorder UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ }
12
+ #render-target {
13
+ position: relative;
14
+ overflow: hidden;
15
+ width: 1440px;
16
+ height: 3120px;
17
+ background: #0c110d;
18
+ border-radius: 0;
19
+ box-shadow: none;
20
+ font-family: Arial, Helvetica, sans-serif;
21
+ color: #EDEDED;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 36px;
28
+ left: 48px;
29
+ right: 48px;
30
+ height: 72px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ }
35
+ .status-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ color: #ffffff;
40
+ font-weight: 600;
41
+ letter-spacing: 1px;
42
+ }
43
+ .time {
44
+ font-size: 54px;
45
+ }
46
+ .icon {
47
+ display: inline-flex;
48
+ width: 54px;
49
+ height: 54px;
50
+ align-items: center;
51
+ justify-content: center;
52
+ }
53
+ .dot {
54
+ width: 16px;
55
+ height: 16px;
56
+ background: #DFDFDF;
57
+ border-radius: 50%;
58
+ margin-left: 12px;
59
+ }
60
+ .status-right {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 26px;
64
+ }
65
+
66
+ /* Title */
67
+ .title {
68
+ position: absolute;
69
+ top: 210px;
70
+ width: 100%;
71
+ text-align: center;
72
+ font-size: 96px;
73
+ font-weight: 600;
74
+ color: #D7D7D2;
75
+ letter-spacing: 0.5px;
76
+ }
77
+
78
+ /* Floating circle button on right */
79
+ .floating {
80
+ position: absolute;
81
+ top: 240px;
82
+ right: 120px;
83
+ width: 120px;
84
+ height: 120px;
85
+ background: #0e6d5f;
86
+ border-radius: 60px;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #e6fff6;
91
+ font-size: 64px;
92
+ font-weight: 700;
93
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
94
+ }
95
+ .floating .slash {
96
+ position: absolute;
97
+ right: -8px;
98
+ bottom: -8px;
99
+ width: 56px;
100
+ height: 56px;
101
+ background: #0a0a0a;
102
+ border-radius: 50%;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ }
107
+ .floating .slash::before {
108
+ content: "";
109
+ width: 36px;
110
+ height: 6px;
111
+ background: #8bd6c9;
112
+ transform: rotate(-40deg);
113
+ border-radius: 3px;
114
+ }
115
+
116
+ /* Center guidance text */
117
+ .guidance {
118
+ position: absolute;
119
+ top: 1500px;
120
+ width: 100%;
121
+ text-align: center;
122
+ color: #B7C1B6;
123
+ font-size: 120px;
124
+ line-height: 140px;
125
+ font-weight: 500;
126
+ }
127
+
128
+ /* Bubble and record button */
129
+ .bubble {
130
+ position: absolute;
131
+ top: 2380px;
132
+ left: 50%;
133
+ transform: translateX(-50%);
134
+ width: 980px;
135
+ height: 168px;
136
+ background: #a7d7d3;
137
+ color: #0b1a14;
138
+ border-radius: 84px;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ font-size: 54px;
143
+ font-weight: 600;
144
+ box-shadow: 0 10px 30px rgba(0,0,0,0.35);
145
+ }
146
+ .bubble-tip {
147
+ position: absolute;
148
+ left: 50%;
149
+ transform: translateX(-50%);
150
+ bottom: -28px;
151
+ width: 0;
152
+ height: 0;
153
+ border-left: 26px solid transparent;
154
+ border-right: 26px solid transparent;
155
+ border-top: 28px solid #a7d7d3;
156
+ filter: drop-shadow(0 6px 8px rgba(0,0,0,0.25));
157
+ }
158
+
159
+ .record-btn {
160
+ position: absolute;
161
+ top: 2570px;
162
+ left: 50%;
163
+ transform: translateX(-50%);
164
+ width: 290px;
165
+ height: 290px;
166
+ background: #ff6e64;
167
+ border-radius: 50%;
168
+ box-shadow: 0 24px 60px rgba(0,0,0,0.45);
169
+ }
170
+ .record-btn::before {
171
+ content: "";
172
+ position: absolute;
173
+ left: 50%;
174
+ top: 50%;
175
+ width: 84px;
176
+ height: 84px;
177
+ transform: translate(-50%, -50%);
178
+ background: #5b0c0c;
179
+ border-radius: 50%;
180
+ }
181
+
182
+ /* Gesture bar */
183
+ .gesture {
184
+ position: absolute;
185
+ bottom: 96px;
186
+ left: 50%;
187
+ transform: translateX(-50%);
188
+ width: 640px;
189
+ height: 18px;
190
+ background: #e9e9e9;
191
+ border-radius: 9px;
192
+ opacity: 0.9;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div class="status-left">
201
+ <div class="time">1:07</div>
202
+
203
+ <!-- small app icons -->
204
+ <div class="icon">
205
+ <!-- outlined circle icon -->
206
+ <svg width="40" height="40" viewBox="0 0 40 40">
207
+ <circle cx="20" cy="20" r="16" fill="none" stroke="#ffffff" stroke-width="4"></circle>
208
+ <text x="20" y="26" font-size="18" fill="#ffffff" text-anchor="middle" font-family="Arial">ib</text>
209
+ </svg>
210
+ </div>
211
+ <div class="icon">
212
+ <!-- search icon -->
213
+ <svg width="40" height="40" viewBox="0 0 40 40">
214
+ <circle cx="17" cy="17" r="10" fill="none" stroke="#ffffff" stroke-width="4"></circle>
215
+ <rect x="24" y="24" width="10" height="4" transform="rotate(45 24 24)" fill="#ffffff"></rect>
216
+ </svg>
217
+ </div>
218
+ <div class="icon">
219
+ <!-- video icon -->
220
+ <svg width="40" height="40" viewBox="0 0 40 40">
221
+ <rect x="7" y="10" width="20" height="20" rx="4" fill="#ffffff"></rect>
222
+ <polygon points="22,20 14,15 14,25" fill="#0c110d"></polygon>
223
+ </svg>
224
+ </div>
225
+ <div class="icon">
226
+ <!-- mic icon (simple) -->
227
+ <svg width="40" height="40" viewBox="0 0 40 40">
228
+ <rect x="17" y="10" width="6" height="14" rx="3" fill="#ffffff"></rect>
229
+ <path d="M12 18 a8 8 0 0 0 16 0" stroke="#ffffff" stroke-width="4" fill="none"></path>
230
+ <rect x="18" y="24" width="4" height="6" fill="#ffffff"></rect>
231
+ </svg>
232
+ </div>
233
+ <div class="dot"></div>
234
+ </div>
235
+
236
+ <div class="status-right">
237
+ <!-- wifi icon -->
238
+ <div class="icon">
239
+ <svg width="46" height="46" viewBox="0 0 46 46">
240
+ <path d="M8 17c6-6 24-6 30 0" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"></path>
241
+ <path d="M13 23c4-4 16-4 20 0" stroke="#ffffff" stroke-width="4" fill="none" stroke-linecap="round"></path>
242
+ <circle cx="23" cy="29" r="3.5" fill="#ffffff"></circle>
243
+ </svg>
244
+ </div>
245
+ <!-- battery icon -->
246
+ <div class="icon">
247
+ <svg width="46" height="46" viewBox="0 0 46 46">
248
+ <rect x="8" y="12" width="28" height="18" rx="3" fill="none" stroke="#ffffff" stroke-width="4"></rect>
249
+ <rect x="36" y="16" width="4" height="10" rx="1" fill="#ffffff"></rect>
250
+ <rect x="12" y="16" width="20" height="10" fill="#ffffff"></rect>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Title -->
257
+ <div class="title">Recorder</div>
258
+
259
+ <!-- Floating circle with C and slash -->
260
+ <div class="floating">
261
+ C
262
+ <div class="slash"></div>
263
+ </div>
264
+
265
+ <!-- Central guidance text -->
266
+ <div class="guidance">Record respectfully<br>around others</div>
267
+
268
+ <!-- Bubble tip and record button -->
269
+ <div class="bubble">
270
+ Tap to start a new recording
271
+ <div class="bubble-tip"></div>
272
+ </div>
273
+
274
+ <div class="record-btn"></div>
275
+
276
+ <!-- Gesture bar -->
277
+ <div class="gesture"></div>
278
+ </div>
279
+ </body>
280
+ </html>
code/5349/5349_2.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "SF Pro Text", Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1440px;
13
+ height: 3120px;
14
+ background: #0D120E; /* deep greenish black */
15
+ color: #E7EFE6;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status {
20
+ position: absolute;
21
+ top: 28px;
22
+ left: 40px;
23
+ right: 40px;
24
+ height: 110px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #DCE6DA;
29
+ }
30
+ .status-time {
31
+ font-size: 48px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-icons {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 26px;
38
+ }
39
+ .icon {
40
+ display: inline-flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ }
44
+ .icon svg { display: block; }
45
+
46
+ /* Top action (green mic) */
47
+ .mic-pill {
48
+ position: absolute;
49
+ top: 116px;
50
+ right: 56px;
51
+ background: #2EE57E;
52
+ color: #0B100C;
53
+ border-radius: 40px;
54
+ height: 86px;
55
+ width: 180px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ gap: 16px;
60
+ font-weight: 600;
61
+ box-shadow: 0 2px 0 rgba(0,0,0,0.25) inset;
62
+ }
63
+
64
+ /* Title */
65
+ .title {
66
+ position: absolute;
67
+ top: 180px;
68
+ left: 64px;
69
+ font-size: 88px;
70
+ font-weight: 600;
71
+ color: #E6EFE4;
72
+ }
73
+ .menu {
74
+ position: absolute;
75
+ top: 210px;
76
+ right: 64px;
77
+ }
78
+
79
+ /* Big waveform card */
80
+ .wave-card {
81
+ position: absolute;
82
+ top: 420px;
83
+ left: 48px;
84
+ width: 1344px;
85
+ height: 1250px;
86
+ background: #131A15;
87
+ border-radius: 82px;
88
+ box-shadow: 0 1px 0 rgba(255,255,255,0.03) inset;
89
+ }
90
+ .timeline {
91
+ position: absolute;
92
+ left: 80px;
93
+ right: 80px;
94
+ bottom: 360px;
95
+ height: 28px;
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 24px;
99
+ }
100
+ .dot {
101
+ width: 16px;
102
+ height: 16px;
103
+ background: #CFE0CF;
104
+ opacity: 0.85;
105
+ border-radius: 50%;
106
+ }
107
+ .end-bars {
108
+ margin-left: auto;
109
+ display: flex;
110
+ align-items: flex-end;
111
+ gap: 10px;
112
+ }
113
+ .bar {
114
+ width: 12px;
115
+ background: #DDE8D9;
116
+ border-radius: 8px;
117
+ }
118
+ .bar.short { height: 112px; }
119
+ .bar.tall { height: 190px; }
120
+
121
+ /* Tabs */
122
+ .tabs {
123
+ position: absolute;
124
+ top: 1785px;
125
+ width: 100%;
126
+ display: flex;
127
+ justify-content: center;
128
+ gap: 28px;
129
+ }
130
+ .pill {
131
+ display: inline-flex;
132
+ align-items: center;
133
+ gap: 18px;
134
+ padding: 26px 44px;
135
+ border-radius: 999px;
136
+ background: #2A312B;
137
+ color: #E9F2E7;
138
+ font-size: 48px;
139
+ font-weight: 600;
140
+ }
141
+ .pill.active {
142
+ background: #3A433B;
143
+ }
144
+ .pill svg { transform: translateY(1px); }
145
+
146
+ /* Timer */
147
+ .timer {
148
+ position: absolute;
149
+ top: 2020px;
150
+ left: 0;
151
+ width: 100%;
152
+ display: flex;
153
+ justify-content: center;
154
+ align-items: center;
155
+ gap: 26px;
156
+ font-size: 104px;
157
+ font-weight: 700;
158
+ color: #F2F7F1;
159
+ letter-spacing: 2px;
160
+ }
161
+ .rec-dot {
162
+ width: 26px;
163
+ height: 26px;
164
+ background: #FF5A56;
165
+ border-radius: 50%;
166
+ box-shadow: 0 0 0 6px rgba(255,90,86,0.15);
167
+ }
168
+
169
+ /* Actions + central pause */
170
+ .action {
171
+ position: absolute;
172
+ top: 2140px;
173
+ left: 120px;
174
+ font-size: 56px;
175
+ color: #E5EFE3;
176
+ }
177
+ .action.right {
178
+ left: auto;
179
+ right: 120px;
180
+ text-align: right;
181
+ }
182
+
183
+ .pause-wrap {
184
+ position: absolute;
185
+ top: 2220px;
186
+ left: 0;
187
+ right: 0;
188
+ display: flex;
189
+ justify-content: center;
190
+ }
191
+ .pause-btn {
192
+ width: 360px;
193
+ height: 360px;
194
+ background: #F16659;
195
+ border-radius: 86px;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ box-shadow: 0 10px 30px rgba(241,102,89,0.25);
200
+ }
201
+ .pause-icon {
202
+ width: 96px;
203
+ height: 140px;
204
+ display: flex;
205
+ justify-content: space-between;
206
+ }
207
+ .pause-icon span {
208
+ width: 36px;
209
+ height: 100%;
210
+ background: #2D0C0A;
211
+ border-radius: 12px;
212
+ opacity: 0.6;
213
+ }
214
+
215
+ /* Bottom gesture bar */
216
+ .home-bar {
217
+ position: absolute;
218
+ bottom: 36px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 420px;
222
+ height: 14px;
223
+ background: #E7EFE6;
224
+ opacity: 0.85;
225
+ border-radius: 14px;
226
+ }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status bar -->
233
+ <div class="status">
234
+ <div class="status-time">1:08</div>
235
+ <div class="status-icons">
236
+ <!-- tiny waveform icon -->
237
+ <span class="icon" style="opacity:.9">
238
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#DCE6DA" xmlns="http://www.w3.org/2000/svg">
239
+ <rect x="3" y="10" width="2" height="4" rx="1"/>
240
+ <rect x="7" y="7" width="2" height="10" rx="1"/>
241
+ <rect x="11" y="5" width="2" height="14" rx="1"/>
242
+ <rect x="15" y="8" width="2" height="8" rx="1"/>
243
+ <rect x="19" y="10" width="2" height="4" rx="1"/>
244
+ </svg>
245
+ </span>
246
+ <!-- small signal dot -->
247
+ <span class="icon"><svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="#DCE6DA"/></svg></span>
248
+ <!-- search -->
249
+ <span class="icon"><svg width="40" height="40" viewBox="0 0 24 24" fill="#DCE6DA" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="7" fill="none" stroke="#DCE6DA" stroke-width="2"/><line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#DCE6DA" stroke-width="2"/></svg></span>
250
+ <!-- small circle -->
251
+ <span class="icon"><svg width="22" height="22" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="9" fill="none" stroke="#DCE6DA" stroke-width="2"/></svg></span>
252
+ <!-- play icon -->
253
+ <span class="icon"><svg width="42" height="42" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7-11-7z" fill="#DCE6DA"/></svg></span>
254
+ <!-- dot -->
255
+ <span class="icon"><svg width="12" height="12" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="#DCE6DA"/></svg></span>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Top right mic pill -->
260
+ <div class="mic-pill">
261
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#0B100C" xmlns="http://www.w3.org/2000/svg">
262
+ <rect x="9" y="4" width="6" height="10" rx="3"/>
263
+ <path d="M6 11a6 6 0 0012 0" fill="none" stroke="#0B100C" stroke-width="2"/>
264
+ <path d="M12 17v3" stroke="#0B100C" stroke-width="2" stroke-linecap="round"/>
265
+ </svg>
266
+ <span>Mic</span>
267
+ </div>
268
+
269
+ <!-- Title -->
270
+ <div class="title">Monday at 1:08 PM</div>
271
+ <div class="menu">
272
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#E6EFE4" xmlns="http://www.w3.org/2000/svg">
273
+ <circle cx="12" cy="5" r="2.2"/><circle cx="12" cy="12" r="2.2"/><circle cx="12" cy="19" r="2.2"/>
274
+ </svg>
275
+ </div>
276
+
277
+ <!-- Waveform area -->
278
+ <div class="wave-card">
279
+ <div class="timeline">
280
+ <!-- a long dotted line -->
281
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
282
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
283
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
284
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
285
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
286
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
287
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
288
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span>
289
+
290
+ <div class="end-bars">
291
+ <div class="bar short"></div>
292
+ <div class="bar tall"></div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Tabs -->
298
+ <div class="tabs">
299
+ <div class="pill active">
300
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9F2E7" xmlns="http://www.w3.org/2000/svg">
301
+ <rect x="3" y="10" width="2" height="4" rx="1"/>
302
+ <rect x="7" y="7" width="2" height="10" rx="1"/>
303
+ <rect x="11" y="5" width="2" height="14" rx="1"/>
304
+ <rect x="15" y="8" width="2" height="8" rx="1"/>
305
+ <rect x="19" y="10" width="2" height="4" rx="1"/>
306
+ </svg>
307
+ <span>Audio</span>
308
+ </div>
309
+ <div class="pill">
310
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#E9F2E7" xmlns="http://www.w3.org/2000/svg">
311
+ <rect x="4" y="6" width="16" height="2" rx="1"/>
312
+ <rect x="6" y="11" width="12" height="2" rx="1"/>
313
+ <rect x="8" y="16" width="8" height="2" rx="1"/>
314
+ </svg>
315
+ <span>Transcript</span>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Timer -->
320
+ <div class="timer">
321
+ <div class="rec-dot"></div>
322
+ <div>00:01.7</div>
323
+ </div>
324
+
325
+ <!-- Side actions -->
326
+ <div class="action">Delete</div>
327
+ <div class="action right">Save</div>
328
+
329
+ <!-- Pause button -->
330
+ <div class="pause-wrap">
331
+ <div class="pause-btn">
332
+ <div class="pause-icon">
333
+ <span></span><span></span>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Bottom home bar -->
339
+ <div class="home-bar"></div>
340
+ </div>
341
+ </body>
342
+ </html>
code/5349/5349_3.html ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recorder UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0f1511;
10
+ --panel:#1b211a;
11
+ --panel-deep:#0f1611;
12
+ --text:#e6ede3;
13
+ --muted:#c7d0c5;
14
+ --accent:#7ad36b;
15
+ --chip:#2b312a;
16
+ --chip-active:#363c34;
17
+ --dot:#e85b5b;
18
+ --cta:#f36861;
19
+ }
20
+ body{margin:0;padding:0;background:transparent;font-family: "Roboto", system-ui, -apple-system, Segoe UI, Arial, sans-serif; color:var(--text); }
21
+ #render-target{
22
+ width:1440px;height:3120px;position:relative;overflow:hidden;
23
+ background:var(--bg);
24
+ border-radius:0;
25
+ }
26
+
27
+ /* Status bar */
28
+ .status{
29
+ position:absolute;left:0;top:0;width:100%;height:110px;color:#e8efe6;
30
+ display:flex;align-items:center;justify-content:space-between;
31
+ padding:0 38px;box-sizing:border-box;font-weight:500;letter-spacing:1px;
32
+ font-size:46px;
33
+ }
34
+ .status .left, .status .right{display:flex;align-items:center;gap:28px;}
35
+ .status svg{fill:#e8efe6}
36
+
37
+ /* Curved header sheet */
38
+ .header{
39
+ position:absolute;left:0;top:0;width:100%;height:610px;background:var(--panel);
40
+ border-bottom-left-radius:80px;border-bottom-right-radius:80px;
41
+ box-sizing:border-box;padding:140px 64px 32px 64px;
42
+ }
43
+ .title{
44
+ font-size:150px; line-height:1; color:var(--muted); font-weight:500; margin-bottom:40px;
45
+ }
46
+ .add-location{
47
+ display:flex;align-items:center;gap:22px;color:var(--accent);font-size:60px;
48
+ }
49
+ .add-location svg{width:56px;height:56px;fill:var(--accent)}
50
+ /* Recording area */
51
+ .canvas{
52
+ position:absolute;left:36px;right:36px;top:650px;height:1250px;background:var(--panel-deep);
53
+ border-radius:42px;
54
+ }
55
+ .canvas .midline{
56
+ position:absolute;left:30px;right:30px;top:50%;transform:translateY(-50%);
57
+ height:0;border-top:10px dotted rgba(255,255,255,0.18);
58
+ }
59
+
60
+ /* Tab chips */
61
+ .tabs{
62
+ position:absolute;left:110px;right:110px;top:1970px;display:flex;gap:34px;justify-content:flex-start;
63
+ }
64
+ .chip{
65
+ display:flex;align-items:center;gap:22px;padding:36px 54px;border-radius:90px;
66
+ background:var(--chip); color:var(--text); font-size:60px;
67
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
68
+ }
69
+ .chip.active{ background:var(--chip-active);}
70
+ .chip svg{width:56px;height:56px;fill:#e6ede3}
71
+ .chip .red-dot{
72
+ width:18px;height:18px;border-radius:50%;background:var(--dot);margin-left:10px;
73
+ }
74
+
75
+ /* Timer & controls */
76
+ .timer{
77
+ position:absolute;top:2180px;left:0;width:100%;
78
+ display:flex;flex-direction:column;align-items:center;gap:80px;
79
+ }
80
+ .time-row{
81
+ display:flex;align-items:center;gap:26px;font-size:130px;font-weight:500;color:#f0f5ee;
82
+ }
83
+ .time-row .blink-dot{
84
+ width:22px;height:22px;border-radius:50%;background:#dfe6dc;display:inline-block;
85
+ }
86
+
87
+ .controls{
88
+ width:100%;display:flex;align-items:center;justify-content:space-between;
89
+ padding:0 120px;box-sizing:border-box;margin-top:10px;
90
+ }
91
+ .side-action{font-size:56px;color:#e9efe6;opacity:0.9}
92
+ .resume-btn{
93
+ background:var(--cta); color:#1c1111; font-weight:600; font-size:88px;
94
+ padding:70px 180px;border-radius:120px; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.2);
95
+ }
96
+
97
+ /* Home indicator */
98
+ .home-indicator{
99
+ position:absolute;bottom:34px;left:50%;transform:translateX(-50%);
100
+ width:300px;height:14px;background:#e7e7e7;border-radius:10px;opacity:0.85;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status Bar -->
108
+ <div class="status">
109
+ <div class="left">
110
+ <span>1:08</span>
111
+ <!-- small icons -->
112
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/></svg>
113
+ <svg width="34" height="34" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#e6ede3" stroke-width="2"/></svg>
114
+ <svg width="34" height="34" viewBox="0 0 24 24"><rect x="3" y="10" width="18" height="4"/></svg>
115
+ <svg width="34" height="34" viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2"/></svg>
116
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#e6ede3" stroke-width="2"/></svg>
117
+ </div>
118
+ <div class="right">
119
+ <!-- wifi -->
120
+ <svg width="48" height="48" viewBox="0 0 24 24">
121
+ <path d="M12 18.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2 9a14 14 0 0 1 20 0l-2 2a11 11 0 0 0-16 0L2 9zm4 4a9 9 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2z"/>
122
+ </svg>
123
+ <!-- battery -->
124
+ <svg width="62" height="48" viewBox="0 0 32 24">
125
+ <rect x="2" y="4" width="24" height="16" rx="3" fill="none" stroke="#e6ede3" stroke-width="2"/>
126
+ <rect x="27" y="9" width="3" height="6" rx="1" fill="#e6ede3"/>
127
+ <rect x="5" y="7" width="18" height="10" fill="#e6ede3"/>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Curved header -->
133
+ <div class="header">
134
+ <div class="title">Add title</div>
135
+ <div class="add-location">
136
+ <svg viewBox="0 0 24 24"><path d="M12 22s7-6.6 7-12a7 7 0 1 0-14 0c0 5.4 7 12 7 12zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
137
+ <span>Add location</span>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Recording area -->
142
+ <div class="canvas">
143
+ <div class="midline"></div>
144
+ </div>
145
+
146
+ <!-- Tabs -->
147
+ <div class="tabs">
148
+ <div class="chip active">
149
+ <svg viewBox="0 0 24 24">
150
+ <rect x="4" y="6" width="2" height="12" rx="1"/>
151
+ <rect x="9" y="9" width="2" height="6" rx="1"/>
152
+ <rect x="14" y="7" width="2" height="10" rx="1"/>
153
+ <rect x="19" y="10" width="2" height="4" rx="1"/>
154
+ </svg>
155
+ <span>Audio</span>
156
+ </div>
157
+ <div class="chip">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M4 6h16v2H4zM4 11h12v2H4zM4 16h10v2H4z"/>
160
+ </svg>
161
+ <span>Transcript</span>
162
+ <span class="red-dot"></span>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Timer and Controls -->
167
+ <div class="timer">
168
+ <div class="time-row">
169
+ <span class="blink-dot"></span>
170
+ <span>00:15.7</span>
171
+ </div>
172
+ <div class="controls">
173
+ <div class="side-action">Delete</div>
174
+ <div class="resume-btn">Resume</div>
175
+ <div class="side-action">Save</div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Home indicator -->
180
+ <div class="home-indicator"></div>
181
+ </div>
182
+ </body>
183
+ </html>
code/5356/5356_0.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Fish and Chips UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ box-sizing: border-box;
14
+ }
15
+
16
+ /* General */
17
+ .row { display: flex; align-items: center; }
18
+ .space-between { justify-content: space-between; }
19
+ .pill {
20
+ display: inline-block;
21
+ padding: 12px 22px;
22
+ border-radius: 24px;
23
+ font-size: 30px;
24
+ line-height: 1;
25
+ }
26
+ .pill.teal { background: #15cdbf; color: #fff; font-weight: 700; }
27
+ .pill.gray { background: #e9ecef; color: #6b6f73; }
28
+ .section-title {
29
+ font-size: 48px;
30
+ font-weight: 800;
31
+ color: #202124;
32
+ }
33
+ .sub-title { font-size: 42px; font-weight: 800; color: #202124; }
34
+ .meta { color: #60666b; font-size: 30px; }
35
+ .dot { margin: 0 10px; color: #9aa0a6; }
36
+
37
+ /* Header */
38
+ .status-bar {
39
+ height: 90px;
40
+ padding: 0 36px;
41
+ color: #000;
42
+ font-size: 28px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: flex-start;
46
+ }
47
+ .app-bar {
48
+ height: 120px;
49
+ padding: 0 24px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ }
54
+ .title { font-size: 48px; font-weight: 800; color: #202124; }
55
+
56
+ /* Tabs */
57
+ .tabs {
58
+ padding: 10px 36px 20px;
59
+ display: flex;
60
+ gap: 28px;
61
+ align-items: center;
62
+ }
63
+ .tab {
64
+ font-size: 34px;
65
+ padding: 16px 26px;
66
+ border-radius: 28px;
67
+ color: #15cdbf;
68
+ background: #e6fffb;
69
+ font-weight: 700;
70
+ }
71
+ .tab.inactive {
72
+ color: #4b4f55;
73
+ background: transparent;
74
+ font-weight: 700;
75
+ }
76
+
77
+ /* Categories and search */
78
+ .categories {
79
+ padding: 24px 36px 0;
80
+ }
81
+ .search-bar {
82
+ margin-top: 20px;
83
+ height: 100px;
84
+ border: 1px solid #d1d5da;
85
+ border-radius: 16px;
86
+ padding: 0 20px;
87
+ display: flex;
88
+ align-items: center;
89
+ gap: 18px;
90
+ color: #4b4f55;
91
+ font-size: 32px;
92
+ }
93
+
94
+ /* Results heading */
95
+ .results-title {
96
+ padding: 36px 36px 14px;
97
+ font-size: 50px;
98
+ font-weight: 800;
99
+ color: #202124;
100
+ }
101
+
102
+ /* Restaurant summary row */
103
+ .restaurant-row {
104
+ padding: 18px 36px 8px;
105
+ display: flex;
106
+ gap: 24px;
107
+ align-items: flex-start;
108
+ }
109
+ .thumb {
110
+ width: 150px;
111
+ height: 150px;
112
+ background: #E0E0E0;
113
+ border: 1px solid #BDBDBD;
114
+ border-radius: 12px;
115
+ display: flex; justify-content: center; align-items: center;
116
+ color: #757575; font-size: 26px; text-align: center;
117
+ }
118
+ .rest-info { flex: 1; }
119
+ .rating-row { margin-top: 6px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
120
+ .star {
121
+ width: 28px; height: 28px;
122
+ }
123
+
124
+ /* Product cards */
125
+ .card-row {
126
+ padding: 18px 36px 30px;
127
+ display: flex;
128
+ gap: 24px;
129
+ }
130
+ .product-card {
131
+ width: 330px;
132
+ border: 1px solid #e1e4e8;
133
+ border-radius: 16px;
134
+ padding-bottom: 18px;
135
+ overflow: hidden;
136
+ }
137
+ .product-img {
138
+ width: 100%;
139
+ height: 240px;
140
+ background: #E0E0E0;
141
+ border-bottom: 1px solid #BDBDBD;
142
+ display: flex; justify-content: center; align-items: center;
143
+ color: #757575; font-size: 26px; text-align: center;
144
+ }
145
+ .product-content { padding: 18px; }
146
+ .product-name { font-size: 34px; font-weight: 800; color: #202124; line-height: 1.2; }
147
+ .price { margin-top: 18px; font-size: 32px; color: #202124; }
148
+
149
+ /* Second restaurant */
150
+ .restaurant-block { padding: 12px 36px; }
151
+ .gallery-row {
152
+ padding: 12px 36px 20px;
153
+ display: flex; gap: 24px;
154
+ }
155
+ .gallery-img {
156
+ width: 330px; height: 260px;
157
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
158
+ display: flex; align-items: center; justify-content: center;
159
+ color: #757575; font-size: 24px; text-align: center;
160
+ }
161
+
162
+ /* Bottom gesture bar */
163
+ .home-indicator {
164
+ position: absolute;
165
+ bottom: 24px;
166
+ left: 50%;
167
+ transform: translateX(-50%);
168
+ width: 180px;
169
+ height: 10px;
170
+ background: #cfd8dc;
171
+ border-radius: 6px;
172
+ }
173
+
174
+ /* Icons */
175
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
176
+ .icon { width: 40px; height: 40px; }
177
+ </style>
178
+ </head>
179
+ <body>
180
+ <div id="render-target">
181
+
182
+ <!-- Status bar -->
183
+ <div class="status-bar">11:16</div>
184
+
185
+ <!-- App bar -->
186
+ <div class="app-bar">
187
+ <div class="row">
188
+ <div class="icon-btn">
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <path d="M15 18L9 12l6-6" stroke="#202124" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="title">Fish and Chips</div>
194
+ </div>
195
+ <div class="icon-btn">
196
+ <svg class="icon" viewBox="0 0 24 24">
197
+ <path d="M6 6l12 12M18 6L6 18" stroke="#202124" stroke-width="2" fill="none" stroke-linecap="round"/>
198
+ </svg>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Tabs -->
203
+ <div class="tabs">
204
+ <div class="tab inactive">All</div>
205
+ <div class="pill teal">Restaurants</div>
206
+ <div class="tab inactive">Groceries</div>
207
+ </div>
208
+
209
+ <!-- Categories and search -->
210
+ <div class="categories">
211
+ <div class="section-title">Categories</div>
212
+ <div class="search-bar">
213
+ <svg class="icon" viewBox="0 0 24 24">
214
+ <circle cx="11" cy="11" r="6.5" stroke="#60666b" stroke-width="2" fill="none"/>
215
+ <path d="M20 20l-4.5-4.5" stroke="#60666b" stroke-width="2" stroke-linecap="round"/>
216
+ </svg>
217
+ <div>Fish and chips (35)</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Results heading -->
222
+ <div class="results-title">All results for “Fish and Chips”</div>
223
+
224
+ <!-- First restaurant summary -->
225
+ <div class="restaurant-row">
226
+ <div class="thumb">[IMG: Collage of fish & chips]</div>
227
+ <div class="rest-info">
228
+ <div class="sub-title">The Posh Fish and Chip</div>
229
+ <div class="rating-row">
230
+ <span class="pill gray">Sponsored</span>
231
+ <svg class="star" viewBox="0 0 24 24">
232
+ <path d="M12 2l3.1 6.3 7 1-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L2 9.3l7-1z" fill="#15cdbf"/>
233
+ </svg>
234
+ <span class="meta">4.2 (221)</span>
235
+ <span class="dot">·</span>
236
+ <span class="meta">40 – 65 min</span>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Product cards -->
242
+ <div class="card-row">
243
+ <div class="product-card">
244
+ <div class="product-img">[IMG: Vegan fish and chips]</div>
245
+ <div class="product-content">
246
+ <div class="product-name">Vegan fish and chips</div>
247
+ <div class="price">£14.00</div>
248
+ </div>
249
+ </div>
250
+ <div class="product-card">
251
+ <div class="product-img">[IMG: Classic chipshop fishcake]</div>
252
+ <div class="product-content">
253
+ <div class="product-name">Classic Chipshop Fishcake</div>
254
+ <div class="price">£2.00</div>
255
+ </div>
256
+ </div>
257
+ <div class="product-card">
258
+ <div class="product-img">[IMG: Large chips in tray]</div>
259
+ <div class="product-content">
260
+ <div class="product-name">Large Chips</div>
261
+ <div class="price">£4.00</div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Second restaurant -->
267
+ <div class="restaurant-block">
268
+ <div class="restaurant-row">
269
+ <div class="thumb">[IMG: Fish bar box set]</div>
270
+ <div class="rest-info">
271
+ <div class="sub-title">Albany Fish Bar</div>
272
+ <div class="rating-row">
273
+ <svg class="star" viewBox="0 0 24 24">
274
+ <path d="M12 2l3.1 6.3 7 1-5.1 4.9 1.3 7-6.3-3.3-6.3 3.3 1.3-7L2 9.3l7-1z" fill="#15cdbf"/>
275
+ </svg>
276
+ <span class="meta">4.5 (500+)</span>
277
+ <span class="dot">·</span>
278
+ <span class="meta">15 – 30 min</span>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Gallery images -->
285
+ <div class="gallery-row">
286
+ <div class="gallery-img">[IMG: Fish burger]</div>
287
+ <div class="gallery-img">[IMG: Chips with curry sauce]</div>
288
+ <div class="gallery-img">[IMG: Chips in paper tray]</div>
289
+ </div>
290
+
291
+ <!-- Bottom gesture bar -->
292
+ <div class="home-indicator"></div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/5356/5356_1.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Rendered UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff; color:#333; font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
10
+ }
11
+
12
+ .status-bar {
13
+ height:90px; padding:0 36px; display:flex; align-items:center; justify-content:space-between; font-size:36px; color:#222;
14
+ }
15
+ .status-left, .status-right { display:flex; align-items:center; gap:28px; }
16
+ .icon {
17
+ width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center;
18
+ }
19
+ .icon svg { width:100%; height:100%; }
20
+ .avatar {
21
+ width:72px; height:72px; border-radius:50%; background:#E0E0E0; border:1px solid #BDBDBD;
22
+ }
23
+
24
+ .header {
25
+ padding:0 36px 20px 36px;
26
+ }
27
+ .title {
28
+ font-size:64px; font-weight:700; margin:8px 0 22px 0;
29
+ }
30
+ .tabs {
31
+ display:flex; gap:40px; font-size:40px; color:#444; align-items:flex-end;
32
+ border-bottom:1px solid #eee; padding-bottom:12px;
33
+ }
34
+ .tab { padding-bottom:22px; cursor:pointer; }
35
+ .tab.active { color:#e53935; border-bottom:6px solid #e53935; }
36
+
37
+ .filters {
38
+ display:flex; gap:24px; padding:24px 36px 10px 36px;
39
+ }
40
+ .chip {
41
+ display:flex; align-items:center; gap:16px; padding:18px 28px; border:1px solid #dcdcdc; border-radius:40px; font-size:34px; color:#444;
42
+ background:#fff;
43
+ }
44
+ .chip .mini-icon { width:34px; height:34px; }
45
+ .chip .loc { color:#666; }
46
+
47
+ .section-header {
48
+ display:flex; align-items:center; justify-content:space-between;
49
+ padding:30px 36px 18px 36px;
50
+ }
51
+ .section-title { font-size:52px; font-weight:700; }
52
+ .view-all { font-size:36px; color:#e53935; font-weight:700; }
53
+
54
+ .cards-row {
55
+ display:flex; gap:24px; padding:0 24px; margin-bottom:24px;
56
+ }
57
+ .card {
58
+ width:516px; border:1px solid #e6e6e6; border-radius:24px; overflow:hidden; background:#fff;
59
+ box-shadow:0 2px 0 rgba(0,0,0,0.06);
60
+ }
61
+ .card-image {
62
+ height:330px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
63
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; position:relative;
64
+ }
65
+ .promoted {
66
+ position:absolute; right:20px; bottom:16px; font-size:30px; color:#fff; background:#333; padding:8px 14px; border-radius:16px; opacity:0.9;
67
+ }
68
+ .bookmark {
69
+ position:absolute; right:20px; top:18px; width:44px; height:44px; border:2px solid #dcdcdc; border-radius:10px; background:#fff;
70
+ display:flex; align-items:center; justify-content:center;
71
+ }
72
+ .bookmark svg { width:70%; height:70%; }
73
+ .card-body { padding:22px; }
74
+ .card-title { font-size:48px; font-weight:700; margin-bottom:12px; }
75
+ .card-meta { font-size:32px; color:#666; display:flex; align-items:center; gap:12px; margin-bottom:18px; }
76
+ .price { letter-spacing:2px; }
77
+ .star { color:#e53935; font-size:40px; line-height:1; }
78
+ .times { display:flex; gap:18px; margin-top:10px; }
79
+ .pill {
80
+ padding:16px 26px; background:#e53935; color:#fff; border-radius:14px; font-size:34px; font-weight:700;
81
+ }
82
+ .pill.gray { background:#ddd; color:#666; }
83
+ .tag-under {
84
+ display:flex; gap:110px; font-size:28px; color:#888; margin-top:10px;
85
+ }
86
+
87
+ /* Outdoor cards slightly taller image for left one */
88
+ .card-image.tall { height:360px; }
89
+
90
+ /* Bottom navigation */
91
+ .bottom-nav {
92
+ position:absolute; bottom:0; left:0; width:100%; height:180px; border-top:1px solid #e6e6e6; background:#fff;
93
+ display:flex; align-items:center; justify-content:space-around;
94
+ }
95
+ .nav-item { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; color:#666; font-size:30px; }
96
+ .nav-item.active { color:#e53935; }
97
+ .nav-icon { width:58px; height:58px; }
98
+ .red-dot {
99
+ width:18px; height:18px; background:#e53935; border-radius:50%;
100
+ }
101
+
102
+ /* Minor helpers */
103
+ .spacer-32 { height:32px; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Status bar -->
110
+ <div class="status-bar">
111
+ <div class="status-left">
112
+ <div>11:17</div>
113
+ <div class="icon">
114
+ <svg viewBox="0 0 24 24"><path d="M12 2a8 8 0 0 0 0 20 7 7 0 0 1 0-20z" fill="#666"/></svg>
115
+ </div>
116
+ <div class="icon">
117
+ <svg viewBox="0 0 24 24"><path d="M8 5v14l11-7-11-7z" fill="#666"/></svg>
118
+ </div>
119
+ <div class="icon">
120
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#666"/><circle cx="12" cy="12" r="6" fill="#fff"/></svg>
121
+ </div>
122
+ <div class="icon">
123
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#666" stroke-width="2"/><circle cx="12" cy="12" r="3" fill="#666"/></svg>
124
+ </div>
125
+ </div>
126
+ <div class="status-right">
127
+ <div class="icon">
128
+ <svg viewBox="0 0 24 24"><path d="M2 18h2c3-6 13-6 16 0h2c-4-9-18-9-20 0z" fill="#666"/></svg>
129
+ </div>
130
+ <div class="icon">
131
+ <svg viewBox="0 0 24 24"><path d="M3 8h18v8H3z" fill="#666"/></svg>
132
+ </div>
133
+ <div class="icon">
134
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="3" fill="none" stroke="#666" stroke-width="2"/><rect x="5" y="8" width="14" height="8" fill="#666"/></svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Header and tabs -->
140
+ <div class="header">
141
+ <div style="display:flex; align-items:center; justify-content:space-between;">
142
+ <div class="title">Good evening</div>
143
+ <div class="avatar"></div>
144
+ </div>
145
+ <div class="tabs">
146
+ <div class="tab active">Reservations</div>
147
+ <div class="tab">Experiences</div>
148
+ <div class="tab">Delivery & Takeout</div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Filters -->
153
+ <div class="filters">
154
+ <div class="chip">
155
+ <svg class="mini-icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#666"/><path d="M4 20c1-4 7-4 8-4s7 0 8 4" fill="none" stroke="#666" stroke-width="2"/></svg>
156
+ <span>2 • Tonight at 9:30 PM</span>
157
+ </div>
158
+ <div class="chip">
159
+ <svg class="mini-icon" viewBox="0 0 24 24"><path d="M12 2a8 8 0 0 0-8 8c0 6 8 12 8 12s8-6 8-12a8 8 0 0 0-8-8zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#666"/></svg>
160
+ <span class="loc">Cardiff, South Glamorgan, United Kingdom</span>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Book for dinner tonight -->
165
+ <div class="section-header">
166
+ <div class="section-title">Book for dinner tonight</div>
167
+ <div class="view-all">VIEW ALL</div>
168
+ </div>
169
+
170
+ <div class="cards-row">
171
+ <!-- Card 1 -->
172
+ <div class="card">
173
+ <div class="card-image">
174
+ [IMG: Warm bar interior with hanging globes]
175
+ <div class="bookmark">
176
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#999" stroke-width="2"/></svg>
177
+ </div>
178
+ <div class="promoted">Promoted</div>
179
+ </div>
180
+ <div class="card-body">
181
+ <div class="card-title">Silures</div>
182
+ <div class="card-meta">
183
+ <span class="price">$$$</span>
184
+ <span>• Modern European</span>
185
+ <span class="star">★</span>
186
+ <span>4.8 (128)</span>
187
+ </div>
188
+ <div class="times">
189
+ <div class="pill">9:15 PM</div>
190
+ <div class="pill">9:30 PM</div>
191
+ <div class="pill gray">—</div>
192
+ </div>
193
+ <div class="tag-under">
194
+ <div>Experience</div>
195
+ <div>Experience</div>
196
+ </div>
197
+ </div>
198
+ </div>
199
+
200
+ <!-- Card 2 -->
201
+ <div class="card">
202
+ <div class="card-image">
203
+ [IMG: French bistro facade with outdoor seating]
204
+ <div class="bookmark">
205
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#999" stroke-width="2"/></svg>
206
+ </div>
207
+ </div>
208
+ <div class="card-body">
209
+ <div class="card-title">Côte Brasserie -</div>
210
+ <div class="card-meta">
211
+ <span class="price">$$</span>
212
+ <span>• French</span>
213
+ <span class="star">★</span>
214
+ <span>4.2 (305)</span>
215
+ </div>
216
+ <div class="times">
217
+ <div class="pill">9:15 PM</div>
218
+ <div class="pill">9:30 PM</div>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Outdoor dining -->
225
+ <div class="section-header">
226
+ <div class="section-title">Outdoor dining</div>
227
+ <div class="view-all">VIEW ALL</div>
228
+ </div>
229
+
230
+ <div class="cards-row">
231
+ <!-- Card 3 -->
232
+ <div class="card">
233
+ <div class="card-image tall">
234
+ [IMG: Cave-like Greek restaurant interior with long tables]
235
+ <div class="bookmark">
236
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#999" stroke-width="2"/></svg>
237
+ </div>
238
+ </div>
239
+ <div class="card-body">
240
+ <div class="card-title">OPA Bath</div>
241
+ <div class="card-meta">
242
+ <span class="price">$$</span>
243
+ <span>• Greek</span>
244
+ <span class="star">★</span>
245
+ <span>4.4 (768)</span>
246
+ </div>
247
+ <div class="times">
248
+ <div class="pill">9:15 PM</div>
249
+ <div class="pill">9:30 PM</div>
250
+ <div class="pill">9:45 PM</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Card 4 -->
256
+ <div class="card">
257
+ <div class="card-image">
258
+ [IMG: Seafood restaurant with blue awning]
259
+ <div class="bookmark">
260
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#999" stroke-width="2"/></svg>
261
+ </div>
262
+ </div>
263
+ <div class="card-body">
264
+ <div class="card-title">Portofino Oyster</div>
265
+ <div class="card-meta">
266
+ <span class="price">$$</span>
267
+ <span>• Seafood</span>
268
+ <span class="star">★</span>
269
+ <span>4.5 (612)</span>
270
+ </div>
271
+ <div class="times">
272
+ <div class="pill">9:15 PM</div>
273
+ <div class="pill">9:30 PM</div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </div>
278
+
279
+ <div class="spacer-32"></div>
280
+
281
+ <!-- Bottom Navigation -->
282
+ <div class="bottom-nav">
283
+ <div class="nav-item active">
284
+ <div class="red-dot"></div>
285
+ <div class="nav-icon">
286
+ <svg viewBox="0 0 24 24"><path d="M3 12l9-8 9 8v9H3z" fill="#e53935"/></svg>
287
+ </div>
288
+ <div>Home</div>
289
+ </div>
290
+ <div class="nav-item">
291
+ <div class="nav-icon">
292
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" fill="none" stroke="#666" stroke-width="2"/><path d="M20 20l-4-4" stroke="#666" stroke-width="2"/></svg>
293
+ </div>
294
+ <div>Search</div>
295
+ </div>
296
+ <div class="nav-item">
297
+ <div class="nav-icon">
298
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#666" stroke-width="2"/></svg>
299
+ </div>
300
+ <div>Saved</div>
301
+ </div>
302
+ <div class="nav-item">
303
+ <div class="nav-icon">
304
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#666"/><path d="M3 21s3-6 9-6 9 6 9 6" fill="none" stroke="#666" stroke-width="2"/></svg>
305
+ </div>
306
+ <div>History</div>
307
+ </div>
308
+ <div class="nav-item">
309
+ <div class="nav-icon">
310
+ <svg viewBox="0 0 24 24"><path d="M12 3l7 7-7 7-7-7z" fill="none" stroke="#666" stroke-width="2"/></svg>
311
+ </div>
312
+ <div>Notifications</div>
313
+ </div>
314
+ </div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/5356/5356_2.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Restaurant Search - 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #222;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height: 120px;
20
+ background: #E6E6E6;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 28px;
25
+ box-sizing: border-box;
26
+ }
27
+ .status-left { font-weight: 600; color: #444; font-size: 36px; }
28
+ .status-right { display: flex; gap: 26px; align-items: center; }
29
+ .dot { width: 14px; height: 14px; background: #BDBDBD; border-radius: 50%; }
30
+
31
+ /* Header controls */
32
+ .header {
33
+ padding: 20px 28px 16px 28px;
34
+ }
35
+ .when-pill {
36
+ margin: 10px auto 20px auto;
37
+ width: 680px;
38
+ height: 90px;
39
+ border-radius: 46px;
40
+ border: 2px solid #DADADA;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ gap: 16px;
45
+ color: #222;
46
+ font-size: 34px;
47
+ font-weight: 600;
48
+ background: #fff;
49
+ }
50
+ .when-pill svg { width: 36px; height: 36px; }
51
+
52
+ .searchbar {
53
+ height: 120px;
54
+ border-radius: 24px;
55
+ border: 2px solid #E1E1E1;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 24px;
59
+ gap: 20px;
60
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02) inset;
61
+ }
62
+ .searchbar .placeholder {
63
+ flex: 1;
64
+ color: #6b6b6b;
65
+ font-size: 34px;
66
+ white-space: nowrap;
67
+ overflow: hidden;
68
+ text-overflow: ellipsis;
69
+ }
70
+ .mapbook {
71
+ width: 70px; height: 70px;
72
+ background: #fff1f1;
73
+ border: 2px solid #ff5a5f;
74
+ border-radius: 12px;
75
+ display: flex; align-items: center; justify-content: center;
76
+ color: #ff5a5f; font-weight: 700;
77
+ font-size: 34px;
78
+ }
79
+
80
+ /* Filter chips row */
81
+ .filters {
82
+ display: flex;
83
+ gap: 20px;
84
+ padding: 18px 4px 10px 4px;
85
+ margin: 0 24px;
86
+ }
87
+ .chip {
88
+ border: 2px solid #DADADA;
89
+ border-radius: 44px;
90
+ padding: 22px 30px;
91
+ font-size: 32px;
92
+ color: #333;
93
+ display: inline-flex;
94
+ align-items: center;
95
+ gap: 16px;
96
+ background: #fff;
97
+ }
98
+ .chip .caret {
99
+ width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #777;
100
+ }
101
+
102
+ .section-title {
103
+ font-size: 40px;
104
+ font-weight: 800;
105
+ margin: 18px 28px 10px 28px;
106
+ }
107
+
108
+ /* Cards */
109
+ .card {
110
+ position: relative;
111
+ padding: 24px 28px 28px 28px;
112
+ border-top: 1px solid #EFEFEF;
113
+ }
114
+ .card-head {
115
+ display: flex;
116
+ align-items: flex-start;
117
+ justify-content: space-between;
118
+ gap: 24px;
119
+ }
120
+ .card-title {
121
+ font-size: 54px;
122
+ font-weight: 800;
123
+ letter-spacing: 0.3px;
124
+ margin: 6px 0 16px 0;
125
+ }
126
+ .promoted-tag {
127
+ position: absolute;
128
+ right: 28px; top: 18px;
129
+ background: #ECEFF1;
130
+ color: #444;
131
+ font-size: 28px;
132
+ border-radius: 14px;
133
+ padding: 10px 16px;
134
+ font-weight: 600;
135
+ }
136
+ .thumb {
137
+ width: 240px;
138
+ height: 190px;
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ border-radius: 16px;
142
+ display: flex; align-items: center; justify-content: center;
143
+ color: #666; font-size: 24px; text-align: center; padding: 10px;
144
+ }
145
+
146
+ .rating-row {
147
+ display: flex; align-items: center; gap: 12px;
148
+ color: #333; font-size: 30px;
149
+ }
150
+ .stars { color: #E53935; font-size: 30px; letter-spacing: 2px; }
151
+ .reviews { color: #555; font-size: 30px; }
152
+ .meta {
153
+ margin-top: 12px;
154
+ color: #555; font-size: 32px; display: flex; align-items: center; gap: 14px;
155
+ }
156
+ .meta .dotsep::before { content: "•"; margin: 0 8px; color: #777; }
157
+ .price-line { margin-top: 12px; font-size: 34px; color: #333; }
158
+ .times-row {
159
+ margin-top: 18px;
160
+ display: flex; align-items: flex-start; gap: 24px;
161
+ }
162
+ .time-chip {
163
+ background: #D83939;
164
+ color: #fff; font-weight: 700;
165
+ border-radius: 16px;
166
+ padding: 22px 32px;
167
+ font-size: 34px;
168
+ min-width: 190px;
169
+ text-align: center;
170
+ }
171
+ .time-chip.gray {
172
+ background: #EDEDED; color: #888; border: 2px solid #E0E0E0;
173
+ }
174
+ .exp-chip {
175
+ margin-top: 8px;
176
+ display: inline-block;
177
+ border: 2px solid #D83939;
178
+ color: #D83939;
179
+ border-radius: 12px;
180
+ padding: 10px 16px;
181
+ font-size: 26px;
182
+ font-weight: 700;
183
+ }
184
+ .walkin {
185
+ margin-top: 26px;
186
+ color: #666; font-size: 36px; font-weight: 700;
187
+ }
188
+ .cta {
189
+ margin-top: 14px;
190
+ width: 300px; height: 88px;
191
+ background: #0D7BD9;
192
+ color: #fff; border: none; border-radius: 16px;
193
+ font-size: 34px; font-weight: 800;
194
+ }
195
+
196
+ /* Bottom tab bar */
197
+ .tabbar {
198
+ position: absolute;
199
+ bottom: 0;
200
+ left: 0; right: 0;
201
+ height: 160px;
202
+ border-top: 1px solid #E9E9E9;
203
+ background: #fff;
204
+ display: flex;
205
+ justify-content: space-around;
206
+ align-items: center;
207
+ padding-bottom: 8px;
208
+ }
209
+ .tab {
210
+ display: flex; flex-direction: column; align-items: center; gap: 8px; color: #777; font-size: 28px; font-weight: 600;
211
+ }
212
+ .tab svg { width: 48px; height: 48px; }
213
+ .tab.active { color: #E53935; }
214
+ .tab.active svg path { fill: #E53935; }
215
+ </style>
216
+ </head>
217
+ <body>
218
+ <div id="render-target">
219
+
220
+ <!-- Status bar -->
221
+ <div class="statusbar">
222
+ <div class="status-left">11:17</div>
223
+ <div class="status-right">
224
+ <div class="dot"></div>
225
+ <div class="dot"></div>
226
+ <div class="dot"></div>
227
+ <div class="dot"></div>
228
+ <div class="dot"></div>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Header -->
233
+ <div class="header">
234
+ <div class="when-pill">
235
+ <svg viewBox="0 0 24 24"><path fill="#444" d="M12 12c2.8 0 5-2.2 5-5S14.8 2 12 2 7 4.2 7 7s2.2 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z"/></svg>
236
+ <span>2 • Tonight at 9:30 PM</span>
237
+ </div>
238
+
239
+ <div class="searchbar">
240
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#666" d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
241
+ <div class="placeholder">Search Cardiff, South Glamorgan, United Kingdom</div>
242
+ <div class="mapbook">📖</div>
243
+ </div>
244
+
245
+ <div class="filters">
246
+ <div class="chip">
247
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#555" d="M3 5h18v2l-7 7v5l-4-2v-3L3 7z"/></svg>
248
+ <span>Cuisine</span>
249
+ <div class="caret"></div>
250
+ </div>
251
+ <div class="chip">
252
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#555" d="m12 2 3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"/></svg>
253
+ <span>Award-winning</span>
254
+ <div class="caret"></div>
255
+ </div>
256
+ <div class="chip">
257
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#555" d="M4 10h16v10H4zM7 4h10v4H7z"/></svg>
258
+ <span>Seating</span>
259
+ <div class="caret"></div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="section-title">137 Restaurants</div>
264
+ </div>
265
+
266
+ <!-- Card 1 -->
267
+ <div class="card">
268
+ <div class="promoted-tag">Promoted</div>
269
+ <div class="card-head">
270
+ <div style="flex:1;">
271
+ <div class="card-title">Silures</div>
272
+ <div class="rating-row">
273
+ <div class="stars">★ ★ ★ ★ ★</div>
274
+ <div class="reviews">128 reviews</div>
275
+ </div>
276
+ <div class="meta">
277
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#555" d="M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z"/></svg>
278
+ <span>1.1 mi</span><span class="dotsep"></span><span>Cardiff</span>
279
+ </div>
280
+ <div class="price-line">$$$ • Modern European</div>
281
+
282
+ <div class="times-row">
283
+ <div>
284
+ <div class="time-chip">9:15 PM</div>
285
+ <div class="exp-chip">Experience</div>
286
+ </div>
287
+ <div>
288
+ <div class="time-chip">9:30 PM</div>
289
+ <div class="exp-chip">Experience</div>
290
+ </div>
291
+ <div class="time-chip gray" style="min-width:200px;"> </div>
292
+ </div>
293
+
294
+ <div class="walkin">Walk-In</div>
295
+ <button class="cta">Join Waitlist</button>
296
+ </div>
297
+ <div class="thumb">[IMG: Cozy bar interior]</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Card 2 -->
302
+ <div class="card">
303
+ <div class="card-head">
304
+ <div style="flex:1;">
305
+ <div class="card-title">Gaucho - Cardiff</div>
306
+ <div class="rating-row">
307
+ <div class="stars">★ ★ ★ ★ ☆</div>
308
+ <div class="reviews">345 reviews</div>
309
+ </div>
310
+ <div class="meta">
311
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#555" d="M12 2a7 7 0 0 0-7 7c0 5.3 7 13 7 13s7-7.7 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z"/></svg>
312
+ <span>754 ft</span><span class="dotsep"></span><span>Cardiff</span>
313
+ </div>
314
+ <div class="price-line">$$$ • Steakhouse</div>
315
+
316
+ <div class="times-row">
317
+ <div class="time-chip">9:15 PM</div>
318
+ <div class="time-chip">9:30 PM</div>
319
+ <div class="time-chip">9:45 PM</div>
320
+ </div>
321
+
322
+ <div class="walkin">Walk-In</div>
323
+ <button class="cta">Join Waitlist</button>
324
+ </div>
325
+ <div class="thumb">[IMG: Plated dishes top-down]</div>
326
+ </div>
327
+ </div>
328
+
329
+ <!-- Next card heading (partially visible like screenshot) -->
330
+ <div class="card" style="padding-bottom: 260px;">
331
+ <div class="card-title" style="margin-top: 8px;">The Sultan Restaurant</div>
332
+ <!-- Only the heading to hint at more content -->
333
+ </div>
334
+
335
+ <!-- Bottom Tab Bar -->
336
+ <div class="tabbar">
337
+ <div class="tab">
338
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M12 3 2 12h3v8h6v-5h2v5h6v-8h3z"/></svg>
339
+ <div>Home</div>
340
+ </div>
341
+ <div class="tab active">
342
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.9.9l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>
343
+ <div>Search</div>
344
+ </div>
345
+ <div class="tab">
346
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M6 2h12v2H6zM6 6h12v14H6zM9 9h6v8H9z"/></svg>
347
+ <div>Saved</div>
348
+ </div>
349
+ <div class="tab">
350
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M12 7V3h-1v4H8v1h3v3h1V8h3V7zM6 19h12v2H6z"/></svg>
351
+ <div>History</div>
352
+ </div>
353
+ <div class="tab">
354
+ <svg viewBox="0 0 24 24"><path fill="#777" d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6v-5a6 6 0 1 0-12 0v5l-2 2v1h16v-1z"/></svg>
355
+ <div>Notifications</div>
356
+ </div>
357
+ </div>
358
+
359
+ </div>
360
+ </body>
361
+ </html>
code/5356/5356_3.html ADDED
@@ -0,0 +1,438 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Restaurant List 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ background: #e0e0e0;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 40px;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 34px;
26
+ }
27
+ .status-left { display: flex; align-items: center; gap: 26px; }
28
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 26px; }
29
+ .icon { width: 34px; height: 34px; display: inline-block; }
30
+
31
+ /* Content area */
32
+ .content { padding: 30px 30px 0 30px; }
33
+
34
+ /* Reservation pill */
35
+ .reservation-pill {
36
+ width: 820px;
37
+ margin: 16px auto 30px auto;
38
+ border: 1px solid #d9d9d9;
39
+ border-radius: 50px;
40
+ height: 88px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 26px;
44
+ gap: 18px;
45
+ color: #222;
46
+ font-size: 32px;
47
+ }
48
+ .reservation-pill .person {
49
+ width: 40px; height: 40px;
50
+ }
51
+
52
+ /* Search bar */
53
+ .search-bar {
54
+ width: 1020px;
55
+ margin: 0 auto;
56
+ height: 100px;
57
+ border: 1px solid #d9d9d9;
58
+ border-radius: 20px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 26px;
62
+ gap: 22px;
63
+ box-sizing: border-box;
64
+ }
65
+ .search-input {
66
+ flex: 1;
67
+ color: #4b4b4b;
68
+ font-size: 32px;
69
+ }
70
+ .map-icon {
71
+ width: 48px; height: 48px;
72
+ border-radius: 10px;
73
+ border: 1px solid #d9d9d9;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #e74c3c;
78
+ }
79
+
80
+ /* Chips */
81
+ .chips {
82
+ display: flex;
83
+ gap: 22px;
84
+ padding: 24px 30px;
85
+ }
86
+ .chip {
87
+ border: 1px solid #d9d9d9;
88
+ border-radius: 60px;
89
+ padding: 20px 28px;
90
+ font-size: 30px;
91
+ color: #333;
92
+ display: inline-flex;
93
+ align-items: center;
94
+ gap: 14px;
95
+ }
96
+ .chip .down { width: 20px; height: 20px; }
97
+
98
+ .section-title {
99
+ font-size: 36px;
100
+ font-weight: 700;
101
+ color: #222;
102
+ padding: 10px 30px 0 30px;
103
+ }
104
+
105
+ /* Cards */
106
+ .card {
107
+ border-top: 1px solid #eee;
108
+ padding: 30px;
109
+ position: relative;
110
+ }
111
+ .card-header {
112
+ display: flex;
113
+ justify-content: space-between;
114
+ align-items: flex-start;
115
+ gap: 20px;
116
+ }
117
+ .card-title {
118
+ font-size: 44px;
119
+ font-weight: 800;
120
+ color: #222;
121
+ }
122
+ .rating {
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 10px;
126
+ margin-top: 10px;
127
+ }
128
+ .star { width: 28px; height: 28px; }
129
+ .reviews {
130
+ font-size: 30px;
131
+ color: #333;
132
+ }
133
+ .meta {
134
+ margin-top: 10px;
135
+ font-size: 30px;
136
+ color: #555;
137
+ display: flex;
138
+ align-items: center;
139
+ gap: 12px;
140
+ }
141
+ .price-cuisine {
142
+ margin-top: 10px;
143
+ font-size: 30px;
144
+ color: #555;
145
+ }
146
+ .time-row {
147
+ display: flex;
148
+ gap: 24px;
149
+ margin-top: 26px;
150
+ align-items: flex-start;
151
+ }
152
+ .time-btn {
153
+ background: #d63a3a;
154
+ color: #fff;
155
+ border-radius: 18px;
156
+ padding: 18px 26px;
157
+ font-size: 34px;
158
+ font-weight: 700;
159
+ display: inline-flex;
160
+ flex-direction: column;
161
+ align-items: center;
162
+ width: 220px;
163
+ box-shadow: 0 2px 0 rgba(0,0,0,0.15);
164
+ }
165
+ .subtext {
166
+ margin-top: 8px;
167
+ font-size: 26px;
168
+ font-weight: 600;
169
+ background: #fff;
170
+ color: #d63a3a;
171
+ border: 2px solid #f3b1b1;
172
+ border-radius: 12px;
173
+ padding: 6px 12px;
174
+ }
175
+ .time-disabled {
176
+ width: 220px;
177
+ height: 88px;
178
+ border-radius: 18px;
179
+ background: #ededed;
180
+ border: 1px solid #d0d0d0;
181
+ }
182
+
183
+ .walkin {
184
+ margin-top: 26px;
185
+ font-size: 32px;
186
+ color: #666;
187
+ }
188
+ .waitlist-btn {
189
+ margin-top: 10px;
190
+ width: 300px;
191
+ height: 88px;
192
+ border-radius: 16px;
193
+ background: #167e8c;
194
+ color: #fff;
195
+ font-size: 34px;
196
+ font-weight: 700;
197
+ display: flex;
198
+ align-items: center;
199
+ justify-content: center;
200
+ }
201
+
202
+ .card-image {
203
+ width: 200px;
204
+ height: 200px;
205
+ background: #E0E0E0;
206
+ border: 1px solid #BDBDBD;
207
+ border-radius: 12px;
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ color: #757575;
212
+ font-size: 26px;
213
+ text-align: center;
214
+ }
215
+ .tag-promoted {
216
+ position: absolute;
217
+ right: 40px;
218
+ top: 230px;
219
+ background: #f0f0f0;
220
+ color: #555;
221
+ border: 1px solid #d6d6d6;
222
+ border-radius: 20px;
223
+ font-size: 26px;
224
+ padding: 8px 16px;
225
+ }
226
+
227
+ /* Bottom nav */
228
+ .bottom-nav {
229
+ position: absolute;
230
+ bottom: 0;
231
+ left: 0;
232
+ width: 1080px;
233
+ height: 160px;
234
+ background: #ffffff;
235
+ border-top: 1px solid #e6e6e6;
236
+ display: flex;
237
+ justify-content: space-around;
238
+ align-items: center;
239
+ }
240
+ .nav-item {
241
+ display: flex;
242
+ flex-direction: column;
243
+ align-items: center;
244
+ gap: 12px;
245
+ color: #666;
246
+ font-size: 28px;
247
+ }
248
+ .nav-item.active { color: #d63a3a; font-weight: 700; }
249
+ .nav-icon { width: 44px; height: 44px; }
250
+ </style>
251
+ </head>
252
+ <body>
253
+ <div id="render-target">
254
+
255
+ <!-- Status Bar -->
256
+ <div class="status-bar">
257
+ <div class="status-left">
258
+ <span>11:18</span>
259
+ <!-- simple icons -->
260
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#777"/></svg>
261
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14" rx="2" fill="#777"/></svg>
262
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8" stroke="#777" stroke-width="3" fill="none"/></svg>
263
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#777"/><circle cx="12" cy="6" r="2" fill="#777"/></svg>
264
+ </div>
265
+ <div class="status-right">
266
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18" stroke="#777" stroke-width="2"/><circle cx="21" cy="3" r="3" fill="#777"/></svg>
267
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2v20" stroke="#777" stroke-width="2"/></svg>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="content">
272
+ <!-- Reservation pill -->
273
+ <div class="reservation-pill">
274
+ <svg class="person" viewBox="0 0 24 24">
275
+ <circle cx="12" cy="8" r="4" fill="#555"></circle>
276
+ <path d="M4 22c0-4 4-6 8-6s8 2 8 6" fill="#555"></path>
277
+ </svg>
278
+ <span>2 • Tonight at 9:30 PM</span>
279
+ </div>
280
+
281
+ <!-- Search Bar -->
282
+ <div class="search-bar">
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"></circle>
285
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#777" stroke-width="3"></line>
286
+ </svg>
287
+ <div class="search-input">Search Cardiff, South Glamorgan, United Kingdom</div>
288
+ <div class="map-icon">
289
+ <svg viewBox="0 0 24 24" width="34" height="34">
290
+ <path d="M12 2l6 3v15l-6-3-6 3V5l6-3z" fill="#ff3b30" stroke="#d9d9d9"></path>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Filter chips -->
296
+ <div class="chips">
297
+ <div class="chip">
298
+ <svg class="icon" viewBox="0 0 24 24">
299
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#777" stroke-width="2"/>
300
+ </svg>
301
+ Cuisine
302
+ <svg class="down" viewBox="0 0 12 12"><path d="M2 4l4 4 4-4" fill="#777"/></svg>
303
+ </div>
304
+ <div class="chip">
305
+ Award-winning
306
+ <svg class="down" viewBox="0 0 12 12"><path d="M2 4l4 4 4-4" fill="#777"/></svg>
307
+ </div>
308
+ <div class="chip">
309
+ Seating
310
+ <svg class="down" viewBox="0 0 12 12"><path d="M2 4l4 4 4-4" fill="#777"/></svg>
311
+ </div>
312
+ </div>
313
+
314
+ <div class="section-title">137 Restaurants</div>
315
+
316
+ <!-- Card 1 -->
317
+ <div class="card">
318
+ <div class="card-header">
319
+ <div style="flex: 1;">
320
+ <div class="card-title">Silures</div>
321
+ <div class="rating">
322
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
323
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
324
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
325
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
326
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
327
+ <div class="reviews">128 reviews</div>
328
+ </div>
329
+ <div class="meta">
330
+ <svg class="icon" viewBox="0 0 24 24">
331
+ <path d="M12 2c-4.4 0-8 3.6-8 8 0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" fill="#777"></path>
332
+ </svg>
333
+ 1.1 mi • Cardiff
334
+ </div>
335
+ <div class="price-cuisine">$$$ • Modern European</div>
336
+
337
+ <div class="time-row">
338
+ <div class="time-btn">
339
+ <div>9:15 PM</div>
340
+ <div class="subtext">Experience</div>
341
+ </div>
342
+ <div class="time-btn">
343
+ <div>9:30 PM</div>
344
+ <div class="subtext">Experience</div>
345
+ </div>
346
+ <div class="time-disabled"></div>
347
+ </div>
348
+
349
+ <div class="walkin">Walk-In</div>
350
+ <div class="waitlist-btn">Join Waitlist</div>
351
+ </div>
352
+
353
+ <div>
354
+ <div class="tag-promoted">Promoted</div>
355
+ <div class="card-image">[IMG: Bar interior]</div>
356
+ </div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Card 2 -->
361
+ <div class="card">
362
+ <div class="card-header">
363
+ <div style="flex: 1;">
364
+ <div class="card-title">Gaucho - Cardiff</div>
365
+ <div class="rating">
366
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
367
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
368
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
369
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#e53935"/></svg>
370
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7h7l-5.6 4.1 2.2 7-6.6-4.6-6.6 4.6 2.2-7L2 9h7z" fill="#c0c0c0"/></svg>
371
+ <div class="reviews">345 reviews</div>
372
+ </div>
373
+ <div class="meta">
374
+ <svg class="icon" viewBox="0 0 24 24">
375
+ <path d="M12 2c-4.4 0-8 3.6-8 8 0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" fill="#777"></path>
376
+ </svg>
377
+ 754 ft • Cardiff
378
+ </div>
379
+ <div class="price-cuisine">$$$ • Steakhouse</div>
380
+
381
+ <div class="time-row">
382
+ <div class="time-btn">
383
+ <div>9:15 PM</div>
384
+ </div>
385
+ <div class="time-btn">
386
+ <div>9:30 PM</div>
387
+ </div>
388
+ <div class="time-btn">
389
+ <div>9:45 PM</div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="walkin">Walk-In</div>
394
+ <div class="waitlist-btn">Join Waitlist</div>
395
+ </div>
396
+ <div>
397
+ <div class="card-image">[IMG: Dishes on table]</div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Next item title preview -->
403
+ <div class="card" style="padding-bottom: 220px;">
404
+ <div class="card-title">The Sultan Restaurant</div>
405
+ <div class="tag-promoted" style="top: 100px;">Promoted</div>
406
+ </div>
407
+ </div>
408
+
409
+ <!-- Bottom Navigation -->
410
+ <div class="bottom-nav">
411
+ <div class="nav-item">
412
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10H3V10z" fill="#777"/></svg>
413
+ <div>Home</div>
414
+ </div>
415
+ <div class="nav-item active">
416
+ <svg class="nav-icon" viewBox="0 0 24 24">
417
+ <circle cx="11" cy="11" r="7" stroke="#d63a3a" stroke-width="3" fill="none"></circle>
418
+ <line x1="17" y1="17" x2="23" y2="23" stroke="#d63a3a" stroke-width="3"></line>
419
+ </svg>
420
+ <div>Search</div>
421
+ </div>
422
+ <div class="nav-item">
423
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M6 4h12v16H6z" fill="#777"/><path d="M9 2h6v4H9z" fill="#999"/></svg>
424
+ <div>Saved</div>
425
+ </div>
426
+ <div class="nav-item">
427
+ <svg class="nav-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#777" stroke-width="3" fill="none"/><path d="M12 6v6l4 2" stroke="#777" stroke-width="3"/></svg>
428
+ <div>History</div>
429
+ </div>
430
+ <div class="nav-item">
431
+ <svg class="nav-icon" viewBox="0 0 24 24"><path d="M12 2c4 0 7 3 7 7v5l2 3H3l2-3V9c0-4 3-7 7-7z" fill="#777"/></svg>
432
+ <div>Notifications</div>
433
+ </div>
434
+ </div>
435
+
436
+ </div>
437
+ </body>
438
+ </html>
code/5356/5356_4.html ADDED
@@ -0,0 +1,405 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 160px;
22
+ background: #C9C9C9;
23
+ color: #1e1e1e;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ }
29
+ .status-left { font-weight: 600; font-size: 40px; }
30
+ .status-icons {
31
+ margin-left: 20px;
32
+ display: flex;
33
+ gap: 24px;
34
+ opacity: 0.8;
35
+ }
36
+ .status-right {
37
+ margin-left: auto;
38
+ display: flex;
39
+ gap: 28px;
40
+ }
41
+ .dot { width: 14px; height: 14px; background: #7d7d7d; border-radius: 50%; display: inline-block; }
42
+
43
+ /* Header */
44
+ .header {
45
+ position: absolute;
46
+ top: 160px;
47
+ left: 0;
48
+ width: 100%;
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 40px;
53
+ box-sizing: border-box;
54
+ }
55
+ .header .left,
56
+ .header .right {
57
+ color: #D12B2B;
58
+ font-size: 46px;
59
+ font-weight: 700;
60
+ }
61
+ .header .left { }
62
+ .header .right { margin-left: auto; }
63
+
64
+ /* Search field */
65
+ .search-field {
66
+ position: absolute;
67
+ top: 280px;
68
+ left: 30px;
69
+ width: 1020px;
70
+ height: 120px;
71
+ border: 2px solid #DADADA;
72
+ border-radius: 16px;
73
+ box-sizing: border-box;
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 0 24px;
77
+ gap: 22px;
78
+ }
79
+ .search-placeholder {
80
+ color: #8A8A8A;
81
+ font-size: 40px;
82
+ }
83
+ .icon {
84
+ width: 52px;
85
+ height: 52px;
86
+ display: inline-flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ }
90
+
91
+ /* Location pill */
92
+ .location-pill {
93
+ position: absolute;
94
+ top: 420px;
95
+ left: 30px;
96
+ width: 1020px;
97
+ height: 100px;
98
+ border: 2px solid #DADADA;
99
+ border-radius: 16px;
100
+ display: flex;
101
+ align-items: center;
102
+ padding: 0 24px;
103
+ box-sizing: border-box;
104
+ gap: 22px;
105
+ background: #FFFFFF;
106
+ }
107
+ .location-text {
108
+ color: #2962FF;
109
+ font-size: 40px;
110
+ }
111
+
112
+ /* Section: All Restaurants */
113
+ .section-row {
114
+ position: absolute;
115
+ top: 560px;
116
+ left: 40px;
117
+ width: 1000px;
118
+ display: flex;
119
+ align-items: center;
120
+ gap: 22px;
121
+ }
122
+ .section-row .title {
123
+ font-size: 46px;
124
+ font-weight: 700;
125
+ color: #2D2D2D;
126
+ }
127
+ .divider {
128
+ position: absolute;
129
+ top: 636px;
130
+ left: 40px;
131
+ width: 1000px;
132
+ height: 2px;
133
+ background: #E7E7E7;
134
+ }
135
+
136
+ /* Recently viewed header */
137
+ .recent-header {
138
+ position: absolute;
139
+ top: 690px;
140
+ left: 40px;
141
+ font-size: 48px;
142
+ font-weight: 800;
143
+ color: #2D2D2D;
144
+ }
145
+
146
+ /* List items */
147
+ .list {
148
+ position: absolute;
149
+ top: 770px;
150
+ left: 20px;
151
+ width: 1040px;
152
+ }
153
+ .item {
154
+ display: flex;
155
+ align-items: center;
156
+ padding: 24px 20px;
157
+ box-sizing: border-box;
158
+ border-bottom: 1px solid #EEEEEE;
159
+ }
160
+ .thumb {
161
+ width: 120px;
162
+ height: 120px;
163
+ background: #E0E0E0;
164
+ border: 1px solid #BDBDBD;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ color: #757575;
169
+ font-size: 26px;
170
+ border-radius: 8px;
171
+ margin-right: 28px;
172
+ }
173
+ .item-content {
174
+ flex: 1;
175
+ }
176
+ .item-title {
177
+ font-size: 44px;
178
+ font-weight: 800;
179
+ color: #1F1F1F;
180
+ margin-bottom: 10px;
181
+ }
182
+ .item-sub {
183
+ font-size: 34px;
184
+ color: #7A7A7A;
185
+ }
186
+ .chevron {
187
+ width: 44px;
188
+ height: 44px;
189
+ margin-left: 16px;
190
+ }
191
+
192
+ /* Keyboard */
193
+ .keyboard {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0;
197
+ width: 1080px;
198
+ height: 900px;
199
+ background: #191919;
200
+ border-top: 1px solid #2A2A2A;
201
+ box-sizing: border-box;
202
+ padding: 40px;
203
+ }
204
+ .kb-top-icons {
205
+ display: flex;
206
+ gap: 40px;
207
+ margin-bottom: 24px;
208
+ }
209
+ .kb-row {
210
+ display: flex;
211
+ justify-content: space-between;
212
+ margin: 24px 0;
213
+ }
214
+ .key {
215
+ background: #2A2A2A;
216
+ color: #EDEDED;
217
+ width: 90px;
218
+ height: 120px;
219
+ border-radius: 16px;
220
+ display: flex;
221
+ align-items: center;
222
+ justify-content: center;
223
+ font-size: 40px;
224
+ box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
225
+ }
226
+ .key.wide { width: 140px; }
227
+ .key.extra-wide { width: 420px; }
228
+ .bottom-row {
229
+ display: flex;
230
+ align-items: center;
231
+ justify-content: space-between;
232
+ margin-top: 20px;
233
+ }
234
+ .mic-btn, .search-btn {
235
+ width: 140px;
236
+ height: 140px;
237
+ border-radius: 70px;
238
+ background: #3A3A3A;
239
+ display: flex;
240
+ align-items: center;
241
+ justify-content: center;
242
+ }
243
+ .search-btn { background: #BFD7EA; }
244
+ </style>
245
+ </head>
246
+ <body>
247
+ <div id="render-target">
248
+ <!-- Status bar -->
249
+ <div class="status-bar">
250
+ <div class="status-left">11:19</div>
251
+ <div class="status-icons">
252
+ <div class="dot"></div>
253
+ <div class="dot"></div>
254
+ <div class="dot"></div>
255
+ <div class="dot"></div>
256
+ </div>
257
+ <div class="status-right">
258
+ <div class="dot"></div>
259
+ <div class="dot"></div>
260
+ <div class="dot"></div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Header -->
265
+ <div class="header">
266
+ <div class="left">Cancel</div>
267
+ <div class="right">Search</div>
268
+ </div>
269
+
270
+ <!-- Search field -->
271
+ <div class="search-field">
272
+ <div class="icon">
273
+ <svg viewBox="0 0 24 24" width="44" height="44">
274
+ <circle cx="10" cy="10" r="7" stroke="#777" stroke-width="2" fill="none"></circle>
275
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#777" stroke-width="2"></line>
276
+ </svg>
277
+ </div>
278
+ <div class="search-placeholder">Search for places, foods, and special days</div>
279
+ </div>
280
+
281
+ <!-- Location pill -->
282
+ <div class="location-pill">
283
+ <div class="icon">
284
+ <svg viewBox="0 0 24 24" width="44" height="44">
285
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.2 6 12 6 12s6-6.8 6-12c0-3.3-2.7-6-6-6zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6z" fill="#2962FF"></path>
286
+ </svg>
287
+ </div>
288
+ <div class="location-text">Cardiff, South Glamorgan, United Kingdom</div>
289
+ </div>
290
+
291
+ <!-- All Restaurants -->
292
+ <div class="section-row">
293
+ <div class="icon">
294
+ <svg viewBox="0 0 24 24" width="48" height="48">
295
+ <path d="M12 3l9 7v11h-6v-6H9v6H3V10l9-7z" fill="#636363"></path>
296
+ </svg>
297
+ </div>
298
+ <div class="title">All Restaurants</div>
299
+ </div>
300
+ <div class="divider"></div>
301
+
302
+ <!-- Recently viewed -->
303
+ <div class="recent-header">Recently viewed</div>
304
+
305
+ <!-- List -->
306
+ <div class="list">
307
+ <div class="item">
308
+ <div class="thumb">[IMG: Lounge]</div>
309
+ <div class="item-content">
310
+ <div class="item-title">Lobby Lounge</div>
311
+ <div class="item-sub">Al Forsan International Sports Resort Khalifa City A - …</div>
312
+ </div>
313
+ <div class="chevron">
314
+ <svg viewBox="0 0 24 24" width="44" height="44">
315
+ <path d="M9 6l6 6-6 6" stroke="#6E6E6E" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
316
+ </svg>
317
+ </div>
318
+ </div>
319
+
320
+ <div class="item">
321
+ <div class="thumb">[IMG: Plate]</div>
322
+ <div class="item-content">
323
+ <div class="item-title">Huszar</div>
324
+ <div class="item-sub">627 E North Ave, Pittsburgh, PA 15212</div>
325
+ </div>
326
+ <div class="chevron">
327
+ <svg viewBox="0 0 24 24" width="44" height="44">
328
+ <path d="M9 6l6 6-6 6" stroke="#6E6E6E" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
329
+ </svg>
330
+ </div>
331
+ </div>
332
+
333
+ <div class="item">
334
+ <div class="thumb">[IMG: Farm]</div>
335
+ <div class="item-content">
336
+ <div class="item-title">High Hill Farm</div>
337
+ <div class="item-sub">12626 County Road 217, Arp, TX 75750</div>
338
+ </div>
339
+ <div class="chevron">
340
+ <svg viewBox="0 0 24 24" width="44" height="44">
341
+ <path d="M9 6l6 6-6 6" stroke="#6E6E6E" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <div class="item">
347
+ <div class="thumb">[IMG: Dishes]</div>
348
+ <div class="item-content">
349
+ <div class="item-title">Silvester's</div>
350
+ <div class="item-sub">1 Bulletin Pl, Sydney AU-NSW 2000</div>
351
+ </div>
352
+ <div class="chevron">
353
+ <svg viewBox="0 0 24 24" width="44" height="44">
354
+ <path d="M9 6l6 6-6 6" stroke="#6E6E6E" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
355
+ </svg>
356
+ </div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Keyboard -->
361
+ <div class="keyboard">
362
+ <div class="kb-top-icons">
363
+ <div class="dot" style="background:#2F2F2F;"></div>
364
+ <div class="dot" style="background:#2F2F2F;"></div>
365
+ <div class="dot" style="background:#2F2F2F;"></div>
366
+ <div class="dot" style="background:#2F2F2F;"></div>
367
+ <div class="dot" style="background:#2F2F2F;"></div>
368
+ </div>
369
+
370
+ <div class="kb-row">
371
+ <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>
372
+ </div>
373
+ <div class="kb-row" style="padding: 0 40px;">
374
+ <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>
375
+ </div>
376
+ <div class="kb-row" style="padding: 0 100px;">
377
+ <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>
378
+ </div>
379
+
380
+ <div class="bottom-row">
381
+ <div style="display:flex; gap:20px; align-items:center;">
382
+ <div class="key wide">?123</div>
383
+ <div class="key">,</div>
384
+ <div class="key wide">☺</div>
385
+ <div class="key extra-wide"></div>
386
+ <div class="key">.</div>
387
+ </div>
388
+ <div style="display:flex; gap:18px; align-items:center;">
389
+ <div class="mic-btn">
390
+ <svg viewBox="0 0 24 24" width="60" height="60">
391
+ <path d="M12 3a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V6a3 3 0 0 1 3-3zm-6 8a6 6 0 0 0 12 0M12 17v4" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/>
392
+ </svg>
393
+ </div>
394
+ <div class="search-btn">
395
+ <svg viewBox="0 0 24 24" width="60" height="60">
396
+ <circle cx="10" cy="10" r="7" stroke="#3A3A3A" stroke-width="2" fill="none"></circle>
397
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#3A3A3A" stroke-width="2"></line>
398
+ </svg>
399
+ </div>
400
+ </div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ </body>
405
+ </html>
code/5356/5356_5.html ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search UI - Bouvardia</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;background:#ffffff;
9
+ }
10
+ /* Top status bar */
11
+ .status-bar{
12
+ height:130px;background:#c9c9c9;color:#fff;display:flex;align-items:center;padding:0 40px;font-size:34px;
13
+ }
14
+ .status-left{flex:1;opacity:0.9}
15
+ .status-right{display:flex;gap:32px;align-items:center;opacity:0.9}
16
+ /* Header controls */
17
+ .header{
18
+ height:120px;display:flex;align-items:center;justify-content:space-between;padding:0 40px;color:#d2332f;font-weight:600;font-size:54px;border-bottom:1px solid #eee;background:#fff;
19
+ }
20
+ /* Search field */
21
+ .search-box{
22
+ margin:24px 40px 18px 40px;height:120px;border:2px solid #e4e4e4;border-radius:22px;display:flex;align-items:center;padding:0 28px;gap:24px;background:#fafafa;
23
+ }
24
+ .search-input{
25
+ flex:1;font-size:48px;color:#2e2e2e;letter-spacing:0.5px;
26
+ }
27
+ .icon{width:52px;height:52px}
28
+ .icon svg{width:100%;height:100%}
29
+ .clear-btn{
30
+ width:80px;height:80px;border-radius:40px;background:#efefef;border:1px solid #dbdbdb;display:flex;align-items:center;justify-content:center;
31
+ }
32
+ /* Location chip */
33
+ .location-chip{
34
+ margin:0 40px;height:110px;border:2px solid #e4e4e4;border-radius:20px;display:flex;align-items:center;padding:0 26px;gap:24px;background:#fff;color:#2a64d6;
35
+ font-size:40px;
36
+ }
37
+ /* Results list */
38
+ .results{margin-top:24px}
39
+ .result-item{
40
+ display:flex;gap:28px;padding:28px 40px;align-items:center;
41
+ }
42
+ .thumb{
43
+ width:116px;height:116px;background:#E0E0E0;border:1px solid #BDBDBD;display:flex;justify-content:center;align-items:center;color:#757575;border-radius:8px;font-size:26px;text-align:center;padding:8px;
44
+ }
45
+ .r-text{flex:1}
46
+ .r-title{font-size:48px;font-weight:700;color:#111;margin-bottom:12px}
47
+ .r-sub{font-size:36px;color:#6b6b6b}
48
+ .chevron{width:44px;height:44px}
49
+ .divider{height:2px;background:#ececec;margin:0 40px}
50
+ /* Keyboard mock */
51
+ .keyboard{
52
+ position:absolute;left:0;right:0;bottom:0;height:1000px;background:#1f1f1f;border-top-left-radius:28px;border-top-right-radius:28px;padding:30px 34px;color:#fff;
53
+ }
54
+ .kbd-header{display:flex;justify-content:center;align-items:center;color:#d9d9d9;font-size:46px;margin-bottom:24px}
55
+ .kbd-row{display:flex;gap:18px;margin:22px 0}
56
+ .key{
57
+ flex:1;height:120px;border-radius:18px;background:#2a2a2a;display:flex;justify-content:center;align-items:center;color:#eaeaea;font-size:44px;
58
+ }
59
+ .key.small{flex:0 0 120px}
60
+ .key.wide{flex:0 0 230px}
61
+ .bottom-bar{position:absolute;right:34px;bottom:34px}
62
+ .circle-btn{
63
+ width:140px;height:140px;border-radius:70px;background:#bcd9f7;display:flex;align-items:center;justify-content:center;
64
+ }
65
+ </style>
66
+ </head>
67
+ <body>
68
+ <div id="render-target">
69
+
70
+ <!-- Status Bar -->
71
+ <div class="status-bar">
72
+ <div class="status-left">11:19</div>
73
+ <div class="status-right">
74
+ <span>◦</span>
75
+ <span>●</span>
76
+ <span>▶</span>
77
+ <span>◎</span>
78
+ <span>📶</span>
79
+ <span>🔋</span>
80
+ </div>
81
+ </div>
82
+
83
+ <!-- Header -->
84
+ <div class="header">
85
+ <div>Cancel</div>
86
+ <div>Search</div>
87
+ </div>
88
+
89
+ <!-- Search Input -->
90
+ <div class="search-box">
91
+ <div class="icon">
92
+ <svg viewBox="0 0 24 24">
93
+ <circle cx="10" cy="10" r="7" stroke="#666" stroke-width="2" fill="none"></circle>
94
+ <line x1="15" y1="15" x2="22" y2="22" stroke="#666" stroke-width="2"></line>
95
+ </svg>
96
+ </div>
97
+ <div class="search-input">Bouvardia</div>
98
+ <div class="clear-btn">
99
+ <svg viewBox="0 0 24 24">
100
+ <circle cx="12" cy="12" r="10" fill="#e7e7e7" stroke="#bfbfbf" stroke-width="2"></circle>
101
+ <line x1="8" y1="8" x2="16" y2="16" stroke="#666" stroke-width="2"></line>
102
+ <line x1="16" y1="8" x2="8" y2="16" stroke="#666" stroke-width="2"></line>
103
+ </svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Location chip -->
108
+ <div class="location-chip">
109
+ <div class="icon">
110
+ <svg viewBox="0 0 24 24">
111
+ <path d="M12 2c-4.2 0-7.5 3.3-7.5 7.5 0 5.6 7.5 12.5 7.5 12.5S19.5 15.1 19.5 9.5C19.5 5.3 16.2 2 12 2z" fill="#2a64d6"></path>
112
+ <circle cx="12" cy="9.5" r="3" fill="#fff"></circle>
113
+ </svg>
114
+ </div>
115
+ <div>Cardiff, South Glamorgan, United Kingdom</div>
116
+ </div>
117
+
118
+ <!-- Results -->
119
+ <div class="results">
120
+ <div class="divider"></div>
121
+ <div class="result-item">
122
+ <div class="thumb">[IMG: Bar Interior]</div>
123
+ <div class="r-text">
124
+ <div class="r-title">Bouvardia</div>
125
+ <div class="r-sub">L2/169 Bourke st, Melbourne, AU-VIC 3000</div>
126
+ </div>
127
+ <div class="chevron">
128
+ <svg viewBox="0 0 24 24">
129
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></polyline>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ <div class="divider"></div>
134
+ <div class="result-item">
135
+ <div class="thumb">[IMG: Dessert]</div>
136
+ <div class="r-text">
137
+ <div class="r-title">Bouvardia</div>
138
+ <div class="r-sub">88 Newbridge Hill, Bath, Somerset BA1 3QA</div>
139
+ </div>
140
+ <div class="chevron">
141
+ <svg viewBox="0 0 24 24">
142
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#888" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></polyline>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ <div class="divider"></div>
147
+ </div>
148
+
149
+ <!-- Keyboard mock -->
150
+ <div class="keyboard">
151
+ <div class="kbd-header">Bouvardia</div>
152
+ <div class="kbd-row">
153
+ <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>
154
+ </div>
155
+ <div class="kbd-row">
156
+ <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>
157
+ </div>
158
+ <div class="kbd-row">
159
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key small">⌫</div>
160
+ </div>
161
+ <div class="kbd-row">
162
+ <div class="key wide">?123</div>
163
+ <div class="key wide">,</div>
164
+ <div class="key" style="flex:1.5">space</div>
165
+ <div class="key wide">.</div>
166
+ <div class="key wide">⏎</div>
167
+ </div>
168
+ <div class="bottom-bar">
169
+ <div class="circle-btn">
170
+ <svg viewBox="0 0 24 24">
171
+ <circle cx="11" cy="11" r="7" stroke="#2e2e2e" stroke-width="2" fill="none"></circle>
172
+ <line x1="16" y1="16" x2="22" y2="22" stroke="#2e2e2e" stroke-width="2"></line>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ </div>
179
+ </body>
180
+ </html>
code/5356/5356_6.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Restaurant UI Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Arial, sans-serif; color:#222; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#ffffff;
12
+ }
13
+
14
+ /* Top status bar (simplified) */
15
+ .status-bar {
16
+ position:absolute; top:0; left:0; right:0;
17
+ height:64px; display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 24px; color:#222; font-weight:600; font-size:32px;
19
+ z-index:5;
20
+ }
21
+ .status-icons { display:flex; gap:22px; align-items:center; }
22
+ .status-dot { width:18px; height:18px; background:#222; border-radius:50%; }
23
+
24
+ /* Header photo */
25
+ .header-photo {
26
+ position:absolute; top:64px; left:0; width:1080px; height:620px;
27
+ background:#E0E0E0; border-bottom:1px solid #BDBDBD;
28
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
29
+ }
30
+
31
+ /* Overlay controls */
32
+ .overlay-btn {
33
+ position:absolute; top:120px; width:64px; height:64px; border-radius:32px;
34
+ background:#ffffffd9; display:flex; align-items:center; justify-content:center;
35
+ box-shadow:0 2px 6px rgba(0,0,0,0.15); z-index:6;
36
+ }
37
+ .overlay-btn.left { left:24px; }
38
+ .overlay-btn.bookmark { right:120px; }
39
+ .overlay-btn.share { right:24px; }
40
+ .chip {
41
+ position:absolute; top:600px; left:280px; transform:translateY(-50%);
42
+ background:#2f2f2f; color:#fff; font-size:30px; border-radius:40px;
43
+ padding:18px 28px; z-index:6; opacity:0.95;
44
+ }
45
+
46
+ /* Content area */
47
+ .content {
48
+ position:absolute; top:704px; left:0; right:0;
49
+ padding:36px;
50
+ }
51
+ h1.title { margin:0; font-size:64px; font-weight:700; letter-spacing:0.2px; }
52
+
53
+ .rating-row { margin-top:14px; display:flex; align-items:center; gap:26px; }
54
+ .stars { display:flex; gap:10px; }
55
+ .star { width:34px; height:34px; color:#d32f2f; }
56
+ .reviews { color:#444; font-size:34px; display:flex; align-items:center; gap:14px; }
57
+
58
+ .info-list { margin-top:26px; display:grid; grid-template-columns:1fr; gap:18px; font-size:34px; color:#444; }
59
+ .info-item { display:flex; align-items:center; gap:16px; }
60
+ .icon { width:32px; height:32px; color:#666; }
61
+
62
+ /* Tabs */
63
+ .tabs { margin-top:34px; display:flex; gap:36px; border-bottom:2px solid #eee; }
64
+ .tab {
65
+ padding:22px 10px; font-size:34px; color:#555; position:relative;
66
+ }
67
+ .tab.active { color:#d32f2f; font-weight:700; }
68
+ .tab.active::after {
69
+ content:""; position:absolute; left:0; right:0; bottom:-2px; height:6px; background:#d32f2f; border-radius:3px;
70
+ }
71
+
72
+ /* Reservation selector pill */
73
+ .selector-pill {
74
+ margin-top:30px; display:inline-flex; align-items:center; gap:14px;
75
+ padding:22px 28px; border:1px solid #ddd; border-radius:48px; font-size:34px; color:#222;
76
+ background:#fafafa;
77
+ }
78
+
79
+ /* Hurry row */
80
+ .hurry { margin-top:28px; display:flex; align-items:center; gap:18px; color:#2d49ff; font-size:34px; }
81
+ .calendar { width:40px; height:40px; color:#2d49ff; }
82
+
83
+ /* Timeslots */
84
+ .timeslots { margin-top:24px; display:flex; gap:26px; flex-wrap:wrap; }
85
+ .slot {
86
+ width:240px; height:150px; background:#d32f2f; border-radius:16px; color:#fff;
87
+ display:flex; flex-direction:column; align-items:center; justify-content:center; gap:16px;
88
+ box-shadow:0 3px 8px rgba(0,0,0,0.12);
89
+ }
90
+ .slot .time { font-size:36px; font-weight:700; }
91
+ .slot .label {
92
+ background:#fff; color:#d32f2f; padding:6px 14px; border-radius:10px; font-size:28px; font-weight:600;
93
+ }
94
+
95
+ .alert-btn {
96
+ height:150px; width:320px; background:#167c8b; color:#fff; border-radius:18px;
97
+ display:flex; align-items:center; justify-content:center; gap:16px; font-size:36px; font-weight:700;
98
+ }
99
+ .bell { width:40px; height:40px; color:#fff; }
100
+
101
+ .availability {
102
+ margin-top:38px; border:2px solid #ddd; border-radius:22px; padding:28px; text-align:center;
103
+ font-size:42px; color:#333; background:#fafafa;
104
+ }
105
+
106
+ /* Section: Experiences */
107
+ .section-title { margin-top:40px; font-size:46px; font-weight:700; }
108
+ .card {
109
+ margin-top:18px; width:100%; height:340px; border:1px solid #BDBDBD; background:#E0E0E0;
110
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; border-radius:20px;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div>11:21</div>
120
+ <div class="status-icons">
121
+ <div class="status-dot"></div>
122
+ <div class="status-dot"></div>
123
+ <div class="status-dot"></div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Header photo -->
128
+ <div class="header-photo">[IMG: Elegant restaurant dining room with window view]</div>
129
+
130
+ <!-- Overlay controls -->
131
+ <div class="overlay-btn left" title="Back">
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <path fill="currentColor" d="M15.5 4l-8 8 8 8 1.5-1.5L10 12l7-7L15.5 4z"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="overlay-btn bookmark" title="Save">
137
+ <svg class="icon" viewBox="0 0 24 24">
138
+ <path fill="currentColor" d="M6 2h12v20l-6-4-6 4V2z"></path>
139
+ </svg>
140
+ </div>
141
+ <div class="overlay-btn share" title="Share">
142
+ <svg class="icon" viewBox="0 0 24 24">
143
+ <path fill="currentColor" d="M18 16a3 3 0 0 0-2.6 1.5L8.4 14a3.1 3.1 0 0 0 0-4l7-3.5A3 3 0 1 0 15 5a3 3 0 0 0 .1.7L8 9a3 3 0 1 0 0 6l7 3.3A3 3 0 1 0 18 16z"></path>
144
+ </svg>
145
+ </div>
146
+
147
+ <div class="chip">See all 190 photos</div>
148
+
149
+ <!-- Content -->
150
+ <div class="content">
151
+ <h1 class="title">Bouvardia</h1>
152
+
153
+ <div class="rating-row">
154
+ <div class="stars">
155
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l3.1 6.3L22 9l-5 4.9L18.2 20 12 16.8 5.8 20 7 13.9 2 9l6.9-0.7L12 2z"/></svg>
156
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l3.1 6.3L22 9l-5 4.9L18.2 20 12 16.8 5.8 20 7 13.9 2 9l6.9-0.7L12 2z"/></svg>
157
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l3.1 6.3L22 9l-5 4.9L18.2 20 12 16.8 5.8 20 7 13.9 2 9l6.9-0.7L12 2z"/></svg>
158
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l3.1 6.3L22 9l-5 4.9L18.2 20 12 16.8 5.8 20 7 13.9 2 9l6.9-0.7L12 2z"/></svg>
159
+ <svg class="star" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2l3.1 6.3L22 9l-5 4.9L18.2 20 12 16.8 5.8 20 7 13.9 2 9l6.9-0.7L12 2z"/></svg>
160
+ </div>
161
+ <div class="reviews">
162
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4h16v12H6l-2 2V4z"/></svg>
163
+ <span>237 reviews</span>
164
+ </div>
165
+ </div>
166
+
167
+ <div class="info-list">
168
+ <div class="info-item">
169
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3l8 4v10l-8 4-8-4V7l8-4zm0 2.1L6 7.2V16l6 3.1 6-3.1V7.2l-6-2.1z"/></svg>
170
+ <span>£41 and over</span>
171
+ </div>
172
+ <div class="info-item">
173
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M7 2h2l2 4h6a2 2 0 0 1 2 2v2H3V8a2 2 0 0 1 2-2h2l2-4zM3 12h18v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6z"/></svg>
174
+ <span>British</span>
175
+ </div>
176
+ <div class="info-item">
177
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a7 7 0 0 1 7 7c0 5-7 13-7 13S5 14 5 9a7 7 0 0 1 7-7zm0 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6z"/></svg>
178
+ <span>88 Newbridge Hill, Bath, Somerset, BA1 3QA</span>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="tabs">
183
+ <div class="tab active">Reservations</div>
184
+ <div class="tab">Experiences</div>
185
+ <div class="tab">Menu</div>
186
+ <div class="tab">Reviews</div>
187
+ <div class="tab">Details</div>
188
+ </div>
189
+
190
+ <div class="selector-pill">
191
+ <svg class="icon" viewBox="0 0 24 24"><path fill="currentColor" d="M12 12a4 4 0 1 0-0.001-8.001A4 4 0 0 0 12 12zm-7 8c0-3.3 2.7-6 6-6h2c3.3 0 6 2.7 6 6v2H5v-2z"/></svg>
192
+ <span>2 • 9:30 PM Tonight</span>
193
+ </div>
194
+
195
+ <div class="hurry">
196
+ <svg class="calendar" viewBox="0 0 24 24"><path fill="currentColor" d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm13 6H4v12h16V8z"/></svg>
197
+ <span>Hurry! Only 5 timeslots left!</span>
198
+ </div>
199
+
200
+ <div class="timeslots">
201
+ <div class="slot">
202
+ <div class="time">7:30 PM</div>
203
+ <div class="label">Experience</div>
204
+ </div>
205
+ <div class="slot">
206
+ <div class="time">8:00 PM</div>
207
+ <div class="label">Experience</div>
208
+ </div>
209
+ <div class="slot">
210
+ <div class="time">8:30 PM</div>
211
+ <div class="label">Experience</div>
212
+ </div>
213
+ <div class="slot">
214
+ <div class="time">9:00 PM</div>
215
+ <div class="label">Experience</div>
216
+ </div>
217
+
218
+ <div class="alert-btn">
219
+ <svg class="bell" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 0 0-12 0v5L4 17v2h16v-2l-2-1z"/></svg>
220
+ <span>Set alert</span>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="availability">View full availability</div>
225
+
226
+ <div class="section-title">Experiences</div>
227
+ <div class="card">[IMG: Restaurant interior experience card]</div>
228
+ </div>
229
+ </div>
230
+ </body>
231
+ </html>
code/5356/5356_7.html ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Bouvardia - Experiences</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #222;
15
+ }
16
+
17
+ /* Colors */
18
+ :root {
19
+ --primary-red: #E53935;
20
+ --text-dark: #273238;
21
+ --muted: #6b7885;
22
+ --divider: #E0E0E0;
23
+ --chip-bg: #FDE5E5;
24
+ --blue: #2E88A7;
25
+ }
26
+
27
+ /* Status bar */
28
+ .status-bar {
29
+ height: 90px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 36px;
34
+ color: #111;
35
+ font-weight: 600;
36
+ font-size: 38px;
37
+ }
38
+ .status-icons {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ }
43
+ .status-icons span {
44
+ width: 30px; height: 30px; background: #ddd; border-radius: 6px; display: inline-block;
45
+ }
46
+
47
+ /* Top app bar */
48
+ .app-bar {
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 30px;
53
+ border-bottom: 1px solid var(--divider);
54
+ }
55
+ .app-bar .left {
56
+ display: flex; align-items: center; gap: 24px;
57
+ }
58
+ .app-bar .title {
59
+ font-size: 52px; font-weight: 700; color: #1A1A1A;
60
+ }
61
+ .app-bar .actions {
62
+ margin-left: auto; display: flex; gap: 36px;
63
+ }
64
+ .icon-btn {
65
+ width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .icon {
68
+ width: 42px; height: 42px; fill: none; stroke: #333; stroke-width: 4px;
69
+ }
70
+ .icon.fill { fill: #333; stroke: none; }
71
+
72
+ /* Tabs */
73
+ .tabs {
74
+ display: flex;
75
+ gap: 32px;
76
+ padding: 20px 30px 0 30px;
77
+ border-bottom: 1px solid var(--divider);
78
+ }
79
+ .tab {
80
+ font-size: 40px; color: #333; padding: 24px 8px;
81
+ }
82
+ .tab.active {
83
+ color: var(--primary-red); font-weight: 700; position: relative;
84
+ }
85
+ .tab.active::after {
86
+ content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 8px; background: var(--primary-red); border-radius: 8px;
87
+ }
88
+
89
+ /* Time chips and alert */
90
+ .times-row {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 24px;
94
+ padding: 26px 30px;
95
+ }
96
+ .time-chip {
97
+ background: var(--primary-red);
98
+ color: #fff;
99
+ border-radius: 18px;
100
+ padding: 22px 26px;
101
+ min-width: 180px;
102
+ box-shadow: 0 2px 0 rgba(0,0,0,0.15) inset;
103
+ }
104
+ .time-chip .time {
105
+ font-size: 40px; font-weight: 700; text-align: center;
106
+ }
107
+ .time-chip .sub {
108
+ margin-top: 12px;
109
+ background: rgba(255,255,255,0.15);
110
+ border: 2px solid #fff;
111
+ border-radius: 14px;
112
+ padding: 6px 10px;
113
+ font-size: 28px;
114
+ text-align: center;
115
+ }
116
+ .alert-btn {
117
+ margin-left: auto;
118
+ background: var(--blue);
119
+ color: #fff;
120
+ padding: 20px 30px;
121
+ border-radius: 18px;
122
+ display: flex; align-items: center; gap: 16px;
123
+ font-size: 40px; font-weight: 700;
124
+ }
125
+ .alert-btn svg { width: 40px; height: 40px; stroke: #fff; }
126
+
127
+ /* Experience card */
128
+ .card {
129
+ margin: 30px;
130
+ border-radius: 22px;
131
+ border: 1px solid #ddd;
132
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
133
+ overflow: hidden;
134
+ }
135
+ .card-img {
136
+ height: 260px;
137
+ background: #E0E0E0;
138
+ border-bottom: 1px solid #BDBDBD;
139
+ display: flex; align-items: center; justify-content: center;
140
+ color: #757575; font-size: 36px;
141
+ }
142
+ .card-content {
143
+ padding: 30px;
144
+ }
145
+ .card-title {
146
+ font-size: 54px; font-weight: 800; margin-bottom: 18px;
147
+ }
148
+ .price { font-size: 38px; font-weight: 700; color: #333; margin-bottom: 22px; }
149
+ .meta {
150
+ display: flex; flex-direction: column; gap: 24px; margin-bottom: 20px;
151
+ }
152
+ .meta-item { display: flex; align-items: center; gap: 20px; color: #333; font-size: 40px; }
153
+ .meta-item svg { width: 44px; height: 44px; stroke: #333; }
154
+ .desc {
155
+ color: #47505a; font-size: 38px; line-height: 1.35;
156
+ }
157
+
158
+ /* Menu section */
159
+ .section-title {
160
+ font-size: 54px; font-weight: 800; margin: 36px 30px 18px 30px;
161
+ }
162
+ .menu-btn {
163
+ margin: 0 30px;
164
+ border: 2px solid #DADADA;
165
+ height: 120px;
166
+ border-radius: 16px;
167
+ display: flex; align-items: center; justify-content: center;
168
+ font-size: 48px; font-weight: 700; color: #2E2E2E;
169
+ }
170
+
171
+ /* Reviews */
172
+ .reviews {
173
+ margin: 28px 30px;
174
+ }
175
+ .reviews-header { font-size: 54px; font-weight: 800; margin-bottom: 22px; }
176
+ .reviews-grid {
177
+ display: grid;
178
+ grid-template-columns: 300px 1fr;
179
+ gap: 36px;
180
+ align-items: start;
181
+ }
182
+ .rating-left .score {
183
+ font-size: 120px; font-weight: 800; line-height: 1; margin-bottom: 12px;
184
+ }
185
+ .stars { display: flex; gap: 10px; }
186
+ .stars svg { width: 40px; height: 40px; fill: var(--primary-red); }
187
+
188
+ .dist {
189
+ display: grid;
190
+ grid-template-columns: 60px 1fr;
191
+ row-gap: 22px;
192
+ column-gap: 18px;
193
+ margin-top: 14px;
194
+ }
195
+ .dist .label { font-size: 40px; color: #333; text-align: right; padding-top: 8px; }
196
+ .bar {
197
+ background: #EEE; border-radius: 18px; height: 26px; overflow: hidden;
198
+ }
199
+ .bar .fill { background: var(--primary-red); height: 100%; border-radius: 18px; }
200
+
201
+ .subratings {
202
+ display: grid;
203
+ grid-template-columns: repeat(4, 1fr);
204
+ gap: 24px;
205
+ border-top: 1px solid var(--divider);
206
+ padding-top: 24px; margin-top: 24px;
207
+ }
208
+ .subratings .item-title { font-size: 44px; color: #333; }
209
+ .subratings .item-value { font-size: 40px; font-weight: 800; color: #333; }
210
+
211
+ /* Avatar list sample at bottom */
212
+ .avatar-row {
213
+ display: flex; align-items: center; gap: 22px;
214
+ margin: 24px 30px;
215
+ }
216
+ .avatar {
217
+ width: 84px; height: 84px; border-radius: 50%; background: #FFD54F;
218
+ border: 2px solid #F0C04A;
219
+ }
220
+ .avatar-row .name { font-size: 42px; font-weight: 700; }
221
+
222
+ </style>
223
+ </head>
224
+ <body>
225
+ <div id="render-target">
226
+
227
+ <!-- Status bar -->
228
+ <div class="status-bar">
229
+ <div>11:21</div>
230
+ <div class="status-icons">
231
+ <span></span><span></span><span></span><span></span><span></span>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- App bar -->
236
+ <div class="app-bar">
237
+ <div class="left">
238
+ <div class="icon-btn">
239
+ <svg class="icon" viewBox="0 0 24 24">
240
+ <path d="M15 4 L7 12 L15 20" />
241
+ </svg>
242
+ </div>
243
+ <div class="title">Bouvardia</div>
244
+ </div>
245
+ <div class="actions">
246
+ <div class="icon-btn">
247
+ <svg class="icon" viewBox="0 0 24 24">
248
+ <path d="M6 4 h12 v16 l-6 -4 -6 4 z" />
249
+ </svg>
250
+ </div>
251
+ <div class="icon-btn">
252
+ <svg class="icon" viewBox="0 0 24 24">
253
+ <path d="M4 12 h12" />
254
+ <path d="M12 6 l8 6 -8 6" />
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Tabs -->
261
+ <div class="tabs">
262
+ <div class="tab">Reservations</div>
263
+ <div class="tab active">Experiences</div>
264
+ <div class="tab">Menu</div>
265
+ <div class="tab">Reviews</div>
266
+ <div class="tab">Details</div>
267
+ </div>
268
+
269
+ <!-- Time slots row -->
270
+ <div class="times-row">
271
+ <div class="time-chip">
272
+ <div class="time">7:30 PM</div>
273
+ <div class="sub">Experience</div>
274
+ </div>
275
+ <div class="time-chip">
276
+ <div class="time">8:00 PM</div>
277
+ <div class="sub">Experience</div>
278
+ </div>
279
+ <div class="time-chip">
280
+ <div class="time">8:30 PM</div>
281
+ <div class="sub">Experience</div>
282
+ </div>
283
+ <div class="time-chip">
284
+ <div class="time">9:00 PM</div>
285
+ <div class="sub">Experience</div>
286
+ </div>
287
+
288
+ <div class="alert-btn">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 3 c-3 0 -5 2 -5 5 v4 l-2 2 h14 l-2 -2 v-4 c0 -3 -2 -5 -5 -5" stroke-width="2" fill="none"/>
291
+ <path d="M10 19 c0 1 1 2 2 2 s2 -1 2 -2" stroke-width="2" fill="none"/>
292
+ </svg>
293
+ <span>Set alert</span>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Experience card -->
298
+ <div class="card">
299
+ <div class="card-img">[IMG: Elegant dining room]</div>
300
+ <div class="card-content">
301
+ <div class="card-title">Six-Course Dinner</div>
302
+ <div class="price">£59.00 per person</div>
303
+
304
+ <div class="meta">
305
+ <div class="meta-item">
306
+ <svg viewBox="0 0 24 24">
307
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
308
+ <path d="M8 3 v4 M16 3 v4"></path>
309
+ <path d="M3 10 h18"></path>
310
+ </svg>
311
+ <span>Multiple dates offered</span>
312
+ </div>
313
+ <div class="meta-item">
314
+ <svg viewBox="0 0 24 24">
315
+ <circle cx="12" cy="12" r="9"></circle>
316
+ <path d="M12 7 v6 l4 2"></path>
317
+ </svg>
318
+ <span>Multiple times offered</span>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="desc">
323
+ Our skilled and friendly team is dedicated to delivering a gastronomic experience that will tantalize your taste buds. Our menu is a celeb…
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Menu section -->
329
+ <div class="section-title">Menu</div>
330
+ <div class="menu-btn">See full menu</div>
331
+
332
+ <!-- Reviews section -->
333
+ <div class="reviews">
334
+ <div class="reviews-header">Reviews</div>
335
+ <div class="reviews-grid">
336
+ <div class="rating-left">
337
+ <div class="score">4.6</div>
338
+ <div class="stars">
339
+ <svg viewBox="0 0 24 24"><path d="M12 2 l3.2 6.5 7.1 1 -5.2 4.8 1.6 7.2 -6.7 -3.8 -6.7 3.8 1.6 -7.2 -5.2 -4.8 7.1 -1z"/></svg>
340
+ <svg viewBox="0 0 24 24"><path d="M12 2 l3.2 6.5 7.1 1 -5.2 4.8 1.6 7.2 -6.7 -3.8 -6.7 3.8 1.6 -7.2 -5.2 -4.8 7.1 -1z"/></svg>
341
+ <svg viewBox="0 0 24 24"><path d="M12 2 l3.2 6.5 7.1 1 -5.2 4.8 1.6 7.2 -6.7 -3.8 -6.7 3.8 1.6 -7.2 -5.2 -4.8 7.1 -1z"/></svg>
342
+ <svg viewBox="0 0 24 24"><path d="M12 2 l3.2 6.5 7.1 1 -5.2 4.8 1.6 7.2 -6.7 -3.8 -6.7 3.8 1.6 -7.2 -5.2 -4.8 7.1 -1z"/></svg>
343
+ <svg viewBox="0 0 24 24"><path d="M12 2 l3.2 6.5 7.1 1 -5.2 4.8 1.6 7.2 -6.7 -3.8 -6.7 3.8 1.6 -7.2 -5.2 -4.8 7.1 -1z"/></svg>
344
+ </div>
345
+ </div>
346
+
347
+ <div>
348
+ <div class="dist">
349
+ <div class="label">5</div>
350
+ <div class="bar"><div class="fill" style="width: 92%;"></div></div>
351
+
352
+ <div class="label">4</div>
353
+ <div class="bar"><div class="fill" style="width: 28%;"></div></div>
354
+
355
+ <div class="label">3</div>
356
+ <div class="bar"><div class="fill" style="width: 10%;"></div></div>
357
+
358
+ <div class="label">2</div>
359
+ <div class="bar"><div class="fill" style="width: 6%;"></div></div>
360
+
361
+ <div class="label">1</div>
362
+ <div class="bar"><div class="fill" style="width: 4%;"></div></div>
363
+ </div>
364
+
365
+ <div class="subratings">
366
+ <div>
367
+ <div class="item-title">Food</div>
368
+ <div class="item-value">4.7</div>
369
+ </div>
370
+ <div>
371
+ <div class="item-title">Service</div>
372
+ <div class="item-value">4.8</div>
373
+ </div>
374
+ <div>
375
+ <div class="item-title">Ambiance</div>
376
+ <div class="item-value">4.4</div>
377
+ </div>
378
+ <div>
379
+ <div class="item-title">Noise</div>
380
+ <div class="item-value">Moderate</div>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Bottom avatar sample -->
388
+ <div class="avatar-row">
389
+ <div class="avatar"></div>
390
+ <div class="name">April O</div>
391
+ </div>
392
+
393
+ </div>
394
+ </body>
395
+ </html>
code/5356/5356_8.html ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Bouvardia UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ }
14
+
15
+ /* Top red header and status bar */
16
+ .top-header {
17
+ position: absolute;
18
+ left: 0;
19
+ top: 0;
20
+ width: 1080px;
21
+ height: 300px; /* status bar + app bar */
22
+ background: #D32F2F;
23
+ }
24
+
25
+ .status-bar {
26
+ height: 110px;
27
+ padding: 0 36px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #fff;
32
+ font-size: 40px;
33
+ letter-spacing: 1px;
34
+ opacity: 0.95;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ }
41
+ .status-dot {
42
+ width: 18px;
43
+ height: 18px;
44
+ background: #fff;
45
+ border-radius: 50%;
46
+ opacity: 0.9;
47
+ }
48
+
49
+ .app-bar {
50
+ height: 190px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 32px;
54
+ color: #fff;
55
+ }
56
+ .back-btn {
57
+ width: 84px;
58
+ height: 84px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ margin-right: 24px;
63
+ }
64
+ .title {
65
+ font-size: 64px;
66
+ font-weight: 700;
67
+ letter-spacing: 0.5px;
68
+ }
69
+
70
+ /* Content area */
71
+ .content {
72
+ position: absolute;
73
+ top: 300px;
74
+ left: 0;
75
+ right: 0;
76
+ bottom: 0;
77
+ background: #FFFFFF;
78
+ }
79
+
80
+ .list {
81
+ width: 100%;
82
+ background: #fff;
83
+ }
84
+ .list-item {
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ padding: 40px 48px;
89
+ font-size: 56px;
90
+ color: #D32F2F;
91
+ border-bottom: 1px solid #EFEFEF;
92
+ }
93
+ .chevron {
94
+ width: 48px;
95
+ height: 48px;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Red top area -->
103
+ <div class="top-header">
104
+ <div class="status-bar">
105
+ <div>11:22</div>
106
+ <div class="status-icons">
107
+ <div class="status-dot"></div>
108
+ <div class="status-dot"></div>
109
+ <div class="status-dot"></div>
110
+ <div class="status-dot"></div>
111
+ </div>
112
+ </div>
113
+
114
+ <div class="app-bar">
115
+ <div class="back-btn">
116
+ <!-- Back Arrow Icon -->
117
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="#FFFFFF">
118
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.8 2L3.5 12l10.2-9.5z"/>
119
+ </svg>
120
+ </div>
121
+ <div class="title">Bouvardia</div>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Main content -->
126
+ <div class="content">
127
+ <div class="list">
128
+ <div class="list-item">
129
+ <span>Evening Three Course Menu</span>
130
+ <!-- Chevron down icon -->
131
+ <svg class="chevron" viewBox="0 0 24 24" fill="#D32F2F">
132
+ <path d="M7 10l5 5 5-5z"/>
133
+ </svg>
134
+ </div>
135
+
136
+ <div class="list-item">
137
+ <span>Sunday Lunch</span>
138
+ <!-- Chevron down icon -->
139
+ <svg class="chevron" viewBox="0 0 24 24" fill="#D32F2F">
140
+ <path d="M7 10l5 5 5-5z"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ </div>
147
+ </body>
148
+ </html>
code/5356/5356_9.html ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Bouvardia Menu UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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: Roboto, Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Top bars */
19
+ .status-bar {
20
+ height: 100px;
21
+ background: #b71c1c;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 32px;
26
+ box-sizing: border-box;
27
+ font-size: 34px;
28
+ }
29
+ .status-icons {
30
+ margin-left: auto;
31
+ display: flex;
32
+ gap: 22px;
33
+ align-items: center;
34
+ }
35
+ .icon-dot {
36
+ width: 16px; height: 16px; background: #fff; border-radius: 50%;
37
+ opacity: 0.9;
38
+ }
39
+
40
+ .app-bar {
41
+ height: 140px;
42
+ background: #d32f2f;
43
+ color: #fff;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 28px;
47
+ box-sizing: border-box;
48
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
49
+ }
50
+ .back-btn {
51
+ width: 88px; height: 88px; display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .app-title {
54
+ font-size: 48px;
55
+ font-weight: 700;
56
+ margin-left: 8px;
57
+ letter-spacing: 0.5px;
58
+ }
59
+
60
+ /* Accordion headers */
61
+ .section {
62
+ border-bottom: 1px solid #eee;
63
+ background: #fff;
64
+ }
65
+ .section .row {
66
+ height: 120px;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 0 36px;
70
+ box-sizing: border-box;
71
+ color: #d04444;
72
+ font-size: 44px;
73
+ font-weight: 500;
74
+ }
75
+ .section .row .chev {
76
+ margin-left: auto;
77
+ width: 64px; height: 64px;
78
+ display: flex; align-items: center; justify-content: center;
79
+ }
80
+
81
+ /* Sub header within expanded area */
82
+ .subheader {
83
+ background: #efefef;
84
+ height: 120px;
85
+ display: flex; align-items: center; justify-content: center;
86
+ color: #333;
87
+ font-size: 48px;
88
+ font-weight: 600;
89
+ letter-spacing: 0.3px;
90
+ }
91
+
92
+ /* Menu items */
93
+ .menu-list { background: #fff; }
94
+ .menu-item {
95
+ padding: 34px 36px;
96
+ border-bottom: 1px solid #f2f2f2;
97
+ }
98
+ .menu-item .title {
99
+ font-size: 48px;
100
+ margin-bottom: 10px;
101
+ color: #232323;
102
+ }
103
+ .menu-item .desc {
104
+ font-size: 34px;
105
+ color: #7b7b7b;
106
+ line-height: 1.35;
107
+ }
108
+
109
+ /* Bottom gesture bar */
110
+ .gesture-bar {
111
+ position: absolute;
112
+ bottom: 18px;
113
+ left: 50%;
114
+ transform: translateX(-50%);
115
+ width: 600px;
116
+ height: 18px;
117
+ border-radius: 12px;
118
+ background: #000;
119
+ opacity: 0.85;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+ <!-- Status bar -->
126
+ <div class="status-bar">
127
+ <div>11:22</div>
128
+ <div class="status-icons">
129
+ <div class="icon-dot"></div>
130
+ <div class="icon-dot"></div>
131
+ <div class="icon-dot"></div>
132
+ <div class="icon-dot"></div>
133
+ <div class="icon-dot"></div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- App bar with back icon and title -->
138
+ <div class="app-bar">
139
+ <div class="back-btn">
140
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff" aria-hidden="true">
141
+ <path d="M15.5 19.5L8 12l7.5-7.5 1.4 1.4L10.8 12l6.1 6.1-1.4 1.4z"/>
142
+ </svg>
143
+ </div>
144
+ <div class="app-title">Bouvardia</div>
145
+ </div>
146
+
147
+ <!-- Accordion headers -->
148
+ <div class="section">
149
+ <div class="row">
150
+ Evening Three Course Menu
151
+ <div class="chev">
152
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#d04444" aria-hidden="true">
153
+ <path d="M7 10l5 5 5-5-1.4-1.4L12 12.2 8.4 8.6 7 10z"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="section">
160
+ <div class="row">
161
+ Sunday Lunch
162
+ <div class="chev">
163
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#d04444" aria-hidden="true">
164
+ <path d="M17 14l-5-5-5 5 1.4 1.4L12 11.8l3.6 3.6L17 14z"/>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Expanded content -->
171
+ <div class="subheader">Main</div>
172
+
173
+ <div class="menu-list">
174
+ <div class="menu-item">
175
+ <div class="title">Salmon Gravadlax</div>
176
+ <div class="desc">Beetroot Mayo, Pickled Fennel, Candied Lemon</div>
177
+ </div>
178
+
179
+ <div class="menu-item">
180
+ <div class="title">Smoked Pork Belly</div>
181
+ <div class="desc">Carrot Puree, Apple Cider Sauce, Onion Tuille</div>
182
+ </div>
183
+
184
+ <div class="menu-item">
185
+ <div class="title">Beetroot Tartare</div>
186
+ <div class="desc">Mustard Emulsion, Sourdough Cracker, Parmesan Creme (v/vg)</div>
187
+ </div>
188
+
189
+ <div class="menu-item">
190
+ <div class="title">Roast Sirloin of Beef</div>
191
+ <div class="desc">Duck Fat Roasted Potatoes, Roasted Carrots, Seasonal Greens, Creamed Leeks, Yorkshire Pudding, Jus</div>
192
+ </div>
193
+
194
+ <div class="menu-item">
195
+ <div class="title">Chicken Supreme</div>
196
+ <div class="desc">Duck Fat Roasted Potatoes, Roasted Carrots, Seasonal Greens, Creamed Leeks, Yorkshire Pudding, Jus</div>
197
+ </div>
198
+
199
+ <div class="menu-item">
200
+ <div class="title">Oven Baked Cod Loin</div>
201
+ <div class="desc">New Potatoes, Roasted Carrots, Seasonal Greens, White Wine Veloute</div>
202
+ </div>
203
+
204
+ <div class="menu-item">
205
+ <div class="title">Parsnip and Apricot Nut Roast</div>
206
+ <div class="desc">New Potatoes, Roasted Carrots, Seasonal Greens, Vegan Gravy</div>
207
+ </div>
208
+
209
+ <div class="menu-item">
210
+ <div class="title">Dark Chocolate Cremeux</div>
211
+ <div class="desc">[...]</div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Bottom gesture bar -->
216
+ <div class="gesture-bar"></div>
217
+ </div>
218
+ </body>
219
+ </html>
code/5357/5357_0.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>CarTrade - Mercedes-Benz Cars</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden; background:#ffffff;
10
+ color:#1c2533;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ height:88px; padding:0 32px; display:flex; align-items:center; justify-content:space-between;
16
+ background:#ffffff;
17
+ }
18
+ .status-left { font-size:34px; font-weight:600; color:#20232a; }
19
+ .status-right { display:flex; align-items:center; gap:22px; }
20
+ .dot { width:18px; height:18px; background:#000; border-radius:50%; }
21
+ .status-icon {
22
+ width:30px; height:30px; border-radius:6px; background:#d9d9d9;
23
+ }
24
+
25
+ /* Header */
26
+ .app-header {
27
+ height:120px; border-bottom:1px solid #e6e6e6; padding:0 32px;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ background:#ffffff;
30
+ }
31
+ .brand { display:flex; align-items:center; gap:24px; }
32
+ .hamburger { width:50px; height:50px; display:flex; align-items:center; justify-content:center; }
33
+ .logo { font-size:46px; font-weight:700; color:#131722; letter-spacing:0.3px; display:flex; align-items:center; gap:14px; }
34
+ .logo .t-badge { width:50px; height:50px; background:#e53935; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-weight:800; }
35
+ .header-actions { display:flex; align-items:center; gap:34px; }
36
+ .icon-btn { width:56px; height:56px; display:flex; align-items:center; justify-content:center; border-radius:12px; background:#ffffff; }
37
+ .icon-dot { position:absolute; right:18px; top:18px; width:16px; height:16px; background:#e74c3c; border-radius:50%; border:2px solid #fff; }
38
+
39
+ /* Banner */
40
+ .banner {
41
+ margin:20px 32px; height:220px; border-radius:16px; border:1px solid #d0d0d0;
42
+ background:#E0E0E0; display:flex; align-items:center; justify-content:center; color:#555; font-size:34px;
43
+ }
44
+
45
+ /* Content */
46
+ .content { padding:0 32px; }
47
+ .title { font-size:58px; font-weight:800; margin:24px 0 12px; }
48
+ .subtext { font-size:34px; color:#4a5360; line-height:48px; }
49
+ .more-link { float:right; color:#1a73e8; font-weight:700; font-size:36px; margin-top:10px; }
50
+
51
+ .section-title { clear:both; font-size:52px; font-weight:800; margin:36px 0 18px; }
52
+
53
+ /* Cards */
54
+ .card { padding:24px 0 12px; border-top:1px solid #ececec; }
55
+ .car-row { display:flex; gap:28px; align-items:center; }
56
+ .car-img {
57
+ width:330px; height:160px; background:#E0E0E0; border:1px solid #BDBDBD;
58
+ display:flex; align-items:center; justify-content:center; color:#757575; border-radius:10px;
59
+ }
60
+ .car-info { flex:1; }
61
+ .car-title { font-size:44px; font-weight:800; color:#1c2533; display:flex; align-items:center; gap:12px; }
62
+ .price { font-size:44px; font-weight:800; margin-top:16px; }
63
+ .meta { font-size:32px; color:#5a6475; margin-top:10px; }
64
+ .versions { display:flex; align-items:center; justify-content:flex-start; gap:12px; font-size:34px; color:#2c3e50; margin:18px 0 10px 360px; }
65
+ .chev-down, .chev-right { width:34px; height:34px; }
66
+ .divider { height:18px; }
67
+
68
+ /* Floating action button */
69
+ .fab {
70
+ position:absolute; right:44px; bottom:180px; width:160px; height:160px; border-radius:50%;
71
+ background:#f07f7f; box-shadow:0 8px 18px rgba(0,0,0,0.25); display:flex; align-items:center; justify-content:center;
72
+ }
73
+ .fab-badge {
74
+ position:absolute; top:18px; right:18px; width:48px; height:48px; border-radius:24px;
75
+ background:#ffd3d3; color:#d63939; display:flex; align-items:center; justify-content:center; font-weight:800;
76
+ border:2px solid #ffffff; font-size:28px;
77
+ }
78
+ .filter-icon { width:64px; height:64px; }
79
+
80
+ /* Simple helpers */
81
+ .muted { color:#7b8697; }
82
+ </style>
83
+ </head>
84
+ <body>
85
+ <div id="render-target">
86
+
87
+ <!-- Status bar -->
88
+ <div class="status-bar">
89
+ <div class="status-left">2:07</div>
90
+ <div class="status-right">
91
+ <div class="dot"></div>
92
+ <div class="status-icon"></div>
93
+ <div class="status-icon"></div>
94
+ </div>
95
+ </div>
96
+
97
+ <!-- App header -->
98
+ <div class="app-header">
99
+ <div class="brand">
100
+ <div class="hamburger">
101
+ <svg width="42" height="42" viewBox="0 0 24 24">
102
+ <rect x="3" y="5" width="18" height="2" fill="#333"/>
103
+ <rect x="3" y="11" width="18" height="2" fill="#333"/>
104
+ <rect x="3" y="17" width="18" height="2" fill="#333"/>
105
+ </svg>
106
+ </div>
107
+ <div class="logo">
108
+ <span>Car</span>
109
+ <div class="t-badge">T</div>
110
+ <span>rade</span>
111
+ </div>
112
+ </div>
113
+ <div class="header-actions">
114
+ <div class="icon-btn">
115
+ <svg width="42" height="42" viewBox="0 0 24 24">
116
+ <circle cx="11" cy="11" r="7" stroke="#333" stroke-width="2" fill="none"/>
117
+ <line x1="16" y1="16" x2="21" y2="21" stroke="#333" stroke-width="2"/>
118
+ </svg>
119
+ </div>
120
+ <div class="icon-btn" style="position:relative;">
121
+ <svg width="42" height="42" viewBox="0 0 24 24">
122
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5 6 12 6 12s6-7 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#333" stroke-width="2"/>
123
+ <circle cx="12" cy="8" r="2.5" fill="#333"/>
124
+ </svg>
125
+ <span class="icon-dot"></span>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Banner -->
131
+ <div class="banner">[IMG: Write a Review & Win - Amazon voucher banner]</div>
132
+
133
+ <!-- Content -->
134
+ <div class="content">
135
+ <div class="title">Mercedes-Benz Cars</div>
136
+ <div class="subtext">
137
+ There are 29 Mercedes-Benz cars in India including 13 Sedans, 11 SUVs, 2 Convertibles, 2 Coupes and 1 Hatchback....
138
+ </div>
139
+ <div class="more-link">+More</div>
140
+
141
+ <div class="section-title">Mercedes-Benz Cars in India</div>
142
+
143
+ <!-- Card 1 -->
144
+ <div class="card">
145
+ <div class="car-row">
146
+ <div class="car-img">[IMG: A-Class sedan]</div>
147
+ <div class="car-info">
148
+ <div class="car-title">
149
+ Mercedes-Benz A-Class Limousine
150
+ <svg class="chev-right" viewBox="0 0 24 24">
151
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#243447" stroke-width="2"/>
152
+ </svg>
153
+ </div>
154
+ <div class="price">₹ 49.49 Lakh</div>
155
+ <div class="meta">On-Road Price, Kolkata</div>
156
+ </div>
157
+ </div>
158
+ <div class="versions">
159
+ <span>1 Applicable Versions</span>
160
+ <svg class="chev-down" viewBox="0 0 24 24">
161
+ <polyline points="4,8 12,16 20,8" fill="none" stroke="#243447" stroke-width="2"/>
162
+ </svg>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Card 2 -->
167
+ <div class="card">
168
+ <div class="car-row">
169
+ <div class="car-img">[IMG: GLA SUV]</div>
170
+ <div class="car-info">
171
+ <div class="car-title">
172
+ Mercedes-Benz GLA
173
+ <svg class="chev-right" viewBox="0 0 24 24">
174
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#243447" stroke-width="2"/>
175
+ </svg>
176
+ </div>
177
+ <div class="price">₹ 56.03 - 61.11 Lakh</div>
178
+ <div class="meta">On-Road Price, Kolkata</div>
179
+ </div>
180
+ </div>
181
+ <div class="versions">
182
+ <span>3 Applicable Versions</span>
183
+ <svg class="chev-down" viewBox="0 0 24 24">
184
+ <polyline points="4,8 12,16 20,8" fill="none" stroke="#243447" stroke-width="2"/>
185
+ </svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Card 3 -->
190
+ <div class="card">
191
+ <div class="car-row">
192
+ <div class="car-img">[IMG: C-Class sedan]</div>
193
+ <div class="car-info">
194
+ <div class="car-title">
195
+ Mercedes-Benz C-Class
196
+ <svg class="chev-right" viewBox="0 0 24 24">
197
+ <polyline points="8,4 16,12 8,20" fill="none" stroke="#243447" stroke-width="2"/>
198
+ </svg>
199
+ </div>
200
+ <div class="price">₹ 65.78 - 71.80 Lakh</div>
201
+ <div class="meta">On-Road Price, Kolkata</div>
202
+ </div>
203
+ </div>
204
+ <div class="versions">
205
+ <span>3 Applicable Versions</span>
206
+ <svg class="chev-down" viewBox="0 0 24 24">
207
+ <polyline points="4,8 12,16 20,8" fill="none" stroke="#243447" stroke-width="2"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+
212
+ </div>
213
+
214
+ <!-- Floating Filter FAB -->
215
+ <div class="fab">
216
+ <div class="fab-badge">1</div>
217
+ <svg class="filter-icon" viewBox="0 0 24 24">
218
+ <path d="M4 6h16l-6 7v5l-4-2v-3z" fill="none" stroke="#ffffff" stroke-width="2"/>
219
+ </svg>
220
+ </div>
221
+
222
+ </div>
223
+ </body>
224
+ </html>
code/5357/5357_1.html ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>CarTrade - A-Class Limousine</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
14
+ border-radius: 0;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 62px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #333;
24
+ font-size: 30px;
25
+ }
26
+ .status-icons {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 22px;
30
+ }
31
+ /* App header */
32
+ .header {
33
+ height: 120px;
34
+ border-bottom: 1px solid #eee;
35
+ padding: 0 32px;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: space-between;
39
+ }
40
+ .header-left {
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 26px;
44
+ }
45
+ .hamburger {
46
+ width: 64px; height: 64px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
47
+ }
48
+ .logo {
49
+ font-weight: 700; font-size: 44px; color: #111; letter-spacing: 0.5px;
50
+ display: flex; align-items: center; gap: 14px;
51
+ }
52
+ .logo-dot {
53
+ width: 48px; height: 48px; background: #d32f2f; border-radius: 50%;
54
+ display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 30px;
55
+ }
56
+ .header-right {
57
+ display: flex; align-items: center; gap: 30px;
58
+ }
59
+ .icon-btn {
60
+ width: 64px; height: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
61
+ }
62
+ /* Tabs */
63
+ .tabs {
64
+ border-bottom: 2px solid #f0f0f0;
65
+ padding: 0 24px;
66
+ display: flex;
67
+ gap: 28px;
68
+ overflow-x: auto;
69
+ white-space: nowrap;
70
+ }
71
+ .tab {
72
+ padding: 28px 8px;
73
+ font-size: 32px;
74
+ color: #555;
75
+ }
76
+ .tab.active {
77
+ color: #111;
78
+ border-bottom: 6px solid #ff5252;
79
+ font-weight: 600;
80
+ }
81
+ /* Content */
82
+ .content {
83
+ padding: 24px 28px;
84
+ }
85
+ .title {
86
+ font-size: 54px;
87
+ font-weight: 700;
88
+ color: #1a1a1a;
89
+ line-height: 1.2;
90
+ margin-top: 8px;
91
+ }
92
+ .subtitle {
93
+ font-size: 34px;
94
+ color: #444;
95
+ margin-top: 12px;
96
+ line-height: 1.48;
97
+ }
98
+ .more-link {
99
+ color: #1a73e8; font-weight: 600; font-size: 34px;
100
+ }
101
+ .row-inline {
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 24px;
105
+ margin-top: 22px;
106
+ }
107
+ .rating-pill {
108
+ display: flex; align-items: center; gap: 12px;
109
+ background: #17b978; color: #fff; border-radius: 14px; padding: 14px 24px; font-size: 32px; font-weight: 700;
110
+ }
111
+ .link {
112
+ color: #1a73e8; font-size: 34px; font-weight: 600;
113
+ }
114
+ /* Banner */
115
+ .voucher-banner {
116
+ margin: 22px 0 18px;
117
+ background: #f7f7f7;
118
+ border: 1px solid #e5e5e5;
119
+ border-radius: 16px;
120
+ padding: 24px;
121
+ font-size: 34px;
122
+ color: #333;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: space-between;
126
+ }
127
+ .voucher-banner .amount { font-weight: 700; }
128
+ /* Action chips */
129
+ .chips {
130
+ display: flex;
131
+ gap: 20px;
132
+ margin: 10px 0 22px;
133
+ }
134
+ .chip {
135
+ flex: 0 0 auto;
136
+ display: flex; align-items: center; gap: 14px;
137
+ border: 2px solid #c7c7c7; color: #2f2f2f;
138
+ border-radius: 18px; padding: 18px 22px;
139
+ font-size: 34px; background: #f3f3f6;
140
+ }
141
+ .chip.dark {
142
+ background: #474652; border-color: #474652; color: #fff;
143
+ }
144
+ /* Image placeholder */
145
+ .car-image {
146
+ width: 1000px;
147
+ height: 640px;
148
+ background: #E0E0E0;
149
+ border: 1px solid #BDBDBD;
150
+ border-radius: 20px;
151
+ display: flex; align-items: center; justify-content: center;
152
+ color: #757575; font-size: 36px; margin: 22px auto 18px;
153
+ position: relative;
154
+ }
155
+ .image-arrow {
156
+ position: absolute;
157
+ right: 20px;
158
+ top: 50%;
159
+ transform: translateY(-50%);
160
+ width: 70px; height: 70px;
161
+ border-radius: 50%;
162
+ background: #ffffff;
163
+ border: 2px solid #ddd;
164
+ display: flex; align-items: center; justify-content: center;
165
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
166
+ }
167
+ /* Section title */
168
+ .section-title {
169
+ font-size: 52px; font-weight: 700; color: #1a1a1a;
170
+ margin-top: 26px;
171
+ }
172
+ .section-desc {
173
+ font-size: 34px; color: #444; line-height: 1.5; margin-top: 12px;
174
+ }
175
+ /* Selects */
176
+ .select-row {
177
+ display: flex;
178
+ gap: 22px;
179
+ margin-top: 24px;
180
+ }
181
+ .select-box {
182
+ flex: 1;
183
+ border: 2px solid #e0e0e0;
184
+ border-radius: 22px;
185
+ padding: 24px;
186
+ display: flex; justify-content: space-between; align-items: center;
187
+ }
188
+ .select-label {
189
+ color: #777; font-size: 30px; margin-bottom: 6px;
190
+ }
191
+ .select-value {
192
+ color: #1a1a1a; font-size: 36px; font-weight: 600;
193
+ }
194
+ /* Price row */
195
+ .price-row {
196
+ margin-top: 30px;
197
+ display: flex; align-items: baseline; justify-content: space-between;
198
+ }
199
+ .price {
200
+ font-size: 48px; font-weight: 800; color: #111;
201
+ }
202
+ .btn-link {
203
+ color: #1a73e8; font-size: 38px; font-weight: 700;
204
+ }
205
+ /* Bottom sticky offer bar */
206
+ .sticky-offer {
207
+ position: absolute;
208
+ bottom: 0;
209
+ left: 0;
210
+ width: 1080px;
211
+ height: 140px;
212
+ background: #d32f2f;
213
+ color: #fff;
214
+ display: flex; align-items: center; justify-content: center;
215
+ font-size: 44px; font-weight: 700;
216
+ }
217
+ /* Small helpers */
218
+ .divider {
219
+ height: 1px; background: #eee; margin: 12px 0;
220
+ }
221
+ </style>
222
+ </head>
223
+ <body>
224
+ <div id="render-target">
225
+
226
+ <!-- Status bar -->
227
+ <div class="status-bar">
228
+ <div>2:07</div>
229
+ <div class="status-icons">
230
+ <div style="width:20px;height:20px;background:#000;border-radius:50%;"></div>
231
+ <svg width="36" height="36" viewBox="0 0 24 24">
232
+ <circle cx="12" cy="12" r="10" fill="#888"/>
233
+ <circle cx="12" cy="12" r="5" fill="#fff"/>
234
+ </svg>
235
+ <svg width="36" height="36" viewBox="0 0 24 24">
236
+ <rect x="4" y="6" width="16" height="12" rx="2" fill="#666"/>
237
+ <rect x="9" y="9" width="6" height="6" fill="#fff"/>
238
+ </svg>
239
+ <svg width="36" height="36" viewBox="0 0 24 24">
240
+ <path d="M18 2l4 3-8 9-4 1 1-4z" fill="#999"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- App header -->
246
+ <div class="header">
247
+ <div class="header-left">
248
+ <div class="hamburger">
249
+ <svg width="46" height="46" viewBox="0 0 24 24">
250
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z" fill="#333"/>
251
+ </svg>
252
+ </div>
253
+ <div class="logo">
254
+ <span>Car</span>
255
+ <span class="logo-dot">T</span>
256
+ <span>rade</span>
257
+ </div>
258
+ </div>
259
+ <div class="header-right">
260
+ <div class="icon-btn">
261
+ <svg width="42" height="42" viewBox="0 0 24 24">
262
+ <circle cx="10" cy="10" r="7" stroke="#333" stroke-width="2" fill="none"/>
263
+ <path d="M15 15l6 6" stroke="#333" stroke-width="2"/>
264
+ </svg>
265
+ </div>
266
+ <div class="icon-btn">
267
+ <svg width="42" height="42" viewBox="0 0 24 24">
268
+ <path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" fill="#333"/>
269
+ </svg>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Tabs -->
275
+ <div class="tabs">
276
+ <div class="tab active">A-CLASS LIMOUSINE</div>
277
+ <div class="tab">VERSIONS</div>
278
+ <div class="tab">IMAGES</div>
279
+ <div class="tab">COLOURS</div>
280
+ <div class="tab">MORE</div>
281
+ </div>
282
+
283
+ <!-- Content -->
284
+ <div class="content">
285
+ <div class="title">Mercedes-Benz A-Class Limousine</div>
286
+ <div class="subtitle">
287
+ Mercedes-Benz A-Class Limousine price in India starts from ₹ 49.49 Lakh. A-Class Limousine is available in 4 colours
288
+ <span class="more-link">+More</span>
289
+ </div>
290
+
291
+ <div class="row-inline">
292
+ <div class="rating-pill">
293
+ <svg width="34" height="34" viewBox="0 0 24 24">
294
+ <path d="M12 2l3 6 6 .8-4.5 4 1.2 6.2L12 16l-5.7 3.9L7.5 12.8 3 8.8 9 8l3-6z" fill="#fff"/>
295
+ </svg>
296
+ <span>5</span>
297
+ </div>
298
+ <div class="link">1 Reviews</div>
299
+ <div class="link">Write a review</div>
300
+ </div>
301
+
302
+ <div class="voucher-banner">
303
+ <div>Write a review and win Amazon voucher worth <span class="amount">₹ 2,000</span></div>
304
+ <svg width="40" height="40" viewBox="0 0 24 24">
305
+ <path d="M9 18l6-6-6-6" stroke="#333" stroke-width="2" fill="none"/>
306
+ </svg>
307
+ </div>
308
+
309
+ <div class="chips">
310
+ <div class="chip dark">
311
+ <svg width="34" height="34" viewBox="0 0 24 24">
312
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="#fff"/>
313
+ <path d="M3 17l4-4 3 3 5-5 4 6" stroke="#474652" stroke-width="2" fill="none"/>
314
+ </svg>
315
+ Images (3)
316
+ </div>
317
+ <div class="chip">
318
+ <svg width="34" height="34" viewBox="0 0 24 24">
319
+ <circle cx="12" cy="12" r="10" fill="#c7c7c7"/>
320
+ <circle cx="12" cy="12" r="6" fill="#fff"/>
321
+ </svg>
322
+ Colours (4)
323
+ </div>
324
+ </div>
325
+
326
+ <div class="car-image">
327
+ [IMG: Grey Mercedes A-Class Limousine car]
328
+ <div class="image-arrow">
329
+ <svg width="34" height="34" viewBox="0 0 24 24">
330
+ <path d="M9 18l6-6-6-6" stroke="#333" stroke-width="2" fill="none"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+
335
+ <div class="section-title">A-Class Limousine Price</div>
336
+ <div class="section-desc">
337
+ A-Class Limousine price starts from ₹ 47.00 Lakh and goes up to ₹ 49.49 Lakh. A-Class Limousine EMI starts from ₹ 86,783.
338
+ </div>
339
+
340
+ <div class="select-row">
341
+ <div class="select-box">
342
+ <div>
343
+ <div class="select-label">Version</div>
344
+ <div class="select-value">All Versions</div>
345
+ </div>
346
+ <svg width="34" height="34" viewBox="0 0 24 24">
347
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none"/>
348
+ </svg>
349
+ </div>
350
+ <div class="select-box">
351
+ <div>
352
+ <div class="select-label">City</div>
353
+ <div class="select-value">Kolkata</div>
354
+ </div>
355
+ <svg width="34" height="34" viewBox="0 0 24 24">
356
+ <path d="M6 9l6 6 6-6" stroke="#777" stroke-width="2" fill="none"/>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+
361
+ <div class="price-row">
362
+ <div class="price">₹ 47.00 - 49.49 Lakh</div>
363
+ <div class="btn-link">Get Best Price</div>
364
+ </div>
365
+
366
+ </div>
367
+
368
+ <!-- Sticky Bottom Offer -->
369
+ <div class="sticky-offer">Get January Offers</div>
370
+
371
+ </div>
372
+ </body>
373
+ </html>
code/5357/5357_2.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>CarTrade - A-Class Limousine Reviews</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: "Segoe UI", Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ color:#1f2a48;
12
+ }
13
+ /* Top status bar */
14
+ .status-bar {
15
+ height:80px;
16
+ padding:0 30px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ color:#333;
19
+ font-size:34px;
20
+ }
21
+ .status-icons { display:flex; gap:22px; align-items:center; }
22
+ .header {
23
+ height:120px; border-bottom:1px solid #e6e6e6;
24
+ display:flex; align-items:center; justify-content:space-between;
25
+ padding:0 30px;
26
+ }
27
+ .brand {
28
+ display:flex; align-items:center; gap:18px; font-weight:700; font-size:44px; color:#111;
29
+ }
30
+ .brand .logo-dot {
31
+ width:64px; height:64px; background:#d32f2f; color:#fff; border-radius:50%;
32
+ display:flex; align-items:center; justify-content:center; font-weight:700;
33
+ }
34
+ .nav-tabs {
35
+ display:flex; gap:40px; padding:24px 30px; border-bottom:1px solid #eee; color:#3b3f55;
36
+ font-size:34px; white-space:nowrap;
37
+ }
38
+ .nav-tabs .tab { color:#3b3f55; }
39
+ .page {
40
+ padding:34px 30px;
41
+ }
42
+ .title {
43
+ font-size:60px; line-height:78px; font-weight:700; margin:20px 0 40px;
44
+ }
45
+ .car-card {
46
+ display:flex; gap:28px; align-items:center;
47
+ padding:16px 0 30px;
48
+ }
49
+ .car-image {
50
+ width:300px; height:150px; background:#E0E0E0; border:1px solid #BDBDBD;
51
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
52
+ border-radius:8px;
53
+ }
54
+ .car-info { flex:1; }
55
+ .car-name { font-size:44px; font-weight:700; margin-top:8px; display:flex; align-items:center; gap:14px; }
56
+ .rating-pill {
57
+ display:inline-flex; align-items:center; gap:10px; background:#00bfa5; color:#fff; border-radius:12px;
58
+ font-weight:700; padding:10px 18px; margin-top:20px; font-size:34px;
59
+ }
60
+ .rating-pill svg { width:32px; height:32px; }
61
+ .price { font-size:44px; font-weight:700; margin-top:18px; }
62
+ .onwards { color:#7a7a7a; font-size:32px; margin-left:10px; }
63
+ /* Rating overview */
64
+ .overview {
65
+ margin-top:28px; border:1px solid #e6e6e6; border-radius:18px; padding:28px;
66
+ }
67
+ .overview-header {
68
+ display:flex; align-items:center; gap:20px; font-size:40px; font-weight:700;
69
+ }
70
+ .overview-sub {
71
+ display:flex; align-items:center; justify-content:space-between; margin-top:18px;
72
+ padding-top:22px; border-top:1px solid #f0f0f0;
73
+ }
74
+ .reviews-link { color:#1976d2; font-weight:700; font-size:38px; }
75
+ .circle-group { display:flex; gap:80px; width:100%; justify-content:space-between; margin-top:30px; }
76
+ .circle-item { display:flex; flex-direction:column; align-items:center; gap:22px; }
77
+ .circle-score {
78
+ width:150px; height:150px; border-radius:50%;
79
+ border:6px solid #0bb5a5; color:#0bb5a5; display:flex; align-items:center; justify-content:center;
80
+ font-size:56px; font-weight:700;
81
+ }
82
+ .circle-label { font-size:34px; color:#3b3f55; }
83
+ .cta-btn {
84
+ margin-top:38px; height:120px; border:2px solid #e53935; border-radius:18px;
85
+ color:#e53935; font-weight:700; font-size:44px; display:flex; align-items:center; justify-content:center;
86
+ }
87
+ /* Reviews list */
88
+ .list-title {
89
+ font-size:56px; font-weight:800; margin:40px 0 22px;
90
+ }
91
+ .review-card {
92
+ border-top:1px solid #e6e6e6; padding-top:24px;
93
+ }
94
+ .review-head {
95
+ display:flex; align-items:center; gap:20px; font-size:38px; font-weight:700;
96
+ }
97
+ .star-chip {
98
+ background:#00bfa5; color:#fff; border-radius:12px; padding:10px 18px; display:flex; align-items:center; gap:10px;
99
+ font-size:34px; font-weight:700;
100
+ }
101
+ .meta { color:#666; font-size:34px; margin-top:18px; }
102
+ .review-text { font-size:36px; color:#2c2c2c; margin-top:22px; line-height:52px; }
103
+ /* Simple icons */
104
+ .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
105
+ .icon { width:48px; height:48px; }
106
+ .location-dot {
107
+ width:18px; height:18px; background:#d32f2f; border-radius:50%; position:absolute; top:-4px; right:-4px;
108
+ border:2px solid #fff;
109
+ }
110
+ .pin-wrap { position:relative; }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status Bar -->
117
+ <div class="status-bar">
118
+ <div>2:08</div>
119
+ <div class="status-icons">
120
+ <!-- simple dots to represent status icons -->
121
+ <div style="width:18px; height:18px; background:#222; border-radius:50%;"></div>
122
+ <div style="width:18px; height:18px; background:#999; border-radius:50%;"></div>
123
+ <div style="width:18px; height:18px; background:#999; border-radius:50%;"></div>
124
+ <div style="width:24px; height:24px; border:2px solid #333; border-radius:2px;"></div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- App Header -->
129
+ <div class="header">
130
+ <div class="icon-btn" aria-label="menu">
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z" fill="#222"/>
133
+ </svg>
134
+ </div>
135
+ <div class="brand">
136
+ <div style="font-weight:700;">Car</div>
137
+ <div class="logo-dot">T</div>
138
+ <div style="font-weight:700;">rade</div>
139
+ </div>
140
+ <div style="display:flex; gap:26px; align-items:center;">
141
+ <div class="icon-btn" aria-label="search">
142
+ <svg class="icon" viewBox="0 0 24 24">
143
+ <circle cx="10" cy="10" r="6" stroke="#333" stroke-width="2" fill="none"/>
144
+ <path d="M15 15l6 6" stroke="#333" stroke-width="2"/>
145
+ </svg>
146
+ </div>
147
+ <div class="icon-btn pin-wrap" aria-label="location">
148
+ <svg class="icon" viewBox="0 0 24 24">
149
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5 6 12 6 12s6-7 6-12c0-3.3-2.7-6-6-6zm0 9a3 3 0 110-6 3 3 0 010 6z" fill="#333"/>
150
+ </svg>
151
+ <span class="location-dot"></span>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Tabs -->
157
+ <div class="nav-tabs">
158
+ <div class="tab" style="font-weight:700;">A-CLASS LIMOUSINE</div>
159
+ <div class="tab">VERSIONS</div>
160
+ <div class="tab">IMAGES</div>
161
+ <div class="tab">COLOURS</div>
162
+ <div class="tab">MILEAGE</div>
163
+ </div>
164
+
165
+ <!-- Page Content -->
166
+ <div class="page">
167
+ <div class="title">User Reviews on Mercedes-Benz A-Class Limousine</div>
168
+
169
+ <div class="car-card">
170
+ <div class="car-image">[IMG: A-Class Limousine Car]</div>
171
+ <div class="car-info">
172
+ <div style="color:#666; font-size:36px;">Mercedes-Benz</div>
173
+ <div class="car-name">
174
+ <span>A-Class Limousine</span>
175
+ <svg viewBox="0 0 24 24" width="28" height="28">
176
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#777" stroke-width="2"/>
177
+ </svg>
178
+ </div>
179
+ <div class="rating-pill">
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fff"/>
182
+ </svg>
183
+ <span>5</span>
184
+ </div>
185
+ <div class="price">₹ 42.80 Lakh <span class="onwards">Onwards</span></div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="overview">
190
+ <div style="font-size:48px; font-weight:800; margin-bottom:22px;">Overall A-Class Limousine Rating</div>
191
+ <div class="overview-header">
192
+ <svg viewBox="0 0 24 24" width="42" height="42">
193
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#00bfa5"/>
194
+ </svg>
195
+ <div>5/5</div>
196
+ <div class="reviews-link">1 Reviews</div>
197
+ </div>
198
+
199
+ <div class="circle-group">
200
+ <div class="circle-item">
201
+ <div class="circle-score">5</div>
202
+ <div class="circle-label">Exterior</div>
203
+ </div>
204
+ <div class="circle-item">
205
+ <div class="circle-score">5</div>
206
+ <div class="circle-label">Interior</div>
207
+ </div>
208
+ <div class="circle-item">
209
+ <div class="circle-score">5</div>
210
+ <div class="circle-label">Ride Qlty</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="cta-btn">Write Review & Win</div>
216
+
217
+ <div class="list-title">All 1 Reviews for Mercedes-Benz A-Class Limousine</div>
218
+
219
+ <div class="review-card">
220
+ <div class="review-head">
221
+ <div class="star-chip">
222
+ <svg viewBox="0 0 24 24" width="32" height="32">
223
+ <path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fff"/>
224
+ </svg>
225
+ <span>5</span>
226
+ </div>
227
+ <div>Gr8 price</div>
228
+ </div>
229
+ <div class="meta">5 months ago | Kuldeep</div>
230
+ <div class="review-text">
231
+ Gr8 price with great milege I wanna buy one after becoming CMA so reserve one of it for me. I'll come after 7 years and...
232
+ </div>
233
+ </div>
234
+
235
+ </div>
236
+
237
+ </div>
238
+ </body>
239
+ </html>
code/5360/5360_0.html ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Rendered 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
+ }
15
+
16
+ /* Top system/status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 120px;
23
+ background: #000000;
24
+ }
25
+
26
+ /* Toolbar */
27
+ .toolbar {
28
+ position: absolute;
29
+ top: 120px;
30
+ left: 24px;
31
+ width: 1032px;
32
+ height: 120px;
33
+ background: #f7f7f7;
34
+ border-radius: 8px;
35
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 24px;
39
+ gap: 44px;
40
+ }
41
+ .icon {
42
+ width: 64px;
43
+ height: 64px;
44
+ }
45
+ .icon svg {
46
+ width: 100%;
47
+ height: 100%;
48
+ fill: none;
49
+ stroke: #404040;
50
+ stroke-width: 4;
51
+ stroke-linecap: round;
52
+ stroke-linejoin: round;
53
+ }
54
+
55
+ /* Large title text */
56
+ .big-title {
57
+ position: absolute;
58
+ left: 60px;
59
+ top: 900px;
60
+ font-family: "Georgia", "Times New Roman", serif;
61
+ font-size: 220px;
62
+ line-height: 220px;
63
+ color: #111111;
64
+ letter-spacing: 2px;
65
+ }
66
+
67
+ /* Bottom subtle spinner placeholder */
68
+ .spinner {
69
+ position: absolute;
70
+ left: 50%;
71
+ bottom: 120px;
72
+ transform: translateX(-50%);
73
+ width: 48px;
74
+ height: 48px;
75
+ border: 4px solid #e6e6e6;
76
+ border-top-color: #cfcfcf;
77
+ border-radius: 50%;
78
+ opacity: 0.6;
79
+ }
80
+ </style>
81
+ </head>
82
+ <body>
83
+ <div id="render-target">
84
+ <div class="status-bar"></div>
85
+
86
+ <div class="toolbar">
87
+ <!-- List icon -->
88
+ <div class="icon">
89
+ <svg viewBox="0 0 64 64">
90
+ <path d="M10 16h44M10 32h44M10 48h44"/>
91
+ </svg>
92
+ </div>
93
+
94
+ <!-- Back arrow -->
95
+ <div class="icon">
96
+ <svg viewBox="0 0 64 64">
97
+ <path d="M22 32l14-14M22 32l14 14"/>
98
+ <path d="M40 32H22"/>
99
+ </svg>
100
+ </div>
101
+
102
+ <!-- Forward/redo arrow -->
103
+ <div class="icon">
104
+ <svg viewBox="0 0 64 64">
105
+ <path d="M24 18h20l-8-8"/>
106
+ <path d="M44 18c-4 0-10 1-14 5-6 5-8 14-3 20"/>
107
+ </svg>
108
+ </div>
109
+
110
+ <!-- Grid icon -->
111
+ <div class="icon">
112
+ <svg viewBox="0 0 64 64">
113
+ <rect x="10" y="10" width="12" height="12"/>
114
+ <rect x="26" y="10" width="12" height="12"/>
115
+ <rect x="42" y="10" width="12" height="12"/>
116
+ <rect x="10" y="26" width="12" height="12"/>
117
+ <rect x="26" y="26" width="12" height="12"/>
118
+ <rect x="42" y="26" width="12" height="12"/>
119
+ <rect x="10" y="42" width="12" height="12"/>
120
+ <rect x="26" y="42" width="12" height="12"/>
121
+ <rect x="42" y="42" width="12" height="12"/>
122
+ </svg>
123
+ </div>
124
+
125
+ <!-- Pen nib icon -->
126
+ <div class="icon">
127
+ <svg viewBox="0 0 64 64">
128
+ <path d="M32 10l18 22-18 22-18-22z"/>
129
+ <circle cx="32" cy="32" r="5"/>
130
+ </svg>
131
+ </div>
132
+
133
+ <!-- Brush icon -->
134
+ <div class="icon">
135
+ <svg viewBox="0 0 64 64">
136
+ <path d="M46 14l4 4-24 24-4-4z"/>
137
+ <path d="M20 46c0 6-6 8-10 8 6 2 14-1 14-8z"/>
138
+ </svg>
139
+ </div>
140
+
141
+ <!-- Color wheel icon -->
142
+ <div class="icon">
143
+ <svg viewBox="0 0 64 64">
144
+ <defs>
145
+ <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
146
+ <stop offset="0%" stop-color="#ff3b30"/>
147
+ <stop offset="25%" stop-color="#ffcc00"/>
148
+ <stop offset="50%" stop-color="#34c759"/>
149
+ <stop offset="75%" stop-color="#007aff"/>
150
+ <stop offset="100%" stop-color="#af52de"/>
151
+ </linearGradient>
152
+ </defs>
153
+ <circle cx="32" cy="32" r="20" stroke="url(#grad)" stroke-width="8"/>
154
+ </svg>
155
+ </div>
156
+
157
+ <!-- Layers icon -->
158
+ <div class="icon">
159
+ <svg viewBox="0 0 64 64">
160
+ <path d="M12 36l20-12 20 12-20 12z"/>
161
+ <path d="M16 44l16 10 16-10"/>
162
+ </svg>
163
+ </div>
164
+
165
+ <!-- Crop icon -->
166
+ <div class="icon">
167
+ <svg viewBox="0 0 64 64">
168
+ <path d="M18 10v36h36"/>
169
+ <path d="M46 54V18H10"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="big-title">Lucas millen</div>
175
+
176
+ <div class="spinner"></div>
177
+ </div>
178
+ </body>
179
+ </html>
code/5360/5360_1.html ADDED
@@ -0,0 +1,336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Drawing App UI Mock</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top toolbar */
22
+ .toolbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #fafafa;
29
+ border-bottom: 1px solid #e6e6e6;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 28px;
33
+ gap: 34px;
34
+ }
35
+ .tool {
36
+ width: 64px;
37
+ height: 64px;
38
+ display: inline-flex;
39
+ justify-content: center;
40
+ align-items: center;
41
+ border-radius: 12px;
42
+ color: #444;
43
+ }
44
+ .tool svg {
45
+ width: 42px;
46
+ height: 42px;
47
+ fill: none;
48
+ stroke: #444;
49
+ stroke-width: 2.5;
50
+ stroke-linecap: round;
51
+ stroke-linejoin: round;
52
+ }
53
+ .color-wheel {
54
+ width: 64px;
55
+ height: 64px;
56
+ border-radius: 50%;
57
+ background: conic-gradient(#ff5252, #ffd54f, #4caf50, #42a5f5, #7e57c2, #ff5252);
58
+ border: 2px solid #ddd;
59
+ }
60
+
61
+ /* Canvas area */
62
+ .canvas {
63
+ position: absolute;
64
+ top: 120px;
65
+ left: 0;
66
+ width: 1080px;
67
+ height: 2280px;
68
+ background: #ffffff;
69
+ }
70
+ .title-main {
71
+ position: absolute;
72
+ left: 60px;
73
+ top: 870px;
74
+ font-family: "Georgia", "Times New Roman", serif;
75
+ font-size: 190px;
76
+ line-height: 1;
77
+ color: #000000;
78
+ letter-spacing: 2px;
79
+ font-weight: 700;
80
+ }
81
+ .title-fade {
82
+ position: absolute;
83
+ right: 40px;
84
+ top: 820px;
85
+ font-family: "Georgia", "Times New Roman", serif;
86
+ font-size: 190px;
87
+ color: #e9e9e9;
88
+ white-space: nowrap;
89
+ pointer-events: none;
90
+ }
91
+
92
+ /* Right sidebar */
93
+ .sidebar {
94
+ position: absolute;
95
+ top: 240px;
96
+ right: 0;
97
+ width: 320px;
98
+ height: 1900px;
99
+ background: #f6f6f6;
100
+ border-left: 1px solid #e6e6e6;
101
+ padding-top: 40px;
102
+ }
103
+ .add-btn {
104
+ width: 100%;
105
+ height: 110px;
106
+ display: flex;
107
+ justify-content: center;
108
+ align-items: center;
109
+ }
110
+ .add-square {
111
+ width: 100px;
112
+ height: 100px;
113
+ border: 2px solid #d9d9d9;
114
+ border-radius: 12px;
115
+ position: relative;
116
+ background: #ffffff;
117
+ }
118
+ .add-square::before,
119
+ .add-square::after {
120
+ content: "";
121
+ position: absolute;
122
+ background: #888;
123
+ }
124
+ .add-square::before {
125
+ width: 48px; height: 4px; left: 26px; top: 48px;
126
+ }
127
+ .add-square::after {
128
+ width: 4px; height: 48px; left: 48px; top: 26px;
129
+ }
130
+
131
+ .layers {
132
+ padding: 20px;
133
+ display: flex;
134
+ flex-direction: column;
135
+ gap: 22px;
136
+ }
137
+ .layer-card {
138
+ width: 280px;
139
+ height: 220px;
140
+ background: #ffffff;
141
+ border: 1px solid #d6e1ff;
142
+ border-radius: 12px;
143
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
144
+ position: relative;
145
+ }
146
+ .layer-card.selected {
147
+ border: 3px solid #3a84ff;
148
+ }
149
+ .layer-header {
150
+ position: absolute;
151
+ top: 14px;
152
+ left: 14px;
153
+ display: flex;
154
+ align-items: center;
155
+ gap: 10px;
156
+ color: #222;
157
+ font-size: 32px;
158
+ font-family: "Georgia", "Times New Roman", serif;
159
+ }
160
+ .eye {
161
+ width: 36px;
162
+ height: 36px;
163
+ border-radius: 50%;
164
+ border: 2px solid #aaa;
165
+ position: relative;
166
+ }
167
+ .eye::before {
168
+ content: "";
169
+ position: absolute;
170
+ left: 8px; top: 16px;
171
+ width: 20px; height: 4px;
172
+ background: #aaa;
173
+ border-radius: 2px;
174
+ }
175
+ .lock {
176
+ position: absolute;
177
+ bottom: 20px;
178
+ left: 20px;
179
+ width: 36px;
180
+ height: 36px;
181
+ border: 2px solid #888;
182
+ border-radius: 6px;
183
+ }
184
+ .lock::before {
185
+ content: "";
186
+ position: absolute;
187
+ width: 18px; height: 12px;
188
+ border: 2px solid #888;
189
+ border-top: none;
190
+ left: 7px; top: -12px;
191
+ border-radius: 10px 10px 0 0;
192
+ }
193
+ .layer-thumb {
194
+ position: absolute;
195
+ right: 14px;
196
+ bottom: 14px;
197
+ width: 120px;
198
+ height: 120px;
199
+ background: #E0E0E0;
200
+ border: 1px solid #BDBDBD;
201
+ display: flex;
202
+ justify-content: center;
203
+ align-items: center;
204
+ color: #757575;
205
+ font-size: 22px;
206
+ }
207
+ .layer-card.simple .layer-header {
208
+ font-size: 28px;
209
+ color: #666;
210
+ }
211
+
212
+ /* Background layer card */
213
+ .bg-card {
214
+ width: 280px;
215
+ height: 160px;
216
+ background: #ffffff;
217
+ border: 1px solid #dddddd;
218
+ border-radius: 12px;
219
+ position: relative;
220
+ }
221
+ .bg-card .layer-header {
222
+ font-size: 32px;
223
+ color: #333;
224
+ }
225
+
226
+ /* Bottom center spinner */
227
+ .spinner {
228
+ position: absolute;
229
+ left: 50%;
230
+ bottom: 160px;
231
+ transform: translateX(-50%);
232
+ width: 34px;
233
+ height: 34px;
234
+ border-radius: 50%;
235
+ border: 3px solid #e0e0e0;
236
+ border-top-color: #cfcfcf;
237
+ }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- Top toolbar -->
244
+ <div class="toolbar">
245
+ <div class="tool">
246
+ <!-- List / menu icon -->
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M3 6h18M3 12h18M3 18h18"/>
249
+ </svg>
250
+ </div>
251
+ <div class="tool">
252
+ <!-- Back arrow -->
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M15 5l-7 7 7 7"/>
255
+ </svg>
256
+ </div>
257
+ <div class="tool">
258
+ <!-- Redo arrow -->
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M9 5l7 7-7 7"/>
261
+ </svg>
262
+ </div>
263
+ <div class="tool">
264
+ <!-- Grid icon -->
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M3 3h7v7H3zM14 3h7v7h-7zM3 14h7v7H3zM14 14h7v7h-7z"/>
267
+ </svg>
268
+ </div>
269
+ <div class="tool">
270
+ <!-- Pen/nib icon -->
271
+ <svg viewBox="0 0 24 24">
272
+ <path d="M12 2l4 6-8 8-6 2 2-6 8-8z"/>
273
+ <path d="M10 14l4 4"/>
274
+ </svg>
275
+ </div>
276
+ <div class="color-wheel"></div>
277
+ <div class="tool">
278
+ <!-- Layers icon -->
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M12 3l9 5-9 5-9-5 9-5z"/>
281
+ <path d="M3 12l9 5 9-5"/>
282
+ </svg>
283
+ </div>
284
+ <div class="tool">
285
+ <!-- Corner square icon -->
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M4 9V4h5M20 9V4h-5M4 15v5h5M20 15v5h-5"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Canvas -->
293
+ <div class="canvas">
294
+ <div class="title-main">Lucas miller</div>
295
+ <div class="title-fade">miller</div>
296
+ </div>
297
+
298
+ <!-- Right sidebar -->
299
+ <div class="sidebar">
300
+ <div class="add-btn">
301
+ <div class="add-square"></div>
302
+ </div>
303
+
304
+ <div class="layers">
305
+ <div class="layer-card selected">
306
+ <div class="layer-header">
307
+ <div class="eye"></div>
308
+ Lucas miller
309
+ </div>
310
+ <div class="lock"></div>
311
+ <div class="layer-thumb">[IMG: Layer Preview]</div>
312
+ </div>
313
+
314
+ <div class="layer-card simple">
315
+ <div class="layer-header">
316
+ <div class="eye"></div>
317
+ Layer
318
+ </div>
319
+ <div class="layer-thumb">[IMG: Empty Layer]</div>
320
+ </div>
321
+
322
+ <div class="bg-card">
323
+ <div class="layer-header">
324
+ <div class="eye"></div>
325
+ Background
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Bottom center spinner -->
332
+ <div class="spinner"></div>
333
+
334
+ </div>
335
+ </body>
336
+ </html>
code/5360/5360_2.html ADDED
@@ -0,0 +1,445 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Mockup - Color Palette Panel</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Overlay panel */
16
+ .panel {
17
+ position: absolute;
18
+ left: 104px;
19
+ top: 118px;
20
+ width: 872px;
21
+ height: 1870px;
22
+ background: #333538;
23
+ border-radius: 4px;
24
+ box-shadow: 0 10px 40px rgba(0,0,0,0.35);
25
+ color: #eaeaea;
26
+ }
27
+
28
+ /* Tabs header */
29
+ .tabs {
30
+ display: flex;
31
+ height: 130px;
32
+ width: 100%;
33
+ background: #4a4a4a;
34
+ border-radius: 4px 4px 0 0;
35
+ overflow: hidden;
36
+ }
37
+ .tab {
38
+ flex: 1;
39
+ display: flex;
40
+ justify-content: center;
41
+ align-items: center;
42
+ background: #9c9c9c;
43
+ }
44
+ .tab.active { background: #1f7ef6; }
45
+ .tab svg { width: 60px; height: 60px; }
46
+
47
+ /* Section blocks */
48
+ .section {
49
+ padding: 26px 36px;
50
+ }
51
+ .label {
52
+ font-size: 32px;
53
+ margin-bottom: 16px;
54
+ color: #dcdcdc;
55
+ }
56
+ .input-bar {
57
+ width: 640px;
58
+ height: 58px;
59
+ background: #fafafa;
60
+ border: 2px solid #cfcfcf;
61
+ border-radius: 6px;
62
+ }
63
+
64
+ /* Color history chips */
65
+ .chips {
66
+ display: flex;
67
+ gap: 14px;
68
+ margin-top: 12px;
69
+ }
70
+ .chip {
71
+ width: 90px;
72
+ height: 40px;
73
+ border-radius: 4px;
74
+ }
75
+
76
+ /* Variety collection */
77
+ .variety-title {
78
+ font-size: 46px;
79
+ font-weight: 600;
80
+ margin: 16px 36px;
81
+ }
82
+
83
+ .content-row {
84
+ display: grid;
85
+ grid-template-columns: 120px 1fr;
86
+ gap: 24px;
87
+ padding: 0 36px;
88
+ }
89
+
90
+ /* Left vertical palettes */
91
+ .palette-column {
92
+ display: flex;
93
+ flex-direction: column;
94
+ gap: 26px;
95
+ padding-top: 12px;
96
+ }
97
+ .mini-palette {
98
+ width: 88px;
99
+ height: 88px;
100
+ display: grid;
101
+ grid-template-columns: repeat(3, 1fr);
102
+ grid-template-rows: repeat(3, 1fr);
103
+ gap: 4px;
104
+ border: 1px solid #555;
105
+ background: #2b2b2b;
106
+ }
107
+ .mini-palette span { display: block; }
108
+
109
+ /* Basic colors grid */
110
+ .basic-section {
111
+ background: #2f3032;
112
+ border-radius: 6px;
113
+ padding-bottom: 26px;
114
+ }
115
+ .basic-header {
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: space-between;
119
+ background: #3a3a3d;
120
+ padding: 18px 20px;
121
+ border-radius: 6px 6px 0 0;
122
+ }
123
+ .basic-header .title {
124
+ font-size: 36px;
125
+ font-weight: 600;
126
+ }
127
+ .basic-grid {
128
+ display: grid;
129
+ grid-template-columns: repeat(6, 1fr);
130
+ gap: 8px;
131
+ padding: 20px;
132
+ background: #ffffff;
133
+ margin: 0 20px 20px;
134
+ border-radius: 0 0 6px 6px;
135
+ }
136
+ .swatch {
137
+ height: 92px;
138
+ border: 1px solid #cfcfcf;
139
+ }
140
+
141
+ /* Bottom toolbar inside panel */
142
+ .panel-toolbar {
143
+ position: absolute;
144
+ left: 24px;
145
+ bottom: 22px;
146
+ width: calc(100% - 48px);
147
+ display: flex;
148
+ justify-content: space-between;
149
+ align-items: center;
150
+ color: #eaeaea;
151
+ }
152
+ .panel-toolbar .tool {
153
+ display: inline-flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ width: 58px;
157
+ height: 58px;
158
+ border-radius: 6px;
159
+ }
160
+ .panel-toolbar svg { width: 42px; height: 42px; fill: #eaeaea; }
161
+
162
+ /* Floating action buttons */
163
+ .fabs {
164
+ position: absolute;
165
+ bottom: 116px;
166
+ left: 180px;
167
+ width: 720px;
168
+ display: flex;
169
+ justify-content: space-between;
170
+ align-items: center;
171
+ }
172
+ .fab {
173
+ width: 132px;
174
+ height: 132px;
175
+ border-radius: 50%;
176
+ box-shadow: 0 10px 24px rgba(0,0,0,0.35);
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ }
181
+ .fab.blue { background: #4aa5ff; }
182
+ .fab.dark { background: #1f1f20; }
183
+ .fab.slate { background: #28323a; }
184
+
185
+ /* Color wheel icon */
186
+ .wheel {
187
+ width: 70px;
188
+ height: 70px;
189
+ border-radius: 50%;
190
+ background: conic-gradient(#ff1744 0 25%, #ffea00 25% 50%, #00e676 50% 75%, #2979ff 75% 100%);
191
+ border: 6px solid #ffffff;
192
+ }
193
+
194
+ /* Background right content placeholders */
195
+ .right-cards {
196
+ position: absolute;
197
+ right: 54px;
198
+ top: 290px;
199
+ width: 360px;
200
+ }
201
+ .card {
202
+ background: #ffffff;
203
+ border: 2px solid #d9d9d9;
204
+ height: 160px;
205
+ margin-bottom: 40px;
206
+ border-radius: 10px;
207
+ box-shadow: 0 8px 20px rgba(0,0,0,0.08);
208
+ display: flex;
209
+ align-items: center;
210
+ justify-content: center;
211
+ color: #777;
212
+ font-size: 30px;
213
+ }
214
+
215
+ /* Plus sign placeholder top-right */
216
+ .plus {
217
+ position: absolute;
218
+ right: 70px;
219
+ top: 180px;
220
+ width: 48px;
221
+ height: 48px;
222
+ color: #7a7a7a;
223
+ font-size: 64px;
224
+ line-height: 48px;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- faint background cards, mimicking content behind the panel -->
232
+ <div class="plus">+</div>
233
+ <div class="right-cards">
234
+ <div class="card">[Card Placeholder]</div>
235
+ <div class="card">Lucas miller</div>
236
+ <div class="card">[Card Placeholder]</div>
237
+ </div>
238
+
239
+ <!-- Dark overlay panel -->
240
+ <div class="panel">
241
+ <div class="tabs">
242
+ <div class="tab">
243
+ <!-- simple multicolor circle icon -->
244
+ <svg viewBox="0 0 100 100">
245
+ <circle cx="50" cy="50" r="40" fill="#ff1744"/>
246
+ <path d="M50 10 A40 40 0 0 1 90 50 L50 50Z" fill="#ffee58"/>
247
+ <path d="M90 50 A40 40 0 0 1 50 90 L50 50Z" fill="#00e676"/>
248
+ <path d="M50 90 A40 40 0 0 1 10 50 L50 50Z" fill="#2979ff"/>
249
+ <path d="M10 50 A40 40 0 0 1 50 10 L50 50Z" fill="#8bc34a"/>
250
+ </svg>
251
+ </div>
252
+ <div class="tab active">
253
+ <!-- grid icon -->
254
+ <svg viewBox="0 0 100 100">
255
+ <rect x="10" y="10" width="22" height="22" fill="#ffffff"/>
256
+ <rect x="39" y="10" width="22" height="22" fill="#ffffff"/>
257
+ <rect x="68" y="10" width="22" height="22" fill="#ffffff"/>
258
+ <rect x="10" y="39" width="22" height="22" fill="#ffffff"/>
259
+ <rect x="39" y="39" width="22" height="22" fill="#ffffff"/>
260
+ <rect x="68" y="39" width="22" height="22" fill="#ffffff"/>
261
+ <rect x="10" y="68" width="22" height="22" fill="#ffffff"/>
262
+ <rect x="39" y="68" width="22" height="22" fill="#ffffff"/>
263
+ <rect x="68" y="68" width="22" height="22" fill="#ffffff"/>
264
+ </svg>
265
+ </div>
266
+ <div class="tab">
267
+ <!-- star icon -->
268
+ <svg viewBox="0 0 100 100">
269
+ <path d="M50 10 L61 38 L90 38 L66 56 L74 85 L50 66 L26 85 L34 56 L10 38 L39 38 Z" fill="#ff7a00"/>
270
+ </svg>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="section">
275
+ <div class="label">Complementary</div>
276
+ <div class="input-bar"></div>
277
+ <div class="label" style="margin-top:24px;">Color History</div>
278
+ <div class="chips">
279
+ <div class="chip" style="background:#ecec8c;"></div>
280
+ <div class="chip" style="background:#101010;"></div>
281
+ <div class="chip" style="background:#df1a1a;"></div>
282
+ <div class="chip" style="background:#f5f5f5;"></div>
283
+ <div class="chip" style="background:#9d9d9d;"></div>
284
+ <div class="chip" style="background:#0d36ff;"></div>
285
+ <div class="chip" style="background:#ff7b00;"></div>
286
+ <div class="chip" style="background:#df2a14;"></div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="variety-title">Variety Collection</div>
291
+
292
+ <div class="content-row">
293
+ <!-- Left column of mini palettes -->
294
+ <div class="palette-column">
295
+ <!-- create several small palettes with vivid colors -->
296
+ <div class="mini-palette">
297
+ <span style="background:#ffeb3b"></span><span style="background:#ffc107"></span><span style="background:#ff9800"></span>
298
+ <span style="background:#f44336"></span><span style="background:#e91e63"></span><span style="background:#9c27b0"></span>
299
+ <span style="background:#3f51b5"></span><span style="background:#2196f3"></span><span style="background:#00bcd4"></span>
300
+ </div>
301
+ <div class="mini-palette">
302
+ <span style="background:#d50000"></span><span style="background:#ff6d00"></span><span style="background:#ffab00"></span>
303
+ <span style="background:#424242"></span><span style="background:#757575"></span><span style="background:#bdbdbd"></span>
304
+ <span style="background:#1de9b6"></span><span style="background:#00e5ff"></span><span style="background:#69f0ae"></span>
305
+ </div>
306
+ <div class="mini-palette">
307
+ <span style="background:#b71c1c"></span><span style="background:#880e4f"></span><span style="background:#4a148c"></span>
308
+ <span style="background:#311b92"></span><span style="background:#0d47a1"></span><span style="background:#01579b"></span>
309
+ <span style="background:#1b5e20"></span><span style="background:#2e7d32"></span><span style="background:#33691e"></span>
310
+ </div>
311
+ <div class="mini-palette">
312
+ <span style="background:#ff5252"></span><span style="background:#ff4081"></span><span style="background:#e040fb"></span>
313
+ <span style="background:#7c4dff"></span><span style="background:#536dfe"></span><span style="background:#448aff"></span>
314
+ <span style="background:#40c4ff"></span><span style="background:#18ffff"></span><span style="background:#64ffda"></span>
315
+ </div>
316
+ <div class="mini-palette">
317
+ <span style="background:#ff8a80"></span><span style="background:#ff80ab"></span><span style="background:#ea80fc"></span>
318
+ <span style="background:#b388ff"></span><span style="background:#8c9eff"></span><span style="background:#82b1ff"></span>
319
+ <span style="background:#80d8ff"></span><span style="background:#84ffff"></span><span style="background:#a7ffeb"></span>
320
+ </div>
321
+ <div class="mini-palette">
322
+ <span style="background:#cfd8dc"></span><span style="background:#eceff1"></span><span style="background:#b0bec5"></span>
323
+ <span style="background:#90a4ae"></span><span style="background:#78909c"></span><span style="background:#607d8b"></span>
324
+ <span style="background:#37474f"></span><span style="background:#263238"></span><span style="background:#1f2225"></span>
325
+ </div>
326
+ <div class="mini-palette">
327
+ <span style="background:#9e9e9e"></span><span style="background:#616161"></span><span style="background:#212121"></span>
328
+ <span style="background:#e0e0e0"></span><span style="background:#bdbdbd"></span><span style="background:#757575"></span>
329
+ <span style="background:#424242"></span><span style="background:#303030"></span><span style="background:#000000"></span>
330
+ </div>
331
+ <div class="mini-palette">
332
+ <span style="background:#ffe57f"></span><span style="background:#ffd740"></span><span style="background:#ffc400"></span>
333
+ <span style="background:#ffab00"></span><span style="background:#ff9100"></span><span style="background:#ff6d00"></span>
334
+ <span style="background:#f57c00"></span><span style="background:#ef6c00"></span><span style="background:#e65100"></span>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Right main grid -->
339
+ <div class="basic-section">
340
+ <div class="basic-header">
341
+ <div class="title">Basic Colors</div>
342
+ <svg viewBox="0 0 100 100">
343
+ <path d="M15 85 L85 15" stroke="#eaeaea" stroke-width="10"/>
344
+ <rect x="15" y="70" width="25" height="20" fill="#eaeaea"/>
345
+ </svg>
346
+ </div>
347
+ <div class="basic-grid">
348
+ <!-- Row 1 -->
349
+ <div class="swatch" style="background:#fff200"></div>
350
+ <div class="swatch" style="background:#00f0ff"></div>
351
+ <div class="swatch" style="background:#f44336"></div>
352
+ <div class="swatch" style="background:#132cff"></div>
353
+ <div class="swatch" style="background:#17ff00"></div>
354
+ <div class="swatch" style="background:#ffffff"></div>
355
+ <!-- Row 2 -->
356
+ <div class="swatch" style="background:#cfcfcf"></div>
357
+ <div class="swatch" style="background:#a0a0a0"></div>
358
+ <div class="swatch" style="background:#ffe000"></div>
359
+ <div class="swatch" style="background:#ffc107"></div>
360
+ <div class="swatch" style="background:#f9a825"></div>
361
+ <div class="swatch" style="background:#f4511e"></div>
362
+ <!-- Row 3 -->
363
+ <div class="swatch" style="background:#858585"></div>
364
+ <div class="swatch" style="background:#5f6368"></div>
365
+ <div class="swatch" style="background:#7cb342"></div>
366
+ <div class="swatch" style="background:#8d6e63"></div>
367
+ <div class="swatch" style="background:#ffffff"></div>
368
+ <div class="swatch" style="background:#d50000"></div>
369
+ <!-- Row 4 -->
370
+ <div class="swatch" style="background:#0a0a0a"></div>
371
+ <div class="swatch" style="background:#3aa3e6"></div>
372
+ <div class="swatch" style="background:#536dfe"></div>
373
+ <div class="swatch" style="background:#6a1b9a"></div>
374
+ <div class="swatch" style="background:#d81b60"></div>
375
+ <div class="swatch" style="background:#c2185b"></div>
376
+ <!-- Row 5 -->
377
+ <div class="swatch" style="background:#ffffff"></div>
378
+ <div class="swatch" style="background:#f44336"></div>
379
+ <div class="swatch" style="background:#ffeb3b"></div>
380
+ <div class="swatch" style="background:#00c853"></div>
381
+ <div class="swatch" style="background:#2196f3"></div>
382
+ <div class="swatch" style="background:#e91e63"></div>
383
+ </div>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Bottom toolbar -->
388
+ <div class="panel-toolbar">
389
+ <div class="tool">
390
+ <!-- trash icon -->
391
+ <svg viewBox="0 0 100 100">
392
+ <rect x="30" y="35" width="40" height="50" rx="6" />
393
+ <rect x="24" y="28" width="52" height="10" />
394
+ <rect x="40" y="20" width="20" height="8" />
395
+ </svg>
396
+ </div>
397
+ <div class="tool">
398
+ <!-- left chevron -->
399
+ <svg viewBox="0 0 100 100">
400
+ <path d="M60 20 L30 50 L60 80" stroke="#eaeaea" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
401
+ </svg>
402
+ </div>
403
+ <div class="tool">
404
+ <!-- right chevron -->
405
+ <svg viewBox="0 0 100 100">
406
+ <path d="M40 20 L70 50 L40 80" stroke="#eaeaea" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
407
+ </svg>
408
+ </div>
409
+ <div class="tool">
410
+ <!-- stacked grid icon -->
411
+ <svg viewBox="0 0 100 100">
412
+ <rect x="14" y="56" width="24" height="12"/>
413
+ <rect x="38" y="56" width="24" height="12"/>
414
+ <rect x="62" y="56" width="24" height="12"/>
415
+ <rect x="14" y="72" width="24" height="12"/>
416
+ <rect x="38" y="72" width="24" height="12"/>
417
+ <rect x="62" y="72" width="24" height="12"/>
418
+ </svg>
419
+ </div>
420
+ </div>
421
+ </div>
422
+
423
+ <!-- Floating action buttons -->
424
+ <div class="fabs">
425
+ <div class="fab blue">
426
+ <div class="wheel"></div>
427
+ </div>
428
+ <div class="fab dark">
429
+ <!-- X icon -->
430
+ <svg viewBox="0 0 100 100" style="width:70px;height:70px;">
431
+ <path d="M20 20 L80 80 M80 20 L20 80" stroke="#ffffff" stroke-width="14" stroke-linecap="round"/>
432
+ </svg>
433
+ </div>
434
+ <div class="fab slate">
435
+ <!-- slider/cone icon -->
436
+ <svg viewBox="0 0 100 100" style="width:70px;height:70px;">
437
+ <path d="M20 80 L50 20 L80 80 Z" fill="#8bd1ff"/>
438
+ <rect x="45" y="80" width="10" height="10" fill="#8bd1ff"/>
439
+ </svg>
440
+ </div>
441
+ </div>
442
+
443
+ </div>
444
+ </body>
445
+ </html>
code/5360/5360_3.html ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Rendered UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Georgia, "Times New Roman", serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top toolbar */
22
+ .toolbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #fafafa;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 30px;
32
+ box-sizing: border-box;
33
+ }
34
+ .tool {
35
+ width: 90px;
36
+ height: 72px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ margin-right: 30px;
41
+ border-radius: 12px;
42
+ }
43
+ .tool svg {
44
+ width: 56px;
45
+ height: 56px;
46
+ fill: none;
47
+ stroke: #646464;
48
+ stroke-width: 4;
49
+ stroke-linecap: round;
50
+ stroke-linejoin: round;
51
+ }
52
+
53
+ /* Special color ring tool */
54
+ .color-ring {
55
+ position: relative;
56
+ width: 62px;
57
+ height: 62px;
58
+ border-radius: 50%;
59
+ background: conic-gradient(red, orange, yellow, lime, cyan, blue, magenta, red);
60
+ box-shadow: inset 0 0 0 6px rgba(255,255,255,0.9);
61
+ }
62
+ .color-ring::after {
63
+ content: "";
64
+ position: absolute;
65
+ top: 50%;
66
+ left: 50%;
67
+ width: 28px;
68
+ height: 28px;
69
+ transform: translate(-50%, -50%);
70
+ background: #ffffff;
71
+ border-radius: 50%;
72
+ box-shadow: 0 0 0 2px #dddddd inset;
73
+ }
74
+
75
+ /* Main text */
76
+ .hero-text {
77
+ position: absolute;
78
+ left: 60px;
79
+ top: 930px;
80
+ color: #111111;
81
+ font-size: 200px;
82
+ line-height: 1;
83
+ letter-spacing: 1px;
84
+ font-weight: 500;
85
+ }
86
+
87
+ /* Bottom subtle loader */
88
+ .loader {
89
+ position: absolute;
90
+ bottom: 90px;
91
+ left: 50%;
92
+ transform: translateX(-50%);
93
+ width: 34px;
94
+ height: 34px;
95
+ border-radius: 50%;
96
+ border: 4px solid #e5e5e5;
97
+ border-top-color: #cfcfcf;
98
+ opacity: 0.6;
99
+ }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+ <!-- Top toolbar with icons -->
105
+ <div class="toolbar">
106
+ <!-- List / menu -->
107
+ <div class="tool">
108
+ <svg viewBox="0 0 24 24">
109
+ <path d="M4 6h16M4 12h16M4 18h16"></path>
110
+ </svg>
111
+ </div>
112
+ <!-- Back arrow -->
113
+ <div class="tool">
114
+ <svg viewBox="0 0 24 24">
115
+ <path d="M15 5l-7 7 7 7"></path>
116
+ </svg>
117
+ </div>
118
+ <!-- Redo / forward curved arrow -->
119
+ <div class="tool">
120
+ <svg viewBox="0 0 24 24">
121
+ <path d="M17 7l4 4-4 4"></path>
122
+ <path d="M5 17c0-5 4-9 9-9h7"></path>
123
+ </svg>
124
+ </div>
125
+ <!-- Grid -->
126
+ <div class="tool">
127
+ <svg viewBox="0 0 24 24">
128
+ <rect x="3" y="3" width="6" height="6"></rect>
129
+ <rect x="9" y="3" width="6" height="6"></rect>
130
+ <rect x="15" y="3" width="6" height="6"></rect>
131
+ <rect x="3" y="9" width="6" height="6"></rect>
132
+ <rect x="9" y="9" width="6" height="6"></rect>
133
+ <rect x="15" y="9" width="6" height="6"></rect>
134
+ </svg>
135
+ </div>
136
+ <!-- Pen nib -->
137
+ <div class="tool">
138
+ <svg viewBox="0 0 24 24">
139
+ <path d="M12 2l5 9-5 11-5-11 5-9z"></path>
140
+ <circle cx="12" cy="12" r="2" fill="#646464"></circle>
141
+ </svg>
142
+ </div>
143
+ <!-- Color ring -->
144
+ <div class="tool">
145
+ <div class="color-ring"></div>
146
+ </div>
147
+ <!-- Layers -->
148
+ <div class="tool">
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M4 10l8-4 8 4-8 4-8-4z"></path>
151
+ <path d="M4 14l8 4 8-4"></path>
152
+ <path d="M4 18l8 4 8-4"></path>
153
+ </svg>
154
+ </div>
155
+ <!-- Frame / fullscreen -->
156
+ <div class="tool">
157
+ <svg viewBox="0 0 24 24">
158
+ <path d="M4 8V4h4M20 8V4h-4M4 16v4h4M20 16v4h-4"></path>
159
+ <rect x="8" y="8" width="8" height="8"></rect>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Main content text -->
165
+ <div class="hero-text">Lucas millen</div>
166
+
167
+ <!-- Bottom loader indicator -->
168
+ <div class="loader"></div>
169
+ </div>
170
+ </body>
171
+ </html>
code/5360/5360_4.html ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Color Picker 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
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #ffea00; /* bright yellow canvas */
14
+ }
15
+
16
+ /* Right side faint panel just to hint underlying app */
17
+ .side-panel {
18
+ position: absolute;
19
+ right: 32px;
20
+ top: 520px;
21
+ width: 290px;
22
+ height: 1180px;
23
+ background: #faf9f5;
24
+ border: 1px solid #e6e3db;
25
+ border-radius: 12px;
26
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08) inset;
27
+ }
28
+
29
+ /* Main dark tool panel */
30
+ .tool-panel {
31
+ position: absolute;
32
+ left: 104px;
33
+ top: 120px;
34
+ width: 872px;
35
+ height: 1680px;
36
+ background: #34332f;
37
+ border-radius: 6px;
38
+ box-shadow: 0 12px 28px rgba(0,0,0,0.35);
39
+ color: #fff;
40
+ }
41
+
42
+ /* top tabs */
43
+ .tabs {
44
+ display: grid;
45
+ grid-template-columns: 1fr 1fr 1fr;
46
+ height: 120px;
47
+ overflow: hidden;
48
+ border-top-left-radius: 6px;
49
+ border-top-right-radius: 6px;
50
+ }
51
+ .tab {
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ background: #8f8f8f;
56
+ }
57
+ .tab.active { background: #2d7ef7; }
58
+ .tab svg { width: 52px; height: 52px; }
59
+
60
+ /* dark header section */
61
+ .panel-head {
62
+ background: #262626;
63
+ padding: 24px 36px 16px 36px;
64
+ border-bottom: 1px solid #3a3a3a;
65
+ }
66
+ .label {
67
+ font-size: 30px;
68
+ color: #d7d7d7;
69
+ margin-bottom: 12px;
70
+ }
71
+ .bar {
72
+ width: 640px;
73
+ height: 28px;
74
+ background: #6e00ff;
75
+ border-radius: 6px;
76
+ margin-bottom: 22px;
77
+ }
78
+ .history {
79
+ display: flex;
80
+ gap: 12px;
81
+ align-items: center;
82
+ margin-bottom: 8px;
83
+ }
84
+ .chip {
85
+ width: 74px;
86
+ height: 40px;
87
+ border-radius: 4px;
88
+ border: 1px solid rgba(255,255,255,0.15);
89
+ }
90
+
91
+ .title-big {
92
+ font-size: 52px;
93
+ font-weight: 600;
94
+ letter-spacing: 0.2px;
95
+ margin: 22px 0 8px 36px;
96
+ }
97
+
98
+ /* Content area under big title */
99
+ .content-row {
100
+ display: flex;
101
+ gap: 24px;
102
+ padding: 0 24px 0 24px;
103
+ }
104
+
105
+ /* left small palettes column */
106
+ .palette-column {
107
+ width: 130px;
108
+ padding-left: 16px;
109
+ }
110
+ .mini-palette {
111
+ width: 72px;
112
+ height: 72px;
113
+ margin: 14px 0;
114
+ background: #4b4b4b;
115
+ border-radius: 6px;
116
+ display: grid;
117
+ grid-template-columns: repeat(3, 1fr);
118
+ grid-auto-rows: 1fr;
119
+ overflow: hidden;
120
+ border: 1px solid rgba(255,255,255,0.08);
121
+ }
122
+ .mini-palette span {
123
+ display: block;
124
+ }
125
+
126
+ /* right editor area */
127
+ .editor {
128
+ flex: 1;
129
+ }
130
+ .editor-head {
131
+ background: #2b2b2b;
132
+ color: #eaeaea;
133
+ margin-top: 6px;
134
+ margin-bottom: 10px;
135
+ padding: 16px 18px;
136
+ width: 640px;
137
+ border-radius: 6px;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: space-between;
141
+ letter-spacing: 0.2px;
142
+ font-size: 34px;
143
+ }
144
+ .editor-canvas {
145
+ width: 640px;
146
+ height: 880px;
147
+ background: #ffffff;
148
+ border-radius: 6px;
149
+ box-shadow: inset 0 0 0 1px #e6e6e6;
150
+ padding: 18px;
151
+ display: grid;
152
+ grid-template-columns: repeat(8, 1fr);
153
+ grid-auto-rows: 92px;
154
+ gap: 12px;
155
+ }
156
+ .sw {
157
+ border-radius: 4px;
158
+ box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
159
+ }
160
+
161
+ /* footer controls of panel */
162
+ .panel-footer {
163
+ position: absolute;
164
+ left: 0;
165
+ bottom: 0;
166
+ right: 0;
167
+ height: 120px;
168
+ background: #2d2d2a;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: space-between;
172
+ padding: 0 40px;
173
+ border-top: 1px solid #3a3a3a;
174
+ }
175
+ .footer-left, .footer-right, .footer-center {
176
+ display: flex;
177
+ align-items: center;
178
+ gap: 30px;
179
+ }
180
+ .foot-btn {
181
+ width: 54px;
182
+ height: 54px;
183
+ border-radius: 8px;
184
+ background: #3b3b38;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
189
+ }
190
+ .foot-btn svg { width: 30px; height: 30px; fill: #eaeaea; }
191
+
192
+ /* Bottom floating system controls */
193
+ .fab {
194
+ position: absolute;
195
+ bottom: 110px;
196
+ width: 120px;
197
+ height: 120px;
198
+ border-radius: 60px;
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ box-shadow: 0 10px 22px rgba(0,0,0,0.25);
203
+ }
204
+ .fab-left { left: 146px; background: #49a6ff22; }
205
+ .fab-center { left: 480px; background: #191919; }
206
+ .fab-right { right: 146px; background: #2e8cf7; }
207
+
208
+ .ring {
209
+ width: 76px;
210
+ height: 76px;
211
+ border-radius: 50%;
212
+ background: conic-gradient(#ff3b30, #ffcc00, #34c759, #32ade6, #7d5fff, #ff2d55, #ff3b30);
213
+ padding: 6px;
214
+ box-sizing: border-box;
215
+ }
216
+ .ring::after {
217
+ content: "";
218
+ display: block;
219
+ width: 100%;
220
+ height: 100%;
221
+ border-radius: 50%;
222
+ background: #1a1a1a;
223
+ }
224
+ .fab-center span {
225
+ color: #b7b7b7;
226
+ font-size: 52px;
227
+ line-height: 0;
228
+ }
229
+ .slider-icon {
230
+ width: 64px;
231
+ height: 64px;
232
+ border-radius: 50%;
233
+ border: 5px solid rgba(255,255,255,0.55);
234
+ position: relative;
235
+ }
236
+ .slider-icon::before,
237
+ .slider-icon::after {
238
+ content: "";
239
+ position: absolute;
240
+ left: 12px;
241
+ right: 12px;
242
+ height: 6px;
243
+ border-radius: 3px;
244
+ background: #fff;
245
+ }
246
+ .slider-icon::before { top: 18px; }
247
+ .slider-icon::after { bottom: 18px; }
248
+ </style>
249
+ </head>
250
+ <body>
251
+ <div id="render-target">
252
+
253
+ <!-- faint white panel on the right to suggest app canvas -->
254
+ <div class="side-panel"></div>
255
+
256
+ <!-- Main dark color picker panel -->
257
+ <div class="tool-panel">
258
+
259
+ <!-- Top tabs -->
260
+ <div class="tabs">
261
+ <div class="tab">
262
+ <!-- rainbow ring -->
263
+ <div class="ring"></div>
264
+ </div>
265
+ <div class="tab active">
266
+ <!-- grid icon -->
267
+ <svg viewBox="0 0 24 24">
268
+ <rect x="3" y="3" width="6" height="6" fill="#ffffff"/>
269
+ <rect x="10.5" y="3" width="6" height="6" fill="#ffffff"/>
270
+ <rect x="18" y="3" width="3" height="6" fill="#ffffff"/>
271
+ <rect x="3" y="10.5" width="6" height="6" fill="#ffffff"/>
272
+ <rect x="10.5" y="10.5" width="6" height="6" fill="#ffffff"/>
273
+ <rect x="18" y="10.5" width="3" height="6" fill="#ffffff"/>
274
+ <rect x="3" y="18" width="6" height="3" fill="#ffffff"/>
275
+ <rect x="10.5" y="18" width="6" height="3" fill="#ffffff"/>
276
+ <rect x="18" y="18" width="3" height="3" fill="#ffffff"/>
277
+ </svg>
278
+ </div>
279
+ <div class="tab">
280
+ <!-- star icon -->
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M12 2l3 6 6 .9-4.3 4.2 1 6L12 16l-5.7 3.9 1-6L3 8.9 9 8l3-6z" fill="#ffd17a"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Dark head details -->
288
+ <div class="panel-head">
289
+ <div class="label">Complementary</div>
290
+ <div class="bar"></div>
291
+ <div class="label">Color History</div>
292
+ <div class="history">
293
+ <div class="chip" style="background:#f3ec7b;"></div>
294
+ <div class="chip" style="background:#0b0b0b;"></div>
295
+ <div class="chip" style="background:#e20c0c;"></div>
296
+ <div class="chip" style="background:#f4f4f4;"></div>
297
+ <div class="chip" style="background:#909090;"></div>
298
+ <div class="chip" style="background:#b10000;"></div>
299
+ <div class="chip" style="background:#0830cd;"></div>
300
+ <div class="chip" style="background:#f49812;"></div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="title-big">Variety Collection</div>
305
+
306
+ <div class="content-row">
307
+
308
+ <!-- Left palette thumbnails -->
309
+ <div class="palette-column">
310
+ <!-- generate several small palette blocks -->
311
+ <!-- Each mini palette made of 3x3 tiny swatches -->
312
+ <!-- Row 1 -->
313
+ <div class="mini-palette">
314
+ <span style="background:#f7df1e"></span><span style="background:#f44336"></span><span style="background:#03a9f4"></span>
315
+ <span style="background:#4caf50"></span><span style="background:#9c27b0"></span><span style="background:#ff9800"></span>
316
+ <span style="background:#607d8b"></span><span style="background:#2196f3"></span><span style="background:#ffeb3b"></span>
317
+ </div>
318
+ <div class="mini-palette">
319
+ <span style="background:#222"></span><span style="background:#ddd"></span><span style="background:#666"></span>
320
+ <span style="background:#111"></span><span style="background:#444"></span><span style="background:#777"></span>
321
+ <span style="background:#bbb"></span><span style="background:#999"></span><span style="background:#000"></span>
322
+ </div>
323
+ <div class="mini-palette">
324
+ <span style="background:#ffcdd2"></span><span style="background:#f8bbd0"></span><span style="background:#e1bee7"></span>
325
+ <span style="background:#c5cae9"></span><span style="background:#b3e5fc"></span><span style="background:#b2dfdb"></span>
326
+ <span style="background:#c8e6c9"></span><span style="background:#fff9c4"></span><span style="background:#ffe0b2"></span>
327
+ </div>
328
+ <div class="mini-palette">
329
+ <span style="background:#ff5252"></span><span style="background:#ff4081"></span><span style="background:#e040fb"></span>
330
+ <span style="background:#7c4dff"></span><span style="background:#536dfe"></span><span style="background:#448aff"></span>
331
+ <span style="background:#18ffff"></span><span style="background:#64ffda"></span><span style="background:#69f0ae"></span>
332
+ </div>
333
+ <div class="mini-palette">
334
+ <span style="background:#cfd8dc"></span><span style="background:#90a4ae"></span><span style="background:#607d8b"></span>
335
+ <span style="background:#455a64"></span><span style="background:#37474f"></span><span style="background:#263238"></span>
336
+ <span style="background:#78909c"></span><span style="background:#b0bec5"></span><span style="background:#eceff1"></span>
337
+ </div>
338
+ <div class="mini-palette">
339
+ <span style="background:#ff9e80"></span><span style="background:#ff6e40"></span><span style="background:#ff3d00"></span>
340
+ <span style="background:#ffcc80"></span><span style="background:#ffb74d"></span><span style="background:#ffa726"></span>
341
+ <span style="background:#ffd180"></span><span style="background:#ffab40"></span><span style="background:#ff9100"></span>
342
+ </div>
343
+ <div class="mini-palette">
344
+ <span style="background:#dcedc8"></span><span style="background:#c5e1a5"></span><span style="background:#aed581"></span>
345
+ <span style="background:#9ccc65"></span><span style="background:#8bc34a"></span><span style="background:#7cb342"></span>
346
+ <span style="background:#689f38"></span><span style="background:#558b2f"></span><span style="background:#33691e"></span>
347
+ </div>
348
+ <div class="mini-palette">
349
+ <span style="background:#fff"></span><span style="background:#eee"></span><span style="background:#ccc"></span>
350
+ <span style="background:#aaa"></span><span style="background:#888"></span><span style="background:#666"></span>
351
+ <span style="background:#444"></span><span style="background:#222"></span><span style="background:#000"></span>
352
+ </div>
353
+ <div class="mini-palette">
354
+ <span style="background:#f06292"></span><span style="background:#ba68c8"></span><span style="background:#9575cd"></span>
355
+ <span style="background:#7986cb"></span><span style="background:#64b5f6"></span><span style="background:#4fc3f7"></span>
356
+ <span style="background:#4dd0e1"></span><span style="background:#4db6ac"></span><span style="background:#81c784"></span>
357
+ </div>
358
+ <div class="mini-palette">
359
+ <span style="background:#ffe082"></span><span style="background:#ffd54f"></span><span style="background:#ffca28"></span>
360
+ <span style="background:#ffc107"></span><span style="background:#ffb300"></span><span style="background:#ffa000"></span>
361
+ <span style="background:#ff8f00"></span><span style="background:#ff6f00"></span><span style="background:#e65100"></span>
362
+ </div>
363
+ </div>
364
+
365
+ <!-- Right main editor area -->
366
+ <div class="editor">
367
+ <div class="editor-head">
368
+ <div>Basic Colors</div>
369
+ <svg viewBox="0 0 24 24" width="30" height="30">
370
+ <path fill="#cccccc" d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1.003 1.003 0 0 0 0-1.42l-2.34-2.34a1.003 1.003 0 0 0-1.42 0l-1.83 1.83 3.75 3.75 1.84-1.82z"/>
371
+ </svg>
372
+ </div>
373
+
374
+ <!-- White color grid canvas -->
375
+ <div class="editor-canvas">
376
+ <!-- First top colorful row -->
377
+ <div class="sw" style="background:#ffeb00"></div>
378
+ <div class="sw" style="background:#00f5ff"></div>
379
+ <div class="sw" style="background:#ff001f"></div>
380
+ <div class="sw" style="background:#8100ff"></div>
381
+ <div class="sw" style="background:#0018ff"></div>
382
+ <div class="sw" style="background:#00c300"></div>
383
+ <div class="sw" style="background:#ffffff"></div>
384
+ <div class="sw" style="background:#ffffff"></div>
385
+
386
+ <!-- greys and warm blocks -->
387
+ <div class="sw" style="background:#d0d0d0"></div>
388
+ <div class="sw" style="background:#ffffff"></div>
389
+ <div class="sw" style="background:#ffd400"></div>
390
+ <div class="sw" style="background:#ffad21"></div>
391
+ <div class="sw" style="background:#e18c20"></div>
392
+ <div class="sw" style="background:#ff4c19"></div>
393
+ <div class="sw" style="background:#ffffff"></div>
394
+ <div class="sw" style="background:#ffffff"></div>
395
+
396
+ <div class="sw" style="background:#8b8b8b"></div>
397
+ <div class="sw" style="background:#b3d13c"></div>
398
+ <div class="sw" style="background:#9ea246"></div>
399
+ <div class="sw" style="background:#b88038"></div>
400
+ <div class="sw" style="background:#ffffff"></div>
401
+ <div class="sw" style="background:#de0f0b"></div>
402
+ <div class="sw" style="background:#ffffff"></div>
403
+ <div class="sw" style="background:#ffffff"></div>
404
+
405
+ <div class="sw" style="background:#202020"></div>
406
+ <div class="sw" style="background:#1b7ec9"></div>
407
+ <div class="sw" style="background:#4a41a6"></div>
408
+ <div class="sw" style="background:#9c4895"></div>
409
+ <div class="sw" style="background:#b32d58"></div>
410
+ <div class="sw" style="background:#ffffff"></div>
411
+ <div class="sw" style="background:#ffffff"></div>
412
+ <div class="sw" style="background:#ffffff"></div>
413
+
414
+ <div class="sw" style="background:#000000"></div>
415
+ <div class="sw" style="background:#ffffff"></div>
416
+ <div class="sw" style="background:#0036ff"></div>
417
+ <div class="sw" style="background:#6500a7"></div>
418
+ <div class="sw" style="background:#ffffff"></div>
419
+ <div class="sw" style="background:#ffffff"></div>
420
+ <div class="sw" style="background:#ffffff"></div>
421
+ <div class="sw" style="background:#ffffff"></div>
422
+
423
+ <!-- last compact row -->
424
+ <div class="sw" style="background:#e21c2b"></div>
425
+ <div class="sw" style="background:#ffe600"></div>
426
+ <div class="sw" style="background:#00b362"></div>
427
+ <div class="sw" style="background:#1aa7ff"></div>
428
+ <div class="sw" style="background:#2452c7"></div>
429
+ <div class="sw" style="background:#ff1a9a"></div>
430
+ <div class="sw" style="background:#ffffff"></div>
431
+ <div class="sw" style="background:#ffffff"></div>
432
+ </div>
433
+ </div>
434
+ </div>
435
+
436
+ <!-- Footer buttons -->
437
+ <div class="panel-footer">
438
+ <div class="footer-left">
439
+ <div class="foot-btn" title="Edit">
440
+ <svg viewBox="0 0 24 24"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" /></svg>
441
+ </div>
442
+ <div class="foot-btn" title="Delete">
443
+ <svg viewBox="0 0 24 24"><path d="M6 7h12v2H6zm2 3h8l-1 10H9L8 10zm3-5h2l1 2H10l1-2z"/></svg>
444
+ </div>
445
+ </div>
446
+ <div class="footer-center">
447
+ <div class="foot-btn" title="Back">
448
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" /></svg>
449
+ </div>
450
+ <div class="foot-btn" title="Next">
451
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg>
452
+ </div>
453
+ </div>
454
+ <div class="footer-right">
455
+ <div class="foot-btn" title="Keyboard">
456
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v12H3zM5 8h2v2H5zm3 0h2v2H8zm3 0h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zM5 11h2v2H5zm3 0h8v2H8zm10 0h2v2h-2zM5 14h14v2H5z"/></svg>
457
+ </div>
458
+ </div>
459
+ </div>
460
+ </div>
461
+
462
+ <!-- Bottom floating controls -->
463
+ <div class="fab fab-left">
464
+ <div class="ring"></div>
465
+ </div>
466
+ <div class="fab fab-center">
467
+ <span>×</span>
468
+ </div>
469
+ <div class="fab fab-right">
470
+ <div class="slider-icon"></div>
471
+ </div>
472
+
473
+ </div>
474
+ </body>
475
+ </html>
code/5360/5360_5.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Yellow Canvas - Lucas millen</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: #F1E70A; /* bright yellow canvas */
14
+ font-family: Arial, sans-serif;
15
+ }
16
+
17
+ /* Top black area (device status zone) */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 140px;
24
+ background: #0B0B0B;
25
+ }
26
+
27
+ /* White toolbar */
28
+ .toolbar {
29
+ position: absolute;
30
+ top: 140px;
31
+ left: 24px;
32
+ width: 1032px;
33
+ height: 120px;
34
+ background: #FFFFFF;
35
+ border-radius: 6px;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 44px;
39
+ padding: 0 24px;
40
+ box-sizing: border-box;
41
+ }
42
+ .icon {
43
+ width: 88px;
44
+ height: 88px;
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ }
49
+ .icon svg {
50
+ width: 76px;
51
+ height: 76px;
52
+ stroke: #4A4A4A;
53
+ fill: none;
54
+ stroke-width: 6;
55
+ }
56
+ .color-ring {
57
+ width: 78px;
58
+ height: 78px;
59
+ border-radius: 50%;
60
+ background: conic-gradient(#ff4b4b, #ffcc00, #32cd32, #1e90ff, #8a2be2, #ff4b4b);
61
+ position: relative;
62
+ }
63
+ .color-ring::after {
64
+ content: "";
65
+ position: absolute;
66
+ inset: 12px;
67
+ background: #fff;
68
+ border-radius: 50%;
69
+ }
70
+
71
+ /* Canvas text */
72
+ .title {
73
+ position: absolute;
74
+ top: 820px;
75
+ left: 60px;
76
+ font-family: Georgia, "Times New Roman", serif;
77
+ font-size: 210px;
78
+ line-height: 1.1;
79
+ color: #1A1A1A;
80
+ letter-spacing: 1px;
81
+ font-weight: 600;
82
+ }
83
+
84
+ /* Subtle bottom center loader circle */
85
+ .bottom-indicator {
86
+ position: absolute;
87
+ bottom: 140px;
88
+ left: 50%;
89
+ transform: translateX(-50%);
90
+ width: 48px;
91
+ height: 48px;
92
+ border-radius: 50%;
93
+ border: 5px solid rgba(255,255,255,0.8);
94
+ border-top-color: rgba(0,0,0,0.15);
95
+ background: transparent;
96
+ }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <div class="status-bar"></div>
103
+
104
+ <div class="toolbar">
105
+ <!-- List icon -->
106
+ <div class="icon">
107
+ <svg viewBox="0 0 100 100">
108
+ <line x1="20" y1="25" x2="80" y2="25"></line>
109
+ <line x1="20" y1="50" x2="80" y2="50"></line>
110
+ <line x1="20" y1="75" x2="80" y2="75"></line>
111
+ </svg>
112
+ </div>
113
+
114
+ <!-- Back arrow -->
115
+ <div class="icon">
116
+ <svg viewBox="0 0 100 100">
117
+ <polyline points="60,20 30,50 60,80" stroke-linecap="round" stroke-linejoin="round"></polyline>
118
+ </svg>
119
+ </div>
120
+
121
+ <!-- Forward arrow -->
122
+ <div class="icon">
123
+ <svg viewBox="0 0 100 100">
124
+ <polyline points="40,20 70,50 40,80" stroke-linecap="round" stroke-linejoin="round"></polyline>
125
+ </svg>
126
+ </div>
127
+
128
+ <!-- Grid icon -->
129
+ <div class="icon">
130
+ <svg viewBox="0 0 100 100">
131
+ <rect x="18" y="18" width="20" height="20"></rect>
132
+ <rect x="40" y="18" width="20" height="20"></rect>
133
+ <rect x="62" y="18" width="20" height="20"></rect>
134
+ <rect x="18" y="40" width="20" height="20"></rect>
135
+ <rect x="40" y="40" width="20" height="20"></rect>
136
+ <rect x="62" y="40" width="20" height="20"></rect>
137
+ <rect x="18" y="62" width="20" height="20"></rect>
138
+ <rect x="40" y="62" width="20" height="20"></rect>
139
+ <rect x="62" y="62" width="20" height="20"></rect>
140
+ </svg>
141
+ </div>
142
+
143
+ <!-- Pen nib icon -->
144
+ <div class="icon">
145
+ <svg viewBox="0 0 100 100">
146
+ <path d="M50 20 L80 80 L20 80 Z"></path>
147
+ <circle cx="50" cy="62" r="6" fill="#4A4A4A"></circle>
148
+ </svg>
149
+ </div>
150
+
151
+ <!-- Color ring -->
152
+ <div class="icon">
153
+ <div class="color-ring"></div>
154
+ </div>
155
+
156
+ <!-- Layers icon -->
157
+ <div class="icon">
158
+ <svg viewBox="0 0 100 100">
159
+ <polygon points="20,55 50,35 80,55 50,75" fill="none"></polygon>
160
+ <polygon points="20,40 50,20 80,40 50,60" fill="none"></polygon>
161
+ </svg>
162
+ </div>
163
+
164
+ <!-- Frame icon -->
165
+ <div class="icon">
166
+ <svg viewBox="0 0 100 100">
167
+ <rect x="20" y="20" width="60" height="60" rx="4" ry="4"></rect>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="title">Lucas millen</div>
173
+
174
+ <div class="bottom-indicator"></div>
175
+ </div>
176
+ </body>
177
+ </html>
code/5362/5362_0.html ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Plant Info UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 24px;
19
+ left: 32px;
20
+ right: 32px;
21
+ height: 60px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #2e2e2e;
26
+ }
27
+ .status-time {
28
+ font-size: 44px;
29
+ font-weight: 600;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .sb-icon {
38
+ width: 34px;
39
+ height: 24px;
40
+ background: #7a7a7a;
41
+ border-radius: 5px;
42
+ }
43
+ .sb-dot {
44
+ width: 18px;
45
+ height: 18px;
46
+ background: #7a7a7a;
47
+ border-radius: 50%;
48
+ }
49
+
50
+ /* Chips */
51
+ .chips {
52
+ position: absolute;
53
+ top: 120px;
54
+ left: 32px;
55
+ right: 32px;
56
+ display: flex;
57
+ gap: 20px;
58
+ flex-wrap: wrap;
59
+ }
60
+ .chip {
61
+ padding: 20px 28px;
62
+ border-radius: 38px;
63
+ font-size: 34px;
64
+ font-weight: 700;
65
+ line-height: 1;
66
+ border: 1px solid #cfe6dd;
67
+ color: #0c6d63;
68
+ background: #e9f6f1;
69
+ }
70
+ .chip.secondary { background: #eef8f5; }
71
+ .chip.medium { background: #edf7f3; }
72
+ .chip.pink {
73
+ background: #ffe6ee;
74
+ border-color: #f7c6d4;
75
+ color: #d34b79;
76
+ }
77
+
78
+ /* Content section */
79
+ .content {
80
+ position: absolute;
81
+ top: 220px;
82
+ left: 32px;
83
+ right: 32px;
84
+ }
85
+
86
+ .line {
87
+ display: flex;
88
+ align-items: baseline;
89
+ gap: 16px;
90
+ margin: 22px 0;
91
+ font-size: 36px;
92
+ }
93
+ .label {
94
+ color: #1d3b33;
95
+ font-weight: 700;
96
+ }
97
+ .value {
98
+ color: #0c6d63;
99
+ font-style: italic;
100
+ font-weight: 700;
101
+ }
102
+
103
+ /* Floating controls */
104
+ .floating-btn {
105
+ position: absolute;
106
+ width: 76px;
107
+ height: 76px;
108
+ border-radius: 50%;
109
+ background: #eaeaea;
110
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: center;
114
+ }
115
+ .back-btn { top: 300px; left: 16px; }
116
+ .menu-btn { top: 300px; right: 16px; }
117
+ .icon {
118
+ width: 34px; height: 34px; fill: #4a4a4a;
119
+ }
120
+
121
+ /* Banner */
122
+ .banner {
123
+ margin: 24px 0 16px 0;
124
+ background: #0b5f58;
125
+ color: #ffffff;
126
+ border-radius: 26px;
127
+ padding: 34px;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: space-between;
131
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
132
+ }
133
+ .banner-title {
134
+ font-size: 44px;
135
+ font-weight: 800;
136
+ letter-spacing: 0.2px;
137
+ }
138
+ .banner-sub {
139
+ margin-top: 8px;
140
+ font-size: 30px;
141
+ opacity: 0.9;
142
+ }
143
+ .banner-pill {
144
+ background: rgba(255,255,255,0.15);
145
+ color: #fff;
146
+ padding: 14px 18px;
147
+ border-radius: 18px;
148
+ font-size: 28px;
149
+ border: 1px solid rgba(255,255,255,0.25);
150
+ }
151
+
152
+ /* Section titles */
153
+ .section-title {
154
+ font-size: 58px;
155
+ font-weight: 800;
156
+ color: #0c6d63;
157
+ margin: 30px 0 24px 0;
158
+ }
159
+
160
+ /* Image placeholder */
161
+ .image-card {
162
+ width: 100%;
163
+ height: 540px;
164
+ border-radius: 28px;
165
+ background: #E0E0E0;
166
+ border: 1px solid #BDBDBD;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ color: #666;
171
+ font-size: 34px;
172
+ font-weight: 600;
173
+ }
174
+
175
+ /* Description card */
176
+ .desc-card {
177
+ margin-top: 32px;
178
+ background: #ffffff;
179
+ border-radius: 28px;
180
+ box-shadow: 0 10px 26px rgba(0,0,0,0.08);
181
+ padding: 32px 28px;
182
+ border: 1px solid #e8e8e8;
183
+ }
184
+ .desc-header {
185
+ display: flex;
186
+ align-items: center;
187
+ gap: 18px;
188
+ color: #0c6d63;
189
+ font-size: 52px;
190
+ font-weight: 800;
191
+ margin-bottom: 18px;
192
+ }
193
+ .info-icon {
194
+ width: 42px; height: 42px; border-radius: 50%;
195
+ background: #e9f6f1; color: #0c6d63;
196
+ display: inline-flex; align-items: center; justify-content: center;
197
+ font-weight: 800;
198
+ }
199
+ .desc-text {
200
+ font-size: 36px;
201
+ line-height: 1.55;
202
+ color: #17443d;
203
+ }
204
+ .read-less {
205
+ margin-top: 18px;
206
+ font-size: 36px;
207
+ font-weight: 800;
208
+ color: #ff9c4d;
209
+ }
210
+
211
+ /* Bottom handle */
212
+ .handle {
213
+ position: absolute;
214
+ bottom: 24px;
215
+ left: 50%;
216
+ transform: translateX(-50%);
217
+ width: 420px;
218
+ height: 16px;
219
+ background: #d4d4d4;
220
+ border-radius: 12px;
221
+ }
222
+ </style>
223
+ </head>
224
+ <body>
225
+ <div id="render-target">
226
+
227
+ <!-- Status Bar -->
228
+ <div class="status-bar">
229
+ <div class="status-time">6:13</div>
230
+ <div class="status-icons">
231
+ <div class="sb-dot"></div>
232
+ <div class="sb-icon"></div>
233
+ <div class="sb-icon"></div>
234
+ <div class="sb-dot"></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Chips -->
239
+ <div class="chips">
240
+ <div class="chip">Flowering</div>
241
+ <div class="chip secondary">Easy</div>
242
+ <div class="chip medium">Medium</div>
243
+ <div class="chip pink">Pet-toxic</div>
244
+ </div>
245
+
246
+ <!-- Floating Back button -->
247
+ <div class="floating-btn back-btn">
248
+ <svg class="icon" viewBox="0 0 24 24">
249
+ <path d="M15.5 5l-7 7 7 7" stroke="#4a4a4a" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
250
+ </svg>
251
+ </div>
252
+ <!-- Floating Menu button -->
253
+ <div class="floating-btn menu-btn">
254
+ <svg class="icon" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="5.5" r="2.2"></circle>
256
+ <circle cx="12" cy="12" r="2.2"></circle>
257
+ <circle cx="12" cy="18.5" r="2.2"></circle>
258
+ </svg>
259
+ </div>
260
+
261
+ <!-- Content -->
262
+ <div class="content">
263
+ <div class="line">
264
+ <span class="label">Genus:</span>
265
+ <span class="value">Spathiphyllum</span>
266
+ </div>
267
+ <div class="line">
268
+ <span class="label">Scientific Name:</span>
269
+ <span class="value">Spathiphyllum wallisii</span>
270
+ </div>
271
+ <div class="line">
272
+ <span class="label">Common Names:</span>
273
+ <span class="value">Spathe flower, White sails</span>
274
+ </div>
275
+
276
+ <!-- Banner -->
277
+ <div class="banner">
278
+ <div>
279
+ <div class="banner-title">Try Plantum Premium for Free</div>
280
+ <div class="banner-sub">Claim your offer now.</div>
281
+ </div>
282
+ <div class="banner-pill">Limited Offer</div>
283
+ </div>
284
+
285
+ <!-- Photo Gallery -->
286
+ <div class="section-title">Photo Gallery</div>
287
+
288
+ <div class="image-card">[IMG: Peace lily plant in white pot]</div>
289
+
290
+ <!-- Description -->
291
+ <div class="desc-card">
292
+ <div class="desc-header">
293
+ <div class="info-icon">i</div>
294
+ <div>Description</div>
295
+ </div>
296
+ <div class="desc-text">
297
+ Spathiphyllum wallisii, also known as the peace lily, the white sails, and the spathe flower, is a herbaceous perennial from the Araceae family. This is one of the most popular houseplants at the moment; you’ve probably seen at least one peace lily at your grandma’s or in your office. This iconic plant features broad, leathery leaves and pale green spathes that open up in spring and turn into gorgeous white flowers. Don’t let your pets have a bite out of the peace lily as it’s toxic for animals.
298
+ </div>
299
+ <div class="read-less">Read less ↑</div>
300
+ </div>
301
+ </div>
302
+
303
+ <div class="handle"></div>
304
+ </div>
305
+ </body>
306
+ </html>
code/5362/5362_1.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>My Plants 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: linear-gradient(180deg, #f2f8f4 0%, #ffffff 65%);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 0 40px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #222;
24
+ font-weight: 600;
25
+ font-size: 36px;
26
+ }
27
+ .status-right {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 20px;
31
+ }
32
+ .dot { width: 14px; height: 14px; background:#2c2c2c; border-radius: 50%; opacity: 0.9; }
33
+ .sb-icon {
34
+ width: 34px; height: 24px; border: 2px solid #2c2c2c; border-radius: 4px; position: relative;
35
+ }
36
+ .sb-icon::after { content:''; position:absolute; right:-6px; top:6px; width:4px; height:12px; background:#2c2c2c; border-radius:1px; }
37
+
38
+ /* Page title */
39
+ .title {
40
+ padding: 10px 40px 0 40px;
41
+ color: #0e6a4a;
42
+ font-size: 82px;
43
+ font-weight: 800;
44
+ }
45
+
46
+ /* Tabs */
47
+ .tabs {
48
+ margin: 18px 40px 0 40px;
49
+ display: flex;
50
+ gap: 70px;
51
+ font-size: 44px;
52
+ color: #7f8b86;
53
+ border-bottom: 1px solid #e7efe9;
54
+ padding-bottom: 22px;
55
+ }
56
+ .tab-item {
57
+ position: relative;
58
+ padding-bottom: 18px;
59
+ cursor: default;
60
+ }
61
+ .tab-item.active { color: #166b56; font-weight: 700; }
62
+ .tab-item.active::after {
63
+ content:'';
64
+ position:absolute;
65
+ left: 0; right: 0; bottom:-8px;
66
+ height: 8px; border-radius: 8px;
67
+ background: #166b56;
68
+ width: 120px;
69
+ }
70
+
71
+ /* Twin grid cards */
72
+ .cards-row {
73
+ margin: 28px 40px 0 40px;
74
+ display: flex;
75
+ gap: 48px;
76
+ }
77
+ .grid-card {
78
+ flex: 1;
79
+ background: #ffffff;
80
+ border-radius: 36px;
81
+ box-shadow: 0 10px 28px rgba(0,0,0,0.08);
82
+ padding: 38px;
83
+ min-height: 480px;
84
+ }
85
+ .grid {
86
+ display: grid;
87
+ grid-template-columns: 1fr 1fr;
88
+ gap: 28px;
89
+ }
90
+ .grid .slot {
91
+ height: 180px;
92
+ border-radius: 28px;
93
+ background: #f1f4f2;
94
+ border: 1px dashed #cdd9d2;
95
+ }
96
+ .grid-labels {
97
+ margin: 26px 0 0 6px;
98
+ display: flex;
99
+ justify-content: space-between;
100
+ padding: 0 18px;
101
+ }
102
+ .grid-caption {
103
+ width: calc(50% - 24px);
104
+ text-align: center;
105
+ font-size: 44px;
106
+ color: #1e6e58;
107
+ font-weight: 700;
108
+ }
109
+
110
+ /* Plant card */
111
+ .plant-card {
112
+ margin: 52px 36px 0 36px;
113
+ background: #ffffff;
114
+ border-radius: 36px;
115
+ box-shadow: 0 12px 34px rgba(0,0,0,0.10);
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 26px;
119
+ padding: 26px;
120
+ }
121
+ .plant-thumb {
122
+ width: 220px; height: 220px; border-radius: 28px;
123
+ background:#E0E0E0; border:1px solid #BDBDBD;
124
+ display:flex; justify-content:center; align-items:center; color:#757575; font-size:30px; text-align:center; padding:10px;
125
+ }
126
+ .plant-info { flex: 1; }
127
+ .plant-name {
128
+ font-size: 56px; color:#0e6a4a; font-weight: 800; margin-bottom: 24px;
129
+ }
130
+ .btn-green {
131
+ display: inline-flex; align-items:center; justify-content:center;
132
+ padding: 26px 44px;
133
+ background: #0f6f58;
134
+ color: #fff; border-radius: 28px;
135
+ font-size: 42px; font-weight: 700;
136
+ box-shadow: 0 6px 12px rgba(15,111,88,0.3);
137
+ }
138
+
139
+ /* Floating Add button */
140
+ .fab {
141
+ position: absolute;
142
+ right: 52px;
143
+ bottom: 620px;
144
+ background: #ff9440;
145
+ color: #fff;
146
+ border-radius: 28px;
147
+ padding: 30px 36px;
148
+ display: flex; align-items: center; gap: 22px;
149
+ font-size: 48px; font-weight: 800;
150
+ box-shadow: 0 12px 26px rgba(255,148,64,0.55);
151
+ }
152
+ .fab .plus {
153
+ width: 70px; height: 70px; border-radius: 20px; border:3px solid rgba(255,255,255,0.7);
154
+ display:flex; align-items:center; justify-content:center;
155
+ font-size: 56px; line-height: 0;
156
+ }
157
+
158
+ /* Promo banner */
159
+ .promo {
160
+ position: absolute;
161
+ left: 36px; right: 36px;
162
+ bottom: 340px;
163
+ background: #0d4b41;
164
+ color: #eafff9;
165
+ border-radius: 32px;
166
+ padding: 36px;
167
+ box-shadow: 0 12px 28px rgba(0,0,0,0.15);
168
+ display: flex; align-items: center; justify-content: space-between;
169
+ }
170
+ .promo h3 { margin: 0; font-size: 46px; }
171
+ .promo p { margin: 10px 0 0 0; font-size: 34px; opacity: 0.9; }
172
+ .promo .mail {
173
+ width: 120px; height: 120px; border-radius: 26px; background:#e6fff7;
174
+ display:flex; align-items:center; justify-content:center; color:#0d4b41; font-size: 64px; font-weight:700;
175
+ box-shadow: inset 0 0 0 4px #9ad7c6;
176
+ }
177
+
178
+ /* Bottom navigation */
179
+ .bottom-nav {
180
+ position: absolute;
181
+ bottom: 0; left: 0; right: 0;
182
+ height: 240px;
183
+ background: #ffffff;
184
+ border-top-left-radius: 36px;
185
+ border-top-right-radius: 36px;
186
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.08);
187
+ display: flex;
188
+ align-items: flex-end;
189
+ justify-content: space-around;
190
+ padding: 40px 40px 28px 40px;
191
+ }
192
+ .nav-item {
193
+ width: 160px;
194
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
195
+ color: #687772; font-size: 32px; font-weight: 700;
196
+ }
197
+ .nav-item.active { color:#0e6a4a; }
198
+ .nav-icon {
199
+ width: 66px; height: 66px;
200
+ }
201
+
202
+ /* Floating center camera button */
203
+ .camera-fab {
204
+ position: absolute;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ bottom: 170px;
208
+ width: 180px; height: 180px; border-radius: 50%;
209
+ background: #ffa34b;
210
+ display:flex; align-items:center; justify-content:center;
211
+ box-shadow: 0 18px 26px rgba(255,163,75,0.5);
212
+ border: 10px solid #fff;
213
+ }
214
+ .camera-fab svg { width: 100px; height: 100px; }
215
+
216
+ /* Utility small SVG color */
217
+ .fill-green { fill: #0e6a4a; }
218
+ .fill-gray { fill: #7e8a86; }
219
+
220
+ </style>
221
+ </head>
222
+ <body>
223
+ <div id="render-target">
224
+
225
+ <!-- Status bar -->
226
+ <div class="status-bar">
227
+ <div>6:14</div>
228
+ <div class="status-right">
229
+ <span class="dot"></span>
230
+ <span class="dot"></span>
231
+ <span class="dot"></span>
232
+ <div style="width:28px; height:28px; border-radius:50%; border:2px solid #2c2c2c; display:inline-block;"></div>
233
+ <div class="sb-icon"></div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Title -->
238
+ <div class="title">My Plants</div>
239
+
240
+ <!-- Tabs -->
241
+ <div class="tabs">
242
+ <div class="tab-item active">Plants</div>
243
+ <div class="tab-item">Reminders</div>
244
+ <div class="tab-item">Snap history</div>
245
+ </div>
246
+
247
+ <!-- 2x2 grid cards -->
248
+ <div class="cards-row">
249
+ <div class="grid-card">
250
+ <div class="grid">
251
+ <div class="slot"></div>
252
+ <div class="slot"></div>
253
+ <div class="slot"></div>
254
+ <div class="slot"></div>
255
+ </div>
256
+ </div>
257
+ <div class="grid-card">
258
+ <div class="grid">
259
+ <div class="slot"></div>
260
+ <div class="slot"></div>
261
+ <div class="slot"></div>
262
+ <div class="slot"></div>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="grid-labels">
268
+ <div class="grid-caption">Outdoor (0)</div>
269
+ <div class="grid-caption">Indoor (0)</div>
270
+ </div>
271
+
272
+ <!-- Plant list card -->
273
+ <div class="plant-card">
274
+ <div class="plant-thumb">[IMG: Peace lily plant]</div>
275
+ <div class="plant-info">
276
+ <div class="plant-name">Peace lily</div>
277
+ <div class="btn-green">Set reminder</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Floating Add plant button -->
282
+ <div class="fab">
283
+ <div class="plus">+</div>
284
+ <div>Add plant</div>
285
+ </div>
286
+
287
+ <!-- Promo banner -->
288
+ <div class="promo">
289
+ <div>
290
+ <h3>Try Plantum Premium for Free</h3>
291
+ <p>Claim your offer now.</p>
292
+ </div>
293
+ <div class="mail">✉</div>
294
+ </div>
295
+
296
+ <!-- Center floating camera button -->
297
+ <div class="camera-fab">
298
+ <svg viewBox="0 0 24 24">
299
+ <path fill="#ffffff" d="M9 4h6l1.5 2H20a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h3L9 4zm3 4.5a5.5 5.5 0 1 0 0 11a5.5 5.5 0 0 0 0-11zm0 2a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7z"/>
300
+ </svg>
301
+ </div>
302
+
303
+ <!-- Bottom navigation -->
304
+ <div class="bottom-nav">
305
+ <div class="nav-item">
306
+ <svg class="nav-icon fill-gray" viewBox="0 0 24 24">
307
+ <path d="M12 3l9 8h-3v8h-5v-5H11v5H6v-8H3l9-8z"></path>
308
+ </svg>
309
+ <div>Home</div>
310
+ </div>
311
+ <div class="nav-item">
312
+ <svg class="nav-icon fill-gray" viewBox="0 0 24 24">
313
+ <path d="M12 2a10 10 0 1 0 .001 20.001A10 10 0 0 0 12 2zm1 5h-2v6h6v-2h-4V7z"></path>
314
+ </svg>
315
+ <div>Diagnose</div>
316
+ </div>
317
+ <div class="nav-item active">
318
+ <svg class="nav-icon fill-green" viewBox="0 0 24 24">
319
+ <path d="M12 22c-3-2-6-5.5-6-9.5A5.5 5.5 0 0 1 12 7a5.5 5.5 0 0 1 6 5.5C18 16.5 15 20 12 22zm0-13a3.5 3.5 0 0 0-3.5 3.5c0 1.9 1.5 4.2 3.5 6.3c2-2.1 3.5-4.4 3.5-6.3A3.5 3.5 0 0 0 12 9z"></path>
320
+ </svg>
321
+ <div>My Plants</div>
322
+ </div>
323
+ <div class="nav-item">
324
+ <svg class="nav-icon fill-gray" viewBox="0 0 24 24">
325
+ <path d="M4 4h16v2H4V4zm3 4h10v2H7V8zm-3 4h16v2H4v-2zm3 4h10v2H7v-2z"></path>
326
+ </svg>
327
+ <div>Explore</div>
328
+ </div>
329
+ </div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/5362/5362_2.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Explore - Plants 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: linear-gradient(180deg, #f2fbf8 0%, #eaf8f4 100%);
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #153b2f;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ background: rgba(255,255,255,0.95);
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 32px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-time {
32
+ font-size: 38px;
33
+ font-weight: 600;
34
+ color: #2e3a35;
35
+ }
36
+ .status-icons {
37
+ margin-left: 18px;
38
+ display: flex;
39
+ gap: 18px;
40
+ align-items: center;
41
+ }
42
+ .dot { width: 18px; height: 18px; background:#3d4c45; border-radius:50%; opacity:0.5; }
43
+ .status-right {
44
+ margin-left: auto;
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 20px;
48
+ }
49
+ .status-icon {
50
+ width: 32px;
51
+ height: 32px;
52
+ border-radius: 6px;
53
+ background: #2e3a35;
54
+ opacity: 0.9;
55
+ }
56
+
57
+ /* Header */
58
+ .header {
59
+ position: absolute;
60
+ top: 110px;
61
+ left: 0;
62
+ width: 1080px;
63
+ padding: 30px 40px 20px 40px;
64
+ box-sizing: border-box;
65
+ display: flex;
66
+ align-items: center;
67
+ }
68
+ .title {
69
+ font-size: 84px;
70
+ font-weight: 800;
71
+ letter-spacing: 0.5px;
72
+ color: #0b7b62;
73
+ }
74
+ .header-actions {
75
+ margin-left: auto;
76
+ display: flex;
77
+ gap: 26px;
78
+ align-items: center;
79
+ }
80
+ .circle-btn {
81
+ width: 98px;
82
+ height: 98px;
83
+ border-radius: 50%;
84
+ background: #ff8d1a;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ box-shadow: 0 6px 12px rgba(0,0,0,0.1);
89
+ }
90
+ .circle-btn.gray {
91
+ background: #e6eef0;
92
+ }
93
+ .circle-btn svg { width: 50px; height: 50px; }
94
+
95
+ /* Tabs */
96
+ .tabs {
97
+ position: absolute;
98
+ top: 230px;
99
+ left: 0;
100
+ width: 1080px;
101
+ padding: 26px 40px 10px 40px;
102
+ box-sizing: border-box;
103
+ display: flex;
104
+ gap: 28px;
105
+ }
106
+ .chip {
107
+ padding: 26px 38px;
108
+ border-radius: 28px;
109
+ font-size: 42px;
110
+ font-weight: 700;
111
+ background: #dff3ed;
112
+ color: #1f6e5a;
113
+ }
114
+ .chip.active {
115
+ background: #0f7e65;
116
+ color: #ffffff;
117
+ }
118
+
119
+ /* Card */
120
+ .card {
121
+ position: absolute;
122
+ left: 30px;
123
+ width: 1020px;
124
+ border-radius: 36px;
125
+ background: #ffffff;
126
+ box-shadow: 0 14px 32px rgba(11,80,65,0.08);
127
+ overflow: hidden;
128
+ }
129
+ .card .img {
130
+ width: 100%;
131
+ height: 600px;
132
+ background: #E0E0E0;
133
+ border-bottom: 1px solid #BDBDBD;
134
+ display: flex;
135
+ justify-content: center;
136
+ align-items: center;
137
+ color: #757575;
138
+ font-size: 38px;
139
+ position: relative;
140
+ }
141
+ .yt-overlay {
142
+ position: absolute;
143
+ left: 26px;
144
+ bottom: 26px;
145
+ display: flex;
146
+ align-items: center;
147
+ gap: 20px;
148
+ }
149
+ .yt-btn {
150
+ width: 140px; height: 90px;
151
+ border-radius: 18px;
152
+ background: #e53935;
153
+ display: flex; align-items: center; justify-content: center;
154
+ box-shadow: 0 6px 18px rgba(229,57,53,0.35);
155
+ }
156
+ .yt-btn svg { width: 56px; height: 56px; }
157
+ .yt-text { font-size: 72px; font-weight: 800; color: #ffffff; text-shadow: 0 2px 6px rgba(0,0,0,0.25); }
158
+
159
+ .image-bookmark {
160
+ position: absolute;
161
+ top: 28px; right: 28px;
162
+ width: 92px; height: 92px;
163
+ border-radius: 50%;
164
+ background: #dfe9eb;
165
+ display: flex; align-items: center; justify-content: center;
166
+ border: 1px solid #cfd8dc;
167
+ }
168
+ .image-bookmark svg { width: 46px; height: 46px; }
169
+
170
+ .card-content {
171
+ padding: 26px 36px 40px 36px;
172
+ }
173
+ .category-tag {
174
+ display: inline-block;
175
+ background: #c7f1e4;
176
+ color: #0f7e65;
177
+ font-size: 40px;
178
+ font-weight: 800;
179
+ padding: 14px 28px;
180
+ border-radius: 24px;
181
+ margin-bottom: 18px;
182
+ }
183
+ .card-title {
184
+ font-size: 52px;
185
+ font-weight: 800;
186
+ color: #133e32;
187
+ }
188
+
189
+ /* Second card image height slightly larger */
190
+ .card.large .img { height: 720px; }
191
+
192
+ /* Bottom navigation */
193
+ .bottom-nav {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0;
197
+ width: 1080px;
198
+ height: 210px;
199
+ background: rgba(255,255,255,0.95);
200
+ border-top-left-radius: 28px;
201
+ border-top-right-radius: 28px;
202
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.08);
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: space-around;
206
+ padding-top: 36px;
207
+ box-sizing: border-box;
208
+ }
209
+ .nav-item {
210
+ width: 180px;
211
+ text-align: center;
212
+ color: #7b8f86;
213
+ font-size: 36px;
214
+ font-weight: 700;
215
+ }
216
+ .nav-item svg {
217
+ width: 64px; height: 64px; display: block; margin: 0 auto 12px auto;
218
+ fill: #7b8f86;
219
+ }
220
+ .nav-item.active { color: #0f7e65; }
221
+ .nav-item.active svg { fill: #0f7e65; }
222
+
223
+ .camera-fab {
224
+ position: absolute;
225
+ bottom: 118px;
226
+ left: 50%;
227
+ transform: translateX(-50%);
228
+ width: 220px;
229
+ height: 220px;
230
+ border-radius: 50%;
231
+ background: #ffa64d;
232
+ display: flex;
233
+ align-items: center;
234
+ justify-content: center;
235
+ box-shadow: 0 20px 40px rgba(255,166,77,0.55);
236
+ z-index: 5;
237
+ border: 10px solid rgba(255,255,255,0.9);
238
+ }
239
+ .camera-fab svg { width: 110px; height: 110px; }
240
+ .small-dot {
241
+ position: absolute;
242
+ right: 80px;
243
+ bottom: 190px;
244
+ width: 24px; height: 24px; background: #ff4b4b; border-radius: 50%;
245
+ }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+
251
+ <!-- Status Bar -->
252
+ <div class="status-bar">
253
+ <div class="status-time">6:15</div>
254
+ <div class="status-icons">
255
+ <div class="dot"></div>
256
+ <div class="dot"></div>
257
+ <div class="dot"></div>
258
+ <div class="dot"></div>
259
+ <div class="dot"></div>
260
+ </div>
261
+ <div class="status-right">
262
+ <div class="status-icon"></div>
263
+ <div class="status-icon"></div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Header -->
268
+ <div class="header">
269
+ <div class="title">Explore</div>
270
+ <div class="header-actions">
271
+ <div class="circle-btn">
272
+ <!-- Crown icon -->
273
+ <svg viewBox="0 0 24 24">
274
+ <path d="M5 17h14l-1 3H6l-1-3zm0-9l4 3 3-5 3 5 4-3 1 9H4l1-9z" fill="#fff"/>
275
+ </svg>
276
+ </div>
277
+ <div class="circle-btn gray">
278
+ <!-- Bookmark icon -->
279
+ <svg viewBox="0 0 24 24">
280
+ <path d="M6 3h12a1 1 0 011 1v16l-7-4-7 4V4a1 1 0 011-1z" fill="#7c8a85"/>
281
+ </svg>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Tabs -->
287
+ <div class="tabs">
288
+ <div class="chip active">Interior</div>
289
+ <div class="chip">Watering</div>
290
+ <div class="chip">Care Guides</div>
291
+ </div>
292
+
293
+ <!-- Card 1 -->
294
+ <div class="card" style="top: 420px;">
295
+ <div class="img">
296
+ [IMG: Designing with plants living room]
297
+ <div class="image-bookmark">
298
+ <svg viewBox="0 0 24 24">
299
+ <path d="M6 3h12a1 1 0 011 1v16l-7-4-7 4V4a1 1 0 011-1z" fill="#6f7b77"/>
300
+ </svg>
301
+ </div>
302
+ <div class="yt-overlay">
303
+ <div class="yt-btn">
304
+ <svg viewBox="0 0 24 24">
305
+ <path d="M8 5v14l11-7-11-7z" fill="#fff"/>
306
+ </svg>
307
+ </div>
308
+ <div class="yt-text">YouTube</div>
309
+ </div>
310
+ </div>
311
+ <div class="card-content">
312
+ <div class="category-tag">Interior</div>
313
+ <div class="card-title">Designing with Plants</div>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Card 2 -->
318
+ <div class="card large" style="top: 1090px;">
319
+ <div class="img">
320
+ [IMG: Dorm desk with laptop and plants]
321
+ <div class="image-bookmark">
322
+ <svg viewBox="0 0 24 24">
323
+ <path d="M6 3h12a1 1 0 011 1v16l-7-4-7 4V4a1 1 0 011-1z" fill="#6f7b77"/>
324
+ </svg>
325
+ </div>
326
+ </div>
327
+ <div class="card-content">
328
+ <div class="category-tag">Interior</div>
329
+ <div class="card-title">Green Up Your Dorm Room</div>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Card 3 -->
334
+ <div class="card" style="top: 1860px;">
335
+ <div class="img" style="height: 540px;">
336
+ [IMG: How I built my plant wall - video]
337
+ <div class="image-bookmark">
338
+ <svg viewBox="0 0 24 24">
339
+ <path d="M6 3h12a1 1 0 011 1v16l-7-4-7 4V4a1 1 0 011-1z" fill="#6f7b77"/>
340
+ </svg>
341
+ </div>
342
+ <div class="yt-overlay">
343
+ <div class="yt-btn">
344
+ <svg viewBox="0 0 24 24">
345
+ <path d="M8 5v14l11-7-11-7z" fill="#fff"/>
346
+ </svg>
347
+ </div>
348
+ <div class="yt-text">YouTube</div>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Bottom Nav -->
354
+ <div class="camera-fab">
355
+ <svg viewBox="0 0 24 24">
356
+ <path d="M7 7h3l2-2h4l2 2h1a3 3 0 013 3v7a3 3 0 01-3 3H6a3 3 0 01-3-3v-7a3 3 0 013-3h1zm5 4a5 5 0 100 10 5 5 0 000-10zm0 2a3 3 0 110 6 3 3 0 010-6z" fill="#fff"/>
357
+ </svg>
358
+ </div>
359
+
360
+ <div class="bottom-nav">
361
+ <div class="nav-item">
362
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8v10h-6v-6H9v6H3V11l9-8z"/></svg>
363
+ Home
364
+ </div>
365
+ <div class="nav-item">
366
+ <svg viewBox="0 0 24 24"><path d="M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6l8-4zm0 7a4 4 0 110 8 4 4 0 010-8zm-1 2h2v2h2v2h-2v2h-2v-2H9v-2h2v-2z"/></svg>
367
+ Diagnose
368
+ </div>
369
+ <div class="nav-item">
370
+ <svg viewBox="0 0 24 24"><path d="M7 22h10l1-5H6l1 5zm1-12a5 5 0 1010 0 5 5 0 00-10 0zm-3 8h14V7H5v11z"/></svg>
371
+ My Plants
372
+ </div>
373
+ <div class="nav-item active">
374
+ <svg viewBox="0 0 24 24"><path d="M4 5h8v6H4V5zm0 8h8v6H4v-6zm10-8h6v9h-6V5zm0 11h6v4h-6v-4z"/></svg>
375
+ Explore
376
+ </div>
377
+ <div class="small-dot"></div>
378
+ </div>
379
+
380
+ </div>
381
+ </body>
382
+ </html>
code/5362/5362_3.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Green Up Your Dorm Room - Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Arial, Helvetica, sans-serif;
11
+ color: #1a3b2f;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Hero */
22
+ .hero {
23
+ position: relative;
24
+ width: 100%;
25
+ height: 860px;
26
+ overflow: hidden;
27
+ }
28
+ .hero-img {
29
+ position: absolute;
30
+ inset: 0;
31
+ background: #E0E0E0;
32
+ border-bottom: 1px solid #BDBDBD;
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+ color: #757575;
37
+ font-size: 34px;
38
+ letter-spacing: 0.5px;
39
+ }
40
+ .hero::after {
41
+ content: "";
42
+ position: absolute;
43
+ inset: 0;
44
+ background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 30%, rgba(0,0,0,0.0) 60%);
45
+ pointer-events: none;
46
+ }
47
+ .overlay-btn {
48
+ position: absolute;
49
+ top: 60px;
50
+ left: 36px;
51
+ width: 96px;
52
+ height: 96px;
53
+ border-radius: 48px;
54
+ background: rgba(255,255,255,0.22);
55
+ backdrop-filter: blur(2px);
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: center;
59
+ }
60
+ .overlay-btn svg { width: 48px; height: 48px; fill: #ffffff; }
61
+
62
+ .overlay-icon {
63
+ position: absolute;
64
+ top: 70px;
65
+ right: 36px;
66
+ width: 70px;
67
+ height: 70px;
68
+ border-radius: 12px;
69
+ background: rgba(255,255,255,0.25);
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+ .overlay-icon svg { width: 36px; height: 36px; fill: #ffffff; }
75
+
76
+ .category-pill {
77
+ position: absolute;
78
+ top: 340px;
79
+ left: 36px;
80
+ background: #2aa884;
81
+ color: #ffffff;
82
+ padding: 20px 34px;
83
+ border-radius: 34px;
84
+ font-weight: 700;
85
+ font-size: 40px;
86
+ box-shadow: 0 4px 10px rgba(0,0,0,0.15);
87
+ }
88
+
89
+ .hero-title {
90
+ position: absolute;
91
+ left: 36px;
92
+ bottom: 70px;
93
+ right: 36px;
94
+ color: #ffffff;
95
+ font-size: 80px;
96
+ font-weight: 800;
97
+ line-height: 1.05;
98
+ text-shadow: 0 3px 10px rgba(0,0,0,0.35);
99
+ }
100
+
101
+ /* Content */
102
+ .content {
103
+ position: relative;
104
+ padding: 0 36px 48px 36px;
105
+ background: #ffffff;
106
+ }
107
+
108
+ .intro-card {
109
+ margin-top: 40px;
110
+ background: #e7f4ec;
111
+ border: 1px solid #cfe5d8;
112
+ border-radius: 36px;
113
+ padding: 50px 40px;
114
+ color: #0e5240;
115
+ font-size: 42px;
116
+ line-height: 1.65;
117
+ }
118
+
119
+ .sub-paragraph {
120
+ margin: 40px 0 10px 0;
121
+ font-size: 44px;
122
+ line-height: 1.5;
123
+ color: #154b3f;
124
+ }
125
+
126
+ .section-title {
127
+ margin-top: 30px;
128
+ font-size: 76px;
129
+ font-weight: 800;
130
+ color: #ff9830;
131
+ }
132
+
133
+ .plant-img {
134
+ margin-top: 26px;
135
+ width: calc(100% - 72px);
136
+ height: 720px;
137
+ background: #E0E0E0;
138
+ border: 1px solid #BDBDBD;
139
+ border-radius: 36px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ color: #757575;
144
+ font-size: 36px;
145
+ margin-left: 36px;
146
+ margin-right: 36px;
147
+ position: relative;
148
+ }
149
+
150
+ /* Promo Banner */
151
+ .promo {
152
+ position: absolute;
153
+ left: 36px;
154
+ right: 36px;
155
+ bottom: 220px;
156
+ background: #0b3d36;
157
+ color: #ffffff;
158
+ border-radius: 36px;
159
+ box-shadow: 0 12px 28px rgba(0,0,0,0.25);
160
+ padding: 36px 40px;
161
+ display: flex;
162
+ align-items: center;
163
+ gap: 26px;
164
+ }
165
+ .promo-decor {
166
+ position: absolute;
167
+ left: 24px;
168
+ top: -18px;
169
+ width: 120px;
170
+ height: 60px;
171
+ border-radius: 30px;
172
+ background: radial-gradient(circle at 20% 50%, #ff6fa0 10px, transparent 12px),
173
+ radial-gradient(circle at 60% 30%, #ffb65b 10px, transparent 12px),
174
+ radial-gradient(circle at 80% 70%, #59d39a 10px, transparent 12px);
175
+ opacity: 0.8;
176
+ }
177
+ .promo-text {
178
+ flex: 1;
179
+ }
180
+ .promo-title {
181
+ font-size: 52px;
182
+ font-weight: 800;
183
+ letter-spacing: 0.3px;
184
+ }
185
+ .promo-sub {
186
+ margin-top: 12px;
187
+ font-size: 36px;
188
+ color: #cbe6de;
189
+ }
190
+ .promo-mail {
191
+ width: 120px;
192
+ height: 92px;
193
+ border-radius: 28px;
194
+ background: #e2e7ea;
195
+ display: flex;
196
+ align-items: center;
197
+ justify-content: center;
198
+ }
199
+ .promo-mail svg { width: 72px; height: 72px; fill: #0b3d36; }
200
+
201
+ /* Bottom home bar (visual aid) */
202
+ .home-bar {
203
+ position: absolute;
204
+ bottom: 80px;
205
+ left: 50%;
206
+ transform: translateX(-50%);
207
+ width: 420px;
208
+ height: 14px;
209
+ background: #cfcfcf;
210
+ border-radius: 10px;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+
217
+ <div class="hero">
218
+ <div class="hero-img">[IMG: Indoor plants on desk and shelf]</div>
219
+
220
+ <div class="overlay-btn">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M15.5 5l-7 7 7 7-2 2-9-9 9-9 2 2z"></path>
223
+ </svg>
224
+ </div>
225
+ <div class="overlay-icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M6 4h12a2 2 0 0 1 2 2v14l-8-4-8 4V6a2 2 0 0 1 2-2z"></path>
228
+ </svg>
229
+ </div>
230
+
231
+ <div class="category-pill">Interior</div>
232
+ <div class="hero-title">Green Up Your Dorm Room</div>
233
+ </div>
234
+
235
+ <div class="content">
236
+ <div class="intro-card">
237
+ Gardening is much more than a common hobby. Plants have always been known to relieve stress and be great companions that you can take care of. Feeling homesick and lonely in a bare dorm room? Start your indoor garden, and its greenery will definitely make you happier!
238
+ </div>
239
+
240
+ <p class="sub-paragraph">
241
+ We’ve prepared a list of compact and undemanding plants suitable even for busy high achievers.
242
+ </p>
243
+
244
+ <div class="section-title">Chlorophytum</div>
245
+
246
+ <div class="plant-img">[IMG: Spider plant in a pot on white shelf]</div>
247
+ </div>
248
+
249
+ <div class="promo">
250
+ <div class="promo-decor"></div>
251
+ <div class="promo-text">
252
+ <div class="promo-title">Try Plantum Premium for Free</div>
253
+ <div class="promo-sub">Claim your offer now.</div>
254
+ </div>
255
+ <div class="promo-mail">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6zm18 0H4l8 6 8-6zM4 18h16V8l-8 6-8-6v10z"></path>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="home-bar"></div>
263
+ </div>
264
+ </body>
265
+ </html>
code/5362/5362_4.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Plant Care UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ border-radius: 26px;
14
+ box-shadow: 0 6px 24px rgba(0,0,0,0.08);
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #1a1a1a;
17
+ }
18
+
19
+ /* Page layout */
20
+ .page {
21
+ position: absolute;
22
+ inset: 0;
23
+ overflow: hidden;
24
+ }
25
+ .content {
26
+ padding: 32px;
27
+ }
28
+
29
+ /* Hero image */
30
+ .hero {
31
+ position: relative;
32
+ width: 100%;
33
+ height: 620px;
34
+ border-radius: 22px;
35
+ background: #E0E0E0;
36
+ border: 1px solid #BDBDBD;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ color: #757575;
41
+ font-size: 34px;
42
+ letter-spacing: 0.2px;
43
+ }
44
+ .hero .overlay-text {
45
+ position: absolute;
46
+ top: 22px;
47
+ left: 22px;
48
+ font-weight: 600;
49
+ color: #3d3d3d;
50
+ font-size: 34px;
51
+ }
52
+ .hero .dots {
53
+ position: absolute;
54
+ top: 28px;
55
+ left: 150px;
56
+ display: flex;
57
+ gap: 18px;
58
+ }
59
+ .hero .dot {
60
+ width: 20px;
61
+ height: 20px;
62
+ border-radius: 50%;
63
+ background: #8a8a8a;
64
+ opacity: 0.6;
65
+ }
66
+ .hero .dot.active { background: #4a4a4a; opacity: 1; }
67
+ .icon-btn {
68
+ position: absolute;
69
+ width: 72px;
70
+ height: 72px;
71
+ border-radius: 50%;
72
+ background: rgba(240,240,240,0.95);
73
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ }
78
+ .icon-btn svg { width: 36px; height: 36px; }
79
+ .icon-back { left: 18px; bottom: 18px; }
80
+ .icon-heart { top: 18px; right: 154px; }
81
+ .icon-bookmark { top: 18px; right: 62px; }
82
+
83
+ /* Typography */
84
+ .lead {
85
+ margin-top: 28px;
86
+ font-size: 42px;
87
+ line-height: 1.55;
88
+ color: #0c7a6f;
89
+ letter-spacing: 0.2px;
90
+ }
91
+ .divider {
92
+ margin: 26px 0 16px;
93
+ border-top: 2px dashed #e6e6e6;
94
+ }
95
+ .section-title {
96
+ font-size: 64px;
97
+ font-weight: 800;
98
+ color: #ff8b2d;
99
+ margin: 12px 0 22px;
100
+ }
101
+ .plant-img {
102
+ width: 100%;
103
+ height: 640px;
104
+ border-radius: 24px;
105
+ background: #E0E0E0;
106
+ border: 1px solid #BDBDBD;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ color: #757575;
111
+ font-size: 32px;
112
+ }
113
+ .paragraph {
114
+ margin-top: 26px;
115
+ font-size: 40px;
116
+ line-height: 1.6;
117
+ color: #0c7a6f;
118
+ }
119
+
120
+ /* Bottom banner */
121
+ .premium-banner {
122
+ position: absolute;
123
+ left: 32px;
124
+ right: 32px;
125
+ bottom: 120px;
126
+ height: 210px;
127
+ border-radius: 34px;
128
+ background: #0e4b45;
129
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
130
+ display: flex;
131
+ align-items: center;
132
+ padding: 24px 28px;
133
+ color: #fff;
134
+ z-index: 10;
135
+ }
136
+ .premium-text {
137
+ flex: 1;
138
+ }
139
+ .premium-title {
140
+ font-size: 46px;
141
+ font-weight: 800;
142
+ margin-bottom: 12px;
143
+ }
144
+ .premium-sub {
145
+ font-size: 34px;
146
+ opacity: 0.95;
147
+ }
148
+ .premium-icon {
149
+ width: 140px;
150
+ height: 140px;
151
+ border-radius: 28px;
152
+ background: #e5f3f1;
153
+ display: flex;
154
+ align-items: center;
155
+ justify-content: center;
156
+ margin-left: 16px;
157
+ }
158
+ .premium-icon svg { width: 92px; height: 92px; }
159
+ </style>
160
+ </head>
161
+ <body>
162
+ <div id="render-target">
163
+ <div class="page">
164
+ <div class="content">
165
+
166
+ <!-- Hero plant image -->
167
+ <div class="hero">
168
+ [IMG: Spider plant on white shelf]
169
+ <div class="overlay-text">6:16</div>
170
+ <div class="dots">
171
+ <div class="dot active"></div>
172
+ <div class="dot"></div>
173
+ <div class="dot"></div>
174
+ </div>
175
+
176
+ <div class="icon-btn icon-back">
177
+ <svg viewBox="0 0 40 40">
178
+ <path d="M24 8 L12 20 L24 32" stroke="#4d4d4d" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
179
+ </svg>
180
+ </div>
181
+ <div class="icon-btn icon-heart">
182
+ <svg viewBox="0 0 40 40">
183
+ <path d="M20 34 L8 22 C3 17 3 10 8 6 C12 3 17 4 20 8 C23 4 28 3 32 6 C37 10 37 17 32 22 L20 34 Z" fill="#6d6d6d"/>
184
+ </svg>
185
+ </div>
186
+ <div class="icon-btn icon-bookmark">
187
+ <svg viewBox="0 0 40 40">
188
+ <path d="M12 8 H28 V34 L20 28 L12 34 Z" fill="#6d6d6d"/>
189
+ </svg>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Intro text -->
194
+ <p class="lead">
195
+ Want to try your hand at propagation? Chlorophytum easily forms baby plants that you can pot and by doing so, grow a lush garden from one species. The spider plant prefers diffused light, regular watering, and humidity that’s slightly above average.
196
+ </p>
197
+
198
+ <div class="divider"></div>
199
+
200
+ <!-- Spathiphyllum section -->
201
+ <div class="section-title">Spathiphyllum</div>
202
+
203
+ <div class="plant-img">[IMG: Peace lily in decorative white pot]</div>
204
+
205
+ <p class="paragraph">
206
+ The only weak spot of the peace lily is dry air. Put the pot on a windowsill with bright, diffused light, daily mist its foliage or place a humidifier nearby, and the plant will please you with lush flowering.
207
+ </p>
208
+
209
+ <div class="divider"></div>
210
+
211
+ <div class="section-title">Ficus and Dracaena</div>
212
+
213
+ <div class="plant-img" style="height: 520px;">[IMG: Tall indoor plant under window light]</div>
214
+ </div>
215
+
216
+ <!-- Premium banner -->
217
+ <div class="premium-banner">
218
+ <div class="premium-text">
219
+ <div class="premium-title">Try Plantum Premium for Free</div>
220
+ <div class="premium-sub">Claim your offer now.</div>
221
+ </div>
222
+ <div class="premium-icon">
223
+ <svg viewBox="0 0 64 64">
224
+ <rect x="8" y="16" width="48" height="32" rx="6" ry="6" fill="#0e4b45" stroke="#0e4b45"/>
225
+ <path d="M8 18 L32 34 L56 18" fill="#0e4b45" />
226
+ <path d="M10 20 L32 36 L54 20" stroke="#ffffff" stroke-width="4" fill="none" stroke-linejoin="round"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ </div>
232
+ </div>
233
+ </body>
234
+ </html>
code/5362/5362_5.html ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Plant Care 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: #ffffff;
14
+ border-radius: 36px;
15
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
16
+ }
17
+
18
+ /* Top hero image */
19
+ .hero {
20
+ position: relative;
21
+ width: 100%;
22
+ height: 620px;
23
+ overflow: hidden;
24
+ border-bottom-left-radius: 24px;
25
+ border-bottom-right-radius: 24px;
26
+ }
27
+ .img-placeholder {
28
+ width: 100%;
29
+ height: 100%;
30
+ background: #E0E0E0;
31
+ border: 1px solid #BDBDBD;
32
+ color: #757575;
33
+ display: flex;
34
+ justify-content: center;
35
+ align-items: center;
36
+ font-size: 34px;
37
+ }
38
+
39
+ /* Overlay items on hero */
40
+ .status-bar {
41
+ position: absolute;
42
+ top: 28px;
43
+ left: 36px;
44
+ right: 36px;
45
+ height: 44px;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 22px;
49
+ color: #333;
50
+ font-weight: 600;
51
+ font-size: 34px;
52
+ }
53
+ .dots { display: flex; gap: 16px; align-items: center; }
54
+ .dot {
55
+ width: 18px; height: 18px; background: #3a3a3a; border-radius: 50%;
56
+ opacity: 0.7;
57
+ }
58
+ .status-icons { margin-left: auto; display: flex; gap: 24px; }
59
+ .icon-circle {
60
+ width: 44px; height: 44px; border-radius: 50%; background: rgba(0,0,0,0.08);
61
+ display: flex; align-items: center; justify-content: center;
62
+ }
63
+ .floating-btn {
64
+ position: absolute;
65
+ width: 84px; height: 84px; border-radius: 50%;
66
+ background: rgba(0,0,0,0.5);
67
+ display: flex; align-items: center; justify-content: center;
68
+ backdrop-filter: blur(2px);
69
+ }
70
+ .floating-btn.left { left: 40px; top: 220px; }
71
+ .floating-btn.right { right: 40px; top: 220px; background: rgba(0,0,0,0.35); }
72
+
73
+ .content {
74
+ padding: 40px;
75
+ }
76
+ .paragraph {
77
+ color: #167a6d;
78
+ font-size: 38px;
79
+ line-height: 60px;
80
+ letter-spacing: 0.2px;
81
+ }
82
+ .divider {
83
+ width: 100%;
84
+ height: 0;
85
+ border-top: 4px dashed #cfe3dd;
86
+ margin: 40px 0 24px;
87
+ }
88
+ .section-title {
89
+ font-size: 56px;
90
+ color: #ff8a00;
91
+ font-weight: 700;
92
+ margin-bottom: 28px;
93
+ }
94
+
95
+ .image-card {
96
+ position: relative;
97
+ width: 1000px;
98
+ height: 720px;
99
+ margin: 0 auto;
100
+ border-radius: 36px;
101
+ overflow: hidden;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ color: #757575;
108
+ font-size: 34px;
109
+ }
110
+
111
+ .promo {
112
+ position: absolute;
113
+ left: 36px;
114
+ right: 36px;
115
+ bottom: 36px;
116
+ background: #0f5451;
117
+ color: #ffffff;
118
+ border-radius: 28px;
119
+ padding: 34px 36px;
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 22px;
123
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
124
+ }
125
+ .promo-title {
126
+ font-size: 44px;
127
+ font-weight: 700;
128
+ }
129
+ .promo-sub {
130
+ font-size: 32px;
131
+ opacity: 0.9;
132
+ margin-top: 6px;
133
+ }
134
+ .promo-right {
135
+ margin-left: auto;
136
+ display: flex;
137
+ align-items: center;
138
+ gap: 22px;
139
+ }
140
+ .badge {
141
+ width: 84px;
142
+ height: 84px;
143
+ border-radius: 18px;
144
+ background: #e3eef0;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ }
149
+ .confetti {
150
+ width: 72px;
151
+ height: 72px;
152
+ border-radius: 50%;
153
+ background: radial-gradient(#ff3b6f 0 20%, transparent 20% 100%), radial-gradient(#ffd23f 0 20%, transparent 20% 100%), radial-gradient(#76d7c4 0 20%, transparent 20% 100%);
154
+ background-size: 14px 14px, 14px 14px, 14px 14px;
155
+ background-position: 10px 10px, 28px 36px, 50px 20px;
156
+ background-repeat: no-repeat;
157
+ }
158
+
159
+ /* Simple SVGs styling */
160
+ svg { display: block; }
161
+ .svg-white path { fill: #ffffff; }
162
+ .svg-dark path { fill: #222; }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Top hero image with overlays -->
169
+ <div class="hero">
170
+ <div class="img-placeholder">[IMG: Potted plant on window sill]</div>
171
+
172
+ <div class="status-bar">
173
+ <div>6:17</div>
174
+ <div class="dots">
175
+ <span class="dot"></span>
176
+ <span class="dot"></span>
177
+ <span class="dot"></span>
178
+ </div>
179
+ <div class="icon-circle">
180
+ <svg width="22" height="22" viewBox="0 0 24 24" class="svg-dark">
181
+ <path d="M12 2l7 6v12a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2v-12l7-6zm0 3.5l-5 4.3v10.2h10v-10.2l-5-4.3z"/>
182
+ </svg>
183
+ </div>
184
+ <div class="icon-circle">
185
+ <svg width="22" height="22" viewBox="0 0 24 24" class="svg-dark">
186
+ <path d="M7 21h10v-2h-10v2zm5-20a6 6 0 0 0-6 6c0 3.5 3 7.7 6 9.9 3-2.2 6-6.4 6-9.9a6 6 0 0 0-6-6zm0 8.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="floating-btn left">
192
+ <svg width="40" height="40" viewBox="0 0 24 24" class="svg-white">
193
+ <path d="M15.5 5l-7 7 7 7v-4.5l-2.5-2.5 2.5-2.5v-4.5z"/>
194
+ </svg>
195
+ </div>
196
+ <div class="floating-btn right">
197
+ <svg width="40" height="40" viewBox="0 0 24 24" class="svg-white">
198
+ <path d="M6 4h12a2 2 0 0 1 2 2v14l-8-4-8 4v-14a2 2 0 0 1 2-2z"/>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Content text -->
204
+ <div class="content">
205
+ <div class="paragraph">
206
+ If you like trees but your dorm room is too small for an indoor jungle, why not grow a mini version of it? Although very tall in the wild, Ficus elastica and Ficus benjamina can be grown in small containers. To keep them even more compact, prune the crown to give it a neat shape. It's quite a challenging task, but once you give it a try, it might become a great meditative practice, putting your mind at ease.
207
+ </div>
208
+ <div class="paragraph" style="margin-top: 26px;">
209
+ If you want to explore this side of plant care, the slow-growing Ficus microcarpa might suit you even better. All Ficus and Dracaena plants aren’t demanding, but they do need regular watering, high humidity, and bright, diffused light.
210
+ </div>
211
+
212
+ <div class="divider"></div>
213
+
214
+ <div class="section-title">Cacti and Leaf Succulents</div>
215
+
216
+ <div class="image-card">
217
+ [IMG: Snake plant near curtain]
218
+ <div class="promo">
219
+ <div>
220
+ <div class="promo-title">Try Plantum Premium for Free</div>
221
+ <div class="promo-sub">Claim your offer now.</div>
222
+ </div>
223
+ <div class="promo-right">
224
+ <div class="badge">
225
+ <svg width="48" height="48" viewBox="0 0 24 24">
226
+ <path fill="#4f6b78" d="M20 4H4a2 2 0 0 0-2 2v0l10 7 10-7v0a2 2 0 0 0-2-2zm0 5.4l-8 5.6-8-5.6V18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9.4z"/>
227
+ </svg>
228
+ </div>
229
+ <div class="confetti"></div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ </div>
236
+ </body>
237
+ </html>
code/5362/5362_6.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Plants Article - UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #1d6f62;
15
+ }
16
+
17
+ /* Scrollable page content */
18
+ .scroll-area {
19
+ position: absolute;
20
+ inset: 0;
21
+ overflow-y: auto;
22
+ -webkit-overflow-scrolling: touch;
23
+ padding-bottom: 260px; /* space for promo bar */
24
+ }
25
+
26
+ /* Top hero image */
27
+ .hero {
28
+ position: relative;
29
+ height: 420px;
30
+ margin: 0;
31
+ background: #E0E0E0;
32
+ border-bottom: 1px solid #BDBDBD;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ color: #757575;
37
+ font-size: 36px;
38
+ }
39
+ .status-icons {
40
+ position: absolute;
41
+ right: 24px;
42
+ top: 24px;
43
+ display: flex;
44
+ gap: 18px;
45
+ }
46
+ .status-icons svg { width: 34px; height: 34px; opacity: 0.8; }
47
+ .back-btn {
48
+ position: absolute;
49
+ left: 28px;
50
+ top: 150px;
51
+ width: 86px;
52
+ height: 86px;
53
+ background: rgba(0,0,0,0.08);
54
+ border-radius: 50%;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ }
59
+ .back-btn svg { width: 40px; height: 40px; }
60
+
61
+ .content {
62
+ padding: 36px 44px 0 44px;
63
+ }
64
+ .content p {
65
+ font-size: 42px;
66
+ line-height: 66px;
67
+ margin: 22px 0;
68
+ color: #1d6f62;
69
+ }
70
+
71
+ .divider {
72
+ height: 0;
73
+ border-top: 4px dashed #7FC7B6;
74
+ margin: 34px 0 24px 0;
75
+ }
76
+
77
+ /* Section heading */
78
+ .section-title {
79
+ font-size: 64px;
80
+ color: #ff8a00;
81
+ font-weight: 800;
82
+ margin: 26px 0 20px 0;
83
+ }
84
+
85
+ /* Large article image */
86
+ .article-image {
87
+ width: 100%;
88
+ height: 700px;
89
+ background: #E0E0E0;
90
+ border: 1px solid #BDBDBD;
91
+ border-radius: 24px;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #757575;
96
+ font-size: 36px;
97
+ margin: 12px 0 26px 0;
98
+ }
99
+
100
+ /* Promo banner */
101
+ .promo {
102
+ position: absolute;
103
+ left: 36px;
104
+ right: 36px;
105
+ bottom: 36px;
106
+ background: #0a4a4c;
107
+ color: #ffffff;
108
+ border-radius: 28px;
109
+ box-shadow: 0 10px 30px rgba(0,0,0,0.25);
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: space-between;
113
+ padding: 34px;
114
+ }
115
+ .promo .left {
116
+ display: flex;
117
+ align-items: center;
118
+ gap: 18px;
119
+ }
120
+ .confetti {
121
+ width: 70px;
122
+ height: 70px;
123
+ border-radius: 14px;
124
+ background: rgba(255,255,255,0.08);
125
+ position: relative;
126
+ }
127
+ .confetti:before, .confetti:after {
128
+ content: "";
129
+ position: absolute;
130
+ border-radius: 50%;
131
+ background: #ff6f00;
132
+ }
133
+ .confetti:before { width: 14px; height: 14px; top: 10px; left: 10px; }
134
+ .confetti:after { width: 10px; height: 10px; bottom: 12px; right: 12px; background: #66e0c2; }
135
+ .promo-title {
136
+ font-size: 44px;
137
+ font-weight: 800;
138
+ line-height: 1.2;
139
+ }
140
+ .promo-sub {
141
+ font-size: 32px;
142
+ opacity: 0.9;
143
+ margin-top: 6px;
144
+ }
145
+ .promo .right {
146
+ width: 120px; height: 120px;
147
+ border-radius: 22px;
148
+ background: rgba(255,255,255,0.12);
149
+ display: flex; align-items: center; justify-content: center;
150
+ }
151
+ .promo svg { width: 60px; height: 60px; }
152
+
153
+ /* Sub-headers near bottom */
154
+ .minor-title {
155
+ font-size: 56px;
156
+ color: #ff8a00;
157
+ font-weight: 800;
158
+ margin: 26px 0 16px 0;
159
+ }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+ <div class="scroll-area">
165
+ <!-- Top hero image -->
166
+ <div class="hero">
167
+ <div class="back-btn">
168
+ <svg viewBox="0 0 24 24" fill="#3b3b3b">
169
+ <path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12l10-9 1.5 1.5z"/>
170
+ </svg>
171
+ </div>
172
+ <div class="status-icons">
173
+ <svg viewBox="0 0 24 24" fill="#444">
174
+ <path d="M12 3C7 3 2.73 5.11 0 8.44l2 2.03C4.23 7.9 7.9 6 12 6s7.77 1.9 10 4.47l2-2.03C21.27 5.11 17 3 12 3zm0 6c-3.03 0-5.77 1.23-7.76 3.22l2 2.02C7.9 12.58 9.86 12 12 12s4.1.58 5.76 1.24l2-2.02C17.77 10.23 15.03 9 12 9zm0 6c-1.38 0-2.63.56-3.54 1.46L12 21l3.54-4.54A4.99 4.99 0 0 0 12 15z"/>
175
+ </svg>
176
+ <svg viewBox="0 0 24 24" fill="#444">
177
+ <path d="M16 4h2v16h-2zM6 8h2v12H6zM11 2h2v18h-2z"/>
178
+ </svg>
179
+ </div>
180
+ <div class="label">[IMG: White pot plant on desk]</div>
181
+ </div>
182
+
183
+ <!-- Article text -->
184
+ <div class="content">
185
+ <p>These plants will suit those lucky students who live in sunny rooms. It’s quite hard to kill most cacti and succulents unless you constantly overwater your green pets or expose them to direct sunlight.</p>
186
+ <p>Even if you forget about your succulents during a busy exam season, they will patiently wait for your attention. The easiest cacti are Mammillaria, Cereus, and Astrophytum. If you don’t like green pets with needles, try Sansevieria, Sedum, or Echeveria.</p>
187
+
188
+ <div class="divider"></div>
189
+
190
+ <div class="section-title">Ferns</div>
191
+
192
+ <div class="article-image">[IMG: Fern and books on white shelf]</div>
193
+
194
+ <p>Nephrolepis and Asplenium are great options for darker yet bigger rooms. Direct sunlight will make fern fronds dry, so they thrive in partial shade or diffused light. Make sure to keep the soil moist and</p>
195
+
196
+ <div class="minor-title">Tillandsia</div>
197
+ <!-- More content below could go here -->
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Sticky promo banner -->
202
+ <div class="promo">
203
+ <div class="left">
204
+ <div class="confetti"></div>
205
+ <div>
206
+ <div class="promo-title">Try Plantum Premium for Free</div>
207
+ <div class="promo-sub">Claim your offer now.</div>
208
+ </div>
209
+ </div>
210
+ <div class="right">
211
+ <svg viewBox="0 0 24 24" fill="#fff">
212
+ <path d="M20 4H4c-1.1 0-2 .9-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </body>
218
+ </html>
code/5362/5362_7.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Dorm Plants UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #FFFFFF;
13
+ border-radius: 24px;
14
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
15
+ }
16
+
17
+ .page {
18
+ padding: 30px 34px;
19
+ color: #146F63; /* teal text similar to screenshot */
20
+ }
21
+
22
+ .lead-text {
23
+ font-size: 42px;
24
+ line-height: 64px;
25
+ margin: 0 0 16px 0;
26
+ }
27
+
28
+ .icon-row {
29
+ display: inline-flex;
30
+ gap: 18px;
31
+ vertical-align: middle;
32
+ margin-left: 18px;
33
+ }
34
+
35
+ .icon-btn {
36
+ width: 58px;
37
+ height: 58px;
38
+ background: #EAEAEA;
39
+ border: 1px solid #CFCFCF;
40
+ border-radius: 50%;
41
+ display: inline-flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+
46
+ .icon-btn svg { fill: #616161; }
47
+
48
+ .bookmark-slot {
49
+ position: absolute;
50
+ right: 30px;
51
+ top: 140px;
52
+ width: 86px;
53
+ height: 86px;
54
+ background: #EAEAEA;
55
+ border: 1px solid #CFCFCF;
56
+ border-radius: 50%;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+
62
+ .divider {
63
+ height: 0;
64
+ border-top: 6px dashed #BEE2DC;
65
+ margin: 24px 0 36px 0;
66
+ }
67
+
68
+ .section-title {
69
+ font-size: 74px;
70
+ color: #FF8C2A;
71
+ font-weight: 700;
72
+ margin: 8px 0 24px 0;
73
+ }
74
+
75
+ .img-card {
76
+ width: 1012px;
77
+ height: 610px;
78
+ background: #E0E0E0;
79
+ border: 1px solid #BDBDBD;
80
+ border-radius: 40px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ color: #757575;
85
+ font-size: 34px;
86
+ margin: 0 0 28px 0;
87
+ }
88
+
89
+ .body-text {
90
+ font-size: 42px;
91
+ line-height: 70px;
92
+ margin: 0 0 22px 0;
93
+ }
94
+
95
+ .ad-image-wrap {
96
+ position: relative;
97
+ width: 1012px;
98
+ height: 620px;
99
+ background: #E0E0E0;
100
+ border: 1px solid #BDBDBD;
101
+ border-radius: 40px;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ color: #757575;
106
+ font-size: 34px;
107
+ }
108
+
109
+ .banner {
110
+ position: absolute;
111
+ left: 32px;
112
+ right: 32px;
113
+ bottom: 34px;
114
+ height: 180px;
115
+ background: #0E4D45;
116
+ border-radius: 40px;
117
+ box-shadow: 0 6px 14px rgba(0,0,0,0.25);
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 0 34px;
121
+ color: #FFFFFF;
122
+ }
123
+
124
+ .banner-title {
125
+ font-size: 46px;
126
+ font-weight: 700;
127
+ margin-bottom: 10px;
128
+ }
129
+ .banner-sub {
130
+ font-size: 36px;
131
+ opacity: 0.9;
132
+ }
133
+
134
+ .banner-left {
135
+ flex: 1;
136
+ }
137
+
138
+ .banner-right {
139
+ width: 150px;
140
+ display: flex;
141
+ align-items: center;
142
+ justify-content: center;
143
+ position: relative;
144
+ }
145
+
146
+ .envelope {
147
+ width: 120px;
148
+ height: 92px;
149
+ background: #DDE6EA;
150
+ border-radius: 18px;
151
+ border: 2px solid #CAD6DC;
152
+ position: relative;
153
+ }
154
+ .envelope:before {
155
+ content: "";
156
+ position: absolute;
157
+ left: 12px;
158
+ right: 12px;
159
+ top: 24px;
160
+ height: 2px;
161
+ background: #B8C5CB;
162
+ transform: skewY(-22deg);
163
+ }
164
+ .badge {
165
+ position: absolute;
166
+ right: -6px;
167
+ top: -10px;
168
+ width: 34px;
169
+ height: 34px;
170
+ background: #FF4B5C;
171
+ border-radius: 50%;
172
+ border: 4px solid #F9F9F9;
173
+ }
174
+
175
+ .confetti {
176
+ position: absolute;
177
+ left: 18px;
178
+ top: -30px;
179
+ display: flex;
180
+ gap: 10px;
181
+ }
182
+ .confetti span {
183
+ width: 14px;
184
+ height: 14px;
185
+ background: #F06FA5;
186
+ border-radius: 50%;
187
+ }
188
+ .confetti span:nth-child(2){ background:#F9C741;}
189
+ .confetti span:nth-child(3){ background:#6FD1A1;}
190
+ .confetti span:nth-child(4){ background:#98A4FF;}
191
+
192
+ /* bottom progress bar mimic */
193
+ .progress {
194
+ position: absolute;
195
+ left: 300px;
196
+ bottom: 40px;
197
+ width: 480px;
198
+ height: 18px;
199
+ background: #E7E7E7;
200
+ border-radius: 12px;
201
+ }
202
+ .progress::after{
203
+ content:"";
204
+ display:block;
205
+ height: 100%;
206
+ width: 240px;
207
+ background:#BDBDBD;
208
+ border-radius: 12px;
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+ <div class="page">
215
+ <p class="lead-text">
216
+ …darker yet bigger rooms. Direct sunlight will make fern fronds dry, so they thrive in partial shade or diffused light. Make sure to keep the soil moist and maintain high humidity for these plants.
217
+ <span class="icon-row">
218
+ <span class="icon-btn">
219
+ <!-- chat bubble -->
220
+ <svg width="28" height="28" viewBox="0 0 24 24">
221
+ <path d="M4 5h16v10H8l-4 4V5z"></path>
222
+ </svg>
223
+ </span>
224
+ <span class="icon-btn">
225
+ <!-- share -->
226
+ <svg width="28" height="28" viewBox="0 0 24 24">
227
+ <path d="M18 8l-6-6v4H7v4h5v4l6-6z"></path>
228
+ </svg>
229
+ </span>
230
+ <span class="icon-btn">
231
+ <!-- settings dots -->
232
+ <svg width="28" height="28" viewBox="0 0 24 24">
233
+ <circle cx="5" cy="12" r="2"></circle>
234
+ <circle cx="12" cy="12" r="2"></circle>
235
+ <circle cx="19" cy="12" r="2"></circle>
236
+ </svg>
237
+ </span>
238
+ </span>
239
+ </p>
240
+
241
+ <div class="bookmark-slot">
242
+ <!-- bookmark icon -->
243
+ <svg width="36" height="36" viewBox="0 0 24 24">
244
+ <path d="M5 3h14v18l-7-4-7 4V3z" fill="#6F6F6F"></path>
245
+ </svg>
246
+ </div>
247
+
248
+ <div class="divider"></div>
249
+
250
+ <div class="section-title">Tillandsia</div>
251
+
252
+ <div class="img-card">[IMG: Hanging air plants in wooden bowl, macrame ropes, slatted background]</div>
253
+
254
+ <p class="body-text">
255
+ If you experience a critical shortage of free horizontal space, opt for the air plant! Its name speaks for itself—Tillandsia doesn’t require soil.
256
+ </p>
257
+ <p class="body-text">
258
+ Easily add a green touch of nature to your dorm room by hanging one on a bookshelf in a place with partial shade or diffused light. Mind you, the plant needs regular misting.
259
+ </p>
260
+ <p class="body-text">
261
+ Apart from this, weekly soak Tillandsia in water for 30 minutes, and it’ll brighten up your study life.
262
+ </p>
263
+
264
+ <div class="divider"></div>
265
+
266
+ <div class="section-title">Peperomia</div>
267
+
268
+ <div class="ad-image-wrap">
269
+ [IMG: Small potted Peperomia plant on white shelf with books]
270
+ <div class="banner">
271
+ <div class="banner-left">
272
+ <div class="confetti"><span></span><span></span><span></span><span></span></div>
273
+ <div class="banner-title">Try Plantum Premium for Free</div>
274
+ <div class="banner-sub">Claim your offer now.</div>
275
+ </div>
276
+ <div class="banner-right">
277
+ <div class="envelope"></div>
278
+ <div class="badge"></div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+
284
+ <div class="progress"></div>
285
+ </div>
286
+ </body>
287
+ </html>
code/5362/5362_8.html ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Plant Article UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
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.05);
16
+ color: #175e58;
17
+ }
18
+ .content {
19
+ position: absolute;
20
+ left: 0;
21
+ top: 0;
22
+ width: 100%;
23
+ height: 100%;
24
+ overflow-y: auto;
25
+ padding: 32px;
26
+ box-sizing: border-box;
27
+ }
28
+
29
+ /* Image cards */
30
+ .image-card {
31
+ position: relative;
32
+ width: 100%;
33
+ height: 520px;
34
+ background: #E0E0E0;
35
+ border: 1px solid #BDBDBD;
36
+ border-radius: 40px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ color: #757575;
41
+ font-size: 34px;
42
+ letter-spacing: 0.2px;
43
+ }
44
+
45
+ .overlay-back {
46
+ position: absolute;
47
+ left: 24px;
48
+ top: 24px;
49
+ width: 80px;
50
+ height: 80px;
51
+ background: rgba(255,255,255,0.9);
52
+ border-radius: 50%;
53
+ box-shadow: 0 2px 8px rgba(0,0,0,0.12);
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ }
58
+ .overlay-back svg { width: 44px; height: 44px; fill: #3b3b3b; }
59
+
60
+ .paragraph {
61
+ font-size: 42px;
62
+ line-height: 60px;
63
+ color: #0c6f67;
64
+ margin: 28px 6px;
65
+ }
66
+
67
+ .separator {
68
+ height: 0;
69
+ border-top: 6px dotted #cfe7e3;
70
+ margin: 24px 0 18px 0;
71
+ }
72
+
73
+ .section-title {
74
+ font-size: 72px;
75
+ font-weight: 700;
76
+ color: #ff9640;
77
+ margin: 18px 6px 26px 6px;
78
+ }
79
+
80
+ .image-card.tall { height: 660px; }
81
+
82
+ .cta-banner {
83
+ position: absolute;
84
+ left: 32px;
85
+ right: 32px;
86
+ bottom: 420px;
87
+ background: #063f3b;
88
+ color: #ffffff;
89
+ border-radius: 28px;
90
+ padding: 36px 260px 36px 36px;
91
+ box-shadow: 0 10px 20px rgba(6,63,59,0.25);
92
+ }
93
+ .cta-title {
94
+ font-size: 44px;
95
+ font-weight: 700;
96
+ margin-bottom: 10px;
97
+ }
98
+ .cta-sub {
99
+ font-size: 34px;
100
+ opacity: 0.9;
101
+ }
102
+ .cta-icon {
103
+ position: absolute;
104
+ right: 26px;
105
+ top: 22px;
106
+ width: 170px;
107
+ height: 170px;
108
+ border-radius: 28px;
109
+ background: rgba(255,255,255,0.14);
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: center;
113
+ }
114
+ .cta-icon svg { width: 96px; height: 96px; fill: #ffffff; }
115
+
116
+ .confetti {
117
+ position: absolute;
118
+ width: 12px; height: 12px; border-radius: 50%;
119
+ background: #ff5f7a;
120
+ opacity: 0.9;
121
+ }
122
+ .confetti.green { background: #58d7b2; }
123
+ .confetti.yellow { background: #ffc857; }
124
+ .confetti.small { width: 8px; height: 8px; opacity: 0.8; }
125
+
126
+ /* Additional text below banner to reflect screenshot continuation */
127
+ .paragraph.dim { color: #567a76; }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+ <div class="content">
133
+
134
+ <!-- Top image card -->
135
+ <div class="image-card">
136
+ <div class="overlay-back">
137
+ <svg viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>
138
+ </div>
139
+ [IMG: Books on shelf with potted Peperomia plant]
140
+ </div>
141
+
142
+ <div class="paragraph">
143
+ Looking for something unusual? This small plant is your perfect match. Peperomia comes in a variety of foliage shapes and colors. The exact care requirements depend on the species, but all of them need bright, diffused light and regular watering.
144
+ </div>
145
+
146
+ <div class="separator"></div>
147
+
148
+ <div class="section-title">Schlumbergera</div>
149
+
150
+ <div class="image-card tall">
151
+ [IMG: Christmas cactus with red flowers in white pot]
152
+ </div>
153
+
154
+ <div class="paragraph">
155
+ Who says you can only be in the Christmas mood in December? Add some festive accents to the gray routine of everyday life with the Christmas cactus! It’s a tropical plant, so it differs from regular cacti.
156
+ </div>
157
+
158
+ <!-- Promotional banner -->
159
+ <div class="cta-banner">
160
+ <div class="cta-title">Try Plantum Premium for Free</div>
161
+ <div class="cta-sub">Claim your offer now.</div>
162
+
163
+ <div class="cta-icon">
164
+ <svg viewBox="0 0 24 24"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z"/></svg>
165
+ </div>
166
+
167
+ <!-- Decorative confetti -->
168
+ <span class="confetti" style="left: 20px; top: -8px;"></span>
169
+ <span class="confetti small green" style="left: 54px; top: -16px;"></span>
170
+ <span class="confetti yellow small" style="left: 86px; top: -6px;"></span>
171
+ <span class="confetti" style="right: 16px; bottom: -10px;"></span>
172
+ <span class="confetti small green" style="right: 46px; bottom: -20px;"></span>
173
+ <span class="confetti yellow small" style="right: 80px; bottom: -8px;"></span>
174
+ </div>
175
+
176
+ <div class="paragraph dim">
177
+ use warm, settled, or filtered water. Mind you, if you...
178
+ </div>
179
+
180
+ </div>
181
+ </div>
182
+ </body>
183
+ </html>
code/537/537_0.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>'ihi - How to grow</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ color: #224E45;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #F3FAF6;
20
+ }
21
+
22
+ /* Top status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 100px;
29
+ padding: 24px 34px;
30
+ box-sizing: border-box;
31
+ color: #1e3430;
32
+ font-weight: 600;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ font-size: 36px;
37
+ }
38
+ .status-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 22px;
47
+ }
48
+ .tiny-icon {
49
+ width: 38px;
50
+ height: 38px;
51
+ border-radius: 8px;
52
+ background: #DDE6E2;
53
+ }
54
+
55
+ /* Header with back + title */
56
+ .header {
57
+ position: absolute;
58
+ top: 100px;
59
+ left: 0;
60
+ width: 1080px;
61
+ box-sizing: border-box;
62
+ padding: 28px 34px;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 22px;
66
+ }
67
+ .back-btn {
68
+ width: 72px;
69
+ height: 72px;
70
+ border-radius: 22px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ background: #E7F4EE;
75
+ }
76
+ .title {
77
+ font-size: 56px;
78
+ font-weight: 700;
79
+ letter-spacing: 0.5px;
80
+ color: #184B3E;
81
+ }
82
+
83
+ /* Main content */
84
+ .content {
85
+ position: absolute;
86
+ top: 210px;
87
+ left: 0;
88
+ width: 1080px;
89
+ padding: 0 34px 40px;
90
+ box-sizing: border-box;
91
+ }
92
+
93
+ .card {
94
+ background: #ffffff;
95
+ border-radius: 42px;
96
+ box-shadow: 0 10px 25px rgba(44, 94, 78, 0.12);
97
+ padding: 40px 36px 32px;
98
+ }
99
+
100
+ .section-header {
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: space-between;
104
+ gap: 24px;
105
+ }
106
+ .header-left {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 24px;
110
+ }
111
+ .section-title {
112
+ font-size: 48px;
113
+ font-weight: 800;
114
+ color: #215A4C;
115
+ }
116
+ .chip {
117
+ font-size: 28px;
118
+ font-weight: 700;
119
+ color: #2A735F;
120
+ background: #E8F4ED;
121
+ border-radius: 16px;
122
+ padding: 10px 18px;
123
+ }
124
+ .circle-btn {
125
+ width: 80px;
126
+ height: 80px;
127
+ border-radius: 40px;
128
+ background: #E9F3EE;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+
134
+ .para {
135
+ font-size: 34px;
136
+ line-height: 1.6;
137
+ color: #285D4E;
138
+ margin: 26px 0;
139
+ }
140
+
141
+ .divider-space {
142
+ height: 24px;
143
+ }
144
+
145
+ /* List cards */
146
+ .list-card {
147
+ background: #ffffff;
148
+ border-radius: 42px;
149
+ box-shadow: 0 8px 22px rgba(44, 94, 78, 0.11);
150
+ padding: 34px 36px;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: space-between;
154
+ margin-top: 26px;
155
+ }
156
+ .list-left {
157
+ display: flex;
158
+ align-items: center;
159
+ gap: 24px;
160
+ }
161
+ .list-title {
162
+ font-size: 46px;
163
+ font-weight: 800;
164
+ color: #215A4C;
165
+ }
166
+ .pill {
167
+ font-size: 30px;
168
+ color: #2A735F;
169
+ background: #E8F4ED;
170
+ border-radius: 18px;
171
+ padding: 10px 16px;
172
+ margin-top: 8px;
173
+ display: inline-block;
174
+ font-weight: 700;
175
+ }
176
+
177
+ /* Icons */
178
+ svg {
179
+ display: block;
180
+ }
181
+ .leaf {
182
+ width: 48px;
183
+ height: 48px;
184
+ }
185
+ .sun {
186
+ width: 60px;
187
+ height: 60px;
188
+ }
189
+ .chevron {
190
+ width: 40px;
191
+ height: 40px;
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
+ <div>3:38</div>
202
+ <div>15°</div>
203
+ <div class="tiny-icon"></div>
204
+ <div>20°</div>
205
+ </div>
206
+ <div class="status-right">
207
+ <div class="tiny-icon"></div>
208
+ <div class="tiny-icon"></div>
209
+ <div class="tiny-icon"></div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Header -->
214
+ <div class="header">
215
+ <div class="back-btn">
216
+ <svg width="36" height="36" viewBox="0 0 24 24">
217
+ <path d="M15 18l-6-6 6-6" stroke="#2A6A57" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+ <div class="title">'ihi</div>
221
+ </div>
222
+
223
+ <!-- Content -->
224
+ <div class="content">
225
+ <div class="card">
226
+ <div class="section-header">
227
+ <div class="header-left">
228
+ <svg class="leaf" viewBox="0 0 24 24">
229
+ <path d="M4 14c6-8 13-9 16-9-2 8-8 13-12 13-3 0-4-2-4-4z" fill="#2A735F"/>
230
+ </svg>
231
+ <div class="section-title">How to grow</div>
232
+ <div class="chip">Easy</div>
233
+ </div>
234
+ <div class="circle-btn">
235
+ <svg width="30" height="30" viewBox="0 0 24 24">
236
+ <path d="M6 9l6 6 6-6" stroke="#2A6A57" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="para">‘Ihi succulents are relatively easy to care for. They have low watering requirements and only need to be watered once their soil dries out completely. A minimum of 6 hours of full sunlight per day is required for the succulent to thrive.</div>
242
+
243
+ <div class="para">Whilst specific humidity preferences are not known, ‘Ihi succulents grow best in temperatures between 20–50 °F. A biannual feeding with a slow-release fertilizer is recommended.</div>
244
+
245
+ <div class="para">These succulents are prone to several pests and should be checked regularly. They are also prone to fungal diseases and should not be overwatered. ‘Ihi do not need to be pruned regularly. Dead, damaged, or yellowing leaves can be removed when needed.</div>
246
+ </div>
247
+
248
+ <div class="divider-space"></div>
249
+
250
+ <div class="list-card">
251
+ <div class="list-left">
252
+ <svg class="sun" viewBox="0 0 24 24">
253
+ <circle cx="12" cy="12" r="4" fill="#2A735F"/>
254
+ <path d="M12 1v3M12 20v3M3 12h3M18 12h3M5 5l2 2M17 17l2 2M17 7l2-2M5 19l2-2" stroke="#2A735F" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ <div>
257
+ <div class="list-title">Light</div>
258
+ <div class="pill">Full sun</div>
259
+ </div>
260
+ </div>
261
+ <div class="circle-btn" style="background:#EAF4EF;">
262
+ <svg class="chevron" viewBox="0 0 24 24">
263
+ <path d="M9 6l6 6-6 6" stroke="#2A6A57" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="list-card">
269
+ <div class="list-left">
270
+ <svg class="leaf" viewBox="0 0 24 24">
271
+ <path d="M4 14c6-8 13-9 16-9-2 8-8 13-12 13-3 0-4-2-4-4z" fill="#2A735F"/>
272
+ </svg>
273
+ <div>
274
+ <div class="list-title">Soil</div>
275
+ </div>
276
+ </div>
277
+ <div class="circle-btn" style="background:#EAF4EF;">
278
+ <svg class="chevron" viewBox="0 0 24 24">
279
+ <path d="M9 6l6 6-6 6" stroke="#2A6A57" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
280
+ </svg>
281
+ </div>
282
+ </div>
283
+
284
+ </div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/537/537_1.html ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>UI Rendering</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 100px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 36px;
26
+ color: #2f2f2f;
27
+ font-size: 36px;
28
+ }
29
+ .status-left, .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 24px;
33
+ }
34
+ .chip {
35
+ font-size: 28px;
36
+ color: #424242;
37
+ border: 2px solid #bdbdbd;
38
+ border-radius: 10px;
39
+ padding: 6px 10px;
40
+ }
41
+
42
+ /* Header */
43
+ .header {
44
+ position: absolute;
45
+ top: 100px;
46
+ left: 0;
47
+ width: 1080px;
48
+ height: 120px;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 24px;
52
+ padding: 0 32px;
53
+ }
54
+ .back-btn {
55
+ width: 72px;
56
+ height: 72px;
57
+ display: flex;
58
+ justify-content: center;
59
+ align-items: center;
60
+ }
61
+ .header-title {
62
+ font-size: 64px;
63
+ font-weight: 700;
64
+ color: #2E7D32;
65
+ letter-spacing: 1px;
66
+ }
67
+
68
+ /* List item */
69
+ .content {
70
+ position: absolute;
71
+ top: 260px;
72
+ left: 0;
73
+ width: 1080px;
74
+ padding: 0 32px;
75
+ }
76
+ .list-item {
77
+ width: 1016px;
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 32px;
81
+ padding: 20px 8px;
82
+ }
83
+ .thumb {
84
+ width: 220px;
85
+ height: 220px;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ border-radius: 24px;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ color: #757575;
93
+ font-size: 28px;
94
+ text-align: center;
95
+ line-height: 1.2;
96
+ }
97
+ .info {
98
+ flex: 1;
99
+ display: flex;
100
+ flex-direction: column;
101
+ gap: 14px;
102
+ }
103
+ .item-title {
104
+ font-size: 54px;
105
+ font-weight: 700;
106
+ color: #2E7D32;
107
+ }
108
+ .item-subtitle {
109
+ font-size: 34px;
110
+ color: #7EA59E;
111
+ }
112
+ .chevron {
113
+ width: 60px;
114
+ height: 60px;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ }
119
+
120
+ /* Bottom gesture bar */
121
+ .gesture-bar {
122
+ position: absolute;
123
+ bottom: 40px;
124
+ left: 50%;
125
+ transform: translateX(-50%);
126
+ width: 500px;
127
+ height: 12px;
128
+ background: #9E9E9E;
129
+ border-radius: 8px;
130
+ }
131
+
132
+ /* Icon styles */
133
+ svg { display: block; }
134
+ .icon { fill: none; stroke: #424242; stroke-width: 4; }
135
+ .icon-muted { stroke: #606060; }
136
+ .icon-green { stroke: #2E7D32; }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+
142
+ <!-- Status Bar -->
143
+ <div class="status-bar">
144
+ <div class="status-left">
145
+ <div>3:39</div>
146
+ <div>15°</div>
147
+ <div class="chip">G</div>
148
+ <div>20°</div>
149
+ </div>
150
+ <div class="status-right">
151
+ <!-- Mute icon -->
152
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon-muted">
153
+ <path d="M3 10h4l5-4v12l-5-4H3z"></path>
154
+ <path d="M19 5L5 19"></path>
155
+ </svg>
156
+ <!-- Wi-Fi icon -->
157
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon">
158
+ <path d="M2 8c5-5 15-5 20 0"></path>
159
+ <path d="M5 11c3.5-3.5 10.5-3.5 14 0"></path>
160
+ <path d="M8 14c2-2 6-2 8 0"></path>
161
+ <circle cx="12" cy="17" r="1.5" fill="#606060" stroke="none"></circle>
162
+ </svg>
163
+ <!-- Battery icon -->
164
+ <svg width="64" height="44" viewBox="0 0 28 18" class="icon">
165
+ <rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#424242" fill="none" stroke-width="2"></rect>
166
+ <rect x="3" y="5" width="14" height="8" fill="#76C36E" stroke="none"></rect>
167
+ <rect x="23" y="7" width="4" height="4" rx="1" fill="#424242" stroke="none"></rect>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Header -->
173
+ <div class="header">
174
+ <div class="back-btn">
175
+ <svg width="60" height="60" viewBox="0 0 24 24" class="icon-green">
176
+ <path d="M15 18l-6-6 6-6"></path>
177
+ </svg>
178
+ </div>
179
+ <div class="header-title">ihi</div>
180
+ </div>
181
+
182
+ <!-- Single List Item -->
183
+ <div class="content">
184
+ <div class="list-item">
185
+ <div class="thumb">[IMG: Succulent plant in pot]</div>
186
+ <div class="info">
187
+ <div class="item-title">'ihi</div>
188
+ <div class="item-subtitle">Portulaca molokiniensis, 'ihi</div>
189
+ </div>
190
+ <div class="chevron">
191
+ <svg width="56" height="56" viewBox="0 0 24 24" class="icon">
192
+ <path d="M9 6l6 6-6 6"></path>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Bottom gesture bar -->
199
+ <div class="gesture-bar"></div>
200
+
201
+ </div>
202
+ </body>
203
+ </html>
code/537/537_2.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Plants & Veggies Search</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: radial-gradient(1800px 1200px at 50% 10%, #eaf8f4 0%, #e2f4ef 60%, #e8f7f3 100%);
14
+ color: #2b5b4f;
15
+ }
16
+
17
+ /* soft floating dots */
18
+ #render-target::after{
19
+ content:"";
20
+ position:absolute; inset:0;
21
+ background:
22
+ radial-gradient(circle at 20% 35%, rgba(255,255,255,0.9) 0 3px, transparent 4px) repeat,
23
+ radial-gradient(circle at 75% 55%, rgba(255,255,255,0.9) 0 3px, transparent 4px) repeat,
24
+ radial-gradient(circle at 45% 70%, rgba(255,255,255,0.9) 0 3px, transparent 4px) repeat;
25
+ background-size: 160px 160px, 180px 180px, 220px 220px;
26
+ pointer-events:none;
27
+ }
28
+
29
+ /* top system bar */
30
+ .status-bar{
31
+ position:absolute; top:26px; left:36px; right:36px; height:54px; display:flex; align-items:center; justify-content:space-between; color:#2e6a5a;
32
+ font-weight:600; letter-spacing:0.5px;
33
+ }
34
+ .right-icons{ display:flex; align-items:center; gap:24px; }
35
+ .mini { font-size:28px; opacity:0.8; }
36
+
37
+ /* settings icon */
38
+ .settings-btn{
39
+ position:absolute; top:120px; left:48px;
40
+ width:72px; height:72px; border-radius:18px;
41
+ border:2px solid rgba(46,125,103,0.25);
42
+ display:flex; align-items:center; justify-content:center;
43
+ color:#2e7d67; background: rgba(255,255,255,0.35);
44
+ backdrop-filter: blur(2px);
45
+ }
46
+
47
+ /* decorative hero illustration placeholder */
48
+ .hero-illustration{
49
+ position:absolute; top:0; left:0; width:1080px; height:640px;
50
+ background:#E0E0E0; border-bottom:1px solid #BDBDBD;
51
+ display:flex; align-items:flex-start; justify-content:flex-end; padding:24px;
52
+ color:#757575; font-size:30px; box-sizing:border-box;
53
+ }
54
+ .hero-illustration span{
55
+ align-self:flex-start; margin-top:18px; margin-right:18px; background:rgba(255,255,255,0.75);
56
+ padding:8px 12px; border-radius:8px;
57
+ }
58
+
59
+ /* headline */
60
+ .headline {
61
+ position:absolute; top:720px; left:90px; right:90px;
62
+ text-align:center; font-size:72px; font-weight:700; color:#2e6a5a;
63
+ }
64
+ .headline span{ font-style:italic; color:#2b5b4f; }
65
+
66
+ /* search box */
67
+ .search-wrapper{
68
+ position:absolute; top:908px; left:100px; width:880px; height:128px;
69
+ background:#ffffff; border-radius:64px; box-shadow:0 6px 14px rgba(38,114,96,0.08);
70
+ display:flex; align-items:center; padding:0 180px 0 48px; box-sizing:border-box;
71
+ }
72
+ .search-wrapper input{
73
+ width:100%; height:100%; border:none; outline:none; font-size:46px; color:#345d52;
74
+ }
75
+ .search-btn{
76
+ position:absolute; right:18px; top:18px; width:92px; height:92px; border-radius:50%;
77
+ background:#ffb6bf; display:flex; align-items:center; justify-content:center;
78
+ box-shadow:0 10px 18px rgba(255,118,133,0.25);
79
+ }
80
+
81
+ /* floating camera button */
82
+ .fab{
83
+ position:absolute; top:1270px; left:50%; transform:translateX(-50%);
84
+ width:220px; height:220px; border-radius:50%;
85
+ background: radial-gradient(circle at 35% 30%, #a6dec7, #62bd94);
86
+ box-shadow:0 18px 34px rgba(39,119,98,0.28);
87
+ display:flex; align-items:center; justify-content:center;
88
+ }
89
+ .fab-inner{
90
+ width:140px; height:140px; border-radius:50%;
91
+ background: rgba(255,255,255,0.25);
92
+ display:flex; align-items:center; justify-content:center;
93
+ }
94
+
95
+ /* recent snaps */
96
+ .recent{
97
+ position:absolute; bottom:320px; left:0; right:0;
98
+ display:flex; align-items:center; justify-content:center; gap:18px;
99
+ color:#4aa17f; font-weight:700; font-size:42px;
100
+ }
101
+
102
+ /* bottom nav */
103
+ .nav-bar{
104
+ position:absolute; bottom:36px; left:24px; right:24px; height:172px;
105
+ background:#ffffff; border-radius:40px;
106
+ box-shadow:0 10px 24px rgba(40,120,98,0.10);
107
+ display:flex; align-items:center; justify-content:space-around;
108
+ color:#7fbfa3;
109
+ }
110
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:12px; font-size:36px; }
111
+ .nav-item.active{ color:#4aa17f; }
112
+ .nav-icon-bubble{
113
+ width:116px; height:116px; border-radius:36px; background:#e9f6f1; display:flex; align-items:center; justify-content:center;
114
+ }
115
+ .nav-item.active .nav-icon-bubble{ background:#e0f3ed; border:2px solid #a8d9c6; }
116
+
117
+ /* simple helpers */
118
+ svg{ display:block; }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <div class="status-bar">
125
+ <div class="left">
126
+ <span style="font-size:40px; font-weight:700;">3:39</span>
127
+ <span class="mini" style="margin-left:18px;">15°</span>
128
+ <span class="mini" style="margin-left:14px;">20°</span>
129
+ </div>
130
+ <div class="right-icons">
131
+ <!-- mute/silent icon -->
132
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#2e6a5a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
133
+ <path d="M11 5l-4 4H4v6h3l4 4z"/>
134
+ <path d="M19 5l-6 6m0 0l6 6"/>
135
+ </svg>
136
+ <!-- wifi -->
137
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#2e6a5a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
138
+ <path d="M5 12a11 11 0 0 1 14 0"/>
139
+ <path d="M7.5 14.5a7 7 0 0 1 9 0"/>
140
+ <path d="M10 17a3 3 0 0 1 4 0"/>
141
+ <circle cx="12" cy="20" r="1.2" fill="#2e6a5a" stroke="none"/>
142
+ </svg>
143
+ <!-- battery -->
144
+ <svg width="52" height="44" viewBox="0 0 28 16" fill="none" stroke="#2e6a5a" stroke-width="2">
145
+ <rect x="1" y="3" width="22" height="10" rx="2"/>
146
+ <rect x="3" y="5" width="14" height="6" rx="1" fill="#2e6a5a"/>
147
+ <rect x="23" y="6" width="4" height="4" rx="1" fill="#2e6a5a" stroke="none"/>
148
+ </svg>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="settings-btn" title="Settings">
153
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#2e7d67" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
154
+ <circle cx="12" cy="12" r="3"/>
155
+ <path d="M19.4 15a1.7 1.7 0 0 0 .3 1.8l.1.1-1.8 3.1-0.2-.1a1.7 1.7 0 0 0-1.9.1l-.1.1-3.2-1.1v-.2a1.7 1.7 0 0 0-1.6 0v.2l-3.2 1.1-.1-.1a1.7 1.7 0 0 0-1.9-.1l-.2.1-1.8-3.1.1-.1a1.7 1.7 0 0 0 .3-1.8l-.1-.2L2 12l.1-.2a1.7 1.7 0 0 0-.3-1.8l-.1-.1 1.8-3.1.2.1a1.7 1.7 0 0 0 1.9-.1l.1-.1 3.2 1.1v.2a1.7 1.7 0 0 0 1.6 0v-.2l3.2-1.1.1.1a1.7 1.7 0 0 0 1.9.1l.2-.1 1.8 3.1-.1.1a1.7 1.7 0 0 0-.3 1.8l.1.2z"/>
156
+ </svg>
157
+ </div>
158
+
159
+ <div class="hero-illustration">
160
+ <span>[IMG: Decorative plants, flowers and veggies around edges]</span>
161
+ </div>
162
+
163
+ <div class="headline">
164
+ Find perfect <span>Plants & Veggies</span>
165
+ </div>
166
+
167
+ <div class="search-wrapper">
168
+ <input type="text" placeholder="Type a plant name">
169
+ <div class="search-btn">
170
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
171
+ <circle cx="11" cy="11" r="7"/>
172
+ <path d="M20 20l-4.2-4.2"/>
173
+ </svg>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="fab">
178
+ <div class="fab-inner">
179
+ <svg width="86" height="86" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
180
+ <rect x="3" y="7" width="18" height="14" rx="3"/>
181
+ <path d="M9 7l1.5-2h3L15 7"/>
182
+ <circle cx="12" cy="14" r="3.2" fill="none"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <div class="recent">
188
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#4aa17f" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
189
+ <circle cx="12" cy="12" r="9"/>
190
+ <path d="M12 7v6l4 2"/>
191
+ </svg>
192
+ <div>Recent snaps</div>
193
+ </div>
194
+
195
+ <div class="nav-bar">
196
+ <div class="nav-item active">
197
+ <div class="nav-icon-bubble">
198
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#4aa17f" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
199
+ <circle cx="10.5" cy="10.5" r="6.5"/>
200
+ <path d="M18 18l-3.5-3.5"/>
201
+ </svg>
202
+ </div>
203
+ <div>Search</div>
204
+ </div>
205
+ <div class="nav-item">
206
+ <div class="nav-icon-bubble">
207
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#7fbfa3" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
208
+ <path d="M20.5 8.5a5.5 5.5 0 0 0-9.5 3.9V13l-2 2-3-3"/>
209
+ <path d="M3.5 15.5l4 4 4-4"/>
210
+ </svg>
211
+ </div>
212
+ <div>Health</div>
213
+ </div>
214
+ <div class="nav-item">
215
+ <div class="nav-icon-bubble">
216
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#7fbfa3" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
217
+ <rect x="4" y="5" width="16" height="14" rx="2"/>
218
+ <path d="M8 5v14M16 5v14"/>
219
+ </svg>
220
+ </div>
221
+ <div>Explore</div>
222
+ </div>
223
+ <div class="nav-item">
224
+ <div class="nav-icon-bubble">
225
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none" stroke="#7fbfa3" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
226
+ <path d="M12 21s7-4.5 7-11a7 7 0 0 0-14 0c0 6.5 7 11 7 11z"/>
227
+ <path d="M9 11c1 1 2.5 1.5 3.5 1.5C14 12.5 15 12 16 11"/>
228
+ </svg>
229
+ </div>
230
+ <div>My garden</div>
231
+ </div>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/537/537_3.html ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Plant Care UI</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: linear-gradient(180deg, #9ccda8 0%, #cfe9da 50%, #e2f2ea 100%);
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 8px;
20
+ left: 24px;
21
+ right: 24px;
22
+ height: 60px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #1b3d2e;
27
+ font-size: 30px;
28
+ opacity: 0.95;
29
+ }
30
+ .status-left { display: flex; gap: 18px; align-items: center; }
31
+ .status-right { display: flex; gap: 20px; align-items: center; }
32
+ .icon-signal, .icon-wifi, .icon-battery {
33
+ width: 32px; height: 22px; border: 2px solid #1b3d2e; border-radius: 4px; position: relative;
34
+ }
35
+ .icon-battery:after { content: ""; position: absolute; right: -6px; top: 6px; width: 6px; height: 10px; background: #1b3d2e; border-radius: 2px; }
36
+ .avatar-circle {
37
+ position: absolute; right: 24px; top: 120px;
38
+ width: 110px; height: 110px; border-radius: 56px; background: #c6451a;
39
+ color: #fff; font-weight: bold; display: flex; align-items: center; justify-content: center;
40
+ border: 6px solid rgba(255,255,255,0.5);
41
+ font-size: 56px;
42
+ }
43
+
44
+ /* Header */
45
+ .header {
46
+ position: absolute;
47
+ top: 120px;
48
+ left: 36px;
49
+ right: 36px;
50
+ color: #0e3b2c;
51
+ }
52
+ .title-row {
53
+ display: flex; align-items: baseline; gap: 18px;
54
+ }
55
+ .title-main { font-size: 96px; font-weight: 800; letter-spacing: -1px; }
56
+ .title-sub { font-size: 72px; font-weight: 700; color: #cfeee1; opacity: 0.9; }
57
+
58
+ /* Tabs */
59
+ .tabs {
60
+ margin-top: 28px;
61
+ background: rgba(255,255,255,0.35);
62
+ border-radius: 30px;
63
+ display: flex; width: 100%;
64
+ padding: 10px;
65
+ }
66
+ .tab {
67
+ flex: 1; text-align: center; padding: 18px 0;
68
+ font-size: 40px; font-weight: 700; color: #3a6b57;
69
+ border-radius: 26px;
70
+ }
71
+ .tab.active { background: rgba(255,255,255,0.75); }
72
+
73
+ /* Info banner */
74
+ .info-banner {
75
+ position: absolute; left: 36px; right: 36px; top: 420px;
76
+ background: #cfe5ff;
77
+ border-radius: 46px;
78
+ padding: 34px 34px;
79
+ box-shadow: 0 6px 16px rgba(24,84,122,0.15) inset;
80
+ display: flex; align-items: center; gap: 28px;
81
+ }
82
+ .droplet {
83
+ width: 110px; height: 110px; border-radius: 30px; background: #e0e0e0; border: 1px solid #bdbdbd;
84
+ display: flex; align-items: center; justify-content: center; color: #757575; font-weight: 700;
85
+ }
86
+ .banner-text { font-size: 48px; font-weight: 800; color: #2b5ea0; line-height: 1.15; }
87
+ .banner-close {
88
+ margin-left: auto; width: 58px; height: 58px; border-radius: 20px; background: rgba(255,255,255,0.8);
89
+ display: flex; align-items: center; justify-content: center; color: #4f7db6; font-size: 44px; font-weight: 700;
90
+ }
91
+
92
+ /* Cards */
93
+ .card {
94
+ position: absolute;
95
+ left: 36px; right: 36px;
96
+ background: #ffffff;
97
+ border-radius: 48px;
98
+ box-shadow: 0 14px 28px rgba(0,0,0,0.06);
99
+ }
100
+ .card.water { top: 620px; padding-bottom: 26px; }
101
+ .card.repot { top: 1280px; padding-bottom: 30px; }
102
+
103
+ .card-header {
104
+ display: flex; align-items: center; gap: 18px;
105
+ padding: 36px 34px 24px 34px;
106
+ border-top-left-radius: 48px; border-top-right-radius: 48px;
107
+ }
108
+ .card-header .icon {
109
+ width: 52px; height: 52px; border-radius: 22px; background: #eaf8ef; display: flex; align-items: center; justify-content: center;
110
+ }
111
+ .card-title { font-size: 60px; font-weight: 800; color: #1f6b50; }
112
+
113
+ .task {
114
+ margin: 0 26px 24px 26px;
115
+ background: #f7fbf8;
116
+ border-radius: 36px;
117
+ padding: 26px;
118
+ border: 1px solid #e3eee8;
119
+ }
120
+ .task-row {
121
+ display: flex; align-items: center; gap: 22px;
122
+ }
123
+ .task-icon {
124
+ width: 120px; height: 120px; border-radius: 60px; background: #e0e0e0; border: 1px solid #bdbdbd;
125
+ display: flex; align-items: center; justify-content: center; color: #757575; text-align: center; font-size: 30px;
126
+ }
127
+ .task-title { font-size: 52px; font-weight: 800; color: #184f3b; line-height: 1.15; }
128
+ .task-action {
129
+ margin-left: auto;
130
+ width: 100px; height: 100px; border-radius: 24px; background: #ffe171; display: flex; align-items: center; justify-content: center;
131
+ }
132
+ .task-sub {
133
+ display: flex; align-items: center; gap: 14px; color: #769189; margin-top: 20px; margin-left: 8px; font-size: 34px; font-weight: 700;
134
+ }
135
+ .location-dot {
136
+ width: 26px; height: 26px; border-radius: 50%; background: #a9c7bd;
137
+ }
138
+
139
+ .plant-row {
140
+ margin-top: 22px;
141
+ display: flex; align-items: center; gap: 24px;
142
+ }
143
+ .check-square {
144
+ width: 110px; height: 110px; background: #6cc79c; border-radius: 28px; display: flex; align-items: center; justify-content: center;
145
+ }
146
+ .plant-avatar {
147
+ width: 140px; height: 140px; border-radius: 70px; background: #E0E0E0; border: 1px solid #BDBDBD;
148
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
149
+ }
150
+ .plant-name {
151
+ font-size: 46px; font-weight: 800; color: #245a44; text-decoration: line-through;
152
+ }
153
+ .edit-btn {
154
+ margin-left: auto; width: 110px; height: 110px; background: #e1fbef; border-radius: 28px; display: flex; align-items: center; justify-content: center;
155
+ color: #2a8e6a; border: 2px solid #cbeedf;
156
+ }
157
+
158
+ /* Repot section */
159
+ .repot-container { margin: 0 26px 0 26px; padding-bottom: 30px; }
160
+ .repot-item {
161
+ background: #f6fbf8; border: 1px solid #e3eee8; border-radius: 36px; padding: 26px;
162
+ }
163
+ .empty-check {
164
+ width: 110px; height: 110px; border-radius: 28px; border: 4px solid #d8e8df; background: #ffffff;
165
+ }
166
+ .overdue { color: #e05a5a; font-weight: 800; font-size: 36px; }
167
+ .repot-name { font-size: 52px; font-weight: 800; color: #214938; }
168
+ .fab {
169
+ position: absolute; right: 26px; bottom: 26px;
170
+ width: 160px; height: 160px; background: #5ac095; border-radius: 80px; display: flex; align-items: center; justify-content: center;
171
+ color: #fff; font-size: 120px; line-height: 120px; box-shadow: 0 10px 24px rgba(90,192,149,0.5);
172
+ }
173
+ .badge {
174
+ position: absolute; right: 24px; top: -24px;
175
+ width: 74px; height: 74px; background: #ff7b7b; color: #fff; border-radius: 50%;
176
+ display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 40px; box-shadow: 0 6px 14px rgba(255,123,123,0.5);
177
+ }
178
+
179
+ /* Bottom nav */
180
+ .bottom-nav {
181
+ position: absolute; bottom: 0; left: 0; right: 0; height: 170px;
182
+ background: #ffffff;
183
+ display: flex; align-items: center; justify-content: space-around;
184
+ border-top-left-radius: 28px; border-top-right-radius: 28px;
185
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.06);
186
+ }
187
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #668678; }
188
+ .nav-item.active { color: #1f6b50; }
189
+ .nav-icon {
190
+ width: 66px; height: 66px; border-radius: 20px; background: #f1f6f4; display: flex; align-items: center; justify-content: center;
191
+ }
192
+ .nav-item.active .nav-icon { background: #dff3ea; }
193
+ .nav-label { font-size: 34px; font-weight: 700; }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <div class="status-bar">
200
+ <div class="status-left">
201
+ <div style="font-weight:700;">3:41</div>
202
+ <div style="font-size:26px;">15°</div>
203
+ <div style="width:40px;height:30px;border-radius:6px;background:#214634;color:#cfeee1;display:flex;align-items:center;justify-content:center;font-size:22px;">G</div>
204
+ <div style="font-size:26px;">20°</div>
205
+ </div>
206
+ <div class="status-right">
207
+ <div style="font-size:30px;">🔇</div>
208
+ <div class="icon-wifi"></div>
209
+ <div class="icon-battery"></div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="header">
214
+ <div class="title-row">
215
+ <div class="title-main">To do</div>
216
+ <div class="title-sub">My plants</div>
217
+ </div>
218
+ <div class="tabs">
219
+ <div class="tab active">Today</div>
220
+ <div class="tab">Upcoming</div>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="avatar-circle">C</div>
225
+
226
+ <div class="info-banner">
227
+ <div class="droplet">[IMG: Sleepy Water Drop]</div>
228
+ <div class="banner-text">If the soil is wet, snooze watering for 2 days</div>
229
+ <div class="banner-close">×</div>
230
+ </div>
231
+
232
+ <!-- Water Card -->
233
+ <div class="card water">
234
+ <div class="card-header">
235
+ <div class="icon">
236
+ <!-- droplet icon -->
237
+ <svg width="40" height="40" viewBox="0 0 24 24">
238
+ <path d="M12 2C9 7 6 9 6 13a6 6 0 1 0 12 0c0-4-3-6-6-11z" fill="#2f8b6c"></path>
239
+ </svg>
240
+ </div>
241
+ <div class="card-title">Water</div>
242
+ </div>
243
+
244
+ <div class="task">
245
+ <div class="task-row">
246
+ <div class="task-icon">[IMG: Care Tip Icon]</div>
247
+ <div class="task-title">How much water does it need?</div>
248
+ <div class="task-action">
249
+ <svg width="50" height="50" viewBox="0 0 24 24">
250
+ <rect x="3" y="3" width="18" height="18" rx="3" fill="#ffcc44"></rect>
251
+ <path d="M12 7v10M7 12h10" stroke="#1c3d2f" stroke-width="2" stroke-linecap="round"></path>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ <div class="task-sub">
256
+ <div class="location-dot"></div>
257
+ <div>LIVING ROOM (4)</div>
258
+ </div>
259
+
260
+ <div class="plant-row">
261
+ <div class="check-square">
262
+ <svg width="70" height="70" viewBox="0 0 24 24">
263
+ <path d="M5 13l4 4 10-10" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
264
+ </svg>
265
+ </div>
266
+ <div class="plant-avatar">[IMG: Plant]</div>
267
+ <div class="plant-name">Abyssinian Banana</div>
268
+ <div class="edit-btn">
269
+ <svg width="60" height="60" viewBox="0 0 24 24">
270
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="#2a8e6a"></path>
271
+ <path d="M20.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" fill="#2a8e6a"></path>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <!-- Repot Card -->
279
+ <div class="card repot">
280
+ <div class="badge">1</div>
281
+ <div class="card-header">
282
+ <div class="icon">
283
+ <svg width="40" height="40" viewBox="0 0 24 24">
284
+ <path d="M3 9h18l-2 11H5L3 9z" fill="#2f8b6c"></path>
285
+ <path d="M7 6h10l1 3H6l1-3z" fill="#57b58e"></path>
286
+ </svg>
287
+ </div>
288
+ <div class="card-title">Repot</div>
289
+ </div>
290
+
291
+ <div class="repot-container">
292
+ <div class="repot-item">
293
+ <div class="plant-row">
294
+ <div class="empty-check"></div>
295
+ <div class="plant-avatar">[IMG: Plant]</div>
296
+ <div>
297
+ <div class="overdue">Overdue: 151 days</div>
298
+ <div class="repot-name">Abyssinian Banana</div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+ <div class="fab">+</div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Bottom Navigation -->
307
+ <div class="bottom-nav">
308
+ <div class="nav-item">
309
+ <div class="nav-icon">
310
+ <svg width="34" height="34" viewBox="0 0 24 24">
311
+ <circle cx="10" cy="10" r="7" stroke="#496e61" stroke-width="2" fill="none"></circle>
312
+ <path d="M21 21l-4.35-4.35" stroke="#496e61" stroke-width="2" stroke-linecap="round"></path>
313
+ </svg>
314
+ </div>
315
+ <div class="nav-label">Search</div>
316
+ </div>
317
+ <div class="nav-item">
318
+ <div class="nav-icon">
319
+ <svg width="34" height="34" viewBox="0 0 24 24">
320
+ <path d="M12 21s-6-4-6-10a6 6 0 1 1 12 0c0 6-6 10-6 10z" fill="#587c6f"></path>
321
+ </svg>
322
+ </div>
323
+ <div class="nav-label">Health</div>
324
+ </div>
325
+ <div class="nav-item">
326
+ <div class="nav-icon">
327
+ <svg width="34" height="34" viewBox="0 0 24 24">
328
+ <rect x="3" y="3" width="7" height="7" fill="#587c6f"></rect>
329
+ <rect x="14" y="3" width="7" height="7" fill="#587c6f"></rect>
330
+ <rect x="3" y="14" width="7" height="7" fill="#587c6f"></rect>
331
+ <rect x="14" y="14" width="7" height="7" fill="#587c6f"></rect>
332
+ </svg>
333
+ </div>
334
+ <div class="nav-label">Explore</div>
335
+ </div>
336
+ <div class="nav-item active">
337
+ <div class="nav-icon">
338
+ <svg width="34" height="34" viewBox="0 0 24 24">
339
+ <path d="M12 21c-4-3-7-6-7-10a7 7 0 0 1 14 0c0 4-3 7-7 10z" fill="#1f6b50"></path>
340
+ <path d="M12 12l2-2M12 12l-2-2" stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
341
+ </svg>
342
+ </div>
343
+ <div class="nav-label">My garden</div>
344
+ </div>
345
+ </div>
346
+
347
+ </div>
348
+ </body>
349
+ </html>
code/537/537_4.html ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Plant Care UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: linear-gradient(180deg, #2ca96a 0%, #0c7d5b 25%, #0e6c53 60%, #0f5f4e 100%);
14
+ }
15
+
16
+ /* Top decorative leaf overlay substitute */
17
+ .leaf-overlay {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 500px;
23
+ background: radial-gradient(1000px 300px at 80% 0%, rgba(255,255,255,0.12), transparent 60%),
24
+ radial-gradient(800px 280px at 95% 10%, rgba(255,255,255,0.08), transparent 70%);
25
+ pointer-events: none;
26
+ }
27
+
28
+ /* Header title */
29
+ .header {
30
+ position: absolute;
31
+ top: 170px;
32
+ left: 40px;
33
+ right: 40px;
34
+ color: #eafff3;
35
+ }
36
+ .header h1 {
37
+ margin: 0;
38
+ font-size: 110px;
39
+ font-weight: 800;
40
+ letter-spacing: 0.5px;
41
+ }
42
+ .header .sub {
43
+ font-size: 52px;
44
+ font-weight: 700;
45
+ opacity: 0.9;
46
+ }
47
+
48
+ /* Segmented control */
49
+ .segment-wrap {
50
+ position: absolute;
51
+ top: 330px;
52
+ left: 40px;
53
+ right: 40px;
54
+ background: rgba(255,255,255,0.2);
55
+ border-radius: 36px;
56
+ padding: 16px;
57
+ display: flex;
58
+ gap: 16px;
59
+ backdrop-filter: blur(2px);
60
+ }
61
+ .segmented {
62
+ width: 100%;
63
+ background: rgba(255,255,255,0.25);
64
+ border-radius: 44px;
65
+ padding: 10px;
66
+ display: flex;
67
+ }
68
+ .seg-option {
69
+ flex: 1;
70
+ text-align: center;
71
+ color: #0b3f2f;
72
+ font-weight: 700;
73
+ font-size: 42px;
74
+ padding: 24px 0;
75
+ border-radius: 36px;
76
+ opacity: 0.8;
77
+ }
78
+ .seg-option.active {
79
+ background: #ffffff;
80
+ color: #0d6b53;
81
+ box-shadow: 0 6px 12px rgba(0,0,0,0.12);
82
+ opacity: 1;
83
+ }
84
+
85
+ /* Info banner */
86
+ .info-banner {
87
+ position: absolute;
88
+ top: 470px;
89
+ left: 40px;
90
+ right: 40px;
91
+ background: #d6ecff;
92
+ color: #0c4f6b;
93
+ border-radius: 40px;
94
+ padding: 32px 36px;
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 28px;
98
+ box-shadow: 0 8px 20px rgba(0,0,0,0.12);
99
+ }
100
+ .info-illustr {
101
+ width: 120px;
102
+ height: 120px;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ border-radius: 26px;
106
+ display: flex;
107
+ justify-content: center;
108
+ align-items: center;
109
+ color: #757575;
110
+ font-weight: 700;
111
+ font-size: 28px;
112
+ }
113
+ .info-text {
114
+ flex: 1;
115
+ font-size: 48px;
116
+ font-weight: 800;
117
+ line-height: 1.2;
118
+ }
119
+ .banner-close {
120
+ width: 64px;
121
+ height: 64px;
122
+ border-radius: 50%;
123
+ display: flex; align-items: center; justify-content: center;
124
+ color: #1c5c75;
125
+ font-size: 54px;
126
+ opacity: 0.6;
127
+ }
128
+
129
+ /* Cards */
130
+ .card {
131
+ position: absolute;
132
+ left: 30px;
133
+ right: 30px;
134
+ background: #ffffff;
135
+ border-radius: 56px;
136
+ padding: 36px;
137
+ box-shadow: 0 10px 26px rgba(0,0,0,0.18);
138
+ }
139
+ .card .title-row {
140
+ display: flex; align-items: center; gap: 18px;
141
+ padding: 8px 6px 22px 6px;
142
+ border-bottom: 1px dashed #e6efe8;
143
+ }
144
+ .title-row .icon {
145
+ width: 64px; height: 64px; border-radius: 20px;
146
+ background: #eaf8f0; display:flex; align-items:center; justify-content:center;
147
+ }
148
+ .title-row .label {
149
+ font-size: 58px; font-weight: 900; color: #124e3f;
150
+ }
151
+
152
+ .task {
153
+ display: flex; align-items: center;
154
+ margin-top: 28px;
155
+ }
156
+ .task .task-icon {
157
+ width: 120px; height: 120px; border-radius: 36px;
158
+ background: #f0faf3; display:flex; align-items:center; justify-content:center;
159
+ margin-right: 22px;
160
+ }
161
+ .task .task-main {
162
+ flex: 1;
163
+ }
164
+ .task .question {
165
+ font-size: 52px; font-weight: 800; color: #123f33; line-height: 1.2;
166
+ }
167
+ .task .yellow-btn {
168
+ width: 96px; height: 96px; border-radius: 26px;
169
+ background: #f5d768; display:flex; align-items:center; justify-content:center;
170
+ margin-left: 18px;
171
+ }
172
+ .task .yellow-btn span {
173
+ font-size: 64px; color: #3a3a00; font-weight: 900;
174
+ line-height: 96px;
175
+ }
176
+
177
+ .location {
178
+ margin-top: 18px; display:flex; align-items:center; gap: 10px; color:#5f7b6e; font-weight:700; font-size: 36px;
179
+ }
180
+ .loc-dot {
181
+ width: 28px; height: 28px; background:#3fae7a; border-radius:50%;
182
+ }
183
+ .loc-dots {
184
+ flex: 1; border-bottom: 4px dotted #d8e5dd; margin-left: 12px; margin-right: 12px;
185
+ }
186
+
187
+ .plant-row {
188
+ margin-top: 26px; display:flex; align-items:center; gap: 18px;
189
+ }
190
+ .check-badge {
191
+ width: 120px; height: 120px; border-radius: 32px; background:#2dbb86; display:flex; align-items:center; justify-content:center; color:#fff; font-size: 70px;
192
+ }
193
+ .plant-thumb {
194
+ width: 150px; height: 150px; border-radius: 50%; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size: 26px;
195
+ }
196
+ .plant-name {
197
+ font-size: 56px; font-weight: 900; color:#043d2f;
198
+ }
199
+ .spacer { flex: 1; }
200
+ .edit-btn {
201
+ width: 120px; height: 120px; border-radius: 32px; background:#e7fbf4; display:flex; align-items:center; justify-content:center; color:#1a8b6e; font-weight:900; font-size: 52px;
202
+ }
203
+
204
+ /* Second card variants */
205
+ .card.repot .title-row .icon { background: #eaf6f0; }
206
+ .overdue {
207
+ color: #b23636; font-weight: 900; font-size: 40px; margin-bottom: 8px; display: flex; align-items:center; gap: 10px;
208
+ }
209
+ .checkbox {
210
+ width: 120px; height: 120px; border-radius: 28px; border: 8px solid #d9e5dd; background:#ffffff;
211
+ }
212
+
213
+ /* Floating action buttons */
214
+ .fab-group {
215
+ position: absolute;
216
+ right: 36px;
217
+ top: 1530px;
218
+ display: flex;
219
+ flex-direction: column;
220
+ align-items: flex-end;
221
+ gap: 30px;
222
+ }
223
+ .fab-item {
224
+ display: flex;
225
+ align-items: center;
226
+ gap: 22px;
227
+ color: #ffffff;
228
+ font-weight: 800;
229
+ font-size: 48px;
230
+ }
231
+ .fab-item .label {
232
+ padding: 18px 26px;
233
+ background: rgba(255,255,255,0.12);
234
+ border-radius: 26px;
235
+ backdrop-filter: blur(2px);
236
+ }
237
+ .fab-small {
238
+ width: 120px; height: 120px; border-radius: 50%;
239
+ background: #ffffff; display:flex; align-items:center; justify-content:center;
240
+ box-shadow: 0 14px 26px rgba(0,0,0,0.22);
241
+ }
242
+ .fab-small svg { width: 56px; height: 56px; }
243
+ .fab-main {
244
+ width: 160px; height: 160px; border-radius: 50%;
245
+ background: #34c183; display:flex; align-items:center; justify-content:center; color:#ffffff; font-size: 86px; box-shadow: 0 18px 28px rgba(0,0,0,0.28);
246
+ }
247
+
248
+ /* Bottom navigation */
249
+ .bottom-nav {
250
+ position: absolute;
251
+ bottom: 34px;
252
+ left: 0; right: 0;
253
+ height: 168px;
254
+ background: rgba(255,255,255,0.94);
255
+ border-top-left-radius: 28px;
256
+ border-top-right-radius: 28px;
257
+ display:flex; align-items:center; justify-content: space-around;
258
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.18);
259
+ }
260
+ .nav-item {
261
+ width: 220px; height: 140px; display:flex; flex-direction: column; align-items:center; justify-content:center; gap: 10px; color:#2f5c52;
262
+ font-weight:700;
263
+ }
264
+ .nav-item svg { width: 56px; height: 56px; }
265
+ .nav-item.active { color:#0e7f5f; }
266
+ .home-indicator {
267
+ position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
268
+ width: 420px; height: 10px; background: #e7ebef; border-radius: 6px;
269
+ }
270
+
271
+ /* Profile avatar circle on the right */
272
+ .profile {
273
+ position: absolute;
274
+ right: 36px;
275
+ top: 130px;
276
+ width: 120px; height: 120px; border-radius: 50%;
277
+ background: #c33b2f; color:#fff; font-weight:900; display:flex; align-items:center; justify-content:center; font-size: 70px;
278
+ box-shadow: 0 10px 20px rgba(0,0,0,0.24);
279
+ }
280
+ </style>
281
+ </head>
282
+ <body>
283
+ <div id="render-target">
284
+
285
+ <div class="leaf-overlay"></div>
286
+
287
+ <div class="profile">C</div>
288
+
289
+ <div class="header">
290
+ <h1>To do</h1>
291
+ <div class="sub">My plants</div>
292
+ </div>
293
+
294
+ <div class="segment-wrap">
295
+ <div class="segmented">
296
+ <div class="seg-option active">Today</div>
297
+ <div class="seg-option">Upcoming</div>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="info-banner">
302
+ <div class="info-illustr">[IMG: Water droplet + Z]</div>
303
+ <div class="info-text">If the soil is wet, snooze watering for 2 days</div>
304
+ <div class="banner-close">×</div>
305
+ </div>
306
+
307
+ <!-- Water card -->
308
+ <div class="card water" style="top: 720px;">
309
+ <div class="title-row">
310
+ <div class="icon">
311
+ <!-- simple water drop -->
312
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#1ea87a"><path d="M12 2C9 7 6 9.5 6 13a6 6 0 1 0 12 0c0-3.5-3-6-6-11z"/></svg>
313
+ </div>
314
+ <div class="label">Water</div>
315
+ </div>
316
+
317
+ <div class="task">
318
+ <div class="task-icon">
319
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#28a87a">
320
+ <rect x="3" y="3" width="18" height="18" rx="3" fill="#dff4ea" stroke="#28a87a" stroke-width="2"></rect>
321
+ <path d="M12 7v10M7 12h10" stroke="#28a87a" stroke-width="2" stroke-linecap="round"/>
322
+ </svg>
323
+ </div>
324
+ <div class="task-main">
325
+ <div class="question">How much water does it need?</div>
326
+ </div>
327
+ <div class="yellow-btn"><span>+</span></div>
328
+ </div>
329
+
330
+ <div class="location">
331
+ <div class="loc-pin">
332
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#2ea879">
333
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"></path>
334
+ </svg>
335
+ </div>
336
+ <div>LIVING ROOM (4)</div>
337
+ <div class="loc-dots"></div>
338
+ </div>
339
+
340
+ <div class="plant-row">
341
+ <div class="check-badge">✓</div>
342
+ <div class="plant-thumb">[IMG: Plant]</div>
343
+ <div class="plant-name">Abyssinian Banana</div>
344
+ <div class="spacer"></div>
345
+ <div class="edit-btn">
346
+ <svg viewBox="0 0 24 24" fill="#1a8b6e">
347
+ <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"/>
348
+ </svg>
349
+ </div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Repot card -->
354
+ <div class="card repot" style="top: 1220px;">
355
+ <div class="title-row">
356
+ <div class="icon">
357
+ <!-- pot icon -->
358
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#1ea87a">
359
+ <path d="M3 5h18l-1.5 4H4.5L3 5zm3 6h12l-1.5 8h-9L6 11z"></path>
360
+ </svg>
361
+ </div>
362
+ <div class="label">Repot</div>
363
+ </div>
364
+
365
+ <div class="plant-row" style="margin-top:28px;">
366
+ <div class="checkbox"></div>
367
+ <div class="plant-thumb">[IMG: Plant]</div>
368
+ <div>
369
+ <div class="overdue">⚠ Overdue: 151 days</div>
370
+ <div class="plant-name">Abyssinian Banana</div>
371
+ </div>
372
+ <div class="spacer"></div>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Floating Action Buttons expanded -->
377
+ <div class="fab-group">
378
+ <div class="fab-item">
379
+ <div class="label">Add a plant</div>
380
+ <div class="fab-small">
381
+ <svg viewBox="0 0 24 24">
382
+ <circle cx="12" cy="12" r="10" fill="#e9fff6" stroke="#2aa879" stroke-width="2"></circle>
383
+ <path d="M12 7v10M7 12h10" stroke="#2aa879" stroke-width="2" stroke-linecap="round"/>
384
+ </svg>
385
+ </div>
386
+ </div>
387
+ <div class="fab-item">
388
+ <div class="label">Create plant room</div>
389
+ <div class="fab-small">
390
+ <svg viewBox="0 0 24 24">
391
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="#e9fff6" stroke="#2aa879" stroke-width="2"></rect>
392
+ <path d="M12 8v8M8 12h8" stroke="#2aa879" stroke-width="2" stroke-linecap="round"/>
393
+ </svg>
394
+ </div>
395
+ </div>
396
+ <div class="fab-main">×</div>
397
+ </div>
398
+
399
+ <!-- Bottom navigation -->
400
+ <div class="bottom-nav">
401
+ <div class="nav-item">
402
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
403
+ <circle cx="11" cy="11" r="7"></circle>
404
+ <path d="M21 21l-4.3-4.3"></path>
405
+ </svg>
406
+ <div>Search</div>
407
+ </div>
408
+ <div class="nav-item">
409
+ <svg viewBox="0 0 24 24" fill="currentColor">
410
+ <path d="M12 1a7 7 0 0 0-7 7v3H3v9h18v-9h-2V8a7 7 0 0 0-7-7zM7 11V8a5 5 0 0 1 10 0v3H7z"></path>
411
+ </svg>
412
+ <div>Health</div>
413
+ </div>
414
+ <div class="nav-item">
415
+ <svg viewBox="0 0 24 24" fill="currentColor">
416
+ <path d="M4 4h16v4H4zM4 10h16v4H4zM4 16h16v4H4z"></path>
417
+ </svg>
418
+ <div>Explore</div>
419
+ </div>
420
+ <div class="nav-item active">
421
+ <svg viewBox="0 0 24 24" fill="currentColor">
422
+ <path d="M12 3l9 7v11h-6v-6H9v6H3V10l9-7z"></path>
423
+ </svg>
424
+ <div>My garden</div>
425
+ </div>
426
+ <div class="home-indicator"></div>
427
+ </div>
428
+
429
+ </div>
430
+ </body>
431
+ </html>
code/537/537_5.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Create plant room - Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ :root{
8
+ --primary:#5DB28E;
9
+ --primary-dark:#2F7E67;
10
+ --soft-green:#E8F2ED;
11
+ --text:#2E5E54;
12
+ --muted:#7A9B8F;
13
+ --border:#DDE6E1;
14
+ --light:#F7F9F8;
15
+ }
16
+ *{box-sizing:border-box;}
17
+ body{margin:0;padding:0;background:transparent;font-family:system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;color:var(--text);}
18
+ #render-target{
19
+ position:relative;
20
+ overflow:hidden;
21
+ width:1080px;
22
+ height:2400px;
23
+ background:#FFFFFF;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status-bar{
28
+ height:100px;
29
+ padding:0 36px;
30
+ display:flex;
31
+ align-items:center;
32
+ justify-content:space-between;
33
+ font-weight:600;
34
+ color:#314C45;
35
+ }
36
+ .status-left{
37
+ display:flex;
38
+ align-items:center;
39
+ gap:18px;
40
+ font-size:40px;
41
+ }
42
+ .status-left .temp{font-size:36px;color:#6A7F77;}
43
+ .status-right{
44
+ display:flex;align-items:center;gap:28px;
45
+ }
46
+ .icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;}
47
+ .icon svg{width:42px;height:42px;stroke:#445F58;fill:none;stroke-width:3;}
48
+
49
+ /* Header */
50
+ .header{
51
+ padding:14px 40px 0 40px;
52
+ display:flex;
53
+ align-items:center;
54
+ gap:28px;
55
+ }
56
+ .back-btn{
57
+ width:72px;height:72px;border-radius:36px;display:flex;align-items:center;justify-content:center;
58
+ }
59
+ .back-btn svg{width:52px;height:52px;stroke:var(--primary-dark);stroke-width:5;fill:none;}
60
+ .title{
61
+ font-size:72px;line-height:84px;font-weight:700;letter-spacing:0.2px;color:#2F6D5D;
62
+ }
63
+
64
+ /* Section title */
65
+ .section{
66
+ margin:36px 40px 16px 40px;
67
+ display:flex;align-items:center;gap:20px;
68
+ font-size:42px;font-weight:700;color:#2F6D5D;
69
+ }
70
+ .section .small-icon svg{width:44px;height:44px;stroke:var(--primary-dark);stroke-width:4;fill:none;}
71
+
72
+ /* Categories */
73
+ .categories{padding:0 40px;margin-top:12px;}
74
+ .card-row{display:flex;gap:28px;}
75
+ .cat-card{
76
+ width:230px;height:230px;border-radius:44px;border:3px solid var(--border);
77
+ background:#F8FBFA;position:relative;display:flex;align-items:center;justify-content:center;
78
+ transition:all .2s;
79
+ }
80
+ .cat-card .cat-icon svg{width:150px;height:150px;stroke:#8FA9A0;stroke-width:6;fill:none;}
81
+ .cat-card.selected{border-color:var(--primary);background:#EAF6F1;}
82
+ .cat-card.selected .cat-icon svg{stroke:var(--primary-dark);}
83
+ .check-badge{
84
+ position:absolute;right:18px;bottom:18px;width:62px;height:62px;border-radius:50%;
85
+ background:#63B68F;border:6px solid #DCEEE5;display:flex;align-items:center;justify-content:center;
86
+ box-shadow:0 6px 12px rgba(0,0,0,0.08);
87
+ }
88
+ .check-badge svg{width:34px;height:34px;stroke:#fff;stroke-width:6;fill:none;}
89
+ .card-labels{
90
+ display:flex;gap:40px;margin-top:22px;padding:0 6px;
91
+ }
92
+ .card-label{width:230px;text-align:center;font-size:40px;color:#2F6D5D;}
93
+
94
+ /* Divider space */
95
+ .divider-space{height:46px;}
96
+
97
+ /* Edit name */
98
+ .edit-title{
99
+ margin:0 40px 18px 40px;display:flex;align-items:center;gap:18px;
100
+ font-size:42px;font-weight:700;color:#2F6D5D;
101
+ }
102
+ .edit-title .flower svg{width:46px;height:46px;stroke:var(--primary-dark);stroke-width:4;fill:none;}
103
+ .input-wrap{margin:0 40px;}
104
+ .text-input{
105
+ width:100%; height:140px; border-radius:70px; border:3px solid var(--border);
106
+ background:#FAFCFB; padding:0 44px; font-size:46px; display:flex; align-items:center; color:#285B50;
107
+ box-shadow:0 6px 12px rgba(0,0,0,0.02) inset;
108
+ }
109
+
110
+ /* Illustration placeholder */
111
+ .illustration{
112
+ position:absolute;left:40px;bottom:290px;width:1000px;height:360px;
113
+ background:#E0E0E0;border:1px solid #BDBDBD;border-radius:24px;
114
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:36px;
115
+ }
116
+
117
+ /* Create button */
118
+ .create-bar{
119
+ position:absolute;left:40px;right:40px;bottom:150px;height:120px;
120
+ background:var(--primary);border-radius:60px;display:flex;align-items:center;justify-content:center;
121
+ color:#ffffff;font-size:48px;font-weight:800;letter-spacing:0.3px;box-shadow:0 10px 24px rgba(93,178,142,0.35);
122
+ }
123
+
124
+ /* bottom gesture */
125
+ .gesture{
126
+ position:absolute;left:50%;transform:translateX(-50%);
127
+ bottom:60px;width:480px;height:16px;background:#C9D6D1;border-radius:10px;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Status bar -->
135
+ <div class="status-bar">
136
+ <div class="status-left">
137
+ <div>3:43</div>
138
+ <div class="temp">15°</div>
139
+ <div class="temp">20°</div>
140
+ </div>
141
+ <div class="status-right">
142
+ <div class="icon" title="Do Not Disturb">
143
+ <svg viewBox="0 0 24 24"><path d="M5 6h14M5 18h14"/></svg>
144
+ </div>
145
+ <div class="icon" title="Wi-Fi">
146
+ <svg viewBox="0 0 24 24"><path d="M2 9c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M12 19l2-2-2-2-2 2z"/></svg>
147
+ </div>
148
+ <div class="icon" title="Battery">
149
+ <svg viewBox="0 0 28 24"><rect x="2" y="5" width="20" height="14" rx="2"/><rect x="23" y="9" width="3" height="6" rx="1"/><rect x="5" y="8" width="12" height="8" fill="#4CAF50" stroke="none"/></svg>
150
+ </div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Header -->
155
+ <div class="header">
156
+ <div class="back-btn">
157
+ <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7"/></svg>
158
+ </div>
159
+ <div class="title">Create plant room</div>
160
+ </div>
161
+
162
+ <!-- Pick category -->
163
+ <div class="section">
164
+ <div class="small-icon">
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M12 3c3 0 5 2 5 5 0 4-5 10-5 10S7 12 7 8c0-3 2-5 5-5z"/>
167
+ <circle cx="12" cy="8" r="2" fill="none"/>
168
+ </svg>
169
+ </div>
170
+ <div>Pick category</div>
171
+ </div>
172
+
173
+ <div class="categories">
174
+ <div class="card-row">
175
+ <!-- Living room selected -->
176
+ <div class="cat-card selected">
177
+ <div class="cat-icon">
178
+ <svg viewBox="0 0 24 24">
179
+ <path d="M5 14v-2c0-2 1-3 3-3s3 1 3 3v2"/>
180
+ <path d="M6 14h8v3H6z"/>
181
+ <path d="M17 13v4M18 9l0 3M18 9l3 0M18 9l0-3"/>
182
+ </svg>
183
+ </div>
184
+ <div class="check-badge">
185
+ <svg viewBox="0 0 24 24"><path d="M5 12l4 4 10-10"/></svg>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Edible plants -->
190
+ <div class="cat-card">
191
+ <div class="cat-icon">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M4 16c3-2 4-5 4-8M8 8c2 1 3 3 3 5M13 10c1-2 3-3 5-3M15 16c0-3 2-6 5-7"/>
194
+ <path d="M11 20v-6M7 20v-4"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Bedroom -->
200
+ <div class="cat-card">
201
+ <div class="cat-icon">
202
+ <svg viewBox="0 0 24 24">
203
+ <rect x="3" y="11" width="18" height="5" rx="1"/>
204
+ <rect x="6" y="8" width="12" height="3" rx="1"/>
205
+ <path d="M4 16v3M20 16v3"/>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Kitchen -->
211
+ <div class="cat-card">
212
+ <div class="cat-icon">
213
+ <svg viewBox="0 0 24 24">
214
+ <rect x="4" y="12" width="16" height="6" rx="1"/>
215
+ <rect x="4" y="6" width="8" height="4" rx="1"/>
216
+ <circle cx="15" cy="8" r="1"/>
217
+ <path d="M18 6v4M7 12v6M12 12v6"/>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="card-labels">
224
+ <div class="card-label">Living room</div>
225
+ <div class="card-label">Edible plants</div>
226
+ <div class="card-label">Bedroom</div>
227
+ <div class="card-label">Kitchen</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="divider-space"></div>
232
+
233
+ <!-- Edit name -->
234
+ <div class="edit-title">
235
+ <div class="flower">
236
+ <svg viewBox="0 0 24 24">
237
+ <circle cx="12" cy="12" r="2"/>
238
+ <path d="M12 4c2 0 3 2 3 3s-1 3-3 3-3-2-3-3 1-3 3-3zm8 8c0 2-2 3-3 3s-3-1-3-3 2-3 3-3 3 1 3 3zm-16 0c0-2 2-3 3-3s3 1 3 3-2 3-3 3-3-1-3-3zm8 8c-2 0-3-2-3-3s1-3 3-3 3 2 3 3-1 3-3 3z"/>
239
+ </svg>
240
+ </div>
241
+ <div>Edit name</div>
242
+ </div>
243
+
244
+ <div class="input-wrap">
245
+ <div class="text-input">Living room</div>
246
+ </div>
247
+
248
+ <!-- Illustration placeholder -->
249
+ <div class="illustration">[IMG: Flower illustration near bottom]</div>
250
+
251
+ <!-- Create button -->
252
+ <div class="create-bar">Create</div>
253
+
254
+ <!-- Gesture bar -->
255
+ <div class="gesture"></div>
256
+
257
+ </div>
258
+ </body>
259
+ </html>
code/537/537_6.html ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Choose Plants UI</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Segoe UI", Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #ffffff;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 100%;
26
+ height: 110px;
27
+ padding: 30px 40px;
28
+ color: #616161;
29
+ font-size: 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: flex-start;
33
+ letter-spacing: 1px;
34
+ }
35
+
36
+ /* Header */
37
+ .app-header {
38
+ position: absolute;
39
+ top: 110px;
40
+ left: 0;
41
+ width: 100%;
42
+ padding: 40px 60px 20px 60px;
43
+ display: flex;
44
+ align-items: center;
45
+ }
46
+ .icon-btn {
47
+ width: 72px;
48
+ height: 72px;
49
+ border-radius: 50%;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ margin-right: 30px;
54
+ }
55
+ .icon-btn svg {
56
+ width: 44px;
57
+ height: 44px;
58
+ stroke: #304D42;
59
+ stroke-width: 6;
60
+ fill: none;
61
+ stroke-linecap: round;
62
+ }
63
+ .app-title {
64
+ font-size: 72px;
65
+ font-weight: 800;
66
+ color: #2f6b57;
67
+ letter-spacing: 0.5px;
68
+ }
69
+
70
+ /* List area */
71
+ .list {
72
+ position: absolute;
73
+ top: 300px;
74
+ left: 40px;
75
+ right: 40px;
76
+ }
77
+ .card {
78
+ background: #f7faf8;
79
+ border: 2px solid #e4efe7;
80
+ border-radius: 36px;
81
+ min-height: 280px;
82
+ margin-bottom: 40px;
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 40px;
86
+ }
87
+ .avatar {
88
+ width: 160px;
89
+ height: 160px;
90
+ border-radius: 50%;
91
+ background: #E0E0E0;
92
+ border: 1px solid #BDBDBD;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ color: #757575;
97
+ font-size: 26px;
98
+ text-align: center;
99
+ padding: 10px;
100
+ }
101
+ .content {
102
+ flex: 1;
103
+ padding-left: 40px;
104
+ }
105
+ .title {
106
+ font-size: 56px;
107
+ color: #2f6b57;
108
+ font-weight: 800;
109
+ }
110
+ .subtitle {
111
+ display: inline-flex;
112
+ align-items: center;
113
+ padding: 14px 20px;
114
+ border-radius: 24px;
115
+ background: #ecf5ef;
116
+ color: #2f6b57;
117
+ font-size: 32px;
118
+ font-weight: 700;
119
+ margin-bottom: 12px;
120
+ }
121
+ .subtitle svg {
122
+ width: 34px;
123
+ height: 34px;
124
+ fill: #2f6b57;
125
+ margin-right: 12px;
126
+ }
127
+ .checkbox {
128
+ width: 72px;
129
+ height: 72px;
130
+ border-radius: 20px;
131
+ border: 4px solid #dbe9df;
132
+ margin-left: 20px;
133
+ box-sizing: border-box;
134
+ }
135
+
136
+ /* Bottom illustration and save button */
137
+ .illustration {
138
+ position: absolute;
139
+ bottom: 260px;
140
+ left: 0;
141
+ width: 100%;
142
+ height: 480px;
143
+ display: flex;
144
+ align-items: flex-end;
145
+ justify-content: center;
146
+ pointer-events: none;
147
+ }
148
+ .illustration .img {
149
+ width: 800px;
150
+ height: 420px;
151
+ background: #E0E0E0;
152
+ border: 1px solid #BDBDBD;
153
+ color: #757575;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ border-radius: 8px;
158
+ opacity: 0.7;
159
+ }
160
+ .save-area {
161
+ position: absolute;
162
+ bottom: 140px;
163
+ left: 40px;
164
+ right: 40px;
165
+ }
166
+ .save-btn {
167
+ height: 120px;
168
+ background: #5fb486;
169
+ color: #ffffff;
170
+ border-radius: 80px;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ font-size: 54px;
175
+ font-weight: 800;
176
+ letter-spacing: 0.5px;
177
+ box-shadow: 0 8px 16px rgba(95,180,134,0.3);
178
+ }
179
+ </style>
180
+ </head>
181
+ <body>
182
+ <div id="render-target">
183
+
184
+ <div class="status-bar">3:45</div>
185
+
186
+ <div class="app-header">
187
+ <div class="icon-btn">
188
+ <svg viewBox="0 0 24 24">
189
+ <line x1="4" y1="4" x2="20" y2="20"></line>
190
+ <line x1="20" y1="4" x2="4" y2="20"></line>
191
+ </svg>
192
+ </div>
193
+ <div class="app-title">Choose plants</div>
194
+ </div>
195
+
196
+ <div class="list">
197
+ <!-- Card 1 -->
198
+ <div class="card">
199
+ <div class="avatar">[IMG: Madagascar Palm]</div>
200
+ <div class="content">
201
+ <div class="title">Madagascar Palm</div>
202
+ </div>
203
+ <div class="checkbox"></div>
204
+ </div>
205
+
206
+ <!-- Card 2 -->
207
+ <div class="card">
208
+ <div class="avatar">[IMG: Abyssinian Banana]</div>
209
+ <div class="content">
210
+ <div class="subtitle">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 5.2 6 12 6 12s6-6.8 6-12c0-3.3-2.7-6-6-6zm0 8.2c-2 0-3.6-1.6-3.6-3.6S10 3 12 3s3.6 1.6 3.6 3.6S14 10.2 12 10.2z"/>
213
+ </svg>
214
+ <span>LIVING ROOM (4)</span>
215
+ </div>
216
+ <div class="title">Abyssinian Banana</div>
217
+ </div>
218
+ <div class="checkbox"></div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="illustration">
223
+ <div class="img">[IMG: White flower illustration]</div>
224
+ </div>
225
+
226
+ <div class="save-area">
227
+ <div class="save-btn">Save</div>
228
+ </div>
229
+
230
+ </div>
231
+ </body>
232
+ </html>
code/537/537_7.html ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Choose Plants 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: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #333;
24
+ font-size: 42px;
25
+ }
26
+ .status-left, .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 22px;
30
+ }
31
+ .status-chip {
32
+ width: 46px; height: 36px; border-radius: 6px; background: #EAEAEA; color:#666;
33
+ display:flex; align-items:center; justify-content:center; font-size: 26px; border:1px solid #D0D0D0;
34
+ }
35
+
36
+ /* Header */
37
+ .header {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 24px;
41
+ padding: 18px 36px 10px 36px;
42
+ }
43
+ .title {
44
+ font-size: 64px;
45
+ font-weight: 700;
46
+ color: #2F6E5A;
47
+ }
48
+ .icon-btn {
49
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
50
+ }
51
+
52
+ /* List area */
53
+ .list {
54
+ padding: 18px 36px 0 36px;
55
+ }
56
+ .card {
57
+ background: #FFFFFF;
58
+ border-radius: 42px;
59
+ padding: 28px 32px;
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 34px;
63
+ margin-bottom: 30px;
64
+ border: 4px solid #EAEAEA;
65
+ box-shadow: inset 0 0 0 0 rgba(0,0,0,0.02);
66
+ }
67
+ .card.selected {
68
+ border-color: #65B88E;
69
+ box-shadow: 0 0 0 0;
70
+ }
71
+ .card.dimmed {
72
+ background: #F6F8F7;
73
+ border-color: #E7ECEA;
74
+ opacity: 0.9;
75
+ }
76
+ .avatar {
77
+ width: 160px; height: 160px; border-radius: 50%;
78
+ background: #E0E0E0;
79
+ border:1px solid #BDBDBD;
80
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 26px; text-align:center;
81
+ flex-shrink: 0;
82
+ }
83
+ .card-content {
84
+ flex: 1;
85
+ }
86
+ .main-text {
87
+ font-size: 56px;
88
+ font-weight: 700;
89
+ color: #1F4E43;
90
+ }
91
+ .subline {
92
+ font-size: 28px; color: #5B8378; letter-spacing: 1px;
93
+ text-transform: uppercase; margin-bottom: 8px; display:flex; align-items:center; gap: 12px;
94
+ }
95
+ .location-pin {
96
+ width: 28px; height: 28px;
97
+ }
98
+
99
+ .checkmark {
100
+ width: 96px; height: 96px; border-radius: 22px;
101
+ background: #65B88E; display:flex; align-items:center; justify-content:center;
102
+ }
103
+ .checkmark svg { width: 54px; height: 54px; }
104
+ .checkbox {
105
+ width: 96px; height: 96px; border-radius: 22px; border: 6px solid #E1E8E5; background:#FFFFFF;
106
+ }
107
+
108
+ /* Save button */
109
+ .save-wrap {
110
+ position: absolute;
111
+ left: 0; right: 0;
112
+ bottom: 170px;
113
+ display: flex;
114
+ justify-content: center;
115
+ }
116
+ .save-btn {
117
+ width: 960px; height: 128px; border-radius: 64px;
118
+ background: #67B88F;
119
+ display:flex; align-items:center; justify-content:center;
120
+ color: #FFFFFF; font-size: 48px; font-weight: 700;
121
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
122
+ }
123
+
124
+ /* Decorative flower placeholder */
125
+ .flower {
126
+ position: absolute;
127
+ right: -40px;
128
+ bottom: 120px;
129
+ width: 560px;
130
+ height: 620px;
131
+ background: rgba(224,224,224,0.35);
132
+ border: 1px solid rgba(189,189,189,0.35);
133
+ border-radius: 30px;
134
+ display:flex; align-items:center; justify-content:center;
135
+ color:#75807A; font-size: 28px; text-align:center;
136
+ }
137
+
138
+ /* Gesture bar */
139
+ .gesture {
140
+ position: absolute;
141
+ bottom: 36px;
142
+ left: 50%; transform: translateX(-50%);
143
+ width: 360px; height: 14px; border-radius: 8px; background: #BDBDBD;
144
+ opacity: 0.7;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status Bar -->
152
+ <div class="status-bar">
153
+ <div class="status-left">
154
+ <div>3:45</div>
155
+ <div>15°</div>
156
+ <div class="status-chip">G</div>
157
+ <div>20°</div>
158
+ </div>
159
+ <div class="status-right">
160
+ <!-- mute -->
161
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#666"><path d="M3 9v6h4l5 5V4L7 9H3z"></path><path d="M16 9l5 5m0-5l-5 5" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
162
+ <!-- wifi -->
163
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#666" stroke-width="2"><path d="M2 8a15 15 0 0 1 20 0"></path><path d="M5 11a10 10 0 0 1 14 0"></path><path d="M8 14a6 6 0 0 1 8 0"></path><circle cx="12" cy="18" r="1.8" fill="#666"/></svg>
164
+ <!-- battery -->
165
+ <svg width="56" height="40" viewBox="0 0 32 18"><rect x="1" y="3" width="26" height="12" rx="2" ry="2" fill="none" stroke="#666" stroke-width="2"/><rect x="3" y="5" width="18" height="8" fill="#666"/><rect x="27" y="7" width="4" height="6" rx="1" fill="#666"/></svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Header -->
170
+ <div class="header">
171
+ <div class="icon-btn">
172
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#2F6E5A" stroke-width="2" fill="none" stroke-linecap="round">
173
+ <path d="M4 4 L20 20"></path>
174
+ <path d="M20 4 L4 20"></path>
175
+ </svg>
176
+ </div>
177
+ <div class="title">Choose plants</div>
178
+ </div>
179
+
180
+ <!-- Cards -->
181
+ <div class="list">
182
+ <!-- Selected card -->
183
+ <div class="card selected">
184
+ <div class="avatar">[IMG: Madagascar Palm]</div>
185
+ <div class="card-content">
186
+ <div class="main-text" style="color:#2A6D5B;">Madagascar Palm</div>
187
+ </div>
188
+ <div class="checkmark">
189
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
190
+ <path d="M4 12l5 5L20 6"></path>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Dimmed card -->
196
+ <div class="card dimmed">
197
+ <div class="avatar">[IMG: Abyssinian Banana]</div>
198
+ <div class="card-content">
199
+ <div class="subline">
200
+ <svg class="location-pin" viewBox="0 0 24 24" fill="#5B8378">
201
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"></path>
202
+ </svg>
203
+ <span>Living Room (4)</span>
204
+ </div>
205
+ <div class="main-text">Abyssinian Banana</div>
206
+ </div>
207
+ <div class="checkbox"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Decorative flower illustration placeholder -->
212
+ <div class="flower">[IMG: Soft floral illustration]</div>
213
+
214
+ <!-- Save button -->
215
+ <div class="save-wrap">
216
+ <div class="save-btn">Save</div>
217
+ </div>
218
+
219
+ <!-- Gesture bar -->
220
+ <div class="gesture"></div>
221
+ </div>
222
+ </body>
223
+ </html>
code/537/537_8.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>My plants UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: 'Inter', Arial, sans-serif; }
8
+ #render-target{
9
+ position:relative;
10
+ width:1080px;
11
+ height:2400px;
12
+ overflow:hidden;
13
+ background: linear-gradient(180deg, #a9d5b3 0%, #7fc6a6 35%, #d6efe1 100%);
14
+ }
15
+ /* Status bar */
16
+ .status-bar{
17
+ position:absolute;
18
+ top:0;
19
+ left:0;
20
+ width:100%;
21
+ height:96px;
22
+ padding:0 36px;
23
+ box-sizing:border-box;
24
+ display:flex;
25
+ align-items:center;
26
+ justify-content:space-between;
27
+ color:#0b2b1e;
28
+ font-weight:600;
29
+ font-size:36px;
30
+ letter-spacing:0.5px;
31
+ opacity:0.9;
32
+ }
33
+ .status-right{
34
+ display:flex; align-items:center; gap:22px;
35
+ }
36
+ .icon{
37
+ width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center;
38
+ }
39
+ .icon svg{ width:100%; height:100%; }
40
+ /* Header */
41
+ .header{
42
+ position:absolute;
43
+ top:96px;
44
+ left:0;
45
+ width:100%;
46
+ padding:24px 40px 0;
47
+ box-sizing:border-box;
48
+ color:#ffffff;
49
+ }
50
+ .top-row{
51
+ display:flex; align-items:center; justify-content:space-between;
52
+ }
53
+ .avatar{
54
+ width:96px; height:96px; background:#c4441c; border-radius:50%;
55
+ border:6px solid rgba(255,255,255,0.6);
56
+ display:flex; align-items:center; justify-content:center;
57
+ color:#fff; font-weight:800; font-size:48px;
58
+ }
59
+ .heading{
60
+ margin-top:18px;
61
+ }
62
+ .heading .small{ font-size:42px; color:rgba(255,255,255,0.8); font-weight:700; }
63
+ .heading .divider{ display:inline-block; width:16px; height:16px; border-radius:8px; background:rgba(255,255,255,0.5); margin:0 16px; vertical-align:middle; }
64
+ .heading .main{ display:block; font-size:92px; line-height:1.05; font-weight:900; color:#ffffff; text-shadow:0 1px 0 rgba(0,0,0,0.04); }
65
+ /* Search */
66
+ .search-wrap{
67
+ margin-top:28px;
68
+ width:100%;
69
+ background:rgba(255,255,255,0.35);
70
+ border:2px solid rgba(255,255,255,0.55);
71
+ height:120px;
72
+ border-radius:36px;
73
+ display:flex; align-items:center; padding:0 28px;
74
+ box-shadow: inset 0 0 0 2px rgba(0,0,0,0.02);
75
+ backdrop-filter: blur(3px);
76
+ }
77
+ .search-icon{ width:56px; height:56px; margin:0 22px 0 6px; opacity:0.9; }
78
+ .search-placeholder{ color:#1b4332; font-size:44px; opacity:0.8; }
79
+ /* Cards area */
80
+ .content{
81
+ position:absolute;
82
+ top:430px;
83
+ left:0;
84
+ right:0;
85
+ bottom:180px;
86
+ padding:10px 32px 0;
87
+ box-sizing:border-box;
88
+ overflow:hidden;
89
+ }
90
+ .grid{
91
+ display:grid;
92
+ grid-template-columns:repeat(2, 1fr);
93
+ grid-gap:34px;
94
+ }
95
+ .card{
96
+ width:100%;
97
+ background:#ffffff;
98
+ border-radius:44px;
99
+ padding:24px;
100
+ box-sizing:border-box;
101
+ box-shadow:0 8px 20px rgba(29,87,66,0.08);
102
+ position:relative;
103
+ min-height:540px;
104
+ }
105
+ /* small tab on top */
106
+ .card:before{
107
+ content:"";
108
+ position:absolute;
109
+ top:-18px; left:80px;
110
+ width:180px; height:36px;
111
+ background:#e9f6ef;
112
+ border-radius:18px 18px 0 0;
113
+ box-shadow:0 -2px 0 rgba(0,0,0,0.03) inset;
114
+ }
115
+ .thumb-grid{
116
+ display:grid;
117
+ grid-template-columns:1fr 1fr;
118
+ grid-gap:26px;
119
+ margin-top:18px;
120
+ }
121
+ .thumb{
122
+ height:180px;
123
+ border-radius:36px;
124
+ background:#f2f7f4;
125
+ border:2px dashed #e1efe7;
126
+ }
127
+ .thumb.img{
128
+ background:#E0E0E0;
129
+ border:1px solid #BDBDBD;
130
+ color:#6b6b6b;
131
+ display:flex; align-items:center; justify-content:center;
132
+ font-size:28px;
133
+ }
134
+ .card-title{
135
+ font-size:52px; font-weight:800; color:#1c3d31; margin:22px 8px 6px;
136
+ }
137
+ .card-sub{ font-size:36px; color:#5e7d72; margin:0 10px 0; }
138
+ /* Warning badge */
139
+ .badge{
140
+ position:absolute; bottom:190px; left:44px;
141
+ width:76px; height:76px; border-radius:50%; background:#ffe6e4; border:6px solid #fff;
142
+ display:flex; align-items:center; justify-content:center;
143
+ }
144
+ .badge span{
145
+ width:46px; height:46px; border-radius:50%; background:#ef6b64; color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; font-size:34px;
146
+ }
147
+ /* Bottom navigation */
148
+ .tabbar{
149
+ position:absolute; left:0; right:0; bottom:0;
150
+ height:180px; background:#ffffff; border-top-left-radius:28px; border-top-right-radius:28px;
151
+ box-shadow:0 -6px 20px rgba(0,0,0,0.08);
152
+ display:flex; align-items:center; justify-content:space-around;
153
+ }
154
+ .tab{
155
+ width:240px; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; color:#557e6d; font-size:36px; font-weight:700; gap:10px;
156
+ }
157
+ .tab .ticon{ width:64px; height:64px; }
158
+ .tab.active{ color:#1e7a55; }
159
+ .tab.active .ticon svg path{ stroke:#1e7a55; fill:#1e7a55; }
160
+ .ticon svg{ width:100%; height:100%; }
161
+ /* Floating add button */
162
+ .fab{
163
+ position:absolute;
164
+ right:42px;
165
+ bottom:246px;
166
+ width:150px; height:150px; background:#58bb84; border-radius:50%;
167
+ box-shadow:0 10px 24px rgba(0,0,0,0.18);
168
+ display:flex; align-items:center; justify-content:center;
169
+ color:#fff; font-size:96px; font-weight:700;
170
+ border:10px solid #e2f3ea;
171
+ }
172
+ /* Section titles beneath cards */
173
+ .label-wrap{ margin-top:16px; }
174
+ /* Utilities for spacing specific order of cards */
175
+ .section{ margin-bottom:18px; }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+ <!-- Status Bar -->
181
+ <div class="status-bar">
182
+ <div class="status-left">3:46 15°</div>
183
+ <div class="status-right">
184
+ <div class="icon" title="mute">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M3 9h4l5-4v14l-5-4H3z" fill="#183d2f"></path>
187
+ <path d="M16 8l5 8M21 8l-5 8" stroke="#183d2f" stroke-width="2" fill="none" stroke-linecap="round"></path>
188
+ </svg>
189
+ </div>
190
+ <div class="icon" title="wifi">
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M2 8c5-4 15-4 20 0" stroke="#183d2f" stroke-width="2" fill="none" stroke-linecap="round"/>
193
+ <path d="M5 12c4-3 10-3 14 0" stroke="#183d2f" stroke-width="2" fill="none" stroke-linecap="round"/>
194
+ <circle cx="12" cy="17" r="2" fill="#183d2f"/>
195
+ </svg>
196
+ </div>
197
+ <div class="icon" title="battery">
198
+ <svg viewBox="0 0 24 24">
199
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#183d2f" stroke-width="2"/>
200
+ <rect x="4" y="8" width="12" height="8" fill="#183d2f"/>
201
+ <rect x="20" y="10" width="2" height="6" fill="#183d2f"/>
202
+ </svg>
203
+ </div>
204
+ <div class="icon" title="temp"><span style="font-size:24px; color:#183d2f;">20°</span></div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Header block -->
209
+ <div class="header">
210
+ <div class="top-row">
211
+ <div></div>
212
+ <div class="avatar">C</div>
213
+ </div>
214
+ <div class="heading">
215
+ <span class="small">To do</span><span class="divider"></span><span class="main">My plants</span>
216
+ </div>
217
+
218
+ <div class="search-wrap">
219
+ <div class="search-icon">
220
+ <svg viewBox="0 0 24 24">
221
+ <circle cx="11" cy="11" r="7" stroke="#1b4332" stroke-width="2" fill="none"></circle>
222
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#1b4332" stroke-width="2" stroke-linecap="round"></line>
223
+ </svg>
224
+ </div>
225
+ <div class="search-placeholder">Search my plants</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Content cards -->
230
+ <div class="content">
231
+ <div class="grid">
232
+ <!-- Card 1 -->
233
+ <div class="section">
234
+ <div class="card">
235
+ <div class="thumb-grid">
236
+ <div class="thumb"></div>
237
+ <div class="thumb"></div>
238
+ <div class="thumb"></div>
239
+ <div class="thumb"></div>
240
+ </div>
241
+ </div>
242
+ <div class="label-wrap">
243
+ <div class="card-title">Living room</div>
244
+ <div class="card-sub">0 plants</div>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Card 2 -->
249
+ <div class="section">
250
+ <div class="card">
251
+ <div class="thumb-grid">
252
+ <div class="thumb"></div>
253
+ <div class="thumb"></div>
254
+ <div class="thumb"></div>
255
+ <div class="thumb"></div>
256
+ </div>
257
+ </div>
258
+ <div class="label-wrap">
259
+ <div class="card-title">Living room (1)</div>
260
+ <div class="card-sub">0 plants</div>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- Card 3 -->
265
+ <div class="section">
266
+ <div class="card">
267
+ <div class="thumb-grid">
268
+ <div class="thumb"></div>
269
+ <div class="thumb"></div>
270
+ <div class="thumb"></div>
271
+ <div class="thumb"></div>
272
+ </div>
273
+ </div>
274
+ <div class="label-wrap">
275
+ <div class="card-title">Living room (3)</div>
276
+ <div class="card-sub">0 plants</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Card 4 with image and badge -->
281
+ <div class="section">
282
+ <div class="card">
283
+ <div class="thumb-grid">
284
+ <div class="thumb img">[IMG: Plant photo]</div>
285
+ <div class="thumb"></div>
286
+ <div class="thumb"></div>
287
+ <div class="thumb"></div>
288
+ </div>
289
+ <div class="badge"><span>!</span></div>
290
+ </div>
291
+ <div class="label-wrap">
292
+ <div class="card-title">Living room (4)</div>
293
+ <div class="card-sub">1 plant</div>
294
+ </div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Floating Action Button -->
300
+ <div class="fab">+</div>
301
+
302
+ <!-- Tab Bar -->
303
+ <div class="tabbar">
304
+ <div class="tab">
305
+ <div class="ticon">
306
+ <svg viewBox="0 0 24 24">
307
+ <circle cx="11" cy="11" r="7" stroke="#557e6d" stroke-width="2" fill="none"></circle>
308
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="#557e6d" stroke-width="2" stroke-linecap="round"></line>
309
+ </svg>
310
+ </div>
311
+ <div>Search</div>
312
+ </div>
313
+ <div class="tab">
314
+ <div class="ticon">
315
+ <svg viewBox="0 0 24 24">
316
+ <path d="M12 2v8M7 7h10" stroke="#557e6d" stroke-width="2" fill="none" stroke-linecap="round"/>
317
+ <circle cx="12" cy="16" r="6" stroke="#557e6d" stroke-width="2" fill="none"/>
318
+ <path d="M12 13v6" stroke="#557e6d" stroke-width="2" stroke-linecap="round"/>
319
+ </svg>
320
+ </div>
321
+ <div>Health</div>
322
+ </div>
323
+ <div class="tab">
324
+ <div class="ticon">
325
+ <svg viewBox="0 0 24 24">
326
+ <rect x="3" y="4" width="7" height="16" rx="2" ry="2" stroke="#557e6d" fill="none" stroke-width="2"/>
327
+ <rect x="14" y="8" width="7" height="12" rx="2" ry="2" stroke="#557e6d" fill="none" stroke-width="2"/>
328
+ </svg>
329
+ </div>
330
+ <div>Explore</div>
331
+ </div>
332
+ <div class="tab active">
333
+ <div class="ticon">
334
+ <svg viewBox="0 0 24 24">
335
+ <path d="M12 2l6 6-6 6-6-6 6-6z" stroke="#1e7a55" fill="none" stroke-width="2"/>
336
+ <path d="M12 14v8" stroke="#1e7a55" stroke-width="2"/>
337
+ </svg>
338
+ </div>
339
+ <div>My garden</div>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </body>
344
+ </html>
code/5371/5371_0.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail 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; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; color: #111;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 90px;
17
+ display: flex; align-items: center; padding: 0 36px; font-size: 34px; color: #666;
18
+ }
19
+ .status-bar .right {
20
+ margin-left: auto; display: flex; gap: 18px; align-items: center;
21
+ }
22
+ .icon {
23
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
24
+ border-radius: 28px;
25
+ }
26
+ .top-actions {
27
+ position: absolute; top: 90px; left: 0; right: 0; height: 120px;
28
+ display: flex; align-items: center; justify-content: flex-end; padding: 0 36px; gap: 32px;
29
+ }
30
+ .back-btn {
31
+ position: absolute; top: 190px; left: 28px;
32
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+
35
+ /* Product image */
36
+ .image-wrap {
37
+ position: absolute; top: 270px; left: 0; width: 1080px; height: 1040px;
38
+ background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
39
+ color: #757575; font-size: 38px;
40
+ }
41
+ .img-overlay {
42
+ position: absolute; top: 290px; right: 28px; display: flex; flex-direction: column; gap: 320px;
43
+ }
44
+ .heart-btn, .share-btn {
45
+ width: 76px; height: 76px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.9);
46
+ border-radius: 38px; box-shadow: 0 2px 6px rgba(0,0,0,0.12);
47
+ }
48
+
49
+ /* Pager dots */
50
+ .pager {
51
+ position: absolute; top: 1340px; left: 0; right: 0; height: 60px;
52
+ display: flex; align-items: center; justify-content: center; gap: 16px;
53
+ }
54
+ .dot {
55
+ width: 18px; height: 18px; border-radius: 9px; background: #BDBDBD;
56
+ }
57
+ .dot.active { background: #8D8D8D; width: 24px; border-radius: 12px; }
58
+
59
+ /* Content */
60
+ .content {
61
+ position: absolute; top: 1408px; left: 36px; right: 36px;
62
+ }
63
+ .title {
64
+ font-size: 42px; line-height: 1.25; margin-bottom: 20px;
65
+ }
66
+ .title strong { font-weight: 700; }
67
+ .ratings-row {
68
+ display: flex; align-items: center; gap: 16px; margin: 12px 0 28px;
69
+ }
70
+ .stars { display: flex; align-items: center; gap: 8px; }
71
+ .rating-link { color: #1E88E5; font-size: 32px; }
72
+ .assured {
73
+ margin-left: auto; display: inline-flex; align-items: center; gap: 10px; font-size: 30px; color: #444;
74
+ padding: 10px 14px; border: 1px solid #EEE; border-radius: 16px;
75
+ }
76
+
77
+ .price-row {
78
+ display: flex; align-items: baseline; gap: 18px; margin: 28px 0;
79
+ }
80
+ .off { color: #12B05D; font-size: 48px; font-weight: 700; }
81
+ .original { color: #999; font-size: 40px; text-decoration: line-through; }
82
+ .current { font-size: 52px; font-weight: 800; }
83
+
84
+ .deal-card {
85
+ display: grid; grid-template-columns: 220px 1fr auto; align-items: center;
86
+ border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 26px 0;
87
+ }
88
+ .deal-logo {
89
+ color: #1E3A8A; font-weight: 800; font-size: 40px; letter-spacing: 1px;
90
+ }
91
+ .deal-text { display: flex; flex-direction: column; gap: 8px; }
92
+ .deal-text .get { font-size: 42px; }
93
+ .deal-text .get .price { color: #12B05D; font-weight: 800; }
94
+ .deal-sub { color: #666; font-size: 32px; }
95
+ .chev { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
96
+
97
+ /* Bottom bar */
98
+ .bottom-bar {
99
+ position: absolute; left: 0; right: 0; bottom: 90px; height: 180px; display: grid; grid-template-columns: 1fr 1fr;
100
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
101
+ }
102
+ .btn {
103
+ display: flex; align-items: center; justify-content: center; font-size: 44px; font-weight: 700;
104
+ }
105
+ .btn.cart { background: #FFFFFF; color: #111; border-right: 1px solid #eee; }
106
+ .btn.buy { background: #FFC107; color: #111; }
107
+
108
+ .gesture {
109
+ position: absolute; left: 50%; transform: translateX(-50%);
110
+ bottom: 24px; width: 420px; height: 12px; background: #000; opacity: 0.1; border-radius: 6px;
111
+ }
112
+
113
+ /* Simple icon coloring */
114
+ .icon svg, .back-btn svg, .heart-btn svg, .share-btn svg { width: 44px; height: 44px; }
115
+ .cart {
116
+ position: relative;
117
+ }
118
+ .badge {
119
+ position: absolute; top: -6px; right: -6px; width: 36px; height: 36px; background: #FF1744; color: #fff;
120
+ border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700;
121
+ border: 2px solid #fff;
122
+ }
123
+
124
+ .star svg { width: 38px; height: 38px; }
125
+ .star.green path { fill: #12B05D; }
126
+ .star.half path { fill: #A5D6A7; }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div class="time">8:39</div>
135
+ <div class="right">
136
+ <span style="font-size:32px;color:#888;">📶</span>
137
+ <span style="font-size:32px;color:#888;">🔋</span>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Top actions -->
142
+ <div class="top-actions">
143
+ <div class="icon">
144
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7" stroke="#111" stroke-width="2" fill="none"/><line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#111" stroke-width="2"/></svg>
145
+ </div>
146
+ <div class="icon">
147
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="7" r="4" fill="none" stroke="#111" stroke-width="2"/><rect x="9" y="12" width="6" height="8" rx="3" stroke="#111" stroke-width="2" fill="none"/></svg>
148
+ </div>
149
+ <div class="icon cart">
150
+ <svg viewBox="0 0 24 24"><path d="M3 5h2l3 12h10l2-8H8" fill="none" stroke="#111" stroke-width="2"/><circle cx="10" cy="20" r="1.8"/><circle cx="18" cy="20" r="1.8"/></svg>
151
+ <div class="badge">1</div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Back button -->
156
+ <div class="back-btn">
157
+ <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
158
+ </div>
159
+
160
+ <!-- Product image -->
161
+ <div class="image-wrap">[IMG: Axion Iron Glossy Handleset on wooden door]</div>
162
+
163
+ <!-- Overlay buttons on image -->
164
+ <div class="img-overlay">
165
+ <div class="heart-btn">
166
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.4-8-10a5 5 0 019-3 5 5 0 019 3c0 4.6-8 10-8 10z" fill="#E91E63"/></svg>
167
+ </div>
168
+ <div class="share-btn">
169
+ <svg viewBox="0 0 24 24"><path d="M4 12l10-6v4l6 2-6 2v4z" fill="#4285F4"/></svg>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Pager dots -->
174
+ <div class="pager">
175
+ <div class="dot active"></div>
176
+ <div class="dot"></div>
177
+ <div class="dot"></div>
178
+ <div class="dot"></div>
179
+ <div class="dot"></div>
180
+ </div>
181
+
182
+ <!-- Content details -->
183
+ <div class="content">
184
+ <div class="title"><strong>Axion</strong> Iron Glossy Handlesets (Silver, Gold)</div>
185
+
186
+ <div class="ratings-row">
187
+ <div class="stars">
188
+ <span class="star green">
189
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.2 5.1 1.2 7.1L12 18l-6.3 3.7 1.2-7.1L1.7 9.5l7.1-1z"/></svg>
190
+ </span>
191
+ <span class="star green">
192
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.2 5.1 1.2 7.1L12 18l-6.3 3.7 1.2-7.1L1.7 9.5l7.1-1z"/></svg>
193
+ </span>
194
+ <span class="star green">
195
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.2 5.1 1.2 7.1L12 18l-6.3 3.7 1.2-7.1L1.7 9.5l7.1-1z"/></svg>
196
+ </span>
197
+ <span class="star green">
198
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.2 5.1 1.2 7.1L12 18l-6.3 3.7 1.2-7.1L1.7 9.5l7.1-1z"/></svg>
199
+ </span>
200
+ <span class="star half">
201
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.2 6.5 7.1 1-5.2 5.1 1.2 7.1L12 18l-6.3 3.7 1.2-7.1L1.7 9.5l7.1-1z"/></svg>
202
+ </span>
203
+ </div>
204
+ <div class="rating-link">49 ratings</div>
205
+ <div class="assured">
206
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" stroke="#FFC107" stroke-width="2" fill="none"/><path d="M9 12l2 2 4-4" stroke="#FFC107" stroke-width="2" fill="none"/></svg>
207
+ <span>Plus F-Assured</span>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="price-row">
212
+ <div class="off">78% off</div>
213
+ <div class="original">2,963</div>
214
+ <div class="current">₹646</div>
215
+ </div>
216
+
217
+ <div class="deal-card">
218
+ <div class="deal-logo">WOW!<br/>DEAL</div>
219
+ <div class="deal-text">
220
+ <div class="get">Get at <span class="price">₹613</span></div>
221
+ <div class="deal-sub">With Bank offer</div>
222
+ </div>
223
+ <div class="chev">
224
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round"/></svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Bottom CTA bar -->
230
+ <div class="bottom-bar">
231
+ <div class="btn cart">Add to cart</div>
232
+ <div class="btn buy">Buy now</div>
233
+ </div>
234
+
235
+ <!-- Gesture bar -->
236
+ <div class="gesture"></div>
237
+
238
+ </div>
239
+ </body>
240
+ </html>
code/5371/5371_1.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Product Detail UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#ffffff;
10
+ --text:#222222;
11
+ --muted:#777777;
12
+ --divider:#EAEAEA;
13
+ --green:#0A9B2A;
14
+ --blue:#1976D2;
15
+ --yellow:#F9C83A;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:var(--text); }
18
+ #render-target{
19
+ position:relative; overflow:hidden;
20
+ width:1080px; height:2400px;
21
+ background:var(--bg);
22
+ border-radius:28px; box-shadow:0 6px 28px rgba(0,0,0,0.12);
23
+ }
24
+
25
+ /* status bar */
26
+ .status-bar{
27
+ height:86px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
28
+ color:#7c7c7c; font-size:34px;
29
+ }
30
+ .status-right{ display:flex; align-items:center; gap:24px; }
31
+ .icon-signal{ width:36px; height:28px; }
32
+ .icon-battery{ width:28px; height:36px; }
33
+
34
+ /* main content */
35
+ .content{ padding:0 40px; }
36
+ .title-row{ margin-top:34px; display:flex; align-items:flex-start; justify-content:space-between; gap:24px; }
37
+ .title-row .title{ font-size:42px; line-height:1.3; }
38
+ .title-row .title strong{ font-weight:700; }
39
+ .plus-badge{ display:flex; align-items:center; gap:12px; color:#4361ee; }
40
+ .pill{ padding:6px 16px; border:1px solid #d9e2ff; border-radius:22px; font-size:26px; color:#4361ee; background:#f5f8ff; }
41
+ .star-row{ margin-top:22px; display:flex; align-items:center; gap:16px; }
42
+ .stars{ display:flex; gap:6px; }
43
+ .stars svg{ width:34px; height:34px; }
44
+ .rating-link{ color:var(--blue); font-size:30px; }
45
+
46
+ .price-row{ margin-top:34px; display:flex; align-items:baseline; gap:20px; }
47
+ .off{ font-size:58px; color:var(--green); font-weight:700; }
48
+ .mrp{ font-size:40px; color:#9e9e9e; text-decoration:line-through; }
49
+ .price{ font-size:56px; font-weight:800; }
50
+
51
+ .wow-card{ margin-top:36px; border-top:1px solid var(--divider); border-bottom:1px solid var(--divider); padding:30px 0; display:flex; align-items:flex-start; gap:26px; }
52
+ .wow-badge{ color:#2D59F3; font-weight:800; font-size:38px; line-height:1; }
53
+ .wow-badge small{ display:block; font-size:26px; color:#597cf7; }
54
+ .wow-info{ flex:1; }
55
+ .wow-info .line1{ font-size:40px; }
56
+ .wow-info .line1 .green{ color:var(--green); font-weight:800; }
57
+ .wow-info .sub{ margin-top:10px; color:#666; font-size:30px; }
58
+ .chev-down{ width:40px; height:40px; align-self:center; }
59
+
60
+ .section-header{ display:flex; align-items:center; justify-content:space-between; padding:30px 0; font-size:38px; font-weight:700; border-bottom:1px solid var(--divider); }
61
+ .chev-right{ width:36px; height:36px; }
62
+
63
+ .ordered-row{ padding:26px 0; display:flex; align-items:center; gap:22px; border-bottom:1px solid var(--divider); }
64
+ .circle-icon{ width:54px; height:54px; border-radius:50%; background:#E8F7E9; border:1px solid #CDE9D0; display:flex; align-items:center; justify-content:center; }
65
+ .ordered-text{ font-size:34px; }
66
+ .ordered-text b{ font-weight:800; }
67
+
68
+ .features{ padding:24px 0 18px; display:flex; align-items:flex-start; justify-content:space-between; text-align:center; border-bottom:1px solid var(--divider); }
69
+ .feat-item{ width:32%; }
70
+ .feat-icon{ width:80px; height:80px; margin:0 auto 14px; border-radius:40px; background:#EEF3FF; display:flex; align-items:center; justify-content:center; }
71
+ .feat-item .label{ font-size:30px; color:#555; }
72
+
73
+ .coins{ padding:26px 0; border-bottom:1px solid var(--divider); }
74
+ .coins-top{ display:flex; align-items:center; gap:18px; font-size:34px; }
75
+ .coin-icon{ width:64px; height:64px; border-radius:32px; background:#FFF7D8; border:1px solid #F2E2A8; display:flex; align-items:center; justify-content:center; }
76
+ .coins-sub{ margin-top:14px; font-size:28px; color:#666; }
77
+ .coins-sub .link{ color:var(--blue); font-weight:600; }
78
+
79
+ .sale-banner{ margin-top:18px; padding:24px; background:#FFF6D8; border:1px solid #F2E0A6; border-radius:14px; display:flex; align-items:center; gap:22px; }
80
+ .banner-img{ width:100px; height:100px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; }
81
+ .sale-text{ font-size:34px; }
82
+ .sale-text .time{ font-weight:700; letter-spacing:0.5px; }
83
+
84
+ .view-similar{ margin-top:18px; padding:30px 0; display:flex; align-items:center; gap:20px; font-size:36px; font-weight:700; color:#333; border-top:1px solid var(--divider); border-bottom:1px solid var(--divider); }
85
+ .doc-icon{ width:44px; height:44px; }
86
+
87
+ .pincode-row{ padding:30px 0; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--divider); }
88
+ .pincode-row .label{ font-size:34px; color:#333; }
89
+ .btn-outline{ padding:16px 24px; border:1px solid #C6D7FE; color:#1E5AF5; border-radius:10px; font-size:32px; background:#F5F8FF; }
90
+
91
+ .delivery-row{ padding:26px 0; border-bottom:1px solid var(--divider); }
92
+ .delivery-top{ display:flex; align-items:center; justify-content:space-between; }
93
+ .left-side{ display:flex; align-items:center; gap:18px; }
94
+ .truck-icon{ width:48px; height:48px; }
95
+ .delivery-top .text{ font-size:34px; }
96
+ .free{ color:var(--green); font-weight:800; }
97
+ .strike{ color:#9e9e9e; text-decoration:line-through; }
98
+ .del-date{ color:#333; }
99
+ .delivery-sub{ margin-top:10px; font-size:28px; color:#666; }
100
+ .delivery-sub .hot{ color:#D81B60; font-weight:700; }
101
+
102
+ /* bottom bar */
103
+ .bottom-bar{
104
+ position:absolute; left:0; right:0; bottom:84px;
105
+ height:120px; display:flex; align-items:center; justify-content:space-between;
106
+ border-top:1px solid var(--divider); background:#fff;
107
+ }
108
+ .bottom-bar .btn{
109
+ width:50%; height:100%; display:flex; align-items:center; justify-content:center;
110
+ font-size:38px; font-weight:800;
111
+ }
112
+ .btn.cart{ background:#fff; color:#000; }
113
+ .btn.buy{ background:#FFC107; color:#000; }
114
+ .home-indicator{ position:absolute; bottom:24px; left:50%; transform:translateX(-50%); width:220px; height:12px; background:#ddd; border-radius:6px; }
115
+
116
+ /* small helpers */
117
+ .divider{ height:1px; background:var(--divider); }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+ <!-- Status bar -->
123
+ <div class="status-bar">
124
+ <div>8:39</div>
125
+ <div class="status-right">
126
+ <svg class="icon-signal" viewBox="0 0 24 24">
127
+ <rect x="1" y="14" width="3" height="9" fill="#757575"></rect>
128
+ <rect x="6" y="10" width="3" height="13" fill="#757575"></rect>
129
+ <rect x="11" y="6" width="3" height="17" fill="#757575"></rect>
130
+ </svg>
131
+ <svg class="icon-battery" viewBox="0 0 24 24">
132
+ <rect x="1" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#757575" stroke-width="2"></rect>
133
+ <rect x="3" y="7" width="14" height="10" fill="#757575"></rect>
134
+ <rect x="20" y="9" width="3" height="6" fill="#757575"></rect>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+
139
+ <div class="content">
140
+ <!-- Title -->
141
+ <div class="title-row">
142
+ <div class="title">
143
+ <strong>Axion</strong> Iron Glossy Handlesets (Silver, Gold)
144
+ </div>
145
+ <div class="plus-badge">
146
+ <svg width="28" height="28" viewBox="0 0 24 24">
147
+ <circle cx="12" cy="12" r="11" fill="#FFF" stroke="#FFD54F" stroke-width="2"></circle>
148
+ <path d="M12 7v10M7 12h10" stroke="#FFD54F" stroke-width="2" stroke-linecap="round"/>
149
+ </svg>
150
+ <span>Plus</span>
151
+ <span class="pill">F-ASSURED</span>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Rating -->
156
+ <div class="star-row">
157
+ <div class="stars">
158
+ <svg viewBox="0 0 24 24"><path fill="#21BA45" d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
159
+ <svg viewBox="0 0 24 24"><path fill="#21BA45" d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
160
+ <svg viewBox="0 0 24 24"><path fill="#21BA45" d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
161
+ <svg viewBox="0 0 24 24"><path fill="#21BA45" d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
162
+ <svg viewBox="0 0 24 24"><path fill="#21BA45" d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z"/></svg>
163
+ </div>
164
+ <a class="rating-link" href="#">49 ratings</a>
165
+ </div>
166
+
167
+ <!-- Price -->
168
+ <div class="price-row">
169
+ <div class="off">78% off</div>
170
+ <div class="mrp">2,963</div>
171
+ <div class="price">₹646</div>
172
+ </div>
173
+
174
+ <!-- WOW Deal -->
175
+ <div class="wow-card">
176
+ <div class="wow-badge">WOW!<small>DEAL</small></div>
177
+ <div class="wow-info">
178
+ <div class="line1">Get at <span class="green">₹613</span></div>
179
+ <div class="sub">With Bank offer</div>
180
+ </div>
181
+ <svg class="chev-down" viewBox="0 0 24 24">
182
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+
186
+ <!-- Offers & Coupons -->
187
+ <div class="section-header">
188
+ <div>All Offers &amp; Coupons</div>
189
+ <svg class="chev-right" viewBox="0 0 24 24">
190
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
191
+ </svg>
192
+ </div>
193
+
194
+ <!-- Ordered count -->
195
+ <div class="ordered-row">
196
+ <div class="circle-icon">
197
+ <svg width="34" height="34" viewBox="0 0 24 24">
198
+ <path d="M4 14l5-5 3 3 8-8" fill="none" stroke="#21BA45" stroke-width="2" stroke-linecap="round"/>
199
+ </svg>
200
+ </div>
201
+ <div class="ordered-text"><b>29</b> people ordered this in the last 30 days</div>
202
+ </div>
203
+
204
+ <!-- Features -->
205
+ <div class="features">
206
+ <div class="feat-item">
207
+ <div class="feat-icon">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M7 7v10M17 7v10" stroke="#356EEE" stroke-width="2" />
210
+ <path d="M4 12h16" stroke="#356EEE" stroke-width="2" />
211
+ </svg>
212
+ </div>
213
+ <div class="label">7 Days Returns</div>
214
+ </div>
215
+ <div class="feat-item">
216
+ <div class="feat-icon" style="background:#E9FFF1;">
217
+ <svg viewBox="0 0 24 24">
218
+ <rect x="3" y="6" width="14" height="12" rx="2" fill="none" stroke="#15B748" stroke-width="2"></rect>
219
+ <path d="M17 10h4v4h-4" stroke="#15B748" stroke-width="2"/>
220
+ <path d="M7 12h6" stroke="#15B748" stroke-width="2"/>
221
+ </svg>
222
+ </div>
223
+ <div class="label">Cash On Delivery available</div>
224
+ </div>
225
+ <div class="feat-item">
226
+ <div class="feat-icon" style="background:#FFF7D8;">
227
+ <svg viewBox="0 0 24 24">
228
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#F0C021" stroke-width="2"></circle>
229
+ <path d="M12 8v8M8 12h8" stroke="#F0C021" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ <div class="label">Plus (F-Assured)</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- SuperCoins -->
237
+ <div class="coins">
238
+ <div class="coins-top">
239
+ <div class="coin-icon">
240
+ <svg width="34" height="34" viewBox="0 0 24 24">
241
+ <circle cx="12" cy="12" r="9" fill="#FFD54F" stroke="#F2C94C" />
242
+ <path d="M12 8v8M8 12h8" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
243
+ </svg>
244
+ </div>
245
+ <div>You will earn ⚡12 SuperCoins cashback</div>
246
+ </div>
247
+ <div class="coins-sub">Use it to save on your next order. <span class="link">How?</span></div>
248
+ </div>
249
+
250
+ <!-- Sale banner -->
251
+ <div class="sale-banner">
252
+ <div class="banner-img">[IMG: Sale Banner]</div>
253
+ <div class="sale-text">Big Year End Sale Starts In <span class="time">15h 20m 10s</span></div>
254
+ </div>
255
+
256
+ <!-- View similar -->
257
+ <div class="view-similar">
258
+ <svg class="doc-icon" viewBox="0 0 24 24">
259
+ <rect x="6" y="3" width="12" height="18" rx="2" fill="none" stroke="#777" stroke-width="2"/>
260
+ <path d="M9 8h6M9 12h6M9 16h6" stroke="#777" stroke-width="2"/>
261
+ </svg>
262
+ <div>View Similar</div>
263
+ </div>
264
+
265
+ <!-- Pincode -->
266
+ <div class="pincode-row">
267
+ <div class="label">Find a seller that delivers to you</div>
268
+ <button class="btn-outline">Enter pincode</button>
269
+ </div>
270
+
271
+ <!-- Delivery info -->
272
+ <div class="delivery-row">
273
+ <div class="delivery-top">
274
+ <div class="left-side">
275
+ <svg class="truck-icon" viewBox="0 0 24 24">
276
+ <rect x="2" y="7" width="11" height="7" fill="none" stroke="#777" stroke-width="2"></rect>
277
+ <path d="M13 9h4l3 3v2h-7z" fill="none" stroke="#777" stroke-width="2"/>
278
+ <circle cx="6" cy="16" r="2" fill="#777"></circle>
279
+ <circle cx="18" cy="16" r="2" fill="#777"></circle>
280
+ </svg>
281
+ <div class="text">
282
+ <span class="free">FREE Delivery</span> <span class="strike">₹40</span> | <span class="del-date">Delivery by 11 Dec, Monday</span>
283
+ </div>
284
+ </div>
285
+ <svg class="chev-right" viewBox="0 0 24 24">
286
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
287
+ </svg>
288
+ </div>
289
+ <div class="delivery-sub">If ordered within <span class="hot">19m 10s</span></div>
290
+ </div>
291
+ </div>
292
+
293
+ <!-- Bottom bar -->
294
+ <div class="bottom-bar">
295
+ <div class="btn cart">Add to cart</div>
296
+ <div class="btn buy">Buy now</div>
297
+ </div>
298
+ <div class="home-indicator"></div>
299
+ </div>
300
+ </body>
301
+ </html>
code/5371/5371_2.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; color: #212121;
13
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif;
14
+ }
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 100px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ font-size: 34px; color: #000;
20
+ }
21
+ .divider { height: 1px; background: #e6e6e6; width: 100%; }
22
+ .row {
23
+ display: flex; align-items: center; justify-content: space-between;
24
+ padding: 34px 40px;
25
+ font-size: 34px;
26
+ }
27
+ .muted { color: #757575; }
28
+ .label { color: #9e9e9e; width: 380px; font-size: 34px; }
29
+ .value { color: #212121; flex: 1; font-size: 34px; }
30
+ .section-title {
31
+ font-size: 44px; font-weight: 700;
32
+ padding: 40px; padding-bottom: 16px;
33
+ }
34
+ .two-col { padding: 0 40px; }
35
+ .two-col .item { display: flex; padding: 28px 0; }
36
+ .pill-btn {
37
+ border: 1px solid #cfcfcf; border-radius: 14px;
38
+ padding: 18px 28px; font-weight: 600; color: #2962FF; background: #fff;
39
+ }
40
+ .green { color: #00a000; font-weight: 700; }
41
+ .pink { color: #e91e63; font-weight: 700; }
42
+ .strike { text-decoration: line-through; color: #9e9e9e; }
43
+ .chevron { width: 28px; height: 28px; margin-left: 16px; }
44
+ .icon { width: 40px; height: 40px; margin-right: 18px; }
45
+ .sticky-bar {
46
+ position: absolute; left: 0; right: 0; bottom: 80px;
47
+ height: 160px; display: flex;
48
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
49
+ }
50
+ .btn-left, .btn-right {
51
+ flex: 1; display: flex; align-items: center; justify-content: center;
52
+ font-size: 40px; font-weight: 700;
53
+ }
54
+ .btn-left { background: #ffffff; color: #000; border-top: 1px solid #e6e6e6; }
55
+ .btn-right { background: #FFC107; color: #000; }
56
+ .home-indicator {
57
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
58
+ width: 240px; height: 14px; background: #cfcfcf; border-radius: 8px;
59
+ }
60
+ .content-scroll {
61
+ position: absolute; top: 100px; bottom: 240px; left: 0; right: 0;
62
+ overflow: hidden;
63
+ }
64
+ .content-inner {
65
+ position: absolute; left: 0; right: 0; top: 0;
66
+ height: 2000px; overflow: hidden;
67
+ }
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+ <!-- Status Bar -->
73
+ <div class="status-bar">
74
+ <div>8:40</div>
75
+ <div style="display:flex; align-items:center; gap:18px;">
76
+ <!-- Network icon -->
77
+ <svg class="icon" viewBox="0 0 24 24">
78
+ <path d="M3 18h2v3H3v-3zm4-5h2v8H7v-8zm4-3h2v11h-2V10zm4-4h2v15h-2V6zm4-2h2v17h-2V4z" fill="#616161"/>
79
+ </svg>
80
+ <!-- Battery icon -->
81
+ <svg class="icon" viewBox="0 0 24 24">
82
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#616161" stroke-width="2"/>
83
+ <rect x="4" y="8" width="14" height="8" fill="#616161"/>
84
+ <rect x="20" y="10" width="2" height="4" fill="#616161"/>
85
+ </svg>
86
+ </div>
87
+ </div>
88
+
89
+ <div class="content-scroll">
90
+ <div class="content-inner">
91
+ <!-- "View Similar" Row -->
92
+ <div class="divider"></div>
93
+ <div class="row" style="padding-top: 26px; padding-bottom: 26px;">
94
+ <div style="display:flex; align-items:center;">
95
+ <svg class="icon" viewBox="0 0 24 24">
96
+ <path d="M4 3h16v3H4V3zm0 5h16v3H4V8zm0 5h16v3H4v-3zm0 5h16v3H4v-3z" fill="#9e9e9e"/>
97
+ </svg>
98
+ <span style="font-size:36px;">View Similar</span>
99
+ </div>
100
+ </div>
101
+ <div class="divider"></div>
102
+
103
+ <!-- Pincode Row -->
104
+ <div class="row">
105
+ <div class="muted" style="font-size:36px;">Find a seller that delivers to you</div>
106
+ <button class="pill-btn">Enter pincode</button>
107
+ </div>
108
+ <div class="divider"></div>
109
+
110
+ <!-- Delivery Row -->
111
+ <div class="row" style="align-items:flex-start; flex-direction:column; gap:10px;">
112
+ <div style="display:flex; align-items:center; width:100%;">
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <path d="M3 5h12v9H3V5zm12 4h3l3 3v2h-6V9zM5 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z" fill="#9e9e9e"/>
115
+ </svg>
116
+ <div style="flex:1; display:flex; align-items:center; flex-wrap:wrap; gap:10px; font-size:36px;">
117
+ <span class="green">FREE Delivery</span>
118
+ <span class="strike">₹40</span>
119
+ <span class="muted">|</span>
120
+ <span>Delivery by 11 Dec, Monday</span>
121
+ </div>
122
+ <svg class="chevron" viewBox="0 0 24 24">
123
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#9e9e9e" stroke-width="2"/>
124
+ </svg>
125
+ </div>
126
+ <div class="muted" style="font-size:32px;">
127
+ If ordered within <span class="pink">19m 01s</span>
128
+ </div>
129
+ </div>
130
+ <div class="divider"></div>
131
+
132
+ <!-- Product Details Section -->
133
+ <div class="section-title">Product Details</div>
134
+ <div class="two-col">
135
+ <div class="item">
136
+ <div class="label">Number of Door Locks</div>
137
+ <div class="value">1</div>
138
+ </div>
139
+ <div class="item">
140
+ <div class="label">Sales Package</div>
141
+ <div class="value">1 PAIR MORTISE HANDLE, 1 BULLET LOCK, 3 KEYS, 12 NOS SCREWS, 3 keys</div>
142
+ </div>
143
+ <div class="item">
144
+ <div class="label">Brand</div>
145
+ <div class="value">Axion</div>
146
+ </div>
147
+ <div class="item">
148
+ <div class="label">Model Number</div>
149
+ <div class="value">7 inches Mortice Door Handle Lock Set A103 KY Gold Silver Finish with 70mm 3 Bullet Double Turn door Lock 6 lever with 3 Keys, Mortise Lock, Door Lock</div>
150
+ </div>
151
+ <div class="item">
152
+ <div class="label">Color</div>
153
+ <div class="value">Silver, Gold</div>
154
+ </div>
155
+ <div class="item">
156
+ <div class="label">Material</div>
157
+ <div class="value">Iron</div>
158
+ </div>
159
+ <div class="item">
160
+ <div class="label">Type</div>
161
+ <div class="value">Handlesets</div>
162
+ </div>
163
+ <div class="item">
164
+ <div class="label">Finish</div>
165
+ <div class="value">Glossy</div>
166
+ </div>
167
+ <div class="item">
168
+ <div class="label">Net Quantity</div>
169
+ <div class="value">1 Door Lock</div>
170
+ </div>
171
+ <div class="item">
172
+ <div class="label">Weight</div>
173
+ <div class="value">1000 g</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Details paragraph -->
178
+ <div class="section-title" style="padding-top: 36px;">Details</div>
179
+ <div style="padding: 0 40px 240px; font-size:34px; color:#424242; line-height:1.5;">
180
+ Axion handle set and Lock is manufactured by using high quality raw materials to make locks and handle set.
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Sticky bottom action bar -->
186
+ <div class="sticky-bar">
187
+ <div class="btn-left">Add to cart</div>
188
+ <div class="btn-right">Buy now</div>
189
+ </div>
190
+
191
+ <!-- Home indicator -->
192
+ <div class="home-indicator"></div>
193
+ </div>
194
+ </body>
195
+ </html>
code/5371/5371_3.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Product Details - Mock UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF; color: #111;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 120px;
19
+ padding: 0 44px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #333; font-weight: 600; font-size: 46px;
22
+ }
23
+ .status-icons { display: flex; align-items: center; gap: 28px; }
24
+ .icon { width: 40px; height: 40px; display: inline-block; }
25
+
26
+ /* Page content */
27
+ .page {
28
+ padding: 24px 48px 220px 48px; /* bottom space for action bar */
29
+ }
30
+
31
+ /* Specs grid */
32
+ .specs {
33
+ display: grid; grid-template-columns: 1fr 1fr;
34
+ gap: 34px 20px; margin-top: 10px; margin-bottom: 40px;
35
+ }
36
+ .spec-label { color: #9E9E9E; font-size: 44px; }
37
+ .spec-value { color: #111; font-weight: 700; font-size: 46px; text-align: left; }
38
+
39
+ /* Details section */
40
+ .section-title {
41
+ font-size: 58px; font-weight: 700; margin: 30px 0 16px 0;
42
+ }
43
+ .details-text {
44
+ font-size: 42px; line-height: 64px; color: #333;
45
+ }
46
+ .link-more { color: #1A73E8; font-weight: 600; }
47
+
48
+ /* Row link */
49
+ .row-link {
50
+ margin-top: 34px; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;
51
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
52
+ font-size: 48px; font-weight: 700; color: #111;
53
+ }
54
+ .chevron { width: 40px; height: 40px; }
55
+
56
+ /* Similar products */
57
+ .sim-header {
58
+ margin-top: 32px; display: flex; align-items: center; justify-content: space-between;
59
+ }
60
+ .sim-title { font-size: 56px; font-weight: 800; }
61
+ .circle-btn {
62
+ width: 72px; height: 72px; border-radius: 36px; background: #F4F4F4; display: flex; align-items: center; justify-content: center;
63
+ border: 1px solid #E0E0E0;
64
+ }
65
+ .cards {
66
+ display: flex; gap: 32px; margin-top: 24px;
67
+ }
68
+ .card {
69
+ width: 292px; border: 1px solid #E0E0E0; border-radius: 20px; overflow: hidden; background: #fff;
70
+ }
71
+ .card-img {
72
+ width: 100%; height: 220px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
73
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
74
+ position: relative;
75
+ }
76
+ .tag {
77
+ position: absolute; top: 14px; left: 14px;
78
+ background: #14B8A6; color: #fff; font-size: 34px; font-weight: 800;
79
+ padding: 8px 16px; border-radius: 12px;
80
+ }
81
+ .card-body { padding: 18px 18px 22px; }
82
+ .brand { font-size: 40px; font-weight: 800; margin-bottom: 6px; }
83
+ .subtitle { font-size: 36px; color: #555; margin-bottom: 8px; }
84
+ .price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
85
+ .old { font-size: 34px; color: #9E9E9E; text-decoration: line-through; }
86
+ .new { font-size: 42px; font-weight: 800; }
87
+ .off { font-size: 34px; color: #16A34A; font-weight: 700; }
88
+ .stars { color: #16A34A; font-size: 40px; line-height: 1; }
89
+ .rating-count { color: #777; font-size: 34px; margin-left: 6px; }
90
+ .deal { color: #16A34A; font-size: 34px; margin-top: 6px; }
91
+
92
+ /* Ratings & Reviews row */
93
+ .ratings-row {
94
+ margin-top: 38px; padding: 28px 0; border-top: 10px solid #F2F2F2; border-bottom: 10px solid #F2F2F2;
95
+ display: flex; align-items: center; justify-content: space-between;
96
+ }
97
+ .rate-btn {
98
+ padding: 20px 34px; border: 1px solid #E0E0E0; border-radius: 16px; font-size: 40px; font-weight: 700; color: #1A73E8; background: #fff;
99
+ }
100
+
101
+ /* Bottom action bar */
102
+ .action-bar {
103
+ position: absolute; left: 0; right: 0; bottom: 48px;
104
+ height: 160px; display: flex; box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
105
+ border-top: 1px solid #E6E6E6; overflow: hidden;
106
+ }
107
+ .btn-cart, .btn-buy {
108
+ flex: 1; display: flex; align-items: center; justify-content: center; font-size: 52px; font-weight: 800;
109
+ }
110
+ .btn-cart { background: #FFFFFF; color: #111; }
111
+ .btn-buy { background: #FFD234; color: #111; }
112
+ .home-indicator {
113
+ position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
114
+ width: 320px; height: 10px; background: #D6D6D6; border-radius: 5px;
115
+ }
116
+ </style>
117
+ </head>
118
+ <body>
119
+ <div id="render-target">
120
+
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>8:40</div>
124
+ <div class="status-icons">
125
+ <!-- Wi-Fi icon -->
126
+ <svg class="icon" viewBox="0 0 24 24">
127
+ <path d="M2 8c5-4 15-4 20 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
128
+ <path d="M5 12c4-3 10-3 14 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
129
+ <path d="M9 16c3-2 5-2 8 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
130
+ <circle cx="12" cy="19" r="2" fill="#444"/>
131
+ </svg>
132
+ <!-- Battery icon -->
133
+ <svg class="icon" viewBox="0 0 28 16">
134
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#444" stroke-width="2"/>
135
+ <rect x="3" y="4" width="16" height="8" rx="1" fill="#444"/>
136
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#444"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="page">
142
+
143
+ <!-- Specs grid -->
144
+ <div class="specs">
145
+ <div class="spec-label">Type</div>
146
+ <div class="spec-value">Handlesets</div>
147
+
148
+ <div class="spec-label">Finish</div>
149
+ <div class="spec-value">Glossy</div>
150
+
151
+ <div class="spec-label">Net Quantity</div>
152
+ <div class="spec-value">1 Door Lock</div>
153
+
154
+ <div class="spec-label">Weight</div>
155
+ <div class="spec-value">1000 g</div>
156
+ </div>
157
+
158
+ <!-- Details -->
159
+ <div class="section-title">Details</div>
160
+ <div class="details-text">
161
+ Axion handle set and Lock is manufactured by using high‑quality assured material and advanced techniques,
162
+ which make them up to the standard in this highly challenging field. Products go through quali…
163
+ <span class="link-more">more</span>
164
+ </div>
165
+
166
+ <div class="row-link">
167
+ <div>All Details</div>
168
+ <svg class="chevron" viewBox="0 0 24 24">
169
+ <path d="M8 4l8 8-8 8" stroke="#333" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
170
+ </svg>
171
+ </div>
172
+
173
+ <!-- Similar products -->
174
+ <div class="sim-header">
175
+ <div class="sim-title">Similar Products</div>
176
+ <div class="circle-btn">
177
+ <svg width="28" height="28" viewBox="0 0 24 24">
178
+ <path d="M8 5l8 7-8 7" stroke="#333" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="cards">
184
+ <!-- Card 1 -->
185
+ <div class="card">
186
+ <div class="card-img">
187
+ <div class="tag">TRENDING</div>
188
+ [IMG: Door Handle on Wooden Door]
189
+ </div>
190
+ <div class="card-body">
191
+ <div class="brand">MILTON</div>
192
+ <div class="subtitle">Iron Glossy Handlesets</div>
193
+ <div class="price-row">
194
+ <div class="old">3,200</div>
195
+ <div class="new">₹625</div>
196
+ </div>
197
+ <div class="off">80% off</div>
198
+ <div class="stars">★★★★☆ <span class="rating-count">(445)</span></div>
199
+ <div class="deal" style="color:#16A34A;">Free Delivery</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Card 2 -->
204
+ <div class="card">
205
+ <div class="card-img">[IMG: Door Handle - Glossy Metal]</div>
206
+ <div class="card-body">
207
+ <div class="subtitle" style="color:#9E9E9E; margin-bottom:2px;">Sponsored</div>
208
+ <div class="brand">VINO</div>
209
+ <div class="subtitle">Iron Glossy Handlesets</div>
210
+ <div class="price-row">
211
+ <div class="old">2,600</div>
212
+ <div class="new">₹561</div>
213
+ </div>
214
+ <div class="off">78% off</div>
215
+ <div class="stars">★★★★☆ <span class="rating-count">(11)</span></div>
216
+ <div class="deal">Hot Deal</div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Card 3 -->
221
+ <div class="card">
222
+ <div class="card-img">[IMG: Door Handle - Gold Accent]</div>
223
+ <div class="card-body">
224
+ <div class="brand">Axion</div>
225
+ <div class="subtitle">Iron Glossy Handlesets</div>
226
+ <div class="price-row">
227
+ <div class="old">2,963</div>
228
+ <div class="new">₹639</div>
229
+ </div>
230
+ <div class="off">78% off</div>
231
+ <div class="stars">★★★★★</div>
232
+ <div class="deal">Hot Deal</div>
233
+ </div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Ratings & Reviews -->
238
+ <div class="ratings-row">
239
+ <div class="sim-title" style="font-size:52px;">Ratings & Reviews</div>
240
+ <button class="rate-btn">Rate Product</button>
241
+ </div>
242
+
243
+ </div>
244
+
245
+ <!-- Bottom action bar -->
246
+ <div class="action-bar">
247
+ <div class="btn-cart">Add to cart</div>
248
+ <div class="btn-buy">Buy now</div>
249
+ </div>
250
+
251
+ <div class="home-indicator"></div>
252
+
253
+ </div>
254
+ </body>
255
+ </html>
code/5371/5371_4.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details - Mobile UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; color: #212121;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #2e2e2e; font-size: 36px;
18
+ }
19
+ .status-icons { display: flex; align-items: center; gap: 26px; }
20
+ .icon { width: 42px; height: 42px; }
21
+
22
+ /* Content area */
23
+ .content { padding: 20px 60px 220px 60px; } /* leave space for bottom bar */
24
+ .spec-grid {
25
+ display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 30px;
26
+ margin-top: 10px;
27
+ }
28
+ .spec-label { color: #9E9E9E; font-size: 36px; }
29
+ .spec-value { text-align: right; font-weight: 700; font-size: 38px; }
30
+
31
+ .section-title { font-size: 46px; font-weight: 800; margin: 60px 0 18px 0; }
32
+ .details-text { font-size: 34px; line-height: 1.55; color: #555; }
33
+ .details-text .more { color: #1a73e8; font-weight: 600; }
34
+
35
+ .all-details-row {
36
+ margin-top: 40px; padding: 28px 0; border-top: 2px solid #efefef; border-bottom: 2px solid #efefef;
37
+ display: flex; align-items: center; justify-content: space-between; font-size: 40px; font-weight: 700;
38
+ }
39
+ .chevron {
40
+ width: 50px; height: 50px;
41
+ }
42
+
43
+ .similar-header {
44
+ margin-top: 40px; display: flex; align-items: center; justify-content: space-between;
45
+ }
46
+ .similar-header .title { font-size: 46px; font-weight: 800; }
47
+ .circle-btn {
48
+ width: 72px; height: 72px; border-radius: 36px; border: 2px solid #e0e0e0; display: flex; align-items: center; justify-content: center;
49
+ }
50
+
51
+ .cards { margin-top: 24px; display: flex; gap: 30px; }
52
+ .card {
53
+ width: 300px; border: 2px solid #E0E0E0; border-radius: 18px; overflow: hidden; background: #fff;
54
+ }
55
+ .card-img {
56
+ width: 100%; height: 240px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
57
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; text-align: center;
58
+ }
59
+ .badge {
60
+ position: absolute; margin-top: 12px; margin-left: 12px;
61
+ background: #14B8A6; color: #fff; font-size: 28px; font-weight: 800; padding: 8px 16px; border-radius: 12px;
62
+ }
63
+ .card-body { padding: 16px 18px 20px 18px; }
64
+ .brand { font-size: 34px; font-weight: 700; color: #3e3e3e; }
65
+ .subtitle { font-size: 30px; color: #616161; margin-top: 4px; }
66
+ .price-row { display: flex; align-items: baseline; gap: 10px; margin-top: 12px; }
67
+ .old-price { font-size: 28px; color: #9E9E9E; text-decoration: line-through; }
68
+ .new-price { font-size: 34px; font-weight: 800; }
69
+ .discount { font-size: 28px; color: #2e7d32; font-weight: 700; }
70
+ .rating-row { margin-top: 10px; display: flex; align-items: center; gap: 8px; }
71
+ .star { color: #2e7d32; font-size: 30px; }
72
+ .count { font-size: 28px; color: #757575; }
73
+ .extra { font-size: 28px; margin-top: 8px; color: #2e7d32; }
74
+
75
+ .ratings-header {
76
+ margin-top: 40px; padding: 28px 0; border-top: 2px solid #efefef; border-bottom: 2px solid #efefef;
77
+ display: flex; align-items: center; justify-content: space-between;
78
+ }
79
+ .ratings-header .title { font-size: 44px; font-weight: 800; }
80
+ .rate-btn {
81
+ padding: 18px 28px; border: 2px solid #e0e0e0; border-radius: 16px; font-size: 34px; color: #1a73e8; background: #f9f9f9;
82
+ }
83
+
84
+ /* Bottom action bar */
85
+ .bottom-bar {
86
+ position: absolute; left: 0; right: 0; bottom: 120px; height: 150px; display: flex;
87
+ border-top: 2px solid #eeeeee; background: #fff;
88
+ }
89
+ .btn-cart, .btn-buy { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 42px; font-weight: 800; }
90
+ .btn-cart { color: #212121; background: #ffffff; }
91
+ .btn-buy { color: #212121; background: #ffcc00; }
92
+
93
+ /* Home indicator */
94
+ .home-indicator {
95
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
96
+ width: 420px; height: 16px; background: #000000; opacity: 0.7; border-radius: 8px;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status Bar -->
104
+ <div class="status-bar">
105
+ <div class="time">8:40</div>
106
+ <div class="status-icons">
107
+ <!-- simple wifi icon -->
108
+ <svg class="icon" viewBox="0 0 24 24">
109
+ <path d="M2 8c5-4 15-4 20 0" stroke="#555" stroke-width="2" fill="none"/>
110
+ <path d="M6 12c3-2 9-2 12 0" stroke="#555" stroke-width="2" fill="none"/>
111
+ <path d="M10 16c2-1 4-1 6 0" stroke="#555" stroke-width="2" fill="none"/>
112
+ <circle cx="12" cy="20" r="1.8" fill="#555"/>
113
+ </svg>
114
+ <!-- battery icon -->
115
+ <svg class="icon" viewBox="0 0 28 24">
116
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#555" stroke-width="2" fill="none"/>
117
+ <rect x="23" y="9" width="3" height="6" fill="#555"/>
118
+ <rect x="4" y="8" width="16" height="8" fill="#555"/>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+
123
+ <div class="content">
124
+ <!-- Specifications -->
125
+ <div class="spec-grid">
126
+ <div class="spec-label">Type</div>
127
+ <div class="spec-value">Handlesets</div>
128
+
129
+ <div class="spec-label">Finish</div>
130
+ <div class="spec-value">Glossy</div>
131
+
132
+ <div class="spec-label">Net Quantity</div>
133
+ <div class="spec-value">1 Door Lock</div>
134
+
135
+ <div class="spec-label">Weight</div>
136
+ <div class="spec-value">1000 g</div>
137
+ </div>
138
+
139
+ <!-- Details -->
140
+ <div class="section-title">Details</div>
141
+ <div class="details-text">
142
+ Axion handle set and Lock is manufactured by using high-quality assured material and advanced techniques,
143
+ which make them up to the standard in this highly challenging field. Products go through quali… <span class="more">more</span>
144
+ </div>
145
+
146
+ <div class="all-details-row">
147
+ <div>All Details</div>
148
+ <svg class="chevron" viewBox="0 0 24 24">
149
+ <path d="M8 4l8 8-8 8" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
150
+ </svg>
151
+ </div>
152
+
153
+ <!-- Similar Products -->
154
+ <div class="similar-header">
155
+ <div class="title">Similar Products</div>
156
+ <div class="circle-btn">
157
+ <svg class="chevron" viewBox="0 0 24 24">
158
+ <path d="M8 6l8 6-8 6" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="cards">
164
+ <!-- Card 1 -->
165
+ <div class="card">
166
+ <div class="card-img">[IMG: Door handle on wooden door]</div>
167
+ <div class="card-body">
168
+ <div class="brand">Axion</div>
169
+ <div class="subtitle">Iron Glossy Handlesets</div>
170
+ <div class="price-row">
171
+ <div class="old-price">2,963</div>
172
+ <div class="new-price">₹639</div>
173
+ </div>
174
+ <div class="discount">78% off</div>
175
+ <div class="rating-row">
176
+ <span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">☆</span>
177
+ <span class="count">(12)</span>
178
+ </div>
179
+ <div class="extra">Hot Deal</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Card 2 -->
184
+ <div class="card">
185
+ <div style="position: relative;">
186
+ <div class="badge">BESTSELLER</div>
187
+ <div class="card-img">[IMG: Glossy iron handle on red-brown door]</div>
188
+ </div>
189
+ <div class="card-body">
190
+ <div class="brand">MILTON</div>
191
+ <div class="subtitle">Iron Glossy Handlesets</div>
192
+ <div class="price-row">
193
+ <div class="old-price">2,399</div>
194
+ <div class="new-price">₹572</div>
195
+ </div>
196
+ <div class="discount">76% off</div>
197
+ <div class="rating-row">
198
+ <span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">☆</span>
199
+ <span class="count">(318)</span>
200
+ </div>
201
+ <div class="extra" style="color:#2e7d32;">Free Delivery</div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- Card 3 -->
206
+ <div class="card">
207
+ <div class="card-img">[IMG: Iron glossy handle on dark wooden door]</div>
208
+ <div class="card-body">
209
+ <div class="brand" style="color:#9E9E9E; font-weight:600;">Sponsored</div>
210
+ <div class="brand" style="margin-top:4px;">VINO</div>
211
+ <div class="subtitle">Iron Glossy Handlesets</div>
212
+ <div class="price-row">
213
+ <div class="old-price">2,550</div>
214
+ <div class="new-price">₹561</div>
215
+ </div>
216
+ <div class="discount">78% off</div>
217
+ <div class="rating-row">
218
+ <span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">★</span><span class="star">☆</span>
219
+ <span class="count">(7)</span>
220
+ </div>
221
+ <div class="extra">Hot Deal</div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Ratings & Reviews -->
227
+ <div class="ratings-header">
228
+ <div class="title">Ratings & Reviews</div>
229
+ <div class="rate-btn">Rate Product</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Bottom bar -->
234
+ <div class="bottom-bar">
235
+ <div class="btn-cart">Add to cart</div>
236
+ <div class="btn-buy">Buy now</div>
237
+ </div>
238
+
239
+ <div class="home-indicator"></div>
240
+ </div>
241
+ </body>
242
+ </html>
code/5371/5371_5.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details - Similar Products</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target{
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#FFFFFF; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ color:#212121;
13
+ }
14
+
15
+ /* Global spacing */
16
+ .screen { padding: 0 48px; }
17
+ .muted { color:#9E9E9E; }
18
+ .subtle { color:#616161; }
19
+ .divider { height:1px; background:#E0E0E0; width:100%; }
20
+
21
+ /* Status bar */
22
+ .statusbar{
23
+ height:100px; display:flex; align-items:flex-end; justify-content:space-between;
24
+ padding: 0 48px 12px 48px; font-weight:600; font-size:34px;
25
+ }
26
+ .status-icons{ display:flex; align-items:center; gap:20px; color:#424242; }
27
+ .icon{ width:36px; height:36px; }
28
+
29
+ /* Specs grid */
30
+ .specs{ padding: 20px 48px 0 48px; }
31
+ .spec-row{ display:flex; align-items:center; padding:28px 0; }
32
+ .spec-row .label{ width:380px; font-size:34px; color:#9E9E9E; }
33
+ .spec-row .value{ flex:1; font-size:36px; font-weight:700; color:#222; }
34
+
35
+ /* Details */
36
+ .section{ padding:30px 48px; }
37
+ .section h2{ margin:0 0 18px 0; font-size:46px; font-weight:800; }
38
+ .details-text{ font-size:34px; line-height:1.5; color:#5f6368; }
39
+ .link{ color:#1a73e8; font-weight:600; }
40
+
41
+ /* List row with chevron */
42
+ .list-row{
43
+ padding:34px 48px; display:flex; align-items:center; justify-content:space-between;
44
+ font-size:40px; font-weight:800; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0;
45
+ }
46
+
47
+ /* Similar products header */
48
+ .sim-header{
49
+ padding:34px 48px 20px 48px; display:flex; align-items:center; justify-content:space-between;
50
+ }
51
+ .sim-header h3{ margin:0; font-size:44px; font-weight:800; }
52
+ .circle-btn{
53
+ width:64px; height:64px; border:1px solid #DADCE0; border-radius:50%;
54
+ display:flex; align-items:center; justify-content:center;
55
+ background:#fff;
56
+ }
57
+
58
+ /* Cards row */
59
+ .cards{
60
+ padding: 0 40px; display:flex; gap:28px; overflow:hidden;
61
+ }
62
+ .card{
63
+ width:450px; border:1px solid #E5E7EB; border-radius:18px; background:#fff;
64
+ box-shadow:0 1px 0 rgba(0,0,0,0.02);
65
+ }
66
+ .card .img{
67
+ width:100%; height:320px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
68
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
69
+ border-top-left-radius:18px; border-top-right-radius:18px;
70
+ }
71
+ .card .content{ padding:18px 20px 24px 20px; }
72
+ .brand{ font-size:28px; color:#757575; }
73
+ .title{ font-size:32px; font-weight:700; color:#2b2b2b; margin:6px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
74
+ .price-row{ display:flex; align-items:center; gap:14px; font-size:30px; }
75
+ .mrp{ color:#9E9E9E; text-decoration:line-through; }
76
+ .price{ font-weight:800; }
77
+ .offer{ color:#0A8F08; font-weight:700; font-size:28px; margin-top:6px; }
78
+ .delivery{ font-size:28px; color:#5f6368; margin-top:8px; }
79
+
80
+ /* Ratings row section */
81
+ .rr-row{
82
+ margin: 26px 0; padding:34px 48px; display:flex; align-items:center; justify-content:space-between;
83
+ border-top:1px solid #EEE; border-bottom:1px solid #EEE; font-size:42px; font-weight:800;
84
+ }
85
+ .rate-btn{
86
+ padding:18px 26px; border:1px solid #E0E0E0; border-radius:12px; background:#FAFAFA;
87
+ font-size:34px; font-weight:700; color:#1976d2;
88
+ }
89
+
90
+ /* Bottom action bar */
91
+ .bottom-bar{
92
+ position:absolute; left:0; right:0; bottom:60px; height:140px; border-top:1px solid #E0E0E0;
93
+ display:flex;
94
+ }
95
+ .btn-half{
96
+ flex:1; display:flex; align-items:center; justify-content:center; font-size:40px; font-weight:800;
97
+ }
98
+ .btn-cart{ background:#FFFFFF; color:#111; }
99
+ .btn-buy{ background:#FFC400; color:#111; }
100
+
101
+ /* Home indicator */
102
+ .home-indicator{
103
+ position:absolute; left:50%; transform:translateX(-50%);
104
+ bottom:18px; width:340px; height:10px; background:#000; opacity:0.12; border-radius:8px;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+
111
+ <!-- Status Bar -->
112
+ <div class="statusbar">
113
+ <div>8:40</div>
114
+ <div class="status-icons">
115
+ <!-- WiFi -->
116
+ <svg class="icon" viewBox="0 0 24 24">
117
+ <path fill="#555" d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6.6-6.2a10 10 0 0 0-13.2 0l1.4 1.4a8 8 0 0 1 10.4 0l1.4-1.4Zm3-3a15 15 0 0 0-19.2 0l1.4 1.4a13 13 0 0 1 16.4 0l1.4-1.4Z"/>
118
+ </svg>
119
+ <!-- Battery -->
120
+ <svg class="icon" viewBox="0 0 24 24">
121
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"/>
122
+ <rect x="4" y="9" width="14" height="6" fill="#555"/>
123
+ <rect x="20.5" y="10" width="2" height="4" rx="1" fill="#555"/>
124
+ </svg>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- Specs -->
129
+ <div class="specs">
130
+ <div class="spec-row">
131
+ <div class="label">Type</div>
132
+ <div class="value">Handlesets</div>
133
+ </div>
134
+ <div class="spec-row">
135
+ <div class="label">Finish</div>
136
+ <div class="value">Glossy</div>
137
+ </div>
138
+ <div class="spec-row">
139
+ <div class="label">Net Quantity</div>
140
+ <div class="value">1 Door Lock</div>
141
+ </div>
142
+ <div class="spec-row">
143
+ <div class="label">Weight</div>
144
+ <div class="value">1000 g</div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- Details -->
149
+ <div class="section">
150
+ <h2>Details</h2>
151
+ <div class="details-text">
152
+ Axion handle set and Lock is manufactured by using high-quality assured material and advanced techniques, which make them up to the standard in this highly challenging field. Products go through quali...
153
+ <span class="link">more</span>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- All Details row -->
158
+ <div class="list-row">
159
+ <div>All Details</div>
160
+ <svg width="36" height="36" viewBox="0 0 24 24">
161
+ <path fill="#5f6368" d="M9 6l6 6-6 6" />
162
+ </svg>
163
+ </div>
164
+
165
+ <!-- Similar Products -->
166
+ <div class="sim-header">
167
+ <h3>Similar Products</h3>
168
+ <div class="circle-btn">
169
+ <svg width="34" height="34" viewBox="0 0 24 24">
170
+ <path fill="#5f6368" d="M9 6l6 6-6 6" />
171
+ </svg>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Cards -->
176
+ <div class="cards">
177
+ <!-- Card 1 -->
178
+ <div class="card">
179
+ <div class="img">[IMG: Door Handle on Wood]</div>
180
+ <div class="content">
181
+ <div class="brand">Sponsored</div>
182
+ <div class="title">Glossy Handlesets</div>
183
+ <div class="price-row">
184
+ <div class="mrp">₹1,099</div>
185
+ <div class="price">₹561</div>
186
+ </div>
187
+ <div class="offer">Hot Deal</div>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Card 2 -->
192
+ <div class="card">
193
+ <div class="img">[IMG: Stainless Steel Lock Kit]</div>
194
+ <div class="content">
195
+ <div class="brand">Decuds</div>
196
+ <div class="title">Stainless Steel Gloss...</div>
197
+ <div class="price-row">
198
+ <div class="mrp">₹1,999</div>
199
+ <div class="price">₹599</div>
200
+ </div>
201
+ <div class="offer">70% off</div>
202
+ <div class="delivery">Free Delivery</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Card 3 -->
207
+ <div class="card">
208
+ <div class="img">[IMG: Iron Glossy Handle]</div>
209
+ <div class="content">
210
+ <div class="brand">Axion</div>
211
+ <div class="title">Iron Glossy Handleset</div>
212
+ <div class="price-row">
213
+ <div class="mrp">₹2,963</div>
214
+ <div class="price">₹636</div>
215
+ </div>
216
+ <div class="offer">78% off</div>
217
+ <div class="delivery">Hot Deal</div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Ratings & Reviews -->
223
+ <div class="rr-row">
224
+ <div>Ratings & Reviews</div>
225
+ <div class="rate-btn">Rate Product</div>
226
+ </div>
227
+
228
+ <!-- Spacer to keep bottom bar clear -->
229
+ <div style="height:220px;"></div>
230
+
231
+ <!-- Bottom Bar -->
232
+ <div class="bottom-bar">
233
+ <div class="btn-half btn-cart">Add to cart</div>
234
+ <div class="btn-half btn-buy">Buy now</div>
235
+ </div>
236
+
237
+ <!-- Home indicator -->
238
+ <div class="home-indicator"></div>
239
+
240
+ </div>
241
+ </body>
242
+ </html>
code/5372/5372_0.html ADDED
@@ -0,0 +1,427 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #141517;
14
+ color: #e6e6e6;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 40px;
28
+ color: #dcdcdc;
29
+ font-size: 42px;
30
+ letter-spacing: 0.3px;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 26px;
41
+ }
42
+
43
+ /* Top toolbar with icons */
44
+ .tool-bar {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 70px;
53
+ padding: 0 60px;
54
+ color: #b9bec4;
55
+ }
56
+ .icon-btn {
57
+ width: 60px;
58
+ height: 60px;
59
+ display: inline-flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ opacity: 0.95;
63
+ }
64
+ .icon-btn svg { width: 56px; height: 56px; fill: none; stroke: #b9bec4; stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
65
+
66
+ /* Main slide preview area */
67
+ .canvas-wrap {
68
+ position: absolute;
69
+ top: 420px;
70
+ left: 40px;
71
+ width: 1000px;
72
+ height: 980px;
73
+ border: 2px solid #2b2d30;
74
+ border-radius: 8px;
75
+ box-shadow: 0 2px 0 rgba(255,255,255,0.04) inset, 0 0 0 1px rgba(0,0,0,0.4);
76
+ background: #1d1f23;
77
+ }
78
+ .slide-surface {
79
+ position: absolute;
80
+ left: 28px;
81
+ top: 120px;
82
+ width: 944px;
83
+ height: 744px;
84
+ border-radius: 6px;
85
+ background: #cbdaf7;
86
+ box-shadow: 0 0 0 3px #3a3d41, 0 6px 16px rgba(0,0,0,0.6);
87
+ overflow: hidden;
88
+ }
89
+ .slide-top {
90
+ position: absolute;
91
+ top: 0;
92
+ left: 0;
93
+ height: 52%;
94
+ width: 100%;
95
+ background: #c8d8f6;
96
+ }
97
+ .slide-bottom {
98
+ position: absolute;
99
+ bottom: 0;
100
+ left: 0;
101
+ height: 48%;
102
+ width: 100%;
103
+ background: #efefef;
104
+ }
105
+ .slide-label {
106
+ position: absolute;
107
+ left: 16px;
108
+ top: 40px;
109
+ font-size: 32px;
110
+ color: #4b5563;
111
+ }
112
+
113
+ /* Stacked card on slide */
114
+ .card-stack {
115
+ position: absolute;
116
+ left: 210px;
117
+ top: 230px;
118
+ width: 520px;
119
+ height: 360px;
120
+ }
121
+ .card-shadow {
122
+ position: absolute;
123
+ left: 20px;
124
+ top: 30px;
125
+ width: 520px;
126
+ height: 360px;
127
+ background: #d9d9d9;
128
+ transform: rotate(2deg);
129
+ box-shadow: 0 10px 18px rgba(0,0,0,0.35);
130
+ }
131
+ .card-main {
132
+ position: absolute;
133
+ left: 0;
134
+ top: 0;
135
+ width: 520px;
136
+ height: 360px;
137
+ background: #ffffff;
138
+ transform: rotate(-2deg);
139
+ box-shadow: 0 10px 16px rgba(0,0,0,0.35);
140
+ padding: 34px;
141
+ color: #202124;
142
+ }
143
+ .card-title {
144
+ font-size: 46px;
145
+ line-height: 60px;
146
+ color: #202124;
147
+ }
148
+ .card-sub {
149
+ margin-top: 18px;
150
+ font-size: 28px;
151
+ color: #6b7280;
152
+ }
153
+
154
+ /* Thumbnails row */
155
+ .thumbs {
156
+ position: absolute;
157
+ top: 1670px;
158
+ left: 20px;
159
+ width: 1040px;
160
+ height: 250px;
161
+ display: flex;
162
+ gap: 40px;
163
+ align-items: flex-start;
164
+ }
165
+ .thumb {
166
+ width: 320px;
167
+ height: 180px;
168
+ border-radius: 22px;
169
+ background: #dfe5f8;
170
+ border: 3px solid #3a3d41;
171
+ overflow: hidden;
172
+ box-shadow: 0 8px 14px rgba(0,0,0,0.5);
173
+ position: relative;
174
+ }
175
+ .thumb-top { position: absolute; top: 0; left: 0; width: 100%; height: 52%; background: #cfdcf8; }
176
+ .thumb-bottom { position: absolute; bottom: 0; left: 0; width: 100%; height: 48%; background: #e9e9e9; }
177
+ .thumb-num {
178
+ margin-top: 8px;
179
+ font-size: 34px;
180
+ color: #cfd2d6;
181
+ text-align: center;
182
+ }
183
+
184
+ /* Right floating add slide */
185
+ .fab-wrap {
186
+ position: absolute;
187
+ right: 26px;
188
+ top: 1660px;
189
+ width: 115px;
190
+ height: 220px;
191
+ border-radius: 58px;
192
+ background: rgba(71,79,89,0.45);
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ box-shadow: 0 10px 24px rgba(0,0,0,0.6);
197
+ backdrop-filter: blur(3px);
198
+ }
199
+ .fab-inner {
200
+ width: 96px;
201
+ height: 96px;
202
+ border-radius: 24px;
203
+ background: #2f3338;
204
+ border: 2px solid #474b50;
205
+ display: flex; align-items: center; justify-content: center;
206
+ }
207
+ .fab-inner svg { width: 56px; height: 56px; stroke: #cfd2d6; stroke-width: 8; }
208
+
209
+ /* Bottom tool icons row */
210
+ .bottom-tools {
211
+ position: absolute;
212
+ bottom: 150px;
213
+ left: 40px;
214
+ width: 1000px;
215
+ height: 120px;
216
+ display: flex;
217
+ align-items: center;
218
+ gap: 90px;
219
+ }
220
+ .tool-chip {
221
+ width: 92px; height: 92px;
222
+ border-radius: 14px;
223
+ background: #23262b;
224
+ border: 2px solid #3a3d41;
225
+ display: flex; align-items: center; justify-content: center;
226
+ box-shadow: 0 6px 12px rgba(0,0,0,0.5);
227
+ }
228
+ .tool-chip svg { width: 58px; height: 58px; stroke: #cfd2d6; stroke-width: 6; fill: none; }
229
+
230
+ /* Navigation pill (gesture bar) */
231
+ .gesture-bar {
232
+ position: absolute;
233
+ bottom: 60px;
234
+ left: 300px;
235
+ width: 480px;
236
+ height: 14px;
237
+ border-radius: 8px;
238
+ background: #9aa0a6;
239
+ opacity: 0.45;
240
+ }
241
+ </style>
242
+ </head>
243
+ <body>
244
+ <div id="render-target">
245
+
246
+ <!-- Status Bar -->
247
+ <div class="status-bar">
248
+ <div class="status-left">
249
+ <div>9:05</div>
250
+ <div style="font-size:34px; color:#cfd2d6;">☁️</div>
251
+ </div>
252
+ <div class="status-right">
253
+ <!-- Simple wifi icon -->
254
+ <svg viewBox="0 0 24 24" width="44" height="44" stroke="#e6e6e6" fill="none" stroke-width="2">
255
+ <path d="M2 9c5-4 15-4 20 0"></path>
256
+ <path d="M6 13c3-3 9-3 12 0"></path>
257
+ <path d="M10 17c2-2 4-2 6 0"></path>
258
+ <circle cx="12" cy="20" r="1.6" fill="#e6e6e6"></circle>
259
+ </svg>
260
+ <!-- Battery icon -->
261
+ <svg viewBox="0 0 28 16" width="70" height="40" stroke="#e6e6e6" fill="none" stroke-width="2">
262
+ <rect x="1" y="1" width="22" height="14" rx="2"></rect>
263
+ <rect x="4" y="4" width="16" height="8" rx="1" fill="#e6e6e6"></rect>
264
+ <rect x="23" y="5" width="4" height="6" rx="1"></rect>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Toolbar -->
270
+ <div class="tool-bar">
271
+ <div class="icon-btn" title="Back">
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M15 6L9 12l6 6"></path>
274
+ </svg>
275
+ </div>
276
+ <div class="icon-btn" title="Undo">
277
+ <svg viewBox="0 0 24 24">
278
+ <path d="M9 8H5l4-4v12a6 6 0 0 0 6 6"></path>
279
+ </svg>
280
+ </div>
281
+ <div class="icon-btn" title="Redo">
282
+ <svg viewBox="0 0 24 24">
283
+ <path d="M15 8h4l-4-4v12a6 6 0 0 1-6 6"></path>
284
+ </svg>
285
+ </div>
286
+ <div class="icon-btn" title="Play">
287
+ <svg viewBox="0 0 24 24">
288
+ <polygon points="8,6 8,18 18,12" fill="#b9bec4" stroke="none"></polygon>
289
+ </svg>
290
+ </div>
291
+ <div class="icon-btn" title="Add">
292
+ <svg viewBox="0 0 24 24">
293
+ <path d="M12 5v14M5 12h14"></path>
294
+ </svg>
295
+ </div>
296
+ <div class="icon-btn" title="Comments">
297
+ <svg viewBox="0 0 24 24">
298
+ <path d="M4 5h16v10H9l-5 4z"></path>
299
+ </svg>
300
+ </div>
301
+ <div class="icon-btn" title="Menu">
302
+ <svg viewBox="0 0 24 24">
303
+ <circle cx="5" cy="12" r="1.8" fill="#b9bec4"></circle>
304
+ <circle cx="12" cy="12" r="1.8" fill="#b9bec4"></circle>
305
+ <circle cx="19" cy="12" r="1.8" fill="#b9bec4"></circle>
306
+ </svg>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Main canvas and slide -->
311
+ <div class="canvas-wrap">
312
+ <div class="slide-surface">
313
+ <div class="slide-top"></div>
314
+ <div class="slide-bottom"></div>
315
+ <div class="slide-label">New Project</div>
316
+
317
+ <!-- Stacked card -->
318
+ <div class="card-stack">
319
+ <div class="card-shadow"></div>
320
+ <div class="card-main">
321
+ <div class="card-title">Spanish Quiz<br>flash cards</div>
322
+ <div class="card-sub">Spanish 101</div>
323
+ </div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Thumbnails -->
329
+ <div class="thumbs">
330
+ <div>
331
+ <div class="thumb">
332
+ <div class="thumb-top"></div>
333
+ <div class="thumb-bottom"></div>
334
+ </div>
335
+ <div class="thumb-num">1</div>
336
+ </div>
337
+ <div>
338
+ <div class="thumb" style="background:#f4e18f;">
339
+ <div class="thumb-top" style="background:#f4e18f;"></div>
340
+ <div class="thumb-bottom" style="background:#e9e9e9;"></div>
341
+ <!-- Placeholder for image on thumbnail -->
342
+ <div style="position:absolute; bottom:16px; left:16px; width:120px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:22px; transform:rotate(-2deg);">
343
+ [IMG: Blue Polaroid]
344
+ </div>
345
+ </div>
346
+ <div class="thumb-num">2</div>
347
+ </div>
348
+ <div>
349
+ <div class="thumb" style="background:#efc3c3;">
350
+ <div class="thumb-top" style="background:#efc3c3;"></div>
351
+ <div class="thumb-bottom" style="background:#e9e9e9;"></div>
352
+ <div style="position:absolute; bottom:20px; left:110px; width:90px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
353
+ [IMG: Pineapple]
354
+ </div>
355
+ </div>
356
+ <div class="thumb-num">3</div>
357
+ </div>
358
+ <div>
359
+ <div class="thumb" style="background:#efc3c3;">
360
+ <div class="thumb-top" style="background:#efc3c3;"></div>
361
+ <div class="thumb-bottom" style="background:#e9e9e9;"></div>
362
+ <div style="position:absolute; bottom:20px; left:200px; width:90px; height:120px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
363
+ [IMG: Pineapple Color]
364
+ </div>
365
+ </div>
366
+ <div class="thumb-num">4</div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Floating add slide -->
371
+ <div class="fab-wrap">
372
+ <div class="fab-inner">
373
+ <svg viewBox="0 0 24 24">
374
+ <path d="M12 5v14M5 12h14"></path>
375
+ </svg>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Bottom tool icons -->
380
+ <div class="bottom-tools">
381
+ <div class="tool-chip" title="Transform">
382
+ <svg viewBox="0 0 24 24">
383
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
384
+ </svg>
385
+ </div>
386
+ <div class="tool-chip" title="Image">
387
+ <svg viewBox="0 0 24 24">
388
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
389
+ <path d="M4 16l4-5 5 6 3-4 4 3"></path>
390
+ <circle cx="8" cy="9" r="2"></circle>
391
+ </svg>
392
+ </div>
393
+ <div class="tool-chip" title="Insert">
394
+ <svg viewBox="0 0 24 24">
395
+ <path d="M12 5v14M5 12h14"></path>
396
+ </svg>
397
+ </div>
398
+ <div class="tool-chip" title="Curve">
399
+ <svg viewBox="0 0 24 24">
400
+ <path d="M5 19c6-14 14-6 14-14"></path>
401
+ </svg>
402
+ </div>
403
+ <div class="tool-chip" title="Table">
404
+ <svg viewBox="0 0 24 24">
405
+ <rect x="3" y="5" width="18" height="14" rx="1"></rect>
406
+ <path d="M3 10h18M9 5v14M15 5v14"></path>
407
+ </svg>
408
+ </div>
409
+ <div class="tool-chip" title="Layout">
410
+ <svg viewBox="0 0 24 24">
411
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
412
+ <path d="M12 5v14M3 11h18"></path>
413
+ </svg>
414
+ </div>
415
+ <div class="tool-chip" title="Theme">
416
+ <svg viewBox="0 0 24 24">
417
+ <path d="M12 3a9 9 0 1 0 9 9"></path>
418
+ <path d="M12 3v18"></path>
419
+ </svg>
420
+ </div>
421
+ </div>
422
+
423
+ <!-- Gesture navigation bar -->
424
+ <div class="gesture-bar"></div>
425
+ </div>
426
+ </body>
427
+ </html>
code/5372/5372_1.html ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile Slide Editor 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: #171A1F;
13
+ color: #EAECEF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 96px;
23
+ color: #D8DEE9;
24
+ font-size: 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ }
31
+ .sb-left { display: flex; align-items: center; gap: 18px; }
32
+ .sb-right { display: flex; align-items: center; gap: 26px; }
33
+
34
+ /* Top toolbar */
35
+ .toolbar {
36
+ position: absolute;
37
+ top: 96px;
38
+ left: 0;
39
+ width: 1080px;
40
+ height: 120px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 54px;
44
+ padding: 0 44px;
45
+ box-sizing: border-box;
46
+ }
47
+ .tool-icon {
48
+ width: 68px; height: 68px;
49
+ display: inline-flex; align-items: center; justify-content: center;
50
+ color: #C6CDD7;
51
+ }
52
+ .tool-icon svg { width: 48px; height: 48px; fill: none; stroke: #C6CDD7; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
53
+
54
+ /* Stage area where slide sits */
55
+ .stage {
56
+ position: absolute;
57
+ top: 270px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 1370px;
61
+ }
62
+
63
+ .slide {
64
+ position: absolute;
65
+ left: 28px;
66
+ right: 28px;
67
+ top: 360px;
68
+ height: 600px;
69
+ background: #FFFFFF;
70
+ box-shadow: 0 8px 24px rgba(0,0,0,0.45);
71
+ border-radius: 2px;
72
+ overflow: hidden;
73
+ }
74
+ .slide .band-top {
75
+ position: absolute; top: 0; left: 0; right: 0; height: 260px; background: #EFD77D;
76
+ }
77
+ .slide .band-bottom {
78
+ position: absolute; bottom: 0; left: 0; right: 0; height: 340px; background: #ECECEC;
79
+ }
80
+
81
+ /* Overlays in the slide */
82
+ .polaroid {
83
+ position: absolute;
84
+ width: 380px; height: 500px;
85
+ background: #FFFFFF;
86
+ left: 350px; top: 120px;
87
+ transform: rotate(-6deg);
88
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
89
+ border-radius: 4px;
90
+ }
91
+ .polaroid .photo {
92
+ position: absolute; left: 36px; top: 36px; right: 36px; bottom: 90px;
93
+ background: #2F80ED;
94
+ display: flex; align-items: center; justify-content: center;
95
+ color: #EAF2FF; font-size: 28px;
96
+ border: 1px solid #2563c7;
97
+ }
98
+ .polaroid .caption {
99
+ position: absolute; bottom: 24px; left: 0; right: 0;
100
+ text-align: center; color: #333; font-size: 32px;
101
+ }
102
+
103
+ .tip-card {
104
+ position: absolute;
105
+ width: 220px; height: 200px;
106
+ background: #1E88E5;
107
+ color: #fff;
108
+ left: 140px; top: 370px;
109
+ transform: rotate(-8deg);
110
+ box-shadow: 0 8px 18px rgba(0,0,0,0.35);
111
+ border-radius: 4px;
112
+ padding: 22px;
113
+ box-sizing: border-box;
114
+ }
115
+ .tip-title { font-size: 28px; font-weight: bold; letter-spacing: 1px; margin-top: 8px; }
116
+ .tip-lines { font-size: 18px; opacity: 0.9; margin-top: 12px; line-height: 1.3; }
117
+
118
+ /* Filmstrip thumbnails */
119
+ .filmstrip {
120
+ position: absolute;
121
+ left: 0; right: 0; bottom: 490px;
122
+ height: 240px;
123
+ display: flex; align-items: flex-end; gap: 38px;
124
+ padding: 0 28px;
125
+ }
126
+ .thumb {
127
+ width: 320px; height: 170px; border-radius: 14px;
128
+ background: #242A33;
129
+ box-shadow: inset 0 0 0 2px #39424D;
130
+ padding: 10px; box-sizing: border-box;
131
+ position: relative;
132
+ }
133
+ .thumb.selected { box-shadow: inset 0 0 0 4px #2F80ED; }
134
+ .thumb .mini {
135
+ width: 100%; height: 100%; background: #FFFFFF; border-radius: 10px; position: relative; overflow: hidden;
136
+ }
137
+ .thumb .mini::before {
138
+ content: ""; position: absolute; left: 0; right: 0; top: 0; height: 40%; background: #EACF80;
139
+ }
140
+ .thumb .mini::after {
141
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: #EEE;
142
+ }
143
+ .thumb-num {
144
+ position: absolute; bottom: -34px; left: 6px; color: #C7CFD9; font-size: 30px;
145
+ }
146
+
147
+ /* Floating add button */
148
+ .fab {
149
+ position: absolute;
150
+ right: 22px;
151
+ bottom: 468px;
152
+ width: 120px; height: 180px;
153
+ background: #2C3440;
154
+ border-radius: 60px;
155
+ display: flex; align-items: center; justify-content: center;
156
+ box-shadow: 0 10px 20px rgba(0,0,0,0.4);
157
+ }
158
+ .fab svg { width: 56px; height: 56px; stroke: #DCE4EF; stroke-width: 4; fill: none; }
159
+
160
+ /* Bottom tool row */
161
+ .bottom-tools {
162
+ position: absolute; left: 0; right: 0; bottom: 300px; height: 120px;
163
+ display: flex; align-items: center; justify-content: space-around;
164
+ padding: 0 90px; box-sizing: border-box;
165
+ }
166
+ .bt-icon {
167
+ width: 86px; height: 86px; background: #20242B; border-radius: 14px;
168
+ display: flex; align-items: center; justify-content: center;
169
+ box-shadow: inset 0 0 0 2px #303846;
170
+ }
171
+ .bt-icon svg { width: 46px; height: 46px; stroke: #C8D1DC; fill: none; stroke-width: 3; }
172
+
173
+ /* Home indicator */
174
+ .home-indicator {
175
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
176
+ width: 520px; height: 14px; background: #3A404B; border-radius: 10px; opacity: 0.8;
177
+ }
178
+ </style>
179
+ </head>
180
+ <body>
181
+ <div id="render-target">
182
+ <!-- Status bar -->
183
+ <div class="status-bar">
184
+ <div class="sb-left">
185
+ <div>9:06</div>
186
+ <!-- simple cloud -->
187
+ <svg width="42" height="42" viewBox="0 0 24 24">
188
+ <path d="M6 16h10a4 4 0 0 0 0-8 5 5 0 0 0-9.8 1.5A3.5 3.5 0 0 0 6 16z" fill="#D8DEE9"/>
189
+ </svg>
190
+ </div>
191
+ <div class="sb-right">
192
+ <!-- wifi -->
193
+ <svg width="46" height="46" viewBox="0 0 24 24">
194
+ <path d="M2 8.5C5.5 6 10 4.8 12 4.8s6.5 1.2 10 3.7" stroke="#D8DEE9" stroke-width="2" fill="none"/>
195
+ <path d="M5 12c2.3-1.8 5.3-2.8 7-2.8s4.7 1 7 2.8" stroke="#D8DEE9" stroke-width="2" fill="none"/>
196
+ <path d="M8.8 15.2c1-.8 2.4-1.2 3.2-1.2s2.2.4 3.2 1.2" stroke="#D8DEE9" stroke-width="2" fill="none"/>
197
+ <circle cx="12" cy="18.2" r="1.6" fill="#D8DEE9"/>
198
+ </svg>
199
+ <!-- battery -->
200
+ <svg width="52" height="52" viewBox="0 0 30 18">
201
+ <rect x="1" y="3" width="24" height="12" rx="2" ry="2" stroke="#D8DEE9" fill="none" stroke-width="2"/>
202
+ <rect x="3" y="5" width="18" height="8" fill="#D8DEE9"/>
203
+ <rect x="25.5" y="6" width="3" height="6" rx="1" fill="#D8DEE9"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Top toolbar with icons -->
209
+ <div class="toolbar">
210
+ <div class="tool-icon" title="Back">
211
+ <svg viewBox="0 0 24 24"><path d="M15 19l-7-7 7-7"/></svg>
212
+ </div>
213
+ <div class="tool-icon" title="Undo">
214
+ <svg viewBox="0 0 24 24"><path d="M9 9H5V5"/><path d="M5 9a7 7 0 1 1 2 5"/></svg>
215
+ </div>
216
+ <div class="tool-icon" title="Redo">
217
+ <svg viewBox="0 0 24 24"><path d="M15 5h4v4"/><path d="M19 9a7 7 0 1 0-2 5"/></svg>
218
+ </div>
219
+ <div class="tool-icon" title="Present">
220
+ <svg viewBox="0 0 24 24"><path d="M5 19l7-14 7 14z"/></svg>
221
+ </div>
222
+ <div class="tool-icon" title="Add">
223
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"/></svg>
224
+ </div>
225
+ <div class="tool-icon" title="Comments">
226
+ <svg viewBox="0 0 24 24"><path d="M5 5h14v10H8l-3 3z"/></svg>
227
+ </div>
228
+ <div class="tool-icon" title="More">
229
+ <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>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Stage + Slide -->
234
+ <div class="stage">
235
+ <div class="slide">
236
+ <div class="band-top"></div>
237
+ <div class="band-bottom"></div>
238
+
239
+ <div class="tip-card">
240
+ <div style="width: 32px; height: 22px; background: rgba(255,255,255,0.25); border-radius: 4px;"></div>
241
+ <div class="tip-title">QUICK TIP</div>
242
+ <div class="tip-lines">
243
+ Try right clicking on a photo and using<br>
244
+ "Replace image" to build your own flash cards.
245
+ </div>
246
+ </div>
247
+
248
+ <div class="polaroid">
249
+ <div class="photo">[IMG: Dog on rock]</div>
250
+ <div class="caption">El perro</div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Filmstrip -->
255
+ <div class="filmstrip">
256
+ <div class="thumb">
257
+ <div class="mini"></div>
258
+ <div class="thumb-num">1</div>
259
+ </div>
260
+ <div class="thumb selected">
261
+ <div class="mini"></div>
262
+ <div class="thumb-num">2</div>
263
+ </div>
264
+ <div class="thumb">
265
+ <div class="mini"></div>
266
+ <div class="thumb-num">3</div>
267
+ </div>
268
+ <div class="thumb">
269
+ <div class="mini"></div>
270
+ <div class="thumb-num">4</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Floating add button -->
275
+ <div class="fab" title="Add new slide">
276
+ <svg viewBox="0 0 24 24">
277
+ <rect x="5" y="5" width="14" height="14" rx="2"></rect>
278
+ <path d="M12 8v8M8 12h8"></path>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Bottom tools -->
284
+ <div class="bottom-tools">
285
+ <div class="bt-icon" title="Arrange">
286
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="10" height="10"/><path d="M10 14h6v6h-6z"/></svg>
287
+ </div>
288
+ <div class="bt-icon" title="Insert Image">
289
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14"/><path d="M6 14l3-3 4 4 3-3 2 2"/></svg>
290
+ </div>
291
+ <div class="bt-icon" title="Camera">
292
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l2 3v7H5V10z"/><circle cx="12" cy="13" r="3.5"/></svg>
293
+ </div>
294
+ <div class="bt-icon" title="Connector">
295
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="18" r="2"/><circle cx="18" cy="6" r="2"/><path d="M8 18h6a4 4 0 0 0 4-4V8"/></svg>
296
+ </div>
297
+ <div class="bt-icon" title="Table">
298
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14"/><path d="M4 10h16M10 5v14"/></svg>
299
+ </div>
300
+ <div class="bt-icon" title="Layout">
301
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14"/><path d="M3 10h18M12 5v14"/></svg>
302
+ </div>
303
+ <div class="bt-icon" title="Format">
304
+ <svg viewBox="0 0 24 24"><path d="M6 18h12M9 18l3-12 3 12M8 10h8"/></svg>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Home indicator -->
309
+ <div class="home-indicator"></div>
310
+ </div>
311
+ </body>
312
+ </html>
code/5372/5372_2.html ADDED
@@ -0,0 +1,410 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock - Slides Insert Panel</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #1b1e23;
13
+ color: #eaeaea;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ color: #dcdcdc;
24
+ font-size: 34px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 28px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ gap: 22px;
34
+ align-items: center;
35
+ font-size: 30px;
36
+ opacity: 0.85;
37
+ }
38
+
39
+ /* Toolbar */
40
+ .toolbar {
41
+ position: absolute;
42
+ top: 90px;
43
+ left: 0;
44
+ width: 1080px;
45
+ height: 120px;
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 34px;
49
+ padding: 0 36px;
50
+ box-sizing: border-box;
51
+ }
52
+ .icon-btn {
53
+ width: 72px;
54
+ height: 72px;
55
+ display: inline-flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ color: #cfd6e6;
59
+ border-radius: 12px;
60
+ }
61
+ .icon-btn:hover { background: rgba(255,255,255,0.05); }
62
+ .fab {
63
+ width: 120px;
64
+ height: 120px;
65
+ background: #2f6bff;
66
+ border-radius: 60px;
67
+ display: inline-flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ margin: 0 8px;
71
+ box-shadow: 0 6px 18px rgba(0,0,0,0.35);
72
+ }
73
+
74
+ /* Canvas area with main slide */
75
+ .stage {
76
+ position: absolute;
77
+ top: 230px;
78
+ left: 0;
79
+ width: 1080px;
80
+ height: 740px;
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: center;
84
+ }
85
+ .slide {
86
+ width: 1000px;
87
+ height: 560px;
88
+ background: #f8f8f8;
89
+ border-radius: 8px;
90
+ box-shadow: 0 10px 22px rgba(0,0,0,0.35);
91
+ position: relative;
92
+ overflow: hidden;
93
+ border: 2px solid #2a2d33;
94
+ }
95
+ .slide .band-top { position: absolute; left:0; top:0; width:100%; height: 260px; background: #f0d372; }
96
+ .slide .band-bottom { position: absolute; left:0; bottom:0; width:100%; height: 240px; background: #e9e7e4; }
97
+
98
+ /* Polaroid card */
99
+ .photo-card {
100
+ position: absolute;
101
+ width: 410px;
102
+ height: 520px;
103
+ left: 490px;
104
+ top: 260px;
105
+ transform: rotate(-7deg);
106
+ background: #ffffff;
107
+ border-radius: 6px;
108
+ box-shadow: 0 12px 20px rgba(0,0,0,0.35);
109
+ display: flex;
110
+ flex-direction: column;
111
+ align-items: center;
112
+ padding: 22px;
113
+ box-sizing: border-box;
114
+ }
115
+ .photo {
116
+ width: 330px;
117
+ height: 360px;
118
+ background: #2e6fcd;
119
+ border: 1px solid #1f3f6d;
120
+ color: #ffffff;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ text-align: center;
125
+ font-size: 28px;
126
+ }
127
+ .caption { margin-top: 18px; color: #222; font-size: 32px; }
128
+
129
+ .tip-card {
130
+ position: absolute;
131
+ width: 220px;
132
+ height: 220px;
133
+ left: 190px;
134
+ top: 400px;
135
+ transform: rotate(-6deg);
136
+ background: #1e7af0;
137
+ border-radius: 6px;
138
+ box-shadow: 0 12px 20px rgba(0,0,0,0.35);
139
+ color: #ffffff;
140
+ padding: 22px;
141
+ box-sizing: border-box;
142
+ font-size: 26px;
143
+ line-height: 1.3;
144
+ }
145
+ .tip-card .small { font-size: 22px; opacity: 0.8; }
146
+
147
+ /* Thumbnails row */
148
+ .thumbs {
149
+ position: absolute;
150
+ top: 1000px;
151
+ left: 0;
152
+ width: 1080px;
153
+ padding: 0 22px;
154
+ box-sizing: border-box;
155
+ display: flex;
156
+ gap: 26px;
157
+ }
158
+ .thumb {
159
+ width: 250px;
160
+ height: 160px;
161
+ background: #e6e6e6;
162
+ border: 2px solid #40444b;
163
+ border-radius: 8px;
164
+ position: relative;
165
+ overflow: hidden;
166
+ }
167
+ .thumb.selected { border-color: #2f6bff; box-shadow: 0 0 0 4px rgba(47,107,255,0.4) inset; }
168
+ .thumb .t-top { position:absolute; top:0; left:0; width:100%; height: 70px; background: #f0d372; }
169
+ .thumb .t-top.pink { background: #e9b1b8; }
170
+ .thumb .t-bottom { position:absolute; bottom:0; left:0; width:100%; height: 70px; background: #e9e7e4; }
171
+ .thumb .mini-card {
172
+ position:absolute; width: 120px; height: 120px; left: 16px; bottom: 10px;
173
+ background: #2e6fcd; border: 1px solid #1f3f6d;
174
+ color: #fff; display:flex; align-items:center; justify-content:center; font-size: 18px;
175
+ }
176
+ .thumb .mini-polaroid {
177
+ position:absolute; width: 120px; height: 140px; right: 18px; bottom: 8px;
178
+ background: #fff; transform: rotate(-6deg);
179
+ box-shadow: 0 6px 10px rgba(0,0,0,0.2);
180
+ display:flex; align-items:center; justify-content:center; color:#2e6fcd; font-size: 18px;
181
+ }
182
+
183
+ /* Floating side button */
184
+ .side-fab {
185
+ position: absolute;
186
+ right: 24px;
187
+ top: 960px;
188
+ width: 120px;
189
+ height: 300px;
190
+ background: #2b2f37;
191
+ border-radius: 60px;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: center;
195
+ box-shadow: 0 10px 22px rgba(0,0,0,0.45);
196
+ }
197
+ .side-fab .plus {
198
+ width: 84px;
199
+ height: 84px;
200
+ background: #2f6bff;
201
+ border-radius: 50%;
202
+ display:flex; align-items:center; justify-content:center;
203
+ color:#fff;
204
+ }
205
+
206
+ /* Bottom sheet */
207
+ .sheet {
208
+ position: absolute;
209
+ left: 0;
210
+ top: 1220px;
211
+ width: 1080px;
212
+ height: 1180px;
213
+ background: #14171c;
214
+ border-top-left-radius: 24px;
215
+ border-top-right-radius: 24px;
216
+ box-shadow: 0 -6px 18px rgba(0,0,0,0.5) inset;
217
+ padding: 26px 36px;
218
+ box-sizing: border-box;
219
+ }
220
+ .sheet-title {
221
+ font-size: 48px;
222
+ margin: 24px 0 20px;
223
+ color: #e6e6e6;
224
+ }
225
+ .sheet-item {
226
+ height: 140px;
227
+ display: flex;
228
+ align-items: center;
229
+ justify-content: space-between;
230
+ border-top: 1px solid rgba(255,255,255,0.06);
231
+ padding: 0 6px;
232
+ color: #e6e6e6;
233
+ }
234
+ .sheet-item:first-of-type { border-top: 0; }
235
+ .sheet-item .left {
236
+ display: flex;
237
+ align-items: center;
238
+ gap: 26px;
239
+ font-size: 42px;
240
+ }
241
+ .sheet-item .left .icon-square {
242
+ width: 82px;
243
+ height: 82px;
244
+ border-radius: 10px;
245
+ background: #23272f;
246
+ display: inline-flex;
247
+ align-items: center;
248
+ justify-content: center;
249
+ color: #cfd6e6;
250
+ }
251
+ .chev {
252
+ width: 24px; height: 24px;
253
+ border: solid #7f8796;
254
+ border-width: 0 6px 6px 0;
255
+ display: inline-block;
256
+ transform: rotate(-45deg);
257
+ margin-right: 10px;
258
+ }
259
+
260
+ /* Simple SVG size */
261
+ svg { width: 42px; height: 42px; fill: #cfd6e6; }
262
+ .small-svg { width: 36px; height: 36px; }
263
+ </style>
264
+ </head>
265
+ <body>
266
+ <div id="render-target">
267
+
268
+ <!-- Status Bar -->
269
+ <div class="status-bar">
270
+ <div>9:06 ☁</div>
271
+ <div class="status-right">◦◦◦ Wi‑Fi ▮▮▮▮ 🔋</div>
272
+ </div>
273
+
274
+ <!-- Toolbar -->
275
+ <div class="toolbar">
276
+ <div class="icon-btn" title="Back">
277
+ <svg viewBox="0 0 24 24"><path d="M15 4 L7 12 L15 20" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
278
+ </div>
279
+ <div class="icon-btn" title="Undo">
280
+ <svg viewBox="0 0 24 24"><path d="M7 9 L3 12 L7 15" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linecap="round"/><path d="M4 12 H14 A6 6 0 1 1 8 18" stroke="#cfd6e6" stroke-width="2" fill="none"/></svg>
281
+ </div>
282
+ <div class="icon-btn" title="Redo">
283
+ <svg viewBox="0 0 24 24"><path d="M17 9 L21 12 L17 15" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linecap="round"/><path d="M20 12 H10 A6 6 0 1 0 16 18" stroke="#cfd6e6" stroke-width="2" fill="none"/></svg>
284
+ </div>
285
+ <div class="icon-btn" title="Present">
286
+ <svg viewBox="0 0 24 24"><path d="M8 5 L20 12 L8 19 Z" fill="#cfd6e6"/></svg>
287
+ </div>
288
+
289
+ <div class="fab" title="Add">
290
+ <svg viewBox="0 0 24 24"><path d="M12 5 V19 M5 12 H19" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/></svg>
291
+ </div>
292
+
293
+ <div class="icon-btn" title="Comments">
294
+ <svg class="small-svg" viewBox="0 0 24 24"><path d="M4 5 H20 V16 H8 L4 20 Z" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linejoin="round"/></svg>
295
+ </div>
296
+ <div class="icon-btn" title="Menu">
297
+ <svg class="small-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>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Main stage with slide -->
302
+ <div class="stage">
303
+ <div class="slide">
304
+ <div class="band-top"></div>
305
+ <div class="band-bottom"></div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Tilted polaroid -->
310
+ <div class="photo-card">
311
+ <div class="photo">[IMG: Dog photo]</div>
312
+ <div class="caption">El perro</div>
313
+ </div>
314
+
315
+ <!-- Blue quick tip card -->
316
+ <div class="tip-card">
317
+ <div style="font-weight:700; font-size:28px; margin-bottom:6px;">QUICK TIP</div>
318
+ <div class="small">Try right clicking on a photo and using "Replace image" to build your own flash cards.</div>
319
+ </div>
320
+
321
+ <!-- Thumbnails row -->
322
+ <div class="thumbs">
323
+ <div class="thumb">
324
+ <div class="t-top"></div>
325
+ <div class="t-bottom"></div>
326
+ <div class="mini-polaroid">Polaroid</div>
327
+ </div>
328
+ <div class="thumb selected">
329
+ <div class="t-top"></div>
330
+ <div class="t-bottom"></div>
331
+ <div class="mini-card">IMG</div>
332
+ <div class="mini-polaroid">Photo</div>
333
+ </div>
334
+ <div class="thumb">
335
+ <div class="t-top pink"></div>
336
+ <div class="t-bottom"></div>
337
+ <div class="mini-polaroid">Pineapple</div>
338
+ </div>
339
+ <div class="thumb">
340
+ <div class="t-top pink"></div>
341
+ <div class="t-bottom"></div>
342
+ <div class="mini-polaroid">Fruit</div>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Floating side button -->
347
+ <div class="side-fab">
348
+ <div class="plus">
349
+ <svg viewBox="0 0 24 24"><path d="M12 5 V19 M5 12 H19" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/></svg>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Bottom sheet with insert options -->
354
+ <div class="sheet">
355
+ <div class="sheet-title">Insert</div>
356
+
357
+ <div class="sheet-item">
358
+ <div class="left">
359
+ <div class="icon-square">
360
+ <svg viewBox="0 0 24 24"><path d="M4 4 H20 V16 H8 L4 20 Z" stroke="#cfd6e6" stroke-width="2" fill="none"/></svg>
361
+ </div>
362
+ <div>Comment</div>
363
+ </div>
364
+ <span class="chev"></span>
365
+ </div>
366
+
367
+ <div class="sheet-item">
368
+ <div class="left">
369
+ <div class="icon-square">
370
+ <svg viewBox="0 0 24 24"><path d="M4 6 H20 M4 12 H16 M4 18 H12" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
371
+ </div>
372
+ <div>Text</div>
373
+ </div>
374
+ <span class="chev"></span>
375
+ </div>
376
+
377
+ <div class="sheet-item">
378
+ <div class="left">
379
+ <div class="icon-square">
380
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2" ry="2" stroke="#cfd6e6" stroke-width="2" fill="none"/><path d="M3 16 L9 10 L13 14 L16 12 L21 16" stroke="#cfd6e6" stroke-width="2" fill="none"/><circle cx="8" cy="9" r="1.5" fill="#cfd6e6"/></svg>
381
+ </div>
382
+ <div>Image</div>
383
+ </div>
384
+ <span class="chev"></span>
385
+ </div>
386
+
387
+ <div class="sheet-item">
388
+ <div class="left">
389
+ <div class="icon-square">
390
+ <svg viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" ry="3" stroke="#cfd6e6" stroke-width="2" fill="none"/></svg>
391
+ </div>
392
+ <div>Shape</div>
393
+ </div>
394
+ <span class="chev"></span>
395
+ </div>
396
+
397
+ <div class="sheet-item">
398
+ <div class="left">
399
+ <div class="icon-square">
400
+ <svg viewBox="0 0 24 24"><path d="M4 12 H20" stroke="#cfd6e6" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
401
+ </div>
402
+ <div>Line</div>
403
+ </div>
404
+ <span class="chev"></span>
405
+ </div>
406
+ </div>
407
+
408
+ </div>
409
+ </body>
410
+ </html>
code/5372/5372_3.html ADDED
@@ -0,0 +1,412 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #111419;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #e8e8e8;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 92px;
24
+ color: #d9d9d9;
25
+ font-size: 34px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 36px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 16px; }
32
+ .status-right { display: flex; align-items: center; gap: 20px; }
33
+
34
+ /* Top toolbar */
35
+ .toolbar {
36
+ position: absolute;
37
+ top: 92px;
38
+ left: 0;
39
+ width: 1080px;
40
+ height: 130px;
41
+ display: flex;
42
+ align-items: center;
43
+ gap: 38px;
44
+ padding: 0 36px;
45
+ color: #cfd3d8;
46
+ }
47
+ .icon-btn {
48
+ width: 60px;
49
+ height: 60px;
50
+ display: inline-flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ border-radius: 10px;
54
+ }
55
+ .icon-btn svg { fill: #cfd3d8; }
56
+ .play-btn { margin-left: auto; }
57
+ .fab {
58
+ position: absolute;
59
+ right: 138px;
60
+ top: 120px;
61
+ width: 120px;
62
+ height: 120px;
63
+ background: #2E6DEB;
64
+ border-radius: 50%;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
69
+ }
70
+ .fab svg { fill: #ffffff; width: 60px; height: 60px; }
71
+
72
+ /* Canvas area */
73
+ .workspace {
74
+ position: absolute;
75
+ top: 260px;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 880px;
79
+ }
80
+ .slide-stage {
81
+ width: 1020px;
82
+ height: 520px;
83
+ background: #ffffff;
84
+ margin: 0 auto;
85
+ border-radius: 6px;
86
+ box-shadow: 0 18px 40px rgba(0,0,0,0.6);
87
+ position: relative;
88
+ overflow: hidden;
89
+ }
90
+ .stage-top {
91
+ position: absolute;
92
+ top: 0;
93
+ left: 0;
94
+ width: 1020px;
95
+ height: 250px;
96
+ background: #efd176;
97
+ }
98
+ .stage-bottom {
99
+ position: absolute;
100
+ bottom: 0;
101
+ left: 0;
102
+ width: 1020px;
103
+ height: 270px;
104
+ background: #efefef;
105
+ }
106
+
107
+ /* Cards on slide */
108
+ .polaroid {
109
+ position: absolute;
110
+ top: 110px;
111
+ left: 360px;
112
+ width: 300px;
113
+ height: 420px;
114
+ background: #ffffff;
115
+ border-radius: 6px;
116
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
117
+ transform: rotate(6deg);
118
+ display: flex;
119
+ flex-direction: column;
120
+ align-items: center;
121
+ }
122
+ .photo {
123
+ margin-top: 34px;
124
+ width: 250px;
125
+ height: 300px;
126
+ background: #2F7BC9;
127
+ border: 1px solid #BDBDBD;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ color: #d9e6ff;
132
+ font-size: 28px;
133
+ text-align: center;
134
+ }
135
+ .caption {
136
+ margin-top: 16px;
137
+ color: #333;
138
+ font-size: 30px;
139
+ }
140
+ .tip-card {
141
+ position: absolute;
142
+ left: 160px;
143
+ top: 260px;
144
+ width: 220px;
145
+ height: 220px;
146
+ background: #1F7BFF;
147
+ color: white;
148
+ border-radius: 6px;
149
+ transform: rotate(-6deg);
150
+ box-shadow: 0 12px 24px rgba(0,0,0,0.25);
151
+ padding: 24px;
152
+ font-size: 24px;
153
+ line-height: 1.2;
154
+ }
155
+ .tip-card small { display: block; opacity: 0.9; margin-top: 10px; font-size: 20px; }
156
+
157
+ /* Filmstrip */
158
+ .filmstrip {
159
+ position: absolute;
160
+ bottom: 760px;
161
+ left: 0;
162
+ width: 1080px;
163
+ padding: 0 26px;
164
+ display: flex;
165
+ gap: 40px;
166
+ align-items: flex-end;
167
+ }
168
+ .thumb {
169
+ width: 330px;
170
+ height: 140px;
171
+ border-radius: 16px;
172
+ background: #262a31;
173
+ padding: 12px;
174
+ position: relative;
175
+ }
176
+ .thumb .mini-slide {
177
+ width: 100%;
178
+ height: 100%;
179
+ background: #dfe3ea;
180
+ border-radius: 10px;
181
+ box-shadow: inset 0 0 0 2px #c8ccd2;
182
+ position: relative;
183
+ overflow: hidden;
184
+ }
185
+ .mini-top { position:absolute; top:0; left:0; right:0; height:44%; background:#e4e0e9; }
186
+ .mini-top.yellow { background:#f3d47a; }
187
+ .mini-bottom { position:absolute; bottom:0; left:0; right:0; height:56%; background:#efefef; }
188
+ .thumb-number {
189
+ position: absolute;
190
+ left: 8px;
191
+ bottom: -40px;
192
+ color: #c9ced6;
193
+ font-size: 28px;
194
+ }
195
+
196
+ /* Floating right pane button */
197
+ .right-fab {
198
+ position: absolute;
199
+ right: 24px;
200
+ bottom: 830px;
201
+ width: 120px;
202
+ height: 240px;
203
+ background: #2a2f36;
204
+ border-radius: 56px;
205
+ box-shadow: 0 10px 24px rgba(0,0,0,0.45);
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ }
210
+ .right-fab .stack {
211
+ width: 70px;
212
+ height: 70px;
213
+ border: 3px solid #aeb4bd;
214
+ border-radius: 12px;
215
+ position: relative;
216
+ }
217
+ .right-fab .stack::after{
218
+ content:"+";
219
+ position:absolute;
220
+ right:-18px;
221
+ bottom:-18px;
222
+ width:48px;
223
+ height:48px;
224
+ border-radius:50%;
225
+ background:#4a96ff;
226
+ color:#fff;
227
+ font-weight:bold;
228
+ display:flex;
229
+ align-items:center;
230
+ justify-content:center;
231
+ font-size:30px;
232
+ box-shadow: 0 6px 12px rgba(0,0,0,0.3);
233
+ }
234
+
235
+ /* Bottom sheet */
236
+ .sheet {
237
+ position: absolute;
238
+ bottom: 0;
239
+ left: 0;
240
+ width: 1080px;
241
+ height: 780px;
242
+ background: #161a1f;
243
+ border-top-left-radius: 24px;
244
+ border-top-right-radius: 24px;
245
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
246
+ }
247
+ .sheet-header {
248
+ display: flex;
249
+ align-items: center;
250
+ gap: 24px;
251
+ padding: 34px 34px 18px 34px;
252
+ color: #e7eaee;
253
+ font-size: 44px;
254
+ border-bottom: 1px solid #2a2f36;
255
+ }
256
+ .sheet-list {
257
+ padding: 24px 36px;
258
+ }
259
+ .sheet-item {
260
+ display: flex;
261
+ align-items: center;
262
+ gap: 28px;
263
+ padding: 26px 4px;
264
+ color: #e7eaee;
265
+ font-size: 42px;
266
+ border-radius: 12px;
267
+ }
268
+ .sheet-item:not(:last-child) { border-bottom: 1px solid #252a31; }
269
+ .square-icon {
270
+ width: 64px; height: 64px;
271
+ border-radius: 12px;
272
+ background: #2b3138;
273
+ display: inline-flex;
274
+ align-items: center;
275
+ justify-content: center;
276
+ }
277
+ .square-icon svg { fill: #cfd3d8; }
278
+ </style>
279
+ </head>
280
+ <body>
281
+ <div id="render-target">
282
+
283
+ <!-- Status bar -->
284
+ <div class="status-bar">
285
+ <div class="status-left">
286
+ <div>9:07</div>
287
+ <div style="opacity:.7;">☁</div>
288
+ </div>
289
+ <div class="status-right">
290
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 3L1 9l11 6 9-4.91V17h2V9L12 3z"/></svg>
291
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M4 18h16v2H4v-2zm2-2h12v-8H6v8zm2-6h8v4H8v-4z"/></svg>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Top toolbar -->
296
+ <div class="toolbar">
297
+ <div class="icon-btn">
298
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>
299
+ </div>
300
+ <div class="icon-btn">
301
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 5v4H8l4 4 4-4h-4V5h-2zm-6 14h12v-2H6v2z"/></svg>
302
+ </div>
303
+ <div class="icon-btn">
304
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 19v-4h4l-4-4-4 4h4v4h2zm6-14H6v2h12V5z"/></svg>
305
+ </div>
306
+ <div class="icon-btn play-btn">
307
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M8 5v14l11-7z"/></svg>
308
+ </div>
309
+ <div class="icon-btn" style="margin-left: 340px;">
310
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M9 21H7a2 2 0 0 1-2-2V7h2v12h2v2zm9 0h-2v-2h2V7h2v12a2 2 0 0 1-2 2zM16 3l-8 8V7H6v6h6v-2H9l8-8z"/></svg>
311
+ </div>
312
+ <div class="icon-btn">
313
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 7a5 5 0 0 1 5 5v4l2 2H5l2-2v-4a5 5 0 0 1 5-5zm0-2a7 7 0 0 0-7 7v4l-3 3h20l-3-3v-4a7 7 0 0 0-7-7z"/></svg>
314
+ </div>
315
+ <div class="icon-btn">
316
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 6a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Floating add FAB -->
321
+ <div class="fab">
322
+ <svg viewBox="0 0 24 24"><path d="M19 11H13V5h-2v6H5v2h6v6h2v-6h6z"/></svg>
323
+ </div>
324
+
325
+ <!-- Workspace with slide -->
326
+ <div class="workspace">
327
+ <div class="slide-stage">
328
+ <div class="stage-top"></div>
329
+ <div class="stage-bottom"></div>
330
+
331
+ <div class="tip-card">
332
+ QUICK TIP
333
+ <small>Try tapping on an image and using "Replace image" to build your own flash cards.</small>
334
+ </div>
335
+
336
+ <div class="polaroid">
337
+ <div class="photo">[IMG: Dog on rock]</div>
338
+ <div class="caption">El perro</div>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- Filmstrip -->
344
+ <div class="filmstrip">
345
+ <div style="display:flex; gap:40px; align-items:flex-end;">
346
+ <div class="thumb">
347
+ <div class="mini-slide">
348
+ <div class="mini-top" style="background:#dae2f1;"></div>
349
+ <div class="mini-bottom"></div>
350
+ </div>
351
+ <div class="thumb-number">1</div>
352
+ </div>
353
+
354
+ <div class="thumb" style="outline: 4px solid #2b7cff;">
355
+ <div class="mini-slide">
356
+ <div class="mini-top yellow"></div>
357
+ <div class="mini-bottom"></div>
358
+ </div>
359
+ <div class="thumb-number">2</div>
360
+ </div>
361
+
362
+ <div class="thumb">
363
+ <div class="mini-slide">
364
+ <div class="mini-top" style="background:#e8bdc7;"></div>
365
+ <div class="mini-bottom"></div>
366
+ </div>
367
+ <div class="thumb-number">3</div>
368
+ </div>
369
+
370
+ <div class="thumb">
371
+ <div class="mini-slide">
372
+ <div class="mini-top" style="background:#e8bdc7;"></div>
373
+ <div class="mini-bottom"></div>
374
+ </div>
375
+ <div class="thumb-number">4</div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Right floating panel button -->
381
+ <div class="right-fab">
382
+ <div class="stack"></div>
383
+ </div>
384
+
385
+ <!-- Bottom sheet -->
386
+ <div class="sheet">
387
+ <div class="sheet-header">
388
+ <div class="icon-btn" style="width:64px;height:64px;">
389
+ <svg width="48" height="48" viewBox="0 0 24 24"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>
390
+ </div>
391
+ <div>Image</div>
392
+ </div>
393
+
394
+ <div class="sheet-list">
395
+ <div class="sheet-item">
396
+ <div class="square-icon">
397
+ <svg width="36" height="36" 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 3.5-4.5L19 18H5l3.5-4.5zM8 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4z"/></svg>
398
+ </div>
399
+ <div>From photos</div>
400
+ </div>
401
+ <div class="sheet-item">
402
+ <div class="square-icon">
403
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 5l2 2h5v12H5V7h5l2-2zm0 3a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm0 2.5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"/></svg>
404
+ </div>
405
+ <div>From camera</div>
406
+ </div>
407
+ </div>
408
+ </div>
409
+
410
+ </div>
411
+ </body>
412
+ </html>