yhzheng1031 commited on
Commit
12b1bce
·
verified ·
1 Parent(s): 2a523ef

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/4113/4113_2.html +221 -0
  2. code/4113/4113_3.html +247 -0
  3. code/4113/4113_4.html +194 -0
  4. code/4115/4115_0.html +318 -0
  5. code/4115/4115_1.html +245 -0
  6. code/4115/4115_3.html +228 -0
  7. code/4115/4115_4.html +327 -0
  8. code/4115/4115_5.html +265 -0
  9. code/4115/4115_6.html +402 -0
  10. code/4117/4117_0.html +353 -0
  11. code/4117/4117_1.html +375 -0
  12. code/4117/4117_2.html +281 -0
  13. code/4117/4117_3.html +168 -0
  14. code/4117/4117_4.html +1 -0
  15. code/4117/4117_5.html +237 -0
  16. code/4117/4117_6.html +432 -0
  17. code/4118/4118_0.html +361 -0
  18. code/4118/4118_10.html +359 -0
  19. code/4118/4118_2.html +263 -0
  20. code/4118/4118_3.html +220 -0
  21. code/4118/4118_4.html +195 -0
  22. code/4118/4118_5.html +183 -0
  23. code/4118/4118_6.html +246 -0
  24. code/4118/4118_7.html +240 -0
  25. code/4118/4118_8.html +189 -0
  26. code/4118/4118_9.html +239 -0
  27. code/4119/4119_0.html +487 -0
  28. code/4119/4119_1.html +245 -0
  29. code/4119/4119_2.html +149 -0
  30. code/4119/4119_3.html +228 -0
  31. code/4119/4119_4.html +258 -0
  32. code/4119/4119_5.html +267 -0
  33. code/4120/4120_0.html +250 -0
  34. code/4120/4120_1.html +273 -0
  35. code/4120/4120_2.html +257 -0
  36. code/4120/4120_3.html +286 -0
  37. code/4120/4120_4.html +292 -0
  38. code/4121/4121_0.html +332 -0
  39. code/4121/4121_1.html +517 -0
  40. code/4121/4121_2.html +335 -0
  41. code/4121/4121_3.html +289 -0
  42. code/4121/4121_4.html +249 -0
  43. code/4121/4121_5.html +274 -0
  44. code/4121/4121_6.html +213 -0
  45. code/4122/4122_0.html +403 -0
  46. code/4122/4122_1.html +372 -0
  47. code/4122/4122_2.html +332 -0
  48. code/4122/4122_3.html +368 -0
  49. code/4122/4122_4.html +189 -0
  50. code/4124/4124_0.html +250 -0
code/4113/4113_2.html ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Save to list UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #EAEAEA;
15
+ }
16
+
17
+ .statusbar {
18
+ height: 90px;
19
+ padding: 0 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #EAEAEA;
24
+ font-size: 36px;
25
+ }
26
+ .status-icons { display: flex; align-items: center; gap: 28px; color: #EAEAEA; }
27
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #EAEAEA; stroke-width: 4; }
28
+
29
+ .appbar {
30
+ height: 160px;
31
+ border-bottom: 1px solid #2D2D2D;
32
+ position: relative;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: center;
36
+ }
37
+ .appbar .title { font-size: 56px; font-weight: 600; letter-spacing: 0.2px; }
38
+ .appbar .action {
39
+ position: absolute;
40
+ right: 36px;
41
+ font-size: 44px;
42
+ color: #5C8DF3;
43
+ font-weight: 600;
44
+ }
45
+
46
+ .content {
47
+ padding: 36px;
48
+ }
49
+
50
+ .new-list {
51
+ height: 120px;
52
+ border-radius: 28px;
53
+ border: 2px solid #3A3A3A;
54
+ background: #1B1B1B;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 36px;
58
+ gap: 26px;
59
+ margin-bottom: 24px;
60
+ }
61
+ .new-list svg { width: 52px; height: 52px; stroke: #86A8FF; stroke-width: 8; }
62
+ .new-list span { font-size: 44px; color: #86A8FF; font-weight: 600; }
63
+
64
+ .list-section {
65
+ margin-top: 16px;
66
+ border-top: 1px solid #2D2D2D;
67
+ }
68
+
69
+ .list-row {
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 32px;
73
+ padding: 40px 8px 40px 8px;
74
+ border-bottom: 1px solid #2D2D2D;
75
+ }
76
+ .row-icon {
77
+ width: 80px;
78
+ height: 80px;
79
+ border-radius: 16px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ }
84
+ .row-icon svg { width: 56px; height: 56px; }
85
+ .row-text { flex: 1; }
86
+ .row-text .title { font-size: 48px; font-weight: 600; margin-bottom: 14px; }
87
+ .row-text .subtitle { font-size: 34px; color: #9E9E9E; }
88
+ .checkbox {
89
+ width: 72px;
90
+ height: 72px;
91
+ border: 6px solid #6E6E6E;
92
+ border-radius: 12px;
93
+ box-sizing: border-box;
94
+ }
95
+ .checkbox.checked {
96
+ background: #5C8DF3;
97
+ border-color: #5C8DF3;
98
+ display: flex;
99
+ align-items: center;
100
+ justify-content: center;
101
+ }
102
+ .checkbox.checked svg {
103
+ width: 48px; height: 48px;
104
+ fill: none; stroke: #fff; stroke-width: 10;
105
+ }
106
+
107
+ /* Icon color accents */
108
+ .icon-heart svg { fill: none; stroke: #FF7EA9; stroke-width: 6; }
109
+ .icon-flag svg { fill: none; stroke: #74E07F; stroke-width: 6; }
110
+ .icon-suitcase svg { fill: none; stroke: #7EB3FF; stroke-width: 6; }
111
+ .icon-star svg { fill: none; stroke: #FFD667; stroke-width: 6; }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status Bar -->
118
+ <div class="statusbar">
119
+ <div class="time">8:30</div>
120
+ <div class="status-icons">
121
+ <!-- Wi-Fi -->
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M2 8c5-4 15-4 20 0"></path>
124
+ <path d="M5 12c3-3 11-3 14 0"></path>
125
+ <path d="M8 16c2-2 6-2 8 0"></path>
126
+ <circle cx="12" cy="19" r="1.8" fill="#EAEAEA" stroke="none"></circle>
127
+ </svg>
128
+ <!-- Battery -->
129
+ <svg viewBox="0 0 28 16">
130
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2"></rect>
131
+ <rect x="3" y="4" width="18" height="8" fill="#EAEAEA" stroke="none"></rect>
132
+ <rect x="23" y="6" width="4" height="4" rx="1" ry="1"></rect>
133
+ </svg>
134
+ <div style="font-size:34px;">100%</div>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- App Bar -->
139
+ <div class="appbar">
140
+ <div class="title">Save to list</div>
141
+ <div class="action">Done</div>
142
+ </div>
143
+
144
+ <div class="content">
145
+ <!-- New List pill -->
146
+ <div class="new-list">
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M12 5v14M5 12h14"></path>
149
+ </svg>
150
+ <span>New list</span>
151
+ </div>
152
+
153
+ <!-- Lists -->
154
+ <div class="list-section">
155
+ <!-- Favourites -->
156
+ <div class="list-row">
157
+ <div class="row-icon icon-heart">
158
+ <svg viewBox="0 0 24 24">
159
+ <path d="M12 21s-7-6-9-9a5 5 0 0 1 8-6 5 5 0 0 1 8 6c-2 3-9 9-9 9z"></path>
160
+ </svg>
161
+ </div>
162
+ <div class="row-text">
163
+ <div class="title">Favourites</div>
164
+ <div class="subtitle">Private · 0 places</div>
165
+ </div>
166
+ <div class="checkbox"></div>
167
+ </div>
168
+
169
+ <!-- Want to go -->
170
+ <div class="list-row">
171
+ <div class="row-icon icon-flag">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M6 3v18"></path>
174
+ <path d="M6 4h10l-3 4 3 4H6z"></path>
175
+ </svg>
176
+ </div>
177
+ <div class="row-text">
178
+ <div class="title">Want to go</div>
179
+ <div class="subtitle">Private · 0 places</div>
180
+ </div>
181
+ <div class="checkbox"></div>
182
+ </div>
183
+
184
+ <!-- Travel plans -->
185
+ <div class="list-row">
186
+ <div class="row-icon icon-suitcase">
187
+ <svg viewBox="0 0 24 24">
188
+ <rect x="4" y="7" width="16" height="12" rx="2" ry="2"></rect>
189
+ <path d="M9 7V5h6v2"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="row-text">
193
+ <div class="title">Travel plans</div>
194
+ <div class="subtitle">Private · 0 places</div>
195
+ </div>
196
+ <div class="checkbox"></div>
197
+ </div>
198
+
199
+ <!-- Starred places -->
200
+ <div class="list-row">
201
+ <div class="row-icon icon-star">
202
+ <svg viewBox="0 0 24 24">
203
+ <path d="M12 3l3.3 6.7 7.4 1.1-5.3 5 1.3 7.2L12 19l-6.7 4 1.3-7.2-5.3-5 7.4-1.1z"></path>
204
+ </svg>
205
+ </div>
206
+ <div class="row-text">
207
+ <div class="title">Starred places</div>
208
+ <div class="subtitle">Private · 0 places</div>
209
+ </div>
210
+ <div class="checkbox checked">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M4 12l5 5 11-11"></path>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+ </div>
218
+
219
+ </div>
220
+ </body>
221
+ </html>
code/4113/4113_3.html ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI - Google Maps Style</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ background: #1a1a1a;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 32px;
27
+ box-sizing: border-box;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left { flex: 1; }
32
+ .status-right {
33
+ display: flex; align-items: center; gap: 22px; color: #e6e6e6;
34
+ font-size: 30px;
35
+ }
36
+ .icon {
37
+ width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
38
+ }
39
+ .battery {
40
+ width: 70px; height: 32px; border: 3px solid #e6e6e6; border-radius: 6px; position: relative;
41
+ }
42
+ .battery::after {
43
+ content: ""; position: absolute; right: -10px; top: 9px; width: 8px; height: 14px; background: #e6e6e6; border-radius: 2px;
44
+ }
45
+ .battery-level { position: absolute; left: 3px; top: 3px; bottom: 3px; width: 52px; background: #8bc34a; border-radius: 3px; }
46
+
47
+ /* App bar */
48
+ .appbar {
49
+ position: absolute;
50
+ top: 90px;
51
+ left: 0;
52
+ width: 1080px;
53
+ height: 180px;
54
+ background: #202225;
55
+ display: flex;
56
+ align-items: center;
57
+ box-sizing: border-box;
58
+ padding: 0 28px;
59
+ }
60
+ .appbar-left { display: flex; align-items: center; gap: 26px; }
61
+ .back-btn {
62
+ width: 64px; height: 64px; border-radius: 32px; display: inline-flex; align-items: center; justify-content: center;
63
+ }
64
+ .app-title { font-size: 48px; font-weight: 600; }
65
+ .appbar-right { margin-left: auto; display: flex; align-items: center; gap: 32px; }
66
+
67
+ /* Map area (image placeholder per rules) */
68
+ .map-wrap {
69
+ position: absolute;
70
+ top: 270px; /* 90 + 180 */
71
+ left: 0;
72
+ width: 1080px;
73
+ height: 1840px;
74
+ box-sizing: border-box;
75
+ border-top: 1px solid #2b2b2b;
76
+ }
77
+ .map-placeholder {
78
+ width: 100%;
79
+ height: 100%;
80
+ background: #E0E0E0; /* required placeholder color */
81
+ border: 1px solid #BDBDBD;
82
+ color: #424242;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ font-size: 40px;
87
+ position: relative;
88
+ }
89
+ .map-dark-overlay {
90
+ position: absolute; inset: 0; background: rgba(10, 14, 22, 0.85);
91
+ pointer-events: none;
92
+ }
93
+
94
+ /* Overlaid labels on the map */
95
+ .map-label {
96
+ position: absolute;
97
+ color: #ff6b6b;
98
+ font-size: 42px;
99
+ font-weight: 700;
100
+ text-shadow: 0 2px 4px rgba(0,0,0,0.6);
101
+ }
102
+ .map-label.small { font-size: 34px; font-weight: 600; color: #f5a142; }
103
+ .google-watermark {
104
+ position: absolute; left: 70px; bottom: 260px; color: #ffffff; font-weight: 700; font-size: 52px; opacity: 0.9;
105
+ }
106
+
107
+ /* Floating help button */
108
+ .fab {
109
+ position: absolute; right: 44px; top: 1180px;
110
+ width: 140px; height: 140px; border-radius: 70px;
111
+ background: #272727; border: 4px solid #ff6b6b;
112
+ display: flex; align-items: center; justify-content: center;
113
+ box-shadow: 0 10px 20px rgba(0,0,0,0.4);
114
+ font-size: 64px; color: #ff6b6b;
115
+ }
116
+
117
+ /* Bottom sheet */
118
+ .bottom-sheet {
119
+ position: absolute; left: 30px; right: 30px; bottom: 110px;
120
+ height: 260px; background: #ffffff; color: #000;
121
+ border-radius: 24px; box-shadow: 0 12px 30px rgba(0,0,0,0.45);
122
+ display: flex; align-items: center; justify-content: space-between;
123
+ padding: 0 40px; box-sizing: border-box;
124
+ }
125
+ .sheet-text { font-size: 46px; color: #333; }
126
+ .sheet-action {
127
+ color: #1a73e8; font-size: 48px; font-weight: 700;
128
+ }
129
+ .drag-handle {
130
+ position: absolute; bottom: 388px; left: 50%; transform: translateX(-50%);
131
+ width: 180px; height: 10px; background: #c8c8c8; border-radius: 5px;
132
+ opacity: 0.8;
133
+ }
134
+
135
+ /* Home indicator */
136
+ .home-indicator {
137
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
138
+ width: 360px; height: 12px; background: #9e9e9e; border-radius: 8px; opacity: 0.7;
139
+ }
140
+
141
+ /* Simple orange POI chips */
142
+ .poi-chip {
143
+ position: absolute; display: inline-flex; align-items: center; gap: 12px;
144
+ background: rgba(255,140,0,0.15); border: 1px solid #ffb467; border-radius: 28px;
145
+ color: #ffb467; padding: 12px 20px; font-size: 34px;
146
+ }
147
+
148
+ /* SVG styling */
149
+ svg { fill: none; stroke: #fff; stroke-width: 4; }
150
+ .icon-fill svg { fill: #fff; stroke: none; }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+
156
+ <!-- Status bar -->
157
+ <div class="status-bar">
158
+ <div class="status-left">8:31</div>
159
+ <div class="status-right">
160
+ <div class="icon" title="Wi‑Fi">
161
+ <svg viewBox="0 0 24 24" width="44" height="44">
162
+ <path d="M2 9c5-4 15-4 20 0"></path>
163
+ <path d="M5 12c3-3 11-3 14 0"></path>
164
+ <path d="M8 15c2-2 6-2 8 0"></path>
165
+ <circle cx="12" cy="18" r="2" fill="#e6e6e6"></circle>
166
+ </svg>
167
+ </div>
168
+ <div class="icon" title="Cellular">
169
+ <svg viewBox="0 0 24 24" width="44" height="44">
170
+ <rect x="3" y="14" width="3" height="7" fill="#e6e6e6"></rect>
171
+ <rect x="9" y="10" width="3" height="11" fill="#e6e6e6"></rect>
172
+ <rect x="15" y="6" width="3" height="15" fill="#e6e6e6"></rect>
173
+ </svg>
174
+ </div>
175
+ <div>100%</div>
176
+ <div class="battery"><div class="battery-level"></div></div>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- App bar -->
181
+ <div class="appbar">
182
+ <div class="appbar-left">
183
+ <div class="back-btn">
184
+ <svg viewBox="0 0 24 24" width="48" height="48">
185
+ <path d="M15 5l-7 7 7 7"></path>
186
+ </svg>
187
+ </div>
188
+ <div class="app-title">Ferienwohnung Lautertal</div>
189
+ </div>
190
+ <div class="appbar-right">
191
+ <div class="icon icon-fill" title="Search">
192
+ <svg viewBox="0 0 24 24" width="52" height="52">
193
+ <circle cx="11" cy="11" r="7"></circle>
194
+ <path d="M20 20l-5-5" stroke="#202225"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="icon icon-fill" title="More">
198
+ <svg viewBox="0 0 24 24" width="52" height="52">
199
+ <circle cx="5" cy="12" r="2"></circle>
200
+ <circle cx="12" cy="12" r="2"></circle>
201
+ <circle cx="19" cy="12" r="2"></circle>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Map area -->
208
+ <div class="map-wrap">
209
+ <div class="map-placeholder">[IMG: Google Map - dark theme]</div>
210
+ <div class="map-dark-overlay"></div>
211
+
212
+ <!-- Red place label -->
213
+ <div class="map-label" style="left: 290px; top: 310px;">
214
+ Ferienwohnung<br>"kleines Lautertal"
215
+ </div>
216
+
217
+ <!-- Orange POI chips -->
218
+ <div class="poi-chip" style="left: 580px; top: 1400px;">
219
+ <span>Schwarzbrenner</span>
220
+ <span>Gaststätte Restaurant</span>
221
+ </div>
222
+ <div class="poi-chip" style="left: 430px; top: 1600px;">
223
+ <span>Gasthof Lindenmeir</span>
224
+ </div>
225
+
226
+ <!-- Google watermark -->
227
+ <div class="google-watermark">Google</div>
228
+
229
+ <!-- Floating help button -->
230
+ <div class="fab">?</div>
231
+ </div>
232
+
233
+ <!-- Drag handle above bottom sheet -->
234
+ <div class="drag-handle"></div>
235
+
236
+ <!-- Bottom sheet -->
237
+ <div class="bottom-sheet">
238
+ <div class="sheet-text">Saved in Starred places</div>
239
+ <div class="sheet-action">See list</div>
240
+ </div>
241
+
242
+ <!-- Home indicator -->
243
+ <div class="home-indicator"></div>
244
+
245
+ </div>
246
+ </body>
247
+ </html>
code/4113/4113_4.html ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Ferienwohnung Lautertal - Mock 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
+ width:1080px;height:2400px;
11
+ overflow:hidden;
12
+ background:#0c1b2a;
13
+ border-radius:28px;
14
+ box-shadow:0 20px 60px rgba(0,0,0,0.35);
15
+ }
16
+
17
+ /* Map canvas */
18
+ .map-bg{
19
+ position:absolute;inset:0;
20
+ background:
21
+ radial-gradient(1200px 900px at 70% 20%, rgba(12,27,42,0.4), rgba(12,27,42,1)),
22
+ repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 120px),
23
+ repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 160px);
24
+ }
25
+ .road{
26
+ position:absolute;height:14px;background:#21384a;border-radius:10px;opacity:0.55;
27
+ }
28
+ .road.thin{height:10px;opacity:0.4;}
29
+ .label{
30
+ position:absolute;color:#f06464;font-weight:600;font-size:36px;text-shadow:0 1px 0 rgba(0,0,0,0.5);
31
+ }
32
+ .small-label{
33
+ position:absolute;color:#9fb3c7;font-size:26px;opacity:0.85;
34
+ }
35
+
36
+ /* Status bar */
37
+ .status-bar{
38
+ position:absolute;top:0;left:0;width:100%;height:92px;
39
+ display:flex;align-items:center;justify-content:space-between;
40
+ color:#cfe2ff;padding:0 28px;font-size:32px;
41
+ }
42
+ .sb-icons{display:flex;align-items:center;gap:18px;font-weight:600;}
43
+ .dot{width:16px;height:16px;border-radius:50%;background:#cfe2ff;display:inline-block;}
44
+
45
+ /* Search bar */
46
+ .search-wrap{position:absolute;top:118px;left:24px;right:24px;height:100px;display:flex;align-items:center;gap:20px;}
47
+ .circle-btn{
48
+ width:76px;height:76px;border-radius:50%;background:#243646;display:flex;align-items:center;justify-content:center;
49
+ box-shadow:0 4px 8px rgba(0,0,0,0.35);
50
+ }
51
+ .search-bar{
52
+ flex:1;height:100px;border-radius:50px;background:#243646;color:#dbe7f3;
53
+ display:flex;align-items:center;gap:22px;padding:0 34px;box-shadow:0 6px 12px rgba(0,0,0,0.45);
54
+ font-size:36px;font-weight:600;
55
+ }
56
+ .search-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
57
+ .chip{
58
+ position:absolute;top:260px;left:280px;
59
+ background:#2a3d4f;color:#cfe2ff;border-radius:40px;padding:18px 28px;
60
+ font-size:32px;box-shadow:0 6px 12px rgba(0,0,0,0.45);
61
+ }
62
+
63
+ /* Map pin */
64
+ .pin{position:absolute;bottom:1080px;left:560px;width:56px;height:56px;background:#b9c7d4;border-radius:50%;
65
+ box-shadow:0 6px 12px rgba(0,0,0,0.5);
66
+ }
67
+ .pin:after{content:'';position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);
68
+ width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:24px solid #b9c7d4;}
69
+
70
+ /* Bottom sheet */
71
+ .sheet{
72
+ position:absolute;left:0;bottom:0;width:100%;height:1120px;background:#1a1c22;color:#fff;
73
+ border-top-left-radius:28px;border-top-right-radius:28px;
74
+ box-shadow:0 -20px 40px rgba(0,0,0,0.6);
75
+ }
76
+ .handle{width:120px;height:10px;background:#51565f;border-radius:8px;margin:22px auto 0;}
77
+ .sheet-content{padding:34px 36px;}
78
+ .title{font-size:54px;font-weight:700;margin-top:10px;}
79
+ .subtitle{font-size:34px;color:#b9c4d0;margin-top:12px;}
80
+ .rating{display:flex;align-items:center;gap:12px;margin-top:18px;font-size:32px;color:#dbe7f3;}
81
+ .stars{display:flex;gap:6px;}
82
+ .category{margin-top:16px;font-size:34px;color:#c0c9d4;}
83
+
84
+ .actions{display:flex;gap:22px;margin-top:32px;flex-wrap:wrap;}
85
+ .btn{
86
+ display:flex;align-items:center;gap:16px;border-radius:60px;padding:22px 34px;font-size:34px;cursor:pointer;
87
+ background:#26303a;color:#dbe7f3;border:1px solid #3a4754;
88
+ }
89
+ .btn.primary{background:#2a6dfb;border:none;color:#fff;}
90
+ .grid{display:grid;grid-template-columns:640px 1fr;grid-template-rows:480px 480px;gap:24px;margin-top:26px;}
91
+ .img{
92
+ background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;
93
+ display:flex;align-items:center;justify-content:center;font-size:30px;text-align:center;
94
+ }
95
+ .img.large{grid-row:1 / span 2;}
96
+ /* Simple SVG styles */
97
+ svg{width:36px;height:36px;fill:#dbe7f3}
98
+ .btn svg{fill:currentColor}
99
+ .star svg{fill:#ffd54d}
100
+ .circle-btn svg{width:40px;height:40px}
101
+ .search-bar .icon{width:44px;height:44px}
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+ <div class="map-bg"></div>
107
+
108
+ <!-- Stylized roads (approximate) -->
109
+ <div class="road" style="top:480px;left:80px;width:860px;"></div>
110
+ <div class="road thin" style="top:680px;left:160px;width:700px;"></div>
111
+ <div class="road" style="top:880px;left:220px;width:740px;"></div>
112
+ <div class="road thin" style="top:1020px;left:340px;width:520px;"></div>
113
+ <div class="road" style="top:540px;left:960px;width:40px;height:640px;"></div>
114
+
115
+ <!-- Status bar -->
116
+ <div class="status-bar">
117
+ <div>8:50</div>
118
+ <div class="sb-icons">
119
+ <span class="dot"></span>
120
+ <span>100%</span>
121
+ </div>
122
+ </div>
123
+
124
+ <!-- Search -->
125
+ <div class="search-wrap">
126
+ <div class="circle-btn">
127
+ <svg viewBox="0 0 24 24"><path d="M14 4l-8 8 8 8 2-2-6-6 6-6z"/></svg>
128
+ </div>
129
+ <div class="search-bar">
130
+ <div class="search-text">Ferienwohnung Lautertal...</div>
131
+ <svg class="icon" viewBox="0 0 24 24"><path d="M19 19l-5-5m3-5a6 6 0 11-12 0 6 6 0 0112 0z" stroke="#dbe7f3" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
132
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 2a4 4 0 014 4v3a4 4 0 11-8 0V6a4 4 0 014-4zm1 14h-2v6h2z"/></svg>
133
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#dbe7f3" stroke-width="2" stroke-linecap="round"/></svg>
134
+ </div>
135
+ </div>
136
+
137
+ <div class="chip">See similar places</div>
138
+
139
+ <!-- Map labels -->
140
+ <div class="label" style="top:760px;left:320px;">Ferienwohnung "kleines Lautertal"</div>
141
+ <div class="small-label" style="bottom:1050px;left:60px;">Kindergarten St. Andreas</div>
142
+
143
+ <!-- Map pin -->
144
+ <div class="pin"></div>
145
+
146
+ <!-- Bottom sheet -->
147
+ <div class="sheet">
148
+ <div class="handle"></div>
149
+ <div class="sheet-content">
150
+ <div class="title">Ferienwohnung Lautertal</div>
151
+ <div class="subtitle">Ferienwohnung "kleines Lautertal"</div>
152
+ <div class="rating">
153
+ <span>4.8</span>
154
+ <div class="stars">
155
+ <span class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1z"/></svg></span>
156
+ <span class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1z"/></svg></span>
157
+ <span class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1z"/></svg></span>
158
+ <span class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1z"/></svg></span>
159
+ <span class="star"><svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.3l-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1z"/></svg></span>
160
+ </div>
161
+ <span>(16)</span>
162
+ </div>
163
+ <div class="category">Holiday apartment</div>
164
+
165
+ <div class="actions">
166
+ <div class="btn primary">
167
+ <svg viewBox="0 0 24 24"><path d="M4 12h10l-3 3 5-3-5-3 3 3H4z"/></svg>
168
+ <span>Directions</span>
169
+ </div>
170
+ <div class="btn">
171
+ <svg viewBox="0 0 24 24"><path d="M6 3l5 5-2 2-5-5zM15 8l-6 6v4h4l6-6z"/></svg>
172
+ <span>Call</span>
173
+ </div>
174
+ <div class="btn">
175
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20l-6-3-6 3z"/></svg>
176
+ <span>Saved</span>
177
+ </div>
178
+ <div class="btn">
179
+ <svg viewBox="0 0 24 24"><path d="M12 3l5 5h-3v5h-4V8H7zM5 20h14v-2H5z"/></svg>
180
+ <span>Share</span>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="grid">
185
+ <div class="img large">[IMG: Living room interior photo]</div>
186
+ <div class="img">[IMG: Dining kitchen area]</div>
187
+ <div class="img">[IMG: House exterior with trees]</div>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ </div>
193
+ </body>
194
+ </html>
code/4115/4115_0.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Android Home Screen 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
+ /* Dark feather-like backdrop approximation */
14
+ background:
15
+ radial-gradient(1500px 900px at 30% 20%, rgba(80,80,80,0.35), rgba(32,32,32,0.6) 60%, rgba(20,20,20,0.95)),
16
+ repeating-linear-gradient(135deg, rgba(0,0,0,0.2) 0px, rgba(0,0,0,0.2) 2px, rgba(255,255,255,0.03) 3px, rgba(255,255,255,0.03) 5px),
17
+ #1f1f1f;
18
+ color: #ffffff;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 100%;
27
+ height: 96px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ padding: 0 32px;
32
+ box-sizing: border-box;
33
+ color: #fff;
34
+ font-size: 34px;
35
+ font-weight: 600;
36
+ }
37
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
38
+ .tiny-icon {
39
+ width: 34px; height: 34px;
40
+ border-radius: 6px;
41
+ background: rgba(255,255,255,0.9);
42
+ }
43
+ .status-right svg { width: 42px; height: 42px; }
44
+
45
+ /* At a Glance */
46
+ .glance {
47
+ position: absolute;
48
+ left: 64px;
49
+ top: 420px;
50
+ }
51
+ .glance .date {
52
+ font-size: 66px;
53
+ font-weight: 600;
54
+ letter-spacing: 0.2px;
55
+ }
56
+ .weather {
57
+ margin-top: 22px;
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 18px;
61
+ font-size: 40px;
62
+ color: rgba(255,255,255,0.92);
63
+ }
64
+ .weather svg { width: 52px; height: 52px; }
65
+
66
+ /* App rows */
67
+ .app-row {
68
+ position: absolute;
69
+ left: 100px;
70
+ width: 880px;
71
+ display: flex;
72
+ justify-content: space-between;
73
+ }
74
+ .row-1 { top: 1400px; }
75
+ .row-2 { top: 1710px; }
76
+ .app {
77
+ width: 160px;
78
+ text-align: center;
79
+ color: #fff;
80
+ }
81
+ .app .icon {
82
+ width: 150px; height: 150px;
83
+ margin: 0 auto 22px;
84
+ border-radius: 50%;
85
+ background: #ffffff;
86
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
87
+ display: flex; align-items: center; justify-content: center;
88
+ }
89
+ .app .label {
90
+ font-size: 34px;
91
+ letter-spacing: 0.3px;
92
+ }
93
+ .app svg { width: 110px; height: 110px; }
94
+
95
+ /* Search bar */
96
+ .search-bar {
97
+ position: absolute;
98
+ left: 80px;
99
+ bottom: 180px;
100
+ width: 920px;
101
+ height: 120px;
102
+ background: #3a3a3a;
103
+ border-radius: 60px;
104
+ box-shadow: 0 12px 30px rgba(0,0,0,0.45);
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: space-between;
108
+ padding: 0 40px;
109
+ box-sizing: border-box;
110
+ }
111
+ .search-left, .search-right {
112
+ display: flex; align-items: center; gap: 26px;
113
+ }
114
+ .google-dot {
115
+ width: 64px; height: 64px;
116
+ border-radius: 50%;
117
+ background: #ffffff;
118
+ display: flex; align-items: center; justify-content: center;
119
+ overflow: hidden;
120
+ }
121
+ .search-text {
122
+ color: rgba(255,255,255,0.8);
123
+ font-size: 34px;
124
+ }
125
+ .search-right svg { width: 48px; height: 48px; }
126
+ /* Bottom gesture pill */
127
+ .gesture-pill {
128
+ position: absolute;
129
+ bottom: 44px;
130
+ left: 50%;
131
+ transform: translateX(-50%);
132
+ width: 200px; height: 12px;
133
+ border-radius: 6px;
134
+ background: rgba(255,255,255,0.9);
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div class="status-left">
144
+ <div>11:04</div>
145
+ <div class="tiny-icon"></div>
146
+ </div>
147
+ <div class="status-right">
148
+ <!-- Wi-Fi icon -->
149
+ <svg viewBox="0 0 24 24" fill="none">
150
+ <path d="M2 8c5-5 15-5 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.7"/>
151
+ <path d="M5 12c3.5-3.5 10.5-3.5 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round" opacity="0.85"/>
152
+ <path d="M8.5 16.5c2-2 5-2 7 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
153
+ <circle cx="12" cy="19" r="2" fill="#fff"/>
154
+ </svg>
155
+ <!-- Battery icon -->
156
+ <svg viewBox="0 0 28 24" fill="none">
157
+ <rect x="1" y="5" width="22" height="14" rx="3" stroke="#fff" stroke-width="2"/>
158
+ <rect x="3" y="7" width="18" height="10" rx="2" fill="#fff"/>
159
+ <rect x="24" y="9" width="3" height="6" rx="1" fill="#fff"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- At a Glance -->
165
+ <div class="glance">
166
+ <div class="date">Mon, Aug 7</div>
167
+ <div class="weather">
168
+ <!-- simple waves icon -->
169
+ <svg viewBox="0 0 32 32">
170
+ <path d="M2 10c3 2 6 2 9 0s6-2 9 0 6 2 10 0" stroke="#d6d6d6" stroke-width="2" fill="none" stroke-linecap="round"/>
171
+ <path d="M2 18c3 2 6 2 9 0s6-2 9 0 6 2 10 0" stroke="#d6d6d6" stroke-width="2" fill="none" stroke-linecap="round"/>
172
+ </svg>
173
+ <span>32°C</span>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- First row of apps -->
178
+ <div class="app-row row-1">
179
+ <!-- Play Store -->
180
+ <div class="app">
181
+ <div class="icon">
182
+ <svg viewBox="0 0 100 100">
183
+ <polygon points="20,20 80,50 20,80" fill="#34A853"/>
184
+ <polygon points="20,20 45,45 20,55" fill="#4285F4"/>
185
+ <polygon points="20,80 45,55 20,45" fill="#FBBC05"/>
186
+ <polygon points="45,45 80,50 45,55" fill="#EA4335"/>
187
+ </svg>
188
+ </div>
189
+ <div class="label">Play Store</div>
190
+ </div>
191
+
192
+ <!-- Gmail -->
193
+ <div class="app">
194
+ <div class="icon">
195
+ <svg viewBox="0 0 100 100">
196
+ <rect x="18" y="25" width="64" height="50" rx="10" fill="#fff"/>
197
+ <path d="M18 33 L50 58 L82 33" stroke="#EA4335" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
198
+ <path d="M18 33 V70" stroke="#34A853" stroke-width="12" stroke-linecap="round"/>
199
+ <path d="M82 33 V70" stroke="#4285F4" stroke-width="12" stroke-linecap="round"/>
200
+ <path d="M50 58 L18 70 L82 70 Z" fill="none"/>
201
+ <path d="M32 33 L50 48 L68 33" stroke="#FBBC05" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
202
+ </svg>
203
+ </div>
204
+ <div class="label">Gmail</div>
205
+ </div>
206
+
207
+ <!-- Photos -->
208
+ <div class="app">
209
+ <div class="icon">
210
+ <svg viewBox="0 0 100 100">
211
+ <path d="M50 12 A20 20 0 0 1 70 32 L50 32 Z" fill="#FBBC05"/>
212
+ <path d="M88 50 A20 20 0 0 1 68 70 L68 50 Z" fill="#34A853"/>
213
+ <path d="M50 88 A20 20 0 0 1 30 68 L50 68 Z" fill="#4285F4"/>
214
+ <path d="M12 50 A20 20 0 0 1 32 30 L32 50 Z" fill="#EA4335"/>
215
+ <circle cx="50" cy="50" r="10" fill="#fff"/>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Photos</div>
219
+ </div>
220
+
221
+ <!-- YouTube -->
222
+ <div class="app">
223
+ <div class="icon">
224
+ <svg viewBox="0 0 100 100">
225
+ <rect x="18" y="28" width="64" height="44" rx="12" fill="#FF0000"/>
226
+ <polygon points="44,38 64,50 44,62" fill="#fff"/>
227
+ </svg>
228
+ </div>
229
+ <div class="label">YouTube</div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Second row of apps -->
234
+ <div class="app-row row-2">
235
+ <!-- Phone -->
236
+ <div class="app">
237
+ <div class="icon">
238
+ <svg viewBox="0 0 100 100">
239
+ <path d="M36 32c5 12 20 27 32 32l8-8c3-3 8 1 10 4-3 7-12 14-18 16-9 0-29-18-36-28-4-6-9-16-8-22 3-2 8 3 10 6l2 4z" fill="#4285F4"/>
240
+ </svg>
241
+ </div>
242
+ <div class="label">Phone</div>
243
+ </div>
244
+
245
+ <!-- Messages -->
246
+ <div class="app">
247
+ <div class="icon">
248
+ <svg viewBox="0 0 100 100">
249
+ <rect x="18" y="22" width="64" height="46" rx="16" fill="#6EA8FF"/>
250
+ <rect x="28" y="34" width="44" height="10" rx="5" fill="#ffffff"/>
251
+ <rect x="28" y="48" width="36" height="8" rx="4" fill="#ffffff" opacity="0.9"/>
252
+ </svg>
253
+ </div>
254
+ <div class="label">Messages</div>
255
+ </div>
256
+
257
+ <!-- Chrome -->
258
+ <div class="app">
259
+ <div class="icon">
260
+ <svg viewBox="0 0 100 100">
261
+ <circle cx="50" cy="50" r="35" fill="#fff"/>
262
+ <path d="M50 15 A35 35 0 0 1 85 50 H55" fill="#EA4335"/>
263
+ <path d="M85 50 A35 35 0 0 1 50 85 L35 55" fill="#FBBC05"/>
264
+ <path d="M50 85 A35 35 0 0 1 15 50 L45 50" fill="#34A853"/>
265
+ <circle cx="50" cy="50" r="16" fill="#4285F4"/>
266
+ </svg>
267
+ </div>
268
+ <div class="label">Chrome</div>
269
+ </div>
270
+
271
+ <!-- Camera -->
272
+ <div class="app">
273
+ <div class="icon">
274
+ <svg viewBox="0 0 100 100">
275
+ <rect x="18" y="32" width="64" height="40" rx="10" fill="#7f8592"/>
276
+ <rect x="26" y="40" width="48" height="24" rx="8" fill="#9aa0a6"/>
277
+ <circle cx="50" cy="52" r="12" fill="#406cff"/>
278
+ <rect x="32" y="26" width="12" height="10" rx="3" fill="#5f6368"/>
279
+ </svg>
280
+ </div>
281
+ <div class="label">Camera</div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Search bar -->
286
+ <div class="search-bar">
287
+ <div class="search-left">
288
+ <div class="google-dot">
289
+ <!-- Simple blue G fallback -->
290
+ <svg viewBox="0 0 64 64">
291
+ <text x="18" y="46" font-size="40" font-weight="700" fill="#4285F4">G</text>
292
+ </svg>
293
+ </div>
294
+ <div class="search-text">Search</div>
295
+ </div>
296
+ <div class="search-right">
297
+ <!-- Mic -->
298
+ <svg viewBox="0 0 24 24">
299
+ <rect x="9" y="4" width="6" height="10" rx="3" fill="#ff5252"/>
300
+ <path d="M6 11c0 3 3 5 6 5s6-2 6-5" stroke="#fff" stroke-width="2"/>
301
+ <rect x="11" y="16" width="2" height="4" fill="#fff"/>
302
+ <rect x="9" y="20" width="6" height="2" rx="1" fill="#fff"/>
303
+ </svg>
304
+ <!-- Google Lens-like icon -->
305
+ <svg viewBox="0 0 24 24">
306
+ <rect x="3" y="5" width="18" height="14" rx="4" fill="#34A853"/>
307
+ <circle cx="12" cy="12" r="5" fill="#fff"/>
308
+ <circle cx="12" cy="12" r="3" fill="#4285F4"/>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Bottom gesture pill -->
314
+ <div class="gesture-pill"></div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/4115/4115_1.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, height=2400, initial-scale=1.0">
6
+ <title>Choose Your Class</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
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #f4f4f4;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0; left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ background: #000;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 40px;
28
+ box-sizing: border-box;
29
+ font-weight: 600;
30
+ }
31
+ .status-left, .status-right {
32
+ display: flex; align-items: center; gap: 24px;
33
+ }
34
+ .status-time { font-size: 44px; letter-spacing: 0.5px; }
35
+ .tiny-app {
36
+ width: 44px; height: 44px;
37
+ background: #fff; border-radius: 8px;
38
+ }
39
+ .status-icon { width: 48px; height: 48px; }
40
+
41
+ /* Title */
42
+ .title {
43
+ position: absolute;
44
+ top: 160px;
45
+ width: 100%;
46
+ text-align: center;
47
+ font-size: 64px;
48
+ color: #333;
49
+ font-weight: 700;
50
+ margin: 0;
51
+ }
52
+
53
+ /* Grid of cards */
54
+ .grid {
55
+ position: absolute;
56
+ top: 260px;
57
+ left: 0; right: 0;
58
+ padding: 0 60px 0 60px;
59
+ box-sizing: border-box;
60
+ display: grid;
61
+ grid-template-columns: 1fr 1fr;
62
+ grid-auto-rows: 180px;
63
+ gap: 40px;
64
+ }
65
+ .card {
66
+ background: #ffffff;
67
+ border: 2px solid #ddd;
68
+ border-radius: 28px;
69
+ box-sizing: border-box;
70
+ padding: 30px;
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 32px;
74
+ }
75
+ .img-placeholder {
76
+ width: 120px; height: 120px;
77
+ background: #E0E0E0;
78
+ border: 1px solid #BDBDBD;
79
+ display: flex; justify-content: center; align-items: center;
80
+ color: #757575; font-size: 24px; text-align: center;
81
+ border-radius: 60px;
82
+ }
83
+ .card-title {
84
+ font-size: 48px; color: #222; font-weight: 600;
85
+ }
86
+
87
+ /* Loading overlay */
88
+ .overlay {
89
+ position: absolute;
90
+ inset: 0;
91
+ background: rgba(0,0,0,0.35);
92
+ }
93
+ .center-loader {
94
+ position: absolute;
95
+ top: 50%; left: 50%;
96
+ transform: translate(-50%, -30%);
97
+ display: flex; flex-direction: column;
98
+ align-items: center; justify-content: center;
99
+ color: #fff;
100
+ }
101
+ .spinner {
102
+ width: 200px; height: 200px;
103
+ border: 12px solid rgba(255,255,255,0.3);
104
+ border-top-color: #ffffff;
105
+ border-radius: 50%;
106
+ animation: spin 1.6s linear infinite;
107
+ margin-bottom: 24px;
108
+ }
109
+ .loading-text { font-size: 56px; font-weight: 700; }
110
+ @keyframes spin { to { transform: translateZ(0) rotate(360deg); } }
111
+
112
+ /* Bottom home indicator */
113
+ .home-indicator-wrap {
114
+ position: absolute;
115
+ bottom: 0; left: 0; right: 0;
116
+ height: 120px;
117
+ background: #000;
118
+ display: flex; align-items: center; justify-content: center;
119
+ }
120
+ .home-indicator {
121
+ width: 300px; height: 14px;
122
+ background: #fff; border-radius: 7px;
123
+ opacity: 0.95;
124
+ }
125
+ </style>
126
+ </head>
127
+ <body>
128
+ <div id="render-target">
129
+
130
+ <!-- Status Bar -->
131
+ <div class="status-bar">
132
+ <div class="status-left">
133
+ <div class="status-time">11:05</div>
134
+ <div class="tiny-app"></div>
135
+ </div>
136
+ <div class="status-right">
137
+ <!-- Wi-Fi Icon -->
138
+ <svg class="status-icon" viewBox="0 0 24 24" fill="none">
139
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
140
+ <path d="M5 11c3-3 11-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
141
+ <path d="M8 14c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
142
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
143
+ </svg>
144
+ <!-- Battery Icon -->
145
+ <svg class="status-icon" viewBox="0 0 28 24" fill="none">
146
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff" stroke-width="2"/>
147
+ <rect x="4" y="8" width="16" height="8" rx="1.5" fill="#fff"/>
148
+ <rect x="22.5" y="9" width="3" height="6" rx="1" fill="#fff"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+
153
+ <h1 class="title">Choose Your Class</h1>
154
+
155
+ <!-- Cards Grid -->
156
+ <div class="grid">
157
+ <div class="card">
158
+ <div class="img-placeholder">[IMG: Class 1]</div>
159
+ <div class="card-title">Class 1</div>
160
+ </div>
161
+ <div class="card">
162
+ <div class="img-placeholder">[IMG: Class 2]</div>
163
+ <div class="card-title">Class 2</div>
164
+ </div>
165
+
166
+ <div class="card">
167
+ <div class="img-placeholder">[IMG: Class 3]</div>
168
+ <div class="card-title">Class 3</div>
169
+ </div>
170
+ <div class="card">
171
+ <div class="img-placeholder">[IMG: Class 4]</div>
172
+ <div class="card-title">Class 4</div>
173
+ </div>
174
+
175
+ <div class="card">
176
+ <div class="img-placeholder">[IMG: Class 5]</div>
177
+ <div class="card-title">Class 5</div>
178
+ </div>
179
+ <div class="card">
180
+ <div class="img-placeholder">[IMG: Class 6]</div>
181
+ <div class="card-title">Class 6</div>
182
+ </div>
183
+
184
+ <div class="card">
185
+ <div class="img-placeholder">[IMG: Class 7]</div>
186
+ <div class="card-title">Class 7</div>
187
+ </div>
188
+ <div class="card">
189
+ <div class="img-placeholder">[IMG: Class 8]</div>
190
+ <div class="card-title">Class 8</div>
191
+ </div>
192
+
193
+ <div class="card">
194
+ <div class="img-placeholder">[IMG: Class 9]</div>
195
+ <div class="card-title">Class 9</div>
196
+ </div>
197
+ <div class="card">
198
+ <div class="img-placeholder">[IMG: Class 10]</div>
199
+ <div class="card-title">Class 10</div>
200
+ </div>
201
+
202
+ <div class="card">
203
+ <div class="img-placeholder">[IMG: Medical]</div>
204
+ <div class="card-title">Medical</div>
205
+ </div>
206
+ <div class="card">
207
+ <div class="img-placeholder">[IMG: Non-Medical]</div>
208
+ <div class="card-title">Non-Medical</div>
209
+ </div>
210
+
211
+ <div class="card">
212
+ <div class="img-placeholder">[IMG: Commerce]</div>
213
+ <div class="card-title">Commerce</div>
214
+ </div>
215
+ <div class="card">
216
+ <div class="img-placeholder">[IMG: Humanities/Arts]</div>
217
+ <div class="card-title">Humanities / Arts</div>
218
+ </div>
219
+
220
+ <div class="card">
221
+ <div class="img-placeholder">[IMG: CA Foundation]</div>
222
+ <div class="card-title">CA Foundation</div>
223
+ </div>
224
+ <div class="card">
225
+ <div class="img-placeholder">[IMG: CLAT]</div>
226
+ <div class="card-title">CLAT</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Loading Overlay -->
231
+ <div class="overlay">
232
+ <div class="center-loader">
233
+ <div class="spinner"></div>
234
+ <div class="loading-text">Loading...</div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Bottom home indicator -->
239
+ <div class="home-indicator-wrap">
240
+ <div class="home-indicator"></div>
241
+ </div>
242
+
243
+ </div>
244
+ </body>
245
+ </html>
code/4115/4115_3.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>EduRev SSC CHSL - Home</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: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
12
+ color:#1a1a1a;
13
+ }
14
+
15
+ /* Top system status */
16
+ .status-bar {
17
+ height:90px; padding:0 36px; display:flex; align-items:center; gap:12px; color:#222;
18
+ font-size:34px; font-weight:600;
19
+ }
20
+ .status-bar .right {
21
+ margin-left:auto; display:flex; align-items:center; gap:18px; color:#444;
22
+ }
23
+
24
+ /* App header */
25
+ .app-header {
26
+ height:110px; padding:0 36px; display:flex; align-items:center; gap:22px;
27
+ }
28
+ .app-title { font-size:46px; font-weight:800; color:#121212; display:flex; align-items:center; gap:8px; }
29
+ .header-actions { margin-left:auto; display:flex; align-items:center; gap:30px; }
30
+ .icon-btn { width:56px; height:56px; border-radius:28px; display:flex; align-items:center; justify-content:center; color:#111; }
31
+ .app-header svg, .status-bar svg { display:block; }
32
+
33
+ /* Banner */
34
+ .banner {
35
+ margin: 20px 36px 10px 36px;
36
+ height:360px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:28px;
37
+ display:flex; align-items:center; justify-content:center; color:#555; font-weight:800; font-size:44px; text-align:center; padding:0 24px;
38
+ }
39
+ .dots { display:flex; gap:12px; justify-content:center; padding-top:8px; }
40
+ .dot { width:18px; height:18px; border-radius:50%; background:#C0C0C0; }
41
+ .dot.active { background:#333; }
42
+
43
+ /* Section header */
44
+ .section-header { display:flex; align-items:center; justify-content:space-between; padding: 28px 36px 8px 36px; }
45
+ .section-header h2 { margin:0; font-size:56px; font-weight:900; }
46
+
47
+ /* Cards list */
48
+ .cards { padding: 0 24px 0 24px; }
49
+ .card {
50
+ margin: 22px 12px;
51
+ background:#fff; border-radius:32px; box-shadow:0 10px 26px rgba(0,0,0,0.08);
52
+ padding:28px; display:flex; align-items:center;
53
+ }
54
+ .thumb {
55
+ width:180px; height:180px; border-radius:24px; background:#E0E0E0; border:1px solid #BDBDBD;
56
+ display:flex; align-items:center; justify-content:center; color:#666; font-size:28px; text-align:center; padding:8px;
57
+ }
58
+ .text { flex:1; margin-left:32px; font-size:42px; line-height:1.18; font-weight:800; color:#1f1f1f; }
59
+ .chev { width:44px; height:44px; color:#9E9E9E; }
60
+
61
+ /* Bottom navigation */
62
+ .bottom-nav { position:absolute; left:0; right:0; bottom:0; }
63
+ .nav-bar {
64
+ background:#fff; border-top:1px solid #eee; height:128px;
65
+ display:flex; align-items:center; justify-content:space-around; padding:8px 0;
66
+ }
67
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; font-size:30px; color:#9a9a9a; }
68
+ .nav-item.active { color:#1E5EFF; font-weight:800; }
69
+ .safe-area { height:72px; background:#000; display:flex; align-items:center; justify-content:center; }
70
+ .home-indicator { width:220px; height:10px; background:#fff; border-radius:10px; opacity:0.92; }
71
+
72
+ /* Helpers */
73
+ .muted { color:#8a8a8a; }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+ <!-- Status Bar -->
79
+ <div class="status-bar">
80
+ <div>11:09</div>
81
+ <div class="right">
82
+ <!-- simple signal icon -->
83
+ <svg width="36" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
84
+ <path d="M2 20h2M6 16h2M10 12h2M14 8h2M18 4h2"/>
85
+ </svg>
86
+ <!-- battery -->
87
+ <svg width="44" height="24" viewBox="0 0 28 16" fill="none" stroke="currentColor" stroke-width="2">
88
+ <rect x="1" y="3" width="22" height="10" rx="2"></rect>
89
+ <rect x="3" y="5" width="14" height="6" fill="currentColor" stroke="none"></rect>
90
+ <rect x="23" y="6" width="3" height="4" rx="1"></rect>
91
+ </svg>
92
+ </div>
93
+ </div>
94
+
95
+ <!-- App Header -->
96
+ <div class="app-header">
97
+ <!-- Menu -->
98
+ <div class="icon-btn" aria-label="Menu">
99
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="2" stroke-linecap="round">
100
+ <path d="M3 6h18M3 12h18M3 18h12"/>
101
+ </svg>
102
+ </div>
103
+ <div class="app-title">
104
+ <span>EduRev SSC CHSL</span>
105
+ <svg class="arrow" width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
106
+ <path d="M9 6l6 6-6 6"/>
107
+ </svg>
108
+ </div>
109
+ <div class="header-actions">
110
+ <!-- Search -->
111
+ <div class="icon-btn" aria-label="Search">
112
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="2" stroke-linecap="round">
113
+ <circle cx="11" cy="11" r="7"></circle>
114
+ <path d="M20 20l-3.5-3.5"/>
115
+ </svg>
116
+ </div>
117
+ <!-- Bell -->
118
+ <div class="icon-btn" aria-label="Notifications">
119
+ <svg width="40" height="40" viewBox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
120
+ <path d="M18 8a6 6 0 10-12 0c0 7-3 8-3 8h18s-3-1-3-8"/>
121
+ <path d="M13.73 21a2 2 0 01-3.46 0"/>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Promo Banner -->
128
+ <div class="banner">[IMG: Golden Coupon Unlocked Promotional Banner]</div>
129
+ <div class="dots">
130
+ <div class="dot"></div>
131
+ <div class="dot active"></div>
132
+ <div class="dot"></div>
133
+ </div>
134
+
135
+ <!-- My Courses -->
136
+ <div class="section-header">
137
+ <h2>My Courses</h2>
138
+ <!-- Grid icon -->
139
+ <div class="icon-btn" aria-label="Grid">
140
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
141
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
142
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
143
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
144
+ <rect x="14" y="14" width="7" height="7" rx="1"></rect>
145
+ </svg>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="cards">
150
+ <!-- Card 1 -->
151
+ <div class="card">
152
+ <div class="thumb">[IMG: Quantitative Ability Illustration]</div>
153
+ <div class="text">Quantitative Ability for SSC CHSL</div>
154
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
155
+ <path d="M9 6l6 6-6 6"/>
156
+ </svg>
157
+ </div>
158
+
159
+ <!-- Card 2 -->
160
+ <div class="card">
161
+ <div class="thumb">[IMG: Reasoning & Intelligence Illustration]</div>
162
+ <div class="text">General Intelligence and Reasoning for SSC CHSL</div>
163
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
164
+ <path d="M9 6l6 6-6 6"/>
165
+ </svg>
166
+ </div>
167
+
168
+ <!-- Card 3 -->
169
+ <div class="card">
170
+ <div class="thumb">[IMG: Current Affairs & GK Illustration]</div>
171
+ <div class="text">Current Affairs & General Knowledge</div>
172
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
173
+ <path d="M9 6l6 6-6 6"/>
174
+ </svg>
175
+ </div>
176
+
177
+ <!-- Card 4 -->
178
+ <div class="card">
179
+ <div class="thumb">[IMG: English Language Illustration]</div>
180
+ <div class="text">English Language for SSC CHSL</div>
181
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
182
+ <path d="M9 6l6 6-6 6"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Bottom Navigation -->
188
+ <div class="bottom-nav">
189
+ <div class="nav-bar">
190
+ <div class="nav-item active">
191
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="currentColor">
192
+ <path d="M12 3l9 8h-3v9h-5v-6H11v6H6v-9H3l9-8z"/>
193
+ </svg>
194
+ <div>Home</div>
195
+ </div>
196
+ <div class="nav-item">
197
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
198
+ <circle cx="12" cy="7" r="4"></circle>
199
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7"/>
200
+ </svg>
201
+ <div>Profile</div>
202
+ </div>
203
+ <div class="nav-item">
204
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
205
+ <path d="M6 6h15l-1.5 9h-12z"></path>
206
+ <path d="M6 6l-1-3H3"></path>
207
+ <circle cx="9" cy="20" r="1.5"></circle>
208
+ <circle cx="18" cy="20" r="1.5"></circle>
209
+ </svg>
210
+ <div>Store</div>
211
+ </div>
212
+ <div class="nav-item">
213
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
214
+ <rect x="3" y="3" width="7" height="7" rx="1"></rect>
215
+ <rect x="14" y="3" width="7" height="7" rx="1"></rect>
216
+ <rect x="3" y="14" width="7" height="7" rx="1"></rect>
217
+ <rect x="14" y="14" width="7" height="7" rx="1"></rect>
218
+ </svg>
219
+ <div>More</div>
220
+ </div>
221
+ </div>
222
+ <div class="safe-area">
223
+ <div class="home-indicator"></div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </body>
228
+ </html>
code/4115/4115_4.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>EduRev SSC CHSL - UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #1F2937;
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111827;
27
+ font-weight: 600;
28
+ font-size: 34px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ gap: 22px;
33
+ align-items: center;
34
+ }
35
+ .status-icons svg { width: 34px; height: 34px; stroke: #111827; }
36
+
37
+ /* Header */
38
+ .header {
39
+ height: 140px;
40
+ padding: 0 36px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ background: #FFFFFF;
45
+ }
46
+ .header-left {
47
+ display: flex;
48
+ align-items: center;
49
+ gap: 24px;
50
+ }
51
+ .app-title {
52
+ font-size: 46px;
53
+ font-weight: 700;
54
+ letter-spacing: 0.2px;
55
+ }
56
+ .header-actions {
57
+ display: flex;
58
+ align-items: center;
59
+ gap: 34px;
60
+ }
61
+ .icon-btn {
62
+ width: 58px;
63
+ height: 58px;
64
+ border-radius: 16px;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ }
69
+ .icon-btn svg { width: 42px; height: 42px; stroke: #111827; }
70
+
71
+ /* List area */
72
+ .list {
73
+ padding: 24px 24px 240px;
74
+ background: #F7F7F8;
75
+ }
76
+ .card {
77
+ background: #FFFFFF;
78
+ border-radius: 28px;
79
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
80
+ padding: 28px;
81
+ display: flex;
82
+ align-items: center;
83
+ margin: 24px 12px;
84
+ }
85
+ .thumb {
86
+ width: 180px;
87
+ height: 180px;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ border-radius: 22px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #757575;
95
+ font-size: 28px;
96
+ text-align: center;
97
+ padding: 10px;
98
+ flex-shrink: 0;
99
+ }
100
+ .card-content {
101
+ flex: 1;
102
+ padding: 0 26px;
103
+ }
104
+ .card-title {
105
+ font-size: 44px;
106
+ font-weight: 700;
107
+ line-height: 1.25;
108
+ color: #111827;
109
+ }
110
+ .chev {
111
+ width: 40px; height: 40px;
112
+ flex-shrink: 0;
113
+ }
114
+ .chev svg { width: 40px; height: 40px; stroke: #9CA3AF; }
115
+
116
+ /* Bottom navigation */
117
+ .bottom-nav {
118
+ position: absolute;
119
+ left: 0;
120
+ right: 0;
121
+ bottom: 60px;
122
+ height: 180px;
123
+ background: #FFFFFF;
124
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.06);
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-around;
128
+ padding: 16px 28px 24px;
129
+ }
130
+ .nav-item {
131
+ display: flex;
132
+ flex-direction: column;
133
+ align-items: center;
134
+ gap: 12px;
135
+ color: #6B7280;
136
+ font-size: 30px;
137
+ font-weight: 600;
138
+ }
139
+ .nav-item svg { width: 52px; height: 52px; stroke: #6B7280; }
140
+ .nav-item.active { color: #1E88E5; }
141
+ .nav-item.active svg { stroke: #1E88E5; fill: none; }
142
+
143
+ /* Home indicator */
144
+ .home-indicator {
145
+ position: absolute;
146
+ left: 50%;
147
+ transform: translateX(-50%);
148
+ bottom: 16px;
149
+ width: 320px;
150
+ height: 12px;
151
+ background: #0A0A0A;
152
+ border-radius: 6px;
153
+ opacity: 0.9;
154
+ }
155
+ </style>
156
+ </head>
157
+ <body>
158
+ <div id="render-target">
159
+ <!-- Status Bar -->
160
+ <div class="status-bar">
161
+ <div>11:09</div>
162
+ <div class="status-icons">
163
+ <!-- signal/wifi -->
164
+ <svg viewBox="0 0 24 24" fill="none">
165
+ <path d="M3 8c4-3 14-3 18 0" stroke-width="2" stroke-linecap="round"/>
166
+ <path d="M6 12c3-2 9-2 12 0" stroke-width="2" stroke-linecap="round"/>
167
+ <path d="M9 16c2-1 4-1 6 0" stroke-width="2" stroke-linecap="round"/>
168
+ <circle cx="12" cy="19" r="1.5" fill="#111827"/>
169
+ </svg>
170
+ <!-- battery -->
171
+ <svg viewBox="0 0 28 24" fill="none">
172
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke-width="2"/>
173
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#111827"/>
174
+ <rect x="22" y="9" width="4" height="6" rx="1" stroke-width="2"/>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Header -->
180
+ <div class="header">
181
+ <div class="header-left">
182
+ <!-- Hamburger -->
183
+ <div class="icon-btn">
184
+ <svg viewBox="0 0 24 24" fill="none">
185
+ <path d="M3 6h18M3 12h18M3 18h18" stroke-width="2" stroke-linecap="round"/>
186
+ </svg>
187
+ </div>
188
+ <div class="app-title">EduRev SSC CHSL</div>
189
+ <!-- chevron right -->
190
+ <div class="icon-btn" style="width:42px;height:42px;">
191
+ <svg viewBox="0 0 24 24" fill="none">
192
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+ <div class="header-actions">
197
+ <!-- Search -->
198
+ <div class="icon-btn">
199
+ <svg viewBox="0 0 24 24" fill="none">
200
+ <circle cx="11" cy="11" r="6" stroke-width="2"/>
201
+ <path d="M20 20l-4.5-4.5" stroke-width="2" stroke-linecap="round"/>
202
+ </svg>
203
+ </div>
204
+ <!-- Bell -->
205
+ <div class="icon-btn">
206
+ <svg viewBox="0 0 24 24" fill="none">
207
+ <path d="M12 3c-3 0-5 2-5 5v3c0 .9-.4 1.8-1 2.5l-1 1.2h16l-1-1.2c-.6-.7-1-1.6-1-2.5V8c0-3-2-5-5-5z" stroke-width="2" stroke-linejoin="round"/>
208
+ <path d="M9 19c.5 1.2 1.7 2 3 2s2.5-.8 3-2" stroke-width="2" stroke-linecap="round"/>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- List of cards -->
215
+ <div class="list">
216
+ <div class="card">
217
+ <div class="thumb">[IMG: Current Affairs &amp; GK]</div>
218
+ <div class="card-content">
219
+ <div class="card-title">Current Affairs &amp; General Knowledge</div>
220
+ </div>
221
+ <div class="chev">
222
+ <svg viewBox="0 0 24 24" fill="none">
223
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="card">
229
+ <div class="thumb">[IMG: English Learning Illustration]</div>
230
+ <div class="card-content">
231
+ <div class="card-title">English Language for SSC CHSL</div>
232
+ </div>
233
+ <div class="chev">
234
+ <svg viewBox="0 0 24 24" fill="none">
235
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="card">
241
+ <div class="thumb">[IMG: Tips &amp; Tricks Icon]</div>
242
+ <div class="card-content">
243
+ <div class="card-title">Tips &amp; Tricks for Government Exams</div>
244
+ </div>
245
+ <div class="chev">
246
+ <svg viewBox="0 0 24 24" fill="none">
247
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="card">
253
+ <div class="thumb">[IMG: General Knowledge Graphic]</div>
254
+ <div class="card-content">
255
+ <div class="card-title">General Knowledge</div>
256
+ </div>
257
+ <div class="chev">
258
+ <svg viewBox="0 0 24 24" fill="none">
259
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+
264
+ <div class="card">
265
+ <div class="thumb">[IMG: SSC Emblem Badge]</div>
266
+ <div class="card-content">
267
+ <div class="card-title">Descriptive Paper Preparation for SSC Exams</div>
268
+ </div>
269
+ <div class="chev">
270
+ <svg viewBox="0 0 24 24" fill="none">
271
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="card">
277
+ <div class="thumb">[IMG: Daily Current Affairs Tile]</div>
278
+ <div class="card-content">
279
+ <div class="card-title">Daily GK &amp; Current Affairs Tests</div>
280
+ </div>
281
+ <div class="chev">
282
+ <svg viewBox="0 0 24 24" fill="none">
283
+ <path d="M9 6l6 6-6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Bottom Navigation -->
290
+ <div class="bottom-nav">
291
+ <div class="nav-item active">
292
+ <svg viewBox="0 0 24 24" fill="none">
293
+ <path d="M4 11l8-7 8 7v8a2 2 0 0 1-2 2h-4v-6H10v6H6a2 2 0 0 1-2-2v-8z" stroke-width="2" stroke-linejoin="round"/>
294
+ </svg>
295
+ <div>Home</div>
296
+ </div>
297
+ <div class="nav-item">
298
+ <svg viewBox="0 0 24 24" fill="none">
299
+ <circle cx="12" cy="7" r="4" stroke-width="2"/>
300
+ <path d="M4 20c2.5-4 6-5 8-5s5.5 1 8 5" stroke-width="2" stroke-linecap="round"/>
301
+ </svg>
302
+ <div>Profile</div>
303
+ </div>
304
+ <div class="nav-item">
305
+ <svg viewBox="0 0 24 24" fill="none">
306
+ <path d="M6 6h14l-2 9H8L6 6z" stroke-width="2" stroke-linejoin="round"/>
307
+ <circle cx="9" cy="19" r="1.5" fill="none" stroke-width="2"/>
308
+ <circle cx="17" cy="19" r="1.5" fill="none" stroke-width="2"/>
309
+ </svg>
310
+ <div>Store</div>
311
+ </div>
312
+ <div class="nav-item">
313
+ <svg viewBox="0 0 24 24" fill="none">
314
+ <rect x="3" y="3" width="7" height="7" rx="1.5" stroke-width="2"/>
315
+ <rect x="14" y="3" width="7" height="7" rx="1.5" stroke-width="2"/>
316
+ <rect x="3" y="14" width="7" height="7" rx="1.5" stroke-width="2"/>
317
+ <rect x="14" y="14" width="7" height="7" rx="1.5" stroke-width="2"/>
318
+ </svg>
319
+ <div>More</div>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Home Indicator -->
324
+ <div class="home-indicator"></div>
325
+ </div>
326
+ </body>
327
+ </html>
code/4115/4115_5.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>General Knowledge Course</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif; color: #1E1E1E; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ padding: 34px 40px 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #2b2b2b;
25
+ font-weight: 600;
26
+ letter-spacing: 0.5px;
27
+ }
28
+ .status-time { font-size: 42px; }
29
+ .status-icons { display: flex; align-items: center; gap: 26px; }
30
+ .icon { width: 40px; height: 40px; }
31
+
32
+ /* Header / course hero */
33
+ .hero {
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 30px 60px 20px 60px;
37
+ gap: 36px;
38
+ }
39
+ .thumb {
40
+ width: 240px; height: 240px;
41
+ background: #E0E0E0;
42
+ border: 1px solid #BDBDBD;
43
+ border-radius: 24px;
44
+ display: flex; align-items: center; justify-content: center;
45
+ color: #757575; font-weight: 600; text-align: center; font-size: 28px; line-height: 1.2;
46
+ }
47
+ .course-info { flex: 1; }
48
+ .tag {
49
+ display: inline-block;
50
+ background: #F6F0D8;
51
+ color: #9F7F0E;
52
+ font-weight: 700;
53
+ font-size: 28px;
54
+ padding: 12px 18px;
55
+ border-radius: 16px;
56
+ margin-bottom: 16px;
57
+ }
58
+ .course-title {
59
+ font-size: 62px;
60
+ font-weight: 800;
61
+ margin: 6px 0 10px 0;
62
+ }
63
+ .course-sub {
64
+ font-size: 32px;
65
+ color: #6A6A6A;
66
+ font-weight: 500;
67
+ }
68
+
69
+ /* List of sections */
70
+ .list {
71
+ padding: 10px 40px 260px 40px; /* bottom space for CTA banner */
72
+ }
73
+ .card {
74
+ background: #ffffff;
75
+ border-radius: 28px;
76
+ box-shadow: 0 10px 24px rgba(0,0,0,0.08);
77
+ padding: 38px 40px;
78
+ margin: 28px 20px;
79
+ display: flex;
80
+ align-items: center;
81
+ }
82
+ .card .index {
83
+ width: 140px;
84
+ font-size: 52px;
85
+ font-weight: 800;
86
+ color: #B6B6B6;
87
+ letter-spacing: 1px;
88
+ }
89
+ .card .content {
90
+ flex: 1;
91
+ }
92
+ .card .title {
93
+ font-size: 46px;
94
+ font-weight: 800;
95
+ margin-bottom: 12px;
96
+ }
97
+ .card .meta {
98
+ font-size: 30px;
99
+ color: #6E6E6E;
100
+ font-weight: 600;
101
+ }
102
+ .meta .divider {
103
+ margin: 0 18px;
104
+ color: #C0C0C0;
105
+ font-weight: 700;
106
+ }
107
+ .chevron {
108
+ width: 48px; height: 48px;
109
+ margin-left: 10px;
110
+ opacity: 0.6;
111
+ }
112
+
113
+ /* Bottom CTA banner */
114
+ .cta-banner {
115
+ position: absolute;
116
+ left: 0; right: 0; bottom: 118px;
117
+ height: 168px;
118
+ background: #0F2B46;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-between;
122
+ padding: 0 48px;
123
+ color: #ffffff;
124
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
125
+ }
126
+ .cta-text { font-size: 38px; font-weight: 700; }
127
+ .cta-action { font-size: 40px; font-weight: 800; color: #C8A63E; }
128
+
129
+ /* Home indicator */
130
+ .home-indicator {
131
+ position: absolute;
132
+ left: 50%;
133
+ transform: translateX(-50%);
134
+ bottom: 36px;
135
+ width: 280px;
136
+ height: 12px;
137
+ background: rgba(0,0,0,0.12);
138
+ border-radius: 8px;
139
+ }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Status Bar -->
146
+ <div class="status-bar">
147
+ <div class="status-time">11:10</div>
148
+ <div class="status-icons">
149
+ <!-- Wi-Fi icon -->
150
+ <svg class="icon" viewBox="0 0 24 24">
151
+ <path d="M2 8c5.5-4.7 14.5-4.7 20 0" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
152
+ <path d="M5 12c4-3.4 10-3.4 14 0" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
153
+ <path d="M8.5 15.5c2.5-2 6.5-2 9 0" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
154
+ <circle cx="12" cy="19" r="2" fill="#222"/>
155
+ </svg>
156
+ <!-- Battery icon -->
157
+ <svg class="icon" viewBox="0 0 28 24">
158
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#222" stroke-width="2"/>
159
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#222"/>
160
+ <rect x="22" y="9" width="3" height="6" rx="1" fill="#222"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Header / Hero -->
166
+ <div class="hero">
167
+ <div class="thumb">[IMG: General Knowledge course thumbnail]</div>
168
+ <div class="course-info">
169
+ <div class="tag">INFINITY COURSE</div>
170
+ <div class="course-title">General Knowledge</div>
171
+ <div class="course-sub">6,308 students learning this week</div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- List of course sections -->
176
+ <div class="list">
177
+ <div class="card">
178
+ <div class="index">01.</div>
179
+ <div class="content">
180
+ <div class="title">Basic General Knowledge</div>
181
+ <div class="meta"><span>7 Videos</span><span class="divider">|</span><span>30 Tests</span></div>
182
+ </div>
183
+ <svg class="chevron" viewBox="0 0 24 24">
184
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </div>
187
+
188
+ <div class="card">
189
+ <div class="index">02.</div>
190
+ <div class="content">
191
+ <div class="title">General Science</div>
192
+ <div class="meta"><span>5 Videos</span><span class="divider">|</span><span>6 Tests</span></div>
193
+ </div>
194
+ <svg class="chevron" viewBox="0 0 24 24">
195
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+
199
+ <div class="card">
200
+ <div class="index">03.</div>
201
+ <div class="content">
202
+ <div class="title">Indian Politics</div>
203
+ <div class="meta"><span>3 Videos</span><span class="divider">|</span><span>3 Tests</span></div>
204
+ </div>
205
+ <svg class="chevron" viewBox="0 0 24 24">
206
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
207
+ </svg>
208
+ </div>
209
+
210
+ <div class="card">
211
+ <div class="index">04.</div>
212
+ <div class="content">
213
+ <div class="title">World Geography</div>
214
+ <div class="meta"><span>10 Videos</span><span class="divider">|</span><span>12 Tests</span></div>
215
+ </div>
216
+ <svg class="chevron" viewBox="0 0 24 24">
217
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="card">
222
+ <div class="index">05.</div>
223
+ <div class="content">
224
+ <div class="title">Chemistry</div>
225
+ <div class="meta"><span>16 Videos</span><span class="divider">|</span><span>3 Tests</span></div>
226
+ </div>
227
+ <svg class="chevron" viewBox="0 0 24 24">
228
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
229
+ </svg>
230
+ </div>
231
+
232
+ <div class="card">
233
+ <div class="index">06.</div>
234
+ <div class="content">
235
+ <div class="title">Indian Geography</div>
236
+ <div class="meta"><span>7 Videos</span><span class="divider">|</span><span>3 Tests</span></div>
237
+ </div>
238
+ <svg class="chevron" viewBox="0 0 24 24">
239
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+
243
+ <div class="card">
244
+ <div class="index">07.</div>
245
+ <div class="content">
246
+ <div class="title">Honours and Awards</div>
247
+ <div class="meta"><span>2 Videos</span><span class="divider">|</span><span>1 Test</span></div>
248
+ </div>
249
+ <svg class="chevron" viewBox="0 0 24 24">
250
+ <path d="M8 4l8 8-8 8" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Bottom CTA Banner -->
256
+ <div class="cta-banner">
257
+ <div class="cta-text">Unlock this course with Infinity</div>
258
+ <div class="cta-action">Join Now</div>
259
+ </div>
260
+
261
+ <!-- Home indicator -->
262
+ <div class="home-indicator"></div>
263
+ </div>
264
+ </body>
265
+ </html>
code/4115/4115_6.html ADDED
@@ -0,0 +1,402 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>General Science - Quizzes</title>
7
+ <style>
8
+ * { box-sizing: border-box; }
9
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
10
+ #render-target {
11
+ width: 1080px;
12
+ height: 2400px;
13
+ position: relative;
14
+ overflow: hidden;
15
+ background: #F7F8FA;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ right: 0;
25
+ height: 120px;
26
+ padding: 42px 36px 0 40px;
27
+ font-size: 38px;
28
+ color: #333;
29
+ }
30
+ .status-right {
31
+ position: absolute;
32
+ right: 36px;
33
+ top: 36px;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ color: #444;
38
+ }
39
+ .icon-wifi, .icon-battery {
40
+ display: inline-block;
41
+ }
42
+
43
+ /* Header */
44
+ .header {
45
+ position: absolute;
46
+ top: 120px;
47
+ left: 0;
48
+ width: 100%;
49
+ text-align: center;
50
+ padding: 40px 32px 0;
51
+ }
52
+ .header h1 {
53
+ margin: 24px 0 16px;
54
+ font-size: 64px;
55
+ font-weight: 800;
56
+ color: #1F2937;
57
+ }
58
+ .header .meta {
59
+ font-size: 34px;
60
+ color: #9CA3AF;
61
+ font-weight: 600;
62
+ }
63
+
64
+ /* Tabs */
65
+ .tabs {
66
+ position: absolute;
67
+ top: 330px;
68
+ left: 0;
69
+ width: 100%;
70
+ padding: 0 32px;
71
+ border-bottom: 1px solid #E5E7EB;
72
+ }
73
+ .tabs-inner {
74
+ display: flex;
75
+ justify-content: space-around;
76
+ align-items: center;
77
+ }
78
+ .tab {
79
+ position: relative;
80
+ padding: 28px 10px;
81
+ font-size: 38px;
82
+ color: #6B7280;
83
+ font-weight: 700;
84
+ }
85
+ .tab.active {
86
+ color: #111827;
87
+ }
88
+ .tab.active::after {
89
+ content: "";
90
+ position: absolute;
91
+ bottom: -2px;
92
+ left: 50%;
93
+ transform: translateX(-50%);
94
+ width: 60px;
95
+ height: 6px;
96
+ background: #E74C3C;
97
+ border-radius: 4px;
98
+ }
99
+
100
+ /* List */
101
+ .list {
102
+ position: absolute;
103
+ top: 410px;
104
+ left: 0;
105
+ right: 0;
106
+ padding: 12px 24px 160px;
107
+ }
108
+ .card {
109
+ display: flex;
110
+ align-items: center;
111
+ background: #FFFFFF;
112
+ border-radius: 28px;
113
+ padding: 36px 36px;
114
+ margin: 26px 8px;
115
+ box-shadow: 0 8px 24px rgba(0,0,0,0.06);
116
+ position: relative;
117
+ }
118
+ .icon-stack {
119
+ position: relative;
120
+ width: 120px;
121
+ height: 120px;
122
+ margin-right: 36px;
123
+ }
124
+ .icon-stack .square-shadow {
125
+ position: absolute;
126
+ right: 0;
127
+ bottom: 0;
128
+ width: 96px;
129
+ height: 96px;
130
+ background: #CBD5E1;
131
+ border-radius: 16px;
132
+ }
133
+ .icon-stack .square-main {
134
+ position: absolute;
135
+ left: 0;
136
+ top: 0;
137
+ width: 120px;
138
+ height: 120px;
139
+ background: #1F2A44;
140
+ border-radius: 18px;
141
+ display: flex;
142
+ align-items: center;
143
+ justify-content: center;
144
+ }
145
+
146
+ .card-content {
147
+ flex: 1;
148
+ min-width: 0;
149
+ }
150
+ .card-title {
151
+ font-size: 42px;
152
+ font-weight: 800;
153
+ color: #1F2937;
154
+ line-height: 1.25;
155
+ margin-bottom: 16px;
156
+ }
157
+ .card-meta {
158
+ font-size: 34px;
159
+ color: #9CA3AF;
160
+ font-weight: 700;
161
+ display: flex;
162
+ flex-wrap: wrap;
163
+ gap: 14px;
164
+ align-items: center;
165
+ }
166
+ .meta-divider { color: #D1D5DB; }
167
+
168
+ .unlock {
169
+ display: inline-flex;
170
+ align-items: center;
171
+ gap: 10px;
172
+ color: #CFA116;
173
+ font-weight: 800;
174
+ }
175
+
176
+ .chevron {
177
+ width: 48px;
178
+ height: 48px;
179
+ position: absolute;
180
+ right: 28px;
181
+ top: 50%;
182
+ transform: translateY(-50%);
183
+ opacity: 0.5;
184
+ }
185
+
186
+ /* Bottom gesture bar */
187
+ .gesture {
188
+ position: absolute;
189
+ bottom: 28px;
190
+ left: 50%;
191
+ transform: translateX(-50%);
192
+ width: 340px;
193
+ height: 18px;
194
+ background: #0B0B0B;
195
+ border-radius: 12px;
196
+ opacity: 0.85;
197
+ }
198
+ </style>
199
+ </head>
200
+ <body>
201
+ <div id="render-target">
202
+ <!-- Status Bar -->
203
+ <div class="status-bar">
204
+ <div>11:13</div>
205
+ <div class="status-right">
206
+ <!-- Simple wifi icon -->
207
+ <svg class="icon-wifi" width="36" height="36" viewBox="0 0 24 24">
208
+ <path d="M3 8c4.5-3.5 13.5-3.5 18 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
209
+ <path d="M6 12c3-2.2 9-2.2 12 0" stroke="#444" stroke-width="2" fill="none" stroke-linecap="round"/>
210
+ <circle cx="12" cy="16.5" r="1.8" fill="#444"/>
211
+ </svg>
212
+ <!-- Simple battery with bolt icon -->
213
+ <svg class="icon-battery" width="36" height="36" viewBox="0 0 28 24">
214
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#444" stroke-width="2" fill="none"/>
215
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#444"/>
216
+ <path d="M12 9l-3 5h3l-1 4 5-7h-4z" fill="#444"/>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Header -->
222
+ <div class="header">
223
+ <h1>General Science</h1>
224
+ <div class="meta">0/5 Content viewed | 0/6 Tests Attempted</div>
225
+ </div>
226
+
227
+ <!-- Tabs -->
228
+ <div class="tabs">
229
+ <div class="tabs-inner">
230
+ <div class="tab active">All</div>
231
+ <div class="tab">Videos (5)</div>
232
+ <div class="tab">Tests (6)</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- List -->
237
+ <div class="list">
238
+ <!-- Card 1 -->
239
+ <div class="card">
240
+ <div class="icon-stack">
241
+ <div class="square-shadow"></div>
242
+ <div class="square-main">
243
+ <svg width="64" height="64" viewBox="0 0 48 48">
244
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ <div class="card-content">
249
+ <div class="card-title">Elements And Metals Quiz 1 - General Science</div>
250
+ <div class="card-meta">
251
+ <span>Test</span><span class="meta-divider">|</span>
252
+ <span>20 ques</span><span class="meta-divider">|</span>
253
+ <span>40 min</span>
254
+ </div>
255
+ </div>
256
+ <svg class="chevron" viewBox="0 0 24 24">
257
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
258
+ </svg>
259
+ </div>
260
+
261
+ <!-- Card 2 -->
262
+ <div class="card">
263
+ <div class="icon-stack">
264
+ <div class="square-shadow"></div>
265
+ <div class="square-main">
266
+ <svg width="64" height="64" viewBox="0 0 48 48">
267
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ <div class="card-content">
272
+ <div class="card-title">Elements And Metals Quiz 2 - General Science</div>
273
+ <div class="card-meta">
274
+ <span>Test</span><span class="meta-divider">|</span>
275
+ <span>20 ques</span><span class="meta-divider">|</span>
276
+ <span>40 min</span>
277
+ </div>
278
+ </div>
279
+ <svg class="chevron" viewBox="0 0 24 24">
280
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
281
+ </svg>
282
+ </div>
283
+
284
+ <!-- Card 3 -->
285
+ <div class="card">
286
+ <div class="icon-stack">
287
+ <div class="square-shadow"></div>
288
+ <div class="square-main">
289
+ <svg width="64" height="64" viewBox="0 0 48 48">
290
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ <div class="card-content">
295
+ <div class="card-title">Elements And Metals Quiz - 3, General Science</div>
296
+ <div class="card-meta">
297
+ <span>Test</span><span class="meta-divider">|</span>
298
+ <span>20 ques</span><span class="meta-divider">|</span>
299
+ <span>40 min</span>
300
+ <span class="unlock">
301
+ <svg width="28" height="28" viewBox="0 0 24 24">
302
+ <path d="M7 10V8a5 5 0 019.5-2" stroke="#CFA116" stroke-width="2" fill="none" stroke-linecap="round"/>
303
+ <rect x="5" y="10" width="14" height="10" rx="2" ry="2" fill="none" stroke="#CFA116" stroke-width="2"/>
304
+ </svg>
305
+ Unlock
306
+ </span>
307
+ </div>
308
+ </div>
309
+ <svg class="chevron" viewBox="0 0 24 24">
310
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ </div>
313
+
314
+ <!-- Card 4 -->
315
+ <div class="card">
316
+ <div class="icon-stack">
317
+ <div class="square-shadow"></div>
318
+ <div class="square-main">
319
+ <svg width="64" height="64" viewBox="0 0 48 48">
320
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
321
+ </svg>
322
+ </div>
323
+ </div>
324
+ <div class="card-content">
325
+ <div class="card-title">Measurements Quiz , General Science</div>
326
+ <div class="card-meta">
327
+ <span>Test</span><span class="meta-divider">|</span>
328
+ <span>15 ques</span><span class="meta-divider">|</span>
329
+ <span>30 min</span>
330
+ <span class="unlock">
331
+ <svg width="28" height="28" viewBox="0 0 24 24">
332
+ <path d="M7 10V8a5 5 0 019.5-2" stroke="#CFA116" stroke-width="2" fill="none" stroke-linecap="round"/>
333
+ <rect x="5" y="10" width="14" height="10" rx="2" ry="2" fill="none" stroke="#CFA116" stroke-width="2"/>
334
+ </svg>
335
+ Unlock
336
+ </span>
337
+ </div>
338
+ </div>
339
+ <svg class="chevron" viewBox="0 0 24 24">
340
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
341
+ </svg>
342
+ </div>
343
+
344
+ <!-- Card 5 -->
345
+ <div class="card">
346
+ <div class="icon-stack">
347
+ <div class="square-shadow"></div>
348
+ <div class="square-main">
349
+ <svg width="64" height="64" viewBox="0 0 48 48">
350
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
351
+ </svg>
352
+ </div>
353
+ </div>
354
+ <div class="card-content">
355
+ <div class="card-title">Nuclear Science Quiz, General Science</div>
356
+ <div class="card-meta">
357
+ <span>Test</span><span class="meta-divider">|</span>
358
+ <span>20 ques</span><span class="meta-divider">|</span>
359
+ <span>40 min</span>
360
+ <span class="unlock">
361
+ <svg width="28" height="28" viewBox="0 0 24 24">
362
+ <path d="M7 10V8a5 5 0 019.5-2" stroke="#CFA116" stroke-width="2" fill="none" stroke-linecap="round"/>
363
+ <rect x="5" y="10" width="14" height="10" rx="2" ry="2" fill="none" stroke="#CFA116" stroke-width="2"/>
364
+ </svg>
365
+ Unlock
366
+ </span>
367
+ </div>
368
+ </div>
369
+ <svg class="chevron" viewBox="0 0 24 24">
370
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
371
+ </svg>
372
+ </div>
373
+
374
+ <!-- Card 6 (partially visible in screenshot) -->
375
+ <div class="card">
376
+ <div class="icon-stack">
377
+ <div class="square-shadow"></div>
378
+ <div class="square-main">
379
+ <svg width="64" height="64" viewBox="0 0 48 48">
380
+ <polyline points="12,26 20,34 36,12" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
381
+ </svg>
382
+ </div>
383
+ </div>
384
+ <div class="card-content">
385
+ <div class="card-title">Synthetic Materials Quiz, General Science</div>
386
+ <div class="card-meta">
387
+ <span>Test</span><span class="meta-divider">|</span>
388
+ <span>20 ques</span><span class="meta-divider">|</span>
389
+ <span>40 min</span>
390
+ </div>
391
+ </div>
392
+ <svg class="chevron" viewBox="0 0 24 24">
393
+ <path d="M8 5l8 7-8 7" fill="none" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
394
+ </svg>
395
+ </div>
396
+ </div>
397
+
398
+ <!-- Gesture bar -->
399
+ <div class="gesture"></div>
400
+ </div>
401
+ </body>
402
+ </html>
code/4117/4117_0.html ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Wardrobe Listing 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
+ color: #111;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 96px;
19
+ padding: 24px 36px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ box-sizing: border-box;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 28px; }
26
+ .status-time { font-weight: 600; font-size: 34px; }
27
+ .status-icons { display: flex; align-items: center; gap: 28px; }
28
+
29
+ /* Simple icons */
30
+ .icon { width: 36px; height: 36px; }
31
+ .icon svg { width: 100%; height: 100%; }
32
+
33
+ /* Back button row */
34
+ .top-row {
35
+ padding: 8px 24px 0 24px;
36
+ height: 72px;
37
+ display: flex;
38
+ align-items: center;
39
+ box-sizing: border-box;
40
+ }
41
+ .back-btn {
42
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
43
+ }
44
+
45
+ /* Title */
46
+ .page-title {
47
+ padding: 0 40px;
48
+ font-size: 64px;
49
+ font-weight: 800;
50
+ line-height: 1.1;
51
+ margin-top: 8px;
52
+ margin-bottom: 24px;
53
+ }
54
+
55
+ /* Category tiles */
56
+ .category-row {
57
+ display: flex;
58
+ gap: 28px;
59
+ padding: 0 40px;
60
+ box-sizing: border-box;
61
+ }
62
+ .category-card {
63
+ width: 320px;
64
+ border-radius: 12px;
65
+ overflow: hidden;
66
+ background: #fff;
67
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
68
+ border: 1px solid #e6e6e6;
69
+ }
70
+ .category-img {
71
+ width: 100%;
72
+ height: 320px;
73
+ background: #E0E0E0;
74
+ border-bottom: 1px solid #BDBDBD;
75
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
76
+ }
77
+ .category-text {
78
+ padding: 26px;
79
+ font-size: 38px;
80
+ font-weight: 700;
81
+ color: #222;
82
+ }
83
+ .category-sub { display: block; margin-top: 6px; font-size: 32px; font-weight: 500; color: #444; }
84
+
85
+ /* Filter chips */
86
+ .chips {
87
+ display: flex;
88
+ gap: 24px;
89
+ padding: 40px;
90
+ }
91
+ .chip {
92
+ padding: 28px 40px;
93
+ border-radius: 56px;
94
+ background: #f3f3f3;
95
+ font-size: 38px;
96
+ font-weight: 700;
97
+ color: #333;
98
+ }
99
+ .chip.active {
100
+ background: #fff;
101
+ border: 4px solid #111;
102
+ }
103
+
104
+ .tab-underline {
105
+ height: 6px;
106
+ width: 180px;
107
+ background: #111;
108
+ margin-left: 40px;
109
+ margin-top: 8px;
110
+ margin-bottom: 24px;
111
+ border-radius: 3px;
112
+ }
113
+
114
+ .results-info {
115
+ padding: 0 40px;
116
+ font-size: 44px;
117
+ font-weight: 700;
118
+ margin-top: 10px;
119
+ margin-bottom: 24px;
120
+ }
121
+
122
+ /* Product grid */
123
+ .products {
124
+ padding: 0 28px;
125
+ display: grid;
126
+ grid-template-columns: 1fr 1fr;
127
+ gap: 24px;
128
+ box-sizing: border-box;
129
+ }
130
+ .product-card {
131
+ background: #fff;
132
+ border: 1px solid #e6e6e6;
133
+ border-radius: 10px;
134
+ overflow: hidden;
135
+ position: relative;
136
+ padding-bottom: 24px;
137
+ }
138
+ .product-img {
139
+ height: 520px;
140
+ background: #E0E0E0;
141
+ border-bottom: 1px solid #BDBDBD;
142
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px;
143
+ }
144
+ .product-name {
145
+ padding: 24px;
146
+ font-size: 44px;
147
+ font-weight: 800;
148
+ color: #111;
149
+ }
150
+
151
+ .badge {
152
+ position: absolute;
153
+ top: 24px;
154
+ left: 24px;
155
+ background: #d83b4a;
156
+ color: #fff;
157
+ font-weight: 800;
158
+ font-size: 32px;
159
+ padding: 12px 22px;
160
+ border-radius: 16px;
161
+ }
162
+ .favorite {
163
+ position: absolute;
164
+ top: 24px;
165
+ right: 24px;
166
+ width: 56px;
167
+ height: 56px;
168
+ display: flex; align-items: center; justify-content: center;
169
+ background: #ffffffcc;
170
+ border-radius: 28px;
171
+ border: 1px solid #ddd;
172
+ }
173
+
174
+ /* Bottom navigation */
175
+ .bottom-nav {
176
+ position: absolute;
177
+ bottom: 0;
178
+ left: 0;
179
+ width: 100%;
180
+ height: 140px;
181
+ border-top: 1px solid #e6e6e6;
182
+ background: #fff;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: space-around;
186
+ }
187
+ .bn-item { display: flex; flex-direction: column; align-items: center; gap: 8px; color: #555; font-size: 26px; }
188
+ .bn-item.active { color: #111; font-weight: 700; }
189
+ .bn-icon { width: 56px; height: 56px; }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Status bar -->
196
+ <div class="status-bar">
197
+ <div class="status-left">
198
+ <div class="status-time">11:27</div>
199
+ <!-- minimal status dots to mimic icons near time -->
200
+ <div class="icon">
201
+ <svg viewBox="0 0 24 24">
202
+ <rect x="1" y="8" width="6" height="8" fill="#777"></rect>
203
+ <rect x="9" y="6" width="6" height="12" fill="#777"></rect>
204
+ <rect x="17" y="4" width="6" height="16" fill="#777"></rect>
205
+ </svg>
206
+ </div>
207
+ <div class="icon">
208
+ <svg viewBox="0 0 24 24">
209
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"></rect>
210
+ <rect x="18" y="9" width="2" height="6" fill="#777"></rect>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+ <div class="status-icons">
215
+ <div class="icon">
216
+ <!-- Wi-Fi -->
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#777" stroke-width="2"/>
219
+ <path d="M5 12c4-3 10-3 14 0" fill="none" stroke="#777" stroke-width="2"/>
220
+ <path d="M9 16c2-2 4-2 6 0" fill="none" stroke="#777" stroke-width="2"/>
221
+ <circle cx="12" cy="19" r="1.6" fill="#777"/>
222
+ </svg>
223
+ </div>
224
+ <div class="icon">
225
+ <!-- Battery -->
226
+ <svg viewBox="0 0 28 24">
227
+ <rect x="2" y="6" width="22" height="12" rx="2" ry="2" fill="none" stroke="#777" stroke-width="2"></rect>
228
+ <rect x="24" y="9" width="2" height="6" fill="#777"></rect>
229
+ <rect x="4" y="8" width="16" height="8" fill="#777"></rect>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Back row -->
236
+ <div class="top-row">
237
+ <div class="back-btn">
238
+ <svg class="icon" viewBox="0 0 24 24">
239
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="page-title">"Wardrobe for clothes"</div>
245
+
246
+ <!-- Category tiles -->
247
+ <div class="category-row">
248
+ <div class="category-card">
249
+ <div class="category-img">[IMG: Storage solution system]</div>
250
+ <div class="category-text">
251
+ Storage solution
252
+ <span class="category-sub">systems</span>
253
+ </div>
254
+ </div>
255
+ <div class="category-card">
256
+ <div class="category-img">[IMG: White wardrobe]</div>
257
+ <div class="category-text">Wardrobes</div>
258
+ </div>
259
+ <div class="category-card">
260
+ <div class="category-img">[IMG: Colorful storage]</div>
261
+ <div class="category-text">
262
+ Chests
263
+ <span class="category-sub">& more</span>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Chips -->
269
+ <div class="chips">
270
+ <div class="chip active">Best match</div>
271
+ <div class="chip">Size</div>
272
+ <div class="chip">Price</div>
273
+ <div class="chip">Doors</div>
274
+ </div>
275
+ <div class="tab-underline"></div>
276
+
277
+ <div class="results-info">Showing 394 products</div>
278
+
279
+ <!-- Product grid -->
280
+ <div class="products">
281
+ <div class="product-card">
282
+ <div class="badge">Top seller</div>
283
+ <div class="favorite">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M12 21s-7-4.5-9-8c-1.5-2.7 0-6 3.5-6 2.2 0 3.5 1.5 3.5 1.5S11.3 7 13.5 7C17 7 18.5 10.3 17 13c-2 3.5-9 8-9 8z" fill="none" stroke="#444" stroke-width="2"/>
286
+ </svg>
287
+ </div>
288
+ <div class="product-img">[IMG: White 3-door wardrobe]</div>
289
+ <div class="product-name">KLEPPSTAD</div>
290
+ </div>
291
+ <div class="product-card">
292
+ <div class="favorite">
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M12 21s-7-4.5-9-8c-1.5-2.7 0-6 3.5-6 2.2 0 3.5 1.5 3.5 1.5S11.3 7 13.5 7C17 7 18.5 10.3 17 13c-2 3.5-9 8-9 8z" fill="none" stroke="#444" stroke-width="2"/>
295
+ </svg>
296
+ </div>
297
+ <div class="product-img">[IMG: Dark wood 3-door wardrobe]</div>
298
+ <div class="product-name">NODELAND</div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Bottom navigation -->
303
+ <div class="bottom-nav">
304
+ <div class="bn-item active">
305
+ <div class="bn-icon">
306
+ <svg viewBox="0 0 24 24">
307
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" fill="none" stroke="#111" stroke-width="2"/>
308
+ <path d="M9 21v-6h6v6" fill="none" stroke="#111" stroke-width="2"/>
309
+ </svg>
310
+ </div>
311
+ Home
312
+ </div>
313
+ <div class="bn-item">
314
+ <div class="bn-icon">
315
+ <svg viewBox="0 0 24 24">
316
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#555" stroke-width="2"/>
317
+ <line x1="20" y1="20" x2="16" y2="16" stroke="#555" stroke-width="2"/>
318
+ </svg>
319
+ </div>
320
+ Search
321
+ </div>
322
+ <div class="bn-item">
323
+ <div class="bn-icon">
324
+ <svg viewBox="0 0 24 24">
325
+ <rect x="4" y="4" width="6" height="16" fill="none" stroke="#555" stroke-width="2"/>
326
+ <rect x="14" y="8" width="6" height="12" fill="none" stroke="#555" stroke-width="2"/>
327
+ </svg>
328
+ </div>
329
+ Stats
330
+ </div>
331
+ <div class="bn-item">
332
+ <div class="bn-icon">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M12 21s-7-4.5-9-8c-1.5-2.7 0-6 3.5-6 2.2 0 3.5 1.5 3.5 1.5S11.3 7 13.5 7C17 7 18.5 10.3 17 13c-2 3.5-9 8-9 8z" fill="none" stroke="#555" stroke-width="2"/>
335
+ </svg>
336
+ </div>
337
+ Likes
338
+ </div>
339
+ <div class="bn-item">
340
+ <div class="bn-icon">
341
+ <svg viewBox="0 0 24 24">
342
+ <path d="M6 6h15l-2 10H7L6 6z" fill="none" stroke="#555" stroke-width="2"/>
343
+ <circle cx="9" cy="20" r="2" fill="#555"/>
344
+ <circle cx="17" cy="20" r="2" fill="#555"/>
345
+ </svg>
346
+ </div>
347
+ Cart
348
+ </div>
349
+ </div>
350
+
351
+ </div>
352
+ </body>
353
+ </html>
code/4117/4117_1.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Pepperfry Style Mobile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ background: #2F2634;
19
+ color: #fff;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 0 32px;
23
+ box-sizing: border-box;
24
+ font-weight: 600;
25
+ letter-spacing: 0.2px;
26
+ }
27
+ .status-left { flex: 1; font-size: 36px; }
28
+ .status-right {
29
+ display: flex;
30
+ gap: 24px;
31
+ align-items: center;
32
+ }
33
+ .status-icon svg { width: 40px; height: 40px; fill: #ffffff; opacity: 0.9; }
34
+
35
+ /* App bar */
36
+ .app-bar {
37
+ height: 120px;
38
+ background: #fff;
39
+ display: flex;
40
+ align-items: center;
41
+ padding: 0 28px;
42
+ box-sizing: border-box;
43
+ border-bottom: 1px solid #eee;
44
+ }
45
+ .left-actions {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 26px;
49
+ }
50
+ .burger svg, .top-icon svg { width: 52px; height: 52px; stroke: #333; fill: none; stroke-width: 42; }
51
+ .pf-logo {
52
+ color: #F15A29;
53
+ font-weight: 800;
54
+ font-size: 64px;
55
+ margin-left: 12px;
56
+ letter-spacing: 1px;
57
+ }
58
+ .spacer { flex: 1; }
59
+ .top-actions { display: flex; gap: 40px; align-items: center; }
60
+ .top-icon svg { stroke-width: 36; }
61
+
62
+ /* Category grid */
63
+ .categories {
64
+ padding: 22px 24px 0 24px;
65
+ box-sizing: border-box;
66
+ }
67
+ .cat-grid {
68
+ display: flex;
69
+ flex-wrap: wrap;
70
+ gap: 22px 18px;
71
+ }
72
+ .cat-item {
73
+ width: calc((1080px - 48px - 18px*4) / 5);
74
+ text-align: center;
75
+ }
76
+ .cat-img {
77
+ width: 190px;
78
+ height: 190px;
79
+ background: #E0E0E0;
80
+ border: 1px solid #BDBDBD;
81
+ display: flex;
82
+ justify-content: center;
83
+ align-items: center;
84
+ color: #757575;
85
+ font-size: 28px;
86
+ margin: 0 auto;
87
+ border-radius: 8px;
88
+ }
89
+ .cat-title {
90
+ margin-top: 16px;
91
+ font-size: 30px;
92
+ color: #333;
93
+ white-space: nowrap;
94
+ overflow: hidden;
95
+ text-overflow: ellipsis;
96
+ }
97
+
98
+ /* Yellow promo banner */
99
+ .promo {
100
+ margin: 20px 24px;
101
+ height: 220px;
102
+ background: #FFE033;
103
+ border-radius: 12px;
104
+ display: flex;
105
+ align-items: center;
106
+ padding: 24px 28px;
107
+ box-sizing: border-box;
108
+ color: #111;
109
+ position: relative;
110
+ }
111
+ .promo-left {
112
+ width: 280px;
113
+ height: 160px;
114
+ background: #FFF7AA;
115
+ border: 1px dashed #D0C45A;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ color: #7A6F26;
120
+ font-weight: 700;
121
+ }
122
+ .promo-text {
123
+ margin-left: 28px;
124
+ font-size: 38px;
125
+ line-height: 54px;
126
+ font-weight: 700;
127
+ }
128
+ .promo-btn {
129
+ position: absolute;
130
+ right: 28px;
131
+ top: 50%;
132
+ transform: translateY(-50%);
133
+ background: #FF7A29;
134
+ color: #fff;
135
+ padding: 20px 28px;
136
+ border-radius: 8px;
137
+ font-weight: 700;
138
+ font-size: 28px;
139
+ }
140
+
141
+ /* Big sale banner */
142
+ .sale-banner {
143
+ margin: 16px 24px;
144
+ height: 920px;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ border-radius: 12px;
148
+ display: flex;
149
+ justify-content: center;
150
+ align-items: center;
151
+ color: #757575;
152
+ font-size: 40px;
153
+ text-align: center;
154
+ padding: 20px;
155
+ box-sizing: border-box;
156
+ }
157
+
158
+ /* Bottom cards */
159
+ .bottom-section {
160
+ display: flex;
161
+ gap: 24px;
162
+ padding: 10px 24px 120px 24px;
163
+ box-sizing: border-box;
164
+ }
165
+ .card {
166
+ flex: 1;
167
+ height: 360px;
168
+ background: #F5F5F5;
169
+ border-radius: 14px;
170
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
171
+ padding: 28px;
172
+ box-sizing: border-box;
173
+ position: relative;
174
+ }
175
+ .card h3 {
176
+ margin: 0;
177
+ font-size: 44px;
178
+ color: #1f1f1f;
179
+ letter-spacing: 0.3px;
180
+ }
181
+ .card .subtitle {
182
+ margin-top: 12px;
183
+ font-size: 30px;
184
+ color: #555;
185
+ font-weight: 600;
186
+ }
187
+ .card .small-link {
188
+ margin-top: 18px;
189
+ font-size: 26px;
190
+ color: #2a6cf5;
191
+ font-weight: 700;
192
+ }
193
+ .card-img {
194
+ position: absolute;
195
+ right: 24px;
196
+ bottom: 24px;
197
+ width: 280px;
198
+ height: 180px;
199
+ background: #E0E0E0;
200
+ border: 1px solid #BDBDBD;
201
+ display: flex;
202
+ align-items: center;
203
+ justify-content: center;
204
+ color: #757575;
205
+ }
206
+
207
+ /* Floating chat */
208
+ .chat-float {
209
+ position: absolute;
210
+ right: 28px;
211
+ bottom: 28px;
212
+ background: #FF8A3D;
213
+ color: #fff;
214
+ height: 88px;
215
+ padding: 0 28px 0 24px;
216
+ border-radius: 18px;
217
+ display: flex;
218
+ align-items: center;
219
+ gap: 16px;
220
+ box-shadow: 0 8px 20px rgba(0,0,0,0.15);
221
+ font-weight: 800;
222
+ letter-spacing: 0.2px;
223
+ }
224
+ .chat-icon {
225
+ width: 48px;
226
+ height: 48px;
227
+ border-radius: 50%;
228
+ background: #fff;
229
+ display: grid;
230
+ place-items: center;
231
+ }
232
+ .chat-icon svg { width: 32px; height: 32px; fill: #FF8A3D; }
233
+ </style>
234
+ </head>
235
+ <body>
236
+ <div id="render-target">
237
+
238
+ <!-- Status bar -->
239
+ <div class="status-bar">
240
+ <div class="status-left">11:27</div>
241
+ <div class="status-right">
242
+ <div class="status-icon">
243
+ <!-- Signal icon -->
244
+ <svg viewBox="0 0 24 24"><path d="M3 17h2v4H3v-4zm4-4h2v8H7v-8zm4-6h2v14h-2V7zm4-4h2v18h-2V3z"/></svg>
245
+ </div>
246
+ <div class="status-icon">
247
+ <!-- Wi-Fi icon -->
248
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 4c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 4l2 2 2-2-2-2-2 2z"/></svg>
249
+ </div>
250
+ <div class="status-icon">
251
+ <!-- Battery icon -->
252
+ <svg viewBox="0 0 24 24"><path d="M20 8h2v8h-2V8zM3 7h16v10H3V7zm2 2v6h12V9H5z"/></svg>
253
+ </div>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- App bar -->
258
+ <div class="app-bar">
259
+ <div class="left-actions">
260
+ <div class="burger">
261
+ <!-- Hamburger -->
262
+ <svg viewBox="0 0 24 24"><path d="M3 6h18M3 12h18M3 18h18"/></svg>
263
+ </div>
264
+ <div class="pf-logo">pf</div>
265
+ </div>
266
+ <div class="spacer"></div>
267
+ <div class="top-actions">
268
+ <div class="top-icon">
269
+ <!-- Search -->
270
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"></circle><path d="M14.5 14.5L21 21"/></svg>
271
+ </div>
272
+ <div class="top-icon">
273
+ <!-- Bell -->
274
+ <svg viewBox="0 0 24 24"><path d="M12 3c-3 0-5 2-5 5v4l-2 2v2h14v-2l-2-2V8c0-3-2-5-5-5z"/><path d="M9 19c0 2 6 2 6 0"/></svg>
275
+ </div>
276
+ <div class="top-icon">
277
+ <!-- Heart -->
278
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-5-9-9c-2-5 3-9 7-6 1 .8 2 .8 3 0 4-3 9 1 7 6-2 4-9 9-9 9z"/></svg>
279
+ </div>
280
+ <div class="top-icon">
281
+ <!-- Cart -->
282
+ <svg viewBox="0 0 24 24"><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/><path d="M3 4h2l2 12h10l2-8H7"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Categories -->
288
+ <div class="categories">
289
+ <div class="cat-grid">
290
+ <div class="cat-item">
291
+ <div class="cat-img">[IMG: Furniture Room]</div>
292
+ <div class="cat-title">Furniture</div>
293
+ </div>
294
+ <div class="cat-item">
295
+ <div class="cat-img">[IMG: Sofa & Seating]</div>
296
+ <div class="cat-title">Sofas & Seati..</div>
297
+ </div>
298
+ <div class="cat-item">
299
+ <div class="cat-img">[IMG: Mattress]</div>
300
+ <div class="cat-title">Mattresses</div>
301
+ </div>
302
+ <div class="cat-item">
303
+ <div class="cat-img">[IMG: Home Decor Setup]</div>
304
+ <div class="cat-title">Home Decor</div>
305
+ </div>
306
+ <div class="cat-item">
307
+ <div class="cat-img">[IMG: Wardrobe/Cloth]</div>
308
+ <div class="cat-title">Furniture</div>
309
+ </div>
310
+
311
+ <div class="cat-item">
312
+ <div class="cat-img">[IMG: Kitchen Tools]</div>
313
+ <div class="cat-title">Kitchen & Din..</div>
314
+ </div>
315
+ <div class="cat-item">
316
+ <div class="cat-img">[IMG: Pendant Lamp]</div>
317
+ <div class="cat-title">Lamps & Ligh..</div>
318
+ </div>
319
+ <div class="cat-item">
320
+ <div class="cat-img">[IMG: Home Utility Set]</div>
321
+ <div class="cat-title">Home Utility</div>
322
+ </div>
323
+ <div class="cat-item">
324
+ <div class="cat-img">[IMG: Blender]</div>
325
+ <div class="cat-title">Appliances</div>
326
+ </div>
327
+ <div class="cat-item">
328
+ <div class="cat-img">[IMG: Modular Kitchen]</div>
329
+ <div class="cat-title">Buy On Phone</div>
330
+ </div>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Yellow promo banner -->
335
+ <div class="promo">
336
+ <div class="promo-left">Ka-Ching!</div>
337
+ <div class="promo-text">
338
+ Sign Up Now &amp; Get Pepperfry Credits<br>
339
+ <span style="font-size:46px; font-weight:900;">Worth Rs.5,001</span><br>
340
+ to Shop!
341
+ </div>
342
+ <div class="promo-btn">SIGN UP NOW</div>
343
+ </div>
344
+
345
+ <!-- Big sale banner -->
346
+ <div class="sale-banner">[IMG: Monsoon Furniture Sale - Upto 75% Off & 25% Cashback, Free Shipping]</div>
347
+
348
+ <!-- Bottom cards -->
349
+ <div class="bottom-section">
350
+ <div class="card">
351
+ <h3>All-in-One</h3>
352
+ <div class="subtitle">Furniture Care Kits</div>
353
+ <div class="small-link">Shop Now ›</div>
354
+ <div class="card-img">[IMG: Care Kit]</div>
355
+ </div>
356
+ <div class="card">
357
+ <h3>Playful & Functional</h3>
358
+ <div class="subtitle">Umbrellas</div>
359
+ <div class="small-link">Shop Now ›</div>
360
+ <div class="card-img">[IMG: Umbrellas]</div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Floating chat -->
365
+ <div class="chat-float">
366
+ <div class="chat-icon">
367
+ <!-- Simple chat bubble -->
368
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H9l-5 4V4z"/></svg>
369
+ </div>
370
+ <div>Let’s Chat</div>
371
+ </div>
372
+
373
+ </div>
374
+ </body>
375
+ </html>
code/4117/4117_2.html ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Search - Furniture App</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #FFFFFF;
14
+ }
15
+
16
+ /* Top status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 150px;
23
+ background: #2e2532;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 40px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-left { display: flex; align-items: center; gap: 30px; }
34
+ .status-time { font-size: 38px; }
35
+ .status-icons { display: flex; align-items: center; gap: 28px; }
36
+ .icon {
37
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
38
+ }
39
+
40
+ /* Search header */
41
+ .search-header {
42
+ position: absolute;
43
+ top: 150px;
44
+ left: 0;
45
+ width: 100%;
46
+ background: #ffffff;
47
+ padding: 28px 40px 24px 40px;
48
+ box-sizing: border-box;
49
+ border-bottom: 1px solid #ececec;
50
+ }
51
+ .search-row {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 24px;
55
+ }
56
+ .back-btn {
57
+ width: 80px; height: 80px; display: inline-flex; align-items: center; justify-content: center;
58
+ }
59
+ .search-box {
60
+ flex: 1;
61
+ height: 110px;
62
+ background: #f1f3f4;
63
+ border-radius: 22px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 26px;
67
+ box-sizing: border-box;
68
+ gap: 20px;
69
+ }
70
+ .search-input {
71
+ flex: 1;
72
+ color: #666;
73
+ font-size: 40px;
74
+ }
75
+ .divider { height: 60px; width: 1px; background: #d0d0d0; margin: 0 10px; }
76
+
77
+ /* Content area */
78
+ .content {
79
+ position: absolute;
80
+ top: 280px;
81
+ left: 0;
82
+ right: 0;
83
+ bottom: 0;
84
+ overflow-y: auto;
85
+ padding: 24px 36px 120px 36px;
86
+ box-sizing: border-box;
87
+ background: #ffffff;
88
+ }
89
+
90
+ .section-title {
91
+ font-size: 64px;
92
+ font-weight: 700;
93
+ color: #242424;
94
+ margin: 26px 8px 22px 8px;
95
+ }
96
+
97
+ /* Chips */
98
+ .chips {
99
+ display: flex;
100
+ flex-wrap: wrap;
101
+ gap: 18px 22px;
102
+ padding: 0 8px 6px 8px;
103
+ }
104
+ .chip {
105
+ background: #f3f3f5;
106
+ border: 1px solid #e6e6e8;
107
+ color: #333;
108
+ border-radius: 22px;
109
+ padding: 18px 26px;
110
+ font-size: 38px;
111
+ white-space: nowrap;
112
+ }
113
+
114
+ /* Grid of categories */
115
+ .grid {
116
+ margin-top: 10px;
117
+ display: grid;
118
+ grid-template-columns: repeat(5, 1fr);
119
+ gap: 30px 20px;
120
+ padding: 0 4px;
121
+ }
122
+ .tile {
123
+ text-align: center;
124
+ }
125
+ .img-plc {
126
+ width: 180px;
127
+ height: 150px;
128
+ margin: 0 auto 16px auto;
129
+ background: #E0E0E0;
130
+ border: 1px solid #BDBDBD;
131
+ color: #757575;
132
+ font-size: 28px;
133
+ display: flex;
134
+ align-items: center;
135
+ justify-content: center;
136
+ padding: 8px;
137
+ box-sizing: border-box;
138
+ border-radius: 6px;
139
+ }
140
+ .label {
141
+ font-size: 34px;
142
+ line-height: 40px;
143
+ color: #2d2d2d;
144
+ }
145
+
146
+ /* Last row bigger images */
147
+ .grid-large {
148
+ margin-top: 20px;
149
+ display: grid;
150
+ grid-template-columns: repeat(4, 1fr);
151
+ gap: 34px 24px;
152
+ padding: 0 4px;
153
+ }
154
+ .img-plc.large { width: 210px; height: 210px; }
155
+
156
+ </style>
157
+ </head>
158
+ <body>
159
+ <div id="render-target">
160
+
161
+ <!-- Status bar -->
162
+ <div class="status-bar">
163
+ <div class="status-left">
164
+ <div class="status-time">11:27</div>
165
+ </div>
166
+ <div class="status-icons">
167
+ <!-- simple status icons -->
168
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff"><path d="M3 10h18v2H3z"/></svg>
169
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff"><path d="M3 18h14v2H3zM3 14h18v2H3z"/></svg>
170
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff"><path d="M16 6v12H8V6h8m2-2H6v16h12V4z"/></svg>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Search Header -->
175
+ <div class="search-header">
176
+ <div class="search-row">
177
+ <div class="back-btn">
178
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="#2d2d2d">
179
+ <path d="M15.5 19l-7-7 7-7 1.5 1.5L11.5 12l5.5 5.5z"/>
180
+ </svg>
181
+ </div>
182
+ <div class="search-box">
183
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#7b7b7b">
184
+ <path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79L20 21.5 21.5 20l-6-6zM9.5 14C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
185
+ </svg>
186
+ <div class="search-input">Search</div>
187
+ <div class="divider"></div>
188
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="#7b7b7b">
189
+ <path d="M12 14a3 3 0 003-3V5a3 3 0 10-6 0v6a3 3 0 003 3zm5-3a5 5 0 01-10 0H5a7 7 0 0013.9 1H17z"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Content -->
196
+ <div class="content">
197
+ <div class="section-title">Trending Searches</div>
198
+ <div class="chips">
199
+ <div class="chip">Study Table</div>
200
+ <div class="chip">Sofa Cum Bed</div>
201
+ <div class="chip">Bed</div>
202
+ <div class="chip">Chair</div>
203
+ <div class="chip">Shoe Rack</div>
204
+ <div class="chip">Wardrobe</div>
205
+ <div class="chip">Sofa</div>
206
+ <div class="chip">Tv Unit</div>
207
+ <div class="chip">Dressing Table</div>
208
+ <div class="chip">Dining Table</div>
209
+ </div>
210
+
211
+ <div class="section-title" style="margin-top: 38px;">Most Searched</div>
212
+
213
+ <!-- Row of small category tiles -->
214
+ <div class="grid">
215
+ <div class="tile">
216
+ <div class="img-plc">[IMG: Office Furniture]</div>
217
+ <div class="label">Office<br>Furniture</div>
218
+ </div>
219
+ <div class="tile">
220
+ <div class="img-plc">[IMG: Side Table]</div>
221
+ <div class="label">Side Tables</div>
222
+ </div>
223
+ <div class="tile">
224
+ <div class="img-plc">[IMG: Portable Table]</div>
225
+ <div class="label">Portable<br>Tables</div>
226
+ </div>
227
+ <div class="tile">
228
+ <div class="img-plc">[IMG: Arm Chair]</div>
229
+ <div class="label">Arm Chairs</div>
230
+ </div>
231
+ <div class="tile">
232
+ <div class="img-plc">[IMG: Category]</div>
233
+ <div class="label">More</div>
234
+ </div>
235
+
236
+ <div class="tile">
237
+ <div class="img-plc">[IMG: Hanging Light]</div>
238
+ <div class="label">Hanging<br>Lights</div>
239
+ </div>
240
+ <div class="tile">
241
+ <div class="img-plc">[IMG: Wall Lamp]</div>
242
+ <div class="label">Wall Lamps</div>
243
+ </div>
244
+ <div class="tile">
245
+ <div class="img-plc">[IMG: String Lights]</div>
246
+ <div class="label">String Lights</div>
247
+ </div>
248
+ <div class="tile">
249
+ <div class="img-plc">[IMG: Iconic Chair]</div>
250
+ <div class="label">Iconic Chairs</div>
251
+ </div>
252
+ <div class="tile">
253
+ <div class="img-plc">[IMG: Category]</div>
254
+ <div class="label">More</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Larger bottom tiles -->
259
+ <div class="grid-large">
260
+ <div class="tile">
261
+ <div class="img-plc large">[IMG: Cushion Cover]</div>
262
+ <div class="label">Cushion<br>Covers</div>
263
+ </div>
264
+ <div class="tile">
265
+ <div class="img-plc large">[IMG: Cotton Dhurries]</div>
266
+ <div class="label">Cotton<br>Dhurries</div>
267
+ </div>
268
+ <div class="tile">
269
+ <div class="img-plc large">[IMG: Jute Dhurries]</div>
270
+ <div class="label">Jute Dhurries</div>
271
+ </div>
272
+ <div class="tile">
273
+ <div class="img-plc large">[IMG: Sleeping Pillow]</div>
274
+ <div class="label">Sleeping<br>Pillow</div>
275
+ </div>
276
+ </div>
277
+
278
+ </div>
279
+ </div>
280
+ </body>
281
+ </html>
code/4117/4117_3.html ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Search UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top dark status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #2b232d;
29
+ color: #ffffff;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-left {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 18px;
41
+ font-weight: 600;
42
+ font-size: 40px;
43
+ }
44
+ .status-right {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 22px;
48
+ }
49
+ .status-icon {
50
+ width: 42px;
51
+ height: 42px;
52
+ }
53
+
54
+ /* Search/App bar */
55
+ .app-bar {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 140px;
61
+ background: #ffffff;
62
+ display: flex;
63
+ align-items: center;
64
+ box-sizing: border-box;
65
+ padding: 0 28px;
66
+ box-shadow: 0 2px 0 rgba(0,0,0,0.08);
67
+ }
68
+ .back-wrap, .mic-wrap {
69
+ width: 96px;
70
+ height: 96px;
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ }
75
+ .title {
76
+ color: #8b8b8b;
77
+ font-size: 54px;
78
+ margin-left: 8px;
79
+ flex: 1;
80
+ }
81
+ .icon {
82
+ width: 56px;
83
+ height: 56px;
84
+ }
85
+
86
+ /* Screen body - empty area */
87
+ .content {
88
+ position: absolute;
89
+ top: 260px; /* status (120) + app bar (140) */
90
+ left: 0;
91
+ right: 0;
92
+ bottom: 120px; /* space for gesture bar */
93
+ background: #ffffff;
94
+ }
95
+
96
+ /* Bottom gesture/navigation area */
97
+ .gesture {
98
+ position: absolute;
99
+ left: 0;
100
+ bottom: 0;
101
+ width: 1080px;
102
+ height: 120px;
103
+ background: #000000;
104
+ display: flex;
105
+ align-items: center;
106
+ justify-content: center;
107
+ }
108
+ .gesture .pill {
109
+ width: 300px;
110
+ height: 14px;
111
+ background: #cfcfcf;
112
+ border-radius: 10px;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Dark status bar -->
120
+ <div class="status-bar">
121
+ <div class="status-left">
122
+ <div>11:28</div>
123
+ <!-- small app icons placeholders -->
124
+ <div style="font-size:34px; opacity:.85;">⌂</div>
125
+ <div style="font-size:34px; opacity:.85;">G</div>
126
+ </div>
127
+ <div class="status-right">
128
+ <!-- Wi-Fi icon -->
129
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#ffffff">
130
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-6.6-6.6 1.4 1.4A7 7 0 0 1 12 13a7 7 0 0 1 5.2 1.8l1.4-1.4A9 9 0 0 0 12 11a9 9 0 0 0-6.6 2.4zM2 9.4l1.4 1.4A13 13 0 0 1 12 7c3.3 0 6.4 1.3 8.6 3.8L22 9.4A15 15 0 0 0 12 5 15 15 0 0 0 2 9.4z"/>
131
+ </svg>
132
+ <!-- Battery icon -->
133
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#ffffff">
134
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#ffffff" stroke-width="1.5" fill="none"/>
135
+ <rect x="4" y="9" width="14" height="6" fill="#ffffff"/>
136
+ <rect x="20.5" y="9" width="2" height="6" rx="1" fill="#ffffff"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- App search bar -->
142
+ <div class="app-bar">
143
+ <div class="back-wrap">
144
+ <svg class="icon" viewBox="0 0 24 24" stroke="#222" fill="none" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
145
+ <path d="M15 5L8 12l7 7"/>
146
+ </svg>
147
+ </div>
148
+ <div class="title">Search</div>
149
+ <div class="mic-wrap">
150
+ <svg class="icon" viewBox="0 0 24 24" fill="#222">
151
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 1 0-6 0v4a3 3 0 0 0 3 3z"/>
152
+ <path d="M5 11a7 7 0 0 0 14 0" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
153
+ <path d="M12 18v3" stroke="#222" stroke-width="2" stroke-linecap="round"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Content area (empty white) -->
159
+ <div class="content"></div>
160
+
161
+ <!-- Bottom gesture bar -->
162
+ <div class="gesture">
163
+ <div class="pill"></div>
164
+ </div>
165
+
166
+ </div>
167
+ </body>
168
+ </html>
code/4117/4117_4.html ADDED
@@ -0,0 +1 @@
 
 
1
+ <!DOCTYPE html><html><head><style>body{margin:0;background:transparent;}</style></head><body></body></html>
code/4117/4117_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>Search Screen 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: #ffffff;
14
+ }
15
+
16
+ /* Top dark header area */
17
+ .topbar {
18
+ position: absolute;
19
+ left: 0;
20
+ top: 0;
21
+ width: 1080px;
22
+ height: 260px;
23
+ background: #2a222c;
24
+ }
25
+
26
+ /* Status bar */
27
+ .status {
28
+ height: 90px;
29
+ padding: 0 36px;
30
+ display: flex;
31
+ align-items: center;
32
+ color: #ffffff;
33
+ font-size: 36px;
34
+ letter-spacing: 0.5px;
35
+ justify-content: space-between;
36
+ }
37
+ .status .left { font-weight: 600; }
38
+ .status .right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 26px;
42
+ }
43
+ .icon {
44
+ width: 46px; height: 46px;
45
+ }
46
+
47
+ /* Search field */
48
+ .search-wrap {
49
+ padding: 18px 24px 0;
50
+ }
51
+ .search-bar {
52
+ background: #ffffff;
53
+ height: 140px;
54
+ border-radius: 14px;
55
+ display: flex;
56
+ align-items: center;
57
+ padding: 0 24px;
58
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05) inset;
59
+ }
60
+ .search-input {
61
+ flex: 1;
62
+ margin: 0 20px;
63
+ color: #222;
64
+ font-size: 48px;
65
+ white-space: nowrap;
66
+ overflow: hidden;
67
+ text-overflow: ellipsis;
68
+ }
69
+ .caret {
70
+ width: 3px; height: 54px; background: #ff7f2a; margin-left: 6px; border-radius: 2px;
71
+ }
72
+
73
+ /* Large white content area */
74
+ .content {
75
+ position: absolute;
76
+ top: 260px;
77
+ left: 0;
78
+ right: 0;
79
+ bottom: 900px; /* space for keyboard */
80
+ background: #ffffff;
81
+ }
82
+
83
+ /* Keyboard */
84
+ .keyboard {
85
+ position: absolute;
86
+ left: 0; right: 0; bottom: 0;
87
+ height: 900px;
88
+ background: #0f0f10;
89
+ color: #eaeaea;
90
+ border-top-left-radius: 24px;
91
+ border-top-right-radius: 24px;
92
+ overflow: hidden;
93
+ }
94
+ .suggest {
95
+ height: 120px;
96
+ display: flex;
97
+ align-items: center;
98
+ padding: 0 30px;
99
+ background: #141416;
100
+ gap: 24px;
101
+ color: #d9d9d9;
102
+ font-size: 44px;
103
+ }
104
+ .chip {
105
+ padding: 10px 0;
106
+ }
107
+ .divider {
108
+ width: 1px; height: 52px; background: #2d2d2f;
109
+ }
110
+
111
+ .rows { padding: 20px 20px 0; }
112
+ .row {
113
+ display: flex;
114
+ justify-content: space-between;
115
+ padding: 12px 20px;
116
+ }
117
+ .key {
118
+ width: 90px;
119
+ height: 120px;
120
+ border-radius: 14px;
121
+ background: #222326;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: center;
125
+ font-size: 46px;
126
+ color: #f0f0f0;
127
+ box-shadow: 0 1px 0 rgba(255,255,255,0.06) inset;
128
+ }
129
+ .key.wide { width: 140px; }
130
+ .key.wider { width: 180px; }
131
+ .space { flex: 1; height: 120px; border-radius: 18px; background: #222326; }
132
+ .ghost { width: 10px; } /* small spacer if needed */
133
+
134
+ .action-right {
135
+ position: absolute;
136
+ right: 26px;
137
+ bottom: 26px;
138
+ width: 150px;
139
+ height: 150px;
140
+ border-radius: 999px;
141
+ background: #b3f5bc;
142
+ display: flex; align-items: center; justify-content: center;
143
+ }
144
+ .search-green { width: 76px; height: 76px; }
145
+
146
+ /* Icons in search bar */
147
+ .search-icon { width: 60px; height: 60px; fill: #333; }
148
+ .back-icon { width: 64px; height: 64px; fill: #333; }
149
+ .close-icon { width: 64px; height: 64px; fill: #333; }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Dark header with status and search -->
156
+ <div class="topbar">
157
+ <div class="status">
158
+ <div class="left">11:29</div>
159
+ <div class="right">
160
+ <!-- Simple Wi‑Fi icon -->
161
+ <svg class="icon" viewBox="0 0 24 24">
162
+ <path fill="#ffffff" d="M12 18.5l2.2 2.2-2.2 2.2-2.2-2.2L12 18.5zm0-5.5c2.1 0 4.1.8 5.7 2.3l-1.4 1.4C15.1 15.4 13.6 15 12 15s-3.1.4-4.3 1.2l-1.4-1.4C7.9 13.8 9.9 13 12 13zm0-5c3.4 0 6.5 1.3 8.8 3.7l-1.4 1.4C17.5 10.9 14.9 10 12 10s-5.5.9-7.4 2.6L3.2 11.7C5.5 9.3 8.6 8 12 8z"/>
163
+ </svg>
164
+ <!-- Battery icon -->
165
+ <svg class="icon" viewBox="0 0 24 24">
166
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#ffffff"></rect>
167
+ <rect x="20" y="10" width="2" height="4" fill="#ffffff"></rect>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="search-wrap">
173
+ <div class="search-bar">
174
+ <!-- Back arrow -->
175
+ <svg class="back-icon" viewBox="0 0 24 24">
176
+ <path d="M15.5 3.5L7 12l8.5 8.5-2.1 2.1L2.8 12l10.6-10.6 2.1 2.1z"/>
177
+ </svg>
178
+ <!-- Search text -->
179
+ <div class="search-input">wooden Dining Tables</div>
180
+ <!-- Clear X -->
181
+ <svg class="close-icon" viewBox="0 0 24 24">
182
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="content"></div>
189
+
190
+ <!-- Keyboard -->
191
+ <div class="keyboard">
192
+ <div class="suggest">
193
+ <div class="chip">Tables</div>
194
+ <div class="divider"></div>
195
+ <div class="chip">Tablespoons</div>
196
+ <div class="divider"></div>
197
+ <div class="chip">Tablespoon</div>
198
+ <div style="flex:1"></div>
199
+ <!-- Mic icon -->
200
+ <svg class="icon" viewBox="0 0 24 24">
201
+ <path fill="#d9d9d9" d="M12 14a3 3 0 0 0 3-3V6a3 3 0 0 0-6 0v5a3 3 0 0 0 3 3zm5-3a5 5 0 0 1-10 0H5a7 7 0 0 0 6 6.92V20H9v2h6v-2h-2v-2.08A7 7 0 0 0 19 11h-2z"/>
202
+ </svg>
203
+ </div>
204
+
205
+ <div class="rows">
206
+ <div class="row">
207
+ <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>
208
+ </div>
209
+ <div class="row" style="padding-left:80px; padding-right:80px;">
210
+ <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>
211
+ </div>
212
+ <div class="row">
213
+ <div class="key wider">⇧</div>
214
+ <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>
215
+ <div class="key wider">⌫</div>
216
+ </div>
217
+ <div class="row">
218
+ <div class="key wider">?123</div>
219
+ <div class="key">,</div>
220
+ <div class="key">😊</div>
221
+ <div class="space"></div>
222
+ <div class="key">.</div>
223
+ <div class="ghost"></div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="action-right">
228
+ <svg class="search-green" viewBox="0 0 24 24">
229
+ <circle cx="10" cy="10" r="7" fill="#1b1b1b"></circle>
230
+ <path d="M21 21l-5.2-5.2" stroke="#1b1b1b" stroke-width="2" stroke-linecap="round"/>
231
+ </svg>
232
+ </div>
233
+ </div>
234
+
235
+ </div>
236
+ </body>
237
+ </html>
code/4117/4117_6.html ADDED
@@ -0,0 +1,432 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Wooden Dining Tables - Listing</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
+ color: #222;
15
+ }
16
+
17
+ /* Top dark app bar */
18
+ .appbar {
19
+ background: #2b2331;
20
+ color: #fff;
21
+ width: 100%;
22
+ }
23
+ .statusbar {
24
+ height: 80px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 28px;
28
+ font-size: 32px;
29
+ justify-content: space-between;
30
+ opacity: 0.95;
31
+ }
32
+ .toprow {
33
+ height: 110px;
34
+ display: flex;
35
+ align-items: center;
36
+ padding: 0 22px 0 16px;
37
+ }
38
+ .icon-btn {
39
+ width: 80px;
40
+ height: 80px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: center;
44
+ }
45
+ .title {
46
+ font-size: 44px;
47
+ font-weight: 700;
48
+ margin-left: 6px;
49
+ flex: 1;
50
+ white-space: nowrap;
51
+ overflow: hidden;
52
+ text-overflow: ellipsis;
53
+ }
54
+ .right-icons {
55
+ display: flex;
56
+ gap: 8px;
57
+ }
58
+ .top-divider {
59
+ height: 1px;
60
+ background: rgba(255,255,255,0.08);
61
+ }
62
+
63
+ /* Category / Sort / Filter row */
64
+ .filter-bar {
65
+ display: flex;
66
+ gap: 16px;
67
+ padding: 18px 24px;
68
+ border-bottom: 1px solid #eee;
69
+ background: #fff;
70
+ }
71
+ .filter-item {
72
+ flex: 1;
73
+ border: 1px solid #e6e6e6;
74
+ border-radius: 14px;
75
+ padding: 16px 18px;
76
+ }
77
+ .filter-title {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 10px;
81
+ font-size: 32px;
82
+ font-weight: 700;
83
+ color: #2b2b2b;
84
+ }
85
+ .filter-sub {
86
+ margin-top: 6px;
87
+ font-size: 26px;
88
+ color: #6b6b6b;
89
+ }
90
+
91
+ /* Grid */
92
+ .content {
93
+ height: calc(2400px - 80px - 110px - 1px - 116px);
94
+ /* status + header + divider + filter-bar approx */
95
+ overflow: hidden;
96
+ }
97
+ .grid {
98
+ padding: 16px 20px 0 20px;
99
+ display: flex;
100
+ flex-wrap: wrap;
101
+ gap: 22px;
102
+ }
103
+ .card {
104
+ width: calc(50% - 22px);
105
+ border-radius: 16px;
106
+ background: #fff;
107
+ }
108
+ .img {
109
+ width: 100%;
110
+ height: 360px;
111
+ background: #E0E0E0;
112
+ border: 1px solid #BDBDBD;
113
+ border-radius: 12px;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: center;
117
+ color: #757575;
118
+ font-size: 28px;
119
+ text-align: center;
120
+ padding: 10px;
121
+ }
122
+ .card-body {
123
+ padding: 10px 6px 6px 6px;
124
+ }
125
+ .product-title {
126
+ font-size: 32px;
127
+ line-height: 40px;
128
+ color: #1e1e1e;
129
+ height: 82px;
130
+ overflow: hidden;
131
+ }
132
+ .byline {
133
+ font-size: 26px;
134
+ color: #666;
135
+ margin-top: 2px;
136
+ }
137
+ .rating {
138
+ margin-top: 6px;
139
+ display: flex;
140
+ align-items: center;
141
+ gap: 8px;
142
+ }
143
+ .stars {
144
+ color: #ffb300;
145
+ font-size: 28px;
146
+ letter-spacing: 1px;
147
+ }
148
+ .sold {
149
+ color: #666;
150
+ font-size: 26px;
151
+ }
152
+ .deal {
153
+ margin-top: 10px;
154
+ color: #0a8f3d;
155
+ font-size: 28px;
156
+ font-weight: 700;
157
+ }
158
+ .price-row {
159
+ margin-top: 6px;
160
+ display: flex;
161
+ align-items: baseline;
162
+ gap: 12px;
163
+ }
164
+ .price {
165
+ font-size: 40px;
166
+ font-weight: 800;
167
+ }
168
+ .old-price {
169
+ font-size: 28px;
170
+ color: #9e9e9e;
171
+ text-decoration: line-through;
172
+ }
173
+ .save {
174
+ margin-top: 8px;
175
+ font-size: 26px;
176
+ color: #2e7d32;
177
+ }
178
+ .credits,
179
+ .shipping {
180
+ margin-top: 10px;
181
+ font-size: 26px;
182
+ color: #3a3a3a;
183
+ }
184
+ .shipping {
185
+ color: #4f4f4f;
186
+ }
187
+
188
+ /* Banner */
189
+ .banner {
190
+ width: 100%;
191
+ padding: 16px 20px;
192
+ }
193
+ .banner .img {
194
+ height: 210px;
195
+ font-size: 34px;
196
+ background: #dfe8ff;
197
+ border-color: #c0d1ff;
198
+ color: #3a4a7a;
199
+ }
200
+
201
+ /* Floating chat */
202
+ .chat {
203
+ position: absolute;
204
+ right: 24px;
205
+ bottom: 90px;
206
+ background: #ff7a2d;
207
+ color: #fff;
208
+ border-radius: 16px;
209
+ box-shadow: 0 8px 18px rgba(0,0,0,0.25);
210
+ display: flex;
211
+ align-items: center;
212
+ padding: 18px 22px;
213
+ gap: 12px;
214
+ font-size: 32px;
215
+ font-weight: 700;
216
+ }
217
+ .chat .dot {
218
+ width: 14px;
219
+ height: 14px;
220
+ background: #fff;
221
+ border-radius: 50%;
222
+ }
223
+
224
+ /* Bottom gesture bar */
225
+ .gesture {
226
+ position: absolute;
227
+ left: 50%;
228
+ transform: translateX(-50%);
229
+ bottom: 24px;
230
+ width: 330px;
231
+ height: 8px;
232
+ background: #000;
233
+ border-radius: 8px;
234
+ opacity: 0.6;
235
+ }
236
+ /* Helpers */
237
+ .muted { color: #7d7d7d; }
238
+ .sep-vert { width: 1px; background: #ececec; }
239
+ .nowrap { white-space: nowrap; }
240
+ /* Make two columns fit nicely */
241
+ @supports (-webkit-touch-callout: none) {
242
+ .card { width: 520px; }
243
+ }
244
+ </style>
245
+ </head>
246
+ <body>
247
+ <div id="render-target">
248
+
249
+ <!-- App Header -->
250
+ <div class="appbar">
251
+ <div class="statusbar">
252
+ <div>11:29</div>
253
+ <div style="display:flex; align-items:center; gap:18px;">
254
+ <div style="width:18px; height:18px; background:#fff; border-radius:50%; opacity:0.9;"></div>
255
+ <div style="width:18px; height:18px; background:#fff; border-radius:50%; opacity:0.9;"></div>
256
+ </div>
257
+ </div>
258
+ <div class="toprow">
259
+ <div class="icon-btn" aria-label="Back">
260
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
261
+ <path d="M15 18l-6-6 6-6"></path>
262
+ </svg>
263
+ </div>
264
+ <div class="title">wooden Dining Tables</div>
265
+ <div class="right-icons">
266
+ <div class="icon-btn" aria-label="Search">
267
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.4">
268
+ <circle cx="11" cy="11" r="7"></circle>
269
+ <path d="M21 21l-4.3-4.3"></path>
270
+ </svg>
271
+ </div>
272
+ <div class="icon-btn" aria-label="Notifications">
273
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round">
274
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"></path>
275
+ <path d="M18 16H6l1-7a5 5 0 0 1 10 0l1 7z"></path>
276
+ </svg>
277
+ </div>
278
+ <div class="icon-btn" aria-label="Wishlist">
279
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2">
280
+ <path d="M12 21s-7-4.6-7-10a4 4 0 0 1 7-2.7A4 4 0 0 1 19 11c0 5.4-7 10-7 10z"></path>
281
+ </svg>
282
+ </div>
283
+ <div class="icon-btn" aria-label="Cart">
284
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
285
+ <circle cx="9" cy="20" r="1.7"></circle>
286
+ <circle cx="18" cy="20" r="1.7"></circle>
287
+ <path d="M2 3h3l2.2 12.5a2 2 0 0 0 2 1.5h7.6a2 2 0 0 0 2-1.6L21 7H6"></path>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ <div class="top-divider"></div>
293
+ </div>
294
+
295
+ <!-- Filter Row -->
296
+ <div class="filter-bar">
297
+ <div class="filter-item">
298
+ <div class="filter-title">
299
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
300
+ <path d="M3 6h18"></path><path d="M7 12h10"></path><path d="M10 18h4"></path>
301
+ </svg>
302
+ Categories
303
+ <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#444" stroke-width="2" style="margin-left:auto">
304
+ <path d="M6 9l6 6 6-6"></path>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+ <div class="filter-item">
309
+ <div class="filter-title">
310
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
311
+ <path d="M10 6l-2 12"></path><path d="M16 6l-2 12"></path>
312
+ </svg>
313
+ Sort By
314
+ </div>
315
+ <div class="filter-sub">Relevance</div>
316
+ </div>
317
+ <div class="filter-item">
318
+ <div class="filter-title">
319
+ <svg width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2">
320
+ <path d="M4 6h16M7 12h10M10 18h4"></path>
321
+ </svg>
322
+ Filter
323
+ </div>
324
+ <div class="filter-sub">0 Filters Applied</div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Content -->
329
+ <div class="content">
330
+ <div class="grid">
331
+
332
+ <!-- Card 1 -->
333
+ <div class="card">
334
+ <div class="img">[IMG: Pink floral cotton placemat on dark wooden table]</div>
335
+ <div class="card-body">
336
+ <div class="product-title">SEJ by Nisha Gupta Floral Pink Cotton Table Placemats - Set Of 4</div>
337
+ <div class="byline">By SEJ · By Nisha Gupta</div>
338
+ <div class="rating">
339
+ <div class="stars">★ ★ ★ ★ ☆</div>
340
+ <div class="sold">(4 Sold)</div>
341
+ </div>
342
+ <div class="deal">Today's Deal</div>
343
+ <div class="price-row">
344
+ <div class="price">₹ 519</div>
345
+ <div class="old-price">₹ 1999</div>
346
+ </div>
347
+ <div class="save">You Save ₹1480 (74% off)</div>
348
+ <div class="credits">Earn 130 Extra Pepperfry Credits (worth ₹130)</div>
349
+ <div class="shipping">Express shipping in 1 day</div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- Card 2 -->
354
+ <div class="card">
355
+ <div class="img">[IMG: Brown floral cotton placemat on dark wooden table]</div>
356
+ <div class="card-body">
357
+ <div class="product-title">Floral Printed Brown Cotton 18x12 Inches Placemats (Set of 4) by SEJ</div>
358
+ <div class="byline">By SEJ · By Nisha Gupta</div>
359
+ <div class="rating">
360
+ <div class="stars">★ ★ ★ ★ ☆</div>
361
+ <div class="sold">(8 Sold)</div>
362
+ </div>
363
+ <div class="deal">Today's Deal</div>
364
+ <div class="price-row">
365
+ <div class="price">₹ 519</div>
366
+ <div class="old-price">₹ 1999</div>
367
+ </div>
368
+ <div class="save">You Save ₹1480 (74% off)</div>
369
+ <div class="credits">Earn 130 Extra Pepperfry Credits (worth ₹130)</div>
370
+ <div class="shipping">Express shipping in 1 day</div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- Banner -->
375
+ <div class="banner">
376
+ <div class="img">[IMG: Monsoon Furniture Sale Banner - Upto 75% Off & 25% Cashback]</div>
377
+ </div>
378
+
379
+ <!-- Card 3 -->
380
+ <div class="card">
381
+ <div class="img">[IMG: Cylindrical blue & white ceramic salt and pepper shakers on dining table]</div>
382
+ <div class="card-body">
383
+ <div class="product-title">Cylindrical Blue & White Ceramic Table Accent (Set of 2)</div>
384
+ <div class="rating">
385
+ <div class="stars">★ ★ ★ ★ ☆</div>
386
+ <div class="sold">(Trending)</div>
387
+ </div>
388
+ <div class="deal">Today's Deal</div>
389
+ <div class="price-row">
390
+ <div class="price">₹ 349</div>
391
+ <div class="old-price">₹ 899</div>
392
+ </div>
393
+ <div class="save">You Save ₹550 (61% off)</div>
394
+ <div class="shipping">Express shipping in 1 day</div>
395
+ </div>
396
+ </div>
397
+
398
+ <!-- Card 4 -->
399
+ <div class="card">
400
+ <div class="img">[IMG: Green floral cotton placemat on dark wooden table]</div>
401
+ <div class="card-body">
402
+ <div class="product-title">Floral Printed Green Cotton 18x12 Inches Placemats (Set of 4)</div>
403
+ <div class="rating">
404
+ <div class="stars">★ ★ ★ ★ ☆</div>
405
+ <div class="sold">(New)</div>
406
+ </div>
407
+ <div class="deal">Today's Deal</div>
408
+ <div class="price-row">
409
+ <div class="price">₹ 519</div>
410
+ <div class="old-price">₹ 1999</div>
411
+ </div>
412
+ <div class="save">You Save ₹1480 (74% off)</div>
413
+ <div class="shipping">Express shipping in 1 day</div>
414
+ </div>
415
+ </div>
416
+
417
+ </div>
418
+ </div>
419
+
420
+ <!-- Floating Chat -->
421
+ <div class="chat">
422
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
423
+ <path d="M21 15a4 4 0 0 1-4 4H8l-5 3V6a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z"></path>
424
+ </svg>
425
+ Let's Chat
426
+ </div>
427
+
428
+ <!-- Gesture bar -->
429
+ <div class="gesture"></div>
430
+ </div>
431
+ </body>
432
+ </html>
code/4118/4118_0.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #D9D9D9;
14
+ border-radius: 32px;
15
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
16
+ }
17
+
18
+ /* Status bar */
19
+ .statusbar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ color: #222;
29
+ font-size: 40px;
30
+ }
31
+ .status-icons {
32
+ margin-left: 16px;
33
+ display: flex;
34
+ gap: 28px;
35
+ align-items: center;
36
+ }
37
+ .dot { width: 12px; height: 12px; background: #7a7a7a; border-radius: 50%; display: inline-block; }
38
+ .signal { width: 34px; height: 24px; border: 2px solid #777; border-radius: 4px; display: inline-block; }
39
+ .battery { width: 44px; height: 24px; border: 2px solid #777; border-radius: 4px; position: relative; }
40
+ .battery::after { content: ""; width: 6px; height: 12px; background: #777; position: absolute; right: -8px; top: 6px; border-radius: 2px; }
41
+
42
+ /* Tasks area */
43
+ .tasks {
44
+ position: absolute;
45
+ top: 220px;
46
+ left: 60px;
47
+ width: 600px;
48
+ }
49
+ .checkbox {
50
+ width: 48px; height: 48px; border: 2px solid #999; border-radius: 6px; margin-bottom: 32px;
51
+ }
52
+ .task {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 24px;
56
+ margin: 32px 0;
57
+ }
58
+ .radio {
59
+ width: 34px; height: 34px; border: 2px solid #7c7c7c; border-radius: 50%;
60
+ }
61
+ .check {
62
+ width: 34px; height: 34px; border: 2px solid #7c7c7c; border-radius: 50%;
63
+ position: relative;
64
+ }
65
+ .check::after {
66
+ content: "";
67
+ position: absolute;
68
+ left: 9px; top: 6px;
69
+ width: 12px; height: 20px;
70
+ border-right: 3px solid #8C8C8C;
71
+ border-bottom: 3px solid #8C8C8C;
72
+ transform: rotate(40deg);
73
+ }
74
+ .task .label {
75
+ font-size: 46px;
76
+ color: #222;
77
+ }
78
+ .task.done .label {
79
+ color: #9E9E9E;
80
+ text-decoration: line-through;
81
+ }
82
+
83
+ /* Floating menu panel */
84
+ .panel {
85
+ position: absolute;
86
+ top: 260px;
87
+ right: 120px;
88
+ width: 560px;
89
+ background: #FFFFFF;
90
+ border-radius: 36px;
91
+ box-shadow: 0 18px 48px rgba(0,0,0,0.20);
92
+ padding: 34px 40px 32px 40px;
93
+ }
94
+ .panel-top {
95
+ display: flex;
96
+ align-items: center;
97
+ justify-content: space-between;
98
+ color: #BDBDBD;
99
+ margin-bottom: 12px;
100
+ }
101
+ .panel-top .icons {
102
+ display: flex;
103
+ gap: 28px;
104
+ align-items: center;
105
+ }
106
+ .panel .sync {
107
+ color: #BDBDBD;
108
+ font-size: 34px;
109
+ margin: 12px 0 16px 0;
110
+ }
111
+ .menu-item {
112
+ display: flex;
113
+ align-items: center;
114
+ gap: 28px;
115
+ padding: 26px 0;
116
+ border-top: 1px solid transparent;
117
+ }
118
+ .menu-item .text {
119
+ font-size: 44px;
120
+ color: #333;
121
+ }
122
+ .icon {
123
+ width: 44px; height: 44px;
124
+ }
125
+ .icon svg { width: 44px; height: 44px; }
126
+ .moment-dots {
127
+ display: inline-flex;
128
+ gap: 10px;
129
+ align-items: center;
130
+ margin-left: 2px;
131
+ }
132
+ .moment-dots span { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
133
+ .moment-dots .c1 { background: #F44336; }
134
+ .moment-dots .c2 { background: #03A9F4; }
135
+ .moment-dots .c3 { background: #4CAF50; }
136
+ .moment-dots .c4 { background: #FFC107; }
137
+
138
+ /* Bottom area */
139
+ .promo {
140
+ position: absolute;
141
+ bottom: 360px;
142
+ left: 300px;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: space-between;
146
+ width: 480px;
147
+ height: 100px;
148
+ border: 2px solid #1E64D9;
149
+ color: #1E64D9;
150
+ border-radius: 50px;
151
+ padding: 0 34px;
152
+ box-shadow: 0 8px 20px rgba(0,0,0,0.18);
153
+ background: #F7FAFF;
154
+ font-size: 36px;
155
+ }
156
+ .promo .divider {
157
+ width: 2px; height: 100%; background: #1E64D9; margin: 0 18px;
158
+ }
159
+
160
+ .bottom-bar {
161
+ position: absolute;
162
+ bottom: 220px;
163
+ left: 140px;
164
+ width: 800px;
165
+ height: 120px;
166
+ background: #EEEEEE;
167
+ border-radius: 60px;
168
+ box-shadow: 0 10px 26px rgba(0,0,0,0.20);
169
+ display: flex;
170
+ align-items: center;
171
+ padding: 0 40px;
172
+ color: #9E9E9E;
173
+ font-size: 44px;
174
+ }
175
+ .home {
176
+ position: absolute;
177
+ bottom: 240px;
178
+ left: 60px;
179
+ width: 72px; height: 72px;
180
+ }
181
+ .gesture {
182
+ position: absolute;
183
+ bottom: 40px;
184
+ left: 50%;
185
+ transform: translateX(-50%);
186
+ width: 240px; height: 12px;
187
+ background: #AFAFAF;
188
+ border-radius: 8px;
189
+ }
190
+ </style>
191
+ </head>
192
+ <body>
193
+ <div id="render-target">
194
+
195
+ <!-- Status bar -->
196
+ <div class="statusbar">
197
+ <div>11:50</div>
198
+ <div class="status-icons">
199
+ <div class="dot"></div>
200
+ <div class="dot"></div>
201
+ <div class="signal"></div>
202
+ <div class="battery"></div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Task area (behind menu) -->
207
+ <div class="tasks">
208
+ <div class="checkbox"></div>
209
+
210
+ <div class="task">
211
+ <div class="radio"></div>
212
+ <div class="label">Boxing classes</div>
213
+ </div>
214
+
215
+ <div class="task done">
216
+ <div class="check"></div>
217
+ <div class="label">Yoga session</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Floating options panel -->
222
+ <div class="panel">
223
+ <div class="panel-top">
224
+ <div class="icons">
225
+ <!-- Refresh -->
226
+ <div class="icon">
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M12 5a7 7 0 1 1-6.2 10" fill="none" stroke="#C7C7C7" stroke-width="2" stroke-linecap="round"/>
229
+ <path d="M8 5h4v4" fill="none" stroke="#C7C7C7" stroke-width="2" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ <!-- Print -->
233
+ <div class="icon">
234
+ <svg viewBox="0 0 24 24">
235
+ <rect x="6" y="3" width="12" height="6" rx="1" stroke="#C7C7C7" fill="none" stroke-width="2"/>
236
+ <rect x="4" y="9" width="16" height="8" rx="2" stroke="#C7C7C7" fill="none" stroke-width="2"/>
237
+ </svg>
238
+ </div>
239
+ <!-- Share -->
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <circle cx="6" cy="12" r="3" stroke="#C7C7C7" fill="none" stroke-width="2"/>
243
+ <circle cx="18" cy="6" r="3" stroke="#C7C7C7" fill="none" stroke-width="2"/>
244
+ <circle cx="18" cy="18" r="3" stroke="#C7C7C7" fill="none" stroke-width="2"/>
245
+ <path d="M9 12l6-6M9 12l6 6" stroke="#C7C7C7" stroke-width="2" stroke-linecap="round"/>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="sync">Last Sync: A min ago</div>
252
+
253
+ <!-- Menu items -->
254
+ <div class="menu-item">
255
+ <div class="icon">
256
+ <svg viewBox="0 0 24 24">
257
+ <path d="M7 5l-3 3h6zM17 19l3-3h-6z" fill="#333"/>
258
+ <path d="M12 8v8" stroke="#333" stroke-width="2" stroke-linecap="round"/>
259
+ </svg>
260
+ </div>
261
+ <div class="text">Sort</div>
262
+ </div>
263
+
264
+ <div class="menu-item">
265
+ <div class="icon">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M3 5h18l-7 7v7h-4v-7z" fill="none" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
268
+ </svg>
269
+ </div>
270
+ <div class="text">Filter</div>
271
+ </div>
272
+
273
+ <div class="menu-item">
274
+ <div class="icon">
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M4 20l6-2 10-10-4-4-10 10z" fill="none" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
277
+ </svg>
278
+ </div>
279
+ <div class="text">Rename</div>
280
+ </div>
281
+
282
+ <div class="menu-item">
283
+ <div class="icon">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M5 7h14M9 7l1 12h4l1-12M8 7V4h8v3" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
286
+ </svg>
287
+ </div>
288
+ <div class="text">Delete</div>
289
+ </div>
290
+
291
+ <div class="menu-item">
292
+ <div class="icon">
293
+ <svg viewBox="0 0 24 24">
294
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#333" stroke-width="2"/>
295
+ <path d="M8 8l8 8M16 8l-8 8" stroke="#333" stroke-width="2" stroke-linecap="round"/>
296
+ </svg>
297
+ </div>
298
+ <div class="text">Clear</div>
299
+ </div>
300
+
301
+ <div class="menu-item">
302
+ <div class="icon">
303
+ <svg viewBox="0 0 24 24">
304
+ <rect x="7" y="4" width="10" height="14" rx="2" fill="none" stroke="#333" stroke-width="2"/>
305
+ <path d="M9 4v3h6V4" stroke="#333" stroke-width="2"/>
306
+ </svg>
307
+ </div>
308
+ <div class="text">Import</div>
309
+ </div>
310
+
311
+ <div class="menu-item">
312
+ <div class="icon">
313
+ <div class="moment-dots">
314
+ <span class="c1"></span><span class="c2"></span><span class="c3"></span><span class="c4"></span>
315
+ </div>
316
+ </div>
317
+ <div class="text">Moment</div>
318
+ </div>
319
+
320
+ <div class="menu-item">
321
+ <div class="icon">
322
+ <svg viewBox="0 0 24 24">
323
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#333" stroke-width="2"/>
324
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M19 5l-3 3M5 19l3-3" stroke="#333" stroke-width="2" stroke-linecap="round"/>
325
+ </svg>
326
+ </div>
327
+ <div class="text">Settings</div>
328
+ </div>
329
+
330
+ <div class="menu-item">
331
+ <div class="icon">
332
+ <svg viewBox="0 0 24 24">
333
+ <path d="M3 18l4-8 5 5 5-5 4 8H3z" fill="none" stroke="#FFC107" stroke-width="2" stroke-linejoin="round"/>
334
+ </svg>
335
+ </div>
336
+ <div class="text" style="color:#333;">Upgrade</div>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Bottom promo pill -->
341
+ <div class="promo">
342
+ <div>3 Days Only - 50% Off!</div>
343
+ <div class="divider"></div>
344
+ <div>X</div>
345
+ </div>
346
+
347
+ <!-- Bottom input bar -->
348
+ <div class="bottom-bar">I want to...</div>
349
+
350
+ <!-- Home icon -->
351
+ <div class="home">
352
+ <svg viewBox="0 0 24 24">
353
+ <path d="M4 11l8-7 8 7v9h-6v-6H10v6H4z" fill="none" stroke="#1E64D9" stroke-width="2" stroke-linejoin="round"/>
354
+ </svg>
355
+ </div>
356
+
357
+ <!-- Gesture bar -->
358
+ <div class="gesture"></div>
359
+ </div>
360
+ </body>
361
+ </html>
code/4118/4118_10.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Tasks - Welcome</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: #0d0d0d;
13
+ color: #f5f5f5;
14
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height: 90px;
20
+ color: #fff;
21
+ display: flex; align-items: center;
22
+ padding: 0 36px;
23
+ font-size: 36px;
24
+ letter-spacing: 0.2px;
25
+ opacity: 0.95;
26
+ }
27
+ .statusbar .right {
28
+ margin-left: auto;
29
+ display: flex; align-items: center; gap: 24px;
30
+ opacity: 0.9;
31
+ }
32
+ .status-dot {
33
+ width: 18px; height: 18px; background: #d9d9d9; border-radius: 50%;
34
+ }
35
+ .status-triangle {
36
+ width: 0; height: 0; border-left: 14px solid transparent; border-right: 14px solid transparent; border-bottom: 24px solid #d9d9d9;
37
+ }
38
+ .battery {
39
+ width: 44px; height: 24px; border: 3px solid #d9d9d9; border-radius: 6px; position: relative;
40
+ }
41
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #d9d9d9; border-radius: 2px; }
42
+ .battery-fill { position: absolute; left: 2px; top: 2px; width: 30px; height: 18px; background: #d9d9d9; }
43
+
44
+ /* Header */
45
+ .app-header {
46
+ display: flex; align-items: center;
47
+ padding: 12px 36px 24px 36px;
48
+ }
49
+ .menu-btn, .more-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
50
+ .title {
51
+ font-size: 64px; font-weight: 800; margin-left: 12px;
52
+ }
53
+ .title .wave { margin-right: 16px; }
54
+ .more-btn { margin-left: auto; }
55
+
56
+ /* Cards */
57
+ .content {
58
+ padding: 12px 24px 0 24px;
59
+ }
60
+ .card {
61
+ background: #1c1c1c;
62
+ border-radius: 20px;
63
+ box-shadow: 0 8px 16px rgba(0,0,0,0.4);
64
+ margin: 24px 12px;
65
+ padding: 24px 24px 24px 24px;
66
+ position: relative;
67
+ }
68
+ .card-header {
69
+ display: flex; align-items: center; margin-bottom: 12px;
70
+ }
71
+ .card-title {
72
+ font-size: 42px; font-weight: 800; opacity: 0.95;
73
+ }
74
+ .card-meta {
75
+ margin-left: auto; display: flex; align-items: center; gap: 16px; color: #b3b3b3; font-size: 36px;
76
+ }
77
+
78
+ .task {
79
+ display: flex; align-items: center; min-height: 110px;
80
+ padding: 18px 12px;
81
+ border-radius: 14px;
82
+ }
83
+ .checkbox {
84
+ width: 44px; height: 44px;
85
+ border: 3px solid #5b5b5b;
86
+ border-radius: 6px;
87
+ margin-right: 24px;
88
+ flex: 0 0 44px;
89
+ }
90
+ .task-title {
91
+ font-size: 44px; font-weight: 600; color: #e8e8e8;
92
+ }
93
+ .task .emoji { margin-right: 16px; font-size: 44px; }
94
+ .task-right {
95
+ margin-left: auto; display: flex; align-items: center; gap: 20px;
96
+ color: #bdbdbd; font-size: 32px;
97
+ }
98
+ .blue { color: #4e8ef7; }
99
+
100
+ .meta-icon {
101
+ width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
102
+ opacity: 0.7;
103
+ }
104
+
105
+ /* Floating Action Button */
106
+ .fab {
107
+ position: absolute; right: 36px; bottom: 36px;
108
+ width: 140px; height: 140px; border-radius: 50%;
109
+ background: #4e8ef7;
110
+ box-shadow: 0 10px 22px rgba(0,0,0,0.6);
111
+ display: flex; align-items: center; justify-content: center;
112
+ }
113
+ .fab span {
114
+ font-size: 72px; font-weight: 700; color: #fff; line-height: 1;
115
+ }
116
+
117
+ /* Bottom navigation */
118
+ .bottom-nav {
119
+ position: absolute; left: 0; right: 0; bottom: 0;
120
+ height: 180px; background: #0b0b0b;
121
+ display: flex; align-items: center; justify-content: space-around;
122
+ }
123
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
124
+ .nav-icon {
125
+ width: 96px; height: 96px; border-radius: 24px;
126
+ display: flex; align-items: center; justify-content: center;
127
+ color: #eaeaea;
128
+ }
129
+ .nav-icon.active { background: #2557ff; }
130
+ .nav-label { font-size: 28px; color: #cfcfcf; opacity: 0.8; }
131
+
132
+ /* Subtle separators inside cards */
133
+ .task + .task { border-top: 1px solid rgba(255,255,255,0.04); }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status bar -->
140
+ <div class="statusbar">
141
+ <div>11:55</div>
142
+ <div class="right">
143
+ <div class="status-triangle"></div>
144
+ <div class="status-dot"></div>
145
+ <div class="status-dot" style="background:#bfbfbf;"></div>
146
+ <div class="battery"><div class="battery-fill"></div></div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Header -->
151
+ <div class="app-header">
152
+ <div class="menu-btn">
153
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
154
+ <rect x="6" y="10" width="36" height="4" fill="#ffffff"/>
155
+ <rect x="6" y="22" width="36" height="4" fill="#ffffff"/>
156
+ <rect x="6" y="34" width="36" height="4" fill="#ffffff"/>
157
+ </svg>
158
+ </div>
159
+ <div class="title"><span class="wave">👋</span>Welcome</div>
160
+ <div class="more-btn">
161
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="#ffffff">
162
+ <circle cx="24" cy="10" r="3"></circle>
163
+ <circle cx="24" cy="24" r="3"></circle>
164
+ <circle cx="24" cy="38" r="3"></circle>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Content -->
170
+ <div class="content">
171
+
172
+ <!-- Getting Started -->
173
+ <div class="card">
174
+ <div class="card-header">
175
+ <div class="card-title">Getting Started</div>
176
+ <div class="card-meta">
177
+ <div>5</div>
178
+ <svg width="36" height="36" viewBox="0 0 36 36" fill="none">
179
+ <polyline points="8,14 18,24 28,14" stroke="#b3b3b3" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+
184
+ <div class="task">
185
+ <div class="checkbox"></div>
186
+ <div class="task-title">Microsoft training update</div>
187
+ <div class="task-right">
188
+ <div class="blue">Oct 13</div>
189
+ <div class="meta-icon">
190
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
191
+ <path d="M12 3c-3.9 0-7 3.1-7 7a7 7 0 0 0 3.1 5.8L8 21l3.1-3.1A7 7 0 1 0 12 3z" stroke="#bdbdbd" stroke-width="1.6" fill="none"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="task">
198
+ <div class="checkbox"></div>
199
+ <div class="task-title">Driving licence</div>
200
+ </div>
201
+
202
+ <div class="task">
203
+ <div class="checkbox"></div>
204
+ <div class="task-title">Diet plan</div>
205
+ <div class="task-right">
206
+ <div class="blue">Tomorrow</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="task">
211
+ <div class="checkbox"></div>
212
+ <div class="task-title">Morning walk</div>
213
+ </div>
214
+
215
+ <div class="task">
216
+ <div class="checkbox" style="border-color:#7aa866; background: rgba(122,168,102,0.1)"></div>
217
+ <div class="emoji">✅</div>
218
+ <div class="task-title">Create tasks, free up your mind</div>
219
+ <div class="task-right">
220
+ <div class="meta-icon">
221
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
222
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6" fill="none"/>
223
+ <line x1="8" y1="8" x2="16" y2="8" stroke="#bdbdbd" stroke-width="1.6"/>
224
+ <line x1="8" y1="12" x2="16" y2="12" stroke="#bdbdbd" stroke-width="1.6"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Key Features -->
232
+ <div class="card">
233
+ <div class="card-header">
234
+ <div class="card-title">Key Features</div>
235
+ <div class="card-meta">
236
+ <div>5</div>
237
+ <svg width="36" height="36" viewBox="0 0 36 36" fill="none">
238
+ <polyline points="8,14 18,24 28,14" stroke="#b3b3b3" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="task">
244
+ <div class="checkbox"></div>
245
+ <div class="emoji">📅</div>
246
+ <div class="task-title">Calendar: Check your schedule</div>
247
+ <div class="task-right">
248
+ <div class="meta-icon">
249
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
250
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6"/>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="task">
257
+ <div class="checkbox"></div>
258
+ <div class="emoji">🎯</div>
259
+ <div class="task-title">Eisenhower Matrix: Prioritize tasks</div>
260
+ <div class="task-right">
261
+ <div class="meta-icon">
262
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
263
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6"/>
264
+ </svg>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="task">
270
+ <div class="checkbox"></div>
271
+ <div class="emoji">🍅</div>
272
+ <div class="task-title">Pomo: Beat procrastination</div>
273
+ <div class="task-right">
274
+ <div class="meta-icon">
275
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
276
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6"/>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="task">
283
+ <div class="checkbox"></div>
284
+ <div class="emoji">⏰</div>
285
+ <div class="task-title">Habit: Visualize your efforts</div>
286
+ <div class="task-right">
287
+ <div class="meta-icon">
288
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
289
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6"/>
290
+ </svg>
291
+ </div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="task">
296
+ <div class="checkbox"></div>
297
+ <div class="emoji">✨</div>
298
+ <div class="task-title">More amazing features</div>
299
+ <div class="task-right">
300
+ <div class="meta-icon">
301
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
302
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#bdbdbd" stroke-width="1.6"/>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Explore More -->
310
+ <div class="card">
311
+ <div class="card-header">
312
+ <div class="card-title">Explore More</div>
313
+ <div class="card-meta">
314
+ <div>2</div>
315
+ <svg width="36" height="36" viewBox="0 0 36 36" fill="none">
316
+ <polyline points="8,14 18,24 28,14" stroke="#b3b3b3" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="task">
322
+ <div class="checkbox"></div>
323
+ <div class="emoji">💎</div>
324
+ <div class="task-title">Premium</div>
325
+ </div>
326
+
327
+ <div class="fab"><span>+</span></div>
328
+ </div>
329
+
330
+ </div>
331
+
332
+ <!-- Bottom Navigation -->
333
+ <div class="bottom-nav">
334
+ <div class="nav-item">
335
+ <div class="nav-icon active">
336
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
337
+ <rect x="2" y="2" width="20" height="20" rx="4" fill="#ffffff"/>
338
+ <polyline points="7,12 10,15 17,8" stroke="#2557ff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
339
+ </svg>
340
+ </div>
341
+ </div>
342
+ <div class="nav-item">
343
+ <div class="nav-icon" style="background:#1a1a1a;">
344
+ <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
345
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#eaeaea" stroke-width="2" fill="none"/>
346
+ <line x1="7" y1="3.5" x2="7" y2="7" stroke="#eaeaea" stroke-width="2"/>
347
+ <line x1="17" y1="3.5" x2="17" y2="7" stroke="#eaeaea" stroke-width="2"/>
348
+ <line x1="6" y1="10" x2="18" y2="10" stroke="#eaeaea" stroke-width="1.8"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+ <div class="nav-item">
353
+ <div class="nav-icon" style="background:#1a1a1a; font-size:44px;">⚙</div>
354
+ </div>
355
+ </div>
356
+
357
+ </div>
358
+ </body>
359
+ </html>
code/4118/4118_2.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Inbox Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
13
+ color: #FFFFFF;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #000000;
21
+ }
22
+
23
+ /* App bar */
24
+ .app-bar {
25
+ position: absolute;
26
+ top: 72px;
27
+ left: 0;
28
+ right: 0;
29
+ height: 140px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 36px;
33
+ }
34
+ .app-bar .title {
35
+ font-size: 64px;
36
+ font-weight: 700;
37
+ margin-left: 24px;
38
+ letter-spacing: 0.3px;
39
+ }
40
+ .icon-btn {
41
+ width: 84px;
42
+ height: 84px;
43
+ display: inline-flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ border-radius: 12px;
47
+ }
48
+ .icon {
49
+ width: 48px;
50
+ height: 48px;
51
+ fill: #FFFFFF;
52
+ opacity: 0.95;
53
+ }
54
+ .app-bar .spacer {
55
+ flex: 1;
56
+ }
57
+
58
+ /* Card list */
59
+ .card {
60
+ position: absolute;
61
+ top: 300px;
62
+ left: 24px;
63
+ right: 24px;
64
+ background: #222222;
65
+ border-radius: 28px;
66
+ box-shadow: 0 2px 0 rgba(0,0,0,0.5) inset;
67
+ padding: 22px 24px;
68
+ }
69
+ .item {
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 28px 12px;
73
+ border-radius: 16px;
74
+ }
75
+ .item + .item {
76
+ margin-top: 8px;
77
+ }
78
+ .checkbox {
79
+ width: 44px;
80
+ height: 44px;
81
+ border: 4px solid #818181;
82
+ border-radius: 8px;
83
+ margin-right: 24px;
84
+ box-sizing: border-box;
85
+ }
86
+ .item .label {
87
+ font-size: 44px;
88
+ color: #EAEAEA;
89
+ flex: 1;
90
+ white-space: nowrap;
91
+ overflow: hidden;
92
+ text-overflow: ellipsis;
93
+ }
94
+ .right-side {
95
+ display: inline-flex;
96
+ align-items: center;
97
+ gap: 16px;
98
+ }
99
+ .date-blue {
100
+ font-size: 36px;
101
+ color: #5B8CFF;
102
+ font-weight: 600;
103
+ }
104
+ .date-red {
105
+ font-size: 36px;
106
+ color: #FF6B6B;
107
+ font-weight: 600;
108
+ }
109
+ .mini-icon {
110
+ width: 34px;
111
+ height: 34px;
112
+ fill: #9E9E9E;
113
+ opacity: 0.9;
114
+ }
115
+
116
+ /* FAB */
117
+ .fab {
118
+ position: absolute;
119
+ right: 48px;
120
+ bottom: 320px;
121
+ width: 150px;
122
+ height: 150px;
123
+ background: #3F6BFF;
124
+ border-radius: 50%;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ box-shadow: 0 12px 20px rgba(0,0,0,0.35);
129
+ }
130
+ .fab svg {
131
+ width: 64px;
132
+ height: 64px;
133
+ fill: #FFFFFF;
134
+ }
135
+
136
+ /* Bottom navigation */
137
+ .bottom-nav {
138
+ position: absolute;
139
+ left: 0;
140
+ right: 0;
141
+ bottom: 160px;
142
+ height: 120px;
143
+ display: flex;
144
+ justify-content: space-around;
145
+ align-items: center;
146
+ padding: 0 80px;
147
+ }
148
+ .nav-item {
149
+ width: 160px;
150
+ height: 100px;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ }
155
+ .nav-icon {
156
+ width: 64px;
157
+ height: 64px;
158
+ fill: #9E9E9E;
159
+ }
160
+ .nav-active {
161
+ width: 96px;
162
+ height: 96px;
163
+ background: #3F6BFF;
164
+ border-radius: 16px;
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ }
169
+ .nav-active svg {
170
+ width: 56px;
171
+ height: 56px;
172
+ fill: #FFFFFF;
173
+ }
174
+
175
+ /* Gesture bar */
176
+ .gesture {
177
+ position: absolute;
178
+ left: 50%;
179
+ transform: translateX(-50%);
180
+ bottom: 80px;
181
+ width: 360px;
182
+ height: 12px;
183
+ background: #E8E8E8;
184
+ border-radius: 8px;
185
+ opacity: 0.9;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Top App Bar -->
193
+ <div class="app-bar">
194
+ <div class="icon-btn">
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <path d="M3 6h18v2H3zM3 11h18v2H3zM3 16h18v2H3z"/>
197
+ </svg>
198
+ </div>
199
+ <div class="title">Inbox</div>
200
+ <div class="spacer"></div>
201
+ <div class="icon-btn">
202
+ <svg class="icon" viewBox="0 0 24 24">
203
+ <circle cx="12" cy="5" r="2.2"></circle>
204
+ <circle cx="12" cy="12" r="2.2"></circle>
205
+ <circle cx="12" cy="19" r="2.2"></circle>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Task Card -->
211
+ <div class="card">
212
+ <div class="item">
213
+ <div class="checkbox"></div>
214
+ <div class="label">Microsoft training update</div>
215
+ <div class="right-side">
216
+ <span class="date-blue">Oct 13</span>
217
+ <svg class="mini-icon" viewBox="0 0 24 24">
218
+ <path d="M7 2v2H5a2 2 0 0 0-2 2v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7zm12 8v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-8h14zm-7 2h2v4h-2z"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+ <div class="item">
223
+ <div class="checkbox"></div>
224
+ <div class="label">Weeding plan</div>
225
+ <div class="right-side">
226
+ <span class="date-red">Jul 19</span>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Floating Action Button -->
232
+ <div class="fab">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M11 5h2v6h6v2h-6v6h-2v-6H5v-2h6z"/>
235
+ </svg>
236
+ </div>
237
+
238
+ <!-- Bottom Navigation -->
239
+ <div class="bottom-nav">
240
+ <div class="nav-item">
241
+ <div class="nav-active">
242
+ <svg viewBox="0 0 24 24">
243
+ <path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+ <div class="nav-item">
248
+ <svg class="nav-icon" viewBox="0 0 24 24">
249
+ <path d="M7 2v2H5a2 2 0 0 0-2 2v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a2 2 0 0 0-2-2h-2V2h-2v2H9V2H7zm12 8v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-8h14z"/>
250
+ </svg>
251
+ </div>
252
+ <div class="nav-item">
253
+ <svg class="nav-icon" viewBox="0 0 24 24">
254
+ <path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm9 4a1 1 0 0 0-.8-.98l-2.13-.47a7.96 7.96 0 0 0-1.2-2.08l1.14-1.87a1 1 0 0 0-.12-1.2l-1.7-1.7a1 1 0 0 0-1.2-.12l-1.87 1.14a8.03 8.03 0 0 0-2.08-1.2L12.98 3a1 1 0 0 0-.98-.8h-2a1 1 0 0 0-.98.8L8.55 5.13c-.73.26-1.42.62-2.08 1.2L4.6 5.19a1 1 0 0 0-1.2.12l-1.7 1.7a1 1 0 0 0-.12 1.2l1.14 1.87c-.58.66-.94 1.35-1.2 2.08L.98 12.02A1 1 0 0 0 .2 13v2c0 .47.33.87.8.98l2.13.47c.26.73.62 1.42 1.2 2.08l-1.14 1.87a1 1 0 0 0 .12 1.2l1.7 1.7a1 1 0 0 0 1.2.12l1.87-1.14c.66.58 1.35.94 2.08 1.2l.47 2.13c.11.47.51.8.98.8h2c.47 0 .87-.33.98-.8l.47-2.13c.73-.26 1.42-.62 2.08-1.2l1.87 1.14a1 1 0 0 0 1.2-.12l1.7-1.7a1 1 0 0 0 .12-1.2l-1.14-1.87c.58-.66.94-1.35 1.2-2.08l2.13-.47c.47-.11.8-.51.8-.98v-2z"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Gesture bar -->
260
+ <div class="gesture"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/4118/4118_3.html ADDED
@@ -0,0 +1,220 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6
+ <title>Inbox - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #ffffff;
17
+ }
18
+
19
+ /* Status bar (mock) */
20
+ .status-bar {
21
+ height: 86px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #e0e0e0;
27
+ font-size: 34px;
28
+ letter-spacing: 0.5px;
29
+ opacity: 0.9;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ }
36
+ .status-icons svg { fill: #e0e0e0; }
37
+
38
+ /* Top app bar */
39
+ .top-bar {
40
+ height: 140px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 36px;
44
+ gap: 20px;
45
+ }
46
+ .title {
47
+ font-size: 48px;
48
+ font-weight: 700;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 12px;
52
+ }
53
+ .spacer { flex: 1; }
54
+ .icon-btn svg { fill: #e0e0e0; }
55
+
56
+ /* Content */
57
+ .content {
58
+ padding: 24px 36px 0 36px;
59
+ }
60
+ .meta-row {
61
+ margin-top: 16px;
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 22px;
65
+ }
66
+ .checkbox {
67
+ width: 42px;
68
+ height: 42px;
69
+ border: 3px solid #777;
70
+ border-radius: 6px;
71
+ box-sizing: border-box;
72
+ }
73
+ .schedule {
74
+ color: #3a6dfb;
75
+ font-size: 36px;
76
+ font-weight: 600;
77
+ }
78
+ .flag {
79
+ margin-left: auto;
80
+ margin-right: 6px;
81
+ }
82
+ .subject {
83
+ margin-top: 36px;
84
+ font-size: 72px;
85
+ font-weight: 800;
86
+ color: #eaeaea;
87
+ line-height: 1.2;
88
+ }
89
+ .description {
90
+ margin-top: 26px;
91
+ font-size: 40px;
92
+ color: #777777;
93
+ }
94
+
95
+ /* Bottom action bar */
96
+ .bottom-actions {
97
+ position: absolute;
98
+ left: 0;
99
+ right: 0;
100
+ bottom: 96px;
101
+ padding: 0 40px;
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 44px;
105
+ }
106
+ .bottom-actions svg { fill: #9b9b9b; }
107
+
108
+ /* Home indicator */
109
+ .home-indicator {
110
+ position: absolute;
111
+ left: 50%;
112
+ bottom: 32px;
113
+ transform: translateX(-50%);
114
+ width: 320px;
115
+ height: 12px;
116
+ background: #e6e6e6;
117
+ border-radius: 12px;
118
+ opacity: 0.9;
119
+ }
120
+
121
+ /* Utility */
122
+ svg { display: block; }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- Mock status bar -->
129
+ <div class="status-bar">
130
+ <div>11:53</div>
131
+ <div class="status-icons">
132
+ <!-- simple glyphs -->
133
+ <svg width="28" height="28" viewBox="0 0 24 24"><circle cx="4" cy="12" r="2"/></svg>
134
+ <svg width="28" height="28" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/></svg>
135
+ <svg width="28" height="28" viewBox="0 0 24 24"><circle cx="20" cy="12" r="2"/></svg>
136
+ <!-- WiFi -->
137
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 0.001 0z"/><path d="M2 9c5-4 15-4 20 0l-2 2c-3.8-3-12.2-3-16 0L2 9z"/><path d="M5 12c4-3 10-3 14 0l-2 2c-2.8-2-7.2-2-10 0l-2-2z"/></svg>
138
+ <!-- Battery -->
139
+ <svg width="44" height="28" viewBox="0 0 28 18"><rect x="1" y="3" width="22" height="12" rx="2" ry="2" stroke="#e0e0e0" fill="none" stroke-width="2"/><rect x="3" y="5" width="14" height="8" fill="#e0e0e0"/><rect x="23" y="7" width="3" height="6" fill="#e0e0e0"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Top App Bar -->
144
+ <div class="top-bar">
145
+ <!-- Back arrow -->
146
+ <svg width="44" height="44" viewBox="0 0 24 24" class="icon-btn">
147
+ <path fill="#e0e0e0" d="M15.5 3.5L7 12l8.5 8.5-2.1 2.1L2.8 12l10.6-10.6 2.1 2.1z"/>
148
+ </svg>
149
+
150
+ <div class="title">
151
+ <span>Inbox</span>
152
+ <!-- chevron down -->
153
+ <svg width="28" height="28" viewBox="0 0 24 24">
154
+ <path fill="#e0e0e0" d="M7 9l5 5 5-5z"/>
155
+ </svg>
156
+ </div>
157
+
158
+ <div class="spacer"></div>
159
+
160
+ <!-- Bookmark/flag menu (three dots) -->
161
+ <svg width="40" height="40" viewBox="0 0 24 24" class="icon-btn">
162
+ <circle cx="12" cy="5" r="2"/>
163
+ <circle cx="12" cy="12" r="2"/>
164
+ <circle cx="12" cy="19" r="2"/>
165
+ </svg>
166
+ </div>
167
+
168
+ <!-- Content -->
169
+ <div class="content">
170
+ <div class="meta-row">
171
+ <div class="checkbox"></div>
172
+
173
+ <!-- Clock icon + text -->
174
+ <svg width="40" height="40" viewBox="0 0 24 24">
175
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#3a6dfb" stroke-width="2"/>
176
+ <path d="M12 7v6l4 2" stroke="#3a6dfb" stroke-width="2" fill="none" stroke-linecap="round"/>
177
+ </svg>
178
+
179
+ <div class="schedule">Oct 13, 05:00pm, 78d left</div>
180
+
181
+ <!-- flag -->
182
+ <svg class="flag" width="46" height="46" viewBox="0 0 24 24">
183
+ <path fill="#cfcfcf" d="M6 3v18h2v-6h8l-2-4 2-4H8V3H6z" opacity="0.85"/>
184
+ </svg>
185
+ </div>
186
+
187
+ <div class="subject">Microsoft training update</div>
188
+ <div class="description">Description</div>
189
+ </div>
190
+
191
+ <!-- Bottom actions -->
192
+ <div class="bottom-actions">
193
+ <!-- Tag icon -->
194
+ <svg width="64" height="64" viewBox="0 0 24 24">
195
+ <path d="M3 10V4h6l9 9-6 6-9-9z" fill="#9b9b9b"/>
196
+ <circle cx="7" cy="7" r="1.8" fill="#000" opacity="0.35"/>
197
+ </svg>
198
+
199
+ <!-- List icon -->
200
+ <svg width="64" height="64" viewBox="0 0 24 24">
201
+ <circle cx="5" cy="7" r="1.6" fill="#9b9b9b"/>
202
+ <circle cx="5" cy="12" r="1.6" fill="#9b9b9b"/>
203
+ <circle cx="5" cy="17" r="1.6" fill="#9b9b9b"/>
204
+ <rect x="8" y="6" width="12" height="2.5" fill="#9b9b9b"/>
205
+ <rect x="8" y="11" width="12" height="2.5" fill="#9b9b9b"/>
206
+ <rect x="8" y="16" width="12" height="2.5" fill="#9b9b9b"/>
207
+ </svg>
208
+
209
+ <!-- Image icon -->
210
+ <svg width="64" height="64" viewBox="0 0 24 24">
211
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#9b9b9b" stroke-width="2"/>
212
+ <circle cx="9" cy="10" r="2" fill="#9b9b9b"/>
213
+ <path d="M5 17l4-4 3 3 3-2 4 3" stroke="#9b9b9b" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
214
+ </svg>
215
+ </div>
216
+
217
+ <div class="home-indicator"></div>
218
+ </div>
219
+ </body>
220
+ </html>
code/4118/4118_4.html ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI - Selection List</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #000000;
12
+ border-radius: 24px;
13
+ box-shadow: 0 12px 40px rgba(0,0,0,0.5);
14
+ color: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 90px;
21
+ padding: 0 32px;
22
+ display: flex; align-items: center; justify-content: space-between;
23
+ color: #eaeaea; font-size: 34px; letter-spacing: 0.5px;
24
+ }
25
+ .status-icons { display: flex; gap: 20px; align-items: center; }
26
+
27
+ /* Header */
28
+ .header {
29
+ position: absolute; top: 90px; left: 0; right: 0;
30
+ padding: 24px 36px 12px 36px;
31
+ display: flex; align-items: center; gap: 24px;
32
+ }
33
+ .back-icon svg { display: block; }
34
+ .title {
35
+ font-size: 64px; font-weight: 700; color: #F5F5F5;
36
+ }
37
+
38
+ /* Card list */
39
+ .card {
40
+ position: absolute; top: 280px; left: 36px; right: 36px;
41
+ background: #1f1f1f;
42
+ border-radius: 28px;
43
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
44
+ padding: 22px 28px;
45
+ }
46
+ .item {
47
+ display: flex; align-items: center; justify-content: space-between;
48
+ padding: 26px 12px;
49
+ border-radius: 18px;
50
+ }
51
+ .item + .item { margin-top: 8px; }
52
+ .item-left {
53
+ display: flex; align-items: center; gap: 26px;
54
+ }
55
+ .item-title {
56
+ font-size: 44px; color: #EDEDED; font-weight: 600;
57
+ }
58
+ .radio {
59
+ width: 42px; height: 42px;
60
+ }
61
+ .item-right {
62
+ display: flex; align-items: center; gap: 16px; min-width: 180px; justify-content: flex-end;
63
+ font-size: 36px; font-weight: 600;
64
+ }
65
+ .date-blue { color: #4D79FF; }
66
+ .date-red { color: #E55A5A; }
67
+ .bell { width: 36px; height: 36px; opacity: 0.9; }
68
+
69
+ /* Bottom actions */
70
+ .bottom-bar {
71
+ position: absolute; left: 0; right: 0; bottom: 120px;
72
+ padding: 0 48px;
73
+ display: flex; align-items: center; justify-content: space-between;
74
+ }
75
+ .select-all {
76
+ font-size: 40px; color: #5A83FF; font-weight: 600;
77
+ }
78
+ .action-icons {
79
+ display: flex; align-items: center; gap: 72px;
80
+ }
81
+ .action-btn {
82
+ width: 84px; height: 84px; border-radius: 16px;
83
+ display: flex; align-items: center; justify-content: center;
84
+ color: #BDBDBD;
85
+ }
86
+ .action-btn svg { width: 64px; height: 64px; }
87
+ .nav-pill {
88
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
89
+ width: 360px; height: 10px; background: #EDEDED; opacity: 0.8; border-radius: 8px;
90
+ }
91
+ </style>
92
+ </head>
93
+ <body>
94
+ <div id="render-target">
95
+
96
+ <!-- Status bar -->
97
+ <div class="status-bar">
98
+ <div>11:53</div>
99
+ <div class="status-icons">
100
+ <!-- simple moon icon -->
101
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M12 3a8 8 0 1 0 8 9A7 7 0 0 1 12 3z" fill="#EDEDED"/></svg>
102
+ <!-- dollar icon -->
103
+ <svg width="32" height="32" viewBox="0 0 24 24"><path d="M12 3v18M8 7h6a3 3 0 0 1 0 6H9a3 3 0 0 0 0 6h7" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
104
+ <!-- dot -->
105
+ <svg width="18" height="18" viewBox="0 0 18 18"><circle cx="9" cy="9" r="3" fill="#EDEDED"/></svg>
106
+ <!-- wifi -->
107
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
108
+ <!-- battery -->
109
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#EDEDED" stroke-width="2" fill="none"/><rect x="4" y="8" width="12" height="8" fill="#EDEDED"/><rect x="20" y="9" width="2" height="6" fill="#EDEDED"/></svg>
110
+ </div>
111
+ </div>
112
+
113
+ <!-- Header -->
114
+ <div class="header">
115
+ <div class="back-icon">
116
+ <svg width="64" height="64" viewBox="0 0 24 24">
117
+ <path d="M15 5L8 12l7 7" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
118
+ </svg>
119
+ </div>
120
+ <div class="title">0 Selected</div>
121
+ </div>
122
+
123
+ <!-- Card List -->
124
+ <div class="card">
125
+ <!-- Item 1 -->
126
+ <div class="item">
127
+ <div class="item-left">
128
+ <svg class="radio" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#A7A7A7" stroke-width="2"/></svg>
129
+ <div class="item-title">Microsoft training update</div>
130
+ </div>
131
+ <div class="item-right">
132
+ <div class="date-blue">Oct 13</div>
133
+ <svg class="bell" viewBox="0 0 24 24">
134
+ <path d="M12 3c-3 0-5 2-5 5v3c-2 1-3 2-3 3h16c0-1-1-2-3-3V8c0-3-2-5-5-5z" fill="#A7A7A7"/>
135
+ <path d="M10 19a2 2 0 0 0 4 0h-4z" fill="#A7A7A7"/>
136
+ </svg>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Item 2 -->
141
+ <div class="item">
142
+ <div class="item-left">
143
+ <svg class="radio" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#A7A7A7" stroke-width="2"/></svg>
144
+ <div class="item-title">Weeding plan</div>
145
+ </div>
146
+ <div class="item-right">
147
+ <div class="date-red">Jul 19</div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+
152
+ <!-- Bottom actions -->
153
+ <div class="bottom-bar">
154
+ <div class="select-all">Select All</div>
155
+ <div class="action-icons">
156
+ <!-- Calendar -->
157
+ <div class="action-btn">
158
+ <svg viewBox="0 0 24 24">
159
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" fill="none" stroke="#BDBDBD" stroke-width="2"/>
160
+ <line x1="3" y1="9" x2="21" y2="9" stroke="#BDBDBD" stroke-width="2"/>
161
+ <line x1="8" y1="3" x2="8" y2="7" stroke="#BDBDBD" stroke-width="2" />
162
+ <line x1="16" y1="3" x2="16" y2="7" stroke="#BDBDBD" stroke-width="2" />
163
+ </svg>
164
+ </div>
165
+ <!-- Arrow into rectangle -->
166
+ <div class="action-btn">
167
+ <svg viewBox="0 0 24 24">
168
+ <rect x="3" y="4" width="14" height="16" rx="2" ry="2" fill="none" stroke="#BDBDBD" stroke-width="2"/>
169
+ <path d="M21 12l-5-4v3h-6v2h6v3l5-4z" fill="#BDBDBD"/>
170
+ </svg>
171
+ </div>
172
+ <!-- Trash -->
173
+ <div class="action-btn">
174
+ <svg viewBox="0 0 24 24">
175
+ <rect x="5" y="7" width="14" height="14" rx="2" ry="2" fill="none" stroke="#BDBDBD" stroke-width="2"/>
176
+ <path d="M8 7h8M9 7V5h6v2" stroke="#BDBDBD" stroke-width="2" fill="none" stroke-linecap="round"/>
177
+ <line x1="10" y1="11" x2="10" y2="18" stroke="#BDBDBD" stroke-width="2"/>
178
+ <line x1="14" y1="11" x2="14" y2="18" stroke="#BDBDBD" stroke-width="2"/>
179
+ </svg>
180
+ </div>
181
+ <!-- More (vertical) -->
182
+ <div class="action-btn">
183
+ <svg viewBox="0 0 24 24">
184
+ <circle cx="12" cy="6" r="2" fill="#BDBDBD"/>
185
+ <circle cx="12" cy="12" r="2" fill="#BDBDBD"/>
186
+ <circle cx="12" cy="18" r="2" fill="#BDBDBD"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="nav-pill"></div>
193
+ </div>
194
+ </body>
195
+ </html>
code/4118/4118_5.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=1080, initial-scale=1.0">
6
+ <title>Selection List 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: #000000;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0; height: 110px;
17
+ display: flex; align-items: center; padding: 0 32px; color: #E5E5E5; font-size: 40px;
18
+ }
19
+ .status-left { flex: 1; }
20
+ .status-right {
21
+ display: flex; gap: 24px; align-items: center; color: #E5E5E5; opacity: 0.9;
22
+ }
23
+ .status-icon {
24
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
25
+ }
26
+ .status-dot { width: 10px; height: 10px; background: #E5E5E5; border-radius: 50%; opacity: 0.9; }
27
+
28
+ /* Header */
29
+ .header {
30
+ position: absolute; top: 110px; left: 0; right: 0; height: 120px;
31
+ display: flex; align-items: center; padding: 0 30px; color: #FFFFFF;
32
+ }
33
+ .back-btn {
34
+ width: 70px; height: 70px; margin-right: 16px; display: inline-flex; align-items: center; justify-content: center;
35
+ }
36
+ .header-title {
37
+ font-weight: 700; font-size: 56px; letter-spacing: 0.3px;
38
+ }
39
+
40
+ /* Card list */
41
+ .card {
42
+ position: absolute; left: 30px; right: 30px; top: 270px;
43
+ background: #1E1E1E; border-radius: 28px; padding: 28px 32px;
44
+ box-shadow: 0 6px 14px rgba(0,0,0,0.35);
45
+ }
46
+ .list-row {
47
+ display: flex; align-items: center; padding: 28px 10px;
48
+ }
49
+ .list-row + .list-row { margin-top: 8px; }
50
+ .radio {
51
+ width: 44px; height: 44px; border: 3px solid #8E8E8E; border-radius: 50%; margin-right: 24px; box-sizing: border-box;
52
+ }
53
+ .item-title {
54
+ flex: 1; color: #F2F2F2; font-size: 40px; line-height: 1.2;
55
+ }
56
+ .item-meta {
57
+ display: flex; align-items: center; gap: 18px; font-size: 34px;
58
+ }
59
+ .meta-blue { color: #5C9BFF; }
60
+ .meta-red { color: #E45B5B; }
61
+ .meta-icon { width: 40px; height: 40px; opacity: 0.7; }
62
+
63
+ /* Bottom actions */
64
+ .bottom-bar {
65
+ position: absolute; left: 0; right: 0; bottom: 140px; height: 120px;
66
+ display: flex; align-items: center; padding: 0 40px;
67
+ }
68
+ .select-all {
69
+ color: #5C9BFF; font-size: 40px; font-weight: 500;
70
+ }
71
+ .actions {
72
+ margin-left: auto; display: flex; gap: 60px; align-items: center;
73
+ }
74
+ .action-icon {
75
+ width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center;
76
+ color: #B5B5B5;
77
+ }
78
+
79
+ /* Gesture pill */
80
+ .gesture-pill {
81
+ position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%);
82
+ width: 380px; height: 18px; background: #FFFFFF; opacity: 0.9; border-radius: 18px;
83
+ }
84
+ </style>
85
+ </head>
86
+ <body>
87
+ <div id="render-target">
88
+
89
+ <!-- Status bar -->
90
+ <div class="status-bar">
91
+ <div class="status-left">11:53</div>
92
+ <div class="status-right">
93
+ <div class="status-icon">
94
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#E5E5E5">
95
+ <path d="M12 2a4 4 0 0 0-4 4v2H6a2 2 0 0 0-2 2v9a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V10a2 2 0 0 0-2-2h-2V6a4 4 0 0 0-4-4z"/>
96
+ </svg>
97
+ </div>
98
+ <div class="status-icon">
99
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#E5E5E5">
100
+ <path d="M6 2h12v3H6zM4 7h16v15H4z"/>
101
+ </svg>
102
+ </div>
103
+ <div class="status-dot"></div>
104
+ <div class="status-icon">
105
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="none" stroke="#E5E5E5" stroke-width="2">
106
+ <path d="M6 18h12M6 6h12M6 12h12"/>
107
+ </svg>
108
+ </div>
109
+ <div class="status-icon">
110
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#E5E5E5">
111
+ <path d="M16 22H8a2 2 0 0 1-2-2V8l5-5h5a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2z"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Header -->
118
+ <div class="header">
119
+ <div class="back-btn">
120
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
121
+ <path d="M15 5L6 12l9 7"/>
122
+ </svg>
123
+ </div>
124
+ <div class="header-title">0 Selected</div>
125
+ </div>
126
+
127
+ <!-- Card with items -->
128
+ <div class="card">
129
+ <!-- Row 1 -->
130
+ <div class="list-row">
131
+ <div class="radio"></div>
132
+ <div class="item-title">Microsoft training update</div>
133
+ <div class="item-meta">
134
+ <div class="meta-blue">Oct 13</div>
135
+ <svg class="meta-icon" viewBox="0 0 24 24">
136
+ <path fill="#AFAFAF" d="M12 4a6 6 0 0 0-6 6v3l-2 2v1h16v-1l-2-2v-3a6 6 0 0 0-6-6zm0 18a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+ <!-- Row 2 -->
141
+ <div class="list-row">
142
+ <div class="radio"></div>
143
+ <div class="item-title">Weeding plan</div>
144
+ <div class="item-meta">
145
+ <div class="meta-red">Jul 19</div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Bottom actions -->
151
+ <div class="bottom-bar">
152
+ <div class="select-all">Select All</div>
153
+ <div class="actions">
154
+ <div class="action-icon">
155
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="none" stroke="#B5B5B5" stroke-width="2">
156
+ <rect x="4" y="6" width="16" height="14" rx="2" />
157
+ <path d="M8 2v4M16 2v4M4 10h16"/>
158
+ </svg>
159
+ </div>
160
+ <div class="action-icon">
161
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="none" stroke="#B5B5B5" stroke-width="2">
162
+ <rect x="3" y="4" width="14" height="16" rx="2"/>
163
+ <path d="M9 12h10l-3-3M19 12l-3 3"/>
164
+ </svg>
165
+ </div>
166
+ <div class="action-icon">
167
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="none" stroke="#B5B5B5" stroke-width="2">
168
+ <path d="M3 6h18M8 6V4h8v2M6 6l1 12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2l1-12"/>
169
+ </svg>
170
+ </div>
171
+ <div class="action-icon">
172
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="#B5B5B5">
173
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Gesture pill -->
180
+ <div class="gesture-pill"></div>
181
+ </div>
182
+ </body>
183
+ </html>
code/4118/4118_6.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Selection List UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ border-radius: 28px;
16
+ box-shadow: 0 20px 50px rgba(0,0,0,0.6);
17
+ color: #FFFFFF;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 80px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #EDEDED;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ opacity: 0.9;
31
+ }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 20px;
36
+ }
37
+ .status-dot { width: 10px; height: 10px; background:#CFCFCF; border-radius: 50%; opacity:0.9; }
38
+ .status-icon svg { width: 34px; height: 34px; fill: none; stroke: #EDEDED; stroke-width: 2; opacity:0.9; }
39
+
40
+ /* Header */
41
+ .header {
42
+ height: 140px;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ padding: 0 36px;
47
+ }
48
+ .back-icon { width: 48px; height: 48px; }
49
+ .title {
50
+ font-size: 64px;
51
+ font-weight: 700;
52
+ color: #F5F5F5;
53
+ }
54
+
55
+ /* Card list */
56
+ .card {
57
+ width: 1000px;
58
+ margin: 24px 40px;
59
+ background: #1F1F1F;
60
+ border-radius: 28px;
61
+ box-shadow: 0 4px 12px rgba(0,0,0,0.35);
62
+ }
63
+ .item {
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: space-between;
67
+ padding: 32px 36px;
68
+ border-bottom: 1px solid rgba(255,255,255,0.06);
69
+ }
70
+ .item:last-child { border-bottom: none; }
71
+ .item-left {
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 28px;
75
+ }
76
+ .radio {
77
+ width: 44px;
78
+ height: 44px;
79
+ border-radius: 50%;
80
+ border: 3px solid #7A7A7A;
81
+ box-sizing: border-box;
82
+ background: transparent;
83
+ }
84
+ .item-title {
85
+ font-size: 44px;
86
+ color: #EAEAEA;
87
+ font-weight: 500;
88
+ }
89
+ .item-right {
90
+ display: flex;
91
+ align-items: center;
92
+ gap: 14px;
93
+ }
94
+ .date { font-size: 34px; color: #6FA3FF; font-weight: 600; }
95
+ .date.red { color: #FF6B6B; }
96
+ .bell-icon svg { width: 32px; height: 32px; stroke: #9E9E9E; fill: none; stroke-width: 2; opacity: 0.9; }
97
+
98
+ /* Bottom actions */
99
+ .bottom-bar {
100
+ position: absolute;
101
+ left: 0;
102
+ right: 0;
103
+ bottom: 140px;
104
+ padding: 0 36px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: space-between;
108
+ }
109
+ .select-all {
110
+ font-size: 40px;
111
+ color: #6FA3FF;
112
+ font-weight: 600;
113
+ }
114
+ .actions {
115
+ width: 640px;
116
+ margin-right: 36px;
117
+ display: flex;
118
+ justify-content: space-between;
119
+ align-items: center;
120
+ }
121
+ .action-btn {
122
+ width: 84px;
123
+ height: 84px;
124
+ border-radius: 16px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ }
129
+ .action-btn svg { width: 56px; height: 56px; stroke: #B0B0B0; fill: none; stroke-width: 2.5; }
130
+
131
+ /* Gesture bar */
132
+ .gesture {
133
+ position: absolute;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ bottom: 40px;
137
+ width: 320px;
138
+ height: 12px;
139
+ background: #FFFFFF;
140
+ border-radius: 8px;
141
+ opacity: 0.85;
142
+ }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Simulated status bar -->
149
+ <div class="status-bar">
150
+ <div class="status-left">11:53</div>
151
+ <div class="status-right">
152
+ <div class="status-dot"></div>
153
+ <div class="status-dot"></div>
154
+ <div class="status-icon">
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M3 16h18M6 12h12M9 8h6" />
157
+ </svg>
158
+ </div>
159
+ <div class="status-icon">
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M3 8l9 8 9-8" />
162
+ </svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+
167
+ <!-- Header -->
168
+ <div class="header">
169
+ <svg class="back-icon" viewBox="0 0 24 24">
170
+ <path d="M15 6l-6 6 6 6" stroke="#FFFFFF" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round" />
171
+ </svg>
172
+ <div class="title">0 Selected</div>
173
+ </div>
174
+
175
+ <!-- Card with list items -->
176
+ <div class="card">
177
+ <div class="item">
178
+ <div class="item-left">
179
+ <div class="radio"></div>
180
+ <div class="item-title">Microsoft training update</div>
181
+ </div>
182
+ <div class="item-right">
183
+ <div class="date">Oct 13</div>
184
+ <div class="bell-icon">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M12 3a5 5 0 0 1 5 5v3c0 .7.3 1.4.8 1.9l1.2 1.2H5l1.2-1.2c.5-.5.8-1.2.8-1.9V8a5 5 0 0 1 5-5z" />
187
+ <path d="M9.5 19a2.5 2.5 0 0 0 5 0" />
188
+ </svg>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ <div class="item">
193
+ <div class="item-left">
194
+ <div class="radio"></div>
195
+ <div class="item-title">Weeding plan</div>
196
+ </div>
197
+ <div class="item-right">
198
+ <div class="date red">Jul 19</div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Bottom actions -->
204
+ <div class="bottom-bar">
205
+ <div class="select-all">Select All</div>
206
+ <div class="actions">
207
+ <!-- Calendar -->
208
+ <div class="action-btn">
209
+ <svg viewBox="0 0 24 24">
210
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
211
+ <path d="M16 3v4M8 3v4M3 10h18"></path>
212
+ </svg>
213
+ </div>
214
+ <!-- Arrow (move) -->
215
+ <div class="action-btn">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M5 12h10"></path>
218
+ <path d="M11 7l6 5-6 5" stroke-linecap="round" stroke-linejoin="round"></path>
219
+ <rect x="3" y="4" width="18" height="16" rx="3" opacity="0.25"></rect>
220
+ </svg>
221
+ </div>
222
+ <!-- Trash -->
223
+ <div class="action-btn">
224
+ <svg viewBox="0 0 24 24">
225
+ <path d="M3 6h18"></path>
226
+ <path d="M8 6l1-2h6l1 2"></path>
227
+ <rect x="6" y="6" width="12" height="14" rx="2"></rect>
228
+ <path d="M10 10v6M14 10v6"></path>
229
+ </svg>
230
+ </div>
231
+ <!-- More (vertical dots) -->
232
+ <div class="action-btn">
233
+ <svg viewBox="0 0 24 24">
234
+ <circle cx="12" cy="5" r="2"></circle>
235
+ <circle cx="12" cy="12" r="2"></circle>
236
+ <circle cx="12" cy="19" r="2"></circle>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Gesture bar -->
243
+ <div class="gesture"></div>
244
+ </div>
245
+ </body>
246
+ </html>
code/4118/4118_7.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>UI Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #EDEDED;
29
+ font-size: 42px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 28px;
35
+ color: #EDEDED;
36
+ }
37
+ .icon {
38
+ display: inline-flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+
43
+ /* Header */
44
+ .header {
45
+ position: absolute;
46
+ top: 128px;
47
+ left: 32px;
48
+ right: 32px;
49
+ height: 120px;
50
+ display: flex;
51
+ align-items: center;
52
+ color: #F1F1F1;
53
+ }
54
+ .header .title {
55
+ font-size: 64px;
56
+ font-weight: 600;
57
+ margin-left: 18px;
58
+ }
59
+
60
+ /* Card list */
61
+ .list-card {
62
+ position: absolute;
63
+ top: 320px;
64
+ left: 36px;
65
+ right: 36px;
66
+ background: #1F1F1F;
67
+ border-radius: 28px;
68
+ padding: 28px 32px;
69
+ box-sizing: border-box;
70
+ }
71
+ .item-row {
72
+ display: flex;
73
+ align-items: center;
74
+ padding: 30px 8px;
75
+ }
76
+ .item-row + .item-row {
77
+ border-top: 1px solid #333333;
78
+ }
79
+ .radio {
80
+ width: 48px;
81
+ height: 48px;
82
+ border: 3px solid #7A7A7A;
83
+ border-radius: 50%;
84
+ margin-right: 28px;
85
+ box-sizing: border-box;
86
+ }
87
+ .item-title {
88
+ flex: 1;
89
+ color: #EAEAEA;
90
+ font-size: 46px;
91
+ font-weight: 500;
92
+ }
93
+ .item-meta {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 14px;
97
+ margin-left: 24px;
98
+ font-size: 36px;
99
+ font-weight: 600;
100
+ }
101
+ .date-blue { color: #5C84FF; }
102
+ .date-red { color: #E45A54; }
103
+ .meta-icon {
104
+ width: 36px;
105
+ height: 36px;
106
+ color: #9A9A9A;
107
+ }
108
+
109
+ /* Bottom actions */
110
+ .select-all {
111
+ position: absolute;
112
+ bottom: 220px;
113
+ left: 40px;
114
+ color: #5C84FF;
115
+ font-size: 38px;
116
+ font-weight: 600;
117
+ }
118
+ .bottom-actions {
119
+ position: absolute;
120
+ bottom: 184px;
121
+ right: 40px;
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 90px;
125
+ color: #CFCFCF;
126
+ }
127
+ .action-icon {
128
+ width: 72px;
129
+ height: 72px;
130
+ opacity: 0.85;
131
+ }
132
+
133
+ /* Gesture bar */
134
+ .gesture-bar {
135
+ position: absolute;
136
+ bottom: 36px;
137
+ left: 50%;
138
+ transform: translateX(-50%);
139
+ width: 420px;
140
+ height: 18px;
141
+ background: #EDEDED;
142
+ border-radius: 12px;
143
+ opacity: 0.92;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status bar -->
151
+ <div class="status-bar">
152
+ <div class="status-left">11:53</div>
153
+ <div class="status-right">
154
+ <!-- Signal icon -->
155
+ <svg class="icon" width="42" height="42" viewBox="0 0 24 24" fill="none">
156
+ <path d="M3 17h2a9 9 0 0 1 9-9V6A11 11 0 0 0 3 17zm4 0h2a5 5 0 0 1 5-5V10a7 7 0 0 0-7 7zm4 0h2a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3z" fill="#EDEDED"/>
157
+ <circle cx="19" cy="17" r="2" fill="#EDEDED"/>
158
+ </svg>
159
+ <!-- Wi-Fi icon -->
160
+ <svg class="icon" width="42" height="42" viewBox="0 0 24 24" fill="none">
161
+ <path d="M2 9a14 14 0 0 1 20 0l-2 2a10 10 0 0 0-16 0L2 9zm4 4a8 8 0 0 1 12 0l-2 2a6 6 0 0 0-8 0l-2-2zm6 6l-3-3a4 4 0 0 1 6 0l-3 3z" fill="#EDEDED"/>
162
+ </svg>
163
+ <!-- Battery icon -->
164
+ <svg class="icon" width="44" height="44" viewBox="0 0 28 24" fill="none">
165
+ <rect x="1" y="4" width="22" height="16" rx="3" stroke="#EDEDED" stroke-width="2"/>
166
+ <rect x="3" y="6" width="18" height="12" rx="2" fill="#EDEDED"/>
167
+ <rect x="24" y="8" width="3" height="8" rx="1" fill="#EDEDED"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Header -->
173
+ <div class="header">
174
+ <svg class="icon" width="60" height="60" viewBox="0 0 24 24" fill="none">
175
+ <path d="M15 18L9 12l6-6" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ <div class="title">0 Selected</div>
178
+ </div>
179
+
180
+ <!-- Card with items -->
181
+ <div class="list-card">
182
+ <div class="item-row">
183
+ <div class="radio"></div>
184
+ <div class="item-title">Microsoft training update</div>
185
+ <div class="item-meta">
186
+ <div class="date-blue">Oct 13</div>
187
+ <!-- Bell/alarm icon -->
188
+ <svg class="meta-icon" viewBox="0 0 24 24" fill="none">
189
+ <path d="M12 3a5 5 0 0 0-5 5v3.5L5 13v2h14v-2l-2-.5V8a5 5 0 0 0-5-5z" fill="#9A9A9A"/>
190
+ <circle cx="12" cy="19" r="2" fill="#9A9A9A"/>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+ <div class="item-row">
195
+ <div class="radio"></div>
196
+ <div class="item-title">Weeding plan</div>
197
+ <div class="item-meta">
198
+ <div class="date-red">Jul 19</div>
199
+ </div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Bottom toolbar -->
204
+ <div class="select-all">Select All</div>
205
+ <div class="bottom-actions">
206
+ <!-- Calendar icon -->
207
+ <svg class="action-icon" viewBox="0 0 24 24" fill="none">
208
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#BFBFBF" stroke-width="2"/>
209
+ <path d="M3 9h18" stroke="#BFBFBF" stroke-width="2"/>
210
+ <rect x="7" y="2" width="3" height="5" rx="1" fill="#BFBFBF"/>
211
+ <rect x="14" y="2" width="3" height="5" rx="1" fill="#BFBFBF"/>
212
+ <rect x="7" y="12" width="3" height="3" rx="1" fill="#BFBFBF"/>
213
+ <rect x="12" y="12" width="3" height="3" rx="1" fill="#BFBFBF"/>
214
+ </svg>
215
+ <!-- Move/arrow icon -->
216
+ <svg class="action-icon" viewBox="0 0 24 24" fill="none">
217
+ <rect x="3" y="5" width="12" height="14" rx="2" stroke="#BFBFBF" stroke-width="2"/>
218
+ <path d="M14 12h7M18 8l3 4-3 4" stroke="#BFBFBF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
219
+ </svg>
220
+ <!-- Trash icon -->
221
+ <svg class="action-icon" viewBox="0 0 24 24" fill="none">
222
+ <path d="M5 7h14" stroke="#BFBFBF" stroke-width="2"/>
223
+ <rect x="6" y="7" width="12" height="14" rx="2" stroke="#BFBFBF" stroke-width="2"/>
224
+ <rect x="9" y="3" width="6" height="3" rx="1" fill="#BFBFBF"/>
225
+ <path d="M10 11v6M14 11v6" stroke="#BFBFBF" stroke-width="2"/>
226
+ </svg>
227
+ <!-- More (kebab) icon -->
228
+ <svg class="action-icon" viewBox="0 0 24 24" fill="none">
229
+ <circle cx="12" cy="6" r="2" fill="#BFBFBF"/>
230
+ <circle cx="12" cy="12" r="2" fill="#BFBFBF"/>
231
+ <circle cx="12" cy="18" r="2" fill="#BFBFBF"/>
232
+ </svg>
233
+ </div>
234
+
235
+ <!-- Gesture bar -->
236
+ <div class="gesture-bar"></div>
237
+
238
+ </div>
239
+ </body>
240
+ </html>
code/4118/4118_8.html ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Move to list UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #000000;
14
+ }
15
+
16
+ /* Header */
17
+ .header {
18
+ position: relative;
19
+ padding: 56px 40px 24px 40px;
20
+ color: #FFFFFF;
21
+ }
22
+ .header .title {
23
+ font-size: 52px;
24
+ font-weight: 700;
25
+ line-height: 1.2;
26
+ margin-left: 80px; /* space for close icon */
27
+ }
28
+ .close-btn {
29
+ position: absolute;
30
+ left: 40px;
31
+ top: 68px;
32
+ width: 48px; height: 48px;
33
+ }
34
+ .close-btn svg { width: 100%; height: 100%; }
35
+
36
+ /* Search bar */
37
+ .search {
38
+ margin: 12px 40px 28px 40px;
39
+ height: 120px;
40
+ background: #232323;
41
+ border-radius: 24px;
42
+ display: flex;
43
+ align-items: center;
44
+ padding: 0 28px;
45
+ color: #9E9E9E;
46
+ font-size: 36px;
47
+ }
48
+ .search svg { width: 44px; height: 44px; margin-right: 20px; }
49
+
50
+ /* Card container */
51
+ .card {
52
+ margin: 0 40px;
53
+ background: #1A1A1A;
54
+ border-radius: 28px;
55
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
56
+ color: #EAEAEA;
57
+ }
58
+ .item {
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 34px 28px;
62
+ font-size: 40px;
63
+ border-bottom: 1px solid rgba(255,255,255,0.06);
64
+ }
65
+ .item:last-child { border-bottom: none; }
66
+ .item .left {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 26px;
70
+ flex: 1;
71
+ }
72
+ .icon-box svg { width: 48px; height: 48px; }
73
+ .hamburger svg { width: 52px; height: 52px; }
74
+ .emoji {
75
+ font-size: 48px;
76
+ width: 56px;
77
+ text-align: center;
78
+ }
79
+ .label { color: #EAEAEA; }
80
+ .label.blue { color: #4C78FF; }
81
+
82
+ .radio {
83
+ width: 52px; height: 52px;
84
+ }
85
+ .radio svg { width: 100%; height: 100%; }
86
+
87
+ /* Add list row */
88
+ .add-row {
89
+ display: flex;
90
+ align-items: center;
91
+ padding: 34px 28px;
92
+ font-size: 40px;
93
+ color: #4C78FF;
94
+ }
95
+ .add-row .plus {
96
+ width: 52px; height: 52px; margin-right: 26px;
97
+ }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Header -->
104
+ <div class="header">
105
+ <div class="close-btn" aria-label="Close">
106
+ <svg viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round">
107
+ <path d="M5 5 L19 19"></path>
108
+ <path d="M19 5 L5 19"></path>
109
+ </svg>
110
+ </div>
111
+ <div class="title">Move to list</div>
112
+ </div>
113
+
114
+ <!-- Search -->
115
+ <div class="search">
116
+ <svg viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2.2" stroke-linecap="round">
117
+ <circle cx="11" cy="11" r="7"></circle>
118
+ <path d="M21 21 L16.5 16.5"></path>
119
+ </svg>
120
+ <span>Search</span>
121
+ </div>
122
+
123
+ <!-- List card -->
124
+ <div class="card">
125
+ <!-- Inbox -->
126
+ <div class="item">
127
+ <div class="left">
128
+ <div class="icon-box">
129
+ <svg viewBox="0 0 24 24" fill="#4C78FF">
130
+ <rect x="4" y="4" width="16" height="16" rx="3"></rect>
131
+ <rect x="7" y="8" width="10" height="2" fill="#1A1A1A"></rect>
132
+ </svg>
133
+ </div>
134
+ <div class="label blue">Inbox</div>
135
+ </div>
136
+ <div class="radio">
137
+ <svg viewBox="0 0 24 24">
138
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#4C78FF" stroke-width="3"></circle>
139
+ <circle cx="12" cy="12" r="5" fill="#4C78FF"></circle>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Home decoration -->
145
+ <div class="item">
146
+ <div class="left">
147
+ <div class="hamburger">
148
+ <svg viewBox="0 0 24 24" fill="none" stroke="#D6D6D6" stroke-width="2.5" stroke-linecap="round">
149
+ <path d="M4 7 H20"></path>
150
+ <path d="M4 12 H20"></path>
151
+ <path d="M4 17 H20"></path>
152
+ </svg>
153
+ </div>
154
+ <div class="label">home decoration</div>
155
+ </div>
156
+ <div class="radio">
157
+ <svg viewBox="0 0 24 24">
158
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#6F6F6F" stroke-width="3"></circle>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <!-- Welcome -->
164
+ <div class="item">
165
+ <div class="left">
166
+ <div class="emoji">👋</div>
167
+ <div class="label">Welcome</div>
168
+ </div>
169
+ <!-- subtle chevron -->
170
+ <svg class="radio" viewBox="0 0 24 24" fill="none" stroke="#9A9A9A" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
171
+ <path d="M15 6 L9 12 L15 18"></path>
172
+ </svg>
173
+ </div>
174
+
175
+ <!-- Add List -->
176
+ <div class="add-row">
177
+ <div class="plus">
178
+ <svg viewBox="0 0 24 24" fill="none" stroke="#4C78FF" stroke-width="2.6" stroke-linecap="round">
179
+ <path d="M12 5 V19"></path>
180
+ <path d="M5 12 H19"></path>
181
+ </svg>
182
+ </div>
183
+ <div>Add List</div>
184
+ </div>
185
+ </div>
186
+
187
+ </div>
188
+ </body>
189
+ </html>
code/4118/4118_9.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Move to list</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #000000;
15
+ }
16
+
17
+ /* Header */
18
+ .header {
19
+ height: 150px;
20
+ display: flex;
21
+ align-items: center;
22
+ padding: 24px 36px;
23
+ color: #FFFFFF;
24
+ }
25
+ .icon-btn {
26
+ width: 72px;
27
+ height: 72px;
28
+ border-radius: 36px;
29
+ background: transparent;
30
+ border: none;
31
+ padding: 0;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ cursor: default;
36
+ }
37
+ .title {
38
+ font-size: 56px;
39
+ font-weight: 700;
40
+ margin-left: 10px;
41
+ letter-spacing: 0.3px;
42
+ }
43
+
44
+ /* Search */
45
+ .search-bar {
46
+ margin: 12px 36px 24px 36px;
47
+ background: #262626;
48
+ border-radius: 22px;
49
+ height: 110px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 28px;
53
+ color: #9E9E9E;
54
+ font-size: 40px;
55
+ }
56
+ .search-bar span { margin-left: 18px; }
57
+
58
+ /* Card container */
59
+ .card {
60
+ margin: 12px 24px;
61
+ background: #1F1F1F;
62
+ border-radius: 26px;
63
+ padding: 16px 12px;
64
+ color: #EDEDED;
65
+ }
66
+
67
+ /* List items */
68
+ .item, .subitem, .welcome {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ padding: 26px 20px;
73
+ border-radius: 14px;
74
+ }
75
+ .left {
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 22px;
79
+ min-width: 0;
80
+ }
81
+ .text { font-size: 42px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
82
+ .blue { color: #3D5AFE; }
83
+
84
+ /* Sub items */
85
+ .subitem { padding-left: 110px; color: #D6D6D6; }
86
+ .subitem .text { font-size: 38px; }
87
+
88
+ /* Radios */
89
+ .radio {
90
+ width: 44px;
91
+ height: 44px;
92
+ border-radius: 50%;
93
+ border: 3px solid #616161;
94
+ box-sizing: border-box;
95
+ flex: 0 0 auto;
96
+ }
97
+ .radio.selected {
98
+ border-color: #3D5AFE;
99
+ position: relative;
100
+ }
101
+ .radio.selected::after {
102
+ content: "";
103
+ position: absolute;
104
+ top: 50%;
105
+ left: 50%;
106
+ width: 22px;
107
+ height: 22px;
108
+ border-radius: 50%;
109
+ background: #3D5AFE;
110
+ transform: translate(-50%, -50%);
111
+ }
112
+
113
+ /* Add list link */
114
+ .add-list {
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 18px;
118
+ padding: 26px 20px 14px 20px;
119
+ color: #3D5AFE;
120
+ font-size: 42px;
121
+ }
122
+
123
+ /* Simple SVG styling */
124
+ svg { display: block; }
125
+ .icon-32 { width: 48px; height: 48px; }
126
+ .icon-emoji { font-size: 48px; line-height: 48px; }
127
+ .chevron { opacity: 0.8; }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Header -->
134
+ <div class="header">
135
+ <button class="icon-btn" aria-label="Close">
136
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round">
137
+ <path d="M6 6 L18 18"></path>
138
+ <path d="M18 6 L6 18"></path>
139
+ </svg>
140
+ </button>
141
+ <div class="title">Move to list</div>
142
+ </div>
143
+
144
+ <!-- Search Bar -->
145
+ <div class="search-bar">
146
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2" stroke-linecap="round">
147
+ <circle cx="11" cy="11" r="7"></circle>
148
+ <path d="M16.5 16.5 L21 21"></path>
149
+ </svg>
150
+ <span>Search</span>
151
+ </div>
152
+
153
+ <!-- Card List -->
154
+ <div class="card">
155
+
156
+ <!-- Inbox -->
157
+ <div class="item">
158
+ <div class="left">
159
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#3D5AFE" stroke-width="2" stroke-linejoin="round">
160
+ <rect x="3" y="4" width="18" height="12" rx="2"></rect>
161
+ <path d="M3 12h5l2 2h4l2-2h5"></path>
162
+ </svg>
163
+ <div class="text blue">Inbox</div>
164
+ </div>
165
+ <div class="radio selected" aria-label="selected"></div>
166
+ </div>
167
+
168
+ <!-- Home decoration -->
169
+ <div class="item">
170
+ <div class="left">
171
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round">
172
+ <path d="M4 7h16"></path>
173
+ <path d="M4 12h16"></path>
174
+ <path d="M4 17h16"></path>
175
+ </svg>
176
+ <div class="text" style="color:#D9D9D9;">home decoration</div>
177
+ </div>
178
+ <div class="radio" aria-hidden="true"></div>
179
+ </div>
180
+
181
+ <!-- Welcome (expanded header) -->
182
+ <div class="welcome item">
183
+ <div class="left">
184
+ <div class="icon-emoji">👋</div>
185
+ <div class="text">Welcome</div>
186
+ </div>
187
+ <svg class="chevron" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round">
188
+ <path d="M6 9l6 6 6-6"></path>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Sub items under Welcome -->
193
+ <div class="subitem">
194
+ <div class="left">
195
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
196
+ <rect x="3" y="4" width="18" height="12" rx="2"></rect>
197
+ <path d="M12 16v2"></path>
198
+ </svg>
199
+ <div class="text">Getting Started</div>
200
+ </div>
201
+ <div class="radio"></div>
202
+ </div>
203
+
204
+ <div class="subitem">
205
+ <div class="left">
206
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
207
+ <rect x="3" y="4" width="18" height="12" rx="2"></rect>
208
+ <path d="M12 16v2"></path>
209
+ </svg>
210
+ <div class="text">Key Features</div>
211
+ </div>
212
+ <div class="radio"></div>
213
+ </div>
214
+
215
+ <div class="subitem">
216
+ <div class="left">
217
+ <svg class="icon-32" viewBox="0 0 24 24" fill="none" stroke="#BDBDBD" stroke-width="2">
218
+ <rect x="3" y="4" width="18" height="12" rx="2"></rect>
219
+ <path d="M12 16v2"></path>
220
+ </svg>
221
+ <div class="text">Explore More</div>
222
+ </div>
223
+ <div class="radio"></div>
224
+ </div>
225
+
226
+ <!-- Add List -->
227
+ <div class="add-list">
228
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none" stroke="#3D5AFE" stroke-width="2" stroke-linecap="round">
229
+ <path d="M12 5v14"></path>
230
+ <path d="M5 12h14"></path>
231
+ </svg>
232
+ <div>Add List</div>
233
+ </div>
234
+
235
+ </div>
236
+
237
+ </div>
238
+ </body>
239
+ </html>
code/4119/4119_0.html ADDED
@@ -0,0 +1,487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Weather App Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ color: #1c1c1c;
14
+ }
15
+
16
+ /* Root container required by the task */
17
+ #render-target {
18
+ width: 1080px;
19
+ height: 2400px;
20
+ position: relative;
21
+ overflow: hidden;
22
+ background: linear-gradient(180deg, #0f5f74 0%, #4fa2b9 22%, #cfe7ea 40%, #cfe7ea 100%);
23
+ }
24
+
25
+ /* Status bar */
26
+ .status-bar {
27
+ height: 84px;
28
+ padding: 0 32px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #ffffff;
33
+ font-weight: 600;
34
+ font-size: 34px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 20px;
41
+ }
42
+ .status-dot {
43
+ width: 10px;
44
+ height: 10px;
45
+ background: #fff;
46
+ border-radius: 50%;
47
+ opacity: 0.85;
48
+ }
49
+
50
+ /* App bar / search row */
51
+ .appbar {
52
+ height: 150px;
53
+ padding: 0 28px;
54
+ display: flex;
55
+ align-items: center;
56
+ justify-content: space-between;
57
+ color: #eaf6f9;
58
+ }
59
+ .location-row {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 20px;
63
+ }
64
+ .location-text {
65
+ font-size: 54px;
66
+ font-weight: 700;
67
+ letter-spacing: 0.2px;
68
+ color: #eaf6f9;
69
+ }
70
+ .actions {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 26px;
74
+ }
75
+ .icon-btn svg {
76
+ fill: none;
77
+ stroke: #eaf6f9;
78
+ stroke-width: 3.5;
79
+ }
80
+
81
+ /* Ad banner placeholder */
82
+ .ad-wrap {
83
+ padding: 0 28px;
84
+ }
85
+ .ad-banner {
86
+ height: 140px;
87
+ border-radius: 20px;
88
+ background: rgba(255,255,255,0.25);
89
+ border: 1px solid rgba(0,0,0,0.07);
90
+ backdrop-filter: blur(2px);
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #2e3a3e;
95
+ font-weight: 600;
96
+ }
97
+ .ad-inner {
98
+ width: 94%;
99
+ height: 76px;
100
+ background: #E0E0E0;
101
+ border: 1px solid #BDBDBD;
102
+ border-radius: 12px;
103
+ display: flex;
104
+ align-items: center;
105
+ justify-content: center;
106
+ color: #757575;
107
+ font-size: 30px;
108
+ }
109
+
110
+ /* Cards */
111
+ .content {
112
+ padding: 24px 28px 0 28px;
113
+ }
114
+ .card {
115
+ background: #ffffff;
116
+ border-radius: 24px;
117
+ box-shadow: 0 6px 16px rgba(0,0,0,0.08);
118
+ padding: 38px 36px;
119
+ margin-bottom: 28px;
120
+ }
121
+ .card h2 {
122
+ margin: 0 0 26px 0;
123
+ font-size: 56px;
124
+ color: #202124;
125
+ }
126
+ .list {
127
+ display: flex;
128
+ flex-direction: column;
129
+ gap: 0;
130
+ border-top: 1px solid #e7ebee;
131
+ border-bottom: 1px solid #e7ebee;
132
+ }
133
+ .list-item {
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: space-between;
137
+ padding: 28px 0;
138
+ border-top: 1px solid #e7ebee;
139
+ }
140
+ .list-item:first-child {
141
+ border-top: none;
142
+ }
143
+ .li-left {
144
+ display: flex;
145
+ align-items: center;
146
+ gap: 26px;
147
+ }
148
+ .li-left span {
149
+ font-size: 44px;
150
+ color: #2b2f32;
151
+ }
152
+ .li-right {
153
+ font-size: 40px;
154
+ color: #3e4b52;
155
+ font-weight: 600;
156
+ }
157
+ .li-subtle {
158
+ font-weight: 500;
159
+ color: #5f6d73;
160
+ }
161
+
162
+ .details-btn {
163
+ margin-top: 30px;
164
+ width: 360px;
165
+ height: 100px;
166
+ background: #1e56fd;
167
+ color: #fff;
168
+ border-radius: 50px;
169
+ font-size: 40px;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ font-weight: 700;
174
+ box-shadow: 0 10px 18px rgba(30,86,253,0.25);
175
+ }
176
+
177
+ /* Daily forecast */
178
+ .card-header {
179
+ display: flex;
180
+ align-items: center;
181
+ justify-content: space-between;
182
+ }
183
+ .forecast-row {
184
+ margin-top: 22px;
185
+ display: grid;
186
+ grid-template-columns: repeat(5, 1fr);
187
+ gap: 18px;
188
+ }
189
+ .forecast-item {
190
+ background: #fafbfc;
191
+ border: 1px solid #e7ebee;
192
+ border-radius: 18px;
193
+ padding: 22px 18px;
194
+ text-align: center;
195
+ }
196
+ .f-day {
197
+ font-size: 38px;
198
+ color: #56626a;
199
+ margin-bottom: 10px;
200
+ }
201
+ .f-temp {
202
+ font-size: 52px;
203
+ font-weight: 700;
204
+ color: #222b31;
205
+ }
206
+
207
+ /* Bottom tab bar */
208
+ .tabbar {
209
+ position: absolute;
210
+ left: 0;
211
+ right: 0;
212
+ bottom: 48px;
213
+ height: 170px;
214
+ background: #ffffff;
215
+ border-top: 1px solid #e6e6e6;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: space-around;
219
+ }
220
+ .tab {
221
+ width: 180px;
222
+ display: flex;
223
+ flex-direction: column;
224
+ align-items: center;
225
+ gap: 14px;
226
+ color: #616b71;
227
+ font-size: 30px;
228
+ font-weight: 600;
229
+ }
230
+ .tab svg {
231
+ stroke: #616b71;
232
+ fill: none;
233
+ }
234
+ .tab.active .center-circle {
235
+ background: #0a4acb;
236
+ color: #ffffff;
237
+ }
238
+ .center {
239
+ width: 180px;
240
+ height: 180px;
241
+ transform: translateY(-40px);
242
+ display: flex;
243
+ align-items: center;
244
+ justify-content: center;
245
+ }
246
+ .center-circle {
247
+ width: 160px;
248
+ height: 160px;
249
+ border-radius: 50%;
250
+ background: #0a4acb;
251
+ display: flex;
252
+ align-items: center;
253
+ justify-content: center;
254
+ color: #ffffff;
255
+ font-weight: 800;
256
+ font-size: 34px;
257
+ text-align: center;
258
+ line-height: 1.05;
259
+ padding: 8px;
260
+ }
261
+
262
+ /* Home gesture indicator */
263
+ .home-indicator {
264
+ position: absolute;
265
+ bottom: 8px;
266
+ left: 50%;
267
+ transform: translateX(-50%);
268
+ width: 300px;
269
+ height: 10px;
270
+ background: #a9b0b4;
271
+ border-radius: 8px;
272
+ opacity: 0.8;
273
+ }
274
+ </style>
275
+ </head>
276
+ <body>
277
+ <div id="render-target">
278
+
279
+ <!-- Status bar -->
280
+ <div class="status-bar">
281
+ <div>11:14</div>
282
+ <div class="status-icons">
283
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#ffffff" stroke-width="2" fill="none"/></svg>
284
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="3" y="7" width="14" height="10" rx="2" stroke="#ffffff" stroke-width="2" fill="none"/><path d="M17 10h3v6h-3" stroke="#ffffff" stroke-width="2"/></svg>
285
+ <div class="status-dot"></div>
286
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M20 8c0-3.3-2.7-6-6-6S8 4.7 8 8c0 5-3 6-3 6h18s-3-1-3-6z" stroke="#ffffff" stroke-width="2" fill="none"/><path d="M10 18a2 2 0 0 0 4 0" stroke="#ffffff" stroke-width="2"/></svg>
287
+ <svg width="36" height="36" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="12" rx="2" stroke="#ffffff" stroke-width="2" fill="none"/><path d="M20 10v6" stroke="#ffffff" stroke-width="2"/></svg>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- App bar -->
292
+ <div class="appbar">
293
+ <div class="location-row">
294
+ <!-- Search icon -->
295
+ <svg width="52" height="52" viewBox="0 0 24 24">
296
+ <circle cx="10" cy="10" r="7" />
297
+ <line x1="15" y1="15" x2="22" y2="22" />
298
+ </svg>
299
+ <div class="location-text">São Paulo, Brazil</div>
300
+ </div>
301
+ <div class="actions">
302
+ <div class="icon-btn">
303
+ <!-- Bell -->
304
+ <svg width="48" height="48" viewBox="0 0 24 24">
305
+ <path d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2z"/>
306
+ <path d="M18 16H6l1-2v-4a5 5 0 1 1 10 0v4l1 2z"/>
307
+ </svg>
308
+ </div>
309
+ <div class="icon-btn">
310
+ <!-- Kebab menu -->
311
+ <svg width="48" height="48" viewBox="0 0 24 24">
312
+ <circle cx="12" cy="5" r="2"/>
313
+ <circle cx="12" cy="12" r="2"/>
314
+ <circle cx="12" cy="19" r="2"/>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+ </div>
319
+
320
+ <!-- Ad banner placeholder -->
321
+ <div class="ad-wrap">
322
+ <div class="ad-banner">
323
+ <div class="ad-inner">[IMG: App Ad Banner]</div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Main content -->
328
+ <div class="content">
329
+ <div class="card">
330
+ <h2>Today's Details</h2>
331
+ <div class="list">
332
+ <!-- Wind -->
333
+ <div class="list-item">
334
+ <div class="li-left">
335
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
336
+ <path d="M3 8h10a3 3 0 1 0-3-3"/>
337
+ <path d="M3 12h14a2 2 0 1 1-2 2"/>
338
+ </svg>
339
+ <span>Wind</span>
340
+ </div>
341
+ <div class="li-right">WSW 13 KM/H</div>
342
+ </div>
343
+ <!-- Humidity -->
344
+ <div class="list-item">
345
+ <div class="li-left">
346
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
347
+ <path d="M12 3C12 3 5 10 5 14a7 7 0 0 0 14 0c0-4-7-11-7-11z"/>
348
+ </svg>
349
+ <span>Humidity</span>
350
+ </div>
351
+ <div class="li-right">31 %</div>
352
+ </div>
353
+ <!-- Dew Point -->
354
+ <div class="list-item">
355
+ <div class="li-left">
356
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
357
+ <path d="M12 3C12 3 6 9 6 13a6 6 0 0 0 12 0c0-4-6-10-6-10z"/>
358
+ <circle cx="12" cy="16" r="1.5" />
359
+ </svg>
360
+ <span>Dew Point</span>
361
+ </div>
362
+ <div class="li-right">14 °</div>
363
+ </div>
364
+ <!-- Pressure -->
365
+ <div class="list-item">
366
+ <div class="li-left">
367
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
368
+ <path d="M12 19V5"/>
369
+ <path d="M9 8l3-3 3 3"/>
370
+ <circle cx="12" cy="19" r="0.5" fill="#3b4a52" stroke="none"/>
371
+ </svg>
372
+ <span>Pressure</span>
373
+ </div>
374
+ <div class="li-right"><span class="li-subtle">↑</span> 1013.2 mb</div>
375
+ </div>
376
+ <!-- UV Index -->
377
+ <div class="list-item">
378
+ <div class="li-left">
379
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
380
+ <circle cx="12" cy="12" r="3"/>
381
+ <path d="M12 2v3M12 19v3M4.2 4.2l2.1 2.1M17.7 17.7l2.1 2.1M2 12h3M19 12h3M4.2 19.8l2.1-2.1M17.7 6.3l2.1-2.1"/>
382
+ </svg>
383
+ <span>UV Index</span>
384
+ </div>
385
+ <div class="li-right">5 MODERATE</div>
386
+ </div>
387
+ <!-- Sunrise -->
388
+ <div class="list-item">
389
+ <div class="li-left">
390
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
391
+ <path d="M3 17h18"/>
392
+ <path d="M7 17a5 5 0 0 1 10 0"/>
393
+ <path d="M12 9V5"/>
394
+ <path d="M9.5 11L12 9l2.5 2"/>
395
+ </svg>
396
+ <span>Sunrise</span>
397
+ </div>
398
+ <div class="li-right">5:55 am</div>
399
+ </div>
400
+ <!-- Sunset -->
401
+ <div class="list-item">
402
+ <div class="li-left">
403
+ <svg width="48" height="48" viewBox="0 0 24 24" stroke="#3b4a52" stroke-width="2" fill="none">
404
+ <path d="M3 17h18"/>
405
+ <path d="M7 17a5 5 0 0 1 10 0"/>
406
+ <path d="M12 13v4"/>
407
+ <path d="M14.5 11L12 13l-2.5-2"/>
408
+ </svg>
409
+ <span>Sunset</span>
410
+ </div>
411
+ <div class="li-right">6:02 pm</div>
412
+ </div>
413
+ </div>
414
+ <div class="details-btn">More Details</div>
415
+ </div>
416
+
417
+ <div class="card">
418
+ <div class="card-header">
419
+ <h2 style="margin:0;">Daily Forecast</h2>
420
+ <svg width="54" height="54" viewBox="0 0 24 24" stroke="#626d73" stroke-width="2" fill="none">
421
+ <circle cx="12" cy="5" r="1.8"/><circle cx="12" cy="12" r="1.8"/><circle cx="12" cy="19" r="1.8"/>
422
+ </svg>
423
+ </div>
424
+ <div class="forecast-row">
425
+ <div class="forecast-item">
426
+ <div class="f-day">Today</div>
427
+ <div class="f-temp">34 °</div>
428
+ </div>
429
+ <div class="forecast-item">
430
+ <div class="f-day">Sun 24</div>
431
+ <div class="f-temp">37 °</div>
432
+ </div>
433
+ <div class="forecast-item">
434
+ <div class="f-day">Mon 25</div>
435
+ <div class="f-temp">31 °</div>
436
+ </div>
437
+ <div class="forecast-item">
438
+ <div class="f-day">Tue 26</div>
439
+ <div class="f-temp">37 °</div>
440
+ </div>
441
+ <div class="forecast-item">
442
+ <div class="f-day">Wed 27</div>
443
+ <div class="f-temp">32 °</div>
444
+ </div>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <!-- Bottom tab bar -->
450
+ <div class="tabbar">
451
+ <div class="tab">
452
+ <svg width="54" height="54" viewBox="0 0 24 24">
453
+ <circle cx="12" cy="12" r="8" />
454
+ <path d="M12 8v5l3 2" />
455
+ </svg>
456
+ <div>Hourly</div>
457
+ </div>
458
+ <div class="tab">
459
+ <svg width="54" height="54" viewBox="0 0 24 24">
460
+ <rect x="5" y="4" width="14" height="16" rx="2"/>
461
+ <path d="M5 9h14"/>
462
+ </svg>
463
+ <div>Daily</div>
464
+ </div>
465
+ <div class="center">
466
+ <div class="center-circle">TWC</div>
467
+ </div>
468
+ <div class="tab">
469
+ <svg width="54" height="54" viewBox="0 0 24 24">
470
+ <circle cx="12" cy="12" r="9"/>
471
+ <path d="M3 12h9V3"/>
472
+ </svg>
473
+ <div>Radar</div>
474
+ </div>
475
+ <div class="tab">
476
+ <svg width="54" height="54" viewBox="0 0 24 24">
477
+ <rect x="4" y="4" width="16" height="16" rx="2"/>
478
+ <path d="M10 8l6 4-6 4V8z"/>
479
+ </svg>
480
+ <div>Videos</div>
481
+ </div>
482
+ </div>
483
+
484
+ <div class="home-indicator"></div>
485
+ </div>
486
+ </body>
487
+ </html>
code/4119/4119_1.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Notifications UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #FFFFFF;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 160px;
25
+ background: linear-gradient(0deg, #1e88e5, #1976d2);
26
+ color: #fff;
27
+ }
28
+ .status-content {
29
+ position: absolute;
30
+ top: 0;
31
+ left: 0;
32
+ right: 0;
33
+ height: 160px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ padding: 0 40px;
38
+ font-weight: 600;
39
+ font-size: 44px;
40
+ letter-spacing: 0.5px;
41
+ }
42
+ .status-left, .status-right, .status-mid {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 28px;
46
+ }
47
+ .status-icon {
48
+ width: 46px;
49
+ height: 46px;
50
+ }
51
+
52
+ /* App bar */
53
+ .app-bar {
54
+ position: absolute;
55
+ top: 160px;
56
+ left: 0;
57
+ width: 1080px;
58
+ height: 160px;
59
+ background: #fff;
60
+ box-shadow: 0 2px 6px rgba(0,0,0,0.12);
61
+ display: flex;
62
+ align-items: center;
63
+ padding: 0 36px;
64
+ }
65
+ .back-btn {
66
+ width: 72px;
67
+ height: 72px;
68
+ margin-right: 18px;
69
+ cursor: pointer;
70
+ }
71
+ .title {
72
+ font-size: 64px;
73
+ font-weight: 600;
74
+ color: #333;
75
+ }
76
+
77
+ /* Tabs */
78
+ .tabs {
79
+ position: absolute;
80
+ top: 320px;
81
+ left: 0;
82
+ width: 1080px;
83
+ height: 140px;
84
+ background: #fff;
85
+ display: flex;
86
+ align-items: flex-end;
87
+ padding: 0 40px 36px 40px;
88
+ gap: 40px;
89
+ }
90
+ .tab {
91
+ font-size: 40px;
92
+ text-transform: uppercase;
93
+ letter-spacing: 1.5px;
94
+ color: #9E9E9E;
95
+ font-weight: 700;
96
+ }
97
+ .tab.active { color: #424242; }
98
+ .tab-indicator {
99
+ position: absolute;
100
+ bottom: 0;
101
+ left: 40px;
102
+ width: 480px;
103
+ height: 12px;
104
+ background: #2F6DBA;
105
+ border-radius: 6px;
106
+ }
107
+
108
+ /* Empty state content */
109
+ .content {
110
+ position: absolute;
111
+ top: 540px;
112
+ left: 0;
113
+ width: 100%;
114
+ text-align: center;
115
+ padding: 0 80px;
116
+ }
117
+ .bell-wrap {
118
+ position: relative;
119
+ width: 360px;
120
+ height: 360px;
121
+ margin: 0 auto 60px auto;
122
+ }
123
+ .bell-badge {
124
+ position: absolute;
125
+ right: 8px;
126
+ top: 22px;
127
+ width: 120px;
128
+ height: 120px;
129
+ background: #D32F2F;
130
+ border-radius: 60px;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ }
135
+ .headline {
136
+ font-size: 48px;
137
+ font-weight: 700;
138
+ color: #333;
139
+ margin-top: 20px;
140
+ }
141
+ .subtext {
142
+ font-size: 40px;
143
+ color: #757575;
144
+ margin-top: 22px;
145
+ }
146
+ .manage-link {
147
+ font-size: 44px;
148
+ color: #3F51B5;
149
+ margin-top: 70px;
150
+ text-decoration: underline;
151
+ cursor: pointer;
152
+ }
153
+
154
+ /* Bottom gesture area */
155
+ .gesture-area {
156
+ position: absolute;
157
+ bottom: 0;
158
+ left: 0;
159
+ width: 1080px;
160
+ height: 160px;
161
+ background: #d6eeef;
162
+ display: flex;
163
+ align-items: center;
164
+ justify-content: center;
165
+ }
166
+ .gesture-pill {
167
+ width: 420px;
168
+ height: 16px;
169
+ background: #616161;
170
+ border-radius: 8px;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+ <!-- Status Bar -->
177
+ <div class="status-bar">
178
+ <div class="status-content">
179
+ <div class="status-left">
180
+ <div>11:14</div>
181
+ </div>
182
+ <div class="status-mid">
183
+ <!-- simple icons resembling OS symbols -->
184
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
185
+ <circle cx="12" cy="12" r="10" opacity="0.25"/>
186
+ <circle cx="12" cy="12" r="3"/>
187
+ </svg>
188
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#fff" xmlns="http://www.w3.org/2000/svg">
189
+ <path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zM9.5 14C7.02 14 5 11.98 5 9.5S7.02 5 9.5 5 14 7.02 14 9.5 11.98 14 9.5 14z"/>
190
+ </svg>
191
+ </div>
192
+ <div class="status-right">
193
+ <svg class="status-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
194
+ <path d="M12 3C7 3 2.73 5.11 0 8.44L2.82 11c2.11-2.53 5.26-4 9.18-4s7.07 1.47 9.18 4L24 8.44C21.27 5.11 17 3 12 3z" fill="#fff" opacity="0.7"/>
195
+ <path d="M12 7c-3.59 0-6.76 1.29-9.18 3.44L5.64 13c1.6-1.34 3.72-2.17 6.36-2.17s4.76.83 6.36 2.17l2.82-2.56C18.76 8.29 15.59 7 12 7z" fill="#fff"/>
196
+ </svg>
197
+ <svg class="status-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
198
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="#fff"/>
199
+ <rect x="21" y="10" width="1.5" height="4" fill="#fff"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- App Bar -->
206
+ <div class="app-bar">
207
+ <svg class="back-btn" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
208
+ <path d="M15 18l-6-6 6-6" stroke="#424242" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
209
+ </svg>
210
+ <div class="title">Notifications</div>
211
+ </div>
212
+
213
+ <!-- Tabs -->
214
+ <div class="tabs">
215
+ <div class="tab active">CURRENT</div>
216
+ <div class="tab" style="margin-left:auto;">MANAGE</div>
217
+ <div class="tab-indicator"></div>
218
+ </div>
219
+
220
+ <!-- Empty State -->
221
+ <div class="content">
222
+ <div class="bell-wrap">
223
+ <svg viewBox="0 0 24 24" width="360" height="360" xmlns="http://www.w3.org/2000/svg">
224
+ <path d="M12 22c1.2 0 2.2-1 2.2-2.2h-4.4c0 1.2 1 2.2 2.2 2.2zm6.2-6.2v-5.4c0-3.3-1.7-6.1-4.8-6.8V3.8c0-.9-.7-1.6-1.6-1.6s-1.6.7-1.6 1.6v.8C6.4 5.3 4.8 8.1 4.8 11.4V16l-2.2 2.2V19h18.8v-.8l-2.2-2.2z"
225
+ stroke="#7A7A7A" stroke-width="1.8" fill="none" stroke-linejoin="round"/>
226
+ </svg>
227
+ <div class="bell-badge">
228
+ <svg viewBox="0 0 24 24" width="86" height="86" xmlns="http://www.w3.org/2000/svg">
229
+ <path d="M13 3L8 13h4l-2 8 8-12h-4l3-6z" fill="#FFFFFF"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="headline">No current weather alerts</div>
235
+ <div class="subtext">Any new alerts will appear here</div>
236
+ <div class="manage-link">Manage Your Alert Settings</div>
237
+ </div>
238
+
239
+ <!-- Bottom Gesture Area -->
240
+ <div class="gesture-area">
241
+ <div class="gesture-pill"></div>
242
+ </div>
243
+ </div>
244
+ </body>
245
+ </html>
code/4119/4119_2.html ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Notifications - Manage</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar (teal) */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 130px;
17
+ background: linear-gradient(0deg, #1a7ea3 0%, #17789d 100%);
18
+ color: #fff; display: flex; align-items: center;
19
+ padding: 0 36px; box-sizing: border-box;
20
+ }
21
+ .status-clock { font-size: 42px; font-weight: 600; letter-spacing: 1px; }
22
+ .status-icons { margin-left: auto; display: flex; align-items: center; gap: 28px; }
23
+ .status-icons svg { width: 34px; height: 34px; fill: #ffffff; opacity: 0.95; }
24
+
25
+ /* App bar */
26
+ .appbar {
27
+ position: absolute; top: 130px; left: 0; width: 1080px; height: 160px;
28
+ background: #ffffff; display: flex; align-items: center;
29
+ padding: 0 24px; box-sizing: border-box; border-bottom: 1px solid #e9e9e9;
30
+ }
31
+ .back-btn { width: 96px; height: 96px; display: flex; align-items: center; justify-content: center; }
32
+ .app-title { font-size: 56px; color: #424242; font-weight: 600; margin-left: 8px; }
33
+
34
+ /* Tabs */
35
+ .tabs {
36
+ position: absolute; top: 290px; left: 0; width: 1080px; height: 120px;
37
+ background: #fff; display: flex; align-items: flex-end; padding: 0 36px 16px; box-sizing: border-box;
38
+ border-bottom: 1px solid #e6e6e6;
39
+ }
40
+ .tab {
41
+ flex: 1; text-align: center; color: #9E9E9E; font-size: 32px; font-weight: 700; letter-spacing: 1px;
42
+ }
43
+ .tab.active { color: #616161; position: relative; }
44
+ .tab.active .underline {
45
+ position: absolute; bottom: -18px; left: 25%; width: 50%; height: 8px; background: #346ab3; border-radius: 4px;
46
+ }
47
+
48
+ /* Content list */
49
+ .content {
50
+ position: absolute; top: 410px; left: 0; width: 100%; padding: 0 36px; box-sizing: border-box;
51
+ color: #424242;
52
+ }
53
+ .section-label {
54
+ font-size: 32px; color: #9E9E9E; font-weight: 700; letter-spacing: 1px; margin: 16px 0 32px 0;
55
+ }
56
+ .list-item { margin: 40px 0 24px 0; }
57
+ .item-title { font-size: 40px; line-height: 1.3; color: #424242; }
58
+ .item-status { font-size: 28px; letter-spacing: 1px; margin-top: 8px; }
59
+ .item-status.off { color: #9E9E9E; }
60
+ .item-status.on { color: #2e7d32; font-weight: 700; }
61
+
62
+ .divider { height: 1px; background: #e6e6e6; margin: 40px 0; }
63
+ .link-row { font-size: 40px; color: #222; margin: 24px 0; }
64
+
65
+ /* Bottom area with home indicator */
66
+ .bottom-area {
67
+ position: absolute; bottom: 0; left: 0; width: 1080px; height: 150px;
68
+ background: #d4eded;
69
+ display: flex; align-items: center; justify-content: center;
70
+ }
71
+ .home-pill {
72
+ width: 360px; height: 16px; background: #616161; border-radius: 10px; opacity: 0.7;
73
+ }
74
+ </style>
75
+ </head>
76
+ <body>
77
+ <div id="render-target">
78
+ <!-- Top teal status bar -->
79
+ <div class="status-bar">
80
+ <div class="status-clock">11:15</div>
81
+ <div class="status-icons">
82
+ <!-- Simple placeholder icons -->
83
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/></svg>
84
+ <svg viewBox="0 0 24 24"><path d="M10 18l6-6-6-6" /></svg>
85
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7" stroke="#fff" stroke-width="2" fill="none"/><path d="M21 21l-5-5" stroke="#fff" stroke-width="2"/></svg>
86
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/><path d="M2 12a10 10 0 0 1 20 0" stroke="#fff" stroke-width="2" fill="none"/></svg>
87
+ <svg viewBox="0 0 24 24"><rect x="6" y="6" width="12" height="12" rx="2" ry="2"/><rect x="15" y="6" width="3" height="6" fill="#17789d"/></svg>
88
+ </div>
89
+ </div>
90
+
91
+ <!-- App bar -->
92
+ <div class="appbar">
93
+ <div class="back-btn">
94
+ <svg width="48" height="48" viewBox="0 0 24 24">
95
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#616161" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
96
+ </svg>
97
+ </div>
98
+ <div class="app-title">Notifications</div>
99
+ </div>
100
+
101
+ <!-- Tabs -->
102
+ <div class="tabs">
103
+ <div class="tab">CURRENT</div>
104
+ <div class="tab active">MANAGE<span class="underline"></span></div>
105
+ </div>
106
+
107
+ <!-- Content -->
108
+ <div class="content">
109
+ <div class="section-label">ALL</div>
110
+
111
+ <div class="list-item">
112
+ <div class="item-title">Today’s Weather Highlights</div>
113
+ <div class="item-status off">OFF</div>
114
+ </div>
115
+
116
+ <div class="list-item">
117
+ <div class="item-title">Significant Weather Forecasts</div>
118
+ <div class="item-status off">OFF</div>
119
+ </div>
120
+
121
+ <div class="list-item">
122
+ <div class="item-title">Change Ahead</div>
123
+ <div class="item-status off">OFF</div>
124
+ </div>
125
+
126
+ <div class="list-item">
127
+ <div class="item-title">Daily Rain Forecast</div>
128
+ <div class="item-status off">OFF</div>
129
+ </div>
130
+
131
+ <div class="list-item">
132
+ <div class="item-title">Top Stories</div>
133
+ <div class="item-status on">ON</div>
134
+ </div>
135
+
136
+ <div class="divider"></div>
137
+
138
+ <div class="link-row">Manage priority and behaviour</div>
139
+
140
+ <div class="divider"></div>
141
+ </div>
142
+
143
+ <!-- Bottom area -->
144
+ <div class="bottom-area">
145
+ <div class="home-pill"></div>
146
+ </div>
147
+ </div>
148
+ </body>
149
+ </html>
code/4119/4119_3.html ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Today's Weather Highlights UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 130px;
25
+ background: #1b86a5;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 30px;
29
+ box-sizing: border-box;
30
+ color: #fff;
31
+ }
32
+ .status-time {
33
+ font-size: 42px;
34
+ font-weight: 600;
35
+ margin-right: 28px;
36
+ }
37
+ .status-icons {
38
+ display: flex;
39
+ gap: 26px;
40
+ align-items: center;
41
+ margin-left: 10px;
42
+ }
43
+ .status-right {
44
+ margin-left: auto;
45
+ display: flex;
46
+ gap: 28px;
47
+ align-items: center;
48
+ }
49
+ /* App bar */
50
+ .app-bar {
51
+ position: absolute;
52
+ top: 130px; left: 0;
53
+ width: 100%;
54
+ height: 160px;
55
+ background: #fff;
56
+ box-shadow: 0 1px 0 #e0e0e0 inset;
57
+ display: flex;
58
+ align-items: center;
59
+ padding: 0 30px;
60
+ box-sizing: border-box;
61
+ }
62
+ .back-btn {
63
+ width: 72px;
64
+ height: 72px;
65
+ margin-right: 20px;
66
+ }
67
+ .title {
68
+ font-size: 54px;
69
+ font-weight: 600;
70
+ color: #444;
71
+ }
72
+ .divider {
73
+ position: absolute;
74
+ top: 290px; left: 0;
75
+ width: 100%;
76
+ height: 2px;
77
+ background: #e7e7e7;
78
+ }
79
+
80
+ /* Toggle card */
81
+ .toggle-card {
82
+ position: absolute;
83
+ top: 292px; left: 0;
84
+ width: 100%;
85
+ height: 190px;
86
+ background: #e9e9e9;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: space-between;
90
+ padding: 0 40px;
91
+ box-sizing: border-box;
92
+ }
93
+ .toggle-label {
94
+ font-size: 46px;
95
+ color: #444;
96
+ }
97
+ .toggle {
98
+ width: 170px;
99
+ height: 86px;
100
+ background: #d7d7d7;
101
+ border-radius: 43px;
102
+ position: relative;
103
+ }
104
+ .toggle .knob {
105
+ position: absolute;
106
+ right: 6px;
107
+ top: 6px;
108
+ width: 74px;
109
+ height: 74px;
110
+ background: #efefef;
111
+ border-radius: 50%;
112
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
113
+ }
114
+
115
+ /* Content text */
116
+ .content {
117
+ position: absolute;
118
+ top: 482px; left: 0;
119
+ width: 100%;
120
+ padding: 34px 40px 0 40px;
121
+ box-sizing: border-box;
122
+ }
123
+ .desc {
124
+ font-size: 40px;
125
+ line-height: 1.4;
126
+ color: #6a6a6a;
127
+ margin-bottom: 56px;
128
+ }
129
+ .hint {
130
+ font-size: 42px;
131
+ color: #8b8b8b;
132
+ margin-bottom: 26px;
133
+ }
134
+ .content-divider {
135
+ width: 100%;
136
+ height: 2px;
137
+ background: #e7e7e7;
138
+ }
139
+
140
+ /* Bottom gesture bar */
141
+ .gesture-area {
142
+ position: absolute;
143
+ bottom: 0; left: 0;
144
+ width: 100%;
145
+ height: 150px;
146
+ background: #d3efef;
147
+ display: flex;
148
+ align-items: center;
149
+ justify-content: center;
150
+ }
151
+ .gesture-pill {
152
+ width: 320px;
153
+ height: 16px;
154
+ background: #4c5a5a;
155
+ border-radius: 8px;
156
+ opacity: 0.9;
157
+ }
158
+ </style>
159
+ </head>
160
+ <body>
161
+ <div id="render-target">
162
+
163
+ <!-- Status bar -->
164
+ <div class="status-bar">
165
+ <div class="status-time">11:15</div>
166
+ <div class="status-icons">
167
+ <!-- Simple circular indicators -->
168
+ <svg width="36" height="36">
169
+ <circle cx="18" cy="18" r="8" fill="#ffffff" opacity="0.9"/>
170
+ </svg>
171
+ <svg width="36" height="36">
172
+ <rect x="8" y="8" width="20" height="20" rx="4" ry="4" fill="#ffffff" opacity="0.9"/>
173
+ </svg>
174
+ <svg width="36" height="36" viewBox="0 0 24 24">
175
+ <path d="M10 20l5.5-5.5-1.4-1.4L10 17.2l-3.7-3.7-1.4 1.4L10 20z" fill="#ffffff" opacity="0.9"/>
176
+ </svg>
177
+ <svg width="36" height="36" viewBox="0 0 24 24">
178
+ <circle cx="12" cy="12" r="2.5" fill="#ffffff" opacity="0.9"/>
179
+ </svg>
180
+ </div>
181
+ <div class="status-right">
182
+ <!-- Wi-Fi icon -->
183
+ <svg width="44" height="36" viewBox="0 0 24 24">
184
+ <path d="M12 18l-2-2c1.1-1.1 2.9-1.1 4 0l-2 2zM4 10c4.4-4.4 11.6-4.4 16 0l-1.5 1.5c-3.5-3.5-9.5-3.5-13 0L4 10z" fill="#ffffff"/>
185
+ </svg>
186
+ <!-- Battery icon -->
187
+ <svg width="54" height="36" viewBox="0 0 28 20">
188
+ <rect x="2" y="4" width="20" height="12" rx="2" ry="2" fill="#ffffff"/>
189
+ <rect x="22" y="7" width="4" height="6" rx="1" ry="1" fill="#ffffff"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- App bar -->
195
+ <div class="app-bar">
196
+ <svg class="back-btn" viewBox="0 0 24 24">
197
+ <path d="M15 6l-6 6 6 6" stroke="#6b6b6b" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
198
+ </svg>
199
+ <div class="title">Today's Weather Highlights</div>
200
+ </div>
201
+
202
+ <div class="divider"></div>
203
+
204
+ <!-- Toggle card -->
205
+ <div class="toggle-card">
206
+ <div class="toggle-label">Off</div>
207
+ <div class="toggle">
208
+ <div class="knob"></div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Content -->
213
+ <div class="content">
214
+ <div class="desc">
215
+ Get the highlights of the day’s forecast in a convenient daily notification.
216
+ </div>
217
+ <div class="hint">Turn on to configure</div>
218
+ <div class="content-divider"></div>
219
+ </div>
220
+
221
+ <!-- Bottom gesture bar -->
222
+ <div class="gesture-area">
223
+ <div class="gesture-pill"></div>
224
+ </div>
225
+
226
+ </div>
227
+ </body>
228
+ </html>
code/4119/4119_4.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Today's Weather Highlights</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 120px;
24
+ background: linear-gradient(180deg, #1976d2 0%, #1f82b9 100%);
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-size: 36px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-bar .right-icons {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ }
39
+ .status-dot {
40
+ width: 12px; height: 12px; background: #ffffffcc; border-radius: 50%;
41
+ }
42
+ /* Simple placeholders for status icons */
43
+ .status-icon {
44
+ width: 38px; height: 38px; border: 2px solid #fff; border-radius: 6px; opacity: 0.9;
45
+ }
46
+
47
+ /* App bar */
48
+ .app-bar {
49
+ position: absolute;
50
+ top: 120px;
51
+ left: 0;
52
+ width: 100%;
53
+ height: 160px;
54
+ background: #ffffff;
55
+ border-bottom: 1px solid #e5e5e5;
56
+ display: flex;
57
+ align-items: center;
58
+ padding: 0 36px;
59
+ box-sizing: border-box;
60
+ }
61
+ .back-btn {
62
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
63
+ margin-right: 16px;
64
+ }
65
+ .app-title {
66
+ font-size: 54px;
67
+ color: #333;
68
+ font-weight: 600;
69
+ }
70
+
71
+ /* Content */
72
+ .content {
73
+ position: absolute;
74
+ top: 280px;
75
+ left: 0;
76
+ width: 100%;
77
+ padding: 0 36px;
78
+ box-sizing: border-box;
79
+ color: #333;
80
+ }
81
+
82
+ .toggle-block {
83
+ width: 100%;
84
+ height: 160px;
85
+ background: #e6e6e6;
86
+ border-top: 1px solid #dcdcdc;
87
+ border-bottom: 1px solid #dcdcdc;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: space-between;
91
+ padding: 0 36px;
92
+ box-sizing: border-box;
93
+ margin-bottom: 24px;
94
+ }
95
+ .toggle-label {
96
+ font-size: 46px;
97
+ color: #3a3a3a;
98
+ }
99
+ .switch {
100
+ position: relative;
101
+ width: 148px;
102
+ height: 76px;
103
+ border-radius: 38px;
104
+ background: #c9d1ff;
105
+ }
106
+ .switch::before {
107
+ content: "";
108
+ position: absolute;
109
+ top: 16px;
110
+ left: 40px;
111
+ width: 40px;
112
+ height: 40px;
113
+ background: #b7c1ff;
114
+ border-radius: 50%;
115
+ opacity: 0.7;
116
+ }
117
+ .switch::after {
118
+ content: "";
119
+ position: absolute;
120
+ top: 2px;
121
+ left: 72px; /* knob on the right to indicate "On" */
122
+ width: 72px;
123
+ height: 72px;
124
+ background: #2958f3;
125
+ border-radius: 50%;
126
+ box-shadow: 0 2px 6px rgba(0,0,0,0.2);
127
+ }
128
+
129
+ .desc {
130
+ font-size: 36px;
131
+ line-height: 56px;
132
+ color: #777;
133
+ margin-bottom: 24px;
134
+ }
135
+
136
+ .divider {
137
+ width: 100%;
138
+ height: 2px;
139
+ background: #e9e9e9;
140
+ margin: 28px 0;
141
+ }
142
+
143
+ .section-title {
144
+ font-size: 40px;
145
+ color: #757575;
146
+ margin-bottom: 24px;
147
+ }
148
+
149
+ .row {
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: space-between;
153
+ padding: 28px 0;
154
+ box-sizing: border-box;
155
+ }
156
+ .row .text {
157
+ font-size: 46px;
158
+ color: #222;
159
+ }
160
+ .checkbox {
161
+ width: 56px; height: 56px;
162
+ border: 4px solid #536170;
163
+ border-radius: 8px;
164
+ box-sizing: border-box;
165
+ }
166
+
167
+ .time-section .label {
168
+ font-size: 46px;
169
+ color: #222;
170
+ margin-bottom: 10px;
171
+ }
172
+ .time-section .value {
173
+ font-size: 40px;
174
+ color: #8a8a8a;
175
+ }
176
+
177
+ /* Bottom gesture area */
178
+ .gesture-area {
179
+ position: absolute;
180
+ bottom: 0;
181
+ left: 0;
182
+ width: 100%;
183
+ height: 150px;
184
+ background: #d6ecec;
185
+ display: flex;
186
+ align-items: center;
187
+ justify-content: center;
188
+ }
189
+ .gesture-bar {
190
+ width: 420px;
191
+ height: 12px;
192
+ background: #555;
193
+ border-radius: 6px;
194
+ opacity: 0.6;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <div class="status-bar">
201
+ <div>11:16</div>
202
+ <div class="right-icons">
203
+ <div class="status-icon"></div>
204
+ <div class="status-icon"></div>
205
+ <div class="status-icon"></div>
206
+ <div class="status-dot"></div>
207
+ <div class="status-icon"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="app-bar">
212
+ <div class="back-btn" aria-label="Back">
213
+ <svg width="64" height="64" viewBox="0 0 64 64">
214
+ <path d="M40 10 L20 32 L40 54" stroke="#60666a" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
215
+ </svg>
216
+ </div>
217
+ <div class="app-title">Today’s Weather Highlights</div>
218
+ </div>
219
+
220
+ <div class="content">
221
+ <div class="toggle-block">
222
+ <div class="toggle-label">On</div>
223
+ <div class="switch" aria-label="Highlights toggle"></div>
224
+ </div>
225
+
226
+ <div class="desc">Get the highlights of the day’s forecast in a convenient daily notification.</div>
227
+
228
+ <div class="divider"></div>
229
+
230
+ <div class="section-title">Locations</div>
231
+
232
+ <div class="row">
233
+ <div class="text">Current Location</div>
234
+ <div class="checkbox" aria-hidden="true"></div>
235
+ </div>
236
+ <div class="row">
237
+ <div class="text">Bourg, France</div>
238
+ <div class="checkbox" aria-hidden="true"></div>
239
+ </div>
240
+ <div class="row">
241
+ <div class="text">São Paulo, Brazil</div>
242
+ <div class="checkbox" aria-hidden="true"></div>
243
+ </div>
244
+
245
+ <div class="divider"></div>
246
+
247
+ <div class="time-section">
248
+ <div class="label">Delivery Time</div>
249
+ <div class="value">08:00</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="gesture-area">
254
+ <div class="gesture-bar"></div>
255
+ </div>
256
+ </div>
257
+ </body>
258
+ </html>
code/4119/4119_5.html ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Today's Weather Highlights</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #212121;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 120px;
22
+ background: linear-gradient(0deg,#147aa4,#1a84b0);
23
+ color: #fff;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 36px;
27
+ box-sizing: border-box;
28
+ font-size: 44px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-left { flex: 1; }
32
+ .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 26px;
36
+ }
37
+ .icon-circle {
38
+ width: 36px; height: 36px; border-radius: 50%; border: 3px solid rgba(255,255,255,0.9);
39
+ }
40
+ .wifi {
41
+ width: 54px; height: 36px;
42
+ }
43
+ .battery {
44
+ width: 54px; height: 36px;
45
+ }
46
+
47
+ /* App bar */
48
+ .app-bar {
49
+ height: 160px;
50
+ background: #ffffff;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 30px;
54
+ box-sizing: border-box;
55
+ border-bottom: 1px solid #e6e6e6;
56
+ }
57
+ .back-btn {
58
+ width: 72px; height: 72px;
59
+ display: flex; align-items: center; justify-content: center;
60
+ margin-right: 18px;
61
+ }
62
+ .title {
63
+ font-size: 58px;
64
+ font-weight: 600;
65
+ color: #3c3c3c;
66
+ letter-spacing: 0.2px;
67
+ }
68
+
69
+ /* Toggle section */
70
+ .toggle-row {
71
+ height: 140px;
72
+ background: #e5e5e5;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ padding: 0 40px;
77
+ box-sizing: border-box;
78
+ border-top: 1px solid #d9d9d9;
79
+ border-bottom: 1px solid #d9d9d9;
80
+ }
81
+ .toggle-row .label {
82
+ font-size: 50px;
83
+ color: #3a3a3a;
84
+ }
85
+ .switch {
86
+ position: relative;
87
+ width: 160px;
88
+ height: 80px;
89
+ }
90
+ .switch .track {
91
+ position: absolute;
92
+ top: 16px;
93
+ left: 0;
94
+ right: 0;
95
+ height: 48px;
96
+ background: #c5cae9;
97
+ border-radius: 24px;
98
+ }
99
+ .switch .thumb {
100
+ position: absolute;
101
+ top: 0;
102
+ right: 0;
103
+ width: 80px; height: 80px;
104
+ background: #1e62ff;
105
+ border-radius: 50%;
106
+ box-shadow: 0 2px 6px rgba(0,0,0,0.25);
107
+ }
108
+
109
+ .desc {
110
+ padding: 36px 40px 24px 40px;
111
+ font-size: 44px;
112
+ line-height: 66px;
113
+ color: #757575;
114
+ }
115
+
116
+ .divider { height: 1px; background: #e6e6e6; margin: 20px 0; }
117
+
118
+ .section-title {
119
+ padding: 20px 40px;
120
+ font-size: 44px;
121
+ color: #757575;
122
+ }
123
+
124
+ .list {
125
+ display: flex;
126
+ flex-direction: column;
127
+ gap: 40px;
128
+ padding: 10px 40px 10px 40px;
129
+ }
130
+ .item {
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: space-between;
134
+ font-size: 52px;
135
+ color: #212121;
136
+ }
137
+ .checkbox {
138
+ width: 64px; height: 64px;
139
+ border: 6px solid #5f6368;
140
+ border-radius: 8px;
141
+ box-sizing: border-box;
142
+ }
143
+ .checkbox.checked {
144
+ border: none;
145
+ background: #2962ff;
146
+ display: flex; align-items: center; justify-content: center;
147
+ border-radius: 12px;
148
+ }
149
+ .checkbox.checked svg { width: 40px; height: 40px; }
150
+
151
+ .time-block {
152
+ padding: 30px 40px;
153
+ }
154
+ .time-title {
155
+ font-size: 52px;
156
+ color: #212121;
157
+ margin-bottom: 16px;
158
+ }
159
+ .time-value {
160
+ font-size: 46px;
161
+ color: #8a8a8a;
162
+ }
163
+
164
+ /* Bottom home indicator area */
165
+ .home-area {
166
+ position: absolute;
167
+ left: 0; right: 0; bottom: 0;
168
+ height: 140px;
169
+ background: #d7eeee;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: center;
173
+ }
174
+ .home-indicator {
175
+ width: 400px; height: 16px;
176
+ background: #5f6368;
177
+ border-radius: 8px;
178
+ opacity: 0.9;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Status bar -->
186
+ <div class="status-bar">
187
+ <div class="status-left">11:17</div>
188
+ <div class="status-right">
189
+ <div class="icon-circle"></div>
190
+ <svg class="wifi" viewBox="0 0 24 14" fill="none">
191
+ <path d="M1 5c6-5 16-5 22 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
192
+ <path d="M5 9c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
193
+ <circle cx="12" cy="12" r="2" fill="#fff"/>
194
+ </svg>
195
+ <svg class="battery" viewBox="0 0 28 14" fill="none">
196
+ <rect x="1" y="2" width="22" height="10" rx="2" stroke="#fff" stroke-width="2"/>
197
+ <rect x="24" y="5" width="3" height="4" rx="1" fill="#fff"/>
198
+ <rect x="3" y="4" width="16" height="6" rx="1" fill="#fff"/>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- App bar -->
204
+ <div class="app-bar">
205
+ <div class="back-btn">
206
+ <svg viewBox="0 0 24 24" width="64" height="64">
207
+ <path d="M15 6l-6 6 6 6" stroke="#4a4a4a" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ <div class="title">Today’s Weather Highlights</div>
211
+ </div>
212
+
213
+ <!-- Toggle -->
214
+ <div class="toggle-row">
215
+ <div class="label">On</div>
216
+ <div class="switch">
217
+ <div class="track"></div>
218
+ <div class="thumb"></div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Description -->
223
+ <div class="desc">
224
+ Get the highlights of the day’s forecast in a convenient daily notification.
225
+ </div>
226
+
227
+ <div class="divider"></div>
228
+
229
+ <!-- Locations section -->
230
+ <div class="section-title">Locations</div>
231
+ <div class="list">
232
+ <div class="item">
233
+ <span>Current Location</span>
234
+ <div class="checkbox"></div>
235
+ </div>
236
+ <div class="item">
237
+ <span>Bourg, France</span>
238
+ <div class="checkbox"></div>
239
+ </div>
240
+ <div class="item">
241
+ <span>São Paulo, Brazil</span>
242
+ <div class="checkbox checked">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M5 13l4 4 10-10" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="divider" style="margin-top: 30px;"></div>
251
+
252
+ <!-- Delivery time -->
253
+ <div class="time-block">
254
+ <div class="time-title">Delivery Time</div>
255
+ <div class="time-value">08:00</div>
256
+ </div>
257
+
258
+ <div class="divider"></div>
259
+
260
+ <!-- Bottom home indicator -->
261
+ <div class="home-area">
262
+ <div class="home-indicator"></div>
263
+ </div>
264
+
265
+ </div>
266
+ </body>
267
+ </html>
code/4120/4120_0.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Palermo Womens Leather Sneakers</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; border-radius: 0;
13
+ font-family: Arial, Helvetica, sans-serif; color: #111;
14
+ }
15
+
16
+ /* General */
17
+ .screen { padding: 40px 48px 0 48px; }
18
+ .row { display: flex; align-items: center; justify-content: space-between; }
19
+ .muted { color: #666; }
20
+ .uppercase { text-transform: uppercase; letter-spacing: 1px; }
21
+
22
+ /* Top bar */
23
+ .topbar { height: 96px; display: flex; align-items: center; justify-content: space-between; }
24
+ .top-left { display: flex; align-items: center; gap: 24px; }
25
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; cursor: default; }
26
+ .icon { fill: none; stroke: #111; stroke-width: 2; }
27
+
28
+ /* Title */
29
+ .title {
30
+ font-size: 64px; font-weight: 800; line-height: 72px;
31
+ margin: 24px 0 24px 0;
32
+ }
33
+
34
+ /* Subheader */
35
+ .subheader { margin: 8px 0 24px 0; }
36
+ .subheader .left { font-weight: 700; font-size: 28px; color: #333; }
37
+ .subheader .right { display: flex; align-items: center; gap: 14px; font-weight: 700; font-size: 28px; }
38
+
39
+ /* Product grid */
40
+ .grid {
41
+ display: grid; grid-template-columns: repeat(2, 1fr);
42
+ gap: 32px; margin-top: 24px;
43
+ }
44
+ .card {
45
+ background: #fafafa; border: 1px solid #eee; border-radius: 8px;
46
+ padding: 24px; position: relative;
47
+ }
48
+ .badge-new {
49
+ position: absolute; top: 16px; left: 16px;
50
+ background: #111; color: #fff; font-weight: 800; font-size: 24px;
51
+ padding: 8px 14px; border-radius: 4px;
52
+ }
53
+ .fav {
54
+ position: absolute; top: 16px; right: 16px;
55
+ width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
56
+ }
57
+ .img-box {
58
+ width: 100%; height: 260px;
59
+ background: #E0E0E0; border: 1px solid #BDBDBD;
60
+ display: flex; align-items: center; justify-content: center; color: #757575;
61
+ font-size: 28px; border-radius: 4px;
62
+ margin-top: 24px;
63
+ }
64
+ .color-row {
65
+ display: flex; align-items: center; gap: 10px;
66
+ margin-top: 24px; color: #555; font-size: 28px;
67
+ }
68
+ .prod-title {
69
+ font-size: 36px; font-weight: 800; line-height: 44px;
70
+ margin-top: 16px; color: #222;
71
+ }
72
+ .price {
73
+ font-size: 36px; font-weight: 800; margin-top: 20px;
74
+ }
75
+
76
+ /* Bottom navigation */
77
+ .bottom-nav {
78
+ position: absolute; left: 0; bottom: 0; width: 100%;
79
+ height: 180px; background: #fff; border-top: 1px solid #e6e6e6;
80
+ display: flex; align-items: center; justify-content: space-around;
81
+ padding: 16px 0;
82
+ }
83
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
84
+ .nav-icon { width: 48px; height: 48px; stroke-width: 2.2; }
85
+ .nav-label { font-size: 24px; color: #7f8a96; font-weight: 700; }
86
+ .active .nav-label { color: #000; }
87
+ .active .nav-icon { stroke: #000; }
88
+ .nav-icon { stroke: #7f8a96; fill: none; }
89
+
90
+ .account-badge {
91
+ position: absolute; top: 10px; right: 60px;
92
+ background: #bfa275; color: #fff; font-size: 22px; font-weight: 800;
93
+ width: 40px; height: 40px; border-radius: 20px;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+
97
+ /* Home indicator */
98
+ .home-indicator {
99
+ position: absolute; bottom: 192px; left: 50%;
100
+ transform: translateX(-50%);
101
+ width: 240px; height: 10px; background: #000; border-radius: 8px;
102
+ opacity: 0.12;
103
+ }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+ <div class="screen">
109
+ <!-- Top bar -->
110
+ <div class="topbar">
111
+ <div class="top-left">
112
+ <div class="icon-btn">
113
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon">
114
+ <path d="M15 6 L9 12 L15 18" stroke-linecap="round" stroke-linejoin="round"/>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+ <div class="row" style="gap: 28px; width: auto;">
119
+ <div class="icon-btn">
120
+ <!-- Filter sliders icon -->
121
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon">
122
+ <path d="M4 7 H20" />
123
+ <circle cx="9" cy="7" r="2" />
124
+ <path d="M4 12 H20" />
125
+ <circle cx="15" cy="12" r="2" />
126
+ <path d="M4 17 H20" />
127
+ <circle cx="12" cy="17" r="2" />
128
+ </svg>
129
+ </div>
130
+ <div class="icon-btn">
131
+ <!-- Search icon -->
132
+ <svg width="36" height="36" viewBox="0 0 24 24" class="icon">
133
+ <circle cx="11" cy="11" r="6"></circle>
134
+ <path d="M20 20 L16 16" stroke-linecap="round"></path>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Title -->
141
+ <div class="title">PALERMO WOMENS LEATHER WOMENS SNEAKERS</div>
142
+
143
+ <!-- Subheader -->
144
+ <div class="subheader row">
145
+ <div class="left uppercase">2 products</div>
146
+ <div class="right uppercase">
147
+ <span>Sort</span>
148
+ <svg width="28" height="28" viewBox="0 0 24 24" class="icon" style="stroke:#111;">
149
+ <path d="M8 5 L12 1 L16 5" />
150
+ <path d="M12 2 V15" />
151
+ <path d="M16 19 L12 23 L8 19" />
152
+ <path d="M12 9 V22" />
153
+ </svg>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Product grid -->
158
+ <div class="grid">
159
+ <!-- Card 1 -->
160
+ <div class="card">
161
+ <div class="badge-new">NEW</div>
162
+ <div class="fav">
163
+ <svg width="40" height="40" viewBox="0 0 24 24" class="icon" style="stroke:#222;">
164
+ <path d="M12 20s-7-4.35-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.65-7 9-7 9z" fill="none"/>
165
+ </svg>
166
+ </div>
167
+ <div class="img-box">[IMG: White/Black Sneaker]</div>
168
+ <div class="color-row">
169
+ <span>2 Colors</span>
170
+ <svg width="18" height="18" viewBox="0 0 24 24" class="icon" style="stroke:#555;">
171
+ <path d="M6 9 L12 15 L18 9" stroke-linecap="round" stroke-linejoin="round"/>
172
+ </svg>
173
+ </div>
174
+ <div class="prod-title">Palermo Women's Leather Sneakers</div>
175
+ <div class="price">$90.00</div>
176
+ </div>
177
+
178
+ <!-- Card 2 -->
179
+ <div class="card">
180
+ <div class="badge-new">NEW</div>
181
+ <div class="fav">
182
+ <svg width="40" height="40" viewBox="0 0 24 24" class="icon" style="stroke:#222;">
183
+ <path d="M12 20s-7-4.35-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.65-7 9-7 9z" fill="none"/>
184
+ </svg>
185
+ </div>
186
+ <div class="img-box">[IMG: Black/White Sneaker]</div>
187
+ <div class="color-row">
188
+ <span>2 Colors</span>
189
+ <svg width="18" height="18" viewBox="0 0 24 24" class="icon" style="stroke:#555;">
190
+ <path d="M6 9 L12 15 L18 9" stroke-linecap="round" stroke-linejoin="round"/>
191
+ </svg>
192
+ </div>
193
+ <div class="prod-title">Palermo Women's Leather Sneakers</div>
194
+ <div class="price">$90.00</div>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Home indicator pill -->
200
+ <div class="home-indicator"></div>
201
+
202
+ <!-- Bottom Navigation -->
203
+ <div class="bottom-nav">
204
+ <div class="nav-item">
205
+ <svg class="nav-icon" viewBox="0 0 24 24">
206
+ <path d="M3 11 L12 4 L21 11" />
207
+ <path d="M5 10 V20 H19 V10" />
208
+ </svg>
209
+ <div class="nav-label">HOME</div>
210
+ </div>
211
+
212
+ <div class="nav-item">
213
+ <svg class="nav-icon" viewBox="0 0 24 24">
214
+ <rect x="4" y="5" width="16" height="14" rx="2" />
215
+ <path d="M4 9 H20" />
216
+ <path d="M8 3 V7" />
217
+ <path d="M16 3 V7" />
218
+ </svg>
219
+ <div class="nav-label">DROPS</div>
220
+ </div>
221
+
222
+ <div class="nav-item active">
223
+ <svg class="nav-icon" viewBox="0 0 24 24">
224
+ <circle cx="11" cy="11" r="6"></circle>
225
+ <path d="M20 20 L16 16" stroke-linecap="round"></path>
226
+ </svg>
227
+ <div class="nav-label">SHOP</div>
228
+ </div>
229
+
230
+ <div class="nav-item">
231
+ <svg class="nav-icon" viewBox="0 0 24 24">
232
+ <path d="M6 6 H21 L19 14 H8 L6 6 Z" />
233
+ <circle cx="9" cy="19" r="2" />
234
+ <circle cx="17" cy="19" r="2" />
235
+ </svg>
236
+ <div class="nav-label">CART</div>
237
+ </div>
238
+
239
+ <div class="nav-item" style="position: relative;">
240
+ <svg class="nav-icon" viewBox="0 0 24 24">
241
+ <circle cx="12" cy="8" r="4" />
242
+ <path d="M4 22 C4 17 20 17 20 22" />
243
+ </svg>
244
+ <div class="nav-label">ACCOUNT</div>
245
+ <div class="account-badge">1</div>
246
+ </div>
247
+ </div>
248
+ </div>
249
+ </body>
250
+ </html>
code/4120/4120_1.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shoes Category UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 40px;
26
+ font-size: 36px;
27
+ color: #222;
28
+ }
29
+ .status-icons {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 22px;
33
+ }
34
+ .icon-square { width: 32px; height: 32px; border-radius: 6px; background: #A0A0A0; }
35
+ .battery {
36
+ width: 46px; height: 24px; border: 3px solid #333; border-radius: 5px; position: relative;
37
+ }
38
+ .battery::after {
39
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #333; border-radius: 2px;
40
+ }
41
+ .battery .level { width: 28px; height: 14px; background: #333; margin: 3px; }
42
+
43
+ /* Header */
44
+ .header {
45
+ height: 130px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: center;
49
+ position: relative;
50
+ letter-spacing: 0.06em;
51
+ font-weight: 800;
52
+ font-size: 46px;
53
+ }
54
+ .back-btn {
55
+ position: absolute;
56
+ left: 40px;
57
+ top: 50%;
58
+ transform: translateY(-50%);
59
+ width: 60px; height: 60px;
60
+ display: flex; align-items: center; justify-content: center;
61
+ }
62
+ .back-btn svg { width: 38px; height: 38px; stroke: #111; stroke-width: 6; fill: none; }
63
+
64
+ /* Hero image placeholder */
65
+ .hero {
66
+ width: 100%;
67
+ height: 640px;
68
+ background: #E0E0E0;
69
+ border: 1px solid #BDBDBD;
70
+ display: flex; align-items: center; justify-content: center;
71
+ color: #757575;
72
+ font-size: 36px;
73
+ text-align: center;
74
+ }
75
+
76
+ /* List */
77
+ .list {
78
+ list-style: none;
79
+ margin: 0;
80
+ padding: 0 0;
81
+ }
82
+ .list-item {
83
+ height: 160px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: space-between;
87
+ padding: 0 40px;
88
+ border-bottom: 1px solid #E6E6E6;
89
+ }
90
+ .list-item .label {
91
+ font-size: 44px;
92
+ font-weight: 800;
93
+ letter-spacing: 0.02em;
94
+ text-transform: uppercase;
95
+ }
96
+ .chevron {
97
+ width: 40px; height: 40px;
98
+ }
99
+ .chevron svg { width: 40px; height: 40px; stroke: #111; stroke-width: 8; fill: none; }
100
+
101
+ /* Bottom navigation */
102
+ .bottom-nav {
103
+ position: absolute;
104
+ bottom: 0;
105
+ left: 0; right: 0;
106
+ height: 220px;
107
+ background: #FFFFFF;
108
+ border-top: 1px solid #E6E6E6;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-around;
112
+ }
113
+ .nav-item {
114
+ width: 190px;
115
+ height: 160px;
116
+ display: flex;
117
+ flex-direction: column;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #7A7A7A;
121
+ font-size: 32px;
122
+ font-weight: 800;
123
+ letter-spacing: 0.03em;
124
+ }
125
+ .nav-item svg { width: 66px; height: 66px; stroke: #7A7A7A; stroke-width: 5; fill: none; }
126
+ .nav-item.active { color: #111; }
127
+ .nav-item.active svg { stroke: #111; }
128
+
129
+ .badge {
130
+ position: absolute;
131
+ top: -8px; right: 44px;
132
+ width: 46px; height: 46px;
133
+ background: #C6A676;
134
+ color: #fff;
135
+ border-radius: 50%;
136
+ display: flex; align-items: center; justify-content: center;
137
+ font-size: 28px; font-weight: 800;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status bar -->
145
+ <div class="status-bar">
146
+ <div>5:05</div>
147
+ <div class="status-icons">
148
+ <div class="icon-square"></div>
149
+ <div class="icon-square"></div>
150
+ <div class="icon-square"></div>
151
+ <div class="icon-square"></div>
152
+ <div class="battery"><div class="level"></div></div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Header -->
157
+ <div class="header">
158
+ <div class="back-btn" aria-label="Back">
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M15 4 L7 12 L15 20"></path>
161
+ </svg>
162
+ </div>
163
+ SHOES
164
+ </div>
165
+
166
+ <!-- Hero image -->
167
+ <div class="hero">
168
+ [IMG: White sneaker held against sky]
169
+ </div>
170
+
171
+ <!-- Category list -->
172
+ <ul class="list">
173
+ <li class="list-item">
174
+ <span class="label">ALL SHOES</span>
175
+ <span class="chevron">
176
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
177
+ </span>
178
+ </li>
179
+ <li class="list-item">
180
+ <span class="label">CLASSICS</span>
181
+ <span class="chevron">
182
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
183
+ </span>
184
+ </li>
185
+ <li class="list-item">
186
+ <span class="label">SUEDE</span>
187
+ <span class="chevron">
188
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
189
+ </span>
190
+ </li>
191
+ <li class="list-item">
192
+ <span class="label">TRIPLE WHITE</span>
193
+ <span class="chevron">
194
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
195
+ </span>
196
+ </li>
197
+ <li class="list-item">
198
+ <span class="label">CALI</span>
199
+ <span class="chevron">
200
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
201
+ </span>
202
+ </li>
203
+ <li class="list-item">
204
+ <span class="label">RS COLLECTION</span>
205
+ <span class="chevron">
206
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
207
+ </span>
208
+ </li>
209
+ <li class="list-item">
210
+ <span class="label">RIDER PACK</span>
211
+ <span class="chevron">
212
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
213
+ </span>
214
+ </li>
215
+ <li class="list-item" style="border-bottom: none;">
216
+ <span class="label">MAYZE</span>
217
+ <span class="chevron">
218
+ <svg viewBox="0 0 24 24"><path d="M8 4 L16 12 L8 20"></path></svg>
219
+ </span>
220
+ </li>
221
+ </ul>
222
+
223
+ <!-- Bottom navigation -->
224
+ <div class="bottom-nav">
225
+ <div class="nav-item">
226
+ <!-- Home icon -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M4 10 L12 4 L20 10"></path>
229
+ <rect x="7" y="10" width="10" height="9" rx="1"></rect>
230
+ </svg>
231
+ <div>HOME</div>
232
+ </div>
233
+ <div class="nav-item">
234
+ <!-- Calendar/Drops icon -->
235
+ <svg viewBox="0 0 24 24">
236
+ <rect x="3" y="5" width="18" height="16" rx="2"></rect>
237
+ <line x1="3" y1="9" x2="21" y2="9"></line>
238
+ <line x1="8" y1="2" x2="8" y2="6"></line>
239
+ <line x1="16" y1="2" x2="16" y2="6"></line>
240
+ </svg>
241
+ <div>DROPS</div>
242
+ </div>
243
+ <div class="nav-item active">
244
+ <!-- Search/Shop icon -->
245
+ <svg viewBox="0 0 24 24">
246
+ <circle cx="11" cy="11" r="6"></circle>
247
+ <line x1="15" y1="15" x2="21" y2="21"></line>
248
+ </svg>
249
+ <div>SHOP</div>
250
+ </div>
251
+ <div class="nav-item">
252
+ <!-- Cart icon -->
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M3 5 H6 L7 14 H19 L21 8 H8"></path>
255
+ <circle cx="9" cy="19" r="2"></circle>
256
+ <circle cx="18" cy="19" r="2"></circle>
257
+ </svg>
258
+ <div>CART</div>
259
+ </div>
260
+ <div class="nav-item" style="position: relative;">
261
+ <!-- Account icon -->
262
+ <svg viewBox="0 0 24 24">
263
+ <circle cx="12" cy="8" r="4"></circle>
264
+ <path d="M4 20 C4 15 20 15 20 20"></path>
265
+ </svg>
266
+ <div>ACCOUNT</div>
267
+ <div class="badge">1</div>
268
+ </div>
269
+ </div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/4120/4120_2.html ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Shoes Categories</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top App Bar */
16
+ .appbar {
17
+ position: relative;
18
+ height: 220px;
19
+ border-bottom: 1px solid #e6e6e6;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ }
24
+ .appbar .back {
25
+ position: absolute;
26
+ left: 32px;
27
+ top: 50%;
28
+ transform: translateY(-50%);
29
+ width: 96px; height: 96px;
30
+ display: flex; align-items: center; justify-content: center;
31
+ }
32
+ .appbar h1 {
33
+ margin: 0;
34
+ font-size: 48px;
35
+ letter-spacing: 1px;
36
+ font-weight: 800;
37
+ color: #111111;
38
+ }
39
+
40
+ /* List */
41
+ .list {
42
+ position: absolute;
43
+ left: 0; right: 0;
44
+ top: 220px;
45
+ bottom: 220px; /* leave space for bottom nav */
46
+ overflow: hidden; /* screenshot view (non-scroll) */
47
+ }
48
+ .list-item {
49
+ height: 160px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ padding: 0 48px;
54
+ border-bottom: 1px solid #e8e8e8;
55
+ }
56
+ .list-item .label {
57
+ font-size: 40px;
58
+ font-weight: 800;
59
+ letter-spacing: 0.8px;
60
+ color: #222222;
61
+ text-transform: uppercase;
62
+ }
63
+ .list-item .chev {
64
+ width: 44px; height: 44px;
65
+ }
66
+
67
+ /* Bottom Navigation */
68
+ .bottom-nav {
69
+ position: absolute;
70
+ left: 0; right: 0; bottom: 0;
71
+ height: 220px;
72
+ border-top: 1px solid #e6e6e6;
73
+ background: #ffffff;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: space-around;
77
+ }
78
+ .nav-item {
79
+ width: 180px;
80
+ height: 160px;
81
+ display: flex;
82
+ flex-direction: column;
83
+ align-items: center;
84
+ justify-content: center;
85
+ position: relative;
86
+ }
87
+ .nav-item svg { width: 84px; height: 84px; }
88
+ .nav-label {
89
+ margin-top: 12px;
90
+ font-size: 32px;
91
+ font-weight: 700;
92
+ letter-spacing: 1px;
93
+ color: #9aa0a6;
94
+ text-transform: uppercase;
95
+ }
96
+ .active .nav-label { color: #111111; }
97
+ .active svg path, .active svg circle { stroke: #111111; fill: none; }
98
+
99
+ .badge {
100
+ position: absolute;
101
+ right: 24px; top: 18px;
102
+ min-width: 56px; height: 56px;
103
+ padding: 0 10px;
104
+ background: #cbb48a;
105
+ color: #ffffff;
106
+ border-radius: 28px;
107
+ font-size: 28px;
108
+ font-weight: 800;
109
+ display: flex; align-items: center; justify-content: center;
110
+ }
111
+
112
+ /* Handle bar at very bottom (gesture pill) */
113
+ .handle {
114
+ position: absolute;
115
+ bottom: 24px;
116
+ left: 50%;
117
+ transform: translateX(-50%);
118
+ width: 360px; height: 16px;
119
+ background: #000000;
120
+ border-radius: 8px;
121
+ opacity: 0.12;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+
128
+ <!-- App Bar -->
129
+ <div class="appbar">
130
+ <div class="back">
131
+ <svg viewBox="0 0 24 24">
132
+ <path d="M15 5 L7 12 L15 19" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
133
+ </svg>
134
+ </div>
135
+ <h1>SHOES</h1>
136
+ </div>
137
+
138
+ <!-- Category List -->
139
+ <div class="list">
140
+ <div class="list-item">
141
+ <div class="label">CALI</div>
142
+ <svg class="chev" viewBox="0 0 24 24">
143
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
144
+ </svg>
145
+ </div>
146
+ <div class="list-item">
147
+ <div class="label">RS COLLECTION</div>
148
+ <svg class="chev" viewBox="0 0 24 24">
149
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
150
+ </svg>
151
+ </div>
152
+ <div class="list-item">
153
+ <div class="label">RIDER PACK</div>
154
+ <svg class="chev" viewBox="0 0 24 24">
155
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
156
+ </svg>
157
+ </div>
158
+ <div class="list-item">
159
+ <div class="label">MAYZE</div>
160
+ <svg class="chev" viewBox="0 0 24 24">
161
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
162
+ </svg>
163
+ </div>
164
+ <div class="list-item">
165
+ <div class="label">LIFESTYLE</div>
166
+ <svg class="chev" viewBox="0 0 24 24">
167
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
168
+ </svg>
169
+ </div>
170
+ <div class="list-item">
171
+ <div class="label">TRAINING + GYM</div>
172
+ <svg class="chev" viewBox="0 0 24 24">
173
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
174
+ </svg>
175
+ </div>
176
+ <div class="list-item">
177
+ <div class="label">RUNNING</div>
178
+ <svg class="chev" viewBox="0 0 24 24">
179
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
180
+ </svg>
181
+ </div>
182
+ <div class="list-item">
183
+ <div class="label">BASKETBALL</div>
184
+ <svg class="chev" viewBox="0 0 24 24">
185
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
186
+ </svg>
187
+ </div>
188
+ <div class="list-item">
189
+ <div class="label">MOTORSPORT</div>
190
+ <svg class="chev" viewBox="0 0 24 24">
191
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
192
+ </svg>
193
+ </div>
194
+ <div class="list-item">
195
+ <div class="label">SLIDES + SANDALS</div>
196
+ <svg class="chev" viewBox="0 0 24 24">
197
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
198
+ </svg>
199
+ </div>
200
+ <div class="list-item">
201
+ <div class="label">BOOTS &amp; MIDS</div>
202
+ <svg class="chev" viewBox="0 0 24 24">
203
+ <path d="M9 6 L15 12 L9 18" stroke="#222" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Bottom Navigation -->
209
+ <div class="bottom-nav">
210
+ <div class="nav-item">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M3 11 L12 4 L21 11" stroke="#9aa0a6" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
213
+ <path d="M6 10 V20 H18 V10" stroke="#9aa0a6" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
214
+ </svg>
215
+ <div class="nav-label">Home</div>
216
+ </div>
217
+
218
+ <div class="nav-item">
219
+ <svg viewBox="0 0 24 24">
220
+ <rect x="4" y="5" width="16" height="15" rx="2" ry="2" stroke="#9aa0a6" stroke-width="2.2" fill="none"></rect>
221
+ <path d="M8 9 H16" stroke="#9aa0a6" stroke-width="2.2"></path>
222
+ <path d="M8 13 H16" stroke="#9aa0a6" stroke-width="2.2"></path>
223
+ </svg>
224
+ <div class="nav-label">Drops</div>
225
+ </div>
226
+
227
+ <div class="nav-item active">
228
+ <svg viewBox="0 0 24 24">
229
+ <circle cx="11" cy="11" r="6" stroke="#111111" stroke-width="2.4" fill="none"></circle>
230
+ <path d="M16 16 L21 21" stroke="#111111" stroke-width="2.4" stroke-linecap="round"></path>
231
+ </svg>
232
+ <div class="nav-label">Shop</div>
233
+ </div>
234
+
235
+ <div class="nav-item">
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M3 6 H6 L7.5 15 H18 L19.5 8 H7" stroke="#9aa0a6" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
238
+ <circle cx="9" cy="19" r="1.6" fill="#9aa0a6"></circle>
239
+ <circle cx="16" cy="19" r="1.6" fill="#9aa0a6"></circle>
240
+ </svg>
241
+ <div class="nav-label">Cart</div>
242
+ </div>
243
+
244
+ <div class="nav-item">
245
+ <svg viewBox="0 0 24 24">
246
+ <circle cx="12" cy="8" r="4" stroke="#9aa0a6" stroke-width="2.2" fill="none"></circle>
247
+ <path d="M4 21 C4 16 8 14 12 14 C16 14 20 16 20 21" stroke="#9aa0a6" stroke-width="2.2" fill="none" stroke-linecap="round"></path>
248
+ </svg>
249
+ <div class="nav-label">Account</div>
250
+ <div class="badge">1</div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="handle"></div>
255
+ </div>
256
+ </body>
257
+ </html>
code/4120/4120_3.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shop Skeleton UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+ /* Top app bar */
17
+ .topbar {
18
+ position: absolute;
19
+ top: 56px; /* room for status area */
20
+ left: 0;
21
+ right: 0;
22
+ height: 96px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 40px;
27
+ }
28
+ .icon-btn {
29
+ width: 72px;
30
+ height: 72px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: center;
34
+ color: #1A1A1A;
35
+ }
36
+ .top-actions {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ }
41
+ .badge {
42
+ position: absolute;
43
+ top: -6px;
44
+ right: -6px;
45
+ background: #111;
46
+ color: #fff;
47
+ font-size: 28px;
48
+ width: 52px;
49
+ height: 52px;
50
+ border-radius: 26px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ font-weight: 700;
55
+ box-shadow: 0 2px 4px rgba(0,0,0,0.25);
56
+ }
57
+
58
+ /* Content skeleton */
59
+ .content {
60
+ position: absolute;
61
+ top: 180px;
62
+ left: 40px;
63
+ right: 40px;
64
+ bottom: 200px;
65
+ overflow-y: hidden;
66
+ }
67
+ .row { display: flex; gap: 40px; }
68
+ .placeholder {
69
+ background: linear-gradient(90deg, #DBDDDE 0%, #F6F6F6 100%);
70
+ border-radius: 12px;
71
+ }
72
+ .bar { height: 64px; margin-bottom: 28px; }
73
+ .bar.small { width: 420px; }
74
+ .bar.medium { width: 720px; }
75
+ .bar.right { width: 360px; margin-left: auto; }
76
+ .card {
77
+ flex: 1;
78
+ height: 520px;
79
+ }
80
+ .grid-gap { margin-top: 32px; }
81
+ .left-stack .bar { width: 360px; }
82
+ .right-stack .bar { width: 360px; }
83
+ .circle-center {
84
+ position: absolute;
85
+ left: 50%;
86
+ top: 980px;
87
+ transform: translate(-50%, 0);
88
+ width: 520px;
89
+ height: 520px;
90
+ border-radius: 50%;
91
+ background: #fff;
92
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: center;
96
+ }
97
+ .logo-svg { width: 300px; height: 120px; color: #0A0A0A; }
98
+ /* Second row of large cards */
99
+ .card-tall { height: 560px; }
100
+
101
+ /* Bottom nav */
102
+ .tabbar {
103
+ position: absolute;
104
+ left: 0; right: 0; bottom: 0;
105
+ height: 184px;
106
+ border-top: 1px solid #E5E7EB;
107
+ background: #FFFFFF;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: space-around;
111
+ padding: 24px 20px 32px;
112
+ }
113
+ .tab {
114
+ width: 180px;
115
+ height: 120px;
116
+ display: flex;
117
+ flex-direction: column;
118
+ align-items: center;
119
+ justify-content: center;
120
+ color: #8A8F98;
121
+ font-size: 30px;
122
+ font-weight: 700;
123
+ letter-spacing: 0.8px;
124
+ }
125
+ .tab .ticon { width: 64px; height: 64px; margin-bottom: 14px; }
126
+ .tab.active { color: #000; }
127
+ .tab.active .ticon { color: #000; }
128
+ .tab .badge-small {
129
+ position: absolute;
130
+ top: 14px;
131
+ right: 24px;
132
+ background: #C9A464;
133
+ color: #fff;
134
+ font-size: 26px;
135
+ width: 44px;
136
+ height: 44px;
137
+ border-radius: 22px;
138
+ display: flex; align-items: center; justify-content: center;
139
+ font-weight: 800;
140
+ }
141
+
142
+ /* Home indicator */
143
+ .home-indicator {
144
+ position: absolute;
145
+ bottom: 16px;
146
+ left: 50%;
147
+ transform: translateX(-50%);
148
+ width: 360px;
149
+ height: 12px;
150
+ background: #000;
151
+ border-radius: 8px;
152
+ opacity: 0.12;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Top App Bar -->
160
+ <div class="topbar">
161
+ <div class="icon-btn" aria-label="Back">
162
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
163
+ <path d="M15 18l-6-6 6-6"/>
164
+ </svg>
165
+ </div>
166
+ <div class="top-actions">
167
+ <div class="icon-btn" style="position: relative;" aria-label="Filter">
168
+ <div class="badge">2</div>
169
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
170
+ <path d="M4 6h16"/>
171
+ <path d="M8 12h8"/>
172
+ <path d="M10 18h4"/>
173
+ </svg>
174
+ </div>
175
+ <div class="icon-btn" aria-label="Search">
176
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
177
+ <circle cx="11" cy="11" r="7"/>
178
+ <path d="M21 21l-4.35-4.35"/>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Content Skeleton -->
185
+ <div class="content">
186
+ <!-- Top bars -->
187
+ <div class="placeholder bar small"></div>
188
+ <div class="placeholder bar medium"></div>
189
+ <div class="placeholder bar right"></div>
190
+
191
+ <!-- Two big cards -->
192
+ <div class="row grid-gap">
193
+ <div class="placeholder card"></div>
194
+ <div class="placeholder card"></div>
195
+ </div>
196
+
197
+ <!-- Stacks under big cards -->
198
+ <div class="row grid-gap">
199
+ <div class="left-stack" style="flex:1;">
200
+ <div class="placeholder bar" style="height:72px; width:320px;"></div>
201
+ <div class="placeholder bar" style="height:72px; width:320px;"></div>
202
+ <div class="placeholder bar" style="height:72px; width:320px;"></div>
203
+ </div>
204
+ <div class="right-stack" style="flex:1;">
205
+ <div class="placeholder bar" style="height:72px; width:320px;"></div>
206
+ <div class="placeholder bar" style="height:72px; width:320px;"></div>
207
+ <div class="placeholder bar" style="height:72px; width:220px;"></div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Second row of large cards -->
212
+ <div class="row grid-gap" style="margin-top: 120px;">
213
+ <div class="placeholder card-tall" style="flex:1;"></div>
214
+ <div class="placeholder card-tall" style="flex:1;"></div>
215
+ </div>
216
+
217
+ <!-- Bottom bars near footer -->
218
+ <div class="row grid-gap" style="margin-top: 32px;">
219
+ <div style="flex:1;">
220
+ <div class="placeholder bar" style="width:360px;"></div>
221
+ <div class="placeholder bar" style="width:600px;"></div>
222
+ <div class="placeholder bar" style="width:520px;"></div>
223
+ <div class="placeholder bar" style="width:300px;"></div>
224
+ </div>
225
+ <div style="flex:1;">
226
+ <div class="placeholder bar" style="width:340px;"></div>
227
+ <div class="placeholder bar" style="width:420px;"></div>
228
+ <div class="placeholder bar" style="width:620px;"></div>
229
+ <div class="placeholder bar" style="width:520px;"></div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Center circle with brand logo -->
235
+ <div class="circle-center">
236
+ <!-- Simplified running cat silhouette -->
237
+ <svg class="logo-svg" viewBox="0 0 200 80" fill="currentColor">
238
+ <path d="M10 50c15 5 25-15 45-8 22 8 40-10 64 2 8 4 15 1 20-1 5-2 10 1 9 6-1 4-7 6-16 6-9 0-17-3-23-3-6 0-10 6-17 8-10 3-16-6-26-7-9-1-16 6-22 10-6 4-14 4-21 3-5-1-10-3-13-6-3-3-3-7 0-10 3-3 6-3 10 0zM55 32c-3-6-9-8-12-9-3-1-6-1-8 1-2 2-2 5 1 6 3 1 9 1 14 2l5 0zM160 38c6 0 10-3 12-5 2-2 3-4 2-6-1-2-4-3-8-1-4 2-7 7-8 12l2 0z"/>
239
+ </svg>
240
+ </div>
241
+
242
+ <!-- Bottom Tab Bar -->
243
+ <div class="tabbar">
244
+ <div class="tab">
245
+ <svg class="ticon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
246
+ <path d="M3 12l9-9 9 9"/>
247
+ <path d="M5 10v10h14V10"/>
248
+ </svg>
249
+ <div>HOME</div>
250
+ </div>
251
+ <div class="tab">
252
+ <svg class="ticon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
253
+ <rect x="3" y="3" width="18" height="18" rx="2"/>
254
+ <path d="M8 3v4M16 3v4M3 9h18"/>
255
+ </svg>
256
+ <div>DROPS</div>
257
+ </div>
258
+ <div class="tab active">
259
+ <svg class="ticon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round">
260
+ <circle cx="11" cy="11" r="7"/>
261
+ <path d="M21 21l-4.5-4.5"/>
262
+ </svg>
263
+ <div>SHOP</div>
264
+ </div>
265
+ <div class="tab">
266
+ <svg class="ticon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
267
+ <path d="M6 6h12l1 7H5z"/>
268
+ <circle cx="9" cy="19" r="2"/>
269
+ <circle cx="17" cy="19" r="2"/>
270
+ </svg>
271
+ <div>CART</div>
272
+ </div>
273
+ <div class="tab" style="position: relative;">
274
+ <div class="badge-small">1</div>
275
+ <svg class="ticon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
276
+ <circle cx="12" cy="7" r="4"/>
277
+ <path d="M4 21c0-5 4-8 8-8s8 3 8 8"/>
278
+ </svg>
279
+ <div>ACCOUNT</div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="home-indicator"></div>
284
+ </div>
285
+ </body>
286
+ </html>
code/4120/4120_4.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Shop All Motorsport</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;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ color:#111;
14
+ }
15
+
16
+ /* Top navigation */
17
+ .topbar {
18
+ height:120px; padding:0 40px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ }
21
+ .topbar-left, .topbar-right { display:flex; align-items:center; gap:28px; }
22
+ .icon-btn { width:56px; height:56px; display:flex; align-items:center; justify-content:center; border-radius:28px; }
23
+ .badge {
24
+ position:absolute; top:-6px; right:-6px; background:#111; color:#fff; font-weight:bold;
25
+ font-size:22px; line-height:26px; width:36px; height:36px; border-radius:18px; display:flex; align-items:center; justify-content:center;
26
+ box-shadow:0 2px 4px rgba(0,0,0,0.2);
27
+ }
28
+
29
+ /* Page title and sort row */
30
+ .page-title {
31
+ font-size:64px; font-weight:800; letter-spacing:1px; margin:10px 40px 16px;
32
+ }
33
+ .subrow {
34
+ display:flex; align-items:center; justify-content:space-between;
35
+ margin:0 40px 24px;
36
+ }
37
+ .subrow .count { font-size:30px; font-weight:800; }
38
+ .subrow .sort { font-size:30px; font-weight:800; display:flex; align-items:center; gap:14px; }
39
+
40
+ /* Grid */
41
+ .grid {
42
+ display:flex; flex-wrap:wrap;
43
+ padding:0 24px;
44
+ }
45
+ .card {
46
+ width:492px; margin:0 16px 48px;
47
+ }
48
+ .img-wrap {
49
+ position:relative; background:#F7F7F7; border:1px solid #E5E5E5;
50
+ height:360px; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
51
+ }
52
+ .img-wrap .label-badge {
53
+ position:absolute; top:20px; left:20px; padding:10px 16px; font-size:24px; font-weight:800; color:#fff;
54
+ border-radius:4px;
55
+ }
56
+ .img-wrap .badge-gold { background:#B08B57; }
57
+ .img-wrap .badge-dark { background:#222; }
58
+ .heart {
59
+ position:absolute; top:20px; right:20px; width:48px; height:48px;
60
+ display:flex; align-items:center; justify-content:center;
61
+ }
62
+
63
+ .meta { font-size:28px; color:#666; margin-top:20px; display:flex; align-items:center; gap:12px; }
64
+ .title { font-size:40px; font-weight:800; line-height:1.2; margin-top:16px; }
65
+ .price { font-size:34px; font-weight:800; margin-top:18px; }
66
+ .rating { display:flex; align-items:center; gap:10px; margin-top:16px; }
67
+ .rating .stars { display:flex; gap:6px; }
68
+ .rating .count { font-size:28px; color:#666; }
69
+
70
+ /* Bottom nav */
71
+ .tabbar {
72
+ position:absolute; bottom:0; left:0; right:0;
73
+ height:160px; background:#fff; border-top:1px solid #E5E5E5;
74
+ display:flex; justify-content:space-around; align-items:center;
75
+ }
76
+ .tab {
77
+ width:180px; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; position:relative;
78
+ color:#666; font-size:26px; font-weight:800;
79
+ }
80
+ .tab.active { color:#111; }
81
+ .tab .small-badge {
82
+ position:absolute; top:26px; right:34px; width:36px; height:36px; border-radius:18px; background:#C8A46B; color:#fff;
83
+ font-size:22px; display:flex; align-items:center; justify-content:center; font-weight:800;
84
+ }
85
+
86
+ /* Simple helper styles */
87
+ .chev { transform:translateY(2px); }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Top bar -->
94
+ <div class="topbar">
95
+ <div class="topbar-left">
96
+ <div class="icon-btn">
97
+ <svg width="36" height="36" viewBox="0 0 36 36">
98
+ <path d="M22 7 L10 18 L22 29" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
99
+ </svg>
100
+ </div>
101
+ </div>
102
+ <div class="topbar-right">
103
+ <div class="icon-btn" style="position:relative;">
104
+ <!-- Filter/adjust icon -->
105
+ <svg width="36" height="36" viewBox="0 0 36 36">
106
+ <g stroke="#111" stroke-width="3" fill="none" stroke-linecap="round">
107
+ <line x1="6" y1="10" x2="30" y2="10"></line>
108
+ <circle cx="14" cy="10" r="3" fill="#111"></circle>
109
+ <line x1="6" y1="18" x2="30" y2="18"></line>
110
+ <circle cx="24" cy="18" r="3" fill="#111"></circle>
111
+ <line x1="6" y1="26" x2="30" y2="26"></line>
112
+ <circle cx="11" cy="26" r="3" fill="#111"></circle>
113
+ </g>
114
+ </svg>
115
+ <div class="badge">2</div>
116
+ </div>
117
+ <div class="icon-btn">
118
+ <!-- Search icon -->
119
+ <svg width="36" height="36" viewBox="0 0 36 36">
120
+ <circle cx="16" cy="16" r="9" stroke="#111" stroke-width="3" fill="none"/>
121
+ <line x1="23" y1="23" x2="30" y2="30" stroke="#111" stroke-width="3" stroke-linecap="round"/>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Title -->
128
+ <div class="page-title">SHOP ALL MOTORSPORT</div>
129
+
130
+ <!-- Subrow -->
131
+ <div class="subrow">
132
+ <div class="count">24 PRODUCTS</div>
133
+ <div class="sort">SORT
134
+ <svg width="30" height="30" viewBox="0 0 30 30">
135
+ <path d="M9 5 L9 23 M9 23 L4 18 M9 23 L14 18" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
136
+ <path d="M21 25 L21 7 M21 7 L16 12 M21 7 L26 12" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
137
+ </svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Product grid -->
142
+ <div class="grid">
143
+
144
+ <!-- Card 1 -->
145
+ <div class="card">
146
+ <div class="img-wrap">
147
+ <div class="label-badge badge-gold">EXCLUSIVE</div>
148
+ <div class="heart">
149
+ <svg width="36" height="36" viewBox="0 0 36 36">
150
+ <path d="M18 29 C18 29 5 21 5 13 C5 9 8 6 12 6 C15 6 18 8 18 10 C18 8 21 6 24 6 C28 6 31 9 31 13 C31 21 18 29 18 29 Z" stroke="#111" stroke-width="2.5" fill="none"/>
151
+ </svg>
152
+ </div>
153
+ <div style="width:100%; height:100%; display:flex; align-items:center; justify-content:center;">
154
+ <div style="width:90%; height:80%; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
155
+ [IMG: Blue Speedcat Driving Shoe]
156
+ </div>
157
+ </div>
158
+ </div>
159
+ <div class="meta">1 Color</div>
160
+ <div class="title">Speedcat Shield SD Driving Shoes</div>
161
+ <div class="price">$90.00</div>
162
+ <div class="rating">
163
+ <div class="stars">
164
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="#111"/></svg>
165
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="#111"/></svg>
166
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="#111"/></svg>
167
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="#111"/></svg>
168
+ <!-- half star -->
169
+ <svg width="28" height="28" viewBox="0 0 24 24">
170
+ <defs>
171
+ <clipPath id="half">
172
+ <rect x="0" y="0" width="12" height="24"></rect>
173
+ </clipPath>
174
+ </defs>
175
+ <path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="#111" clip-path="url(#half)"/>
176
+ <path d="M12 2 L15 9 L22 9 L16.5 13.5 L18.8 20.5 L12 16.5 L5.2 20.5 L7.5 13.5 L2 9 L9 9 Z" fill="none" stroke="#111" stroke-width="1.5"/>
177
+ </svg>
178
+ </div>
179
+ <div class="count">(22)</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Card 2 -->
184
+ <div class="card">
185
+ <div class="img-wrap">
186
+ <div class="label-badge badge-dark">NEW</div>
187
+ <div class="heart">
188
+ <svg width="36" height="36" viewBox="0 0 36 36">
189
+ <path d="M18 29 C18 29 5 21 5 13 C5 9 8 6 12 6 C15 6 18 8 18 10 C18 8 21 6 24 6 C28 6 31 9 31 13 C31 21 18 29 18 29 Z" stroke="#111" stroke-width="2.5" fill="none"/>
190
+ </svg>
191
+ </div>
192
+ <div style="width:100%; height:100%; display:flex; align-items:center; justify-content:center;">
193
+ <div style="width:90%; height:80%; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
194
+ [IMG: Red/Black Motorsport Shoe]
195
+ </div>
196
+ </div>
197
+ </div>
198
+ <div class="meta">2 Colors
199
+ <svg class="chev" width="20" height="20" viewBox="0 0 20 20"><path d="M4 7 L10 13 L16 7" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
200
+ </div>
201
+ <div class="title">Scuderia Ferrari Future Cat OG Motorsport Shoes</div>
202
+ <div class="price">$100.00</div>
203
+ </div>
204
+
205
+ <!-- Card 3 -->
206
+ <div class="card">
207
+ <div class="img-wrap">
208
+ <div class="heart">
209
+ <svg width="36" height="36" viewBox="0 0 36 36">
210
+ <path d="M18 29 C18 29 5 21 5 13 C5 9 8 6 12 6 C15 6 18 8 18 10 C18 8 21 6 24 6 C28 6 31 9 31 13 C31 21 18 29 18 29 Z" stroke="#111" stroke-width="2.5" fill="none"/>
211
+ </svg>
212
+ </div>
213
+ <div style="width:100%; height:100%; display:flex; align-items:center; justify-content:center;">
214
+ <div style="width:90%; height:80%; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
215
+ [IMG: Black Speedcat Shoe with Yellow Heel]
216
+ </div>
217
+ </div>
218
+ </div>
219
+ <div class="meta">2 Colors
220
+ <svg class="chev" width="20" height="20" viewBox="0 0 20 20"><path d="M4 7 L10 13 L16 7" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
221
+ </div>
222
+ <div class="title">Porsche Legacy Speedcat Driving Shoes</div>
223
+ <div class="price">$100.00</div>
224
+ </div>
225
+
226
+ <!-- Card 4 -->
227
+ <div class="card">
228
+ <div class="img-wrap">
229
+ <div class="label-badge badge-dark">NEW</div>
230
+ <div class="heart">
231
+ <svg width="36" height="36" viewBox="0 0 36 36">
232
+ <path d="M18 29 C18 29 5 21 5 13 C5 9 8 6 12 6 C15 6 18 8 18 10 C18 8 21 6 24 6 C28 6 31 9 31 13 C31 21 18 29 18 29 Z" stroke="#111" stroke-width="2.5" fill="none"/>
233
+ </svg>
234
+ </div>
235
+ <div style="width:100%; height:100%; display:flex; align-items:center; justify-content:center;">
236
+ <div style="width:90%; height:80%; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">
237
+ [IMG: Black Motorsport Shoe with White/Red Stripe]
238
+ </div>
239
+ </div>
240
+ </div>
241
+ <div class="meta">2 Colors
242
+ <svg class="chev" width="20" height="20" viewBox="0 0 20 20"><path d="M4 7 L10 13 L16 7" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
243
+ </div>
244
+ <div class="title">Scuderia Ferrari Future Cat OG Motorsport Shoes</div>
245
+ <div class="price">$100.00</div>
246
+ </div>
247
+
248
+ </div>
249
+
250
+ <!-- Bottom tab bar -->
251
+ <div class="tabbar">
252
+ <div class="tab">
253
+ <svg width="44" height="44" viewBox="0 0 44 44">
254
+ <path d="M8 20 L22 8 L36 20 L36 36 L8 36 Z" stroke="#666" stroke-width="3" fill="none" stroke-linejoin="round"/>
255
+ </svg>
256
+ <div>HOME</div>
257
+ </div>
258
+ <div class="tab">
259
+ <svg width="44" height="44" viewBox="0 0 44 44">
260
+ <rect x="9" y="10" width="26" height="26" stroke="#666" stroke-width="3" fill="none"/>
261
+ <line x1="9" y1="18" x2="35" y2="18" stroke="#666" stroke-width="3"/>
262
+ </svg>
263
+ <div>DROPS</div>
264
+ </div>
265
+ <div class="tab active">
266
+ <svg width="44" height="44" viewBox="0 0 44 44">
267
+ <circle cx="19" cy="19" r="9" stroke="#111" stroke-width="3" fill="none"/>
268
+ <line x1="27" y1="27" x2="36" y2="36" stroke="#111" stroke-width="3" stroke-linecap="round"/>
269
+ </svg>
270
+ <div>SHOP</div>
271
+ </div>
272
+ <div class="tab">
273
+ <svg width="44" height="44" viewBox="0 0 44 44">
274
+ <path d="M8 10 L12 30 L34 30 L36 14 L12 14" stroke="#666" stroke-width="3" fill="none" stroke-linejoin="round"/>
275
+ <circle cx="16" cy="35" r="3" fill="#666"></circle>
276
+ <circle cx="30" cy="35" r="3" fill="#666"></circle>
277
+ </svg>
278
+ <div>CART</div>
279
+ </div>
280
+ <div class="tab">
281
+ <svg width="44" height="44" viewBox="0 0 44 44">
282
+ <circle cx="22" cy="14" r="7" stroke="#666" stroke-width="3" fill="none"/>
283
+ <path d="M8 36 C8 28 14 24 22 24 C30 24 36 28 36 36" stroke="#666" stroke-width="3" fill="none"/>
284
+ </svg>
285
+ <div class="small-badge">1</div>
286
+ <div>ACCOUNT</div>
287
+ </div>
288
+ </div>
289
+
290
+ </div>
291
+ </body>
292
+ </html>
code/4121/4121_0.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Android Home UI Recreation</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background:
15
+ radial-gradient(ellipse at 20% 10%, rgba(60,60,60,0.4), transparent 55%),
16
+ radial-gradient(ellipse at 70% 40%, rgba(40,40,40,0.5), transparent 60%),
17
+ repeating-linear-gradient(130deg, #1a1a1a 0px, #1a1a1a 2px, #101010 6px, #101010 10px);
18
+ color: #fff;
19
+ font-family: Arial, Helvetica, sans-serif;
20
+ }
21
+
22
+ /* Status Bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ right: 0;
28
+ height: 110px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 32px;
32
+ font-size: 34px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-left { flex: 1; }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ }
41
+ .status-icon svg { display: block; }
42
+
43
+ /* Date & Weather */
44
+ .date-widget {
45
+ position: absolute;
46
+ top: 240px;
47
+ left: 80px;
48
+ }
49
+ .date-widget .date {
50
+ font-size: 64px;
51
+ font-weight: 600;
52
+ }
53
+ .weather {
54
+ margin-top: 22px;
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 16px;
58
+ font-size: 40px;
59
+ }
60
+
61
+ /* Apps Grid */
62
+ .apps-row {
63
+ position: absolute;
64
+ left: 0;
65
+ width: 100%;
66
+ display: flex;
67
+ justify-content: space-around;
68
+ padding: 0 80px;
69
+ }
70
+ .row-1 { top: 1460px; }
71
+ .row-2 { top: 1750px; }
72
+
73
+ .app {
74
+ width: 180px;
75
+ text-align: center;
76
+ color: #f0f0f0;
77
+ }
78
+ .icon-wrap {
79
+ width: 160px;
80
+ height: 160px;
81
+ border-radius: 50%;
82
+ background: #ffffff;
83
+ margin: 0 auto 20px;
84
+ position: relative;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: center;
88
+ }
89
+ .label {
90
+ font-size: 34px;
91
+ letter-spacing: 0.2px;
92
+ }
93
+
94
+ .badge {
95
+ position: absolute;
96
+ right: 14px;
97
+ top: 12px;
98
+ width: 28px;
99
+ height: 28px;
100
+ background: #b18ae8;
101
+ border-radius: 50%;
102
+ }
103
+
104
+ /* Dock Search Bar */
105
+ .dock {
106
+ position: absolute;
107
+ bottom: 170px;
108
+ left: 80px;
109
+ width: 920px;
110
+ height: 120px;
111
+ background: #3a3a3a;
112
+ border-radius: 60px;
113
+ box-shadow: 0 6px 18px rgba(0,0,0,0.35);
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
117
+ padding: 0 36px;
118
+ }
119
+ .dock-left, .dock-right {
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 26px;
123
+ }
124
+ .search-placeholder {
125
+ color: #cfcfcf;
126
+ font-size: 38px;
127
+ opacity: 0.5;
128
+ }
129
+
130
+ /* Gesture pill */
131
+ .gesture {
132
+ position: absolute;
133
+ bottom: 72px;
134
+ left: 50%;
135
+ transform: translateX(-50%);
136
+ width: 210px;
137
+ height: 10px;
138
+ background: #e9e9e9;
139
+ border-radius: 8px;
140
+ opacity: 0.8;
141
+ }
142
+
143
+ /* Helper colors */
144
+ .g-blue { fill: #4285F4; }
145
+ .g-red { fill: #DB4437; }
146
+ .g-yellow { fill: #F4B400; }
147
+ .g-green { fill: #0F9D58; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div class="status-left">2:33</div>
156
+ <div class="status-right">
157
+ <div class="status-icon" title="Wi‑Fi">
158
+ <svg width="44" height="44" viewBox="0 0 44 44">
159
+ <path d="M5 16c9-9 25-9 34 0" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
160
+ <path d="M10 22c6-6 18-6 24 0" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
161
+ <path d="M16 28c3-3 9-3 12 0" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"/>
162
+ <circle cx="22" cy="33" r="3" fill="#fff"/>
163
+ </svg>
164
+ </div>
165
+ <div class="status-icon" title="Battery">
166
+ <svg width="44" height="44" viewBox="0 0 44 44">
167
+ <rect x="9" y="14" width="24" height="16" rx="3" ry="3" stroke="#fff" stroke-width="3" fill="none"/>
168
+ <rect x="12" y="17" width="18" height="10" fill="#fff"/>
169
+ <rect x="34" y="18" width="4" height="8" rx="1" fill="#fff"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Date & Weather -->
176
+ <div class="date-widget">
177
+ <div class="date">Fri, Jul 28</div>
178
+ <div class="weather">
179
+ <svg width="52" height="52" viewBox="0 0 64 64">
180
+ <circle cx="22" cy="26" r="14" fill="#cfd8dc"/>
181
+ <circle cx="36" cy="26" r="16" fill="#eceff1"/>
182
+ <rect x="12" y="36" width="40" height="10" rx="5" fill="#eceff1"/>
183
+ <path d="M18 50 l0 10 M30 50 l0 10 M42 50 l0 10" stroke="#4fc3f7" stroke-width="4" stroke-linecap="round"/>
184
+ </svg>
185
+ <span>31°C</span>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Apps Row 1 -->
190
+ <div class="apps-row row-1">
191
+ <!-- Play Store -->
192
+ <div class="app">
193
+ <div class="icon-wrap">
194
+ <svg width="108" height="108" viewBox="0 0 108 108">
195
+ <polygon points="20,18 88,54 20,90" fill="#4285F4"/>
196
+ <polygon points="20,18 44,46 20,46" fill="#34A853"/>
197
+ <polygon points="20,62 44,90 20,90" fill="#FBBC04"/>
198
+ <polygon points="44,46 88,54 44,62" fill="#EA4335"/>
199
+ </svg>
200
+ </div>
201
+ <div class="label">Play Store</div>
202
+ </div>
203
+
204
+ <!-- Gmail -->
205
+ <div class="app">
206
+ <div class="icon-wrap">
207
+ <svg width="110" height="110" viewBox="0 0 110 110">
208
+ <rect x="18" y="30" width="74" height="50" rx="10" fill="#fff" stroke="#e0e0e0"/>
209
+ <path d="M18 32 L55 62 L92 32" stroke-width="14" stroke-linecap="round" fill="none"
210
+ stroke="#EA4335"/>
211
+ <path d="M32 80 V40" stroke="#34A853" stroke-width="14" stroke-linecap="round"/>
212
+ <path d="M78 80 V40" stroke="#4285F4" stroke-width="14" stroke-linecap="round"/>
213
+ <path d="M18 32 H92" stroke="#FBBC04" stroke-width="10"/>
214
+ </svg>
215
+ </div>
216
+ <div class="label">Gmail</div>
217
+ </div>
218
+
219
+ <!-- Photos -->
220
+ <div class="app">
221
+ <div class="icon-wrap">
222
+ <svg width="110" height="110" viewBox="0 0 110 110">
223
+ <circle cx="55" cy="55" r="12" fill="#fff"/>
224
+ <path d="M55 20 A35 35 0 0 1 90 55 L55 55 Z" fill="#FBBC04"/>
225
+ <path d="M55 20 A35 35 0 0 0 20 55 L55 55 Z" fill="#EA4335"/>
226
+ <path d="M55 90 A35 35 0 0 1 20 55 L55 55 Z" fill="#34A853"/>
227
+ <path d="M55 90 A35 35 0 0 0 90 55 L55 55 Z" fill="#4285F4"/>
228
+ </svg>
229
+ </div>
230
+ <div class="label">Photos</div>
231
+ </div>
232
+
233
+ <!-- YouTube -->
234
+ <div class="app">
235
+ <div class="icon-wrap">
236
+ <div class="badge"></div>
237
+ <svg width="110" height="110" viewBox="0 0 110 110">
238
+ <rect x="20" y="30" width="70" height="50" rx="14" fill="#ff0000"/>
239
+ <polygon points="48,40 48,70 76,55" fill="#fff"/>
240
+ </svg>
241
+ </div>
242
+ <div class="label">YouTube</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Apps Row 2 -->
247
+ <div class="apps-row row-2">
248
+ <!-- Phone -->
249
+ <div class="app">
250
+ <div class="icon-wrap">
251
+ <svg width="110" height="110" viewBox="0 0 110 110">
252
+ <path d="M32 30 c16 24 24 32 48 48 l-10 10 c-18 -10 -36 -26 -48 -48 l10 -10 z"
253
+ fill="#2E89FF"/>
254
+ </svg>
255
+ </div>
256
+ <div class="label">Phone</div>
257
+ </div>
258
+
259
+ <!-- Messages -->
260
+ <div class="app">
261
+ <div class="icon-wrap">
262
+ <svg width="110" height="110" viewBox="0 0 110 110">
263
+ <rect x="22" y="28" width="66" height="46" rx="14" fill="#4A90FE"/>
264
+ <polygon points="40,74 54,74 40,88" fill="#4A90FE"/>
265
+ <rect x="32" y="40" width="46" height="8" rx="4" fill="#fff" opacity="0.85"/>
266
+ <rect x="32" y="54" width="32" height="8" rx="4" fill="#fff" opacity="0.85"/>
267
+ </svg>
268
+ </div>
269
+ <div class="label">Messages</div>
270
+ </div>
271
+
272
+ <!-- Chrome -->
273
+ <div class="app">
274
+ <div class="icon-wrap">
275
+ <svg width="110" height="110" viewBox="0 0 110 110">
276
+ <circle cx="55" cy="55" r="34" fill="#fff"/>
277
+ <path d="M55 21 A34 34 0 0 1 89 55 H55 Z" fill="#EA4335"/>
278
+ <path d="M21 55 A34 34 0 0 1 55 21 L55 55 Z" fill="#FBBC04"/>
279
+ <path d="M55 89 A34 34 0 0 1 21 55 H55 Z" fill="#34A853"/>
280
+ <circle cx="55" cy="55" r="16" fill="#4285F4"/>
281
+ </svg>
282
+ </div>
283
+ <div class="label">Chrome</div>
284
+ </div>
285
+
286
+ <!-- Camera -->
287
+ <div class="app">
288
+ <div class="icon-wrap">
289
+ <svg width="110" height="110" viewBox="0 0 110 110">
290
+ <rect x="22" y="34" width="66" height="42" rx="10" fill="#616161"/>
291
+ <rect x="30" y="28" width="20" height="10" rx="4" fill="#757575"/>
292
+ <circle cx="55" cy="55" r="16" fill="#4A90FE"/>
293
+ <circle cx="55" cy="55" r="8" fill="#82b1ff"/>
294
+ </svg>
295
+ </div>
296
+ <div class="label">Camera</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Dock Search Bar -->
301
+ <div class="dock">
302
+ <div class="dock-left">
303
+ <svg width="48" height="48" viewBox="0 0 48 48">
304
+ <path d="M24 10 c6 0 10 4 10 10 h-10 v-10 z" class="g-blue"/>
305
+ <path d="M24 10 c-6 0 -10 4 -10 10 h10 v-10 z" class="g-red"/>
306
+ <path d="M14 20 c0 6 4 10 10 10 v-10 h-10 z" class="g-yellow"/>
307
+ <path d="M24 30 c6 0 10 -4 10 -10 h-6" class="g-green" stroke="#0F9D58" stroke-width="8" fill="none"/>
308
+ </svg>
309
+ <div class="search-placeholder">Search</div>
310
+ </div>
311
+ <div class="dock-right">
312
+ <!-- Mic -->
313
+ <svg width="44" height="44" viewBox="0 0 44 44">
314
+ <rect x="16" y="10" width="12" height="18" rx="6" fill="#4285F4"/>
315
+ <path d="M12 20 c0 8 20 8 20 0" stroke="#fff" stroke-width="3" fill="none"/>
316
+ <rect x="20" y="28" width="4" height="8" fill="#fff"/>
317
+ </svg>
318
+ <!-- Google Lens / Camera -->
319
+ <svg width="44" height="44" viewBox="0 0 44 44">
320
+ <rect x="8" y="12" width="28" height="20" rx="6" fill="#3b3b3b" stroke="#fff" stroke-width="2"/>
321
+ <circle cx="22" cy="22" r="6" fill="#4285F4"/>
322
+ <rect x="14" y="10" width="8" height="6" rx="2" fill="#fff"/>
323
+ </svg>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Gesture pill -->
328
+ <div class="gesture"></div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/4121/4121_1.html ADDED
@@ -0,0 +1,517 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Fitness Dashboard Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #1f2126; /* app canvas */
21
+ color: #E7ECEF;
22
+ letter-spacing: 0.2px;
23
+ }
24
+
25
+ /* top action chips */
26
+ .top-actions {
27
+ position: absolute;
28
+ top: 120px;
29
+ right: 40px;
30
+ display: flex;
31
+ gap: 28px;
32
+ align-items: center;
33
+ }
34
+ .chip {
35
+ width: 96px;
36
+ height: 96px;
37
+ border-radius: 50%;
38
+ display: grid;
39
+ place-items: center;
40
+ background: transparent;
41
+ border: 3px solid #AAB3BF33;
42
+ color: #E7ECEF;
43
+ font-weight: 600;
44
+ }
45
+ .avatar {
46
+ width: 108px;
47
+ height: 108px;
48
+ border-radius: 50%;
49
+ background: #7c655a;
50
+ display: grid;
51
+ place-items: center;
52
+ font-weight: 700;
53
+ font-size: 46px;
54
+ color: #fff;
55
+ box-shadow: 0 8px 24px rgba(0,0,0,0.35);
56
+ }
57
+
58
+ /* ring section */
59
+ .ring-section {
60
+ margin-top: 260px;
61
+ text-align: center;
62
+ }
63
+ .ring-wrap {
64
+ position: relative;
65
+ width: 640px;
66
+ height: 640px;
67
+ margin: 0 auto;
68
+ }
69
+ /* outer green arc */
70
+ .ring-outer {
71
+ position: absolute;
72
+ inset: 0;
73
+ border-radius: 50%;
74
+ background:
75
+ radial-gradient(closest-side, #1f2126 76%, transparent 77% 100%),
76
+ conic-gradient(#18d0a6 0 72deg, #0e2a2b 72deg 360deg);
77
+ filter: drop-shadow(0 10px 24px rgba(0,0,0,0.3));
78
+ }
79
+ /* inner blue progress ring */
80
+ .ring-inner {
81
+ position: absolute;
82
+ inset: 64px;
83
+ border-radius: 50%;
84
+ background:
85
+ radial-gradient(closest-side, #1f2126 74%, transparent 75% 100%),
86
+ conic-gradient(#7aa0ff 340deg, #2c3340 0);
87
+ }
88
+ /* tiny gap detail */
89
+ .ring-gap {
90
+ position: absolute;
91
+ inset: 64px;
92
+ border-radius: 50%;
93
+ background:
94
+ radial-gradient(closest-side, transparent 74%, #1f2126 0 100%),
95
+ conic-gradient(#1f2126 300deg, transparent 0);
96
+ transform: rotate(60deg);
97
+ mix-blend-mode: normal;
98
+ pointer-events: none;
99
+ }
100
+ .ring-center {
101
+ position: absolute;
102
+ inset: 0;
103
+ display: grid;
104
+ place-items: center;
105
+ text-align: center;
106
+ }
107
+ .ring-center .value {
108
+ font-size: 160px;
109
+ line-height: 1;
110
+ color: #18d0a6;
111
+ font-weight: 800;
112
+ letter-spacing: -2px;
113
+ }
114
+ .ring-center .subtitle {
115
+ margin-top: 10px;
116
+ font-size: 58px;
117
+ color: #9CB4FF;
118
+ font-weight: 700;
119
+ }
120
+
121
+ /* metric labels under ring */
122
+ .indicator-row {
123
+ margin-top: 40px;
124
+ display: flex;
125
+ justify-content: center;
126
+ gap: 80px;
127
+ align-items: center;
128
+ color: #cfd6de;
129
+ font-size: 44px;
130
+ }
131
+ .indicator {
132
+ display: inline-flex;
133
+ gap: 16px;
134
+ align-items: center;
135
+ }
136
+ .indicator svg {
137
+ width: 46px;
138
+ height: 46px;
139
+ }
140
+ .indicator.heart { color: #18d0a6; }
141
+ .indicator.steps { color: #7aa0ff; }
142
+
143
+ /* stats row */
144
+ .stats {
145
+ margin-top: 70px;
146
+ display: flex;
147
+ justify-content: center;
148
+ gap: 140px;
149
+ text-align: center;
150
+ }
151
+ .stat .num {
152
+ font-size: 72px;
153
+ font-weight: 800;
154
+ color: #b8c7ff;
155
+ }
156
+ .stat .label {
157
+ font-size: 38px;
158
+ color: #b7c1cc;
159
+ opacity: 0.85;
160
+ margin-top: 6px;
161
+ }
162
+
163
+ /* cards */
164
+ .card {
165
+ width: 1000px;
166
+ margin: 70px auto 0;
167
+ background: #2a2d33;
168
+ border-radius: 32px;
169
+ padding: 40px 40px 48px;
170
+ box-shadow: 0 16px 40px rgba(0,0,0,0.35);
171
+ position: relative;
172
+ }
173
+ .card .chev {
174
+ position: absolute;
175
+ right: 36px;
176
+ top: 42px;
177
+ opacity: 0.7;
178
+ }
179
+ .card h3 {
180
+ margin: 0;
181
+ font-size: 56px;
182
+ font-weight: 700;
183
+ color: #e9edf2;
184
+ }
185
+ .card .sub {
186
+ margin-top: 8px;
187
+ color: #aeb6c1;
188
+ font-size: 38px;
189
+ }
190
+
191
+ /* daily goals detail */
192
+ .goals {
193
+ margin-top: 34px;
194
+ display: flex;
195
+ align-items: flex-end;
196
+ justify-content: space-between;
197
+ }
198
+ .goal-left .big {
199
+ color: #86a6ff;
200
+ font-weight: 800;
201
+ font-size: 72px;
202
+ }
203
+ .goal-left .small {
204
+ color: #86a6ff;
205
+ font-size: 40px;
206
+ margin-left: 10px;
207
+ }
208
+ .goal-left .ach {
209
+ margin-top: 6px;
210
+ font-size: 38px;
211
+ color: #86a6ff;
212
+ opacity: 0.9;
213
+ }
214
+ .week {
215
+ display: flex;
216
+ gap: 22px;
217
+ align-items: center;
218
+ }
219
+ .day {
220
+ width: 72px;
221
+ height: 72px;
222
+ border-radius: 50%;
223
+ background:
224
+ radial-gradient(closest-side, #2a2d33 73%, transparent 74% 100%),
225
+ conic-gradient(#18d0a6 0 12deg, #1d2a2f 12deg 360deg);
226
+ box-shadow: inset 0 0 0 3px #21343a;
227
+ position: relative;
228
+ }
229
+ .day:last-child {
230
+ background:
231
+ radial-gradient(closest-side, #2a2d33 73%, transparent 74% 100%),
232
+ conic-gradient(#7aa0ff 300deg, #1d2a2f 0);
233
+ box-shadow: inset 0 0 0 3px #4b5b85;
234
+ }
235
+ .day-labels {
236
+ display: flex;
237
+ gap: 46px;
238
+ justify-content: flex-end;
239
+ margin-top: 8px;
240
+ color: #9aa4af;
241
+ font-size: 34px;
242
+ }
243
+
244
+ /* weekly target */
245
+ .target {
246
+ margin-top: 26px;
247
+ }
248
+ .target .progress-head {
249
+ display: flex;
250
+ align-items: center;
251
+ justify-content: space-between;
252
+ }
253
+ .target .progress-head .left {
254
+ font-size: 64px;
255
+ font-weight: 800;
256
+ color: #18d0a6;
257
+ }
258
+ .target .bar {
259
+ margin-top: 24px;
260
+ height: 20px;
261
+ background: #193d3a;
262
+ border-radius: 12px;
263
+ overflow: hidden;
264
+ }
265
+ .target .bar .fill {
266
+ width: 18%;
267
+ height: 100%;
268
+ background: #1ab39a;
269
+ }
270
+ .target .desc {
271
+ margin-top: 28px;
272
+ color: #c6cdd6;
273
+ font-size: 40px;
274
+ line-height: 1.4;
275
+ max-width: 820px;
276
+ }
277
+ .logo-heart {
278
+ position: absolute;
279
+ right: 36px;
280
+ bottom: 34px;
281
+ width: 130px;
282
+ height: 130px;
283
+ border-radius: 20px;
284
+ display: grid;
285
+ place-items: center;
286
+ color: #fff;
287
+ }
288
+
289
+ /* floating action button */
290
+ .fab {
291
+ position: absolute;
292
+ right: 46px;
293
+ bottom: 350px;
294
+ width: 132px;
295
+ height: 132px;
296
+ border-radius: 50%;
297
+ background: #3a3e45;
298
+ display: grid;
299
+ place-items: center;
300
+ box-shadow: 0 16px 36px rgba(0,0,0,0.45);
301
+ }
302
+ .fab .plus {
303
+ position: relative;
304
+ width: 68px;
305
+ height: 68px;
306
+ }
307
+ .fab .plus::before,
308
+ .fab .plus::after {
309
+ content: "";
310
+ position: absolute;
311
+ left: 50%;
312
+ top: 0;
313
+ transform: translateX(-50%);
314
+ width: 14px;
315
+ height: 100%;
316
+ background: linear-gradient(#fbbc05 0 50%, #34a853 50% 100%);
317
+ border-radius: 6px;
318
+ }
319
+ .fab .plus::after {
320
+ transform: translateX(-50%) rotate(90deg);
321
+ background: linear-gradient(#4285f4 0 50%, #ea4335 50% 100%);
322
+ }
323
+
324
+ /* bottom nav */
325
+ .bottom-nav {
326
+ position: absolute;
327
+ left: 0;
328
+ right: 0;
329
+ bottom: 160px;
330
+ height: 140px;
331
+ background: rgba(24,25,30,0.92);
332
+ display: flex;
333
+ justify-content: space-around;
334
+ align-items: center;
335
+ border-top: 1px solid #2c2f36;
336
+ }
337
+ .nav-item {
338
+ display: grid;
339
+ place-items: center;
340
+ gap: 10px;
341
+ color: #9aa4af;
342
+ font-size: 36px;
343
+ }
344
+ .nav-item.active {
345
+ color: #86a6ff;
346
+ }
347
+ .nav-item svg {
348
+ width: 56px;
349
+ height: 56px;
350
+ }
351
+
352
+ /* gesture bar */
353
+ .gesture {
354
+ position: absolute;
355
+ left: 50%;
356
+ transform: translateX(-50%);
357
+ bottom: 72px;
358
+ width: 280px;
359
+ height: 10px;
360
+ background: #d7dbe2;
361
+ opacity: 0.8;
362
+ border-radius: 10px;
363
+ }
364
+ </style>
365
+ </head>
366
+ <body>
367
+ <div id="render-target">
368
+
369
+ <!-- top right actions -->
370
+ <div class="top-actions">
371
+ <div class="chip">
372
+ <svg viewBox="0 0 24 24" width="46" height="46" aria-hidden="true">
373
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#E7ECEF" stroke-width="2" opacity="0.9"/>
374
+ <line x1="12" y1="7" x2="12" y2="13" stroke="#E7ECEF" stroke-width="2"/>
375
+ <circle cx="12" cy="17" r="1.6" fill="#E7ECEF"/>
376
+ </svg>
377
+ </div>
378
+ <div class="avatar">C</div>
379
+ </div>
380
+
381
+ <!-- ring progress -->
382
+ <section class="ring-section">
383
+ <div class="ring-wrap">
384
+ <div class="ring-outer"></div>
385
+ <div class="ring-inner"></div>
386
+ <div class="ring-gap"></div>
387
+ <div class="ring-center">
388
+ <div class="value">4</div>
389
+ <div class="subtitle">11,633</div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="indicator-row">
394
+ <div class="indicator heart">
395
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
396
+ <path d="M12 21s-6.3-4.7-9-8.3C.1 9.2 2.1 5 6 5c2 0 3.2 1.1 4 2 0.8-0.9 2-2 4-2 3.9 0 5.9 4.2 3 7.7-2.7 3.6-9 8.3-9 8.3z"/>
397
+ </svg>
398
+ <span>Heart Pts</span>
399
+ </div>
400
+ <div class="indicator steps">
401
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
402
+ <path d="M13 5a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2 5-3 4-3-1-2 4h3l2 5h3l-1.5-4 3-4-1.5-4Z"/>
403
+ </svg>
404
+ <span>Steps</span>
405
+ </div>
406
+ </div>
407
+
408
+ <div class="stats">
409
+ <div class="stat">
410
+ <div class="num">2,117</div>
411
+ <div class="label">Cal</div>
412
+ </div>
413
+ <div class="stat">
414
+ <div class="num">10.18</div>
415
+ <div class="label">mi</div>
416
+ </div>
417
+ <div class="stat">
418
+ <div class="num">40</div>
419
+ <div class="label">Move Min</div>
420
+ </div>
421
+ </div>
422
+ </section>
423
+
424
+ <!-- Daily goals card -->
425
+ <div class="card">
426
+ <h3>Your daily goals</h3>
427
+ <div class="sub">Last 7 days</div>
428
+ <svg class="chev" viewBox="0 0 24 24" width="56" height="56" aria-hidden="true">
429
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#B4BBC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
430
+ </svg>
431
+
432
+ <div class="goals">
433
+ <div class="goal-left">
434
+ <span class="big">0/7</span><span class="small"></span>
435
+ <div class="ach">Achieved</div>
436
+ </div>
437
+ <div>
438
+ <div class="week">
439
+ <div class="day"></div>
440
+ <div class="day"></div>
441
+ <div class="day"></div>
442
+ <div class="day"></div>
443
+ <div class="day"></div>
444
+ <div class="day"></div>
445
+ <div class="day"></div>
446
+ </div>
447
+ <div class="day-labels">
448
+ <span>S</span><span>S</span><span>M</span><span>T</span><span>W</span><span>T</span><span>F</span>
449
+ </div>
450
+ </div>
451
+ </div>
452
+ </div>
453
+
454
+ <!-- Weekly target card -->
455
+ <div class="card">
456
+ <h3>Your weekly target</h3>
457
+ <div class="sub">Jul 23 – 29</div>
458
+ <svg class="chev" viewBox="0 0 24 24" width="56" height="56" aria-hidden="true">
459
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#B4BBC6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
460
+ </svg>
461
+
462
+ <div class="target">
463
+ <div class="progress-head">
464
+ <div class="left">4 of 150</div>
465
+ </div>
466
+ <div class="bar"><div class="fill"></div></div>
467
+ <div class="desc">
468
+ Scoring 150 Heart Points a week can help you live longer, sleep better, and boost your mood
469
+ </div>
470
+ </div>
471
+
472
+ <div class="logo-heart">
473
+ <svg viewBox="0 0 24 24" width="110" height="110" aria-hidden="true">
474
+ <path d="M12 22s-6-4.4-8.6-7.8C.5 10.6 2.4 6 6.2 6c2.1 0 3.2 1.2 3.8 2 .6-.8 1.7-2 3.8-2 3.8 0 5.8 4.6 2.8 8.2C18 17.6 12 22 12 22z" fill="#ea4335"/>
475
+ <path d="M11 8h2v7h-2z" fill="#fff"/>
476
+ <path d="M9 12h6v2H9z" fill="#fff"/>
477
+ </svg>
478
+ </div>
479
+ </div>
480
+
481
+ <!-- Floating Action Button -->
482
+ <div class="fab">
483
+ <div class="plus" aria-hidden="true"></div>
484
+ </div>
485
+
486
+ <!-- bottom navigation -->
487
+ <nav class="bottom-nav">
488
+ <div class="nav-item active">
489
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
490
+ <path d="M12 3l9 8h-3v9H6v-9H3l9-8z"/>
491
+ </svg>
492
+ <div>Home</div>
493
+ </div>
494
+ <div class="nav-item">
495
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
496
+ <path d="M4 4h16v3H4V4zm0 6h16v3H4v-3zm0 6h16v3H4v-3z"/>
497
+ </svg>
498
+ <div>Journal</div>
499
+ </div>
500
+ <div class="nav-item">
501
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
502
+ <path d="M3 6h18v2H3V6zm3 5h12v2H6v-2zm-3 5h18v2H3v-2z"/>
503
+ </svg>
504
+ <div>Browse</div>
505
+ </div>
506
+ <div class="nav-item">
507
+ <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
508
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-8 2-8 5v2h16v-2c0-3-4-5-8-5z"/>
509
+ </svg>
510
+ <div>Profile</div>
511
+ </div>
512
+ </nav>
513
+
514
+ <div class="gesture"></div>
515
+ </div>
516
+ </body>
517
+ </html>
code/4121/4121_2.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Journal UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #202124; /* dark app surface */
15
+ color: #E8EAED;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ .top-actions {
20
+ position: absolute;
21
+ right: 40px;
22
+ top: 160px;
23
+ display: flex;
24
+ gap: 26px;
25
+ align-items: center;
26
+ }
27
+ .icon-btn {
28
+ width: 64px; height: 64px;
29
+ border-radius: 32px;
30
+ background: #2D2F33;
31
+ display: flex; align-items: center; justify-content: center;
32
+ }
33
+ .avatar {
34
+ width: 68px; height: 68px;
35
+ border-radius: 34px;
36
+ background: #7C6A64;
37
+ color: #f2f2f2;
38
+ font-weight: bold;
39
+ display: flex; align-items: center; justify-content: center;
40
+ }
41
+
42
+ .header-title {
43
+ margin: 210px 0 0 48px;
44
+ font-size: 96px;
45
+ font-weight: 500;
46
+ letter-spacing: 0.5px;
47
+ }
48
+
49
+ .section-summary {
50
+ margin: 48px 48px 0 48px;
51
+ padding-bottom: 24px;
52
+ border-bottom: 1px solid #303134;
53
+ display: flex; align-items: center; justify-content: space-between;
54
+ }
55
+ .section-summary .label {
56
+ font-size: 40px;
57
+ color: #E8EAED;
58
+ }
59
+ .summary-right {
60
+ display: flex; gap: 26px; align-items: center; color: #8AB4F8;
61
+ font-size: 32px;
62
+ }
63
+ .summary-right .metric {
64
+ display: flex; align-items: center; gap: 10px;
65
+ color: #8AB4F8;
66
+ }
67
+ .summary-right .metric.green { color: #34A853; }
68
+
69
+ .entry {
70
+ position: relative;
71
+ margin: 0 0;
72
+ padding: 36px 48px;
73
+ border-bottom: 1px solid #303134;
74
+ }
75
+ .entry .row {
76
+ display: flex; align-items: center; gap: 16px;
77
+ color: #9AA0A6; font-size: 30px;
78
+ }
79
+ .entry .title {
80
+ margin-top: 12px;
81
+ font-size: 54px; font-weight: 500; color: #E8EAED;
82
+ }
83
+ .entry .sub {
84
+ margin-top: 10px; font-size: 32px; color: #9AA0A6;
85
+ display: flex; align-items: center; gap: 12px;
86
+ }
87
+ .entry .link {
88
+ margin-top: 12px; font-size: 32px; color: #34A853;
89
+ }
90
+ .entry .circle-icon {
91
+ position: absolute; right: 48px; top: 36px;
92
+ width: 120px; height: 120px; border-radius: 60px;
93
+ background: #2D2F33;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+
97
+ .subsection-title {
98
+ margin: 36px 48px 0 48px;
99
+ padding: 0 0 24px 0;
100
+ font-size: 40px;
101
+ border-bottom: 1px solid #303134;
102
+ }
103
+
104
+ /* Bottom navigation */
105
+ .bottom-nav {
106
+ position: absolute;
107
+ bottom: 0; left: 0;
108
+ width: 1080px; height: 170px;
109
+ background: #2A2C2F;
110
+ border-top: 1px solid #303134;
111
+ display: flex; align-items: center; justify-content: space-around;
112
+ }
113
+ .nav-item {
114
+ display: flex; flex-direction: column; align-items: center; gap: 10px;
115
+ color: #9AA0A6; font-size: 28px;
116
+ }
117
+ .nav-item.active { color: #8AB4F8; font-weight: 600; }
118
+ .nav-icon-wrap {
119
+ width: 72px; height: 72px; border-radius: 36px;
120
+ display: flex; align-items: center; justify-content: center;
121
+ background: transparent;
122
+ }
123
+ .handle {
124
+ position: absolute;
125
+ bottom: 10px; left: 50%;
126
+ transform: translateX(-50%);
127
+ width: 240px; height: 10px; border-radius: 5px;
128
+ background: #EAEAEA;
129
+ opacity: 0.85;
130
+ }
131
+
132
+ /* Floating Action Button */
133
+ .fab {
134
+ position: absolute;
135
+ right: 48px; bottom: 220px;
136
+ width: 120px; height: 120px; border-radius: 60px;
137
+ background: #3A3D40;
138
+ box-shadow: 0 8px 20px rgba(0,0,0,0.35);
139
+ display: flex; align-items: center; justify-content: center;
140
+ }
141
+ .plus-seg {
142
+ position: absolute;
143
+ width: 20px; height: 60px; border-radius: 10px;
144
+ }
145
+ .plus-vert { background: #34A853; }
146
+ .plus-h1 { background: #EA4335; transform: rotate(90deg); }
147
+ .plus-h2 { background: #4285F4; transform: rotate(90deg) translateX(24px); }
148
+ .plus-h3 { background: #FBBC05; transform: rotate(90deg) translateX(-24px); }
149
+
150
+ /* Small helpers */
151
+ .dot {
152
+ width: 6px; height: 6px; border-radius: 3px; background: #9AA0A6; display: inline-block; margin: 0 8px;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Top right actions -->
160
+ <div class="top-actions">
161
+ <div class="icon-btn">
162
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
163
+ <circle cx="12" cy="12" r="8" stroke="#8AB4F8" stroke-width="2"></circle>
164
+ <path d="M15 7l3 0 0 3" stroke="#8AB4F8" stroke-width="2" stroke-linecap="round"></path>
165
+ <path d="M16 8a6 6 0 1 1-4-2" stroke="#8AB4F8" stroke-width="2" stroke-linecap="round"></path>
166
+ </svg>
167
+ </div>
168
+ <div class="avatar">C</div>
169
+ </div>
170
+
171
+ <!-- Header title -->
172
+ <div class="header-title">Journal</div>
173
+
174
+ <!-- Today summary -->
175
+ <div class="section-summary">
176
+ <div class="label">Today</div>
177
+ <div class="summary-right">
178
+ <div class="metric">
179
+ <svg width="32" height="32" viewBox="0 0 24 24">
180
+ <path d="M9 20c-3 0-3-4 0-4h3c2 0 4-2 4-4 0-3-2-4-4-4-2 0-3 1-4 2" fill="none" stroke="#8AB4F8" stroke-width="2" stroke-linecap="round"></path>
181
+ </svg>
182
+ <span>11,633 steps</span>
183
+ </div>
184
+ <div class="metric green">
185
+ <svg width="30" height="30" viewBox="0 0 24 24">
186
+ <path d="M12 21s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#34A853" stroke-width="2"></path>
187
+ </svg>
188
+ <span>4 pts</span>
189
+ </div>
190
+ <div class="metric">
191
+ <svg width="34" height="34" viewBox="0 0 24 24">
192
+ <circle cx="12" cy="12" r="9" stroke="#8AB4F8" stroke-width="2" fill="none"></circle>
193
+ <path d="M12 4a8 8 0 0 1 0 16" stroke="#34A853" stroke-width="2" fill="none"></path>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Entry: Morning run -->
200
+ <div class="entry">
201
+ <div class="row">
202
+ <svg width="28" height="28" viewBox="0 0 24 24">
203
+ <path d="M7 4l3 0m-2 4l4-2m-3 6l3-2m2 6l2-3" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></path>
204
+ <circle cx="6" cy="6" r="1" fill="#9AA0A6"></circle>
205
+ </svg>
206
+ <span>8:31 AM</span>
207
+ </div>
208
+ <div class="title">Morning run</div>
209
+ <div class="sub">
210
+ <span>10.18 miles in 40 min</span>
211
+ <span class="dot"></span>
212
+ <svg width="28" height="28" viewBox="0 0 24 24">
213
+ <path d="M12 21s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#34A853" stroke-width="2"></path>
214
+ </svg>
215
+ <span>2 pts</span>
216
+ </div>
217
+ <div class="link">Extra points earned</div>
218
+ <div class="circle-icon">
219
+ <svg width="64" height="64" viewBox="0 0 24 24">
220
+ <circle cx="12" cy="12" r="11" fill="#35404C"></circle>
221
+ <path d="M8 6l2 1m3-1l2 2m-7 6l3-2m2 0l3 3m-7 1l-2 3" stroke="#8AB4F8" stroke-width="2" stroke-linecap="round"></path>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Yesterday header -->
227
+ <div class="subsection-title">Yesterday</div>
228
+ <div class="section-summary" style="border-bottom:none; margin-top: 0;">
229
+ <div class="label" style="font-size:0;"></div>
230
+ <div class="summary-right" style="margin-left:auto;">
231
+ <div class="metric">
232
+ <svg width="32" height="32" viewBox="0 0 24 24">
233
+ <path d="M9 20c-3 0-3-4 0-4h3c2 0 4-2 4-4 0-3-2-4-4-4-2 0-3 1-4 2" fill="none" stroke="#8AB4F8" stroke-width="2" stroke-linecap="round"></path>
234
+ </svg>
235
+ <span>0 steps</span>
236
+ </div>
237
+ <div class="metric green">
238
+ <svg width="30" height="30" viewBox="0 0 24 24">
239
+ <path d="M12 21s-7-4.5-7-9a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 9-7 9z" fill="none" stroke="#34A853" stroke-width="2"></path>
240
+ </svg>
241
+ <span>0 pts</span>
242
+ </div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Entry: Afternoon walk 3:11 PM -->
247
+ <div class="entry">
248
+ <div class="row">
249
+ <svg width="28" height="28" viewBox="0 0 24 24">
250
+ <path d="M7 4l3 0m-2 4l4-2m-3 6l3-2m2 6l2-3" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></path>
251
+ <circle cx="6" cy="6" r="1" fill="#9AA0A6"></circle>
252
+ </svg>
253
+ <span>3:11 PM</span>
254
+ </div>
255
+ <div class="title">Afternoon walk</div>
256
+ <div class="sub">0 miles in 4 min</div>
257
+ <div class="circle-icon">
258
+ <svg width="64" height="64" viewBox="0 0 24 24">
259
+ <circle cx="12" cy="12" r="11" fill="#39414A"></circle>
260
+ <path d="M9 7l2 2m1 0l3 1m-6 4l3-2m2 3l2-3" stroke="#A6C7FF" stroke-width="2" stroke-linecap="round"></path>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Entry: Afternoon walk 2:48 PM -->
266
+ <div class="entry">
267
+ <div class="row">
268
+ <svg width="28" height="28" viewBox="0 0 24 24">
269
+ <path d="M7 4l3 0m-2 4l4-2m-3 6l3-2m2 6l2-3" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></path>
270
+ <circle cx="6" cy="6" r="1" fill="#9AA0A6"></circle>
271
+ </svg>
272
+ <span>2:48 PM</span>
273
+ </div>
274
+ <div class="title">Afternoon walk</div>
275
+ <div class="sub">0 miles in &lt; 1 min</div>
276
+ <div class="circle-icon">
277
+ <!-- Map-style avatar represented as an image placeholder -->
278
+ <div style="width:96px;height:96px;background:#E0E0E0;border:1px solid #BDBDBD;border-radius:48px;display:flex;align-items:center;justify-content:center;color:#757575;font-size:20px;">[IMG: Map Preview]</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Floating action button -->
283
+ <div class="fab">
284
+ <div class="plus-seg plus-vert" style="left:50%; top:30px; transform: translateX(-50%);"></div>
285
+ <div class="plus-seg plus-h1" style="left:50%; top:30px; transform-origin:center;"></div>
286
+ <div class="plus-seg plus-h2" style="left:50%; top:30px; transform-origin:center;"></div>
287
+ <div class="plus-seg plus-h3" style="left:50%; top:30px; transform-origin:center;"></div>
288
+ </div>
289
+
290
+ <!-- Bottom navigation -->
291
+ <div class="bottom-nav">
292
+ <div class="nav-item">
293
+ <div class="nav-icon-wrap">
294
+ <svg width="42" height="42" viewBox="0 0 24 24">
295
+ <circle cx="12" cy="12" r="9" stroke="#9AA0A6" stroke-width="2" fill="none"></circle>
296
+ <path d="M12 6v6l4 2" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></path>
297
+ </svg>
298
+ </div>
299
+ <div>Activity</div>
300
+ </div>
301
+ <div class="nav-item active">
302
+ <div class="nav-icon-wrap">
303
+ <svg width="42" height="42" viewBox="0 0 24 24">
304
+ <rect x="6" y="3" width="12" height="18" rx="2" ry="2" fill="none" stroke="#8AB4F8" stroke-width="2"></rect>
305
+ <line x1="9" y1="8" x2="15" y2="8" stroke="#8AB4F8" stroke-width="2"></line>
306
+ <line x1="9" y1="12" x2="15" y2="12" stroke="#8AB4F8" stroke-width="2"></line>
307
+ </svg>
308
+ </div>
309
+ <div>Journal</div>
310
+ </div>
311
+ <div class="nav-item">
312
+ <div class="nav-icon-wrap">
313
+ <svg width="42" height="42" viewBox="0 0 24 24">
314
+ <line x1="5" y1="7" x2="19" y2="7" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></line>
315
+ <line x1="5" y1="12" x2="19" y2="12" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></line>
316
+ <line x1="5" y1="17" x2="13" y2="17" stroke="#9AA0A6" stroke-width="2" stroke-linecap="round"></line>
317
+ </svg>
318
+ </div>
319
+ <div>Browse</div>
320
+ </div>
321
+ <div class="nav-item">
322
+ <div class="nav-icon-wrap">
323
+ <svg width="42" height="42" viewBox="0 0 24 24">
324
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#9AA0A6" stroke-width="2"></circle>
325
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#9AA0A6" stroke-width="2"></path>
326
+ </svg>
327
+ </div>
328
+ <div>Profile</div>
329
+ </div>
330
+ </div>
331
+ <div class="handle"></div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/4121/4121_3.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Morning Run - Detail</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Arial", sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #1f2326; border-radius: 28px; box-shadow: 0 24px 64px rgba(0,0,0,0.45);
11
+ color: #e6e6e6;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 90px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #dcdcdc; font-size: 40px; letter-spacing: 0.5px;
18
+ }
19
+ .status-icons { display: flex; gap: 24px; align-items: center; }
20
+ .status-dot { width: 14px; height: 14px; background: #9aa0a6; border-radius: 50%; opacity: .7; }
21
+
22
+ /* Header and actions */
23
+ .header {
24
+ padding: 10px 36px 0 36px;
25
+ }
26
+ .actions { display: flex; align-items: center; justify-content: space-between; }
27
+ .left-actions { display: flex; align-items: center; gap: 24px; }
28
+ .right-actions { display: flex; align-items: center; gap: 36px; }
29
+ .icon-btn svg { width: 56px; height: 56px; }
30
+ .title { font-size: 88px; font-weight: 500; margin: 28px 0 12px 0; color: #e7e7e7; }
31
+ .subtitle { display: flex; align-items: center; gap: 18px; color: #9aa0a6; font-size: 36px; }
32
+
33
+ /* Metric badges */
34
+ .metrics {
35
+ display: flex; gap: 54px; align-items: center;
36
+ padding: 24px 36px 0 36px;
37
+ }
38
+ .metric { display: flex; align-items: center; gap: 16px; }
39
+ .metric .value { font-size: 64px; font-weight: 700; }
40
+ .metric.green .value { color: #4bd0a0; }
41
+ .metric.blue .value { color: #7fb3ff; }
42
+
43
+ /* Card */
44
+ .card {
45
+ margin: 48px 36px 20px 36px;
46
+ background: #24282c; border: 2px solid #60656b; border-radius: 28px;
47
+ padding: 32px; color: #cfd3d7;
48
+ }
49
+ .card-header { display: flex; align-items: center; justify-content: space-between; }
50
+ .card-title-wrap { display: flex; align-items: center; gap: 22px; }
51
+ .card-title { font-size: 40px; font-weight: 600; color: #e6e6e6; }
52
+ .card-body { margin-top: 18px; font-size: 34px; line-height: 1.5; color: #aeb4b9; }
53
+ .dismiss { color: #7fb3ff; font-size: 36px; font-weight: 500; }
54
+
55
+ /* Details list */
56
+ .section-list { margin-top: 24px; padding: 0 36px; }
57
+ .list-item {
58
+ display: flex; align-items: center; justify-content: space-between; padding: 30px 0;
59
+ border-bottom: 1px solid rgba(255,255,255,0.06);
60
+ }
61
+ .list-left { display: flex; align-items: center; gap: 26px; }
62
+ .list-left svg { width: 48px; height: 48px; }
63
+ .list-label { font-size: 40px; color: #d7dadc; }
64
+ .list-value { font-size: 40px; color: #b8bdc2; }
65
+ .small-note { font-size: 30px; color: #9aa0a6; }
66
+
67
+ /* Chart placeholder */
68
+ .chart {
69
+ margin: 24px 36px; background: #23272a; border-radius: 16px; border: 1px solid #4a4f55;
70
+ height: 520px; position: relative;
71
+ }
72
+ .chart .grid-line {
73
+ position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.08);
74
+ }
75
+ .chart .grid-line:nth-child(1) { top: 110px; }
76
+ .chart .grid-line:nth-child(2) { top: 260px; }
77
+ .chart .grid-line:nth-child(3) { top: 430px; }
78
+ .chart-labels {
79
+ position: absolute; left: 18px; right: 18px; bottom: 14px; display: flex; justify-content: space-between;
80
+ color: #90969c; font-size: 28px;
81
+ }
82
+ .y-labels {
83
+ position: absolute; right: 18px; top: 60px; color: #90969c; font-size: 28px; display: flex; flex-direction: column; gap: 150px;
84
+ text-align: right;
85
+ }
86
+ .chart-line {
87
+ position: absolute; left: 140px; right: 140px; top: 190px; height: 180px;
88
+ }
89
+ .chart-line svg { width: 100%; height: 100%; }
90
+ .chart-caption {
91
+ position: absolute; right: 24px; top: -56px; text-align: right; color: #9aa0a6; font-size: 34px;
92
+ }
93
+
94
+ /* Gesture bar */
95
+ .gesture {
96
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 28px;
97
+ width: 300px; height: 10px; background: #f2f2f2; border-radius: 8px; opacity: .7;
98
+ }
99
+
100
+ /* Generic icon color */
101
+ .icon-light { stroke: #e6e6e6; fill: none; }
102
+ .icon-muted { stroke: #b0b6bb; fill: none; opacity: .8; }
103
+ </style>
104
+ </head>
105
+ <body>
106
+ <div id="render-target">
107
+
108
+ <!-- Status bar -->
109
+ <div class="status-bar">
110
+ <div>2:36</div>
111
+ <div class="status-icons">
112
+ <div class="status-dot"></div>
113
+ <div class="status-dot"></div>
114
+ <div class="status-dot"></div>
115
+ <div class="status-dot"></div>
116
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M3 7h18v10H3z" class="icon-light" stroke-width="2"/></svg>
117
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M6 2h12l-1 6H7zM7 8h10v14H7z" class="icon-light" stroke-width="2"/></svg>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Header -->
122
+ <div class="header">
123
+ <div class="actions">
124
+ <div class="left-actions">
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 24 24">
127
+ <path d="M15 18L9 12l6-6" stroke="#e6e6e6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
128
+ </svg>
129
+ </div>
130
+ </div>
131
+ <div class="right-actions">
132
+ <div class="icon-btn">
133
+ <svg viewBox="0 0 24 24">
134
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="#e6e6e6"/>
135
+ <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="#e6e6e6"/>
136
+ </svg>
137
+ </div>
138
+ <div class="icon-btn">
139
+ <svg viewBox="0 0 24 24">
140
+ <circle cx="18" cy="6" r="2" fill="#e6e6e6"/>
141
+ <circle cx="6" cy="12" r="2" fill="#e6e6e6"/>
142
+ <circle cx="18" cy="18" r="2" fill="#e6e6e6"/>
143
+ <path d="M8 12l8-6M8 12l8 6" stroke="#e6e6e6" stroke-width="2" fill="none" stroke-linecap="round"/>
144
+ </svg>
145
+ </div>
146
+ <div class="icon-btn">
147
+ <svg viewBox="0 0 24 24">
148
+ <circle cx="12" cy="5" r="2.2" fill="#e6e6e6"/>
149
+ <circle cx="12" cy="12" r="2.2" fill="#e6e6e6"/>
150
+ <circle cx="12" cy="19" r="2.2" fill="#e6e6e6"/>
151
+ </svg>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="title">Morning run</div>
157
+ <div class="subtitle">
158
+ <svg viewBox="0 0 24 24">
159
+ <circle cx="12" cy="5" r="2" fill="#9aa0a6"/>
160
+ <path d="M7 10l3 2-2 4m7-3l-3-2 2-4" stroke="#9aa0a6" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
161
+ </svg>
162
+ <span>July 28, 8:31 – 9:10 AM</span>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Metrics -->
167
+ <div class="metrics">
168
+ <div class="metric green">
169
+ <svg viewBox="0 0 24 24">
170
+ <path d="M12 21s-6-4.35-8.5-7.14C1.3 11.43 2 8.5 4.5 7.5 6.13 6.83 7.9 7.4 9 8.6 10.1 7.4 11.87 6.83 13.5 7.5c2.5 1 3.2 3.93 1 6.36C18 16.65 12 21 12 21z" fill="#43c88a"/>
171
+ </svg>
172
+ <div class="value">2</div>
173
+ </div>
174
+ <div class="metric blue">
175
+ <svg viewBox="0 0 24 24">
176
+ <circle cx="12" cy="4.5" r="2" fill="#7fb3ff"/>
177
+ <path d="M7 10l3 2-2 5m8-4l-3-2 2-5" stroke="#7fb3ff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
178
+ </svg>
179
+ <div class="value">11,633</div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Card -->
184
+ <div class="card">
185
+ <div class="card-header">
186
+ <div class="card-title-wrap">
187
+ <!-- Google Fit heart placeholder -->
188
+ <svg width="48" height="48" viewBox="0 0 24 24">
189
+ <path d="M12 20s-6.2-4.1-8.4-6.9c-2-2.5-.6-6 2.6-6.8 2.1-.5 3.9.5 5 1.9" stroke="#ff6e6e" stroke-width="2" fill="none"/>
190
+ <path d="M12 20s6.2-4.1 8.4-6.9c2-2.5.6-6-2.6-6.8-2.1-.5-3.9.5-5 1.9" stroke="#3bb1ff" stroke-width="2" fill="none"/>
191
+ </svg>
192
+ <div class="card-title">Your extra effort paid off!</div>
193
+ </div>
194
+ <div class="dismiss">Dismiss</div>
195
+ </div>
196
+ <div class="card-body">
197
+ You scored extra Heart Points for a more intense workout. Exercise that gets the heart pumping faster can boost health benefits.
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Details -->
202
+ <div class="section-list">
203
+ <div class="list-item">
204
+ <div class="list-left">
205
+ <svg viewBox="0 0 24 24">
206
+ <circle cx="12" cy="12" r="9" stroke="#b0b6bb" stroke-width="2" fill="none"/>
207
+ <path d="M12 7v6l4 2" stroke="#b0b6bb" stroke-width="2" fill="none" stroke-linecap="round"/>
208
+ </svg>
209
+ <div class="list-label">Active time</div>
210
+ </div>
211
+ <div class="list-value">30m 00s</div>
212
+ </div>
213
+
214
+ <div class="list-item">
215
+ <div class="list-left">
216
+ <svg viewBox="0 0 24 24">
217
+ <path d="M12 2l4.5 8H7.5L12 2zm0 20a5 5 0 1 0 0-10 5 5 0 0 0 0 10z" stroke="#b0b6bb" stroke-width="2" fill="none"/>
218
+ </svg>
219
+ <div class="list-label">Distance</div>
220
+ </div>
221
+ <div class="list-value">10.18 mi</div>
222
+ </div>
223
+
224
+ <div class="list-item">
225
+ <div class="list-left">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M12 3c-3 3-6 5-6 9a6 6 0 0 0 12 0c0-4-3-6-6-9z" stroke="#b0b6bb" stroke-width="2" fill="none"/>
228
+ </svg>
229
+ <div class="list-label">Energy expended</div>
230
+ </div>
231
+ <div class="list-value">1,070 Cal</div>
232
+ </div>
233
+
234
+ <div class="list-item">
235
+ <div class="list-left">
236
+ <svg viewBox="0 0 24 24">
237
+ <circle cx="12" cy="4.5" r="2" stroke="#b0b6bb" stroke-width="2" fill="none"/>
238
+ <path d="M7 10l3 2-2 5m8-4l-3-2 2-5" stroke="#b0b6bb" stroke-width="2" fill="none" stroke-linecap="round"/>
239
+ </svg>
240
+ <div class="list-label">Move Minutes</div>
241
+ </div>
242
+ <div class="list-value">39</div>
243
+ </div>
244
+
245
+ <div class="list-item" style="border-bottom: none;">
246
+ <div class="list-left">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M12 3a9 9 0 1 0 9 9h-9V3z" stroke="#b0b6bb" stroke-width="2" fill="none"/>
249
+ </svg>
250
+ <div class="list-label">Pace</div>
251
+ </div>
252
+ <div class="list-value">
253
+ 2:55/mi <span class="small-note">(average)</span>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Chart -->
259
+ <div class="chart">
260
+ <div class="chart-caption">Pace</div>
261
+ <div class="grid-line"></div>
262
+ <div class="grid-line"></div>
263
+ <div class="grid-line"></div>
264
+
265
+ <div class="y-labels">
266
+ <div>2:05</div>
267
+ <div>3:00</div>
268
+ <div>5:20</div>
269
+ </div>
270
+
271
+ <div class="chart-line">
272
+ <svg viewBox="0 0 900 180">
273
+ <path d="M140 60 L380 110 L650 160 L820 150" stroke="#8fb8ff" stroke-width="6" fill="none" stroke-linecap="round"/>
274
+ </svg>
275
+ </div>
276
+
277
+ <div class="chart-labels">
278
+ <div>0s</div>
279
+ <div>10m</div>
280
+ <div>20m</div>
281
+ <div>30m</div>
282
+ </div>
283
+ </div>
284
+
285
+ <!-- Gesture bar -->
286
+ <div class="gesture"></div>
287
+ </div>
288
+ </body>
289
+ </html>
code/4121/4121_4.html ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Google Fit Share - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #202124; /* outer background must be on render-target */
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #EAEAEA;
17
+ }
18
+
19
+ /* Top dark header (status + app bar zone) */
20
+ .topbar {
21
+ position: absolute;
22
+ left: 0; top: 0; right: 0;
23
+ height: 300px;
24
+ background: #2b2b2b;
25
+ }
26
+ .nav-icon {
27
+ position: absolute;
28
+ left: 36px; top: 172px;
29
+ width: 72px; height: 72px;
30
+ display: flex; align-items: center; justify-content: center;
31
+ color: #E0E0E0;
32
+ }
33
+ .menu-icon {
34
+ position: absolute;
35
+ right: 36px; top: 168px;
36
+ width: 72px; height: 72px;
37
+ display: flex; align-items: center; justify-content: center;
38
+ color: #E0E0E0;
39
+ }
40
+
41
+ /* Light summary card */
42
+ .summary {
43
+ position: absolute;
44
+ left: 0; right: 0; top: 300px;
45
+ height: 1200px;
46
+ background: #DFE8F6;
47
+ color: #2F63D5;
48
+ }
49
+ .summary .top-row {
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: space-between;
53
+ padding: 56px 64px 0 64px;
54
+ }
55
+ .brand {
56
+ display: flex; align-items: center; gap: 20px;
57
+ }
58
+ .brand .txt {
59
+ line-height: 1.2;
60
+ color: #2F63D5;
61
+ }
62
+ .brand .txt .app { font-weight: 600; font-size: 40px; }
63
+ .brand .txt .sub { font-size: 40px; opacity: 0.9; }
64
+
65
+ .metrics {
66
+ margin-top: 80px;
67
+ text-align: center;
68
+ }
69
+ .big {
70
+ font-weight: 800;
71
+ font-size: 190px;
72
+ line-height: 1;
73
+ letter-spacing: -2px;
74
+ margin: 16px 0;
75
+ color: #2F63D5;
76
+ }
77
+ .label {
78
+ font-size: 44px;
79
+ color: #527ED9;
80
+ margin-bottom: 34px;
81
+ }
82
+
83
+ /* Bottom controls area */
84
+ .controls {
85
+ position: absolute;
86
+ left: 0; right: 0; top: 1500px; bottom: 0;
87
+ background: #202124;
88
+ color: #CDD1D5;
89
+ padding: 48px 56px;
90
+ }
91
+ .tabs {
92
+ display: flex; gap: 24px; align-items: center;
93
+ }
94
+ .tab {
95
+ font-size: 44px;
96
+ padding: 22px 34px;
97
+ border-radius: 18px;
98
+ border: 2px solid #3b4044;
99
+ color: #AEB4B9;
100
+ }
101
+ .tab.active {
102
+ background: #364656;
103
+ border-color: transparent;
104
+ color: #D5E1F5;
105
+ box-shadow: inset 0 0 0 2px rgba(125,155,226,0.35);
106
+ }
107
+ .section-title {
108
+ margin-top: 50px;
109
+ font-size: 44px;
110
+ color: #E6E6E6;
111
+ }
112
+ .swatches {
113
+ margin-top: 40px;
114
+ display: flex; gap: 54px;
115
+ align-items: center;
116
+ }
117
+ .swatch {
118
+ width: 140px; height: 140px; border-radius: 50%;
119
+ background: #8BB1FF;
120
+ }
121
+ .swatch.green { background: #79C792; }
122
+ .swatch.gray { background: #D5D7DA; }
123
+ .swatch.yellow { background: #F2D052; }
124
+ .swatch.red { background: #E78679; }
125
+ .swatch.selected {
126
+ position: relative;
127
+ }
128
+ .swatch.selected::before {
129
+ content: "";
130
+ position: absolute; inset: -16px;
131
+ border-radius: 50%;
132
+ border: 6px solid #86A7FF;
133
+ }
134
+ .swatch.selected::after {
135
+ content: "";
136
+ position: absolute; inset: -32px;
137
+ border-radius: 50%;
138
+ border: 4px solid #7798F8;
139
+ opacity: 0.6;
140
+ }
141
+
142
+ /* Floating action button */
143
+ .fab {
144
+ position: absolute;
145
+ right: 56px;
146
+ bottom: 160px;
147
+ width: 150px; height: 150px;
148
+ background: #344351;
149
+ border-radius: 50%;
150
+ box-shadow: 0 12px 24px rgba(0,0,0,0.45), 0 4px 10px rgba(0,0,0,0.2);
151
+ display: flex; align-items: center; justify-content: center;
152
+ }
153
+
154
+ /* Gesture pill */
155
+ .gesture {
156
+ position: absolute;
157
+ left: 50%;
158
+ bottom: 24px;
159
+ width: 360px; height: 12px;
160
+ border-radius: 8px;
161
+ background: #D8D8D8;
162
+ transform: translateX(-50%);
163
+ opacity: 0.9;
164
+ }
165
+ svg { display: block; }
166
+ </style>
167
+ </head>
168
+ <body>
169
+ <div id="render-target">
170
+
171
+ <!-- Top dark bar with back and menu icons -->
172
+ <div class="topbar">
173
+ <div class="nav-icon">
174
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#E6E6E6" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
175
+ <path d="M15 5 L7 12 L15 19"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="menu-icon">
179
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#E6E6E6">
180
+ <circle cx="12" cy="5" r="2.2"></circle>
181
+ <circle cx="12" cy="12" r="2.2"></circle>
182
+ <circle cx="12" cy="19" r="2.2"></circle>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Summary light panel -->
188
+ <div class="summary">
189
+ <div class="top-row">
190
+ <div class="brand">
191
+ <!-- Heart-ish fitness icon -->
192
+ <svg width="70" height="70" viewBox="0 0 24 24">
193
+ <path d="M12 20s-6.5-4.7-8.2-8.1C2.7 9.3 4 6.8 6.7 6.5c1.7-.2 3 .6 3.8 2.1.8-1.5 2.1-2.3 3.8-2.1 2.7.3 4 2.8 2.9 5.4C18.5 15.3 12 20 12 20z" fill="#2F63D5"/>
194
+ </svg>
195
+ <div class="txt">
196
+ <div class="app">Google Fit</div>
197
+ <div class="sub">Morning run</div>
198
+ </div>
199
+ </div>
200
+ <!-- Runner icon -->
201
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#2F63D5" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
202
+ <circle cx="16.5" cy="4.5" r="1.8" fill="#2F63D5"></circle>
203
+ <path d="M10 9l3-2 2 2-2 3"></path>
204
+ <path d="M8 21l3-6 2 2 4 1"></path>
205
+ <path d="M7 12l4 1"></path>
206
+ </svg>
207
+ </div>
208
+
209
+ <div class="metrics">
210
+ <div class="big">30m</div>
211
+ <div class="label">Active time</div>
212
+
213
+ <div class="big">10.18</div>
214
+ <div class="label">miles</div>
215
+
216
+ <div class="big">2</div>
217
+ <div class="label">Heart Points</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Controls area -->
222
+ <div class="controls">
223
+ <div class="tabs">
224
+ <div class="tab active">Metrics</div>
225
+ <div class="tab">Photo</div>
226
+ </div>
227
+
228
+ <div class="section-title">Highlight color</div>
229
+ <div class="swatches">
230
+ <div class="swatch selected"></div>
231
+ <div class="swatch green"></div>
232
+ <div class="swatch gray"></div>
233
+ <div class="swatch yellow"></div>
234
+ <div class="swatch red"></div>
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Floating action button -->
239
+ <div class="fab">
240
+ <svg width="72" height="72" viewBox="0 0 24 24" fill="none" stroke="#DCE6EF" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
241
+ <path d="M5 13l5 5L20 8"></path>
242
+ </svg>
243
+ </div>
244
+
245
+ <!-- Gesture bar -->
246
+ <div class="gesture"></div>
247
+ </div>
248
+ </body>
249
+ </html>
code/4121/4121_5.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Share UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ font-family: Roboto, Arial, sans-serif;
16
+ color: #FFFFFF;
17
+ }
18
+
19
+ /* Top system bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 180px;
25
+ background: #0F0F10;
26
+ }
27
+ .status-time {
28
+ position: absolute;
29
+ top: 48px; left: 40px;
30
+ font-size: 54px;
31
+ font-weight: 500;
32
+ color: #EAEAEA;
33
+ }
34
+ .status-icons {
35
+ position: absolute;
36
+ top: 52px; right: 40px;
37
+ display: flex; align-items: center; gap: 36px;
38
+ }
39
+ .icon {
40
+ width: 44px; height: 44px;
41
+ }
42
+
43
+ /* Nav bar */
44
+ .nav-bar {
45
+ position: absolute;
46
+ top: 180px; left: 0;
47
+ height: 120px; width: 100%;
48
+ background: #0F0F10;
49
+ }
50
+ .back-btn {
51
+ position: absolute;
52
+ left: 36px; top: 32px;
53
+ width: 64px; height: 64px;
54
+ }
55
+ .menu-btn {
56
+ position: absolute;
57
+ right: 36px; top: 26px;
58
+ width: 60px; height: 60px;
59
+ }
60
+
61
+ /* Main gray card */
62
+ .summary-card {
63
+ position: absolute;
64
+ top: 300px; left: 0;
65
+ width: 100%; height: 1000px;
66
+ background: #70757B;
67
+ color: #173B6C;
68
+ }
69
+ .brand-row {
70
+ position: absolute;
71
+ top: 60px; left: 60px;
72
+ display: flex; align-items: center; gap: 28px;
73
+ }
74
+ .brand-icon { width: 64px; height: 64px; }
75
+ .brand-text .title {
76
+ font-size: 48px; font-weight: 700; letter-spacing: 0.5px; color: #183A6B;
77
+ }
78
+ .brand-text .subtitle {
79
+ margin-top: 6px;
80
+ font-size: 40px; font-weight: 500; color: #2D4B78;
81
+ }
82
+ .runner {
83
+ position: absolute;
84
+ top: 70px; right: 60px;
85
+ font-size: 64px; color: #183A6B;
86
+ }
87
+ .metric {
88
+ position: absolute;
89
+ top: 260px; left: 0;
90
+ width: 100%;
91
+ text-align: center;
92
+ }
93
+ .metric .big {
94
+ font-size: 200px; font-weight: 800; line-height: 1.0; color: #173B6C;
95
+ }
96
+ .metric .label {
97
+ margin-top: 20px;
98
+ font-size: 48px; font-weight: 500; color: #2E4E7D;
99
+ }
100
+ .metric .big2 {
101
+ margin-top: 80px;
102
+ font-size: 190px; font-weight: 800; line-height: 1.0; color: #173B6C;
103
+ }
104
+ .metric .label2 {
105
+ margin-top: 18px;
106
+ font-size: 46px; font-weight: 500; color: #2E4E7D;
107
+ }
108
+
109
+ /* Bottom sheet */
110
+ .sheet {
111
+ position: absolute;
112
+ left: 0; top: 1220px;
113
+ width: 100%; height: 1080px;
114
+ background: #1B1B1B;
115
+ border-top-left-radius: 56px;
116
+ border-top-right-radius: 56px;
117
+ box-shadow: 0 -20px 40px rgba(0,0,0,0.4) inset;
118
+ }
119
+ .preview {
120
+ width: 430px; height: 380px;
121
+ background: #E0E0E0; border: 1px solid #BDBDBD;
122
+ border-radius: 60px;
123
+ position: absolute;
124
+ top: 70px; left: 50%; transform: translateX(-50%);
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #757575; font-size: 34px; font-weight: 600; text-align: center; padding: 20px;
127
+ }
128
+ .actions {
129
+ position: absolute;
130
+ top: 500px; left: 50%; transform: translateX(-50%);
131
+ display: flex; gap: 36px;
132
+ }
133
+ .btn {
134
+ display: flex; align-items: center; gap: 18px;
135
+ padding: 22px 34px;
136
+ border: 2px solid #355C8D;
137
+ border-radius: 20px;
138
+ color: #D6E0EE; font-size: 42px; font-weight: 600;
139
+ background: transparent;
140
+ }
141
+ .btn svg { width: 46px; height: 46px; stroke: #6089BA; fill: none; }
142
+ .no-reco {
143
+ position: absolute; top: 620px; left: 0; width: 100%;
144
+ text-align: center; color: #A7A7A7; font-size: 40px;
145
+ }
146
+
147
+ /* Share targets */
148
+ .apps {
149
+ position: absolute;
150
+ left: 0; bottom: 180px;
151
+ width: 100%;
152
+ display: flex; justify-content: space-around;
153
+ padding: 0 70px;
154
+ }
155
+ .app {
156
+ width: 200px; text-align: center; color: #DADADA;
157
+ font-size: 42px;
158
+ }
159
+ .app .icon-circle {
160
+ width: 140px; height: 140px; margin: 0 auto 22px;
161
+ background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 50%;
162
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
163
+ }
164
+ .app .label { font-size: 36px; }
165
+ .app .label-small { font-size: 30px; color: #A7A7A7; margin-top: 6px; }
166
+
167
+ /* Gesture bar */
168
+ .gesture {
169
+ position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
170
+ width: 320px; height: 12px; background: #E8E8E8; border-radius: 10px;
171
+ opacity: 0.8;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status bar -->
179
+ <div class="status-bar">
180
+ <div class="status-time">2:39</div>
181
+ <div class="status-icons">
182
+ <!-- simple wifi -->
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <path d="M2 8c5-4 15-4 20 0" stroke="#EAEAEA" stroke-width="2" fill="none" />
185
+ <path d="M5 11c4-3 10-3 14 0" stroke="#EAEAEA" stroke-width="2" fill="none" />
186
+ <circle cx="12" cy="16" r="2" fill="#EAEAEA"/>
187
+ </svg>
188
+ <!-- battery -->
189
+ <svg class="icon" viewBox="0 0 24 24">
190
+ <rect x="3" y="6" width="16" height="12" rx="2" stroke="#EAEAEA" stroke-width="2" fill="none"/>
191
+ <rect x="5" y="8" width="12" height="8" fill="#EAEAEA"/>
192
+ <rect x="20" y="10" width="2" height="4" fill="#EAEAEA"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Navigation bar -->
198
+ <div class="nav-bar">
199
+ <svg class="back-btn" viewBox="0 0 24 24">
200
+ <path d="M15 18L9 12l6-6" stroke="#EAEAEA" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ <svg class="menu-btn" viewBox="0 0 24 24">
203
+ <circle cx="12" cy="4" r="2" fill="#EAEAEA"/>
204
+ <circle cx="12" cy="12" r="2" fill="#EAEAEA"/>
205
+ <circle cx="12" cy="20" r="2" fill="#EAEAEA"/>
206
+ </svg>
207
+ </div>
208
+
209
+ <!-- Gray summary card -->
210
+ <div class="summary-card">
211
+ <div class="brand-row">
212
+ <svg class="brand-icon" viewBox="0 0 24 24">
213
+ <path d="M12 4c-3 0-5 2-5 5 0 4 5 7 5 7s5-3 5-7c0-3-2-5-5-5z" fill="#173B6C"/>
214
+ </svg>
215
+ <div class="brand-text">
216
+ <div class="title">Google Fit</div>
217
+ <div class="subtitle">Morning run</div>
218
+ </div>
219
+ </div>
220
+ <div class="runner">🏃</div>
221
+ <div class="metric">
222
+ <div class="big">30m</div>
223
+ <div class="label">Active time</div>
224
+ <div class="big2">10.18</div>
225
+ <div class="label2">miles</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Bottom sheet -->
230
+ <div class="sheet">
231
+ <div class="preview">[IMG: Share preview of workout]</div>
232
+
233
+ <div class="actions">
234
+ <div class="btn">
235
+ <svg viewBox="0 0 24 24">
236
+ <path d="M4 12h6M14 12h6M8 6l-4 6 4 6" stroke-width="2"/>
237
+ </svg>
238
+ Nearby
239
+ </div>
240
+ <div class="btn">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M4 20l11-11 3 3L7 23H4v-3zM16 9l-3-3" stroke-width="2"/>
243
+ </svg>
244
+ Edit
245
+ </div>
246
+ </div>
247
+
248
+ <div class="no-reco">No recommended people to share with</div>
249
+
250
+ <div class="apps">
251
+ <div class="app">
252
+ <div class="icon-circle">[IMG]</div>
253
+ <div class="label">Messages</div>
254
+ </div>
255
+ <div class="app">
256
+ <div class="icon-circle">[IMG]</div>
257
+ <div class="label">Gmail</div>
258
+ </div>
259
+ <div class="app">
260
+ <div class="icon-circle">[IMG]</div>
261
+ <div class="label">Photos</div>
262
+ <div class="label-small">Upload to P...</div>
263
+ </div>
264
+ <div class="app">
265
+ <div class="icon-circle">[IMG]</div>
266
+ <div class="label">Drive</div>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="gesture"></div>
272
+ </div>
273
+ </body>
274
+ </html>
code/4121/4121_6.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Select Conversation Modal</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #121416;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 24px;
26
+ left: 24px;
27
+ width: 1032px;
28
+ height: 60px;
29
+ color: #FFFFFF;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ opacity: 0.95;
34
+ font-size: 34px;
35
+ letter-spacing: 0.2px;
36
+ }
37
+ .sb-left {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 20px;
41
+ }
42
+ .sb-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ }
47
+ .dot {
48
+ width: 10px;
49
+ height: 10px;
50
+ background: #FFFFFF;
51
+ border-radius: 50%;
52
+ opacity: 0.8;
53
+ }
54
+
55
+ /* Modal card */
56
+ .card {
57
+ position: absolute;
58
+ left: 80px;
59
+ top: 940px;
60
+ width: 920px;
61
+ border-radius: 48px;
62
+ background: #24313A;
63
+ box-shadow: 0 32px 60px rgba(0,0,0,0.55);
64
+ color: #E8EAED;
65
+ }
66
+ .card-inner {
67
+ padding: 48px 56px 32px 56px;
68
+ }
69
+ .card-title {
70
+ font-size: 64px;
71
+ font-weight: 600;
72
+ letter-spacing: 0.3px;
73
+ margin-bottom: 40px;
74
+ color: #E6E8EA;
75
+ }
76
+
77
+ .row {
78
+ display: flex;
79
+ align-items: center;
80
+ margin-bottom: 36px;
81
+ }
82
+ .avatar {
83
+ width: 120px;
84
+ height: 120px;
85
+ background: #E0E0E0;
86
+ border: 1px solid #BDBDBD;
87
+ border-radius: 50%;
88
+ display: flex;
89
+ justify-content: center;
90
+ align-items: center;
91
+ color: #757575;
92
+ font-size: 26px;
93
+ margin-right: 28px;
94
+ }
95
+ .lines {
96
+ flex: 1;
97
+ }
98
+ .line {
99
+ height: 24px;
100
+ background: #D9DDE1;
101
+ border-radius: 6px;
102
+ margin: 12px 0;
103
+ opacity: 0.9;
104
+ }
105
+
106
+ .hint {
107
+ text-align: center;
108
+ color: #B6BDC4;
109
+ font-size: 36px;
110
+ line-height: 1.35;
111
+ margin: 6px 0 28px;
112
+ }
113
+
114
+ .divider {
115
+ height: 1px;
116
+ background: #8A939B;
117
+ opacity: 0.5;
118
+ margin: 0;
119
+ }
120
+
121
+ .actions {
122
+ display: flex;
123
+ justify-content: space-between;
124
+ padding: 28px 72px 40px 72px;
125
+ }
126
+ .action {
127
+ font-size: 40px;
128
+ color: #7EB6FF;
129
+ cursor: default;
130
+ }
131
+
132
+ /* Bottom gesture bar */
133
+ .gesture-bar {
134
+ position: absolute;
135
+ bottom: 54px;
136
+ left: 50%;
137
+ transform: translateX(-50%);
138
+ width: 280px;
139
+ height: 12px;
140
+ background: #E6E6E6;
141
+ border-radius: 8px;
142
+ opacity: 0.85;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Status Bar -->
150
+ <div class="status-bar">
151
+ <div class="sb-left">
152
+ <div>2:40</div>
153
+ <div class="dot"></div>
154
+ </div>
155
+ <div class="sb-right">
156
+ <!-- Simple Wi-Fi icon -->
157
+ <svg width="36" height="36" viewBox="0 0 24 24">
158
+ <path d="M2 8c5-4 15-4 20 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
159
+ <path d="M6 12c3-3 9-3 12 0" stroke="#FFFFFF" stroke-width="2" fill="none" stroke-linecap="round"/>
160
+ <circle cx="12" cy="16" r="2" fill="#FFFFFF"/>
161
+ </svg>
162
+ <!-- Battery icon with bolt -->
163
+ <svg width="36" height="36" viewBox="0 0 24 24">
164
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#FFFFFF" fill="none" stroke-width="2"/>
165
+ <rect x="20" y="10" width="2" height="4" fill="#FFFFFF"/>
166
+ <path d="M11 9l-2 4h3l-1 4 4-6h-4z" fill="#FFFFFF"/>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Modal Card -->
172
+ <div class="card">
173
+ <div class="card-inner">
174
+ <div class="card-title">Select conversation</div>
175
+
176
+ <div class="row">
177
+ <div class="avatar">[IMG: Avatar]</div>
178
+ <div class="lines">
179
+ <div class="line" style="width: 280px;"></div>
180
+ <div class="line" style="width: 560px;"></div>
181
+ <div class="line" style="width: 180px;"></div>
182
+ </div>
183
+ </div>
184
+
185
+ <div class="row">
186
+ <div class="avatar">[IMG: Avatar]</div>
187
+ <div class="lines">
188
+ <div class="line" style="width: 440px;"></div>
189
+ <div class="line" style="width: 600px;"></div>
190
+ <div class="line" style="width: 160px;"></div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="hint">
195
+ Once you start a new<br>
196
+ conversation, you’ll see it listed<br>
197
+ here
198
+ </div>
199
+ </div>
200
+
201
+ <div class="divider"></div>
202
+
203
+ <div class="actions">
204
+ <div class="action">Cancel</div>
205
+ <div class="action">New message</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Bottom gesture bar -->
210
+ <div class="gesture-bar"></div>
211
+ </div>
212
+ </body>
213
+ </html>
code/4122/4122_0.html ADDED
@@ -0,0 +1,403 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Search Screen</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #111213;
18
+ color: #EEE;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 1080px;
27
+ height: 120px;
28
+ background: #111213;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ padding: 0 36px;
33
+ color: #DADADA;
34
+ font-size: 36px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-left {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 20px;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 26px;
46
+ }
47
+ /* Simple icons for status bar */
48
+ .ic-play {
49
+ width: 36px; height: 36px;
50
+ }
51
+ .ic-wifi, .ic-battery {
52
+ width: 46px; height: 32px;
53
+ }
54
+
55
+ /* App header */
56
+ .header {
57
+ position: absolute;
58
+ top: 120px;
59
+ left: 0;
60
+ width: 1080px;
61
+ padding: 40px 48px 16px 48px;
62
+ background: #161718;
63
+ box-sizing: border-box;
64
+ }
65
+ .header-top-row {
66
+ display: flex;
67
+ justify-content: flex-end;
68
+ align-items: center;
69
+ gap: 30px;
70
+ margin-bottom: 16px;
71
+ }
72
+ .header h1 {
73
+ margin: 24px 0 8px 0;
74
+ font-size: 72px;
75
+ font-weight: 700;
76
+ color: #F1F1F1;
77
+ }
78
+ .query-text {
79
+ font-size: 44px;
80
+ color: #CFCFCF;
81
+ margin-bottom: 28px;
82
+ }
83
+
84
+ /* Tabs */
85
+ .tabs {
86
+ display: flex;
87
+ gap: 48px;
88
+ padding-bottom: 10px;
89
+ border-bottom: 1px solid #2A2A2A;
90
+ }
91
+ .tab {
92
+ font-size: 34px;
93
+ letter-spacing: 0.8px;
94
+ color: #B7B7B7;
95
+ padding: 18px 8px;
96
+ position: relative;
97
+ text-transform: uppercase;
98
+ }
99
+ .tab.active {
100
+ color: #F5F5F5;
101
+ }
102
+ .tab.active::after {
103
+ content: "";
104
+ position: absolute;
105
+ left: 0;
106
+ bottom: -2px;
107
+ width: 100%;
108
+ height: 6px;
109
+ background: #E74C3C;
110
+ border-radius: 4px;
111
+ }
112
+
113
+ /* Content area */
114
+ .content {
115
+ position: absolute;
116
+ top: 420px;
117
+ left: 0;
118
+ width: 1080px;
119
+ bottom: 220px;
120
+ padding: 28px 0 0 0;
121
+ background: #111213;
122
+ }
123
+ .section-title {
124
+ color: #DADADA;
125
+ font-size: 40px;
126
+ font-weight: 600;
127
+ padding: 0 48px 24px 48px;
128
+ }
129
+ .task-item {
130
+ display: flex;
131
+ align-items: flex-start;
132
+ gap: 26px;
133
+ padding: 32px 48px;
134
+ border-top: 1px solid #262626;
135
+ border-bottom: 1px solid #1f1f1f;
136
+ }
137
+ .checkbox {
138
+ width: 64px;
139
+ height: 64px;
140
+ border: 3px solid #7A7A7A;
141
+ border-radius: 50%;
142
+ box-sizing: border-box;
143
+ margin-top: 6px;
144
+ }
145
+ .task-info {
146
+ flex: 1;
147
+ }
148
+ .task-title {
149
+ font-size: 46px;
150
+ font-weight: 700;
151
+ color: #F1F1F1;
152
+ margin-bottom: 12px;
153
+ }
154
+ .task-desc {
155
+ font-size: 34px;
156
+ color: #A8A8A8;
157
+ margin-bottom: 22px;
158
+ }
159
+ .task-meta {
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: space-between;
163
+ }
164
+ .meta-left {
165
+ display: flex;
166
+ align-items: center;
167
+ gap: 16px;
168
+ }
169
+ .meta-tag {
170
+ display: inline-flex;
171
+ align-items: center;
172
+ gap: 12px;
173
+ color: #35C759;
174
+ font-size: 34px;
175
+ font-weight: 600;
176
+ }
177
+ .meta-right {
178
+ display: flex;
179
+ align-items: center;
180
+ gap: 14px;
181
+ color: #BEBEBE;
182
+ font-size: 34px;
183
+ }
184
+
185
+ /* Floating action button */
186
+ .fab {
187
+ position: absolute;
188
+ right: 48px;
189
+ bottom: 340px;
190
+ width: 150px;
191
+ height: 150px;
192
+ background: #E74C3C;
193
+ border-radius: 50%;
194
+ box-shadow: 0 12px 28px rgba(0,0,0,0.45);
195
+ display: flex;
196
+ justify-content: center;
197
+ align-items: center;
198
+ }
199
+ .fab svg {
200
+ width: 80px;
201
+ height: 80px;
202
+ stroke: #FFF;
203
+ stroke-width: 18;
204
+ }
205
+
206
+ /* Bottom navigation */
207
+ .bottom-nav {
208
+ position: absolute;
209
+ left: 0;
210
+ bottom: 0;
211
+ width: 1080px;
212
+ height: 220px;
213
+ background: #141415;
214
+ border-top: 1px solid #262626;
215
+ display: flex;
216
+ justify-content: space-around;
217
+ align-items: center;
218
+ padding-bottom: 10px;
219
+ }
220
+ .nav-item {
221
+ width: 210px;
222
+ height: 170px;
223
+ display: flex;
224
+ flex-direction: column;
225
+ align-items: center;
226
+ justify-content: center;
227
+ color: #CFCFCF;
228
+ gap: 22px;
229
+ font-size: 36px;
230
+ }
231
+ .nav-item .icon-wrap {
232
+ width: 110px;
233
+ height: 110px;
234
+ border-radius: 32px;
235
+ display: flex;
236
+ align-items: center;
237
+ justify-content: center;
238
+ background: transparent;
239
+ }
240
+ .nav-item.active .icon-wrap {
241
+ background: rgba(231, 76, 60, 0.15);
242
+ }
243
+ .nav-item.active .label {
244
+ color: #E74C3C;
245
+ font-weight: 700;
246
+ }
247
+ .label {
248
+ font-size: 34px;
249
+ }
250
+
251
+ /* Header small icons */
252
+ .header-icon {
253
+ width: 48px;
254
+ height: 48px;
255
+ fill: #C7C7C7;
256
+ }
257
+ .close-icon {
258
+ width: 60px;
259
+ height: 60px;
260
+ fill: #C7C7C7;
261
+ }
262
+ </style>
263
+ </head>
264
+ <body>
265
+ <div id="render-target">
266
+
267
+ <!-- Status Bar -->
268
+ <div class="status-bar">
269
+ <div class="status-left">
270
+ <div>3:00</div>
271
+ <svg class="ic-play" viewBox="0 0 24 24">
272
+ <polygon points="5,3 21,12 5,21" fill="#CFCFCF"></polygon>
273
+ </svg>
274
+ </div>
275
+ <div class="status-right">
276
+ <svg class="ic-wifi" viewBox="0 0 24 24">
277
+ <path d="M2 7c5-4 15-4 20 0" stroke="#DADADA" stroke-width="2" fill="none"/>
278
+ <path d="M5 11c3-3 11-3 14 0" stroke="#DADADA" stroke-width="2" fill="none"/>
279
+ <circle cx="12" cy="16" r="2" fill="#DADADA"/>
280
+ </svg>
281
+ <svg class="ic-battery" viewBox="0 0 28 18">
282
+ <rect x="1" y="2" width="22" height="14" rx="3" ry="3" stroke="#DADADA" fill="none" stroke-width="2"/>
283
+ <rect x="4" y="5" width="16" height="8" fill="#DADADA"/>
284
+ <rect x="23" y="6" width="4" height="6" rx="1" fill="#DADADA"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Header -->
290
+ <div class="header">
291
+ <div class="header-top-row">
292
+ <!-- kebab menu -->
293
+ <svg class="header-icon" viewBox="0 0 24 24">
294
+ <circle cx="12" cy="4" r="2" fill="#C7C7C7"/>
295
+ <circle cx="12" cy="12" r="2" fill="#C7C7C7"/>
296
+ <circle cx="12" cy="20" r="2" fill="#C7C7C7"/>
297
+ </svg>
298
+ </div>
299
+ <h1>Search</h1>
300
+ <div class="query-text">Groceries</div>
301
+
302
+ <!-- Close icon to clear query -->
303
+ <div style="position:absolute; right:48px; top:210px;">
304
+ <svg class="close-icon" viewBox="0 0 24 24">
305
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#C7C7C7" stroke-width="2" />
306
+ </svg>
307
+ </div>
308
+
309
+ <!-- Tabs -->
310
+ <div class="tabs">
311
+ <div class="tab active">TOP</div>
312
+ <div class="tab">TASKS</div>
313
+ <div class="tab">DESCRIPTIONS</div>
314
+ <div class="tab">PROJECTS</div>
315
+ <div class="tab">SECTIONS</div>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- Content -->
320
+ <div class="content">
321
+ <div class="section-title">Tasks</div>
322
+
323
+ <!-- Single task item -->
324
+ <div class="task-item">
325
+ <div class="checkbox"></div>
326
+ <div class="task-info">
327
+ <div class="task-title">Reminder to buy groceries</div>
328
+ <div class="task-desc">Milk, eggs, chicken and broccoli</div>
329
+ <div class="task-meta">
330
+ <div class="meta-left">
331
+ <div class="meta-tag">
332
+ <svg viewBox="0 0 24 24" width="36" height="36">
333
+ <rect x="3" y="4" width="18" height="16" rx="3" ry="3" fill="none" stroke="#35C759" stroke-width="2"/>
334
+ <path d="M3 9h18" stroke="#35C759" stroke-width="2"/>
335
+ </svg>
336
+ <span>Today</span>
337
+ </div>
338
+ </div>
339
+ <div class="meta-right">
340
+ <span>Inbox</span>
341
+ <svg viewBox="0 0 24 24" width="38" height="38">
342
+ <rect x="6" y="10" width="12" height="9" rx="2" ry="2" fill="none" stroke="#BEBEBE" stroke-width="2"/>
343
+ <path d="M12 6c2.5 0 4 1.5 4 4H8c0-2.5 1.5-4 4-4z" fill="none" stroke="#BEBEBE" stroke-width="2"/>
344
+ </svg>
345
+ </div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ </div>
351
+
352
+ <!-- Floating action button -->
353
+ <div class="fab">
354
+ <svg viewBox="0 0 48 48">
355
+ <path d="M24 8v32M8 24h32" stroke-linecap="round"/>
356
+ </svg>
357
+ </div>
358
+
359
+ <!-- Bottom Navigation -->
360
+ <div class="bottom-nav">
361
+ <div class="nav-item">
362
+ <div class="icon-wrap">
363
+ <svg viewBox="0 0 24 24" width="72" height="72">
364
+ <rect x="4" y="3" width="16" height="18" rx="3" ry="3" stroke="#CFCFCF" fill="none" stroke-width="2"/>
365
+ <path d="M4 8h16" stroke="#CFCFCF" stroke-width="2"/>
366
+ </svg>
367
+ </div>
368
+ <div class="label">Today</div>
369
+ </div>
370
+
371
+ <div class="nav-item">
372
+ <div class="icon-wrap">
373
+ <svg viewBox="0 0 24 24" width="72" height="72">
374
+ <path d="M4 13h16l-4 8H8l-4-8z" stroke="#CFCFCF" fill="none" stroke-width="2"/>
375
+ <path d="M7 4h10v7H7z" stroke="#CFCFCF" fill="none" stroke-width="2"/>
376
+ </svg>
377
+ </div>
378
+ <div class="label">Inbox</div>
379
+ </div>
380
+
381
+ <div class="nav-item active">
382
+ <div class="icon-wrap">
383
+ <svg viewBox="0 0 24 24" width="72" height="72">
384
+ <circle cx="11" cy="11" r="7" stroke="#E74C3C" fill="none" stroke-width="2"/>
385
+ <path d="M16 16l5 5" stroke="#E74C3C" stroke-width="2"/>
386
+ </svg>
387
+ </div>
388
+ <div class="label">Search</div>
389
+ </div>
390
+
391
+ <div class="nav-item">
392
+ <div class="icon-wrap">
393
+ <svg viewBox="0 0 24 24" width="72" height="72">
394
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#CFCFCF" stroke-width="2"/>
395
+ </svg>
396
+ </div>
397
+ <div class="label">Browse</div>
398
+ </div>
399
+ </div>
400
+
401
+ </div>
402
+ </body>
403
+ </html>
code/4122/4122_1.html ADDED
@@ -0,0 +1,372 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f0f0f;
14
+ color: #eaeaea;
15
+ }
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 90px;
22
+ padding: 0 32px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #ffffff;
27
+ font-size: 34px;
28
+ letter-spacing: 0.4px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .icon {
36
+ width: 36px;
37
+ height: 36px;
38
+ display: inline-flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+ .screen-title {
43
+ position: absolute;
44
+ top: 130px;
45
+ left: 40px;
46
+ font-size: 64px;
47
+ font-weight: 600;
48
+ color: #cfcfcf;
49
+ }
50
+ .search-query {
51
+ position: absolute;
52
+ top: 220px;
53
+ left: 40px;
54
+ font-size: 40px;
55
+ color: #b0b0b0;
56
+ }
57
+ .tabs {
58
+ position: absolute;
59
+ top: 300px;
60
+ left: 0;
61
+ width: 1080px;
62
+ height: 100px;
63
+ display: flex;
64
+ align-items: flex-end;
65
+ padding: 0 40px;
66
+ gap: 48px;
67
+ color: #9a9a9a;
68
+ font-size: 34px;
69
+ }
70
+ .tab {
71
+ padding-bottom: 16px;
72
+ position: relative;
73
+ }
74
+ .tab.active {
75
+ color: #e8e8e8;
76
+ font-weight: 600;
77
+ }
78
+ .tab.active::after {
79
+ content: "";
80
+ position: absolute;
81
+ left: 0;
82
+ bottom: 0;
83
+ width: 60px;
84
+ height: 4px;
85
+ background: #c44;
86
+ border-radius: 2px;
87
+ }
88
+ .section-title {
89
+ position: absolute;
90
+ top: 420px;
91
+ left: 40px;
92
+ font-size: 44px;
93
+ color: #bdbdbd;
94
+ }
95
+
96
+ /* Bottom sheet */
97
+ .sheet {
98
+ position: absolute;
99
+ left: 0;
100
+ right: 0;
101
+ bottom: 0;
102
+ height: 1520px;
103
+ background: #1a1a1a;
104
+ border-top-left-radius: 32px;
105
+ border-top-right-radius: 32px;
106
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.6);
107
+ }
108
+ .sheet-handle {
109
+ width: 120px;
110
+ height: 10px;
111
+ background: #2a2a2a;
112
+ border-radius: 5px;
113
+ margin: 20px auto 10px auto;
114
+ }
115
+ .sheet-content {
116
+ padding: 20px 40px 40px 40px;
117
+ }
118
+ .sheet-top-row {
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: space-between;
122
+ margin-top: 12px;
123
+ margin-bottom: 24px;
124
+ }
125
+ .pill {
126
+ display: inline-flex;
127
+ align-items: center;
128
+ gap: 16px;
129
+ color: #dcdcdc;
130
+ font-size: 34px;
131
+ }
132
+ .pill .small-icon {
133
+ width: 34px; height: 34px; display: inline-flex; align-items:center; justify-content:center;
134
+ }
135
+ .kebab {
136
+ width: 48px;
137
+ height: 48px;
138
+ border-radius: 12px;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ color: #b0b0b0;
143
+ }
144
+ .task-row {
145
+ display: flex;
146
+ align-items: flex-start;
147
+ gap: 24px;
148
+ margin: 8px 0 16px 0;
149
+ }
150
+ .checkbox {
151
+ width: 44px;
152
+ height: 44px;
153
+ border: 3px solid #8a8a8a;
154
+ border-radius: 50%;
155
+ margin-top: 6px;
156
+ }
157
+ .task-title {
158
+ font-size: 54px;
159
+ font-weight: 700;
160
+ line-height: 1.2;
161
+ color: #f4f4f4;
162
+ }
163
+ .task-desc {
164
+ font-size: 38px;
165
+ color: #bdbdbd;
166
+ margin: 24px 0 28px 68px;
167
+ }
168
+ .date-row {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 18px;
172
+ margin-left: 68px;
173
+ margin-bottom: 24px;
174
+ font-size: 40px;
175
+ color: #e6e6e6;
176
+ }
177
+ .green-square {
178
+ width: 40px;
179
+ height: 40px;
180
+ border-radius: 8px;
181
+ background: #2ecc71;
182
+ box-shadow: inset 0 0 0 3px #1b8a4a;
183
+ }
184
+
185
+ .button-row {
186
+ display: flex;
187
+ gap: 24px;
188
+ flex-wrap: wrap;
189
+ margin: 22px 0 30px 0;
190
+ padding-left: 68px;
191
+ }
192
+ .chip {
193
+ padding: 22px 28px;
194
+ border-radius: 16px;
195
+ background: #222;
196
+ border: 1px solid #373737;
197
+ color: #dcdcdc;
198
+ font-size: 36px;
199
+ display: inline-flex;
200
+ align-items: center;
201
+ gap: 16px;
202
+ }
203
+ .chip .badge {
204
+ background: #a84;
205
+ color: #fff;
206
+ border-radius: 10px;
207
+ font-size: 26px;
208
+ padding: 6px 10px;
209
+ }
210
+
211
+ .subtask {
212
+ display: flex;
213
+ align-items: center;
214
+ gap: 22px;
215
+ padding: 24px 40px;
216
+ border-top: 1px solid #2c2c2c;
217
+ color: #e8e8e8;
218
+ font-size: 42px;
219
+ margin-top: 14px;
220
+ }
221
+ .plus {
222
+ width: 44px; height: 44px; border-radius: 12px; background:#222; display:flex; align-items:center; justify-content:center; color:#cfcfcf;
223
+ }
224
+
225
+ .comment-bar {
226
+ position: absolute;
227
+ left: 40px;
228
+ right: 40px;
229
+ bottom: 40px;
230
+ height: 110px;
231
+ background: #1f1f1f;
232
+ border: 1px solid #333;
233
+ border-radius: 60px;
234
+ display: flex;
235
+ align-items: center;
236
+ justify-content: space-between;
237
+ padding: 0 30px 0 34px;
238
+ color: #bdbdbd;
239
+ font-size: 40px;
240
+ }
241
+ .paperclip {
242
+ width: 56px; height: 56px; display:flex; align-items:center; justify-content:center; color:#bdbdbd;
243
+ }
244
+ </style>
245
+ </head>
246
+ <body>
247
+ <div id="render-target">
248
+
249
+ <!-- Status bar -->
250
+ <div class="status-bar">
251
+ <div>3:01</div>
252
+ <div class="status-icons">
253
+ <!-- Simple Wi-Fi icon -->
254
+ <div class="icon">
255
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#ffffff">
256
+ <path d="M12 20a2 2 0 1 0 .001-4.001A2 2 0 0 0 12 20zm6.6-6.2a8.5 8.5 0 0 0-13.2 0l1.4 1.4a6.5 6.5 0 0 1 10.4 0l1.4-1.4zm3.3-3.3a12.5 12.5 0 0 0-19.8 0l1.4 1.4a10.5 10.5 0 0 1 17 0l1.4-1.4z"/>
257
+ </svg>
258
+ </div>
259
+ <!-- Battery icon -->
260
+ <div class="icon">
261
+ <svg width="40" height="36" viewBox="0 0 26 16" fill="#ffffff">
262
+ <rect x="1" y="2" width="20" height="12" rx="2" ry="2" stroke="#ffffff" fill="none" stroke-width="2"/>
263
+ <rect x="3" y="4" width="16" height="8" fill="#ffffff"/>
264
+ <rect x="22" y="5" width="3" height="6" rx="1" fill="#ffffff"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Header -->
271
+ <div class="screen-title">Search</div>
272
+ <div class="search-query">Groceries</div>
273
+
274
+ <!-- Tabs -->
275
+ <div class="tabs">
276
+ <div class="tab active">TOP</div>
277
+ <div class="tab">TASKS</div>
278
+ <div class="tab">DESCRIPTIONS</div>
279
+ <div class="tab">PROJECTS</div>
280
+ <div class="tab">SECTIONS</div>
281
+ </div>
282
+
283
+ <div class="section-title">Tasks</div>
284
+
285
+ <!-- Bottom sheet with task details -->
286
+ <div class="sheet">
287
+ <div class="sheet-handle"></div>
288
+ <div class="sheet-content">
289
+
290
+ <div class="sheet-top-row">
291
+ <div class="pill">
292
+ <div class="small-icon">
293
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#dcdcdc">
294
+ <path d="M6 3h12a2 2 0 0 1 2 2v14l-6-3-6 3V5a2 2 0 0 1 2-2z"></path>
295
+ </svg>
296
+ </div>
297
+ <span>Inbox</span>
298
+ <span style="color:#999">›</span>
299
+ </div>
300
+ <div class="kebab">
301
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#b0b0b0">
302
+ <circle cx="12" cy="5" r="2"></circle>
303
+ <circle cx="12" cy="12" r="2"></circle>
304
+ <circle cx="12" cy="19" r="2"></circle>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+
309
+ <div class="task-row">
310
+ <div class="checkbox"></div>
311
+ <div class="task-title">Reminder to buy groceries</div>
312
+ </div>
313
+
314
+ <div class="task-desc">Milk, eggs, chicken and broccoli</div>
315
+
316
+ <div class="date-row">
317
+ <div class="green-square"></div>
318
+ <div>Today</div>
319
+ </div>
320
+
321
+ <div class="button-row">
322
+ <div class="chip">
323
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#dcdcdc">
324
+ <path d="M5 3h14v4H5zM3 9h18v4H3zM5 15h14v6H5z"></path>
325
+ </svg>
326
+ <span>Priority</span>
327
+ </div>
328
+ <div class="chip">
329
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#dcdcdc">
330
+ <path d="M4 4h16v4H4zM4 10h16v10H4z"></path>
331
+ </svg>
332
+ <span>Labels</span>
333
+ </div>
334
+ <div class="chip">
335
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#dcdcdc">
336
+ <path d="M12 7a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm1-7h-2v4h2V0z"></path>
337
+ </svg>
338
+ <span>Reminders</span>
339
+ <span class="badge">PRO</span>
340
+ </div>
341
+ <div class="chip">
342
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#dcdcdc">
343
+ <path d="M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 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>
344
+ </svg>
345
+ <span>Location</span>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="subtask">
350
+ <div class="plus">
351
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#cfcfcf">
352
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"></path>
353
+ </svg>
354
+ </div>
355
+ <div>Add sub-task</div>
356
+ </div>
357
+
358
+ </div>
359
+
360
+ <div class="comment-bar">
361
+ <div>Add a comment</div>
362
+ <div class="paperclip">
363
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#bdbdbd">
364
+ <path d="M7 13.5l6.5-6.5a3 3 0 1 1 4.2 4.2L9.8 22a5 5 0 0 1-7.1-7.1L12 5.7l1.4 1.4-9.3 9.3a3 3 0 1 0 4.2 4.2l7.9-7.9a1 1 0 0 0-1.4-1.4L6.6 15z"/>
365
+ </svg>
366
+ </div>
367
+ </div>
368
+ </div>
369
+
370
+ </div>
371
+ </body>
372
+ </html>
code/4122/4122_2.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Search</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #EAEAEA;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 96px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 32px;
27
+ color: #E0E0E0;
28
+ font-size: 40px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 18px;
35
+ }
36
+ .status-icon svg { width: 44px; height: 44px; stroke: #D6D6D6; fill: none; stroke-width: 2.5; }
37
+
38
+ /* Header / search area */
39
+ .header {
40
+ position: absolute;
41
+ top: 120px;
42
+ left: 48px;
43
+ right: 48px;
44
+ }
45
+ .header h1 {
46
+ margin: 0;
47
+ font-size: 86px;
48
+ font-weight: 600;
49
+ color: #EDEDED;
50
+ }
51
+ .search-term {
52
+ margin-top: 28px;
53
+ font-size: 52px;
54
+ color: #B8B8B8;
55
+ }
56
+
57
+ /* Tabs */
58
+ .tabs {
59
+ margin-top: 72px;
60
+ display: flex;
61
+ gap: 70px;
62
+ border-bottom: 1px solid #262626;
63
+ padding-bottom: 12px;
64
+ }
65
+ .tab {
66
+ font-size: 44px;
67
+ color: #9E9E9E;
68
+ padding-bottom: 18px;
69
+ position: relative;
70
+ }
71
+ .tab.active {
72
+ color: #EFEFEF;
73
+ font-weight: 600;
74
+ }
75
+ .tab.active::after {
76
+ content: "";
77
+ position: absolute;
78
+ left: 0;
79
+ bottom: -6px;
80
+ width: 140px;
81
+ height: 6px;
82
+ background: #C44343;
83
+ border-radius: 4px;
84
+ }
85
+
86
+ /* Section title */
87
+ .section-title {
88
+ margin-top: 56px;
89
+ font-size: 48px;
90
+ color: #C9C9C9;
91
+ }
92
+
93
+ /* Task list card */
94
+ .task-card {
95
+ margin-top: 30px;
96
+ border: 1px solid #2A2A2A;
97
+ border-radius: 26px;
98
+ background: #0E0E0E;
99
+ padding: 34px;
100
+ }
101
+ .task-row {
102
+ display: flex;
103
+ align-items: flex-start;
104
+ gap: 28px;
105
+ }
106
+ .check {
107
+ width: 48px;
108
+ height: 48px;
109
+ border: 3px solid #4A4A4A;
110
+ border-radius: 50%;
111
+ margin-top: 12px;
112
+ }
113
+ .task-main {
114
+ flex: 1;
115
+ }
116
+ .inbox-line {
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 16px;
120
+ color: #BEBEBE;
121
+ font-size: 40px;
122
+ margin-bottom: 16px;
123
+ }
124
+ .inbox-icon {
125
+ width: 42px;
126
+ height: 42px;
127
+ border-radius: 10px;
128
+ background: #8B2D2D;
129
+ display: inline-flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ }
133
+ .inbox-icon svg { width: 28px; height: 28px; fill: none; stroke: #F3B0B0; stroke-width: 2.5; }
134
+ .task-title {
135
+ font-size: 64px;
136
+ color: #EDEDED;
137
+ line-height: 1.2;
138
+ margin: 6px 0 0;
139
+ }
140
+ .menu-dot {
141
+ width: 16px;
142
+ height: 16px;
143
+ background: #6A6A6A;
144
+ border-radius: 50%;
145
+ box-shadow: 0 24px 0 #6A6A6A, 0 -24px 0 #6A6A6A;
146
+ margin: 20px 6px 0 0;
147
+ }
148
+
149
+ /* Bottom sheet */
150
+ .bottom-sheet {
151
+ position: absolute;
152
+ left: 0;
153
+ right: 0;
154
+ bottom: 0;
155
+ height: 980px;
156
+ background: #1B1B1B;
157
+ border-top-left-radius: 34px;
158
+ border-top-right-radius: 34px;
159
+ box-shadow: 0 -24px 60px rgba(0,0,0,0.6);
160
+ }
161
+ .sheet-handle {
162
+ width: 160px;
163
+ height: 12px;
164
+ background: #2A2A2A;
165
+ border-radius: 8px;
166
+ margin: 22px auto 18px;
167
+ }
168
+ .sheet-note {
169
+ color: #A6A6A6;
170
+ font-size: 42px;
171
+ margin: 18px 48px 6px;
172
+ }
173
+ .option {
174
+ display: flex;
175
+ align-items: center;
176
+ gap: 30px;
177
+ padding: 34px 48px;
178
+ border-top: 1px solid #2A2A2A;
179
+ font-size: 48px;
180
+ color: #E8E8E8;
181
+ }
182
+ .option:first-of-type { border-top: none; }
183
+ .option .icon {
184
+ width: 60px;
185
+ height: 60px;
186
+ stroke: #D0D0D0;
187
+ fill: none;
188
+ stroke-width: 2.8;
189
+ }
190
+ .option.red { color: #E75A5A; }
191
+ .option.red .icon { stroke: #E75A5A; }
192
+
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>3:01</div>
201
+ <div class="status-right">
202
+ <div class="status-icon">
203
+ <!-- Simple wifi icon -->
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M2 8c5-4 15-4 20 0"></path>
206
+ <path d="M5 11c4-3 10-3 14 0"></path>
207
+ <path d="M8 14c3-2 5-2 8 0"></path>
208
+ <circle cx="12" cy="18" r="1.8" fill="#D6D6D6"></circle>
209
+ </svg>
210
+ </div>
211
+ <div class="status-icon">
212
+ <!-- Battery -->
213
+ <svg viewBox="0 0 28 24">
214
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
215
+ <rect x="22.5" y="9" width="3" height="6" rx="1"></rect>
216
+ <rect x="4.5" y="8" width="14" height="8" fill="#D6D6D6" stroke="none"></rect>
217
+ </svg>
218
+ </div>
219
+ <div class="status-icon">
220
+ <!-- Dots icon to mimic notifications -->
221
+ <svg viewBox="0 0 24 24">
222
+ <circle cx="5" cy="12" r="2" fill="#D6D6D6"></circle>
223
+ <circle cx="12" cy="12" r="2" fill="#D6D6D6"></circle>
224
+ <circle cx="19" cy="12" r="2" fill="#D6D6D6"></circle>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Header / Search -->
231
+ <div class="header">
232
+ <h1>Search</h1>
233
+ <div class="search-term">Groceries</div>
234
+
235
+ <div class="tabs">
236
+ <div class="tab active">TOP</div>
237
+ <div class="tab">TASKS</div>
238
+ <div class="tab">DESCRIPTIONS</div>
239
+ <div class="tab">PROJECTS</div>
240
+ <div class="tab">SECTIONS</div>
241
+ </div>
242
+
243
+ <div class="section-title">Tasks</div>
244
+
245
+ <!-- Example task card -->
246
+ <div class="task-card">
247
+ <div class="task-row">
248
+ <div class="check"></div>
249
+ <div class="task-main">
250
+ <div class="inbox-line">
251
+ <span class="inbox-icon">
252
+ <!-- envelope -->
253
+ <svg viewBox="0 0 24 24">
254
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
255
+ <path d="M3 8l9 6 9-6"></path>
256
+ </svg>
257
+ </span>
258
+ <span>Inbox</span>
259
+ <span style="color:#9E9E9E;">›</span>
260
+ </div>
261
+ <div class="task-title">Reminder to buy groceries</div>
262
+ </div>
263
+ <div class="menu-dot"></div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Bottom sheet with options -->
269
+ <div class="bottom-sheet">
270
+ <div class="sheet-handle"></div>
271
+ <div class="sheet-note">Added on Dec 14 2:32PM</div>
272
+
273
+ <div class="option">
274
+ <svg class="icon" viewBox="0 0 24 24">
275
+ <!-- pencil -->
276
+ <path d="M3 21l4-1 12-12-3-3L4 17l-1 4z"></path>
277
+ <path d="M14 5l3 3"></path>
278
+ </svg>
279
+ <div>Edit task</div>
280
+ </div>
281
+
282
+ <div class="option">
283
+ <svg class="icon" viewBox="0 0 24 24">
284
+ <!-- duplicate: square + plus -->
285
+ <rect x="4" y="4" width="12" height="12" rx="2"></rect>
286
+ <rect x="8" y="8" width="12" height="12" rx="2"></rect>
287
+ <path d="M14 14h6M17 11v6" stroke-width="2.5"></path>
288
+ </svg>
289
+ <div>Duplicate task</div>
290
+ </div>
291
+
292
+ <div class="option">
293
+ <svg class="icon" viewBox="0 0 24 24">
294
+ <!-- link -->
295
+ <path d="M7 12a4 4 0 014-4h3"></path>
296
+ <path d="M17 12a4 4 0 01-4 4h-3"></path>
297
+ <path d="M8 12h8"></path>
298
+ </svg>
299
+ <div>Copy link to task</div>
300
+ </div>
301
+
302
+ <div class="option">
303
+ <svg class="icon" viewBox="0 0 24 24">
304
+ <!-- circle with slash -->
305
+ <circle cx="12" cy="12" r="8"></circle>
306
+ <path d="M6 6l12 12"></path>
307
+ </svg>
308
+ <div>Hide completed sub-tasks</div>
309
+ </div>
310
+
311
+ <div class="option">
312
+ <svg class="icon" viewBox="0 0 24 24">
313
+ <!-- activity graph -->
314
+ <path d="M3 17h4l3-6 3 4 4-9 4 11"></path>
315
+ </svg>
316
+ <div>Activity log</div>
317
+ </div>
318
+
319
+ <div class="option red" style="border-top: 1px solid #2A2A2A;">
320
+ <svg class="icon" viewBox="0 0 24 24">
321
+ <!-- trash -->
322
+ <path d="M4 7h16"></path>
323
+ <path d="M9 7V4h6v3"></path>
324
+ <rect x="6" y="7" width="12" height="13" rx="2"></rect>
325
+ </svg>
326
+ <div>Delete task</div>
327
+ </div>
328
+ </div>
329
+
330
+ </div>
331
+ </body>
332
+ </html>
code/4122/4122_3.html ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Delete Task Dialog</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #E6E6E6;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 96px;
23
+ padding: 0 36px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #ffffff;
28
+ font-size: 34px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons { display: flex; align-items: center; gap: 22px; }
32
+
33
+ /* Page header */
34
+ .page-title {
35
+ position: absolute;
36
+ top: 140px;
37
+ left: 36px;
38
+ font-size: 64px;
39
+ font-weight: 600;
40
+ color: #DADADA;
41
+ }
42
+ .kebab {
43
+ position: absolute;
44
+ top: 150px;
45
+ right: 36px;
46
+ width: 40px;
47
+ height: 80px;
48
+ }
49
+ .search-query {
50
+ position: absolute;
51
+ top: 240px;
52
+ left: 36px;
53
+ font-size: 42px;
54
+ color: #B5B5B5;
55
+ }
56
+ .close-x {
57
+ position: absolute;
58
+ top: 244px;
59
+ right: 90px;
60
+ width: 44px;
61
+ height: 44px;
62
+ }
63
+
64
+ /* Tabs */
65
+ .tabs {
66
+ position: absolute;
67
+ top: 330px;
68
+ left: 0;
69
+ width: 1080px;
70
+ padding: 0 36px;
71
+ display: flex;
72
+ gap: 48px;
73
+ color: #9E9E9E;
74
+ font-size: 30px;
75
+ text-transform: uppercase;
76
+ }
77
+ .tab { padding-bottom: 18px; }
78
+ .tab.active { color: #E8E8E8; position: relative; }
79
+ .tab.active::after {
80
+ content: '';
81
+ position: absolute;
82
+ left: 0; bottom: 0;
83
+ width: 60px; height: 6px;
84
+ background: #C45C56; border-radius: 3px;
85
+ }
86
+
87
+ /* Section header */
88
+ .section-title {
89
+ position: absolute;
90
+ top: 420px;
91
+ left: 36px;
92
+ font-size: 42px;
93
+ color: #C9C9C9;
94
+ }
95
+
96
+ /* Task item preview */
97
+ .task-card {
98
+ position: absolute;
99
+ top: 500px;
100
+ left: 36px;
101
+ right: 36px;
102
+ height: 360px;
103
+ border-radius: 12px;
104
+ background: #181818;
105
+ box-shadow: 0 2px 0 #1F1F1F inset;
106
+ }
107
+ .task-header {
108
+ display: flex;
109
+ align-items: center;
110
+ gap: 22px;
111
+ padding: 26px 24px 10px 24px;
112
+ }
113
+ .circle {
114
+ width: 42px; height: 42px; border: 2px solid #7A7A7A; border-radius: 50%;
115
+ }
116
+ .task-title {
117
+ font-size: 40px;
118
+ color: #EAEAEA;
119
+ white-space: nowrap;
120
+ overflow: hidden;
121
+ text-overflow: ellipsis;
122
+ }
123
+ .task-dots {
124
+ position: absolute;
125
+ top: 24px;
126
+ right: 24px;
127
+ width: 36px;
128
+ height: 80px;
129
+ }
130
+ .task-meta {
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 16px;
134
+ color: #A0A0A0;
135
+ font-size: 32px;
136
+ padding: 18px 24px;
137
+ }
138
+ .inbox-pill {
139
+ display: inline-flex;
140
+ align-items: center;
141
+ gap: 10px;
142
+ background: #222;
143
+ padding: 10px 16px;
144
+ border-radius: 10px;
145
+ color: #CECECE;
146
+ }
147
+ .handle {
148
+ width: 34px; height: 34px;
149
+ border-radius: 6px;
150
+ box-shadow: 0 0 0 1px #2A2A2A inset;
151
+ position: relative;
152
+ margin-right: 10px;
153
+ }
154
+ .handle::before, .handle::after {
155
+ content: '';
156
+ position: absolute; left: 8px;
157
+ width: 18px; height: 2px; background: #666;
158
+ }
159
+ .handle::before { top: 11px; }
160
+ .handle::after { top: 20px; }
161
+
162
+ /* Add sub-task row */
163
+ .add-subtask {
164
+ position: absolute;
165
+ top: 1600px;
166
+ left: 36px;
167
+ width: calc(100% - 72px);
168
+ height: 100px;
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 26px;
172
+ color: #CFCFCF;
173
+ font-size: 40px;
174
+ border-top: 1px solid #1E1E1E;
175
+ padding-left: 12px;
176
+ }
177
+ .plus {
178
+ width: 44px; height: 44px;
179
+ border: 2px solid #A6A6A6; border-radius: 50%;
180
+ position: relative;
181
+ }
182
+ .plus::before, .plus::after {
183
+ content: '';
184
+ position: absolute; background: #A6A6A6;
185
+ }
186
+ .plus::before { width: 22px; height: 2px; left: 10px; top: 20px; }
187
+ .plus::after { width: 2px; height: 22px; left: 21px; top: 10px; }
188
+
189
+ /* Comment input */
190
+ .comment-input {
191
+ position: absolute;
192
+ bottom: 110px;
193
+ left: 36px;
194
+ width: 1008px;
195
+ height: 110px;
196
+ border-radius: 56px;
197
+ background: #1B1B1B;
198
+ display: flex; align-items: center; justify-content: space-between;
199
+ padding: 0 26px;
200
+ color: #AFAFAF;
201
+ font-size: 36px;
202
+ box-shadow: 0 0 0 1px #292929 inset;
203
+ }
204
+ .paperclip {
205
+ width: 40px; height: 40px;
206
+ }
207
+
208
+ /* Gesture bar */
209
+ .gesture {
210
+ position: absolute;
211
+ bottom: 34px;
212
+ left: 50%;
213
+ transform: translateX(-50%);
214
+ width: 420px; height: 10px;
215
+ background: #E7E7E7; border-radius: 8px; opacity: 0.85;
216
+ }
217
+
218
+ /* Overlay dialog */
219
+ .overlay {
220
+ position: absolute;
221
+ top: 0; left: 0;
222
+ width: 1080px; height: 2400px;
223
+ background: rgba(0,0,0,0.35);
224
+ z-index: 5;
225
+ }
226
+ .modal {
227
+ position: absolute;
228
+ left: 72px;
229
+ top: 980px;
230
+ width: 936px;
231
+ border-radius: 20px;
232
+ background: #1E1E1E;
233
+ box-shadow: 0 18px 60px rgba(0,0,0,0.6);
234
+ color: #F1F1F1;
235
+ padding: 36px 42px 30px 42px;
236
+ }
237
+ .modal h2 {
238
+ margin: 0;
239
+ font-size: 46px;
240
+ color: #FFFFFF;
241
+ }
242
+ .modal p {
243
+ margin: 26px 0 40px;
244
+ font-size: 34px;
245
+ line-height: 1.4;
246
+ color: #CFCFCF;
247
+ }
248
+ .modal-actions {
249
+ display: flex; justify-content: flex-end; gap: 56px;
250
+ }
251
+ .btn-text {
252
+ font-size: 38px; font-weight: 600; letter-spacing: 1px;
253
+ color: #FF7A73; cursor: pointer;
254
+ }
255
+ </style>
256
+ </head>
257
+ <body>
258
+ <div id="render-target">
259
+
260
+ <!-- Status bar -->
261
+ <div class="status-bar">
262
+ <div>3:01</div>
263
+ <div class="status-icons">
264
+ <!-- WiFi icon -->
265
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
266
+ <path d="M2.5 8.5c4.5-4 14.5-4 19 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
267
+ <path d="M5.5 11.5c3-2.7 10-2.7 13 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
268
+ <path d="M8.5 14.5c1.5-1.3 5.5-1.3 7 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
269
+ <circle cx="12" cy="18" r="1.6" fill="#fff"/>
270
+ </svg>
271
+ <!-- Battery icon -->
272
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
273
+ <rect x="3" y="6" width="16" height="12" rx="2" stroke="#fff" stroke-width="2"/>
274
+ <rect x="5" y="8" width="12" height="8" rx="1" fill="#fff"/>
275
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#fff"/>
276
+ </svg>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Header and search -->
281
+ <div class="page-title">Search</div>
282
+
283
+ <!-- Kebab icon on header -->
284
+ <svg class="kebab" viewBox="0 0 24 60">
285
+ <circle cx="12" cy="12" r="4" fill="#BDBDBD"/>
286
+ <circle cx="12" cy="30" r="4" fill="#BDBDBD"/>
287
+ <circle cx="12" cy="48" r="4" fill="#BDBDBD"/>
288
+ </svg>
289
+
290
+ <div class="search-query">Groceries</div>
291
+
292
+ <!-- Close X -->
293
+ <svg class="close-x" viewBox="0 0 24 24">
294
+ <path d="M5 5L19 19M19 5L5 19" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"/>
295
+ </svg>
296
+
297
+ <!-- Tabs -->
298
+ <div class="tabs">
299
+ <div class="tab active">Top</div>
300
+ <div class="tab">Tasks</div>
301
+ <div class="tab">Descriptions</div>
302
+ <div class="tab">Projects</div>
303
+ <div class="tab">Sections</div>
304
+ </div>
305
+
306
+ <!-- Section title -->
307
+ <div class="section-title">Tasks</div>
308
+
309
+ <!-- Task card preview -->
310
+ <div class="task-card">
311
+ <div class="task-header">
312
+ <div class="circle"></div>
313
+ <div class="task-title">Reminder to buy groceries</div>
314
+ </div>
315
+
316
+ <svg class="task-dots" viewBox="0 0 24 60">
317
+ <circle cx="12" cy="12" r="3.5" fill="#BDBDBD"/>
318
+ <circle cx="12" cy="30" r="3.5" fill="#BDBDBD"/>
319
+ <circle cx="12" cy="48" r="3.5" fill="#BDBDBD"/>
320
+ </svg>
321
+
322
+ <div class="task-meta">
323
+ <div class="handle"></div>
324
+ <div class="inbox-pill">
325
+ <!-- small inbox indicator -->
326
+ <svg width="24" height="24" viewBox="0 0 24 24">
327
+ <rect x="3" y="4" width="18" height="16" rx="3" fill="#E15E50"/>
328
+ <path d="M6 12h12l-2 3H8l-2-3z" fill="#fff" opacity="0.9"/>
329
+ </svg>
330
+ <span>Inbox</span>
331
+ <svg width="24" height="24" viewBox="0 0 24 24">
332
+ <path d="M9 6l6 6-6 6" stroke="#BDBDBD" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
333
+ </svg>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Overlay and modal -->
339
+ <div class="overlay"></div>
340
+ <div class="modal">
341
+ <h2>Delete task?</h2>
342
+ <p>This will permanently delete “Reminder to buy groceries” and can’t be undone.</p>
343
+ <div class="modal-actions">
344
+ <div class="btn-text">NO</div>
345
+ <div class="btn-text">YES</div>
346
+ </div>
347
+ </div>
348
+
349
+ <!-- Add sub-task row -->
350
+ <div class="add-subtask">
351
+ <div class="plus"></div>
352
+ <div>Add sub-task</div>
353
+ </div>
354
+
355
+ <!-- Comment input -->
356
+ <div class="comment-input">
357
+ <div>Add a comment</div>
358
+ <svg class="paperclip" viewBox="0 0 24 24">
359
+ <path d="M7 13l7-7c2-2 5 1 3 3l-8 8c-2 2-5-1-3-3l7-7" stroke="#AFAFAF" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
360
+ </svg>
361
+ </div>
362
+
363
+ <!-- Gesture bar -->
364
+ <div class="gesture"></div>
365
+
366
+ </div>
367
+ </body>
368
+ </html>
code/4122/4122_4.html ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Search Screen Mock</title>
5
+ <style>
6
+ body{margin:0;padding:0;background:transparent;font-family:Arial, Helvetica, sans-serif;}
7
+ #render-target{
8
+ width:1080px;height:2400px;position:relative;overflow:hidden;
9
+ background:#121212;color:#EEE;
10
+ }
11
+
12
+ /* Status bar */
13
+ .status-bar{
14
+ position:absolute;left:0;top:0;width:100%;height:86px;
15
+ padding:0 36px;box-sizing:border-box;
16
+ display:flex;align-items:center;justify-content:space-between;color:#fff;
17
+ }
18
+ .status-time{font-size:36px;letter-spacing:1px;}
19
+ .status-icons{display:flex;align-items:center;gap:28px;}
20
+ .icon{width:36px;height:36px;display:inline-block;}
21
+ /* Header title */
22
+ .header{
23
+ position:absolute;left:40px;top:120px;right:40px;
24
+ }
25
+ .header h1{
26
+ margin:0;font-weight:700;font-size:64px;letter-spacing:0.5px;
27
+ }
28
+
29
+ /* Search query row */
30
+ .query-row{
31
+ margin-top:36px;display:flex;align-items:center;justify-content:space-between;
32
+ border-bottom:1px solid #2a2a2a;padding-bottom:20px;
33
+ }
34
+ .query-text{font-size:44px;color:#EDEDED;}
35
+ .close-x{width:48px;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;color:#EDEDED;}
36
+ /* Tabs */
37
+ .tabs{
38
+ margin-top:34px;display:flex;gap:46px;border-bottom:1px solid #202020;padding-bottom:14px;
39
+ }
40
+ .tab{font-size:32px;color:#8f8f8f;letter-spacing:1px;}
41
+ .tab.active{color:#ff7d6b;position:relative;}
42
+ .tab.active::after{
43
+ content:"";position:absolute;left:0;bottom:-16px;width:100%;height:6px;background:#ff7d6b;border-radius:3px;
44
+ }
45
+
46
+ /* Illustration and empty state */
47
+ .empty-wrap{
48
+ position:absolute;left:0;right:0;top:720px;text-align:center;padding:0 60px;
49
+ }
50
+ .img-placeholder{
51
+ width:560px;height:380px;margin:40px auto 34px auto;
52
+ background:#E0E0E0;border:1px solid #BDBDBD;color:#757575;
53
+ display:flex;align-items:center;justify-content:center;border-radius:16px;
54
+ }
55
+ .empty-title{font-size:44px;color:#FFFFFF;margin:20px 0;}
56
+ .empty-link{font-size:36px;color:#ff7d6b;margin-top:18px;}
57
+ /* Help bubble on left side */
58
+ .help-bubble{
59
+ position:absolute;left:36px;top:1140px;width:80px;height:80px;border-radius:40px;
60
+ border:2px solid #303030;color:#bdbdbd;display:flex;align-items:center;justify-content:center;font-weight:700;
61
+ }
62
+
63
+ /* Floating Add button */
64
+ .fab{
65
+ position:absolute;right:56px;bottom:300px;width:170px;height:170px;border-radius:36px;
66
+ background:#E85D52;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,0.45);
67
+ }
68
+ .fab span{font-size:90px;color:#fff;line-height:0;}
69
+
70
+ /* Bottom navigation */
71
+ .bottom-nav{
72
+ position:absolute;left:0;bottom:0;width:100%;height:190px;background:#0f0f0f;border-top:1px solid #202020;
73
+ display:flex;align-items:center;justify-content:space-around;
74
+ }
75
+ .nav-item{display:flex;flex-direction:column;align-items:center;gap:12px;color:#BDBDBD;font-size:34px;}
76
+ .nav-item.active{color:#ff7d6b;}
77
+ .active-bubble{
78
+ background:rgba(233,90,80,0.18);width:170px;height:100px;border-radius:60px;
79
+ display:flex;align-items:center;justify-content:center;
80
+ }
81
+ </style>
82
+ </head>
83
+ <body>
84
+ <div id="render-target">
85
+
86
+ <!-- Status Bar -->
87
+ <div class="status-bar">
88
+ <div class="status-time">3:01</div>
89
+ <div class="status-icons">
90
+ <!-- WiFi -->
91
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
92
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/>
93
+ <path d="M2 10c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 10z" opacity=".7"/>
94
+ <path d="M5 13c4-3 10-3 14 0l-2 2c-3-2-7-2-10 0l-2-2z" opacity=".7"/>
95
+ </svg>
96
+ <!-- Battery -->
97
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
98
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
99
+ <rect x="4" y="9" width="14" height="6" fill="#fff"/>
100
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
101
+ </svg>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Overflow menu dots near top-right -->
106
+ <div style="position:absolute;right:36px;top:140px;">
107
+ <svg width="36" height="60" viewBox="0 0 6 18" fill="#BDBDBD">
108
+ <circle cx="3" cy="3" r="3"/><circle cx="3" cy="9" r="3"/><circle cx="3" cy="15" r="3"/>
109
+ </svg>
110
+ </div>
111
+
112
+ <!-- Header and Query -->
113
+ <div class="header">
114
+ <h1>Search</h1>
115
+ <div class="query-row">
116
+ <div class="query-text">Groceries</div>
117
+ <div class="close-x">
118
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#EDEDED">
119
+ <path d="M18 6L6 18M6 6l12 12" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
120
+ </svg>
121
+ </div>
122
+ </div>
123
+
124
+ <div class="tabs">
125
+ <div class="tab active">TOP</div>
126
+ <div class="tab">TASKS</div>
127
+ <div class="tab">DESCRIPTIONS</div>
128
+ <div class="tab">PROJECTS</div>
129
+ <div class="tab">SECTIONS</div>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Empty state center -->
134
+ <div class="empty-wrap">
135
+ <div class="img-placeholder">[IMG: Abstract hands illustration]</div>
136
+ <div class="empty-title">No matches for “Groceries”…</div>
137
+ <div class="empty-link">Search completed tasks</div>
138
+ </div>
139
+
140
+ <div class="help-bubble">?</div>
141
+
142
+ <!-- Floating action button -->
143
+ <div class="fab"><span>+</span></div>
144
+
145
+ <!-- Bottom Navigation -->
146
+ <div class="bottom-nav">
147
+ <div class="nav-item">
148
+ <!-- calendar icon -->
149
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#BDBDBD">
150
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" stroke="#BDBDBD" fill="none" stroke-width="2"/>
151
+ <path d="M16 3v4M8 3v4M3 9h18" stroke="#BDBDBD" stroke-width="2"/>
152
+ </svg>
153
+ <div>Today</div>
154
+ </div>
155
+
156
+ <div class="nav-item">
157
+ <!-- inbox icon -->
158
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#BDBDBD">
159
+ <path d="M3 12l3-7h12l3 7v7H3v-7z" stroke="#BDBDBD" fill="none" stroke-width="2"/>
160
+ <path d="M3 12h6a3 3 0 0 0 6 0h6" stroke="#BDBDBD" stroke-width="2"/>
161
+ </svg>
162
+ <div>Inbox</div>
163
+ </div>
164
+
165
+ <div class="nav-item active">
166
+ <div class="active-bubble">
167
+ <!-- search icon -->
168
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#ff7d6b">
169
+ <circle cx="10" cy="10" r="6" stroke="#ff7d6b" stroke-width="2" fill="none"/>
170
+ <path d="M14.5 14.5L20 20" stroke="#ff7d6b" stroke-width="2" stroke-linecap="round"/>
171
+ </svg>
172
+ </div>
173
+ <div>Search</div>
174
+ </div>
175
+
176
+ <div class="nav-item">
177
+ <!-- menu icon -->
178
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#BDBDBD">
179
+ <rect x="3" y="6" width="18" height="2" fill="#BDBDBD"/>
180
+ <rect x="3" y="11" width="18" height="2" fill="#BDBDBD"/>
181
+ <rect x="3" y="16" width="18" height="2" fill="#BDBDBD"/>
182
+ </svg>
183
+ <div>Browse</div>
184
+ </div>
185
+ </div>
186
+
187
+ </div>
188
+ </body>
189
+ </html>
code/4124/4124_0.html ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Settings Mock</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#121212; color:#FFFFFF;
12
+ font-family: Roboto, Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:0; left:0; right:0;
18
+ height:120px; padding:0 40px;
19
+ display:flex; align-items:flex-end; justify-content:space-between;
20
+ color:#e6e6e6;
21
+ font-size:42px; letter-spacing:0.5px;
22
+ }
23
+ .status-right {
24
+ display:flex; align-items:center; gap:28px; margin-bottom:14px;
25
+ }
26
+ .status-time { margin-bottom:14px; }
27
+
28
+ /* Header title */
29
+ .header {
30
+ position:absolute; top:160px; left:60px; right:60px;
31
+ }
32
+ .title {
33
+ font-size:110px; font-weight:600; letter-spacing:-1px;
34
+ }
35
+
36
+ /* user avatar */
37
+ .avatar {
38
+ position:absolute; top:170px; right:60px;
39
+ width:124px; height:124px; border-radius:62px;
40
+ background:#2A5AA8; display:flex; align-items:center; justify-content:center;
41
+ font-size:62px; font-weight:700;
42
+ }
43
+
44
+ /* Promo card */
45
+ .promo {
46
+ margin-top:60px;
47
+ background:#cfe4ff;
48
+ border-radius:48px;
49
+ padding:50px 56px;
50
+ display:flex; align-items:center; gap:34px;
51
+ color:#0a0a0a;
52
+ }
53
+ .promo-title { font-size:54px; font-weight:700; }
54
+ .promo-sub { font-size:36px; color:#2c3c52; margin-top:12px; }
55
+
56
+ /* Search bar */
57
+ .search {
58
+ margin-top:36px;
59
+ background:#2A2A2A; color:#d9d9d9;
60
+ border-radius:44px; height:120px;
61
+ display:flex; align-items:center; gap:26px;
62
+ padding:0 40px; font-size:46px;
63
+ }
64
+
65
+ /* List items */
66
+ .list { margin-top:34px; }
67
+ .item {
68
+ display:flex; align-items:flex-start; gap:40px;
69
+ padding:44px 0;
70
+ border-bottom:1px solid rgba(255,255,255,0.06);
71
+ }
72
+ .icon {
73
+ width:72px; height:72px; border-radius:18px;
74
+ display:flex; align-items:center; justify-content:center;
75
+ }
76
+ .texts { flex:1; }
77
+ .item-title { font-size:58px; font-weight:600; }
78
+ .item-sub { font-size:36px; color:#9EA1A7; margin-top:10px; }
79
+
80
+ .battery-extra, .storage-extra { font-size:36px; color:#9EA1A7; margin-top:14px; }
81
+
82
+ .content { position:absolute; top:160px; left:60px; right:60px; }
83
+
84
+ /* Storage bar */
85
+ .storage-bar {
86
+ width:760px; height:16px; border-radius:16px; overflow:hidden;
87
+ background:#2b2b2b; margin-top:22px;
88
+ }
89
+ .storage-fill { width:13%; height:100%; background:#cfcfcf; }
90
+
91
+ /* SVG defaults */
92
+ svg { width:64px; height:64px; }
93
+ .stroke { stroke:#FFFFFF; fill:none; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; }
94
+ .stroke-dark { stroke:#0a0a0a; fill:none; stroke-width:6; }
95
+ </style>
96
+ </head>
97
+ <body>
98
+ <div id="render-target">
99
+
100
+ <!-- Status bar -->
101
+ <div class="status-bar">
102
+ <div class="status-time">6:42</div>
103
+ <div class="status-right">
104
+ <!-- Cloud icon (simplified) -->
105
+ <svg viewBox="0 0 24 24">
106
+ <path class="stroke" d="M6 15c-2.2 0-4-1.8-4-4s1.8-4 4-4c.3-2.3 2.2-4 4.5-4 2.9 0 5.1 2.7 4.5 5.5 1.7.4 3 1.9 3 3.7 0 2.2-1.8 4-4 4H6z"/>
107
+ </svg>
108
+ <!-- WiFi icon -->
109
+ <svg viewBox="0 0 24 24">
110
+ <path class="stroke" d="M2 9c4.5-4 15.5-4 20 0"/>
111
+ <path class="stroke" d="M5 12c3.2-2.8 10.8-2.8 14 0"/>
112
+ <path class="stroke" d="M8 15c2-1.8 6-1.8 8 0"/>
113
+ <circle cx="12" cy="18" r="1.5" fill="#FFFFFF"/>
114
+ </svg>
115
+ <!-- Battery icon -->
116
+ <svg viewBox="0 0 24 24">
117
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" class="stroke"></rect>
118
+ <rect x="20" y="9" width="2" height="6" class="stroke"></rect>
119
+ </svg>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Content -->
124
+ <div class="content">
125
+ <div class="title">Settings</div>
126
+ <div class="avatar">C</div>
127
+
128
+ <!-- Promo Card -->
129
+ <div class="promo">
130
+ <div class="icon">
131
+ <svg viewBox="0 0 24 24">
132
+ <path class="stroke-dark" d="M12 3c3.9 0 7 3.1 7 7 0 2.4-1.3 4.6-3.3 5.8L15 18H9l-.7-2.2C6.3 14.6 5 12.4 5 10c0-3.9 3.1-7 7-7z"/>
133
+ <path class="stroke-dark" d="M9 20h6M10 22h4"/>
134
+ </svg>
135
+ </div>
136
+ <div>
137
+ <div class="promo-title">Get to know your Pixel</div>
138
+ <div class="promo-sub">Explore what you can do with your phone</div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Search bar -->
143
+ <div class="search">
144
+ <svg viewBox="0 0 24 24">
145
+ <circle cx="10" cy="10" r="6" class="stroke"></circle>
146
+ <path class="stroke" d="M14.5 14.5L20 20"/>
147
+ </svg>
148
+ <div>Search settings</div>
149
+ </div>
150
+
151
+ <!-- List items -->
152
+ <div class="list">
153
+
154
+ <!-- Network & internet -->
155
+ <div class="item">
156
+ <div class="icon">
157
+ <svg viewBox="0 0 24 24">
158
+ <path class="stroke" d="M2 8c4.9-4.3 15.1-4.3 20 0"/>
159
+ <path class="stroke" d="M5 12c3.4-3 10.6-3 14 0"/>
160
+ <path class="stroke" d="M8 15c2.2-2 5.8-2 8 0"/>
161
+ <circle cx="12" cy="18" r="2" fill="#FFFFFF"/>
162
+ </svg>
163
+ </div>
164
+ <div class="texts">
165
+ <div class="item-title">Network & internet</div>
166
+ <div class="item-sub">Mobile, Wi‑Fi, hotspot</div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Connected devices -->
171
+ <div class="item">
172
+ <div class="icon">
173
+ <svg viewBox="0 0 24 24">
174
+ <rect x="2.5" y="5" width="8.5" height="10" rx="1.5" class="stroke"></rect>
175
+ <rect x="13" y="9" width="8.5" height="6" rx="1.5" class="stroke"></rect>
176
+ <path class="stroke" d="M11 10h2"/>
177
+ </svg>
178
+ </div>
179
+ <div class="texts">
180
+ <div class="item-title">Connected devices</div>
181
+ <div class="item-sub">Bluetooth, pairing</div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Apps -->
186
+ <div class="item">
187
+ <div class="icon">
188
+ <svg viewBox="0 0 24 24">
189
+ <rect x="3" y="3" width="6" height="6" class="stroke"></rect>
190
+ <rect x="15" y="3" width="6" height="6" class="stroke"></rect>
191
+ <rect x="3" y="15" width="6" height="6" class="stroke"></rect>
192
+ <rect x="15" y="15" width="6" height="6" class="stroke"></rect>
193
+ </svg>
194
+ </div>
195
+ <div class="texts">
196
+ <div class="item-title">Apps</div>
197
+ <div class="item-sub">Assistant, recent apps, default apps</div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Notifications -->
202
+ <div class="item">
203
+ <div class="icon">
204
+ <svg viewBox="0 0 24 24">
205
+ <path class="stroke" d="M12 5c-3 0-5 2.5-5 5.5V15l-2 2h14l-2-2v-4.5C17 7.5 15 5 12 5z"/>
206
+ <path class="stroke" d="M10 19c.5 1.1 1.5 1.8 2 1.8s1.5-.7 2-1.8"/>
207
+ </svg>
208
+ </div>
209
+ <div class="texts">
210
+ <div class="item-title">Notifications</div>
211
+ <div class="item-sub">Notification history, conversations</div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Battery -->
216
+ <div class="item">
217
+ <div class="icon">
218
+ <svg viewBox="0 0 24 24">
219
+ <rect x="3" y="6" width="16" height="12" rx="2" class="stroke"></rect>
220
+ <rect x="19" y="9" width="2" height="6" class="stroke"></rect>
221
+ <rect x="5" y="8" width="10" height="8" fill="#FFFFFF"></rect>
222
+ </svg>
223
+ </div>
224
+ <div class="texts">
225
+ <div class="item-title">Battery</div>
226
+ <div class="battery-extra">75% - 42 min left until full</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Storage -->
231
+ <div class="item">
232
+ <div class="icon">
233
+ <svg viewBox="0 0 24 24">
234
+ <rect x="4" y="4" width="16" height="16" rx="2" class="stroke"></rect>
235
+ <path class="stroke" d="M7 8h10M7 12h10M7 16h10"/>
236
+ </svg>
237
+ </div>
238
+ <div class="texts">
239
+ <div class="item-title">Storage</div>
240
+ <div class="storage-extra">13% used - 111 GB free</div>
241
+ <div class="storage-bar"><div class="storage-fill"></div></div>
242
+ </div>
243
+ </div>
244
+
245
+ </div>
246
+ </div>
247
+
248
+ </div>
249
+ </body>
250
+ </html>