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

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/19843/19843_4.html +173 -0
  2. code/19878/19878_1.html +332 -0
  3. code/19878/19878_2.html +222 -0
  4. code/19879/19879_0.html +506 -0
  5. code/19879/19879_1.html +361 -0
  6. code/19879/19879_11.html +240 -0
  7. code/19879/19879_12.html +218 -0
  8. code/19879/19879_14.html +164 -0
  9. code/19879/19879_15.html +217 -0
  10. code/19879/19879_2.html +265 -0
  11. code/19879/19879_3.html +161 -0
  12. code/19879/19879_4.html +260 -0
  13. code/19879/19879_6.html +228 -0
  14. code/19879/19879_7.html +242 -0
  15. code/19879/19879_8.html +209 -0
  16. code/19879/19879_9.html +279 -0
  17. code/1988/1988_0.html +326 -0
  18. code/1988/1988_1.html +246 -0
  19. code/1988/1988_2.html +256 -0
  20. code/1988/1988_3.html +456 -0
  21. code/1988/1988_4.html +322 -0
  22. code/1988/1988_5.html +276 -0
  23. code/1988/1988_6.html +276 -0
  24. code/19882/19882_0.html +172 -0
  25. code/19882/19882_1.html +210 -0
  26. code/19882/19882_10.html +166 -0
  27. code/19882/19882_2.html +302 -0
  28. code/19882/19882_3.html +311 -0
  29. code/19882/19882_4.html +260 -0
  30. code/19882/19882_5.html +333 -0
  31. code/19882/19882_6.html +283 -0
  32. code/19882/19882_7.html +356 -0
  33. code/19882/19882_8.html +273 -0
  34. code/19882/19882_9.html +285 -0
  35. code/19883/19883_0.html +411 -0
  36. code/19883/19883_1.html +287 -0
  37. code/19883/19883_2.html +382 -0
  38. code/19883/19883_3.html +273 -0
  39. code/19883/19883_4.html +266 -0
  40. code/19883/19883_5.html +303 -0
  41. code/19883/19883_6.html +290 -0
  42. code/19883/19883_7.html +413 -0
  43. code/19886/19886_0.html +238 -0
  44. code/19886/19886_1.html +305 -0
  45. code/19886/19886_2.html +471 -0
  46. code/19886/19886_3.html +407 -0
  47. code/19886/19886_4.html +416 -0
  48. code/19886/19886_5.html +261 -0
  49. code/19886/19886_6.html +352 -0
  50. code/19888/19888_0.html +268 -0
code/19843/19843_4.html ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Timer UI</title>
7
+ <style>
8
+ :root{
9
+ --bg:#0e1310;
10
+ --card:#121a15;
11
+ --card-2:#2e3f33;
12
+ --text:#e8f0e6;
13
+ --text-dim:#8f9690;
14
+ --accent:#a7e7ab;
15
+ --accent-strong:#95d59a;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:var(--bg); border-radius:0;
21
+ color:var(--text);
22
+ }
23
+
24
+ /* Header */
25
+ .title{
26
+ font-size:64px; font-weight:500;
27
+ margin:120px 0 0 72px;
28
+ }
29
+ .time-display{
30
+ margin:70px 0 40px 72px;
31
+ display:flex; align-items:baseline; gap:24px;
32
+ flex-wrap:wrap;
33
+ }
34
+ .time-display .num{ font-size:140px; line-height:1; letter-spacing:2px; }
35
+ .time-display .unit{ font-size:54px; margin-left:6px; margin-right:18px; letter-spacing:2px; transform: translateY(-6px); }
36
+ .time-display .dim{ color:var(--text-dim); }
37
+ .time-display .accent{ color:var(--accent); }
38
+
39
+ /* Keypad */
40
+ .keypad{
41
+ width:960px; margin:90px auto 0;
42
+ display:grid; grid-template-columns: repeat(3, 1fr); grid-row-gap:54px; grid-column-gap:60px;
43
+ justify-items:center;
44
+ }
45
+ .dial-btn{
46
+ width:260px; height:260px; border-radius:50%;
47
+ background:var(--card);
48
+ display:flex; align-items:center; justify-content:center;
49
+ color:#f2f7f2; font-size:86px; font-weight:400;
50
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
51
+ }
52
+ .dial-btn.back{ background:var(--card-2); }
53
+ .dial-btn.smalltext{ font-size:72px; }
54
+
55
+ /* Play */
56
+ .play-wrap{
57
+ width:100%; display:flex; justify-content:center; margin-top:70px;
58
+ }
59
+ .play-btn{
60
+ width:240px; height:240px; border-radius:50%;
61
+ background:var(--accent); display:flex; align-items:center; justify-content:center;
62
+ }
63
+
64
+ /* Bottom navigation */
65
+ .bottom-nav{
66
+ position:absolute; left:0; right:0; bottom:0; height:240px;
67
+ background:#162018; border-top:1px solid rgba(255,255,255,0.05);
68
+ display:flex; align-items:center; justify-content:space-around; padding:0 20px;
69
+ }
70
+ .nav-item{
71
+ width:180px; text-align:center; color:#c7d0c7; font-size:34px;
72
+ }
73
+ .nav-item .icon{ width:64px; height:64px; margin:0 auto 18px; display:block; fill:#c7d0c7; stroke:#c7d0c7; }
74
+ .nav-item.active{ color:var(--text); }
75
+ .nav-item.active .icon-pill{
76
+ background:#2a3b30; border-radius:36px; padding:18px 28px; display:inline-flex; align-items:center; justify-content:center; margin-bottom:16px;
77
+ }
78
+ .nav-item.active .icon{ width:60px; height:60px; margin:0; fill:var(--accent); stroke:var(--accent); }
79
+ .nav-item .label{ display:block; }
80
+
81
+ /* Gesture bar (for visual fidelity) */
82
+ .gesture{
83
+ position:absolute; left:50%; transform:translateX(-50%);
84
+ bottom:255px; width:300px; height:10px; border-radius:10px; background:#e9ece9; opacity:0.8;
85
+ }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+
91
+ <div class="title">Timer</div>
92
+
93
+ <div class="time-display">
94
+ <span class="num dim">00</span><span class="unit dim">h</span>
95
+ <span class="num accent">10</span><span class="unit accent">m</span>
96
+ <span class="num dim">00</span><span class="unit dim">s</span>
97
+ </div>
98
+
99
+ <div class="keypad">
100
+ <div class="dial-btn">1</div>
101
+ <div class="dial-btn">2</div>
102
+ <div class="dial-btn">3</div>
103
+ <div class="dial-btn">4</div>
104
+ <div class="dial-btn">5</div>
105
+ <div class="dial-btn">6</div>
106
+ <div class="dial-btn">7</div>
107
+ <div class="dial-btn">8</div>
108
+ <div class="dial-btn">9</div>
109
+ <div class="dial-btn smalltext">00</div>
110
+ <div class="dial-btn">0</div>
111
+ <div class="dial-btn back" aria-label="backspace">
112
+ <svg class="icon" viewBox="0 0 24 24" width="72" height="72" fill="none" stroke="#eaf3ea" stroke-width="1.8">
113
+ <path d="M9 5l-5 7 5 7h9a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2H9z" fill="none"/>
114
+ <path d="M12.5 9.5l4 4m0-4l-4 4"/>
115
+ </svg>
116
+ </div>
117
+ </div>
118
+
119
+ <div class="play-wrap">
120
+ <div class="play-btn" aria-label="Start timer">
121
+ <svg viewBox="0 0 24 24" width="96" height="96">
122
+ <polygon points="8,5 20,12 8,19" fill="#0e4a22"></polygon>
123
+ </svg>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="gesture"></div>
128
+
129
+ <div class="bottom-nav">
130
+ <div class="nav-item">
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <path d="M6 8a6 6 0 1 0 12 0" fill="none" stroke="currentColor" stroke-width="1.8"/>
133
+ <circle cx="12" cy="13" r="5" fill="none" stroke="currentColor" stroke-width="1.8"/>
134
+ <path d="M6 3l3 2M18 3l-3 2" fill="none" stroke="currentColor" stroke-width="1.8"/>
135
+ </svg>
136
+ <span class="label">Alarm</span>
137
+ </div>
138
+ <div class="nav-item">
139
+ <svg class="icon" viewBox="0 0 24 24">
140
+ <circle cx="12" cy="12" r="8" fill="none" stroke="currentColor" stroke-width="1.8"/>
141
+ <path d="M12 7v6l4 2" fill="none" stroke="currentColor" stroke-width="1.8"/>
142
+ </svg>
143
+ <span class="label">Clock</span>
144
+ </div>
145
+ <div class="nav-item active">
146
+ <div class="icon-pill">
147
+ <svg class="icon" viewBox="0 0 24 24">
148
+ <path d="M7 5h10v3l-3 3 3 3v5H7v-5l3-3-3-3V5z" fill="currentColor"/>
149
+ </svg>
150
+ </div>
151
+ <span class="label">Timer</span>
152
+ </div>
153
+ <div class="nav-item">
154
+ <svg class="icon" viewBox="0 0 24 24">
155
+ <circle cx="12" cy="12" r="8" fill="none" stroke="currentColor" stroke-width="1.8"/>
156
+ <path d="M8 3h8M12 4v2" fill="none" stroke="currentColor" stroke-width="1.8"/>
157
+ <path d="M12 8v5h4" fill="none" stroke="currentColor" stroke-width="1.8"/>
158
+ </svg>
159
+ <span class="label">Stopwatch</span>
160
+ </div>
161
+ <div class="nav-item">
162
+ <svg class="icon" viewBox="0 0 24 24">
163
+ <rect x="3" y="10" width="18" height="7" rx="1.5" ry="1.5" fill="none" stroke="currentColor" stroke-width="1.8"/>
164
+ <rect x="4" y="8" width="5" height="3" fill="currentColor"/>
165
+ <rect x="17" y="8" width="3" height="3" fill="currentColor"/>
166
+ </svg>
167
+ <span class="label">Bedtime</span>
168
+ </div>
169
+ </div>
170
+
171
+ </div>
172
+ </body>
173
+ </html>
code/19878/19878_1.html ADDED
@@ -0,0 +1,332 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Recording Details 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: #181212;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #EDE2DF;
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 110px;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #F6ECEA;
32
+ font-weight: 600;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 24px;
39
+ }
40
+ .icon {
41
+ display: inline-block;
42
+ }
43
+
44
+ /* Top actions */
45
+ .back-btn {
46
+ position: absolute;
47
+ top: 150px;
48
+ left: 40px;
49
+ width: 56px;
50
+ height: 56px;
51
+ border-radius: 28px;
52
+ display: flex;
53
+ align-items: center;
54
+ justify-content: center;
55
+ }
56
+ .save-btn {
57
+ position: absolute;
58
+ top: 170px;
59
+ right: 40px;
60
+ width: 240px;
61
+ height: 100px;
62
+ background: #E84A3A;
63
+ border-radius: 50px;
64
+ color: #fff;
65
+ font-size: 40px;
66
+ font-weight: 700;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ box-shadow: 0 6px 14px rgba(232, 74, 58, 0.35);
71
+ }
72
+
73
+ /* Title input */
74
+ .title-field {
75
+ position: absolute;
76
+ top: 300px;
77
+ left: 40px;
78
+ width: 1000px;
79
+ height: 140px;
80
+ background: #2A2222;
81
+ border: 2px solid #3B3232;
82
+ border-radius: 24px;
83
+ box-sizing: border-box;
84
+ padding: 36px 120px 36px 32px;
85
+ font-size: 44px;
86
+ color: #EADBD7;
87
+ }
88
+ .heart {
89
+ position: absolute;
90
+ top: 352px;
91
+ right: 56px;
92
+ width: 56px;
93
+ height: 56px;
94
+ }
95
+
96
+ /* Section headers */
97
+ .section-title {
98
+ position: absolute;
99
+ left: 40px;
100
+ color: #D6C7C3;
101
+ font-size: 30px;
102
+ font-weight: 700;
103
+ letter-spacing: 2px;
104
+ }
105
+ .category-header { top: 520px; }
106
+ .other-header { top: 860px; }
107
+
108
+ /* Category pill */
109
+ .category-pill {
110
+ position: absolute;
111
+ top: 580px;
112
+ left: 120px;
113
+ width: 420px;
114
+ height: 110px;
115
+ border-radius: 28px;
116
+ border: 2px solid #4A4040;
117
+ background: #251D1D;
118
+ display: flex;
119
+ align-items: center;
120
+ gap: 24px;
121
+ padding: 0 34px;
122
+ box-sizing: border-box;
123
+ }
124
+ .category-pill span {
125
+ color: #E84A3A;
126
+ font-size: 40px;
127
+ font-weight: 700;
128
+ }
129
+
130
+ /* Info card */
131
+ .info-card {
132
+ position: absolute;
133
+ top: 930px;
134
+ left: 40px;
135
+ width: 1000px;
136
+ background: #231A1A;
137
+ border-radius: 36px;
138
+ padding: 36px;
139
+ box-sizing: border-box;
140
+ box-shadow: inset 0 0 0 1px #3A3030;
141
+ }
142
+ .info-row {
143
+ display: grid;
144
+ grid-template-columns: 96px 1fr;
145
+ align-items: center;
146
+ gap: 24px;
147
+ padding: 22px 12px;
148
+ color: #F0E6E4;
149
+ border-radius: 20px;
150
+ }
151
+ .info-row + .info-row { margin-top: 6px; }
152
+ .info-title {
153
+ font-size: 38px;
154
+ font-weight: 700;
155
+ margin-bottom: 8px;
156
+ }
157
+ .info-sub {
158
+ font-size: 32px;
159
+ color: #D9CCCA;
160
+ }
161
+ .info-sub.link { color: #86A9FF; }
162
+
163
+ /* Bottom actions */
164
+ .actions {
165
+ position: absolute;
166
+ bottom: 210px;
167
+ width: 100%;
168
+ display: flex;
169
+ justify-content: center;
170
+ gap: 80px;
171
+ }
172
+ .pill-btn {
173
+ width: 320px;
174
+ height: 120px;
175
+ border-radius: 60px;
176
+ border: 2px solid #7A6D6D;
177
+ background: #1E1616;
178
+ display: flex;
179
+ align-items: center;
180
+ justify-content: center;
181
+ gap: 18px;
182
+ font-size: 40px;
183
+ font-weight: 700;
184
+ color: #AEA3A1;
185
+ }
186
+ .pill-btn.delete {
187
+ border-color: #E84A3A;
188
+ color: #E84A3A;
189
+ }
190
+
191
+ /* Gesture bar */
192
+ .gesture {
193
+ position: absolute;
194
+ bottom: 46px;
195
+ left: 50%;
196
+ transform: translateX(-50%);
197
+ width: 320px;
198
+ height: 14px;
199
+ border-radius: 7px;
200
+ background: #FFFFFF;
201
+ opacity: 0.85;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status bar -->
209
+ <div class="statusbar">
210
+ <div class="status-left">9:13</div>
211
+ <div class="status-right">
212
+ <!-- simple app dots -->
213
+ <span class="icon" style="width:10px;height:10px;background:#EDE2DF;border-radius:50%;display:inline-block;"></span>
214
+ <!-- Wi-Fi -->
215
+ <svg class="icon" width="34" height="34" viewBox="0 0 24 24" fill="none">
216
+ <path d="M2.5 8.5c5.6-5 13.4-5 19 0" stroke="#F6ECEA" stroke-width="2" stroke-linecap="round"/>
217
+ <path d="M6 12c3.8-3.4 8.7-3.4 12.5 0" stroke="#F6ECEA" stroke-width="2" stroke-linecap="round"/>
218
+ <path d="M10 15.5c1.6-1.4 3.4-1.4 5 0" stroke="#F6ECEA" stroke-width="2" stroke-linecap="round"/>
219
+ <circle cx="12" cy="19" r="1.6" fill="#F6ECEA"/>
220
+ </svg>
221
+ <!-- Battery -->
222
+ <svg class="icon" width="40" height="40" viewBox="0 0 28 16" fill="none">
223
+ <rect x="2" y="2" width="22" height="12" rx="2" stroke="#F6ECEA" stroke-width="2"/>
224
+ <rect x="4" y="4" width="16" height="8" rx="1" fill="#F6ECEA"/>
225
+ <rect x="24" y="6" width="4" height="4" rx="1" fill="#F6ECEA"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Back button -->
231
+ <div class="back-btn">
232
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
233
+ <path d="M15 18l-6-6 6-6" stroke="#D9CCCA" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
234
+ </svg>
235
+ </div>
236
+
237
+ <!-- Save button -->
238
+ <div class="save-btn">Save</div>
239
+
240
+ <!-- Title field -->
241
+ <div class="title-field">recording2023-12-04 09-11-47</div>
242
+ <div class="heart">
243
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none">
244
+ <path d="M12 21s-6.5-4.8-8.6-8A5.5 5.5 0 017.4 4c1.5 0 3 .7 4.6 2.3C13.6 4.7 15.1 4 16.6 4A5.5 5.5 0 0120.6 13c-2.1 3.2-8.6 8-8.6 8z" stroke="#E84A3A" stroke-width="2" stroke-linejoin="round" fill="none"/>
245
+ </svg>
246
+ </div>
247
+
248
+ <!-- Category -->
249
+ <div class="section-title category-header">CATEGORY</div>
250
+ <div class="category-pill">
251
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
252
+ <path d="M3 7h6l2 2h10v8a2 2 0 01-2 2H5a2 2 0 01-2-2V7z" stroke="#E84A3A" stroke-width="2" fill="none"/>
253
+ <path d="M3 7h6l2 2" stroke="#E84A3A" stroke-width="2" stroke-linecap="round"/>
254
+ </svg>
255
+ <span>RECORDINGS</span>
256
+ </div>
257
+
258
+ <!-- Other -->
259
+ <div class="section-title other-header">OTHER</div>
260
+ <div class="info-card">
261
+ <!-- Encoding format -->
262
+ <div class="info-row">
263
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
264
+ <rect x="4" y="6" width="2" height="12" rx="1" fill="#D9CCCA"/>
265
+ <rect x="9" y="4" width="2" height="16" rx="1" fill="#D9CCCA"/>
266
+ <rect x="14" y="8" width="2" height="12" rx="1" fill="#D9CCCA"/>
267
+ <rect x="19" y="10" width="2" height="10" rx="1" fill="#D9CCCA"/>
268
+ </svg>
269
+ <div>
270
+ <div class="info-title">Encoding format</div>
271
+ <div class="info-sub link">AAC</div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Audio duration -->
276
+ <div class="info-row">
277
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
278
+ <circle cx="12" cy="12" r="9" stroke="#D9CCCA" stroke-width="2"/>
279
+ <path d="M12 7v6l4 2" stroke="#D9CCCA" stroke-width="2" stroke-linecap="round"/>
280
+ </svg>
281
+ <div>
282
+ <div class="info-title">Audio duration</div>
283
+ <div class="info-sub">00:03</div>
284
+ </div>
285
+ </div>
286
+
287
+ <!-- Recording length -->
288
+ <div class="info-row">
289
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
290
+ <rect x="5" y="3" width="14" height="18" rx="2" stroke="#D9CCCA" stroke-width="2"/>
291
+ <rect x="7" y="6" width="10" height="4" fill="#D9CCCA"/>
292
+ </svg>
293
+ <div>
294
+ <div class="info-title">Recording length</div>
295
+ <div class="info-sub">0.06 MB</div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Directory -->
300
+ <div class="info-row">
301
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none">
302
+ <path d="M3 6h7l2 2h9v10a2 2 0 01-2 2H5a2 2 0 01-2-2V6z" stroke="#D9CCCA" stroke-width="2" fill="none"/>
303
+ </svg>
304
+ <div>
305
+ <div class="info-title">Directory</div>
306
+ <div class="info-sub">/storage/emulated/0/Android/data/<br/>com.first75.voicerecorder2/files/Recordings</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Bottom actions -->
312
+ <div class="actions">
313
+ <div class="pill-btn">
314
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
315
+ <path d="M4 12h9" stroke="#AEA3A1" stroke-width="2" stroke-linecap="round"/>
316
+ <path d="M10 6l6 6-6 6" stroke="#AEA3A1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
317
+ </svg>
318
+ <span>Share</span>
319
+ </div>
320
+ <div class="pill-btn delete">
321
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
322
+ <path d="M6 6l12 12M18 6L6 18" stroke="#E84A3A" stroke-width="2.5" stroke-linecap="round"/>
323
+ </svg>
324
+ <span>Delete</span>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Gesture bar -->
329
+ <div class="gesture"></div>
330
+ </div>
331
+ </body>
332
+ </html>
code/19878/19878_2.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Amala Earth Sustainable Living - Mock UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 130px;
20
+ background: #000000;
21
+ color: #FFFFFF;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ }
28
+ .status-left {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 18px;
32
+ font-size: 42px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-right {
36
+ margin-left: auto;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 26px;
40
+ }
41
+ .dot { width: 12px; height: 12px; background: #FFFFFF; border-radius: 50%; opacity: 0.9; }
42
+ .icon-circle { width: 30px; height: 30px; border: 2px solid #FFF; border-radius: 50%; opacity: 0.9; }
43
+ .battery {
44
+ width: 50px; height: 26px; border: 3px solid #FFF; border-radius: 6px; position: relative;
45
+ }
46
+ .battery::after {
47
+ content: ""; position: absolute; right: -10px; top: 6px; width: 6px; height: 12px; background: #FFF; border-radius: 2px;
48
+ }
49
+ .battery-level { position: absolute; left: 4px; top: 4px; width: 32px; height: 16px; background: #FFFFFF; }
50
+
51
+ /* App header area */
52
+ .top-card {
53
+ position: relative;
54
+ padding: 48px 48px 28px 48px;
55
+ box-sizing: border-box;
56
+ }
57
+ .notif-pill {
58
+ position: absolute;
59
+ right: 36px;
60
+ top: 148px;
61
+ width: 84px;
62
+ height: 84px;
63
+ background: #FFFFFF;
64
+ border-radius: 50%;
65
+ box-shadow: 0 8px 20px rgba(0,0,0,0.1);
66
+ display: flex; align-items: center; justify-content: center;
67
+ font-weight: 700; color: #555; font-size: 38px;
68
+ }
69
+ .app-row {
70
+ display: flex; align-items: center; gap: 40px;
71
+ }
72
+ .app-icon {
73
+ width: 360px; height: 360px;
74
+ background: #E0E0E0;
75
+ border: 1px solid #BDBDBD;
76
+ border-radius: 70px;
77
+ box-shadow: 0 10px 28px rgba(0,0,0,0.12);
78
+ display: flex; align-items: center; justify-content: center;
79
+ color: #757575; font-size: 32px;
80
+ }
81
+ .app-info { flex: 1; }
82
+ .app-title {
83
+ font-size: 66px; line-height: 1.1; color: #222; margin-bottom: 22px; font-weight: 700;
84
+ }
85
+ .store-row { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
86
+ .play-badge { display: flex; align-items: center; gap: 12px; color: #555; font-size: 34px; }
87
+ .install-btn {
88
+ margin-top: 8px;
89
+ width: 520px; height: 110px; border-radius: 60px;
90
+ background: #158D4B; color: #FFFFFF; font-size: 44px; font-weight: 700;
91
+ display: flex; align-items: center; justify-content: center;
92
+ box-shadow: 0 8px 18px rgba(21,141,75,0.35);
93
+ }
94
+
95
+ /* Banner image */
96
+ .banner {
97
+ margin: 0 0 36px 0;
98
+ width: 100%;
99
+ height: 640px;
100
+ position: relative;
101
+ }
102
+ .banner .img {
103
+ width: calc(100% - 0px);
104
+ height: 100%;
105
+ background: #E0E0E0;
106
+ border-top: 1px solid #BDBDBD;
107
+ border-bottom: 1px solid #BDBDBD;
108
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
109
+ }
110
+ .mute-icon {
111
+ position: absolute; left: 24px; top: 24px; width: 60px; height: 60px;
112
+ background: rgba(0,0,0,0.35); border-radius: 12px; display: flex; align-items: center; justify-content: center;
113
+ }
114
+ .mute-icon svg { width: 38px; height: 38px; }
115
+
116
+ /* Cards section */
117
+ .cards-wrap {
118
+ background: #F3F4F6;
119
+ padding: 36px 36px 140px 36px;
120
+ box-sizing: border-box;
121
+ }
122
+ .cards-grid {
123
+ display: grid;
124
+ grid-template-columns: 1fr 1fr;
125
+ gap: 36px;
126
+ }
127
+ .card {
128
+ height: 700px;
129
+ background: #FFFFFF;
130
+ border-radius: 40px;
131
+ overflow: hidden;
132
+ box-shadow: 0 10px 24px rgba(0,0,0,0.08);
133
+ display: flex;
134
+ }
135
+ .card .img {
136
+ flex: 1;
137
+ background: #E0E0E0;
138
+ border: 1px solid #BDBDBD;
139
+ display: flex; align-items: center; justify-content: center;
140
+ color: #757575; font-size: 36px;
141
+ }
142
+
143
+ /* Bottom hints */
144
+ .info-bar {
145
+ position: absolute; bottom: 108px; left: 24px; width: 40px; height: 40px;
146
+ border-radius: 50%; border: 2px solid #8AA0B5; color: #8AA0B5; display: flex; align-items: center; justify-content: center;
147
+ font-weight: 700;
148
+ background: #F3F4F6;
149
+ }
150
+ .home-indicator {
151
+ position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%);
152
+ width: 360px; height: 10px; background: #000; border-radius: 8px; opacity: 0.75;
153
+ }
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Status bar -->
160
+ <div class="status-bar">
161
+ <div class="status-left">9:14</div>
162
+ <div class="status-right">
163
+ <div class="icon-circle"></div>
164
+ <div class="dot"></div>
165
+ <div class="icon-circle"></div>
166
+ <div class="battery">
167
+ <div class="battery-level"></div>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Top app info card -->
173
+ <div class="top-card">
174
+ <div class="notif-pill">4</div>
175
+ <div class="app-row">
176
+ <div class="app-icon">[IMG: App Icon - Butterfly]</div>
177
+ <div class="app-info">
178
+ <div class="app-title">Amala Earth Sustainable Living</div>
179
+ <div class="store-row">
180
+ <div class="play-badge">
181
+ <svg viewBox="0 0 24 24" width="40" height="40">
182
+ <polygon points="3,2 21,12 3,22" fill="#34A853"></polygon>
183
+ <polygon points="3,2 11,12 3,22" fill="#4285F4" opacity="0.8"></polygon>
184
+ </svg>
185
+ <span>Google Play</span>
186
+ </div>
187
+ </div>
188
+ <div class="install-btn">Install</div>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Banner image -->
194
+ <div class="banner">
195
+ <div class="img">[IMG: Cozy holiday table with candles and snacks]</div>
196
+ <div class="mute-icon" title="Muted">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M3 10v4h4l5 4V6L7 10H3z" fill="#FFFFFF"></path>
199
+ <path d="M16 8l5 8M21 8l-5 8" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"></path>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Cards grid -->
205
+ <div class="cards-wrap">
206
+ <div class="cards-grid">
207
+ <div class="card">
208
+ <div class="img">[IMG: Exclusive App Offer - Flat 20% Off banner]</div>
209
+ </div>
210
+ <div class="card">
211
+ <div class="img">[IMG: Sustainable Winter Essentials banner]</div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Bottom info and home indicator -->
217
+ <div class="info-bar">i</div>
218
+ <div class="home-indicator"></div>
219
+
220
+ </div>
221
+ </body>
222
+ </html>
code/19879/19879_0.html ADDED
@@ -0,0 +1,506 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Fitness Dashboard Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1f2226;
14
+ color: #e7e7e7;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 24px;
21
+ left: 36px;
22
+ right: 36px;
23
+ height: 72px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ color: #fff;
28
+ font-weight: 600;
29
+ letter-spacing: 1px;
30
+ }
31
+ .status-left { display: flex; align-items: center; gap: 18px; font-size: 36px; }
32
+ .status-right { display: flex; align-items: center; gap: 24px; }
33
+
34
+ /* Top action icons */
35
+ .top-actions {
36
+ position: absolute;
37
+ top: 160px;
38
+ right: 60px;
39
+ display: flex;
40
+ gap: 26px;
41
+ align-items: center;
42
+ }
43
+ .info-icon {
44
+ width: 66px;
45
+ height: 66px;
46
+ border-radius: 50%;
47
+ border: 4px solid #dfe4e8;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: center;
51
+ color: #dfe4e8;
52
+ font-weight: 700;
53
+ }
54
+ .avatar {
55
+ width: 88px;
56
+ height: 88px;
57
+ border-radius: 50%;
58
+ background: #2e89ff;
59
+ color: #fff;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: center;
63
+ font-weight: 700;
64
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
65
+ }
66
+
67
+ /* Big rings */
68
+ .rings-wrap {
69
+ position: absolute;
70
+ top: 340px;
71
+ left: 50%;
72
+ transform: translateX(-50%);
73
+ width: 600px;
74
+ height: 600px;
75
+ }
76
+ .ring {
77
+ position: absolute;
78
+ inset: 0;
79
+ border-radius: 50%;
80
+ border: 24px solid rgba(30, 75, 68, 0.8); /* outer dark teal */
81
+ }
82
+ .ring::after {
83
+ content: "";
84
+ position: absolute;
85
+ inset: 40px;
86
+ border-radius: 50%;
87
+ border: 20px solid rgba(60, 70, 90, 0.9); /* inner blue-dark */
88
+ }
89
+ /* small top marker */
90
+ .ring-marker {
91
+ position: absolute;
92
+ top: 10px;
93
+ left: 50%;
94
+ transform: translateX(-50%);
95
+ width: 28px;
96
+ height: 28px;
97
+ background: #29d3b3;
98
+ border-radius: 50%;
99
+ box-shadow: 0 0 0 8px rgba(30, 75, 68, 0.35);
100
+ }
101
+ .ring-chunk {
102
+ position: absolute;
103
+ top: 160px;
104
+ left: 50%;
105
+ transform: translateX(-50%);
106
+ width: 86px;
107
+ height: 26px;
108
+ background: #5ea8ff;
109
+ border-radius: 18px;
110
+ opacity: 0.8;
111
+ }
112
+ .ring-center {
113
+ position: absolute;
114
+ inset: 0;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ flex-direction: column;
119
+ gap: 18px;
120
+ text-align: center;
121
+ }
122
+ .ring-value {
123
+ font-size: 140px;
124
+ line-height: 1;
125
+ color: #25d6b8;
126
+ font-weight: 700;
127
+ }
128
+ .ring-sub {
129
+ font-size: 80px;
130
+ color: #8aa7ff;
131
+ font-weight: 700;
132
+ }
133
+
134
+ /* Metric badges under ring */
135
+ .summary-icons {
136
+ position: absolute;
137
+ top: 1000px;
138
+ left: 50%;
139
+ transform: translateX(-50%);
140
+ display: flex;
141
+ gap: 120px;
142
+ align-items: center;
143
+ color: #cfe7e1;
144
+ font-size: 46px;
145
+ font-weight: 600;
146
+ }
147
+ .summary-item { display: flex; gap: 22px; align-items: center; color: #cfe7e1; }
148
+ .summary-item svg { display: block; }
149
+
150
+ /* 3-column stats */
151
+ .stats-row {
152
+ position: absolute;
153
+ top: 1100px;
154
+ left: 50%;
155
+ transform: translateX(-50%);
156
+ width: 900px;
157
+ display: flex;
158
+ justify-content: space-between;
159
+ text-align: center;
160
+ }
161
+ .stat {
162
+ width: 280px;
163
+ color: #c9d3ff;
164
+ }
165
+ .stat .value {
166
+ font-size: 80px;
167
+ font-weight: 800;
168
+ margin-bottom: 12px;
169
+ }
170
+ .stat .label {
171
+ font-size: 42px;
172
+ color: #a8b0bb;
173
+ }
174
+
175
+ /* Cards */
176
+ .card {
177
+ position: relative;
178
+ margin: 50px 36px 0;
179
+ background: #2a2d32;
180
+ border-radius: 36px;
181
+ padding: 44px 44px;
182
+ color: #e9edf2;
183
+ box-shadow: 0 10px 24px rgba(0,0,0,0.40);
184
+ }
185
+ .card .title {
186
+ font-size: 56px;
187
+ font-weight: 700;
188
+ }
189
+ .card .sub {
190
+ font-size: 40px;
191
+ color: #99a5af;
192
+ margin-top: 16px;
193
+ }
194
+ .pill {
195
+ display: inline-block;
196
+ margin-left: 18px;
197
+ padding: 10px 22px;
198
+ background: #5a56b2;
199
+ border-radius: 18px;
200
+ font-size: 38px;
201
+ color: #cfd4ff;
202
+ font-weight: 700;
203
+ }
204
+ .chevron {
205
+ position: absolute;
206
+ right: 36px;
207
+ top: 48px;
208
+ }
209
+ .row {
210
+ display: flex;
211
+ align-items: center;
212
+ margin-top: 28px;
213
+ gap: 24px;
214
+ color: #b9c1cb;
215
+ font-size: 40px;
216
+ }
217
+ .small-icon { width: 48px; height: 48px; }
218
+
219
+ /* Daily goals card specific */
220
+ .days {
221
+ position: absolute;
222
+ right: 44px;
223
+ bottom: 44px;
224
+ display: flex;
225
+ gap: 22px;
226
+ align-items: end;
227
+ }
228
+ .day {
229
+ display: flex;
230
+ flex-direction: column;
231
+ align-items: center;
232
+ gap: 10px;
233
+ }
234
+ .ring-small {
235
+ width: 72px;
236
+ height: 72px;
237
+ border-radius: 50%;
238
+ border: 8px solid rgba(30, 75, 68, 0.8);
239
+ position: relative;
240
+ box-sizing: border-box;
241
+ }
242
+ .ring-small::after {
243
+ content: "";
244
+ position: absolute;
245
+ inset: 10px;
246
+ border-radius: 50%;
247
+ border: 8px solid rgba(60, 70, 90, 0.9);
248
+ }
249
+ .ring-small .dot {
250
+ width: 10px; height: 10px; background: #2ad1b5; border-radius: 50%;
251
+ position: absolute; top: 4px; left: 50%; transform: translateX(-50%);
252
+ }
253
+ .day-label {
254
+ font-size: 40px; color: #b9c1cb; font-weight: 700;
255
+ }
256
+ .progress {
257
+ width: 600px; height: 26px; background: #18423c; border-radius: 16px; overflow: hidden;
258
+ }
259
+ .progress .bar { width: 38%; height: 100%; background: #1f7c6f; }
260
+
261
+ /* Floating action button */
262
+ .fab {
263
+ position: absolute;
264
+ right: 54px;
265
+ bottom: 54px;
266
+ width: 120px;
267
+ height: 120px;
268
+ border-radius: 50%;
269
+ background: #3a3d41;
270
+ box-shadow: 0 14px 26px rgba(0,0,0,0.6);
271
+ display: flex;
272
+ align-items: center;
273
+ justify-content: center;
274
+ }
275
+ .plus {
276
+ position: relative; width: 62px; height: 62px;
277
+ }
278
+ .plus::before, .plus::after {
279
+ content: "";
280
+ position: absolute;
281
+ left: 50%; top: 50%; transform: translate(-50%, -50%);
282
+ border-radius: 6px;
283
+ }
284
+ .plus::before { width: 56px; height: 12px; background: #2ea8ff; box-shadow: 0 -22px 0 0 #fbbc04, 0 22px 0 0 #34a853; }
285
+ .plus::after { width: 12px; height: 56px; background: #ea4335; }
286
+
287
+ /* Bottom nav */
288
+ .bottom-nav {
289
+ position: absolute;
290
+ left: 0; right: 0; bottom: 0;
291
+ height: 170px;
292
+ background: rgba(36, 38, 43, 0.95);
293
+ display: flex;
294
+ align-items: center;
295
+ justify-content: space-around;
296
+ padding: 0 40px;
297
+ border-top: 1px solid rgba(255,255,255,0.06);
298
+ backdrop-filter: blur(4px);
299
+ }
300
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 18px; color: #aab1bb; font-size: 40px; }
301
+ .nav-item svg { width: 64px; height: 64px; }
302
+ .nav-item.active { color: #4da6ff; }
303
+ .nav-circle {
304
+ width: 72px; height: 72px; border-radius: 36px; border: 6px solid #4da6ff; display: flex; align-items: center; justify-content: center;
305
+ }
306
+ .home-label { font-weight: 700; }
307
+
308
+ /* Helper placement of cards */
309
+ .cards-stack { position: absolute; top: 1240px; left: 0; right: 0; }
310
+ </style>
311
+ </head>
312
+ <body>
313
+ <div id="render-target">
314
+
315
+ <!-- Status bar -->
316
+ <div class="status-bar">
317
+ <div class="status-left">
318
+ <div>12:46</div>
319
+ <div style="font-size:28px; border:2px solid #fff; padding:6px 10px; border-radius:8px;">M</div>
320
+ </div>
321
+ <div class="status-right">
322
+ <!-- WiFi -->
323
+ <svg width="52" height="32" viewBox="0 0 40 24">
324
+ <path d="M3 8c8-8 26-8 34 0" stroke="#fff" stroke-width="3" fill="none" />
325
+ <path d="M8 12c6-6 18-6 26 0" stroke="#fff" stroke-width="3" fill="none" />
326
+ <circle cx="20" cy="18" r="2.5" fill="#fff"/>
327
+ </svg>
328
+ <!-- Battery -->
329
+ <svg width="52" height="32" viewBox="0 0 52 28">
330
+ <rect x="2" y="5" width="42" height="18" rx="3" ry="3" stroke="#fff" stroke-width="3" fill="none"/>
331
+ <rect x="7" y="9" width="28" height="10" fill="#fff"/>
332
+ <rect x="46" y="9" width="6" height="10" rx="2" fill="#fff"/>
333
+ </svg>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Top action -->
338
+ <div class="top-actions">
339
+ <div class="info-icon">i</div>
340
+ <div class="avatar">N</div>
341
+ </div>
342
+
343
+ <!-- Big rings -->
344
+ <div class="rings-wrap">
345
+ <div class="ring"></div>
346
+ <div class="ring-marker"></div>
347
+ <div class="ring-chunk"></div>
348
+ <div class="ring-center">
349
+ <div class="ring-value">0</div>
350
+ <div class="ring-sub">98</div>
351
+ </div>
352
+ </div>
353
+
354
+ <!-- Summary icons -->
355
+ <div class="summary-icons">
356
+ <div class="summary-item">
357
+ <svg width="52" height="44" viewBox="0 0 28 24">
358
+ <path d="M14 22s-9-6-9-12a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 6-9 12-9 12z" stroke="#29d3b3" stroke-width="2.4" fill="none"/>
359
+ </svg>
360
+ <span>Heart Pts</span>
361
+ </div>
362
+ <div class="summary-item">
363
+ <svg width="52" height="44" viewBox="0 0 28 24">
364
+ <circle cx="18" cy="6" r="4" stroke="#8fb4ff" stroke-width="2.4" fill="none"/>
365
+ <path d="M7 18l6-5 3 2-4 5M6 14l4 2" stroke="#8fb4ff" stroke-width="2.4" fill="none" stroke-linecap="round"/>
366
+ </svg>
367
+ <span>Steps</span>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Stats row -->
372
+ <div class="stats-row">
373
+ <div class="stat">
374
+ <div class="value">898</div>
375
+ <div class="label">Cal</div>
376
+ </div>
377
+ <div class="stat">
378
+ <div class="value">0.04</div>
379
+ <div class="label">mi</div>
380
+ </div>
381
+ <div class="stat">
382
+ <div class="value">2</div>
383
+ <div class="label">Move Min</div>
384
+ </div>
385
+ </div>
386
+
387
+ <!-- Cards stack -->
388
+ <div class="cards-stack">
389
+
390
+ <!-- Walking card -->
391
+ <div class="card" style="margin-top:0;">
392
+ <div class="title">Walking <span class="pill">Active</span></div>
393
+ <svg class="chevron" width="48" height="48" viewBox="0 0 24 24">
394
+ <path d="M8 4l8 8-8 8" stroke="#cfd4db" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
395
+ </svg>
396
+ <div class="row">
397
+ <svg class="small-icon" viewBox="0 0 24 24">
398
+ <circle cx="12" cy="5" r="3" fill="#b3b9c2"/>
399
+ <path d="M10 22l2-6-4-3m8 0-4 3 3 6" stroke="#b3b9c2" stroke-width="2" fill="none" stroke-linecap="round"/>
400
+ </svg>
401
+ <span>Tap to see workout</span>
402
+ </div>
403
+ </div>
404
+
405
+ <!-- Daily goals card -->
406
+ <div class="card">
407
+ <div class="title">Your daily goals</div>
408
+ <svg class="chevron" width="48" height="48" viewBox="0 0 24 24">
409
+ <path d="M8 4l8 8-8 8" stroke="#cfd4db" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
410
+ </svg>
411
+ <div class="sub">Last 7 days</div>
412
+ <div style="margin-top:34px; color:#7ea5ff; font-size:56px; font-weight:800;">0/7</div>
413
+ <div style="color:#7ea5ff; font-size:40px;">Achieved</div>
414
+
415
+ <div class="days">
416
+ <div class="day">
417
+ <div class="ring-small"><div class="dot"></div></div>
418
+ <div class="day-label">T</div>
419
+ </div>
420
+ <div class="day">
421
+ <div class="ring-small"><div class="dot"></div></div>
422
+ <div class="day-label">F</div>
423
+ </div>
424
+ <div class="day">
425
+ <div class="ring-small"><div class="dot"></div></div>
426
+ <div class="day-label">S</div>
427
+ </div>
428
+ <div class="day">
429
+ <div class="ring-small"><div class="dot"></div></div>
430
+ <div class="day-label">S</div>
431
+ </div>
432
+ <div class="day">
433
+ <div class="ring-small"><div class="dot"></div></div>
434
+ <div class="day-label">M</div>
435
+ </div>
436
+ <div class="day">
437
+ <div class="ring-small"><div class="dot"></div></div>
438
+ <div class="day-label">T</div>
439
+ </div>
440
+ <div class="day">
441
+ <div class="ring-small"><div class="dot"></div></div>
442
+ <div class="day-label" style="color:#fff; font-weight:900;">W</div>
443
+ </div>
444
+ </div>
445
+ </div>
446
+
447
+ <!-- Weekly target card -->
448
+ <div class="card" style="padding-bottom:160px;">
449
+ <div class="title">Your weekly target</div>
450
+ <svg class="chevron" width="48" height="48" viewBox="0 0 24 24">
451
+ <path d="M8 4l8 8-8 8" stroke="#cfd4db" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
452
+ </svg>
453
+ <div class="sub">Oct 22 – 28</div>
454
+
455
+ <div style="display:flex; align-items:center; gap:30px; margin-top:34px;">
456
+ <div style="font-size:56px; font-weight:800; color:#29d3b3;">0 of 150</div>
457
+ <div class="progress"><div class="bar"></div></div>
458
+ </div>
459
+
460
+ <div class="fab">
461
+ <div class="plus"></div>
462
+ </div>
463
+ </div>
464
+ </div>
465
+
466
+ <!-- Bottom navigation -->
467
+ <div class="bottom-nav">
468
+ <div class="nav-item active">
469
+ <div class="nav-circle">
470
+ <svg viewBox="0 0 24 24">
471
+ <circle cx="12" cy="12" r="8" stroke="#4da6ff" stroke-width="2.8" fill="none"/>
472
+ </svg>
473
+ </div>
474
+ <div class="home-label">Home</div>
475
+ </div>
476
+
477
+ <div class="nav-item">
478
+ <svg viewBox="0 0 24 24">
479
+ <rect x="5" y="3" width="14" height="18" rx="2" ry="2" stroke="#aab1bb" stroke-width="2.4" fill="none"/>
480
+ <line x1="8" y1="8" x2="16" y2="8" stroke="#aab1bb" stroke-width="2.4"/>
481
+ <line x1="8" y1="12" x2="16" y2="12" stroke="#aab1bb" stroke-width="2.4"/>
482
+ </svg>
483
+ <div>Logs</div>
484
+ </div>
485
+
486
+ <div class="nav-item">
487
+ <svg viewBox="0 0 24 24">
488
+ <line x1="4" y1="6" x2="20" y2="6" stroke="#aab1bb" stroke-width="2.8" stroke-linecap="round"/>
489
+ <line x1="4" y1="12" x2="20" y2="12" stroke="#aab1bb" stroke-width="2.8" stroke-linecap="round"/>
490
+ <line x1="4" y1="18" x2="20" y2="18" stroke="#aab1bb" stroke-width="2.8" stroke-linecap="round"/>
491
+ </svg>
492
+ <div>List</div>
493
+ </div>
494
+
495
+ <div class="nav-item">
496
+ <svg viewBox="0 0 24 24">
497
+ <circle cx="12" cy="8" r="4" stroke="#aab1bb" stroke-width="2.4" fill="none"/>
498
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" stroke="#aab1bb" stroke-width="2.4" fill="none"/>
499
+ </svg>
500
+ <div>Profile</div>
501
+ </div>
502
+ </div>
503
+
504
+ </div>
505
+ </body>
506
+ </html>
code/19879/19879_1.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Profile UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #202124;
14
+ color: #EAEAEA;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 48px;
28
+ color: #EAEAEA;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 22px;
36
+ }
37
+ .icon-wifi svg,
38
+ .icon-battery svg {
39
+ display: block;
40
+ }
41
+ .icon-wifi svg { width: 36px; height: 36px; }
42
+ .icon-battery svg { width: 40px; height: 24px; }
43
+
44
+ /* Header area */
45
+ .header-area {
46
+ position: absolute;
47
+ top: 160px;
48
+ left: 72px;
49
+ right: 72px;
50
+ height: 260px;
51
+ }
52
+ .title {
53
+ font-size: 112px;
54
+ font-weight: 300;
55
+ color: #F5F5F5;
56
+ line-height: 1;
57
+ margin: 40px 0 0 0;
58
+ }
59
+ .header-actions {
60
+ position: absolute;
61
+ right: 72px;
62
+ top: 20px;
63
+ display: flex;
64
+ align-items: center;
65
+ gap: 28px;
66
+ }
67
+ .gear {
68
+ width: 72px;
69
+ height: 72px;
70
+ display: flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ color: #EAEAEA;
74
+ opacity: 0.9;
75
+ border-radius: 50%;
76
+ background: rgba(255,255,255,0.06);
77
+ }
78
+ .avatar {
79
+ width: 92px;
80
+ height: 92px;
81
+ border-radius: 50%;
82
+ background: #1E88E5;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ font-weight: 600;
87
+ font-size: 44px;
88
+ color: #fff;
89
+ }
90
+
91
+ /* Sections */
92
+ .section {
93
+ position: absolute;
94
+ left: 72px;
95
+ right: 72px;
96
+ color: #DADCE0;
97
+ }
98
+ .section h3 {
99
+ margin: 0 0 24px 0;
100
+ font-size: 40px;
101
+ font-weight: 500;
102
+ color: #DADCE0;
103
+ }
104
+ .divider {
105
+ width: 100%;
106
+ height: 1px;
107
+ background: #3C4043;
108
+ margin: 24px 0 36px 0;
109
+ }
110
+
111
+ /* Cards grid */
112
+ .grid-2 {
113
+ display: grid;
114
+ grid-template-columns: 1fr 1fr;
115
+ gap: 36px;
116
+ }
117
+ .card {
118
+ border: 2px solid #9AA0A6;
119
+ border-radius: 18px;
120
+ padding: 22px 28px 26px 28px;
121
+ background: rgba(255,255,255,0.03);
122
+ position: relative;
123
+ }
124
+ .card .label {
125
+ font-size: 28px;
126
+ color: #AAB0B5;
127
+ margin-bottom: 14px;
128
+ }
129
+ .card .value {
130
+ font-size: 56px;
131
+ color: #EDEDED;
132
+ letter-spacing: 0.5px;
133
+ }
134
+ .chevron {
135
+ position: absolute;
136
+ right: 18px;
137
+ bottom: 20px;
138
+ width: 28px;
139
+ height: 28px;
140
+ }
141
+
142
+ /* Toggle */
143
+ .toggle {
144
+ position: absolute;
145
+ right: 72px;
146
+ top: 0;
147
+ width: 120px;
148
+ height: 60px;
149
+ border-radius: 30px;
150
+ background: #5F6368;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: flex-end;
154
+ padding: 6px;
155
+ }
156
+ .toggle .knob {
157
+ width: 48px;
158
+ height: 48px;
159
+ border-radius: 50%;
160
+ background: #C4C7C5;
161
+ }
162
+
163
+ /* Bottom navigation */
164
+ .bottom-bar {
165
+ position: absolute;
166
+ left: 0;
167
+ bottom: 0;
168
+ width: 1080px;
169
+ height: 170px;
170
+ background: #2A2A2A;
171
+ border-top: 1px solid #3C4043;
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: space-around;
175
+ color: #DADCE0;
176
+ }
177
+ .nav-item {
178
+ display: flex;
179
+ align-items: center;
180
+ flex-direction: column;
181
+ gap: 12px;
182
+ font-size: 30px;
183
+ }
184
+ .nav-item svg { width: 52px; height: 52px; }
185
+ .nav-item.active { color: #8AB4F8; }
186
+ .gesture {
187
+ position: absolute;
188
+ bottom: 26px;
189
+ left: 50%;
190
+ transform: translateX(-50%);
191
+ width: 220px;
192
+ height: 14px;
193
+ background: #FFFFFF;
194
+ border-radius: 8px;
195
+ opacity: 0.8;
196
+ }
197
+
198
+ /* Positioning of sections on the page */
199
+ #activity { top: 470px; }
200
+ #bedtime { top: 980px; }
201
+ #sleep-cards { top: 1100px; }
202
+ #about { top: 1460px; }
203
+ #about-cards { top: 1580px; }
204
+
205
+ </style>
206
+ </head>
207
+ <body>
208
+ <div id="render-target">
209
+
210
+ <!-- Status Bar -->
211
+ <div class="status-bar">
212
+ <div class="time">12:49</div>
213
+ <div class="status-icons">
214
+ <div class="icon-wifi">
215
+ <svg viewBox="0 0 24 24">
216
+ <path d="M2 8c5-4 15-4 20 0" stroke="#EAEAEA" stroke-width="2" fill="none" />
217
+ <path d="M5 12c4-3 10-3 14 0" stroke="#EAEAEA" stroke-width="2" fill="none" />
218
+ <circle cx="12" cy="16" r="2" fill="#EAEAEA"></circle>
219
+ </svg>
220
+ </div>
221
+ <div class="icon-battery">
222
+ <svg viewBox="0 0 32 18">
223
+ <rect x="1" y="3" width="26" height="12" rx="2" ry="2" stroke="#EAEAEA" stroke-width="2" fill="none"></rect>
224
+ <rect x="28" y="6" width="3" height="6" fill="#EAEAEA"></rect>
225
+ <rect x="4" y="5" width="18" height="8" fill="#EAEAEA"></rect>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Header area -->
232
+ <div class="header-area">
233
+ <div class="header-actions">
234
+ <div class="gear">⚙</div>
235
+ <div class="avatar">N</div>
236
+ </div>
237
+ <div class="title">Profile</div>
238
+ </div>
239
+
240
+ <!-- Activity goals -->
241
+ <div id="activity" class="section">
242
+ <h3>Activity goals</h3>
243
+ <div class="grid-2">
244
+ <div class="card">
245
+ <div class="label">Steps</div>
246
+ <div class="value">5,000</div>
247
+ <svg class="chevron" viewBox="0 0 24 24">
248
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
249
+ </svg>
250
+ </div>
251
+ <div class="card">
252
+ <div class="label">Heart Points</div>
253
+ <div class="value">30</div>
254
+ <svg class="chevron" viewBox="0 0 24 24">
255
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
256
+ </svg>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Bedtime schedule -->
262
+ <div id="bedtime" class="section">
263
+ <h3>Bedtime schedule</h3>
264
+ <div class="toggle"><div class="knob"></div></div>
265
+ <div class="divider"></div>
266
+ </div>
267
+
268
+ <!-- Sleep time cards -->
269
+ <div id="sleep-cards" class="section">
270
+ <div class="grid-2">
271
+ <div class="card">
272
+ <div class="label">Get in bed</div>
273
+ <div class="value" style="color:#C4C7C5;">11:00 PM</div>
274
+ <svg class="chevron" viewBox="0 0 24 24">
275
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
276
+ </svg>
277
+ </div>
278
+ <div class="card">
279
+ <div class="label">Wake up</div>
280
+ <div class="value" style="color:#C4C7C5;">7:00 AM</div>
281
+ <svg class="chevron" viewBox="0 0 24 24">
282
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- About you -->
289
+ <div id="about" class="section">
290
+ <h3>About you</h3>
291
+ <div class="divider"></div>
292
+ </div>
293
+
294
+ <div id="about-cards" class="section">
295
+ <div class="grid-2">
296
+ <div class="card">
297
+ <div class="label">Gender</div>
298
+ <div class="value">Female</div>
299
+ <svg class="chevron" viewBox="0 0 24 24">
300
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
301
+ </svg>
302
+ </div>
303
+ <div class="card">
304
+ <div class="label">Birthday</div>
305
+ <div class="value">Nov 11, 2005</div>
306
+ <svg class="chevron" viewBox="0 0 24 24">
307
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
308
+ </svg>
309
+ </div>
310
+ <div class="card">
311
+ <div class="label">Weight</div>
312
+ <div class="value">155.9 lb</div>
313
+ <svg class="chevron" viewBox="0 0 24 24">
314
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
315
+ </svg>
316
+ </div>
317
+ <div class="card">
318
+ <div class="label">Height</div>
319
+ <div class="value">5'5"</div>
320
+ <svg class="chevron" viewBox="0 0 24 24">
321
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#B0B3B8" stroke-width="2"/>
322
+ </svg>
323
+ </div>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Bottom navigation -->
328
+ <div class="bottom-bar">
329
+ <div class="nav-item">
330
+ <svg viewBox="0 0 24 24">
331
+ <circle cx="12" cy="12" r="9" stroke="#DADCE0" stroke-width="2" fill="none"></circle>
332
+ <circle cx="12" cy="12" r="4" fill="#DADCE0"></circle>
333
+ </svg>
334
+ <div> </div>
335
+ </div>
336
+ <div class="nav-item">
337
+ <svg viewBox="0 0 24 24">
338
+ <rect x="6" y="4" width="12" height="16" stroke="#DADCE0" stroke-width="2" fill="none"></rect>
339
+ <rect x="9" y="2" width="6" height="3" fill="#DADCE0"></rect>
340
+ </svg>
341
+ <div> </div>
342
+ </div>
343
+ <div class="nav-item">
344
+ <svg viewBox="0 0 24 24">
345
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#DADCE0" stroke-width="2"/>
346
+ </svg>
347
+ <div> </div>
348
+ </div>
349
+ <div class="nav-item active">
350
+ <svg viewBox="0 0 24 24">
351
+ <circle cx="12" cy="8" r="4" stroke="#8AB4F8" stroke-width="2" fill="none"></circle>
352
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#8AB4F8" stroke-width="2" fill="none"></path>
353
+ </svg>
354
+ <div>Profile</div>
355
+ </div>
356
+ </div>
357
+ <div class="gesture"></div>
358
+
359
+ </div>
360
+ </body>
361
+ </html>
code/19879/19879_11.html ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Heart Points - Set Goal</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #202124;
20
+ color: #E0E0E0;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 28px;
27
+ left: 40px;
28
+ width: 1000px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ color: #E0E0E0;
38
+ font-size: 40px;
39
+ letter-spacing: 0.5px;
40
+ }
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 26px;
45
+ }
46
+ .icon {
47
+ display: inline-flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ }
51
+
52
+ /* Top actions */
53
+ .top-actions {
54
+ position: absolute;
55
+ top: 180px;
56
+ left: 40px;
57
+ right: 40px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: space-between;
61
+ }
62
+ .close-btn {
63
+ width: 72px;
64
+ height: 72px;
65
+ }
66
+ .right-actions {
67
+ display: flex;
68
+ align-items: center;
69
+ gap: 24px;
70
+ }
71
+ .set-goal {
72
+ color: #8AB4F8;
73
+ font-size: 42px;
74
+ font-weight: 500;
75
+ }
76
+ .kebab {
77
+ width: 48px;
78
+ height: 48px;
79
+ }
80
+
81
+ /* Main content */
82
+ .title {
83
+ position: absolute;
84
+ top: 520px;
85
+ left: 0;
86
+ width: 100%;
87
+ text-align: center;
88
+ font-size: 64px;
89
+ font-weight: 500;
90
+ color: #E8EAED;
91
+ }
92
+ .subtitle {
93
+ position: absolute;
94
+ top: 650px;
95
+ left: 90px;
96
+ width: 900px;
97
+ text-align: center;
98
+ font-size: 36px;
99
+ line-height: 54px;
100
+ color: #9AA0A6;
101
+ }
102
+
103
+ /* Goal controls */
104
+ .goal-controls {
105
+ position: absolute;
106
+ top: 1580px;
107
+ left: 0;
108
+ width: 100%;
109
+ display: flex;
110
+ flex-direction: column;
111
+ align-items: center;
112
+ gap: 26px;
113
+ }
114
+ .control-row {
115
+ display: flex;
116
+ align-items: center;
117
+ gap: 160px;
118
+ }
119
+ .ctrl-btn {
120
+ width: 72px;
121
+ height: 72px;
122
+ }
123
+ .ctrl-blue {
124
+ stroke: #8AB4F8;
125
+ }
126
+ .goal-value {
127
+ font-size: 84px;
128
+ font-weight: 600;
129
+ color: #FFFFFF;
130
+ min-width: 160px;
131
+ text-align: center;
132
+ }
133
+ .goal-label {
134
+ font-size: 34px;
135
+ color: #9AA0A6;
136
+ }
137
+
138
+ /* Home pill */
139
+ .home-pill {
140
+ position: absolute;
141
+ bottom: 32px;
142
+ left: 50%;
143
+ transform: translateX(-50%);
144
+ width: 360px;
145
+ height: 16px;
146
+ background: #D6D6D6;
147
+ border-radius: 12px;
148
+ opacity: 0.9;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Status Bar -->
156
+ <div class="status-bar">
157
+ <div class="status-left">
158
+ <span>12:52</span>
159
+ <!-- Simple mail/message indicator -->
160
+ <span class="icon" aria-label="Mail">
161
+ <svg width="44" height="44" viewBox="0 0 24 24">
162
+ <path d="M3 5h18v14H3z" fill="none" stroke="#E0E0E0" stroke-width="1.8"/>
163
+ <path d="M3 6l9 6 9-6" fill="none" stroke="#E0E0E0" stroke-width="1.8"/>
164
+ </svg>
165
+ </span>
166
+ </div>
167
+ <div class="status-right">
168
+ <!-- Wifi icon -->
169
+ <span class="icon" aria-label="Wi-Fi">
170
+ <svg width="44" height="44" viewBox="0 0 24 24">
171
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#E0E0E0" stroke-width="1.8" stroke-linecap="round"/>
172
+ <path d="M5 12c3-3 11-3 14 0" fill="none" stroke="#E0E0E0" stroke-width="1.8" stroke-linecap="round"/>
173
+ <circle cx="12" cy="16" r="2" fill="#E0E0E0"/>
174
+ </svg>
175
+ </span>
176
+ <!-- Battery icon -->
177
+ <span class="icon" aria-label="Battery">
178
+ <svg width="44" height="44" viewBox="0 0 24 24">
179
+ <rect x="3" y="6" width="17" height="12" rx="2" fill="none" stroke="#E0E0E0" stroke-width="1.8"/>
180
+ <rect x="5" y="8" width="11" height="8" rx="1" fill="#E0E0E0"/>
181
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#E0E0E0"/>
182
+ </svg>
183
+ </span>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Top Actions -->
188
+ <div class="top-actions">
189
+ <!-- Close (X) -->
190
+ <div class="close-btn icon" aria-label="Close">
191
+ <svg width="72" height="72" viewBox="0 0 24 24">
192
+ <path d="M5 5l14 14M19 5L5 19" stroke="#FFFFFF" stroke-width="2.4" stroke-linecap="round"/>
193
+ </svg>
194
+ </div>
195
+ <div class="right-actions">
196
+ <div class="set-goal">Set goal</div>
197
+ <!-- Kebab menu -->
198
+ <div class="kebab icon" aria-label="More">
199
+ <svg width="48" height="48" viewBox="0 0 24 24">
200
+ <circle cx="12" cy="5" r="2" fill="#E0E0E0"/>
201
+ <circle cx="12" cy="12" r="2" fill="#E0E0E0"/>
202
+ <circle cx="12" cy="19" r="2" fill="#E0E0E0"/>
203
+ </svg>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Main Title -->
209
+ <div class="title">Heart Points</div>
210
+
211
+ <!-- Subtitle -->
212
+ <div class="subtitle">
213
+ You score Heart Points for doing activities at a higher pace, like taking a brisk walk. Increase the intensity to earn more points.
214
+ </div>
215
+
216
+ <!-- Goal Controls -->
217
+ <div class="goal-controls">
218
+ <div class="control-row">
219
+ <!-- Minus -->
220
+ <div class="ctrl-btn icon" aria-label="Decrease">
221
+ <svg width="72" height="72" viewBox="0 0 24 24">
222
+ <path d="M5 12h14" stroke="#8AB4F8" stroke-width="2.6" stroke-linecap="round"/>
223
+ </svg>
224
+ </div>
225
+ <div class="goal-value">35</div>
226
+ <!-- Plus -->
227
+ <div class="ctrl-btn icon" aria-label="Increase">
228
+ <svg width="72" height="72" viewBox="0 0 24 24">
229
+ <path d="M12 5v14M5 12h14" stroke="#8AB4F8" stroke-width="2.6" stroke-linecap="round"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+ <div class="goal-label">points a day</div>
234
+ </div>
235
+
236
+ <!-- Home pill -->
237
+ <div class="home-pill"></div>
238
+ </div>
239
+ </body>
240
+ </html>
code/19879/19879_12.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #212224;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #E6E6E6;
16
+ }
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 120px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ padding: 0 48px;
28
+ color: #E6E6E6;
29
+ font-size: 40px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-left, .status-right {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .icon {
38
+ display: inline-flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ }
42
+ /* Top navigation */
43
+ .top-nav {
44
+ position: absolute;
45
+ top: 160px;
46
+ left: 48px;
47
+ right: 48px;
48
+ height: 120px;
49
+ display: flex;
50
+ align-items: center;
51
+ justify-content: space-between;
52
+ }
53
+ .close-btn {
54
+ width: 72px;
55
+ height: 72px;
56
+ }
57
+ .actions {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: 28px;
61
+ font-size: 44px;
62
+ }
63
+ .actions .link {
64
+ color: #8AB4F8;
65
+ font-weight: 500;
66
+ }
67
+ .menu-dots {
68
+ width: 40px;
69
+ height: 72px;
70
+ }
71
+ /* Content */
72
+ .content {
73
+ position: absolute;
74
+ top: 640px;
75
+ left: 0;
76
+ width: 100%;
77
+ text-align: center;
78
+ padding: 0 80px;
79
+ }
80
+ .title {
81
+ font-size: 72px;
82
+ font-weight: 500;
83
+ margin: 0 0 36px 0;
84
+ color: #EAEAEA;
85
+ }
86
+ .subtitle {
87
+ max-width: 860px;
88
+ margin: 0 auto;
89
+ font-size: 36px;
90
+ line-height: 1.6;
91
+ color: #A9ADB3;
92
+ }
93
+ /* Stepper */
94
+ .stepper {
95
+ position: absolute;
96
+ top: 1480px;
97
+ left: 0;
98
+ width: 100%;
99
+ display: flex;
100
+ flex-direction: column;
101
+ align-items: center;
102
+ gap: 24px;
103
+ }
104
+ .stepper-row {
105
+ display: flex;
106
+ align-items: center;
107
+ gap: 140px;
108
+ }
109
+ .step-btn {
110
+ width: 72px;
111
+ height: 72px;
112
+ color: #8AB4F8;
113
+ }
114
+ .value {
115
+ font-size: 88px;
116
+ font-weight: 600;
117
+ color: #F2F2F2;
118
+ min-width: 160px;
119
+ text-align: center;
120
+ }
121
+ .stepper-note {
122
+ font-size: 32px;
123
+ color: #9AA0A6;
124
+ }
125
+ /* Bottom gesture bar */
126
+ .gesture-bar {
127
+ position: absolute;
128
+ bottom: 48px;
129
+ left: 50%;
130
+ transform: translateX(-50%);
131
+ width: 300px;
132
+ height: 18px;
133
+ background: #E5E5E5;
134
+ border-radius: 18px;
135
+ opacity: 0.85;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+ <!-- Status Bar -->
142
+ <div class="status-bar">
143
+ <div class="status-left">
144
+ <div>12:52</div>
145
+ <!-- Mail icon -->
146
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24" fill="none">
147
+ <rect x="2" y="5" width="20" height="14" rx="2" stroke="#E6E6E6" stroke-width="2"></rect>
148
+ <path d="M3 6l9 6 9-6" stroke="#E6E6E6" stroke-width="2" fill="none"></path>
149
+ </svg>
150
+ </div>
151
+ <div class="status-right">
152
+ <!-- Wifi icon -->
153
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24" fill="none">
154
+ <path d="M2 8c5-4 15-4 20 0" stroke="#E6E6E6" stroke-width="2" fill="none" opacity="0.7"/>
155
+ <path d="M5 11c4-3 10-3 14 0" stroke="#E6E6E6" stroke-width="2" fill="none" opacity="0.8"/>
156
+ <path d="M8 14c3-2 5-2 8 0" stroke="#E6E6E6" stroke-width="2" fill="none"/>
157
+ <circle cx="12" cy="18" r="1.6" fill="#E6E6E6"/>
158
+ </svg>
159
+ <!-- Battery icon -->
160
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24" fill="none">
161
+ <rect x="5" y="4" width="14" height="16" rx="2" stroke="#E6E6E6" stroke-width="2"></rect>
162
+ <rect x="7" y="6" width="10" height="12" fill="#E6E6E6"></rect>
163
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#E6E6E6"></rect>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Top navigation -->
169
+ <div class="top-nav">
170
+ <!-- Close X -->
171
+ <svg class="close-btn" viewBox="0 0 24 24">
172
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
173
+ </svg>
174
+
175
+ <div class="actions">
176
+ <span class="link">Set goal</span>
177
+ <!-- Vertical menu dots -->
178
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#B9BFC6">
179
+ <circle cx="12" cy="6" r="2.2"></circle>
180
+ <circle cx="12" cy="12" r="2.2"></circle>
181
+ <circle cx="12" cy="18" r="2.2"></circle>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Main content -->
187
+ <div class="content">
188
+ <h1 class="title">Heart Points</h1>
189
+ <p class="subtitle">
190
+ You score Heart Points for doing activities at a higher pace, like taking a brisk walk.
191
+ Increase the intensity to earn more points.
192
+ </p>
193
+ </div>
194
+
195
+ <!-- Stepper -->
196
+ <div class="stepper">
197
+ <div class="stepper-row">
198
+ <!-- Minus -->
199
+ <svg class="step-btn" viewBox="0 0 24 24">
200
+ <rect x="4" y="11" width="16" height="2" fill="#8AB4F8"></rect>
201
+ </svg>
202
+
203
+ <div class="value">40</div>
204
+
205
+ <!-- Plus -->
206
+ <svg class="step-btn" viewBox="0 0 24 24">
207
+ <rect x="11" y="4" width="2" height="16" fill="#8AB4F8"></rect>
208
+ <rect x="4" y="11" width="16" height="2" fill="#8AB4F8"></rect>
209
+ </svg>
210
+ </div>
211
+ <div class="stepper-note">points a day</div>
212
+ </div>
213
+
214
+ <!-- Bottom gesture bar -->
215
+ <div class="gesture-bar"></div>
216
+ </div>
217
+ </body>
218
+ </html>
code/19879/19879_14.html ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Heart Points - Set Goal</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: #212121; color: #E0E0E0;
13
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 120px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 48px;
22
+ color: #B0BEC5; font-weight: 500;
23
+ }
24
+ .status-left { display: flex; align-items: center; gap: 28px; }
25
+ .status-time { font-size: 40px; letter-spacing: 0.5px; }
26
+ .status-right { display: flex; align-items: center; gap: 28px; }
27
+
28
+ /* Top app bar */
29
+ .topbar {
30
+ position: absolute; top: 120px; left: 0; right: 0;
31
+ height: 160px;
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ padding: 0 48px;
34
+ }
35
+ .close-btn { width: 88px; height: 88px; }
36
+ .action-right { display: flex; align-items: center; gap: 36px; }
37
+ .set-goal { font-size: 44px; color: #8AB4F8; }
38
+ .ellipsis { width: 60px; height: 60px; }
39
+
40
+ /* Main content */
41
+ .content {
42
+ position: absolute; left: 0; right: 0;
43
+ top: 540px;
44
+ text-align: center;
45
+ padding: 0 90px;
46
+ }
47
+ .title {
48
+ font-size: 74px; font-weight: 500; color: #F1F3F4;
49
+ margin-bottom: 48px;
50
+ }
51
+ .subtitle {
52
+ font-size: 40px; line-height: 1.6; color: #9AA0A6;
53
+ max-width: 900px; margin: 0 auto;
54
+ }
55
+
56
+ /* Goal picker near bottom */
57
+ .goal-picker {
58
+ position: absolute; left: 0; right: 0;
59
+ top: 1600px;
60
+ display: flex; flex-direction: column; align-items: center; gap: 18px;
61
+ }
62
+ .picker-row {
63
+ display: flex; align-items: center; gap: 120px;
64
+ }
65
+ .picker-btn {
66
+ width: 56px; height: 56px;
67
+ }
68
+ .picker-btn path { stroke: #8AB4F8; }
69
+ .goal-value {
70
+ font-size: 80px; font-weight: 500; color: #F1F3F4; min-width: 160px; text-align: center;
71
+ }
72
+ .goal-label {
73
+ font-size: 34px; color: #9AA0A6;
74
+ }
75
+
76
+ /* Gesture bar */
77
+ .gesture {
78
+ position: absolute; left: 50%; transform: translateX(-50%);
79
+ bottom: 34px; width: 260px; height: 16px; border-radius: 10px;
80
+ background: #E0E0E0; opacity: 0.85;
81
+ }
82
+
83
+ /* Simple icon styling */
84
+ svg { display: block; }
85
+ </style>
86
+ </head>
87
+ <body>
88
+ <div id="render-target">
89
+
90
+ <!-- Status bar -->
91
+ <div class="statusbar">
92
+ <div class="status-left">
93
+ <div class="status-time">12:52</div>
94
+ <!-- Mail icon -->
95
+ <svg width="48" height="48" viewBox="0 0 24 24">
96
+ <path d="M3 5h18v14H3z" fill="none" stroke="#B0BEC5" stroke-width="1.6"/>
97
+ <path d="M3 6l9 6 9-6" fill="none" stroke="#B0BEC5" stroke-width="1.6"/>
98
+ </svg>
99
+ </div>
100
+ <div class="status-right">
101
+ <!-- WiFi icon -->
102
+ <svg width="48" height="48" viewBox="0 0 24 24">
103
+ <path d="M3 9c4-3 14-3 18 0" fill="none" stroke="#B0BEC5" stroke-width="1.6" stroke-linecap="round"/>
104
+ <path d="M6 12c3-2 9-2 12 0" fill="none" stroke="#B0BEC5" stroke-width="1.6" stroke-linecap="round"/>
105
+ <circle cx="12" cy="16" r="1.8" fill="#B0BEC5"/>
106
+ </svg>
107
+ <!-- Battery icon -->
108
+ <svg width="48" height="48" viewBox="0 0 24 24">
109
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#B0BEC5" stroke-width="1.6"/>
110
+ <rect x="4" y="8" width="12" height="8" fill="#B0BEC5"/>
111
+ <rect x="20" y="10" width="2.5" height="4" fill="#B0BEC5"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+
116
+ <!-- Top app bar -->
117
+ <div class="topbar">
118
+ <!-- Close button (X) -->
119
+ <svg class="close-btn" viewBox="0 0 24 24">
120
+ <path d="M5 5l14 14M19 5L5 19" fill="none" stroke="#E0E0E0" stroke-width="2.4" stroke-linecap="round"/>
121
+ </svg>
122
+
123
+ <div class="action-right">
124
+ <div class="set-goal">Set goal</div>
125
+ <!-- Vertical ellipsis -->
126
+ <svg class="ellipsis" viewBox="0 0 24 24">
127
+ <circle cx="12" cy="5" r="2" fill="#B0BEC5"/>
128
+ <circle cx="12" cy="12" r="2" fill="#B0BEC5"/>
129
+ <circle cx="12" cy="19" r="2" fill="#B0BEC5"/>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Main content -->
135
+ <div class="content">
136
+ <div class="title">Heart Points</div>
137
+ <div class="subtitle">
138
+ You score Heart Points for doing activities at a higher pace, like taking a brisk walk. Increase the intensity to earn more points.
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Goal picker -->
143
+ <div class="goal-picker">
144
+ <div class="picker-row">
145
+ <!-- Minus -->
146
+ <svg class="picker-btn" viewBox="0 0 24 24">
147
+ <path d="M5 12h14" fill="none" stroke-width="2.6"/>
148
+ </svg>
149
+
150
+ <div class="goal-value">50</div>
151
+
152
+ <!-- Plus -->
153
+ <svg class="picker-btn" viewBox="0 0 24 24">
154
+ <path d="M12 5v14M5 12h14" fill="none" stroke-width="2.6"/>
155
+ </svg>
156
+ </div>
157
+ <div class="goal-label">points a day</div>
158
+ </div>
159
+
160
+ <!-- Gesture bar -->
161
+ <div class="gesture"></div>
162
+ </div>
163
+ </body>
164
+ </html>
code/19879/19879_15.html ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Profile UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #212325;
14
+ color: #EDEDED;
15
+ }
16
+ .statusbar {
17
+ height: 120px;
18
+ padding: 24px 36px;
19
+ color: #EDEDED;
20
+ font-size: 44px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ }
25
+ .status-icons {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 28px;
29
+ }
30
+ .header {
31
+ position: relative;
32
+ padding: 40px 48px 0 48px;
33
+ }
34
+ .title {
35
+ font-size: 120px;
36
+ font-weight: 500;
37
+ letter-spacing: 1px;
38
+ margin: 40px 0 16px 0;
39
+ }
40
+ .header-actions {
41
+ position: absolute;
42
+ right: 48px;
43
+ top: 60px;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .avatar {
49
+ width: 88px;
50
+ height: 88px;
51
+ background: #2F7ADF;
52
+ border-radius: 50%;
53
+ display: flex;
54
+ justify-content: center;
55
+ align-items: center;
56
+ font-weight: 700;
57
+ font-size: 44px;
58
+ color: #fff;
59
+ }
60
+ .section {
61
+ padding: 12px 48px;
62
+ margin-top: 12px;
63
+ }
64
+ .section h3 {
65
+ margin: 18px 0 22px 0;
66
+ font-size: 42px;
67
+ font-weight: 500;
68
+ color: #D9D9D9;
69
+ }
70
+ .card-grid {
71
+ display: flex;
72
+ gap: 32px;
73
+ }
74
+ .card {
75
+ flex: 1;
76
+ min-height: 190px;
77
+ background: #2B2D30;
78
+ border: 2px solid #A6A6A6;
79
+ border-radius: 22px;
80
+ padding: 26px 32px;
81
+ position: relative;
82
+ }
83
+ .card.blue {
84
+ border-color: #69A4FF;
85
+ }
86
+ .card .label {
87
+ font-size: 28px;
88
+ color: #AEB2B7;
89
+ margin-bottom: 18px;
90
+ position: relative;
91
+ }
92
+ .card.blue .label { color: #69A4FF; }
93
+ .card .value {
94
+ font-size: 64px;
95
+ font-weight: 600;
96
+ color: #F2F2F2;
97
+ }
98
+ .chev {
99
+ position: absolute;
100
+ right: 18px;
101
+ top: 50%;
102
+ transform: translateY(-20%);
103
+ width: 40px;
104
+ height: 40px;
105
+ }
106
+ .toggle-row {
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: space-between;
110
+ padding-right: 48px;
111
+ }
112
+ .toggle {
113
+ width: 120px;
114
+ height: 64px;
115
+ background: #4B4D50;
116
+ border-radius: 32px;
117
+ position: relative;
118
+ }
119
+ .toggle .knob {
120
+ width: 56px;
121
+ height: 56px;
122
+ background: #BFBFBF;
123
+ border-radius: 50%;
124
+ position: absolute;
125
+ right: 4px;
126
+ top: 4px;
127
+ }
128
+ hr.divider {
129
+ border: none;
130
+ height: 1px;
131
+ background: #3A3C3F;
132
+ margin: 32px -48px 24px -48px;
133
+ }
134
+ .dimmed .card { opacity: 0.55; }
135
+ .about-grid {
136
+ display: grid;
137
+ grid-template-columns: 1fr 1fr;
138
+ gap: 32px;
139
+ }
140
+ .bottom-nav {
141
+ position: absolute;
142
+ bottom: 140px;
143
+ left: 0;
144
+ width: 100%;
145
+ height: 180px;
146
+ background: #2A2C2F;
147
+ border-top: 1px solid #3A3A3A;
148
+ display: flex;
149
+ justify-content: space-around;
150
+ align-items: center;
151
+ color: #BDBDBD;
152
+ font-size: 34px;
153
+ }
154
+ .nav-item {
155
+ display: flex;
156
+ flex-direction: column;
157
+ align-items: center;
158
+ gap: 18px;
159
+ }
160
+ .nav-item.active { color: #69A4FF; }
161
+ .gesture {
162
+ position: absolute;
163
+ bottom: 48px;
164
+ left: 50%;
165
+ transform: translateX(-50%);
166
+ width: 260px;
167
+ height: 12px;
168
+ background: #EDEDED;
169
+ border-radius: 8px;
170
+ }
171
+ /* Simple icon coloring */
172
+ svg { fill: none; stroke: #EDEDED; stroke-width: 4; }
173
+ .icon-muted svg { stroke: #CFCFCF; }
174
+ .icon-blue svg { stroke: #69A4FF; }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <!-- Status bar -->
180
+ <div class="statusbar">
181
+ <div class="time">12:53</div>
182
+ <div class="status-icons">
183
+ <!-- Wi-Fi icon -->
184
+ <svg width="48" height="32" viewBox="0 0 24 14">
185
+ <path d="M2 4c5-4 15-4 20 0"></path>
186
+ <path d="M5 7c3-3 11-3 14 0"></path>
187
+ <path d="M8 10c2-2 6-2 8 0"></path>
188
+ <circle cx="12" cy="13" r="1.5" fill="#EDEDED"></circle>
189
+ </svg>
190
+ <!-- Battery icon -->
191
+ <svg width="52" height="32" viewBox="0 0 30 18">
192
+ <rect x="2" y="3" width="22" height="12" rx="2"></rect>
193
+ <rect x="25" y="6" width="3" height="6" rx="1" fill="#EDEDED"></rect>
194
+ <rect x="5" y="6" width="16" height="6" fill="#EDEDED"></rect>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Header -->
200
+ <div class="header">
201
+ <div class="header-actions">
202
+ <!-- Gear icon -->
203
+ <svg class="icon-muted" width="60" height="60" viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="3.5"></circle>
205
+ <path d="M12 2v3M12 19v3M4.5 4.5l2.1 2.1M17.4 17.4l2.1 2.1M2 12h3M19 12h3M4.5 19.5l2.1-2.1M17.4 6.6l2.1-2.1"></path>
206
+ </svg>
207
+ <div class="avatar">N</div>
208
+ </div>
209
+ <div class="title">Profile</div>
210
+ </div>
211
+
212
+ <!-- Activity goals -->
213
+ <div class="section">
214
+ <h3>Activity goals</h3>
215
+ <div class="card-grid">
216
+ <div class="card">
217
+
code/19879/19879_2.html ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Steps Goal UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #202124;
20
+ color: #E8EAED;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 110px;
30
+ padding: 0 40px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #E8EAED;
35
+ font-size: 40px;
36
+ opacity: 0.95;
37
+ }
38
+ .status-left,
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 22px;
43
+ }
44
+ .status-icon svg {
45
+ display: block;
46
+ width: 48px;
47
+ height: 48px;
48
+ fill: none;
49
+ stroke: #E8EAED;
50
+ stroke-width: 4;
51
+ }
52
+
53
+ /* Header actions */
54
+ .header-actions {
55
+ position: absolute;
56
+ top: 160px;
57
+ left: 0;
58
+ width: 100%;
59
+ padding: 0 40px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ }
64
+ .close-btn svg {
65
+ width: 72px;
66
+ height: 72px;
67
+ stroke: #E8EAED;
68
+ stroke-width: 8;
69
+ fill: none;
70
+ }
71
+ .header-right {
72
+ display: flex;
73
+ align-items: center;
74
+ gap: 32px;
75
+ }
76
+ .set-goal {
77
+ color: #8AB4F8;
78
+ font-size: 44px;
79
+ font-weight: 500;
80
+ }
81
+ .more-vert {
82
+ width: 20px;
83
+ height: 80px;
84
+ display: flex;
85
+ flex-direction: column;
86
+ justify-content: space-between;
87
+ align-items: center;
88
+ }
89
+ .more-vert span {
90
+ width: 12px;
91
+ height: 12px;
92
+ background: #E8EAED;
93
+ border-radius: 50%;
94
+ display: block;
95
+ opacity: 0.9;
96
+ }
97
+
98
+ /* Title and description */
99
+ .title-section {
100
+ position: absolute;
101
+ top: 640px;
102
+ width: 100%;
103
+ text-align: center;
104
+ padding: 0 120px;
105
+ }
106
+ .title {
107
+ font-size: 72px;
108
+ font-weight: 500;
109
+ letter-spacing: 0.5px;
110
+ margin-bottom: 36px;
111
+ color: #E8EAED;
112
+ }
113
+ .subtitle {
114
+ font-size: 38px;
115
+ line-height: 1.6;
116
+ color: #9AA0A6;
117
+ }
118
+
119
+ /* Step selector */
120
+ .step-selector {
121
+ position: absolute;
122
+ top: 1520px;
123
+ width: 100%;
124
+ text-align: center;
125
+ }
126
+ .control-row {
127
+ display: flex;
128
+ justify-content: center;
129
+ align-items: center;
130
+ gap: 160px;
131
+ margin-bottom: 26px;
132
+ }
133
+ .num-value {
134
+ font-size: 112px;
135
+ font-weight: 500;
136
+ letter-spacing: 2px;
137
+ color: #E8EAED;
138
+ min-width: 360px;
139
+ text-align: center;
140
+ }
141
+ .icon-btn svg {
142
+ width: 64px;
143
+ height: 64px;
144
+ stroke: #8AB4F8;
145
+ stroke-width: 10;
146
+ fill: none;
147
+ }
148
+ .step-note {
149
+ font-size: 36px;
150
+ color: #9AA0A6;
151
+ }
152
+
153
+ /* Bottom navigation bar */
154
+ .nav-bar {
155
+ position: absolute;
156
+ bottom: 0;
157
+ left: 0;
158
+ width: 100%;
159
+ height: 170px;
160
+ background: #000;
161
+ }
162
+ .home-pill {
163
+ position: absolute;
164
+ top: 112px;
165
+ left: 50%;
166
+ transform: translateX(-50%);
167
+ width: 320px;
168
+ height: 16px;
169
+ background: #E0E0E0;
170
+ border-radius: 12px;
171
+ opacity: 0.9;
172
+ }
173
+ </style>
174
+ </head>
175
+ <body>
176
+ <div id="render-target">
177
+
178
+ <!-- Status bar -->
179
+ <div class="status-bar">
180
+ <div class="status-left">
181
+ <div>12:49</div>
182
+ <div class="status-icon">
183
+ <!-- Envelope icon -->
184
+ <svg viewBox="0 0 24 24">
185
+ <path d="M3 6h18v12H3z"></path>
186
+ <path d="M3 6l9 7 9-7"></path>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ <div class="status-right">
191
+ <div class="status-icon">
192
+ <!-- Wifi icon (simple arcs) -->
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M2 8c5-4 15-4 20 0"></path>
195
+ <path d="M5 12c3-3 11-3 14 0"></path>
196
+ <path d="M9 16c2-2 4-2 6 0"></path>
197
+ <circle cx="12" cy="19" r="1.5" fill="#E8EAED" stroke="none"></circle>
198
+ </svg>
199
+ </div>
200
+ <div class="status-icon">
201
+ <!-- Battery icon -->
202
+ <svg viewBox="0 0 26 24">
203
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
204
+ <rect x="21" y="9" width="3" height="6" rx="1" fill="none" stroke="#E8EAED"></rect>
205
+ <rect x="4" y="8" width="14" height="8" fill="#E8EAED" stroke="none"></rect>
206
+ </svg>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Header actions -->
212
+ <div class="header-actions">
213
+ <div class="close-btn">
214
+ <!-- Close (X) icon -->
215
+ <svg viewBox="0 0 24 24">
216
+ <path d="M5 5l14 14M19 5L5 19"></path>
217
+ </svg>
218
+ </div>
219
+ <div class="header-right">
220
+ <div class="set-goal">Set goal</div>
221
+ <div class="more-vert">
222
+ <span></span>
223
+ <span></span>
224
+ <span></span>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Title and descriptive text -->
230
+ <div class="title-section">
231
+ <div class="title">Steps</div>
232
+ <div class="subtitle">
233
+ Keep moving each day to meet your steps goal and<br>
234
+ avoid sedentary time
235
+ </div>
236
+ </div>
237
+
238
+ <!-- Step selector controls -->
239
+ <div class="step-selector">
240
+ <div class="control-row">
241
+ <div class="icon-btn">
242
+ <!-- Minus icon -->
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M4 12h16"></path>
245
+ </svg>
246
+ </div>
247
+ <div class="num-value">5000</div>
248
+ <div class="icon-btn">
249
+ <!-- Plus icon -->
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M12 4v16M4 12h16"></path>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ <div class="step-note">steps a day</div>
256
+ </div>
257
+
258
+ <!-- Bottom navigation bar -->
259
+ <div class="nav-bar">
260
+ <div class="home-pill"></div>
261
+ </div>
262
+
263
+ </div>
264
+ </body>
265
+ </html>
code/19879/19879_3.html ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Steps Goal</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: #222426;
15
+ color: #E8EAED;
16
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Header */
20
+ .top-bar {
21
+ position: absolute;
22
+ top: 140px;
23
+ left: 60px;
24
+ right: 60px;
25
+ height: 100px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ }
30
+ .top-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ }
35
+ .top-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 28px;
39
+ }
40
+ .link {
41
+ color: #8AB4F8;
42
+ font-size: 42px;
43
+ text-decoration: none;
44
+ }
45
+ .icon {
46
+ width: 72px;
47
+ height: 72px;
48
+ }
49
+
50
+ /* Title */
51
+ .hero {
52
+ position: absolute;
53
+ top: 600px;
54
+ left: 0;
55
+ right: 0;
56
+ text-align: center;
57
+ padding: 0 120px;
58
+ }
59
+ .hero h1 {
60
+ margin: 0 0 30px 0;
61
+ font-size: 72px;
62
+ font-weight: 500;
63
+ letter-spacing: 0.5px;
64
+ }
65
+ .hero p {
66
+ margin: 0 auto;
67
+ max-width: 820px;
68
+ font-size: 40px;
69
+ line-height: 1.5;
70
+ color: #9AA0A6;
71
+ }
72
+
73
+ /* Counter Section */
74
+ .counter-wrap {
75
+ position: absolute;
76
+ bottom: 560px;
77
+ left: 0;
78
+ right: 0;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ gap: 180px;
83
+ }
84
+ .counter-button svg {
85
+ width: 72px;
86
+ height: 72px;
87
+ }
88
+ .counter-button svg path,
89
+ .counter-button svg rect {
90
+ fill: #8AB4F8;
91
+ }
92
+ .value {
93
+ text-align: center;
94
+ }
95
+ .value .number {
96
+ font-size: 78px;
97
+ font-weight: 600;
98
+ letter-spacing: 1px;
99
+ }
100
+ .value .caption {
101
+ margin-top: 16px;
102
+ font-size: 36px;
103
+ color: #9AA0A6;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Header with close, set goal, and menu -->
111
+ <div class="top-bar">
112
+ <div class="top-left">
113
+ <!-- Close (X) icon -->
114
+ <svg class="icon" viewBox="0 0 24 24">
115
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#FFFFFF" stroke-width="2.6" stroke-linecap="round" fill="none"></path>
116
+ </svg>
117
+ </div>
118
+ <div class="top-right">
119
+ <a href="#" class="link">Set goal</a>
120
+ <!-- Kebab menu (vertical dots) -->
121
+ <svg class="icon" viewBox="0 0 24 24">
122
+ <circle cx="12" cy="5" r="2" fill="#E8EAED"></circle>
123
+ <circle cx="12" cy="12" r="2" fill="#E8EAED"></circle>
124
+ <circle cx="12" cy="19" r="2" fill="#E8EAED"></circle>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Title and description -->
130
+ <div class="hero">
131
+ <h1>Steps</h1>
132
+ <p>Keep moving each day to meet your steps goal and avoid sedentary time</p>
133
+ </div>
134
+
135
+ <!-- Counter controls -->
136
+ <div class="counter-wrap">
137
+ <!-- Minus button -->
138
+ <div class="counter-button">
139
+ <svg viewBox="0 0 24 24">
140
+ <rect x="5" y="11" width="14" height="2.5" rx="1.2"></rect>
141
+ </svg>
142
+ </div>
143
+
144
+ <!-- Value -->
145
+ <div class="value">
146
+ <div class="number">5500</div>
147
+ <div class="caption">steps a day</div>
148
+ </div>
149
+
150
+ <!-- Plus button -->
151
+ <div class="counter-button">
152
+ <svg viewBox="0 0 24 24">
153
+ <rect x="11" y="5" width="2.5" height="14" rx="1.2"></rect>
154
+ <rect x="5" y="11" width="14" height="2.5" rx="1.2"></rect>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ </div>
160
+ </body>
161
+ </html>
code/19879/19879_4.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Steps Goal UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ * { box-sizing: border-box; }
10
+
11
+ #render-target {
12
+ width: 1080px;
13
+ height: 2400px;
14
+ position: relative;
15
+ overflow: hidden;
16
+ background: #212121;
17
+ color: #E0E0E0;
18
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 26px;
25
+ left: 32px;
26
+ right: 32px;
27
+ height: 72px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #E0E0E0;
32
+ opacity: 0.9;
33
+ font-weight: 500;
34
+ }
35
+ .status-left {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 16px;
39
+ font-size: 40px;
40
+ color: #E0E0E0;
41
+ }
42
+ .status-right {
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 24px;
46
+ }
47
+ .icon {
48
+ width: 48px;
49
+ height: 48px;
50
+ }
51
+ .wifi svg, .battery svg { fill: #E0E0E0; }
52
+
53
+ /* Top actions */
54
+ .top-actions {
55
+ position: absolute;
56
+ top: 210px;
57
+ left: 40px;
58
+ right: 40px;
59
+ height: 96px;
60
+ }
61
+ .close-btn {
62
+ position: absolute;
63
+ left: 0;
64
+ top: 0;
65
+ width: 72px;
66
+ height: 72px;
67
+ }
68
+ .close-btn svg { stroke: #E0E0E0; stroke-width: 10; stroke-linecap: round; fill: none; }
69
+
70
+ .menu-actions {
71
+ position: absolute;
72
+ right: 0;
73
+ top: 0;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 28px;
77
+ }
78
+ .set-goal {
79
+ font-size: 44px;
80
+ color: #8AB4F8;
81
+ font-weight: 500;
82
+ }
83
+ .kebab {
84
+ width: 16px;
85
+ height: 64px;
86
+ display: flex;
87
+ flex-direction: column;
88
+ justify-content: space-between;
89
+ align-items: center;
90
+ }
91
+ .kebab span {
92
+ width: 12px;
93
+ height: 12px;
94
+ background: #E0E0E0;
95
+ border-radius: 50%;
96
+ display: block;
97
+ }
98
+
99
+ /* Header content */
100
+ .title {
101
+ position: absolute;
102
+ top: 720px;
103
+ width: 100%;
104
+ text-align: center;
105
+ font-size: 72px;
106
+ font-weight: 600;
107
+ letter-spacing: 0.5px;
108
+ color: #E0E0E0;
109
+ }
110
+ .subtitle {
111
+ position: absolute;
112
+ top: 860px;
113
+ width: 100%;
114
+ text-align: center;
115
+ color: #A9B0B6;
116
+ font-size: 40px;
117
+ line-height: 1.5;
118
+ }
119
+ .subtitle .wrap {
120
+ max-width: 860px;
121
+ margin: 0 auto;
122
+ }
123
+
124
+ /* Step selector */
125
+ .step-selector {
126
+ position: absolute;
127
+ top: 1520px;
128
+ width: 100%;
129
+ display: flex;
130
+ flex-direction: column;
131
+ align-items: center;
132
+ gap: 24px;
133
+ }
134
+ .selector-row {
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 120px;
138
+ }
139
+ .selector-row .count {
140
+ font-size: 88px;
141
+ font-weight: 700;
142
+ letter-spacing: 2px;
143
+ color: #F5F5F5;
144
+ min-width: 280px;
145
+ text-align: center;
146
+ }
147
+ .selector-row .btn {
148
+ width: 64px;
149
+ height: 64px;
150
+ display: flex;
151
+ justify-content: center;
152
+ align-items: center;
153
+ color: #8AB4F8;
154
+ }
155
+ .selector-row .btn svg {
156
+ width: 64px;
157
+ height: 64px;
158
+ stroke: #8AB4F8;
159
+ stroke-width: 10;
160
+ fill: none;
161
+ stroke-linecap: round;
162
+ }
163
+ .steps-label {
164
+ font-size: 36px;
165
+ color: #A9B0B6;
166
+ }
167
+
168
+ /* Home indicator */
169
+ .home-indicator {
170
+ position: absolute;
171
+ left: 50%;
172
+ transform: translateX(-50%);
173
+ bottom: 48px;
174
+ width: 260px;
175
+ height: 14px;
176
+ background: #E0E0E0;
177
+ opacity: 0.85;
178
+ border-radius: 12px;
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">
188
+ <div>12:50</div>
189
+ <div style="font-size:36px; color:#E0E0E0; opacity:0.9;">M</div>
190
+ </div>
191
+ <div class="status-right">
192
+ <div class="wifi icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M2 8c5-4 15-4 20 0" stroke="#E0E0E0" stroke-width="2" fill="none" stroke-linecap="round"/>
195
+ <path d="M5 11c4-3 10-3 14 0" stroke="#E0E0E0" stroke-width="2" fill="none" stroke-linecap="round"/>
196
+ <circle cx="12" cy="15" r="2" fill="#E0E0E0"/>
197
+ </svg>
198
+ </div>
199
+ <div class="battery icon">
200
+ <svg viewBox="0 0 32 24">
201
+ <rect x="2" y="6" width="24" height="12" rx="2" ry="2" stroke="#E0E0E0" stroke-width="2" fill="none"/>
202
+ <rect x="5" y="9" width="16" height="6" fill="#E0E0E0"/>
203
+ <rect x="26" y="9" width="4" height="6" rx="1" fill="#E0E0E0"/>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Top Actions -->
210
+ <div class="top-actions">
211
+ <div class="close-btn">
212
+ <svg viewBox="0 0 72 72">
213
+ <path d="M18 18 L54 54"></path>
214
+ <path d="M54 18 L18 54"></path>
215
+ </svg>
216
+ </div>
217
+ <div class="menu-actions">
218
+ <div class="set-goal">Set goal</div>
219
+ <div class="kebab">
220
+ <span></span>
221
+ <span></span>
222
+ <span></span>
223
+ </div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Title & Subtitle -->
228
+ <div class="title">Steps</div>
229
+ <div class="subtitle">
230
+ <div class="wrap">
231
+ Keep moving each day to meet your steps goal and
232
+ avoid sedentary time
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Step Selector -->
237
+ <div class="step-selector">
238
+ <div class="selector-row">
239
+ <div class="btn minus">
240
+ <svg viewBox="0 0 64 64">
241
+ <path d="M12 32 H52"></path>
242
+ </svg>
243
+ </div>
244
+ <div class="count">6000</div>
245
+ <div class="btn plus">
246
+ <svg viewBox="0 0 64 64">
247
+ <path d="M32 12 V52"></path>
248
+ <path d="M12 32 H52"></path>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+ <div class="steps-label">steps a day</div>
253
+ </div>
254
+
255
+ <!-- Home indicator -->
256
+ <div class="home-indicator"></div>
257
+
258
+ </div>
259
+ </body>
260
+ </html>
code/19879/19879_6.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>Steps Goal UI</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: #202124;
20
+ color: #EDEDED;
21
+ }
22
+ .status-bar {
23
+ position: absolute;
24
+ top: 24px;
25
+ left: 36px;
26
+ right: 36px;
27
+ height: 72px;
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ color: #EDEDED;
32
+ opacity: 0.95;
33
+ }
34
+ .status-left {
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 16px;
38
+ font-size: 36px;
39
+ font-weight: 500;
40
+ }
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ }
46
+ .top-controls {
47
+ position: absolute;
48
+ top: 140px;
49
+ left: 36px;
50
+ right: 36px;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: space-between;
54
+ }
55
+ .top-left {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 16px;
59
+ }
60
+ .top-right {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 28px;
64
+ }
65
+ .link {
66
+ color: #7BA3FF;
67
+ font-size: 40px;
68
+ font-weight: 600;
69
+ }
70
+ .title {
71
+ position: absolute;
72
+ top: 520px;
73
+ width: 100%;
74
+ text-align: center;
75
+ font-size: 84px;
76
+ font-weight: 600;
77
+ letter-spacing: 0.5px;
78
+ color: #EDEDED;
79
+ }
80
+ .subtitle {
81
+ position: absolute;
82
+ top: 640px;
83
+ left: 90px;
84
+ width: 900px;
85
+ text-align: center;
86
+ font-size: 40px;
87
+ line-height: 60px;
88
+ color: #A1A6AB;
89
+ }
90
+ .counter-area {
91
+ position: absolute;
92
+ top: 1480px;
93
+ left: 0;
94
+ right: 0;
95
+ display: flex;
96
+ flex-direction: column;
97
+ align-items: center;
98
+ }
99
+ .counter-row {
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 200px;
103
+ margin-bottom: 20px;
104
+ }
105
+ .count {
106
+ font-size: 90px;
107
+ font-weight: 700;
108
+ letter-spacing: 2px;
109
+ color: #FAFAFA;
110
+ }
111
+ .count-label {
112
+ font-size: 36px;
113
+ color: #A1A6AB;
114
+ }
115
+ .icon-btn {
116
+ width: 80px;
117
+ height: 80px;
118
+ display: inline-flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ }
122
+ .icon-stroke {
123
+ stroke: #7BA3FF;
124
+ }
125
+ .icon-stroke-light {
126
+ stroke: #EDEDED;
127
+ }
128
+ .dots circle {
129
+ fill: #EDEDED;
130
+ }
131
+ /* bottom home indicator area */
132
+ .bottom-bar {
133
+ position: absolute;
134
+ bottom: 0;
135
+ left: 0;
136
+ width: 1080px;
137
+ height: 160px;
138
+ background: #000000;
139
+ }
140
+ .home-pill {
141
+ position: absolute;
142
+ bottom: 40px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 320px;
146
+ height: 14px;
147
+ background: #EDEDED;
148
+ border-radius: 10px;
149
+ opacity: 0.8;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div class="status-left">
158
+ <span>12:50</span>
159
+ <!-- simple message icon -->
160
+ <svg width="40" height="40" viewBox="0 0 24 24">
161
+ <path d="M3 4h18v12H8l-5 4V4z" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linejoin="round"/>
162
+ </svg>
163
+ </div>
164
+ <div class="status-right">
165
+ <!-- WiFi icon -->
166
+ <svg width="42" height="42" viewBox="0 0 24 24">
167
+ <path d="M2 8c5-4 15-4 20 0" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
168
+ <path d="M5 12c3-3 11-3 14 0" fill="none" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
169
+ <circle cx="12" cy="16" r="2" fill="#EDEDED"/>
170
+ </svg>
171
+ <!-- Battery icon -->
172
+ <svg width="42" height="42" viewBox="0 0 24 24">
173
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#EDEDED" stroke-width="2"/>
174
+ <rect x="5" y="8" width="12" height="8" fill="#EDEDED"/>
175
+ <rect x="19" y="10" width="2" height="4" fill="#EDEDED"/>
176
+ </svg>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Top controls -->
181
+ <div class="top-controls">
182
+ <div class="top-left">
183
+ <!-- Close (X) icon -->
184
+ <svg class="icon-btn" viewBox="0 0 24 24">
185
+ <path d="M5 5L19 19M19 5L5 19" fill="none" stroke="#EDEDED" stroke-width="2.8" stroke-linecap="round"/>
186
+ </svg>
187
+ </div>
188
+ <div class="top-right">
189
+ <span class="link">Set goal</span>
190
+ <!-- Kebab menu -->
191
+ <svg width="32" height="64" class="dots" viewBox="0 0 8 24">
192
+ <circle cx="4" cy="4" r="2"/>
193
+ <circle cx="4" cy="12" r="2"/>
194
+ <circle cx="4" cy="20" r="2"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Title and description -->
200
+ <div class="title">Steps</div>
201
+ <div class="subtitle">
202
+ Keep moving each day to meet your steps goal and<br/>
203
+ avoid sedentary time
204
+ </div>
205
+
206
+ <!-- Counter area -->
207
+ <div class="counter-area">
208
+ <div class="counter-row">
209
+ <!-- Minus -->
210
+ <svg class="icon-btn" viewBox="0 0 24 24">
211
+ <path d="M5 12h14" fill="none" class="icon-stroke" stroke-width="3.5" stroke-linecap="round"/>
212
+ </svg>
213
+ <div class="count">7000</div>
214
+ <!-- Plus -->
215
+ <svg class="icon-btn" viewBox="0 0 24 24">
216
+ <path d="M12 5v14M5 12h14" fill="none" class="icon-stroke" stroke-width="3.5" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="count-label">steps a day</div>
220
+ </div>
221
+
222
+ <!-- Bottom home indicator -->
223
+ <div class="bottom-bar">
224
+ <div class="home-pill"></div>
225
+ </div>
226
+ </div>
227
+ </body>
228
+ </html>
code/19879/19879_7.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Steps Goal UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Roboto, Arial, sans-serif;
13
+ color: #EAEAEA;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #212224;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ right: 0;
29
+ height: 120px;
30
+ padding: 0 40px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #FFFFFF;
35
+ font-size: 38px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-left {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 18px;
42
+ }
43
+ .status-right {
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 28px;
47
+ }
48
+ .icon-wifi, .icon-battery {
49
+ width: 46px;
50
+ height: 32px;
51
+ }
52
+
53
+ /* Top actions */
54
+ .top-actions {
55
+ position: absolute;
56
+ top: 140px;
57
+ left: 0;
58
+ right: 0;
59
+ padding: 0 40px;
60
+ display: flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ }
64
+ .close-btn {
65
+ width: 72px;
66
+ height: 72px;
67
+ }
68
+ .set-goal {
69
+ color: #8AB4F8;
70
+ font-size: 42px;
71
+ }
72
+ .kebab {
73
+ width: 36px;
74
+ height: 72px;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ }
79
+ .kebab span {
80
+ width: 10px;
81
+ height: 10px;
82
+ background: #CFCFCF;
83
+ border-radius: 50%;
84
+ display: block;
85
+ margin: 6px 0;
86
+ }
87
+
88
+ /* Title and description */
89
+ .title-block {
90
+ position: absolute;
91
+ top: 700px;
92
+ left: 50%;
93
+ transform: translateX(-50%);
94
+ width: 920px;
95
+ text-align: center;
96
+ }
97
+ .title-block h1 {
98
+ margin: 0 0 40px 0;
99
+ font-size: 72px;
100
+ font-weight: 500;
101
+ color: #E5E5E5;
102
+ }
103
+ .title-block p {
104
+ margin: 0;
105
+ font-size: 36px;
106
+ line-height: 1.6;
107
+ color: #9AA0A6;
108
+ }
109
+
110
+ /* Goal selector */
111
+ .goal-selector {
112
+ position: absolute;
113
+ top: 1520px;
114
+ left: 50%;
115
+ transform: translateX(-50%);
116
+ width: 800px;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ gap: 120px;
121
+ }
122
+ .selector-btn {
123
+ width: 56px;
124
+ height: 56px;
125
+ }
126
+ .selector-btn svg {
127
+ width: 100%;
128
+ height: 100%;
129
+ }
130
+ .goal-value {
131
+ text-align: center;
132
+ }
133
+ .goal-value .number {
134
+ font-size: 110px;
135
+ font-weight: 500;
136
+ letter-spacing: 1px;
137
+ color: #EDEDED;
138
+ line-height: 1;
139
+ }
140
+ .goal-value .sub {
141
+ margin-top: 18px;
142
+ font-size: 36px;
143
+ color: #9AA0A6;
144
+ }
145
+
146
+ /* Bottom gesture bar */
147
+ .bottom-safe {
148
+ position: absolute;
149
+ left: 0;
150
+ right: 0;
151
+ bottom: 0;
152
+ height: 140px;
153
+ background: #0B0B0B;
154
+ display: flex;
155
+ align-items: center;
156
+ justify-content: center;
157
+ }
158
+ .home-pill {
159
+ width: 300px;
160
+ height: 16px;
161
+ background: #EDEDED;
162
+ border-radius: 12px;
163
+ opacity: 0.9;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+ <!-- Status Bar -->
170
+ <div class="status-bar">
171
+ <div class="status-left">
172
+ <div>12:50</div>
173
+ <div style="font-weight: 600;">M</div>
174
+ </div>
175
+ <div class="status-right">
176
+ <!-- Simple wifi icon -->
177
+ <svg class="icon-wifi" viewBox="0 0 24 24" fill="none">
178
+ <path d="M2 8c6-6 14-6 20 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
179
+ <path d="M6 12c4-4 8-4 12 0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
180
+ <circle cx="12" cy="16" r="2" fill="#FFFFFF"/>
181
+ </svg>
182
+ <!-- Simple battery with bolt -->
183
+ <svg class="icon-battery" viewBox="0 0 28 16" fill="none">
184
+ <rect x="1" y="2" width="22" height="12" rx="2" stroke="#FFFFFF" stroke-width="2"/>
185
+ <rect x="24" y="6" width="3" height="4" fill="#FFFFFF"/>
186
+ <path d="M10 4l-2 4h3l-2 4 6-8h-5z" fill="#FFFFFF"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Top actions -->
192
+ <div class="top-actions">
193
+ <!-- Close icon -->
194
+ <svg class="close-btn" viewBox="0 0 24 24">
195
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#E0E0E0" stroke-width="2.4" stroke-linecap="round"/>
196
+ </svg>
197
+
198
+ <div style="display:flex; align-items:center; gap:30px;">
199
+ <div class="set-goal">Set goal</div>
200
+ <div class="kebab">
201
+ <span></span>
202
+ <span></span>
203
+ <span></span>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Title and description -->
209
+ <div class="title-block">
210
+ <h1>Steps</h1>
211
+ <p>Keep moving each day to meet your steps goal and<br>avoid sedentary time</p>
212
+ </div>
213
+
214
+ <!-- Goal selector -->
215
+ <div class="goal-selector">
216
+ <!-- minus -->
217
+ <div class="selector-btn">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M5 12 H19" stroke="#8AB4F8" stroke-width="3.2" stroke-linecap="round"/>
220
+ </svg>
221
+ </div>
222
+
223
+ <div class="goal-value">
224
+ <div class="number">7500</div>
225
+ <div class="sub">steps a day</div>
226
+ </div>
227
+
228
+ <!-- plus -->
229
+ <div class="selector-btn">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M12 5 V19 M5 12 H19" stroke="#8AB4F8" stroke-width="3.2" stroke-linecap="round"/>
232
+ </svg>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Bottom gesture area -->
237
+ <div class="bottom-safe">
238
+ <div class="home-pill"></div>
239
+ </div>
240
+ </div>
241
+ </body>
242
+ </html>
code/19879/19879_8.html ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Steps Goal 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;
15
+ color: #E8EAED;
16
+ font-family: Roboto, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 32px;
23
+ left: 40px;
24
+ right: 40px;
25
+ height: 80px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #F1F3F4;
30
+ font-size: 40px;
31
+ letter-spacing: 1px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 28px;
42
+ }
43
+ .icon {
44
+ display: inline-flex;
45
+ align-items: center;
46
+ justify-content: center;
47
+ }
48
+
49
+ /* Top actions row */
50
+ .top-actions {
51
+ position: absolute;
52
+ top: 160px;
53
+ left: 40px;
54
+ right: 40px;
55
+ height: 100px;
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ }
60
+ .close-btn {
61
+ width: 56px;
62
+ height: 56px;
63
+ }
64
+ .right-actions {
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 28px;
68
+ }
69
+ .set-goal {
70
+ color: #8AB4F8;
71
+ font-size: 40px;
72
+ }
73
+
74
+ /* Title section */
75
+ .title {
76
+ position: absolute;
77
+ top: 600px;
78
+ left: 0;
79
+ width: 100%;
80
+ text-align: center;
81
+ font-size: 72px;
82
+ font-weight: 500;
83
+ color: #E8EAED;
84
+ }
85
+ .subtitle {
86
+ position: absolute;
87
+ top: 700px;
88
+ left: 120px;
89
+ width: 840px;
90
+ text-align: center;
91
+ font-size: 36px;
92
+ line-height: 1.5;
93
+ color: #9AA0A6;
94
+ }
95
+
96
+ /* Counter section */
97
+ .counter {
98
+ position: absolute;
99
+ top: 1500px;
100
+ left: 0;
101
+ width: 100%;
102
+ display: flex;
103
+ align-items: center;
104
+ justify-content: center;
105
+ gap: 220px;
106
+ }
107
+ .counter .ctrl {
108
+ width: 84px;
109
+ height: 84px;
110
+ }
111
+ .count {
112
+ font-size: 96px;
113
+ font-weight: 500;
114
+ letter-spacing: 2px;
115
+ color: #ECEFF1;
116
+ }
117
+ .count-sub {
118
+ position: absolute;
119
+ top: 1610px;
120
+ left: 0;
121
+ width: 100%;
122
+ text-align: center;
123
+ font-size: 34px;
124
+ color: #9AA0A6;
125
+ }
126
+
127
+ /* Home indicator */
128
+ .home-indicator {
129
+ position: absolute;
130
+ bottom: 56px;
131
+ left: 50%;
132
+ transform: translateX(-50%);
133
+ width: 320px;
134
+ height: 12px;
135
+ background: #FFFFFF;
136
+ opacity: 0.9;
137
+ border-radius: 12px;
138
+ }
139
+ </style>
140
+ </head>
141
+ <body>
142
+ <div id="render-target">
143
+
144
+ <!-- Status Bar -->
145
+ <div class="status-bar">
146
+ <div class="status-left">
147
+ <div>12:50</div>
148
+ <div class="icon" style="width:42px;height:42px;border:2px solid #F1F3F4;border-radius:8px;font-size:26px;color:#F1F3F4;">M</div>
149
+ </div>
150
+ <div class="status-right">
151
+ <!-- Wi-Fi icon -->
152
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24">
153
+ <path d="M2 8c5-4 15-4 20 0M6 12c3-3 9-3 12 0M10 16c2-2 4-2 6 0M12 19a2 2 0 1 0 0.01 0" fill="none" stroke="#F1F3F4" stroke-width="2" stroke-linecap="round"/>
154
+ </svg>
155
+ <!-- Battery icon -->
156
+ <svg class="icon" width="48" height="48" viewBox="0 0 24 24">
157
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2" fill="none" stroke="#F1F3F4" stroke-width="2"/>
158
+ <rect x="5" y="9" width="12" height="6" fill="#F1F3F4"/>
159
+ <rect x="20" y="10" width="2" height="4" fill="#F1F3F4"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Top actions -->
165
+ <div class="top-actions">
166
+ <!-- Close (X) -->
167
+ <svg class="close-btn" viewBox="0 0 24 24">
168
+ <path d="M4 4L20 20M20 4L4 20" stroke="#E8EAED" stroke-width="2.5" stroke-linecap="round"/>
169
+ </svg>
170
+
171
+ <div class="right-actions">
172
+ <div class="set-goal">Set goal</div>
173
+ <!-- Vertical more (kebab) -->
174
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24">
175
+ <circle cx="12" cy="5" r="2.2" fill="#E8EAED"/>
176
+ <circle cx="12" cy="12" r="2.2" fill="#E8EAED"/>
177
+ <circle cx="12" cy="19" r="2.2" fill="#E8EAED"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Title and subtitle -->
183
+ <div class="title">Steps</div>
184
+ <div class="subtitle">
185
+ Keep moving each day to meet your steps goal and
186
+ avoid sedentary time
187
+ </div>
188
+
189
+ <!-- Counter section -->
190
+ <div class="counter">
191
+ <!-- Minus -->
192
+ <svg class="ctrl" viewBox="0 0 24 24">
193
+ <path d="M5 12H19" stroke="#8AB4F8" stroke-width="3.5" stroke-linecap="round"/>
194
+ </svg>
195
+
196
+ <div class="count">8000</div>
197
+
198
+ <!-- Plus -->
199
+ <svg class="ctrl" viewBox="0 0 24 24">
200
+ <path d="M12 5V19M5 12H19" stroke="#8AB4F8" stroke-width="3.5" stroke-linecap="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="count-sub">steps a day</div>
204
+
205
+ <!-- Home indicator -->
206
+ <div class="home-indicator"></div>
207
+ </div>
208
+ </body>
209
+ </html>
code/19879/19879_9.html ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Profile Screen</title>
7
+ <style>
8
+ :root{
9
+ --bg:#212427;
10
+ --text:#E9ECEF;
11
+ --muted:#A9B0B7;
12
+ --card-border:#9AA0A6;
13
+ --card-bg:#26292C;
14
+ --accent:#6EA3FF;
15
+ --divider:#3a3d41;
16
+ }
17
+ body{ margin:0; padding:0; background:transparent; font-family: "Segoe UI", Roboto, system-ui, -apple-system, Arial, sans-serif; }
18
+ #render-target{
19
+ width:1080px; height:2400px; position:relative; overflow:hidden;
20
+ background:var(--bg);
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar{
25
+ position:absolute; top:0; left:0; right:0; height:120px; padding:0 36px;
26
+ display:flex; align-items:center; justify-content:space-between; color:var(--text);
27
+ font-weight:600; font-size:40px;
28
+ }
29
+ .status-left{ display:flex; align-items:center; gap:20px;}
30
+ .status-right{ display:flex; align-items:center; gap:28px;}
31
+ .icon{ width:44px; height:44px; }
32
+ .wifi svg, .battery svg{ fill:#fff; }
33
+ .battery svg{ stroke:#fff; stroke-width:6px; fill:none; }
34
+
35
+ /* Header area */
36
+ .header{
37
+ position:absolute; top:120px; left:0; right:0; height:520px; padding:80px 72px 0 72px;
38
+ }
39
+ .header h1{
40
+ margin:0; color:#fff; font-size:120px; font-weight:300; letter-spacing:0.5px;
41
+ }
42
+ .header-tools{
43
+ position:absolute; right:72px; top:180px; display:flex; align-items:center; gap:36px;
44
+ }
45
+ .tool-btn{
46
+ width:88px; height:88px; border-radius:44px; display:flex; align-items:center; justify-content:center;
47
+ background:#2b2e31; color:#fff; box-shadow:0 0 0 2px #404449 inset;
48
+ }
49
+ .avatar{
50
+ width:88px; height:88px; border-radius:44px; background:#3D7BFF; color:#fff; display:flex; align-items:center; justify-content:center;
51
+ font-weight:700; font-size:44px;
52
+ }
53
+
54
+ /* Sections */
55
+ .content{ position:absolute; top:620px; left:0; right:0; padding:0 60px; }
56
+ .section-title{
57
+ color:#fff; font-size:44px; font-weight:500; margin:0 0 24px 12px;
58
+ }
59
+ .divider{ height:2px; background:var(--divider); margin:24px 0; }
60
+
61
+ /* Cards */
62
+ .row{ display:flex; gap:40px; flex-wrap:wrap; }
63
+ .card{
64
+ position:relative; width:460px; min-height:166px; border-radius:24px;
65
+ background:var(--card-bg); border:2px solid var(--card-border);
66
+ padding:36px 28px; color:var(--text);
67
+ }
68
+ .card.selected{ border-color:var(--accent); box-shadow:0 0 0 2px rgba(110,163,255,0.35) inset; }
69
+ .card .label{
70
+ position:absolute; top:-18px; left:24px; padding:0 12px; background:var(--bg);
71
+ color:var(--muted); font-size:32px;
72
+ }
73
+ .card .value{ font-size:56px; font-weight:600; letter-spacing:0.5px; }
74
+ .card .muted{ color:#8C9299; }
75
+ .dropdown{
76
+ position:absolute; right:22px; top:50%; transform:translateY(-50%);
77
+ width:44px; height:44px; display:flex; align-items:center; justify-content:center;
78
+ }
79
+ .dropdown svg{ fill:#8C9299; }
80
+
81
+ /* Toggle */
82
+ .toggle-line{ display:flex; align-items:center; justify-content:space-between; padding:0 12px; }
83
+ .switch{
84
+ width:116px; height:56px; border-radius:28px; background:#5a5d61; position:relative;
85
+ }
86
+ .switch::after{
87
+ content:""; position:absolute; top:6px; left:8px; width:44px; height:44px; border-radius:22px; background:#C9CCD1;
88
+ }
89
+
90
+ /* About you grid */
91
+ .grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:40px; }
92
+
93
+ /* Bottom navigation */
94
+ .bottom-bar{
95
+ position:absolute; left:0; right:0; bottom:0; height:190px; background:#2a2d30;
96
+ display:flex; align-items:flex-end; padding-bottom:24px;
97
+ box-shadow:0 -2px 0 #1d2023 inset;
98
+ }
99
+ .nav-items{
100
+ display:flex; justify-content:space-around; align-items:center; width:100%;
101
+ }
102
+ .nav-item{ width:220px; text-align:center; color:#B6BBC1; }
103
+ .nav-item .nav-icon{ width:64px; height:64px; margin:0 auto 14px auto; }
104
+ .nav-item.active{ color:#77A2FF; }
105
+ .gesture{
106
+ position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
107
+ width:260px; height:12px; border-radius:6px; background:#EDEDED;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div class="status-left">
117
+ <span>12:51</span>
118
+ <span style="font-weight:700;">M</span>
119
+ </div>
120
+ <div class="status-right">
121
+ <div class="wifi icon">
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M12 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"></path>
124
+ <path d="M2 9c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
125
+ <path d="M5 12c4-3 10-3 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
126
+ <path d="M8 15c2-1 6-1 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
127
+ </svg>
128
+ </div>
129
+ <div class="battery icon">
130
+ <svg viewBox="0 0 28 22">
131
+ <rect x="2" y="2" width="20" height="18" rx="3"></rect>
132
+ <rect x="22" y="7" width="4" height="8" rx="2" fill="#fff" stroke="none"></rect>
133
+ <rect x="5" y="5" width="14" height="12" fill="#fff" stroke="none"></rect>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Header -->
140
+ <div class="header">
141
+ <h1>Profile</h1>
142
+ <div class="header-tools">
143
+ <div class="tool-btn">
144
+ <svg class="icon" viewBox="0 0 24 24">
145
+ <circle cx="12" cy="12" r="4" fill="#fff"></circle>
146
+ <path d="M12 2v3M12 19v3M2 12h3M19 12h3M4.6 4.6l2.1 2.1M17.3 17.3l2.1 2.1M4.6 19.4l2.1-2.1M17.3 6.7l2.1-2.1"
147
+ stroke="#fff" stroke-width="2" stroke-linecap="round"></path>
148
+ </svg>
149
+ </div>
150
+ <div class="avatar">N</div>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Content -->
155
+ <div class="content">
156
+ <div class="section-title">Activity goals</div>
157
+
158
+ <div class="row">
159
+ <div class="card selected">
160
+ <div class="label">Steps</div>
161
+ <div class="value">8,000</div>
162
+ <div class="dropdown">
163
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
164
+ </div>
165
+ </div>
166
+ <div class="card">
167
+ <div class="label">Heart Points</div>
168
+ <div class="value">30</div>
169
+ <div class="dropdown">
170
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <div class="divider" style="margin-top:40px;"></div>
176
+
177
+ <div class="toggle-line">
178
+ <div class="section-title" style="margin:0 0 0 12px;">Bedtime schedule</div>
179
+ <div class="switch"></div>
180
+ </div>
181
+
182
+ <div class="row" style="margin-top:26px;">
183
+ <div class="card">
184
+ <div class="label">Get in bed</div>
185
+ <div class="value muted">11:00 PM</div>
186
+ <div class="dropdown">
187
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
188
+ </div>
189
+ </div>
190
+ <div class="card">
191
+ <div class="label">Wake up</div>
192
+ <div class="value muted">7:00 AM</div>
193
+ <div class="dropdown">
194
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
195
+ </div>
196
+ </div>
197
+ </div>
198
+
199
+ <div class="divider" style="margin:40px 0;"></div>
200
+ <div class="section-title">About you</div>
201
+
202
+ <div class="grid" style="margin-top:12px;">
203
+ <div class="card">
204
+ <div class="label">Gender</div>
205
+ <div class="value">Female</div>
206
+ <div class="dropdown">
207
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
208
+ </div>
209
+ </div>
210
+ <div class="card">
211
+ <div class="label">Birthday</div>
212
+ <div class="value">Nov 11, 2005</div>
213
+ <div class="dropdown">
214
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
215
+ </div>
216
+ </div>
217
+ <div class="card">
218
+ <div class="label">Weight</div>
219
+ <div class="value">155.9 lb</div>
220
+ <div class="dropdown">
221
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
222
+ </div>
223
+ </div>
224
+ <div class="card">
225
+ <div class="label">Height</div>
226
+ <div class="value">5'5"</div>
227
+ <div class="dropdown">
228
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" /></svg>
229
+ </div>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Bottom Navigation -->
235
+ <div class="bottom-bar">
236
+ <div class="nav-items">
237
+ <div class="nav-item">
238
+ <div class="nav-icon">
239
+ <svg viewBox="0 0 24 24" width="64" height="64">
240
+ <circle cx="12" cy="12" r="9" stroke="#B6BBC1" stroke-width="2" fill="none"></circle>
241
+ <path d="M12 6v6l4 2" stroke="#B6BBC1" stroke-width="2" fill="none" stroke-linecap="round"></path>
242
+ </svg>
243
+ </div>
244
+ </div>
245
+ <div class="nav-item">
246
+ <div class="nav-icon">
247
+ <svg viewBox="0 0 24 24">
248
+ <rect x="5" y="4" width="14" height="16" rx="2" stroke="#B6BBC1" stroke-width="2" fill="none"></rect>
249
+ <line x1="8" y1="8" x2="16" y2="8" stroke="#B6BBC1" stroke-width="2"></line>
250
+ <line x1="8" y1="12" x2="16" y2="12" stroke="#B6BBC1" stroke-width="2"></line>
251
+ <line x1="8" y1="16" x2="13" y2="16" stroke="#B6BBC1" stroke-width="2"></line>
252
+ </svg>
253
+ </div>
254
+ </div>
255
+ <div class="nav-item">
256
+ <div class="nav-icon">
257
+ <svg viewBox="0 0 24 24">
258
+ <line x1="5" y1="6" x2="19" y2="6" stroke="#B6BBC1" stroke-width="2"></line>
259
+ <line x1="5" y1="12" x2="19" y2="12" stroke="#B6BBC1" stroke-width="2"></line>
260
+ <line x1="5" y1="18" x2="14" y2="18" stroke="#B6BBC1" stroke-width="2"></line>
261
+ </svg>
262
+ </div>
263
+ </div>
264
+ <div class="nav-item active">
265
+ <div class="nav-icon">
266
+ <svg viewBox="0 0 24 24">
267
+ <circle cx="12" cy="8" r="4" fill="#77A2FF"></circle>
268
+ <path d="M4 20c1.5-4 6.5-4 8-4s6.5 0 8 4" stroke="#77A2FF" stroke-width="2" fill="none" stroke-linecap="round"></path>
269
+ </svg>
270
+ </div>
271
+ <div style="font-size:32px;">Profile</div>
272
+ </div>
273
+ </div>
274
+ <div class="gesture"></div>
275
+ </div>
276
+
277
+ </div>
278
+ </body>
279
+ </html>
code/1988/1988_0.html ADDED
@@ -0,0 +1,326 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 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: radial-gradient(1200px 1200px at 85% 65%, rgba(40,60,45,0.45), transparent 60%),
15
+ radial-gradient(1300px 1300px at 15% 40%, rgba(20,30,25,0.35), transparent 55%),
16
+ linear-gradient(180deg, #6e8575 0%, #5f7868 45%, #546d5f 100%);
17
+ font-family: "Roboto", "Inter", Arial, sans-serif;
18
+ color: #fff;
19
+ }
20
+
21
+ /* Subtle glossy arcs to mimic wallpaper shapes */
22
+ .arc {
23
+ position: absolute;
24
+ width: 1600px; height: 1600px;
25
+ border-radius: 50%;
26
+ border: 8px solid rgba(20,30,25,0.35);
27
+ top: 520px; left: 700px;
28
+ transform: rotate(18deg);
29
+ filter: blur(0.2px);
30
+ }
31
+ .arc.small {
32
+ width: 1100px; height: 1100px;
33
+ top: 900px; left: -250px;
34
+ border-color: rgba(10,20,15,0.25);
35
+ }
36
+
37
+ /* Status bar */
38
+ .status-bar {
39
+ position: absolute;
40
+ top: 26px;
41
+ left: 36px;
42
+ right: 36px;
43
+ height: 48px;
44
+ display: flex;
45
+ align-items: center;
46
+ justify-content: space-between;
47
+ font-size: 34px;
48
+ letter-spacing: 0.5px;
49
+ opacity: 0.95;
50
+ }
51
+ .status-right {
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 26px;
55
+ }
56
+ .icon {
57
+ display: inline-flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .icon svg { display: block; }
62
+
63
+ /* Date & weather */
64
+ .date-weather {
65
+ position: absolute;
66
+ top: 240px;
67
+ left: 64px;
68
+ }
69
+ .date-weather .date {
70
+ font-size: 90px;
71
+ font-weight: 500;
72
+ text-shadow: 0 1px 2px rgba(0,0,0,0.25);
73
+ }
74
+ .date-weather .weather {
75
+ margin-top: 20px;
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 18px;
79
+ font-size: 48px;
80
+ font-weight: 400;
81
+ color: #e9f3ea;
82
+ }
83
+
84
+ /* App grid */
85
+ .app-grid {
86
+ position: absolute;
87
+ left: 64px;
88
+ right: 64px;
89
+ bottom: 520px;
90
+ display: grid;
91
+ grid-template-columns: repeat(4, 1fr);
92
+ gap: 54px 40px;
93
+ justify-items: center;
94
+ }
95
+ .app {
96
+ text-align: center;
97
+ color: #ffffff;
98
+ text-shadow: 0 1px 2px rgba(0,0,0,0.25);
99
+ }
100
+ .app .bubble {
101
+ width: 160px;
102
+ height: 160px;
103
+ border-radius: 50%;
104
+ background: #ffffff;
105
+ box-shadow: 0 4px 16px rgba(0,0,0,0.25);
106
+ display: flex; align-items: center; justify-content: center;
107
+ }
108
+ .app .label {
109
+ margin-top: 22px;
110
+ font-size: 36px;
111
+ opacity: 0.95;
112
+ }
113
+
114
+ /* Dock / search bar */
115
+ .dock {
116
+ position: absolute;
117
+ left: 64px;
118
+ right: 64px;
119
+ bottom: 132px;
120
+ height: 132px;
121
+ background: #232627;
122
+ border-radius: 66px;
123
+ box-shadow: 0 10px 26px rgba(0,0,0,0.35);
124
+ display: flex;
125
+ align-items: center;
126
+ padding: 0 34px;
127
+ gap: 26px;
128
+ }
129
+ .dock .spacer { flex: 1; }
130
+ .dock .chip {
131
+ width: 94px; height: 94px; border-radius: 50%;
132
+ background: rgba(255,255,255,0.06);
133
+ display: flex; align-items: center; justify-content: center;
134
+ }
135
+
136
+ /* Gesture pill */
137
+ .gesture {
138
+ position: absolute;
139
+ bottom: 46px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 220px; height: 12px;
143
+ border-radius: 8px;
144
+ background: rgba(255,255,255,0.65);
145
+ }
146
+
147
+ /* Utility colors used in icons */
148
+ .c-red { fill: #ea4335; }
149
+ .c-yellow { fill: #fbbc05; }
150
+ .c-green { fill: #34a853; }
151
+ .c-blue { fill: #4285f4; }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+ <div class="arc"></div>
157
+ <div class="arc small"></div>
158
+
159
+ <!-- Status bar -->
160
+ <div class="status-bar">
161
+ <div class="time">11:48</div>
162
+ <div class="status-right">
163
+ <!-- Do not disturb -->
164
+ <span class="icon">
165
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff" opacity="0.9">
166
+ <path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-6 9h12v2H6z"/>
167
+ </svg>
168
+ </span>
169
+ <!-- Wi-Fi -->
170
+ <span class="icon">
171
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#fff" opacity="0.95">
172
+ <path d="M12 18.5 9.6 16.1a3.4 3.4 0 0 1 4.8 0L12 18.5Zm6-5.3a8.6 8.6 0 0 0-12 0l1.7 1.7a6.2 6.2 0 0 1 8.6 0L18 13.2Zm3.1-3.1a13 13 0 0 0-18.2 0l1.7 1.7a10.6 10.6 0 0 1 14.8 0l1.7-1.7Z"/>
173
+ </svg>
174
+ </span>
175
+ <!-- Battery -->
176
+ <span class="icon">
177
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
178
+ <path d="M17 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-1v1h-2v-1H7a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h10Zm0 2H7v6h10V9z"/>
179
+ </svg>
180
+ </span>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Date and weather -->
185
+ <div class="date-weather">
186
+ <div class="date">Thu, Aug 24</div>
187
+ <div class="weather">
188
+ <svg width="58" height="58" viewBox="0 0 24 24">
189
+ <circle cx="8" cy="9" r="4" fill="#ffde6a"/>
190
+ <path d="M6 18h9a4 4 0 1 0-.8-7.9A5.5 5.5 0 0 0 4.5 13 3 3 0 0 0 6 18Z" fill="#e6f3ff"/>
191
+ </svg>
192
+ <span>30°C</span>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- App grid -->
197
+ <div class="app-grid">
198
+ <!-- Play Store -->
199
+ <div class="app">
200
+ <div class="bubble">
201
+ <svg width="110" height="110" viewBox="0 0 24 24">
202
+ <path class="c-blue" d="M4 3l9 9-9 9V3z"/>
203
+ <path class="c-green" d="M13 12l4.5 4.5-2.5 1.4L10.5 12 15 7.5 17.5 9z"/>
204
+ <path class="c-yellow" d="M15 7.5 10.5 12 4 3l5.4 3z"/>
205
+ <path class="c-red" d="M10.5 12 17.5 15 13 12 17.5 9z" opacity="0.9"/>
206
+ </svg>
207
+ </div>
208
+ <div class="label">Play Store</div>
209
+ </div>
210
+
211
+ <!-- Gmail -->
212
+ <div class="app">
213
+ <div class="bubble">
214
+ <svg width="110" height="110" viewBox="0 0 24 24">
215
+ <path d="M3 6h18v12H3z" fill="#fff"/>
216
+ <path class="c-red" d="M3 7l9 6 9-6v-2l-9 6-9-6v2z"/>
217
+ <path class="c-blue" d="M3 7v11h3V9L3 7z"/>
218
+ <path class="c-green" d="M21 7v11h-3V9l3-2z"/>
219
+ <path class="c-yellow" d="M6 9l6 4 6-4-6 5.2L6 9z"/>
220
+ </svg>
221
+ </div>
222
+ <div class="label">Gmail</div>
223
+ </div>
224
+
225
+ <!-- Photos -->
226
+ <div class="app">
227
+ <div class="bubble">
228
+ <svg width="110" height="110" viewBox="0 0 24 24">
229
+ <path class="c-yellow" d="M12 3a4.5 4.5 0 0 1 0 9V3z"/>
230
+ <path class="c-red" d="M21 12a4.5 4.5 0 0 1-9 0h9z"/>
231
+ <path class="c-blue" d="M12 21a4.5 4.5 0 0 1 0-9v9z"/>
232
+ <path class="c-green" d="M3 12a4.5 4.5 0 0 1 9 0H3z"/>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Photos</div>
236
+ </div>
237
+
238
+ <!-- YouTube -->
239
+ <div class="app">
240
+ <div class="bubble">
241
+ <svg width="110" height="110" viewBox="0 0 24 24">
242
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="#ff0000"/>
243
+ <path d="M10 9v6l5-3-5-3z" fill="#fff"/>
244
+ </svg>
245
+ </div>
246
+ <div class="label">YouTube</div>
247
+ </div>
248
+
249
+ <!-- Phone -->
250
+ <div class="app">
251
+ <div class="bubble">
252
+ <svg width="110" height="110" viewBox="0 0 24 24">
253
+ <path d="M6 4h4l1 4-2.5 1.5a12 12 0 0 0 6 6L16 13l4 1v4a3 3 0 0 1-3 3A15 15 0 0 1 3 7a3 3 0 0 1 3-3z" fill="#2d77ff"/>
254
+ </svg>
255
+ </div>
256
+ <div class="label">Phone</div>
257
+ </div>
258
+
259
+ <!-- Messages -->
260
+ <div class="app">
261
+ <div class="bubble">
262
+ <svg width="110" height="110" viewBox="0 0 24 24">
263
+ <rect x="3" y="4" width="18" height="14" rx="3" fill="#2d77ff"/>
264
+ <rect x="7" y="9" width="10" height="2" fill="#fff"/>
265
+ <rect x="7" y="12" width="6" height="2" fill="#fff"/>
266
+ </svg>
267
+ </div>
268
+ <div class="label">Messages</div>
269
+ </div>
270
+
271
+ <!-- Chrome -->
272
+ <div class="app">
273
+ <div class="bubble">
274
+ <svg width="110" height="110" viewBox="0 0 24 24">
275
+ <circle cx="12" cy="12" r="4" fill="#4caf50"/>
276
+ <path class="c-red" d="M12 2a10 10 0 0 1 8.7 5H12a5 5 0 0 0-4.3 2.4L4.2 4.5A10 10 0 0 1 12 2z"/>
277
+ <path class="c-yellow" d="M2 12a10 10 0 0 1 2.2-6.5l3.5 5.9A5 5 0 0 0 12 17v5A10 10 0 0 1 2 12z"/>
278
+ <path class="c-blue" d="M12 22a10 10 0 0 0 8.7-15H12a5 5 0 0 0 0 10z"/>
279
+ </svg>
280
+ </div>
281
+ <div class="label">Chrome</div>
282
+ </div>
283
+
284
+ <!-- Camera -->
285
+ <div class="app">
286
+ <div class="bubble">
287
+ <svg width="110" height="110" viewBox="0 0 24 24">
288
+ <rect x="3" y="7" width="18" height="12" rx="2" fill="#2d77ff"/>
289
+ <circle cx="12" cy="13" r="4" fill="#fff"/>
290
+ <circle cx="12" cy="13" r="2.2" fill="#4b6cb7"/>
291
+ <rect x="7" y="5" width="5" height="3" rx="1.5" fill="#2d77ff"/>
292
+ </svg>
293
+ </div>
294
+ <div class="label">Camera</div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Search dock -->
299
+ <div class="dock">
300
+ <!-- Google G logo (simple quarters) -->
301
+ <div class="chip" style="background: #1f2223;">
302
+ <svg width="56" height="56" viewBox="0 0 24 24">
303
+ <path class="c-blue" d="M12 4a8 8 0 0 1 5.7 2.3l-2 2A4.9 4.9 0 0 0 12 7a5 5 0 0 0 0 10 4.6 4.6 0 0 0 4.6-3.4H12v-2h8a8 8 0 1 1-8-7z"/>
304
+ </svg>
305
+ </div>
306
+ <div class="spacer"></div>
307
+ <!-- Mic -->
308
+ <div class="chip">
309
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff">
310
+ <path 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.9V20h2v-2.1A7 7 0 0 0 19 11h-2z"/>
311
+ </svg>
312
+ </div>
313
+ <!-- Lens/Camera -->
314
+ <div class="chip">
315
+ <svg width="42" height="42" viewBox="0 0 24 24">
316
+ <rect x="4" y="6.5" width="16" height="11" rx="3" fill="#3ddc84"/>
317
+ <circle cx="12" cy="12" r="3.5" fill="#1d1f20"/>
318
+ <circle cx="12" cy="12" r="2" fill="#7fb1ff"/>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="gesture"></div>
324
+ </div>
325
+ </body>
326
+ </html>
code/1988/1988_1.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>Alarm UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #0f1512; color: #e7efe9;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 120px; padding: 0 32px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #e7efe9; font-weight: 500; font-size: 42px;
20
+ opacity: 0.95;
21
+ }
22
+ .status-icons { display: flex; gap: 26px; align-items: center; }
23
+ .status-icons svg { width: 44px; height: 44px; fill: none; stroke: #e7efe9; stroke-width: 3; opacity: 0.9; }
24
+
25
+ /* Header title */
26
+ .page-header {
27
+ position: absolute; top: 150px; left: 48px; right: 48px;
28
+ display: flex; align-items: center; justify-content: space-between;
29
+ }
30
+ .page-title { font-size: 72px; font-weight: 600; letter-spacing: 0.5px; color: #e6efe8; }
31
+ .menu-btn {
32
+ width: 22px; height: 90px; display: flex; align-items: center; justify-content: center;
33
+ }
34
+ .menu-btn svg { width: 24px; height: 24px; fill: #aab7af; }
35
+
36
+ /* Alarm cards */
37
+ .alarm-list { position: absolute; top: 260px; left: 48px; right: 48px; }
38
+ .alarm-card {
39
+ position: relative;
40
+ background: #141c17;
41
+ border-radius: 40px;
42
+ padding: 52px 180px 52px 52px;
43
+ margin-bottom: 42px;
44
+ box-shadow: 0 2px 0 #111713 inset;
45
+ color: #cbd6ce;
46
+ }
47
+ .alarm-time {
48
+ display: flex; align-items: baseline; gap: 22px;
49
+ color: #c6cec7;
50
+ }
51
+ .alarm-time .digits { font-size: 132px; font-weight: 500; letter-spacing: 2px; color: #c1cac2; }
52
+ .alarm-time .ampm { font-size: 44px; color: #aab4ad; font-weight: 600; }
53
+ .alarm-days { margin-top: 24px; font-size: 40px; color: #95a39a; }
54
+
55
+ /* Toggle */
56
+ .toggle {
57
+ position: absolute; right: 48px; bottom: 52px;
58
+ width: 188px; height: 92px; background: #26312c; border-radius: 46px;
59
+ }
60
+ .toggle .knob {
61
+ position: absolute; top: 11px; left: 11px;
62
+ width: 70px; height: 70px; background: #d6f4d3; border-radius: 50%;
63
+ transition: transform 0.2s ease;
64
+ box-shadow: 0 2px 0 rgba(0,0,0,0.2);
65
+ }
66
+ .toggle.on .knob { transform: translateX(98px); }
67
+
68
+ /* Collapse indicator */
69
+ .card-caret {
70
+ position: absolute; right: 48px; top: 38px;
71
+ width: 64px; height: 64px; border-radius: 32px; background: #2a332f;
72
+ display: flex; align-items: center; justify-content: center;
73
+ }
74
+ .card-caret svg { width: 28px; height: 28px; fill: none; stroke: #aab4ad; stroke-width: 4; }
75
+
76
+ /* Floating Action Button */
77
+ .fab {
78
+ position: absolute; left: 50%; transform: translateX(-50%);
79
+ bottom: 320px; width: 280px; height: 280px; border-radius: 50%;
80
+ background: #9fe4a8; display: flex; align-items: center; justify-content: center;
81
+ box-shadow: 0 10px 20px rgba(0,0,0,0.35);
82
+ }
83
+ .fab .plus { width: 80px; height: 80px; position: relative; }
84
+ .fab .plus:before, .fab .plus:after {
85
+ content: ""; position: absolute; background: #0f1512; left: 50%; top: 50%;
86
+ transform: translate(-50%, -50%);
87
+ }
88
+ .fab .plus:before { width: 8px; height: 80px; border-radius: 4px; }
89
+ .fab .plus:after { width: 80px; height: 8px; border-radius: 4px; }
90
+
91
+ /* Bottom navigation */
92
+ .bottom-nav {
93
+ position: absolute; left: 0; right: 0; bottom: 0;
94
+ height: 220px; background: #18211c; border-top-left-radius: 0; border-top-right-radius: 0;
95
+ display: flex; align-items: center; justify-content: space-around;
96
+ padding: 20px 24px 40px;
97
+ color: #cbd6ce;
98
+ }
99
+ .nav-item { width: 170px; text-align: center; }
100
+ .nav-icon-wrap {
101
+ width: 112px; height: 72px; margin: 0 auto 16px; border-radius: 36px;
102
+ display: flex; align-items: center; justify-content: center;
103
+ }
104
+ .nav-item.active .nav-icon-wrap { background: #26332c; }
105
+ .nav-item .label { font-size: 34px; color: #cbd6ce; }
106
+ .nav-item.active .label { color: #cfe0d8; }
107
+ .nav-item svg { width: 48px; height: 48px; stroke: #cbd6ce; fill: none; stroke-width: 3; }
108
+
109
+ /* Home indicator */
110
+ .home-indicator {
111
+ position: absolute; left: 50%; transform: translateX(-50%);
112
+ bottom: 18px; width: 320px; height: 12px; background: #e6e6e6; border-radius: 6px; opacity: 0.9;
113
+ }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <!-- Status bar -->
120
+ <div class="status-bar">
121
+ <div>11:50</div>
122
+ <div class="status-icons">
123
+ <!-- Do Not Disturb -->
124
+ <svg viewBox="0 0 24 24"><path d="M3 12h18"/></svg>
125
+ <!-- Wi-Fi -->
126
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0"/><path d="M5 12c3-3 11-3 14 0"/><path d="M9 16c2-2 4-2 6 0"/><circle cx="12" cy="19" r="1.5"/></svg>
127
+ <!-- Battery -->
128
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="20" height="12" rx="2"/><rect x="23" y="9" width="3" height="6" rx="1"/></svg>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Header -->
133
+ <div class="page-header">
134
+ <div class="page-title">Alarm</div>
135
+ <div class="menu-btn">
136
+ <svg viewBox="0 0 24 24">
137
+ <circle cx="12" cy="4" r="2"/>
138
+ <circle cx="12" cy="12" r="2"/>
139
+ <circle cx="12" cy="20" r="2"/>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+
144
+ <!-- Alarm cards -->
145
+ <div class="alarm-list">
146
+
147
+ <div class="alarm-card">
148
+ <div class="card-caret">
149
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
150
+ </div>
151
+ <div class="alarm-time">
152
+ <div class="digits">6:00</div>
153
+ <div class="ampm">AM</div>
154
+ </div>
155
+ <div class="alarm-days">Mon, Tue, Wed, Thu, Fri</div>
156
+ <div class="toggle on"><div class="knob"></div></div>
157
+ </div>
158
+
159
+ <div class="alarm-card">
160
+ <div class="card-caret">
161
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
162
+ </div>
163
+ <div class="alarm-time">
164
+ <div class="digits">8:30</div>
165
+ <div class="ampm">AM</div>
166
+ </div>
167
+ <div class="alarm-days">Mon, Tue, Wed, Thu, Fri</div>
168
+ <div class="toggle on"><div class="knob"></div></div>
169
+ </div>
170
+
171
+ <div class="alarm-card">
172
+ <div class="card-caret">
173
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
174
+ </div>
175
+ <div class="alarm-time">
176
+ <div class="digits">9:00</div>
177
+ <div class="ampm">AM</div>
178
+ </div>
179
+ <div class="alarm-days">Sun, Sat</div>
180
+ <div class="toggle on"><div class="knob"></div></div>
181
+ </div>
182
+
183
+ </div>
184
+
185
+ <!-- Floating Action Button -->
186
+ <div class="fab"><div class="plus"></div></div>
187
+
188
+ <!-- Bottom Navigation -->
189
+ <div class="bottom-nav">
190
+ <div class="nav-item active">
191
+ <div class="nav-icon-wrap">
192
+ <svg viewBox="0 0 24 24">
193
+ <circle cx="12" cy="13" r="6"/>
194
+ <path d="M5 5l2 2M19 5l-2 2"/>
195
+ <path d="M12 11v3l2 1"/>
196
+ </svg>
197
+ </div>
198
+ <div class="label">Alarm</div>
199
+ </div>
200
+
201
+ <div class="nav-item">
202
+ <div class="nav-icon-wrap">
203
+ <svg viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="8"/>
205
+ <path d="M12 7v6l4 2"/>
206
+ </svg>
207
+ </div>
208
+ <div class="label">Clock</div>
209
+ </div>
210
+
211
+ <div class="nav-item">
212
+ <div class="nav-icon-wrap">
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M8 4h8v4H8zM8 16h8v4H8z"/>
215
+ <path d="M12 8v8"/>
216
+ </svg>
217
+ </div>
218
+ <div class="label">Timer</div>
219
+ </div>
220
+
221
+ <div class="nav-item">
222
+ <div class="nav-icon-wrap">
223
+ <svg viewBox="0 0 24 24">
224
+ <circle cx="12" cy="12" r="8"/>
225
+ <path d="M7 5h10M12 7v5"/>
226
+ </svg>
227
+ </div>
228
+ <div class="label">Stopwatch</div>
229
+ </div>
230
+
231
+ <div class="nav-item">
232
+ <div class="nav-icon-wrap">
233
+ <svg viewBox="0 0 24 24">
234
+ <rect x="3" y="9" width="18" height="8" rx="2"/>
235
+ <path d="M6 9V7h4v2"/>
236
+ </svg>
237
+ </div>
238
+ <div class="label">Bedtime</div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="home-indicator"></div>
243
+
244
+ </div>
245
+ </body>
246
+ </html>
code/1988/1988_2.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Alarm Time Picker UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0b0d0b;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 24px; left: 24px; right: 24px; height: 48px; color: #eaeaea; font-size: 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ }
19
+ .status-icons { display: flex; align-items: center; gap: 28px; }
20
+ .icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; }
21
+ .icon svg { width: 40px; height: 40px; fill: #eaeaea; }
22
+
23
+ /* Page header */
24
+ .page-title {
25
+ position: absolute; top: 160px; left: 36px; font-size: 72px; color: #b7bdb7; letter-spacing: 0.5px;
26
+ }
27
+
28
+ /* Alarm cards backdrop */
29
+ .alarm-card {
30
+ position: absolute; left: 36px; right: 36px; top: 360px; height: 300px;
31
+ background: rgba(255,255,255,0.04); border-radius: 48px;
32
+ display: flex; align-items: center; padding: 60px; color: #cfd3cf;
33
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
34
+ }
35
+ .alarm-time { font-size: 160px; color: #e0e2df; opacity: 0.5; }
36
+ .alarm-am { font-size: 60px; margin-left: 18px; color: #9ea59e; opacity: 0.5; }
37
+ .card-chevron {
38
+ position: absolute; right: 40px; top: 40px; width: 64px; height: 64px; border-radius: 50%;
39
+ background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center;
40
+ }
41
+ .card-chevron svg { width: 28px; height: 28px; fill: #9ea59e; }
42
+
43
+ /* Floating action button (behind modal) */
44
+ .fab {
45
+ position: absolute; left: 50%; transform: translateX(-50%);
46
+ bottom: 300px; width: 180px; height: 180px; border-radius: 50%;
47
+ background: #4a6a53; color: #e8f6e9; font-size: 120px; line-height: 180px; text-align: center;
48
+ box-shadow: 0 14px 40px rgba(0,0,0,0.5);
49
+ }
50
+
51
+ /* Bottom navigation bar */
52
+ .bottom-nav {
53
+ position: absolute; left: 0; right: 0; bottom: 120px; height: 220px; background: rgba(255,255,255,0.03);
54
+ display: flex; justify-content: space-around; align-items: center; color: #9aa29a;
55
+ }
56
+ .nav-item { width: 180px; height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
57
+ .nav-item svg { width: 64px; height: 64px; }
58
+ .nav-item span { font-size: 40px; }
59
+ .nav-active { color: #9fd5a6; }
60
+ .gesture-bar {
61
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 44px; width: 360px; height: 14px;
62
+ background: #e6e6e6; border-radius: 8px; opacity: 0.8;
63
+ }
64
+
65
+ /* Modal: Time Picker */
66
+ .modal {
67
+ position: absolute; left: 50%; top: 560px; transform: translateX(-50%);
68
+ width: 920px; height: 1180px; background: #1f2a23; border-radius: 48px;
69
+ box-shadow: 0 28px 80px rgba(0,0,0,0.65);
70
+ color: #dfe5dd;
71
+ }
72
+ .modal-header {
73
+ padding: 40px 48px 20px 48px; font-size: 44px; color: #cdd5cc;
74
+ }
75
+ .time-row {
76
+ display: flex; align-items: center; gap: 28px; padding: 0 48px;
77
+ }
78
+ .time-box {
79
+ width: 260px; height: 160px; border-radius: 28px; display: flex; align-items: center; justify-content: center;
80
+ background: #0f4326; color: #bdf2c8; font-size: 140px; font-weight: bold;
81
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
82
+ }
83
+ .time-box.inactive {
84
+ background: #3b4540; color: #e9ece9;
85
+ }
86
+ .colon {
87
+ font-size: 120px; color: #cfd2cc; margin: 0 8px;
88
+ }
89
+ .ampm {
90
+ display: flex; flex-direction: column; gap: 16px;
91
+ }
92
+ .ampm-btn {
93
+ width: 140px; height: 74px; border-radius: 18px; border: 2px solid #8ea293;
94
+ display: flex; align-items: center; justify-content: center; font-size: 44px; color: #e5e9e3;
95
+ background: #111611;
96
+ }
97
+ .ampm-btn.active { background: #22535a; border-color: #5fa9b3; }
98
+
99
+ /* Clock dial */
100
+ .dial-wrap { padding: 28px 48px; }
101
+ .clock-dial {
102
+ width: 740px; height: 740px; margin: 0 auto; position: relative;
103
+ background: #2a322e; border-radius: 50%;
104
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
105
+ }
106
+ .dial-number {
107
+ position: absolute; font-size: 44px; color: #d4dad3;
108
+ }
109
+ /* Approximate positions */
110
+ .n12 { top: 18px; left: 50%; transform: translateX(-50%); }
111
+ .n1 { top: 90px; left: 560px; }
112
+ .n2 { top: 180px; left: 640px; }
113
+ .n3 { top: 330px; left: 690px; }
114
+ .n4 { top: 480px; left: 640px; }
115
+ .n5 { top: 580px; left: 560px; }
116
+ .n6 { bottom: 18px; left: 50%; transform: translateX(-50%); }
117
+ .n7 { top: 580px; left: 120px; }
118
+ .n8 { top: 480px; left: 40px; }
119
+ .n9 { top: 330px; left: -10px; }
120
+ .n10 { top: 180px; left: 40px; }
121
+ .n11 { top: 90px; left: 120px; }
122
+
123
+ /* Clock hand */
124
+ .hand {
125
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
126
+ width: 8px; height: 280px; background: #97d8a6;
127
+ }
128
+ .hand:before {
129
+ content: ""; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
130
+ width: 22px; height: 22px; background: #97d8a6; border-radius: 50%;
131
+ }
132
+ .hand:after {
133
+ content: ""; position: absolute; top: -60px; left: 50%; transform: translateX(-50%);
134
+ width: 120px; height: 120px; background: #97d8a6; border-radius: 50%;
135
+ box-shadow: 0 0 0 10px rgba(151,216,166,0.2);
136
+ }
137
+
138
+ /* Modal footer */
139
+ .modal-footer {
140
+ position: absolute; bottom: 40px; left: 48px; right: 48px;
141
+ display: flex; align-items: center; justify-content: space-between;
142
+ }
143
+ .kbd {
144
+ display: flex; align-items: center; gap: 16px; color: #b9c9b6; font-size: 42px;
145
+ }
146
+ .kbd .icon svg { width: 52px; height: 52px; fill: #b9c9b6; }
147
+ .actions { display: flex; gap: 48px; font-size: 48px; color: #bfe8c4; }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+
153
+ <!-- Status Bar -->
154
+ <div class="status-bar">
155
+ <div>11:51</div>
156
+ <div class="status-icons">
157
+ <div class="icon" title="Do Not Disturb">
158
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18zm-6 9h12v2H6v-2z"/></svg>
159
+ </div>
160
+ <div class="icon" title="Wi‑Fi">
161
+ <svg viewBox="0 0 24 24"><path d="M12 18l-2 2 2 2 2-2-2-2zm0-4c-2.2 0-4.2.8-5.8 2.2l1.8 1.8C9 16.9 10.4 16.4 12 16.4s3 .5 4 .6l1.8-1.8C16.2 14.8 14.2 14 12 14zm0-6c-4.3 0-8.2 1.6-11.3 4.2L2.5 13C5.2 10.9 8.5 9.8 12 9.8s6.8 1.1 9.5 3.2l1.8-1.8C20.2 9 16.3 8 12 8z"/></svg>
162
+ </div>
163
+ <div class="icon" title="Battery">
164
+ <svg viewBox="0 0 24 24"><path d="M2 7h16v10H2V7zm18 4h2v2h-2v-2z"/></svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Page Title -->
170
+ <div class="page-title">Alarm</div>
171
+
172
+ <!-- Backdrop alarm card -->
173
+ <div class="alarm-card">
174
+ <div class="alarm-time">6:00</div><div class="alarm-am">AM</div>
175
+ <div class="card-chevron">
176
+ <svg viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
177
+ </div>
178
+ </div>
179
+
180
+ <!-- Floating action button (behind modal) -->
181
+ <div class="fab">+</div>
182
+
183
+ <!-- Modal -->
184
+ <div class="modal">
185
+ <div class="modal-header">Select time</div>
186
+ <div class="time-row">
187
+ <div class="time-box">12</div>
188
+ <div class="colon">:</div>
189
+ <div class="time-box inactive">00</div>
190
+ <div class="ampm">
191
+ <div class="ampm-btn">AM</div>
192
+ <div class="ampm-btn active">PM</div>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="dial-wrap">
197
+ <div class="clock-dial">
198
+ <div class="hand"></div>
199
+ <div class="dial-number n12">12</div>
200
+ <div class="dial-number n1">1</div>
201
+ <div class="dial-number n2">2</div>
202
+ <div class="dial-number n3">3</div>
203
+ <div class="dial-number n4">4</div>
204
+ <div class="dial-number n5">5</div>
205
+ <div class="dial-number n6">6</div>
206
+ <div class="dial-number n7">7</div>
207
+ <div class="dial-number n8">8</div>
208
+ <div class="dial-number n9">9</div>
209
+ <div class="dial-number n10">10</div>
210
+ <div class="dial-number n11">11</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="modal-footer">
215
+ <div class="kbd">
216
+ <div class="icon">
217
+ <svg viewBox="0 0 24 24"><path d="M3 7h18v10H3V7zm2 2v2h2V9H5zm3 0v2h2V9H8zm3 0v2h2V9h-2zm3 0v2h2V9h-2zm3 0v2h2V9h-2zM5 13v2h2v-2H5zm3 0v2h2v-2H8zm3 0v2h2v-2h-2zm3 0v2h2v-2h-2z"/></svg>
218
+ </div>
219
+ <span>Keyboard</span>
220
+ </div>
221
+ <div class="actions">
222
+ <span>Cancel</span>
223
+ <span>OK</span>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Bottom Navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item nav-active">
231
+ <svg viewBox="0 0 24 24"><path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8V7h-2v5h4v-2h-2z"/></svg>
232
+ <span>Alarm</span>
233
+ </div>
234
+ <div class="nav-item">
235
+ <svg viewBox="0 0 24 24"><path d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm1 8h5v2h-7V7h2v5z"/></svg>
236
+ <span>Clock</span>
237
+ </div>
238
+ <div class="nav-item">
239
+ <svg viewBox="0 0 24 24"><path d="M12 2l2 3h6v2H12L8 4H4V2h8zM6 8h12v12H6V8zm2 2v8h8v-8H8z"/></svg>
240
+ <span>Timer</span>
241
+ </div>
242
+ <div class="nav-item">
243
+ <svg viewBox="0 0 24 24"><path d="M7 3h10v2H7V3zm5 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm0 2a6 6 0 0 1 6 6h-6V9z"/></svg>
244
+ <span>Stopwatch</span>
245
+ </div>
246
+ <div class="nav-item">
247
+ <svg viewBox="0 0 24 24"><path d="M3 10h18v8H3v-8zm2-4h10v2H5V6zm14 0h2v2h-2V6z"/></svg>
248
+ <span>Bedtime</span>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Gesture bar -->
253
+ <div class="gesture-bar"></div>
254
+ </div>
255
+ </body>
256
+ </html>
code/1988/1988_3.html ADDED
@@ -0,0 +1,456 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Alarm Time Picker UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Roboto", Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0c0d0c;
19
+ border-radius: 0;
20
+ box-shadow: none;
21
+ color: #e9ece7;
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 0;
28
+ left: 0;
29
+ width: 1080px;
30
+ height: 96px;
31
+ color: #ffffff;
32
+ font-size: 42px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-time {
36
+ position: absolute;
37
+ left: 40px;
38
+ top: 24px;
39
+ }
40
+ .status-icons {
41
+ position: absolute;
42
+ right: 32px;
43
+ top: 18px;
44
+ display: flex;
45
+ align-items: center;
46
+ gap: 24px;
47
+ }
48
+ .icon-dot {
49
+ width: 16px; height: 16px; background:#d9d9d9; border-radius:50%;
50
+ }
51
+ .icon-signal, .icon-wifi, .icon-battery {
52
+ width: 50px; height: 36px;
53
+ }
54
+ .icon-battery {
55
+ width: 58px; height: 34px;
56
+ }
57
+
58
+ /* Page title and background content */
59
+ .page-title {
60
+ position: absolute;
61
+ top: 160px;
62
+ left: 40px;
63
+ font-size: 64px;
64
+ color: #a7a9a5;
65
+ opacity: 0.7;
66
+ }
67
+ .alarm-card {
68
+ position: absolute;
69
+ top: 360px;
70
+ left: 48px;
71
+ width: 984px;
72
+ height: 220px;
73
+ background: #141614;
74
+ border-radius: 60px;
75
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
76
+ display: flex;
77
+ align-items: center;
78
+ padding-left: 60px;
79
+ opacity: 0.3;
80
+ }
81
+ .alarm-time {
82
+ font-size: 160px;
83
+ color: #e0e0df;
84
+ }
85
+ .alarm-am {
86
+ font-size: 64px;
87
+ margin-left: 24px;
88
+ color: #b6b7b4;
89
+ }
90
+
91
+ /* Floating Action Button (behind dialog) */
92
+ .fab {
93
+ position: absolute;
94
+ bottom: 420px;
95
+ left: 50%;
96
+ transform: translateX(-50%);
97
+ width: 170px; height: 170px;
98
+ background: #4e6b54;
99
+ border-radius: 50%;
100
+ display: flex; align-items: center; justify-content: center;
101
+ color: #0e190f;
102
+ font-size: 120px;
103
+ box-shadow: 0 12px 40px rgba(0,0,0,0.6);
104
+ opacity: 0.9;
105
+ }
106
+
107
+ /* Time Picker Dialog */
108
+ .dialog {
109
+ position: absolute;
110
+ left: 72px;
111
+ top: 560px;
112
+ width: 936px;
113
+ height: 1260px;
114
+ background: #283228;
115
+ border-radius: 64px;
116
+ box-shadow: 0 30px 80px rgba(0,0,0,0.65);
117
+ overflow: hidden;
118
+ }
119
+ .dialog-header {
120
+ padding: 40px 48px 20px 48px;
121
+ font-size: 40px;
122
+ color: #d7ddd2;
123
+ opacity: 0.9;
124
+ }
125
+ .time-row {
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 36px;
129
+ padding: 0 48px;
130
+ margin-bottom: 32px;
131
+ }
132
+ .digit-box {
133
+ width: 280px;
134
+ height: 160px;
135
+ border-radius: 24px;
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: center;
139
+ font-size: 120px;
140
+ font-weight: 600;
141
+ }
142
+ .hour-box { background: #3a413a; color: #f1f2ef; }
143
+ .minute-box { background: #0f5a2a; color: #bff2b7; }
144
+ .colon {
145
+ font-size: 140px;
146
+ color: #9fb29a;
147
+ margin-top: 10px;
148
+ }
149
+ .ampm {
150
+ margin-left: auto;
151
+ display: grid;
152
+ gap: 16px;
153
+ }
154
+ .ampm .cell {
155
+ width: 150px;
156
+ height: 75px;
157
+ border-radius: 16px;
158
+ border: 2px solid #869287;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ font-size: 44px;
163
+ font-weight: 600;
164
+ }
165
+ .ampm .am { background: #212421; color: #e9ece7; }
166
+ .ampm .pm { background: #173945; color: #b9e7f5; }
167
+
168
+ /* Dial */
169
+ .dial {
170
+ position: relative;
171
+ width: 820px;
172
+ height: 820px;
173
+ margin: 10px auto 0;
174
+ background: #3a443a;
175
+ border-radius: 50%;
176
+ box-shadow: inset 0 0 0 2px rgba(255,255,255,0.05);
177
+ }
178
+ .dial .mark {
179
+ position: absolute;
180
+ left: 50%;
181
+ top: 50%;
182
+ transform-origin: center;
183
+ }
184
+ .dial .mark span {
185
+ display: block;
186
+ color: #d1d7cf;
187
+ font-size: 48px;
188
+ font-weight: 500;
189
+ }
190
+
191
+ /* place labels around circle with transforms */
192
+ .m0 { transform: translate(-50%, -50%) rotate(0deg) translate(0, -360px); }
193
+ .m5 { transform: translate(-50%, -50%) rotate(30deg) translate(0, -360px) rotate(-30deg); }
194
+ .m10 { transform: translate(-50%, -50%) rotate(60deg) translate(0, -360px) rotate(-60deg); }
195
+ .m15 { transform: translate(-50%, -50%) rotate(90deg) translate(0, -360px) rotate(-90deg); }
196
+ .m20 { transform: translate(-50%, -50%) rotate(120deg) translate(0, -360px) rotate(-120deg); }
197
+ .m25 { transform: translate(-50%, -50%) rotate(150deg) translate(0, -360px) rotate(-150deg); }
198
+ .m30 { transform: translate(-50%, -50%) rotate(180deg) translate(0, -360px) rotate(-180deg); }
199
+ .m35 { transform: translate(-50%, -50%) rotate(210deg) translate(0, -360px) rotate(-210deg); }
200
+ .m40 { transform: translate(-50%, -50%) rotate(240deg) translate(0, -360px) rotate(-240deg); }
201
+ .m45 { transform: translate(-50%, -50%) rotate(270deg) translate(0, -360px) rotate(-270deg); }
202
+ .m50 { transform: translate(-50%, -50%) rotate(300deg) translate(0, -360px) rotate(-300deg); }
203
+ .m55 { transform: translate(-50%, -50%) rotate(330deg) translate(0, -360px) rotate(-330deg); }
204
+
205
+ /* Dial hand */
206
+ .hand {
207
+ position: absolute;
208
+ left: 50%;
209
+ top: 50%;
210
+ width: 8px;
211
+ height: 290px;
212
+ background: #a7e7a1;
213
+ transform: translate(-50%, -100%);
214
+ border-radius: 6px;
215
+ }
216
+ .hand::after {
217
+ content: "";
218
+ position: absolute;
219
+ left: 50%;
220
+ bottom: -18px;
221
+ transform: translateX(-50%);
222
+ width: 22px; height: 22px; background: #a7e7a1; border-radius: 50%;
223
+ }
224
+ .hand-top {
225
+ position: absolute;
226
+ left: 50%;
227
+ top: 16px;
228
+ transform: translate(-50%, 0);
229
+ width: 120px; height: 120px;
230
+ background: #a7e7a1;
231
+ color: #25402b;
232
+ border-radius: 50%;
233
+ display: flex; align-items: center; justify-content: center;
234
+ font-size: 46px; font-weight: 700;
235
+ box-shadow: 0 4px 14px rgba(0,0,0,0.25);
236
+ }
237
+
238
+ /* Dialog footer */
239
+ .dialog-footer {
240
+ position: absolute;
241
+ bottom: 32px;
242
+ left: 40px;
243
+ right: 40px;
244
+ display: flex;
245
+ align-items: center;
246
+ justify-content: space-between;
247
+ }
248
+ .kbd {
249
+ display: inline-flex;
250
+ align-items: center;
251
+ gap: 18px;
252
+ color: #cfe4d0;
253
+ font-size: 40px;
254
+ }
255
+ .kbd-icon {
256
+ width: 60px; height: 44px; border-radius: 8px;
257
+ border: 2px solid #9fb29a;
258
+ position: relative;
259
+ }
260
+ .kbd-icon::before, .kbd-icon::after {
261
+ content: "";
262
+ position: absolute;
263
+ left: 8px; right: 8px;
264
+ height: 2px; background: #9fb29a;
265
+ }
266
+ .kbd-icon::before { top: 12px; }
267
+ .kbd-icon::after { top: 26px; }
268
+ .actions {
269
+ margin-left: auto;
270
+ display: flex; gap: 36px; font-size: 44px; color: #a7e7a1;
271
+ }
272
+
273
+ /* Bottom navigation bar */
274
+ .bottom-bar {
275
+ position: absolute;
276
+ bottom: 140px;
277
+ left: 0;
278
+ width: 1080px;
279
+ height: 220px;
280
+ background: #121412;
281
+ border-top-left-radius: 36px;
282
+ border-top-right-radius: 36px;
283
+ box-shadow: 0 -20px 60px rgba(0,0,0,0.65);
284
+ display: flex;
285
+ align-items: center;
286
+ justify-content: space-around;
287
+ color: #9aa29a;
288
+ }
289
+ .nav-item {
290
+ width: 190px;
291
+ text-align: center;
292
+ }
293
+ .nav-item .label {
294
+ margin-top: 18px;
295
+ font-size: 38px;
296
+ opacity: 0.9;
297
+ }
298
+ .nav-icon {
299
+ margin: 0 auto;
300
+ width: 84px; height: 84px;
301
+ border-radius: 24px;
302
+ display: flex; align-items: center; justify-content: center;
303
+ color: #9aa29a;
304
+ }
305
+ .nav-item.active .nav-icon {
306
+ background: #1e2a1f;
307
+ color: #a7e7a1;
308
+ }
309
+ .nav-item.active .label { color: #cfe4d0; }
310
+
311
+ /* Gesture bar */
312
+ .gesture {
313
+ position: absolute;
314
+ bottom: 60px;
315
+ left: 50%;
316
+ transform: translateX(-50%);
317
+ width: 260px; height: 14px;
318
+ background: #e9e9e9;
319
+ border-radius: 8px;
320
+ opacity: 0.9;
321
+ }
322
+ </style>
323
+ </head>
324
+ <body>
325
+ <div id="render-target">
326
+
327
+ <!-- Status bar -->
328
+ <div class="status-bar">
329
+ <div class="status-time">11:52</div>
330
+ <div class="status-icons">
331
+ <!-- Simple placeholders for small icons -->
332
+ <div class="icon-dot"></div>
333
+ <svg class="icon-signal" viewBox="0 0 50 36">
334
+ <path d="M2 32h4v2H2zm8-6h4v8h-4zm8-8h4v16h-4zm8-8h4v24h-4zm8-10h4v34h-4z" fill="#e9e9e9"/>
335
+ </svg>
336
+ <svg class="icon-wifi" viewBox="0 0 50 36">
337
+ <path d="M1 10c12-10 36-10 48 0" stroke="#e9e9e9" stroke-width="4" fill="none"/>
338
+ <path d="M7 18c8-7 28-7 36 0" stroke="#e9e9e9" stroke-width="4" fill="none"/>
339
+ <path d="M19 26c6-5 14-5 20 0" stroke="#e9e9e9" stroke-width="4" fill="none"/>
340
+ <circle cx="25" cy="32" r="3" fill="#e9e9e9"/>
341
+ </svg>
342
+ <svg class="icon-battery" viewBox="0 0 58 34">
343
+ <rect x="2" y="6" width="50" height="22" rx="4" ry="4" stroke="#e9e9e9" stroke-width="3" fill="none"/>
344
+ <rect x="6" y="10" width="36" height="14" fill="#e9e9e9"/>
345
+ <rect x="52" y="12" width="6" height="10" rx="2" fill="#e9e9e9"/>
346
+ </svg>
347
+ </div>
348
+ </div>
349
+
350
+ <!-- Page title and background content -->
351
+ <div class="page-title">Alarm</div>
352
+ <div class="alarm-card">
353
+ <div class="alarm-time">6:00</div>
354
+ <div class="alarm-am">AM</div>
355
+ </div>
356
+
357
+ <!-- Floating action button -->
358
+ <div class="fab">+</div>
359
+
360
+ <!-- Time Picker Dialog -->
361
+ <div class="dialog">
362
+ <div class="dialog-header">Select time</div>
363
+
364
+ <div class="time-row">
365
+ <div class="digit-box hour-box">06</div>
366
+ <div class="colon">:</div>
367
+ <div class="digit-box minute-box">00</div>
368
+ <div class="ampm">
369
+ <div class="cell am">AM</div>
370
+ <div class="cell pm">PM</div>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="dial">
375
+ <!-- Minute hand -->
376
+ <div class="hand"></div>
377
+ <div class="hand-top">00</div>
378
+
379
+ <!-- Minute labels -->
380
+ <div class="mark m55"><span>55</span></div>
381
+ <div class="mark m0"><span>00</span></div>
382
+ <div class="mark m5"><span>05</span></div>
383
+ <div class="mark m10"><span>10</span></div>
384
+ <div class="mark m15"><span>15</span></div>
385
+ <div class="mark m20"><span>20</span></div>
386
+ <div class="mark m25"><span>25</span></div>
387
+ <div class="mark m30"><span>30</span></div>
388
+ <div class="mark m35"><span>35</span></div>
389
+ <div class="mark m40"><span>40</span></div>
390
+ <div class="mark m45"><span>45</span></div>
391
+ <div class="mark m50"><span>50</span></div>
392
+ </div>
393
+
394
+ <div class="dialog-footer">
395
+ <div class="kbd">
396
+ <div class="kbd-icon"></div>
397
+ </div>
398
+ <div class="actions">
399
+ <div>Cancel</div>
400
+ <div>OK</div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+
405
+ <!-- Bottom navigation bar -->
406
+ <div class="bottom-bar">
407
+ <div class="nav-item active">
408
+ <div class="nav-icon">
409
+ <svg viewBox="0 0 64 64" width="64" height="64">
410
+ <circle cx="32" cy="32" r="26" stroke="#a7e7a1" stroke-width="4" fill="none"/>
411
+ <path d="M32 14v18l12 8" stroke="#a7e7a1" stroke-width="4" fill="none" stroke-linecap="round"/>
412
+ </svg>
413
+ </div>
414
+ <div class="label">Alarm</div>
415
+ </div>
416
+ <div class="nav-item">
417
+ <div class="nav-icon">
418
+ <svg viewBox="0 0 64 64" width="64" height="64">
419
+ <circle cx="32" cy="32" r="26" stroke="#9aa29a" stroke-width="4" fill="none"/>
420
+ <path d="M14 18h36M14 32h36M14 46h36" stroke="#9aa29a" stroke-width="4"/>
421
+ </svg>
422
+ </div>
423
+ <div class="label">Clock</div>
424
+ </div>
425
+ <div class="nav-item">
426
+ <div class="nav-icon">
427
+ <svg viewBox="0 0 64 64" width="64" height="64">
428
+ <path d="M24 12h16l-10 40h-16z" fill="none" stroke="#9aa29a" stroke-width="4"/>
429
+ </svg>
430
+ </div>
431
+ <div class="label">Timer</div>
432
+ </div>
433
+ <div class="nav-item">
434
+ <div class="nav-icon">
435
+ <svg viewBox="0 0 64 64" width="64" height="64">
436
+ <circle cx="32" cy="32" r="26" stroke="#9aa29a" stroke-width="4" fill="none"/>
437
+ <path d="M32 12v20h14" stroke="#9aa29a" stroke-width="4" fill="none" stroke-linecap="round"/>
438
+ </svg>
439
+ </div>
440
+ <div class="label">Stopwatch</div>
441
+ </div>
442
+ <div class="nav-item">
443
+ <div class="nav-icon">
444
+ <svg viewBox="0 0 64 64" width="64" height="64">
445
+ <rect x="8" y="22" width="48" height="22" rx="6" stroke="#9aa29a" stroke-width="4" fill="none"/>
446
+ <rect x="14" y="28" width="20" height="10" fill="#9aa29a"/>
447
+ </svg>
448
+ </div>
449
+ <div class="label">Bedtime</div>
450
+ </div>
451
+ </div>
452
+
453
+ <div class="gesture"></div>
454
+ </div>
455
+ </body>
456
+ </html>
code/1988/1988_4.html ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Alarm Time Picker</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #0b0f0c;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #EAEFE8;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 96px;
26
+ padding: 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #E8ECE7;
31
+ font-size: 36px;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-right {
35
+ display: flex;
36
+ gap: 22px;
37
+ align-items: center;
38
+ }
39
+ .dot { width: 10px; height: 10px; background: #DADFD8; border-radius: 50%; opacity: .9; }
40
+ .sb-ico {
41
+ width: 34px; height: 34px;
42
+ display: inline-flex; align-items: center; justify-content: center;
43
+ opacity: .95;
44
+ }
45
+ .sb-ico svg { width: 30px; height: 30px; stroke: #E8ECE7; fill: none; stroke-width: 2.5; }
46
+
47
+ /* Background content hint */
48
+ .title-faded {
49
+ position: absolute; top: 150px; left: 48px;
50
+ font-size: 72px; color: rgba(255,255,255,0.14); letter-spacing: 0.5px;
51
+ }
52
+
53
+ /* Floating action button behind dialog */
54
+ .fab {
55
+ position: absolute;
56
+ left: 440px; top: 1620px;
57
+ width: 200px; height: 200px; border-radius: 50%;
58
+ background: #3c5f4a;
59
+ display: flex; align-items: center; justify-content: center;
60
+ color: #E6F6EA; font-size: 120px; line-height: 0;
61
+ box-shadow: 0 8px 24px rgba(0,0,0,0.45);
62
+ }
63
+
64
+ /* Bottom nav bar */
65
+ .bottom-nav {
66
+ position: absolute; left: 0; bottom: 80px;
67
+ width: 1080px; height: 200px; background: #101311;
68
+ display: flex; align-items: center; justify-content: space-around;
69
+ color: #A7B1A9; font-size: 36px;
70
+ }
71
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 16px; }
72
+ .nav-item svg { width: 54px; height: 54px; stroke: #95A299; fill: none; stroke-width: 2.8; }
73
+ .nav-item.active .icon-bg {
74
+ width: 100px; height: 100px; border-radius: 50%; background: #233a2e; display: flex; align-items: center; justify-content: center;
75
+ }
76
+ .nav-item.active svg { stroke: #9FE2B2; }
77
+ .nav-item.active .label { color: #CBEAD5; font-weight: 600; }
78
+ .label { font-size: 34px; }
79
+
80
+ /* Home indicator */
81
+ .home-indicator {
82
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
83
+ width: 360px; height: 12px; border-radius: 6px; background: rgba(255,255,255,0.85);
84
+ }
85
+
86
+ /* Dim overlay to suggest modal */
87
+ .scrim {
88
+ position: absolute; inset: 0; background: rgba(0,0,0,0.25);
89
+ }
90
+
91
+ /* Dialog */
92
+ .dialog {
93
+ position: absolute;
94
+ left: 80px; top: 420px;
95
+ width: 920px; height: 1320px;
96
+ background: #243127;
97
+ border-radius: 44px;
98
+ box-shadow: 0 18px 60px rgba(0,0,0,0.6);
99
+ padding: 42px 46px 36px 46px;
100
+ }
101
+ .dialog-title {
102
+ font-size: 44px; color: #CFE2D6; margin-bottom: 36px;
103
+ }
104
+
105
+ .time-row {
106
+ display: flex; align-items: center; gap: 28px;
107
+ margin-bottom: 40px;
108
+ }
109
+ .time-box {
110
+ width: 280px; height: 170px; border-radius: 26px;
111
+ display: flex; align-items: center; justify-content: center;
112
+ font-size: 112px; font-weight: 700; letter-spacing: 2px;
113
+ }
114
+ .hour-box { background: #3A4741; color: #EDEFEA; }
115
+ .minute-box { background: #0f5a2e; color: #BFF1C9; }
116
+ .colon {
117
+ font-size: 120px; color: #C3CDC6; padding: 0 8px; margin: 0 2px;
118
+ }
119
+
120
+ .ampm {
121
+ margin-left: auto;
122
+ border: 2px solid #6e8176; border-radius: 18px; overflow: hidden;
123
+ width: 150px;
124
+ }
125
+ .ampm .seg {
126
+ height: 80px; display: flex; align-items: center; justify-content: center;
127
+ font-size: 42px; letter-spacing: 1px; color: #E1E6E2; background: #2D382F;
128
+ }
129
+ .ampm .seg + .seg { border-top: 2px solid #6e8176; }
130
+ .ampm .seg.active { background: #134655; color: #BFEAEF; }
131
+
132
+ /* Clock dial */
133
+ .dial-wrap { display: flex; justify-content: center; }
134
+ .dial {
135
+ position: relative;
136
+ width: 820px; height: 820px; border-radius: 50%;
137
+ background: radial-gradient(closest-side, #2d3a31 0%, #2b372e 60%, #27342b 100%);
138
+ margin: 8px auto 0;
139
+ }
140
+ .dial .num {
141
+ position: absolute; color: #D8E2DB; font-size: 44px; opacity: .9;
142
+ }
143
+ /* numbers positioned around the circle */
144
+ .n00 { top: 28px; left: 50%; transform: translateX(-50%); }
145
+ .n05 { top: 108px; left: 650px; }
146
+ .n10 { top: 250px; left: 770px; }
147
+ .n15 { top: 392px; left: 800px; }
148
+ .n20 { top: 540px; left: 760px; }
149
+ .n25 { top: 672px; left: 640px; }
150
+ .n30 { bottom: 28px; left: 50%; transform: translateX(-50%); }
151
+ .n35 { top: 672px; left: 108px; }
152
+ .n40 { top: 540px; left: 10px; }
153
+ .n45 { top: 392px; left: -4px; }
154
+ .n50 { top: 250px; left: 18px; }
155
+ .n55 { top: 108px; left: 132px; }
156
+
157
+ /* minute hand to 30 (downwards) */
158
+ .hand {
159
+ position: absolute; left: 50%; top: 50%;
160
+ width: 6px; height: 290px; background: #9ED9A9;
161
+ transform-origin: top center;
162
+ transform: translate(-50%, -100%) rotate(180deg);
163
+ border-radius: 3px;
164
+ }
165
+ .hand-tip {
166
+ position: absolute; left: 50%; top: calc(50% + 290px);
167
+ width: 22px; height: 22px; background: #9ED9A9; border-radius: 50%;
168
+ transform: translate(-50%, -50%);
169
+ }
170
+ .minute-bubble {
171
+ position: absolute; left: 50%; bottom: 26px;
172
+ width: 120px; height: 120px; border-radius: 60px;
173
+ background: #9ED9A9; color: #16351F; display: flex; align-items: center; justify-content: center;
174
+ font-size: 54px; font-weight: 700; transform: translateX(-50%);
175
+ box-shadow: 0 4px 10px rgba(0,0,0,0.35) inset;
176
+ }
177
+
178
+ /* Dialog footer */
179
+ .dialog-footer {
180
+ position: absolute; left: 0; right: 0; bottom: 24px;
181
+ display: flex; justify-content: space-between; align-items: center;
182
+ padding: 0 48px;
183
+ }
184
+ .kbd {
185
+ display: inline-flex; align-items: center; gap: 16px; color: #CFE2D6; opacity: .95; font-size: 34px;
186
+ }
187
+ .kbd svg { width: 48px; height: 48px; fill: none; stroke: #CFE2D6; stroke-width: 2.6; }
188
+ .actions { display: flex; gap: 64px; font-size: 42px; }
189
+ .btn-text { color: #AEE2B8; }
190
+
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <div class="status-bar">
197
+ <div>11:52</div>
198
+ <div class="status-right">
199
+ <div class="sb-ico">
200
+ <svg viewBox="0 0 24 24"><path d="M3 12h18M12 3v18"/></svg>
201
+ </div>
202
+ <div class="sb-ico">
203
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/></svg>
204
+ </div>
205
+ <div class="sb-ico">
206
+ <svg viewBox="0 0 24 24"><path d="M4 18h16M4 12h16M4 6h16"/></svg>
207
+ </div>
208
+ <div class="dot"></div>
209
+ <div class="sb-ico">
210
+ <svg viewBox="0 0 24 24"><path d="M7 7l10 10M17 7L7 17"/></svg>
211
+ </div>
212
+ <div class="sb-ico">
213
+ <svg viewBox="0 0 24 24"><path d="M3 12l6-8 6 8v8H3z"/></svg>
214
+ </div>
215
+ <div class="sb-ico">
216
+ <svg viewBox="0 0 24 24"><path d="M12 22V2"/></svg>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="title-faded">Alarm</div>
222
+
223
+ <div class="fab">+</div>
224
+
225
+ <div class="scrim"></div>
226
+
227
+ <div class="dialog">
228
+ <div class="dialog-title">Select time</div>
229
+
230
+ <div class="time-row">
231
+ <div class="time-box hour-box">06</div>
232
+ <div class="colon">:</div>
233
+ <div class="time-box minute-box">30</div>
234
+
235
+ <div class="ampm">
236
+ <div class="seg">AM</div>
237
+ <div class="seg active">PM</div>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="dial-wrap">
242
+ <div class="dial">
243
+ <div class="num n00">00</div>
244
+ <div class="num n05">05</div>
245
+ <div class="num n10">10</div>
246
+ <div class="num n15">15</div>
247
+ <div class="num n20">20</div>
248
+ <div class="num n25">25</div>
249
+ <div class="num n30">30</div>
250
+ <div class="num n35">35</div>
251
+ <div class="num n40">40</div>
252
+ <div class="num n45">45</div>
253
+ <div class="num n50">50</div>
254
+ <div class="num n55">55</div>
255
+
256
+ <div class="hand"></div>
257
+ <div class="hand-tip"></div>
258
+ <div class="minute-bubble">30</div>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="dialog-footer">
263
+ <div class="kbd">
264
+ <svg viewBox="0 0 24 24">
265
+ <rect x="2.5" y="5" width="19" height="14" rx="2"></rect>
266
+ <path d="M5 9h2M9 9h2M13 9h2M17 9h2M5 13h2M9 13h6M17 13h2"/>
267
+ </svg>
268
+ </div>
269
+ <div class="actions">
270
+ <div class="btn-text">Cancel</div>
271
+ <div class="btn-text">OK</div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="bottom-nav">
277
+ <div class="nav-item active">
278
+ <div class="icon-bg">
279
+ <svg viewBox="0 0 24 24">
280
+ <circle cx="12" cy="12" r="8"></circle>
281
+ <path d="M12 8v5l3 2"></path>
282
+ </svg>
283
+ </div>
284
+ <div class="label">Alarm</div>
285
+ </div>
286
+
287
+ <div class="nav-item">
288
+ <svg viewBox="0 0 24 24">
289
+ <circle cx="12" cy="12" r="9"></circle>
290
+ <path d="M12 6v6l4 2"></path>
291
+ </svg>
292
+ <div class="label">Clock</div>
293
+ </div>
294
+
295
+ <div class="nav-item">
296
+ <svg viewBox="0 0 24 24">
297
+ <path d="M7 4h10M9 4v16M15 4v16M7 20h10"></path>
298
+ </svg>
299
+ <div class="label">Timer</div>
300
+ </div>
301
+
302
+ <div class="nav-item">
303
+ <svg viewBox="0 0 24 24">
304
+ <circle cx="12" cy="12" r="9"></circle>
305
+ <path d="M16 8l-8 8M8 8l8 8"></path>
306
+ </svg>
307
+ <div class="label">Stopwatch</div>
308
+ </div>
309
+
310
+ <div class="nav-item">
311
+ <svg viewBox="0 0 24 24">
312
+ <path d="M3 10h18v7H3zM6 10V7h5v3"></path>
313
+ </svg>
314
+ <div class="label">Bedtime</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="home-indicator"></div>
319
+
320
+ </div>
321
+ </body>
322
+ </html>
code/1988/1988_5.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Alarm Time Picker Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", "Segoe UI", Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #0A0A0A;
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; right: 0;
19
+ height: 90px; padding: 0 24px;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ color: #FFFFFF; font-size: 36px; letter-spacing: 0.5px;
22
+ }
23
+ .status-icons { display: flex; gap: 20px; align-items: center; }
24
+ .dot { width: 10px; height: 10px; background: #FFFFFF; border-radius: 50%; opacity: 0.8; }
25
+
26
+ /* Page header text */
27
+ .page-title {
28
+ position: absolute; top: 140px; left: 40px;
29
+ font-size: 68px; color: #9AA39A; font-weight: 500;
30
+ }
31
+
32
+ /* Floating Add button (behind dialog) */
33
+ .fab {
34
+ position: absolute;
35
+ bottom: 420px; left: 50%;
36
+ transform: translateX(-50%);
37
+ width: 180px; height: 180px; border-radius: 50%;
38
+ background: #3E5F49; display: flex; align-items: center; justify-content: center;
39
+ }
40
+ .fab svg { width: 90px; height: 90px; }
41
+ .fab svg line { stroke: #DCEFD6; stroke-width: 16; stroke-linecap: round; }
42
+
43
+ /* Bottom navigation bar */
44
+ .bottom-nav {
45
+ position: absolute; bottom: 120px; left: 0; right: 0;
46
+ height: 180px; background: #0B0B0B;
47
+ display: flex; justify-content: space-around; align-items: center;
48
+ color: #AAB3A9;
49
+ }
50
+ .nav-item { width: 180px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
51
+ .nav-item svg { width: 64px; height: 64px; }
52
+ .nav-item.active .icon-wrap {
53
+ width: 120px; height: 120px; border-radius: 60px; background: #243D2F;
54
+ display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .nav-item .label { font-size: 34px; }
57
+ .nav-item.active .label { color: #CBEBCF; }
58
+
59
+ /* Dialog overlay */
60
+ .overlay {
61
+ position: absolute; top: 520px; left: 85px;
62
+ width: 910px; height: 1200px;
63
+ background: #26342E; color: #E6E9E6;
64
+ border-radius: 44px;
65
+ box-shadow: 0 30px 80px rgba(0,0,0,0.5);
66
+ overflow: hidden;
67
+ }
68
+ .overlay-inner { padding: 40px 48px; }
69
+ .overlay-title { font-size: 42px; color: #C5CEC5; margin-bottom: 40px; }
70
+
71
+ .time-input-row {
72
+ display: flex; align-items: center; gap: 28px; margin-bottom: 40px;
73
+ }
74
+ .time-box {
75
+ width: 240px; height: 160px; border-radius: 24px;
76
+ display: flex; align-items: center; justify-content: center;
77
+ font-size: 110px; font-weight: 600;
78
+ }
79
+ .hour-box { background: #3A463F; color: #F1F2F0; }
80
+ .minute-box { background: #0E4F2A; color: #BEEBBE; }
81
+
82
+ .colon {
83
+ font-size: 110px; font-weight: 700; color: #7E8A80;
84
+ line-height: 160px;
85
+ }
86
+
87
+ .ampm {
88
+ width: 160px; height: 160px; border-radius: 18px;
89
+ border: 2px solid #8FA394; overflow: hidden; display: flex; flex-direction: column;
90
+ }
91
+ .ampm div {
92
+ flex: 1; display: flex; align-items: center; justify-content: center;
93
+ font-size: 48px; font-weight: 600;
94
+ }
95
+ .ampm .am { background: #2E5564; color: #EAF3F2; }
96
+ .ampm .pm { background: #1B221D; color: #B8C1B8; }
97
+
98
+ /* Dial */
99
+ .dial {
100
+ position: relative; width: 740px; height: 740px;
101
+ margin: 0 auto; margin-top: 30px;
102
+ border-radius: 50%; background: #2C3A33;
103
+ box-shadow: inset 0 -60px 0 rgba(0,0,0,0.15);
104
+ }
105
+ .dial-label {
106
+ position: absolute; color: #D9DED9; font-size: 40px; font-weight: 500;
107
+ }
108
+ /* Manually placed minute labels */
109
+ .m00 { top: 26px; left: 50%; transform: translateX(-50%); }
110
+ .m05 { top: 94px; right: 130px; }
111
+ .m10 { top: 210px; right: 40px; }
112
+ .m15 { top: 360px; right: 14px; }
113
+ .m20 { bottom: 210px; right: 40px; }
114
+ .m25 { bottom: 94px; right: 130px; }
115
+ .m30 { bottom: 26px; left: 50%; transform: translateX(-50%); }
116
+ .m35 { bottom: 94px; left: 130px; }
117
+ .m40 { bottom: 210px; left: 40px; }
118
+ .m45 { top: 360px; left: 14px; }
119
+ .m50 { top: 210px; left: 40px; }
120
+ .m55 { top: 94px; left: 130px; }
121
+
122
+ /* Dial hand */
123
+ .hand {
124
+ position: absolute; left: 50%; top: 50%;
125
+ width: 6px; height: 260px; background: #98D9A0;
126
+ transform: translate(-50%, -100%) rotate(180deg);
127
+ transform-origin: bottom center;
128
+ border-radius: 3px;
129
+ }
130
+ .hand-dot {
131
+ position: absolute; left: 50%; top: calc(50% - 260px);
132
+ width: 22px; height: 22px; background: #98D9A0;
133
+ border-radius: 50%; transform: translate(-50%, -50%);
134
+ }
135
+ .knob {
136
+ position: absolute; left: 50%; bottom: 22px;
137
+ width: 120px; height: 120px; background: #98D9A0; border-radius: 60px;
138
+ transform: translateX(-50%);
139
+ display: flex; align-items: center; justify-content: center; color: #1B2A22; font-size: 52px; font-weight: 700;
140
+ box-shadow: 0 8px 0 rgba(0,0,0,0.2) inset;
141
+ }
142
+
143
+ /* Dialog actions */
144
+ .dialog-actions {
145
+ margin-top: 40px; display: flex; align-items: center; justify-content: space-between;
146
+ }
147
+ .kbd {
148
+ display: flex; align-items: center; gap: 14px; color: #D2DAD2; font-size: 34px;
149
+ }
150
+ .kbd svg { width: 48px; height: 48px; stroke: #D2DAD2; }
151
+ .actions-right { display: flex; gap: 40px; }
152
+ .btn-text { font-size: 44px; color: #BDE8B9; }
153
+
154
+ </style>
155
+ </head>
156
+ <body>
157
+ <div id="render-target">
158
+
159
+ <!-- Status bar -->
160
+ <div class="status-bar">
161
+ <div>11:53</div>
162
+ <div class="status-icons">
163
+ <div class="dot"></div>
164
+ <div class="dot" style="opacity:0.6;"></div>
165
+ <div class="dot" style="opacity:0.4;"></div>
166
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
167
+ <path d="M3 10h18v4H3z" fill="#FFFFFF"/>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Page title -->
173
+ <div class="page-title">Alarm</div>
174
+
175
+ <!-- Floating Add button behind dialog -->
176
+ <div class="fab">
177
+ <svg viewBox="0 0 100 100">
178
+ <line x1="50" y1="22" x2="50" y2="78"></line>
179
+ <line x1="22" y1="50" x2="78" y2="50"></line>
180
+ </svg>
181
+ </div>
182
+
183
+ <!-- Bottom navigation -->
184
+ <div class="bottom-nav">
185
+ <div class="nav-item active">
186
+ <div class="icon-wrap">
187
+ <svg viewBox="0 0 24 24" fill="none">
188
+ <circle cx="12" cy="13" r="6" stroke="#CBEBCF" stroke-width="2"></circle>
189
+ <path d="M6 6l2 2M18 6l-2 2" stroke="#CBEBCF" stroke-width="2" stroke-linecap="round"></path>
190
+ </svg>
191
+ </div>
192
+ <div class="label">Alarm</div>
193
+ </div>
194
+ <div class="nav-item">
195
+ <svg viewBox="0 0 24 24" fill="none">
196
+ <circle cx="12" cy="12" r="9" stroke="#AAB3A9" stroke-width="2"></circle>
197
+ <path d="M12 12V7M12 12l4 3" stroke="#AAB3A9" stroke-width="2" stroke-linecap="round"></path>
198
+ </svg>
199
+ <div class="label">Clock</div>
200
+ </div>
201
+ <div class="nav-item">
202
+ <svg viewBox="0 0 24 24" fill="none">
203
+ <path d="M7 3h10v5H7zM7 16h10v5H7zM7 8h10l-2 4H9L7 8z" stroke="#AAB3A9" stroke-width="1.8" fill="none"></path>
204
+ </svg>
205
+ <div class="label">Timer</div>
206
+ </div>
207
+ <div class="nav-item">
208
+ <svg viewBox="0 0 24 24" fill="none">
209
+ <circle cx="12" cy="13" r="7" stroke="#AAB3A9" stroke-width="2"></circle>
210
+ <path d="M9 4h6M12 13l4-2" stroke="#AAB3A9" stroke-width="2" stroke-linecap="round"></path>
211
+ </svg>
212
+ <div class="label">Stopwatch</div>
213
+ </div>
214
+ <div class="nav-item">
215
+ <svg viewBox="0 0 24 24" fill="none">
216
+ <path d="M3 14h18v6H3zM3 10h10v4H3z" stroke="#AAB3A9" stroke-width="2" fill="none"></path>
217
+ </svg>
218
+ <div class="label">Bedtime</div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Dialog overlay -->
223
+ <div class="overlay">
224
+ <div class="overlay-inner">
225
+ <div class="overlay-title">Select time</div>
226
+
227
+ <div class="time-input-row">
228
+ <div class="time-box hour-box">06</div>
229
+ <div class="colon">:</div>
230
+ <div class="time-box minute-box">30</div>
231
+ <div class="ampm">
232
+ <div class="am">AM</div>
233
+ <div class="pm">PM</div>
234
+ </div>
235
+ </div>
236
+
237
+ <div class="dial">
238
+ <!-- Minute labels -->
239
+ <div class="dial-label m00">00</div>
240
+ <div class="dial-label m05">05</div>
241
+ <div class="dial-label m10">10</div>
242
+ <div class="dial-label m15">15</div>
243
+ <div class="dial-label m20">20</div>
244
+ <div class="dial-label m25">25</div>
245
+ <div class="dial-label m30">30</div>
246
+ <div class="dial-label m35">35</div>
247
+ <div class="dial-label m40">40</div>
248
+ <div class="dial-label m45">45</div>
249
+ <div class="dial-label m50">50</div>
250
+ <div class="dial-label m55">55</div>
251
+
252
+ <!-- Hand pointing to 30 -->
253
+ <div class="hand"></div>
254
+ <div class="hand-dot"></div>
255
+ <div class="knob">30</div>
256
+ </div>
257
+
258
+ <div class="dialog-actions">
259
+ <div class="kbd">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#D2DAD2" stroke-width="1.6"></rect>
262
+ <path d="M4 9h16M4 13h16" stroke="#D2DAD2" stroke-width="1.4" stroke-linecap="round"></path>
263
+ </svg>
264
+ <span>Keyboard</span>
265
+ </div>
266
+ <div class="actions-right">
267
+ <div class="btn-text">Cancel</div>
268
+ <div class="btn-text">OK</div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ </div>
275
+ </body>
276
+ </html>
code/1988/1988_6.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Alarm UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: "Roboto", "Inter", Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#0f1713; color:#e6efe8;
12
+ }
13
+
14
+ .statusbar {
15
+ height:90px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
16
+ color:#e6efe8; font-weight:600; font-size:38px; opacity:.95;
17
+ }
18
+ .status-icons { display:flex; gap:22px; align-items:center; }
19
+ .dot { width:10px; height:10px; background:#cfd8d3; border-radius:50%; display:inline-block; opacity:.9; }
20
+ .icon-signal, .icon-wifi, .icon-battery { width:44px; height:44px; }
21
+
22
+ .topbar {
23
+ height:150px; display:flex; align-items:flex-end; padding:0 40px 20px;
24
+ }
25
+ .title { font-size:72px; font-weight:600; letter-spacing:.3px; }
26
+ .menu { position:absolute; right:28px; top:156px; width:56px; height:56px; display:flex; align-items:center; justify-content:center; }
27
+ .menu .dot { width:10px; height:10px; margin:5px 0; background:#cfd8d3; display:block; }
28
+
29
+ .card {
30
+ width:996px; margin:22px auto; background:#111d17; border-radius:36px; padding:34px 36px 40px;
31
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
32
+ position:relative;
33
+ }
34
+ .label-row { display:flex; align-items:center; gap:16px; color:#b8c3bd; font-size:34px; }
35
+ .fold-pill {
36
+ position:absolute; right:22px; top:22px; width:68px; height:68px; border-radius:50%;
37
+ background:#2b3832; display:flex; align-items:center; justify-content:center;
38
+ color:#d5e7dd;
39
+ }
40
+ .time { font-size:150px; font-weight:700; margin:18px 0 0; letter-spacing:1px; }
41
+ .ampm { font-size:48px; font-weight:700; margin-left:12px; }
42
+ .subtext { margin-top:14px; font-size:40px; color:#c7d2cc; }
43
+
44
+ .switch {
45
+ position:absolute; right:36px; top:210px; width:172px; height:82px; border-radius:50px;
46
+ background:#145a2b; display:flex; align-items:center; padding:10px; transition:.2s;
47
+ }
48
+ .switch.on { background:#1f6d35; }
49
+ .switch .knob { width:62px; height:62px; background:#b9f6c2; border-radius:50%; margin-left:auto; }
50
+
51
+ .days { display:flex; gap:24px; margin:28px 0 22px; }
52
+ .chip {
53
+ width:86px; height:86px; border-radius:50%; border:2px solid #3b4742;
54
+ display:flex; align-items:center; justify-content:center; color:#cfd8d3; font-size:40px;
55
+ }
56
+
57
+ .list { margin-top:6px; }
58
+ .row {
59
+ display:flex; align-items:center; justify-content:space-between; padding:24px 8px;
60
+ border-bottom:1px solid rgba(255,255,255,0.06);
61
+ }
62
+ .row:last-child { border-bottom:none; }
63
+ .row-left { display:flex; align-items:center; gap:26px; }
64
+ .row-text { font-size:40px; color:#e6efe8; }
65
+ .row-note { color:#aab6b0; }
66
+ .row .trailing {
67
+ display:flex; align-items:center; justify-content:center;
68
+ }
69
+ .circle-action {
70
+ width:64px; height:64px; border-radius:50%; border:2px solid #a8b7b0; color:#a8b7b0;
71
+ display:flex; align-items:center; justify-content:center; font-size:44px;
72
+ }
73
+ .check {
74
+ width:64px; height:64px; border-radius:50%; background:#2a8a4a; display:flex; align-items:center; justify-content:center;
75
+ }
76
+
77
+ /* Snackbar */
78
+ .snackbar {
79
+ position:absolute; left:42px; right:42px; top:1180px; background:#5a6a60; color:#eaf4ee;
80
+ padding:30px 32px; font-size:38px; border-radius:48px;
81
+ box-shadow:0 8px 24px rgba(0,0,0,.35);
82
+ }
83
+
84
+ /* Second card (collapsed) */
85
+ .card.small {
86
+ padding:26px 32px;
87
+ background:#0f1a15;
88
+ }
89
+ .small-header { display:flex; align-items:center; justify-content:space-between; }
90
+ .small-title { color:#cbd6cf; font-size:38px; }
91
+ .mini-switch {
92
+ width:140px; height:64px; border-radius:50px; background:#33443c; padding:8px; display:flex; align-items:center;
93
+ }
94
+ .mini-switch .knob { width:48px; height:48px; background:#b9f6c2; border-radius:50%; margin-left:auto; }
95
+ .time-faint { font-size:120px; opacity:.25; margin:18px 0 6px; }
96
+
97
+ /* FAB */
98
+ .fab {
99
+ position:absolute; left:50%; transform:translateX(-50%);
100
+ top:1520px; width:220px; height:220px; border-radius:50%;
101
+ background:#a8f3b4; color:#0e2916; display:flex; align-items:center; justify-content:center;
102
+ font-size:140px; box-shadow:0 14px 30px rgba(0,0,0,.45);
103
+ }
104
+
105
+ /* Bottom navigation */
106
+ .bottom-nav {
107
+ position:absolute; left:0; right:0; bottom:0; height:220px; background:#0f1713; border-top:1px solid rgba(255,255,255,0.06);
108
+ display:flex; justify-content:space-around; align-items:center;
109
+ }
110
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:14px; color:#c2cec7; font-size:34px; }
111
+ .nav-item .ico { width:66px; height:66px; }
112
+ .nav-item.active .badge {
113
+ width:94px; height:94px; background:#2b513a; border-radius:50%; display:flex; align-items:center; justify-content:center;
114
+ }
115
+ .nav-item.active span { color:#b9f6c2; font-weight:600; }
116
+
117
+ /* Gesture pill */
118
+ .gesture {
119
+ position:absolute; left:50%; transform:translateX(-50%); bottom:230px;
120
+ width:320px; height:12px; background:#ffffff; opacity:.65; border-radius:12px;
121
+ }
122
+
123
+ /* Utility icon color */
124
+ .icon-muted { fill:#b3c0ba; }
125
+ .icon-strong { fill:#e6efe8; }
126
+ .icon-accent { fill:#b9f6c2; }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="statusbar">
134
+ <div>11:53</div>
135
+ <div class="status-icons">
136
+ <!-- small location/notifications placeholders -->
137
+ <svg class="icon-signal" viewBox="0 0 24 24"><path class="icon-strong" d="M3 20h2v-4H3v4zm4 0h2v-7H7v7zm4 0h2v-10h-2v10zm4 0h2V6h-2v14zm4 0h2V3h-2v17z"/></svg>
138
+ <svg class="icon-wifi" viewBox="0 0 24 24"><path class="icon-strong" d="M12 20l-2-2a3 3 0 014 0l-2 2zm6-6a9 9 0 00-12 0l-1.5-1.5a11 11 0 0115 0L18 14zm3-4a14 14 0 00-22 0L1.5 9a16 16 0 0121 0L21 10z"/></svg>
139
+ <svg class="icon-battery" viewBox="0 0 24 24"><path class="icon-strong" d="M17 6h2a1 1 0 011 1v10a1 1 0 01-1 1h-2v2H5a2 2 0 01-2-2V6a2 2 0 012-2h12v2z"/></svg>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Top app bar -->
144
+ <div class="topbar">
145
+ <div class="title">Alarm</div>
146
+ </div>
147
+ <div class="menu">
148
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span>
149
+ </div>
150
+
151
+ <!-- Main alarm card -->
152
+ <div class="card">
153
+ <div class="label-row">
154
+ <svg width="40" height="40" viewBox="0 0 24 24"><path class="icon-muted" d="M3 5h12l6 6v8a2 2 0 01-2 2H3V5zm13 0v5h5"/></svg>
155
+ <span>Add label</span>
156
+ </div>
157
+ <div class="fold-pill">
158
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#d7e7df" d="M7 14l5-5 5 5z"/></svg>
159
+ </div>
160
+
161
+ <div style="display:flex; align-items:flex-end; gap:12px;">
162
+ <div class="time">6:30</div>
163
+ <div class="ampm">AM</div>
164
+ </div>
165
+ <div class="subtext">Tomorrow</div>
166
+
167
+ <div class="switch on">
168
+ <div class="knob"></div>
169
+ </div>
170
+
171
+ <div class="days">
172
+ <div class="chip">S</div>
173
+ <div class="chip">M</div>
174
+ <div class="chip">T</div>
175
+ <div class="chip">W</div>
176
+ <div class="chip">T</div>
177
+ <div class="chip">F</div>
178
+ <div class="chip">S</div>
179
+ </div>
180
+
181
+ <div class="list">
182
+ <div class="row">
183
+ <div class="row-left">
184
+ <svg width="46" height="46" viewBox="0 0 24 24"><path class="icon-muted" d="M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm11 6H6v12h12V8zm-6 2h2v4h4v2h-6v-6z"/></svg>
185
+ <div class="row-text">Schedule alarm</div>
186
+ </div>
187
+ <div class="trailing"><div class="circle-action">+</div></div>
188
+ </div>
189
+
190
+ <div class="row">
191
+ <div class="row-left">
192
+ <svg width="46" height="46" viewBox="0 0 24 24"><path class="icon-muted" d="M12 22a7 7 0 100-14 7 7 0 000 14zm0-18l-2-2-2 2 2 2 2-2zm6 2l-2-2-2 2 2 2 2-2z"/></svg>
193
+ <div class="row-text">Default (Bright Morning)</div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="row">
198
+ <div class="row-left">
199
+ <svg width="46" height="46" viewBox="0 0 24 24"><path class="icon-muted" d="M3 7h3l4-3v16l-4-3H3V7zm14.5 2a3.5 3.5 0 010 7h-1v-2h1a1.5 1.5 0 000-3h-1V9h1z"/></svg>
200
+ <div class="row-text">Vibrate</div>
201
+ </div>
202
+ <div class="trailing">
203
+ <div class="check">
204
+ <svg width="38" height="38" viewBox="0 0 24 24"><path fill="#dafbe2" d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="row">
210
+ <div class="row-left">
211
+ <svg width="46" height="46" viewBox="0 0 24 24"><circle class="icon-muted" cx="7" cy="12" r="2"/><circle class="icon-muted" cx="12" cy="15" r="2"/><circle class="icon-muted" cx="17" cy="12" r="2"/></svg>
212
+ <div class="row-text">Google Assistant Routine</div>
213
+ </div>
214
+ <div class="trailing"><div class="circle-action">+</div></div>
215
+ </div>
216
+
217
+ <div class="row">
218
+ <div class="row-left">
219
+ <svg width="46" height="46" viewBox="0 0 24 24"><path class="icon-muted" d="M6 7h12v14H6V7zm2-3h8l1 2H7l1-2z"/></svg>
220
+ <div class="row-text">Delete</div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Snackbar -->
227
+ <div class="snackbar">Alarm set for 18 hours and 37 minutes from now.</div>
228
+
229
+ <!-- Partially visible second card -->
230
+ <div class="card small" style="width:996px; margin:22px auto 0;">
231
+ <div class="small-header">
232
+ <div class="small-title">Mon, Tue, Wed, Thu, Fri</div>
233
+ <div class="mini-switch">
234
+ <div class="knob"></div>
235
+ </div>
236
+ </div>
237
+ <div class="time-faint">9:00 <span style="font-size:48px; opacity:.6;">AM</span></div>
238
+ </div>
239
+
240
+ <!-- FAB -->
241
+ <div class="fab">+</div>
242
+
243
+ <!-- Gesture pill -->
244
+ <div class="gesture"></div>
245
+
246
+ <!-- Bottom navigation -->
247
+ <div class="bottom-nav">
248
+ <div class="nav-item active">
249
+ <div class="badge">
250
+ <svg class="ico" viewBox="0 0 24 24">
251
+ <path fill="#b9f6c2" d="M12 7a7 7 0 100 14 7 7 0 000-14zm-4-5l2 2-2 2-2-2 2-2zm8 0l2 2-2 2-2-2 2-2z"/>
252
+ </svg>
253
+ </div>
254
+ <span>Alarm</span>
255
+ </div>
256
+ <div class="nav-item">
257
+ <svg class="ico" viewBox="0 0 24 24"><path class="icon-muted" d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 11h5v-2h-5V5h-2v8h2z"/></svg>
258
+ <span>Clock</span>
259
+ </div>
260
+ <div class="nav-item">
261
+ <svg class="ico" viewBox="0 0 24 24"><path class="icon-muted" d="M7 2h10l-2 7 3 4H6l3-4-2-7zM6 19h12v3H6z"/></svg>
262
+ <span>Timer</span>
263
+ </div>
264
+ <div class="nav-item">
265
+ <svg class="ico" viewBox="0 0 24 24"><path class="icon-muted" d="M15 1H9v2h6V1zm-3 4a9 9 0 100 18 9 9 0 000-18zm1 5h-2v6h6v-2h-4V10z"/></svg>
266
+ <span>Stopwatch</span>
267
+ </div>
268
+ <div class="nav-item">
269
+ <svg class="ico" viewBox="0 0 24 24"><path class="icon-muted" d="M3 13h13V7h5v12H3v-6zm2-4h9v4H5v-4z"/></svg>
270
+ <span>Bedtime</span>
271
+ </div>
272
+ </div>
273
+
274
+ </div>
275
+ </body>
276
+ </html>
code/19882/19882_0.html ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Notes UI</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#FFFFFF;
12
+ color:#222;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; left:0; top:0; right:0; height:96px;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 36px;
19
+ font-weight:600; color:#1c1c1c; font-size:40px;
20
+ }
21
+ .status-right { display:flex; align-items:center; gap:22px; }
22
+ .badge-m {
23
+ font-size:34px; font-weight:700; color:#4c4c4c;
24
+ margin-left:14px; opacity:.8;
25
+ }
26
+ /* Toolbar with chips and icons */
27
+ .toolbar {
28
+ position:absolute; top:96px; left:0; right:0; height:140px;
29
+ display:flex; align-items:center; padding:0 28px;
30
+ }
31
+ .left-icon, .right-icon { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
32
+ .chips { display:flex; align-items:center; gap:20px; margin-left:10px; }
33
+ .chip {
34
+ padding:20px 34px; border-radius:40px; font-size:40px; font-weight:700;
35
+ border:1px solid #e5e8ef; color:#4a4f57; background:#eef1f6;
36
+ }
37
+ .chip.active { background:#2d6cff; color:#fff; border-color:#2d6cff; }
38
+ .chip.vip { background:#ff9f43; color:#fff; border-color:#ff9f43; font-weight:800; }
39
+ .toolbar-right { margin-left:auto; display:flex; align-items:center; gap:18px; }
40
+ /* Calendar badge */
41
+ .calendar {
42
+ width:84px; height:84px; border-radius:22px; background:#2f7fff; color:#fff;
43
+ display:flex; align-items:center; justify-content:center; font-weight:800; font-size:38px;
44
+ position:relative;
45
+ }
46
+ /* Promo banner */
47
+ .banner {
48
+ position:absolute; top:250px; left:0; right:0; height:260px;
49
+ margin:0 0; display:flex; align-items:center; justify-content:center;
50
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
51
+ color:#757575; font-size:36px; font-weight:600;
52
+ }
53
+ /* Illustration and message */
54
+ .empty-state {
55
+ position:absolute; top:600px; left:0; right:0;
56
+ display:flex; flex-direction:column; align-items:center; gap:40px;
57
+ padding:0 80px; text-align:center;
58
+ }
59
+ .img-placeholder {
60
+ width:460px; height:340px; background:#E0E0E0; border:1px solid #BDBDBD;
61
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:34px; border-radius:8px;
62
+ }
63
+ .headline {
64
+ font-size:56px; color:#6d6f73; font-weight:700; line-height:1.25;
65
+ }
66
+ /* Floating action button */
67
+ .fab-wrap {
68
+ position:absolute; right:64px; bottom:220px; width:188px; height:188px;
69
+ display:flex; align-items:center; justify-content:center;
70
+ filter: drop-shadow(0 8px 22px rgba(41,121,255,.35));
71
+ }
72
+ .fab {
73
+ width:188px; height:188px; border-radius:50%;
74
+ background: radial-gradient(100% 100% at 50% 0%, #6CC3FF 0%, #2E7BFF 60%, #2D6CFF 100%);
75
+ display:flex; align-items:center; justify-content:center;
76
+ }
77
+ .fab::after {
78
+ content:"";
79
+ width:148px; height:148px; border-radius:50%; position:absolute;
80
+ background:transparent; box-shadow:0 0 0 14px rgba(56,130,255,.15);
81
+ z-index:-1;
82
+ }
83
+ /* Gesture bar */
84
+ .gesture {
85
+ position:absolute; left:50%; transform:translateX(-50%);
86
+ bottom:36px; width:640px; height:14px; background:#000; border-radius:10px; opacity:.9;
87
+ }
88
+ /* Simple icon styles */
89
+ svg { display:block; }
90
+ </style>
91
+ </head>
92
+ <body>
93
+ <div id="render-target">
94
+ <!-- Status bar -->
95
+ <div class="status-bar">
96
+ <div style="display:flex; align-items:center;">
97
+ <div>12:26</div>
98
+ <div class="badge-m">M</div>
99
+ </div>
100
+ <div class="status-right">
101
+ <!-- WiFi -->
102
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#222" opacity="0.85">
103
+ <path d="M12 20l1.8-1.8a2.5 2.5 0 0 0-3.6 0L12 20zm4.5-4.5a6 6 0 0 0-9 0l1.4 1.4a4 4 0 0 1 6.2 0l1.4-1.4zm3.1-3.1a10 10 0 0 0-15.2 0l1.4 1.4a8 8 0 0 1 12.4 0l1.4-1.4z"/>
104
+ </svg>
105
+ <!-- Battery -->
106
+ <svg width="54" height="44" viewBox="0 0 28 24" fill="none">
107
+ <rect x="1" y="6" width="22" height="12" rx="2" stroke="#222" stroke-width="2"/>
108
+ <rect x="3" y="8" width="18" height="8" rx="1" fill="#222"/>
109
+ <rect x="23" y="9" width="4" height="6" rx="1" fill="#222"/>
110
+ </svg>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Toolbar with chips and actions -->
115
+ <div class="toolbar">
116
+ <div class="left-icon">
117
+ <!-- Hamburger -->
118
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f2937">
119
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
120
+ </svg>
121
+ </div>
122
+
123
+ <div class="chips">
124
+ <div class="chip active">All</div>
125
+ <div class="chip">Home</div>
126
+ <div class="chip vip">VIP</div>
127
+ </div>
128
+
129
+ <div class="toolbar-right">
130
+ <!-- Search -->
131
+ <div class="right-icon">
132
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#1f2937" stroke-width="2">
133
+ <circle cx="11" cy="11" r="7"></circle>
134
+ <path d="M20 20l-3.5-3.5"></path>
135
+ </svg>
136
+ </div>
137
+ <!-- Kebab -->
138
+ <div class="right-icon">
139
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="#1f2937">
140
+ <circle cx="12" cy="5" r="2"></circle>
141
+ <circle cx="12" cy="12" r="2"></circle>
142
+ <circle cx="12" cy="19" r="2"></circle>
143
+ </svg>
144
+ </div>
145
+ <!-- Calendar with 10 -->
146
+ <div class="calendar">10</div>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Promo banner -->
151
+ <div class="banner">[IMG: Promo banner]</div>
152
+
153
+ <!-- Empty state illustration and text -->
154
+ <div class="empty-state">
155
+ <div class="img-placeholder">[IMG: Notes illustration]</div>
156
+ <div class="headline">Keep notes organized. Get started.</div>
157
+ </div>
158
+
159
+ <!-- Floating Action Button -->
160
+ <div class="fab-wrap">
161
+ <div class="fab">
162
+ <svg width="86" height="86" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round">
163
+ <path d="M12 5v14M5 12h14"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Gesture bar -->
169
+ <div class="gesture"></div>
170
+ </div>
171
+ </body>
172
+ </html>
code/19882/19882_1.html ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121417; color: #EDEFF1;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 90px; padding: 22px 36px 0 36px;
18
+ box-sizing: border-box; color: #EDEFF1; font-weight: 600;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ font-size: 36px;
21
+ }
22
+ .status-icons { display: flex; gap: 26px; align-items: center; opacity: 0.9; }
23
+ .icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; }
24
+
25
+ /* Search row */
26
+ .search-wrap {
27
+ position: absolute; top: 96px; left: 36px; right: 36px;
28
+ }
29
+ .search-pill {
30
+ height: 112px; background: #26292E; border-radius: 56px;
31
+ display: flex; align-items: center; padding: 0 28px; gap: 26px;
32
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
33
+ }
34
+ .hamburger { width: 72px; height: 72px; background: rgba(255,255,255,0.06); border-radius: 24px; display:flex; align-items:center; justify-content:center; }
35
+ .search-input { flex: 1; color: #C9CDD1; font-size: 40px; }
36
+ .view-toggle { width: 92px; height: 72px; border-radius: 20px; display:flex; align-items:center; justify-content:center; background: rgba(255,255,255,0.06); }
37
+ .avatar {
38
+ width: 92px; height: 92px; border-radius: 46px;
39
+ background: #3E5665; display:flex; align-items:center; justify-content:center;
40
+ color: #EAF4FA; font-weight: 700; font-size: 46px;
41
+ margin-left: 4px;
42
+ }
43
+
44
+ /* Notes grid */
45
+ .notes {
46
+ position: absolute; top: 280px; left: 36px; right: 36px;
47
+ display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px;
48
+ }
49
+ .card {
50
+ height: 250px; border-radius: 28px; background: #1E2126;
51
+ box-shadow: 0 2px 0 rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.06);
52
+ padding: 36px; box-sizing: border-box;
53
+ }
54
+ .card h3 { margin: 0 0 18px 0; font-size: 54px; letter-spacing: 1px; }
55
+ .card p { margin: 0; font-size: 44px; color: #D6DADE; }
56
+
57
+ /* Bottom bar */
58
+ .bottom-bar {
59
+ position: absolute; left: 0; right: 0; bottom: 0;
60
+ height: 180px; background: #171A1E;
61
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
62
+ box-shadow: 0 -2px 0 rgba(255,255,255,0.04) inset;
63
+ display: flex; align-items: center; justify-content: space-around;
64
+ padding: 0 80px;
65
+ }
66
+ .nav-icon {
67
+ width: 92px; height: 92px; background: #22262B; border-radius: 22px;
68
+ display: flex; align-items: center; justify-content: center;
69
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
70
+ }
71
+
72
+ /* FAB */
73
+ .fab {
74
+ position: absolute; right: 72px; bottom: 204px;
75
+ width: 170px; height: 170px; background: #1D2126; border-radius: 40px;
76
+ display: flex; align-items: center; justify-content: center;
77
+ box-shadow: 0 8px 20px rgba(0,0,0,0.6);
78
+ }
79
+ .fab-inner {
80
+ width: 140px; height: 140px; border-radius: 32px; background: #20242A;
81
+ display: flex; align-items: center; justify-content: center;
82
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
83
+ }
84
+ .plus {
85
+ position: relative; width: 86px; height: 86px;
86
+ }
87
+ .plus span {
88
+ position: absolute; background: #3FA4FF; border-radius: 6px;
89
+ }
90
+ .plus .v { width: 18px; height: 86px; left: 34px; top: 0; }
91
+ .plus .h { width: 86px; height: 18px; left: 0; top: 34px; background: #4CD964; }
92
+ .plus .blk { display:none; } /* just to keep structure light */
93
+
94
+ /* Helper SVG styling */
95
+ svg { fill: none; stroke: #DADFE4; stroke-width: 5; }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <!-- Status Bar -->
102
+ <div class="status">
103
+ <div>12:29</div>
104
+ <div class="status-icons">
105
+ <!-- small mail-like icon to mimic -->
106
+ <div class="icon">
107
+ <svg viewBox="0 0 24 24">
108
+ <path d="M3 6h18v12H3z"></path>
109
+ <path d="M3 6l9 7 9-7"></path>
110
+ </svg>
111
+ </div>
112
+ <!-- WiFi -->
113
+ <div class="icon">
114
+ <svg viewBox="0 0 24 24">
115
+ <path d="M2 9c5-4 15-4 20 0"></path>
116
+ <path d="M5 12c3-3 11-3 14 0"></path>
117
+ <path d="M8 15c2-2 6-2 8 0"></path>
118
+ <circle cx="12" cy="18" r="1.6" fill="#DADFE4" stroke="none"></circle>
119
+ </svg>
120
+ </div>
121
+ <!-- Battery -->
122
+ <div class="icon">
123
+ <svg viewBox="0 0 28 24">
124
+ <rect x="1" y="6" width="22" height="12" rx="2"></rect>
125
+ <rect x="24" y="9" width="3" height="6" rx="1" stroke="#DADFE4"></rect>
126
+ <rect x="3.5" y="8.5" width="17" height="7" fill="#DADFE4" stroke="none"></rect>
127
+ </svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Search Row -->
133
+ <div class="search-wrap">
134
+ <div class="search-pill">
135
+ <div class="hamburger">
136
+ <svg viewBox="0 0 24 24">
137
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#DADFE4" stroke-width="2.8"></path>
138
+ </svg>
139
+ </div>
140
+ <div class="search-input">Search your notes</div>
141
+ <div class="view-toggle">
142
+ <svg viewBox="0 0 24 24" width="40" height="40">
143
+ <rect x="4" y="6" width="7" height="5" rx="1" stroke="#DADFE4"></rect>
144
+ <rect x="13" y="6" width="7" height="5" rx="1" stroke="#DADFE4"></rect>
145
+ <rect x="4" y="13" width="7" height="5" rx="1" stroke="#DADFE4"></rect>
146
+ <rect x="13" y="13" width="7" height="5" rx="1" stroke="#DADFE4"></rect>
147
+ </svg>
148
+ </div>
149
+ <div class="avatar">C</div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- Notes Grid -->
154
+ <div class="notes">
155
+ <div class="card">
156
+ <h3>ABC</h3>
157
+ <p>ABC</p>
158
+ </div>
159
+ <div class="card">
160
+ <h3>Testing</h3>
161
+ <p>Testing</p>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Floating Add Button -->
166
+ <div class="fab">
167
+ <div class="fab-inner">
168
+ <div class="plus">
169
+ <span class="v"></span>
170
+ <span class="h"></span>
171
+ </div>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Bottom Bar -->
176
+ <div class="bottom-bar">
177
+ <div class="nav-icon">
178
+ <!-- checklist -->
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M4 6h10M4 12h10M4 18h10" stroke="#DADFE4" stroke-width="2.6"></path>
181
+ <path d="M18 5l2 2 3-3" stroke="#76E39C" stroke-width="2.6"></path>
182
+ </svg>
183
+ </div>
184
+ <div class="nav-icon">
185
+ <!-- brush/pencil -->
186
+ <svg viewBox="0 0 24 24">
187
+ <path d="M3 17l5 4 13-13-5-5L3 17z"></path>
188
+ <path d="M14 4l6 6"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="nav-icon">
192
+ <!-- microphone -->
193
+ <svg viewBox="0 0 24 24">
194
+ <rect x="8" y="4" width="8" height="12" rx="4"></rect>
195
+ <path d="M4 12a8 8 0 0 0 16 0M12 20v3"></path>
196
+ </svg>
197
+ </div>
198
+ <div class="nav-icon">
199
+ <!-- image -->
200
+ <svg viewBox="0 0 24 24">
201
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
202
+ <path d="M5 16l4-4 3 3 3-3 4 4"></path>
203
+ <circle cx="9" cy="9" r="1.8" fill="#DADFE4" stroke="none"></circle>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+
208
+ </div>
209
+ </body>
210
+ </html>
code/19882/19882_10.html ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
6
+ <title>Note Detail</title>
7
+ <style>
8
+ :root{
9
+ --bg:#1f1f1f;
10
+ --text:#e9e9e9;
11
+ --muted:#bdbdbd;
12
+ --icon:#a6abb0;
13
+ }
14
+ body{ margin:0; padding:0; background:transparent; font-family:Roboto, Arial, sans-serif; }
15
+ #render-target{
16
+ width:1080px; height:2400px;
17
+ position:relative; overflow:hidden;
18
+ background:var(--bg); color:var(--text);
19
+ }
20
+
21
+ /* Status bar */
22
+ .status-bar{
23
+ position:absolute; left:0; top:0; width:100%; height:110px;
24
+ padding:0 36px; box-sizing:border-box;
25
+ display:flex; align-items:center; justify-content:space-between;
26
+ color:var(--text); font-size:38px; letter-spacing:0.5px;
27
+ }
28
+ .status-left{ display:flex; align-items:center; gap:22px; }
29
+ .status-right{ display:flex; align-items:center; gap:22px; }
30
+
31
+ /* Top actions and back */
32
+ .back-btn{
33
+ position:absolute; left:32px; top:130px;
34
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
35
+ }
36
+ .top-icons{
37
+ position:absolute; right:32px; top:140px;
38
+ display:flex; gap:54px; align-items:center;
39
+ }
40
+ .icon{ width:60px; height:60px; }
41
+ .icon path, .icon circle, .icon rect, .icon line{
42
+ stroke:var(--icon); fill:none; stroke-width:4; stroke-linecap:round; stroke-linejoin:round;
43
+ }
44
+
45
+ /* Title + content */
46
+ .title{
47
+ position:absolute; left:40px; top:260px;
48
+ font-size:96px; font-weight:500; color:#eaeaea;
49
+ }
50
+ .note-text{
51
+ position:absolute; left:40px; top:390px;
52
+ font-size:44px; color:var(--muted);
53
+ }
54
+
55
+ /* Bottom bar */
56
+ .bottom-bar{
57
+ position:absolute; left:0; bottom:0; width:100%; height:150px;
58
+ display:flex; align-items:center; justify-content:space-between;
59
+ padding:0 36px; box-sizing:border-box; color:var(--muted);
60
+ }
61
+ .bottom-left{ display:flex; align-items:center; gap:40px; }
62
+ .edited{ font-size:34px; opacity:0.9; }
63
+ .kebab{ width:50px; height:50px; position:relative; }
64
+ .kebab span{
65
+ position:absolute; left:50%; transform:translateX(-50%);
66
+ width:10px; height:10px; background:var(--icon); border-radius:50%;
67
+ }
68
+ .kebab span:nth-child(1){ top:6px; }
69
+ .kebab span:nth-child(2){ top:20px; }
70
+ .kebab span:nth-child(3){ top:34px; }
71
+
72
+ /* Small glyph next to the time */
73
+ .mini-chip{
74
+ width:44px; height:44px; border-radius:10px;
75
+ background:#2a2a2a; color:#d7d7d7; font-size:26px;
76
+ display:flex; align-items:center; justify-content:center;
77
+ border:1px solid #303030;
78
+ }
79
+ </style>
80
+ </head>
81
+ <body>
82
+ <div id="render-target">
83
+
84
+ <!-- Status bar -->
85
+ <div class="status-bar">
86
+ <div class="status-left">
87
+ <div>12:41</div>
88
+ <div class="mini-chip">M</div>
89
+ </div>
90
+ <div class="status-right">
91
+ <!-- Wi‑Fi -->
92
+ <svg class="icon" viewBox="0 0 48 48">
93
+ <path d="M6 18c10-8 26-8 36 0"></path>
94
+ <path d="M12 24c7-6 17-6 24 0"></path>
95
+ <path d="M18 30c4-4 8-4 12 0"></path>
96
+ <circle cx="24" cy="36" r="2" fill="var(--icon)" stroke="none"></circle>
97
+ </svg>
98
+ <!-- Battery -->
99
+ <svg class="icon" viewBox="0 0 48 48">
100
+ <rect x="6" y="14" width="32" height="20" rx="3"></rect>
101
+ <rect x="38" y="20" width="4" height="8" rx="1" fill="var(--icon)" stroke="none"></rect>
102
+ <rect x="10" y="18" width="24" height="12" rx="2" fill="var(--icon)" stroke="none"></rect>
103
+ </svg>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Back button -->
108
+ <div class="back-btn">
109
+ <svg class="icon" viewBox="0 0 48 48">
110
+ <path d="M30 10 L12 24 L30 38"></path>
111
+ </svg>
112
+ </div>
113
+
114
+ <!-- Right aligned top icons -->
115
+ <div class="top-icons">
116
+ <!-- Pin -->
117
+ <svg class="icon" viewBox="0 0 48 48">
118
+ <path d="M16 10h16l-6 8v8l6 6H16l6-6v-8z"></path>
119
+ <line x1="22" y1="32" x2="18" y2="40"></line>
120
+ </svg>
121
+ <!-- Bell with plus -->
122
+ <svg class="icon" viewBox="0 0 48 48">
123
+ <path d="M24 10c-6 0-10 5-10 11v6l-4 6h28l-4-6v-6c0-6-4-11-10-11z"></path>
124
+ <path d="M20 38c1.5 4 6.5 4 8 0" stroke-width="3"></path>
125
+ <line x1="34" y1="12" x2="34" y2="22"></line>
126
+ <line x1="29" y1="17" x2="39" y2="17"></line>
127
+ </svg>
128
+ <!-- Archive/Download -->
129
+ <svg class="icon" viewBox="0 0 48 48">
130
+ <rect x="8" y="10" width="32" height="8" rx="2"></rect>
131
+ <rect x="10" y="18" width="28" height="20" rx="2"></rect>
132
+ <path d="M24 20v10"></path>
133
+ <path d="M20 26l4 4 4-4"></path>
134
+ </svg>
135
+ </div>
136
+
137
+ <!-- Content -->
138
+ <div class="title">ABC</div>
139
+ <div class="note-text">ABC</div>
140
+
141
+ <!-- Bottom bar -->
142
+ <div class="bottom-bar">
143
+ <div class="bottom-left">
144
+ <!-- Add (square with plus) -->
145
+ <svg class="icon" viewBox="0 0 48 48">
146
+ <rect x="8" y="8" width="32" height="32" rx="6"></rect>
147
+ <line x1="24" y1="16" x2="24" y2="32"></line>
148
+ <line x1="16" y1="24" x2="32" y2="24"></line>
149
+ </svg>
150
+ <!-- Palette -->
151
+ <svg class="icon" viewBox="0 0 48 48">
152
+ <path d="M24 8c-9 0-16 6-16 14s6 12 12 12h6c4 0 6-3 6-6 0-2-2-4-4-4h-3"></path>
153
+ <circle cx="16" cy="18" r="2" fill="var(--icon)" stroke="none"></circle>
154
+ <circle cx="22" cy="14" r="2" fill="var(--icon)" stroke="none"></circle>
155
+ <circle cx="28" cy="18" r="2" fill="var(--icon)" stroke="none"></circle>
156
+ </svg>
157
+ </div>
158
+ <div class="edited">Edited 12:15 PM</div>
159
+ <div class="kebab">
160
+ <span></span><span></span><span></span>
161
+ </div>
162
+ </div>
163
+
164
+ </div>
165
+ </body>
166
+ </html>
code/19882/19882_2.html ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body {
7
+ margin: 0;
8
+ padding: 0;
9
+ background: transparent;
10
+ font-family: Roboto, Arial, sans-serif;
11
+ }
12
+ #render-target {
13
+ width: 1080px;
14
+ height: 2400px;
15
+ position: relative;
16
+ overflow: hidden;
17
+ background: #202124; /* dark theme */
18
+ color: #E6E6E6;
19
+ }
20
+
21
+ /* Status bar */
22
+ .statusbar {
23
+ position: absolute;
24
+ top: 0;
25
+ left: 0;
26
+ width: 100%;
27
+ height: 100px;
28
+ padding: 0 36px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ color: #DADCE0;
33
+ font-size: 38px;
34
+ letter-spacing: 0.5px;
35
+ }
36
+ .status-left, .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 20px;
40
+ }
41
+ .gmail-chip {
42
+ font-size: 34px;
43
+ color: #DADCE0;
44
+ border: 2px solid #5f6368;
45
+ border-radius: 10px;
46
+ padding: 6px 10px;
47
+ line-height: 1;
48
+ }
49
+ .icon {
50
+ display: inline-flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+ .icon svg {
55
+ width: 44px;
56
+ height: 44px;
57
+ }
58
+ .icon path, .icon rect, .icon circle, .icon line, .icon polyline {
59
+ stroke: #B0B3B8;
60
+ fill: none;
61
+ stroke-width: 3.5;
62
+ stroke-linecap: round;
63
+ stroke-linejoin: round;
64
+ }
65
+
66
+ /* App bar */
67
+ .appbar {
68
+ position: absolute;
69
+ top: 100px;
70
+ left: 0;
71
+ width: 100%;
72
+ height: 140px;
73
+ }
74
+ .appbar-inner {
75
+ position: absolute;
76
+ top: 16px;
77
+ left: 20px;
78
+ right: 20px;
79
+ height: 110px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: space-between;
83
+ }
84
+ .back-btn {
85
+ padding-left: 18px;
86
+ }
87
+ .tools {
88
+ display: flex;
89
+ gap: 46px;
90
+ padding-right: 18px;
91
+ }
92
+
93
+ /* Content */
94
+ .content {
95
+ position: absolute;
96
+ top: 260px; /* below status + app bar */
97
+ left: 36px;
98
+ right: 36px;
99
+ }
100
+ .title {
101
+ font-size: 84px;
102
+ font-weight: 500;
103
+ margin: 0 0 46px 0;
104
+ color: #E8EAED;
105
+ }
106
+ .body-text {
107
+ font-size: 42px;
108
+ color: #CFCFCF;
109
+ }
110
+
111
+ /* Bottom actions */
112
+ .bottom-area {
113
+ position: absolute;
114
+ left: 0;
115
+ right: 0;
116
+ bottom: 140px;
117
+ height: 120px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: space-between;
121
+ padding: 0 40px;
122
+ }
123
+ .bottom-left {
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 46px;
127
+ }
128
+ .plus-square {
129
+ width: 70px;
130
+ height: 70px;
131
+ border: 3px solid #6E6E6E;
132
+ border-radius: 10px;
133
+ position: relative;
134
+ }
135
+ .plus-square:before,
136
+ .plus-square:after {
137
+ content: "";
138
+ position: absolute;
139
+ background: #C0C0C0;
140
+ left: 50%;
141
+ top: 50%;
142
+ transform: translate(-50%, -50%);
143
+ }
144
+ .plus-square:before {
145
+ width: 34px;
146
+ height: 4px;
147
+ border-radius: 2px;
148
+ }
149
+ .plus-square:after {
150
+ width: 4px;
151
+ height: 34px;
152
+ border-radius: 2px;
153
+ }
154
+ .palette-icon {
155
+ width: 70px;
156
+ height: 70px;
157
+ position: relative;
158
+ }
159
+ .palette-icon svg {
160
+ width: 70px;
161
+ height: 70px;
162
+ }
163
+
164
+ .edited-time {
165
+ position: absolute;
166
+ bottom: 140px;
167
+ left: 0;
168
+ right: 0;
169
+ text-align: center;
170
+ color: #B0B3B8;
171
+ font-size: 34px;
172
+ letter-spacing: 0.2px;
173
+ }
174
+
175
+ .more-menu {
176
+ width: 60px;
177
+ height: 60px;
178
+ }
179
+ .ellipsis {
180
+ position: absolute;
181
+ right: 40px;
182
+ bottom: 160px;
183
+ }
184
+
185
+ /* Home indicator */
186
+ .home-indicator {
187
+ position: absolute;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ bottom: 48px;
191
+ width: 360px;
192
+ height: 14px;
193
+ background: #F1F1F1;
194
+ border-radius: 8px;
195
+ opacity: 0.9;
196
+ }
197
+ </style>
198
+ </head>
199
+ <body>
200
+ <div id="render-target">
201
+
202
+ <!-- Status bar -->
203
+ <div class="statusbar">
204
+ <div class="status-left">
205
+ <div>12:30</div>
206
+ <div class="gmail-chip">M</div>
207
+ </div>
208
+ <div class="status-right">
209
+ <!-- WiFi -->
210
+ <div class="icon">
211
+ <svg viewBox="0 0 24 24">
212
+ <path d="M2 8c4-3 16-3 20 0"></path>
213
+ <path d="M5 12c3-2 11-2 14 0"></path>
214
+ <path d="M8 16c2-1 6-1 8 0"></path>
215
+ <circle cx="12" cy="19" r="1.6" fill="#B0B3B8"></circle>
216
+ </svg>
217
+ </div>
218
+ <!-- Battery -->
219
+ <div class="icon">
220
+ <svg viewBox="0 0 24 24">
221
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
222
+ <rect x="21" y="10" width="2" height="4" rx="1" fill="#B0B3B8"></rect>
223
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#B0B3B8" stroke="none"></rect>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- App bar with back and actions -->
230
+ <div class="appbar">
231
+ <div class="appbar-inner">
232
+ <div class="back-btn icon">
233
+ <svg viewBox="0 0 24 24">
234
+ <path d="M14 5L6 12l8 7"></path>
235
+ </svg>
236
+ </div>
237
+ <div class="tools">
238
+ <!-- Pin -->
239
+ <div class="icon">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M8 4l8 4-3 3 5 6"></path>
242
+ <path d="M5 21l6-5"></path>
243
+ </svg>
244
+ </div>
245
+ <!-- Bell -->
246
+ <div class="icon">
247
+ <svg viewBox="0 0 24 24">
248
+ <path d="M18 15V11a6 6 0 10-12 0v4"></path>
249
+ <path d="M5 15h14"></path>
250
+ <path d="M10 19a2 2 0 004 0"></path>
251
+ </svg>
252
+ </div>
253
+ <!-- Archive -->
254
+ <div class="icon">
255
+ <svg viewBox="0 0 24 24">
256
+ <rect x="3" y="4" width="18" height="5" rx="1.5"></rect>
257
+ <rect x="3" y="9" width="18" height="11" rx="2"></rect>
258
+ <path d="M12 12v6"></path>
259
+ <path d="M9 15l3-3 3 3"></path>
260
+ </svg>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Content -->
267
+ <div class="content">
268
+ <h1 class="title">ABC</h1>
269
+ <div class="body-text">ABC</div>
270
+ </div>
271
+
272
+ <!-- Edited time -->
273
+ <div class="edited-time">Edited 12:15 PM</div>
274
+
275
+ <!-- Bottom actions -->
276
+ <div class="bottom-area">
277
+ <div class="bottom-left">
278
+ <div class="plus-square"></div>
279
+ <div class="palette-icon icon">
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M12 3a9 9 0 00-9 9c0 3.9 3.1 5.3 6 4.7 1.1-.2 1.6.8 1.6 1.7 0 1.5 1.4 2.6 3 2.6a7.8 7.8 0 000-15z"></path>
282
+ <circle cx="7" cy="9" r="1.3" fill="#B0B3B8"></circle>
283
+ <circle cx="10.5" cy="7" r="1.3" fill="#B0B3B8"></circle>
284
+ <circle cx="15" cy="8.5" r="1.3" fill="#B0B3B8"></circle>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+ <div class="ellipsis icon more-menu">
289
+ <svg viewBox="0 0 24 24">
290
+ <circle cx="12" cy="5" r="2" fill="#B0B3B8" stroke="none"></circle>
291
+ <circle cx="12" cy="12" r="2" fill="#B0B3B8" stroke="none"></circle>
292
+ <circle cx="12" cy="19" r="2" fill="#B0B3B8" stroke="none"></circle>
293
+ </svg>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Home indicator bar -->
298
+ <div class="home-indicator"></div>
299
+
300
+ </div>
301
+ </body>
302
+ </html>
code/19882/19882_3.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #111213;
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: 120px;
23
+ padding: 24px 32px;
24
+ box-sizing: border-box;
25
+ color: #EAEAEA;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ }
30
+ .status-left {
31
+ display: inline-flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ font-size: 40px;
35
+ letter-spacing: 1px;
36
+ }
37
+ .status-icon {
38
+ width: 48px;
39
+ height: 48px;
40
+ background: #2A2A2A;
41
+ border-radius: 10px;
42
+ }
43
+ .status-right {
44
+ display: inline-flex;
45
+ align-items: center;
46
+ gap: 26px;
47
+ }
48
+ .status-right svg { width: 48px; height: 48px; fill: none; stroke: #EAEAEA; stroke-width: 3; }
49
+
50
+ /* Back button */
51
+ .back-btn {
52
+ position: absolute;
53
+ top: 160px;
54
+ left: 40px;
55
+ width: 90px;
56
+ height: 90px;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ color: #BDBDBD;
61
+ }
62
+ .back-btn svg { width: 56px; height: 56px; stroke: #BDBDBD; stroke-width: 6; fill: none; }
63
+
64
+ /* Note header */
65
+ .note-header {
66
+ position: absolute;
67
+ top: 250px;
68
+ left: 40px;
69
+ right: 40px;
70
+ display: flex;
71
+ align-items: flex-start;
72
+ justify-content: space-between;
73
+ }
74
+ .title-block {
75
+ color: #9FA3A7;
76
+ }
77
+ .title-block .title {
78
+ font-size: 90px;
79
+ line-height: 1.1;
80
+ margin: 0 0 30px 0;
81
+ font-weight: 500;
82
+ letter-spacing: 1px;
83
+ }
84
+ .title-block .subtitle {
85
+ font-size: 46px;
86
+ color: #7C8084;
87
+ }
88
+ .action-icons {
89
+ display: inline-flex;
90
+ gap: 54px;
91
+ padding-right: 20px;
92
+ }
93
+ .action-icons svg {
94
+ width: 70px;
95
+ height: 70px;
96
+ stroke: #6E7075;
97
+ fill: none;
98
+ stroke-width: 4;
99
+ opacity: 0.9;
100
+ }
101
+
102
+ /* Empty content area */
103
+ .content-area {
104
+ position: absolute;
105
+ top: 480px;
106
+ left: 0;
107
+ right: 0;
108
+ bottom: 860px;
109
+ }
110
+
111
+ /* Bottom sheet menu */
112
+ .bottom-sheet {
113
+ position: absolute;
114
+ bottom: 0;
115
+ left: 0;
116
+ width: 1080px;
117
+ height: 880px;
118
+ background: #2C2F33;
119
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.6);
120
+ border-top-left-radius: 0;
121
+ border-top-right-radius: 0;
122
+ padding-top: 40px;
123
+ box-sizing: border-box;
124
+ }
125
+ .menu {
126
+ width: 100%;
127
+ }
128
+ .menu-item {
129
+ display: flex;
130
+ align-items: center;
131
+ gap: 36px;
132
+ padding: 36px 56px;
133
+ border-top: 1px solid #3A3D42;
134
+ }
135
+ .menu-item:first-child { border-top: none; }
136
+ .menu-icon {
137
+ width: 74px;
138
+ height: 74px;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ }
143
+ .menu-icon svg {
144
+ width: 74px;
145
+ height: 74px;
146
+ stroke: #E4E6EB;
147
+ fill: none;
148
+ stroke-width: 4.5;
149
+ }
150
+ .menu-text {
151
+ font-size: 56px;
152
+ color: #E6E6E6;
153
+ letter-spacing: 0.5px;
154
+ }
155
+ .gesture-bar {
156
+ position: absolute;
157
+ bottom: 30px;
158
+ left: 50%;
159
+ transform: translateX(-50%);
160
+ width: 420px;
161
+ height: 16px;
162
+ background: #DADADA;
163
+ border-radius: 10px;
164
+ opacity: 0.85;
165
+ }
166
+ </style>
167
+ </head>
168
+ <body>
169
+ <div id="render-target">
170
+
171
+ <!-- Status Bar -->
172
+ <div class="status-bar">
173
+ <div class="status-left">
174
+ <div>12:31</div>
175
+ <div class="status-icon" aria-label="App indicator"></div>
176
+ </div>
177
+ <div class="status-right">
178
+ <!-- WiFi -->
179
+ <svg viewBox="0 0 24 24">
180
+ <path d="M2 8c5-4 15-4 20 0"/>
181
+ <path d="M5 11c4-3 10-3 14 0"/>
182
+ <path d="M8 14c2-2 6-2 8 0"/>
183
+ <circle cx="12" cy="18" r="1.6" fill="#EAEAEA" stroke="none"/>
184
+ </svg>
185
+ <!-- Battery -->
186
+ <svg viewBox="0 0 24 24">
187
+ <rect x="1.5" y="5" width="18" height="14" rx="2"/>
188
+ <rect x="20" y="9" width="2.5" height="6" rx="1"/>
189
+ <rect x="4" y="7.5" width="12" height="9" fill="#EAEAEA" stroke="none"/>
190
+ </svg>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Back Button -->
195
+ <div class="back-btn" aria-label="Back">
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M15 5l-7 7 7 7"/>
198
+ </svg>
199
+ </div>
200
+
201
+ <!-- Header with title and action icons -->
202
+ <div class="note-header">
203
+ <div class="title-block">
204
+ <div class="title">ABC</div>
205
+ <div class="subtitle">ABC</div>
206
+ </div>
207
+ <div class="action-icons">
208
+ <!-- Pin -->
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M8 3l7 7-2 2-3 6-2-2 6-3 2-2-7-7z"/>
211
+ </svg>
212
+ <!-- Bell -->
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M12 3c-3 0-5 2-5 5v4l-2 3h14l-2-3V8c0-3-2-5-5-5z"/>
215
+ <path d="M10 19c0 1 1 2 2 2s2-1 2-2"/>
216
+ </svg>
217
+ <!-- Archive / Download -->
218
+ <svg viewBox="0 0 24 24">
219
+ <rect x="3" y="4" width="18" height="6" rx="2"/>
220
+ <rect x="5" y="10" width="14" height="10" rx="2"/>
221
+ <path d="M12 7v6"/>
222
+ <path d="M9 10l3 3 3-3"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Empty content area (black space) -->
228
+ <div class="content-area"></div>
229
+
230
+ <!-- Bottom Sheet Menu -->
231
+ <div class="bottom-sheet">
232
+ <div class="menu">
233
+ <div class="menu-item">
234
+ <div class="menu-icon">
235
+ <!-- Trash -->
236
+ <svg viewBox="0 0 24 24">
237
+ <path d="M4 7h16"/>
238
+ <path d="M9 7V5h6v2"/>
239
+ <rect x="6" y="7" width="12" height="13" rx="2"/>
240
+ <path d="M10 11v6M14 11v6"/>
241
+ </svg>
242
+ </div>
243
+ <div class="menu-text">Delete</div>
244
+ </div>
245
+
246
+ <div class="menu-item">
247
+ <div class="menu-icon">
248
+ <!-- Copy -->
249
+ <svg viewBox="0 0 24 24">
250
+ <rect x="8" y="8" width="10" height="10" rx="2"/>
251
+ <rect x="4" y="4" width="10" height="10" rx="2"/>
252
+ </svg>
253
+ </div>
254
+ <div class="menu-text">Make a copy</div>
255
+ </div>
256
+
257
+ <div class="menu-item">
258
+ <div class="menu-icon">
259
+ <!-- Share -->
260
+ <svg viewBox="0 0 24 24">
261
+ <circle cx="6" cy="12" r="2"/>
262
+ <circle cx="18" cy="6" r="2"/>
263
+ <circle cx="18" cy="18" r="2"/>
264
+ <path d="M8 12l8-6M8 12l8 6"/>
265
+ </svg>
266
+ </div>
267
+ <div class="menu-text">Send</div>
268
+ </div>
269
+
270
+ <div class="menu-item">
271
+ <div class="menu-icon">
272
+ <!-- Person add -->
273
+ <svg viewBox="0 0 24 24">
274
+ <circle cx="9" cy="8" r="3"/>
275
+ <path d="M4 19c0-3 3-5 5-5s5 2 5 5"/>
276
+ <path d="M17 9v6M14 12h6"/>
277
+ </svg>
278
+ </div>
279
+ <div class="menu-text">Collaborator</div>
280
+ </div>
281
+
282
+ <div class="menu-item">
283
+ <div class="menu-icon">
284
+ <!-- Label tag -->
285
+ <svg viewBox="0 0 24 24">
286
+ <path d="M3 7v6l8 8 10-10-8-8H7a4 4 0 0 0-4 4z"/>
287
+ <circle cx="7" cy="9" r="1.8" fill="#E4E6EB" stroke="none"/>
288
+ </svg>
289
+ </div>
290
+ <div class="menu-text">Labels</div>
291
+ </div>
292
+
293
+ <div class="menu-item">
294
+ <div class="menu-icon">
295
+ <!-- Help / feedback -->
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="12" cy="12" r="9"/>
298
+ <path d="M12 16v-2"/>
299
+ <path d="M9.5 9.5a3.5 3.5 0 1 1 5 3"/>
300
+ </svg>
301
+ </div>
302
+ <div class="menu-text">Help & feedback</div>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="gesture-bar"></div>
307
+ </div>
308
+
309
+ </div>
310
+ </body>
311
+ </html>
code/19882/19882_4.html ADDED
@@ -0,0 +1,260 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI Render</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: #111214;
13
+ color: #E0E0E0;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 100%;
22
+ height: 120px;
23
+ }
24
+ .status .time {
25
+ position: absolute;
26
+ left: 34px;
27
+ top: 32px;
28
+ font-size: 42px;
29
+ color: #cfcfcf;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status .icons {
33
+ position: absolute;
34
+ right: 36px;
35
+ top: 28px;
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ opacity: 0.9;
40
+ }
41
+
42
+ /* Back button */
43
+ .back-btn {
44
+ position: absolute;
45
+ left: 40px;
46
+ top: 150px;
47
+ width: 60px;
48
+ height: 60px;
49
+ opacity: 0.75;
50
+ }
51
+
52
+ /* Title and body text */
53
+ .title {
54
+ position: absolute;
55
+ left: 40px;
56
+ top: 290px;
57
+ font-size: 72px;
58
+ font-weight: 500;
59
+ color: #bdbdbd;
60
+ }
61
+ .text {
62
+ position: absolute;
63
+ left: 40px;
64
+ top: 420px;
65
+ font-size: 40px;
66
+ color: #9e9e9e;
67
+ }
68
+
69
+ /* Top right action icons */
70
+ .top-actions {
71
+ position: absolute;
72
+ right: 40px;
73
+ top: 240px;
74
+ display: flex;
75
+ gap: 56px;
76
+ }
77
+ .top-actions .icon {
78
+ width: 48px;
79
+ height: 48px;
80
+ opacity: 0.65;
81
+ }
82
+
83
+ /* Bottom sheet */
84
+ .sheet {
85
+ position: absolute;
86
+ left: 90px;
87
+ bottom: 540px;
88
+ width: 900px;
89
+ background: #2a2a2d;
90
+ border-radius: 60px;
91
+ padding: 50px 60px;
92
+ box-shadow: 0 24px 100px rgba(0,0,0,0.65);
93
+ }
94
+ .sheet .item {
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 36px;
98
+ padding: 42px 0;
99
+ border-bottom: 1px solid rgba(255,255,255,0.06);
100
+ }
101
+ .sheet .item:last-child { border-bottom: none; }
102
+ .sheet .item span {
103
+ font-size: 48px;
104
+ color: #dcdcdc;
105
+ }
106
+
107
+ /* Bottom controls */
108
+ .edited {
109
+ position: absolute;
110
+ bottom: 190px;
111
+ left: 50%;
112
+ transform: translateX(-50%);
113
+ font-size: 34px;
114
+ color: #9e9e9e;
115
+ }
116
+
117
+ .bottom-bar {
118
+ position: absolute;
119
+ left: 0;
120
+ bottom: 90px;
121
+ width: 100%;
122
+ display: flex;
123
+ align-items: center;
124
+ justify-content: space-between;
125
+ padding: 0 40px;
126
+ }
127
+ .bottom-left {
128
+ display: flex;
129
+ gap: 36px;
130
+ align-items: center;
131
+ }
132
+
133
+ /* Three-dot menu */
134
+ .menu {
135
+ position: absolute;
136
+ right: 36px;
137
+ bottom: 190px;
138
+ width: 14px;
139
+ height: 64px;
140
+ display: flex;
141
+ flex-direction: column;
142
+ justify-content: center;
143
+ align-items: center;
144
+ gap: 12px;
145
+ opacity: 0.65;
146
+ }
147
+ .menu div {
148
+ width: 10px;
149
+ height: 10px;
150
+ background: #bdbdbd;
151
+ border-radius: 50%;
152
+ }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+
158
+ <!-- Status bar -->
159
+ <div class="status">
160
+ <div class="time">12:31</div>
161
+ <div class="icons">
162
+ <!-- Wifi -->
163
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
164
+ <path d="M2 9c5.5-4.4 14.5-4.4 20 0" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
165
+ <path d="M5 12c4-3 10-3 14 0" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
166
+ <path d="M9 15c2-1.5 4-1.5 6 0" stroke="#d5d5d5" stroke-width="2" stroke-linecap="round"/>
167
+ <circle cx="12" cy="18" r="1.8" fill="#d5d5d5"/>
168
+ </svg>
169
+ <!-- Battery -->
170
+ <svg width="38" height="38" viewBox="0 0 24 24">
171
+ <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#d5d5d5" stroke-width="2"/>
172
+ <rect x="4" y="9" width="12" height="6" rx="1" fill="#d5d5d5"/>
173
+ <rect x="20" y="10" width="2" height="4" fill="#d5d5d5"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Back arrow -->
179
+ <svg class="back-btn" viewBox="0 0 24 24">
180
+ <path d="M15 6l-6 6 6 6" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
181
+ </svg>
182
+
183
+ <!-- Title and text -->
184
+ <div class="title">ABC</div>
185
+ <div class="text">ABC</div>
186
+
187
+ <!-- Top right action icons -->
188
+ <div class="top-actions">
189
+ <!-- Pin -->
190
+ <svg class="icon" viewBox="0 0 24 24">
191
+ <path d="M8 4l8 4-4 4 4 4-8-4" fill="none" stroke="#bdbdbd" stroke-width="2" stroke-linejoin="round" stroke-linecap="round"/>
192
+ <path d="M12 20v-4" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round"/>
193
+ </svg>
194
+ <!-- Bell -->
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <path d="M12 3c-3 0-5 2.5-5 5.5V14l-2 2h14l-2-2V8.5C17 5.5 15 3 12 3z" fill="none" stroke="#bdbdbd" stroke-width="2"/>
197
+ <circle cx="12" cy="19" r="2" fill="#bdbdbd"/>
198
+ </svg>
199
+ <!-- Archive/Download -->
200
+ <svg class="icon" viewBox="0 0 24 24">
201
+ <rect x="4" y="4" width="16" height="14" rx="2" fill="none" stroke="#bdbdbd" stroke-width="2"/>
202
+ <path d="M12 7v6" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round"/>
203
+ <path d="M9 10l3 3 3-3" stroke="#bdbdbd" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
204
+ </svg>
205
+ </div>
206
+
207
+ <!-- Bottom sheet -->
208
+ <div class="sheet">
209
+ <div class="item">
210
+ <!-- Docs icon -->
211
+ <svg width="64" height="64" viewBox="0 0 24 24">
212
+ <path d="M6 3h8l4 4v14H6z" fill="none" stroke="#e8e8e8" stroke-width="2" />
213
+ <path d="M14 3v5h5" stroke="#e8e8e8" stroke-width="2" fill="none" />
214
+ <path d="M8 12h8M8 15h8M8 18h8" stroke="#e8e8e8" stroke-width="2" stroke-linecap="round"/>
215
+ </svg>
216
+ <span>Copy to Google Docs</span>
217
+ </div>
218
+ <div class="item">
219
+ <!-- Apps grid icon -->
220
+ <svg width="64" height="64" viewBox="0 0 24 24">
221
+ <rect x="3" y="3" width="6" height="6" rx="1" stroke="#e8e8e8" stroke-width="2" fill="none"/>
222
+ <rect x="15" y="3" width="6" height="6" rx="1" stroke="#e8e8e8" stroke-width="2" fill="none"/>
223
+ <rect x="3" y="15" width="6" height="6" rx="1" stroke="#e8e8e8" stroke-width="2" fill="none"/>
224
+ <rect x="15" y="15" width="6" height="6" rx="1" stroke="#e8e8e8" stroke-width="2" fill="none"/>
225
+ </svg>
226
+ <span>Send via other apps</span>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Edited text -->
231
+ <div class="edited">Edited 12:15 PM</div>
232
+
233
+ <!-- Bottom actions -->
234
+ <div class="bottom-bar">
235
+ <div class="bottom-left">
236
+ <!-- Plus in square -->
237
+ <svg width="64" height="64" viewBox="0 0 24 24" opacity="0.7">
238
+ <rect x="3" y="3" width="18" height="18" rx="2" fill="none" stroke="#bdbdbd" stroke-width="2"/>
239
+ <path d="M12 7v10M7 12h10" stroke="#bdbdbd" stroke-width="2" stroke-linecap="round"/>
240
+ </svg>
241
+ <!-- Palette -->
242
+ <svg width="64" height="64" viewBox="0 0 24 24" opacity="0.7">
243
+ <path d="M12 4c5 0 8 3 8 7 0 3-2 5-4 5h-2a2 2 0 0 1-2-2c0-1-1-2-2-2H8c-2 0-4-2-4-4 0-2 2-4 4-4z" fill="none" stroke="#bdbdbd" stroke-width="2"/>
244
+ <circle cx="7" cy="9" r="1.5" fill="#bdbdbd"/>
245
+ <circle cx="10.5" cy="7.5" r="1.5" fill="#bdbdbd"/>
246
+ <circle cx="14" cy="9" r="1.5" fill="#bdbdbd"/>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Three dot menu -->
252
+ <div class="menu">
253
+ <div></div>
254
+ <div></div>
255
+ <div></div>
256
+ </div>
257
+
258
+ </div>
259
+ </body>
260
+ </html>
code/19882/19882_5.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Share Sheet Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f0f10;
14
+ color: #e5e5e7;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 80px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ box-sizing: border-box;
29
+ color: #dcdcdc;
30
+ font-weight: 600;
31
+ font-size: 38px;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .status-right {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 26px;
43
+ }
44
+ .status-icon svg { width: 44px; height: 44px; fill: none; stroke: #dcdcdc; stroke-width: 3; }
45
+
46
+ /* Header area */
47
+ .header {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 24px;
51
+ right: 24px;
52
+ color: #bfbfc3;
53
+ }
54
+ .back-row {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 28px;
58
+ }
59
+ .back-icon svg { width: 56px; height: 56px; stroke: #bdbdbd; stroke-width: 5; fill: none; }
60
+ .top-actions {
61
+ margin-left: auto;
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 42px;
65
+ }
66
+ .top-actions svg { width: 52px; height: 52px; stroke: #6e6e73; fill: none; stroke-width: 3; opacity: 0.6; }
67
+ .title {
68
+ margin-top: 36px;
69
+ font-size: 88px;
70
+ letter-spacing: 2px;
71
+ color: #cfcfd3;
72
+ }
73
+ .subtitle {
74
+ margin-top: 14px;
75
+ font-size: 38px;
76
+ color: #8a8a8f;
77
+ }
78
+
79
+ /* Bottom sheet */
80
+ .sheet {
81
+ position: absolute;
82
+ left: 0;
83
+ right: 0;
84
+ bottom: 0;
85
+ height: 980px;
86
+ background: #1a1a1d;
87
+ border-top-left-radius: 36px;
88
+ border-top-right-radius: 36px;
89
+ box-shadow: 0 -30px 60px rgba(0,0,0,0.45);
90
+ padding: 28px 36px 40px;
91
+ box-sizing: border-box;
92
+ }
93
+ .sheet-handle {
94
+ width: 120px;
95
+ height: 10px;
96
+ background: #2c2c30;
97
+ border-radius: 10px;
98
+ margin: 8px auto 22px;
99
+ }
100
+ .sheet-title {
101
+ font-size: 46px;
102
+ color: #dcdce0;
103
+ }
104
+ .actions {
105
+ margin-top: 36px;
106
+ display: flex;
107
+ gap: 28px;
108
+ }
109
+ .pill {
110
+ display: flex;
111
+ align-items: center;
112
+ gap: 18px;
113
+ padding: 22px 32px;
114
+ border: 2px solid #59638b;
115
+ border-radius: 22px;
116
+ color: #e6e8ff;
117
+ font-size: 40px;
118
+ background: #1b1b1f;
119
+ }
120
+ .pill svg { width: 44px; height: 44px; stroke: #c7cffd; fill: none; stroke-width: 3; }
121
+ .share-row {
122
+ margin-top: 62px;
123
+ display: flex;
124
+ align-items: center;
125
+ gap: 28px;
126
+ }
127
+ .avatar {
128
+ width: 160px;
129
+ height: 160px;
130
+ border-radius: 50%;
131
+ background: #E0E0E0;
132
+ border: 1px solid #BDBDBD;
133
+ display: flex;
134
+ justify-content: center;
135
+ align-items: center;
136
+ color: #757575;
137
+ font-size: 26px;
138
+ position: relative;
139
+ overflow: hidden;
140
+ }
141
+ .doc-badge {
142
+ position: absolute;
143
+ right: -4px;
144
+ bottom: -4px;
145
+ width: 62px;
146
+ height: 62px;
147
+ border-radius: 50%;
148
+ background: #1f6cff;
149
+ border: 3px solid #121214;
150
+ display: flex;
151
+ justify-content: center;
152
+ align-items: center;
153
+ }
154
+ .doc-badge svg { width: 34px; height: 34px; fill: none; stroke: #fff; stroke-width: 3; }
155
+ .share-name {
156
+ font-size: 40px;
157
+ color: #d9d9de;
158
+ }
159
+
160
+ .apps {
161
+ position: absolute;
162
+ left: 36px;
163
+ right: 36px;
164
+ bottom: 42px;
165
+ display: grid;
166
+ grid-template-columns: repeat(4, 1fr);
167
+ gap: 8px;
168
+ text-align: center;
169
+ color: #e9e9ec;
170
+ }
171
+ .app {
172
+ display: flex;
173
+ flex-direction: column;
174
+ align-items: center;
175
+ gap: 22px;
176
+ }
177
+ .app-icon {
178
+ width: 140px;
179
+ height: 140px;
180
+ border-radius: 50%;
181
+ background: #2a2a2e;
182
+ display: flex;
183
+ justify-content: center;
184
+ align-items: center;
185
+ }
186
+ .app-icon svg { width: 84px; height: 84px; }
187
+ .app label {
188
+ font-size: 36px;
189
+ color: #d9d9de;
190
+ }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status Bar -->
197
+ <div class="status-bar">
198
+ <div class="status-left">
199
+ <div>12:31</div>
200
+ <div class="status-icon" title="Mail">
201
+ <svg viewBox="0 0 24 24">
202
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2"></rect>
203
+ <path d="M3 7l9 6 9-6"></path>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+ <div class="status-right">
208
+ <div class="status-icon" title="Wi‑Fi">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M2 9c5-4 15-4 20 0"></path>
211
+ <path d="M5 12c3-3 11-3 14 0"></path>
212
+ <path d="M8 15c2-2 6-2 8 0"></path>
213
+ <circle cx="12" cy="18" r="1.7" fill="#dcdcdc" stroke="none"></circle>
214
+ </svg>
215
+ </div>
216
+ <div class="status-icon" title="Battery">
217
+ <svg viewBox="0 0 24 24">
218
+ <rect x="3" y="7" width="16" height="10" rx="2" ry="2"></rect>
219
+ <rect x="20" y="10" width="2" height="4" rx="1" ry="1" fill="#dcdcdc" stroke="none"></rect>
220
+ <rect x="5" y="9" width="12" height="6" fill="#dcdcdc" stroke="none"></rect>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Header Content -->
227
+ <div class="header">
228
+ <div class="back-row">
229
+ <div class="back-icon" title="Back">
230
+ <svg viewBox="0 0 24 24">
231
+ <path d="M15 5l-7 7 7 7"></path>
232
+ </svg>
233
+ </div>
234
+ <div class="top-actions">
235
+ <svg viewBox="0 0 24 24" title="Pin">
236
+ <path d="M7 7l10 0 0 4-4 2 0 6-2 0 0-6-4-2z"></path>
237
+ </svg>
238
+ <svg viewBox="0 0 24 24" title="Notify">
239
+ <path d="M12 4c3 0 5 2 5 5v5l2 2H5l2-2V9c0-3 2-5 5-5z"></path>
240
+ <circle cx="18" cy="6" r="2"></circle>
241
+ </svg>
242
+ <svg viewBox="0 0 24 24" title="Download">
243
+ <path d="M12 4v8"></path>
244
+ <path d="M8 10l4 4 4-4"></path>
245
+ <rect x="5" y="18" width="14" height="2"></rect>
246
+ </svg>
247
+ </div>
248
+ </div>
249
+ <div class="title">ABC</div>
250
+ <div class="subtitle">ABC</div>
251
+ </div>
252
+
253
+ <!-- Bottom Sheet -->
254
+ <div class="sheet">
255
+ <div class="sheet-handle"></div>
256
+ <div class="sheet-title">ABC</div>
257
+
258
+ <div class="actions">
259
+ <div class="pill">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="5" y="4" width="12" height="16" rx="2" ry="2"></rect>
262
+ <path d="M8 8h8"></path>
263
+ <path d="M8 12h8"></path>
264
+ </svg>
265
+ <span>Copy</span>
266
+ </div>
267
+ <div class="pill">
268
+ <svg viewBox="0 0 24 24">
269
+ <path d="M4 12h16"></path>
270
+ <path d="M12 4v16"></path>
271
+ </svg>
272
+ <span>Nearby</span>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="share-row">
277
+ <div class="avatar">[IMG: Notebook Avatar]
278
+ <div class="doc-badge">
279
+ <svg viewBox="0 0 24 24">
280
+ <rect x="5" y="4" width="14" height="16" rx="2" ry="2"></rect>
281
+ <path d="M7 8h10M7 12h10M7 16h10"></path>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+ <div class="share-name">My Notebook</div>
286
+ </div>
287
+
288
+ <div class="apps">
289
+ <div class="app">
290
+ <div class="app-icon" style="background:#2a2a2e;">
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M3 6l9 7 9-7" fill="#ff3d00"></path>
293
+ <path d="M3 6v12h18V6" fill="none" stroke="#f8f8f8" stroke-width="1.6"></path>
294
+ </svg>
295
+ </div>
296
+ <label>Gmail</label>
297
+ </div>
298
+ <div class="app">
299
+ <div class="app-icon" style="background:#2a2a2e;">
300
+ <svg viewBox="0 0 24 24">
301
+ <rect x="4" y="6" width="16" height="12" rx="4" ry="4" fill="#4285f4"></rect>
302
+ <circle cx="9" cy="12" r="2.5" fill="#fff"></circle>
303
+ <circle cx="15" cy="12" r="2.5" fill="#fff"></circle>
304
+ </svg>
305
+ </div>
306
+ <label>Messages</label>
307
+ </div>
308
+ <div class="app">
309
+ <div class="app-icon" style="background:#2a2a2e;">
310
+ <svg viewBox="0 0 24 24">
311
+ <path d="M12 4l9 16H3z" fill="#34a853"></path>
312
+ <path d="M12 4l9 16H3z" fill="none" stroke="#4285f4" stroke-width="0"></path>
313
+ <path d="M6 18h12" stroke="#fbbc05" stroke-width="6"></path>
314
+ <circle cx="12" cy="12" r="3" fill="#ea4335"></circle>
315
+ </svg>
316
+ </div>
317
+ <label>Drive</label>
318
+ </div>
319
+ <div class="app">
320
+ <div class="app-icon" style="background:#2a2a2e;">
321
+ <svg viewBox="0 0 24 24">
322
+ <rect x="6" y="3" width="12" height="18" rx="3" fill="#f4b400"></rect>
323
+ <circle cx="12" cy="17" r="2.2" fill="#fff"></circle>
324
+ </svg>
325
+ </div>
326
+ <label>Keep Notes</label>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ </div>
332
+ </body>
333
+ </html>
code/19882/19882_6.html ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Compose Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #EDEDED;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 110px;
19
+ padding: 0 32px;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: space-between;
23
+ color: #EDEDED;
24
+ }
25
+ .status-left { display: flex; align-items: center; gap: 16px; font-weight: 600; }
26
+ .status-right { display: flex; align-items: center; gap: 26px; }
27
+ .icon { width: 36px; height: 36px; display: inline-block; }
28
+ /* App bar */
29
+ .app-bar {
30
+ height: 160px;
31
+ padding: 0 28px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ border-bottom: 1px solid #272727;
36
+ }
37
+ .app-left { display: flex; align-items: center; gap: 26px; }
38
+ .title { font-size: 52px; font-weight: 500; letter-spacing: 0.2px; }
39
+ .app-actions { display: flex; align-items: center; gap: 40px; }
40
+ /* Fields */
41
+ .field {
42
+ padding: 32px 28px;
43
+ border-bottom: 1px solid #292929;
44
+ }
45
+ .field-label {
46
+ color: #9E9E9E;
47
+ font-size: 34px;
48
+ margin-right: 26px;
49
+ display: inline-block;
50
+ min-width: 120px;
51
+ }
52
+ .field-value {
53
+ font-size: 34px;
54
+ color: #DADADA;
55
+ }
56
+ .to-row {
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: space-between;
60
+ }
61
+ .chev {
62
+ width: 40px; height: 40px;
63
+ }
64
+ /* Message body */
65
+ .message {
66
+ height: 990px;
67
+ padding: 32px 28px;
68
+ color: #DADADA;
69
+ font-size: 48px;
70
+ line-height: 1.6;
71
+ }
72
+ /* Keyboard mock */
73
+ .keyboard {
74
+ position: absolute;
75
+ bottom: 0;
76
+ left: 0;
77
+ width: 1080px;
78
+ height: 900px;
79
+ background: #1F1F1F;
80
+ border-top: 1px solid #303030;
81
+ }
82
+ .kbd-toolbar {
83
+ height: 120px;
84
+ display: flex;
85
+ align-items: center;
86
+ gap: 34px;
87
+ padding: 0 28px;
88
+ color: #BEBEBE;
89
+ }
90
+ .tool-btn {
91
+ width: 92px; height: 92px;
92
+ background: #2A2A2A;
93
+ border-radius: 28px;
94
+ display: flex; align-items: center; justify-content: center;
95
+ border: 1px solid #3A3A3A;
96
+ font-size: 32px;
97
+ }
98
+ .keys { padding: 14px 18px; }
99
+ .row { display: flex; justify-content: space-between; margin: 18px 8px; }
100
+ .key {
101
+ width: 90px; height: 110px;
102
+ background: #2A2A2A;
103
+ border-radius: 22px;
104
+ border: 1px solid #3A3A3A;
105
+ display: flex; align-items: center; justify-content: center;
106
+ color: #E6E6E6;
107
+ font-size: 48px;
108
+ }
109
+ .key.wide { width: 200px; }
110
+ .key.space { flex: 1; margin: 0 18px; height: 118px; font-size: 38px; color: #BEBEBE; }
111
+ .key.circle {
112
+ width: 160px; height: 160px; border-radius: 80px; font-size: 44px;
113
+ }
114
+ .bottom-bar {
115
+ position: absolute;
116
+ bottom: 18px; left: 50%;
117
+ width: 520px; height: 12px; border-radius: 8px;
118
+ background: #D7D7D7; transform: translateX(-50%);
119
+ opacity: 0.8;
120
+ }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <!-- Status Bar -->
127
+ <div class="status-bar">
128
+ <div class="status-left">
129
+ <div style="font-size:40px;">12:33</div>
130
+ <!-- Mail icon -->
131
+ <svg class="icon" viewBox="0 0 24 24">
132
+ <path fill="#EDEDED" d="M3 5h18v14H3z"></path>
133
+ <path fill="#121212" d="M4 7l8 5 8-5v10H4z"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="status-right">
137
+ <!-- WiFi icon -->
138
+ <svg class="icon" viewBox="0 0 24 24">
139
+ <path fill="#EDEDED" d="M12 20l2-2-2-2-2 2 2 2z"></path>
140
+ <path fill="none" stroke="#EDEDED" stroke-width="2" d="M4 10c4-3 12-3 16 0M7 13c3-2 7-2 10 0M10 16c2-1 4-1 6 0"></path>
141
+ </svg>
142
+ <!-- Battery icon -->
143
+ <svg class="icon" viewBox="0 0 24 24">
144
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="none" stroke="#EDEDED" stroke-width="2"></rect>
145
+ <rect x="4" y="8" width="12" height="8" fill="#EDEDED"></rect>
146
+ <rect x="20" y="10" width="2" height="6" fill="#EDEDED"></rect>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- App Bar -->
152
+ <div class="app-bar">
153
+ <div class="app-left">
154
+ <!-- Back arrow -->
155
+ <svg class="icon" viewBox="0 0 24 24">
156
+ <path fill="#EDEDED" d="M15 5l-7 7 7 7V5z"></path>
157
+ </svg>
158
+ <div class="title">Compose</div>
159
+ </div>
160
+ <div class="app-actions">
161
+ <!-- Paperclip -->
162
+ <svg class="icon" viewBox="0 0 24 24">
163
+ <path fill="none" stroke="#EDEDED" stroke-width="2" d="M7 12l7-7a4 4 0 115 5l-9 9a5 5 0 11-7-7l9-9"></path>
164
+ </svg>
165
+ <!-- Send -->
166
+ <svg class="icon" viewBox="0 0 24 24">
167
+ <path fill="#EDEDED" d="M2 12l18-8-5 8 5 8z"></path>
168
+ </svg>
169
+ <!-- More (kebab) -->
170
+ <svg class="icon" viewBox="0 0 24 24">
171
+ <circle cx="12" cy="5" r="2" fill="#EDEDED"></circle>
172
+ <circle cx="12" cy="12" r="2" fill="#EDEDED"></circle>
173
+ <circle cx="12" cy="19" r="2" fill="#EDEDED"></circle>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- From field -->
179
+ <div class="field">
180
+ <span class="field-label">From</span>
181
+ <span class="field-value">dbwscratch.test.id8@gmail.com</span>
182
+ </div>
183
+
184
+ <!-- To field -->
185
+ <div class="field to-row">
186
+ <div>
187
+ <span class="field-label">To</span>
188
+ </div>
189
+ <!-- Chevron down -->
190
+ <svg class="chev" viewBox="0 0 24 24">
191
+ <path fill="#CFCFCF" d="M6 9l6 6 6-6H6z"></path>
192
+ </svg>
193
+ </div>
194
+
195
+ <!-- Message body area -->
196
+ <div class="message">
197
+ <div>ABC</div>
198
+ <div style="margin-top:52px;">ABC</div>
199
+ </div>
200
+
201
+ <!-- Keyboard -->
202
+ <div class="keyboard">
203
+ <div class="kbd-toolbar">
204
+ <div class="tool-btn">
205
+ <svg width="40" height="40" viewBox="0 0 24 24">
206
+ <rect x="3" y="3" width="7" height="7" fill="#BEBEBE"></rect>
207
+ <rect x="14" y="3" width="7" height="7" fill="#BEBEBE"></rect>
208
+ <rect x="3" y="14" width="7" height="7" fill="#BEBEBE"></rect>
209
+ <rect x="14" y="14" width="7" height="7" fill="#BEBEBE"></rect>
210
+ </svg>
211
+ </div>
212
+ <div class="tool-btn">
213
+ <svg width="40" height="40" viewBox="0 0 24 24">
214
+ <circle cx="12" cy="9" r="4" fill="#BEBEBE"></circle>
215
+ <path d="M4 20c2-4 14-4 16 0" fill="none" stroke="#BEBEBE" stroke-width="2"></path>
216
+ </svg>
217
+ </div>
218
+ <div class="tool-btn">GIF</div>
219
+ <div class="tool-btn">
220
+ <svg width="40" height="40" viewBox="0 0 24 24">
221
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#BEBEBE" stroke-width="2"></circle>
222
+ <rect x="11" y="6" width="2" height="6" fill="#BEBEBE"></rect>
223
+ <rect x="11" y="12" width="2" height="6" fill="#BEBEBE"></rect>
224
+ </svg>
225
+ </div>
226
+ <div class="tool-btn">
227
+ <svg width="40" height="40" viewBox="0 0 24 24">
228
+ <rect x="4" y="7" width="16" height="10" fill="none" stroke="#BEBEBE" stroke-width="2"></rect>
229
+ <path d="M6 9h6" stroke="#BEBEBE" stroke-width="2"></path>
230
+ <path d="M6 13h12" stroke="#BEBEBE" stroke-width="2"></path>
231
+ </svg>
232
+ </div>
233
+ <div class="tool-btn">
234
+ <svg width="40" height="40" viewBox="0 0 24 24">
235
+ <path d="M4 13c0-4 16-4 16 0" stroke="#BEBEBE" stroke-width="2" fill="none"></path>
236
+ <path d="M20 13l-3 3" stroke="#BEBEBE" stroke-width="2"></path>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <div class="keys">
242
+ <div class="row">
243
+ <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>
244
+ </div>
245
+ <div class="row">
246
+ <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>
247
+ <div class="key">
248
+ <svg width="40" height="40" viewBox="0 0 24 24">
249
+ <path d="M18 8l-6 6 6 6" stroke="#E6E6E6" stroke-width="2" fill="none"></path>
250
+ <rect x="6" y="10" width="6" height="8" fill="#E6E6E6"></rect>
251
+ </svg>
252
+ </div>
253
+ </div>
254
+ <div class="row">
255
+ <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>
256
+ <div class="key">,</div>
257
+ <div class="key">.</div>
258
+ </div>
259
+ <div class="row" style="align-items:center;">
260
+ <div class="key circle">?123</div>
261
+ <div class="key" style="width:110px;">
262
+ <svg width="42" height="42" viewBox="0 0 24 24">
263
+ <path d="M8 16l4-4-4-4" stroke="#E6E6E6" stroke-width="2" fill="none"></path>
264
+ </svg>
265
+ </div>
266
+ <div class="key">@</div>
267
+ <div class="key">😊</div>
268
+ <div class="key space">space</div>
269
+ <div class="key">.</div>
270
+ <div class="key circle">
271
+ <svg width="46" height="46" viewBox="0 0 24 24">
272
+ <path d="M3 12l18-8-5 8 5 8z" fill="#E6E6E6"></path>
273
+ </svg>
274
+ </div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="bottom-bar"></div>
279
+ </div>
280
+
281
+ </div>
282
+ </body>
283
+ </html>
code/19882/19882_7.html ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Gmail Compose Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: 'Roboto', Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #ECECEC;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ color: #fff;
28
+ font-size: 36px;
29
+ letter-spacing: 0.5px;
30
+ }
31
+ .status-icons {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 26px;
35
+ opacity: 0.9;
36
+ }
37
+ /* App bar */
38
+ .app-bar {
39
+ position: absolute;
40
+ top: 90px;
41
+ left: 0;
42
+ width: 1080px;
43
+ height: 160px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 32px;
47
+ box-sizing: border-box;
48
+ gap: 24px;
49
+ }
50
+ .app-title {
51
+ font-size: 64px;
52
+ font-weight: 500;
53
+ flex: 1;
54
+ }
55
+ .app-actions {
56
+ display: flex;
57
+ align-items: center;
58
+ gap: 38px;
59
+ }
60
+
61
+ /* Form area */
62
+ .section {
63
+ position: absolute;
64
+ left: 0;
65
+ width: 1080px;
66
+ padding: 0 36px;
67
+ box-sizing: border-box;
68
+ }
69
+ .from-row {
70
+ top: 250px;
71
+ }
72
+ .label {
73
+ color: #A6A6A6;
74
+ font-size: 34px;
75
+ margin-bottom: 12px;
76
+ }
77
+ .value {
78
+ font-size: 42px;
79
+ color: #EAEAEA;
80
+ }
81
+ .divider {
82
+ width: 100%;
83
+ height: 1px;
84
+ background: #2A2A2A;
85
+ margin: 26px 0;
86
+ }
87
+ .to-row {
88
+ top: 420px;
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: space-between;
92
+ }
93
+ .to-left {
94
+ display: flex;
95
+ flex-direction: column;
96
+ }
97
+ .to-right {
98
+ width: 48px;
99
+ height: 48px;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ margin-right: 12px;
104
+ }
105
+
106
+ .content {
107
+ position: absolute;
108
+ top: 630px;
109
+ left: 0;
110
+ width: 1080px;
111
+ padding: 0 36px;
112
+ box-sizing: border-box;
113
+ color: #fff;
114
+ }
115
+ .line {
116
+ font-size: 64px;
117
+ margin: 44px 0;
118
+ color: #EDEDED;
119
+ }
120
+
121
+ /* Keyboard mock */
122
+ .keyboard {
123
+ position: absolute;
124
+ bottom: 0;
125
+ left: 0;
126
+ width: 1080px;
127
+ height: 900px;
128
+ background: #1E1E1E;
129
+ border-top: 1px solid #2A2A2A;
130
+ box-sizing: border-box;
131
+ padding: 26px 26px 34px;
132
+ }
133
+ .kb-strip {
134
+ height: 110px;
135
+ display: flex;
136
+ align-items: center;
137
+ gap: 36px;
138
+ padding: 0 8px;
139
+ color: #CFCFCF;
140
+ font-size: 34px;
141
+ }
142
+ .kb-strip .pill {
143
+ width: 80px; height: 80px;
144
+ background: #2A2A2A; border-radius: 20px;
145
+ display: flex; align-items: center; justify-content: center;
146
+ }
147
+
148
+ .key-row {
149
+ margin-top: 22px;
150
+ display: grid;
151
+ grid-gap: 14px;
152
+ }
153
+ .row-1 { grid-template-columns: repeat(10, 1fr); }
154
+ .row-2 { grid-template-columns: 0.5fr repeat(9, 1fr) 0.5fr; } /* center second row */
155
+ .row-3 { grid-template-columns: 0.8fr repeat(8, 1fr) 1.2fr; } /* with backspace */
156
+ .key {
157
+ background: #2B2B2B;
158
+ color: #FFFFFF;
159
+ height: 110px;
160
+ border-radius: 22px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ font-size: 44px;
165
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.06);
166
+ }
167
+
168
+ .bottom-row {
169
+ margin-top: 24px;
170
+ display: grid;
171
+ grid-template-columns: 1.3fr 0.9fr 0.9fr 4fr 0.9fr 1.4fr;
172
+ grid-gap: 14px;
173
+ }
174
+ .key.special { font-size: 38px; color: #DADADA; }
175
+ .space { font-size: 38px; color: #DADADA; }
176
+
177
+ .enter {
178
+ background: #2B2B2B;
179
+ border-radius: 26px;
180
+ display: flex; align-items: center; justify-content: center;
181
+ }
182
+
183
+ /* Simple icon wrappers */
184
+ .icon { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
185
+ .icon svg { width: 48px; height: 48px; }
186
+ .small-icon svg { width: 40px; height: 40px; }
187
+
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Status bar -->
194
+ <div class="status-bar">
195
+ <div>12:40</div>
196
+ <div class="status-icons">
197
+ <!-- WiFi -->
198
+ <div class="icon">
199
+ <svg viewBox="0 0 24 24" fill="none">
200
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
201
+ <path d="M5 11c4-3 10-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
202
+ <path d="M8 14c3-2 5-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
203
+ <circle cx="12" cy="18" r="1.7" fill="#fff"/>
204
+ </svg>
205
+ </div>
206
+ <!-- Battery -->
207
+ <div class="icon">
208
+ <svg viewBox="0 0 24 24" fill="none">
209
+ <rect x="2" y="6" width="18" height="12" rx="2" stroke="#fff" stroke-width="2"/>
210
+ <rect x="4" y="8" width="12" height="8" fill="#fff"/>
211
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#fff"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- App Bar -->
218
+ <div class="app-bar">
219
+ <!-- Back -->
220
+ <div class="icon">
221
+ <svg viewBox="0 0 24 24" fill="none">
222
+ <path d="M15 5L6 12l9 7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ <div class="app-title">Compose</div>
226
+ <div class="app-actions">
227
+ <!-- Attach/paperclip -->
228
+ <div class="icon">
229
+ <svg viewBox="0 0 24 24" fill="none">
230
+ <path d="M7 12l6-6a4 4 0 015.7 5.7L11 19a6 6 0 01-8.5-8.5l7-7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
231
+ </svg>
232
+ </div>
233
+ <!-- Send -->
234
+ <div class="icon">
235
+ <svg viewBox="0 0 24 24" fill="#fff">
236
+ <path d="M3 20l18-8L3 4l3 7 10 1-10 1-3 7z"/>
237
+ </svg>
238
+ </div>
239
+ <!-- More (vertical dots) -->
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24" fill="#fff">
242
+ <circle cx="12" cy="5" r="2"/>
243
+ <circle cx="12" cy="12" r="2"/>
244
+ <circle cx="12" cy="19" r="2"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- From row -->
251
+ <div class="section from-row">
252
+ <div class="label">From</div>
253
+ <div class="value">dbwscratch.test.id8@gmail.com</div>
254
+ <div class="divider"></div>
255
+ </div>
256
+
257
+ <!-- To row -->
258
+ <div class="section to-row">
259
+ <div class="to-left" style="width: calc(100% - 120px);">
260
+ <div class="label">To</div>
261
+ <div class="divider" style="margin: 18px 0;"></div>
262
+ </div>
263
+ <div class="to-right">
264
+ <svg viewBox="0 0 24 24" fill="#BDBDBD">
265
+ <path d="M6 9l6 6 6-6"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Content -->
271
+ <div class="content">
272
+ <div class="line">ABC</div>
273
+ <div class="divider" style="margin: 18px 0;"></div>
274
+ <div class="line">ABC</div>
275
+ </div>
276
+
277
+ <!-- Keyboard mock -->
278
+ <div class="keyboard">
279
+ <div class="kb-strip">
280
+ <div class="pill">
281
+ <svg viewBox="0 0 24 24" fill="none">
282
+ <rect x="3" y="3" width="18" height="18" rx="2" stroke="#CFCFCF" stroke-width="2"/>
283
+ <circle cx="8" cy="8" r="2" fill="#CFCFCF"/>
284
+ <circle cx="16" cy="8" r="2" fill="#CFCFCF"/>
285
+ <circle cx="12" cy="16" r="2" fill="#CFCFCF"/>
286
+ </svg>
287
+ </div>
288
+ <div class="pill"><span>GIF</span></div>
289
+ <div class="pill">
290
+ <svg viewBox="0 0 24 24" fill="none">
291
+ <circle cx="12" cy="12" r="8" stroke="#CFCFCF" stroke-width="2"/>
292
+ <path d="M12 8v8M8 12h8" stroke="#CFCFCF" stroke-width="2" stroke-linecap="round"/>
293
+ </svg>
294
+ </div>
295
+ <div class="pill">
296
+ <svg viewBox="0 0 24 24" fill="none">
297
+ <path d="M4 4h8l8 8v8H4z" stroke="#CFCFCF" stroke-width="2"/>
298
+ <text x="9" y="16" font-size="8" fill="#CFCFCF">G</text>
299
+ </svg>
300
+ </div>
301
+ <div class="pill">
302
+ <svg viewBox="0 0 24 24" fill="none">
303
+ <circle cx="12" cy="12" r="9" stroke="#CFCFCF" stroke-width="2"/>
304
+ <path d="M5 16c5-6 9-6 14 0" stroke="#CFCFCF" stroke-width="2"/>
305
+ </svg>
306
+ </div>
307
+ <div class="pill">
308
+ <svg viewBox="0 0 24 24" fill="none">
309
+ <path d="M5 19l14-14" stroke="#CFCFCF" stroke-width="2"/>
310
+ <path d="M6 5h6v6" stroke="#CFCFCF" stroke-width="2"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Row 1 -->
316
+ <div class="key-row row-1">
317
+ <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>
318
+ <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>
319
+ </div>
320
+ <!-- Row 2 -->
321
+ <div class="key-row row-2">
322
+ <div></div>
323
+ <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>
324
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
325
+ <div></div>
326
+ </div>
327
+ <!-- Row 3 -->
328
+ <div class="key-row row-3">
329
+ <div></div>
330
+ <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>
331
+ <div class="key">
332
+ <svg viewBox="0 0 24 24" fill="none">
333
+ <path d="M19 9l-7 7-7-7" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
334
+ <rect x="4" y="4" width="16" height="16" rx="3" stroke="#fff" stroke-width="2"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+
339
+ <!-- Bottom row -->
340
+ <div class="bottom-row">
341
+ <div class="key special">?123</div>
342
+ <div class="key special">@</div>
343
+ <div class="key special">☺</div>
344
+ <div class="key space"> </div>
345
+ <div class="key special">.</div>
346
+ <div class="enter">
347
+ <svg viewBox="0 0 24 24" fill="none">
348
+ <path d="M4 12h12v4l4-4-4-4v4H4z" fill="#DADADA"/>
349
+ </svg>
350
+ </div>
351
+ </div>
352
+ </div>
353
+
354
+ </div>
355
+ </body>
356
+ </html>
code/19882/19882_8.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Compose Screen Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #ECECEC;
15
+ }
16
+ .status-bar {
17
+ height: 100px;
18
+ padding: 0 32px;
19
+ display: flex;
20
+ align-items: center;
21
+ justify-content: space-between;
22
+ color: #EDEDED;
23
+ font-weight: 600;
24
+ font-size: 40px;
25
+ }
26
+ .status-right {
27
+ display: flex;
28
+ align-items: center;
29
+ gap: 28px;
30
+ color: #BDBDBD;
31
+ font-size: 34px;
32
+ }
33
+ .app-bar {
34
+ height: 140px;
35
+ border-bottom: 1px solid #2A2A2A;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 24px;
39
+ gap: 24px;
40
+ }
41
+ .title { font-size: 54px; font-weight: 600; flex: 1; }
42
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
43
+ .icon-btn svg { width: 56px; height: 56px; fill: #BEBEBE; }
44
+ .form-row {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 28px;
48
+ padding: 30px 32px;
49
+ border-bottom: 1px solid #2A2A2A;
50
+ }
51
+ .label {
52
+ color: #A0A0A0;
53
+ font-size: 36px;
54
+ min-width: 120px;
55
+ }
56
+ .value {
57
+ font-size: 40px;
58
+ color: #EDEDED;
59
+ flex: 1;
60
+ }
61
+ .dropdown svg { width: 40px; height: 40px; fill: #BEBEBE; }
62
+ .suggestion {
63
+ padding: 24px 32px;
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 28px;
67
+ border-bottom: 1px solid #2A2A2A;
68
+ }
69
+ .avatar {
70
+ width: 92px;
71
+ height: 92px;
72
+ border-radius: 50%;
73
+ background: #F06292;
74
+ color: #000;
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ font-size: 48px;
79
+ font-weight: 700;
80
+ }
81
+ .suggestion-text {
82
+ display: flex;
83
+ flex-direction: column;
84
+ }
85
+ .suggestion-text .primary { font-size: 44px; color: #EDEDED; }
86
+ .suggestion-text .secondary { font-size: 32px; color: #A0A0A0; }
87
+ .body-area {
88
+ height: 1080px;
89
+ padding: 32px;
90
+ color: #A0A0A0;
91
+ }
92
+ /* Keyboard */
93
+ .keyboard {
94
+ position: absolute;
95
+ bottom: 0;
96
+ left: 0;
97
+ right: 0;
98
+ height: 920px;
99
+ background: #1E1E1E;
100
+ border-top: 1px solid #2A2A2A;
101
+ padding: 24px 24px 32px;
102
+ box-sizing: border-box;
103
+ }
104
+ .kb-tools {
105
+ height: 120px;
106
+ display: flex;
107
+ align-items: center;
108
+ gap: 36px;
109
+ padding: 0 8px 16px;
110
+ color: #CFCFCF;
111
+ font-size: 36px;
112
+ }
113
+ .tool { display: flex; align-items: center; gap: 12px; }
114
+ .tool svg { width: 40px; height: 40px; fill: #CFCFCF; }
115
+ .keys-row {
116
+ display: flex;
117
+ gap: 12px;
118
+ margin: 16px 16px;
119
+ justify-content: center;
120
+ }
121
+ .key {
122
+ background: #2D2D2D;
123
+ color: #F5F5F5;
124
+ border-radius: 22px;
125
+ height: 120px;
126
+ min-width: 80px;
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ font-size: 44px;
131
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.3);
132
+ }
133
+ .key.wide { min-width: 160px; }
134
+ .space { flex: 1; min-width: 520px; }
135
+ .enter svg, .backspace svg { width: 56px; height: 56px; fill: #E0E0E0; }
136
+ .bottom-nav {
137
+ position: absolute;
138
+ bottom: 8px;
139
+ left: 50%;
140
+ transform: translateX(-50%);
141
+ width: 800px;
142
+ height: 10px;
143
+ background: #CCCCCC33;
144
+ border-radius: 10px;
145
+ }
146
+ </style>
147
+ </head>
148
+ <body>
149
+ <div id="render-target">
150
+
151
+ <!-- Status Bar -->
152
+ <div class="status-bar">
153
+ <div>12:40</div>
154
+ <div class="status-right">
155
+ <!-- simple icons -->
156
+ <span>
157
+ <svg viewBox="0 0 24 24"><path d="M3 8l9 6 9-6v10H3zM12 6L3 12l9 6 9-6-9-6z"/></svg>
158
+ </span>
159
+ <span>
160
+ <svg viewBox="0 0 24 24"><path d="M2 8h20v8H2z"/></svg>
161
+ </span>
162
+ <span>
163
+ <svg viewBox="0 0 24 24"><path d="M5 7h14v10H5z"/><path d="M7 9h10v6H7z" fill="#BDBDBD"/></svg>
164
+ </span>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- App Bar -->
169
+ <div class="app-bar">
170
+ <div class="icon-btn">
171
+ <svg viewBox="0 0 24 24"><path d="M15.5 5l-7 7 7 7" /></svg>
172
+ </div>
173
+ <div class="title">Compose</div>
174
+ <div class="icon-btn">
175
+ <!-- paperclip -->
176
+ <svg viewBox="0 0 24 24"><path d="M7 12l6-6a4 4 0 015.7 5.7l-7.4 7.4a6 6 0 01-8.5-8.5l7-7"/></svg>
177
+ </div>
178
+ <div class="icon-btn">
179
+ <!-- send -->
180
+ <svg viewBox="0 0 24 24"><path d="M3 12l18-9-7 9 7 9z"/></svg>
181
+ </div>
182
+ <div class="icon-btn">
183
+ <!-- kebab -->
184
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- From -->
189
+ <div class="form-row">
190
+ <div class="label">From</div>
191
+ <div class="value">dbwscratch.test.id8@gmail.com</div>
192
+ </div>
193
+
194
+ <!-- To -->
195
+ <div class="form-row">
196
+ <div class="label">To</div>
197
+ <div class="value">akashgahlot@google.com</div>
198
+ <div class="dropdown">
199
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Suggestion -->
204
+ <div class="suggestion">
205
+ <div class="avatar">a</div>
206
+ <div class="suggestion-text">
207
+ <div class="primary">akashgahlot@google.com</div>
208
+ <div class="secondary">akashgahlot@google.com</div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Body area -->
213
+ <div class="body-area">
214
+ <!-- Blank compose body -->
215
+ </div>
216
+
217
+ <!-- Keyboard -->
218
+ <div class="keyboard">
219
+ <div class="kb-tools">
220
+ <div class="tool">
221
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3zM13 3h8v8h-8zM3 13h8v8H3zM13 13h8v8h-8z"/></svg>
222
+ </div>
223
+ <div class="tool">
224
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 100 20 10 10 0 000-20zm0 14c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/></svg>
225
+ </div>
226
+ <div class="tool">GIF</div>
227
+ <div class="tool">
228
+ <svg viewBox="0 0 24 24"><path d="M12 2l2 4 4 2-4 2-2 4-2-4-4-2 4-2 2-4z"/></svg>
229
+ </div>
230
+ <div class="tool">
231
+ <svg viewBox="0 0 24 24"><path d="M21 7l-9 10-4-4-5 6"/></svg>
232
+ </div>
233
+ <div class="tool">
234
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/><path d="M5 19l14-14" /></svg>
235
+ </div>
236
+ <div class="tool">
237
+ <svg viewBox="0 0 24 24"><path d="M6 8h12v8H6zM4 6h16v2H4zm0 10h16v2H4z"/></svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Row 1 -->
242
+ <div class="keys-row">
243
+ <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>
244
+ </div>
245
+ <!-- Row 2 -->
246
+ <div class="keys-row" style="padding: 0 40px;">
247
+ <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>
248
+ </div>
249
+ <!-- Row 3 -->
250
+ <div class="keys-row" style="padding: 0 80px;">
251
+ <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>
252
+ <div class="key wide backspace">
253
+ <svg viewBox="0 0 24 24"><path d="M22 7v10H9l-6-5 6-5h13zM14 10l4 4M18 10l-4 4"/></svg>
254
+ </div>
255
+ </div>
256
+ <!-- Row 4 -->
257
+ <div class="keys-row">
258
+ <div class="key wide">?123</div>
259
+ <div class="key wide">@</div>
260
+ <div class="key wide">😊</div>
261
+ <div class="key space"></div>
262
+ <div class="key wide">.</div>
263
+ <div class="key wide enter">
264
+ <svg viewBox="0 0 24 24"><path d="M20 5v8H8l3-3-3 3 3 3"/><path d="M4 5h12"/></svg>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="bottom-nav"></div>
269
+ </div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/19882/19882_9.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Gmail Compose Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #121212;
14
+ color: #EDEDED;
15
+ font-family: Roboto, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 110px;
25
+ color: #e8eaed;
26
+ font-size: 38px;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 34px;
30
+ }
31
+ .status-right {
32
+ margin-left: auto;
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 18px;
36
+ opacity: 0.9;
37
+ }
38
+ .dot {
39
+ width: 14px; height: 14px; background:#e8eaed; border-radius:50%;
40
+ opacity: 0.9;
41
+ }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 110px;
47
+ left: 0;
48
+ width: 1080px;
49
+ height: 160px;
50
+ display: flex;
51
+ align-items: center;
52
+ padding: 0 24px;
53
+ border-bottom: 1px solid #1f1f1f;
54
+ }
55
+ .app-title {
56
+ font-size: 56px;
57
+ margin-left: 18px;
58
+ color: #e8eaed;
59
+ }
60
+ .app-actions { margin-left: auto; display:flex; align-items:center; gap: 28px; }
61
+ .icon-btn svg { display:block; }
62
+ .icon-blue path, .icon-blue polygon { fill: #8AB4F8; }
63
+
64
+ /* Fields area */
65
+ .content {
66
+ position: absolute;
67
+ top: 270px;
68
+ left: 0;
69
+ width: 100%;
70
+ padding: 0 38px;
71
+ box-sizing: border-box;
72
+ }
73
+ .row {
74
+ display: flex;
75
+ align-items: center;
76
+ min-height: 90px;
77
+ color: #cfcfcf;
78
+ font-size: 34px;
79
+ }
80
+ .row + .row { margin-top: 12px; }
81
+ .label {
82
+ width: 130px;
83
+ color: #bdbdbd;
84
+ }
85
+ .from-text { color: #d7d7d7; font-size: 36px; }
86
+ .pill {
87
+ flex: 1;
88
+ display: flex;
89
+ align-items: center;
90
+ background: #1E1E1E;
91
+ border: 2px solid #2b2b2b;
92
+ border-radius: 44px;
93
+ padding: 10px 18px;
94
+ gap: 18px;
95
+ }
96
+ .avatar {
97
+ width: 64px; height: 64px; border-radius: 50%;
98
+ background: #F06292; display:flex; align-items:center; justify-content:center;
99
+ color:#fff; font-weight:700; font-size: 40px;
100
+ }
101
+ .email {
102
+ color:#e8eaed; font-size: 36px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
103
+ }
104
+ .caret {
105
+ margin-left: auto;
106
+ width: 24px; height: 24px;
107
+ border-left: 6px solid transparent;
108
+ border-right: 6px solid transparent;
109
+ border-top: 12px solid #bdbdbd;
110
+ }
111
+ .divider {
112
+ height: 1px; background:#1f1f1f; margin: 18px 0 22px 0;
113
+ }
114
+
115
+ .subject-area {
116
+ height: 120px;
117
+ position: relative;
118
+ }
119
+ .caret-cursor {
120
+ position: absolute;
121
+ left: 10px;
122
+ top: 20px;
123
+ width: 2px;
124
+ height: 70px;
125
+ background: #8AB4F8;
126
+ opacity: 0.9;
127
+ }
128
+
129
+ .subject-text {
130
+ color: #e8eaed;
131
+ font-size: 40px;
132
+ margin-top: 40px;
133
+ }
134
+
135
+ .body-text {
136
+ color: #e8eaed;
137
+ font-size: 44px;
138
+ margin-top: 34px;
139
+ }
140
+
141
+ /* Keyboard mock */
142
+ .keyboard {
143
+ position: absolute;
144
+ left: 0;
145
+ bottom: 0;
146
+ width: 1080px;
147
+ height: 900px;
148
+ background: #1a1a1a;
149
+ border-top: 1px solid #222;
150
+ box-sizing: border-box;
151
+ padding: 18px 18px 26px 18px;
152
+ }
153
+ .kb-row { display:flex; justify-content:center; gap: 16px; margin: 14px 0; }
154
+ .key {
155
+ background: #2b2b2b;
156
+ color: #e6e6e6;
157
+ min-width: 84px;
158
+ height: 126px;
159
+ border-radius: 18px;
160
+ display:flex; align-items:center; justify-content:center;
161
+ font-size: 42px;
162
+ }
163
+ .key.small { min-width: 100px; }
164
+ .key.wide { min-width: 150px; }
165
+ .space { flex: 1; min-width: 420px; }
166
+ .enter { background:#32425a; color:#e6f0ff; }
167
+ .suggestion-bar {
168
+ height: 80px;
169
+ background: #151515;
170
+ border-radius: 14px;
171
+ margin: 6px 12px 10px 12px;
172
+ display:flex; align-items:center; padding: 0 20px; color:#a7a7a7; font-size: 30px;
173
+ }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+
179
+ <!-- Status bar -->
180
+ <div class="status-bar">
181
+ <div>12:41</div>
182
+ <div class="status-right">
183
+ <div class="dot"></div>
184
+ <div class="dot"></div>
185
+ <div class="dot"></div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- App bar -->
190
+ <div class="app-bar">
191
+ <!-- Back arrow -->
192
+ <div class="icon-btn" style="padding: 18px;">
193
+ <svg width="56" height="56" viewBox="0 0 24 24">
194
+ <path fill="#E8EAED" d="M14 7l-5 5 5 5V7z"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="app-title">Compose</div>
198
+ <div class="app-actions">
199
+ <!-- Attach -->
200
+ <div class="icon-btn">
201
+ <svg width="56" height="56" viewBox="0 0 24 24">
202
+ <path fill="#E8EAED" d="M16.5 6.5l-6.8 6.8c-.9.9-2.3.9-3.2 0s-.9-2.3 0-3.2L13 3.4l1.4 1.4-6.5 6.5c-.5.5-.5 1.3 0 1.8s1.3.5 1.8 0l6.8-6.8 1.5 1.4-6.8 6.8c-1.3 1.3-3.4 1.3-4.7 0s-1.3-3.4 0-4.7L11.6 2l.9.9"></path>
203
+ </svg>
204
+ </div>
205
+ <!-- Send -->
206
+ <div class="icon-btn">
207
+ <svg class="icon-blue" width="60" height="60" viewBox="0 0 24 24">
208
+ <polygon points="2,21 23,12 2,3 6,11 14,12 6,13" />
209
+ </svg>
210
+ </div>
211
+ <!-- Overflow -->
212
+ <div class="icon-btn">
213
+ <svg width="52" height="52" viewBox="0 0 24 24">
214
+ <circle cx="12" cy="5" r="2" fill="#E8EAED"></circle>
215
+ <circle cx="12" cy="12" r="2" fill="#E8EAED"></circle>
216
+ <circle cx="12" cy="19" r="2" fill="#E8EAED"></circle>
217
+ </svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Email fields -->
223
+ <div class="content">
224
+ <div class="row">
225
+ <div class="label">From</div>
226
+ <div class="from-text">dbwscratch.test.id8@gmail.com</div>
227
+ </div>
228
+
229
+ <div class="row">
230
+ <div class="label">To</div>
231
+ <div class="pill">
232
+ <div class="avatar">a</div>
233
+ <div class="email">akashgahIot@google.com</div>
234
+ <div class="caret"></div>
235
+ </div>
236
+ </div>
237
+
238
+ <div class="divider"></div>
239
+
240
+ <div class="subject-area">
241
+ <div class="caret-cursor"></div>
242
+ </div>
243
+
244
+ <div class="divider" style="margin-top: 8px;"></div>
245
+
246
+ <div class="subject-text">ABC</div>
247
+ <div class="body-text">ABC</div>
248
+ </div>
249
+
250
+ <!-- Keyboard mock -->
251
+ <div class="keyboard">
252
+ <div class="suggestion-bar">qwerty • suggestions • appear here</div>
253
+
254
+ <div class="kb-row">
255
+ <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div>
256
+ <div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div>
257
+ <div class="key">o</div><div class="key">p</div>
258
+ </div>
259
+
260
+ <div class="kb-row">
261
+ <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div>
262
+ <div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div>
263
+ <div class="key">l</div>
264
+ </div>
265
+
266
+ <div class="kb-row">
267
+ <div class="key wide">⇧</div>
268
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
269
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
270
+ <div class="key wide">⌫</div>
271
+ </div>
272
+
273
+ <div class="kb-row">
274
+ <div class="key small">?123</div>
275
+ <div class="key small">@</div>
276
+ <div class="key small">😊</div>
277
+ <div class="key space"></div>
278
+ <div class="key small">.</div>
279
+ <div class="key small enter">↵</div>
280
+ </div>
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
code/19883/19883_0.html ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search Results - Flip Phones</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Header */
24
+ .header {
25
+ position: relative;
26
+ width: 100%;
27
+ height: 240px;
28
+ background: linear-gradient(90deg, #67d2cf, #a5e7b8);
29
+ }
30
+ .back-btn {
31
+ position: absolute;
32
+ left: 24px;
33
+ top: 128px;
34
+ width: 72px;
35
+ height: 72px;
36
+ display: flex;
37
+ justify-content: center;
38
+ align-items: center;
39
+ }
40
+ .search-wrapper {
41
+ position: absolute;
42
+ left: 112px;
43
+ right: 24px;
44
+ top: 104px;
45
+ height: 100px;
46
+ background: #ffffff;
47
+ border-radius: 28px;
48
+ box-shadow: 0 4px 12px rgba(0,0,0,0.15);
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 24px;
52
+ gap: 18px;
53
+ }
54
+ .search-input {
55
+ flex: 1;
56
+ font-size: 36px;
57
+ color: #222;
58
+ white-space: nowrap;
59
+ overflow: hidden;
60
+ text-overflow: ellipsis;
61
+ }
62
+ .scan-btn {
63
+ width: 76px;
64
+ height: 76px;
65
+ border-radius: 20px;
66
+ border: 2px solid #e0e0e0;
67
+ display: flex;
68
+ align-items: center;
69
+ justify-content: center;
70
+ background: #f7f7f7;
71
+ }
72
+
73
+ /* Content list */
74
+ .content {
75
+ position: absolute;
76
+ top: 264px;
77
+ left: 24px;
78
+ right: 24px;
79
+ bottom: 220px;
80
+ overflow: hidden;
81
+ }
82
+ .card {
83
+ display: grid;
84
+ grid-template-columns: 360px 1fr;
85
+ gap: 28px;
86
+ background: #ffffff;
87
+ border-radius: 28px;
88
+ border: 1px solid #e8e8e8;
89
+ box-shadow: 0 6px 16px rgba(0,0,0,0.06);
90
+ padding: 24px;
91
+ margin-bottom: 28px;
92
+ }
93
+ .img-ph {
94
+ width: 100%;
95
+ height: 360px;
96
+ background: #E0E0E0;
97
+ border: 1px solid #BDBDBD;
98
+ border-radius: 18px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ color: #757575;
103
+ font-size: 32px;
104
+ text-align: center;
105
+ padding: 10px;
106
+ }
107
+ .sponsored {
108
+ font-size: 26px;
109
+ color: #6f6f6f;
110
+ display: flex;
111
+ align-items: center;
112
+ gap: 10px;
113
+ margin-bottom: 10px;
114
+ }
115
+ .title {
116
+ font-size: 34px;
117
+ line-height: 1.3;
118
+ margin-bottom: 14px;
119
+ }
120
+ .rating-row {
121
+ display: flex;
122
+ align-items: center;
123
+ gap: 12px;
124
+ margin-bottom: 12px;
125
+ }
126
+ .rating-row .score {
127
+ font-size: 30px;
128
+ color: #1a73e8;
129
+ font-weight: 600;
130
+ }
131
+ .stars svg {
132
+ width: 34px;
133
+ height: 34px;
134
+ margin-right: 4px;
135
+ }
136
+ .count {
137
+ font-size: 28px;
138
+ color: #6f6f6f;
139
+ }
140
+ .badge {
141
+ display: inline-block;
142
+ background: #f0a13a;
143
+ color: #222;
144
+ font-weight: 700;
145
+ padding: 10px 16px;
146
+ border-radius: 12px;
147
+ font-size: 28px;
148
+ margin: 10px 0 16px;
149
+ }
150
+ .price-row {
151
+ display: flex;
152
+ align-items: baseline;
153
+ gap: 16px;
154
+ margin-bottom: 8px;
155
+ }
156
+ .price {
157
+ font-size: 48px;
158
+ font-weight: 800;
159
+ }
160
+ .mrp {
161
+ font-size: 28px;
162
+ color: #777;
163
+ text-decoration: line-through;
164
+ }
165
+ .off {
166
+ font-size: 28px;
167
+ color: #2e7d32;
168
+ }
169
+ .subtle {
170
+ font-size: 28px;
171
+ color: #777;
172
+ margin-bottom: 12px;
173
+ }
174
+ .prime-row {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: 10px;
178
+ margin: 10px 0;
179
+ font-size: 30px;
180
+ }
181
+ .prime-badge {
182
+ display: inline-flex;
183
+ align-items: center;
184
+ gap: 8px;
185
+ color: #1a73e8;
186
+ font-weight: 700;
187
+ }
188
+ .link {
189
+ font-size: 30px;
190
+ color: #1a73e8;
191
+ text-decoration: underline;
192
+ margin-top: 6px;
193
+ }
194
+ .save-badge {
195
+ display: inline-block;
196
+ background: #a5d6a7;
197
+ color: #1b5e20;
198
+ font-weight: 700;
199
+ padding: 8px 14px;
200
+ border-radius: 12px;
201
+ font-size: 28px;
202
+ margin: 6px 0 12px;
203
+ }
204
+ .swatches {
205
+ display: flex;
206
+ gap: 14px;
207
+ margin-top: 14px;
208
+ }
209
+ .swatch {
210
+ width: 62px;
211
+ height: 62px;
212
+ border-radius: 999px;
213
+ border: 2px solid #ddd;
214
+ }
215
+
216
+ /* Bottom nav */
217
+ .bottom-nav {
218
+ position: absolute;
219
+ left: 0;
220
+ right: 0;
221
+ bottom: 0;
222
+ height: 200px;
223
+ background: #ffffff;
224
+ border-top: 1px solid #e6e6e6;
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: space-around;
228
+ }
229
+ .nav-item {
230
+ width: 180px;
231
+ display: flex;
232
+ flex-direction: column;
233
+ align-items: center;
234
+ gap: 12px;
235
+ color: #444;
236
+ font-size: 28px;
237
+ }
238
+ .nav-item.active {
239
+ color: #1a73e8;
240
+ font-weight: 700;
241
+ }
242
+ .nav-icon {
243
+ width: 58px;
244
+ height: 58px;
245
+ }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+
251
+ <!-- Header with search -->
252
+ <div class="header">
253
+ <div class="back-btn">
254
+ <svg viewBox="0 0 24 24" width="48" height="48">
255
+ <path d="M15 5L7 12l8 7" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ </div>
258
+ <div class="search-wrapper">
259
+ <svg viewBox="0 0 24 24" width="44" height="44">
260
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#888" stroke-width="2"/>
261
+ <path d="M21 21l-5.5-5.5" stroke="#888" stroke-width="2" stroke-linecap="round"/>
262
+ </svg>
263
+ <div class="search-input">Samsung Galaxy Flip</div>
264
+ <div class="scan-btn">
265
+ <svg viewBox="0 0 24 24" width="36" height="36">
266
+ <rect x="3" y="3" width="18" height="18" rx="4" ry="4" fill="none" stroke="#666" stroke-width="2"/>
267
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#666" stroke-width="2"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Content -->
274
+ <div class="content">
275
+
276
+ <!-- Card 1 -->
277
+ <div class="card">
278
+ <div class="img-ph">[IMG: Flip phone product photo]</div>
279
+ <div>
280
+ <div class="sponsored">
281
+ Sponsored
282
+ <svg viewBox="0 0 24 24" width="26" height="26">
283
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#777" stroke-width="2"/>
284
+ <path d="M12 8.5v0" stroke="#777" stroke-width="2" stroke-linecap="round"/>
285
+ <path d="M12 11v6" stroke="#777" stroke-width="2" stroke-linecap="round"/>
286
+ </svg>
287
+ </div>
288
+ <div class="title">TECNO Phantom V Flip 5G (Mystic Dawn 16GB RAM, 256GB Storage) | 45W Fast Charging | 32 MP...</div>
289
+ <div class="rating-row">
290
+ <div class="score">4.7</div>
291
+ <div class="stars">
292
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
293
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
294
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
295
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
296
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
297
+ </div>
298
+ <div class="count">(87)</div>
299
+ </div>
300
+ <div class="badge">Great Indian Festival</div>
301
+ <div class="price-row">
302
+ <div class="price">₹54,999</div>
303
+ <div class="mrp">M.R.P.: ₹71,999</div>
304
+ <div class="off">(24% off)</div>
305
+ </div>
306
+ <div class="subtle">Save extra with No Cost EMI</div>
307
+ <div class="prime-row">
308
+ <span class="prime-badge">
309
+ <svg viewBox="0 0 24 24" width="26" height="26">
310
+ <path d="M4 12l4 4 12-12" fill="none" stroke="#f29900" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ prime
313
+ </span>
314
+ <span>Get it by Tomorrow, 19 October</span>
315
+ </div>
316
+ <div class="subtle">FREE Delivery by Amazon</div>
317
+ <div class="subtle">7 days Service Centre Replacement</div>
318
+ <div class="link">+1 colour/pattern</div>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Card 2 -->
323
+ <div class="card">
324
+ <div class="img-ph">[IMG: Samsung Galaxy Z Flip4 (pink gold) photo]</div>
325
+ <div>
326
+ <div class="title">Samsung Galaxy Z Flip4 5G (Pink Gold, 8GB RAM, 128GB Storage) with No Cost EMI/Additional...</div>
327
+ <div class="rating-row">
328
+ <div class="score">3.5</div>
329
+ <div class="stars">
330
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
331
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
332
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623"/></svg>
333
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623" opacity="0.5"/></svg>
334
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 18l-6.2 3 1.2-6.8-5-4.9 6.9-1L12 2z" fill="#f6a623" opacity="0.25"/></svg>
335
+ </div>
336
+ <div class="count">(162)</div>
337
+ </div>
338
+ <div class="badge">Great Indian Festival</div>
339
+ <div class="price-row">
340
+ <div class="price">₹79,999</div>
341
+ <div class="mrp">M.R.P.: ₹1,01,999</div>
342
+ <div class="off">(22% off)</div>
343
+ </div>
344
+ <div class="save-badge">Save ₹8,500 with coupon</div>
345
+ <div class="prime-row">
346
+ <span class="prime-badge">
347
+ <svg viewBox="0 0 24 24" width="26" height="26">
348
+ <path d="M4 12l4 4 12-12" fill="none" stroke="#f29900" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
349
+ </svg>
350
+ prime
351
+ </span>
352
+ <span>Get it by Friday, 20 October</span>
353
+ </div>
354
+ <div class="subtle">FREE Delivery by Amazon</div>
355
+ <div class="subtle">7 days Service Centre Replacement</div>
356
+ <div class="swatches">
357
+ <div class="swatch" style="background:#1c1c1c;"></div>
358
+ <div class="swatch" style="background:#c7bbd9;"></div>
359
+ <div class="swatch" style="background:#444;"></div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Partial next card header (to hint at more results) -->
365
+ <div class="card" style="grid-template-columns: 1fr; padding: 18px;">
366
+ <div class="title" style="font-size:32px; margin: 0;">Samsung Galaxy Z Flip4 5G (Graphite, 8GB RAM, 256GB Storage) with No Cost...</div>
367
+ </div>
368
+
369
+ </div>
370
+
371
+ <!-- Bottom navigation -->
372
+ <div class="bottom-nav">
373
+ <div class="nav-item active">
374
+ <svg class="nav-icon" viewBox="0 0 24 24">
375
+ <path d="M3 11l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2v-9z" fill="none" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
376
+ </svg>
377
+ <div>Home</div>
378
+ </div>
379
+ <div class="nav-item">
380
+ <svg class="nav-icon" viewBox="0 0 24 24">
381
+ <circle cx="12" cy="7" r="4" fill="none" stroke="currentColor" stroke-width="2"/>
382
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="currentColor" stroke-width="2"/>
383
+ </svg>
384
+ <div>You</div>
385
+ </div>
386
+ <div class="nav-item">
387
+ <svg class="nav-icon" viewBox="0 0 24 24">
388
+ <path d="M4 12a8 8 0 1 1 4 6.9" fill="none" stroke="currentColor" stroke-width="2"/>
389
+ <path d="M4 12h5" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
390
+ </svg>
391
+ <div>More</div>
392
+ </div>
393
+ <div class="nav-item">
394
+ <svg class="nav-icon" viewBox="0 0 24 24">
395
+ <path d="M6 6h14l-2 9H8L6 6z" fill="none" stroke="currentColor" stroke-width="2"/>
396
+ <circle cx="9" cy="20" r="2" fill="none" stroke="currentColor" stroke-width="2"/>
397
+ <circle cx="17" cy="20" r="2" fill="none" stroke="currentColor" stroke-width="2"/>
398
+ </svg>
399
+ <div>Cart</div>
400
+ </div>
401
+ <div class="nav-item">
402
+ <svg class="nav-icon" viewBox="0 0 24 24">
403
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
404
+ </svg>
405
+ <div>Menu</div>
406
+ </div>
407
+ </div>
408
+
409
+ </div>
410
+ </body>
411
+ </html>
code/19883/19883_1.html ADDED
@@ -0,0 +1,287 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Samsung Galaxy Flip - Product Page</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff; border-radius: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.15);
11
+ }
12
+ /* Header */
13
+ .header {
14
+ position: absolute; left: 0; top: 0; width: 1080px; height: 220px;
15
+ background: linear-gradient(180deg, #82e0de 0%, #c9f1e8 100%);
16
+ padding-top: 40px;
17
+ }
18
+ .search-wrap {
19
+ position: absolute; left: 96px; top: 120px; width: 880px; height: 100px;
20
+ }
21
+ .search-bar {
22
+ width: 880px; height: 100px; background: #fff; border: 1px solid #e0e0e0;
23
+ border-radius: 28px; box-shadow: 0 4px 10px rgba(0,0,0,0.08);
24
+ display: flex; align-items: center; padding: 0 30px; gap: 24px;
25
+ }
26
+ .back-btn {
27
+ position: absolute; left: 24px; top: 136px; width: 64px; height: 64px;
28
+ display: flex; align-items: center; justify-content: center;
29
+ }
30
+ .search-text { font-size: 36px; color: #333; flex: 1; }
31
+ .scan-btn {
32
+ width: 72px; height: 72px; border-radius: 16px; border: 1px solid #e0e0e0;
33
+ display: flex; align-items: center; justify-content: center; background: #f8f8f8;
34
+ }
35
+
36
+ /* Product hero */
37
+ .hero {
38
+ position: absolute; left: 0; top: 220px; width: 1080px; padding: 40px 40px 0 40px;
39
+ }
40
+ .discount-badge {
41
+ position: absolute; left: 40px; top: 250px; width: 120px; height: 120px;
42
+ background: #b71c1c; color: #fff; border-radius: 60px; display: flex; align-items: center; justify-content: center;
43
+ font-weight: bold; font-size: 34px; text-align: center; line-height: 1.1;
44
+ box-shadow: 0 6px 12px rgba(0,0,0,0.2);
45
+ }
46
+ .share-btn {
47
+ position: absolute; right: 60px; top: 300px; width: 60px; height: 60px;
48
+ display: flex; align-items: center; justify-content: center;
49
+ }
50
+ .product-img {
51
+ width: 1000px; height: 760px; margin: 40px auto 0 auto;
52
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
53
+ display: flex; align-items: center; justify-content: center; font-size: 36px; border-radius: 12px;
54
+ }
55
+ .wish {
56
+ position: absolute; left: 60px; top: 1040px; width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
57
+ }
58
+ .pager {
59
+ width: 500px; margin: 36px auto 0 auto; display: flex; align-items: center; justify-content: center; gap: 22px;
60
+ }
61
+ .dot { width: 22px; height: 22px; border-radius: 11px; border: 2px solid #9e9e9e; background: #fff; }
62
+ .dot.active { background: #157a79; border-color: #157a79; }
63
+ .triangle {
64
+ width: 0; height: 0; border-left: 16px solid #888; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
65
+ }
66
+
67
+ /* Info */
68
+ .info {
69
+ margin: 24px 40px 0 40px;
70
+ }
71
+ .link-row {
72
+ display: flex; align-items: center; justify-content: space-between; margin-top: 20px;
73
+ }
74
+ .store-link { color: #007b8f; font-size: 40px; }
75
+ .rating { display: flex; align-items: center; gap: 12px; font-size: 36px; color: #333; }
76
+ .stars { display: flex; align-items: center; gap: 4px; }
77
+ .title { margin-top: 16px; font-size: 34px; color: #444; line-height: 1.35; }
78
+
79
+ /* Detail blocks */
80
+ .detail-block {
81
+ margin-top: 26px; border-top: 2px solid #e5e5e5; border-bottom: 2px solid #e5e5e5; padding: 24px 8px;
82
+ }
83
+ .detail-line {
84
+ display: flex; align-items: center; justify-content: space-between; padding: 18px 0;
85
+ }
86
+ .label { font-size: 34px; color: #666; }
87
+ .value { font-size: 44px; color: #111; font-weight: bold; }
88
+ .chev { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
89
+
90
+ /* Bottom navigation */
91
+ .bottom-nav {
92
+ position: absolute; left: 0; bottom: 70px; width: 1080px; height: 190px;
93
+ border-top: 2px solid #e5e5e5; background: #fafafa;
94
+ }
95
+ .nav-indicator {
96
+ position: absolute; left: 60px; top: -16px; width: 260px; height: 20px; background: #d32f2f; border-radius: 12px;
97
+ }
98
+ .nav-items {
99
+ display: flex; justify-content: space-around; align-items: center; height: 100%;
100
+ font-size: 28px; color: #444;
101
+ }
102
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
103
+ .nav-item .label { font-size: 30px; color: #0b7b7e; }
104
+ .badge {
105
+ position: absolute; top: -6px; right: -6px; background: #d32f2f; color: #fff;
106
+ width: 36px; height: 36px; border-radius: 18px; font-size: 24px; display: flex; align-items: center; justify-content: center;
107
+ }
108
+ /* Home indicator bar */
109
+ .home-indicator {
110
+ position: absolute; left: 340px; bottom: 18px; width: 400px; height: 14px; background: #bdbdbd; border-radius: 7px;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Header with search -->
118
+ <div class="header">
119
+ <div class="back-btn">
120
+ <svg width="48" height="48" viewBox="0 0 24 24">
121
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
122
+ </svg>
123
+ </div>
124
+ <div class="search-wrap">
125
+ <div class="search-bar">
126
+ <svg width="42" height="42" viewBox="0 0 24 24">
127
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#555" stroke-width="2"/>
128
+ <path d="M20 20l-4-4" stroke="#555" stroke-width="2" stroke-linecap="round"/>
129
+ </svg>
130
+ <div class="search-text">Samsung Galaxy Flip</div>
131
+ <div class="scan-btn">
132
+ <svg width="34" height="34" viewBox="0 0 24 24">
133
+ <rect x="4" y="4" width="16" height="16" fill="none" stroke="#777" stroke-width="2" rx="2"/>
134
+ <path d="M4 9h2M18 9h2M4 15h2M18 15h2" stroke="#777" stroke-width="2" stroke-linecap="round"/>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Product hero section -->
142
+ <div class="hero">
143
+ <div class="discount-badge">22%<br/>off</div>
144
+ <div class="share-btn">
145
+ <svg width="44" height="44" viewBox="0 0 24 24">
146
+ <circle cx="5" cy="12" r="2.5" fill="#555"/>
147
+ <circle cx="19" cy="6" r="2.5" fill="#555"/>
148
+ <circle cx="19" cy="18" r="2.5" fill="#555"/>
149
+ <path d="M7.5 11l9-4M7.5 13l9 4" stroke="#555" stroke-width="2" fill="none" stroke-linecap="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="product-img">[IMG: Samsung Galaxy Z Flip4 Phone]</div>
153
+ <div class="wish">
154
+ <svg width="72" height="72" viewBox="0 0 24 24">
155
+ <path d="M12 21s-7-4.5-9-8.5C1.5 9 3.5 6 6.5 6c2 0 3.3 1.2 3.5 2 0.2-0.8 1.5-2 3.5-2 3 0 5 3 3.5 6.5-2 4-9 8.5-9 8.5z"
156
+ fill="none" stroke="#78909c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
157
+ </svg>
158
+ </div>
159
+ <div class="pager">
160
+ <div class="dot active"></div>
161
+ <div class="triangle"></div>
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="dot"></div>
165
+ <div class="dot"></div>
166
+ </div>
167
+ </div>
168
+
169
+ <!-- Product info -->
170
+ <div class="info">
171
+ <div class="link-row">
172
+ <div class="store-link">Visit the Samsung Store</div>
173
+ <div class="rating">
174
+ <div>3.5</div>
175
+ <div class="stars">
176
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#f59d0a"/></svg>
177
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#f59d0a"/></svg>
178
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#f59d0a"/></svg>
179
+ <svg width="34" height="34" viewBox="0 0 24 24">
180
+ <defs><clipPath id="half"><rect x="0" y="0" width="12" height="24"/></clipPath></defs>
181
+ <path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#e0e0e0"/>
182
+ <path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#f59d0a" clip-path="url(#half)"/>
183
+ </svg>
184
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M12 17.5l-6.2 3.6 1.7-7-5.1-4.4 6.8-0.6L12 2l2.8 7.1 6.8 0.6-5.1 4.4 1.7 7z" fill="#e0e0e0"/></svg>
185
+ </div>
186
+ <div style="color:#007b8f;">162</div>
187
+ </div>
188
+ </div>
189
+ <div class="title">
190
+ Samsung Galaxy Z Flip4 5G (Pink Gold, 8GB RAM, 128GB Storage) with No Cost EMI/Additional Exchange Offers
191
+ </div>
192
+
193
+ <!-- Details -->
194
+ <div class="detail-block">
195
+ <div class="detail-line">
196
+ <div class="label">Pattern Name:</div>
197
+ <div class="value">Flip4 5G</div>
198
+ <div class="chev">
199
+ <svg width="32" height="32" viewBox="0 0 24 24">
200
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="detail-block">
207
+ <div class="detail-line">
208
+ <div class="label">Colour:</div>
209
+ <div class="value">Pink Gold</div>
210
+ <div class="chev">
211
+ <svg width="32" height="32" viewBox="0 0 24 24">
212
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <div class="detail-block">
219
+ <div class="detail-line">
220
+ <div class="label">Size:</div>
221
+ <div class="value">8GB RAM + 128GB Storage</div>
222
+ <div class="chev">
223
+ <svg width="32" height="32" viewBox="0 0 24 24">
224
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="detail-block">
231
+ <div class="detail-line">
232
+ <div class="label">Style Name:</div>
233
+ <div class="value">with offer</div>
234
+ <div class="chev">
235
+ <svg width="32" height="32" viewBox="0 0 24 24">
236
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Bottom nav -->
244
+ <div class="bottom-nav">
245
+ <div class="nav-indicator"></div>
246
+ <div class="nav-items">
247
+ <div class="nav-item">
248
+ <svg width="50" height="50" viewBox="0 0 24 24">
249
+ <path d="M3 11l9-7 9 7v9h-6v-5H9v5H3z" fill="none" stroke="#0b7b7e" stroke-width="2"/>
250
+ </svg>
251
+ <div class="label">Home</div>
252
+ </div>
253
+ <div class="nav-item">
254
+ <svg width="50" height="50" viewBox="0 0 24 24">
255
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#555" stroke-width="2"/>
256
+ <path d="M4 21c0-4 4-6 8-6s8 2 8 6" fill="none" stroke="#555" stroke-width="2"/>
257
+ </svg>
258
+ <div>You</div>
259
+ </div>
260
+ <div class="nav-item">
261
+ <svg width="50" height="50" viewBox="0 0 24 24">
262
+ <path d="M4 12a8 8 0 1 1 2.3 5.7" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round"/>
263
+ <path d="M3 12h4" stroke="#555" stroke-width="2" stroke-linecap="round"/>
264
+ </svg>
265
+ <div>More</div>
266
+ </div>
267
+ <div class="nav-item" style="position: relative;">
268
+ <svg width="50" height="50" viewBox="0 0 24 24">
269
+ <path d="M6 6h15l-2 9H7L6 6zM7 19a2 2 0 1 0 0-0.1M17 19a2 2 0 1 0 0-0.1" fill="none" stroke="#555" stroke-width="2" stroke-linecap="round"/>
270
+ </svg>
271
+ <div class="badge">1</div>
272
+ <div>Cart</div>
273
+ </div>
274
+ <div class="nav-item">
275
+ <svg width="50" height="50" viewBox="0 0 24 24">
276
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#555" stroke-width="2" stroke-linecap="round"/>
277
+ </svg>
278
+ <div>Menu</div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <div class="home-indicator"></div>
284
+
285
+ </div>
286
+ </body>
287
+ </html>
code/19883/19883_2.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Samsung Galaxy Flip Offer</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden; background:#ffffff;
11
+ }
12
+
13
+ /* Top gradient header */
14
+ .top-bar {
15
+ position:relative;
16
+ height:260px;
17
+ background: linear-gradient(180deg, #88d9d0 0%, #b9f0df 100%);
18
+ padding:40px 36px 20px 36px;
19
+ box-sizing:border-box;
20
+ }
21
+ .top-row {
22
+ display:flex; align-items:center; gap:24px;
23
+ }
24
+ .icon-btn {
25
+ width:72px; height:72px; border-radius:36px; display:flex; align-items:center; justify-content:center;
26
+ }
27
+ .icon-lg svg { width:42px; height:42px; }
28
+ .search {
29
+ flex:1;
30
+ background:#fff;
31
+ height:96px;
32
+ border-radius:24px;
33
+ box-shadow: 0 6px 12px rgba(0,0,0,0.08);
34
+ display:flex; align-items:center;
35
+ padding:0 24px;
36
+ box-sizing:border-box;
37
+ }
38
+ .search .left-icon svg { width:36px; height:36px; }
39
+ .search input {
40
+ border:none; outline:none; font-size:40px; flex:1; margin:0 16px; color:#222; background:transparent;
41
+ }
42
+ .search .scan {
43
+ width:72px; height:72px; border-radius:18px; background:#eef4f5;
44
+ display:flex; align-items:center; justify-content:center;
45
+ border:1px solid #d7e3e6;
46
+ }
47
+ .scan svg { width:34px; height:34px; }
48
+
49
+ /* Content sections */
50
+ .content { padding:24px 36px 0 36px; }
51
+ .row { display:flex; align-items:center; justify-content:space-between; }
52
+ .style-name { padding:22px 0; border-bottom:1px solid #e5e7ea; }
53
+ .style-name .label { font-size:36px; color:#666; }
54
+ .style-name .value { font-size:48px; font-weight:700; margin-top:8px; }
55
+ .chev svg { width:36px; height:36px; }
56
+
57
+ .badge {
58
+ display:inline-block; background:#cf0f2f; color:#fff; font-weight:700; font-size:36px;
59
+ padding:16px 24px; border-radius:14px; margin-top:28px;
60
+ }
61
+
62
+ .price-wrap { margin-top:22px; }
63
+ .percent { color:#d61a49; font-size:120px; font-weight:700; letter-spacing:1px; }
64
+ .price { font-size:120px; font-weight:800; color:#111; margin-left:24px; }
65
+ .mrp { margin-top:8px; font-size:34px; color:#777; }
66
+ .mrp .strike { text-decoration:line-through; color:#999; }
67
+ .emi { margin-top:18px; font-size:38px; color:#444; }
68
+ .link { color:#0b75ff; }
69
+ .divider { height:1px; background:#e5e7ea; margin:26px 0; }
70
+
71
+ .buy-row {
72
+ display:flex; align-items:center; gap:18px; font-size:44px; font-weight:700; color:#b02a2a; padding:20px 0;
73
+ }
74
+ .round-icon {
75
+ width:64px; height:64px; border-radius:32px; border:1px solid #d8dbdf; display:flex; align-items:center; justify-content:center; background:#fff;
76
+ }
77
+ .round-icon svg { width:32px; height:32px; }
78
+
79
+ .cards {
80
+ display:flex; gap:24px; margin-top:18px;
81
+ }
82
+ .card {
83
+ flex:1; border:1px solid #dcdfe4; border-radius:18px; padding:24px; box-sizing:border-box; background:#fff;
84
+ }
85
+ .card-title { font-size:40px; font-weight:700; color:#222; display:flex; align-items:center; justify-content:space-between; }
86
+ .card-title .details { font-size:34px; color:#0b75ff; font-weight:600; }
87
+ .kv { display:flex; align-items:center; justify-content:space-between; margin-top:16px; font-size:36px; color:#333; }
88
+ .kv .left { display:flex; align-items:center; gap:14px; }
89
+ .kv .val.neg { color:#888; }
90
+ .kv .val.red { color:#b02a2a; font-weight:800; }
91
+ .kv .mini-icon { width:42px; height:42px; display:flex; align-items:center; justify-content:center; color:#7b8b99; }
92
+ .kv .mini-icon svg { width:36px; height:36px; }
93
+
94
+ .coupon-row {
95
+ margin-top:26px; padding:26px 0; border-top:1px solid #e5e7ea; border-bottom:1px solid #e5e7ea;
96
+ display:flex; align-items:center; justify-content:space-between;
97
+ }
98
+ .coupon-row .left { display:flex; flex-direction:column; gap:8px; }
99
+ .coupon-title { font-size:44px; font-weight:800; color:#222; display:flex; align-items:center; gap:14px; }
100
+ .green-highlight { display:inline-block; background:#b9e8b5; padding:4px 8px; border-radius:6px; }
101
+ .apply-btn {
102
+ background:#f4f6f8; border:1px solid #d4d8dc; border-radius:16px; padding:20px 36px; font-size:40px; font-weight:700; color:#333;
103
+ }
104
+
105
+ .list-row {
106
+ display:flex; align-items:center; justify-content:space-between;
107
+ padding:32px 0; border-bottom:1px solid #e5e7ea;
108
+ }
109
+ .list-row .lh { display:flex; align-items:center; gap:22px; }
110
+ .list-row .title { font-size:42px; font-weight:800; color:#222; }
111
+ .list-row .sub { font-size:34px; color:#6b6f75; margin-top:6px; }
112
+ .pill-icon {
113
+ width:64px; height:64px; border-radius:32px; border:1px solid #dcdfe4; display:flex; align-items:center; justify-content:center; background:#fff; color:#ff9b28;
114
+ }
115
+ .pill-icon.gray { color:#6f7a86; }
116
+ .list-row .chev { color:#6f7a86; }
117
+
118
+ /* Bottom navigation */
119
+ .bottom-nav {
120
+ position:absolute; left:0; right:0; bottom:80px;
121
+ height:140px; border-top:1px solid #e5e7ea; background:#fff;
122
+ display:flex; align-items:center; justify-content:space-around;
123
+ }
124
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:8px; color:#566168; }
125
+ .nav-item.active { color:#0aa3a3; }
126
+ .nav-item svg { width:46px; height:46px; }
127
+ .nav-item span { font-size:32px; font-weight:700; }
128
+
129
+ .gesture {
130
+ position:absolute; left:50%; transform:translateX(-50%);
131
+ bottom:20px; width:420px; height:14px; background:#bdbdbd; border-radius:8px; opacity:0.6;
132
+ }
133
+
134
+ /* Helpers */
135
+ .rupee { font-family: inherit; }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+ <div class="top-bar">
141
+ <div class="top-row">
142
+ <div class="icon-btn icon-lg">
143
+ <svg viewBox="0 0 24 24">
144
+ <path d="M15 19l-7-7 7-7" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
145
+ </svg>
146
+ </div>
147
+ <div class="search">
148
+ <div class="left-icon">
149
+ <svg viewBox="0 0 24 24">
150
+ <circle cx="10" cy="10" r="7" fill="none" stroke="#6b7a86" stroke-width="2"/>
151
+ <path d="M21 21l-5.5-5.5" stroke="#6b7a86" stroke-width="2" stroke-linecap="round"/>
152
+ </svg>
153
+ </div>
154
+ <input type="text" value="Samsung Galaxy Flip"/>
155
+ <div class="scan">
156
+ <svg viewBox="0 0 24 24">
157
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#4b5a65" stroke-width="2"/>
158
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#4b5a65" stroke-width="2"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="content">
166
+ <div class="style-name row">
167
+ <div>
168
+ <div class="label">Style Name:</div>
169
+ <div class="value">with offer</div>
170
+ </div>
171
+ <div class="chev">
172
+ <svg viewBox="0 0 24 24">
173
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <span class="badge">Great Indian Festival</span>
179
+
180
+ <div class="price-wrap">
181
+ <div class="row" style="align-items:flex-end;">
182
+ <div class="percent">-22%</div>
183
+ <div class="price"><span class="rupee">₹</span>79,999</div>
184
+ </div>
185
+ <div class="mrp">M.R.P.: <span class="strike"><span class="rupee">₹</span>1,01,999</span></div>
186
+ <div class="emi">EMI from <span class="rupee">₹</span>3,879. No Cost EMI available. <span class="link">EMI options</span><br/>Inclusive of all taxes</div>
187
+ </div>
188
+
189
+ <div class="divider"></div>
190
+
191
+ <div class="buy-row">
192
+ <div class="round-icon">
193
+ <svg viewBox="0 0 24 24">
194
+ <path d="M12 3v18M3 12h18" stroke="#f39c12" stroke-width="2"/>
195
+ </svg>
196
+ </div>
197
+ <div>Buy for <span style="color:#b02a2a;"><span class="rupee">₹</span>62,499</span></div>
198
+ </div>
199
+
200
+ <div class="cards">
201
+ <div class="card">
202
+ <div class="card-title">
203
+ <span>Best discount for you</span>
204
+ <span class="details">Details</span>
205
+ </div>
206
+ <div class="kv">
207
+ <div class="left">
208
+ <div class="mini-icon">
209
+ <svg viewBox="0 0 24 24">
210
+ <rect x="3" y="4" width="18" height="16" rx="2" fill="none" stroke="#7b8b99" stroke-width="2"/>
211
+ <path d="M3 10h18" stroke="#7b8b99" stroke-width="2"/>
212
+ </svg>
213
+ </div>
214
+ <span>Price</span>
215
+ </div>
216
+ <div class="val"><span class="rupee">₹</span>79,999</div>
217
+ </div>
218
+ <div class="kv">
219
+ <div class="left">
220
+ <div class="mini-icon">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M4 12h12M8 8l-4 4 4 4" stroke="#7b8b99" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ <span>Coupon</span>
226
+ </div>
227
+ <div class="val neg">-<span class="rupee">₹</span>8,500</div>
228
+ </div>
229
+ <div class="kv">
230
+ <div class="left">
231
+ <div class="mini-icon">
232
+ <svg viewBox="0 0 24 24">
233
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#4f7bd9" stroke-width="2"/>
234
+ <path d="M12 7v10M7 12h10" stroke="#4f7bd9" stroke-width="2"/>
235
+ </svg>
236
+ </div>
237
+ <span>SBI Credit Card -…</span>
238
+ </div>
239
+ <div class="val neg">-<span class="rupee">₹</span>9,000</div>
240
+ </div>
241
+ <div class="kv" style="margin-top:12px;">
242
+ <div class="left"><strong>Final Price</strong></div>
243
+ <div class="val red"><span class="rupee">₹</span>62,499</div>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="card">
248
+ <div class="card-title">
249
+ <span>
250
+ <svg viewBox="0 0 24 24" style="vertical-align:middle; margin-right:8px;">
251
+ <path d="M4 20h16M6 9h12M8 5h8M6 9v11M18 9v11" stroke="#7b8b99" stroke-width="2" fill="none"/>
252
+ </svg>
253
+ Bank Offer
254
+ </span>
255
+ </div>
256
+ <div style="font-size:36px; color:#333; margin-top:12px;">
257
+ Save upto <span class="rupee">₹</span>9,000 with select Credit/Debit Cards
258
+ </div>
259
+ <div style="display:flex; align-items:center; gap:12px; margin-top:20px;">
260
+ <div class="mini-icon">
261
+ <svg viewBox="0 0 24 24">
262
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#4f7bd9" stroke-width="2"/>
263
+ <path d="M12 8v8M8 12h8" stroke="#4f7bd9" stroke-width="2"/>
264
+ </svg>
265
+ </div>
266
+ <span class="link" style="font-size:36px;">5 offers</span>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <div class="coupon-row">
272
+ <div class="left">
273
+ <div class="coupon-title">
274
+ <div class="pill-icon gray">
275
+ <svg viewBox="0 0 24 24">
276
+ <path d="M2 12h20M6 6v12M18 6v12" stroke="#6f7a86" stroke-width="2" fill="none"/>
277
+ </svg>
278
+ </div>
279
+ Coupon Discount
280
+ </div>
281
+ <div style="font-size:36px; color:#187243;">
282
+ <span class="green-highlight">Save <span class="rupee">₹</span>8,500</span> now. <span class="link">Details</span>
283
+ </div>
284
+ </div>
285
+ <button class="apply-btn">Apply</button>
286
+ </div>
287
+
288
+ <div class="list-row">
289
+ <div class="lh">
290
+ <div class="pill-icon" style="color:#ff9b28;">
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M12 4v6l4 4" stroke="#ff9b28" stroke-width="2" fill="none" stroke-linecap="round"/>
293
+ <circle cx="12" cy="12" r="9" stroke="#ff9b28" stroke-width="2" fill="none"/>
294
+ </svg>
295
+ </div>
296
+ <div>
297
+ <div class="title">Exchange Your Old Phone</div>
298
+ <div class="sub">Save upto <span class="rupee">₹</span>50,000</div>
299
+ </div>
300
+ </div>
301
+ <div class="chev">
302
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#6f7a86" stroke-width="2" stroke-linecap="round"/></svg>
303
+ </div>
304
+ </div>
305
+
306
+ <div class="list-row">
307
+ <div class="lh">
308
+ <div class="pill-icon gray">
309
+ <svg viewBox="0 0 24 24">
310
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#6f7a86" stroke-width="2"/>
311
+ <path d="M8 12h8M12 8v8" stroke="#6f7a86" stroke-width="2"/>
312
+ </svg>
313
+ </div>
314
+ <div>
315
+ <div class="title">Add Accessories</div>
316
+ <div class="sub">Save extra when bought together</div>
317
+ </div>
318
+ </div>
319
+ <div class="chev">
320
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#6f7a86" stroke-width="2" stroke-linecap="round"/></svg>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="list-row" style="border-bottom:none;">
325
+ <div class="lh">
326
+ <div class="pill-icon gray">
327
+ <svg viewBox="0 0 24 24">
328
+ <path d="M12 3l7 5v6c0 3.3-3.1 6-7 6s-7-2.7-7-6V8l7-5z" fill="none" stroke="#6f7a86" stroke-width="2"/>
329
+ <path d="M9 12l2 2 4-4" stroke="#6f7a86" stroke-width="2" fill="none" stroke-linecap="round"/>
330
+ </svg>
331
+ </div>
332
+ <div>
333
+ <div class="title">Protect your mobile</div>
334
+ <div class="sub">Covers broken screen, liquid damage etc</div>
335
+ </div>
336
+ </div>
337
+ <div class="chev">
338
+ <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#6f7a86" stroke-width="2" stroke-linecap="round"/></svg>
339
+ </div>
340
+ </div>
341
+ </div>
342
+
343
+ <div class="bottom-nav">
344
+ <div class="nav-item active">
345
+ <svg viewBox="0 0 24 24">
346
+ <path d="M3 11l9-7 9 7v9H3z" fill="none" stroke="#0aa3a3" stroke-width="2"/>
347
+ </svg>
348
+ <span>Home</span>
349
+ </div>
350
+ <div class="nav-item">
351
+ <svg viewBox="0 0 24 24">
352
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#566168" stroke-width="2"/>
353
+ <path d="M4 21c2-5 14-5 16 0" fill="none" stroke="#566168" stroke-width="2"/>
354
+ </svg>
355
+ <span>You</span>
356
+ </div>
357
+ <div class="nav-item">
358
+ <svg viewBox="0 0 24 24">
359
+ <path d="M5 12a7 7 0 0 1 12-3M19 12a7 7 0 0 1-12 3" fill="none" stroke="#566168" stroke-width="2" stroke-linecap="round"/>
360
+ </svg>
361
+ <span>More</span>
362
+ </div>
363
+ <div class="nav-item">
364
+ <svg viewBox="0 0 24 24">
365
+ <path d="M6 6h14l-2 10H8L6 6z" fill="none" stroke="#566168" stroke-width="2"/>
366
+ <circle cx="9" cy="20" r="2" fill="none" stroke="#566168" stroke-width="2"/>
367
+ <circle cx="17" cy="20" r="2" fill="none" stroke="#566168" stroke-width="2"/>
368
+ </svg>
369
+ <span>Cart</span>
370
+ </div>
371
+ <div class="nav-item">
372
+ <svg viewBox="0 0 24 24">
373
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#566168" stroke-width="2"/>
374
+ </svg>
375
+ <span>Menu</span>
376
+ </div>
377
+ </div>
378
+
379
+ <div class="gesture"></div>
380
+ </div>
381
+ </body>
382
+ </html>
code/19883/19883_3.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>Product Page Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 24px; box-shadow: 0 6px 24px rgba(0,0,0,0.08);
12
+ color: #222;
13
+ }
14
+ /* Header */
15
+ .header {
16
+ position: relative;
17
+ height: 220px;
18
+ background: linear-gradient(90deg, #79d2d6 0%, #b8ead0 100%);
19
+ padding-top: 38px;
20
+ }
21
+ .back-btn {
22
+ position: absolute; left: 24px; top: 92px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
23
+ background: transparent; border-radius: 24px;
24
+ }
25
+ .search-bar {
26
+ position: absolute; left: 104px; right: 24px; top: 84px;
27
+ height: 80px; background: #fff; border-radius: 18px; box-shadow: 0 6px 12px rgba(0,0,0,0.10);
28
+ display: flex; align-items: center; padding: 0 24px; gap: 16px;
29
+ }
30
+ .search-input {
31
+ flex: 1; border: none; outline: none; font-size: 36px; color: #333; background: transparent;
32
+ }
33
+ .search-placeholder { color: #333; font-weight: 500; }
34
+ .icon-btn { width: 64px; height: 64px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #f4f4f4; }
35
+ /* List rows */
36
+ .content { position: relative; background: #fff; padding: 24px 0 0; }
37
+ .row {
38
+ display: flex; align-items: center; gap: 20px;
39
+ padding: 28px 32px; border-top: 1px solid #e7e7e7;
40
+ }
41
+ .row:last-child { border-bottom: 1px solid #e7e7e7; }
42
+ .row-title { font-size: 36px; font-weight: 700; color: #222; }
43
+ .row-sub { font-size: 32px; color: #666; margin-top: 6px; }
44
+ .row-col { display: flex; flex-direction: column; }
45
+ .chev { margin-left: auto; }
46
+ /* Tooltip */
47
+ .tooltip {
48
+ position: absolute; top: 480px; left: 380px; width: 560px;
49
+ background: #f4a629; color: #111; border-radius: 16px; box-shadow: 0 12px 24px rgba(0,0,0,0.15);
50
+ padding: 26px 64px 26px 26px; font-size: 34px; font-weight: 700;
51
+ }
52
+ .tooltip:after {
53
+ content: ""; position: absolute; right: 40px; bottom: -20px; width: 0; height: 0;
54
+ border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #f4a629;
55
+ }
56
+ .tooltip .close {
57
+ position: absolute; right: 18px; top: 14px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
58
+ }
59
+ /* Price & delivery */
60
+ .price { padding: 26px 32px 12px; font-size: 40px; font-weight: 800; }
61
+ .price span { font-weight: 900; }
62
+ .delivery { padding: 6px 32px; font-size: 34px; }
63
+ .link { color: #007185; cursor: pointer; }
64
+ .green { color: #1a9c33; }
65
+ .pin-row { display: flex; align-items: center; gap: 16px; padding: 16px 32px 24px; font-size: 36px; }
66
+ /* Stock & qty */
67
+ .stock { color: #1a9c33; font-size: 42px; font-weight: 800; padding: 28px 32px 12px; }
68
+ .qty {
69
+ margin-left: 32px; margin-top: 10px; width: 220px; height: 88px; border: 1px solid #e2e2e2; border-radius: 18px; box-shadow: 0 6px 14px rgba(0,0,0,0.08);
70
+ display: flex; align-items: center; justify-content: space-between; padding: 0 24px; font-size: 34px; color: #333; background: #fff;
71
+ }
72
+ /* CTA buttons */
73
+ .cta {
74
+ margin: 36px 32px 0;
75
+ display: flex; flex-direction: column; gap: 26px;
76
+ }
77
+ .btn {
78
+ height: 120px; border-radius: 60px; font-size: 40px; font-weight: 800; border: none; cursor: pointer;
79
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0,0,0,0.1);
80
+ }
81
+ .btn-cart { background: linear-gradient(0deg, #ffcd1f, #ffd64a); color: #222; }
82
+ .btn-buy { background: linear-gradient(0deg, #f59a2b, #ffa642); color: #222; }
83
+ /* Info links */
84
+ .secure { display: flex; align-items: center; gap: 16px; padding: 20px 32px; font-size: 36px; color: #007185; }
85
+ .sold { padding: 8px 32px; font-size: 36px; color: #333; }
86
+ .sold .link { font-weight: 700; }
87
+ .gift { padding: 10px 32px; font-size: 36px; color: #333; }
88
+ .wish { padding: 16px 32px 120px; font-size: 36px; color: #007185; }
89
+ /* Bottom nav */
90
+ .bottom-nav {
91
+ position: absolute; left: 0; right: 0; bottom: 48px; height: 160px; background: #fff; border-top: 1px solid #e6e6e6;
92
+ display: flex; justify-content: space-around; align-items: center;
93
+ }
94
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #007185; }
95
+ .nav-item .label { font-size: 28px; color: #007185; }
96
+ .gesture {
97
+ position: absolute; left: 50%; transform: translateX(-50%);
98
+ bottom: 16px; width: 260px; height: 12px; background: #bdbdbd; border-radius: 6px;
99
+ }
100
+ /* Simple icon styling */
101
+ svg { display: block; }
102
+ .icon-24 { width: 48px; height: 48px; }
103
+ .icon-32 { width: 64px; height: 64px; }
104
+ .muted { color: #777; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+ <!-- Header -->
110
+ <div class="header">
111
+ <div class="back-btn">
112
+ <svg class="icon-32" viewBox="0 0 24 24">
113
+ <path d="M15 6l-6 6 6 6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
114
+ </svg>
115
+ </div>
116
+ <div class="search-bar">
117
+ <svg class="icon-32" viewBox="0 0 24 24">
118
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#666" stroke-width="2"></circle>
119
+ <path d="M20 20l-4-4" stroke="#666" stroke-width="2" stroke-linecap="round"/>
120
+ </svg>
121
+ <div class="search-input search-placeholder">Samsung Galaxy Flip</div>
122
+ <div class="icon-btn">
123
+ <svg class="icon-32" viewBox="0 0 24 24">
124
+ <rect x="3" y="5" width="18" height="14" rx="3" ry="3" fill="none" stroke="#333" stroke-width="2"></rect>
125
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#333" stroke-width="2"></circle>
126
+ </svg>
127
+ </div>
128
+ </div>
129
+ </div>
130
+
131
+ <!-- Content -->
132
+ <div class="content">
133
+ <div class="row" style="padding-top: 20px;">
134
+ <svg class="icon-24" viewBox="0 0 24 24">
135
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#f2a900" stroke-width="2"></circle>
136
+ <path d="M12 7v10" stroke="#f2a900" stroke-width="2" stroke-linecap="round"/>
137
+ <path d="M9 10h6" stroke="#f2a900" stroke-width="2" stroke-linecap="round"/>
138
+ </svg>
139
+ <div class="row-col">
140
+ <div class="row-title" style="font-weight:600">Save upto ₹50,000</div>
141
+ </div>
142
+ </div>
143
+
144
+ <div class="row">
145
+ <div style="width:64px; height:64px; border:1px solid #cfcfcf; border-radius:12px; display:flex; align-items:center; justify-content:center;">
146
+ <svg class="icon-24" viewBox="0 0 24 24">
147
+ <path d="M12 7v10M7 12h10" stroke="#f2a900" stroke-width="2" stroke-linecap="round"/>
148
+ </svg>
149
+ </div>
150
+ <div class="row-col" style="flex:1">
151
+ <div class="row-title">Add Accessories</div>
152
+ <div class="row-sub">Save extra while you buy</div>
153
+ </div>
154
+ <div class="chev">
155
+ <svg class="icon-24" viewBox="0 0 24 24">
156
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="row">
162
+ <svg class="icon-24" viewBox="0 0 24 24">
163
+ <path d="M12 3l8 5v6c0 4-8 7-8 7s-8-3-8-7V8l8-5z" fill="none" stroke="#777" stroke-width="2"/>
164
+ </svg>
165
+ <div class="row-col" style="flex:1">
166
+ <div class="row-title">Protect your mobile</div>
167
+ <div class="row-sub">Covers broken screen, liquid damage etc.</div>
168
+ </div>
169
+ <div class="chev">
170
+ <svg class="icon-24" viewBox="0 0 24 24">
171
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Tooltip -->
177
+ <div class="tooltip">
178
+ Hassle-free mobile protection
179
+ <div class="close">
180
+ <svg class="icon-24" viewBox="0 0 24 24">
181
+ <path d="M6 6l12 12M18 6L6 18" stroke="#222" stroke-width="2" stroke-linecap="round"/>
182
+ </svg>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Price -->
187
+ <div class="price">Total: <span>₹79,999</span></div>
188
+
189
+ <!-- Delivery lines -->
190
+ <div class="delivery"><span class="link">FREE delivery</span> Tuesday, 24 October. <span class="link">Details</span></div>
191
+ <div class="delivery">Or fastest delivery Friday, 20 October. Order within <span class="green">1 hr 32 mins</span>. <span class="link">Details</span></div>
192
+
193
+ <div class="pin-row">
194
+ <svg class="icon-24" viewBox="0 0 24 24">
195
+ <path d="M12 3a7 7 0 0 1 7 7c0 5-7 11-7 11S5 15 5 10a7 7 0 0 1 7-7z" fill="none" stroke="#777" stroke-width="2"/>
196
+ <circle cx="12" cy="10" r="3" fill="none" stroke="#777" stroke-width="2"/>
197
+ </svg>
198
+ <span class="link">Deliver to Gurugram 122003</span>
199
+ </div>
200
+
201
+ <!-- Stock and Qty -->
202
+ <div class="stock">In stock</div>
203
+ <div class="qty">
204
+ <span>Qty: 1</span>
205
+ <svg class="icon-24" viewBox="0 0 24 24">
206
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round"/>
207
+ </svg>
208
+ </div>
209
+
210
+ <!-- CTA buttons -->
211
+ <div class="cta">
212
+ <button class="btn btn-cart">Add to Cart</button>
213
+ <button class="btn btn-buy">Buy Now</button>
214
+ </div>
215
+
216
+ <!-- Secure transaction -->
217
+ <div class="secure">
218
+ <svg class="icon-24" viewBox="0 0 24 24">
219
+ <rect x="4" y="10" width="16" height="10" rx="2" fill="none" stroke="#777" stroke-width="2"></rect>
220
+ <path d="M8 10V7a4 4 0 0 1 8 0v3" fill="none" stroke="#777" stroke-width="2"></path>
221
+ </svg>
222
+ <span>Secure transaction</span>
223
+ </div>
224
+
225
+ <div class="sold">
226
+ Sold by <span class="link">Appario Retail Private Ltd</span> and <span class="link">Fulfilled by Amazon</span>.
227
+ </div>
228
+ <div class="gift">Gift-wrap available.</div>
229
+ <div class="wish"><span class="link">Add to Wish List</span></div>
230
+ </div>
231
+
232
+ <!-- Bottom navigation -->
233
+ <div class="bottom-nav">
234
+ <div class="nav-item">
235
+ <svg class="icon-32" viewBox="0 0 24 24">
236
+ <path d="M3 10l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="none" stroke="#007185" stroke-width="2"/>
237
+ </svg>
238
+ <div class="label">Home</div>
239
+ </div>
240
+ <div class="nav-item">
241
+ <svg class="icon-32" viewBox="0 0 24 24">
242
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#007185" stroke-width="2"/>
243
+ <path d="M4 21c2-4 6-6 8-6s6 2 8 6" fill="none" stroke="#007185" stroke-width="2"/>
244
+ </svg>
245
+ <div class="label">You</div>
246
+ </div>
247
+ <div class="nav-item">
248
+ <svg class="icon-32" viewBox="0 0 24 24">
249
+ <path d="M12 5v4M12 19v-4M5 12h4M19 12h-4" stroke="#007185" stroke-width="2" stroke-linecap="round"/>
250
+ <path d="M8 8l8 8" stroke="#007185" stroke-width="2" stroke-linecap="round" opacity="0.3"/>
251
+ </svg>
252
+ <div class="label">More</div>
253
+ </div>
254
+ <div class="nav-item">
255
+ <svg class="icon-32" viewBox="0 0 24 24">
256
+ <path d="M6 6h14l-2 10H7L6 6z" fill="none" stroke="#007185" stroke-width="2"/>
257
+ <circle cx="9" cy="19" r="2" fill="none" stroke="#007185" stroke-width="2"/>
258
+ <circle cx="17" cy="19" r="2" fill="none" stroke="#007185" stroke-width="2"/>
259
+ </svg>
260
+ <div class="label">Cart</div>
261
+ </div>
262
+ <div class="nav-item">
263
+ <svg class="icon-32" viewBox="0 0 24 24">
264
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#007185" stroke-width="2" stroke-linecap="round"/>
265
+ </svg>
266
+ <div class="label">Menu</div>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="gesture"></div>
271
+ </div>
272
+ </body>
273
+ </html>
code/19883/19883_4.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Mobile UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
12
+ }
13
+ .top-area {
14
+ background: linear-gradient(180deg, #bfe9e5 0%, #eaf7f6 70%, #ffffff 100%);
15
+ padding: 24px 32px 16px 32px;
16
+ }
17
+ .status-bar {
18
+ height: 60px; display: flex; align-items: center; justify-content: space-between; color: #2b2b2b; font-size: 30px;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 16px; color: #333; font-size: 26px; }
21
+ .search-row { display: flex; align-items: center; gap: 24px; margin-top: 16px; }
22
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
23
+ .search-box {
24
+ flex: 1; height: 110px; background: #fff; border-radius: 24px; box-shadow: 0 4px 10px rgba(0,0,0,0.08);
25
+ display: flex; align-items: center; padding: 0 32px; gap: 16px; border: 1px solid #e0e0e0;
26
+ font-size: 36px; color: #333;
27
+ }
28
+ .scan-btn { width: 72px; height: 72px; border-radius: 20px; border: 1px solid #d0d0d0; display:flex; align-items:center; justify-content:center; background:#fff; }
29
+ .tabs {
30
+ margin-top: 18px; background: #f6e7c9; border-radius: 30px; display: flex; align-items: center; height: 96px; padding: 0 24px; gap: 32px;
31
+ color: #6b5b3e; font-size: 34px;
32
+ }
33
+ .tab-item { padding: 18px 24px; border-radius: 24px; }
34
+ .tab-item.active { background: rgba(255,255,255,0.7); color: #4b3c27; }
35
+ .content { padding: 24px 32px 220px 32px; }
36
+ .link { color: #118a99; text-decoration: none; font-weight: 600; }
37
+ .text { font-size: 36px; color: #333; line-height: 1.35; }
38
+ .muted { color: #666; }
39
+ .blue-link { color: #0073e6; text-decoration: none; font-size: 36px; }
40
+ .card {
41
+ margin-top: 24px; border: 1px solid #e2e2e2; border-radius: 24px; padding: 24px; display: flex; gap: 24px; align-items: flex-start; background: #fff;
42
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
43
+ }
44
+ .image-placeholder {
45
+ width: 170px; height: 170px; background: #E0E0E0; border: 1px solid #BDBDBD;
46
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; text-align: center; border-radius: 12px;
47
+ }
48
+ .card-content { flex: 1; }
49
+ .card-title { font-size: 40px; color: #1a1a1a; margin: 6px 0 8px; }
50
+ .rating { display: flex; align-items: center; gap: 8px; }
51
+ .rating .count { color: #666; font-size: 32px; }
52
+ .price { color: #d32f2f; font-size: 42px; margin-top: 6px; }
53
+ .stock { color: #2e7d32; font-size: 34px; margin-top: 4px; }
54
+ .divider { height: 20px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #f3f3f3; margin: 24px -32px; }
55
+ .services { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; text-align: center; padding: 16px 0; }
56
+ .service { display: flex; flex-direction: column; align-items: center; gap: 14px; }
57
+ .service-icon { width: 120px; height: 120px; border: 2px solid #e0e0e0; border-radius: 50%; display:flex; align-items:center; justify-content:center; }
58
+ .service label { font-size: 30px; color: #2b2b2b; }
59
+ .banner { margin-top: 16px; }
60
+ .banner .image-placeholder { width: 100%; height: 300px; border-radius: 10px; }
61
+ .sponsored { margin-top: 12px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #777; font-size: 28px; }
62
+ .info-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #aaa; display:flex; align-items:center; justify-content:center; font-size: 22px; color:#666; }
63
+ .yellow-banner .image-placeholder { width: 100%; height: 320px; border-radius: 10px; }
64
+ /* Bottom navigation */
65
+ .bottom-nav {
66
+ position: absolute; left: 0; bottom: 60px; width: 100%; height: 160px; border-top: 1px solid #e6e6e6;
67
+ background: #ffffff; display: grid; grid-template-columns: repeat(5, 1fr);
68
+ }
69
+ .nav-item { display:flex; flex-direction:column; align-items:center; justify-content:center; gap: 10px; color:#666; font-size: 28px; }
70
+ .nav-item.active { color: #0ea3a3; }
71
+ .nav-icon { width: 56px; height: 56px; }
72
+ .gesture-bar { position: absolute; left: 50%; transform: translateX(-50%); bottom: 18px; width: 260px; height: 12px; background: #cfcfcf; border-radius: 10px; }
73
+ /* Links in paragraph */
74
+ .text a { color: #118a99; text-decoration: none; }
75
+ </style>
76
+ </head>
77
+ <body>
78
+ <div id="render-target">
79
+ <div class="top-area">
80
+ <div class="status-bar">
81
+ <div>10:28</div>
82
+ <div class="status-icons">
83
+ <!-- simple signal icon -->
84
+ <svg width="30" height="30" viewBox="0 0 24 24">
85
+ <path d="M3 17h2v4H3v-4zm4-5h2v9H7V12zm4-3h2v12h-2V9zm4-4h2v16h-2V5z" fill="#494949"/>
86
+ </svg>
87
+ <!-- wifi -->
88
+ <svg width="30" height="30" viewBox="0 0 24 24">
89
+ <path d="M12 18.5l-1.5-1.5a2.1 2.1 0 0 1 3 0L12 18.5zm5-4a6 6 0 0 0-10 0l1.6 1.6a4 4 0 0 1 6.8 0L17 14.5zm4-4a11 11 0 0 0-18 0l1.7 1.7a9 9 0 0 1 14.6 0L21 10.5z" fill="#494949"/>
90
+ </svg>
91
+ <!-- battery -->
92
+ <svg width="42" height="30" viewBox="0 0 28 16">
93
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#494949" stroke-width="2"/>
94
+ <rect x="3" y="5" width="18" height="6" fill="#19a58f"/>
95
+ <rect x="24" y="6" width="3" height="4" fill="#494949"/>
96
+ </svg>
97
+ <div style="font-size:28px;">100%</div>
98
+ </div>
99
+ </div>
100
+
101
+ <div class="search-row">
102
+ <div class="back-btn">
103
+ <svg width="48" height="48" viewBox="0 0 24 24">
104
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
105
+ </svg>
106
+ </div>
107
+ <div class="search-box">
108
+ <div style="flex:1;">Samsung Galaxy Flip</div>
109
+ <div class="scan-btn">
110
+ <svg width="36" height="36" viewBox="0 0 24 24">
111
+ <path d="M4 7V5h4M20 7V5h-4M4 17v2h4M20 17v2h-4M8 8h8v8H8z" stroke="#666" stroke-width="1.6" fill="none"/>
112
+ </svg>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <div class="tabs">
118
+ <div class="tab-item active">Details</div>
119
+ <div class="tab-item">Questions</div>
120
+ <div class="tab-item">Compare</div>
121
+ <div class="tab-item">Reviews</div>
122
+ <div style="margin-left:auto; display:flex; align-items:center; gap:10px;">
123
+ <svg width="36" height="36" viewBox="0 0 24 24">
124
+ <path d="M12 8l6 6H6l6-6z" fill="#6b5b3e"/>
125
+ </svg>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+ <div class="content">
131
+ <div class="text" style="display:flex; align-items:center; gap:12px; color:#118a99;">
132
+ <svg width="34" height="34" viewBox="0 0 24 24">
133
+ <path d="M7 10V7a5 5 0 0 1 10 0v3h1a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h1zm2 0h6V7a3 3 0 0 0-6 0v3z" fill="#118a99"/>
134
+ </svg>
135
+ <span class="link">Secure transaction</span>
136
+ </div>
137
+
138
+ <p class="text" style="margin-top: 16px;">
139
+ Sold by <span class="muted">Appario Retail Private Ltd</span> and Fulfilled by <a href="#">Amazon</a>.
140
+ </p>
141
+ <p class="text">Gift-wrap available.</p>
142
+ <p class="text"><a href="#" class="blue-link">Add to Wish List</a></p>
143
+
144
+ <div class="card">
145
+ <div class="image-placeholder">[IMG: Newer Model Thumbnail]</div>
146
+ <div class="card-content">
147
+ <div class="muted" style="font-size:34px;">View newer model</div>
148
+ <div class="card-title">Samsung Galaxy Z Flip5 5G (Cream, ...)</div>
149
+ <div class="rating">
150
+ <!-- 4 full stars + half -->
151
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ff9800"/></svg>
152
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ff9800"/></svg>
153
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ff9800"/></svg>
154
+ <svg width="36" height="36" viewBox="0 0 24 24"><path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ff9800"/></svg>
155
+ <!-- half star -->
156
+ <svg width="36" height="36" viewBox="0 0 24 24">
157
+ <defs><clipPath id="half"><rect x="0" y="0" width="12" height="24"/></clipPath></defs>
158
+ <path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ff9800" clip-path="url(#half)"/>
159
+ <path d="M12 17.3l-5.5 3 1.5-6.1L3 9.7l6.3-.5L12 3l2.7 6.2 6.3.5-4 4.5 1.5 6.1z" fill="#ddd"/>
160
+ </svg>
161
+ <div class="count">(113)</div>
162
+ </div>
163
+ <div class="price">₹99,999.00</div>
164
+ <div class="stock">In stock</div>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="divider"></div>
169
+
170
+ <div class="services">
171
+ <div class="service">
172
+ <div class="service-icon">
173
+ <svg class="nav-icon" viewBox="0 0 24 24">
174
+ <path d="M4 5h16v14H4zM8 9h8" fill="none" stroke="#777" stroke-width="2"/>
175
+ </svg>
176
+ </div>
177
+ <label>7 days Service Centre Replacement</label>
178
+ </div>
179
+ <div class="service">
180
+ <div class="service-icon">
181
+ <svg class="nav-icon" viewBox="0 0 24 24">
182
+ <path d="M3 7h13l5 5v7H3V7zm16 5H12" fill="none" stroke="#777" stroke-width="2"/>
183
+ </svg>
184
+ </div>
185
+ <label>Free Delivery</label>
186
+ </div>
187
+ <div class="service">
188
+ <div class="service-icon">
189
+ <svg class="nav-icon" viewBox="0 0 24 24">
190
+ <path d="M12 2l8 5v6c0 5-4 9-8 9s-8-4-8-9V7l8-5z" fill="none" stroke="#777" stroke-width="2"/>
191
+ </svg>
192
+ </div>
193
+ <label>1 Year Warranty</label>
194
+ </div>
195
+ <div class="service">
196
+ <div class="service-icon">
197
+ <svg class="nav-icon" viewBox="0 0 24 24">
198
+ <path d="M12 17l-5 3 2-5-4-4 6-.5L12 5l3 5.5 6 .5-4 4 2 5z" fill="none" stroke="#777" stroke-width="2"/>
199
+ </svg>
200
+ </div>
201
+ <label>Top Brand</label>
202
+ </div>
203
+ <div class="service">
204
+ <div class="service-icon">
205
+ <svg class="nav-icon" viewBox="0 0 24 24">
206
+ <path d="M4 6h16M6 10h12M8 14h8" stroke="#777" stroke-width="2" fill="none"/>
207
+ </svg>
208
+ </div>
209
+ <label>Amazon Delivery</label>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="divider"></div>
214
+
215
+ <div class="banner">
216
+ <div class="image-placeholder">[IMG: OnePlus Open Promo Banner]</div>
217
+ </div>
218
+
219
+ <div class="sponsored">
220
+ <span>Sponsored</span><div class="info-dot">i</div>
221
+ </div>
222
+
223
+ <div class="yellow-banner">
224
+ <div class="image-placeholder">[IMG: Find the right smartphone for you]</div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="bottom-nav">
229
+ <div class="nav-item active">
230
+ <svg class="nav-icon" viewBox="0 0 24 24">
231
+ <path d="M3 10l9-7 9 7v9H14v-6H10v6H3v-9z" fill="#0ea3a3"/>
232
+ </svg>
233
+ <div>Home</div>
234
+ </div>
235
+ <div class="nav-item">
236
+ <svg class="nav-icon" viewBox="0 0 24 24">
237
+ <circle cx="12" cy="8" r="4" fill="#666"/>
238
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#666" stroke-width="2"/>
239
+ </svg>
240
+ <div>You</div>
241
+ </div>
242
+ <div class="nav-item">
243
+ <svg class="nav-icon" viewBox="0 0 24 24">
244
+ <path d="M12 6v6l4 2M12 6l-4 2" fill="none" stroke="#666" stroke-width="2"/>
245
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#666" stroke-width="2"/>
246
+ </svg>
247
+ <div>More</div>
248
+ </div>
249
+ <div class="nav-item">
250
+ <svg class="nav-icon" viewBox="0 0 24 24">
251
+ <path d="M6 6h13l-1 7H7L6 6zm1 9h14M9 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" fill="none" stroke="#666" stroke-width="2"/>
252
+ </svg>
253
+ <div>Cart</div>
254
+ </div>
255
+ <div class="nav-item">
256
+ <svg class="nav-icon" viewBox="0 0 24 24">
257
+ <path d="M4 7h16M4 12h16M4 17h16" stroke="#666" stroke-width="2" fill="none"/>
258
+ </svg>
259
+ <div>Menu</div>
260
+ </div>
261
+ </div>
262
+
263
+ <div class="gesture-bar"></div>
264
+ </div>
265
+ </body>
266
+ </html>
code/19883/19883_5.html ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Samsung Galaxy Flip - 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: #ffffff;
15
+ }
16
+ /* Common */
17
+ .row { display: flex; align-items: center; }
18
+ .spacer { height: 24px; }
19
+ .text-muted { color: #7a7a7a; }
20
+ .thin-divider { height: 1px; background: #e6e6e6; }
21
+ .section-title { font-size: 44px; font-weight: 700; color: #111; margin: 40px 40px 20px; }
22
+ .img-placeholder {
23
+ background: #E0E0E0;
24
+ border: 1px solid #BDBDBD;
25
+ color: #757575;
26
+ display: flex; align-items: center; justify-content: center;
27
+ font-size: 32px;
28
+ text-align: center;
29
+ }
30
+
31
+ /* Header area */
32
+ .header-gradient {
33
+ position: relative;
34
+ background: linear-gradient(90deg, #b7e6d7 0%, #97e4d3 60%, #86decf 100%);
35
+ height: 520px;
36
+ }
37
+ .top-padding { height: 80px; } /* status area space */
38
+ .search-row {
39
+ display: flex; align-items: center;
40
+ padding: 0 32px;
41
+ }
42
+ .back-btn {
43
+ width: 96px; height: 96px; display: flex; align-items: center; justify-content: center;
44
+ }
45
+ .search-box {
46
+ flex: 1;
47
+ height: 116px;
48
+ background: #fff;
49
+ border-radius: 26px;
50
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
51
+ display: flex; align-items: center; justify-content: space-between;
52
+ padding: 0 28px;
53
+ font-size: 38px; color: #333;
54
+ }
55
+ .scan-btn {
56
+ width: 84px; height: 84px; border-radius: 20px; background: #f4f4f4;
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+
60
+ /* Tabs */
61
+ .tabs {
62
+ margin-top: 26px;
63
+ background: #ffffff;
64
+ height: 120px;
65
+ display: flex; align-items: center;
66
+ border-top-left-radius: 18px; border-top-right-radius: 18px;
67
+ border-bottom: 1px solid #eaeaea;
68
+ }
69
+ .tabs .item {
70
+ padding: 0 34px; font-size: 34px; color: #333;
71
+ }
72
+ .tabs .item.active { font-weight: 700; }
73
+ .tabs .spacer-flex { flex: 1; }
74
+
75
+ /* Quick actions */
76
+ .features {
77
+ background: #fff;
78
+ padding: 26px 20px 24px;
79
+ display: flex; justify-content: space-between;
80
+ border-bottom: 1px solid #ececec;
81
+ }
82
+ .feature {
83
+ width: 200px; text-align: center;
84
+ }
85
+ .feature .icon-wrap {
86
+ width: 120px; height: 120px; border-radius: 60px; background: #f5f7f9;
87
+ margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border: 1px solid #e7eaee;
88
+ }
89
+ .feature .label { font-size: 30px; color: #333; line-height: 1.24; }
90
+
91
+ /* Banners */
92
+ .black-banner { width: 1080px; height: 300px; }
93
+ .sponsored-row {
94
+ display: flex; justify-content: flex-end; align-items: center;
95
+ padding: 8px 20px; font-size: 26px; color: #7a7a7a;
96
+ }
97
+ .yellow-banner {
98
+ width: 1000px; height: 420px; margin: 0 auto;
99
+ }
100
+
101
+ /* Frequently bought card */
102
+ .fbt-card {
103
+ width: 1000px; margin: 24px auto 0;
104
+ border: 1px solid #e5e5e5; border-radius: 22px; background: #fff;
105
+ overflow: hidden;
106
+ }
107
+ .fbt-top {
108
+ padding: 26px;
109
+ display: flex; align-items: center; justify-content: space-between;
110
+ }
111
+ .fbt-img { width: 360px; height: 240px; }
112
+ .plus { font-size: 70px; color: #666; margin: 0 20px; }
113
+ .fbt-bottom {
114
+ border-top: 1px solid #eee;
115
+ padding: 28px; display: flex; align-items: center; justify-content: space-between;
116
+ }
117
+ .price { font-size: 40px; font-weight: 700; color: #111; }
118
+
119
+ /* You might also like */
120
+ .ymals { margin: 16px 40px; font-size: 40px; font-weight: 700; color: #111; }
121
+ .sponsored-tag { margin: 4px 40px; font-size: 28px; color: #7a7a7a; }
122
+
123
+ /* Bottom nav */
124
+ .bottom-nav {
125
+ position: absolute; bottom: 0; left: 0; right: 0;
126
+ height: 180px; background: #fff; border-top: 1px solid #e6e6e6;
127
+ display: flex; justify-content: space-around; align-items: center;
128
+ }
129
+ .nav-item { width: 160px; text-align: center; color: #333; }
130
+ .nav-item .label { margin-top: 8px; font-size: 30px; }
131
+ .nav-item.active { color: #0a84ff; }
132
+ .gesture-bar {
133
+ position: absolute; bottom: 190px; left: 50%; transform: translateX(-50%);
134
+ width: 360px; height: 14px; background: #d5d5d5; border-radius: 8px;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <div class="header-gradient">
142
+ <div class="top-padding"></div>
143
+
144
+ <div class="search-row">
145
+ <div class="back-btn">
146
+ <svg width="60" height="60" viewBox="0 0 24 24">
147
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2.4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
148
+ </svg>
149
+ </div>
150
+ <div class="search-box">
151
+ <div>Samsung Galaxy Flip</div>
152
+ <div class="scan-btn">
153
+ <svg width="40" height="40" viewBox="0 0 24 24">
154
+ <path d="M4 8V4h4M16 4h4v4M20 16v4h-4M8 20H4v-4" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round"/>
155
+ <rect x="8" y="8" width="8" height="8" rx="2" stroke="#333" stroke-width="1.6" fill="none"/>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="tabs">
162
+ <div class="item active">Details</div>
163
+ <div class="item">Questions</div>
164
+ <div class="item">Compare</div>
165
+ <div class="item">Reviews</div>
166
+ <div class="spacer-flex"></div>
167
+ <div class="item">
168
+ <svg width="40" height="40" viewBox="0 0 24 24">
169
+ <path d="M12 8l6 6H6z" fill="#333"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+
174
+ <div class="features">
175
+ <div class="feature">
176
+ <div class="icon-wrap">
177
+ <svg width="60" height="60" viewBox="0 0 24 24">
178
+ <rect x="5" y="7" width="14" height="12" rx="2" fill="none" stroke="#556" stroke-width="1.6"/>
179
+ <rect x="7" y="5" width="10" height="3" rx="1" fill="none" stroke="#556" stroke-width="1.6"/>
180
+ </svg>
181
+ </div>
182
+ <div class="label">7 days Service Centre Replacement</div>
183
+ </div>
184
+ <div class="feature">
185
+ <div class="icon-wrap">
186
+ <svg width="60" height="60" viewBox="0 0 24 24">
187
+ <rect x="3" y="8" width="14" height="8" rx="2" fill="none" stroke="#556" stroke-width="1.6"/>
188
+ <circle cx="7" cy="18" r="2" fill="none" stroke="#556" stroke-width="1.6"/>
189
+ <circle cx="17" cy="18" r="2" fill="none" stroke="#556" stroke-width="1.6"/>
190
+ <path d="M17 12h4v4h-2" stroke="#556" stroke-width="1.6" fill="none"/>
191
+ </svg>
192
+ </div>
193
+ <div class="label">Free Delivery</div>
194
+ </div>
195
+ <div class="feature">
196
+ <div class="icon-wrap">
197
+ <svg width="60" height="60" viewBox="0 0 24 24">
198
+ <path d="M12 3l7 5v6c0 4-7 7-7 7s-7-3-7-7V8z" fill="none" stroke="#556" stroke-width="1.6"/>
199
+ <path d="M9 12l3 2 4-4" stroke="#556" stroke-width="1.6" fill="none"/>
200
+ </svg>
201
+ </div>
202
+ <div class="label">1 Year Warranty</div>
203
+ </div>
204
+ <div class="feature">
205
+ <div class="icon-wrap">
206
+ <svg width="60" height="60" viewBox="0 0 24 24">
207
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#556" stroke-width="1.6"/>
208
+ <path d="M7 14h10l-2 6-3-2-3 2z" fill="none" stroke="#556" stroke-width="1.6"/>
209
+ <path d="M12 7l1.2 1.9H15l-1.6 1.1.6 2-2-1.2-2 1.2.6-2L9 8.9h1.8z" fill="#556"/>
210
+ </svg>
211
+ </div>
212
+ <div class="label">Top Brand</div>
213
+ </div>
214
+ <div class="feature">
215
+ <div class="icon-wrap">
216
+ <svg width="60" height="60" viewBox="0 0 24 24">
217
+ <rect x="3" y="8" width="13" height="8" rx="2" fill="none" stroke="#556" stroke-width="1.6"/>
218
+ <path d="M16 12h4v4h-3" stroke="#556" stroke-width="1.6" fill="none"/>
219
+ <circle cx="7" cy="18" r="2" fill="none" stroke="#556" stroke-width="1.6"/>
220
+ <circle cx="17" cy="18" r="2" fill="none" stroke="#556" stroke-width="1.6"/>
221
+ </svg>
222
+ </div>
223
+ <div class="label">Amazon Delivery</div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="black-banner img-placeholder">[IMG: OnePlus Open banner]</div>
229
+
230
+ <div class="sponsored-row">
231
+ Sponsored
232
+ <svg width="22" height="22" viewBox="0 0 24 24" style="margin-left:6px">
233
+ <circle cx="12" cy="12" r="10" stroke="#999" stroke-width="1.6" fill="none"/>
234
+ <circle cx="12" cy="8" r="1.5" fill="#999"/>
235
+ <path d="M12 11v6" stroke="#999" stroke-width="1.6"/>
236
+ </svg>
237
+ </div>
238
+
239
+ <div class="yellow-banner img-placeholder">[IMG: Smartphone finder promotion with desk items]</div>
240
+
241
+ <div class="section-title">Frequently bought together</div>
242
+
243
+ <div class="fbt-card">
244
+ <div class="fbt-top">
245
+ <div class="fbt-img img-placeholder">[IMG: Samsung Galaxy Flip phone]</div>
246
+ <div class="plus">+</div>
247
+ <div class="fbt-img img-placeholder">[IMG: Smartwatch]</div>
248
+ </div>
249
+ <div class="fbt-bottom">
250
+ <div class="price">Buy Both: ₹96,898.00</div>
251
+ <div>
252
+ <svg width="40" height="40" viewBox="0 0 24 24">
253
+ <path d="M6 9l6 6 6-6" fill="none" stroke="#333" stroke-width="2.2" stroke-linecap="round"/>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="ymals">You might also like</div>
260
+ <div class="sponsored-tag">Sponsored</div>
261
+
262
+ <div class="gesture-bar"></div>
263
+
264
+ <div class="bottom-nav">
265
+ <div class="nav-item active">
266
+ <svg width="56" height="56" viewBox="0 0 24 24">
267
+ <path d="M3 10l9-7 9 7v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z" fill="#0a84ff"/>
268
+ </svg>
269
+ <div class="label">Home</div>
270
+ </div>
271
+ <div class="nav-item">
272
+ <svg width="56" height="56" viewBox="0 0 24 24">
273
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#333" stroke-width="1.8"/>
274
+ <path d="M4 20c1.6-4 6.4-4 8-4s6.4 0 8 4" fill="none" stroke="#333" stroke-width="1.8" stroke-linecap="round"/>
275
+ </svg>
276
+ <div class="label">You</div>
277
+ </div>
278
+ <div class="nav-item">
279
+ <svg width="56" height="56" viewBox="0 0 24 24">
280
+ <path d="M5 12a7 7 0 0 1 12-4M19 12a7 7 0 0 1-12 4" fill="none" stroke="#333" stroke-width="1.8" stroke-linecap="round"/>
281
+ <path d="M12 6v4M12 14v4" stroke="#333" stroke-width="1.8" stroke-linecap="round"/>
282
+ </svg>
283
+ <div class="label">More</div>
284
+ </div>
285
+ <div class="nav-item">
286
+ <svg width="56" height="56" viewBox="0 0 24 24">
287
+ <path d="M3 6h2l2 11h10l2-8H7" fill="none" stroke="#333" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
288
+ <circle cx="9" cy="20" r="1.8" fill="#333"/>
289
+ <circle cx="17" cy="20" r="1.8" fill="#333"/>
290
+ </svg>
291
+ <div class="label">Cart</div>
292
+ </div>
293
+ <div class="nav-item">
294
+ <svg width="56" height="56" viewBox="0 0 24 24">
295
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#333" stroke-width="2" stroke-linecap="round"/>
296
+ </svg>
297
+ <div class="label">Menu</div>
298
+ </div>
299
+ </div>
300
+
301
+ </div>
302
+ </body>
303
+ </html>
code/19883/19883_6.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Samsung Galaxy Flip - UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
14
+ color: #111;
15
+ }
16
+
17
+ /* Top gradient area */
18
+ .top-area {
19
+ position: absolute;
20
+ left: 0; top: 0; width: 100%; height: 420px;
21
+ background: linear-gradient(180deg, #aee4da 0%, #c9efe6 100%);
22
+ }
23
+
24
+ /* Status bar */
25
+ .status-bar {
26
+ position: absolute; top: 24px; left: 24px; right: 24px; height: 60px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ color: #303030; font-weight: 600; font-size: 34px;
29
+ }
30
+ .status-right {
31
+ display: flex; align-items: center; gap: 24px;
32
+ font-size: 32px; color: #303030;
33
+ }
34
+ .icon-signal, .icon-wifi, .icon-battery {
35
+ display: inline-flex; align-items: center; justify-content: center;
36
+ }
37
+ .icon-battery svg { display: block; }
38
+
39
+ /* Search row */
40
+ .search-row {
41
+ position: absolute; top: 120px; left: 24px; right: 24px; height: 110px;
42
+ display: flex; align-items: center; gap: 24px;
43
+ }
44
+ .back-btn {
45
+ width: 90px; height: 90px; border-radius: 24px; border: none; background: transparent; padding: 0;
46
+ display: flex; align-items: center; justify-content: center;
47
+ }
48
+ .search-box {
49
+ flex: 1; height: 110px; background: #ffffff; border-radius: 28px;
50
+ box-shadow: 0 4px 10px rgba(0,0,0,0.08);
51
+ border: 2px solid #e8e8e8;
52
+ display: flex; align-items: center; padding: 0 32px; gap: 24px;
53
+ font-size: 38px; color: #333;
54
+ }
55
+ .search-text { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
56
+ .scan-btn {
57
+ width: 90px; height: 90px; border-radius: 24px; border: none; background: transparent; padding: 0;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+
61
+ /* Tabs */
62
+ .tabs {
63
+ position: absolute; top: 260px; left: 0; right: 0; height: 140px;
64
+ display: flex; align-items: flex-end; border-bottom: 2px solid #e6e6e6;
65
+ background: transparent; padding: 0 24px;
66
+ }
67
+ .tab {
68
+ padding: 34px 24px 18px; font-size: 40px; color: #666; font-weight: 600;
69
+ }
70
+ .tab.active { color: #e6782d; position: relative; }
71
+ .tab.active::after {
72
+ content: ""; position: absolute; left: 24px; right: 24px; bottom: -2px;
73
+ height: 8px; background: #e6782d; border-radius: 4px;
74
+ }
75
+ .tabs-spacer { flex: 1; }
76
+ .up-icon {
77
+ width: 72px; height: 72px; border-radius: 36px;
78
+ border: 2px solid #cfd8dc; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
79
+ background: #ffffff;
80
+ }
81
+
82
+ /* Content area */
83
+ .content {
84
+ position: absolute; top: 402px; left: 0; right: 0; bottom: 180px;
85
+ overflow-y: auto; padding: 0 24px 24px;
86
+ -webkit-overflow-scrolling: touch;
87
+ background: #ffffff;
88
+ }
89
+ .section {
90
+ margin-top: 40px;
91
+ }
92
+ .section-title {
93
+ font-size: 50px; font-weight: 800; color: #2b2b2b; margin: 20px 0 30px 12px;
94
+ }
95
+ .img-placeholder {
96
+ width: 1032px; height: 800px; margin: 0 auto; background: #E0E0E0;
97
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
98
+ color: #757575; font-size: 40px; text-align: center; border-radius: 8px;
99
+ }
100
+ .center {
101
+ text-align: center;
102
+ }
103
+ .label {
104
+ margin-top: 56px; font-size: 36px; font-weight: 800; letter-spacing: 3px; color: #666;
105
+ }
106
+ .headline {
107
+ margin-top: 18px; font-size: 64px; font-weight: 800; color: #111;
108
+ }
109
+ .description {
110
+ margin: 22px auto 32px; max-width: 900px; font-size: 36px; line-height: 1.5; color: #555;
111
+ }
112
+
113
+ .img-medium {
114
+ width: 800px; height: 560px; margin: 20px auto; background: #E0E0E0;
115
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center;
116
+ color: #757575; font-size: 36px; border-radius: 8px;
117
+ }
118
+
119
+ .dots {
120
+ display: flex; justify-content: center; align-items: center; gap: 24px; margin: 22px 0 40px;
121
+ }
122
+ .dot {
123
+ width: 34px; height: 34px; border-radius: 50%; border: 3px solid #cfcfcf; background: #ffffff;
124
+ }
125
+ .dot.active { background: #f0a42b; border-color: #f0a42b; }
126
+
127
+ /* Bottom nav */
128
+ .bottom-nav {
129
+ position: absolute; left: 0; right: 0; bottom: 40px; height: 170px;
130
+ border-top: 2px solid #e7e7e7; background: #ffffff;
131
+ display: flex; align-items: center; justify-content: space-around;
132
+ padding: 0 20px;
133
+ }
134
+ .nav-item {
135
+ width: 180px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center;
136
+ color: #6f8f8b; font-size: 34px; gap: 12px;
137
+ }
138
+ .nav-item.active { color: #2aa6a1; }
139
+ .nav-icon svg { display: block; }
140
+ .home-indicator {
141
+ position: absolute; left: 50%; transform: translateX(-50%);
142
+ bottom: 0px; width: 320px; height: 12px; background: #bfbfbf; border-radius: 6px;
143
+ }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+ <div class="top-area"></div>
149
+
150
+ <div class="status-bar">
151
+ <div class="left">10:29</div>
152
+ <div class="status-right">
153
+ <div class="icon-signal">
154
+ <svg width="44" height="32" viewBox="0 0 44 32">
155
+ <rect x="2" y="14" width="6" height="16" fill="#4c4c4c"></rect>
156
+ <rect x="12" y="10" width="6" height="20" fill="#4c4c4c"></rect>
157
+ <rect x="22" y="6" width="6" height="24" fill="#4c4c4c"></rect>
158
+ <rect x="32" y="2" width="6" height="28" fill="#4c4c4c"></rect>
159
+ </svg>
160
+ </div>
161
+ <div class="icon-wifi">
162
+ <svg width="40" height="32" viewBox="0 0 40 32">
163
+ <path d="M4 8 C12 2, 28 2, 36 8" stroke="#4c4c4c" stroke-width="4" fill="none" />
164
+ <path d="M10 14 C16 10, 24 10, 30 14" stroke="#4c4c4c" stroke-width="4" fill="none" />
165
+ <circle cx="20" cy="22" r="3" fill="#4c4c4c" />
166
+ </svg>
167
+ </div>
168
+ <div class="icon-battery">
169
+ <svg width="70" height="32" viewBox="0 0 70 32">
170
+ <rect x="2" y="6" width="60" height="20" rx="4" ry="4" stroke="#4c4c4c" stroke-width="3" fill="none"></rect>
171
+ <rect x="6" y="10" width="48" height="12" fill="#4c4c4c"></rect>
172
+ <rect x="62" y="12" width="6" height="8" fill="#4c4c4c"></rect>
173
+ </svg>
174
+ </div>
175
+ <div>100%</div>
176
+ </div>
177
+ </div>
178
+
179
+ <div class="search-row">
180
+ <button class="back-btn" aria-label="Back">
181
+ <svg width="60" height="60" viewBox="0 0 40 40">
182
+ <path d="M26 8 L12 20 L26 32" stroke="#333" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
183
+ </svg>
184
+ </button>
185
+ <div class="search-box">
186
+ <svg width="50" height="50" viewBox="0 0 40 40">
187
+ <circle cx="16" cy="16" r="10" stroke="#888" stroke-width="3" fill="none"></circle>
188
+ <line x1="26" y1="26" x2="36" y2="36" stroke="#888" stroke-width="3" stroke-linecap="round"></line>
189
+ </svg>
190
+ <div class="search-text">Samsung Galaxy Flip</div>
191
+ <button class="scan-btn" aria-label="Scan">
192
+ <svg width="50" height="50" viewBox="0 0 40 40">
193
+ <rect x="8" y="8" width="24" height="24" stroke="#888" stroke-width="3" fill="none" rx="4"></rect>
194
+ <line x1="8" y1="16" x2="0" y2="16" stroke="#888" stroke-width="3"></line>
195
+ <line x1="32" y1="16" x2="40" y2="16" stroke="#888" stroke-width="3"></line>
196
+ </svg>
197
+ </button>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="tabs">
202
+ <div class="tab active">Details</div>
203
+ <div class="tab">Questions</div>
204
+ <div class="tab">Compare</div>
205
+ <div class="tab">Reviews</div>
206
+ <div class="tabs-spacer"></div>
207
+ <div class="up-icon" aria-label="Scroll to top">
208
+ <svg width="44" height="44" viewBox="0 0 40 40">
209
+ <path d="M8 24 L20 12 L32 24" stroke="#666" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="content">
215
+ <div class="section">
216
+ <div class="section-title">From the manufacturer</div>
217
+ <div class="img-placeholder">[IMG: Galaxy Z Flip4 product render]</div>
218
+ </div>
219
+
220
+ <div class="section center">
221
+ <div class="label">FLEXCAM</div>
222
+ <div class="headline">Go ahead, flex on them</div>
223
+ <div class="description">
224
+ Introducing FlexCam, a versatile, hands-free camera experience.
225
+ Take advantage of your phone’s agile angles to capture group shots, selfies and videos from mind-blowing perspectives.
226
+ </div>
227
+ <div class="img-medium">[IMG: Group photo captured using phone on table outdoors]</div>
228
+ <div class="dots">
229
+ <div class="dot active"></div>
230
+ <div class="dot"></div>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="bottom-nav">
236
+ <div class="nav-item active">
237
+ <div class="nav-icon">
238
+ <svg width="56" height="56" viewBox="0 0 40 40">
239
+ <path d="M6 18 L20 6 L34 18" stroke="#2aa6a1" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
240
+ <rect x="10" y="18" width="20" height="14" stroke="#2aa6a1" stroke-width="3" fill="none" rx="2"></rect>
241
+ </svg>
242
+ </div>
243
+ <div>Home</div>
244
+ </div>
245
+ <div class="nav-item">
246
+ <div class="nav-icon">
247
+ <svg width="56" height="56" viewBox="0 0 40 40">
248
+ <circle cx="20" cy="14" r="8" stroke="#6f8f8b" stroke-width="3" fill="none"></circle>
249
+ <path d="M8 34 C8 26, 32 26, 32 34" stroke="#6f8f8b" stroke-width="3" fill="none" />
250
+ </svg>
251
+ </div>
252
+ <div>You</div>
253
+ </div>
254
+ <div class="nav-item">
255
+ <div class="nav-icon">
256
+ <svg width="56" height="56" viewBox="0 0 40 40">
257
+ <path d="M10 24 C10 14, 30 14, 30 24" stroke="#6f8f8b" stroke-width="3" fill="none" />
258
+ <path d="M12 22 L8 18" stroke="#6f8f8b" stroke-width="3" fill="none" />
259
+ <path d="M28 22 L32 18" stroke="#6f8f8b" stroke-width="3" fill="none" />
260
+ <circle cx="20" cy="26" r="3" fill="#6f8f8b" />
261
+ </svg>
262
+ </div>
263
+ <div>More</div>
264
+ </div>
265
+ <div class="nav-item">
266
+ <div class="nav-icon">
267
+ <svg width="56" height="56" viewBox="0 0 40 40">
268
+ <path d="M6 10 H10 L12 24 H30 L34 16 H14" stroke="#6f8f8b" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
269
+ <circle cx="16" cy="30" r="3" fill="#6f8f8b"></circle>
270
+ <circle cx="28" cy="30" r="3" fill="#6f8f8b"></circle>
271
+ </svg>
272
+ </div>
273
+ <div>Cart</div>
274
+ </div>
275
+ <div class="nav-item">
276
+ <div class="nav-icon">
277
+ <svg width="56" height="56" viewBox="0 0 40 40">
278
+ <rect x="8" y="10" width="24" height="4" fill="#6f8f8b"></rect>
279
+ <rect x="8" y="18" width="24" height="4" fill="#6f8f8b"></rect>
280
+ <rect x="8" y="26" width="24" height="4" fill="#6f8f8b"></rect>
281
+ </svg>
282
+ </div>
283
+ <div>Menu</div>
284
+ </div>
285
+ </div>
286
+
287
+ <div class="home-indicator"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/19883/19883_7.html ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Samsung Galaxy Flip - Details</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, sans-serif;
13
+ color: #222;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Header gradient background */
24
+ .header-bg {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 300px;
30
+ background: linear-gradient(135deg, #8fd3e8 0%, #cdeccf 100%);
31
+ }
32
+
33
+ /* Status bar */
34
+ .status-bar {
35
+ position: absolute;
36
+ top: 18px;
37
+ left: 24px;
38
+ right: 24px;
39
+ height: 48px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ color: #1b1b1b;
44
+ font-size: 32px;
45
+ font-weight: 600;
46
+ }
47
+ .status-right {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 18px;
51
+ font-size: 28px;
52
+ }
53
+ .status-dot {
54
+ width: 10px;
55
+ height: 10px;
56
+ background: #1b1b1b;
57
+ border-radius: 50%;
58
+ opacity: 0.8;
59
+ }
60
+ .icon-battery {
61
+ width: 40px;
62
+ height: 22px;
63
+ }
64
+
65
+ /* Search row */
66
+ .search-row {
67
+ position: absolute;
68
+ top: 92px;
69
+ left: 24px;
70
+ right: 24px;
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 20px;
74
+ height: 90px;
75
+ }
76
+ .icon-btn {
77
+ width: 64px;
78
+ height: 64px;
79
+ border-radius: 16px;
80
+ display: flex;
81
+ align-items: center;
82
+ justify-content: center;
83
+ background: transparent;
84
+ }
85
+ .search-box {
86
+ flex: 1;
87
+ height: 80px;
88
+ background: #ffffff;
89
+ border-radius: 18px;
90
+ box-shadow: 0 3px 8px rgba(0,0,0,0.08);
91
+ border: 1px solid #e5e5e5;
92
+ display: flex;
93
+ align-items: center;
94
+ padding: 0 26px;
95
+ gap: 18px;
96
+ }
97
+ .search-text {
98
+ font-size: 34px;
99
+ color: #333;
100
+ flex: 1;
101
+ }
102
+ .scan-btn {
103
+ width: 72px;
104
+ height: 72px;
105
+ border-radius: 18px;
106
+ background: #ffffff;
107
+ border: 1px solid #e6e6e6;
108
+ box-shadow: 0 3px 8px rgba(0,0,0,0.08);
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ }
113
+
114
+ /* Tabs */
115
+ .tabs {
116
+ position: absolute;
117
+ top: 270px;
118
+ left: 0;
119
+ width: 1080px;
120
+ height: 96px;
121
+ background: #ffffff;
122
+ border-top-left-radius: 18px;
123
+ border-top-right-radius: 18px;
124
+ box-shadow: 0 2px 0 rgba(0,0,0,0.06);
125
+ display: flex;
126
+ align-items: center;
127
+ padding: 0 24px;
128
+ gap: 40px;
129
+ }
130
+ .tab {
131
+ font-size: 34px;
132
+ color: #666;
133
+ padding-bottom: 20px;
134
+ position: relative;
135
+ }
136
+ .tab.active {
137
+ color: #f57c00;
138
+ font-weight: 600;
139
+ }
140
+ .tab.active::after {
141
+ content: "";
142
+ position: absolute;
143
+ left: 0;
144
+ bottom: 8px;
145
+ width: 80%;
146
+ height: 6px;
147
+ background: #f57c00;
148
+ border-radius: 3px;
149
+ }
150
+ .tabs-right {
151
+ margin-left: auto;
152
+ display: flex;
153
+ align-items: center;
154
+ }
155
+
156
+ /* Main content */
157
+ .content {
158
+ position: absolute;
159
+ top: 366px;
160
+ left: 0;
161
+ width: 100%;
162
+ padding: 0 24px 240px;
163
+ }
164
+ .promo-card {
165
+ width: 1032px;
166
+ background: #fafafa;
167
+ border-radius: 18px;
168
+ border: 1px solid #e9e9e9;
169
+ margin: 24px auto;
170
+ padding: 40px 32px 48px;
171
+ }
172
+ .eyebrow {
173
+ text-align: center;
174
+ font-size: 26px;
175
+ letter-spacing: 1.2px;
176
+ color: #555;
177
+ font-weight: 700;
178
+ }
179
+ .headline {
180
+ text-align: center;
181
+ font-size: 56px;
182
+ line-height: 1.15;
183
+ color: #111;
184
+ font-weight: 800;
185
+ margin: 10px 0 12px;
186
+ }
187
+ .subcopy {
188
+ text-align: center;
189
+ font-size: 30px;
190
+ line-height: 1.5;
191
+ color: #444;
192
+ max-width: 920px;
193
+ margin: 0 auto 24px;
194
+ }
195
+ .placeholder-img {
196
+ width: 960px;
197
+ height: 520px;
198
+ margin: 20px auto 0;
199
+ background: #E0E0E0;
200
+ border: 1px solid #BDBDBD;
201
+ border-radius: 12px;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ color: #757575;
206
+ font-size: 30px;
207
+ text-align: center;
208
+ }
209
+
210
+ /* Color dots */
211
+ .color-dots {
212
+ width: 100%;
213
+ display: flex;
214
+ align-items: center;
215
+ justify-content: center;
216
+ gap: 36px;
217
+ margin: 24px 0 8px;
218
+ }
219
+ .dot {
220
+ width: 36px;
221
+ height: 36px;
222
+ border-radius: 50%;
223
+ border: 2px solid #cfcfcf;
224
+ background: #ffffff;
225
+ }
226
+ .dot.gold {
227
+ background: #e6a23a;
228
+ border-color: #e6a23a;
229
+ }
230
+
231
+ /* Bottom navigation */
232
+ .bottom-nav {
233
+ position: absolute;
234
+ bottom: 0;
235
+ left: 0;
236
+ width: 1080px;
237
+ height: 190px;
238
+ background: #ffffff;
239
+ border-top: 1px solid #e6e6e6;
240
+ display: flex;
241
+ align-items: center;
242
+ justify-content: space-around;
243
+ padding-bottom: 18px;
244
+ }
245
+ .nav-item {
246
+ width: 160px;
247
+ height: 140px;
248
+ display: flex;
249
+ flex-direction: column;
250
+ align-items: center;
251
+ justify-content: center;
252
+ color: #444;
253
+ gap: 12px;
254
+ }
255
+ .nav-item .label {
256
+ font-size: 28px;
257
+ }
258
+ .nav-item.active {
259
+ color: #22b3a7;
260
+ font-weight: 600;
261
+ }
262
+ .nav-icon {
263
+ width: 54px;
264
+ height: 54px;
265
+ }
266
+
267
+ /* Gesture pill */
268
+ .gesture-pill {
269
+ position: absolute;
270
+ bottom: 200px;
271
+ left: 50%;
272
+ transform: translateX(-50%);
273
+ width: 220px;
274
+ height: 12px;
275
+ background: #b6b6b6;
276
+ border-radius: 8px;
277
+ opacity: 0.7;
278
+ }
279
+ </style>
280
+ </head>
281
+ <body>
282
+ <div id="render-target">
283
+
284
+ <div class="header-bg"></div>
285
+
286
+ <!-- Status bar -->
287
+ <div class="status-bar">
288
+ <div>10:29</div>
289
+ <div class="status-right">
290
+ <span class="status-dot"></span>
291
+ <span class="status-dot"></span>
292
+ <span class="status-dot"></span>
293
+ <svg class="icon-battery" viewBox="0 0 40 22">
294
+ <rect x="1" y="3" width="34" height="16" rx="3" ry="3" fill="none" stroke="#1b1b1b" stroke-width="2"></rect>
295
+ <rect x="3" y="5" width="24" height="12" fill="#1b1b1b"></rect>
296
+ <rect x="35" y="8" width="4" height="6" rx="1" fill="#1b1b1b"></rect>
297
+ </svg>
298
+ <span style="font-size:28px;">100%</span>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Search row -->
303
+ <div class="search-row">
304
+ <div class="icon-btn" aria-label="Back">
305
+ <svg width="42" height="42" viewBox="0 0 24 24">
306
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
307
+ </svg>
308
+ </div>
309
+ <div class="search-box">
310
+ <svg width="38" height="38" viewBox="0 0 24 24">
311
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#666" stroke-width="2"/>
312
+ <path d="M20 20l-4.5-4.5" stroke="#666" stroke-width="2" stroke-linecap="round"/>
313
+ </svg>
314
+ <div class="search-text">Samsung Galaxy Flip</div>
315
+ <svg width="32" height="32" viewBox="0 0 24 24">
316
+ <path d="M5 3h4M15 3h4M21 5v4M21 15v4M19 21h-4M9 21H5M3 19v-4M3 9V5" stroke="#aaa" stroke-width="2" stroke-linecap="round"/>
317
+ </svg>
318
+ </div>
319
+ <div class="scan-btn" aria-label="Scan">
320
+ <svg width="40" height="40" viewBox="0 0 24 24">
321
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#333" stroke-width="2"></rect>
322
+ <path d="M8 4v2M16 4v2M8 18v2M16 18v2" stroke="#333" stroke-width="2" stroke-linecap="round"/>
323
+ </svg>
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Tabs -->
328
+ <div class="tabs">
329
+ <div class="tab active">Details</div>
330
+ <div class="tab">Questions</div>
331
+ <div class="tab">Compare</div>
332
+ <div class="tab">Reviews</div>
333
+ <div class="tabs-right">
334
+ <svg width="36" height="36" viewBox="0 0 24 24">
335
+ <path d="M12 7l6 6H6l6-6z" fill="#333"/>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Content -->
341
+ <div class="content">
342
+ <!-- Card 1 -->
343
+ <div class="promo-card">
344
+ <div class="eyebrow">CUSTOM COVER SCREEN</div>
345
+ <div class="headline">Put your style on display</div>
346
+ <div class="subcopy">
347
+ With a customizable 1.9‑inch Cover Screen, you get yet another canvas to play with. Change it up as much as you want using your videos, photos or your own AR emoji to personalize the clock face.
348
+ </div>
349
+ <div class="placeholder-img">[IMG: Foldable phone cover screen promotional visual]</div>
350
+ </div>
351
+
352
+ <div class="color-dots">
353
+ <div class="dot gold"></div>
354
+ <div class="dot"></div>
355
+ <div class="dot"></div>
356
+ </div>
357
+
358
+ <!-- Card 2 -->
359
+ <div class="promo-card" style="margin-top: 36px;">
360
+ <div class="eyebrow">COMPACT SIZE</div>
361
+ <div class="headline">Fits all your fits</div>
362
+ <div class="subcopy">
363
+ Small but mighty when folded, Galaxy Z Flip4 is a compact full‑sized smartphone, and just the right size to slip in a pocket when it's time to slay.
364
+ </div>
365
+ <div class="placeholder-img" style="height: 640px;">[IMG: Purple foldable phone with stack of purple macarons]</div>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Gesture pill -->
370
+ <div class="gesture-pill"></div>
371
+
372
+ <!-- Bottom navigation -->
373
+ <div class="bottom-nav">
374
+ <div class="nav-item active">
375
+ <svg class="nav-icon" viewBox="0 0 24 24">
376
+ <path d="M3 11l9-7 9 7v9a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1v-9z" fill="#22b3a7"/>
377
+ </svg>
378
+ <div class="label">Home</div>
379
+ </div>
380
+ <div class="nav-item">
381
+ <svg class="nav-icon" viewBox="0 0 24 24">
382
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#444" stroke-width="2"/>
383
+ <path d="M4 20c2-4 6-6 8-6s6 2 8 6" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
384
+ </svg>
385
+ <div class="label">You</div>
386
+ </div>
387
+ <div class="nav-item">
388
+ <svg class="nav-icon" viewBox="0 0 24 24">
389
+ <path d="M12 3a9 9 0 1 0 9 9h-3l4-4 4 4h-3A12 12 0 1 1 12 0" fill="#444"/>
390
+ <path d="M12 6v6l4 2" fill="none" stroke="#444" stroke-width="2" stroke-linecap="round"/>
391
+ </svg>
392
+ <div class="label">More</div>
393
+ </div>
394
+ <div class="nav-item">
395
+ <svg class="nav-icon" viewBox="0 0 24 24">
396
+ <path d="M7 7h14l-2 10H9L7 7z" fill="none" stroke="#444" stroke-width="2"/>
397
+ <circle cx="10" cy="19" r="2" fill="#444"/>
398
+ <circle cx="18" cy="19" r="2" fill="#444"/>
399
+ <path d="M7 7H4V5h3" stroke="#444" stroke-width="2"/>
400
+ </svg>
401
+ <div class="label">Cart</div>
402
+ </div>
403
+ <div class="nav-item">
404
+ <svg class="nav-icon" viewBox="0 0 24 24">
405
+ <path d="M4 6h16M4 12h16M4 18h16" stroke="#444" stroke-width="2" stroke-linecap="round"/>
406
+ </svg>
407
+ <div class="label">Menu</div>
408
+ </div>
409
+ </div>
410
+
411
+ </div>
412
+ </body>
413
+ </html>
code/19886/19886_0.html ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>App Detail - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF; border-radius: 24px;
12
+ box-shadow: 0 20px 60px rgba(0,0,0,0.45);
13
+ }
14
+ .status-bar {
15
+ height: 80px; padding: 0 36px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #EDEDED; font-weight: 600; letter-spacing: 0.5px; font-size: 32px;
17
+ }
18
+ .status-right { display: flex; align-items: center; gap: 24px; }
19
+ .top-bar {
20
+ height: 100px; display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 24px 0 24px; color: #EDEDED;
22
+ }
23
+ .icon-btn { width: 86px; height: 86px; display: flex; align-items: center; justify-content: center; }
24
+ .content { padding: 0 40px; }
25
+ .header {
26
+ display: flex; gap: 36px; align-items: center; margin-top: 8px;
27
+ }
28
+ .app-icon {
29
+ width: 200px; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
30
+ display: flex; justify-content: center; align-items: center; border-radius: 40px; font-weight: bold;
31
+ }
32
+ .title { font-size: 54px; line-height: 1.15; font-weight: 700; color: #EDEDED; }
33
+ .subtitle { font-size: 28px; color: #8AB4F8; margin-top: 10px; }
34
+ .meta { font-size: 28px; color: #A1A1A1; margin-top: 6px; }
35
+ .install-wrap { margin-top: 28px; }
36
+ .btn-install {
37
+ width: 100%; height: 110px; background: #AFC7FF; color: #0B1C3F; font-weight: 700;
38
+ border: none; border-radius: 56px; font-size: 40px;
39
+ }
40
+ .section { margin-top: 54px; }
41
+ .heading-row { display: flex; align-items: center; justify-content: space-between; }
42
+ .heading { font-size: 40px; font-weight: 700; }
43
+ .subheading { font-size: 32px; font-weight: 600; color: #CFCFCF; }
44
+ .suggested-label { font-size: 36px; font-weight: 700; }
45
+ .cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 24px; }
46
+ .card { }
47
+ .card .thumb {
48
+ width: 100%; height: 200px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
49
+ display: flex; justify-content: center; align-items: center; border-radius: 40px;
50
+ font-size: 28px; text-align: center; padding: 6px;
51
+ }
52
+ .card .name { margin-top: 16px; font-size: 30px; color: #EDEDED; line-height: 1.25; }
53
+ .rating { margin-top: 8px; font-size: 28px; color: #CFCFCF; display: flex; align-items: center; gap: 8px; }
54
+ .arrow-link { display: flex; align-items: center; gap: 14px; color: #EDEDED; }
55
+ .about { margin-top: 24px; font-size: 30px; color: #CFCFCF; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
56
+ /* simple separators */
57
+ .divider { height: 1px; background: #242424; margin-top: 36px; }
58
+ </style>
59
+ </head>
60
+ <body>
61
+ <div id="render-target">
62
+
63
+ <!-- Status bar -->
64
+ <div class="status-bar">
65
+ <div>4:01</div>
66
+ <div class="status-right">
67
+ <!-- cellular -->
68
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED" xmlns="http://www.w3.org/2000/svg">
69
+ <path d="M3 18h2V21H3v-3zm4-5h2v8H7v-8zm4-4h2v12h-2V9zm4-4h2v16h-2V5z"/>
70
+ </svg>
71
+ <!-- wifi -->
72
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED" xmlns="http://www.w3.org/2000/svg">
73
+ <path d="M12 20l-3-3a4 4 0 016 0l-3 3zm7-7a9 9 0 00-14 0l-1.5-1.5a11 11 0 0117 0L19 13z"/>
74
+ </svg>
75
+ <!-- battery -->
76
+ <svg width="44" height="36" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
77
+ <rect x="2" y="6" width="18" height="12" rx="2"/>
78
+ <path d="M22 10v4"/>
79
+ <rect x="4" y="8" width="12" height="8" fill="#EDEDED"/>
80
+ </svg>
81
+ </div>
82
+ </div>
83
+
84
+ <!-- Top app bar -->
85
+ <div class="top-bar">
86
+ <div class="icon-btn">
87
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#EDEDED" xmlns="http://www.w3.org/2000/svg">
88
+ <path d="M15 18l-6-6 6-6" stroke="#EDEDED" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
89
+ </svg>
90
+ </div>
91
+ <div style="display:flex; align-items:center; gap:20px;">
92
+ <div class="icon-btn">
93
+ <!-- search -->
94
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
95
+ <circle cx="11" cy="11" r="7"/><path d="M21 21l-4.3-4.3"/>
96
+ </svg>
97
+ </div>
98
+ <div class="icon-btn">
99
+ <!-- overflow -->
100
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#EDEDED" xmlns="http://www.w3.org/2000/svg">
101
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
102
+ </svg>
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ <div class="content">
108
+ <!-- Header -->
109
+ <div class="header">
110
+ <div class="app-icon">[IMG: App Icon]</div>
111
+ <div style="flex:1;">
112
+ <div class="title">MakeMyTrip Hotels,<br>Flight, Bus</div>
113
+ <div class="subtitle">MakeMyTrip—Hotel, Flight, IRCTC Authorised Partner</div>
114
+ <div class="meta">Contains ads</div>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Install -->
119
+ <div class="install-wrap">
120
+ <button class="btn-install">Install</button>
121
+ </div>
122
+
123
+ <!-- Suggested for you -->
124
+ <div class="section">
125
+ <div class="heading-row">
126
+ <div class="subheading">Sponsored · <span class="suggested-label">Suggested for you</span></div>
127
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
128
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
129
+ </svg>
130
+ </div>
131
+
132
+ <div class="cards">
133
+ <div class="card">
134
+ <div class="thumb">[IMG: goibibo Icon]</div>
135
+ <div class="name">Goibibo: Hotel, Flight Booking</div>
136
+ <div class="rating">
137
+ 4.5
138
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
139
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+ <div class="card">
144
+ <div class="thumb">[IMG: Trip.com Icon]</div>
145
+ <div class="name">Trip.com: Book Flights, Hotels</div>
146
+ <div class="rating">
147
+ 4.5
148
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
149
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ <div class="card">
154
+ <div class="thumb">[IMG: Agoda Icon]</div>
155
+ <div class="name">Agoda: Book Hotels and Flights</div>
156
+ <div class="rating">
157
+ 4.5
158
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
159
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
160
+ </svg>
161
+ </div>
162
+ </div>
163
+ <div class="card">
164
+ <div class="thumb">[IMG: Skyscanner Icon]</div>
165
+ <div class="name">Skyscanner: Hotels & Flights</div>
166
+ <div class="rating">
167
+ 4.6
168
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
169
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- More apps to try -->
177
+ <div class="section">
178
+ <div class="heading-row">
179
+ <div class="heading">More apps to try</div>
180
+ <div class="arrow-link">
181
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
182
+ <path d="M5 12h14M12 5l7 7-7 7" stroke-linecap="round" stroke-linejoin="round"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <div class="cards" style="grid-template-columns: repeat(3, 1fr);">
188
+ <div class="card">
189
+ <div class="thumb">[IMG: Adobe Acrobat Icon]</div>
190
+ <div class="name">Adobe Acrobat Reader: Edit PDF</div>
191
+ <div class="rating">
192
+ 4.5
193
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
194
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ <div class="card">
199
+ <div class="thumb">[IMG: Swiggy Icon]</div>
200
+ <div class="name">Swiggy Food & Grocery Delivery</div>
201
+ <div class="rating">
202
+ 4.4
203
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
204
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+ <div class="card">
209
+ <div class="thumb">[IMG: Uber Icon]</div>
210
+ <div class="name">Uber - Easy affordable trips</div>
211
+ <div class="rating">
212
+ 4.4
213
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="#CFCFCF" xmlns="http://www.w3.org/2000/svg">
214
+ <path d="M12 17.3l-5.2 3 1-5.9L3 9.7l6-0.9L12 3l3 5.8 6 0.9-4 4.7 1 5.9z"/>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- About this app -->
222
+ <div class="section">
223
+ <div class="heading-row">
224
+ <div class="heading">About this app</div>
225
+ <div class="arrow-link">
226
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none" stroke="#EDEDED" stroke-width="2" xmlns="http://www.w3.org/2000/svg">
227
+ <path d="M5 12h14M12 5l7 7-7 7" stroke-linecap="round" stroke-linejoin="round"/>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+ <div class="about">Get Incredible Travel Discounts on Hotel, Flight, Bus, Cab...</div>
232
+ </div>
233
+
234
+ <div class="divider"></div>
235
+ </div>
236
+ </div>
237
+ </body>
238
+ </html>
code/19886/19886_1.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>EGY Train Way UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0D2A31; /* deep teal/blue background */
19
+ color: #CFD8DC;
20
+ font-family: "Segoe UI", Roboto, -apple-system, sans-serif;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ height: 95px;
29
+ width: 100%;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ color: #D5E3E6;
36
+ font-size: 36px;
37
+ opacity: 0.95;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ gap: 26px;
42
+ align-items: center;
43
+ }
44
+ .status-icon svg {
45
+ display: block;
46
+ }
47
+
48
+ /* Header area */
49
+ .header {
50
+ position: absolute;
51
+ top: 130px;
52
+ left: 0;
53
+ width: 100%;
54
+ padding: 0 48px;
55
+ box-sizing: border-box;
56
+ display: flex;
57
+ align-items: flex-start;
58
+ justify-content: space-between;
59
+ }
60
+ .title {
61
+ font-size: 72px;
62
+ line-height: 1.1;
63
+ color: #78D4C3; /* mint-green */
64
+ font-weight: 600;
65
+ letter-spacing: 0.3px;
66
+ }
67
+ .bulb {
68
+ width: 80px;
69
+ height: 80px;
70
+ }
71
+
72
+ .sub-title {
73
+ position: absolute;
74
+ top: 300px;
75
+ left: 48px;
76
+ font-size: 54px;
77
+ color: #B6BEC6;
78
+ letter-spacing: 0.2px;
79
+ }
80
+
81
+ /* Illustration placeholder */
82
+ .illustration {
83
+ position: absolute;
84
+ top: 770px;
85
+ left: 135px;
86
+ width: 810px;
87
+ height: 360px;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ border-radius: 8px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ color: #757575;
95
+ font-size: 32px;
96
+ }
97
+
98
+ .no-trains {
99
+ position: absolute;
100
+ top: 1150px;
101
+ left: 0;
102
+ width: 100%;
103
+ text-align: center;
104
+ font-size: 68px;
105
+ color: #C7CBD1;
106
+ font-weight: 400;
107
+ letter-spacing: 0.6px;
108
+ }
109
+
110
+ /* Ad banner placeholder */
111
+ .ad-banner {
112
+ position: absolute;
113
+ left: 90px;
114
+ bottom: 300px;
115
+ width: 900px;
116
+ height: 160px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ border-radius: 8px;
120
+ display: flex;
121
+ align-items: center;
122
+ justify-content: center;
123
+ color: #757575;
124
+ font-size: 30px;
125
+ }
126
+
127
+ /* Bottom navigation */
128
+ .nav {
129
+ position: absolute;
130
+ left: 0;
131
+ bottom: 80px;
132
+ width: 100%;
133
+ height: 220px;
134
+ background: #0C262C;
135
+ border-top: 1px solid rgba(255,255,255,0.06);
136
+ display: flex;
137
+ align-items: center;
138
+ justify-content: space-around;
139
+ box-sizing: border-box;
140
+ }
141
+ .nav-item {
142
+ width: 25%;
143
+ height: 100%;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ }
148
+ .nav-inner {
149
+ display: flex;
150
+ flex-direction: column;
151
+ align-items: center;
152
+ }
153
+ .icon-wrap {
154
+ width: 120px;
155
+ height: 96px;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ border-radius: 48px;
160
+ }
161
+ .icon-wrap.selected {
162
+ background: #233D3F;
163
+ }
164
+ .nav-label {
165
+ margin-top: 14px;
166
+ font-size: 38px;
167
+ color: #AAB3B9;
168
+ }
169
+ .nav-label.selected {
170
+ color: #78D4C3;
171
+ }
172
+
173
+ /* Gesture bar */
174
+ .bottom-safe {
175
+ position: absolute;
176
+ left: 0;
177
+ bottom: 0;
178
+ width: 100%;
179
+ height: 60px;
180
+ background: #000;
181
+ }
182
+ .gesture {
183
+ position: absolute;
184
+ left: 50%;
185
+ bottom: 20px;
186
+ transform: translateX(-50%);
187
+ width: 280px;
188
+ height: 14px;
189
+ background: #FFFFFF;
190
+ opacity: 0.9;
191
+ border-radius: 7px;
192
+ }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+ <!-- Status Bar -->
198
+ <div class="status-bar">
199
+ <div class="status-left">4:07</div>
200
+ <div class="status-right">
201
+ <div class="status-icon">
202
+ <!-- WiFi icon -->
203
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#D5E3E6" xmlns="http://www.w3.org/2000/svg">
204
+ <path d="M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-6.5-6a11 11 0 0 1 13 0l-1.6 1.6a8.5 8.5 0 0 0-9.8 0L5.5 12zm-3-3.5a16 16 0 0 1 19 0l-1.7 1.7a13.3 13.3 0 0 0-15.6 0L2.5 8.5z"/>
205
+ </svg>
206
+ </div>
207
+ <div class="status-icon">
208
+ <!-- Battery icon -->
209
+ <svg width="38" height="38" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
210
+ <rect x="2" y="6" width="18" height="12" rx="2" fill="#D5E3E6"/>
211
+ <rect x="20" y="9" width="2" height="6" rx="1" fill="#D5E3E6"/>
212
+ </svg>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Header -->
218
+ <div class="header">
219
+ <div class="title">EGY Train Way</div>
220
+ <div class="bulb">
221
+ <!-- Light bulb icon -->
222
+ <svg width="80" height="80" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
223
+ <path d="M12 2a7 7 0 0 0-4 12c.7.7 1 1.4 1 2h6c0-.6.3-1.3 1-2A7 7 0 0 0 12 2z" fill="#BEE3F2"/>
224
+ <rect x="8" y="18" width="8" height="2" rx="1" fill="#A8D3E3"/>
225
+ <rect x="9" y="20" width="6" height="2" rx="1" fill="#A8D3E3"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="sub-title">Recent History</div>
231
+
232
+ <!-- Center illustration placeholder -->
233
+ <div class="illustration">[IMG: Isometric train tracks with trees and sun]</div>
234
+
235
+ <div class="no-trains">No trains</div>
236
+
237
+ <!-- Ad banner placeholder -->
238
+ <div class="ad-banner">[IMG: Binance promotional banner]</div>
239
+
240
+ <!-- Bottom Navigation -->
241
+ <div class="nav">
242
+ <!-- Home -->
243
+ <div class="nav-item">
244
+ <div class="nav-inner">
245
+ <div class="icon-wrap selected">
246
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
247
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5h-4v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z" fill="#D8E6E8"/>
248
+ </svg>
249
+ </div>
250
+ <div class="nav-label selected">Home</div>
251
+ </div>
252
+ </div>
253
+ <!-- Stations -->
254
+ <div class="nav-item">
255
+ <div class="nav-inner">
256
+ <div class="icon-wrap">
257
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
258
+ <!-- Small train car -->
259
+ <rect x="2" y="9" width="12" height="6" rx="2" fill="#C9D5D9"/>
260
+ <circle cx="5" cy="16.5" r="1.6" fill="#C9D5D9"/>
261
+ <circle cx="11" cy="16.5" r="1.6" fill="#C9D5D9"/>
262
+ <!-- Person -->
263
+ <circle cx="19" cy="8" r="2" fill="#C9D5D9"/>
264
+ <path d="M17 12h4l2 7h-2l-1.1-4-1.1 4H16l1-3.2V12z" fill="#C9D5D9"/>
265
+ </svg>
266
+ </div>
267
+ <div class="nav-label">Stations</div>
268
+ </div>
269
+ </div>
270
+ <!-- Trains -->
271
+ <div class="nav-item">
272
+ <div class="nav-inner">
273
+ <div class="icon-wrap">
274
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
275
+ <path d="M5 4h14v9a3 3 0 0 1-3 3h-8a3 3 0 0 1-3-3V4z" fill="#C9D5D9"/>
276
+ <rect x="7" y="6" width="10" height="4" rx="1" fill="#0D2A31"/>
277
+ <circle cx="9" cy="16.5" r="1.6" fill="#C9D5D9"/>
278
+ <circle cx="17" cy="16.5" r="1.6" fill="#C9D5D9"/>
279
+ </svg>
280
+ </div>
281
+ <div class="nav-label">Trains</div>
282
+ </div>
283
+ </div>
284
+ <!-- Menu -->
285
+ <div class="nav-item">
286
+ <div class="nav-inner">
287
+ <div class="icon-wrap">
288
+ <svg width="72" height="72" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
289
+ <rect x="4" y="6" width="16" height="2" fill="#C9D5D9"/>
290
+ <rect x="4" y="11" width="16" height="2" fill="#C9D5D9"/>
291
+ <rect x="4" y="16" width="16" height="2" fill="#C9D5D9"/>
292
+ </svg>
293
+ </div>
294
+ <div class="nav-label">Menu</div>
295
+ </div>
296
+ </div>
297
+ </div>
298
+
299
+ <!-- Bottom gesture bar -->
300
+ <div class="bottom-safe">
301
+ <div class="gesture"></div>
302
+ </div>
303
+ </div>
304
+ </body>
305
+ </html>
code/19886/19886_2.html ADDED
@@ -0,0 +1,471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Stations UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1">
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #0E2D34; /* deep teal */
20
+ color: #CDEAE0;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 40px;
33
+ box-sizing: border-box;
34
+ color: #D9F5EB;
35
+ font-size: 42px;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-right {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .icon {
45
+ display: inline-flex;
46
+ width: 48px;
47
+ height: 48px;
48
+ }
49
+
50
+ /* Page header */
51
+ .page-header {
52
+ position: absolute;
53
+ top: 140px;
54
+ left: 40px;
55
+ right: 40px;
56
+ display: flex;
57
+ align-items: center;
58
+ }
59
+ .title {
60
+ font-size: 88px;
61
+ font-weight: 700;
62
+ color: #79D4B0; /* mint */
63
+ letter-spacing: 0.5px;
64
+ }
65
+ .bulb {
66
+ margin-left: auto;
67
+ width: 80px;
68
+ height: 80px;
69
+ border-radius: 40px;
70
+ display: inline-flex;
71
+ align-items: center;
72
+ justify-content: center;
73
+ }
74
+
75
+ /* Station selectors */
76
+ .selector-wrap {
77
+ position: absolute;
78
+ top: 300px;
79
+ left: 40px;
80
+ right: 40px;
81
+ display: flex;
82
+ flex-direction: column;
83
+ gap: 36px;
84
+ }
85
+ .selector {
86
+ background: #3E5059;
87
+ border-radius: 24px;
88
+ height: 160px;
89
+ display: flex;
90
+ align-items: center;
91
+ padding: 0 36px;
92
+ box-sizing: border-box;
93
+ }
94
+ .selector .left-icons {
95
+ display: flex;
96
+ align-items: center;
97
+ gap: 24px;
98
+ margin-right: 30px;
99
+ }
100
+ .selector .label {
101
+ font-size: 56px;
102
+ color: #D8ECE4;
103
+ letter-spacing: 0.3px;
104
+ }
105
+ .swap-btn {
106
+ position: absolute;
107
+ right: 60px;
108
+ top: 356px; /* overlaps second selector edge */
109
+ width: 140px;
110
+ height: 140px;
111
+ background: #8AD2B7;
112
+ border-radius: 70px;
113
+ display: flex;
114
+ align-items: center;
115
+ justify-content: center;
116
+ box-shadow: 0 6px 20px rgba(0,0,0,0.25);
117
+ }
118
+
119
+ /* List section */
120
+ .list-section {
121
+ position: absolute;
122
+ top: 560px;
123
+ left: 40px;
124
+ right: 40px;
125
+ }
126
+ .section-title {
127
+ font-size: 50px;
128
+ color: #79D4B0;
129
+ margin-bottom: 28px;
130
+ }
131
+ .table-header {
132
+ display: grid;
133
+ grid-template-columns: 54% 20% 18% 8%;
134
+ font-size: 36px;
135
+ color: #79D4B0;
136
+ padding: 16px 8px;
137
+ }
138
+ .rows {
139
+ margin-top: 8px;
140
+ }
141
+ .row {
142
+ display: grid;
143
+ grid-template-columns: 54% 20% 18% 8%;
144
+ align-items: start;
145
+ padding: 26px 8px;
146
+ border-radius: 8px;
147
+ }
148
+ .train-title {
149
+ font-size: 44px;
150
+ color: #CFEDE4;
151
+ line-height: 1.25;
152
+ }
153
+ .train-sub {
154
+ font-size: 40px;
155
+ color: #9ED7C3;
156
+ margin-top: 6px;
157
+ }
158
+ .time-bold {
159
+ font-size: 44px;
160
+ font-weight: 700;
161
+ color: #E7F7F2;
162
+ }
163
+ .time-sub {
164
+ font-size: 40px;
165
+ color: #79D4B0;
166
+ margin-top: 6px;
167
+ }
168
+ .time-arr {
169
+ font-size: 44px;
170
+ font-weight: 700;
171
+ color: #D8ECE4;
172
+ }
173
+ .track {
174
+ font-size: 44px;
175
+ color: #CDEAE0;
176
+ text-align: right;
177
+ }
178
+
179
+ /* Avatar banner */
180
+ .avatar-banner {
181
+ position: absolute;
182
+ left: 80px;
183
+ right: 80px;
184
+ bottom: 360px;
185
+ height: 160px;
186
+ background: #FFFFFF;
187
+ border: 2px solid #DFDFDF;
188
+ border-radius: 8px;
189
+ display: flex;
190
+ align-items: center;
191
+ gap: 22px;
192
+ padding: 0 22px;
193
+ box-sizing: border-box;
194
+ overflow: hidden;
195
+ }
196
+ .avatar {
197
+ width: 120px;
198
+ height: 120px;
199
+ background: #E0E0E0;
200
+ border: 1px solid #BDBDBD;
201
+ border-radius: 60px;
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: center;
205
+ color: #757575;
206
+ font-size: 28px;
207
+ }
208
+
209
+ /* Bottom navigation */
210
+ .bottom-nav {
211
+ position: absolute;
212
+ bottom: 120px;
213
+ left: 0;
214
+ width: 1080px;
215
+ height: 240px;
216
+ display: flex;
217
+ justify-content: space-around;
218
+ align-items: center;
219
+ padding: 0 40px;
220
+ box-sizing: border-box;
221
+ }
222
+ .nav-item {
223
+ display: flex;
224
+ flex-direction: column;
225
+ align-items: center;
226
+ gap: 18px;
227
+ color: #BFE8D9;
228
+ }
229
+ .nav-icon {
230
+ width: 92px;
231
+ height: 92px;
232
+ }
233
+ .nav-label {
234
+ font-size: 36px;
235
+ }
236
+ .active-pill {
237
+ width: 220px;
238
+ height: 110px;
239
+ background: #2C4A47;
240
+ border-radius: 55px;
241
+ display: flex;
242
+ align-items: center;
243
+ justify-content: center;
244
+ }
245
+
246
+ .home-indicator {
247
+ position: absolute;
248
+ bottom: 48px;
249
+ left: 50%;
250
+ transform: translateX(-50%);
251
+ width: 360px;
252
+ height: 16px;
253
+ background: #DADADA;
254
+ border-radius: 8px;
255
+ opacity: 0.7;
256
+ }
257
+ </style>
258
+ </head>
259
+ <body>
260
+ <div id="render-target">
261
+
262
+ <!-- Status bar -->
263
+ <div class="status-bar">
264
+ <div>4:08</div>
265
+ <div class="status-right">
266
+ <!-- Simple icons: wifi and battery -->
267
+ <svg class="icon" viewBox="0 0 24 24">
268
+ <path fill="#CDEAE0" 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 4c1-1 3-1 4 0l-2 2-2-2z"/>
269
+ </svg>
270
+ <svg class="icon" viewBox="0 0 24 24">
271
+ <path fill="#CDEAE0" d="M2 7h18v10H2V7zm20 3v4h-2v-4h2z"/>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Page header -->
277
+ <div class="page-header">
278
+ <div class="title">Stations</div>
279
+ <div class="bulb">
280
+ <svg class="icon" viewBox="0 0 24 24">
281
+ <path fill="#A6E5CC" d="M12 2a7 7 0 0 1 4 12c-1 1-1 2-1 2H9s0-1-1-2A7 7 0 0 1 12 2zm-3 15h6v2H9v-2zm1 3h4v2H10v-2z"/>
282
+ </svg>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Station selectors -->
287
+ <div class="selector-wrap">
288
+ <div class="selector">
289
+ <div class="left-icons">
290
+ <!-- Walk icon -->
291
+ <svg class="icon" viewBox="0 0 24 24">
292
+ <path fill="#79D4B0" d="M11 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-3 7h4l2 3 3 1-1 2-3-1-2-3-2 2v5H7v-6l1-3z"/>
293
+ </svg>
294
+ <!-- Train icon (side) -->
295
+ <svg class="icon" viewBox="0 0 24 24">
296
+ <path fill="#79D4B0" d="M4 5h16v10H4V5zm2 2v4h12V7H6zm1 11l-2 2h14l-2-2H7z"/>
297
+ </svg>
298
+ </div>
299
+ <div class="label">Cairo</div>
300
+ </div>
301
+
302
+ <div class="selector">
303
+ <div class="left-icons">
304
+ <svg class="icon" viewBox="0 0 24 24">
305
+ <path fill="#79D4B0" d="M11 3a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-3 7h4l2 3 3 1-1 2-3-1-2-3-2 2v5H7v-6l1-3z"/>
306
+ </svg>
307
+ <svg class="icon" viewBox="0 0 24 24">
308
+ <path fill="#79D4B0" d="M4 5h16v10H4V5zm2 2v4h12V7H6zm1 11l-2 2h14l-2-2H7z"/>
309
+ </svg>
310
+ </div>
311
+ <div class="label">To Station</div>
312
+ </div>
313
+ </div>
314
+
315
+ <!-- Swap button -->
316
+ <div class="swap-btn">
317
+ <svg viewBox="0 0 24 24" class="icon">
318
+ <path fill="#1F3F3B" d="M7 4v10l-3-3h8V9H7l3-3V4H7zm10 16V10l3 3h-8v2h5l-3 3v2h3z"/>
319
+ </svg>
320
+ </div>
321
+
322
+ <!-- List section -->
323
+ <div class="list-section">
324
+ <div class="section-title">Cairo : 116 train/day</div>
325
+ <div class="table-header">
326
+ <div>Train ID</div>
327
+ <div>Exp. Time</div>
328
+ <div>ar. Time</div>
329
+ <div style="text-align:right;">track</div>
330
+ </div>
331
+ <div class="rows">
332
+ <!-- Row 1 -->
333
+ <div class="row">
334
+ <div>
335
+ <div class="train-title">1,010-Russian</div>
336
+ <div class="train-sub">----&gt; Aswan</div>
337
+ </div>
338
+ <div>
339
+ <div class="time-bold">00:05 am</div>
340
+ <div class="time-sub">6 h 57 m</div>
341
+ </div>
342
+ <div class="time-arr">02:30 pm</div>
343
+ <div class="track">26</div>
344
+ </div>
345
+ <!-- Row 2 -->
346
+ <div class="row">
347
+ <div>
348
+ <div class="train-title">1,902-Air Conditioned</div>
349
+ <div class="train-sub">----&gt; Aswan</div>
350
+ </div>
351
+ <div>
352
+ <div class="time-bold">00:20 am</div>
353
+ <div class="time-sub">7 h 12 m</div>
354
+ </div>
355
+ <div class="time-arr">01:20 pm</div>
356
+ <div class="track">17</div>
357
+ </div>
358
+ <!-- Row 3 -->
359
+ <div class="row">
360
+ <div>
361
+ <div class="train-title">3,006-Russian Air Conditioned</div>
362
+ <div class="train-sub">----&gt; Aswan</div>
363
+ </div>
364
+ <div>
365
+ <div class="time-bold">00:50 am</div>
366
+ <div class="time-sub">7 h 42 m</div>
367
+ </div>
368
+ <div class="time-arr">01:30 pm</div>
369
+ <div class="track">14</div>
370
+ </div>
371
+ <!-- Row 4 -->
372
+ <div class="row">
373
+ <div>
374
+ <div class="train-title">934-VIP</div>
375
+ <div class="train-sub">----&gt; Luxor</div>
376
+ </div>
377
+ <div>
378
+ <div class="time-bold">01:15 am</div>
379
+ </div>
380
+ <div class="time-arr">11:00 am</div>
381
+ <div class="track">12</div>
382
+ </div>
383
+ <!-- Row 5 -->
384
+ <div class="row">
385
+ <div>
386
+ <div class="train-title">1-Russian</div>
387
+ <div class="train-sub">----&gt; Alexandria</div>
388
+ </div>
389
+ <div>
390
+ <div class="time-bold">03:00 am</div>
391
+ </div>
392
+ <div class="time-arr">06:45 am</div>
393
+ <div class="track">14</div>
394
+ </div>
395
+ <!-- Row 6 -->
396
+ <div class="row">
397
+ <div>
398
+ <div class="train-title">163-Russian</div>
399
+ <div class="train-sub">----&gt; Alexandria</div>
400
+ </div>
401
+ <div>
402
+ <div class="time-bold">04:00 am</div>
403
+ </div>
404
+ <div class="time-arr">07:40 am</div>
405
+ <div class="track">9</div>
406
+ </div>
407
+ <!-- Row 7 -->
408
+ <div class="row">
409
+ <div>
410
+ <div class="train-title">511-Improved</div>
411
+ <div class="train-sub">----&gt; ElQanater ElKhayria</div>
412
+ </div>
413
+ <div>
414
+ <div class="time-bold">04:35 am</div>
415
+ </div>
416
+ <div class="time-arr">05:15 am</div>
417
+ <div class="track">6</div>
418
+ </div>
419
+ </div>
420
+ </div>
421
+
422
+ <!-- Avatar banner -->
423
+ <div class="avatar-banner">
424
+ <div class="avatar">Avatar</div>
425
+ <div class="avatar">Avatar</div>
426
+ <div class="avatar">Avatar</div>
427
+ <div class="avatar">Avatar</div>
428
+ <div class="avatar">Avatar</div>
429
+ <div class="avatar">Avatar</div>
430
+ <div class="avatar">Avatar</div>
431
+ <div class="avatar">Avatar</div>
432
+ <div class="avatar">Avatar</div>
433
+ </div>
434
+
435
+ <!-- Bottom navigation -->
436
+ <div class="bottom-nav">
437
+ <div class="nav-item">
438
+ <svg class="nav-icon" viewBox="0 0 24 24">
439
+ <path fill="#BFE8D9" d="M12 3l9 7v9h-6v-6H9v6H3V10l9-7z"/>
440
+ </svg>
441
+ <div class="nav-label">Home</div>
442
+ </div>
443
+
444
+ <div class="nav-item">
445
+ <div class="active-pill">
446
+ <svg class="nav-icon" viewBox="0 0 24 24">
447
+ <path fill="#79D4B0" d="M4 5h16v10H4V5zm2 2v4h12V7H6zm1 11l-2 2h14l-2-2H7z"/>
448
+ </svg>
449
+ </div>
450
+ <div class="nav-label">Stations</div>
451
+ </div>
452
+
453
+ <div class="nav-item">
454
+ <svg class="nav-icon" viewBox="0 0 24 24">
455
+ <path fill="#BFE8D9" d="M7 3h10a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3l2 2H5l2-2a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm0 4v5h10V7H7zm2 12h6l-1-1H10l-1 1z"/>
456
+ </svg>
457
+ <div class="nav-label">Trains</div>
458
+ </div>
459
+
460
+ <div class="nav-item">
461
+ <svg class="nav-icon" viewBox="0 0 24 24">
462
+ <path fill="#BFE8D9" d="M3 5h18v2H3V5zm0 6h18v2H3v-2zm0 6h18v2H3v-2z"/>
463
+ </svg>
464
+ <div class="nav-label">Menu</div>
465
+ </div>
466
+ </div>
467
+
468
+ <div class="home-indicator"></div>
469
+ </div>
470
+ </body>
471
+ </html>
code/19886/19886_3.html ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>StationSearch UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #0b2c30;
20
+ color: #c9e3e9;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ height: 110px;
29
+ width: 100%;
30
+ padding: 0 40px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #cfe6e1;
35
+ font-weight: 600;
36
+ font-size: 46px;
37
+ opacity: 0.95;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon svg {
45
+ display: block;
46
+ }
47
+
48
+ /* Header */
49
+ .header {
50
+ position: absolute;
51
+ top: 130px;
52
+ left: 40px;
53
+ right: 40px;
54
+ height: 120px;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: space-between;
58
+ }
59
+ .header-left {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 28px;
63
+ }
64
+ .title {
65
+ font-size: 70px;
66
+ font-weight: 700;
67
+ color: #75d6b5;
68
+ letter-spacing: 1px;
69
+ }
70
+ .action-pill {
71
+ width: 84px;
72
+ height: 84px;
73
+ border-radius: 42px;
74
+ background: rgba(255,255,255,0.08);
75
+ display: flex;
76
+ align-items: center;
77
+ justify-content: center;
78
+ border: 1px solid rgba(255,255,255,0.08);
79
+ }
80
+
81
+ /* Search Bar */
82
+ .search {
83
+ position: absolute;
84
+ top: 280px;
85
+ left: 40px;
86
+ width: 1000px;
87
+ height: 120px;
88
+ border-radius: 26px;
89
+ background: #31474d;
90
+ border: 1px solid rgba(255,255,255,0.08);
91
+ display: flex;
92
+ align-items: center;
93
+ padding: 0 36px;
94
+ gap: 24px;
95
+ }
96
+ .search .placeholder {
97
+ color: #9fb3b7;
98
+ font-size: 44px;
99
+ font-weight: 600;
100
+ }
101
+
102
+ /* Suggested */
103
+ .section-title {
104
+ position: absolute;
105
+ top: 460px;
106
+ left: 40px;
107
+ font-size: 58px;
108
+ color: #85979b;
109
+ font-weight: 700;
110
+ }
111
+
112
+ /* Station list */
113
+ .list {
114
+ position: absolute;
115
+ top: 560px;
116
+ left: 40px;
117
+ right: 40px;
118
+ }
119
+ .station-row {
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 34px;
123
+ padding: 36px 0;
124
+ border-bottom: 1px solid rgba(255,255,255,0.04);
125
+ }
126
+ .station-name {
127
+ font-size: 52px;
128
+ color: #c3d8e1;
129
+ font-weight: 700;
130
+ letter-spacing: 0.2px;
131
+ }
132
+ .pin {
133
+ width: 64px;
134
+ height: 64px;
135
+ opacity: 0.6;
136
+ }
137
+
138
+ /* Ad banner placeholder */
139
+ .ad {
140
+ position: absolute;
141
+ left: 90px;
142
+ bottom: 360px;
143
+ width: 900px;
144
+ height: 160px;
145
+ background: #E0E0E0;
146
+ border: 1px solid #BDBDBD;
147
+ color: #757575;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ font-size: 42px;
152
+ font-weight: 700;
153
+ border-radius: 10px;
154
+ }
155
+
156
+ /* Bottom nav */
157
+ .bottom-nav {
158
+ position: absolute;
159
+ left: 0;
160
+ bottom: 140px;
161
+ width: 100%;
162
+ height: 260px;
163
+ background: #0b2c30;
164
+ border-top: 1px solid rgba(255,255,255,0.08);
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: space-around;
168
+ padding: 24px 40px 0;
169
+ }
170
+ .nav-item {
171
+ width: 200px;
172
+ text-align: center;
173
+ color: #9fb3b1;
174
+ }
175
+ .nav-icon {
176
+ width: 96px;
177
+ height: 96px;
178
+ margin: 0 auto 12px;
179
+ opacity: 0.9;
180
+ }
181
+ .nav-label {
182
+ font-size: 40px;
183
+ font-weight: 700;
184
+ }
185
+ .nav-item.active .nav-label {
186
+ color: #cfe6e1;
187
+ }
188
+ .nav-item.active .active-pill {
189
+ margin: 0 auto 12px;
190
+ width: 180px;
191
+ height: 90px;
192
+ border-radius: 45px;
193
+ background: rgba(255,255,255,0.06);
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ border: 1px solid rgba(255,255,255,0.08);
198
+ }
199
+ .nav-item.active .nav-icon {
200
+ margin: 0;
201
+ }
202
+
203
+ /* Gesture bar */
204
+ .gesture {
205
+ position: absolute;
206
+ bottom: 60px;
207
+ left: 50%;
208
+ transform: translateX(-50%);
209
+ width: 300px;
210
+ height: 12px;
211
+ background: #E6E6E6;
212
+ border-radius: 6px;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status Bar -->
220
+ <div class="status-bar">
221
+ <div>4:08</div>
222
+ <div class="status-right">
223
+ <div class="status-icon">
224
+ <!-- WiFi -->
225
+ <svg width="50" height="50" viewBox="0 0 24 24">
226
+ <path d="M3 8c4.8-4.3 12.3-4.3 17.1 0M6.5 11.5c3.1-2.8 7.9-2.8 11 0M10 15c1.6-1.4 4.1-1.4 5.7 0M12 19a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3" stroke="#cfe6e1" stroke-width="2" fill="none" stroke-linecap="round"/>
227
+ </svg>
228
+ </div>
229
+ <div class="status-icon">
230
+ <!-- Battery -->
231
+ <svg width="60" height="50" viewBox="0 0 28 20">
232
+ <rect x="1" y="3" width="22" height="14" rx="2" ry="2" stroke="#cfe6e1" stroke-width="2" fill="none"/>
233
+ <rect x="3" y="5" width="15" height="10" fill="#cfe6e1"/>
234
+ <rect x="24" y="7" width="3" height="6" rx="1" fill="#cfe6e1"/>
235
+ </svg>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Header -->
241
+ <div class="header">
242
+ <div class="header-left">
243
+ <!-- Back Arrow -->
244
+ <svg width="70" height="70" viewBox="0 0 24 24">
245
+ <path d="M15 4 L7 12 L15 20" stroke="#75d6b5" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ <div class="title">StationSearch</div>
248
+ </div>
249
+ <div class="action-pill">
250
+ <!-- Bulb Icon -->
251
+ <svg width="44" height="44" viewBox="0 0 24 24">
252
+ <circle cx="12" cy="9" r="6" stroke="#9fc9bf" stroke-width="2" fill="none"/>
253
+ <rect x="9" y="16" width="6" height="3" rx="1" fill="#9fc9bf"/>
254
+ <rect x="9" y="20" width="6" height="1.5" rx="0.75" fill="#9fc9bf"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <!-- Search Bar -->
260
+ <div class="search">
261
+ <!-- Magnifier -->
262
+ <svg width="60" height="60" viewBox="0 0 24 24">
263
+ <circle cx="11" cy="11" r="6" stroke="#b4c5c9" stroke-width="2" fill="none"/>
264
+ <path d="M16.5 16.5 L21 21" stroke="#b4c5c9" stroke-width="2" stroke-linecap="round"/>
265
+ </svg>
266
+ <div class="placeholder">Write station Name</div>
267
+ </div>
268
+
269
+ <!-- Suggested title -->
270
+ <div class="section-title">Suggested</div>
271
+
272
+ <!-- Station list -->
273
+ <div class="list">
274
+ <div class="station-row">
275
+ <svg class="pin" viewBox="0 0 24 24">
276
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
277
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
278
+ </svg>
279
+ <div class="station-name">10 Ramadan</div>
280
+ </div>
281
+
282
+ <div class="station-row">
283
+ <svg class="pin" viewBox="0 0 24 24">
284
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
285
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
286
+ </svg>
287
+ <div class="station-name">23 July</div>
288
+ </div>
289
+
290
+ <div class="station-row">
291
+ <svg class="pin" viewBox="0 0 24 24">
292
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
293
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
294
+ </svg>
295
+ <div class="station-name">25 January</div>
296
+ </div>
297
+
298
+ <div class="station-row">
299
+ <svg class="pin" viewBox="0 0 24 24">
300
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
301
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
302
+ </svg>
303
+ <div class="station-name">Aameriet ElFayoum</div>
304
+ </div>
305
+
306
+ <div class="station-row">
307
+ <svg class="pin" viewBox="0 0 24 24">
308
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
309
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
310
+ </svg>
311
+ <div class="station-name">AbalWakf</div>
312
+ </div>
313
+
314
+ <div class="station-row">
315
+ <svg class="pin" viewBox="0 0 24 24">
316
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
317
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
318
+ </svg>
319
+ <div class="station-name">Abaza</div>
320
+ </div>
321
+
322
+ <div class="station-row">
323
+ <svg class="pin" viewBox="0 0 24 24">
324
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
325
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
326
+ </svg>
327
+ <div class="station-name">Abdel Kader</div>
328
+ </div>
329
+
330
+ <div class="station-row">
331
+ <svg class="pin" viewBox="0 0 24 24">
332
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
333
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
334
+ </svg>
335
+ <div class="station-name">Abio ELKhawy</div>
336
+ </div>
337
+
338
+ <div class="station-row">
339
+ <svg class="pin" viewBox="0 0 24 24">
340
+ <path d="M12 2c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#9fb3b7" stroke-width="2"/>
341
+ <circle cx="12" cy="8.5" r="2.3" fill="none" stroke="#9fb3b7" stroke-width="2"/>
342
+ </svg>
343
+ <div class="station-name">Abnod</div>
344
+ </div>
345
+ </div>
346
+
347
+ <!-- Ad banner placeholder -->
348
+ <div class="ad">[IMG: Snapchat Ad Banner]</div>
349
+
350
+ <!-- Bottom Navigation -->
351
+ <div class="bottom-nav">
352
+ <div class="nav-item">
353
+ <div class="nav-icon">
354
+ <!-- Home icon -->
355
+ <svg width="96" height="96" viewBox="0 0 24 24">
356
+ <path d="M3 11 L12 3 L21 11" stroke="#9fb3b1" stroke-width="2" fill="none" stroke-linecap="round"/>
357
+ <rect x="6" y="11" width="12" height="9" rx="2" ry="2" stroke="#9fb3b1" stroke-width="2" fill="none"/>
358
+ </svg>
359
+ </div>
360
+ <div class="nav-label">Home</div>
361
+ </div>
362
+
363
+ <div class="nav-item active">
364
+ <div class="active-pill">
365
+ <div class="nav-icon">
366
+ <!-- Stations icon (pin + person) -->
367
+ <svg width="96" height="96" viewBox="0 0 24 24">
368
+ <path d="M12 3c-2.8 0-5 2.2-5 5 0 3.8 5 10 5 10s5-6.2 5-10c0-2.8-2.2-5-5-5z" stroke="#cfe6e1" stroke-width="2" fill="none"/>
369
+ <circle cx="12" cy="8" r="2" stroke="#cfe6e1" stroke-width="2" fill="none"/>
370
+ <path d="M5 20c0-2 1.5-3 3-3s3 1 3 3" stroke="#cfe6e1" stroke-width="2" fill="none" stroke-linecap="round"/>
371
+ </svg>
372
+ </div>
373
+ </div>
374
+ <div class="nav-label">Stations</div>
375
+ </div>
376
+
377
+ <div class="nav-item">
378
+ <div class="nav-icon">
379
+ <!-- Train icon -->
380
+ <svg width="96" height="96" viewBox="0 0 24 24">
381
+ <rect x="5" y="5" width="14" height="10" rx="2" stroke="#9fb3b1" stroke-width="2" fill="none"/>
382
+ <rect x="7" y="7" width="4" height="4" fill="#9fb3b1"/>
383
+ <rect x="13" y="7" width="4" height="4" fill="#9fb3b1"/>
384
+ <circle cx="9" cy="18" r="1.8" fill="#9fb3b1"/>
385
+ <circle cx="15" cy="18" r="1.8" fill="#9fb3b1"/>
386
+ </svg>
387
+ </div>
388
+ <div class="nav-label">Trains</div>
389
+ </div>
390
+
391
+ <div class="nav-item">
392
+ <div class="nav-icon">
393
+ <!-- Menu icon -->
394
+ <svg width="96" height="96" viewBox="0 0 24 24">
395
+ <path d="M4 6 H20 M4 12 H20 M4 18 H20" stroke="#9fb3b1" stroke-width="2.5" stroke-linecap="round"/>
396
+ </svg>
397
+ </div>
398
+ <div class="nav-label">Menu</div>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Gesture bar -->
403
+ <div class="gesture"></div>
404
+
405
+ </div>
406
+ </body>
407
+ </html>
code/19886/19886_4.html ADDED
@@ -0,0 +1,416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Station Search UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",Arial,sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0b2b2f; /* deep teal */
20
+ color: #cfe7e7;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 100%;
29
+ height: 120px;
30
+ padding: 0 40px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ box-sizing: border-box;
35
+ color: #d9eced;
36
+ font-weight: 600;
37
+ letter-spacing: 1px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 24px;
43
+ }
44
+ .status-icon svg {
45
+ width: 40px;
46
+ height: 40px;
47
+ fill: none;
48
+ stroke: #d9eced;
49
+ stroke-width: 4;
50
+ stroke-linecap: round;
51
+ stroke-linejoin: round;
52
+ }
53
+
54
+ /* Header */
55
+ .header {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 140px;
61
+ padding: 0 40px;
62
+ box-sizing: border-box;
63
+ display: flex;
64
+ align-items: center;
65
+ justify-content: space-between;
66
+ }
67
+ .header-left {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 28px;
71
+ }
72
+ .back-icon svg {
73
+ width: 52px;
74
+ height: 52px;
75
+ stroke: #8fe7c9;
76
+ stroke-width: 8;
77
+ fill: none;
78
+ }
79
+ .title {
80
+ font-size: 64px;
81
+ font-weight: 700;
82
+ color: #7de3c5;
83
+ }
84
+ .bulb-wrap {
85
+ width: 88px;
86
+ height: 88px;
87
+ border-radius: 44px;
88
+ background: rgba(125, 227, 197, 0.1);
89
+ display: flex;
90
+ align-items: center;
91
+ justify-content: center;
92
+ }
93
+ .bulb-wrap svg {
94
+ width: 48px;
95
+ height: 48px;
96
+ stroke: #b5efdf;
97
+ stroke-width: 5;
98
+ fill: none;
99
+ }
100
+
101
+ /* Search bar */
102
+ .search-area {
103
+ position: absolute;
104
+ top: 280px;
105
+ left: 40px;
106
+ right: 40px;
107
+ height: 110px;
108
+ }
109
+ .search-bar {
110
+ width: 100%;
111
+ height: 100%;
112
+ border-radius: 28px;
113
+ background: #33444b;
114
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
115
+ display: flex;
116
+ align-items: center;
117
+ padding: 0 32px;
118
+ box-sizing: border-box;
119
+ gap: 24px;
120
+ }
121
+ .search-icon svg {
122
+ width: 48px;
123
+ height: 48px;
124
+ stroke: #a8bcc3;
125
+ stroke-width: 5;
126
+ fill: none;
127
+ }
128
+ .placeholder {
129
+ color: #b0c0c6;
130
+ font-size: 42px;
131
+ font-weight: 500;
132
+ }
133
+
134
+ /* Suggested label */
135
+ .section-label {
136
+ position: absolute;
137
+ top: 420px;
138
+ left: 40px;
139
+ font-size: 48px;
140
+ color: #8aa2a6;
141
+ font-weight: 600;
142
+ }
143
+
144
+ /* List */
145
+ .list {
146
+ position: absolute;
147
+ top: 500px;
148
+ left: 40px;
149
+ right: 40px;
150
+ }
151
+ .item {
152
+ display: grid;
153
+ grid-template-columns: 80px 1fr;
154
+ align-items: center;
155
+ column-gap: 30px;
156
+ height: 120px;
157
+ margin-bottom: 26px;
158
+ }
159
+ .pin svg {
160
+ width: 52px;
161
+ height: 52px;
162
+ fill: none;
163
+ stroke: #8aa2a6;
164
+ stroke-width: 5;
165
+ }
166
+ .name {
167
+ font-size: 50px;
168
+ color: #b6d4df;
169
+ font-weight: 700;
170
+ letter-spacing: 0.4px;
171
+ }
172
+
173
+ /* Keyboard (simplified visual) */
174
+ .keyboard {
175
+ position: absolute;
176
+ bottom: 0;
177
+ left: 0;
178
+ width: 100%;
179
+ height: 880px;
180
+ background: #2b2a2c;
181
+ border-top-left-radius: 22px;
182
+ border-top-right-radius: 22px;
183
+ box-shadow: 0 -6px 12px rgba(0,0,0,0.35);
184
+ }
185
+ .kb-tools {
186
+ height: 120px;
187
+ padding: 0 40px;
188
+ display: flex;
189
+ align-items: center;
190
+ gap: 34px;
191
+ color: #dcd7dd;
192
+ box-sizing: border-box;
193
+ }
194
+ .tool {
195
+ width: 80px;
196
+ height: 80px;
197
+ border-radius: 20px;
198
+ background: #3a383b;
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ font-weight: 700;
203
+ }
204
+ .kb-rows {
205
+ padding: 10px 30px 30px;
206
+ box-sizing: border-box;
207
+ display: grid;
208
+ grid-template-rows: repeat(4, 1fr);
209
+ row-gap: 22px;
210
+ height: calc(100% - 120px);
211
+ }
212
+ .kb-row {
213
+ display: flex;
214
+ justify-content: center;
215
+ gap: 18px;
216
+ }
217
+ .key {
218
+ width: 84px;
219
+ height: 110px;
220
+ background: #3a383b;
221
+ border-radius: 18px;
222
+ color: #e9e5ea;
223
+ font-size: 46px;
224
+ display: flex;
225
+ align-items: center;
226
+ justify-content: center;
227
+ }
228
+ .key.wide { width: 140px; }
229
+ .key.space { width: 520px; }
230
+ .key.pill {
231
+ width: 140px;
232
+ background: #d7c2de;
233
+ color: #2b2a2c;
234
+ font-weight: 700;
235
+ }
236
+ .kb-bottom {
237
+ position: absolute;
238
+ bottom: 18px;
239
+ left: 0;
240
+ width: 100%;
241
+ display: flex;
242
+ justify-content: center;
243
+ }
244
+ .home-indicator {
245
+ width: 360px;
246
+ height: 16px;
247
+ border-radius: 8px;
248
+ background: #cccccf;
249
+ opacity: 0.6;
250
+ }
251
+ </style>
252
+ </head>
253
+ <body>
254
+ <div id="render-target">
255
+
256
+ <!-- Status Bar -->
257
+ <div class="status-bar">
258
+ <div class="status-left">4:09</div>
259
+ <div class="status-right">
260
+ <div class="status-icon">
261
+ <!-- Wifi -->
262
+ <svg viewBox="0 0 24 24">
263
+ <path d="M3 9c4.5-4 13.5-4 18 0"></path>
264
+ <path d="M6 12c3-2.7 9-2.7 12 0"></path>
265
+ <path d="M9 15c1.5-1.3 4.5-1.3 6 0"></path>
266
+ <circle cx="12" cy="18" r="1.5" fill="#d9eced" stroke="none"></circle>
267
+ </svg>
268
+ </div>
269
+ <div class="status-icon">
270
+ <!-- Battery -->
271
+ <svg viewBox="0 0 28 16">
272
+ <rect x="1" y="3" width="22" height="10" rx="2"></rect>
273
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#d9eced" stroke="none"></rect>
274
+ <rect x="3" y="5" width="16" height="6" rx="1" fill="#d9eced" stroke="none" opacity="0.9"></rect>
275
+ </svg>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Header -->
281
+ <div class="header">
282
+ <div class="header-left">
283
+ <div class="back-icon">
284
+ <svg viewBox="0 0 24 24">
285
+ <path d="M15 6 L9 12 L15 18"></path>
286
+ </svg>
287
+ </div>
288
+ <div class="title">StationSearch</div>
289
+ </div>
290
+ <div class="bulb-wrap">
291
+ <svg viewBox="0 0 24 24">
292
+ <path d="M8 10a4 4 0 118 0c0 2-2 3-2 4H10c0-1-2-2-2-4z"></path>
293
+ <path d="M10 18h4M10 20h4"></path>
294
+ </svg>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Search -->
299
+ <div class="search-area">
300
+ <div class="search-bar">
301
+ <div class="search-icon">
302
+ <svg viewBox="0 0 24 24">
303
+ <circle cx="11" cy="11" r="7"></circle>
304
+ <path d="M20 20 L16 16"></path>
305
+ </svg>
306
+ </div>
307
+ <div class="placeholder">Write station Name</div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Suggested -->
312
+ <div class="section-label">Suggested</div>
313
+
314
+ <!-- List -->
315
+ <div class="list">
316
+ <div class="item">
317
+ <div class="pin">
318
+ <svg viewBox="0 0 24 24">
319
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
320
+ <circle cx="12" cy="10" r="2.5"></circle>
321
+ </svg>
322
+ </div>
323
+ <div class="name">10 Ramadan</div>
324
+ </div>
325
+
326
+ <div class="item">
327
+ <div class="pin">
328
+ <svg viewBox="0 0 24 24">
329
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
330
+ <circle cx="12" cy="10" r="2.5"></circle>
331
+ </svg>
332
+ </div>
333
+ <div class="name">23 July</div>
334
+ </div>
335
+
336
+ <div class="item">
337
+ <div class="pin">
338
+ <svg viewBox="0 0 24 24">
339
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
340
+ <circle cx="12" cy="10" r="2.5"></circle>
341
+ </svg>
342
+ </div>
343
+ <div class="name">25 January</div>
344
+ </div>
345
+
346
+ <div class="item">
347
+ <div class="pin">
348
+ <svg viewBox="0 0 24 24">
349
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
350
+ <circle cx="12" cy="10" r="2.5"></circle>
351
+ </svg>
352
+ </div>
353
+ <div class="name">Aameriet ElFayoum</div>
354
+ </div>
355
+
356
+ <div class="item">
357
+ <div class="pin">
358
+ <svg viewBox="0 0 24 24">
359
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
360
+ <circle cx="12" cy="10" r="2.5"></circle>
361
+ </svg>
362
+ </div>
363
+ <div class="name">AbalWakf</div>
364
+ </div>
365
+
366
+ <div class="item">
367
+ <div class="pin">
368
+ <svg viewBox="0 0 24 24">
369
+ <path d="M12 21s7-7 7-11a7 7 0 10-14 0c0 4 7 11 7 11z"></path>
370
+ <circle cx="12" cy="10" r="2.5"></circle>
371
+ </svg>
372
+ </div>
373
+ <div class="name">Abaza</div>
374
+ </div>
375
+ </div>
376
+
377
+ <!-- Keyboard (simplified) -->
378
+ <div class="keyboard">
379
+ <div class="kb-tools">
380
+ <div class="tool">⌗</div>
381
+ <div class="tool">🙂</div>
382
+ <div class="tool">GIF</div>
383
+ <div class="tool">⚙️</div>
384
+ <div class="tool">G↔︎</div>
385
+ <div class="tool">🎨</div>
386
+ <div class="tool">🎙</div>
387
+ </div>
388
+ <div class="kb-rows">
389
+ <div class="kb-row">
390
+ <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>
391
+ </div>
392
+ <div class="kb-row">
393
+ <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>
394
+ </div>
395
+ <div class="kb-row">
396
+ <div class="key wide">⇧</div>
397
+ <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>
398
+ <div class="key wide">⌫</div>
399
+ </div>
400
+ <div class="kb-row">
401
+ <div class="key pill">?123</div>
402
+ <div class="key">,</div>
403
+ <div class="key">🙂</div>
404
+ <div class="key space"></div>
405
+ <div class="key">.</div>
406
+ <div class="key pill">🔍</div>
407
+ </div>
408
+ </div>
409
+ <div class="kb-bottom">
410
+ <div class="home-indicator"></div>
411
+ </div>
412
+ </div>
413
+
414
+ </div>
415
+ </body>
416
+ </html>
code/19886/19886_5.html ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>StationSearch 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: #082D31; /* deep teal */
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #cfe9e4;
17
+ }
18
+
19
+ /* Header */
20
+ .top-bar {
21
+ position: absolute;
22
+ top: 40px;
23
+ left: 32px;
24
+ right: 32px;
25
+ height: 120px;
26
+ }
27
+ .title-row {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: 24px;
31
+ }
32
+ .back-btn {
33
+ width: 56px;
34
+ height: 56px;
35
+ }
36
+ .title {
37
+ font-size: 56px;
38
+ letter-spacing: 0.5px;
39
+ color: #6AD2B3; /* mint green */
40
+ font-weight: 600;
41
+ }
42
+ .bulb-wrap {
43
+ position: absolute;
44
+ right: 0;
45
+ top: 0;
46
+ width: 88px;
47
+ height: 88px;
48
+ border-radius: 44px;
49
+ background: #A9D7E8;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ }
54
+
55
+ /* Search box */
56
+ .search-wrap {
57
+ position: absolute;
58
+ left: 32px;
59
+ right: 32px;
60
+ top: 220px;
61
+ height: 120px;
62
+ background: #3E5560;
63
+ border-radius: 28px;
64
+ display: flex;
65
+ align-items: center;
66
+ padding: 0 28px;
67
+ }
68
+ .search-left {
69
+ width: 72px;
70
+ height: 72px;
71
+ opacity: 0.9;
72
+ margin-right: 20px;
73
+ }
74
+ .search-text {
75
+ flex: 1;
76
+ font-size: 44px;
77
+ color: #D7E6EA;
78
+ }
79
+ .clear-btn {
80
+ width: 56px;
81
+ height: 56px;
82
+ opacity: 0.85;
83
+ margin-left: 12px;
84
+ }
85
+
86
+ /* Suggested section */
87
+ .section-title {
88
+ position: absolute;
89
+ top: 380px;
90
+ left: 32px;
91
+ font-size: 40px;
92
+ color: #7B8E93;
93
+ }
94
+ .suggest-item {
95
+ position: absolute;
96
+ top: 470px;
97
+ left: 32px;
98
+ right: 32px;
99
+ height: 90px;
100
+ display: flex;
101
+ align-items: center;
102
+ gap: 26px;
103
+ }
104
+ .pin {
105
+ width: 60px;
106
+ height: 60px;
107
+ opacity: 0.9;
108
+ }
109
+ .suggest-text {
110
+ font-size: 42px;
111
+ color: #BFD6D8;
112
+ font-weight: 600;
113
+ }
114
+
115
+ /* Keyboard mock */
116
+ .keyboard {
117
+ position: absolute;
118
+ left: 0;
119
+ right: 0;
120
+ bottom: 80px;
121
+ height: 920px;
122
+ background: #231F21;
123
+ border-top-left-radius: 24px;
124
+ border-top-right-radius: 24px;
125
+ padding: 20px 22px;
126
+ box-sizing: border-box;
127
+ color: #EAEAEA;
128
+ }
129
+ .suggest-bar {
130
+ height: 110px;
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 28px;
134
+ color: #D6D6D6;
135
+ font-size: 40px;
136
+ }
137
+ .suggest-pill {
138
+ padding: 10px 22px;
139
+ background: #313133;
140
+ border-radius: 22px;
141
+ }
142
+ .kbd-row {
143
+ display: flex;
144
+ justify-content: space-between;
145
+ margin-top: 18px;
146
+ }
147
+ .key {
148
+ width: 92px;
149
+ height: 120px;
150
+ background: #2D2A2C;
151
+ border-radius: 18px;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ font-size: 42px;
156
+ color: #EDEDED;
157
+ }
158
+ .key.wide { width: 140px; }
159
+ .key.xwide { width: 240px; }
160
+ .key.space { flex: 1; }
161
+ .key.light { background: #DCC8E9; color: #2D2A2C; }
162
+
163
+ /* Bottom gesture bar */
164
+ .gesture {
165
+ position: absolute;
166
+ bottom: 24px;
167
+ left: 50%;
168
+ transform: translateX(-50%);
169
+ width: 360px;
170
+ height: 10px;
171
+ border-radius: 8px;
172
+ background: #E7E7E7;
173
+ opacity: 0.85;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <div class="top-bar">
181
+ <div class="title-row">
182
+ <svg class="back-btn" viewBox="0 0 24 24">
183
+ <path d="M15 5 L7 12 L15 19" stroke="#6AD2B3" stroke-width="3.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
184
+ </svg>
185
+ <div class="title">StationSearch</div>
186
+ </div>
187
+ <div class="bulb-wrap">
188
+ <svg viewBox="0 0 24 24" width="44" height="44">
189
+ <circle cx="12" cy="9" r="6" fill="#7FBBD1"/>
190
+ <rect x="10" y="15" width="4" height="5" rx="1" fill="#7FBBD1"/>
191
+ <rect x="9" y="20" width="6" height="2" rx="1" fill="#7FBBD1"/>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+
196
+ <div class="search-wrap">
197
+ <svg class="search-left" viewBox="0 0 24 24">
198
+ <circle cx="11" cy="11" r="7" stroke="#D7E6EA" stroke-width="2.5" fill="none"/>
199
+ <path d="M16.5 16.5 L21 21" stroke="#D7E6EA" stroke-width="2.5" stroke-linecap="round"/>
200
+ </svg>
201
+ <div class="search-text">Aswan</div>
202
+ <svg class="clear-btn" viewBox="0 0 24 24">
203
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#D7E6EA" stroke-width="2.5" stroke-linecap="round"/>
204
+ </svg>
205
+ </div>
206
+
207
+ <div class="section-title">Suggested</div>
208
+
209
+ <div class="suggest-item">
210
+ <svg class="pin" viewBox="0 0 24 24">
211
+ <path d="M12 2 C8 2 5 5 5 9 c0 5 7 13 7 13 s7-8 7-13 c0-4-3-7-7-7z" fill="none" stroke="#8FA6A9" stroke-width="2.2"/>
212
+ <circle cx="12" cy="9" r="3" fill="#8FA6A9"/>
213
+ </svg>
214
+ <div class="suggest-text">Aswan</div>
215
+ </div>
216
+
217
+ <!-- Keyboard mock -->
218
+ <div class="keyboard">
219
+ <div class="suggest-bar">
220
+ <div class="key" style="width:72px;height:72px;background:#3A3538;">⬛</div>
221
+ <div class="suggest-pill">Aswan</div>
222
+ <div class="suggest-pill">Aswani</div>
223
+ <div class="suggest-pill">Aswa</div>
224
+ <div style="margin-left:auto; display:flex; align-items:center;">
225
+ <svg viewBox="0 0 24 24" width="54" height="54">
226
+ <path d="M12 3 c3 0 5 2 5 5 v5 c0 3-2 5-5 5 s-5-2-5-5 V8 c0-3 2-5 5-5z" fill="#CFCFCF"/>
227
+ <rect x="10" y="18" width="4" height="3" rx="1" fill="#CFCFCF"/>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+
232
+ <div class="kbd-row">
233
+ <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>
234
+ </div>
235
+ <div class="kbd-row">
236
+ <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>
237
+ </div>
238
+ <div class="kbd-row">
239
+ <div class="key wide">⇧</div>
240
+ <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>
241
+ <div class="key wide">⌫</div>
242
+ </div>
243
+ <div class="kbd-row">
244
+ <div class="key xwide">?123</div>
245
+ <div class="key">,</div>
246
+ <div class="key xwide">😊</div>
247
+ <div class="key space"></div>
248
+ <div class="key">.</div>
249
+ <div class="key light">
250
+ <svg viewBox="0 0 24 24" width="36" height="36">
251
+ <circle cx="10" cy="10" r="6" stroke="#2D2A2C" stroke-width="2" fill="none"/>
252
+ <path d="M15 15 L20 20" stroke="#2D2A2C" stroke-width="2" stroke-linecap="round"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="gesture"></div>
259
+ </div>
260
+ </body>
261
+ </html>
code/19886/19886_6.html ADDED
@@ -0,0 +1,352 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Stations Screen</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #0A2C31; /* deep teal app background */
13
+ border-radius: 28px;
14
+ box-shadow: 0 20px 40px rgba(0,0,0,0.35);
15
+ }
16
+
17
+ /* Status bar mock */
18
+ .status-bar {
19
+ position: absolute; top: 24px; left: 36px; right: 36px; height: 60px; color: #d9eef0;
20
+ display: flex; align-items: center; justify-content: space-between; font-size: 36px;
21
+ opacity: 0.95;
22
+ }
23
+ .status-icons { display: flex; gap: 24px; align-items: center; }
24
+ .status-dot { width: 18px; height: 18px; background: #d9eef0; border-radius: 50%; opacity: 0.9; }
25
+
26
+ /* Header */
27
+ .screen-title {
28
+ position: absolute; top: 140px; left: 60px;
29
+ font-size: 64px; font-weight: 700; color: #66C7A5; letter-spacing: 0.5px;
30
+ }
31
+ .bulb {
32
+ position: absolute; top: 220px; right: 60px; width: 80px; height: 80px; background: #a9d7e6;
33
+ border-radius: 50%;
34
+ display: flex; align-items: center; justify-content: center;
35
+ box-shadow: inset 0 -10px 0 rgba(255,255,255,0.35);
36
+ }
37
+ .bulb svg { width: 46px; height: 46px; fill: #0A2C31; opacity: 0.9; }
38
+
39
+ /* Inputs */
40
+ .input-field {
41
+ position: absolute; left: 60px; width: 960px; height: 140px;
42
+ background: #3f5662; border-radius: 20px; color: #cfe6ea;
43
+ display: flex; align-items: center; padding: 0 24px; gap: 20px;
44
+ }
45
+ .input1 { top: 240px; }
46
+ .input2 { top: 410px; }
47
+ .input-icon { display: flex; align-items: center; gap: 16px; color: #66C7A5; }
48
+ .input-label { font-size: 48px; font-weight: 600; color: #cfe6ea; }
49
+ .clear-x {
50
+ margin-left: auto; width: 54px; height: 54px; border-radius: 50%;
51
+ display: flex; align-items: center; justify-content: center;
52
+ opacity: 0.8;
53
+ }
54
+ .swap-btn {
55
+ position: absolute; top: 470px; right: 140px; width: 142px; height: 142px;
56
+ background: #66C7A5; border-radius: 50%; box-shadow: 0 6px 0 rgba(0,0,0,0.15);
57
+ display: flex; align-items: center; justify-content: center;
58
+ }
59
+ .swap-btn svg { width: 70px; height: 70px; fill: none; stroke: #0A2C31; stroke-width: 10; }
60
+
61
+ /* List header */
62
+ .list-title {
63
+ position: absolute; top: 590px; left: 60px;
64
+ font-size: 42px; color: #66C7A5; font-weight: 600;
65
+ }
66
+ .table-head {
67
+ position: absolute; top: 660px; left: 60px; right: 60px;
68
+ display: grid; grid-template-columns: 520px 200px 200px 120px; align-items: center;
69
+ color: #a3cfc9; font-size: 34px; font-weight: 600;
70
+ }
71
+
72
+ /* Train rows */
73
+ .rows {
74
+ position: absolute; top: 720px; left: 60px; right: 60px;
75
+ display: grid; row-gap: 40px;
76
+ }
77
+ .train-row {
78
+ display: grid; grid-template-columns: 520px 200px 200px 120px; align-items: start;
79
+ color: #cfe6ea;
80
+ }
81
+ .train-id { font-size: 38px; line-height: 1.2; }
82
+ .to { color: #a9c8cc; font-size: 34px; margin-top: 6px; }
83
+ .exp { font-size: 40px; font-weight: 800; color: #e7f3f5; }
84
+ .dur { font-size: 34px; color: #66C7A5; margin-top: 8px; }
85
+ .arr { font-size: 40px; font-weight: 800; color: #d8e9ec; }
86
+ .trk { font-size: 40px; font-weight: 800; color: #cddfe3; text-align: right; }
87
+
88
+ /* Ad banner placeholder */
89
+ .ad-wrap {
90
+ position: absolute; left: 80px; right: 80px; bottom: 340px;
91
+ }
92
+ .img-placeholder {
93
+ width: 100%; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
94
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px;
95
+ }
96
+
97
+ /* Bottom navigation */
98
+ .bottom-nav {
99
+ position: absolute; bottom: 140px; left: 0; width: 100%; height: 180px;
100
+ display: flex; align-items: center; justify-content: space-around; padding: 0 40px;
101
+ }
102
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 14px; color: #b9d3d8; }
103
+ .nav-icon {
104
+ width: 120px; height: 90px; border-radius: 40px;
105
+ display: flex; align-items: center; justify-content: center;
106
+ }
107
+ .nav-icon svg { width: 54px; height: 54px; fill: none; stroke: #cfe6ea; stroke-width: 8; }
108
+ .nav-label { font-size: 34px; }
109
+ .active { background: rgba(55,83,77,0.8); }
110
+ .active svg { stroke: #66C7A5; }
111
+
112
+ /* Home indicator */
113
+ .home-indicator {
114
+ position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%);
115
+ width: 360px; height: 16px; background: #f0f3f5; border-radius: 10px; opacity: 0.85;
116
+ }
117
+ </style>
118
+ </head>
119
+ <body>
120
+ <div id="render-target">
121
+ <!-- Status bar -->
122
+ <div class="status-bar">
123
+ <div>4:10</div>
124
+ <div class="status-icons">
125
+ <div class="status-dot"></div>
126
+ <div class="status-dot"></div>
127
+ <div class="status-dot"></div>
128
+ <div class="status-dot"></div>
129
+ </div>
130
+ </div>
131
+
132
+ <!-- Screen title -->
133
+ <div class="screen-title">Stations</div>
134
+
135
+ <!-- Bulb icon -->
136
+ <div class="bulb" aria-label="Theme toggle">
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M9 19h6M10 22h4" />
139
+ <path d="M12 2a7 7 0 0 1 7 7c0 2.6-1.3 4.4-3 5.7-.9.7-1.3 1.7-1.3 2.3H9.3c0-.6-.4-1.6-1.3-2.3C6.3 13.4 5 11.6 5 9a7 7 0 0 1 7-7Z"/>
140
+ </svg>
141
+ </div>
142
+
143
+ <!-- Inputs -->
144
+ <div class="input-field input1">
145
+ <div class="input-icon">
146
+ <!-- Walk icon -->
147
+ <svg viewBox="0 0 24 24" width="48" height="48">
148
+ <circle cx="8" cy="5" r="3" fill="#66C7A5"></circle>
149
+ <path d="M7 9l3 3 2-1M6 11l-2 5M12 14l2 5" stroke="#66C7A5" stroke-width="2" fill="none"/>
150
+ </svg>
151
+ <!-- Train icon -->
152
+ <svg viewBox="0 0 24 24" width="48" height="48">
153
+ <rect x="4" y="6" width="16" height="10" rx="2" fill="#66C7A5"></rect>
154
+ <rect x="6" y="8" width="4" height="3" fill="#0A2C31"></rect>
155
+ <rect x="14" y="8" width="4" height="3" fill="#0A2C31"></rect>
156
+ <circle cx="8" cy="18" r="2" fill="#66C7A5"></circle>
157
+ <circle cx="16" cy="18" r="2" fill="#66C7A5"></circle>
158
+ </svg>
159
+ </div>
160
+ <div class="input-label">Cairo</div>
161
+ </div>
162
+
163
+ <div class="input-field input2">
164
+ <div class="input-icon">
165
+ <!-- Walk icon -->
166
+ <svg viewBox="0 0 24 24" width="48" height="48">
167
+ <circle cx="8" cy="5" r="3" fill="#66C7A5"></circle>
168
+ <path d="M7 9l3 3 2-1M6 11l-2 5M12 14l2 5" stroke="#66C7A5" stroke-width="2" fill="none"/>
169
+ </svg>
170
+ <!-- Train icon -->
171
+ <svg viewBox="0 0 24 24" width="48" height="48">
172
+ <rect x="4" y="6" width="16" height="10" rx="2" fill="#66C7A5"></rect>
173
+ <rect x="6" y="8" width="4" height="3" fill="#0A2C31"></rect>
174
+ <rect x="14" y="8" width="4" height="3" fill="#0A2C31"></rect>
175
+ <circle cx="8" cy="18" r="2" fill="#66C7A5"></circle>
176
+ <circle cx="16" cy="18" r="2" fill="#66C7A5"></circle>
177
+ </svg>
178
+ </div>
179
+ <div class="input-label">Aswan</div>
180
+ <div class="clear-x">
181
+ <svg viewBox="0 0 24 24">
182
+ <path d="M5 5l14 14M19 5L5 19" stroke="#cfe6ea" stroke-width="3" />
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Swap button -->
188
+ <div class="swap-btn" title="Swap stations">
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M8 18V6M8 6l-3 3M8 6l3 3" />
191
+ <path d="M16 6v12M16 18l-3-3M16 18l3-3" />
192
+ </svg>
193
+ </div>
194
+
195
+ <!-- List title and table head -->
196
+ <div class="list-title">Cairo : 27 train/day</div>
197
+ <div class="table-head">
198
+ <div>Train ID</div>
199
+ <div>Exp. Time</div>
200
+ <div>ar. Time</div>
201
+ <div style="text-align:right;">track</div>
202
+ </div>
203
+
204
+ <!-- Rows -->
205
+ <div class="rows">
206
+ <!-- Row 1 -->
207
+ <div class="train-row">
208
+ <div>
209
+ <div class="train-id">1,010-Russian</div>
210
+ <div class="to">----&gt; Aswan</div>
211
+ </div>
212
+ <div>
213
+ <div class="exp">00:05 am</div>
214
+ <div class="dur">6 h 55 m</div>
215
+ </div>
216
+ <div class="arr">02:30 pm</div>
217
+ <div class="trk">26</div>
218
+ </div>
219
+
220
+ <!-- Row 2 -->
221
+ <div class="train-row">
222
+ <div>
223
+ <div class="train-id">1,902-Air Conditioned</div>
224
+ <div class="to">----&gt; Aswan</div>
225
+ </div>
226
+ <div>
227
+ <div class="exp">00:20 am</div>
228
+ <div class="dur">7 h 10 m</div>
229
+ </div>
230
+ <div class="arr">01:20 pm</div>
231
+ <div class="trk">17</div>
232
+ </div>
233
+
234
+ <!-- Row 3 -->
235
+ <div class="train-row">
236
+ <div>
237
+ <div class="train-id">3,006-Russian Air<br/>Conditioned</div>
238
+ <div class="to">----&gt; Aswan</div>
239
+ </div>
240
+ <div>
241
+ <div class="exp">00:50 am</div>
242
+ <div class="dur">7 h 40 m</div>
243
+ </div>
244
+ <div class="arr">01:30 pm</div>
245
+ <div class="trk">14</div>
246
+ </div>
247
+
248
+ <!-- Row 4 -->
249
+ <div class="train-row">
250
+ <div>
251
+ <div class="train-id">980-VIP</div>
252
+ <div class="to">----&gt; Aswan</div>
253
+ </div>
254
+ <div>
255
+ <div class="exp">08:00 am</div>
256
+ </div>
257
+ <div class="arr">10:25 pm</div>
258
+ <div class="trk">30</div>
259
+ </div>
260
+
261
+ <!-- Row 5 -->
262
+ <div class="train-row">
263
+ <div>
264
+ <div class="train-id">3,008-Russian Air<br/>Conditioned</div>
265
+ <div class="to">----&gt; Aswan</div>
266
+ </div>
267
+ <div>
268
+ <div class="exp">08:40 am</div>
269
+ </div>
270
+ <div class="arr">10:25 pm</div>
271
+ <div class="trk">27</div>
272
+ </div>
273
+
274
+ <!-- Row 6 -->
275
+ <div class="train-row">
276
+ <div>
277
+ <div class="train-id">80-Russian</div>
278
+ <div class="to">----&gt; Aswan</div>
279
+ </div>
280
+ <div>
281
+ <div class="exp">09:00 am</div>
282
+ </div>
283
+ <div class="arr">02:05 am</div>
284
+ <div class="trk">60</div>
285
+ </div>
286
+
287
+ <!-- Row 7 -->
288
+ <div class="train-row">
289
+ <div>
290
+ <div class="train-id">1,004-Russian</div>
291
+ <div class="to">----&gt; Aswan</div>
292
+ </div>
293
+ <div>
294
+ <div class="exp">09:30 am</div>
295
+ </div>
296
+ <div class="arr">11:10 pm</div>
297
+ <div class="trk">22</div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Ad banner placeholder -->
302
+ <div class="ad-wrap">
303
+ <div class="img-placeholder">[IMG: Ad Banner]</div>
304
+ </div>
305
+
306
+ <!-- Bottom navigation -->
307
+ <div class="bottom-nav">
308
+ <div class="nav-item">
309
+ <div class="nav-icon">
310
+ <svg viewBox="0 0 24 24">
311
+ <path d="M3 11l9-7 9 7M5 10v9h14v-9" />
312
+ </svg>
313
+ </div>
314
+ <div class="nav-label">Home</div>
315
+ </div>
316
+
317
+ <div class="nav-item">
318
+ <div class="nav-icon active">
319
+ <!-- stations icon (walk + train) -->
320
+ <svg viewBox="0 0 24 24">
321
+ <circle cx="6" cy="5" r="2.5" />
322
+ <path d="M5 8l3 3 2-1M4.5 10l-2 5M10 13l2 5" />
323
+ </svg>
324
+ </div>
325
+ <div class="nav-label">Stations</div>
326
+ </div>
327
+
328
+ <div class="nav-item">
329
+ <div class="nav-icon">
330
+ <svg viewBox="0 0 24 24">
331
+ <rect x="4" y="6" width="16" height="9" rx="2" />
332
+ <circle cx="8" cy="18" r="2" />
333
+ <circle cx="16" cy="18" r="2" />
334
+ </svg>
335
+ </div>
336
+ <div class="nav-label">Trains</div>
337
+ </div>
338
+
339
+ <div class="nav-item">
340
+ <div class="nav-icon">
341
+ <svg viewBox="0 0 24 24">
342
+ <path d="M4 7h16M4 12h16M4 17h16" />
343
+ </svg>
344
+ </div>
345
+ <div class="nav-label">Menu</div>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="home-indicator"></div>
350
+ </div>
351
+ </body>
352
+ </html>
code/19888/19888_0.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Screen Mock</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Roboto", Arial, sans-serif;
13
+ color: #EDEDED;
14
+ }
15
+ #render-target {
16
+ position: relative;
17
+ overflow: hidden;
18
+ width: 1080px;
19
+ height: 2400px;
20
+ background: radial-gradient(1200px 800px at 30% 20%, #20242a, #111419) no-repeat;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 24px;
27
+ left: 36px;
28
+ right: 36px;
29
+ height: 60px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: space-between;
33
+ color: #ffffff;
34
+ font-size: 42px;
35
+ letter-spacing: 0.5px;
36
+ }
37
+ .status-left { display: flex; align-items: center; gap: 20px; }
38
+ .status-right { display: flex; align-items: center; gap: 22px; }
39
+ .status-icon svg { fill: none; stroke: #ffffff; stroke-width: 3; }
40
+ .page-dot {
41
+ position: absolute;
42
+ top: 120px;
43
+ left: 50%;
44
+ transform: translateX(-50%);
45
+ width: 12px;
46
+ height: 12px;
47
+ border-radius: 50%;
48
+ background: #D9D9D9;
49
+ opacity: 0.9;
50
+ }
51
+
52
+ /* App grid */
53
+ .apps-grid {
54
+ position: absolute;
55
+ top: 220px;
56
+ left: 40px;
57
+ right: 40px;
58
+ display: grid;
59
+ grid-template-columns: repeat(4, 1fr);
60
+ grid-row-gap: 110px;
61
+ grid-column-gap: 30px;
62
+ }
63
+ .app {
64
+ display: flex;
65
+ flex-direction: column;
66
+ align-items: center;
67
+ }
68
+ .app .icon {
69
+ width: 160px;
70
+ height: 160px;
71
+ border-radius: 50%;
72
+ background: #E0E0E0;
73
+ border: 1px solid #BDBDBD;
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ color: #757575;
78
+ font-size: 22px;
79
+ text-align: center;
80
+ padding: 10px;
81
+ }
82
+ .app .label {
83
+ margin-top: 22px;
84
+ font-size: 36px;
85
+ color: #EDEDED;
86
+ text-align: center;
87
+ text-shadow: 0 1px 1px rgba(0,0,0,0.25);
88
+ }
89
+
90
+ /* Bottom dock */
91
+ .dock {
92
+ position: absolute;
93
+ bottom: 300px;
94
+ left: 70px;
95
+ right: 70px;
96
+ display: flex;
97
+ justify-content: space-between;
98
+ align-items: center;
99
+ }
100
+ .dock .dock-icon {
101
+ width: 140px;
102
+ height: 140px;
103
+ border-radius: 50%;
104
+ background: #FFFFFF;
105
+ box-shadow: 0 6px 20px rgba(0,0,0,0.35);
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: center;
109
+ }
110
+ .dock .dock-icon .mini {
111
+ width: 82px;
112
+ height: 82px;
113
+ border-radius: 50%;
114
+ background: #E0E0E0;
115
+ border: 1px solid #BDBDBD;
116
+ color: #757575;
117
+ font-size: 20px;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ }
122
+
123
+ /* Search bar */
124
+ .search-bar {
125
+ position: absolute;
126
+ bottom: 190px;
127
+ left: 70px;
128
+ right: 70px;
129
+ height: 120px;
130
+ background: #3a3a3f;
131
+ border-radius: 60px;
132
+ box-shadow: 0 10px 28px rgba(0,0,0,0.5);
133
+ display: flex;
134
+ align-items: center;
135
+ padding: 0 34px;
136
+ color: #e6e6e6;
137
+ }
138
+ .search-left {
139
+ display: flex;
140
+ align-items: center;
141
+ gap: 22px;
142
+ font-size: 42px;
143
+ }
144
+ .search-right {
145
+ margin-left: auto;
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 26px;
149
+ }
150
+ .pill-icon {
151
+ width: 64px;
152
+ height: 64px;
153
+ border-radius: 50%;
154
+ background: #E0E0E0;
155
+ border: 1px solid #BDBDBD;
156
+ display: flex;
157
+ align-items: center;
158
+ justify-content: center;
159
+ color: #757575;
160
+ font-size: 20px;
161
+ }
162
+
163
+ /* Home pill (gesture bar) */
164
+ .home-pill {
165
+ position: absolute;
166
+ bottom: 90px;
167
+ left: 50%;
168
+ transform: translateX(-50%);
169
+ width: 240px;
170
+ height: 14px;
171
+ background: #FFFFFF;
172
+ border-radius: 8px;
173
+ opacity: 0.85;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+ <!-- Status Bar -->
180
+ <div class="status-bar">
181
+ <div class="status-left">
182
+ <div>1:54</div>
183
+ <div class="status-icon">
184
+ <!-- simple notification dot -->
185
+ <svg width="28" height="28" viewBox="0 0 24 24">
186
+ <circle cx="12" cy="12" r="4" fill="#ffffff"></circle>
187
+ </svg>
188
+ </div>
189
+ <div class="status-icon">
190
+ <!-- sun icon -->
191
+ <svg width="28" height="28" viewBox="0 0 24 24">
192
+ <circle cx="12" cy="12" r="4" stroke="#ffffff"></circle>
193
+ <path d="M12 2v4M12 18v4M2 12h4M18 12h4M5 5l3 3M16 16l3 3M5 19l3-3M16 8l3-3" stroke="#ffffff"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="status-icon">
197
+ <!-- mail icon -->
198
+ <svg width="28" height="28" viewBox="0 0 24 24">
199
+ <rect x="3" y="5" width="18" height="14" rx="2" stroke="#ffffff"></rect>
200
+ <path d="M3 7l9 6 9-6" stroke="#ffffff"></path>
201
+ </svg>
202
+ </div>
203
+ </div>
204
+ <div class="status-right">
205
+ <div class="status-icon">
206
+ <!-- wifi -->
207
+ <svg width="36" height="28" viewBox="0 0 24 24">
208
+ <path d="M2 9c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0" stroke="#ffffff"></path>
209
+ <circle cx="12" cy="18" r="1.8" fill="#ffffff"></circle>
210
+ </svg>
211
+ </div>
212
+ <div class="status-icon">
213
+ <!-- battery -->
214
+ <svg width="38" height="28" viewBox="0 0 28 24">
215
+ <rect x="2" y="5" width="20" height="14" rx="2" stroke="#ffffff"></rect>
216
+ <rect x="4" y="7" width="14" height="10" fill="#ffffff"></rect>
217
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#ffffff"></rect>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ <div class="page-dot"></div>
223
+
224
+ <!-- Apps Grid -->
225
+ <div class="apps-grid">
226
+ <!-- Row 1 -->
227
+ <div class="app">
228
+ <div class="icon">[IMG: Reminder Icon]</div>
229
+ <div class="label">Reminder</div>
230
+ </div>
231
+ <div class="app">
232
+ <div class="icon">[IMG: All Recipes Icon]</div>
233
+ <div class="label">All Recipes …</div>
234
+ </div>
235
+ <div class="app">
236
+ <div class="icon">[IMG: OpenTable Icon]</div>
237
+ <div class="label">OpenTable</div>
238
+ </div>
239
+ <div class="app">
240
+ <div class="icon">[IMG: Kitchen Stories Icon]</div>
241
+ <div class="label">Kitchen Sto…</div>
242
+ </div>
243
+
244
+ <!-- Row 2 -->
245
+ <div class="app">
246
+ <div class="icon">[IMG: Deliveroo Icon]</div>
247
+ <div class="label">Deliveroo</div>
248
+ </div>
249
+ <div class="app">
250
+ <div class="icon">[IMG: Duolingo Icon]</div>
251
+ <div class="label">Duolingo</div>
252
+ </div>
253
+ <div class="app">
254
+ <div class="icon">[IMG: Booking Icon]</div>
255
+ <div class="label">Booking.com</div>
256
+ </div>
257
+ <div class="app">
258
+ <div class="icon">[IMG: Airbnb Icon]</div>
259
+ <div class="label">Airbnb</div>
260
+ </div>
261
+
262
+ <!-- Row 3 -->
263
+ <div class="app">
264
+ <div class="icon">[IMG: KAYAK Icon]</div>
265
+ <div class="label">KAYAK</div>
266
+ </div>
267
+ <div class="app">
268
+ <div class="icon">[IMG: Expedia I