yhzheng1031 commited on
Commit
b6ad4dc
·
verified ·
1 Parent(s): 57dd50a

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/6302/6302_10.html +188 -0
  2. code/6335/6335_6.html +268 -0
  3. code/6335/6335_7.html +496 -0
  4. code/6335/6335_8.html +292 -0
  5. code/6335/6335_9.html +154 -0
  6. code/634/634_0.html +459 -0
  7. code/634/634_1.html +295 -0
  8. code/634/634_2.html +226 -0
  9. code/634/634_3.html +266 -0
  10. code/634/634_4.html +209 -0
  11. code/634/634_5.html +259 -0
  12. code/634/634_6.html +414 -0
  13. code/6340/6340_0.html +334 -0
  14. code/6340/6340_1.html +217 -0
  15. code/6340/6340_2.html +288 -0
  16. code/6340/6340_3.html +200 -0
  17. code/6340/6340_4.html +318 -0
  18. code/6343/6343_0.html +321 -0
  19. code/6343/6343_1.html +170 -0
  20. code/6343/6343_2.html +238 -0
  21. code/6343/6343_3.html +252 -0
  22. code/6343/6343_5.html +268 -0
  23. code/6343/6343_6.html +258 -0
  24. code/6344/6344_1.html +225 -0
  25. code/6345/6345_0.html +266 -0
  26. code/6345/6345_1.html +278 -0
  27. code/6345/6345_2.html +236 -0
  28. code/6345/6345_3.html +161 -0
  29. code/6345/6345_4.html +180 -0
  30. code/6349/6349_0.html +269 -0
  31. code/6349/6349_1.html +273 -0
  32. code/6349/6349_2.html +268 -0
  33. code/6349/6349_4.html +214 -0
  34. code/635/635_0.html +355 -0
  35. code/635/635_1.html +406 -0
  36. code/635/635_2.html +313 -0
  37. code/635/635_3.html +339 -0
  38. code/635/635_4.html +144 -0
  39. code/6350/6350_0.html +209 -0
  40. code/6350/6350_1.html +361 -0
  41. code/6350/6350_2.html +345 -0
  42. code/6350/6350_3.html +274 -0
  43. code/6350/6350_4.html +234 -0
  44. code/6350/6350_5.html +212 -0
  45. code/6350/6350_6.html +258 -0
  46. code/6350/6350_7.html +253 -0
  47. code/6350/6350_8.html +270 -0
  48. code/6355/6355_0.html +262 -0
  49. code/6355/6355_1.html +229 -0
  50. code/6355/6355_10.html +251 -0
code/6302/6302_10.html ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Product Info & Similar Products</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; height: 2400px; position: relative; overflow: hidden;
10
+ background: #ffffff;
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ /* Top spacing mimic */
15
+ .content {
16
+ padding: 24px 40px 220px; /* leave space for bottom bar */
17
+ }
18
+
19
+ /* PRODUCT INFO */
20
+ .section-title {
21
+ text-align: center;
22
+ font-weight: 800;
23
+ letter-spacing: 1px;
24
+ font-size: 54px;
25
+ margin: 12px 0 28px;
26
+ text-transform: uppercase;
27
+ color: #111;
28
+ }
29
+
30
+ .info-list { border-top: 1px solid #eee; }
31
+ .info-item {
32
+ display: flex; align-items: center; justify-content: space-between;
33
+ padding: 42px 8px;
34
+ border-bottom: 1px solid #eee;
35
+ color: #111; font-size: 38px;
36
+ }
37
+ .info-item svg { width: 36px; height: 36px; }
38
+
39
+ /* SIMILAR PRODUCTS header */
40
+ .similar-header {
41
+ display: flex; align-items: baseline; justify-content: space-between;
42
+ margin: 60px 0 28px;
43
+ }
44
+ .similar-header .title {
45
+ font-weight: 800; font-size: 52px; letter-spacing: 0.5px; text-transform: uppercase; color: #111;
46
+ }
47
+ .similar-header .link {
48
+ font-size: 36px; color: #E91E63; display: flex; align-items: center; gap: 10px; cursor: default;
49
+ }
50
+ .similar-header .link svg { width: 26px; height: 26px; }
51
+
52
+ /* Products grid */
53
+ .products {
54
+ display: grid;
55
+ grid-template-columns: repeat(3, 1fr);
56
+ gap: 40px;
57
+ }
58
+ .product-card { }
59
+ .img-wrap {
60
+ position: relative;
61
+ width: 100%; height: 560px;
62
+ background: #E0E0E0; border: 1px solid #BDBDBD;
63
+ display: flex; align-items: center; justify-content: center;
64
+ color: #757575; font-size: 34px;
65
+ }
66
+ .heart {
67
+ position: absolute; right: 22px; bottom: 18px;
68
+ width: 58px; height: 58px;
69
+ }
70
+ .offer-row {
71
+ display: flex; align-items: center; gap: 18px;
72
+ margin-top: 22px;
73
+ color: #D32F2F; font-weight: 700; font-size: 32px;
74
+ }
75
+ .offer-badge {
76
+ width: 40px; height: 40px;
77
+ }
78
+ .prod-title {
79
+ margin-top: 14px; color: #111; font-size: 34px; font-weight: 800; line-height: 1.25;
80
+ text-transform: uppercase;
81
+ }
82
+ .price {
83
+ margin-top: 8px; font-size: 32px; color: #111;
84
+ }
85
+ .price .strike { text-decoration: line-through; color: #777; margin-right: 8px; }
86
+ .price .off { color: #D32F2F; }
87
+ .more-offers { margin-top: 8px; color: #666; font-size: 30px; }
88
+
89
+ /* Bottom action bar */
90
+ .bottom-bar {
91
+ position: absolute; left: 0; bottom: 0; width: 100%; height: 180px;
92
+ display: grid; grid-template-columns: 1fr 1fr;
93
+ box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
94
+ }
95
+ .btn {
96
+ display: flex; align-items: center; justify-content: center;
97
+ font-size: 42px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase;
98
+ }
99
+ .btn.bag { background: #ECE7EE; color: #A02CB1; }
100
+ .btn.buy { background: #CB1975; color: #fff; }
101
+
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+ <div class="content">
107
+ <div class="section-title">PRODUCT INFO</div>
108
+
109
+ <div class="info-list">
110
+ <div class="info-item">
111
+ <span>The Finer Details</span>
112
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
113
+ <polyline points="8,5 16,12 8,19"></polyline>
114
+ </svg>
115
+ </div>
116
+ <div class="info-item">
117
+ <span>Manufacturer Details</span>
118
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
119
+ <polyline points="8,5 16,12 8,19"></polyline>
120
+ </svg>
121
+ </div>
122
+ <div class="info-item">
123
+ <span>NNNOW Says</span>
124
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
125
+ <polyline points="8,5 16,12 8,19"></polyline>
126
+ </svg>
127
+ </div>
128
+ <div class="info-item">
129
+ <span>About Flying Machine Women</span>
130
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
131
+ <polyline points="8,5 16,12 8,19"></polyline>
132
+ </svg>
133
+ </div>
134
+ <div class="info-item">
135
+ <span>Returns</span>
136
+ <svg viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
137
+ <polyline points="8,5 16,12 8,19"></polyline>
138
+ </svg>
139
+ </div>
140
+ </div>
141
+
142
+ <div class="similar-header">
143
+ <div class="title">Similar Products</div>
144
+ <div class="link">All
145
+ <svg viewBox="0 0 24 24" fill="none" stroke="#E91E63" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
146
+ <polyline points="9,5 17,12 9,19"></polyline>
147
+ </svg>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="products">
152
+ <!-- Product 1 -->
153
+ <div class="product-card">
154
+ <div class="img-wrap">
155
+ [IMG: Navy Joggers product]
156
+ <svg class="heart" viewBox="0 0 24 24" fill="none" stroke="#E91E63" stroke-width="2">
157
+ <path d="M12 21c-5-3.5-8-6.3-8-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 3.7-3 6.5-8 10z"></path>
158
+ </svg>
159
+ </div>
160
+ <div class="offer-row">
161
+ <svg class="offer-badge" viewBox="0 0 24 24" fill="#D32F2F">
162
+ <circle cx="12" cy="12" r="10"></circle>
163
+ <rect x="10.5" y="6" width="3" height="12" fill="#fff" transform="rotate(45 12 12)"></rect>
164
+ </svg>
165
+ <span>Offer</span>
166
+ </div>
167
+ <div class="prod-title">Flying Machine Blue Elasticized Waist Joggers</div>
168
+ <div class="price"><span class="strike">Rs. 1799</span> 899 <span class="off">(Flat 50% off)</span></div>
169
+ <div class="more-offers">2 More Offers</div>
170
+ </div>
171
+
172
+ <!-- Product 2 -->
173
+ <div class="product-card">
174
+ <div class="img-wrap">
175
+ [IMG: Teal Joggers product]
176
+ <svg class="heart" viewBox="0 0 24 24" fill="none" stroke="#E91E63" stroke-width="2">
177
+ <path d="M12 21c-5-3.5-8-6.3-8-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 3.7-3 6.5-8 10z"></path>
178
+ </svg>
179
+ </div>
180
+ <div class="offer-row">
181
+ <svg class="offer-badge" viewBox="0 0 24 24" fill="#D32F2F">
182
+ <circle cx="12" cy="12" r="10"></circle>
183
+ <rect x="10.5" y="6" width="3" height="12" fill="#fff" transform="rotate(45 12 12)"></rect>
184
+ </svg>
185
+ <span>Offer</span>
186
+ </div>
187
+ <div class="prod-title">Flying Machine Teal Elasticized Waist Solid Joggers</div>
188
+ <div class="price"><span class="strike">Rs. 1799</span> 8
code/6335/6335_6.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Recreation</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #556860; /* desaturated green background */
12
+ border-radius: 0;
13
+ box-shadow: none;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
19
+ color: #fff; font-size: 38px; line-height: 110px; padding: 0 24px;
20
+ }
21
+ .status-time { position: absolute; left: 24px; top: 28px; font-weight: 500; }
22
+ .status-icons { position: absolute; right: 24px; top: 26px; display: flex; gap: 28px; align-items: center; }
23
+ .status-icons svg { width: 40px; height: 40px; fill: none; stroke: #fff; stroke-width: 3; }
24
+
25
+ /* Back button */
26
+ .back-btn {
27
+ position: absolute; top: 170px; left: 30px;
28
+ width: 120px; height: 120px; border-radius: 60px;
29
+ background: rgba(255,255,255,0.3);
30
+ display: flex; align-items: center; justify-content: center;
31
+ backdrop-filter: blur(2px);
32
+ }
33
+ .back-btn svg { width: 56px; height: 56px; fill: none; stroke: #2d2d2d; stroke-width: 8; }
34
+
35
+ /* Map chip */
36
+ .chip {
37
+ position: absolute; top: 360px; left: 90px;
38
+ width: 900px; height: 180px; border-radius: 28px;
39
+ background: rgba(245,245,245,0.9);
40
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
41
+ display: flex; align-items: center;
42
+ }
43
+ .chip .thumb {
44
+ width: 160px; height: 160px; margin-left: 12px; border-radius: 18px;
45
+ background: #E0E0E0; border: 1px solid #BDBDBD;
46
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; text-align: center; padding: 10px;
47
+ }
48
+ .chip .content { margin-left: 24px; width: calc(100% - 220px); }
49
+ .chip .title { font-size: 42px; color: #1b1b1b; margin-bottom: 18px; }
50
+ .chip .sub-row { display: flex; align-items: center; gap: 16px; }
51
+ .chip .pill {
52
+ width: 380px; height: 28px; border-radius: 16px; background: #D6D6D6;
53
+ }
54
+ .chip .dot { color: #777; font-size: 36px; margin-top: -6px; }
55
+ .chip .battery { display: flex; align-items: center; gap: 10px; color: #4a4a4a; font-size: 32px; }
56
+ .chip .battery svg { width: 36px; height: 36px; }
57
+
58
+ .map-label {
59
+ position: absolute; top: 320px; left: 240px; color: #2b7a2d; font-size: 36px; opacity: 0.9; font-weight: 500;
60
+ }
61
+
62
+ /* Bottom sheet (share) */
63
+ .share-sheet {
64
+ position: absolute; left: 0; bottom: 0;
65
+ width: 100%; height: 920px; background: #EFEFEF;
66
+ border-top-left-radius: 44px; border-top-right-radius: 44px;
67
+ box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
68
+ }
69
+ .share-sheet .grabber {
70
+ position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
71
+ width: 120px; height: 10px; background: #CFCFCF; border-radius: 5px;
72
+ }
73
+ .share-sheet .title {
74
+ position: absolute; top: 60px; left: 40px; font-size: 42px; color: #222; font-weight: 500;
75
+ }
76
+
77
+ .suggestions {
78
+ position: absolute; top: 140px; left: 32px; right: 32px;
79
+ display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
80
+ }
81
+ .contact { display: flex; flex-direction: column; align-items: center; }
82
+ .avatar {
83
+ width: 140px; height: 140px; border-radius: 70px; background: #BCA39A; color: #fff;
84
+ display: flex; align-items: center; justify-content: center; font-size: 56px; font-weight: 600;
85
+ }
86
+ .avatar.green { background: #0a5a46; }
87
+ .avatar.teal { background: #15a6a0; }
88
+ .avatar.gray { background: #D0D0D0; color: #333; }
89
+ .contact .name { margin-top: 12px; font-size: 28px; color: #222; text-align: center; width: 180px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
90
+ .contact .email { font-size: 24px; color: #777; width: 180px; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
91
+
92
+ .apps {
93
+ position: absolute; bottom: 200px; left: 32px; right: 32px;
94
+ display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center;
95
+ }
96
+ .app-icon {
97
+ width: 120px; height: 120px; border-radius: 60px; margin: 0 auto 12px auto;
98
+ display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 34px;
99
+ }
100
+ .app-label { font-size: 28px; color: #333; }
101
+ .blue { background: #1976D2; }
102
+ .chrome { background: #DB4437; }
103
+ .bt { background: #3F51B5; }
104
+ .gmail { background: #EA4335; }
105
+ .nearby { background: #6385FF; }
106
+
107
+ .learn-link {
108
+ position: absolute; bottom: 120px; left: 0; width: 100%; text-align: center;
109
+ color: #1a73e8; font-size: 30px; font-weight: 500;
110
+ }
111
+
112
+ /* Dark location modal */
113
+ .modal {
114
+ position: absolute; left: 60px; top: 980px; width: 960px;
115
+ background: #1f2328; color: #fff;
116
+ border-radius: 42px; box-shadow: 0 20px 40px rgba(0,0,0,0.45);
117
+ padding: 40px 36px 28px 36px;
118
+ }
119
+ .modal .main-text {
120
+ font-size: 44px; line-height: 1.32; margin-bottom: 24px;
121
+ }
122
+ .modal .caret { font-size: 32px; color: #B0C3FF; margin-left: 8px; }
123
+ .modal .actions {
124
+ display: flex; justify-content: space-between; align-items: center; margin-top: 24px;
125
+ }
126
+ .modal .actions .spacer { flex: 1; }
127
+ .modal .btn-text {
128
+ font-size: 36px; color: #90CAF9; padding: 18px 12px; cursor: default;
129
+ }
130
+
131
+ /* Gesture bar */
132
+ .gesture {
133
+ position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%);
134
+ width: 240px; height: 10px; background: #B5B9BD; border-radius: 6px;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div class="status-time">4:53</div>
144
+ <div class="status-icons">
145
+ <!-- Simple wifi icon -->
146
+ <svg viewBox="0 0 24 24">
147
+ <path d="M2 8c5-4 15-4 20 0M5 12c4-3 10-3 14 0M9 16c2-2 4-2 6 0"/>
148
+ <circle cx="12" cy="19" r="2" fill="#fff" stroke="none"></circle>
149
+ </svg>
150
+ <!-- Battery icon -->
151
+ <svg viewBox="0 0 28 24">
152
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="3"></rect>
153
+ <rect x="23" y="9" width="3" height="6" rx="1" ry="1" fill="#fff" stroke="none"></rect>
154
+ <rect x="5" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Back button -->
160
+ <div class="back-btn">
161
+ <svg viewBox="0 0 24 24">
162
+ <path d="M15 4L7 12l8 8" />
163
+ </svg>
164
+ </div>
165
+
166
+ <!-- Map label -->
167
+ <div class="map-label">Camperdown</div>
168
+
169
+ <!-- Map chip card -->
170
+ <div class="chip">
171
+ <div class="thumb">[IMG: Map + Marker]</div>
172
+ <div class="content">
173
+ <div class="title">Victor Jones</div>
174
+ <div class="sub-row">
175
+ <div class="pill"></div>
176
+ <div class="dot">·</div>
177
+ <div class="battery">
178
+ <!-- Small battery icon -->
179
+ <svg viewBox="0 0 24 24">
180
+ <rect x="2" y="6" width="16" height="12" rx="2" ry="2" fill="#555"></rect>
181
+ <rect x="18" y="9" width="2" height="6" fill="#555"></rect>
182
+ </svg>
183
+ 100%
184
+ </div>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Dark location modal -->
190
+ <div class="modal">
191
+ <div class="main-text">
192
+ To continue, turn on device location,<br>
193
+ which uses Google’s location service
194
+ <span class="caret">▾</span>
195
+ </div>
196
+ <div class="actions">
197
+ <div class="btn-text">No thanks</div>
198
+ <div class="spacer"></div>
199
+ <div class="btn-text">OK</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Share bottom sheet -->
204
+ <div class="share-sheet">
205
+ <div class="grabber"></div>
206
+ <div class="title">Share</div>
207
+
208
+ <!-- Suggestions row -->
209
+ <div class="suggestions">
210
+ <div class="contact">
211
+ <div class="avatar">m</div>
212
+ <div class="name">maria.rossi1993@gmail...</div>
213
+ <div class="email">maria.rossi1...</div>
214
+ </div>
215
+ <div class="contact">
216
+ <div class="avatar green">j</div>
217
+ <div class="name">janedbwpersonatest...</div>
218
+ <div class="email">janedbwperso...</div>
219
+ </div>
220
+ <div class="contact">
221
+ <div class="avatar teal">c</div>
222
+ <div class="name">coledbwpersonatest...</div>
223
+ <div class="email">coledbwperso...</div>
224
+ </div>
225
+ <div class="contact">
226
+ <div class="avatar gray">…</div>
227
+ <div class="name">More</div>
228
+ <div class="email">&nbsp;</div>
229
+ </div>
230
+ <div class="contact">
231
+ <div class="avatar gray">+</div>
232
+ <div class="name">&nbsp;</div>
233
+ <div class="email">&nbsp;</div>
234
+ </div>
235
+ </div>
236
+
237
+ <!-- Apps row -->
238
+ <div class="apps">
239
+ <div>
240
+ <div class="app-icon blue">💬</div>
241
+ <div class="app-label">Messages</div>
242
+ </div>
243
+ <div>
244
+ <div class="app-icon chrome">◎</div>
245
+ <div class="app-label">Chrome</div>
246
+ </div>
247
+ <div>
248
+ <div class="app-icon bt">⌁</div>
249
+ <div class="app-label">Bluetooth</div>
250
+ </div>
251
+ <div>
252
+ <div class="app-icon gmail">✉</div>
253
+ <div class="app-label">Gmail</div>
254
+ </div>
255
+ <div>
256
+ <div class="app-icon nearby">≈</div>
257
+ <div class="app-label">Nearby<br>Share</div>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="learn-link">Learn what information will be shared</div>
262
+ </div>
263
+
264
+ <!-- Gesture bar -->
265
+ <div class="gesture"></div>
266
+ </div>
267
+ </body>
268
+ </html>
code/6335/6335_7.html ADDED
@@ -0,0 +1,496 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Generated UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2f3a36; /* dark, muted green */
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #111;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 20px;
22
+ left: 24px;
23
+ right: 24px;
24
+ height: 48px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #fff;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .status-icons svg { width: 36px; height: 36px; fill: none; stroke: #fff; stroke-width: 2; opacity: 0.9; }
39
+
40
+ /* Back button */
41
+ .back-btn {
42
+ position: absolute;
43
+ top: 160px;
44
+ left: 32px;
45
+ width: 96px;
46
+ height: 96px;
47
+ border: none;
48
+ border-radius: 50%;
49
+ background: rgba(255,255,255,0.08);
50
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ cursor: default;
55
+ }
56
+ .back-btn svg { width: 44px; height: 44px; stroke: #fff; stroke-width: 6; fill: none; }
57
+
58
+ /* Map info card */
59
+ .map-card {
60
+ position: absolute;
61
+ top: 400px;
62
+ left: 80px;
63
+ width: 920px;
64
+ height: 200px;
65
+ background: rgba(255,255,255,0.9);
66
+ border-radius: 28px;
67
+ display: flex;
68
+ align-items: center;
69
+ padding: 24px;
70
+ gap: 24px;
71
+ }
72
+ .img-placeholder {
73
+ width: 160px;
74
+ height: 150px;
75
+ background: #E0E0E0;
76
+ border: 1px solid #BDBDBD;
77
+ color: #757575;
78
+ display: flex;
79
+ justify-content: center;
80
+ align-items: center;
81
+ font-size: 24px;
82
+ text-align: center;
83
+ border-radius: 12px;
84
+ }
85
+ .map-info {
86
+ flex: 1;
87
+ color: #222;
88
+ }
89
+ .map-title {
90
+ font-size: 42px;
91
+ font-weight: 600;
92
+ margin-bottom: 18px;
93
+ }
94
+ .gray-pill {
95
+ width: 380px;
96
+ height: 38px;
97
+ background: #e5e5e5;
98
+ border-radius: 20px;
99
+ margin-bottom: 10px;
100
+ }
101
+ .battery {
102
+ display: inline-flex;
103
+ align-items: center;
104
+ gap: 14px;
105
+ color: #333;
106
+ font-size: 30px;
107
+ }
108
+ .battery svg { width: 36px; height: 24px; fill: none; stroke: #333; stroke-width: 2; }
109
+
110
+ /* Bottom sheet */
111
+ .sheet {
112
+ position: absolute;
113
+ left: 0;
114
+ right: 0;
115
+ top: 840px;
116
+ height: 1460px;
117
+ background: #fff;
118
+ border-top-left-radius: 36px;
119
+ border-top-right-radius: 36px;
120
+ box-shadow: 0 -6px 20px rgba(0,0,0,0.25);
121
+ }
122
+ .sheet-inner {
123
+ padding: 48px;
124
+ color: #1a1a1a;
125
+ }
126
+ .sheet h2 {
127
+ margin: 0 0 32px 0;
128
+ font-size: 44px;
129
+ font-weight: 600;
130
+ color: #111;
131
+ display: flex;
132
+ align-items: center;
133
+ gap: 16px;
134
+ }
135
+ .info-icon {
136
+ width: 36px; height: 36px;
137
+ }
138
+ .option-row {
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: space-between;
142
+ padding: 22px 0;
143
+ border-bottom: 1px solid #eee;
144
+ }
145
+ .option-left {
146
+ display: flex;
147
+ align-items: center;
148
+ gap: 24px;
149
+ }
150
+ .radio {
151
+ width: 32px;
152
+ height: 32px;
153
+ border: 3px solid #1a73e8;
154
+ border-radius: 50%;
155
+ display: inline-flex;
156
+ align-items: center;
157
+ justify-content: center;
158
+ }
159
+ .radio .dot {
160
+ width: 16px;
161
+ height: 16px;
162
+ background: #1a73e8;
163
+ border-radius: 50%;
164
+ }
165
+ .label-main {
166
+ font-size: 36px;
167
+ color: #111;
168
+ }
169
+ .label-sub {
170
+ font-size: 28px;
171
+ color: #666;
172
+ margin-top: 6px;
173
+ }
174
+ .option-right {
175
+ display: flex;
176
+ align-items: center;
177
+ gap: 22px;
178
+ }
179
+ .round-btn {
180
+ width: 64px;
181
+ height: 64px;
182
+ border-radius: 50%;
183
+ background: #1a73e8;
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: center;
187
+ }
188
+ .round-btn svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 4; }
189
+
190
+ /* Contacts row */
191
+ .contacts {
192
+ margin-top: 22px;
193
+ padding-top: 22px;
194
+ }
195
+ .contact-row {
196
+ display: flex;
197
+ gap: 46px;
198
+ align-items: center;
199
+ }
200
+ .contact {
201
+ width: 180px;
202
+ text-align: center;
203
+ }
204
+ .avatar {
205
+ width: 120px;
206
+ height: 120px;
207
+ border-radius: 60px;
208
+ background: #d5c2b8;
209
+ color: #fff;
210
+ font-size: 48px;
211
+ display: flex;
212
+ align-items: center;
213
+ justify-content: center;
214
+ margin: 0 auto 18px auto;
215
+ }
216
+ .avatar.green { background: #2a7b52; }
217
+ .avatar.teal { background: #0e9aa5; }
218
+ .avatar.gray { background: #ddd; color: #666; border: 1px solid #cfcfcf; }
219
+ .contact .name {
220
+ font-size: 28px;
221
+ color: #222;
222
+ white-space: nowrap;
223
+ overflow: hidden;
224
+ text-overflow: ellipsis;
225
+ }
226
+ .contact .sub {
227
+ font-size: 24px;
228
+ color: #777;
229
+ white-space: nowrap;
230
+ overflow: hidden;
231
+ text-overflow: ellipsis;
232
+ }
233
+
234
+ /* Share apps row */
235
+ .share-apps {
236
+ margin-top: 40px;
237
+ padding-top: 18px;
238
+ border-top: 1px solid #eee;
239
+ }
240
+ .apps-row {
241
+ display: flex;
242
+ align-items: center;
243
+ justify-content: space-between;
244
+ gap: 16px;
245
+ }
246
+ .app {
247
+ width: 180px;
248
+ text-align: center;
249
+ }
250
+ .app-icon {
251
+ width: 96px;
252
+ height: 96px;
253
+ border-radius: 20px;
254
+ background: #F2F2F2;
255
+ border: 1px solid #E0E0E0;
256
+ margin: 0 auto 14px auto;
257
+ display: flex;
258
+ align-items: center;
259
+ justify-content: center;
260
+ }
261
+ .app-label {
262
+ font-size: 28px;
263
+ color: #333;
264
+ }
265
+
266
+ /* Link area */
267
+ .info-link {
268
+ margin-top: 42px;
269
+ background: #e8f0fe;
270
+ border-radius: 16px;
271
+ padding: 28px 24px;
272
+ color: #1a73e8;
273
+ font-size: 30px;
274
+ text-align: center;
275
+ font-weight: 600;
276
+ }
277
+
278
+ /* Loading modal */
279
+ .loading-modal {
280
+ position: absolute;
281
+ top: 1120px;
282
+ left: 260px;
283
+ width: 560px;
284
+ height: 240px;
285
+ background: #fff;
286
+ border-radius: 18px;
287
+ box-shadow: 0 24px 50px rgba(0,0,0,0.35);
288
+ display: flex;
289
+ align-items: center;
290
+ justify-content: center;
291
+ gap: 22px;
292
+ z-index: 5;
293
+ }
294
+ .spinner {
295
+ width: 96px;
296
+ height: 96px;
297
+ border-radius: 50%;
298
+ border: 10px solid #e0e9ff;
299
+ border-top-color: #1a73e8;
300
+ animation: spin 1s linear infinite;
301
+ }
302
+ .loading-text {
303
+ font-size: 36px;
304
+ color: #666;
305
+ }
306
+ @keyframes spin {
307
+ to { transform: rotate(360deg); }
308
+ }
309
+
310
+ /* Gesture bar */
311
+ .gesture {
312
+ position: absolute;
313
+ bottom: 34px;
314
+ left: 390px;
315
+ width: 300px;
316
+ height: 12px;
317
+ background: #fff;
318
+ border-radius: 10px;
319
+ opacity: 0.9;
320
+ }
321
+ </style>
322
+ </head>
323
+ <body>
324
+ <div id="render-target">
325
+
326
+ <!-- Status Bar -->
327
+ <div class="status-bar">
328
+ <div>4:54</div>
329
+ <div class="status-icons">
330
+ <!-- simple small icons -->
331
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"></circle><path d="M12 2v4M12 18v4M2 12h4M18 12h4"></path></svg>
332
+ <svg viewBox="0 0 24 24"><path d="M12 2c4 0 7 3 7 7 0 5-7 13-7 13S5 14 5 9c0-4 3-7 7-7z"></path><circle cx="12" cy="9" r="3" fill="#fff"></circle></svg>
333
+ <svg viewBox="0 0 24 24"><rect x="3" y="5" width="16" height="14" rx="2"></rect><path d="M19 9l3-2v10l-3-2"></path></svg>
334
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"></circle></svg>
335
+ <svg viewBox="0 0 24 24"><path d="M12 2c4 0 7 3 7 7 0 5-7 13-7 13S5 14 5 9c0-4 3-7 7-7z"></path></svg>
336
+ <svg viewBox="0 0 24 24"><path d="M3 10h14v8H3z"></path><path d="M17 12h2v4h-2z"></path></svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Back button -->
341
+ <button class="back-btn" aria-label="Back">
342
+ <svg viewBox="0 0 24 24">
343
+ <path d="M15 6l-6 6 6 6"></path>
344
+ </svg>
345
+ </button>
346
+
347
+ <!-- Map info card -->
348
+ <div class="map-card">
349
+ <div class="img-placeholder">[IMG: Map preview + pin]</div>
350
+ <div class="map-info">
351
+ <div class="map-title">Victor Jones</div>
352
+ <div class="gray-pill"></div>
353
+ <div class="battery">
354
+ <svg viewBox="0 0 24 24">
355
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
356
+ <rect x="21" y="10" width="2" height="4"></rect>
357
+ </svg>
358
+ <span>100%</span>
359
+ </div>
360
+ </div>
361
+ </div>
362
+
363
+ <!-- Bottom sheet content -->
364
+ <div class="sheet">
365
+ <div class="sheet-inner">
366
+ <h2>
367
+ Share your real-time location
368
+ <svg class="info-icon" viewBox="0 0 24 24">
369
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#888" stroke-width="2"></circle>
370
+ <circle cx="12" cy="8" r="1.5" fill="#888"></circle>
371
+ <path d="M12 11v6" stroke="#888" stroke-width="2"></path>
372
+ </svg>
373
+ </h2>
374
+
375
+ <div class="option-row">
376
+ <div class="option-left">
377
+ <div class="radio"><div class="dot"></div></div>
378
+ <div>
379
+ <div class="label-main">For 1 hour</div>
380
+ <div class="label-sub">Until 5:54 PM</div>
381
+ </div>
382
+ </div>
383
+ <div class="option-right">
384
+ <div class="round-btn" aria-hidden="true">
385
+ <svg viewBox="0 0 24 24"><path d="M5 12h14"></path></svg>
386
+ </div>
387
+ <div class="round-btn" aria-hidden="true">
388
+ <svg viewBox="0 0 24 24"><path d="M12 5v14M5 12h14"></path></svg>
389
+ </div>
390
+ </div>
391
+ </div>
392
+
393
+ <div class="option-row" style="border-bottom:none;">
394
+ <div class="option-left">
395
+ <div class="radio"></div>
396
+ <div>
397
+ <div class="label-main">Until you turn this off</div>
398
+ </div>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Contacts -->
403
+ <div class="contacts">
404
+ <div class="contact-row">
405
+ <div class="contact">
406
+ <div class="avatar">m</div>
407
+ <div class="name">maria.rossi1993@gmail…</div>
408
+ <div class="sub">maria.rossi1993@…</div>
409
+ </div>
410
+ <div class="contact">
411
+ <div class="avatar green">j</div>
412
+ <div class="name">janedbwpersonaltest…</div>
413
+ <div class="sub">janedbwpersonal…</div>
414
+ </div>
415
+ <div class="contact">
416
+ <div class="avatar teal">c</div>
417
+ <div class="name">coledbwpersonaltest…</div>
418
+ <div class="sub">coledbwpersonal…</div>
419
+ </div>
420
+ <div class="contact">
421
+ <div class="avatar gray">…</div>
422
+ <div class="name">More</div>
423
+ <div class="sub">&nbsp;</div>
424
+ </div>
425
+ </div>
426
+ </div>
427
+
428
+ <!-- Share apps -->
429
+ <div class="share-apps">
430
+ <div class="apps-row">
431
+ <div class="app">
432
+ <div class="app-icon">
433
+ <!-- Messages bubble -->
434
+ <svg viewBox="0 0 24 24" width="50" height="50">
435
+ <rect x="3" y="4" width="18" height="14" rx="4" fill="#1a73e8"></rect>
436
+ <path d="M8 18l-3 4" stroke="#1a73e8" stroke-width="3"></path>
437
+ </svg>
438
+ </div>
439
+ <div class="app-label">Messages</div>
440
+ </div>
441
+ <div class="app">
442
+ <div class="app-icon">
443
+ <!-- Simple 'C' for Chrome -->
444
+ <svg viewBox="0 0 24 24" width="50" height="50">
445
+ <circle cx="12" cy="12" r="10" fill="#f5c07a"></circle>
446
+ <circle cx="12" cy="12" r="5" fill="#4aa3df"></circle>
447
+ </svg>
448
+ </div>
449
+ <div class="app-label">Chrome</div>
450
+ </div>
451
+ <div class="app">
452
+ <div class="app-icon">
453
+ <!-- Bluetooth rune -->
454
+ <svg viewBox="0 0 24 24" width="50" height="50">
455
+ <path d="M8 4l8 8-8 8V4zm0 8l8-4M8 12l8 4" stroke="#1a73e8" stroke-width="2" fill="none"></path>
456
+ </svg>
457
+ </div>
458
+ <div class="app-label">Bluetooth</div>
459
+ </div>
460
+ <div class="app">
461
+ <div class="app-icon">
462
+ <!-- Gmail envelope -->
463
+ <svg viewBox="0 0 24 24" width="50" height="50">
464
+ <rect x="3" y="5" width="18" height="14" rx="2" fill="#fff" stroke="#e74c3c"></rect>
465
+ <path d="M3 7l9 6 9-6" stroke="#e74c3c" stroke-width="2" fill="none"></path>
466
+ </svg>
467
+ </div>
468
+ <div class="app-label">Gmail</div>
469
+ </div>
470
+ <div class="app">
471
+ <div class="app-icon">
472
+ <!-- Nearby Share waves -->
473
+ <svg viewBox="0 0 24 24" width="50" height="50">
474
+ <path d="M5 9c3-3 11-3 14 0M5 15c3 3 11 3 14 0" stroke="#5f62f2" stroke-width="2" fill="none"></path>
475
+ </svg>
476
+ </div>
477
+ <div class="app-label">Nearby Share</div>
478
+ </div>
479
+ </div>
480
+ </div>
481
+
482
+ <div class="info-link">Learn what information will be shared</div>
483
+ </div>
484
+ </div>
485
+
486
+ <!-- Loading modal -->
487
+ <div class="loading-modal">
488
+ <div class="spinner"></div>
489
+ <div class="loading-text">Loading...</div>
490
+ </div>
491
+
492
+ <!-- Gesture bar -->
493
+ <div class="gesture"></div>
494
+ </div>
495
+ </body>
496
+ </html>
code/6335/6335_8.html ADDED
@@ -0,0 +1,292 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Gmail Compose Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 0 24px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-weight: 600;
27
+ font-size: 34px;
28
+ letter-spacing: 1px;
29
+ }
30
+ .status-icons {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ }
35
+ .status-icons svg { fill: #EDEDED; opacity: 0.9; }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ height: 140px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 24px;
43
+ border-bottom: 1px solid #2A2A2A;
44
+ }
45
+ .app-title {
46
+ font-size: 48px;
47
+ font-weight: 600;
48
+ margin-left: 18px;
49
+ }
50
+ .app-actions {
51
+ margin-left: auto;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 34px;
55
+ }
56
+ .app-actions svg { width: 40px; height: 40px; fill: #EDEDED; opacity: 0.9; }
57
+
58
+ /* Fields */
59
+ .field {
60
+ padding: 26px 28px 26px 28px;
61
+ border-bottom: 1px solid #2A2A2A;
62
+ }
63
+ .field .label {
64
+ color: #9E9E9E;
65
+ font-size: 32px;
66
+ margin-bottom: 8px;
67
+ }
68
+ .field .value {
69
+ font-size: 34px;
70
+ color: #EDEDED;
71
+ word-break: break-all;
72
+ }
73
+ .field.inline {
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 22px;
77
+ }
78
+ .field.inline .label { margin: 0; }
79
+ .field.inline .value { flex: 1; }
80
+ .dropdown {
81
+ width: 36px; height: 36px;
82
+ }
83
+ .placeholder { color: #7D7D7D; }
84
+
85
+ /* Body */
86
+ .body-area {
87
+ height: 886px;
88
+ padding: 28px;
89
+ font-size: 36px;
90
+ line-height: 1.5;
91
+ color: #EDEDED;
92
+ }
93
+
94
+ /* Keyboard */
95
+ .keyboard {
96
+ position: absolute;
97
+ left: 0;
98
+ bottom: 24px; /* leave for gesture bar */
99
+ width: 100%;
100
+ height: 900px;
101
+ background: #1B1B1B;
102
+ border-top: 1px solid #2A2A2A;
103
+ display: flex;
104
+ flex-direction: column;
105
+ padding: 10px 16px 16px 16px;
106
+ box-sizing: border-box;
107
+ }
108
+ .kb-toolbar {
109
+ height: 90px;
110
+ display: flex;
111
+ align-items: center;
112
+ gap: 22px;
113
+ padding: 0 6px 6px 6px;
114
+ }
115
+ .kb-chip {
116
+ height: 64px;
117
+ min-width: 64px;
118
+ padding: 0 18px;
119
+ border-radius: 16px;
120
+ background: #2A2A2A;
121
+ color: #EDEDED;
122
+ font-size: 28px;
123
+ display: inline-flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ opacity: 0.9;
127
+ }
128
+ .kb-rows {
129
+ flex: 1;
130
+ display: flex;
131
+ flex-direction: column;
132
+ gap: 16px;
133
+ padding-top: 8px;
134
+ }
135
+ .kb-row {
136
+ display: flex;
137
+ gap: 12px;
138
+ padding: 0 8px;
139
+ }
140
+ .key {
141
+ flex: 1;
142
+ height: 120px;
143
+ border-radius: 20px;
144
+ background: #2B2B2B;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-content: center;
148
+ color: #EDEDED;
149
+ font-size: 40px;
150
+ box-shadow: inset 0 -2px 0 rgba(0,0,0,0.25);
151
+ }
152
+ .key.wide { flex: 1.6; }
153
+ .key.extra-wide { flex: 4; }
154
+ .key.icon svg { width: 44px; height: 44px; fill: #EDEDED; opacity: 0.9; }
155
+
156
+ /* Gesture bar */
157
+ .gesture {
158
+ position: absolute;
159
+ bottom: 0;
160
+ left: 50%;
161
+ transform: translateX(-50%);
162
+ width: 360px;
163
+ height: 10px;
164
+ border-radius: 6px;
165
+ background: #CCCCCC;
166
+ opacity: 0.7;
167
+ }
168
+ </style>
169
+ </head>
170
+ <body>
171
+ <div id="render-target">
172
+
173
+ <!-- Status bar -->
174
+ <div class="status-bar">
175
+ <div class="time">4:54</div>
176
+ <div class="status-icons">
177
+ <!-- small generic status glyphs -->
178
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M3 18h18v2H3zM6 14h12v2H6zM9 10h6v2H9z"/></svg>
179
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M12 3l8 8h-5v8H9v-8H4z"/></svg>
180
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M4 7h16v10H4z" fill="#000" opacity="0.2"/><path d="M6 7h12v10H6z" /><rect x="6" y="9" width="12" height="8" rx="2" /></svg>
181
+ <svg viewBox="0 0 24 24" width="34" height="34"><circle cx="12" cy="12" r="2"/></svg>
182
+ <svg viewBox="0 0 24 24" width="34" height="34"><path d="M20 8v9a2 2 0 0 1-2 2H7l-5 3V8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></svg>
183
+ <svg viewBox="0 0 24 24" width="34" height="34"><rect x="8" y="4" width="8" height="16" rx="2" /><rect x="10" y="6" width="4" height="10" fill="#121212"/></svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- App bar -->
188
+ <div class="app-bar">
189
+ <svg width="42" height="42" viewBox="0 0 24 24"><path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z" fill="#EDEDED"/></svg>
190
+ <div class="app-title">Compose</div>
191
+ <div class="app-actions">
192
+ <!-- attach -->
193
+ <svg viewBox="0 0 24 24"><path d="M7 13.5V6a5 5 0 0 1 10 0v9a3.5 3.5 0 1 1-7 0V7h2v8a1.5 1.5 0 1 0 3 0V6a3 3 0 0 0-6 0v7.5a5.5 5.5 0 1 0 11 0V6h2v7.5a7.5 7.5 0 1 1-15 0z"/></svg>
194
+ <!-- send -->
195
+ <svg viewBox="0 0 24 24"><path d="M2 21 23 12 2 3v7l15 2-15 2z"/></svg>
196
+ <!-- more -->
197
+ <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>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- From field -->
202
+ <div class="field">
203
+ <div class="label">From</div>
204
+ <div class="value">victorjonesdbwresearchpersona@gmail.com</div>
205
+ </div>
206
+
207
+ <!-- To field -->
208
+ <div class="field inline">
209
+ <div class="label">To</div>
210
+ <div class="value placeholder"> </div>
211
+ <svg class="dropdown" viewBox="0 0 24 24"><path fill="#9E9E9E" d="M7 10l5 5 5-5z"/></svg>
212
+ </div>
213
+
214
+ <!-- Subject field -->
215
+ <div class="field">
216
+ <div class="label">Subject</div>
217
+ </div>
218
+
219
+ <!-- Body -->
220
+ <div class="body-area">
221
+ See my real-time location on Maps:
222
+ https://maps.app.goo.gl/vZfkTtcN9uAjmPJ98
223
+ </div>
224
+
225
+ <!-- Keyboard -->
226
+ <div class="keyboard">
227
+ <div class="kb-toolbar">
228
+ <div class="kb-chip">⌨️</div>
229
+ <div class="kb-chip">😊</div>
230
+ <div class="kb-chip">GIF</div>
231
+ <div class="kb-chip">⚙️</div>
232
+ <div class="kb-chip">G↔︎</div>
233
+ <div class="kb-chip">🎨</div>
234
+ <div class="kb-chip">🔇</div>
235
+ </div>
236
+ <div class="kb-rows">
237
+ <div class="kb-row">
238
+ <div class="key">q</div>
239
+ <div class="key">w</div>
240
+ <div class="key">e</div>
241
+ <div class="key">r</div>
242
+ <div class="key">t</div>
243
+ <div class="key">y</div>
244
+ <div class="key">u</div>
245
+ <div class="key">i</div>
246
+ <div class="key">o</div>
247
+ <div class="key">p</div>
248
+ </div>
249
+ <div class="kb-row" style="padding: 0 58px;">
250
+ <div class="key">a</div>
251
+ <div class="key">s</div>
252
+ <div class="key">d</div>
253
+ <div class="key">f</div>
254
+ <div class="key">g</div>
255
+ <div class="key">h</div>
256
+ <div class="key">j</div>
257
+ <div class="key">k</div>
258
+ <div class="key">l</div>
259
+ </div>
260
+ <div class="kb-row">
261
+ <div class="key icon">
262
+ <svg viewBox="0 0 24 24"><path d="M4 17h16v2H4zM4 5h2v8H4zM18 5h2v8h-2zM8 5h8v8H8z"/></svg>
263
+ </div>
264
+ <div class="key">z</div>
265
+ <div class="key">x</div>
266
+ <div class="key">c</div>
267
+ <div class="key">v</div>
268
+ <div class="key">b</div>
269
+ <div class="key">n</div>
270
+ <div class="key">m</div>
271
+ <div class="key icon wide">
272
+ <svg viewBox="0 0 24 24"><path d="M6 19l8-8 2 2-8 8H6v-2zM15 6h3v3"/></svg>
273
+ </div>
274
+ </div>
275
+ <div class="kb-row">
276
+ <div class="key wide">?123</div>
277
+ <div class="key">@</div>
278
+ <div class="key">😊</div>
279
+ <div class="key extra-wide">space</div>
280
+ <div class="key">.</div>
281
+ <div class="key icon wide">
282
+ <svg viewBox="0 0 24 24"><path d="M7 7h10v2H7zM7 11h10v2H7zM7 15h6v2H7z"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Gesture bar -->
289
+ <div class="gesture"></div>
290
+ </div>
291
+ </body>
292
+ </html>
code/6335/6335_9.html ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Compose Email UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EDEDED; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ .statusbar {
14
+ height: 100px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; font-size: 34px;
15
+ color: #EDEDED;
16
+ }
17
+ .status-left { display: flex; align-items: center; gap: 18px; }
18
+ .status-right { display: flex; align-items: center; gap: 18px; }
19
+ .status-icon { width: 34px; height: 34px; opacity: 0.8; }
20
+ .header {
21
+ height: 160px; display: flex; align-items: center; padding: 0 24px; border-bottom: 1px solid #2A2A2A; gap: 20px;
22
+ }
23
+ .header .title { font-size: 52px; font-weight: 500; margin-right: auto; }
24
+ .icon { width: 56px; height: 56px; fill: #E0E0E0; }
25
+ .content {
26
+ padding: 28px; padding-top: 24px;
27
+ }
28
+ .field-row {
29
+ display: flex; align-items: center; gap: 18px; padding: 22px 6px; border-bottom: 1px solid #2A2A2A;
30
+ }
31
+ .label { color: #A6A6A6; font-size: 30px; width: 110px; }
32
+ .value { font-size: 36px; color: #F5F5F5; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
33
+ .dropdown { width: 40px; height: 40px; }
34
+ .suggestion {
35
+ margin-top: 18px; display: flex; align-items: center; gap: 24px; padding: 20px 8px;
36
+ }
37
+ .img-ph {
38
+ width: 80px; height: 80px; background: #E0E0E0; border: 1px solid #BDBDBD;
39
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 40px; font-size: 18px;
40
+ }
41
+ .suggest-text { display: flex; flex-direction: column; }
42
+ .suggest-text .primary { font-size: 36px; color: #F0F0F0; }
43
+ .suggest-text .secondary { font-size: 28px; color: #A6A6A6; }
44
+ /* Keyboard mock */
45
+ .keyboard {
46
+ position: absolute; left: 0; right: 0; bottom: 120px; height: 1200px;
47
+ background: #1E1E1E; border-top: 1px solid #2A2A2A; padding: 18px 24px 24px;
48
+ }
49
+ .kb-toolbar {
50
+ display: flex; align-items: center; gap: 26px; padding: 8px 0 20px;
51
+ }
52
+ .kb-tool {
53
+ width: 60px; height: 60px; background: #2A2A2A; border-radius: 16px; display: flex; align-items: center; justify-content: center;
54
+ }
55
+ .kb-rows { display: flex; flex-direction: column; gap: 18px; }
56
+ .kb-row { display: flex; justify-content: center; gap: 14px; }
57
+ .key {
58
+ width: 86px; height: 120px; background: #2A2A2A; border-radius: 18px; display: flex; align-items: center; justify-content: center;
59
+ color: #EDEDED; font-size: 38px; box-shadow: inset 0 0 0 1px #242424;
60
+ }
61
+ .key.wide { width: 160px; }
62
+ .key.extra-wide { width: 420px; }
63
+ .kb-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
64
+ .gesture-bar {
65
+ position: absolute; left: 50%; transform: translateX(-50%);
66
+ bottom: 36px; width: 300px; height: 10px; background: #EAEAEA; border-radius: 10px; opacity: 0.8;
67
+ }
68
+ </style>
69
+ </head>
70
+ <body>
71
+ <div id="render-target">
72
+
73
+ <!-- Status bar -->
74
+ <div class="statusbar">
75
+ <div class="status-left">
76
+ <div>4:55</div>
77
+ <svg class="status-icon" viewBox="0 0 24 24"><path fill="#EDEDED" d="M3 9h18v6H3z"/></svg>
78
+ <svg class="status-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#EDEDED" opacity="0.35"/><path d="M12 6v6l4 2" stroke="#EDEDED" stroke-width="2" fill="none"/></svg>
79
+ </div>
80
+ <div class="status-right">
81
+ <svg class="status-icon" viewBox="0 0 24 24"><path fill="#EDEDED" d="M2 8l10-6 10 6v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8z"/></svg>
82
+ <svg class="status-icon" viewBox="0 0 24 24"><path fill="#EDEDED" d="M6 7h12v10H6z"/><path fill="#121212" d="M7 8h10v8H7z"/><path fill="#EDEDED" d="M19 5h2v4h-2z"/></svg>
83
+ </div>
84
+ </div>
85
+
86
+ <!-- Header -->
87
+ <div class="header">
88
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 18L9 12l6-6" stroke="#E0E0E0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
89
+ <div class="title">Compose</div>
90
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 12l16 0" stroke="#E0E0E0" stroke-width="2"/><path d="M6 7l12 0" stroke="#E0E0E0" stroke-width="2"/><path d="M6 17l12 0" stroke="#E0E0E0" stroke-width="2"/></svg>
91
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 6l16 12M4 18l16-12" stroke="#E0E0E0" stroke-width="2"/></svg>
92
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h14l-5 5M17 12l-5-5" stroke="#E0E0E0" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
93
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="5" r="2" fill="#E0E0E0"/><circle cx="12" cy="12" r="2" fill="#E0E0E0"/><circle cx="12" cy="19" r="2" fill="#E0E0E0"/></svg>
94
+ </div>
95
+
96
+ <!-- Content fields -->
97
+ <div class="content">
98
+ <div class="field-row">
99
+ <div class="label">From</div>
100
+ <div class="value">victorjonesdbwresearchpersona@gmail.com</div>
101
+ </div>
102
+
103
+ <div class="field-row">
104
+ <div class="label">To</div>
105
+ <div class="value">maria.rossi1993@gmail.com</div>
106
+ <svg class="dropdown" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" fill="none" stroke="#E0E0E0" stroke-width="2" stroke-linecap="round"/></svg>
107
+ </div>
108
+
109
+ <div class="suggestion">
110
+ <div class="img-ph">[IMG: Contact Avatar]</div>
111
+ <div class="suggest-text">
112
+ <div class="primary">maria.rossi1993@gmail.com</div>
113
+ <div class="secondary">maria.rossi1993@gmail.com</div>
114
+ </div>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Keyboard mock -->
119
+ <div class="keyboard">
120
+ <div class="kb-toolbar">
121
+ <div class="kb-tool"><span style="font-size:22px;color:#EDEDED;">GIF</span></div>
122
+ <div class="kb-tool"><svg viewBox="0 0 24 24" width="36" height="36"><path d="M12 3l4 6-4 12-4-12z" fill="#EDEDED"/></svg></div>
123
+ <div class="kb-tool"><svg viewBox="0 0 24 24" width="36" height="36"><path d="M4 4h16v16H4z" fill="none" stroke="#EDEDED" stroke-width="2"/><path d="M8 12h8" stroke="#EDEDED" stroke-width="2"/></svg></div>
124
+ <div class="kb-tool"><svg viewBox="0 0 24 24" width="36" height="36"><circle cx="12" cy="12" r="10" fill="#EDEDED" opacity="0.3"/><path d="M4 12h16" stroke="#EDEDED" stroke-width="2"/></svg></div>
125
+ <div class="kb-tool"><svg viewBox="0 0 24 24" width="36" height="36"><path d="M6 18l12-12" stroke="#EDEDED" stroke-width="2"/></svg></div>
126
+ </div>
127
+
128
+ <div class="kb-rows">
129
+ <div class="kb-row">
130
+ <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>
131
+ </div>
132
+ <div class="kb-row">
133
+ <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>
134
+ </div>
135
+ <div class="kb-row">
136
+ <div class="key wide">⇧</div><div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div><div class="key wide">⌫</div>
137
+ </div>
138
+ <div class="kb-row">
139
+ <div class="key wide">?123</div>
140
+ <div class="key">@</div>
141
+ <div class="key">☺</div>
142
+ <div class="key extra-wide"></div>
143
+ <div class="key">.</div>
144
+ <div class="key wide">
145
+ <svg viewBox="0 0 24 24" width="36" height="36"><path d="M5 12h10l-4 4M15 12l-4-4" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+
151
+ <div class="gesture-bar"></div>
152
+ </div>
153
+ </body>
154
+ </html>
code/634/634_0.html ADDED
@@ -0,0 +1,459 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive - Dark UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #1F2123;
15
+ color: #E8E8E8;
16
+ font-family: Arial, Helvetica, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 92px;
25
+ width: 100%;
26
+ padding: 20px 32px 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 30px;
31
+ color: #E0E0E0;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ gap: 22px;
36
+ align-items: center;
37
+ }
38
+ .icon {
39
+ width: 36px;
40
+ height: 36px;
41
+ display: inline-block;
42
+ }
43
+
44
+ /* Search area */
45
+ .top-area {
46
+ position: absolute;
47
+ top: 92px;
48
+ left: 0;
49
+ width: 100%;
50
+ padding: 24px 32px 0 32px;
51
+ }
52
+ .search-row {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: 20px;
56
+ }
57
+ .searchbar {
58
+ flex: 1;
59
+ height: 110px;
60
+ background: #2A3133;
61
+ border-radius: 55px;
62
+ display: flex;
63
+ align-items: center;
64
+ padding: 0 26px;
65
+ color: #AEB4B7;
66
+ font-size: 36px;
67
+ }
68
+ .avatar {
69
+ width: 90px;
70
+ height: 90px;
71
+ border-radius: 45px;
72
+ background: #CE4C27;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ font-weight: bold;
77
+ }
78
+
79
+ /* Tabs */
80
+ .tabs {
81
+ margin-top: 26px;
82
+ display: flex;
83
+ justify-content: space-between;
84
+ align-items: flex-end;
85
+ padding: 0 6px;
86
+ }
87
+ .tab {
88
+ font-size: 34px;
89
+ color: #BFC5C8;
90
+ }
91
+ .tab.active {
92
+ color: #7AE2D6;
93
+ position: relative;
94
+ padding-bottom: 18px;
95
+ }
96
+ .tab.active::after {
97
+ content: "";
98
+ position: absolute;
99
+ left: 0;
100
+ bottom: 0;
101
+ width: 160px;
102
+ height: 10px;
103
+ background: #7AE2D6;
104
+ border-radius: 6px;
105
+ }
106
+
107
+ .divider {
108
+ margin-top: 24px;
109
+ height: 1px;
110
+ background: #394247;
111
+ width: 100%;
112
+ }
113
+
114
+ /* Sort + view row */
115
+ .sort-view {
116
+ position: absolute;
117
+ top: 330px;
118
+ left: 0;
119
+ width: 100%;
120
+ padding: 18px 32px;
121
+ display: flex;
122
+ justify-content: space-between;
123
+ align-items: center;
124
+ color: #C9D0D3;
125
+ font-size: 32px;
126
+ }
127
+
128
+ /* Grid content */
129
+ .content {
130
+ position: absolute;
131
+ top: 420px;
132
+ left: 0;
133
+ width: 100%;
134
+ padding: 0 32px 260px 32px;
135
+ }
136
+ .grid {
137
+ display: grid;
138
+ grid-template-columns: repeat(2, 1fr);
139
+ grid-gap: 48px 44px;
140
+ }
141
+ .item {
142
+ width: 100%;
143
+ }
144
+ .thumb {
145
+ width: 100%;
146
+ height: 300px;
147
+ border-radius: 26px;
148
+ background: #2E3437;
149
+ border: 1px solid #3A4347;
150
+ display: flex;
151
+ align-items: center;
152
+ justify-content: center;
153
+ color: #9AA3A7;
154
+ font-size: 32px;
155
+ }
156
+ .thumb.folder {
157
+ background: #B9C3C6;
158
+ color: #414849;
159
+ border-color: #B0BABD;
160
+ }
161
+ .thumb.doc {
162
+ background: #3A3F43;
163
+ }
164
+ .label-row {
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: space-between;
168
+ margin-top: 18px;
169
+ }
170
+ .name-wrap {
171
+ display: flex;
172
+ align-items: flex-start;
173
+ gap: 16px;
174
+ }
175
+ .type-chip {
176
+ width: 44px;
177
+ height: 44px;
178
+ border-radius: 8px;
179
+ }
180
+ .type-red { background: #DA6F6F; }
181
+ .type-blue { background: #6FA8FF; }
182
+ .type-none { background: transparent; border: 1px solid transparent; }
183
+ .name {
184
+ font-size: 32px;
185
+ color: #DCE1E4;
186
+ line-height: 1.2;
187
+ }
188
+ .menu {
189
+ width: 40px;
190
+ height: 40px;
191
+ }
192
+
193
+ /* Floating action button */
194
+ .fab {
195
+ position: absolute;
196
+ right: 36px;
197
+ bottom: 320px;
198
+ width: 120px;
199
+ height: 120px;
200
+ border-radius: 28px;
201
+ background: #385F5C;
202
+ box-shadow: 0 8px 20px rgba(0,0,0,0.4);
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ }
207
+
208
+ /* Bottom navigation */
209
+ .bottom-nav {
210
+ position: absolute;
211
+ bottom: 0;
212
+ left: 0;
213
+ width: 100%;
214
+ height: 190px;
215
+ background: #24292B;
216
+ border-top: 1px solid #3A4246;
217
+ display: flex;
218
+ align-items: center;
219
+ justify-content: space-around;
220
+ }
221
+ .nav-item {
222
+ width: 200px;
223
+ text-align: center;
224
+ color: #B8C0C4;
225
+ font-size: 28px;
226
+ }
227
+ .nav-item.active {
228
+ color: #7AE2D6;
229
+ }
230
+ .nav-icon {
231
+ width: 50px;
232
+ height: 50px;
233
+ margin: 0 auto 12px;
234
+ display: block;
235
+ }
236
+
237
+ /* Gesture bar */
238
+ .gesture {
239
+ position: absolute;
240
+ bottom: 196px;
241
+ left: 50%;
242
+ transform: translateX(-50%);
243
+ width: 220px;
244
+ height: 10px;
245
+ border-radius: 8px;
246
+ background: #F0F3F5;
247
+ opacity: 0.8;
248
+ }
249
+ </style>
250
+ </head>
251
+ <body>
252
+ <div id="render-target">
253
+
254
+ <!-- Status Bar -->
255
+ <div class="status-bar">
256
+ <div>10:32</div>
257
+ <div class="status-right">
258
+ <!-- WiFi -->
259
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8E8E8">
260
+ <path d="M12 20c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2 9l2 2c4.9-4.9 12.9-4.9 17.8 0l2-2C16.6 3.7 7.4 3.7 2 9zm4 4l2 2c3.3-3.3 8.7-3.3 12 0l2-2c-4.4-4.4-11.6-4.4-16 0z"/>
261
+ </svg>
262
+ <!-- Battery -->
263
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8E8E8">
264
+ <path d="M16 3h-1v2H9V3H8C6.9 3 6 3.9 6 5v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- Search Area -->
270
+ <div class="top-area">
271
+ <div class="search-row">
272
+ <!-- Hamburger -->
273
+ <svg class="icon" viewBox="0 0 24 24" fill="#E8E8E8">
274
+ <path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/>
275
+ </svg>
276
+
277
+ <div class="searchbar">
278
+ Search in Drive
279
+ </div>
280
+
281
+ <div class="avatar">C</div>
282
+ </div>
283
+
284
+ <div class="tabs">
285
+ <div class="tab active">My Drive</div>
286
+ <div class="tab">Computers</div>
287
+ </div>
288
+ <div class="divider"></div>
289
+ </div>
290
+
291
+ <!-- Sort/View Row -->
292
+ <div class="sort-view">
293
+ <div>Name ↑</div>
294
+ <!-- View toggle icon -->
295
+ <svg class="icon" viewBox="0 0 24 24" fill="#C9D0D3">
296
+ <path d="M3 7h8v2H3V7zm0 4h8v2H3v-2zm0 4h8v2H3v-2zM13 7h8v2h-8V7zm0 4h8v2h-8v-2zm0 4h8v2h-8v-2z"/>
297
+ </svg>
298
+ </div>
299
+
300
+ <!-- Content Grid -->
301
+ <div class="content">
302
+ <div class="grid">
303
+ <!-- Item 1: Folder -->
304
+ <div class="item">
305
+ <div class="thumb folder">
306
+ <!-- Simple folder icon -->
307
+ <svg width="160" height="120" viewBox="0 0 24 24" fill="#4A5153">
308
+ <path d="M10 4l2 2h8c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6z"/>
309
+ </svg>
310
+ </div>
311
+ <div class="label-row">
312
+ <div class="name-wrap">
313
+ <div class="type-none"></div>
314
+ <div class="name">June<br>Scorecard</div>
315
+ </div>
316
+ <!-- More menu -->
317
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
318
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+
323
+ <!-- Item 2: Shared Folder -->
324
+ <div class="item">
325
+ <div class="thumb folder">
326
+ <!-- Folder with small people silhouette -->
327
+ <svg width="180" height="120" viewBox="0 0 24 24" fill="#4A5153">
328
+ <path d="M10 4l2 2h8c1.1 0 2 .9 2 2v9c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6z"/>
329
+ </svg>
330
+ <svg width="60" height="40" viewBox="0 0 24 24" fill="#4A5153">
331
+ <circle cx="8" cy="10" r="2"/><circle cx="16" cy="10" r="2"/>
332
+ <path d="M4 16c0-2 3-3 4-3s4 1 4 3H4zm8 0c0-2 3-3 4-3s4 1 4 3h-8z"/>
333
+ </svg>
334
+ </div>
335
+ <div class="label-row">
336
+ <div class="name-wrap">
337
+ <div class="type-none"></div>
338
+ <div class="name">ToDoRemind<br>er_Backup</div>
339
+ </div>
340
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
341
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+
346
+ <!-- Item 3: Video -->
347
+ <div class="item">
348
+ <div class="thumb">
349
+ <div style="position: relative; width: 100%; height: 100%; display:flex; align-items:center; justify-content:center;">
350
+ <div style="position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 120px; height: 120px; border-radius: 60px; background:#151515; display:flex; align-items:center; justify-content:center;">
351
+ <svg viewBox="0 0 24 24" width="70" height="70" fill="#FFFFFF">
352
+ <path d="M8 5v14l11-7-11-7z"/>
353
+ </svg>
354
+ </div>
355
+ <span>[IMG: Beach Video]</span>
356
+ </div>
357
+ </div>
358
+ <div class="label-row">
359
+ <div class="name-wrap">
360
+ <div class="type-chip type-red"></div>
361
+ <div class="name">beach.mp4</div>
362
+ </div>
363
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
364
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
365
+ </svg>
366
+ </div>
367
+ </div>
368
+
369
+ <!-- Item 4: Doc preview -->
370
+ <div class="item">
371
+ <div class="thumb doc">
372
+ <span>[IMG: Document Preview]</span>
373
+ </div>
374
+ <div class="label-row">
375
+ <div class="name-wrap">
376
+ <div class="type-chip type-blue"></div>
377
+ <div class="name">Cerebra<br>Research</div>
378
+ </div>
379
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
380
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
381
+ </svg>
382
+ </div>
383
+ </div>
384
+
385
+ <!-- Item 5: Photo -->
386
+ <div class="item">
387
+ <div class="thumb">
388
+ <span>[IMG: Pink Flower Photo]</span>
389
+ </div>
390
+ <div class="label-row">
391
+ <div class="name-wrap">
392
+ <div class="type-chip type-red"></div>
393
+ <div class="name">pink<br>flower.jpeg</div>
394
+ </div>
395
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
396
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
397
+ </svg>
398
+ </div>
399
+ </div>
400
+
401
+ <!-- Item 6: Text file -->
402
+ <div class="item">
403
+ <div class="thumb doc">
404
+ <span>[IMG: Screenshot Text]</span>
405
+ </div>
406
+ <div class="label-row">
407
+ <div class="name-wrap">
408
+ <div class="type-chip type-blue"></div>
409
+ <div class="name">screenshot.txt</div>
410
+ </div>
411
+ <svg class="menu" viewBox="0 0 24 24" fill="#C9D0D3">
412
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
413
+ </svg>
414
+ </div>
415
+ </div>
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Floating Action Button -->
420
+ <div class="fab">
421
+ <svg viewBox="0 0 24 24" width="60" height="60" fill="#CFEAE6">
422
+ <path d="M11 5h2v14h-2V5zm-6 6h14v2H5v-2z"/>
423
+ </svg>
424
+ </div>
425
+
426
+ <!-- Gesture pill -->
427
+ <div class="gesture"></div>
428
+
429
+ <!-- Bottom Navigation -->
430
+ <div class="bottom-nav">
431
+ <div class="nav-item">
432
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#B8C0C4">
433
+ <path d="M12 3l9 8h-3v9h-12v-9H3l9-8z"/>
434
+ </svg>
435
+ Home
436
+ </div>
437
+ <div class="nav-item">
438
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#B8C0C4">
439
+ <path d="M12 17.27L18.18 21 16.54 13.97 22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/>
440
+ </svg>
441
+ Starred
442
+ </div>
443
+ <div class="nav-item">
444
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#B8C0C4">
445
+ <path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5C18 14.17 13.33 13 11 13zm8 0c-.73 0-1.41.08-2 .21 2.39.73 4 2.02 4 3.79V19h4v-2.5c0-2.33-4.67-3.5-6-3.5z"/>
446
+ </svg>
447
+ Shared
448
+ </div>
449
+ <div class="nav-item active">
450
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="#7AE2D6">
451
+ <path d="M10 4H4v16h16V8h-8l-2-4z"/>
452
+ </svg>
453
+ Files
454
+ </div>
455
+ </div>
456
+
457
+ </div>
458
+ </body>
459
+ </html>
code/634/634_1.html ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Drive Options 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: #0E1212; color: #E6ECEA;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 100%; height: 88px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ padding: 0 36px; color: #DDE6E3; font-size: 40px; letter-spacing: 0.5px;
19
+ }
20
+ .status-icons { display: flex; align-items: center; gap: 28px; }
21
+ /* Search header */
22
+ .search-row {
23
+ position: absolute; top: 108px; left: 0; width: 100%; height: 116px;
24
+ display: flex; align-items: center; gap: 24px; padding: 0 32px;
25
+ }
26
+ .hamburger {
27
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
28
+ border-radius: 12px; background: rgba(255,255,255,0.02);
29
+ }
30
+ .search-pill {
31
+ flex: 1; height: 88px; border-radius: 44px;
32
+ background: #203433; color: #AFC3BF; display: flex; align-items: center;
33
+ padding: 0 28px; gap: 20px; font-size: 36px;
34
+ }
35
+ .avatar {
36
+ width: 88px; height: 88px; border-radius: 44px; background: #C7512D;
37
+ color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 40px;
38
+ }
39
+ /* Tabs */
40
+ .tabs {
41
+ position: absolute; top: 240px; left: 0; width: 100%; height: 88px;
42
+ display: flex; align-items: center; gap: 60px; padding: 0 40px;
43
+ color: #8DA19D; font-size: 40px;
44
+ }
45
+ .tab-active { color: #7DD0C0; position: relative; }
46
+ .tab-active::after {
47
+ content: ""; position: absolute; left: 0; bottom: -12px; width: 160px; height: 8px; background: #4EC0A8; border-radius: 4px;
48
+ }
49
+ /* File tile preview */
50
+ .file-tile {
51
+ position: absolute; top: 380px; left: 0; width: 100%; padding: 0 32px;
52
+ }
53
+ .tile {
54
+ height: 152px; border-radius: 40px; background: #1E2F2E; display: flex; align-items: center;
55
+ padding: 0 28px; gap: 28px;
56
+ }
57
+ .img-ph {
58
+ width: 100px; height: 100px; background: #E0E0E0; border: 1px solid #BDBDBD;
59
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 16px;
60
+ }
61
+ .file-name { font-size: 42px; color: #D5E1DE; }
62
+ /* Options sheet */
63
+ .sheet {
64
+ position: absolute; left: 0; top: 540px; width: 100%; height: 1640px;
65
+ background: #1B2C2B; border-top-left-radius: 44px; border-top-right-radius: 44px;
66
+ box-shadow: 0 -10px 30px rgba(0,0,0,0.6);
67
+ }
68
+ .sheet-header {
69
+ height: 180px; display: flex; align-items: center; gap: 28px; padding: 0 36px;
70
+ border-top-left-radius: 44px; border-top-right-radius: 44px;
71
+ }
72
+ .sheet-header .file-name { font-size: 44px; }
73
+ .option-list { padding: 10px 0; }
74
+ .option {
75
+ height: 112px; display: flex; align-items: center; gap: 28px; padding: 0 44px; color: #CFE0DC; font-size: 40px;
76
+ }
77
+ .divider { height: 1px; margin: 12px 44px; background: #2B3D3B; }
78
+ .opt-ic {
79
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #AFC3BF;
80
+ }
81
+ /* Bottom gesture bar */
82
+ .gesture {
83
+ position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
84
+ width: 220px; height: 10px; background: #DADADA; border-radius: 8px; opacity: 0.8;
85
+ }
86
+ svg { width: 60px; height: 60px; }
87
+ .muted { color: #9EB2AE; }
88
+ </style>
89
+ </head>
90
+ <body>
91
+ <div id="render-target">
92
+
93
+ <!-- Status bar -->
94
+ <div class="status-bar">
95
+ <div>10:32</div>
96
+ <div class="status-icons">
97
+ <!-- simple signal icon -->
98
+ <svg viewBox="0 0 24 24">
99
+ <path d="M3 17h2v2H3v-2zm4-4h2v6H7v-6zm4-3h2v9h-2V10zm4-3h2v12h-2V7z" fill="#DDE6E3"></path>
100
+ </svg>
101
+ <!-- battery -->
102
+ <svg viewBox="0 0 24 24">
103
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#DDE6E3" stroke-width="2"></rect>
104
+ <rect x="4" y="8" width="14" height="8" fill="#DDE6E3"></rect>
105
+ <rect x="20" y="10" width="2" height="6" fill="#DDE6E3"></rect>
106
+ </svg>
107
+ </div>
108
+ </div>
109
+
110
+ <!-- Search row -->
111
+ <div class="search-row">
112
+ <div class="hamburger">
113
+ <svg viewBox="0 0 24 24">
114
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#CFE0DC" stroke-width="2" stroke-linecap="round"></path>
115
+ </svg>
116
+ </div>
117
+ <div class="search-pill">
118
+ <svg viewBox="0 0 24 24">
119
+ <circle cx="11" cy="11" r="7" stroke="#AFC3BF" stroke-width="2" fill="none"></circle>
120
+ <path d="M20 20l-4-4" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
121
+ </svg>
122
+ <span>Search in Drive</span>
123
+ </div>
124
+ <div class="avatar">C</div>
125
+ </div>
126
+
127
+ <!-- Tabs -->
128
+ <div class="tabs">
129
+ <div class="tab-active">My Drive</div>
130
+ <div>Computers</div>
131
+ </div>
132
+
133
+ <!-- File tile -->
134
+ <div class="file-tile">
135
+ <div class="tile">
136
+ <div class="img-ph">[IMG: Pink flower]</div>
137
+ <div class="file-name">pink flower.jpeg</div>
138
+ <div style="margin-left:auto; color:#9EB2AE;">
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M3 5h18M3 12h18M3 19h18" stroke="#9EB2AE" stroke-width="2" stroke-linecap="round"></path>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Options sheet -->
147
+ <div class="sheet">
148
+ <div class="sheet-header">
149
+ <div class="img-ph" style="width:72px;height:72px;">[IMG: Pink flower]</div>
150
+ <div class="file-name">pink flower.jpeg</div>
151
+ </div>
152
+ <div class="option-list">
153
+ <div class="option">
154
+ <div class="opt-ic">
155
+ <!-- share/person add -->
156
+ <svg viewBox="0 0 24 24">
157
+ <circle cx="9" cy="8" r="3" fill="none" stroke="#AFC3BF" stroke-width="2"></circle>
158
+ <path d="M2 20c0-4 6-4 8-4s8 0 8 4" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
159
+ <path d="M17 7v4M15 9h4" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
160
+ </svg>
161
+ </div>
162
+ <div>Share</div>
163
+ </div>
164
+
165
+ <div class="option">
166
+ <div class="opt-ic">
167
+ <!-- manage access: two users -->
168
+ <svg viewBox="0 0 24 24">
169
+ <circle cx="8" cy="8" r="3" fill="none" stroke="#AFC3BF" stroke-width="2"></circle>
170
+ <circle cx="16" cy="10" r="3" fill="none" stroke="#AFC3BF" stroke-width="2"></circle>
171
+ <path d="M2 20c0-3.5 5-3.5 6-3.5M12 20c0-3.5 5-3.5 6-3.5" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
172
+ </svg>
173
+ </div>
174
+ <div>Manage access</div>
175
+ </div>
176
+
177
+ <div class="option">
178
+ <div class="opt-ic">
179
+ <!-- star -->
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M12 3l3 6 6 .9-4.5 4.2 1.1 6-5.6-3-5.6 3 1.1-6L3 9.9 9 9z" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
182
+ </svg>
183
+ </div>
184
+ <div>Add to Starred</div>
185
+ </div>
186
+
187
+ <div class="option">
188
+ <div class="opt-ic">
189
+ <!-- offline check -->
190
+ <svg viewBox="0 0 24 24">
191
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#AFC3BF" stroke-width="2"></circle>
192
+ <path d="M8 12l3 3 5-5" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round" fill="none"></path>
193
+ </svg>
194
+ </div>
195
+ <div>Make available offline</div>
196
+ </div>
197
+
198
+ <div class="divider"></div>
199
+
200
+ <div class="option">
201
+ <div class="opt-ic">
202
+ <!-- link -->
203
+ <svg viewBox="0 0 24 24">
204
+ <path d="M9 7h0a5 5 0 0 1 7 0l2 2a5 5 0 0 1 0 7h0" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
205
+ <path d="M15 17h0a5 5 0 0 1-7 0l-2-2a5 5 0 0 1 0-7h0" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
206
+ </svg>
207
+ </div>
208
+ <div>Copy link</div>
209
+ </div>
210
+
211
+ <div class="option">
212
+ <div class="opt-ic">
213
+ <!-- copy -->
214
+ <svg viewBox="0 0 24 24">
215
+ <rect x="8" y="8" width="10" height="10" rx="2" fill="none" stroke="#AFC3BF" stroke-width="2"></rect>
216
+ <rect x="4" y="4" width="10" height="10" rx="2" fill="none" stroke="#AFC3BF" stroke-width="2"></rect>
217
+ </svg>
218
+ </div>
219
+ <div>Make a copy</div>
220
+ </div>
221
+
222
+ <div class="option">
223
+ <div class="opt-ic">
224
+ <!-- send/share arrow -->
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M4 12l16-8-7 16-2-6-7-2z" fill="none" stroke="#AFC3BF" stroke-width="2" stroke-linejoin="round"></path>
227
+ </svg>
228
+ </div>
229
+ <div>Send a copy</div>
230
+ </div>
231
+
232
+ <div class="divider"></div>
233
+
234
+ <div class="option">
235
+ <div class="opt-ic">
236
+ <!-- open with: crosshair -->
237
+ <svg viewBox="0 0 24 24">
238
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#AFC3BF" stroke-width="2"></circle>
239
+ <path d="M12 4v4M12 16v4M4 12h4M16 12h4" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
240
+ </svg>
241
+ </div>
242
+ <div>Open with</div>
243
+ </div>
244
+
245
+ <div class="option">
246
+ <div class="opt-ic">
247
+ <!-- download -->
248
+ <svg viewBox="0 0 24 24">
249
+ <path d="M12 4v9M8 10l4 4 4-4" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round" fill="none"></path>
250
+ <path d="M4 20h16" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
251
+ </svg>
252
+ </div>
253
+ <div>Download</div>
254
+ </div>
255
+
256
+ <div class="option">
257
+ <div class="opt-ic">
258
+ <!-- rename pencil -->
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M4 20l4-1 9-9-3-3-9 9-1 4zM15 5l3 3" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
261
+ </svg>
262
+ </div>
263
+ <div>Rename</div>
264
+ </div>
265
+
266
+ <div class="option">
267
+ <div class="opt-ic">
268
+ <!-- add shortcut: plus -->
269
+ <svg viewBox="0 0 24 24">
270
+ <rect x="4" y="4" width="16" height="16" rx="3" fill="none" stroke="#AFC3BF" stroke-width="2"></rect>
271
+ <path d="M12 8v8M8 12h8" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
272
+ </svg>
273
+ </div>
274
+ <div>Add shortcut to Drive</div>
275
+ </div>
276
+
277
+ <div class="option">
278
+ <div class="opt-ic">
279
+ <!-- move folder with arrow -->
280
+ <svg viewBox="0 0 24 24">
281
+ <path d="M3 7h6l2 2h10v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7z" fill="none" stroke="#AFC3BF" stroke-width="2"></path>
282
+ <path d="M12 12l4 4M16 12l-4 4" stroke="#AFC3BF" stroke-width="2" stroke-linecap="round"></path>
283
+ </svg>
284
+ </div>
285
+ <div>Move</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Bottom gesture bar -->
291
+ <div class="gesture"></div>
292
+
293
+ </div>
294
+ </body>
295
+ </html>
code/634/634_2.html ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Share 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: #121212; color: #fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height: 90px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ padding: 0 32px; color: #EDEDED; font-size: 40px; letter-spacing: 0.3px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 24px; }
22
+ .status-icon svg { width: 36px; height: 36px; fill: #EDEDED; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height: 120px; border-bottom: 1px solid #1f1f1f;
27
+ display: flex; align-items: center; padding: 0 24px; gap: 18px;
28
+ }
29
+ .app-title { font-size: 54px; font-weight: 600; flex: 1; }
30
+ .app-actions { display: flex; align-items: center; gap: 32px; }
31
+ .icon-btn svg { width: 48px; height: 48px; fill: none; stroke: #EDEDED; stroke-width: 2.5; }
32
+
33
+ /* Share to input */
34
+ .share-input {
35
+ display: flex; align-items: center; gap: 20px;
36
+ padding: 26px 28px; border-bottom: 1px solid #1f1f1f;
37
+ }
38
+ .person-icon svg { width: 46px; height: 46px; stroke: #B8B8B8; fill: none; stroke-width: 2.2; }
39
+ .input-placeholder {
40
+ font-size: 42px; color: #B8B8B8;
41
+ }
42
+
43
+ /* Content spacing */
44
+ .content { padding: 24px 28px 0 28px; }
45
+ .spacer { height: 850px; }
46
+
47
+ /* Manage access */
48
+ .section-label { color: #BDBDBD; font-size: 40px; margin-bottom: 24px; }
49
+ .access-row {
50
+ display: flex; align-items: center; gap: 24px;
51
+ }
52
+ .lock-circle {
53
+ width: 100px; height: 100px; border-radius: 50%;
54
+ background: #263238; display: flex; align-items: center; justify-content: center;
55
+ }
56
+ .lock-circle svg { width: 54px; height: 54px; fill: none; stroke: #9FB0B7; stroke-width: 2.4; }
57
+ .access-text { font-size: 46px; color: #CFCFCF; }
58
+
59
+ /* Keyboard */
60
+ .keyboard {
61
+ position: absolute; left: 0; right: 0; bottom: 110px;
62
+ background: #1c1c1c; border-top: 1px solid #2a2a2a;
63
+ padding: 26px 24px 34px 24px;
64
+ }
65
+ .kb-tools { display: flex; align-items: center; gap: 30px; margin-bottom: 14px; }
66
+ .tool {
67
+ width: 64px; height: 64px; border-radius: 16px;
68
+ background: #2a2a2a; display: flex; align-items: center; justify-content: center;
69
+ }
70
+ .tool svg, .tool span { width: 40px; height: 40px; color: #e5e5e5; fill: #e5e5e5; font-size: 26px; font-weight: 700; }
71
+
72
+ .row { display: flex; gap: 12px; justify-content: space-between; margin: 16px 0; }
73
+ .key {
74
+ background: #2a2a2a; color: #eeeeee;
75
+ height: 110px; flex: 1; max-width: 92px;
76
+ border-radius: 22px; display: flex; align-items: center; justify-content: center;
77
+ font-size: 44px; font-weight: 500;
78
+ }
79
+ .key.wide { flex: 1.8; max-width: none; }
80
+ .key.shift, .key.home { max-width: 120px; }
81
+ .key.small { max-width: 140px; font-size: 36px; }
82
+ .bottom-row { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
83
+ .key-pill {
84
+ height: 104px; padding: 0 26px; border-radius: 28px;
85
+ background: #3a3a3a; color: #e0e0e0; display: inline-flex; align-items: center; justify-content: center;
86
+ font-size: 40px;
87
+ }
88
+ .space { flex: 1; height: 104px; border-radius: 28px; background: #2a2a2a; }
89
+ .send-btn {
90
+ width: 120px; height: 120px; border-radius: 50%;
91
+ background: #8cf2ea; display: flex; align-items: center; justify-content: center;
92
+ }
93
+ .send-btn svg { width: 62px; height: 62px; stroke: #0c403b; stroke-width: 6; fill: none; }
94
+
95
+ /* Gesture bar */
96
+ .gesture {
97
+ position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
98
+ width: 340px; height: 12px; background: #e6e6e6; border-radius: 10px;
99
+ opacity: 0.9;
100
+ }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Status bar -->
107
+ <div class="status-bar">
108
+ <div>10:33</div>
109
+ <div class="status-right">
110
+ <div class="status-icon">
111
+ <svg viewBox="0 0 24 24"><path d="M4 10h16v4H4z"></path></svg>
112
+ </div>
113
+ <div class="status-icon">
114
+ <svg viewBox="0 0 24 24"><path d="M3 17h18v2H3zM6 13h12v2H6zM9 9h6v2H9z"></path></svg>
115
+ </div>
116
+ <div class="status-icon">
117
+ <svg viewBox="0 0 24 24"><path d="M6 20h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zm7-2h-2V6h2v12z"></path></svg>
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- App bar -->
123
+ <div class="app-bar">
124
+ <div class="icon-btn">
125
+ <svg viewBox="0 0 24 24">
126
+ <path d="M4 4L20 20M20 4L4 20"></path>
127
+ </svg>
128
+ </div>
129
+ <div class="app-title">Share</div>
130
+ <div class="app-actions">
131
+ <div class="icon-btn">
132
+ <svg viewBox="0 0 24 24">
133
+ <path d="M3 11l18-8-8 18-2-7-8-3z"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="icon-btn">
137
+ <svg viewBox="0 0 24 24">
138
+ <circle cx="12" cy="5" r="2.2" fill="#EDEDED"></circle>
139
+ <circle cx="12" cy="12" r="2.2" fill="#EDEDED"></circle>
140
+ <circle cx="12" cy="19" r="2.2" fill="#EDEDED"></circle>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Share to row -->
147
+ <div class="share-input">
148
+ <div class="person-icon">
149
+ <svg viewBox="0 0 24 24">
150
+ <circle cx="9" cy="8" r="4"></circle>
151
+ <path d="M4 20c0-4 10-4 10 0"></path>
152
+ <path d="M17 7v6M14 10h6"></path>
153
+ </svg>
154
+ </div>
155
+ <div class="input-placeholder">Add people or groups</div>
156
+ </div>
157
+
158
+ <!-- Content + Manage access -->
159
+ <div class="content">
160
+ <div class="spacer"></div>
161
+ <div class="section-label">Manage access</div>
162
+ <div class="access-row">
163
+ <div class="lock-circle">
164
+ <svg viewBox="0 0 24 24">
165
+ <path d="M7 10V7a5 5 0 0 1 10 0v3"></path>
166
+ <rect x="6" y="10" width="12" height="9" rx="2"></rect>
167
+ </svg>
168
+ </div>
169
+ <div class="access-text">Not shared</div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- Keyboard mock -->
174
+ <div class="keyboard">
175
+ <div class="kb-tools">
176
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM14 14h6v6h-6z"></path></svg></div>
177
+ <div class="tool"><svg viewBox="0 0 24 24"><circle cx="12" cy="10" r="4"></circle><path d="M6 18c2.5-3 9.5-3 12 0"></path></svg></div>
178
+ <div class="tool"><span>GIF</span></div>
179
+ <div class="tool"><span>Gx</span></div>
180
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 2v20M4 6h16M6 18h12"></path></svg></div>
181
+ <div class="tool"><svg viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1z"></path></svg></div>
182
+ </div>
183
+
184
+ <div class="row">
185
+ <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>
186
+ </div>
187
+ <div class="row">
188
+ <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>
189
+ <div class="key wide">
190
+ <svg viewBox="0 0 24 24" style="width:44px;height:44px;fill:none;stroke:#eee;stroke-width:2.5">
191
+ <path d="M4 8l6 4-6 4V8z"></path><rect x="10" y="6" width="10" height="12" rx="2"></rect>
192
+ </svg>
193
+ </div>
194
+ </div>
195
+ <div class="row">
196
+ <div class="key home">
197
+ <svg viewBox="0 0 24 24" style="width:44px;height:44px;fill:none;stroke:#eee;stroke-width:2.2">
198
+ <path d="M3 11l9-7 9 7"></path><path d="M5 10v10h14V10"></path>
199
+ </svg>
200
+ </div>
201
+ <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>
202
+ <div class="key small">,</div>
203
+ </div>
204
+
205
+ <div class="bottom-row">
206
+ <div class="key-pill">?123</div>
207
+ <div class="key-pill" style="width:104px;">,</div>
208
+ <div class="key-pill" style="width:104px;">
209
+ <svg viewBox="0 0 24 24" style="width:44px;height:44px;fill:none;stroke:#e0e0e0;stroke-width:2.2">
210
+ <circle cx="12" cy="7" r="3"></circle>
211
+ <path d="M6 20c2.5-3 9.5-3 12 0"></path>
212
+ </svg>
213
+ </div>
214
+ <div class="space"></div>
215
+ <div class="key-pill" style="width:104px;">.</div>
216
+ <div class="send-btn">
217
+ <svg viewBox="0 0 24 24"><path d="M4 13l5 5 11-11"></path></svg>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Gesture bar -->
223
+ <div class="gesture"></div>
224
+ </div>
225
+ </body>
226
+ </html>
code/634/634_3.html ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Share UI - Dark</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:#121212; color:#EDEDED;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ position:absolute; top:0; left:0; right:0; height:90px;
18
+ padding:0 36px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ color:#EDEDED; font-size:34px; letter-spacing:0.5px;
21
+ }
22
+ .status-icons { display:flex; align-items:center; gap:22px; }
23
+ .status-icons .icon { width:40px; height:40px; opacity:0.85; }
24
+
25
+ /* Header */
26
+ .header {
27
+ position:absolute; top:90px; left:0; right:0; height:130px;
28
+ padding:0 24px;
29
+ display:flex; align-items:center; justify-content:space-between;
30
+ border-bottom:1px solid #2A2A2A;
31
+ }
32
+ .header-left, .header-right {
33
+ display:flex; align-items:center; gap:28px;
34
+ }
35
+ .header-title { font-size:48px; font-weight:600; }
36
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; }
37
+
38
+ /* Content area */
39
+ .content {
40
+ position:absolute; top:220px; left:0; right:0; bottom:0;
41
+ padding:18px 32px 0 32px;
42
+ }
43
+ .row {
44
+ display:flex; align-items:center; gap:24px;
45
+ padding:26px 0;
46
+ border-bottom:1px solid #2A2A2A;
47
+ }
48
+ .row:last-child { border-bottom:none; }
49
+ .label { color:#B9B9B9; font-size:32px; }
50
+ .field-text { font-size:36px; color:#EDEDED; }
51
+ .editor-row { justify-content:space-between; }
52
+ .dropdown { display:flex; align-items:center; gap:14px; }
53
+ .checkbox-row { gap:18px; }
54
+ .checkbox {
55
+ width:46px; height:46px; border-radius:8px;
56
+ background:#1F1F1F; border:2px solid #66E9E5; display:flex; align-items:center; justify-content:center;
57
+ }
58
+ .message-area {
59
+ margin-top:24px;
60
+ height:240px;
61
+ border:1px solid #2A2A2A; border-radius:16px;
62
+ display:flex; align-items:center; padding:0 24px;
63
+ color:#8F8F8F; font-size:34px;
64
+ }
65
+
66
+ /* Keyboard mock */
67
+ .keyboard {
68
+ position:absolute; left:0; right:0; bottom:0;
69
+ background:#181818;
70
+ border-top:1px solid #2A2A2A;
71
+ height:920px;
72
+ }
73
+ .kb-topbar {
74
+ height:110px; padding:0 28px;
75
+ display:flex; align-items:center; gap:28px;
76
+ }
77
+ .kb-top-icon {
78
+ width:76px; height:76px; border-radius:16px;
79
+ background:#222; display:flex; align-items:center; justify-content:center;
80
+ color:#CFCFCF; font-size:28px;
81
+ border:1px solid #2A2A2A;
82
+ }
83
+ .kb-rows { padding:8px 18px; }
84
+ .kb-row { display:flex; gap:16px; margin:18px 0; justify-content:center; }
85
+ .key {
86
+ height:120px; min-width:90px; padding:0 16px;
87
+ background:#252525; border-radius:18px; border:1px solid #2A2A2A;
88
+ display:flex; align-items:center; justify-content:center;
89
+ color:#EDEDED; font-size:40px;
90
+ }
91
+ .key.wide { min-width:140px; }
92
+ .key.wider { min-width:220px; }
93
+ .key.space { flex:1; min-width:380px; }
94
+ .key.func { color:#C4C4C4; }
95
+ .key.enter { background:#76F2EA; color:#0B1F1F; font-weight:700; }
96
+ .kb-bottom {
97
+ display:flex; align-items:center; gap:16px;
98
+ padding:8px 18px 22px 18px;
99
+ }
100
+
101
+ /* Avatars / icons */
102
+ .avatar {
103
+ width:60px; height:60px; border-radius:50%;
104
+ background:#222; border:1px solid #2A2A2A;
105
+ display:flex; align-items:center; justify-content:center;
106
+ }
107
+ .divider-space { height:20px; }
108
+
109
+ /* Simple inline icons sizing helper */
110
+ svg { display:block; }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status bar -->
117
+ <div class="statusbar">
118
+ <div>10:34</div>
119
+ <div class="status-icons">
120
+ <!-- Signal -->
121
+ <svg class="icon" viewBox="0 0 24 24">
122
+ <rect x="2" y="14" width="3" height="8" fill="#EDEDED"></rect>
123
+ <rect x="7" y="10" width="3" height="12" fill="#EDEDED" opacity="0.8"></rect>
124
+ <rect x="12" y="6" width="3" height="16" fill="#EDEDED" opacity="0.6"></rect>
125
+ <rect x="17" y="2" width="3" height="20" fill="#EDEDED" opacity="0.4"></rect>
126
+ </svg>
127
+ <!-- WiFi -->
128
+ <svg class="icon" viewBox="0 0 24 24">
129
+ <path d="M2 8a16 16 0 0 1 20 0" stroke="#EDEDED" stroke-width="2" fill="none"/>
130
+ <path d="M5 12a10 10 0 0 1 14 0" stroke="#EDEDED" stroke-width="2" fill="none"/>
131
+ <path d="M8 16a6 6 0 0 1 8 0" stroke="#EDEDED" stroke-width="2" fill="none"/>
132
+ <circle cx="12" cy="19" r="2" fill="#EDEDED"/>
133
+ </svg>
134
+ <!-- Battery -->
135
+ <svg class="icon" viewBox="0 0 28 24">
136
+ <rect x="2" y="5" width="20" height="14" rx="2" ry="2" stroke="#EDEDED" fill="none" stroke-width="2"></rect>
137
+ <rect x="4" y="7" width="14" height="10" fill="#EDEDED"></rect>
138
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#EDEDED"></rect>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Header -->
144
+ <div class="header">
145
+ <div class="header-left">
146
+ <!-- Close -->
147
+ <div class="icon-btn">
148
+ <svg width="48" height="48" viewBox="0 0 24 24">
149
+ <path d="M5 5L19 19M19 5L5 19" stroke="#EDEDED" stroke-width="2" stroke-linecap="round"/>
150
+ </svg>
151
+ </div>
152
+ <div class="header-title">Share</div>
153
+ </div>
154
+ <div class="header-right">
155
+ <!-- Send -->
156
+ <div class="icon-btn">
157
+ <svg width="56" height="56" viewBox="0 0 24 24">
158
+ <path d="M3 12L21 3 13 21 11 13 3 12Z" fill="#76F2EA" />
159
+ </svg>
160
+ </div>
161
+ <!-- More -->
162
+ <div class="icon-btn">
163
+ <svg width="44" height="44" viewBox="0 0 24 24">
164
+ <circle cx="12" cy="5" r="2" fill="#EDEDED"></circle>
165
+ <circle cx="12" cy="12" r="2" fill="#EDEDED"></circle>
166
+ <circle cx="12" cy="19" r="2" fill="#EDEDED"></circle>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Content -->
173
+ <div class="content">
174
+
175
+ <!-- People input -->
176
+ <div class="row">
177
+ <div class="avatar">
178
+ <svg width="36" height="36" viewBox="0 0 24 24">
179
+ <circle cx="12" cy="8" r="4" fill="#9E9E9E"></circle>
180
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#9E9E9E"></path>
181
+ </svg>
182
+ </div>
183
+ <div class="field-text">dbwscratch.test.id6@gmail.com</div>
184
+ </div>
185
+
186
+ <!-- Editor dropdown -->
187
+ <div class="row editor-row">
188
+ <div class="label">Editor</div>
189
+ <div class="dropdown">
190
+ <div class="label">Editor</div>
191
+ <svg width="36" height="36" viewBox="0 0 24 24">
192
+ <path d="M6 9l6 6 6-6" stroke="#B9B9B9" stroke-width="2" fill="none" stroke-linecap="round" />
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Notify people -->
198
+ <div class="row checkbox-row" style="border-bottom:none;">
199
+ <div class="checkbox">
200
+ <svg width="32" height="32" viewBox="0 0 24 24">
201
+ <path d="M4 12l5 5 11-11" stroke="#66E9E5" stroke-width="3" fill="none" stroke-linecap="round" />
202
+ </svg>
203
+ </div>
204
+ <div class="field-text" style="font-size:34px;">Notify people</div>
205
+ </div>
206
+
207
+ <!-- Message -->
208
+ <div class="message-area">Add a message</div>
209
+
210
+ </div>
211
+
212
+ <!-- Keyboard mock -->
213
+ <div class="keyboard">
214
+ <div class="kb-topbar">
215
+ <div class="kb-top-icon">◧</div>
216
+ <div class="kb-top-icon">😊</div>
217
+ <div class="kb-top-icon">GIF</div>
218
+ <div class="kb-top-icon">G⇄</div>
219
+ <div class="kb-top-icon">⚙️</div>
220
+ <div class="kb-top-icon">🎨</div>
221
+ <div class="kb-top-icon">🎙️</div>
222
+ </div>
223
+
224
+ <div class="kb-rows">
225
+ <!-- Row 1 -->
226
+ <div class="kb-row">
227
+ <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>
228
+ <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>
229
+ </div>
230
+ <!-- Row 2 -->
231
+ <div class="kb-row">
232
+ <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>
233
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
234
+ <div class="key wider func">
235
+ <svg width="34" height="34" viewBox="0 0 24 24">
236
+ <path d="M3 12h18" stroke="#C4C4C4" stroke-width="2"/>
237
+ <path d="M12 5l7 7-7 7" stroke="#C4C4C4" stroke-width="2" fill="none" stroke-linecap="round"/>
238
+ </svg>
239
+ </div>
240
+ </div>
241
+ <!-- Row 3 -->
242
+ <div class="kb-row">
243
+ <div class="key wide func">⇧</div>
244
+ <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>
245
+ <div class="key">n</div><div class="key">m</div>
246
+ <div class="key wide func">
247
+ <svg width="34" height="34" viewBox="0 0 24 24">
248
+ <path d="M6 6l12 12M18 6L6 18" stroke="#C4C4C4" stroke-width="2" stroke-linecap="round"/>
249
+ </svg>
250
+ </div>
251
+ </div>
252
+ <!-- Bottom row -->
253
+ <div class="kb-bottom">
254
+ <div class="key wide func">?123</div>
255
+ <div class="key wide func">,</div>
256
+ <div class="key wide func">☺</div>
257
+ <div class="key space"></div>
258
+ <div class="key wide func">.</div>
259
+ <div class="key wide enter">✓</div>
260
+ </div>
261
+ </div>
262
+ </div>
263
+
264
+ </div>
265
+ </body>
266
+ </html>
code/634/634_4.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>Share Screen Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #121212; color: #EDEDED;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 96px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #EDEDED; font-size: 32px; letter-spacing: 0.5px;
17
+ }
18
+ .status-right { display: flex; align-items: center; gap: 24px; }
19
+ .toolbar {
20
+ height: 140px; border-bottom: 1px solid #1f1f1f; display: flex; align-items: center;
21
+ padding: 0 20px; gap: 18px;
22
+ }
23
+ .toolbar-title { font-size: 44px; font-weight: 500; margin-right: auto; }
24
+ .icon-btn { width: 88px; height: 88px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
25
+ /* Recipient area */
26
+ .people-row { padding: 28px; padding-top: 36px; }
27
+ .recipient-wrap {
28
+ background: #121212;
29
+ border-radius: 20px;
30
+ padding: 10px 8px;
31
+ display: flex; align-items: center; gap: 22px;
32
+ }
33
+ .avatar-add {
34
+ width: 72px; height: 72px; border-radius: 36px; background: #263238; display: flex; align-items: center; justify-content: center; color: #B0BEC5;
35
+ }
36
+ .chip-field {
37
+ flex: 1; height: 92px; border-radius: 46px; background: #1E1E1E; border: 1px solid #2A2A2A;
38
+ display: flex; align-items: center; padding: 0 28px; gap: 16px;
39
+ }
40
+ .chip {
41
+ background: #2A2A2A; color: #EDEDED; padding: 16px 26px; border-radius: 40px; font-size: 32px;
42
+ }
43
+ .caret {
44
+ width: 3px; height: 54px; background: #22B8F0; border-radius: 2px; margin-left: auto;
45
+ }
46
+ /* Editor row */
47
+ .row {
48
+ padding: 30px 28px; border-top: 1px solid #1f1f1f; border-bottom: 1px solid #1f1f1f;
49
+ display: flex; align-items: center; justify-content: space-between; height: 124px;
50
+ }
51
+ .row .label { font-size: 34px; color: #EDEDED; }
52
+ .row .value { color: #BDBDBD; font-size: 32px; }
53
+ /* Notify checkbox */
54
+ .checkbox-row {
55
+ height: 116px; display: flex; align-items: center; gap: 24px; padding: 0 28px; border-bottom: 1px solid #1f1f1f;
56
+ }
57
+ .checkbox {
58
+ width: 48px; height: 48px; border-radius: 8px; background: #1E1E1E; border: 2px solid #66D9C0; position: relative;
59
+ }
60
+ .checkbox::after {
61
+ content: ""; position: absolute; inset: 0; background: #66D9C0; border-radius: 6px; transform: scale(0.92);
62
+ }
63
+ .checkbox svg { position: absolute; top: 6px; left: 8px; }
64
+ .notify-text { font-size: 34px; }
65
+ /* Add message placeholder */
66
+ .message-area { padding: 28px; color: #9E9E9E; font-size: 34px; }
67
+ /* Keyboard mock */
68
+ .keyboard {
69
+ position: absolute; left: 0; right: 0; bottom: 84px;
70
+ height: 1030px; background: #0F0F0F; border-top: 1px solid #1f1f1f;
71
+ display: flex; flex-direction: column;
72
+ }
73
+ .kb-suggest {
74
+ height: 92px; display: flex; align-items: center; padding: 0 22px; gap: 24px; color: #BDBDBD; font-size: 32px;
75
+ border-bottom: 1px solid #1f1f1f;
76
+ }
77
+ .suggest-pill { flex: 1; display: flex; justify-content: center; color: #BDBDBD; }
78
+ .kb-rows { padding: 20px 16px 16px; display: flex; flex-direction: column; gap: 18px; }
79
+ .kb-row { display: flex; gap: 14px; justify-content: center; }
80
+ .key {
81
+ height: 120px; width: 92px; border-radius: 16px; background: #2A2A2A; color: #EDEDED;
82
+ display: flex; align-items: center; justify-content: center; font-size: 42px;
83
+ }
84
+ .key-wide { width: 120px; }
85
+ .key-xwide { width: 160px; }
86
+ .key-space { flex: 1; }
87
+ .key-round { border-radius: 30px; }
88
+ .key-action { background: #6CEAE1; color: #0D0D0D; font-weight: 700; }
89
+ .key-dark { background: #1E1E1E; color: #CFCFCF; }
90
+ /* Bottom navigation pill */
91
+ .nav-pill {
92
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
93
+ width: 300px; height: 10px; border-radius: 10px; background: #BDBDBD33;
94
+ }
95
+ /* Small helpers */
96
+ .divider { height: 1px; background: #1f1f1f; margin: 10px 0; }
97
+ .muted { color: #9E9E9E; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div>10:34</div>
105
+ <div class="status-right">
106
+ <!-- simple mail/status glyph -->
107
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#EDEDED"><path d="M20 4H4c-1.1 0-2 .9-2 2v12l6-4h12c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2z"/></svg>
108
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 2C8 2 5 5 5 9v6l-2 2v1h18v-1l-2-2V9c0-4-3-7-7-7z"/></svg>
109
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 22c1.1 0 2-.9 2-2h-4a2 2 0 0 0 2 2zm6-6V9a6 6 0 1 0-12 0v7l-2 2v1h16v-1l-2-2z"/></svg>
110
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#EDEDED"><path d="M16 4h-3L9 8H6c-1.1 0-2 .9-2 2v8h16V4h-4z"/></svg>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Toolbar -->
115
+ <div class="toolbar">
116
+ <div class="icon-btn">
117
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#EDEDED"><path d="M18.3 5.7 5.7 18.3 4.3 16.9 16.9 4.3z"/><path d="m16.9 18.3-12.6-12.6 1.4-1.4 12.6 12.6z"/></svg>
118
+ </div>
119
+ <div class="toolbar-title">Share</div>
120
+ <div class="icon-btn">
121
+ <!-- send -->
122
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#EDEDED"><path d="M2 21 23 12 2 3l3 7 9 2-9 2z"/></svg>
123
+ </div>
124
+ <div class="icon-btn">
125
+ <!-- more -->
126
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#EDEDED"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
127
+ </div>
128
+ </div>
129
+
130
+ <!-- Recipient -->
131
+ <div class="people-row">
132
+ <div class="recipient-wrap">
133
+ <div class="avatar-add">
134
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#B0BEC5"><path d="M15 12c2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5 2.2 5 5 5zm-8 2c-3.3 0-6 2.7-6 6h12c0-3.3-2.7-6-6-6zM22 13h-3v-3h-2v3h-3v2h3v3h2v-3h3z"/></svg>
135
+ </div>
136
+ <div class="chip-field">
137
+ <div class="chip">dbwscratch.test.id6@gmail.com</div>
138
+ <div class="caret"></div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+
143
+ <!-- Editor row -->
144
+ <div class="row">
145
+ <div class="label">Editor</div>
146
+ <div class="value">
147
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M7 10l5 5 5-5z"/></svg>
148
+ </div>
149
+ </div>
150
+
151
+ <!-- Notify people -->
152
+ <div class="checkbox-row">
153
+ <div class="checkbox">
154
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#0F0F0F"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
155
+ </div>
156
+ <div class="notify-text">Notify people</div>
157
+ </div>
158
+
159
+ <!-- Add a message placeholder -->
160
+ <div class="message-area">Add a message</div>
161
+
162
+ <!-- Keyboard -->
163
+ <div class="keyboard">
164
+ <div class="kb-suggest">
165
+ <div style="width:72px;height:72px;border-radius:36px;background:#2A2A2A;display:flex;align-items:center;justify-content:center;">
166
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M12 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 2c-3.3 0-6 2.7-6 6h12c0-3.3-2.7-6-6-6z"/></svg>
167
+ </div>
168
+ <div class="suggest-pill">a</div>
169
+ <div class="suggest-pill">|</div>
170
+ <div class="suggest-pill">2nd</div>
171
+ <div class="suggest-pill">|</div>
172
+ <div class="suggest-pill">near</div>
173
+ <div style="margin-left:auto;width:72px;height:72px;border-radius:36px;background:#2A2A2A;display:flex;align-items:center;justify-content:center;">
174
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#EDEDED"><path d="M12 3a4 4 0 0 0-4 4v5a4 4 0 0 0 8 0V7a4 4 0 0 0-4-4zm-7 9v2h4v-2H5zm9 7h-4v2h4v-2z"/></svg>
175
+ </div>
176
+ </div>
177
+ <div class="kb-rows">
178
+ <div class="kb-row">
179
+ <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>
180
+ <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>
181
+ </div>
182
+ <div class="kb-row">
183
+ <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>
184
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
185
+ </div>
186
+ <div class="kb-row">
187
+ <div class="key key-wide key-dark">⌄</div>
188
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
189
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
190
+ <div class="key key-wide key-dark">
191
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M20 7H9l3-3-1.4-1.4L5.2 8l5.4 5.4L12 12l-3-3h11z"/></svg>
192
+ </div>
193
+ </div>
194
+ <div class="kb-row">
195
+ <div class="key key-xwide key-dark">?123</div>
196
+ <div class="key key-wide key-dark">,</div>
197
+ <div class="key key-space"></div>
198
+ <div class="key key-wide key-dark">.</div>
199
+ <div class="key key-xwide key-action">
200
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#0D0D0D"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
201
+ </div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="nav-pill"></div>
207
+ </div>
208
+ </body>
209
+ </html>
code/634/634_5.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: #121212;
14
+ color: #EDEDED;
15
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 110px;
21
+ padding: 0 40px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #EDEDED;
26
+ font-size: 40px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 26px;
32
+ }
33
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
34
+ .icon svg { width: 44px; height: 44px; fill: none; stroke: #EDEDED; stroke-width: 3; }
35
+
36
+ /* App bar */
37
+ .app-bar {
38
+ height: 130px;
39
+ padding: 0 34px;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 30px;
43
+ }
44
+ .title {
45
+ font-size: 52px;
46
+ font-weight: 600;
47
+ letter-spacing: 0.2px;
48
+ }
49
+ .app-actions {
50
+ margin-left: auto;
51
+ display: flex;
52
+ align-items: center;
53
+ gap: 28px;
54
+ }
55
+ .app-actions svg { width: 54px; height: 54px; stroke: #EDEDED; stroke-width: 3; }
56
+
57
+ /* Cyan progress bar under title */
58
+ .progress-line {
59
+ height: 8px;
60
+ background: #60D7D7;
61
+ width: 740px;
62
+ margin: 10px 0 26px 188px; /* visually centered under title area */
63
+ border-radius: 4px;
64
+ }
65
+
66
+ /* Share row */
67
+ .share-row {
68
+ display: flex;
69
+ align-items: center;
70
+ padding: 0 34px;
71
+ gap: 24px;
72
+ }
73
+ .person-icon svg { width: 64px; height: 64px; stroke: #B0BEC5; }
74
+ .pill {
75
+ background: #1E1E1E;
76
+ border: 1px solid #2A2A2A;
77
+ border-radius: 44px;
78
+ height: 96px;
79
+ flex: 1;
80
+ display: flex;
81
+ align-items: center;
82
+ padding: 0 36px;
83
+ color: #BFBFBF;
84
+ font-size: 36px;
85
+ letter-spacing: 0.3px;
86
+ position: relative;
87
+ }
88
+ .caret {
89
+ position: absolute;
90
+ right: 26px;
91
+ top: 22px;
92
+ width: 4px;
93
+ height: 52px;
94
+ background: #60D7D7;
95
+ border-radius: 2px;
96
+ }
97
+ .row-actions { display: flex; align-items: center; gap: 22px; }
98
+ .row-actions svg { width: 56px; height: 56px; stroke: #EDEDED; stroke-width: 3; }
99
+
100
+ /* Section rows */
101
+ .section {
102
+ margin-top: 40px;
103
+ border-top: 1px solid #232323;
104
+ }
105
+ .section-row {
106
+ padding: 34px;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: space-between;
110
+ }
111
+ .section-title { font-size: 40px; color: #EDEDED; }
112
+ .chev svg { width: 42px; height: 42px; stroke: #B0BEC5; }
113
+
114
+ /* Notify checkbox */
115
+ .checkbox-row {
116
+ padding: 26px 34px;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 26px;
120
+ font-size: 38px;
121
+ color: #EDEDED;
122
+ }
123
+ .checkbox {
124
+ width: 48px; height: 48px;
125
+ border-radius: 8px;
126
+ background: #121212;
127
+ border: 2px solid #60D7D7;
128
+ display: flex; align-items: center; justify-content: center;
129
+ }
130
+ .checkbox svg { width: 34px; height: 34px; stroke: #60D7D7; stroke-width: 5; }
131
+
132
+ /* Add a message placeholder */
133
+ .message-placeholder {
134
+ padding: 24px 34px;
135
+ color: #9E9E9E;
136
+ font-size: 38px;
137
+ }
138
+
139
+ /* Bottom home indicator */
140
+ .home-indicator {
141
+ position: absolute;
142
+ bottom: 52px;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ width: 220px;
146
+ height: 10px;
147
+ background: #FFFFFF;
148
+ border-radius: 8px;
149
+ opacity: 0.9;
150
+ }
151
+ </style>
152
+ </head>
153
+ <body>
154
+ <div id="render-target">
155
+ <!-- Status bar -->
156
+ <div class="status-bar">
157
+ <div class="time">10:37</div>
158
+ <div class="status-right">
159
+ <!-- Wi-Fi -->
160
+ <span class="icon">
161
+ <svg viewBox="0 0 24 24">
162
+ <path d="M2 9c5-4 15-4 20 0"></path>
163
+ <path d="M5 12c3-3 11-3 14 0"></path>
164
+ <path d="M8 15c2-2 6-2 8 0"></path>
165
+ <circle cx="12" cy="18" r="1.8" fill="#EDEDED" stroke="none"></circle>
166
+ </svg>
167
+ </span>
168
+ <!-- Battery -->
169
+ <span class="icon">
170
+ <svg viewBox="0 0 30 24">
171
+ <rect x="2" y="5" width="22" height="14" rx="2"></rect>
172
+ <rect x="25" y="9" width="3" height="6" rx="1"></rect>
173
+ <rect x="4" y="7" width="18" height="10" fill="#EDEDED" stroke="none"></rect>
174
+ </svg>
175
+ </span>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- App bar -->
180
+ <div class="app-bar">
181
+ <!-- Close (X) -->
182
+ <span class="icon">
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M4 4 L20 20"></path>
185
+ <path d="M20 4 L4 20"></path>
186
+ </svg>
187
+ </span>
188
+ <div class="title">Share</div>
189
+ <div class="app-actions">
190
+ <!-- Send -->
191
+ <svg viewBox="0 0 24 24">
192
+ <path d="M3 11 L21 3 L13 21 L11 13 Z"></path>
193
+ </svg>
194
+ <!-- Kebab -->
195
+ <svg viewBox="0 0 24 24">
196
+ <circle cx="12" cy="5" r="2.5" fill="#EDEDED" stroke="none"></circle>
197
+ <circle cx="12" cy="12" r="2.5" fill="#EDEDED" stroke="none"></circle>
198
+ <circle cx="12" cy="19" r="2.5" fill="#EDEDED" stroke="none"></circle>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Progress underline -->
204
+ <div class="progress-line"></div>
205
+
206
+ <!-- Share to field -->
207
+ <div class="share-row">
208
+ <span class="person-icon icon">
209
+ <svg viewBox="0 0 24 24">
210
+ <circle cx="9" cy="8" r="4"></circle>
211
+ <path d="M3 20c1.5-4 9-4 12 0"></path>
212
+ <path d="M17 8h5"></path>
213
+ <path d="M19.5 5.5v5"></path>
214
+ </svg>
215
+ </span>
216
+ <div class="pill">
217
+ dbwscratch.test.id6@gmail.com
218
+ <span class="caret"></span>
219
+ </div>
220
+ <div class="row-actions">
221
+ <!-- Send (duplicate small) -->
222
+ <svg viewBox="0 0 24 24">
223
+ <path d="M3 11 L21 3 L13 21 L11 13 Z"></path>
224
+ </svg>
225
+ <!-- Kebab -->
226
+ <svg viewBox="0 0 24 24">
227
+ <circle cx="12" cy="5" r="2.5" fill="#EDEDED" stroke="none"></circle>
228
+ <circle cx="12" cy="12" r="2.5" fill="#EDEDED" stroke="none"></circle>
229
+ <circle cx="12" cy="19" r="2.5" fill="#EDEDED" stroke="none"></circle>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="section">
235
+ <div class="section-row">
236
+ <div class="section-title">Editor</div>
237
+ <span class="chev icon">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M4 9 L12 17 L20 9"></path>
240
+ </svg>
241
+ </span>
242
+ </div>
243
+ <div style="height:1px; background:#232323;"></div>
244
+ <div class="checkbox-row">
245
+ <div class="checkbox">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M4 12 L10 18 L20 6"></path>
248
+ </svg>
249
+ </div>
250
+ <div>Notify people</div>
251
+ </div>
252
+ <div style="height:1px; background:#232323; margin: 0 34px;"></div>
253
+ <div class="message-placeholder">Add a message</div>
254
+ </div>
255
+
256
+ <div class="home-indicator"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/634/634_6.html ADDED
@@ -0,0 +1,414 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1f2424;
14
+ color: #d7e0db;
15
+ }
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 12px;
20
+ left: 24px;
21
+ right: 24px;
22
+ height: 56px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #e7ece8;
27
+ font-size: 32px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .sb-icons { display: flex; align-items: center; gap: 18px; }
31
+ .search-row {
32
+ position: absolute;
33
+ top: 88px;
34
+ left: 24px;
35
+ right: 24px;
36
+ height: 88px;
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 16px;
40
+ }
41
+ .search-bar {
42
+ flex: 1;
43
+ height: 88px;
44
+ background: #2b3a36;
45
+ border-radius: 44px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 28px;
49
+ color: #aeb8b3;
50
+ font-size: 34px;
51
+ }
52
+ .search-bar .label { margin-left: 20px; }
53
+ .avatar {
54
+ width: 88px; height: 88px;
55
+ background: #c4542a;
56
+ border-radius: 50%;
57
+ display: flex; align-items: center; justify-content: center;
58
+ color: #fff; font-weight: bold; font-size: 40px;
59
+ box-shadow: 0 4px 12px rgba(0,0,0,0.35);
60
+ }
61
+ /* Tabs */
62
+ .tabs {
63
+ position: absolute;
64
+ top: 196px;
65
+ left: 40px;
66
+ right: 40px;
67
+ height: 80px;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 40px;
71
+ font-size: 36px;
72
+ }
73
+ .tab { color: #b7c1bb; }
74
+ .tab.active { color: #7de0d6; font-weight: 600; }
75
+ .tab-underline {
76
+ position: absolute;
77
+ top: 260px;
78
+ left: 40px;
79
+ width: 160px;
80
+ height: 8px;
81
+ background: #7de0d6;
82
+ border-radius: 4px;
83
+ }
84
+ .divider {
85
+ position: absolute;
86
+ top: 284px;
87
+ left: 0;
88
+ right: 0;
89
+ height: 2px;
90
+ background: #2a3130;
91
+ }
92
+ /* Sort row */
93
+ .sort-row {
94
+ position: absolute;
95
+ top: 308px;
96
+ left: 40px;
97
+ right: 40px;
98
+ height: 64px;
99
+ display: flex; align-items: center; justify-content: space-between;
100
+ font-size: 34px; color: #c9d3ce;
101
+ }
102
+ .grid-icon { width: 54px; height: 54px; }
103
+ /* Content grid */
104
+ .content {
105
+ position: absolute;
106
+ top: 380px;
107
+ left: 40px;
108
+ right: 40px;
109
+ bottom: 240px;
110
+ display: grid;
111
+ grid-template-columns: 1fr 1fr;
112
+ gap: 60px 60px;
113
+ overflow: hidden;
114
+ }
115
+ .item { position: relative; }
116
+ .thumb {
117
+ width: 100%;
118
+ height: 340px;
119
+ border-radius: 28px;
120
+ background: #E0E0E0;
121
+ border: 1px solid #BDBDBD;
122
+ color: #757575;
123
+ display: flex;
124
+ align-items: center;
125
+ justify-content: center;
126
+ font-size: 32px;
127
+ }
128
+ .label-row {
129
+ margin-top: 16px;
130
+ display: flex; align-items: center; justify-content: space-between;
131
+ }
132
+ .item-title {
133
+ max-width: 420px;
134
+ color: #d7e0db;
135
+ font-size: 34px;
136
+ line-height: 40px;
137
+ }
138
+ .more {
139
+ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;
140
+ }
141
+ .play-overlay {
142
+ position: absolute;
143
+ top: 140px;
144
+ left: calc(50% - 48px);
145
+ width: 96px; height: 96px;
146
+ background: rgba(0,0,0,0.65);
147
+ border-radius: 50%;
148
+ display: flex; align-items: center; justify-content: center;
149
+ }
150
+ .person-overlay {
151
+ position: absolute;
152
+ right: 18px; bottom: 18px;
153
+ width: 54px; height: 54px; border-radius: 50%;
154
+ background: rgba(0,0,0,0.35);
155
+ display: flex; align-items: center; justify-content: center;
156
+ }
157
+ .fab {
158
+ position: absolute;
159
+ right: 40px;
160
+ bottom: 420px;
161
+ width: 112px; height: 112px;
162
+ background: #2f6e64;
163
+ border-radius: 56px;
164
+ display: flex; align-items: center; justify-content: center;
165
+ box-shadow: 0 8px 28px rgba(0,0,0,0.5);
166
+ }
167
+ /* Snackbar */
168
+ .snackbar {
169
+ position: absolute;
170
+ left: 24px; right: 24px;
171
+ bottom: 300px;
172
+ height: 96px;
173
+ background: #d8dad7;
174
+ color: #25312d;
175
+ border-radius: 16px;
176
+ display: flex; align-items: center; padding: 0 28px;
177
+ font-size: 36px;
178
+ box-shadow: 0 6px 10px rgba(0,0,0,0.25);
179
+ }
180
+ /* Bottom navigation */
181
+ .bottom-nav {
182
+ position: absolute;
183
+ left: 0; right: 0; bottom: 80px;
184
+ height: 180px;
185
+ background: #263330;
186
+ display: flex; align-items: center; justify-content: space-around;
187
+ color: #b9c3be;
188
+ font-size: 28px;
189
+ }
190
+ .bn-item { display: flex; flex-direction: column; align-items: center; gap: 14px; }
191
+ .bn-item.active { color: #7de0d6; }
192
+ .gesture {
193
+ position: absolute;
194
+ left: 50%; transform: translateX(-50%);
195
+ bottom: 24px;
196
+ width: 220px; height: 12px;
197
+ background: #e5e5e5; border-radius: 6px;
198
+ opacity: 0.9;
199
+ }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <div class="status-bar">
206
+ <div>10:37</div>
207
+ <div class="sb-icons">
208
+ <!-- simple wifi icon -->
209
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
210
+ <path d="M2 8c5-4 15-4 20 0" stroke="#e7ece8" stroke-width="2" stroke-linecap="round"/>
211
+ <path d="M6 11c3-2 9-2 12 0" stroke="#e7ece8" stroke-width="2" stroke-linecap="round"/>
212
+ <circle cx="12" cy="15" r="2" fill="#e7ece8"/>
213
+ </svg>
214
+ <!-- battery icon -->
215
+ <svg width="42" height="34" viewBox="0 0 28 18" fill="none">
216
+ <rect x="1" y="2" width="22" height="14" rx="2" stroke="#e7ece8" stroke-width="2"/>
217
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#e7ece8"/>
218
+ <rect x="3" y="4" width="16" height="10" rx="1" fill="#e7ece8"/>
219
+ </svg>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="search-row">
224
+ <div class="search-bar">
225
+ <!-- hamburger -->
226
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
227
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#cfd8d3" stroke-width="2" stroke-linecap="round"/>
228
+ </svg>
229
+ <div class="label">Search in Drive</div>
230
+ </div>
231
+ <div class="avatar">C</div>
232
+ </div>
233
+
234
+ <div class="tabs">
235
+ <div class="tab active">My Drive</div>
236
+ <div class="tab">Computers</div>
237
+ </div>
238
+ <div class="tab-underline"></div>
239
+ <div class="divider"></div>
240
+
241
+ <div class="sort-row">
242
+ <div>Name
243
+ <svg width="26" height="26" viewBox="0 0 24 24" style="vertical-align: middle; margin-left: 6px;">
244
+ <path d="M12 6l-5 8h10z" fill="#c9d3ce"/>
245
+ </svg>
246
+ </div>
247
+ <div class="grid-icon">
248
+ <!-- list/grid icon -->
249
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
250
+ <rect x="3" y="5" width="18" height="2" rx="1" fill="#cfd8d3"/>
251
+ <rect x="3" y="11" width="18" height="2" rx="1" fill="#cfd8d3"/>
252
+ <rect x="3" y="17" width="18" height="2" rx="1" fill="#cfd8d3"/>
253
+ </svg>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="content">
258
+ <!-- Row 1: two folders -->
259
+ <div class="item">
260
+ <div class="thumb">[IMG: Folder - June Scorecard]</div>
261
+ <div class="label-row">
262
+ <div class="item-title">June<br>Scorecard</div>
263
+ <div class="more">
264
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
265
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
266
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
267
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <div class="item">
274
+ <div class="thumb">[IMG: Shared Folder - ToDoReminder_Backup]
275
+ <div class="person-overlay">
276
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
277
+ <circle cx="12" cy="9" r="4" stroke="#eaeaea" stroke-width="2"/>
278
+ <path d="M5 20c2.5-4 11.5-4 14 0" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
279
+ </svg>
280
+ </div>
281
+ </div>
282
+ <div class="label-row">
283
+ <div class="item-title">ToDoReminder_Backup</div>
284
+ <div class="more">
285
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
286
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
287
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
288
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Row 2: video and doc -->
295
+ <div class="item">
296
+ <div class="thumb">[IMG: Beach Video Preview]
297
+ <div class="play-overlay">
298
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="none">
299
+ <path d="M9 7l8 5-8 5V7z" fill="#ffffff"/>
300
+ </svg>
301
+ </div>
302
+ </div>
303
+ <div class="label-row">
304
+ <div class="item-title">
305
+ <span style="color:#f18a7a; margin-right:8px;">■</span> beach.mp4
306
+ </div>
307
+ <div class="more">
308
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
309
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
310
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
311
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
312
+ </svg>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="item">
318
+ <div class="thumb">[IMG: Document Preview - Cerebra Research]</div>
319
+ <div class="label-row">
320
+ <div class="item-title">
321
+ <span style="color:#7fb8ff; margin-right:8px;">▮</span> Cerebra<br>Research
322
+ </div>
323
+ <div class="more">
324
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
325
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
326
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
327
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
328
+ </svg>
329
+ </div>
330
+ </div>
331
+ </div>
332
+
333
+ <!-- Row 3: image and text file -->
334
+ <div class="item">
335
+ <div class="thumb">[IMG: Pink Flower]
336
+ <div class="person-overlay">
337
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
338
+ <circle cx="12" cy="9" r="4" stroke="#eaeaea" stroke-width="2"/>
339
+ <path d="M5 20c2.5-4 11.5-4 14 0" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
340
+ </svg>
341
+ </div>
342
+ </div>
343
+ <div class="label-row">
344
+ <div class="item-title">
345
+ <span style="color:#f18a7a; margin-right:8px;">■</span> pink<br>flower.jpeg
346
+ </div>
347
+ <div class="more">
348
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
349
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
350
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
351
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
352
+ </svg>
353
+ </div>
354
+ </div>
355
+ </div>
356
+
357
+ <div class="item">
358
+ <div class="thumb">[IMG: Text Document Preview - screenshot.txt]</div>
359
+ <div class="label-row">
360
+ <div class="item-title">
361
+ <span style="color:#7fb8ff; margin-right:8px;">▮</span> screenshot.txt
362
+ </div>
363
+ <div class="more">
364
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
365
+ <circle cx="12" cy="5" r="2" fill="#cfd8d3"/>
366
+ <circle cx="12" cy="12" r="2" fill="#cfd8d3"/>
367
+ <circle cx="12" cy="19" r="2" fill="#cfd8d3"/>
368
+ </svg>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <div class="fab">
375
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none">
376
+ <path d="M12 5v14M5 12h14" stroke="#ffffff" stroke-width="3" stroke-linecap="round"/>
377
+ </svg>
378
+ </div>
379
+
380
+ <div class="snackbar">Person added</div>
381
+
382
+ <div class="bottom-nav">
383
+ <div class="bn-item">
384
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
385
+ <path d="M3 11l9-7 9 7v9H3z" stroke="#b9c3be" stroke-width="2" />
386
+ </svg>
387
+ <div>Home</div>
388
+ </div>
389
+ <div class="bn-item">
390
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
391
+ <path d="M12 4l2.6 5.3 5.8.8-4.2 4.1 1 5.8L12 17l-5.2 3 1-5.8-4.2-4.1 5.8-.8L12 4z" stroke="#b9c3be" stroke-width="2" />
392
+ </svg>
393
+ <div>Starred</div>
394
+ </div>
395
+ <div class="bn-item">
396
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
397
+ <circle cx="8" cy="8" r="3" stroke="#b9c3be" stroke-width="2"/>
398
+ <circle cx="16" cy="8" r="3" stroke="#b9c3be" stroke-width="2"/>
399
+ <path d="M4 20c2-4 14-4 16 0" stroke="#b9c3be" stroke-width="2" stroke-linecap="round"/>
400
+ </svg>
401
+ <div>Shared</div>
402
+ </div>
403
+ <div class="bn-item active">
404
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="none">
405
+ <path d="M3 6h10l2 3h6v9H3V6z" stroke="#7de0d6" stroke-width="2"/>
406
+ </svg>
407
+ <div>Files</div>
408
+ </div>
409
+ </div>
410
+
411
+ <div class="gesture"></div>
412
+ </div>
413
+ </body>
414
+ </html>
code/6340/6340_0.html ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Rendering</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 88px;
17
+ padding: 0 32px;
18
+ display: flex;
19
+ align-items: center;
20
+ justify-content: space-between;
21
+ color: #000;
22
+ font-size: 36px;
23
+ }
24
+ .status-left, .status-right { display: flex; align-items: center; gap: 20px; }
25
+ .status-icon svg { width: 40px; height: 40px; }
26
+
27
+ /* Header */
28
+ .page-header {
29
+ position: relative;
30
+ height: 160px;
31
+ border-bottom: 1px solid #eee;
32
+ }
33
+ .page-header .title {
34
+ position: absolute; left: 0; right: 0; top: 38px;
35
+ text-align: center;
36
+ font-size: 40px; font-weight: 700; letter-spacing: 2px;
37
+ }
38
+ .page-header .back-btn, .page-header .search-btn {
39
+ position: absolute; top: 34px; width: 80px; height: 80px;
40
+ display: flex; align-items: center; justify-content: center;
41
+ }
42
+ .page-header .back-btn { left: 20px; }
43
+ .page-header .search-btn { right: 20px; }
44
+ .results-count {
45
+ text-align: center;
46
+ font-size: 32px; color: #666;
47
+ margin-top: 120px;
48
+ }
49
+
50
+ /* Filters */
51
+ .filters {
52
+ display: flex; align-items: center; gap: 24px;
53
+ padding: 26px 32px;
54
+ border-bottom: 1px solid #eee;
55
+ }
56
+ .filter-chip {
57
+ border: 2px solid #000; padding: 22px 30px; border-radius: 6px;
58
+ font-size: 32px; font-weight: 600; background: #fff; color: #000;
59
+ }
60
+ .filter-icon-wrap {
61
+ position: relative;
62
+ width: 96px; height: 72px;
63
+ border: 2px solid #000; border-radius: 6px;
64
+ display: flex; align-items: center; justify-content: center;
65
+ }
66
+ .filter-badge {
67
+ position: absolute; top: -16px; left: -16px;
68
+ width: 44px; height: 44px; border-radius: 8px;
69
+ background: #000; color: #fff; font-size: 28px; font-weight: 700;
70
+ display: flex; align-items: center; justify-content: center;
71
+ }
72
+
73
+ /* Banner */
74
+ .banner {
75
+ position: relative;
76
+ height: 420px;
77
+ margin: 0 0 12px 0;
78
+ }
79
+ .banner .img {
80
+ position: absolute; inset: 0;
81
+ background: #E0E0E0; border: 1px solid #BDBDBD;
82
+ display: flex; align-items: center; justify-content: center;
83
+ color: #757575; font-size: 32px;
84
+ }
85
+ .banner .cta {
86
+ position: absolute; left: 32px; bottom: 32px;
87
+ display: flex; flex-direction: column; gap: 14px;
88
+ }
89
+ .cta-row {
90
+ display: inline-flex; align-items: center; gap: 16px;
91
+ }
92
+ .cta-arrow {
93
+ width: 90px; height: 64px; background: #fff; border: 2px solid #000; border-radius: 4px;
94
+ display: flex; align-items: center; justify-content: center;
95
+ }
96
+ .cta-title {
97
+ padding: 16px 22px; background: #fff; border: 2px solid #000; border-radius: 4px;
98
+ font-size: 36px; font-weight: 800; letter-spacing: 2px;
99
+ }
100
+ .cta-sub {
101
+ display: inline-block;
102
+ padding: 16px 22px; background: #fff; border-radius: 4px;
103
+ font-size: 32px; color: #333; box-shadow: 0 2px 6px rgba(0,0,0,0.12);
104
+ }
105
+
106
+ /* Product grid */
107
+ .product-grid {
108
+ display: grid; grid-template-columns: 1fr 1fr;
109
+ gap: 0; border-top: 1px solid #eee;
110
+ }
111
+ .product-col { width: 540px; }
112
+ .product-col.right { border-left: 1px solid #e6e6e6; }
113
+ .product-card {
114
+ position: relative;
115
+ padding: 28px 28px 24px 28px;
116
+ min-height: 640px;
117
+ }
118
+ .heart {
119
+ position: absolute; top: 22px; right: 22px;
120
+ width: 60px; height: 60px;
121
+ }
122
+ .shoe-img {
123
+ width: 100%; height: 260px;
124
+ background: #E0E0E0; border: 1px solid #BDBDBD;
125
+ display: flex; align-items: center; justify-content: center;
126
+ color: #757575; font-size: 28px;
127
+ }
128
+ .member-banner {
129
+ display: inline-flex; align-items: center; gap: 14px; margin-top: 22px;
130
+ }
131
+ .hex {
132
+ width: 56px; height: 56px; background: #111; color: #fff;
133
+ border-radius: 8px; font-size: 24px; font-weight: 700;
134
+ display: flex; align-items: center; justify-content: center;
135
+ }
136
+ .member-pill {
137
+ background: #000; color: #fff;
138
+ padding: 14px 20px; border-radius: 6px; font-size: 26px; letter-spacing: 1px;
139
+ }
140
+ .price-row {
141
+ display: flex; align-items: baseline; gap: 22px; margin-top: 12px;
142
+ font-size: 34px;
143
+ }
144
+ .price-sale { color: #e53935; font-weight: 800; }
145
+ .price-old { color: #999; text-decoration: line-through; }
146
+ .prod-title { margin-top: 10px; font-size: 36px; font-weight: 800; }
147
+ .prod-sub { margin-top: 8px; font-size: 30px; color: #666; }
148
+ .features {
149
+ margin-top: 8px; display: flex; align-items: center; gap: 12px;
150
+ color: #333; font-size: 28px;
151
+ }
152
+ .dot { width: 16px; height: 16px; border-radius: 50%; }
153
+ .dot.blue { background: #4285F4; }
154
+ .dot.red { background: #DB4437; }
155
+ .dot.yellow { background: #F4B400; }
156
+ .dot.green { background: #0F9D58; }
157
+
158
+ /* Bottom nav */
159
+ .bottom-nav {
160
+ position: absolute; left: 0; right: 0; bottom: 68px;
161
+ height: 120px; border-top: 1px solid #e6e6e6;
162
+ display: flex; align-items: center; justify-content: space-around;
163
+ padding: 0 20px; background: #fff;
164
+ }
165
+ .bottom-icon { display: flex; align-items: center; justify-content: center; width: 90px; height: 90px; }
166
+ .badge {
167
+ position: absolute; bottom: 28px; transform: translateX(20px);
168
+ background: #e9ecef; color: #000; border: 1px solid #ccc;
169
+ width: 42px; height: 42px; border-radius: 8px;
170
+ display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 700;
171
+ }
172
+ .gesture-bar {
173
+ position: absolute; left: 50%; transform: translateX(-50%);
174
+ bottom: 20px; width: 360px; height: 12px; background: #000; border-radius: 8px;
175
+ }
176
+ </style>
177
+ </head>
178
+ <body>
179
+ <div id="render-target">
180
+ <!-- Status Bar -->
181
+ <div class="status-bar">
182
+ <div class="status-left">
183
+ <div>1:15</div>
184
+ <div class="status-icon" aria-label="home">
185
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 8h-3v9h-12v-9h-3z" fill="#000"/></svg>
186
+ </div>
187
+ </div>
188
+ <div class="status-right">
189
+ <div class="status-icon" aria-label="wifi">
190
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0zM5 12c3-2 11-2 14 0l-2 2c-2-1-8-1-10 0zM9 16c2-1 4-1 6 0l-3 3z" fill="#000"/></svg>
191
+ </div>
192
+ <div class="status-icon" aria-label="battery">
193
+ <svg viewBox="0 0 28 24"><rect x="2" y="6" width="22" height="12" rx="2" ry="2" fill="#000"/><rect x="24" y="9" width="3" height="6" fill="#000"/></svg>
194
+ </div>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- Header -->
199
+ <div class="page-header">
200
+ <div class="back-btn" aria-label="back">
201
+ <svg viewBox="0 0 24 24" width="40" height="40"><path d="M15 18l-6-6 6-6" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
202
+ </div>
203
+ <div class="title">RUNNING SHOES • CUSHIONING • BOOST</div>
204
+ <div class="search-btn" aria-label="search">
205
+ <svg viewBox="0 0 24 24" width="40" height="40"><circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
206
+ </div>
207
+ <div class="results-count">14 RESULTS</div>
208
+ </div>
209
+
210
+ <!-- Filters -->
211
+ <div class="filters">
212
+ <div class="filter-icon-wrap">
213
+ <svg viewBox="0 0 24 24" width="40" height="40">
214
+ <path d="M4 6h12m-2-2v4M4 12h16m-6-2v4M4 18h10m-3-2v4" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/>
215
+ </svg>
216
+ <div class="filter-badge">2</div>
217
+ </div>
218
+ <div class="filter-chip">CUSHIONING</div>
219
+ <div class="filter-chip">BOOST</div>
220
+ </div>
221
+
222
+ <!-- Banner -->
223
+ <div class="banner">
224
+ <div class="img">[IMG: Community runners banner]</div>
225
+ <div class="cta">
226
+ <div class="cta-row">
227
+ <div class="cta-arrow">
228
+ <svg viewBox="0 0 24 24"><path d="M8 5l8 7-8 7" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
229
+ </div>
230
+ <div class="cta-title">ADIDAS RUNNERS</div>
231
+ </div>
232
+ <div class="cta-sub">Join community</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Product Grid -->
237
+ <div class="product-grid">
238
+ <!-- Column Left -->
239
+ <div class="product-col">
240
+ <!-- Card 1 -->
241
+ <div class="product-card">
242
+ <div class="heart">
243
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3 6.5-2 4-9 8.5-9 8.5z" fill="none" stroke="#000" stroke-width="2"/></svg>
244
+ </div>
245
+ <div class="shoe-img">[IMG: Blue running shoe]</div>
246
+ <div class="member-banner">
247
+ <div class="hex">AR</div>
248
+ <div class="member-pill">MEMBERS' PRICE</div>
249
+ </div>
250
+ <div class="price-row">
251
+ <div class="price-sale">$70.00</div>
252
+ <div class="price-old">$140.00</div>
253
+ </div>
254
+ <div class="prod-title">Pureboost 22 Running Shoes</div>
255
+ <div class="prod-sub">Men's Performance</div>
256
+ <div class="features">
257
+ <div>+9</div>
258
+ <div class="dot blue"></div>
259
+ <div class="dot red"></div>
260
+ <div class="dot yellow"></div>
261
+ <div class="dot green"></div>
262
+ </div>
263
+ </div>
264
+
265
+ <!-- Card 3 -->
266
+ <div class="product-card">
267
+ <div class="heart">
268
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3 6.5-2 4-9 8.5-9 8.5z" fill="none" stroke="#000" stroke-width="2"/></svg>
269
+ </div>
270
+ <div class="shoe-img">[IMG: Black running shoe]</div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Column Right -->
275
+ <div class="product-col right">
276
+ <!-- Card 2 -->
277
+ <div class="product-card">
278
+ <div class="heart">
279
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3 6.5-2 4-9 8.5-9 8.5z" fill="none" stroke="#000" stroke-width="2"/></svg>
280
+ </div>
281
+ <div class="shoe-img">[IMG: Black running shoe]</div>
282
+ <div class="member-banner">
283
+ <div class="hex">AR</div>
284
+ <div class="member-pill">MEMBERS' PRICE</div>
285
+ </div>
286
+ <div class="price-row">
287
+ <div class="price-sale">$77.00</div>
288
+ <div class="price-old">$140.00</div>
289
+ </div>
290
+ <div class="prod-title">Pureboost 22 Running Shoes</div>
291
+ <div class="prod-sub">Men's Performance</div>
292
+ <div class="features">
293
+ <div>+9</div>
294
+ <div class="dot blue"></div>
295
+ <div class="dot red"></div>
296
+ <div class="dot yellow"></div>
297
+ <div class="dot green"></div>
298
+ </div>
299
+ </div>
300
+
301
+ <!-- Card 4 -->
302
+ <div class="product-card">
303
+ <div class="heart">
304
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3 6.5-2 4-9 8.5-9 8.5z" fill="none" stroke="#000" stroke-width="2"/></svg>
305
+ </div>
306
+ <div class="shoe-img">[IMG: White running shoe with green accents]</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Bottom Navigation -->
312
+ <div class="bottom-nav">
313
+ <div class="bottom-icon" aria-label="flame">
314
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 2c2 3 5 4 5 8s-3 7-5 7-5-3-5-6 2-5 5-9z" fill="#000"/></svg>
315
+ </div>
316
+ <div class="bottom-icon" aria-label="search">
317
+ <svg viewBox="0 0 24 24" width="44" height="44"><circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"/><path d="M20 20l-4-4" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
318
+ </div>
319
+ <div class="bottom-icon" aria-label="favorites" style="position: relative;">
320
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M12 21s-7-4.5-9-8.5C1 9 3 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c3 0 5 3 3 6.5-2 4-9 8.5-9 8.5z" fill="none" stroke="#000" stroke-width="2"/></svg>
321
+ <div class="badge">1</div>
322
+ </div>
323
+ <div class="bottom-icon" aria-label="bag">
324
+ <svg viewBox="0 0 24 24" width="44" height="44"><path d="M6 8h12l-1 12H7L6 8zM9 8a3 3 0 0 1 6 0" fill="none" stroke="#000" stroke-width="2"/></svg>
325
+ </div>
326
+ <div class="bottom-icon" aria-label="target">
327
+ <svg viewBox="0 0 24 24" width="44" height="44"><circle cx="12" cy="12" r="9" stroke="#000" stroke-width="2" fill="none"/><circle cx="12" cy="12" r="4" stroke="#000" stroke-width="2" fill="none"/><path d="M12 3v3M12 18v3M3 12h3M18 12h3" stroke="#000" stroke-width="2"/></svg>
328
+ </div>
329
+ </div>
330
+
331
+ <div class="gesture-bar"></div>
332
+ </div>
333
+ </body>
334
+ </html>
code/6340/6340_1.html ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Refine Results UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#ffffff; color:#111;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height:110px;
19
+ padding:0 48px;
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ color:#666; font-size:38px;
22
+ }
23
+ .status-icons { display:flex; align-items:center; gap:24px; }
24
+ .icon-wifi {
25
+ width:40px; height:28px; border:3px solid #666; border-top:none; border-radius:6px 6px 12px 12px;
26
+ position:relative;
27
+ }
28
+ .icon-battery {
29
+ width:50px; height:26px; border:3px solid #666; border-radius:6px; position:relative;
30
+ }
31
+ .icon-battery::after {
32
+ content:""; position:absolute; right:-10px; top:7px; width:8px; height:12px; background:#666; border-radius:2px;
33
+ }
34
+
35
+ /* Header with actions */
36
+ .header {
37
+ padding:20px 48px 10px 48px;
38
+ display:flex; align-items:center; justify-content:space-between;
39
+ border-bottom:1px solid #eee;
40
+ }
41
+ .header .left-actions {
42
+ display:flex; align-items:center; gap:56px;
43
+ }
44
+ .action-link {
45
+ font-size:40px; letter-spacing:4px; text-transform:uppercase; font-weight:700;
46
+ }
47
+ .close-btn {
48
+ width:64px; height:64px;
49
+ }
50
+ .close-btn svg { width:100%; height:100%; }
51
+ .section {
52
+ padding:40px 48px;
53
+ }
54
+ .section-title {
55
+ font-size:44px; font-weight:700;
56
+ display:flex; align-items:center; gap:16px;
57
+ }
58
+ .badge {
59
+ background:#000; color:#fff; font-size:34px; line-height:1;
60
+ padding:10px 18px; border-radius:6px;
61
+ }
62
+ .divider { height:1px; background:#eee; margin:18px 0 0 0; }
63
+
64
+ /* Sort options */
65
+ .sort-option {
66
+ display:flex; align-items:center; gap:28px;
67
+ font-size:44px; color:#222;
68
+ margin:38px 0;
69
+ }
70
+ .radio {
71
+ width:48px; height:48px; border:3px solid #bbb; border-radius:50%;
72
+ }
73
+
74
+ /* Pills */
75
+ .pill-list { margin-top:28px; display:flex; flex-wrap:wrap; gap:24px; }
76
+ .pill {
77
+ display:inline-block; padding:22px 34px; border:3px solid #ddd; border-radius:6px;
78
+ font-size:38px; letter-spacing:2px; text-transform:uppercase; color:#bbb; background:#fff;
79
+ }
80
+ .pill.active {
81
+ border-color:#111; color:#111; font-weight:700;
82
+ }
83
+
84
+ /* Gender placeholder lines */
85
+ .gender-lines {
86
+ display:flex; gap:42px; margin-top:40px;
87
+ }
88
+ .gender-lines span {
89
+ display:block; width:160px; height:6px; background:#e5e5e5; border-radius:3px;
90
+ }
91
+
92
+ /* Bottom button */
93
+ .bottom-area { padding:0 48px; position:absolute; bottom:120px; left:0; right:0; }
94
+ .cta {
95
+ background:#000; color:#fff; padding:44px 42px;
96
+ display:flex; align-items:center; justify-content:space-between;
97
+ border-radius:2px;
98
+ }
99
+ .cta .cta-text { font-size:44px; letter-spacing:4px; text-transform:uppercase; font-weight:700; }
100
+ .cta .arrow {
101
+ width:52px; height:52px;
102
+ }
103
+ .cta .arrow svg { width:100%; height:100%; }
104
+ /* Home indicator */
105
+ .home-indicator {
106
+ position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
107
+ width:360px; height:12px; background:#d9d9d9; border-radius:8px;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="status-bar">
116
+ <div>1:16</div>
117
+ <div class="status-icons">
118
+ <div class="icon-wifi"></div>
119
+ <div class="icon-battery"></div>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Header actions -->
124
+ <div class="header">
125
+ <div class="left-actions">
126
+ <div class="action-link">CLEAR ALL</div>
127
+ <div class="action-link">REFINE RESULTS</div>
128
+ </div>
129
+ <div class="close-btn">
130
+ <svg viewBox="0 0 24 24">
131
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#111" stroke-width="2" stroke-linecap="round"/>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- Sort by -->
137
+ <div class="section">
138
+ <div class="section-title">Sort by</div>
139
+ <div class="sort-option">
140
+ <div class="radio"></div><div>Price (low/high)</div>
141
+ </div>
142
+ <div class="sort-option">
143
+ <div class="radio"></div><div>Newest first</div>
144
+ </div>
145
+ <div class="sort-option">
146
+ <div class="radio"></div><div>Top Sellers</div>
147
+ </div>
148
+ <div class="sort-option">
149
+ <div class="radio"></div><div>Price (high/low)</div>
150
+ </div>
151
+ <div class="sort-option">
152
+ <div class="radio"></div><div>Customer Top Rated</div>
153
+ </div>
154
+ <div class="divider"></div>
155
+ </div>
156
+
157
+ <!-- Features -->
158
+ <div class="section">
159
+ <div class="section-title">Features <span class="badge">1</span></div>
160
+ <div class="pill-list">
161
+ <div class="pill active">CUSHIONING</div>
162
+ </div>
163
+ <div class="divider"></div>
164
+ </div>
165
+
166
+ <!-- Technology -->
167
+ <div class="section">
168
+ <div class="section-title">Technology <span class="badge">1</span></div>
169
+ <div class="pill-list">
170
+ <div class="pill active">BOOST</div>
171
+ <div class="pill">LIGHTSTRIKE</div>
172
+ <div class="pill">BOUNCE</div>
173
+ <div class="pill">4D</div>
174
+ <div class="pill">CONTINENTAL</div>
175
+ <div class="pill">PRIMEKNIT</div>
176
+ <div class="pill">LIGHTMOTION</div>
177
+ <div class="pill">CLOUDFOAM</div>
178
+ <div class="pill">REPETITOR</div>
179
+ <div class="pill">LIGHTSTRIKEPRO</div>
180
+ </div>
181
+ <div class="divider"></div>
182
+ </div>
183
+
184
+ <!-- Sale -->
185
+ <div class="section">
186
+ <div class="section-title">Sale</div>
187
+ <div class="pill-list">
188
+ <div class="pill">SALE</div>
189
+ </div>
190
+ <div class="divider"></div>
191
+ </div>
192
+
193
+ <!-- Gender -->
194
+ <div class="section">
195
+ <div class="section-title">Gender</div>
196
+ <div class="gender-lines">
197
+ <span></span><span></span><span></span><span></span>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Bottom CTA -->
202
+ <div class="bottom-area">
203
+ <div class="cta">
204
+ <div class="cta-text">14 RESULTS</div>
205
+ <div class="arrow">
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M5 12 L19 12 M12 5 L19 12 L12 19" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="home-indicator"></div>
214
+
215
+ </div>
216
+ </body>
217
+ </html>
code/6340/6340_2.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Filter Panel UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ color: #111;
20
+ }
21
+
22
+ /* Status bar */
23
+ .statusbar {
24
+ height: 110px;
25
+ padding: 0 40px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #111;
30
+ font-size: 34px;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ }
37
+ .status-right {
38
+ display: flex;
39
+ align-items: center;
40
+ gap: 28px;
41
+ }
42
+
43
+ /* Header */
44
+ .header {
45
+ height: 120px;
46
+ padding: 0 40px;
47
+ border-bottom: 1px solid #eee;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ }
52
+ .header .action {
53
+ font-size: 34px;
54
+ font-weight: 700;
55
+ letter-spacing: 3px;
56
+ }
57
+ .header .title {
58
+ font-size: 34px;
59
+ font-weight: 700;
60
+ letter-spacing: 3px;
61
+ }
62
+ .close-btn {
63
+ width: 48px;
64
+ height: 48px;
65
+ }
66
+
67
+ /* Content */
68
+ .content {
69
+ padding: 20px 40px 0 40px;
70
+ }
71
+ .section {
72
+ padding: 40px 0;
73
+ border-bottom: 1px solid #eee;
74
+ }
75
+ .section:last-of-type {
76
+ border-bottom: none;
77
+ }
78
+ .section-title {
79
+ font-size: 42px;
80
+ font-weight: 700;
81
+ margin-bottom: 24px;
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 12px;
85
+ }
86
+ .count-pill {
87
+ background: #111;
88
+ color: #fff;
89
+ font-size: 28px;
90
+ font-weight: 700;
91
+ padding: 6px 16px;
92
+ border-radius: 16px;
93
+ line-height: 1;
94
+ }
95
+
96
+ .chips {
97
+ display: flex;
98
+ flex-wrap: wrap;
99
+ }
100
+ .chip {
101
+ font-size: 30px;
102
+ font-weight: 700;
103
+ color: #9e9e9e;
104
+ border: 2px solid #d6d6d6;
105
+ border-radius: 8px;
106
+ padding: 18px 28px;
107
+ margin: 18px 18px 0 0;
108
+ }
109
+ .chip.active {
110
+ color: #111;
111
+ border-color: #111;
112
+ border-width: 3px;
113
+ background: #fff;
114
+ }
115
+
116
+ /* Bottom CTA */
117
+ .cta {
118
+ position: absolute;
119
+ left: 40px;
120
+ right: 40px;
121
+ bottom: 140px;
122
+ height: 160px;
123
+ background: #000;
124
+ border-radius: 6px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ padding: 0 40px;
129
+ }
130
+ .cta .cta-text {
131
+ color: #fff;
132
+ font-size: 36px;
133
+ font-weight: 800;
134
+ letter-spacing: 3px;
135
+ }
136
+ .cta .arrow {
137
+ width: 56px;
138
+ height: 56px;
139
+ }
140
+
141
+ /* Gesture bar */
142
+ .gesture {
143
+ position: absolute;
144
+ bottom: 54px;
145
+ left: 50%;
146
+ transform: translateX(-50%);
147
+ width: 320px;
148
+ height: 12px;
149
+ background: #ddd;
150
+ border-radius: 6px;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status bar -->
158
+ <div class="statusbar">
159
+ <div class="status-left">
160
+ <div>1:16</div>
161
+ <svg width="38" height="38" viewBox="0 0 40 40">
162
+ <path d="M5 20 L20 6 L35 20 V34 H25 V24 H15 V34 H5 Z" fill="none" stroke="#111" stroke-width="2"/>
163
+ </svg>
164
+ </div>
165
+ <div class="status-right">
166
+ <!-- wifi -->
167
+ <svg width="38" height="38" viewBox="0 0 40 40">
168
+ <path d="M7 16 C14 10,26 10,33 16" fill="none" stroke="#111" stroke-width="2"/>
169
+ <path d="M11 20 C16 16,24 16,29 20" fill="none" stroke="#111" stroke-width="2"/>
170
+ <path d="M15 24 C18 22,22 22,25 24" fill="none" stroke="#111" stroke-width="2"/>
171
+ <circle cx="20" cy="28" r="2.5" fill="#111"/>
172
+ </svg>
173
+ <!-- battery -->
174
+ <svg width="44" height="38" viewBox="0 0 48 40">
175
+ <rect x="4" y="10" width="36" height="20" rx="3" ry="3" fill="none" stroke="#111" stroke-width="2"/>
176
+ <rect x="8" y="14" width="28" height="12" fill="#111"/>
177
+ <rect x="40" y="14" width="4" height="12" fill="#111"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <!-- Header -->
183
+ <div class="header">
184
+ <div class="action">CLEAR ALL</div>
185
+ <div class="title">REFINE RESULTS</div>
186
+ <svg class="close-btn" viewBox="0 0 40 40">
187
+ <line x1="6" y1="6" x2="34" y2="34" stroke="#111" stroke-width="4"/>
188
+ <line x1="6" y1="34" x2="34" y2="6" stroke="#111" stroke-width="4"/>
189
+ </svg>
190
+ </div>
191
+
192
+ <!-- Content -->
193
+ <div class="content">
194
+
195
+ <div class="section">
196
+ <div class="section-title">
197
+ Technology
198
+ <span class="count-pill">1</span>
199
+ </div>
200
+ <div class="chips">
201
+ <div class="chip active">BOOST</div>
202
+ <div class="chip">LIGHTSTRIKE</div>
203
+ <div class="chip">BOUNCE</div>
204
+ <div class="chip">4D</div>
205
+ <div class="chip">CONTINENTAL</div>
206
+ <div class="chip">PRIMEKNIT</div>
207
+ <div class="chip">LIGHTMOTION</div>
208
+ <div class="chip">CLOUDFOAM</div>
209
+ <div class="chip">REPETITOR</div>
210
+ <div class="chip">LIGHTSTRIKEPRO</div>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="section">
215
+ <div class="section-title">Sale</div>
216
+ <div class="chips">
217
+ <div class="chip">SALE</div>
218
+ </div>
219
+ </div>
220
+
221
+ <div class="section">
222
+ <div class="section-title">Gender</div>
223
+ <div class="chips">
224
+ <div class="chip">MEN</div>
225
+ <div class="chip">WOMEN</div>
226
+ <div class="chip">UNISEX</div>
227
+ <div class="chip">KIDS</div>
228
+ </div>
229
+ </div>
230
+
231
+ <div class="section">
232
+ <div class="section-title">Size</div>
233
+ <div class="chips">
234
+ <div class="chip">4</div>
235
+ <div class="chip">5</div>
236
+ <div class="chip">5.5</div>
237
+ <div class="chip">6</div>
238
+ <div class="chip">6.5</div>
239
+ <div class="chip">7</div>
240
+ <div class="chip">7.5</div>
241
+ <div class="chip">8</div>
242
+ <div class="chip">8.5</div>
243
+
244
+ <div class="chip">9</div>
245
+ <div class="chip">9.5</div>
246
+ <div class="chip">10</div>
247
+ <div class="chip">10.5</div>
248
+ <div class="chip">11</div>
249
+ <div class="chip">11.5</div>
250
+ <div class="chip">12</div>
251
+ <div class="chip">12.5</div>
252
+
253
+ <div class="chip">13</div>
254
+ <div class="chip">14</div>
255
+ </div>
256
+ </div>
257
+
258
+ <div class="section">
259
+ <div class="section-title">Discount</div>
260
+ <div class="chips">
261
+ <div class="chip">UP TO 20%</div>
262
+ <div class="chip">20-30%</div>
263
+ <div class="chip">30-40%</div>
264
+ <div class="chip">40% OR MORE</div>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="section">
269
+ <div class="section-title">Best For</div>
270
+ </div>
271
+
272
+ </div>
273
+
274
+ <!-- Bottom CTA -->
275
+ <div class="cta">
276
+ <div class="cta-text">14 RESULTS</div>
277
+ <svg class="arrow" viewBox="0 0 56 56">
278
+ <path d="M16 28 H40" stroke="#fff" stroke-width="4" fill="none"/>
279
+ <path d="M34 20 L42 28 L34 36" stroke="#fff" stroke-width="4" fill="none" />
280
+ </svg>
281
+ </div>
282
+
283
+ <!-- Gesture bar -->
284
+ <div class="gesture"></div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/6340/6340_3.html ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Refine Results</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 110px;
17
+ padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #444; font-size: 36px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 20px; }
22
+ .status-right { display: flex; align-items: center; gap: 28px; }
23
+
24
+ /* Top header */
25
+ .top-header {
26
+ padding: 24px 40px 32px 40px;
27
+ display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
28
+ }
29
+ .clear-link {
30
+ font-size: 34px; letter-spacing: 2px; font-weight: 700; color: #000;
31
+ text-decoration: underline;
32
+ text-underline-offset: 6px;
33
+ }
34
+ .title {
35
+ text-align: center; font-size: 40px; letter-spacing: 3px; font-weight: 800; color: #000;
36
+ }
37
+ .close-btn { justify-self: end; width: 60px; height: 60px; }
38
+ .divider { height: 2px; background: #EEEEEE; }
39
+
40
+ /* Sections */
41
+ .section { padding: 40px; }
42
+ .section-title {
43
+ font-size: 42px; font-weight: 800; color: #111; display: inline-flex; align-items: center; gap: 16px;
44
+ }
45
+ .count-badge {
46
+ width: 44px; height: 44px; background: #000; color: #fff; font-size: 28px; font-weight: 800;
47
+ display: inline-flex; align-items: center; justify-content: center; border-radius: 4px;
48
+ }
49
+
50
+ .chip-grid { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
51
+ .chip {
52
+ border: 3px solid #D4D6D8; color: #9FA2A5; font-size: 32px; letter-spacing: 1.5px; text-transform: uppercase;
53
+ padding: 22px 30px; border-radius: 6px; background: #fff;
54
+ }
55
+ .chip.size { min-width: 120px; text-align: center; padding: 22px 0; }
56
+ .chip.selected { border-color: #000; color: #000; font-weight: 700; }
57
+
58
+ /* Big results button */
59
+ .results-bar {
60
+ margin: 40px; margin-top: 50px;
61
+ height: 150px; background: #000; color: #fff; border-radius: 6px;
62
+ display: flex; align-items: center; justify-content: space-between; padding: 0 40px;
63
+ letter-spacing: 2px; font-weight: 800; font-size: 38px; text-transform: uppercase;
64
+ }
65
+ .home-indicator {
66
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
67
+ width: 300px; height: 12px; background: #CFCFCF; border-radius: 8px;
68
+ }
69
+ </style>
70
+ </head>
71
+ <body>
72
+ <div id="render-target">
73
+
74
+ <!-- Status Bar -->
75
+ <div class="status-bar">
76
+ <div class="status-left">
77
+ <div>1:17</div>
78
+ <!-- Simple home icon -->
79
+ <svg width="38" height="38" viewBox="0 0 24 24">
80
+ <path d="M3 10l9-7 9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10z" fill="none" stroke="#606060" stroke-width="2"/>
81
+ </svg>
82
+ </div>
83
+ <div class="status-right">
84
+ <!-- WiFi icon -->
85
+ <svg width="42" height="42" viewBox="0 0 24 24">
86
+ <path d="M2 8c5-4 15-4 20 0M5 11c3-3 11-3 14 0M8 14c2-2 6-2 8 0M12 18c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1z" fill="none" stroke="#606060" stroke-width="2" stroke-linecap="round"/>
87
+ </svg>
88
+ <!-- Battery icon -->
89
+ <svg width="52" height="42" viewBox="0 0 28 16">
90
+ <rect x="1" y="3" width="22" height="10" rx="2" ry="2" fill="none" stroke="#606060" stroke-width="2"/>
91
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#606060"/>
92
+ </svg>
93
+ </div>
94
+ </div>
95
+
96
+ <!-- Header -->
97
+ <div class="top-header">
98
+ <div class="clear-link">CLEAR ALL</div>
99
+ <div class="title">REFINE RESULTS</div>
100
+ <svg class="close-btn" viewBox="0 0 24 24">
101
+ <path d="M4 4l16 16M20 4L4 20" stroke="#000" stroke-width="2" stroke-linecap="round"/>
102
+ </svg>
103
+ </div>
104
+ <div class="divider"></div>
105
+
106
+ <!-- Size Section -->
107
+ <div class="section">
108
+ <div class="section-title">Size <span class="count-badge">1</span></div>
109
+ <div class="chip-grid">
110
+ <div class="chip size">4</div>
111
+ <div class="chip size">5</div>
112
+ <div class="chip size">5.5</div>
113
+ <div class="chip size">6</div>
114
+ <div class="chip size">6.5</div>
115
+ <div class="chip size">7</div>
116
+ <div class="chip size">7.5</div>
117
+ <div class="chip size">8</div>
118
+ <div class="chip size">8.5</div>
119
+
120
+ <div class="chip size selected">9</div>
121
+ <div class="chip size">9.5</div>
122
+ <div class="chip size">10</div>
123
+ <div class="chip size">10.5</div>
124
+ <div class="chip size">11</div>
125
+ <div class="chip size">11.5</div>
126
+ <div class="chip size">12</div>
127
+ <div class="chip size">12.5</div>
128
+
129
+ <div class="chip size">13</div>
130
+ <div class="chip size">14</div>
131
+ </div>
132
+ </div>
133
+
134
+ <div class="divider"></div>
135
+
136
+ <!-- Discount Section -->
137
+ <div class="section">
138
+ <div class="section-title">Discount</div>
139
+ <div class="chip-grid">
140
+ <div class="chip">30-40%</div>
141
+ <div class="chip">40% OR MORE</div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Best For Section -->
146
+ <div class="section">
147
+ <div class="section-title">Best For</div>
148
+ <div class="chip-grid">
149
+ <div class="chip">Neutral</div>
150
+ <div class="chip">Marathon</div>
151
+ <div class="chip">Cushioned</div>
152
+ <div class="chip">Everyday</div>
153
+ <div class="chip">Long Distance</div>
154
+ <div class="chip">Overpronation</div>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="divider"></div>
159
+
160
+ <!-- Features Section -->
161
+ <div class="section">
162
+ <div class="section-title">Features <span class="count-badge">1</span></div>
163
+ <div class="chip-grid">
164
+ <div class="chip selected">Cushioning</div>
165
+ </div>
166
+ </div>
167
+
168
+ <div class="divider"></div>
169
+
170
+ <!-- Technology Section -->
171
+ <div class="section">
172
+ <div class="section-title">Technology <span class="count-badge">1</span></div>
173
+ <div class="chip-grid">
174
+ <div class="chip selected">Boost</div>
175
+ <div class="chip">Lightstrike</div>
176
+ <div class="chip">Bounce</div>
177
+ <div class="chip">4D</div>
178
+ <div class="chip">Continental</div>
179
+ <div class="chip">Primeknit</div>
180
+ <div class="chip">Lightmotion</div>
181
+ <div class="chip">Cloudfoam</div>
182
+ <div class="chip">Repetitor</div>
183
+ <div class="chip">Lightstrikepro</div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Results Button -->
188
+ <div class="results-bar">
189
+ <div>3 Results</div>
190
+ <svg width="60" height="60" viewBox="0 0 24 24">
191
+ <path d="M5 12h12M13 6l6 6-6 6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
192
+ </svg>
193
+ </div>
194
+
195
+ <!-- Home indicator (system bar) -->
196
+ <div class="home-indicator"></div>
197
+
198
+ </div>
199
+ </body>
200
+ </html>
code/6340/6340_4.html ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Running Shoes Listing</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: 26px; box-shadow: 0 8px 24px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 84px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
17
+ color: #1a1a1a; font-size: 34px; border-bottom: 1px solid #eeeeee;
18
+ }
19
+ .status-left { display: flex; align-items: center; gap: 20px; }
20
+ .status-right { display: flex; align-items: center; gap: 28px; }
21
+ .icon { width: 42px; height: 42px; }
22
+ .icon svg { width: 100%; height: 100%; }
23
+
24
+ /* Header */
25
+ .header {
26
+ height: 144px; padding: 0 28px; display: grid; grid-template-columns: 120px 1fr 120px; align-items: center;
27
+ border-bottom: 1px solid #efefef;
28
+ }
29
+ .header-title {
30
+ text-align: center; font-weight: 700; font-size: 36px; letter-spacing: 2px;
31
+ }
32
+ .results {
33
+ text-align: center; font-size: 30px; color: #555; padding: 16px 0; border-bottom: 1px solid #efefef;
34
+ }
35
+
36
+ /* Filters */
37
+ .filters {
38
+ display: flex; align-items: center; gap: 24px; padding: 24px 28px; border-bottom: 1px solid #f0f0f0;
39
+ }
40
+ .filter-icon {
41
+ position: relative; width: 76px; height: 64px; border: 1px solid #bbb; border-radius: 8px; display: flex; align-items: center; justify-content: center;
42
+ }
43
+ .filter-count {
44
+ position: absolute; top: -12px; left: -12px; background: #000; color: #fff; font-size: 28px; padding: 6px 14px; border-radius: 10px;
45
+ }
46
+ .chip {
47
+ padding: 18px 28px; border: 2px solid #222; border-radius: 8px; font-weight: 700; letter-spacing: 1px; font-size: 30px;
48
+ }
49
+
50
+ /* Hero banner */
51
+ .hero {
52
+ position: relative; height: 520px; background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
53
+ display: flex; align-items: center; justify-content: center; color: #757575;
54
+ }
55
+ .hero-label { font-size: 32px; }
56
+ .hero-overlay {
57
+ position: absolute; left: 28px; bottom: 40px; display: flex; flex-direction: column; gap: 16px;
58
+ }
59
+ .cta-row {
60
+ display: inline-flex; align-items: center; gap: 14px; background: rgba(255,255,255,0.95); padding: 20px 24px; border-radius: 6px;
61
+ border: 1px solid #ddd;
62
+ }
63
+ .cta-row .cta-text { font-size: 34px; font-weight: 800; letter-spacing: 2px; }
64
+ .cta-sub {
65
+ display: inline-block; background: rgba(255,255,255,0.95); padding: 16px 22px; border-radius: 6px; border: 1px solid #ddd; font-size: 30px;
66
+ }
67
+
68
+ /* Products grid */
69
+ .products {
70
+ display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #efefef;
71
+ }
72
+ .card {
73
+ padding: 26px; border-right: 1px solid #efefef; border-bottom: 1px solid #efefef;
74
+ }
75
+ .card:nth-child(2n) { border-right: none; }
76
+ .product-top {
77
+ position: relative; height: 360px; background: #f4f4f4; border: 1px solid #e3e3e3; border-radius: 6px;
78
+ display: flex; align-items: center; justify-content: center; color: #737373; font-size: 32px;
79
+ }
80
+ .heart {
81
+ position: absolute; top: 18px; right: 18px; width: 54px; height: 54px;
82
+ }
83
+ .hex {
84
+ margin-top: 18px; width: 64px; height: 64px; background: #000; color: #fff; font-weight: 700;
85
+ clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
86
+ display: flex; align-items: center; justify-content: center; font-size: 26px;
87
+ }
88
+ .members {
89
+ margin-top: 18px; display: inline-flex; align-items: center; gap: 12px;
90
+ }
91
+ .pill {
92
+ background: #000; color: #fff; padding: 10px 16px; border-radius: 6px; font-size: 26px; font-weight: 700; letter-spacing: 1px;
93
+ }
94
+ .price-row {
95
+ margin-top: 12px; display: flex; align-items: baseline; gap: 18px; font-size: 30px;
96
+ }
97
+ .price-new { color: #e53935; font-weight: 800; }
98
+ .price-old { color: #7a7a7a; text-decoration: line-through; }
99
+ .title {
100
+ margin-top: 14px; font-weight: 800; font-size: 34px;
101
+ }
102
+ .subtitle {
103
+ margin-top: 8px; color: #666; font-size: 28px;
104
+ }
105
+ .meta {
106
+ margin-top: 10px; display: flex; align-items: center; gap: 12px; color: #444; font-size: 28px;
107
+ }
108
+ .dots { display: inline-flex; gap: 6px; }
109
+ .dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
110
+ .dot.orange { background: #ff8a00; }
111
+ .dot.blue { background: #2979ff; }
112
+ .dot.yellow { background: #fbc02d; }
113
+
114
+ /* Bottom nav */
115
+ .bottom-nav {
116
+ position: absolute; left: 0; right: 0; bottom: 0; height: 160px; border-top: 1px solid #eaeaea; background: #fff;
117
+ display: grid; grid-template-columns: repeat(5, 1fr); align-items: center;
118
+ }
119
+ .nav-item { display: flex; align-items: center; justify-content: center; position: relative; }
120
+ .badge {
121
+ position: absolute; top: 28px; right: 240px; background: #e9e9e9; color: #222; font-weight: 700; font-size: 26px;
122
+ width: 42px; height: 42px; border-radius: 8px; display: flex; align-items: center; justify-content: center; border: 1px solid #cfcfcf;
123
+ }
124
+ .safe-bar {
125
+ position: absolute; left: 280px; right: 280px; bottom: 18px; height: 12px; background: #000; border-radius: 6px;
126
+ }
127
+ </style>
128
+ </head>
129
+ <body>
130
+ <div id="render-target">
131
+
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div class="status-left">
135
+ <div>1:17</div>
136
+ <div class="icon">
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M3 11l9-8 9 8v10H3z" fill="none" stroke="#000" stroke-width="2"/>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+ <div class="status-right">
143
+ <div class="icon">
144
+ <svg viewBox="0 0 24 24">
145
+ <path d="M2 16c3-5 7-8 10-8s7 3 10 8" fill="none" stroke="#000" stroke-width="2"/>
146
+ <circle cx="12" cy="16" r="2" fill="#000"/>
147
+ </svg>
148
+ </div>
149
+ <div class="icon">
150
+ <svg viewBox="0 0 24 24">
151
+ <rect x="3" y="6" width="15" height="12" rx="2" ry="2" fill="none" stroke="#000" stroke-width="2"/>
152
+ <rect x="19" y="9" width="2" height="6" fill="#000"/>
153
+ </svg>
154
+ </div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Header -->
159
+ <div class="header">
160
+ <div class="icon">
161
+ <svg viewBox="0 0 24 24">
162
+ <path d="M15 18l-6-6 6-6" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
163
+ </svg>
164
+ </div>
165
+ <div class="header-title">RUNNING SHOES • CUSHIONING • BOOST • 9</div>
166
+ <div class="icon" style="justify-self: end;">
167
+ <svg viewBox="0 0 24 24">
168
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#000" stroke-width="2"/>
169
+ <path d="M20 20l-4-4" fill="none" stroke="#000" stroke-width="2"/>
170
+ </svg>
171
+ </div>
172
+ </div>
173
+ <div class="results">3 RESULTS</div>
174
+
175
+ <!-- Filters -->
176
+ <div class="filters">
177
+ <div class="filter-icon">
178
+ <div class="filter-count">3</div>
179
+ <svg viewBox="0 0 24 24" class="icon">
180
+ <path d="M3 6h18M7 6v4M3 12h18M14 12v4M3 18h18M10 18v2" fill="none" stroke="#000" stroke-width="2"/>
181
+ </svg>
182
+ </div>
183
+ <div class="chip">CUSHIONING</div>
184
+ <div class="chip">BOOST</div>
185
+ <div class="chip">9</div>
186
+ </div>
187
+
188
+ <!-- Hero banner -->
189
+ <div class="hero">
190
+ <div class="hero-label">[IMG: Community runners group photo]</div>
191
+ <div class="hero-overlay">
192
+ <div class="cta-row">
193
+ <svg width="32" height="32" viewBox="0 0 24 24">
194
+ <path d="M5 12h14M13 5l7 7-7 7" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
195
+ </svg>
196
+ <div class="cta-text">ADIDAS RUNNERS</div>
197
+ </div>
198
+ <div class="cta-sub">Join community</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Products -->
203
+ <div class="products">
204
+ <!-- Card 1 -->
205
+ <div class="card">
206
+ <div class="product-top">
207
+ <div>[IMG: Black Running Shoe - Pureboost 22]</div>
208
+ <div class="heart">
209
+ <svg viewBox="0 0 24 24">
210
+ <path d="M12 20s-7-5.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 10-7 10z" fill="none" stroke="#000" stroke-width="2"/>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+ <div class="hex">AR</div>
215
+ <div class="members">
216
+ <div class="pill">MEMBERS' PRICE</div>
217
+ </div>
218
+ <div class="price-row">
219
+ <div class="price-new">$77.00</div>
220
+ <div class="price-old">$140.00</div>
221
+ </div>
222
+ <div class="title">Pureboost 22 Running Shoes</div>
223
+ <div class="subtitle">Men's Performance</div>
224
+ <div class="meta">
225
+ <div>+9</div>
226
+ <div class="dots">
227
+ <span class="dot orange"></span>
228
+ <span class="dot blue"></span>
229
+ <span class="dot yellow"></span>
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Card 2 -->
235
+ <div class="card">
236
+ <div class="product-top">
237
+ <div>[IMG: Black Running Shoe - Solar Glide 6]</div>
238
+ <div class="heart">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M12 20s-7-5.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 10-7 10z" fill="none" stroke="#000" stroke-width="2"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+ <div class="hex">AR</div>
245
+ <div class="price-row">
246
+ <div class="price-new">$72.00</div>
247
+ <div class="price-old">$130.00</div>
248
+ </div>
249
+ <div class="title">Solarglide 6 Running Shoes</div>
250
+ <div class="subtitle">Men's Performance</div>
251
+ <div class="meta">
252
+ <div>+5</div>
253
+ <div class="dots">
254
+ <span class="dot orange"></span>
255
+ <span class="dot blue"></span>
256
+ <span class="dot yellow"></span>
257
+ </div>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Card 3 -->
262
+ <div class="card">
263
+ <div class="product-top" style="height: 360px;">
264
+ <div>[IMG: Mauve Running Shoe]</div>
265
+ <div class="heart">
266
+ <svg viewBox="0 0 24 24">
267
+ <path d="M12 20s-7-5.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 10-7 10z" fill="none" stroke="#000" stroke-width="2"/>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ <!-- Leave space similar to screenshot without price details -->
272
+ </div>
273
+
274
+ <!-- Placeholder cell (empty like screenshot) -->
275
+ <div class="card">
276
+ <div class="product-top">
277
+ <div>[IMG: Placeholder]</div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- Bottom Navigation -->
283
+ <div class="bottom-nav">
284
+ <div class="nav-item">
285
+ <svg class="icon" viewBox="0 0 24 24">
286
+ <path d="M12 3c3 4 1 6 4 8-3 0-2 3-4 6-2-3-1-6-4-6 3-2 1-4 4-8z" fill="none" stroke="#000" stroke-width="2"/>
287
+ </svg>
288
+ </div>
289
+ <div class="nav-item">
290
+ <svg class="icon" viewBox="0 0 24 24">
291
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#000" stroke-width="2"/>
292
+ <path d="M20 20l-4-4" fill="none" stroke="#000" stroke-width="2"/>
293
+ </svg>
294
+ </div>
295
+ <div class="nav-item">
296
+ <svg class="icon" viewBox="0 0 24 24">
297
+ <path d="M12 21s-7-5.5-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 4.5-7 10-7 10z" fill="none" stroke="#000" stroke-width="2"/>
298
+ </svg>
299
+ <div class="badge">1</div>
300
+ </div>
301
+ <div class="nav-item">
302
+ <svg class="icon" viewBox="0 0 24 24">
303
+ <rect x="5" y="8" width="14" height="12" rx="2" ry="2" fill="none" stroke="#000" stroke-width="2"/>
304
+ <path d="M7 8V6a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v2" fill="none" stroke="#000" stroke-width="2"/>
305
+ </svg>
306
+ </div>
307
+ <div class="nav-item">
308
+ <svg class="icon" viewBox="0 0 24 24">
309
+ <circle cx="12" cy="12" r="8" fill="none" stroke="#000" stroke-width="2"/>
310
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#000" stroke-width="2"/>
311
+ </svg>
312
+ </div>
313
+ <div class="safe-bar"></div>
314
+ </div>
315
+
316
+ </div>
317
+ </body>
318
+ </html>
code/6343/6343_0.html ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Structure 25 - 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
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+ #render-target * { box-sizing: border-box; }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 140px;
23
+ background: #000;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 36px;
28
+ font-weight: 600;
29
+ }
30
+ .status-time { font-size: 42px; }
31
+ .status-icons { margin-left: auto; display: flex; gap: 28px; align-items: center; }
32
+ .status-icons svg { width: 48px; height: 48px; }
33
+
34
+ /* App bar */
35
+ .app-bar {
36
+ position: relative;
37
+ height: 170px;
38
+ border-bottom: 1px solid #eee;
39
+ background: #fff;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 32px;
43
+ }
44
+ .app-left, .app-right { display: flex; align-items: center; gap: 24px; z-index: 2; }
45
+ .app-left { width: 220px; }
46
+ .app-right { margin-left: auto; }
47
+ .app-title {
48
+ position: absolute;
49
+ left: 50%;
50
+ transform: translateX(-50%);
51
+ font-size: 48px;
52
+ font-weight: 600;
53
+ color: #111;
54
+ }
55
+ .icon-btn {
56
+ width: 72px;
57
+ height: 72px;
58
+ border: none;
59
+ background: none;
60
+ padding: 0;
61
+ cursor: default;
62
+ }
63
+ .icon-btn svg { width: 72px; height: 72px; }
64
+ .bag-wrap { position: relative; width: 72px; height: 72px; }
65
+ .bag-wrap svg { width: 72px; height: 72px; }
66
+ .badge {
67
+ position: absolute;
68
+ right: 0;
69
+ top: 0;
70
+ width: 52px;
71
+ height: 52px;
72
+ background: #fff;
73
+ border: 2px solid #111;
74
+ border-radius: 14px;
75
+ font-size: 34px;
76
+ line-height: 48px;
77
+ text-align: center;
78
+ font-weight: 700;
79
+ }
80
+
81
+ /* Content area */
82
+ .content {
83
+ padding: 32px 48px 0 48px;
84
+ }
85
+
86
+ /* Product grid */
87
+ .products {
88
+ display: grid;
89
+ grid-template-columns: 1fr 1fr;
90
+ gap: 32px;
91
+ margin-top: 12px;
92
+ }
93
+ .card {
94
+ background: #fff;
95
+ border-radius: 24px;
96
+ box-shadow: 0 4px 14px rgba(0,0,0,0.08);
97
+ padding: 16px;
98
+ }
99
+ .img-placeholder {
100
+ width: 100%;
101
+ height: 300px;
102
+ background: #E0E0E0;
103
+ border: 1px solid #BDBDBD;
104
+ border-radius: 18px;
105
+ display: flex;
106
+ justify-content: center;
107
+ align-items: center;
108
+ color: #757575;
109
+ font-size: 28px;
110
+ text-align: center;
111
+ }
112
+ .info { padding: 20px 12px 8px 12px; }
113
+ .name { font-size: 36px; font-weight: 500; color: #333; }
114
+ .subtitle { font-size: 34px; font-weight: 700; margin-top: 10px; }
115
+ .price { font-size: 34px; color: #333; margin-top: 10px; }
116
+
117
+ .divider {
118
+ height: 1px;
119
+ background: #e6e6e6;
120
+ margin: 48px 48px;
121
+ }
122
+
123
+ /* Social section */
124
+ .section-title { font-size: 46px; font-weight: 700; margin: 0 0 12px 0; }
125
+ .section-sub { font-size: 32px; color: #555; margin-bottom: 26px; }
126
+ .social-grid {
127
+ display: grid;
128
+ grid-template-columns: 1fr 1fr;
129
+ gap: 32px;
130
+ }
131
+ .social-card {
132
+ background: #fff;
133
+ border-radius: 24px;
134
+ }
135
+ .social-image {
136
+ position: relative;
137
+ width: 100%;
138
+ height: 640px;
139
+ background: #E0E0E0;
140
+ border: 1px solid #BDBDBD;
141
+ border-radius: 24px;
142
+ display: flex;
143
+ justify-content: center;
144
+ align-items: center;
145
+ color: #757575;
146
+ font-size: 30px;
147
+ text-align: center;
148
+ overflow: hidden;
149
+ }
150
+ .zoom-badge {
151
+ position: absolute;
152
+ left: 22px;
153
+ bottom: 22px;
154
+ width: 96px;
155
+ height: 96px;
156
+ background: #111;
157
+ color: #fff;
158
+ border-radius: 50%;
159
+ display: flex;
160
+ justify-content: center;
161
+ align-items: center;
162
+ box-shadow: 0 6px 12px rgba(0,0,0,0.25);
163
+ }
164
+ .handle {
165
+ font-size: 38px;
166
+ font-weight: 600;
167
+ margin-top: 18px;
168
+ margin-left: 8px;
169
+ }
170
+
171
+ .fine-divider {
172
+ height: 1px;
173
+ background: #e6e6e6;
174
+ margin: 40px 0 20px 0;
175
+ }
176
+ .footnote {
177
+ color: #8a8a8a;
178
+ font-size: 32px;
179
+ padding: 0 48px;
180
+ }
181
+
182
+ /* Bottom system bar */
183
+ .system-bar {
184
+ position: absolute;
185
+ bottom: 0;
186
+ left: 0;
187
+ width: 1080px;
188
+ height: 120px;
189
+ background: #000;
190
+ display: flex;
191
+ justify-content: center;
192
+ align-items: center;
193
+ }
194
+ .gesture-pill {
195
+ width: 240px;
196
+ height: 16px;
197
+ border-radius: 12px;
198
+ background: #fff;
199
+ opacity: 0.9;
200
+ }
201
+ </style>
202
+ </head>
203
+ <body>
204
+ <div id="render-target">
205
+
206
+ <!-- Status Bar -->
207
+ <div class="status-bar">
208
+ <div class="status-time">9:14</div>
209
+ <div class="status-icons">
210
+ <!-- Wi-Fi -->
211
+ <svg viewBox="0 0 48 48" fill="none">
212
+ <path d="M4 16c10-8 30-8 40 0" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
213
+ <path d="M10 22c7-5 21-5 28 0" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
214
+ <path d="M18 28c4-3 8-3 12 0" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
215
+ <circle cx="24" cy="34" r="3" fill="#fff"/>
216
+ </svg>
217
+ <!-- Battery -->
218
+ <svg viewBox="0 0 48 48" fill="none">
219
+ <rect x="4" y="12" width="34" height="24" rx="4" stroke="#fff" stroke-width="4"/>
220
+ <rect x="8" y="16" width="26" height="16" rx="2" fill="#fff"/>
221
+ <rect x="40" y="18" width="6" height="12" rx="2" fill="#fff"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- App Bar -->
227
+ <div class="app-bar">
228
+ <div class="app-left">
229
+ <button class="icon-btn" aria-label="Back">
230
+ <svg viewBox="0 0 48 48">
231
+ <path d="M30 10 L16 24 L30 38" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ </button>
234
+ </div>
235
+ <div class="app-title">Nike Structure 25</div>
236
+ <div class="app-right">
237
+ <button class="icon-btn" aria-label="Search">
238
+ <svg viewBox="0 0 48 48">
239
+ <circle cx="20" cy="20" r="12" stroke="#111" stroke-width="4" fill="none"/>
240
+ <path d="M32 32 L42 42" stroke="#111" stroke-width="4" stroke-linecap="round"/>
241
+ </svg>
242
+ </button>
243
+ <div class="bag-wrap" aria-label="Bag">
244
+ <svg viewBox="0 0 48 48">
245
+ <path d="M12 18h24v22a4 4 0 0 1-4 4H16a4 4 0 0 1-4-4V18z" stroke="#111" stroke-width="4" fill="none"/>
246
+ <path d="M16 18c0-6 4-10 8-10s8 4 8 10" stroke="#111" stroke-width="4" fill="none" stroke-linecap="round"/>
247
+ </svg>
248
+ <div class="badge">1</div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <!-- Products -->
254
+ <div class="content">
255
+ <div class="products">
256
+ <div class="card">
257
+ <div class="img-placeholder">[IMG: White Nike Running Shoe]</div>
258
+ <div class="info">
259
+ <div class="name">Nike InfinityRN 4</div>
260
+ <div class="subtitle">Men's Road Running Shoes</div>
261
+ <div class="price">₹ 4 995.00</div>
262
+ </div>
263
+ </div>
264
+ <div class="card">
265
+ <div class="img-placeholder">[IMG: Black Nike Running Shoe]</div>
266
+ <div class="info">
267
+ <div class="name">Nike Pegasus 40</div>
268
+ <div class="subtitle">Men's Road Running Shoes</div>
269
+ <div class="price">MRP : ₹ 11 895.00</div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <div class="divider"></div>
275
+
276
+ <!-- Social Section -->
277
+ <div class="section-title">How Others Are Wearing It</div>
278
+ <div class="section-sub">Mention @Nike on Instagram for a chance to have your look featured.</div>
279
+
280
+ <div class="social-grid">
281
+ <div class="social-card">
282
+ <div class="social-image">
283
+ [IMG: Person stretching wearing Nike shoes]
284
+ <div class="zoom-badge">
285
+ <svg viewBox="0 0 48 48">
286
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#fff" stroke-width="4"/>
287
+ <path d="M32 32 L44 44" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
288
+ <path d="M20 14v12M14 20h12" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
289
+ </svg>
290
+ </div>
291
+ </div>
292
+ <div class="handle">@EeriePhenomenon</div>
293
+ </div>
294
+
295
+ <div class="social-card">
296
+ <div class="social-image">
297
+ [IMG: Close-up of Nike shoe on concrete]
298
+ <div class="zoom-badge">
299
+ <svg viewBox="0 0 48 48">
300
+ <circle cx="20" cy="20" r="12" fill="none" stroke="#fff" stroke-width="4"/>
301
+ <path d="M32 32 L44 44" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
302
+ <path d="M20 14v12M14 20h12" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
303
+ </svg>
304
+ </div>
305
+ </div>
306
+ <div class="handle">@EeriePhenomenon</div>
307
+ </div>
308
+ </div>
309
+
310
+ <div class="fine-divider"></div>
311
+ <div class="footnote">*Store availability and pricing not guaranteed.</div>
312
+ </div>
313
+
314
+ <!-- Bottom System Bar -->
315
+ <div class="system-bar">
316
+ <div class="gesture-pill"></div>
317
+ </div>
318
+
319
+ </div>
320
+ </body>
321
+ </html>
code/6343/6343_1.html ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Structure 25 - Details</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ height:120px; background:#000; color:#fff;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ padding:0 48px; font-size:34px; box-sizing:border-box;
20
+ }
21
+ .status-left { display:flex; align-items:center; gap:24px; }
22
+ .status-right { display:flex; align-items:center; gap:24px; opacity:0.9; }
23
+ .status-icon {
24
+ width:36px; height:36px; background:#ffffff22; border-radius:6px;
25
+ }
26
+
27
+ /* Header */
28
+ .header {
29
+ height:120px; display:flex; align-items:center; box-sizing:border-box;
30
+ padding:0 48px; border-bottom:1px solid transparent;
31
+ }
32
+ .header .title {
33
+ font-size:38px; font-weight:600; color:#111; margin-left:24px;
34
+ }
35
+ .spacer { flex:1; }
36
+ .icon-btn { width:64px; height:64px; display:flex; align-items:center; justify-content:center; position:relative; }
37
+ .badge {
38
+ position:absolute; right:4px; top:6px;
39
+ min-width:32px; height:32px; padding:0 6px;
40
+ border:2px solid #000; border-radius:8px;
41
+ display:flex; align-items:center; justify-content:center;
42
+ font-size:22px; font-weight:600; color:#000; background:#fff;
43
+ }
44
+
45
+ /* Content */
46
+ .content { padding:0 56px; }
47
+ .section-title {
48
+ font-size:62px; font-weight:700; color:#111; margin-top:44px; margin-bottom:24px;
49
+ }
50
+ .lead {
51
+ font-size:36px; line-height:1.55; color:#222; max-width:920px;
52
+ margin-bottom:80px;
53
+ }
54
+ .divider { height:1px; background:#e6e6e6; margin:40px 0; }
55
+
56
+ /* Recommendations */
57
+ .grid { display:flex; gap:40px; flex-wrap:wrap; }
58
+ .card {
59
+ width:472px; border-radius:20px; background:#fff;
60
+ box-shadow:0 4px 18px rgba(0,0,0,0.08);
61
+ padding:24px; box-sizing:border-box;
62
+ }
63
+ .img-placeholder {
64
+ width:100%; height:400px; background:#E0E0E0;
65
+ border:1px solid #BDBDBD; border-radius:14px;
66
+ display:flex; align-items:center; justify-content:center;
67
+ color:#757575; font-size:30px; margin-bottom:24px;
68
+ }
69
+ .prod-name { font-size:36px; font-weight:600; color:#111; margin-bottom:8px; }
70
+ .prod-sub { font-size:30px; font-weight:700; color:#111; margin-bottom:8px; }
71
+ .prod-price { font-size:28px; color:#555; }
72
+
73
+ /* Footer preview section */
74
+ .footer-title { font-size:52px; font-weight:700; color:#111; margin-top:44px; margin-bottom:12px; }
75
+
76
+ /* Gesture bar */
77
+ .gesture-bar {
78
+ position:absolute; bottom:0; left:0; width:100%; height:120px; background:#000;
79
+ display:flex; align-items:center; justify-content:center;
80
+ }
81
+ .gesture-pill {
82
+ width:360px; height:16px; background:#e6e6e6; border-radius:12px; opacity:0.75;
83
+ }
84
+ /* Simple utility */
85
+ .muted { color:#999; }
86
+ </style>
87
+ </head>
88
+ <body>
89
+ <div id="render-target">
90
+ <!-- OS status bar -->
91
+ <div class="status-bar">
92
+ <div class="status-left">
93
+ <div>9:14</div>
94
+ <div class="status-icon"></div>
95
+ <div class="status-icon"></div>
96
+ </div>
97
+ <div class="status-right">
98
+ <div class="status-icon"></div>
99
+ <div class="status-icon"></div>
100
+ </div>
101
+ </div>
102
+
103
+ <!-- App header -->
104
+ <div class="header">
105
+ <div class="icon-btn" aria-label="Back">
106
+ <svg width="44" height="44" viewBox="0 0 24 24">
107
+ <path d="M15 5 L6 12 L15 19" stroke="#000" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
108
+ </svg>
109
+ </div>
110
+ <div class="title">Nike Structure 25</div>
111
+ <div class="spacer"></div>
112
+ <div class="icon-btn" aria-label="Search">
113
+ <svg width="40" height="40" viewBox="0 0 24 24">
114
+ <circle cx="11" cy="11" r="7" stroke="#000" stroke-width="2" fill="none"></circle>
115
+ <line x1="16.5" y1="16.5" x2="21" y2="21" stroke="#000" stroke-width="2" stroke-linecap="round"></line>
116
+ </svg>
117
+ </div>
118
+ <div class="icon-btn" aria-label="Bag">
119
+ <svg width="40" height="40" viewBox="0 0 24 24">
120
+ <rect x="4" y="7" width="16" height="13" rx="3" stroke="#000" stroke-width="2" fill="none"></rect>
121
+ <path d="M8 7 C8 4.8 10 3.5 12 3.5 C14 3.5 16 4.8 16 7" stroke="#000" stroke-width="2" fill="none" stroke-linecap="round"></path>
122
+ </svg>
123
+ <div class="badge">1</div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Main content -->
128
+ <div class="content">
129
+ <div class="section-title">Trusted details</div>
130
+ <div class="lead">
131
+ An engineered mesh upper and midfoot support system combined with a heel clip help create stability where you need it.
132
+ </div>
133
+
134
+ <div class="divider"></div>
135
+
136
+ <div class="section-title" style="font-size:54px;">You Might Also Like</div>
137
+
138
+ <div class="grid">
139
+ <!-- Card 1 -->
140
+ <div class="card">
141
+ <div class="img-placeholder">[IMG: White running shoe]</div>
142
+ <div class="prod-name">InfinityRN 4</div>
143
+ <div class="prod-sub">Men's Road Running Shoes</div>
144
+ <div class="prod-price">MRP : ₹ 4 995.00</div>
145
+ </div>
146
+
147
+ <!-- Card 2 -->
148
+ <div class="card">
149
+ <div class="img-placeholder">[IMG: Black running shoe]</div>
150
+ <div class="prod-name">Nike Pegasus 40</div>
151
+ <div class="prod-sub">Men's Road Running Shoes</div>
152
+ <div class="prod-price">MRP : ₹ 11 895.00</div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="divider" style="margin-top:60px;"></div>
157
+
158
+ <div class="footer-title">How Others Are Wearing It</div>
159
+ <div class="muted" style="font-size:30px; max-width:920px;">
160
+ Discover real-world looks and styling ideas from other runners. Scroll for inspiration.
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Bottom gesture area -->
165
+ <div class="gesture-bar">
166
+ <div class="gesture-pill"></div>
167
+ </div>
168
+ </div>
169
+ </body>
170
+ </html>
code/6343/6343_2.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>Nike Structure 25 - Details</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #ffffff;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 100%;
28
+ height: 140px;
29
+ background: #000;
30
+ color: #fff;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 40px;
34
+ box-sizing: border-box;
35
+ justify-content: space-between;
36
+ font-weight: 600;
37
+ }
38
+ .sb-left { font-size: 40px; }
39
+ .sb-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 24px;
43
+ }
44
+ .icon {
45
+ width: 44px;
46
+ height: 44px;
47
+ }
48
+
49
+ /* Top toolbar */
50
+ .toolbar {
51
+ position: absolute;
52
+ top: 140px;
53
+ left: 0;
54
+ width: 100%;
55
+ height: 140px;
56
+ background: #fff;
57
+ display: flex;
58
+ align-items: center;
59
+ box-sizing: border-box;
60
+ padding: 0 40px;
61
+ color: #111;
62
+ }
63
+ .toolbar .title {
64
+ font-size: 48px;
65
+ font-weight: 600;
66
+ margin-left: 24px;
67
+ }
68
+ .toolbar .right {
69
+ margin-left: auto;
70
+ display: flex;
71
+ align-items: center;
72
+ gap: 40px;
73
+ }
74
+ .toolbar .btn {
75
+ width: 72px;
76
+ height: 72px;
77
+ display: inline-flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ color: #111;
81
+ }
82
+ .cart-wrap {
83
+ position: relative;
84
+ }
85
+ .cart-badge {
86
+ position: absolute;
87
+ top: -12px;
88
+ right: -12px;
89
+ width: 40px;
90
+ height: 40px;
91
+ border: 2px solid #111;
92
+ border-radius: 8px;
93
+ background: #fff;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ font-size: 28px;
98
+ font-weight: 700;
99
+ line-height: 1;
100
+ }
101
+
102
+ /* Content */
103
+ .content {
104
+ position: absolute;
105
+ top: 280px; /* status + toolbar */
106
+ left: 0;
107
+ right: 0;
108
+ padding: 0 56px;
109
+ box-sizing: border-box;
110
+ color: #222;
111
+ }
112
+ .section {
113
+ max-width: 920px;
114
+ margin-left: 24px;
115
+ }
116
+ .section h1 {
117
+ font-size: 64px;
118
+ line-height: 1.1;
119
+ margin: 300px 0 40px;
120
+ font-weight: 800;
121
+ color: #1a1a1a;
122
+ }
123
+ .section p {
124
+ font-size: 36px;
125
+ line-height: 1.7;
126
+ color: #2f2f2f;
127
+ margin: 0 0 40px;
128
+ }
129
+ .section.spaced h1 {
130
+ margin-top: 480px; /* large gap between sections */
131
+ }
132
+ hr.divider {
133
+ border: none;
134
+ border-top: 1px solid #e6e6e6;
135
+ margin: 60px 24px;
136
+ }
137
+ .subhead {
138
+ font-size: 52px;
139
+ font-weight: 800;
140
+ margin: 0 24px;
141
+ color: #1a1a1a;
142
+ }
143
+
144
+ /* Bottom gesture bar */
145
+ .gesture-area {
146
+ position: absolute;
147
+ bottom: 0;
148
+ left: 0;
149
+ width: 100%;
150
+ height: 120px;
151
+ background: #000;
152
+ display: flex;
153
+ align-items: center;
154
+ justify-content: center;
155
+ }
156
+ .home-pill {
157
+ width: 300px;
158
+ height: 16px;
159
+ border-radius: 10px;
160
+ background: #bdbdbd;
161
+ }
162
+ </style>
163
+ </head>
164
+ <body>
165
+ <div id="render-target">
166
+
167
+ <!-- Status bar -->
168
+ <div class="status-bar">
169
+ <div class="sb-left">9:15</div>
170
+ <div class="sb-right">
171
+ <!-- simple "YouTube" and download icons as squares to mimic -->
172
+ <svg class="icon" viewBox="0 0 24 24">
173
+ <rect x="3" y="6" width="18" height="12" rx="3" fill="#fff"/>
174
+ <polygon points="10,9 16,12 10,15" fill="#000"/>
175
+ </svg>
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <path d="M12 3v12M6 9l6 6 6-6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
178
+ </svg>
179
+ <!-- wifi and battery -->
180
+ <svg class="icon" viewBox="0 0 24 24">
181
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M9 16c2-2 6-2 8 0M12 19l2 2-2 0-2-2z" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
182
+ </svg>
183
+ <svg class="icon" viewBox="0 0 24 24">
184
+ <rect x="2" y="7" width="18" height="10" rx="2" stroke="#fff" stroke-width="2" fill="none"/>
185
+ <rect x="4" y="9" width="14" height="6" fill="#fff"/>
186
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Toolbar -->
192
+ <div class="toolbar">
193
+ <div class="btn">
194
+ <svg width="72" height="72" viewBox="0 0 120 120">
195
+ <path d="M75 20 L35 60 L75 100" stroke="#111" stroke-width="12" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="title">Nike Structure 25</div>
199
+ <div class="right">
200
+ <div class="btn">
201
+ <svg width="72" height="72" viewBox="0 0 120 120">
202
+ <circle cx="54" cy="54" r="32" stroke="#111" stroke-width="10" fill="none"/>
203
+ <path d="M84 84 L110 110" stroke="#111" stroke-width="10" stroke-linecap="round"/>
204
+ </svg>
205
+ </div>
206
+ <div class="btn cart-wrap">
207
+ <svg width="72" height="72" viewBox="0 0 120 120">
208
+ <rect x="32" y="38" width="56" height="50" rx="8" stroke="#111" stroke-width="10" fill="none"/>
209
+ <path d="M42 38 c0-10 8-18 18-18 M78 38 c0-10-8-18-18-18" stroke="#111" stroke-width="10" fill="none" stroke-linecap="round"/>
210
+ </svg>
211
+ <div class="cart-badge">1</div>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Content Sections -->
217
+ <div class="content">
218
+ <div class="section">
219
+ <h1>Cushioning in all the right places</h1>
220
+ <p>Built with Cushlon 3.0 foam for cushioning in all the right places and an increased rocker from heel to toe for smooth transitions in every stride.</p>
221
+ </div>
222
+
223
+ <div class="section spaced">
224
+ <h1>Trusted details</h1>
225
+ <p>An engineered mesh upper and midfoot support system combined with a heel clip help create stability where you need it.</p>
226
+ </div>
227
+
228
+ <hr class="divider">
229
+ <div class="subhead">You Might Also Like</div>
230
+ </div>
231
+
232
+ <!-- Bottom gesture bar -->
233
+ <div class="gesture-area">
234
+ <div class="home-pill"></div>
235
+ </div>
236
+ </div>
237
+ </body>
238
+ </html>
code/6343/6343_3.html ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Nike Structure 25 - Detail</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FFFFFF;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0; left: 0; right: 0;
23
+ height: 120px;
24
+ background: #000;
25
+ color: #fff;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ font-weight: 600;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 24px;
36
+ font-size: 40px;
37
+ }
38
+ .status-right {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 28px;
43
+ }
44
+ .status-icon svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 3; }
45
+
46
+ /* App bar */
47
+ .app-bar {
48
+ position: absolute;
49
+ top: 120px;
50
+ left: 0; right: 0;
51
+ height: 160px;
52
+ background: #fff;
53
+ border-bottom: 1px solid #e6e6e6;
54
+ display: flex;
55
+ align-items: center;
56
+ padding: 0 36px;
57
+ box-sizing: border-box;
58
+ }
59
+ .back-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; }
60
+ .back-btn svg { width: 48px; height: 48px; }
61
+ .title {
62
+ font-size: 48px;
63
+ font-weight: 700;
64
+ margin-left: 24px;
65
+ }
66
+ .app-actions {
67
+ margin-left: auto;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 40px;
71
+ }
72
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; position: relative; }
73
+ .icon-btn svg { width: 56px; height: 56px; stroke: #111; stroke-width: 4; fill: none; }
74
+ .badge {
75
+ position: absolute;
76
+ right: -4px; top: -6px;
77
+ background: #fff;
78
+ border: 2px solid #111;
79
+ width: 44px; height: 44px;
80
+ border-radius: 8px;
81
+ font-size: 28px;
82
+ font-weight: 700;
83
+ display: flex; align-items: center; justify-content: center;
84
+ }
85
+
86
+ /* Hero media placeholder */
87
+ .media-placeholder {
88
+ position: absolute;
89
+ top: 280px;
90
+ left: 0; right: 0;
91
+ height: 520px;
92
+ background: #E0E0E0;
93
+ border-top: 1px solid #BDBDBD;
94
+ border-bottom: 1px solid #BDBDBD;
95
+ display: flex;
96
+ align-items: center;
97
+ padding-left: 60px;
98
+ box-sizing: border-box;
99
+ }
100
+ .media-label {
101
+ position: absolute;
102
+ left: 50%; top: 50%;
103
+ transform: translate(-50%, -50%);
104
+ color: #757575;
105
+ font-size: 30px;
106
+ }
107
+ .mute-circle {
108
+ width: 120px; height: 120px; border-radius: 60px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.12);
109
+ display: flex; align-items: center; justify-content: center;
110
+ }
111
+ .mute-circle svg { width: 56px; height: 56px; stroke: #111; stroke-width: 3; fill: none; }
112
+
113
+ /* Content sections */
114
+ .content {
115
+ position: absolute;
116
+ top: 800px;
117
+ left: 0; right: 0;
118
+ padding: 0 60px;
119
+ box-sizing: border-box;
120
+ }
121
+ .section { margin-bottom: 140px; }
122
+ .section h2 {
123
+ font-size: 64px;
124
+ line-height: 1.15;
125
+ margin: 0 0 40px 0;
126
+ font-weight: 800;
127
+ color: #222;
128
+ }
129
+ .section p {
130
+ font-size: 34px;
131
+ line-height: 1.6;
132
+ color: #333;
133
+ margin: 0;
134
+ }
135
+
136
+ /* Bottom gesture bar */
137
+ .nav-bar {
138
+ position: absolute;
139
+ bottom: 0; left: 0; right: 0;
140
+ height: 160px;
141
+ background: #000;
142
+ display: flex; align-items: center; justify-content: center;
143
+ }
144
+ .home-indicator {
145
+ width: 300px; height: 18px; border-radius: 9px; background: #D0D0D0;
146
+ }
147
+ </style>
148
+ </head>
149
+ <body>
150
+ <div id="render-target">
151
+
152
+ <!-- Status Bar -->
153
+ <div class="status-bar">
154
+ <div class="status-left">
155
+ <div>9:15</div>
156
+ <div class="status-icon">
157
+ <!-- YouTube style icon -->
158
+ <svg viewBox="0 0 24 24">
159
+ <rect x="2" y="5" width="20" height="14" rx="3" ry="3" fill="none" stroke="#fff"></rect>
160
+ <polygon points="10,8 17,12 10,16" fill="#fff" stroke="none"></polygon>
161
+ </svg>
162
+ </div>
163
+ <div class="status-icon">
164
+ <!-- Download icon -->
165
+ <svg viewBox="0 0 24 24">
166
+ <path d="M12 3v10M7 9l5 4 5-4" stroke="#fff"></path>
167
+ <path d="M5 19h14" stroke="#fff"></path>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+ <div class="status-right">
172
+ <div class="status-icon">
173
+ <!-- WiFi icon -->
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M2 8c5-5 15-5 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 20h0" stroke="#fff"></path>
176
+ </svg>
177
+ </div>
178
+ <div class="status-icon">
179
+ <!-- Battery icon -->
180
+ <svg viewBox="0 0 28 24">
181
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke="#fff"></rect>
182
+ <rect x="23" y="9" width="3" height="6" fill="none" stroke="#fff"></rect>
183
+ <rect x="4" y="8" width="16" height="8" fill="#fff" stroke="none"></rect>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- App Bar -->
190
+ <div class="app-bar">
191
+ <div class="back-btn" aria-label="Back">
192
+ <svg viewBox="0 0 24 24">
193
+ <path d="M15 4l-8 8 8 8" stroke="#111" stroke-width="3" fill="none"></path>
194
+ </svg>
195
+ </div>
196
+ <div class="title">Nike Structure 25</div>
197
+ <div class="app-actions">
198
+ <div class="icon-btn" aria-label="Search">
199
+ <svg viewBox="0 0 24 24">
200
+ <circle cx="10" cy="10" r="6"></circle>
201
+ <path d="M16 16l6 6"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="icon-btn" aria-label="Cart">
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M6 9h12v10H6z"></path>
207
+ <path d="M8 9V7a4 4 0 0 1 8 0v2"></path>
208
+ </svg>
209
+ <div class="badge">1</div>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Media / Banner Placeholder -->
215
+ <div class="media-placeholder">
216
+ <div class="mute-circle" title="Muted">
217
+ <svg viewBox="0 0 24 24">
218
+ <path d="M4 9h4l6-5v16l-6-5H4z"></path>
219
+ <path d="M21 3L3 21" stroke="#111"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="media-label">[IMG: Product media placeholder]</div>
223
+ </div>
224
+
225
+ <!-- Content -->
226
+ <div class="content">
227
+ <div class="section">
228
+ <h2>Stable every stride</h2>
229
+ <p>
230
+ Measured in the Nike Sports Research Lab and built for those seeking alignment in their natural
231
+ stride, the Nike Structure 25 offers stability designed to help steady runners prone to
232
+ overpronation.
233
+ </p>
234
+ </div>
235
+
236
+ <div class="section">
237
+ <h2>Cushioning in all the right places</h2>
238
+ <p>
239
+ Built with Cushlon 3.0 foam for cushioning in all the right places and an increased rocker from heel
240
+ to toe for smooth transitions in every stride.
241
+ </p>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom gesture/navigation bar -->
246
+ <div class="nav-bar">
247
+ <div class="home-indicator"></div>
248
+ </div>
249
+
250
+ </div>
251
+ </body>
252
+ </html>
code/6343/6343_5.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>Nike Structure 25 - Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 140px;
20
+ background: #000;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 44px;
26
+ box-sizing: border-box;
27
+ font-size: 42px;
28
+ letter-spacing: 0.5px;
29
+ }
30
+ .status-icons { display: flex; align-items: center; gap: 28px; }
31
+ .status-icon { display: inline-flex; }
32
+
33
+ /* Header */
34
+ .header {
35
+ height: 150px;
36
+ display: flex;
37
+ align-items: center;
38
+ padding: 0 36px;
39
+ box-sizing: border-box;
40
+ border-bottom: 1px solid #e9e9e9;
41
+ }
42
+ .header .left, .header .right { display: flex; align-items: center; }
43
+ .header .title {
44
+ flex: 1;
45
+ text-align: center;
46
+ font-size: 46px;
47
+ font-weight: 600;
48
+ color: #111;
49
+ }
50
+ .icon-btn { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; margin: 0 12px; }
51
+ .bag-wrap { position: relative; width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; }
52
+ .bag-badge {
53
+ position: absolute; right: -2px; top: -2px;
54
+ background: #fff; border: 2px solid #111; color: #111;
55
+ font-size: 26px; padding: 2px 8px; border-radius: 10px; line-height: 1;
56
+ }
57
+
58
+ /* CTA buttons */
59
+ .btn-primary {
60
+ width: 960px; height: 140px; margin: 40px auto 26px;
61
+ background: #111; color: #fff; border-radius: 70px;
62
+ display: flex; align-items: center; justify-content: center;
63
+ font-size: 44px; font-weight: 600;
64
+ }
65
+ .btn-outline {
66
+ width: 960px; height: 140px; margin: 22px auto 40px;
67
+ border: 2px solid #d9d9d9; color: #111; border-radius: 70px;
68
+ display: flex; align-items: center; justify-content: center; gap: 16px;
69
+ font-size: 42px; font-weight: 500;
70
+ }
71
+
72
+ /* Sections */
73
+ .divider { height: 2px; background: #eee; margin: 28px 36px; }
74
+ .row {
75
+ padding: 34px 36px;
76
+ display: flex; align-items: center; justify-content: space-between;
77
+ box-sizing: border-box; color: #111;
78
+ }
79
+ .row .label { font-size: 44px; font-weight: 600; }
80
+ .chev { width: 48px; height: 48px; }
81
+
82
+ .stars { display: flex; align-items: center; gap: 16px; }
83
+ .star { width: 52px; height: 52px; }
84
+ .half-star { width: 52px; height: 52px; position: relative; }
85
+ .half-star svg { position: absolute; top: 0; left: 0; }
86
+ .half-mask {
87
+ position: absolute; top: 0; left: 26px; width: 26px; height: 52px; background: #fff;
88
+ }
89
+
90
+ /* Product Information */
91
+ .section-title {
92
+ padding: 40px 36px 10px;
93
+ font-size: 56px; font-weight: 700; color: #111;
94
+ display: flex; align-items: center; justify-content: space-between;
95
+ box-sizing: border-box;
96
+ }
97
+ .content {
98
+ padding: 16px 36px 0;
99
+ font-size: 36px; line-height: 1.7; color: #333;
100
+ box-sizing: border-box;
101
+ }
102
+ .bold { font-weight: 700; color: #111; }
103
+
104
+ /* Share */
105
+ .share-wrap {
106
+ position: absolute; bottom: 160px; left: 0; right: 0;
107
+ display: flex; flex-direction: column; align-items: center; justify-content: center;
108
+ color: #111;
109
+ }
110
+ .share-icon { width: 80px; height: 80px; margin-bottom: 16px; }
111
+ .share-text { font-size: 40px; }
112
+
113
+ /* Bottom gesture bar */
114
+ .bottom-bar {
115
+ position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: #000;
116
+ display: flex; align-items: center; justify-content: center;
117
+ }
118
+ .gesture-pill { width: 220px; height: 16px; background: #fff; border-radius: 8px; opacity: 0.9; }
119
+
120
+ /* Heart outline inside Favorite */
121
+ .heart { width: 44px; height: 44px; }
122
+ </style>
123
+ </head>
124
+ <body>
125
+ <div id="render-target">
126
+
127
+ <!-- Status bar -->
128
+ <div class="status-bar">
129
+ <div>9:15</div>
130
+ <div class="status-icons">
131
+ <!-- simple small icons to simulate status -->
132
+ <span class="status-icon">
133
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff">
134
+ <path d="M3 17l6-6 4 4 6-6v7H3z"></path>
135
+ </svg>
136
+ </span>
137
+ <span class="status-icon">
138
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff">
139
+ <path d="M12 3L2 9l10 6 10-6-10-6zm0 9.7L4.4 9 12 4.3 19.6 9 12 12.7z"></path>
140
+ </svg>
141
+ </span>
142
+ <span class="status-icon">
143
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#fff">
144
+ <path d="M4 7h16v10H4V7zm6-3h4v2h-4V4z"></path>
145
+ </svg>
146
+ </span>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Header -->
151
+ <div class="header">
152
+ <div class="left">
153
+ <div class="icon-btn">
154
+ <svg width="56" height="56" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
155
+ <path d="M15 18l-6-6 6-6"></path>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ <div class="title">Nike Structure 25</div>
160
+ <div class="right">
161
+ <div class="icon-btn">
162
+ <svg width="56" height="56" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
163
+ <circle cx="11" cy="11" r="7"></circle>
164
+ <path d="M20 20l-4-4"></path>
165
+ </svg>
166
+ </div>
167
+ <div class="bag-wrap">
168
+ <svg width="56" height="56" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
169
+ <path d="M6 8h12l-1 11H7L6 8z"></path>
170
+ <path d="M9 8V6a3 3 0 0 1 6 0v2"></path>
171
+ </svg>
172
+ <div class="bag-badge">1</div>
173
+ </div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- CTA buttons -->
178
+ <div class="btn-primary">Add to Bag</div>
179
+ <div class="btn-outline">
180
+ <span>Favorite</span>
181
+ <svg class="heart" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
182
+ <path d="M12 21s-6-4.35-8.5-7C1 11.5 2.5 8 6 8c2 0 3 1 4 2 1-1 2-2 4-2 3.5 0 5 3.5 2.5 6-2.5 2.65-8.5 7-8.5 7z"></path>
183
+ </svg>
184
+ </div>
185
+
186
+ <div class="divider"></div>
187
+
188
+ <!-- Size & Fit row -->
189
+ <div class="row">
190
+ <div class="label">Size & Fit</div>
191
+ <svg class="chev" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
192
+ <path d="M6 9l6 6 6-6"></path>
193
+ </svg>
194
+ </div>
195
+
196
+ <div class="divider"></div>
197
+
198
+ <!-- Reviews row -->
199
+ <div class="row">
200
+ <div class="label">Reviews (52)</div>
201
+ <div class="stars">
202
+ <!-- 4 full stars -->
203
+ <svg class="star" viewBox="0 0 24 24" fill="#111">
204
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L1.9 9.4l7-1 3.1-6.4 3.1 6.4 7 1-5.1 4.3 1.2 6.9z"></path>
205
+ </svg>
206
+ <svg class="star" viewBox="0 0 24 24" fill="#111">
207
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L1.9 9.4l7-1 3.1-6.4 3.1 6.4 7 1-5.1 4.3 1.2 6.9z"></path>
208
+ </svg>
209
+ <svg class="star" viewBox="0 0 24 24" fill="#111">
210
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L1.9 9.4l7-1 3.1-6.4 3.1 6.4 7 1-5.1 4.3 1.2 6.9z"></path>
211
+ </svg>
212
+ <svg class="star" viewBox="0 0 24 24" fill="#111">
213
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L1.9 9.4l7-1 3.1-6.4 3.1 6.4 7 1-5.1 4.3 1.2 6.9z"></path>
214
+ </svg>
215
+ <!-- half star -->
216
+ <div class="half-star">
217
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#111">
218
+ <defs></defs>
219
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L1.9 9.4l7-1 3.1-6.4 0 0v15.3z"></path>
220
+ </svg>
221
+ <div class="half-mask"></div>
222
+ <svg viewBox="0 0 24 24" width="52" height="52" fill="#e6e6e6">
223
+ <path d="M12 17.3l6.2 3.3-1.2-6.9 5.1-4.3-7-1-3.1-6.4V17.3z"></path>
224
+ </svg>
225
+ </div>
226
+ </div>
227
+ <svg class="chev" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
228
+ <path d="M6 9l6 6 6-6"></path>
229
+ </svg>
230
+ </div>
231
+
232
+ <div class="divider"></div>
233
+
234
+ <!-- Product Information -->
235
+ <div class="section-title">
236
+ <span>Product Information</span>
237
+ <svg class="chev" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
238
+ <path d="M18 15l-6-6-6 6"></path>
239
+ </svg>
240
+ </div>
241
+
242
+ <div class="content">
243
+ <p>Declaration of Importer: Direct import by the individual customer.</p>
244
+ <p>Marketed By: Nike Global Trading B.V. Singapore Branch, 30 Pasir Panjang Road, #10-31/32, Mapletree Business City, Singapore 117 440</p>
245
+ <p class="bold">Net Quantity : 1 Pair</p>
246
+ </div>
247
+
248
+ <div class="divider" style="margin-top: 24px;"></div>
249
+
250
+ <!-- Share -->
251
+ <div class="share-wrap">
252
+ <svg class="share-icon" viewBox="0 0 24 24" stroke="#111" fill="none" stroke-width="2">
253
+ <circle cx="6" cy="12" r="2"></circle>
254
+ <circle cx="18" cy="6" r="2"></circle>
255
+ <circle cx="18" cy="18" r="2"></circle>
256
+ <path d="M8 12l8-6M8 12l8 6"></path>
257
+ </svg>
258
+ <div class="share-text">Share</div>
259
+ </div>
260
+
261
+ <!-- Bottom gesture bar -->
262
+ <div class="bottom-bar">
263
+ <div class="gesture-pill"></div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/6343/6343_6.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Nike Product - Reviews</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #000;
21
+ color: #fff;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-size: 38px;
27
+ }
28
+ .status-icons { display: flex; align-items: center; gap: 24px; }
29
+ .header {
30
+ height: 160px;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 44px;
34
+ gap: 24px;
35
+ }
36
+ .header-title {
37
+ font-size: 44px;
38
+ font-weight: 600;
39
+ flex: 1;
40
+ }
41
+ .icon-btn { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
42
+ .divider-curve {
43
+ margin: 0 44px;
44
+ height: 32px;
45
+ border-bottom: 3px solid #e6e6e6;
46
+ border-bottom-left-radius: 28px;
47
+ border-bottom-right-radius: 28px;
48
+ }
49
+ .content { padding: 40px 44px; }
50
+ .pill-primary {
51
+ height: 120px;
52
+ border-radius: 60px;
53
+ background: #111;
54
+ color: #fff;
55
+ font-size: 44px;
56
+ font-weight: 600;
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ }
61
+ .pill-outline {
62
+ height: 120px;
63
+ border-radius: 60px;
64
+ border: 3px solid #d9d9d9;
65
+ background: #fff;
66
+ color: #111;
67
+ font-size: 44px;
68
+ font-weight: 600;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ gap: 20px;
73
+ }
74
+ .section-divider { height: 2px; background: #ededed; margin: 56px 0; }
75
+ .row {
76
+ display: flex;
77
+ align-items: center;
78
+ justify-content: space-between;
79
+ font-size: 44px;
80
+ font-weight: 600;
81
+ }
82
+ .row .sub { font-size: 40px; font-weight: 500; }
83
+ .stars { display: flex; align-items: center; gap: 10px; }
84
+ .star svg { width: 44px; height: 44px; }
85
+ .btn-secondary {
86
+ margin-top: 36px;
87
+ height: 104px;
88
+ padding: 0 36px;
89
+ border-radius: 52px;
90
+ border: 3px solid #d9d9d9;
91
+ display: inline-flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ font-size: 40px;
95
+ font-weight: 600;
96
+ color: #111;
97
+ background: #fff;
98
+ }
99
+ .review {
100
+ margin-top: 60px;
101
+ }
102
+ .review-title { font-size: 40px; font-weight: 700; margin-bottom: 16px; }
103
+ .meta { color: #9e9e9e; font-size: 36px; margin-top: 18px; }
104
+ .review-text { font-size: 40px; line-height: 1.5; margin-top: 24px; }
105
+ .more-link { font-size: 40px; font-weight: 700; margin-top: 12px; }
106
+ .bottom-safe {
107
+ position: absolute;
108
+ left: 0; right: 0; bottom: 0;
109
+ height: 140px;
110
+ background: #000;
111
+ }
112
+ .home-indicator {
113
+ width: 300px; height: 16px;
114
+ background: #d0d0d0;
115
+ border-radius: 10px;
116
+ position: absolute;
117
+ left: 50%; transform: translateX(-50%);
118
+ bottom: 48px;
119
+ }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+ <div class="status-bar">
125
+ <div>9:15</div>
126
+ <div class="status-icons">
127
+ <!-- simple status icons -->
128
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M2 18h20v2H2z"/></svg>
129
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#fff"><path d="M3 11l9-9 9 9H3zm0 2h18v7H3z"/></svg>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="header">
134
+ <!-- Back arrow -->
135
+ <div class="icon-btn">
136
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
137
+ <path d="M15 18l-6-6 6-6"/>
138
+ </svg>
139
+ </div>
140
+ <div class="header-title">Nike Structure 25</div>
141
+ <!-- Search -->
142
+ <div class="icon-btn">
143
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.2">
144
+ <circle cx="11" cy="11" r="7"></circle>
145
+ <path d="M20 20l-4-4"></path>
146
+ </svg>
147
+ </div>
148
+ <!-- Cart with badge -->
149
+ <div class="icon-btn" style="position: relative;">
150
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.2">
151
+ <path d="M6 7h12l-1.5 9H7.5L6 7z"></path>
152
+ <path d="M9 7V5a3 3 0 016 0v2"></path>
153
+ </svg>
154
+ <div style="position:absolute; right:-6px; top:-6px; width:38px; height:38px; border:2px solid #111; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:26px;">1</div>
155
+ </div>
156
+ </div>
157
+
158
+ <div class="divider-curve"></div>
159
+
160
+ <div class="content">
161
+ <div class="pill-primary">Add to Bag</div>
162
+
163
+ <div style="height: 32px;"></div>
164
+
165
+ <div class="pill-outline">
166
+ <span>Favorite</span>
167
+ <svg viewBox="0 0 24 24" width="48" height="48" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
168
+ <path d="M12 21s-6.7-4.7-9.1-8.2C1.6 10.6 3 8 6 8c1.9 0 3 1.1 3.9 2.3C10.9 9.1 12 8 14 8c3 0 4.4 2.6 3.1 4.8C18.7 16.3 12 21 12 21z"/>
169
+ </svg>
170
+ </div>
171
+
172
+ <div class="section-divider"></div>
173
+
174
+ <div class="row">
175
+ <div>Size & Fit</div>
176
+ <div class="icon-btn">
177
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
178
+ <path d="M6 9l6 6 6-6"/>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="section-divider" style="margin-top: 40px;"></div>
184
+
185
+ <div class="row">
186
+ <div>Reviews (52)</div>
187
+ <div style="display:flex; align-items:center; gap:18px;">
188
+ <div class="stars">
189
+ <div class="star">
190
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
191
+ </div>
192
+ <div class="star">
193
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
194
+ </div>
195
+ <div class="star">
196
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
197
+ </div>
198
+ <div class="star">
199
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
200
+ </div>
201
+ <div class="star">
202
+ <svg viewBox="0 0 24 24"><path fill="#e5e5e5" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
203
+ </div>
204
+ </div>
205
+ <div class="icon-btn">
206
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="none" stroke="#111" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
207
+ <path d="M18 15l-6-6-6 6"/>
208
+ </svg>
209
+ </div>
210
+ </div>
211
+ </div>
212
+
213
+ <button class="btn-secondary">Write a Review</button>
214
+
215
+ <div class="review">
216
+ <div class="review-title">Tongue</div>
217
+ <div class="stars" style="margin-bottom: 10px;">
218
+ <div class="star">
219
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
220
+ </div>
221
+ <div class="star">
222
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
223
+ </div>
224
+ <div class="star">
225
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
226
+ </div>
227
+ <div class="star">
228
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
229
+ </div>
230
+ <div class="star">
231
+ <svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg>
232
+ </div>
233
+ </div>
234
+ <div class="meta">MattC_FL · Oct 29, 2023</div>
235
+ <div class="review-text">
236
+ Great sneaker. I’ve been wearing structures models for years. These feel good and the sizing is good. I like the oversized feel. The only thing I w…
237
+ </div>
238
+ <div class="more-link">More</div>
239
+ </div>
240
+
241
+ <div class="review" style="margin-top: 70px;">
242
+ <div class="stars" style="margin-bottom: 18px;">
243
+ <div class="star"><svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg></div>
244
+ <div class="star"><svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg></div>
245
+ <div class="star"><svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg></div>
246
+ <div class="star"><svg viewBox="0 0 24 24"><path fill="#111" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg></div>
247
+ <div class="star"><svg viewBox="0 0 24 24"><path fill="#e5e5e5" d="M12 17.3l-6.2 3.6 1.8-7-5.4-4.6 7.1-.6L12 2l2.7 6.7 7.1.6-5.4 4.6 1.8 7z"/></svg></div>
248
+ </div>
249
+ <div class="meta">joell 78937874 · Oct 18, 2023</div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="bottom-safe">
254
+ <div class="home-indicator"></div>
255
+ </div>
256
+ </div>
257
+ </body>
258
+ </html>
code/6344/6344_1.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Air Fryer Chicken Thighs UI</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; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+ /* Top bar */
14
+ .topbar {
15
+ height: 120px;
16
+ background: #F5F6F8;
17
+ display: flex;
18
+ align-items: center;
19
+ justify-content: space-between;
20
+ padding: 0 32px;
21
+ border-bottom: 1px solid #E3E6EA;
22
+ }
23
+ .icon-btn {
24
+ width: 72px; height: 72px;
25
+ border-radius: 18px;
26
+ background: #E9EDF2;
27
+ display: flex; align-items: center; justify-content: center;
28
+ }
29
+ .title {
30
+ font-size: 56px; font-weight: 800; color: #222;
31
+ padding: 28px 32px 24px 32px;
32
+ }
33
+
34
+ /* Dark cards */
35
+ .card {
36
+ margin: 0 32px 28px 32px;
37
+ background: #2F2742; color: #fff;
38
+ border-radius: 18px;
39
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
40
+ overflow: hidden;
41
+ }
42
+ .card-content {
43
+ padding: 28px;
44
+ }
45
+ .ingredients ul {
46
+ list-style: none; margin: 0; padding: 0;
47
+ }
48
+ .ingredients li {
49
+ position: relative;
50
+ padding-left: 28px;
51
+ margin: 20px 0;
52
+ font-size: 36px;
53
+ line-height: 1.4;
54
+ color: #fff;
55
+ }
56
+ .ingredients li::before {
57
+ content: "";
58
+ position: absolute;
59
+ left: 0; top: 18px;
60
+ width: 12px; height: 12px;
61
+ background: #FF7A39;
62
+ border-radius: 50%;
63
+ }
64
+
65
+ /* Ad block */
66
+ .ad-card {
67
+ margin: 0 32px 28px 32px;
68
+ background: #FFFFFF;
69
+ border-radius: 18px;
70
+ box-shadow: 0 6px 20px rgba(0,0,0,0.08);
71
+ border: 1px solid #E5E8EE;
72
+ overflow: hidden;
73
+ }
74
+ .ad-header {
75
+ height: 72px;
76
+ display: flex; align-items: center; justify-content: flex-end;
77
+ padding: 0 18px; gap: 14px; color: #7A8596; font-size: 28px;
78
+ }
79
+ .ad-dot { width: 32px; height: 32px; border-radius: 50%; background: #E9EDF2; display: flex; align-items: center; justify-content: center; }
80
+ .ad-body {
81
+ display: grid;
82
+ grid-template-columns: 1fr 1.2fr;
83
+ gap: 0;
84
+ align-items: stretch;
85
+ }
86
+ .ad-left {
87
+ background: #444B57;
88
+ display: flex; align-items: center; justify-content: center;
89
+ padding: 40px 0;
90
+ }
91
+ .app-icon {
92
+ width: 220px; height: 220px;
93
+ background: #E0E0E0; border: 1px solid #BDBDBD;
94
+ border-radius: 36px;
95
+ display: flex; align-items: center; justify-content: center;
96
+ color: #757575; font-size: 28px; text-align: center; padding: 12px;
97
+ }
98
+ .ad-right {
99
+ padding: 40px 30px;
100
+ }
101
+ .ad-title {
102
+ font-size: 56px; font-weight: 800; color: #111; margin-bottom: 12px;
103
+ }
104
+ .ad-rating {
105
+ display: flex; align-items: center; gap: 12px; color: #444; font-size: 36px; margin-bottom: 24px;
106
+ }
107
+ .star {
108
+ width: 30px; height: 30px; display: inline-block;
109
+ }
110
+ .play-row {
111
+ display: flex; align-items: center; gap: 18px; color: #555; font-size: 40px; margin-bottom: 36px;
112
+ }
113
+ .play-badge {
114
+ width: 72px; height: 72px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
115
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
116
+ }
117
+ .install-btn {
118
+ width: 88%; height: 96px; background: #0E8F5A; color: #fff; border-radius: 16px;
119
+ display: flex; align-items: center; justify-content: center; font-size: 44px; font-weight: 700;
120
+ margin-top: 16px;
121
+ }
122
+
123
+ /* Directions */
124
+ .section-title {
125
+ padding: 22px 28px;
126
+ background: #2A233B; color: #fff; font-size: 42px; font-weight: 800;
127
+ border-bottom: 2px solid rgba(255,255,255,0.06);
128
+ }
129
+ .step {
130
+ padding: 24px 28px 6px 28px; border-bottom: 1px solid rgba(255,255,255,0.06);
131
+ }
132
+ .step-label {
133
+ color: #FF7A39; font-size: 44px; font-weight: 800; margin-bottom: 14px;
134
+ }
135
+ .step p {
136
+ margin: 0 0 28px 0; font-size: 36px; line-height: 1.5; color: #fff;
137
+ }
138
+ </style>
139
+ </head>
140
+ <body>
141
+ <div id="render-target">
142
+
143
+ <!-- Top app bar -->
144
+ <div class="topbar">
145
+ <div class="icon-btn" aria-label="Back">
146
+ <!-- Back chevron -->
147
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#4B5563">
148
+ <path d="M15.5 19l-7-7 7-7" stroke="#4B5563" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ </div>
151
+ <div class="icon-btn" aria-label="Share">
152
+ <!-- Share icon -->
153
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
154
+ <circle cx="6" cy="12" r="2.2" fill="#4B5563"></circle>
155
+ <circle cx="18" cy="6" r="2.2" fill="#4B5563"></circle>
156
+ <circle cx="18" cy="18" r="2.2" fill="#4B5563"></circle>
157
+ <path d="M8 12l8-6M8 12l8 6" stroke="#4B5563" stroke-width="2" stroke-linecap="round"/>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Page title -->
163
+ <div class="title">AIR FRYER CHICKEN THIGHS</div>
164
+
165
+ <!-- Ingredients card -->
166
+ <div class="card ingredients">
167
+ <div class="card-content">
168
+ <ul>
169
+ <li>1 tsp kosher salt</li>
170
+ <li>1/4 tsp black pepper</li>
171
+ <li>1 tsp garlic powder</li>
172
+ <li>1 tsp onion powder</li>
173
+ <li>1/2 tsp sweet paprika</li>
174
+ <li>dried herbs, such as herbs de provence or dried oregano</li>
175
+ </ul>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Ad block -->
180
+ <div class="ad-card">
181
+ <div class="ad-header">
182
+ <div class="ad-dot">i</div>
183
+ <div class="ad-dot">×</div>
184
+ </div>
185
+ <div class="ad-body">
186
+ <div class="ad-left">
187
+ <div class="app-icon">[IMG: Evony app artwork]</div>
188
+ </div>
189
+ <div class="ad-right">
190
+ <div class="ad-title">Evony</div>
191
+ <div class="ad-rating">
192
+ 3.9
193
+ <svg class="star" viewBox="0 0 24 24">
194
+ <path d="M12 17.3l-5.6 3 1.1-6.5-4.7-4.6 6.5-1 2.9-5.9 2.9 5.9 6.5 1-4.7 4.6 1.1 6.5z" fill="#F1B308"></path>
195
+ </svg>
196
+ </div>
197
+ <div class="play-row">
198
+ <div class="play-badge">[IMG]</div>
199
+ Google Play
200
+ </div>
201
+ <div class="install-btn">Install</div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Directions card -->
207
+ <div class="card">
208
+ <div class="section-title">DIRECTIONS</div>
209
+ <div class="step">
210
+ <div class="step-label">STEP 1</div>
211
+ <p>Season the chicken with the juice of 1/2 of the lemon, then season with remaining spices on both sides.</p>
212
+ </div>
213
+ <div class="step">
214
+ <div class="step-label">STEP 2</div>
215
+ <p>Rub the seasoning well all over the chicken then transfer to the air fryer, skin side down.</p>
216
+ </div>
217
+ <div class="step" style="border-bottom: none;">
218
+ <div class="step-label">STEP 3</div>
219
+ <p>Air fry at 400F 12 minutes on each side, until golden and crispy and cooked through in the center.</p>
220
+ </div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/6345/6345_0.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>Android Home Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background:
12
+ radial-gradient(900px 900px at 85% 70%, rgba(15,40,30,0.55), rgba(0,0,0,0) 60%),
13
+ radial-gradient(700px 700px at 25% 35%, rgba(0,0,0,0.25), rgba(0,0,0,0) 60%),
14
+ linear-gradient(180deg, #6f8578 0%, #6a8173 45%, #617a6c 100%);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 18px; left: 28px; right: 28px; height: 58px;
20
+ display: flex; align-items: center; justify-content: space-between; color: #fff;
21
+ letter-spacing: 0.5px;
22
+ }
23
+ .sb-left { font-size: 40px; font-weight: 600; }
24
+ .sb-center { display: flex; align-items: center; gap: 22px; opacity: 0.95; }
25
+ .mini-ico svg { width: 30px; height: 30px; display: block; }
26
+ .sb-right { display: flex; align-items: center; gap: 22px; }
27
+ .sb-right svg { height: 30px; }
28
+
29
+ /* App grid */
30
+ .grid {
31
+ position: absolute; left: 60px; right: 60px; top: 180px;
32
+ display: grid; grid-template-columns: repeat(4, 1fr);
33
+ gap: 70px 55px;
34
+ }
35
+ .app {
36
+ width: 220px; justify-self: center; text-align: center;
37
+ }
38
+ .icon {
39
+ width: 156px; height: 156px; border-radius: 50%;
40
+ margin: 0 auto 18px; display: flex; align-items: center; justify-content: center;
41
+ color: #fff; font-weight: 800; font-size: 44px;
42
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25), inset 0 0 0 1px rgba(255,255,255,0.08);
43
+ }
44
+ .label {
45
+ font-size: 34px; color: rgba(255,255,255,0.95);
46
+ text-shadow: 0 2px 4px rgba(0,0,0,0.5);
47
+ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
48
+ }
49
+
50
+ /* Dock icons */
51
+ .dock {
52
+ position: absolute; left: 50%; transform: translateX(-50%);
53
+ bottom: 360px; width: 900px; display: flex; justify-content: space-between;
54
+ }
55
+ .dicon {
56
+ width: 140px; height: 140px; border-radius: 50%;
57
+ background: #ffffff; display: flex; align-items: center; justify-content: center;
58
+ box-shadow: 0 10px 20px rgba(0,0,0,0.25);
59
+ }
60
+ .dicon svg { width: 56px; height: 56px; }
61
+
62
+ /* Search bar */
63
+ .search-bar {
64
+ position: absolute; left: 50%; transform: translateX(-50%);
65
+ bottom: 165px; width: 940px; height: 118px; border-radius: 59px;
66
+ background: #fff; box-shadow: 0 10px 24px rgba(0,0,0,0.25);
67
+ display: flex; align-items: center; padding: 0 26px; gap: 20px;
68
+ }
69
+ .g-badge, .sb-btn {
70
+ width: 76px; height: 76px; border-radius: 50%;
71
+ background: #f1f3f4; display: flex; align-items: center; justify-content: center;
72
+ border: 1px solid #e2e2e2;
73
+ }
74
+ .search-placeholder {
75
+ flex: 1; color: #80868b; font-size: 36px;
76
+ }
77
+
78
+ /* Home indicator */
79
+ .home-indicator {
80
+ position: absolute; left: 50%; transform: translateX(-50%);
81
+ bottom: 40px; width: 300px; height: 10px; border-radius: 6px;
82
+ background: rgba(255,255,255,0.85);
83
+ }
84
+
85
+ /* Specific icon colors */
86
+ .c-orange { background: #f39c12; }
87
+ .c-yellow { background: #ffd347; color: #333; font-weight: 900; }
88
+ .c-teal { background: #7fd6d2; color: #1f2a2b; }
89
+ .c-white { background: #ffffff; color: #d32f2f; }
90
+ .c-black { background: #0e0e0e; }
91
+ .c-mint { background: #44c6a5; }
92
+ .c-olive { background: #f6e27f; color: #1f1f1f; }
93
+ .c-deep { background: #ff8a3d; }
94
+ .c-pure { background: #ffffff; color: #3cb371; }
95
+
96
+ .tiny { font-size: 36px; font-weight: 700; }
97
+ </style>
98
+ </head>
99
+ <body>
100
+ <div id="render-target">
101
+
102
+ <!-- Status bar -->
103
+ <div class="status-bar">
104
+ <div class="sb-left">12:54</div>
105
+
106
+ <div class="sb-center">
107
+ <!-- Chat bubble -->
108
+ <div class="mini-ico">
109
+ <svg viewBox="0 0 24 24">
110
+ <path d="M4 4h16v10H9l-5 5V4z" fill="#fff"/>
111
+ </svg>
112
+ </div>
113
+ <!-- Bell -->
114
+ <div class="mini-ico">
115
+ <svg viewBox="0 0 24 24">
116
+ <path d="M12 21a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zM4 16h16l-2-3V9a6 6 0 1 0-12 0v4l-2 3z" fill="#fff"/>
117
+ </svg>
118
+ </div>
119
+ <!-- Edit/Pencil -->
120
+ <div class="mini-ico">
121
+ <svg viewBox="0 0 24 24">
122
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z" fill="#fff"/>
123
+ </svg>
124
+ </div>
125
+ <!-- Scissors -->
126
+ <div class="mini-ico">
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M9 12a3 3 0 1 1-3-3 3 3 0 0 1 3 3zm9 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3zM4 9l16 6M4 15l8-3" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
129
+ </svg>
130
+ </div>
131
+ </div>
132
+
133
+ <div class="sb-right">
134
+ <!-- Wi‑Fi -->
135
+ <svg viewBox="0 0 24 24">
136
+ <path d="M12 18.5c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5z" fill="#fff"/>
137
+ <path d="M2 9c5.5-5.5 14.5-5.5 20 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
138
+ <path d="M5 12c3.9-3.9 10.1-3.9 14 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
139
+ <path d="M8 15c2.2-2.2 5.8-2.2 8 0" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
140
+ </svg>
141
+ <!-- Battery -->
142
+ <svg viewBox="0 0 28 14">
143
+ <rect x="1" y="2" width="22" height="10" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"/>
144
+ <rect x="24" y="5" width="3" height="4" rx="1" fill="#fff"/>
145
+ <rect x="3" y="4" width="16" height="6" fill="#fff"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- App grid -->
151
+ <div class="grid">
152
+ <div class="app">
153
+ <div class="icon c-orange">Yum</div>
154
+ <div class="label">Yummly</div>
155
+ </div>
156
+
157
+ <div class="app">
158
+ <div class="icon c-yellow tiny">KS</div>
159
+ <div class="label">Kitchen Stories</div>
160
+ </div>
161
+
162
+ <div class="app">
163
+ <div class="icon c-teal tiny">Ta</div>
164
+ <div class="label">Tasty</div>
165
+ </div>
166
+
167
+ <div class="app">
168
+ <div class="icon c-white tiny">BO</div>
169
+ <div class="label">BigOven</div>
170
+ </div>
171
+
172
+ <div class="app">
173
+ <div class="icon c-black tiny" style="letter-spacing:2px;">S</div>
174
+ <div class="label">SideChef</div>
175
+ </div>
176
+
177
+ <div class="app">
178
+ <div class="icon c-white tiny" style="color:#1a7f6b;">gf</div>
179
+ <div class="label">Good Food</div>
180
+ </div>
181
+
182
+ <div class="app">
183
+ <div class="icon c-mint tiny">W</div>
184
+ <div class="label">Whisk</div>
185
+ </div>
186
+
187
+ <div class="app">
188
+ <div class="icon c-olive tiny">CB</div>
189
+ <div class="label">Cookbook ...</div>
190
+ </div>
191
+
192
+ <div class="app">
193
+ <div class="icon c-deep tiny">Cp</div>
194
+ <div class="label">Cookpad</div>
195
+ </div>
196
+
197
+ <div class="app">
198
+ <div class="icon c-pure tiny">Sc</div>
199
+ <div class="label">Supercook</div>
200
+ </div>
201
+ </div>
202
+
203
+ <!-- Dock icons -->
204
+ <div class="dock">
205
+ <div class="dicon">
206
+ <!-- Phone -->
207
+ <svg viewBox="0 0 24 24">
208
+ <path d="M6.6 10.8a15.1 15.1 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.6.6 4 .6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.8 22 2 13.2 2 2.5 2 1.9 2.4 1.5 3 1.5H6c.6 0 1 .4 1 1 0 1.4.2 2.8.6 4 .1.4 0 .8-.3 1.1l-2.2 2.2z" fill="#1a73e8"/>
209
+ </svg>
210
+ </div>
211
+ <div class="dicon">
212
+ <!-- Messages -->
213
+ <svg viewBox="0 0 24 24">
214
+ <path d="M4 4h16v11H8l-4 4V4z" fill="#4285f4"/>
215
+ </svg>
216
+ </div>
217
+ <div class="dicon">
218
+ <!-- Chrome (generic circle) -->
219
+ <svg viewBox="0 0 24 24">
220
+ <circle cx="12" cy="12" r="10" fill="#34a853"/>
221
+ <circle cx="12" cy="12" r="5" fill="#fff"/>
222
+ <circle cx="12" cy="12" r="3" fill="#1a73e8"/>
223
+ </svg>
224
+ </div>
225
+ <div class="dicon">
226
+ <!-- Camera -->
227
+ <svg viewBox="0 0 24 24">
228
+ <path d="M4 7h4l2-2h4l2 2h4v12H4z" fill="#5f6368"/>
229
+ <circle cx="12" cy="13" r="4" fill="#1a73e8"/>
230
+ </svg>
231
+ </div>
232
+ </div>
233
+
234
+ <!-- Search bar -->
235
+ <div class="search-bar">
236
+ <div class="g-badge">
237
+ <svg viewBox="0 0 24 24" width="42" height="42">
238
+ <circle cx="12" cy="12" r="10" fill="#fff"/>
239
+ <text x="12" y="16" text-anchor="middle" font-family="Arial" font-size="12" fill="#4285f4">G</text>
240
+ </svg>
241
+ </div>
242
+ <div class="search-placeholder">Search…</div>
243
+ <div class="sb-btn">
244
+ <svg viewBox="0 0 24 24">
245
+ <circle cx="10" cy="10" r="6" stroke="#5f6368" stroke-width="2" fill="none"/>
246
+ <path d="M15 15l5 5" stroke="#5f6368" stroke-width="2" />
247
+ </svg>
248
+ </div>
249
+ <div class="sb-btn">
250
+ <svg viewBox="0 0 24 24">
251
+ <path d="M12 3a2 2 0 0 0-2 2v3H8v4h2v7h4v-7h2V8h-2V5a2 2 0 0 0-2-2z" fill="#4285f4"/>
252
+ </svg>
253
+ </div>
254
+ <div class="sb-btn">
255
+ <svg viewBox="0 0 24 24">
256
+ <rect x="3" y="4" width="18" height="14" rx="3" fill="#ea4335"/>
257
+ <circle cx="12" cy="11" r="4" fill="#fff"/>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+
262
+ <!-- Home indicator -->
263
+ <div class="home-indicator"></div>
264
+ </div>
265
+ </body>
266
+ </html>
code/6345/6345_1.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Food App - Afternoon</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; color:#222; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #2f2f2f;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 40px;
25
+ box-sizing: border-box;
26
+ font-size: 38px;
27
+ letter-spacing: 1px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right { display: flex; gap: 28px; align-items: center; }
31
+ .icon-white svg { width: 44px; height: 44px; fill: #ffffff; }
32
+
33
+ /* Hero */
34
+ .hero {
35
+ height: 460px;
36
+ background: #cfe6e6;
37
+ position: relative;
38
+ }
39
+ .hero .banner {
40
+ position: absolute;
41
+ left: 0;
42
+ bottom: 0;
43
+ width: 100%;
44
+ height: 420px;
45
+ background: #E0E0E0;
46
+ border-top: 1px solid #BDBDBD;
47
+ border-bottom: 1px solid #BDBDBD;
48
+ display: flex; justify-content: center; align-items: center;
49
+ color:#757575;
50
+ font-size: 38px;
51
+ }
52
+
53
+ .content { padding: 40px; box-sizing: border-box; }
54
+ .greeting {
55
+ font-size: 86px;
56
+ font-weight: 800;
57
+ margin: 10px 0 20px 0;
58
+ }
59
+
60
+ /* Category chips */
61
+ .chips {
62
+ display: flex;
63
+ gap: 30px;
64
+ margin: 10px 0 30px 0;
65
+ }
66
+ .chip {
67
+ flex: 1;
68
+ min-width: 0;
69
+ height: 170px;
70
+ background: #ffffff;
71
+ border-radius: 28px;
72
+ box-shadow: 0 8px 28px rgba(0,0,0,0.12);
73
+ padding: 26px 28px;
74
+ display: flex;
75
+ align-items: center;
76
+ gap: 28px;
77
+ }
78
+ .chip .thumb {
79
+ width: 140px; height: 115px;
80
+ background:#E0E0E0; border:1px solid #BDBDBD;
81
+ border-radius: 16px;
82
+ display:flex;align-items:center;justify-content:center;
83
+ color:#757575; font-size:28px;
84
+ }
85
+ .chip .label {
86
+ font-size: 44px;
87
+ font-weight: 700;
88
+ }
89
+
90
+ /* Section header */
91
+ .section-head {
92
+ display:flex; align-items:center; justify-content: space-between;
93
+ margin-top: 10px;
94
+ margin-bottom: 26px;
95
+ }
96
+ .section-title { font-size: 56px; font-weight: 800; }
97
+ .view-all { font-size: 40px; color: #0f9d9d; font-weight: 700; }
98
+
99
+ /* Cards carousel */
100
+ .cards {
101
+ display: flex;
102
+ gap: 34px;
103
+ overflow: hidden; /* stays within screen */
104
+ padding-bottom: 10px;
105
+ }
106
+ .card {
107
+ position: relative;
108
+ width: 700px;
109
+ height: 920px;
110
+ border-radius: 28px;
111
+ overflow: hidden;
112
+ background:#f2f2f2;
113
+ box-shadow: 0 8px 28px rgba(0,0,0,0.12);
114
+ }
115
+ .card .photo {
116
+ position:absolute; inset:0;
117
+ background:#E0E0E0;
118
+ border:1px solid #BDBDBD;
119
+ display:flex; align-items:center; justify-content:center;
120
+ color:#757575; font-size:40px;
121
+ }
122
+ .card .overlay {
123
+ position:absolute; left:0; right:0; bottom:0;
124
+ padding: 34px;
125
+ background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.05) 60%, rgba(0,0,0,0));
126
+ color:#fff;
127
+ }
128
+ .stars { display:flex; gap:8px; margin-bottom: 12px; }
129
+ .stars svg { width: 28px; height: 28px; }
130
+ .card-title { font-size: 64px; font-weight: 800; line-height: 1.05; margin: 8px 0 16px; }
131
+ .card-sub { font-size: 32px; letter-spacing: 1px; opacity: 0.9; }
132
+
133
+ .fab {
134
+ position: absolute;
135
+ right: 30px;
136
+ bottom: 30px;
137
+ width: 82px; height: 82px;
138
+ border-radius: 50%;
139
+ background: #2db7b0;
140
+ display:flex; align-items:center; justify-content:center;
141
+ box-shadow: 0 8px 18px rgba(45,183,176,0.5);
142
+ }
143
+ .fab svg { width: 42px; height: 42px; fill:#fff; }
144
+
145
+ /* Bottom nav */
146
+ .bottom-nav {
147
+ position: absolute;
148
+ left: 0; right: 0; bottom: 0;
149
+ height: 180px;
150
+ background: #ffffff;
151
+ border-top: 1px solid #e8e8e8;
152
+ display:flex; align-items:center; justify-content: space-around;
153
+ padding: 0 30px;
154
+ box-sizing: border-box;
155
+ }
156
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap: 10px; color:#414141; }
157
+ .nav-item.active { color:#0fa29c; }
158
+ .nav-item svg { width: 60px; height: 60px; }
159
+ .pill {
160
+ position:absolute; bottom: 22px; left:50%; transform: translateX(-50%);
161
+ width: 260px; height: 12px; border-radius: 8px; background:#cfcfcf;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Status Bar -->
169
+ <div class="status-bar">
170
+ <div class="status-left">12:55</div>
171
+ <div class="status-right icon-white">
172
+ <!-- simple icons -->
173
+ <svg viewBox="0 0 24 24"><path d="M7 11h10v2H7z"/></svg>
174
+ <svg viewBox="0 0 24 24"><path d="M12 2a5 5 0 0 0-5 5v3H4v12h16V10h-3V7a5 5 0 0 0-5-5zm3 8H9V7a3 3 0 0 1 6 0v3z"/></svg>
175
+ <svg viewBox="0 0 24 24"><path d="M4 21l8-18 8 18h-5l-3-7-3 7H4z"/></svg>
176
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v2H4zm0 6h16v2H4zm0 6h10v2H4z"/></svg>
177
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/></svg>
178
+ <svg viewBox="0 0 24 24"><path d="M20 8H4l8-6zM4 10h16v10H4z"/></svg>
179
+ <svg viewBox="0 0 24 24"><path d="M7 7h10v10H7z"/></svg>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Hero Banner -->
184
+ <div class="hero">
185
+ <div class="banner">[IMG: Drinks and Salad Banner]</div>
186
+ </div>
187
+
188
+ <!-- Main Content -->
189
+ <div class="content">
190
+
191
+ <div class="greeting">Good Afternoon!</div>
192
+
193
+ <!-- Category Chips -->
194
+ <div class="chips">
195
+ <div class="chip">
196
+ <div class="thumb">[IMG]</div>
197
+ <div class="label">Courses</div>
198
+ </div>
199
+ <div class="chip">
200
+ <div class="thumb">[IMG]</div>
201
+ <div class="label">Cuisines</div>
202
+ </div>
203
+ <div class="chip">
204
+ <div class="thumb">[IMG]</div>
205
+ <div class="label">Diets</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Recommendations -->
210
+ <div class="section-head">
211
+ <div class="section-title">Your recommendations</div>
212
+ <div class="view-all">View All</div>
213
+ </div>
214
+
215
+ <div class="cards">
216
+ <!-- Card 1 -->
217
+ <div class="card">
218
+ <div class="photo">[IMG: Tomato & Cucumber Salad]</div>
219
+ <div class="overlay">
220
+ <div class="stars">
221
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
222
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
223
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
224
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
225
+ <svg viewBox="0 0 24 24"><path fill="#ccc" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
226
+ </div>
227
+ <div class="card-title">Tomato & Cucumber Salad</div>
228
+ <div class="card-sub">COOKING WEEKENDS</div>
229
+ </div>
230
+ <div class="fab">
231
+ <svg viewBox="0 0 24 24"><path d="M11 11V6h2v5h5v2h-5v5h-2v-5H6v-2z"/></svg>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Card 2 (partially visible) -->
236
+ <div class="card">
237
+ <div class="photo">[IMG: Crispy Chicken Dish]</div>
238
+ <div class="overlay">
239
+ <div class="stars">
240
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
241
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
242
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
243
+ <svg viewBox="0 0 24 24"><path fill="#ff7f32" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
244
+ <svg viewBox="0 0 24 24"><path fill="#ccc" d="M12 17.3l-5.2 3.1 1.4-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.2 4.6 1.4 5.9z"/></svg>
245
+ </div>
246
+ <div class="card-title">Easy Sticky Chicken</div>
247
+ <div class="card-sub">YUMMLY</div>
248
+ </div>
249
+ <div class="fab">
250
+ <svg viewBox="0 0 24 24"><path d="M11 11V6h2v5h5v2h-5v5h-2v-5H6v-2z"/></svg>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Bottom Navigation -->
257
+ <div class="bottom-nav">
258
+ <div class="nav-item active">
259
+ <svg viewBox="0 0 24 24"><path fill="#0fa29c" d="M12 3l9 7v10a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10l9-7z"/></svg>
260
+ </div>
261
+ <div class="nav-item">
262
+ <svg viewBox="0 0 24 24"><path fill="#414141" d="M10 18l-6-6 6-6 1.4 1.4L7.8 10H20v2H7.8l3.6 3.6L10 18z"/></svg>
263
+ </div>
264
+ <div class="nav-item">
265
+ <svg viewBox="0 0 24 24"><path fill="#414141" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-4 0-7 2-7 4v2h14v-2c0-2-3-4-7-4z"/></svg>
266
+ </div>
267
+ <div class="nav-item">
268
+ <svg viewBox="0 0 24 24"><path fill="#414141" d="M4 6h16v2H4zm0 5h16v2H4zm0 5h10v2H4z"/></svg>
269
+ </div>
270
+ <div class="nav-item">
271
+ <svg viewBox="0 0 24 24"><path fill="#414141" d="M3 6h18v12H3zm2 2v8h14V8zm3 1h3v3H8zm5 0h6v1h-6zm0 3h6v1h-6z"/></svg>
272
+ </div>
273
+ <div class="pill"></div>
274
+ </div>
275
+
276
+ </div>
277
+ </body>
278
+ </html>
code/6345/6345_2.html ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Cuisines UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 160px;
24
+ background: #2E2E2E;
25
+ color: #fff;
26
+ }
27
+ .status-content {
28
+ position: absolute;
29
+ top: 50%;
30
+ left: 36px;
31
+ right: 36px;
32
+ transform: translateY(-50%);
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ font-size: 44px;
37
+ }
38
+ .status-icons { display: flex; gap: 32px; align-items: center; }
39
+ .status-icons svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 4; }
40
+
41
+ /* App header */
42
+ .app-header {
43
+ position: absolute;
44
+ top: 160px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 380px;
48
+ background: #FFFFFF;
49
+ }
50
+ .back-row {
51
+ position: absolute;
52
+ top: 36px;
53
+ left: 36px;
54
+ width: 1008px;
55
+ height: 96px;
56
+ display: flex;
57
+ align-items: center;
58
+ }
59
+ .back-icon {
60
+ width: 72px; height: 72px;
61
+ }
62
+ .title {
63
+ position: absolute;
64
+ left: 48px;
65
+ bottom: 36px;
66
+ font-size: 88px;
67
+ font-weight: 700;
68
+ color: #333333;
69
+ letter-spacing: 0.5px;
70
+ }
71
+
72
+ /* List */
73
+ .list {
74
+ position: absolute;
75
+ top: 540px;
76
+ left: 0;
77
+ width: 1080px;
78
+ padding: 0 36px;
79
+ box-sizing: border-box;
80
+ }
81
+ .card {
82
+ width: 1008px;
83
+ height: 210px;
84
+ background: #FFFFFF;
85
+ border-radius: 32px;
86
+ box-shadow: 0 14px 28px rgba(0,0,0,0.08);
87
+ margin: 28px auto 36px;
88
+ display: flex;
89
+ align-items: center;
90
+ justify-content: space-between;
91
+ padding: 0 48px;
92
+ box-sizing: border-box;
93
+ }
94
+ .card .label {
95
+ font-size: 48px;
96
+ font-weight: 600;
97
+ color: #2D2D2D;
98
+ }
99
+
100
+ /* Image placeholders (avatars) */
101
+ .avatar {
102
+ width: 168px;
103
+ height: 168px;
104
+ border-radius: 50%;
105
+ background: #E0E0E0;
106
+ border: 1px solid #BDBDBD;
107
+ display: flex;
108
+ align-items: center;
109
+ justify-content: center;
110
+ color: #757575;
111
+ font-size: 26px;
112
+ text-align: center;
113
+ padding: 0 18px;
114
+ box-sizing: border-box;
115
+ }
116
+
117
+ /* Bottom bar */
118
+ .bottom-bar {
119
+ position: absolute;
120
+ bottom: 0;
121
+ left: 0;
122
+ width: 1080px;
123
+ height: 160px;
124
+ background: #2E2E2E;
125
+ }
126
+ .home-pill {
127
+ position: absolute;
128
+ bottom: 48px;
129
+ left: 50%;
130
+ transform: translateX(-50%);
131
+ width: 220px;
132
+ height: 20px;
133
+ border-radius: 12px;
134
+ background: #BFBFBF;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status Bar -->
142
+ <div class="status-bar">
143
+ <div class="status-content">
144
+ <div class="time">12:56</div>
145
+ <div class="status-icons">
146
+ <!-- chat bubble -->
147
+ <svg viewBox="0 0 24 24">
148
+ <path d="M4 4h16v12H8l-4 4V4z"></path>
149
+ </svg>
150
+ <!-- trophy -->
151
+ <svg viewBox="0 0 24 24">
152
+ <path d="M5 4h14v3h2v3c0 3-3 5-6 5h-2v3h-4v-3H9c-3 0-6-2-6-5V7h2V4z"></path>
153
+ </svg>
154
+ <!-- pencil -->
155
+ <svg viewBox="0 0 24 24">
156
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04a1 1 0 0 0 0-1.41l-2.34-2.34a1 1 0 0 0-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"></path>
157
+ </svg>
158
+ <!-- dot -->
159
+ <svg viewBox="0 0 24 24">
160
+ <circle cx="12" cy="12" r="3" fill="#fff" stroke="none"></circle>
161
+ </svg>
162
+ <!-- wifi -->
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M2 9c5-4 15-4 20 0M5 12c3-2 11-2 14 0M8 15c2-1 6-1 8 0M12 19l2 2-2 2-2-2 2-2z"></path>
165
+ </svg>
166
+ <!-- battery -->
167
+ <svg viewBox="0 0 28 24">
168
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#fff"></rect>
169
+ <rect x="23" y="9" width="3" height="6" fill="none" stroke="#fff"></rect>
170
+ <rect x="4" y="8" width="14" height="8" fill="#fff" stroke="none"></rect>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- App Header -->
177
+ <div class="app-header">
178
+ <div class="back-row">
179
+ <svg class="back-icon" viewBox="0 0 24 24">
180
+ <path d="M15 18l-6-6 6-6" stroke="#333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
181
+ </svg>
182
+ </div>
183
+ <div class="title">Cuisines</div>
184
+ </div>
185
+
186
+ <!-- List of cuisine cards -->
187
+ <div class="list">
188
+ <div class="card">
189
+ <div class="label">American</div>
190
+ <div class="avatar">[IMG: Burgers]</div>
191
+ </div>
192
+
193
+ <div class="card">
194
+ <div class="label">Barbecue</div>
195
+ <div class="avatar">[IMG: BBQ Grill]</div>
196
+ </div>
197
+
198
+ <div class="card">
199
+ <div class="label">Asian</div>
200
+ <div class="avatar">[IMG: Stir-fry]</div>
201
+ </div>
202
+
203
+ <div class="card">
204
+ <div class="label">Italian</div>
205
+ <div class="avatar">[IMG: Pasta]</div>
206
+ </div>
207
+
208
+ <div class="card">
209
+ <div class="label">Mexican</div>
210
+ <div class="avatar">[IMG: Tacos]</div>
211
+ </div>
212
+
213
+ <div class="card">
214
+ <div class="label">French</div>
215
+ <div class="avatar">[IMG: Escargot]</div>
216
+ </div>
217
+
218
+ <div class="card">
219
+ <div class="label">Southwestern</div>
220
+ <div class="avatar">[IMG: Panini]</div>
221
+ </div>
222
+
223
+ <div class="card">
224
+ <div class="label">Southern</div>
225
+ <div class="avatar">[IMG: Fried Chicken]</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Bottom gesture/navigation bar -->
230
+ <div class="bottom-bar">
231
+ <div class="home-pill"></div>
232
+ </div>
233
+
234
+ </div>
235
+ </body>
236
+ </html>
code/6345/6345_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>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
+ font-family: Arial, Helvetica, sans-serif;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 140px;
25
+ background: #333333;
26
+ color: #ffffff;
27
+ display: flex;
28
+ align-items: center;
29
+ box-sizing: border-box;
30
+ padding: 0 40px;
31
+ }
32
+ .status-time {
33
+ font-size: 44px;
34
+ font-weight: 600;
35
+ letter-spacing: 1px;
36
+ }
37
+ .status-center,
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 30px;
42
+ }
43
+ .status-center { margin-left: 120px; }
44
+ .status-right { margin-left: auto; }
45
+ .icon {
46
+ width: 48px;
47
+ height: 48px;
48
+ }
49
+
50
+ /* Content area */
51
+ .content {
52
+ position: absolute;
53
+ top: 180px; /* below status bar */
54
+ left: 0;
55
+ right: 0;
56
+ padding: 0 48px;
57
+ box-sizing: border-box;
58
+ }
59
+ .line {
60
+ height: 22px;
61
+ background: #f2f2f2;
62
+ border-radius: 12px;
63
+ margin: 18px 0;
64
+ }
65
+ .line.long { width: 86%; }
66
+ .line.short { width: 60%; }
67
+
68
+ .card {
69
+ width: 100%;
70
+ height: 430px;
71
+ background: #fbfbfb;
72
+ border-radius: 26px;
73
+ border: 1px solid #f5f5f5;
74
+ margin: 60px 0;
75
+ }
76
+
77
+ /* Bottom gesture/navigation bar */
78
+ .bottom-bar {
79
+ position: absolute;
80
+ bottom: 0;
81
+ left: 0;
82
+ width: 100%;
83
+ height: 140px;
84
+ background: #333333;
85
+ display: flex;
86
+ justify-content: center;
87
+ align-items: center;
88
+ }
89
+ .home-pill {
90
+ width: 280px;
91
+ height: 12px;
92
+ background: #e6e6e6;
93
+ border-radius: 8px;
94
+ }
95
+ </style>
96
+ </head>
97
+ <body>
98
+ <div id="render-target">
99
+
100
+ <!-- Status Bar -->
101
+ <div class="status-bar">
102
+ <div class="status-time">12:56</div>
103
+
104
+ <div class="status-center">
105
+ <!-- Chat bubble -->
106
+ <svg class="icon" viewBox="0 0 24 24">
107
+ <path fill="#ffffff" d="M3 4h18v12H13l-4 4v-4H3z"></path>
108
+ </svg>
109
+ <!-- Trophy -->
110
+ <svg class="icon" viewBox="0 0 24 24">
111
+ <path fill="#ffffff" d="M6 3h12v3h3v3c0 3-3 5-6 5H9c-3 0-6-2-6-5V6h3V3zm5 14h2v3H9v-2h2v-1z"></path>
112
+ </svg>
113
+ <!-- Pencil -->
114
+ <svg class="icon" viewBox="0 0 24 24">
115
+ <path fill="#ffffff" d="M3 17l2 2 12-12-2-2L3 17zm3 3l4-1-3-3-1 4z"></path>
116
+ </svg>
117
+ <!-- Document -->
118
+ <svg class="icon" viewBox="0 0 24 24">
119
+ <rect x="5" y="3" width="14" height="18" rx="2" fill="none" stroke="#ffffff" stroke-width="2"></rect>
120
+ <path d="M7 8h10M7 12h10M7 16h7" stroke="#ffffff" stroke-width="2" fill="none"></path>
121
+ </svg>
122
+ <!-- Dot -->
123
+ <svg class="icon" viewBox="0 0 24 24">
124
+ <circle cx="12" cy="12" r="3" fill="#ffffff"></circle>
125
+ </svg>
126
+ </div>
127
+
128
+ <div class="status-right">
129
+ <!-- Wi-Fi -->
130
+ <svg class="icon" viewBox="0 0 24 24">
131
+ <path d="M2 10c3.5-3 7.5-4.5 10-4.5s6.5 1.5 10 4.5" fill="none" stroke="#ffffff" stroke-width="2"></path>
132
+ <path d="M5 13c2.5-2 5-3 7-3s4.5 1 7 3" fill="none" stroke="#ffffff" stroke-width="2"></path>
133
+ <path d="M9 16c1.5-1 3-1.3 3-1.3s1.5.3 3 1.3" fill="none" stroke="#ffffff" stroke-width="2"></path>
134
+ <circle cx="12" cy="19" r="2" fill="#ffffff"></circle>
135
+ </svg>
136
+ <!-- Battery -->
137
+ <svg class="icon" viewBox="0 0 24 24">
138
+ <rect x="3" y="6" width="16" height="12" rx="2" ry="2" fill="none" stroke="#ffffff" stroke-width="2"></rect>
139
+ <rect x="19" y="10" width="2" height="4" fill="#ffffff"></rect>
140
+ <rect x="6" y="8" width="10" height="8" fill="#ffffff"></rect>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Content -->
146
+ <div class="content">
147
+ <div class="line long"></div>
148
+ <div class="line short"></div>
149
+
150
+ <div class="card"></div>
151
+ <div class="card"></div>
152
+ <div class="card"></div>
153
+ </div>
154
+
155
+ <!-- Bottom Bar -->
156
+ <div class="bottom-bar">
157
+ <div class="home-pill"></div>
158
+ </div>
159
+ </div>
160
+ </body>
161
+ </html>
code/6345/6345_4.html ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Italian Recipes</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; color: #1b1b1b; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Header */
18
+ .topbar {
19
+ position: relative;
20
+ padding: 44px 40px 0 40px;
21
+ height: 260px;
22
+ background: #ffffff;
23
+ }
24
+ .back {
25
+ width: 64px; height: 64px; border-radius: 32px;
26
+ display: inline-flex; align-items: center; justify-content: center;
27
+ color: #333;
28
+ }
29
+ .title {
30
+ margin: 48px 0 0 0;
31
+ font-weight: 800;
32
+ font-size: 72px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+
36
+ /* List area */
37
+ .list {
38
+ padding: 0 32px 40px 32px;
39
+ }
40
+ .card {
41
+ position: relative;
42
+ height: 460px;
43
+ border-radius: 28px;
44
+ overflow: hidden;
45
+ margin: 28px 8px;
46
+ box-shadow: 0 18px 40px rgba(0,0,0,0.15);
47
+ background: #E0E0E0;
48
+ border: 1px solid #BDBDBD;
49
+ }
50
+ .card .img {
51
+ position: absolute; inset: 0;
52
+ background: #E0E0E0;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #757575; font-weight: 600; font-size: 34px; text-align: center; padding: 0 40px;
55
+ }
56
+ .card .overlay {
57
+ position: absolute; inset: 0;
58
+ background: linear-gradient(180deg, rgba(0,0,0,0.0) 30%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.65) 100%);
59
+ display: flex; flex-direction: column; justify-content: flex-end;
60
+ padding: 36px;
61
+ }
62
+ .rating {
63
+ display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
64
+ }
65
+ .rating svg { width: 28px; height: 28px; }
66
+ .card .heading {
67
+ color: #fff;
68
+ font-weight: 800;
69
+ font-size: 54px;
70
+ letter-spacing: 0.3px;
71
+ margin: 6px 0;
72
+ }
73
+ .card .source {
74
+ color: rgba(255,255,255,0.85);
75
+ font-size: 28px;
76
+ letter-spacing: 2px;
77
+ }
78
+ .fab {
79
+ position: absolute;
80
+ right: 28px;
81
+ bottom: 28px;
82
+ width: 96px; height: 96px; border-radius: 50%;
83
+ background: #2bb7a5;
84
+ border: none;
85
+ display: flex; align-items: center; justify-content: center;
86
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
87
+ cursor: default;
88
+ }
89
+ .fab svg { width: 44px; height: 44px; }
90
+ /* Bottom gesture hint */
91
+ .gesture {
92
+ position: absolute; left: 50%; transform: translateX(-50%);
93
+ bottom: 22px; width: 360px; height: 10px; border-radius: 6px; background: #bdbdbd;
94
+ opacity: 0.9;
95
+ }
96
+ </style>
97
+ </head>
98
+ <body>
99
+ <div id="render-target">
100
+
101
+ <div class="topbar">
102
+ <div class="back" aria-label="Back">
103
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="none" stroke="#333" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round">
104
+ <path d="M15 18l-6-6 6-6"/>
105
+ </svg>
106
+ </div>
107
+ <div class="title">Italian</div>
108
+ </div>
109
+
110
+ <div class="list">
111
+ <!-- Card 1 -->
112
+ <div class="card">
113
+ <div class="img">[IMG: Close-up of marinara sauce in a jar]</div>
114
+ <div class="overlay">
115
+ <div class="rating">
116
+ <!-- 4 filled stars + 1 empty -->
117
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
118
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
119
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
120
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
121
+ <svg viewBox="0 0 24 24"><path fill="#ffffff88" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
122
+ </div>
123
+ <div class="heading">Marinara Sauce</div>
124
+ <div class="source">GIMME SOME OVEN</div>
125
+ </div>
126
+ <button class="fab" aria-label="Add">
127
+ <svg viewBox="0 0 24 24">
128
+ <circle cx="0" cy="0" r="0" fill="none"></circle>
129
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3.2" stroke-linecap="round"/>
130
+ </svg>
131
+ </button>
132
+ </div>
133
+
134
+ <!-- Card 2 -->
135
+ <div class="card">
136
+ <div class="img">[IMG: Jar of bright red pizza sauce on burlap]</div>
137
+ <div class="overlay">
138
+ <div class="rating">
139
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
140
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
141
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
142
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
143
+ <svg viewBox="0 0 24 24"><path fill="#ffffff88" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
144
+ </div>
145
+ <div class="heading">Homemade Pizza Sauce</div>
146
+ <div class="source">HEALING TOMATO'S BLOG</div>
147
+ </div>
148
+ <button class="fab" aria-label="Add">
149
+ <svg viewBox="0 0 24 24">
150
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3.2" stroke-linecap="round"/>
151
+ </svg>
152
+ </button>
153
+ </div>
154
+
155
+ <!-- Card 3 -->
156
+ <div class="card">
157
+ <div class="img">[IMG: Mozzarella sticks dipped in marinara sauce]</div>
158
+ <div class="overlay">
159
+ <div class="rating">
160
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
161
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
162
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
163
+ <svg viewBox="0 0 24 24"><path fill="#ff7f50" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
164
+ <svg viewBox="0 0 24 24"><path fill="#ffffff88" d="M12 2l2.9 6 6.6.6-5 4.2 1.5 6.5L12 16l-6 3.3 1.5-6.5-5-4.2 6.6-.6z"/></svg>
165
+ </div>
166
+ <div class="heading">Homemade Marinara Sauce</div>
167
+ <div class="source">CULINARY HILL</div>
168
+ </div>
169
+ <button class="fab" aria-label="Add">
170
+ <svg viewBox="0 0 24 24">
171
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="3.2" stroke-linecap="round"/>
172
+ </svg>
173
+ </button>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="gesture"></div>
178
+ </div>
179
+ </body>
180
+ </html>
code/6349/6349_0.html ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Timer UI Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px;
11
+ position:relative; overflow:hidden;
12
+ background:#13181d; color:#e5e9ef;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position:absolute; top:24px; left:36px; right:36px; height:72px; display:flex; align-items:center; justify-content:space-between; color:#e8eaed; opacity:0.9;
18
+ font-size:38px; letter-spacing:0.5px;
19
+ }
20
+ .status-icons { display:flex; gap:28px; align-items:center; }
21
+ .status-icon { width:36px; height:36px; border-radius:8px; background:#2b3138; }
22
+ .signal { width:38px; height:28px; border:2px solid #cfd8dc; border-radius:4px; }
23
+ .battery { width:36px; height:24px; border:2px solid #cfd8dc; border-radius:4px; position:relative; }
24
+ .battery:after { content:""; position:absolute; right:-6px; top:6px; width:6px; height:12px; background:#cfd8dc; border-radius:1px; }
25
+
26
+ /* Header */
27
+ .screen-title {
28
+ position:absolute; top:140px; left:48px;
29
+ font-size:64px; font-weight:600; color:#e9edf2;
30
+ }
31
+ .overflow {
32
+ position:absolute; top:150px; right:32px; width:60px; height:60px; display:flex; justify-content:center; align-items:center;
33
+ border-radius:50%;
34
+ }
35
+ .overflow svg circle { fill:#e9edf2; }
36
+
37
+ /* Cards */
38
+ .card {
39
+ position:absolute; left:36px; right:36px;
40
+ background:#1a2128; border-radius:44px;
41
+ box-shadow:0 12px 24px rgba(0,0,0,0.35);
42
+ padding:36px 36px 40px;
43
+ color:#f1f3f6;
44
+ }
45
+ .card:nth-of-type(1){ top:240px; }
46
+ .card:nth-of-type(2){ top:980px; }
47
+ .card-header {
48
+ display:flex; align-items:center; justify-content:space-between;
49
+ margin-bottom:24px;
50
+ }
51
+ .card-title { font-size:46px; font-weight:600; color:#f1f3f6; }
52
+ .close-btn {
53
+ width:68px; height:68px; border-radius:50%;
54
+ background:#2a3139; display:flex; align-items:center; justify-content:center;
55
+ }
56
+ .close-btn svg { width:36px; height:36px; }
57
+ .card-body {
58
+ display:flex; gap:40px; align-items:center;
59
+ }
60
+
61
+ /* Timer circle */
62
+ .circle {
63
+ width:540px; height:540px; border-radius:50%;
64
+ border:22px solid #7fa3d9;
65
+ position:relative; background:#151b21;
66
+ display:flex; align-items:center; justify-content:center;
67
+ }
68
+ /* subtle track segment */
69
+ .circle:before{
70
+ content:""; position:absolute; top:-22px; left:-22px; right:-22px; bottom:-22px;
71
+ border-radius:50%;
72
+ border-top:22px solid #2e3440; border-left:22px solid transparent; border-right:22px solid transparent; border-bottom:22px solid transparent;
73
+ opacity:0.9;
74
+ transform:rotate(-20deg);
75
+ }
76
+ .time-text { font-size:120px; font-weight:600; letter-spacing:2px; color:#e9edf2; }
77
+ .refresh-icon {
78
+ position:absolute; bottom:54px; left:50%; transform:translateX(-50%);
79
+ width:64px; height:64px;
80
+ }
81
+ .refresh-icon svg { width:64px; height:64px; }
82
+
83
+ /* Side controls */
84
+ .side-controls { display:flex; flex-direction:column; gap:38px; margin-left:auto; }
85
+ .pill {
86
+ width:280px; height:160px; border-radius:90px;
87
+ display:flex; align-items:center; justify-content:center;
88
+ font-size:58px; font-weight:600; letter-spacing:1px;
89
+ color:#dae3ef;
90
+ background:#3b4656;
91
+ }
92
+ .pill.pause { background:#e4c6e6; color:#3a2a44; }
93
+ .pause-bars { display:flex; gap:20px; }
94
+ .pause-bars span { width:20px; height:64px; background:#3a2a44; border-radius:6px; }
95
+
96
+ /* Add button */
97
+ .add-btn {
98
+ position:absolute; left:50%; transform:translateX(-50%); top:1700px;
99
+ width:220px; height:220px; border-radius:50%;
100
+ background:#9fc3f2; color:#213245; display:flex; align-items:center; justify-content:center;
101
+ box-shadow:0 10px 24px rgba(0,0,0,0.35);
102
+ }
103
+ .add-btn svg { width:84px; height:84px; }
104
+
105
+ /* Bottom navigation */
106
+ .bottom-nav {
107
+ position:absolute; bottom:0; left:0; right:0; height:280px;
108
+ background:#1b2127; border-top-left-radius:24px; border-top-right-radius:24px;
109
+ display:flex; align-items:center; justify-content:space-around; padding:40px 20px 30px;
110
+ color:#cfd7df;
111
+ }
112
+ .nav-item { display:flex; flex-direction:column; align-items:center; gap:20px; font-size:34px; }
113
+ .nav-item .icon { width:80px; height:80px; display:flex; align-items:center; justify-content:center; }
114
+ .nav-item.selected .icon {
115
+ background:#2a3139; border-radius:40px; padding:10px 22px;
116
+ }
117
+ .nav-item.selected .label { color:#ffffff; font-weight:600; }
118
+ .label { font-size:34px; }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status bar -->
125
+ <div class="status-bar">
126
+ <div>11:48</div>
127
+ <div class="status-icons">
128
+ <div class="status-icon"></div>
129
+ <div class="status-icon"></div>
130
+ <div class="status-icon"></div>
131
+ <div class="status-icon"></div>
132
+ <div class="signal"></div>
133
+ <div class="battery"></div>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- Header title -->
138
+ <div class="screen-title">Timer</div>
139
+ <div class="overflow">
140
+ <!-- vertical ellipsis -->
141
+ <svg width="18" height="36" viewBox="0 0 6 18">
142
+ <circle cx="3" cy="3" r="2.2"></circle>
143
+ <circle cx="3" cy="9" r="2.2"></circle>
144
+ <circle cx="3" cy="15" r="2.2"></circle>
145
+ </svg>
146
+ </div>
147
+
148
+ <!-- Card 1 -->
149
+ <div class="card">
150
+ <div class="card-header">
151
+ <div class="card-title">1h 11m 11s Timer</div>
152
+ <div class="close-btn">
153
+ <svg viewBox="0 0 24 24">
154
+ <path d="M5 6 L18 19 M18 6 L5 19" stroke="#c7d1dc" stroke-width="2.8" stroke-linecap="round" fill="none"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <div class="card-body">
160
+ <div class="circle">
161
+ <div class="time-text">1:02:02</div>
162
+ <div class="refresh-icon">
163
+ <svg viewBox="0 0 24 24">
164
+ <path d="M12 5a7 7 0 1 1-6.9 8" stroke="#86a8dc" stroke-width="2.6" fill="none" stroke-linecap="round"/>
165
+ <path d="M8 5 L12 5 L12 9" stroke="#86a8dc" stroke-width="2.6" fill="none" stroke-linecap="round"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="side-controls">
171
+ <div class="pill">+1:00</div>
172
+ <div class="pill pause">
173
+ <div class="pause-bars"><span></span><span></span></div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Card 2 -->
180
+ <div class="card">
181
+ <div class="card-header">
182
+ <div class="card-title">2h 20m 12s Timer</div>
183
+ <div class="close-btn">
184
+ <svg viewBox="0 0 24 24">
185
+ <path d="M5 6 L18 19 M18 6 L5 19" stroke="#c7d1dc" stroke-width="2.8" stroke-linecap="round" fill="none"/>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="card-body">
191
+ <div class="circle">
192
+ <div class="time-text">2:17:02</div>
193
+ <div class="refresh-icon">
194
+ <svg viewBox="0 0 24 24">
195
+ <path d="M12 5a7 7 0 1 1-6.9 8" stroke="#86a8dc" stroke-width="2.6" fill="none" stroke-linecap="round"/>
196
+ <path d="M8 5 L12 5 L12 9" stroke="#86a8dc" stroke-width="2.6" fill="none" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="side-controls">
202
+ <div class="pill">+1:00</div>
203
+ <div class="pill pause">
204
+ <div class="pause-bars"><span></span><span></span></div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Add new timer button -->
211
+ <div class="add-btn">
212
+ <svg viewBox="0 0 24 24">
213
+ <path d="M12 5v14M5 12h14" stroke="#213245" stroke-width="2.6" stroke-linecap="round" fill="none"/>
214
+ </svg>
215
+ </div>
216
+
217
+ <!-- Bottom Navigation -->
218
+ <div class="bottom-nav">
219
+ <div class="nav-item">
220
+ <div class="icon">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M6 7l3-3m6 3l-3-3M4 10h16v9H4z" stroke="#cfd7df" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
223
+ </svg>
224
+ </div>
225
+ <div class="label">Alarm</div>
226
+ </div>
227
+
228
+ <div class="nav-item">
229
+ <div class="icon">
230
+ <svg viewBox="0 0 24 24">
231
+ <circle cx="12" cy="12" r="9" stroke="#cfd7df" stroke-width="2.2" fill="none"/>
232
+ <path d="M12 12l5 2M12 6v6" stroke="#cfd7df" stroke-width="2.2" stroke-linecap="round"/>
233
+ </svg>
234
+ </div>
235
+ <div class="label">Clock</div>
236
+ </div>
237
+
238
+ <div class="nav-item selected">
239
+ <div class="icon">
240
+ <svg viewBox="0 0 24 24">
241
+ <path d="M9 3h6l-2 5h-2zM10 10h4l-3 9h-4z" fill="#cfd7df"/>
242
+ </svg>
243
+ </div>
244
+ <div class="label">Timer</div>
245
+ </div>
246
+
247
+ <div class="nav-item">
248
+ <div class="icon">
249
+ <svg viewBox="0 0 24 24">
250
+ <circle cx="12" cy="12" r="9" stroke="#cfd7df" stroke-width="2.2" fill="none"/>
251
+ <path d="M8 4h8M12 7v3" stroke="#cfd7df" stroke-width="2.2" stroke-linecap="round"/>
252
+ </svg>
253
+ </div>
254
+ <div class="label">Stopwatch</div>
255
+ </div>
256
+
257
+ <div class="nav-item">
258
+ <div class="icon">
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M3 13h14l3 3H3zM4 9h10v4H4z" fill="none" stroke="#cfd7df" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
261
+ </svg>
262
+ </div>
263
+ <div class="label">Bedtime</div>
264
+ </div>
265
+ </div>
266
+
267
+ </div>
268
+ </body>
269
+ </html>
code/6349/6349_1.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Timer UI Mock</title>
7
+ <style>
8
+ :root{
9
+ --bg:#121518;
10
+ --card:#1b2026;
11
+ --text:#e8eaed;
12
+ --muted:#9aa0a6;
13
+ --track:#2a2f36;
14
+ --progress:#8fb4ff;
15
+ --pill:#465064;
16
+ --pause:#e3c6f3;
17
+ --accent:#aecdff;
18
+ }
19
+ body{ margin:0; padding:0; background:transparent; font-family: "Segoe UI", Roboto, Arial, sans-serif; }
20
+ #render-target{
21
+ width:1080px; height:2400px;
22
+ position:relative; overflow:hidden;
23
+ background:var(--bg);
24
+ color:var(--text);
25
+ }
26
+ /* Status bar */
27
+ .status-bar{
28
+ height:120px;
29
+ display:flex; align-items:center;
30
+ padding:0 40px;
31
+ color:var(--text);
32
+ font-size:44px;
33
+ letter-spacing:0.5px;
34
+ }
35
+ .status-icons{ margin-left:auto; display:flex; align-items:center; gap:26px; }
36
+ .status-icon{ width:40px; height:40px; border-radius:8px; background:#22272d; position:relative; }
37
+ .wifi::before{ content:""; position:absolute; left:8px; top:10px; width:24px; height:20px; border:3px solid var(--text); border-top:none; border-radius:0 0 16px 16px; }
38
+ .battery{ width:48px; }
39
+ .battery::before{ content:""; position:absolute; left:5px; top:8px; width:34px; height:24px; border:3px solid var(--text); border-radius:4px; }
40
+ .battery::after{ content:""; position:absolute; right:-6px; top:16px; width:8px; height:12px; background:var(--text); border-radius:2px; }
41
+ .dot{ width:12px; height:12px; background:#89919a; border-radius:50%; }
42
+ /* Page title */
43
+ .page-title{ font-size:72px; font-weight:600; padding:30px 40px 10px; }
44
+ .menu-dots{ position:absolute; right:36px; top:210px; width:12px; height:12px; background:#88909a; border-radius:50%; box-shadow:0 28px 0 #88909a, 0 56px 0 #88909a; }
45
+
46
+ /* Cards */
47
+ .card{
48
+ background:var(--card);
49
+ margin:40px;
50
+ border-radius:40px;
51
+ padding:34px;
52
+ box-sizing:border-box;
53
+ }
54
+ .card + .card{ margin-top:26px; }
55
+ .card-header{
56
+ display:flex; align-items:center; justify-content:space-between;
57
+ font-size:54px; font-weight:600;
58
+ padding:6px 6px 22px;
59
+ }
60
+ .close-btn{
61
+ width:72px; height:72px; border-radius:50%;
62
+ background:#313845; color:#c7ced8;
63
+ display:flex; align-items:center; justify-content:center;
64
+ font-size:48px; font-weight:700;
65
+ }
66
+ .card-content{ display:flex; gap:28px; }
67
+ .dial-wrap{ width:590px; height:540px; display:flex; align-items:center; justify-content:center; position:relative; }
68
+ .time-text{ position:absolute; font-size:120px; font-weight:600; letter-spacing:1px; }
69
+ .refresh-icon{
70
+ position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
71
+ width:68px; height:68px; border-radius:50%;
72
+ display:flex; align-items:center; justify-content:center;
73
+ }
74
+ .refresh-icon svg{ width:56px; height:56px; }
75
+ .side-actions{ flex:1; display:flex; flex-direction:column; gap:34px; align-items:flex-end; padding-right:6px; }
76
+ .pill{
77
+ width:300px; height:168px; border-radius:90px;
78
+ background:var(--pill);
79
+ display:flex; align-items:center; justify-content:center;
80
+ font-size:64px; font-weight:700; color:#dfe4ea;
81
+ }
82
+ .pause-btn{
83
+ width:300px; height:168px; border-radius:90px;
84
+ background:var(--pause);
85
+ display:flex; align-items:center; justify-content:center;
86
+ }
87
+ .pause-btn svg{ width:52px; height:52px; fill:#3b3b47; }
88
+
89
+ /* Big Add button */
90
+ .add-btn{
91
+ width:260px; height:260px; border-radius:50%;
92
+ background:var(--accent);
93
+ position:absolute; left:50%; transform:translateX(-50%);
94
+ bottom:420px;
95
+ display:flex; align-items:center; justify-content:center;
96
+ color:#1d2a3a; font-size:110px; font-weight:600;
97
+ box-shadow:0 10px 24px rgba(0,0,0,0.35);
98
+ }
99
+
100
+ /* Bottom navigation */
101
+ .bottom-nav{
102
+ position:absolute; bottom:140px; left:0; right:0;
103
+ height:220px; background:#20252b;
104
+ display:flex; align-items:center; justify-content:space-around;
105
+ padding:0 30px;
106
+ }
107
+ .nav-item{ color:#cbd1d8; font-size:40px; text-align:center; }
108
+ .nav-item .icon{ width:80px; height:80px; margin:0 auto 18px; display:flex; align-items:center; justify-content:center; }
109
+ .nav-item svg{ width:80px; height:80px; stroke:#cbd1d8; stroke-width:4; fill:none; }
110
+ .nav-item.active .icon{
111
+ background:#303742; border-radius:38px;
112
+ }
113
+ .gesture-bar{
114
+ position:absolute; bottom:70px; left:50%; transform:translateX(-50%);
115
+ width:560px; height:14px; background:#d9dbe0; border-radius:12px;
116
+ opacity:0.85;
117
+ }
118
+
119
+ /* Dial SVG */
120
+ .dial svg{ width:520px; height:520px; }
121
+ </style>
122
+ </head>
123
+ <body>
124
+ <div id="render-target">
125
+
126
+ <div class="status-bar">
127
+ <div>11:49</div>
128
+ <div class="status-icons">
129
+ <div class="status-icon" style="display:flex; align-items:center; justify-content:center; color:#cbd1d8; font-size:28px;">🔒</div>
130
+ <div class="status-icon" style="display:flex; align-items:center; justify-content:center; color:#cbd1d8; font-size:28px;">☑️</div>
131
+ <div class="status-icon" style="display:flex; align-items:center; justify-content:center; color:#cbd1d8; font-size:28px;">☑️</div>
132
+ <div class="dot"></div>
133
+ <div class="wifi status-icon"></div>
134
+ <div class="battery status-icon"></div>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="page-title">Timer</div>
139
+ <div class="menu-dots"></div>
140
+
141
+ <!-- First Timer Card -->
142
+ <div class="card" style="height:700px;">
143
+ <div class="card-header">
144
+ <div>1h 11m 11s Timer</div>
145
+ <div class="close-btn">×</div>
146
+ </div>
147
+ <div class="card-content">
148
+ <div class="dial-wrap">
149
+ <div class="dial">
150
+ <svg viewBox="0 0 520 520">
151
+ <circle cx="260" cy="260" r="220" stroke="var(--track)" stroke-width="26" fill="none" />
152
+ <!-- progress arc (about 75%) -->
153
+ <circle cx="260" cy="260" r="220" stroke="var(--progress)" stroke-width="26" fill="none"
154
+ stroke-linecap="round" stroke-dasharray="1382"
155
+ stroke-dashoffset="340" transform="rotate(-90 260 260)"/>
156
+ </svg>
157
+ </div>
158
+ <div class="time-text">1:00:30</div>
159
+ <div class="refresh-icon">
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M12 4v3l3-3-3-3v3z" fill="var(--progress)"></path>
162
+ <circle cx="12" cy="12" r="7" stroke="var(--progress)" stroke-width="2" fill="none"></circle>
163
+ </svg>
164
+ </div>
165
+ </div>
166
+ <div class="side-actions">
167
+ <div class="pill">+1:00</div>
168
+ <div class="pause-btn">
169
+ <svg viewBox="0 0 24 24">
170
+ <rect x="6" y="5" width="4" height="14"></rect>
171
+ <rect x="14" y="5" width="4" height="14"></rect>
172
+ </svg>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ </div>
177
+
178
+ <!-- Second Timer Card -->
179
+ <div class="card" style="height:700px;">
180
+ <div class="card-header">
181
+ <div>2h 20m 12s Timer</div>
182
+ <div class="close-btn">×</div>
183
+ </div>
184
+ <div class="card-content">
185
+ <div class="dial-wrap">
186
+ <div class="dial">
187
+ <svg viewBox="0 0 520 520">
188
+ <circle cx="260" cy="260" r="220" stroke="var(--track)" stroke-width="26" fill="none" />
189
+ <!-- progress arc (about 60%) -->
190
+ <circle cx="260" cy="260" r="220" stroke="var(--progress)" stroke-width="26" fill="none"
191
+ stroke-linecap="round" stroke-dasharray="1382"
192
+ stroke-dashoffset="550" transform="rotate(-90 260 260)"/>
193
+ </svg>
194
+ </div>
195
+ <div class="time-text">2:16:30</div>
196
+ <div class="refresh-icon">
197
+ <svg viewBox="0 0 24 24">
198
+ <path d="M12 4v3l3-3-3-3v3z" fill="var(--progress)"></path>
199
+ <circle cx="12" cy="12" r="7" stroke="var(--progress)" stroke-width="2" fill="none"></circle>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="side-actions">
204
+ <div class="pill">+1:00</div>
205
+ <div class="pause-btn">
206
+ <svg viewBox="0 0 24 24">
207
+ <rect x="6" y="5" width="4" height="14"></rect>
208
+ <rect x="14" y="5" width="4" height="14"></rect>
209
+ </svg>
210
+ </div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Big add button -->
216
+ <div class="add-btn">+</div>
217
+
218
+ <!-- Bottom Navigation -->
219
+ <div class="bottom-nav">
220
+ <div class="nav-item">
221
+ <div class="icon">
222
+ <svg viewBox="0 0 24 24">
223
+ <path d="M6 10c0-3 3-5 6-5s6 2 6 5v5H6v-5z"></path>
224
+ <path d="M8 18h8" stroke-linecap="round"></path>
225
+ </svg>
226
+ </div>
227
+ <div>Alarm</div>
228
+ </div>
229
+ <div class="nav-item">
230
+ <div class="icon">
231
+ <svg viewBox="0 0 24 24">
232
+ <circle cx="12" cy="12" r="8"></circle>
233
+ <path d="M12 12l4 2" stroke-linecap="round"></path>
234
+ <path d="M12 6v6" stroke-linecap="round"></path>
235
+ </svg>
236
+ </div>
237
+ <div>Clock</div>
238
+ </div>
239
+ <div class="nav-item active">
240
+ <div class="icon">
241
+ <svg viewBox="0 0 24 24">
242
+ <path d="M8 5l8 0M8 19l8 0M10 7l4 0M14 17l-4 0M9 8l-3 5 3 5M15 8l3 5-3 5"></path>
243
+ </svg>
244
+ </div>
245
+ <div>Timer</div>
246
+ </div>
247
+ <div class="nav-item">
248
+ <div class="icon">
249
+ <svg viewBox="0 0 24 24">
250
+ <circle cx="12" cy="12" r="8"></circle>
251
+ <path d="M8 3h8" stroke-linecap="round"></path>
252
+ <path d="M12 12l0 -5" stroke-linecap="round"></path>
253
+ <path d="M12 12l4 3" stroke-linecap="round"></path>
254
+ </svg>
255
+ </div>
256
+ <div>Stopwatch</div>
257
+ </div>
258
+ <div class="nav-item">
259
+ <div class="icon">
260
+ <svg viewBox="0 0 24 24">
261
+ <rect x="3" y="11" width="14" height="6"></rect>
262
+ <rect x="17" y="11" width="4" height="3"></rect>
263
+ </svg>
264
+ </div>
265
+ <div>Bedtime</div>
266
+ </div>
267
+ </div>
268
+
269
+ <div class="gesture-bar"></div>
270
+
271
+ </div>
272
+ </body>
273
+ </html>
code/6349/6349_2.html ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Timer UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121417; /* dark app background */
13
+ border-radius: 0;
14
+ box-shadow: none;
15
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
16
+ color: #E9EDF3;
17
+ }
18
+
19
+ /* Header */
20
+ .top-header {
21
+ position: absolute; left: 48px; top: 160px;
22
+ font-size: 64px; font-weight: 500; letter-spacing: 0.5px;
23
+ color: #E6EAEE;
24
+ }
25
+ .menu-dots {
26
+ position: absolute; right: 42px; top: 180px;
27
+ width: 40px; height: 80px; display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center;
28
+ }
29
+ .menu-dots span {
30
+ width: 10px; height: 10px; border-radius: 50%; background: #8C93A0;
31
+ }
32
+
33
+ /* Cards */
34
+ .timer-card {
35
+ position: absolute; left: 36px; width: 1008px;
36
+ background: #181E25;
37
+ border-radius: 44px;
38
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
39
+ padding: 36px 36px 40px 36px;
40
+ }
41
+ .card1 { top: 320px; height: 720px; }
42
+ .card2 { top: 1100px; height: 720px; }
43
+
44
+ .card-title {
45
+ font-size: 44px; color: #E8EDF6; margin-bottom: 18px; letter-spacing: 0.3px;
46
+ }
47
+ .close-chip {
48
+ position: absolute; right: 40px; top: 32px;
49
+ width: 72px; height: 72px; border-radius: 50%;
50
+ background: #2B3340; display: flex; align-items: center; justify-content: center;
51
+ color: #B9C3D6; font-size: 36px; font-weight: 600;
52
+ }
53
+
54
+ .card-body {
55
+ display: flex; flex-direction: row; gap: 36px; align-items: center;
56
+ margin-top: 6px;
57
+ }
58
+
59
+ /* Dial */
60
+ .dial-wrap { width: 580px; height: 580px; position: relative; }
61
+ .dial-center {
62
+ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
63
+ width: 520px; height: 520px;
64
+ display: flex; align-items: center; justify-content: center; flex-direction: column;
65
+ }
66
+ .time-text {
67
+ font-size: 96px; font-weight: 500; color: #EEF2F8; letter-spacing: 1px;
68
+ }
69
+ .refresh-icon {
70
+ margin-top: 24px;
71
+ width: 64px; height: 64px;
72
+ }
73
+
74
+ /* Side controls */
75
+ .side-controls { flex: 1; display: flex; flex-direction: column; gap: 40px; align-items: center; }
76
+ .pill {
77
+ width: 280px; height: 160px; border-radius: 80px;
78
+ display: flex; align-items: center; justify-content: center;
79
+ font-size: 48px; font-weight: 600; letter-spacing: 0.5px;
80
+ }
81
+ .pill.addmin { background: #3A4351; color: #DCE4F0; }
82
+ .pill.pause { background: #E6CCE9; color: #3D3651; }
83
+ .pause-bars {
84
+ width: 60px; height: 60px; position: relative;
85
+ }
86
+ .pause-bars::before, .pause-bars::after {
87
+ content: ""; position: absolute; top: 0; width: 14px; height: 60px; background: #3D3651; border-radius: 6px;
88
+ }
89
+ .pause-bars::before { left: 10px; }
90
+ .pause-bars::after { right: 10px; }
91
+
92
+ /* Floating add button */
93
+ .fab {
94
+ position: absolute; left: 50%; transform: translateX(-50%);
95
+ bottom: 360px; width: 220px; height: 220px;
96
+ border-radius: 50%;
97
+ background: #A8C8F3; color: #1E2A36;
98
+ display: flex; align-items: center; justify-content: center;
99
+ box-shadow: 0 12px 26px rgba(0,0,0,0.4);
100
+ }
101
+ .plus {
102
+ position: relative; width: 80px; height: 80px;
103
+ }
104
+ .plus::before, .plus::after {
105
+ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
106
+ background: #1E2A36; border-radius: 6px;
107
+ }
108
+ .plus::before { width: 12px; height: 80px; }
109
+ .plus::after { width: 80px; height: 12px; }
110
+
111
+ /* Bottom nav */
112
+ .bottom-nav {
113
+ position: absolute; left: 0; bottom: 0; width: 1080px; height: 240px;
114
+ background: #1A2026; border-top-left-radius: 0; border-top-right-radius: 0;
115
+ box-shadow: 0 -10px 24px rgba(0,0,0,0.3);
116
+ display: flex; align-items: center; justify-content: space-around;
117
+ padding-bottom: 24px;
118
+ }
119
+ .nav-item { width: 160px; text-align: center; color: #C8CED8; }
120
+ .nav-icon { width: 64px; height: 64px; margin: 0 auto 14px auto; }
121
+ .nav-label { font-size: 36px; }
122
+
123
+ .selected {
124
+ position: relative;
125
+ }
126
+ .selected::before {
127
+ content: ""; position: absolute; left: 50%; top: -24px; transform: translateX(-50%);
128
+ width: 220px; height: 100px; border-radius: 50px; background: #2B3340;
129
+ }
130
+ .selected .nav-icon { position: relative; z-index: 1; }
131
+ .selected .nav-label { position: relative; z-index: 1; color: #E9EDF3; }
132
+
133
+ /* Utility small text shadow for depth */
134
+ .card-title, .time-text { text-shadow: 0 1px 0 rgba(0,0,0,0.25); }
135
+
136
+ /* Status bar mock (light, minimal) */
137
+ .status-bar {
138
+ position: absolute; top: 20px; left: 48px; right: 48px; height: 64px; display: flex; align-items: center; justify-content: space-between; color: #E6EAEE;
139
+ font-size: 40px;
140
+ opacity: 0.85;
141
+ }
142
+ .status-icons { display: flex; gap: 20px; align-items: center; }
143
+ .status-dot { width: 10px; height: 10px; background: #D8DDE7; border-radius: 50%; }
144
+ </style>
145
+ </head>
146
+ <body>
147
+ <div id="render-target">
148
+
149
+ <!-- Minimal status bar -->
150
+ <div class="status-bar">
151
+ <div>11:50</div>
152
+ <div class="status-icons">
153
+ <!-- simple battery icon -->
154
+ <svg class="nav-icon" style="width:48px;height:48px;">
155
+ <rect x="6" y="10" width="36" height="24" rx="4" fill="#C8CED8"></rect>
156
+ <rect x="42" y="16" width="6" height="12" rx="2" fill="#C8CED8"></rect>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="top-header">Timer</div>
162
+ <div class="menu-dots"><span></span><span></span><span></span></div>
163
+
164
+ <!-- Card 1 -->
165
+ <div class="timer-card card1">
166
+ <div class="card-title">1h 11m 11s Timer</div>
167
+ <div class="close-chip">×</div>
168
+ <div class="card-body">
169
+ <div class="dial-wrap">
170
+ <!-- Dial SVG -->
171
+ <svg width="580" height="580">
172
+ <!-- track -->
173
+ <circle cx="290" cy="290" r="230" stroke="#2B3340" stroke-width="24" fill="none"></circle>
174
+ <!-- progress -->
175
+ <circle cx="290" cy="290" r="230" stroke="#85A7DE" stroke-width="24" fill="none" stroke-linecap="round"
176
+ stroke-dasharray="965" stroke-dashoffset="280" transform="rotate(-90 290 290)"></circle>
177
+ </svg>
178
+ <div class="dial-center">
179
+ <div class="time-text">1:00:25</div>
180
+ <!-- refresh icon -->
181
+ <svg class="refresh-icon" viewBox="0 0 64 64">
182
+ <circle cx="32" cy="32" r="22" fill="none" stroke="#86A8E0" stroke-width="6"></circle>
183
+ <path d="M32 10 L36 16 L28 16 Z" fill="#86A8E0"></path>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="side-controls">
189
+ <div class="pill addmin">+1:00</div>
190
+ <div class="pill pause">
191
+ <div class="pause-bars"></div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- Card 2 -->
198
+ <div class="timer-card card2">
199
+ <div class="card-title">2h 20m 12s Timer</div>
200
+ <div class="close-chip">×</div>
201
+ <div class="card-body">
202
+ <div class="dial-wrap">
203
+ <svg width="580" height="580">
204
+ <circle cx="290" cy="290" r="230" stroke="#2B3340" stroke-width="24" fill="none"></circle>
205
+ <circle cx="290" cy="290" r="230" stroke="#85A7DE" stroke-width="24" fill="none" stroke-linecap="round"
206
+ stroke-dasharray="965" stroke-dashoffset="420" transform="rotate(-90 290 290)"></circle>
207
+ </svg>
208
+ <div class="dial-center">
209
+ <div class="time-text">2:17:25</div>
210
+ <svg class="refresh-icon" viewBox="0 0 64 64">
211
+ <circle cx="32" cy="32" r="22" fill="none" stroke="#86A8E0" stroke-width="6"></circle>
212
+ <path d="M32 10 L36 16 L28 16 Z" fill="#86A8E0"></path>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+ <div class="side-controls">
217
+ <div class="pill addmin">+1:00</div>
218
+ <div class="pill pause">
219
+ <div class="pause-bars"></div>
220
+ </div>
221
+ </div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Floating add button -->
226
+ <div class="fab"><div class="plus"></div></div>
227
+
228
+ <!-- Bottom navigation -->
229
+ <div class="bottom-nav">
230
+ <div class="nav-item">
231
+ <svg class="nav-icon" viewBox="0 0 64 64">
232
+ <circle cx="32" cy="36" r="18" fill="none" stroke="#C8CED8" stroke-width="4"></circle>
233
+ <path d="M14 16 L22 10 M50 16 L42 10" stroke="#C8CED8" stroke-width="4" stroke-linecap="round"></path>
234
+ </svg>
235
+ <div class="nav-label">Alarm</div>
236
+ </div>
237
+ <div class="nav-item">
238
+ <svg class="nav-icon" viewBox="0 0 64 64">
239
+ <circle cx="32" cy="32" r="22" fill="none" stroke="#C8CED8" stroke-width="4"></circle>
240
+ <path d="M32 32 L32 18 M32 32 L44 32" stroke="#C8CED8" stroke-width="4" stroke-linecap="round"></path>
241
+ </svg>
242
+ <div class="nav-label">Clock</div>
243
+ </div>
244
+ <div class="nav-item selected">
245
+ <svg class="nav-icon" viewBox="0 0 64 64">
246
+ <path d="M22 12 L42 12 L34 28 L46 28 L22 52 L30 36 L18 36 Z" fill="#E9EDF3"></path>
247
+ </svg>
248
+ <div class="nav-label">Timer</div>
249
+ </div>
250
+ <div class="nav-item">
251
+ <svg class="nav-icon" viewBox="0 0 64 64">
252
+ <circle cx="32" cy="34" r="18" fill="none" stroke="#C8CED8" stroke-width="4"></circle>
253
+ <rect x="28" y="14" width="8" height="6" fill="#C8CED8"></rect>
254
+ </svg>
255
+ <div class="nav-label">Stopwatch</div>
256
+ </div>
257
+ <div class="nav-item">
258
+ <svg class="nav-icon" viewBox="0 0 64 64">
259
+ <rect x="12" y="30" width="40" height="16" rx="4" fill="none" stroke="#C8CED8" stroke-width="4"></rect>
260
+ <rect x="14" y="24" width="10" height="6" rx="3" fill="#C8CED8"></rect>
261
+ </svg>
262
+ <div class="nav-label">Bedtime</div>
263
+ </div>
264
+ </div>
265
+
266
+ </div>
267
+ </body>
268
+ </html>
code/6349/6349_4.html ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Timer UI</title>
7
+ <style>
8
+ body{margin:0;padding:0;background:transparent;font-family: "Segoe UI", Roboto, Arial, sans-serif;}
9
+ #render-target{
10
+ width:1080px;height:2400px;position:relative;overflow:hidden;
11
+ background:#121418;color:#EAECEF;
12
+ }
13
+
14
+ .app-header{
15
+ padding:120px 48px 20px 48px;
16
+ position:relative;
17
+ }
18
+ .app-title{
19
+ font-size:68px;font-weight:600;color:#EDEFF2;letter-spacing:0.5px;
20
+ }
21
+ .more-btn{
22
+ position:absolute;right:34px;top:130px;width:60px;height:60px;border-radius:30px;
23
+ display:flex;align-items:center;justify-content:center;color:#C9CDD3;
24
+ }
25
+ .more-btn svg{width:14px;height:34px;}
26
+
27
+ /* Timer card */
28
+ .timer-card{
29
+ width:1008px;margin:22px 36px 34px;border-radius:42px;background:#191D23;
30
+ padding:34px;position:relative;box-shadow: 0 8px 30px rgba(0,0,0,0.35);
31
+ }
32
+ .card-title{
33
+ font-size:54px;margin:6px 0 22px;color:#EDEFF2;
34
+ }
35
+ .close-chip{
36
+ position:absolute;top:24px;right:24px;width:76px;height:76px;border-radius:50%;
37
+ background:#2A313A;display:flex;align-items:center;justify-content:center;color:#C5CFDD;
38
+ font-size:40px;
39
+ }
40
+
41
+ .card-body{
42
+ display:flex;gap:28px;align-items:center;
43
+ }
44
+
45
+ /* Dial (progress ring) */
46
+ .dial{width:560px;height:560px;border-radius:50%;position:relative;flex:0 0 auto;}
47
+ .dial .ring{position:absolute;inset:0;border-radius:50%;}
48
+ .dial.progress-1 .ring{background:conic-gradient(#7FA7E6 300deg,#2C3138 0 360deg);}
49
+ .dial.progress-2 .ring{background:conic-gradient(#7FA7E6 240deg,#2C3138 0 360deg);}
50
+ .dial .mask{
51
+ position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
52
+ width:520px;height:520px;border-radius:50%;background:#191D23;
53
+ }
54
+ .dial .content{
55
+ position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
56
+ width:520px;height:520px;border-radius:50%;
57
+ display:flex;flex-direction:column;align-items:center;justify-content:center;
58
+ text-align:center;
59
+ }
60
+ .time-text{font-size:110px;letter-spacing:2px;color:#F5F7FA;margin-bottom:18px;}
61
+ .replay{
62
+ width:80px;height:80px;border-radius:50%;
63
+ display:flex;align-items:center;justify-content:center;color:#86A9EC;
64
+ }
65
+ .replay svg{width:52px;height:52px;}
66
+
67
+ /* Side controls */
68
+ .side-controls{flex:1;display:flex;flex-direction:column;gap:34px;align-items:flex-end;}
69
+ .pill{
70
+ width:260px;height:148px;border-radius:36px;display:flex;align-items:center;justify-content:center;
71
+ font-size:56px;font-weight:600;
72
+ }
73
+ .pill.add{background:#2B323C;color:#E9EEF6;}
74
+ .pill.pause{background:#E2C7F6;color:#2B2933;}
75
+ .pill.pause svg{width:48px;height:48px;fill:#2B2933;margin-left:4px;}
76
+
77
+ /* FAB */
78
+ .fab{
79
+ position:absolute;left:50%;transform:translateX(-50%);
80
+ bottom:410px;width:240px;height:240px;border-radius:50%;
81
+ background:#A8C7FF;color:#13233A;display:flex;align-items:center;justify-content:center;
82
+ box-shadow: 0 12px 30px rgba(0,0,0,0.45);font-size:120px;font-weight:300;
83
+ }
84
+
85
+ /* Bottom navigation */
86
+ .bottom-nav{
87
+ position:absolute;left:0;bottom:0;width:100%;height:300px;background:#171B21;
88
+ border-top:1px solid rgba(255,255,255,0.05);
89
+ }
90
+ .nav-items{
91
+ display:flex;justify-content:space-around;align-items:flex-start;
92
+ padding-top:46px;
93
+ }
94
+ .nav-item{width:20%;text-align:center;color:#CFD5DE;}
95
+ .nav-item .icon-wrap{
96
+ width:150px;height:100px;margin:0 auto 12px;border-radius:50px;
97
+ display:flex;align-items:center;justify-content:center;
98
+ }
99
+ .nav-item svg{width:64px;height:64px;fill:#CFD5DE;}
100
+ .nav-item .label{font-size:34px;margin-top:6px;}
101
+ .nav-item.active .icon-wrap{background:#232932;}
102
+ .nav-item.active svg{fill:#A8C7FF;}
103
+ .home-indicator{
104
+ position:absolute;left:50%;transform:translateX(-50%);bottom:22px;width:420px;height:10px;border-radius:8px;background:#DADDE3;opacity:0.7;
105
+ }
106
+ </style>
107
+ </head>
108
+ <body>
109
+ <div id="render-target">
110
+
111
+ <div class="app-header">
112
+ <div class="app-title">Timer</div>
113
+ <div class="more-btn" aria-label="More">
114
+ <svg viewBox="0 0 24 24">
115
+ <circle cx="12" cy="4" r="2"></circle>
116
+ <circle cx="12" cy="12" r="2"></circle>
117
+ <circle cx="12" cy="20" r="2"></circle>
118
+ </svg>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Timer Card 1 -->
123
+ <div class="timer-card">
124
+ <div class="card-title">1h 11m 11s Timer</div>
125
+ <div class="close-chip" title="Close">
126
+ <svg viewBox="0 0 24 24">
127
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#E5E9F0" stroke-width="2.5" stroke-linecap="round" fill="none"/>
128
+ </svg>
129
+ </div>
130
+ <div class="card-body">
131
+ <div class="dial progress-1">
132
+ <div class="ring"></div>
133
+ <div class="mask"></div>
134
+ <div class="content">
135
+ <div class="time-text">1:00:14</div>
136
+ <div class="replay" title="Reset">
137
+ <svg viewBox="0 0 24 24">
138
+ <path d="M12 5a7 7 0 1 1-5.6 2.8" stroke="#86A9EC" stroke-width="2.2" fill="none" stroke-linecap="round"/>
139
+ <path d="M6 3v5h5" stroke="#86A9EC" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
140
+ </svg>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ <div class="side-controls">
145
+ <div class="pill add">+1:00</div>
146
+ <div class="pill pause">
147
+ <svg viewBox="0 0 24 24">
148
+ <rect x="6" y="5" width="4" height="14"></rect>
149
+ <rect x="14" y="5" width="4" height="14"></rect>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Timer Card 2 -->
157
+ <div class="timer-card">
158
+ <div class="card-title">2h 20m 12s Timer</div>
159
+ <div class="close-chip" title="Close">
160
+ <svg viewBox="0 0 24 24">
161
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#E5E9F0" stroke-width="2.5" stroke-linecap="round" fill="none"/>
162
+ </svg>
163
+ </div>
164
+ <div class="card-body">
165
+ <div class="dial progress-2">
166
+ <div class="ring"></div>
167
+ <div class="mask"></div>
168
+ <div class="content">
169
+ <div class="time-text">2:19:14</div>
170
+ <div class="replay" title="Reset">
171
+ <svg viewBox="0 0 24 24">
172
+ <path d="M12 5a7 7 0 1 1-5.6 2.8" stroke="#86A9EC" stroke-width="2.2" fill="none" stroke-linecap="round"/>
173
+ <path d="M6 3v5h5" stroke="#86A9EC" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+ </div>
178
+ <div class="side-controls">
179
+ <div class="pill add">+1:00</div>
180
+ <div class="pill pause">
181
+ <svg viewBox="0 0 24 24">
182
+ <rect x="6" y="5" width="4" height="14"></rect>
183
+ <rect x="14" y="5" width="4" height="14"></rect>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Floating Add Button -->
191
+ <div class="fab" title="Add">+</div>
192
+
193
+ <!-- Bottom Navigation -->
194
+ <div class="bottom-nav">
195
+ <div class="nav-items">
196
+ <div class="nav-item">
197
+ <div class="icon-wrap">
198
+ <svg viewBox="0 0 24 24">
199
+ <circle cx="12" cy="13" r="6"></circle>
200
+ <path d="M7 5l2 2M17 5l-2 2" stroke="#CFD5DE" stroke-width="1.8" fill="none" stroke-linecap="round"/>
201
+ </svg>
202
+ </div>
203
+ <div class="label">Alarm</div>
204
+ </div>
205
+ <div class="nav-item">
206
+ <div class="icon-wrap">
207
+ <svg viewBox="0 0 24 24">
208
+ <circle cx="12" cy="12" r="8"></circle>
209
+ <path d="M12 7v6l4 2" stroke="#CFD5DE" stroke-width="2" fill="none" stroke-linecap="round"/>
210
+ </svg>
211
+ </div>
212
+ <div class="label">Clock</div>
213
+ </div>
214
+ <div cl
code/635/635_0.html ADDED
@@ -0,0 +1,355 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile UI Render</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #121212;
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 88px;
24
+ color: #D6D6D6;
25
+ font-size: 34px;
26
+ display: flex;
27
+ align-items: center;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ }
31
+ .status-bar .right { margin-left: auto; display: flex; gap: 28px; align-items: center; }
32
+ .status-dot { width: 10px; height: 10px; background: #9E9E9E; border-radius: 50%; display: inline-block; }
33
+
34
+ /* Top app row */
35
+ .top-row {
36
+ position: absolute;
37
+ top: 96px;
38
+ left: 0;
39
+ width: 100%;
40
+ height: 92px;
41
+ display: flex;
42
+ align-items: center;
43
+ padding: 0 36px;
44
+ box-sizing: border-box;
45
+ }
46
+ .icon-btn {
47
+ width: 62px;
48
+ height: 62px;
49
+ border-radius: 14px;
50
+ display: flex; justify-content: center; align-items: center;
51
+ color: #E0E0E0;
52
+ }
53
+ .top-row .spacer { flex: 1; }
54
+ .avatar {
55
+ width: 62px; height: 62px; border-radius: 50%;
56
+ background: #D24F2E; display: flex; align-items: center; justify-content: center;
57
+ font-weight: 700; color: #fff;
58
+ }
59
+ .tab-count {
60
+ width: 62px; height: 62px; border-radius: 14px; border: 2px solid #8A8A8A;
61
+ display: flex; align-items: center; justify-content: center; color: #E0E0E0; font-weight: 700;
62
+ }
63
+
64
+ /* Google wordmark */
65
+ .google-logo {
66
+ position: absolute;
67
+ top: 226px;
68
+ width: 100%;
69
+ text-align: center;
70
+ font-size: 140px;
71
+ font-weight: 700;
72
+ letter-spacing: -2px;
73
+ }
74
+
75
+ /* Search bar */
76
+ .search-bar {
77
+ position: absolute;
78
+ top: 432px;
79
+ left: 50%;
80
+ transform: translateX(-50%);
81
+ width: 1000px;
82
+ height: 112px;
83
+ border-radius: 56px;
84
+ background: #1E1E1E;
85
+ display: flex; align-items: center;
86
+ padding: 0 36px;
87
+ box-sizing: border-box;
88
+ }
89
+ .search-placeholder { color: #BDBDBD; font-size: 44px; flex: 1; }
90
+ .search-bar .end-icons { display: flex; gap: 26px; align-items: center; }
91
+
92
+ /* Shortcut tiles */
93
+ .shortcut-tiles {
94
+ position: absolute;
95
+ top: 584px;
96
+ left: 36px;
97
+ right: 36px;
98
+ display: flex;
99
+ gap: 26px;
100
+ }
101
+ .tile {
102
+ width: 198px;
103
+ height: 198px;
104
+ border-radius: 24px;
105
+ background: #1E1E1E;
106
+ padding: 12px;
107
+ box-sizing: border-box;
108
+ }
109
+ .tile .img {
110
+ width: 100%; height: 132px; border-radius: 16px;
111
+ background: #E0E0E0; border: 1px solid #BDBDBD;
112
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 30px;
113
+ }
114
+ .tile .label { margin-top: 8px; font-size: 32px; color: #FFFFFF; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
115
+
116
+ /* Circular quick actions */
117
+ .actions {
118
+ position: absolute;
119
+ top: 822px;
120
+ left: 36px;
121
+ right: 36px;
122
+ display: flex; justify-content: space-between; align-items: center;
123
+ }
124
+ .action {
125
+ display: flex; flex-direction: column; align-items: center; gap: 20px;
126
+ }
127
+ .action .circle {
128
+ width: 126px; height: 126px; border-radius: 50%; background: #1E1E1E;
129
+ display: flex; align-items: center; justify-content: center;
130
+ }
131
+ .action .text { font-size: 32px; color: #BDBDBD; max-width: 220px; text-align: center; }
132
+
133
+ /* Discover section */
134
+ .discover {
135
+ position: absolute;
136
+ top: 1022px;
137
+ left: 36px;
138
+ right: 36px;
139
+ }
140
+ .discover-title { font-size: 44px; color: #E0E0E0; margin-bottom: 24px; }
141
+
142
+ /* Card */
143
+ .card {
144
+ background: #1A1A1A;
145
+ border-radius: 24px;
146
+ padding: 28px;
147
+ box-sizing: border-box;
148
+ }
149
+ .card .title-row {
150
+ display: flex; gap: 24px; align-items: flex-start;
151
+ }
152
+ .card .title {
153
+ flex: 1; font-size: 44px; line-height: 1.24; color: #FFFFFF;
154
+ }
155
+ .video-thumb {
156
+ width: 280px; height: 210px; border-radius: 18px;
157
+ background: #E0E0E0; border: 1px solid #BDBDBD;
158
+ position: relative; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
159
+ }
160
+ .play {
161
+ position: absolute; right: 18px; bottom: 18px; width: 82px; height: 82px;
162
+ border-radius: 50%; background: rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center;
163
+ }
164
+ .channel-row {
165
+ margin-top: 22px; display: flex; align-items: center; gap: 18px; color: #BDBDBD; font-size: 34px;
166
+ }
167
+ .avatar-small {
168
+ width: 56px; height: 56px; border-radius: 50%; background: #E0E0E0; border: 1px solid #BDBDBD;
169
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px;
170
+ }
171
+ .meta-sep { margin: 0 12px; color: #8A8A8A; }
172
+ .card .toolbar {
173
+ margin-top: 20px; display: flex; justify-content: flex-end; gap: 28px; color: #BDBDBD;
174
+ }
175
+ .large-thumb {
176
+ margin-top: 22px;
177
+ width: 100%; height: 420px;
178
+ border-radius: 24px; background: #E0E0E0; border: 1px solid #BDBDBD;
179
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
180
+ }
181
+
182
+ /* SVG sizing helpers */
183
+ svg { width: 48px; height: 48px; fill: none; stroke: #E0E0E0; stroke-width: 2.2; }
184
+ .icon-small svg { width: 40px; height: 40px; }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <!-- Status bar -->
191
+ <div class="status-bar">
192
+ <div>8:12</div>
193
+ <div class="right">
194
+ <span>25°</span>
195
+ <span class="status-dot"></span>
196
+ <span class="status-dot"></span>
197
+ <span class="status-dot"></span>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Top app row -->
202
+ <div class="top-row">
203
+ <div class="icon-btn" aria-label="Home">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M3 11l9-8 9 8v9h-6v-6H9v6H3z" fill="#E0E0E0" stroke="none"></path>
206
+ </svg>
207
+ </div>
208
+ <div class="spacer"></div>
209
+ <div class="avatar">C</div>
210
+ <div style="width: 18px;"></div>
211
+ <div class="tab-count">1</div>
212
+ <div style="width: 18px;"></div>
213
+ <div class="icon-btn" aria-label="More">
214
+ <svg viewBox="0 0 24 24">
215
+ <circle cx="12" cy="5" r="2.2" fill="#E0E0E0" stroke="none"></circle>
216
+ <circle cx="12" cy="12" r="2.2" fill="#E0E0E0" stroke="none"></circle>
217
+ <circle cx="12" cy="19" r="2.2" fill="#E0E0E0" stroke="none"></circle>
218
+ </svg>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Google wordmark -->
223
+ <div class="google-logo">Google</div>
224
+
225
+ <!-- Search bar -->
226
+ <div class="search-bar">
227
+ <div class="search-placeholder">Search or type web address</div>
228
+ <div class="end-icons">
229
+ <div class="icon-small" aria-label="Voice search">
230
+ <svg viewBox="0 0 24 24">
231
+ <rect x="9" y="4" width="6" height="9" rx="3" fill="#E0E0E0" stroke="none"></rect>
232
+ <path d="M6 11a6 6 0 0012 0M12 20v-3" stroke="#E0E0E0" stroke-width="2.2"></path>
233
+ </svg>
234
+ </div>
235
+ <div class="icon-small" aria-label="Lens / camera">
236
+ <svg viewBox="0 0 24 24">
237
+ <rect x="3" y="5" width="18" height="14" rx="3"></rect>
238
+ <circle cx="12" cy="12" r="4"></circle>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Shortcut tiles -->
245
+ <div class="shortcut-tiles">
246
+ <div class="tile">
247
+ <div class="img">[IMG: News photo]</div>
248
+ <div class="label">News</div>
249
+ </div>
250
+ <div class="tile">
251
+ <div class="img">[IMG: Assorted Recipes]</div>
252
+ <div class="label">Recipes</div>
253
+ </div>
254
+ <div class="tile">
255
+ <div class="img">[IMG: Currency Notes]</div>
256
+ <div class="label">Investment</div>
257
+ </div>
258
+ <div class="tile">
259
+ <div class="img">[IMG: iPhone & Apple]</div>
260
+ <div class="label">iPhone Apple</div>
261
+ </div>
262
+ <div class="tile">
263
+ <div class="img">[IMG: Fitness / Stretch]</div>
264
+ <div class="label">Fitness</div>
265
+ </div>
266
+ </div>
267
+
268
+ <!-- Circular actions -->
269
+ <div class="actions">
270
+ <div class="action">
271
+ <div class="circle">
272
+ <svg viewBox="0 0 24 24">
273
+ <circle cx="12" cy="12" r="9" stroke="#4CAF50"></circle>
274
+ <text x="12" y="15" text-anchor="middle" font-size="10" fill="#4CAF50" stroke="none">G</text>
275
+ </svg>
276
+ </div>
277
+ <div class="text">Google Tak...</div>
278
+ </div>
279
+ <div class="action">
280
+ <div class="circle">
281
+ <svg viewBox="0 0 24 24">
282
+ <circle cx="10.5" cy="10.5" r="6.5"></circle>
283
+ <line x1="16" y1="16" x2="22" y2="22"></line>
284
+ </svg>
285
+ </div>
286
+ <div class="text">flag list</div>
287
+ </div>
288
+ <div class="action">
289
+ <div class="circle">
290
+ <svg viewBox="0 0 24 24">
291
+ <path d="M6 4h8a4 4 0 014 4v12" stroke="#3B5998"></path>
292
+ <path d="M12 8h4" stroke="#3B5998"></path>
293
+ </svg>
294
+ </div>
295
+ <div class="text">Facebook</div>
296
+ </div>
297
+ <div class="action">
298
+ <div class="circle">
299
+ <svg viewBox="0 0 24 24">
300
+ <rect x="3" y="5" width="18" height="14" rx="4" stroke="#00BCD4"></rect>
301
+ <text x="12" y="14" text-anchor="middle" font-size="8" fill="#00BCD4" stroke="none">CB</text>
302
+ </svg>
303
+ </div>
304
+ <div class="text">Cricbuzz.c...</div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- Discover -->
309
+ <div class="discover">
310
+ <div class="discover-title">Discover</div>
311
+
312
+ <div class="card">
313
+ <div class="title-row">
314
+ <div class="title">table chart task 1 academic IELTS writing task 1 | 9sept 2023 ielts recent exam writing task1</div>
315
+ <div class="video-thumb">[IMG: Video thumbnail]
316
+ <div class="play">
317
+ <svg viewBox="0 0 24 24">
318
+ <polygon points="8,5 20,12 8,19" fill="#FFFFFF" stroke="none"></polygon>
319
+ </svg>
320
+ </div>
321
+ </div>
322
+ </div>
323
+
324
+ <div class="channel-row">
325
+ <div class="avatar-small">[AV]</div>
326
+ <div>IELTS-9</div>
327
+ <span class="meta-sep">•</span>
328
+ <div>YouTube · 1d</div>
329
+ </div>
330
+
331
+ <div class="toolbar">
332
+ <div class="icon-small" aria-label="Share">
333
+ <svg viewBox="0 0 24 24">
334
+ <circle cx="6" cy="12" r="3"></circle>
335
+ <circle cx="18" cy="6" r="3"></circle>
336
+ <circle cx="18" cy="18" r="3"></circle>
337
+ <path d="M8.8 11l6.4-3M8.8 13l6.4 3"></path>
338
+ </svg>
339
+ </div>
340
+ <div class="icon-small" aria-label="More">
341
+ <svg viewBox="0 0 24 24">
342
+ <circle cx="12" cy="6" r="2.2" fill="#BDBDBD" stroke="none"></circle>
343
+ <circle cx="12" cy="12" r="2.2" fill="#BDBDBD" stroke="none"></circle>
344
+ <circle cx="12" cy="18" r="2.2" fill="#BDBDBD" stroke="none"></circle>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="large-thumb">[IMG: Smartphone banner]</div>
350
+ </div>
351
+ </div>
352
+
353
+ </div>
354
+ </body>
355
+ </html>
code/635/635_1.html ADDED
@@ -0,0 +1,406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Mobile UI Mock - Drive</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #121212;
13
+ color: #EAEAEA;
14
+ }
15
+ .status-bar {
16
+ position: absolute;
17
+ top: 0;
18
+ left: 0;
19
+ width: 1080px;
20
+ height: 110px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ padding: 0 36px;
25
+ color: #BDBDBD;
26
+ font-size: 38px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 28px;
32
+ }
33
+ .search-area {
34
+ position: absolute;
35
+ top: 120px;
36
+ left: 36px;
37
+ right: 36px;
38
+ height: 120px;
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 24px;
42
+ }
43
+ .search-bar {
44
+ flex: 1;
45
+ height: 120px;
46
+ border-radius: 60px;
47
+ background: #1E1E1E;
48
+ display: flex;
49
+ align-items: center;
50
+ padding: 0 32px;
51
+ gap: 28px;
52
+ color: #91A4AF;
53
+ font-size: 42px;
54
+ }
55
+ .avatar {
56
+ width: 92px;
57
+ height: 92px;
58
+ border-radius: 50%;
59
+ background: #2A2A2A;
60
+ border: 2px solid #37474F;
61
+ color: #CFD8DC;
62
+ display: flex;
63
+ align-items: center;
64
+ justify-content: center;
65
+ font-weight: bold;
66
+ font-size: 42px;
67
+ }
68
+ .tabs {
69
+ position: absolute;
70
+ top: 260px;
71
+ left: 36px;
72
+ width: 1008px;
73
+ height: 80px;
74
+ display: flex;
75
+ gap: 60px;
76
+ align-items: center;
77
+ font-size: 44px;
78
+ }
79
+ .tab {
80
+ color: #8AA7A8;
81
+ }
82
+ .tab.active {
83
+ color: #7EE2D3;
84
+ border-bottom: 6px solid #69D1C0;
85
+ padding-bottom: 10px;
86
+ }
87
+ .list-header {
88
+ position: absolute;
89
+ top: 360px;
90
+ left: 36px;
91
+ width: 1008px;
92
+ height: 76px;
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ color: #CFCFCF;
97
+ font-size: 40px;
98
+ }
99
+ .items {
100
+ position: absolute;
101
+ top: 450px;
102
+ left: 20px;
103
+ width: 1040px;
104
+ display: grid;
105
+ grid-template-columns: 1fr 1fr;
106
+ gap: 36px 36px;
107
+ }
108
+ .tile {
109
+ width: 492px;
110
+ background: transparent;
111
+ }
112
+ .preview {
113
+ width: 492px;
114
+ height: 360px;
115
+ border-radius: 24px;
116
+ background: #1C1C1C;
117
+ border: 1px solid #2B2B2B;
118
+ display: flex;
119
+ align-items: center;
120
+ justify-content: center;
121
+ position: relative;
122
+ }
123
+ .tile-row {
124
+ margin-top: 18px;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: space-between;
128
+ }
129
+ .name {
130
+ font-size: 46px;
131
+ color: #E0E0E0;
132
+ }
133
+ .filetype {
134
+ display: inline-flex;
135
+ align-items: center;
136
+ gap: 12px;
137
+ font-size: 44px;
138
+ }
139
+ .doc-icon, .pdf-icon {
140
+ width: 44px;
141
+ height: 44px;
142
+ border-radius: 8px;
143
+ display: inline-flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ color: #fff;
147
+ font-weight: bold;
148
+ font-size: 30px;
149
+ }
150
+ .doc-icon { background: #4A90E2; }
151
+ .pdf-icon { background: #E57373; }
152
+ .menu-dots {
153
+ width: 48px; height: 48px;
154
+ }
155
+ .grid-toggle {
156
+ width: 60px; height: 60px;
157
+ }
158
+
159
+ /* Bottom navigation */
160
+ .bottom-nav {
161
+ position: absolute;
162
+ bottom: 0;
163
+ left: 0;
164
+ width: 1080px;
165
+ height: 210px;
166
+ background: #151515;
167
+ border-top: 1px solid #2A2A2A;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: space-around;
171
+ color: #C0C0C0;
172
+ font-size: 36px;
173
+ }
174
+ .nav-item {
175
+ display: flex;
176
+ flex-direction: column;
177
+ align-items: center;
178
+ gap: 18px;
179
+ }
180
+ .nav-icon {
181
+ width: 92px;
182
+ height: 92px;
183
+ display: flex;
184
+ align-items: center;
185
+ justify-content: center;
186
+ color: #CFCFCF;
187
+ }
188
+ .active-pill {
189
+ background: #243C36;
190
+ border-radius: 46px;
191
+ padding: 12px 24px;
192
+ color: #D9FFFB;
193
+ }
194
+
195
+ /* Floating Action Button */
196
+ .fab {
197
+ position: absolute;
198
+ right: 48px;
199
+ bottom: 240px;
200
+ width: 150px;
201
+ height: 150px;
202
+ border-radius: 50%;
203
+ background: #2D5F58;
204
+ box-shadow: 0 8px 24px rgba(0,0,0,0.6);
205
+ display: flex;
206
+ align-items: center;
207
+ justify-content: center;
208
+ }
209
+ .plus {
210
+ width: 80px;
211
+ height: 80px;
212
+ }
213
+
214
+ /* Helper previews */
215
+ .placeholder {
216
+ width: 440px;
217
+ height: 300px;
218
+ background: #E0E0E0;
219
+ border: 1px solid #BDBDBD;
220
+ color: #757575;
221
+ display: flex;
222
+ align-items: center;
223
+ justify-content: center;
224
+ font-size: 34px;
225
+ border-radius: 16px;
226
+ }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status bar -->
233
+ <div class="status-bar">
234
+ <div>8:12</div>
235
+ <div class="status-right">
236
+ <div>25°</div>
237
+ <!-- Simple status icons -->
238
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
239
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M12 2L2 12h4v8h12v-8h4L12 2z"/></svg>
240
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD"><path d="M12 3a9 9 0 0 0-9 9h2a7 7 0 0 1 14 0h2a9 9 0 0 0-9-9z"/></svg>
241
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD"><rect x="3" y="7" width="18" height="10" rx="2"/><rect x="17" y="9" width="3" height="6" fill="#90CAF9"/></svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Search area -->
246
+ <div class="search-area">
247
+ <div class="search-bar">
248
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#CFD8DC">
249
+ <path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/>
250
+ </svg>
251
+ <span>Search in Drive</span>
252
+ </div>
253
+ <div class="avatar">J</div>
254
+ </div>
255
+
256
+ <!-- Tabs -->
257
+ <div class="tabs">
258
+ <div class="tab active">My Drive</div>
259
+ <div class="tab">Computers</div>
260
+ </div>
261
+
262
+ <!-- List header -->
263
+ <div class="list-header">
264
+ <div>Name ↑</div>
265
+ <svg class="grid-toggle" viewBox="0 0 24 24" fill="#CFCFCF">
266
+ <path d="M3 5h18v2H3zm0 6h18v2H3zm0 6h18v2H3z"/>
267
+ </svg>
268
+ </div>
269
+
270
+ <!-- Items grid -->
271
+ <div class="items">
272
+
273
+ <!-- Folder: Audit data -->
274
+ <div class="tile">
275
+ <div class="preview">
276
+ <svg width="180" height="140" viewBox="0 0 24 24" fill="#B0BEC5">
277
+ <path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-9l-1-2z"/>
278
+ </svg>
279
+ </div>
280
+ <div class="tile-row">
281
+ <div class="name">Audit data</div>
282
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
283
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
284
+ </svg>
285
+ </div>
286
+ </div>
287
+
288
+ <!-- Folder: Yoga Video -->
289
+ <div class="tile">
290
+ <div class="preview">
291
+ <svg width="180" height="140" viewBox="0 0 24 24" fill="#B0BEC5">
292
+ <path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-9l-1-2z"/>
293
+ </svg>
294
+ </div>
295
+ <div class="tile-row">
296
+ <div class="name">Yoga Video</div>
297
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
298
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
299
+ </svg>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- File: Cycling data -->
304
+ <div class="tile">
305
+ <div class="preview">
306
+ <div class="placeholder">[IMG: document preview]</div>
307
+ </div>
308
+ <div class="tile-row">
309
+ <div class="filetype">
310
+ <span class="doc-icon">D</span>
311
+ <span class="name">Cycling data</span>
312
+ </div>
313
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
314
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
315
+ </svg>
316
+ </div>
317
+ </div>
318
+
319
+ <!-- PDF: dummy project.pdf -->
320
+ <div class="tile">
321
+ <div class="preview">
322
+ <div class="placeholder">[IMG: PDF preview]</div>
323
+ <div style="position:absolute; bottom:18px; left:24px; display:flex; align-items:center; gap:10px;">
324
+ <div class="pdf-icon">PDF</div>
325
+ </div>
326
+ </div>
327
+ <div class="tile-row">
328
+ <div class="name">dummy project.pdf</div>
329
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
330
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- PDF: Random_Audit_sample... -->
336
+ <div class="tile">
337
+ <div class="preview">
338
+ <div class="placeholder">[IMG: PDF preview]</div>
339
+ </div>
340
+ <div class="tile-row">
341
+ <div class="filetype">
342
+ <span class="pdf-icon">PDF</span>
343
+ <span class="name">Random_Audit_sample...</span>
344
+ </div>
345
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
346
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
347
+ </svg>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Doc: ToDoReminder_Backup -->
352
+ <div class="tile">
353
+ <div class="preview">
354
+ <div class="placeholder">[IMG: document preview]</div>
355
+ </div>
356
+ <div class="tile-row">
357
+ <div class="filetype">
358
+ <span class="doc-icon">D</span>
359
+ <span class="name">ToDoReminder_Backup</span>
360
+ </div>
361
+ <svg class="menu-dots" viewBox="0 0 24 24" fill="#9E9E9E">
362
+ <circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/>
363
+ </svg>
364
+ </div>
365
+ </div>
366
+
367
+ </div>
368
+
369
+ <!-- FAB -->
370
+ <div class="fab">
371
+ <svg class="plus" viewBox="0 0 24 24" fill="#E9F7F6">
372
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
373
+ </svg>
374
+ </div>
375
+
376
+ <!-- Bottom navigation -->
377
+ <div class="bottom-nav">
378
+ <div class="nav-item">
379
+ <div class="nav-icon">
380
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 3L3 12h3v8h12v-8h3L12 3z"/></svg>
381
+ </div>
382
+ <div>Home</div>
383
+ </div>
384
+ <div class="nav-item">
385
+ <div class="nav-icon">
386
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M12 17.3l6.18 3.7-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73-1.64 7.03z"/></svg>
387
+ </div>
388
+ <div>Starred</div>
389
+ </div>
390
+ <div class="nav-item">
391
+ <div class="nav-icon">
392
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#CFCFCF"><path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 3-1.34 3-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm8 0c-.53 0-1.05.04-1.54.1 1.86.86 3.54 2.23 3.54 3.9v2H24v-2c0-2.66-3.33-4-8-4z"/></svg>
393
+ </div>
394
+ <div>Shared</div>
395
+ </div>
396
+ <div class="nav-item">
397
+ <div class="nav-icon">
398
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#D9FFFB"><path d="M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-9l-1-2z"/></svg>
399
+ </div>
400
+ <div class="active-pill">Files</div>
401
+ </div>
402
+ </div>
403
+
404
+ </div>
405
+ </body>
406
+ </html>
code/635/635_2.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Drive Search - Dark UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0f1113;
14
+ color: #e9ecef;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 90px;
24
+ padding: 0 24px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #eaeaea;
29
+ font-size: 36px;
30
+ letter-spacing: 1px;
31
+ }
32
+ .status-left { display: flex; align-items: center; gap: 20px; }
33
+ .status-right { display: flex; align-items: center; gap: 26px; }
34
+ .icon-small svg { width: 34px; height: 34px; fill: #cfd3d7; opacity: 0.9; }
35
+
36
+ /* App bar */
37
+ .appbar {
38
+ position: absolute;
39
+ top: 90px;
40
+ left: 0;
41
+ width: 1080px;
42
+ height: 140px;
43
+ background: #15181b;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 24px;
47
+ box-shadow: 0 2px 0 #1d2124 inset;
48
+ }
49
+ .back-btn {
50
+ width: 84px;
51
+ height: 84px;
52
+ border-radius: 42px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: center;
56
+ margin-right: 12px;
57
+ }
58
+ .back-btn svg { width: 42px; height: 42px; fill: #cfd3d7; }
59
+ .title {
60
+ font-size: 48px;
61
+ color: #e9ecef;
62
+ letter-spacing: 0.3px;
63
+ }
64
+
65
+ /* Filter chips */
66
+ .chip-row {
67
+ position: absolute;
68
+ top: 230px;
69
+ left: 0;
70
+ width: 1080px;
71
+ padding: 22px 24px;
72
+ display: flex;
73
+ gap: 22px;
74
+ }
75
+ .chip {
76
+ display: inline-flex;
77
+ align-items: center;
78
+ gap: 16px;
79
+ background: #1a1d20;
80
+ color: #e9ecef;
81
+ border: 1px solid #2b2f33;
82
+ border-radius: 26px;
83
+ padding: 18px 26px;
84
+ font-size: 38px;
85
+ }
86
+ .chip svg { width: 42px; height: 42px; }
87
+ .chip .doc-icon { fill: #8ab4f8; }
88
+ .chip .pdf-icon { fill: #ff6b6b; }
89
+ .chip .img-icon { fill: #f28b82; }
90
+
91
+ /* Main empty area */
92
+ .content-area {
93
+ position: absolute;
94
+ top: 320px;
95
+ left: 0;
96
+ width: 1080px;
97
+ height: 960px;
98
+ background: #0f1113;
99
+ }
100
+
101
+ /* Keyboard */
102
+ .keyboard {
103
+ position: absolute;
104
+ bottom: 120px;
105
+ left: 0;
106
+ width: 1080px;
107
+ height: 970px;
108
+ background: #121416;
109
+ border-top: 1px solid #1f2327;
110
+ box-shadow: 0 -2px 0 #1d2124 inset;
111
+ }
112
+ .quick-bar {
113
+ height: 110px;
114
+ display: flex;
115
+ align-items: center;
116
+ justify-content: space-between;
117
+ padding: 0 26px;
118
+ }
119
+ .quick-icon {
120
+ width: 80px; height: 80px;
121
+ background: #1c1f22;
122
+ border: 1px solid #2a2e32;
123
+ border-radius: 16px;
124
+ display: flex; align-items: center; justify-content: center;
125
+ }
126
+ .quick-icon svg { width: 38px; height: 38px; fill: #cfd3d7; }
127
+
128
+ .keys { padding: 14px 20px 0; }
129
+ .row {
130
+ display: flex;
131
+ justify-content: space-between;
132
+ margin-bottom: 18px;
133
+ }
134
+ .key {
135
+ flex: 1;
136
+ margin: 0 8px;
137
+ height: 120px;
138
+ background: #1c1f22;
139
+ border: 1px solid #2a2e32;
140
+ border-radius: 22px;
141
+ color: #e9ecef;
142
+ display: flex; align-items: center; justify-content: center;
143
+ font-size: 48px;
144
+ }
145
+ .key.small { flex: 0.8; }
146
+ .key.wide { flex: 2.8; font-size: 40px; letter-spacing: 3px; }
147
+ .key.icon svg { width: 44px; height: 44px; fill: #cfd3d7; }
148
+
149
+ .search-btn {
150
+ position: absolute;
151
+ right: 26px;
152
+ bottom: 26px;
153
+ width: 150px; height: 150px;
154
+ border-radius: 75px;
155
+ background: #a8fff2;
156
+ display: flex; align-items: center; justify-content: center;
157
+ box-shadow: 0 6px 16px rgba(0,0,0,0.4);
158
+ }
159
+ .search-btn svg { width: 64px; height: 64px; fill: #0f1113; }
160
+
161
+ /* Gesture bar */
162
+ .gesture {
163
+ position: absolute;
164
+ bottom: 26px;
165
+ left: 420px;
166
+ width: 240px;
167
+ height: 14px;
168
+ background: #bfc5cc;
169
+ border-radius: 7px;
170
+ opacity: 0.6;
171
+ }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div class="status-left">
180
+ <div>8:13</div>
181
+ <div class="icon-small">
182
+ <svg viewBox="0 0 24 24"><path d="M5 4h2v2H5V4zm4 0h2v2H9V4zm4 0h2v2h-2V4zM5 8h2v2H5V8zm4 0h2v2H9V8zm4 0h2v2h-2V8z"/></svg>
183
+ </div>
184
+ </div>
185
+ <div class="status-right">
186
+ <div class="icon-small">
187
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 4H8l4-4zm0 20l-4-4h8l-4 4z"/></svg>
188
+ </div>
189
+ <div class="icon-small">
190
+ <svg viewBox="0 0 24 24"><path d="M18 7l-6 6-6-6" fill="none" stroke="#cfd3d7" stroke-width="2"/></svg>
191
+ </div>
192
+ <div class="icon-small">
193
+ <svg viewBox="0 0 24 24"><path d="M21 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7h18zm-9 9a5 5 0 0 0 5-5H7a5 5 0 0 0 5 5z"/></svg>
194
+ </div>
195
+ <div class="icon-small">
196
+ <svg viewBox="0 0 24 24"><path d="M18 2v2h-2V2H8v2H6V2H4v20h16V2h-2z"/></svg>
197
+ </div>
198
+ </div>
199
+ </div>
200
+
201
+ <!-- App bar -->
202
+ <div class="appbar">
203
+ <div class="back-btn">
204
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>
205
+ </div>
206
+ <div class="title">Search in Drive</div>
207
+ </div>
208
+
209
+ <!-- Filter chips -->
210
+ <div class="chip-row">
211
+ <div class="chip">
212
+ <svg class="doc-icon" viewBox="0 0 24 24"><path d="M6 3h9l3 3v15H6V3zm9 0v3h3"/></svg>
213
+ <span>Documents</span>
214
+ </div>
215
+ <div class="chip">
216
+ <svg class="pdf-icon" viewBox="0 0 24 24"><path d="M4 4h16v16H4V4zm6 4h8v2H10V8zm0 4h8v2H10v-2z"/></svg>
217
+ <span>PDFs</span>
218
+ </div>
219
+ <div class="chip">
220
+ <svg class="img-icon" viewBox="0 0 24 24"><path d="M4 5h16v14H4V5zm3 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm2 10l3-4 2 3 3-5 4 6H9z"/></svg>
221
+ <span>Photos &amp; images</span>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Main content blank area -->
226
+ <div class="content-area"></div>
227
+
228
+ <!-- Keyboard -->
229
+ <div class="keyboard">
230
+ <div class="quick-bar">
231
+ <div class="quick-icon">
232
+ <svg viewBox="0 0 24 24"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
233
+ </div>
234
+ <div class="quick-icon">
235
+ <svg viewBox="0 0 24 24"><path d="M12 3a5 5 0 0 0-5 5c0 5 5 13 5 13s5-8 5-13a5 5 0 0 0-5-5zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
236
+ </div>
237
+ <div class="quick-icon">
238
+ <svg viewBox="0 0 24 24"><path d="M4 10h16v4H4v-4z"/></svg>
239
+ </div>
240
+ <div class="quick-icon">
241
+ <svg viewBox="0 0 24 24"><path d="M14 3l-4 4 4 4V8h7V6h-7V3zM5 10v2h7v3l4-4-4-4v3H5z"/></svg>
242
+ </div>
243
+ <div class="quick-icon">
244
+ <svg viewBox="0 0 24 24"><path d="M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6.32-1.9l1.43-2.48-2.06-3.56-2.86.16-.8-2.72H9.97l-.8 2.72-2.86-.16-2.06 3.56 1.43 2.48-1.43 2.49 2.06 3.56 2.86-.16.8 2.72h3.06l.8-2.72 2.86.16 2.06-3.56-1.43-2.49z"/></svg>
245
+ </div>
246
+ <div class="quick-icon">
247
+ <svg viewBox="0 0 24 24"><path d="M12 3a7 7 0 0 0-7 7h3a4 4 0 1 1 8 0h3a7 7 0 0 0-7-7zm-6 10v4h3v4h6v-4h3v-4H6z"/></svg>
248
+ </div>
249
+ <div class="quick-icon">
250
+ <svg viewBox="0 0 24 24"><path d="M12 3a3 3 0 0 0-3 3v6a3 3 0 0 0 6 0V6a3 3 0 0 0-3-3zm-5 9v2h10v-2H7z"/></svg>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="keys">
255
+ <div class="row">
256
+ <div class="key">q</div>
257
+ <div class="key">w</div>
258
+ <div class="key">e</div>
259
+ <div class="key">r</div>
260
+ <div class="key">t</div>
261
+ <div class="key">y</div>
262
+ <div class="key">u</div>
263
+ <div class="key">i</div>
264
+ <div class="key">o</div>
265
+ <div class="key">p</div>
266
+ </div>
267
+ <div class="row">
268
+ <div class="key">a</div>
269
+ <div class="key">s</div>
270
+ <div class="key">d</div>
271
+ <div class="key">f</div>
272
+ <div class="key">g</div>
273
+ <div class="key">h</div>
274
+ <div class="key">j</div>
275
+ <div class="key">k</div>
276
+ <div class="key">l</div>
277
+ </div>
278
+ <div class="row">
279
+ <div class="key small icon">
280
+ <svg viewBox="0 0 24 24"><path d="M6 18h12l-6-12-6 12z"/></svg>
281
+ </div>
282
+ <div class="key">z</div>
283
+ <div class="key">x</div>
284
+ <div class="key">c</div>
285
+ <div class="key">v</div>
286
+ <div class="key">b</div>
287
+ <div class="key">n</div>
288
+ <div class="key">m</div>
289
+ <div class="key small icon">
290
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v2H3zm4 5h10v2H7zm-4 5h18v2H3z"/></svg>
291
+ </div>
292
+ </div>
293
+ <div class="row">
294
+ <div class="key small">?123</div>
295
+ <div class="key small">,</div>
296
+ <div class="key small icon">
297
+ <svg viewBox="0 0 24 24"><path d="M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm0-6l-5-5h10l-5 5z"/></svg>
298
+ </div>
299
+ <div class="key wide">space</div>
300
+ <div class="key small">.</div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="search-btn">
305
+ <svg viewBox="0 0 24 24"><path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm11 19-5-5"/></svg>
306
+ </div>
307
+ </div>
308
+
309
+ <!-- Gesture bar -->
310
+ <div class="gesture"></div>
311
+ </div>
312
+ </body>
313
+ </html>
code/635/635_3.html ADDED
@@ -0,0 +1,339 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Search with Keyboard</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0F0F10;
13
+ color: #FFFFFF;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ padding: 0 28px;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: space-between;
27
+ box-sizing: border-box;
28
+ color: #DADADA;
29
+ font-size: 42px;
30
+ }
31
+ .status-left {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 26px;
40
+ }
41
+ .status-icon {
42
+ width: 40px; height: 40px;
43
+ }
44
+
45
+ /* Search bar */
46
+ .search-bar {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 0;
50
+ width: 1080px;
51
+ height: 130px;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 28px;
55
+ box-sizing: border-box;
56
+ gap: 22px;
57
+ }
58
+ .search-input {
59
+ flex: 1;
60
+ height: 100%;
61
+ background: #263734;
62
+ border-radius: 12px;
63
+ display: flex;
64
+ align-items: center;
65
+ padding: 0 24px;
66
+ box-sizing: border-box;
67
+ font-size: 54px;
68
+ color: #CFE4DF;
69
+ }
70
+ .search-input .placeholder {
71
+ color: #CFE4DF;
72
+ }
73
+
74
+ .icon-btn {
75
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; color: #CFE4DF;
76
+ }
77
+
78
+ /* List area */
79
+ .list-area {
80
+ position: absolute;
81
+ top: 260px;
82
+ left: 0;
83
+ width: 1080px;
84
+ padding-top: 16px;
85
+ box-sizing: border-box;
86
+ }
87
+ .list-item {
88
+ height: 135px;
89
+ display: flex;
90
+ align-items: center;
91
+ padding: 0 36px;
92
+ box-sizing: border-box;
93
+ border-bottom: 1px solid rgba(255,255,255,0.06);
94
+ gap: 28px;
95
+ }
96
+ .list-item .title {
97
+ font-size: 56px;
98
+ color: #FFFFFF;
99
+ }
100
+ .list-item .secondary {
101
+ font-size: 40px;
102
+ color: #9AA3A5;
103
+ margin-top: 8px;
104
+ }
105
+ .doc-icon {
106
+ width: 58px; height: 74px;
107
+ background: #3EA7FF;
108
+ border-radius: 6px;
109
+ position: relative;
110
+ }
111
+ .doc-icon:after {
112
+ content: '';
113
+ position: absolute; right: 0; top: 0;
114
+ width: 18px; height: 18px;
115
+ background: rgba(255,255,255,0.9);
116
+ border-top-right-radius: 6px;
117
+ border-bottom-left-radius: 6px;
118
+ clip-path: polygon(0 0,100% 0,100% 100%);
119
+ }
120
+ .flex-grow {
121
+ flex: 1;
122
+ }
123
+
124
+ /* Keyboard */
125
+ .keyboard {
126
+ position: absolute;
127
+ bottom: 120px;
128
+ left: 0;
129
+ width: 1080px;
130
+ height: 900px;
131
+ background: #121314;
132
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.5);
133
+ }
134
+ .kb-suggestions {
135
+ height: 120px;
136
+ display: flex;
137
+ align-items: center;
138
+ gap: 22px;
139
+ padding: 0 24px;
140
+ box-sizing: border-box;
141
+ color: #D7D7D7;
142
+ }
143
+ .chip {
144
+ padding: 18px 28px;
145
+ border-radius: 28px;
146
+ border: 1px solid #2C2C2C;
147
+ font-size: 42px;
148
+ color: #D7D7D7;
149
+ background: #1C1D1E;
150
+ }
151
+ .kb-row {
152
+ display: flex;
153
+ justify-content: space-between;
154
+ padding: 18px 24px;
155
+ box-sizing: border-box;
156
+ }
157
+ .key {
158
+ width: 90px; height: 110px;
159
+ background: #2A2B2D;
160
+ border-radius: 18px;
161
+ display: flex; align-items: center; justify-content: center;
162
+ color: #EDEDED;
163
+ font-size: 48px;
164
+ box-shadow: inset 0 -3px 0 rgba(255,255,255,0.03);
165
+ }
166
+ .key.wide { width: 150px; }
167
+ .space { flex: 1; height: 110px; background: #2A2B2D; border-radius: 22px; display: flex; align-items: center; justify-content: center; color: #CFCFCF; font-size: 42px; }
168
+ .kb-bottom {
169
+ display: flex;
170
+ align-items: center;
171
+ gap: 18px;
172
+ padding: 12px 24px 24px 24px;
173
+ }
174
+ .round-search {
175
+ position: absolute;
176
+ right: 28px;
177
+ bottom: 28px;
178
+ width: 140px; height: 140px; border-radius: 50%;
179
+ background: #9BEFE8;
180
+ display: flex; align-items: center; justify-content: center;
181
+ }
182
+
183
+ /* Gesture bar */
184
+ .gesture-bar {
185
+ position: absolute;
186
+ bottom: 36px;
187
+ left: 50%;
188
+ transform: translateX(-50%);
189
+ width: 500px;
190
+ height: 10px;
191
+ background: #DADADA;
192
+ border-radius: 10px;
193
+ opacity: 0.8;
194
+ }
195
+
196
+ /* simple SVG icons color */
197
+ svg { fill: currentColor; }
198
+
199
+ .muted { color: #9AA3A5; }
200
+ </style>
201
+ </head>
202
+ <body>
203
+ <div id="render-target">
204
+
205
+ <!-- Status bar -->
206
+ <div class="status-bar">
207
+ <div class="status-left">
208
+ <div>8:13</div>
209
+ <div class="muted">25°</div>
210
+ <!-- small status icons -->
211
+ <svg class="status-icon" viewBox="0 0 24 24">
212
+ <circle cx="12" cy="12" r="10" />
213
+ </svg>
214
+ <svg class="status-icon" viewBox="0 0 24 24">
215
+ <rect x="3" y="3" width="18" height="18" rx="4"/>
216
+ </svg>
217
+ </div>
218
+ <div class="status-right">
219
+ <!-- Wi-Fi -->
220
+ <svg class="status-icon" viewBox="0 0 24 24">
221
+ <path d="M12 18l2-2-2-2-2 2 2 2zm-7-7a12 12 0 0 1 14 0l-2 2a8 8 0 0 0-10 0l-2-2zm3-3a16 16 0 0 1 10 0l-2 2a12 12 0 0 0-6 0l-2-2z"/>
222
+ </svg>
223
+ <!-- Battery -->
224
+ <svg class="status-icon" viewBox="0 0 24 24">
225
+ <rect x="2" y="7" width="18" height="10" rx="2"/>
226
+ <rect x="20" y="10" width="2" height="4" rx="1"/>
227
+ </svg>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Search bar -->
232
+ <div class="search-bar">
233
+ <div class="icon-btn">
234
+ <svg viewBox="0 0 24 24" width="56" height="56">
235
+ <path d="M15 19l-7-7 7-7" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
236
+ </svg>
237
+ </div>
238
+ <div class="search-input">
239
+ <div class="placeholder">cycling data</div>
240
+ </div>
241
+ <div class="icon-btn">
242
+ <svg viewBox="0 0 24 24" width="56" height="56">
243
+ <path d="M6 6l12 12M18 6L6 18" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/>
244
+ </svg>
245
+ </div>
246
+ </div>
247
+
248
+ <!-- List -->
249
+ <div class="list-area">
250
+ <div class="list-item">
251
+ <div class="icon-btn" style="color:#BFC7C9;">
252
+ <svg viewBox="0 0 24 24" width="52" height="52">
253
+ <circle cx="11" cy="11" r="7" fill="none" stroke="currentColor" stroke-width="2"/>
254
+ <path d="M20 20l-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
255
+ </svg>
256
+ </div>
257
+ <div class="title">cycling data</div>
258
+ <div class="flex-grow"></div>
259
+ <div class="icon-btn" style="color:#9AA3A5;">
260
+ <svg viewBox="0 0 24 24" width="52" height="52">
261
+ <path d="M10 7l5 5-5 5" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <div class="list-item">
267
+ <div class="doc-icon"></div>
268
+ <div>
269
+ <div class="title">Cycling data</div>
270
+ <div class="secondary">Modified Sep 4</div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Keyboard -->
276
+ <div class="keyboard">
277
+ <div class="kb-suggestions">
278
+ <!-- small grid icon -->
279
+ <div class="icon-btn" style="width:70px;height:70px;color:#CFCFCF;">
280
+ <svg viewBox="0 0 24 24" width="60" height="60">
281
+ <path d="M3 3h7v7H3V3zm11 0h7v7h-7V3zM3 14h7v7H3v-7zm11 0h7v7h-7v-7z"/>
282
+ </svg>
283
+ </div>
284
+ <div class="chip">data</div>
285
+ <div class="chip">days</div>
286
+ <div class="chip">dats</div>
287
+ <div class="flex-grow"></div>
288
+ <!-- mic -->
289
+ <div class="icon-btn" style="width:70px;height:70px;color:#CFCFCF;">
290
+ <svg viewBox="0 0 24 24" width="60" height="60">
291
+ <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 0M12 19v3" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/>
292
+ </svg>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Row 1 -->
297
+ <div class="kb-row">
298
+ <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>
299
+ <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>
300
+ </div>
301
+ <!-- Row 2 -->
302
+ <div class="kb-row" style="padding-left:72px; padding-right:72px;">
303
+ <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>
304
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
305
+ </div>
306
+ <!-- Row 3 -->
307
+ <div class="kb-row" style="padding-left:24px; padding-right:24px;">
308
+ <div class="key wide">⌂</div>
309
+ <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>
310
+ <div class="key wide" style="display:flex; align-items:center; justify-content:center;">
311
+ <svg viewBox="0 0 24 24" width="60" height="60">
312
+ <path d="M18 7l-8 8H6v-4l8-8" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
313
+ </svg>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- Bottom controls -->
318
+ <div class="kb-bottom">
319
+ <div class="key wide">?123</div>
320
+ <div class="key">,</div>
321
+ <div class="key">🙂</div>
322
+ <div class="space">space</div>
323
+ <div class="key">.</div>
324
+ </div>
325
+
326
+ <div class="round-search">
327
+ <svg viewBox="0 0 24 24" width="80" height="80" style="color:#1C1C1C;">
328
+ <circle cx="11" cy="11" r="7" fill="none" stroke="currentColor" stroke-width="2"/>
329
+ <path d="M20 20l-4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
330
+ </svg>
331
+ </div>
332
+ </div>
333
+
334
+ <!-- Gesture bar -->
335
+ <div class="gesture-bar"></div>
336
+
337
+ </div>
338
+ </body>
339
+ </html>
code/635/635_4.html ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Cycling Data - Dark UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #121212; color: #FFFFFF;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 90px; padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #E0E0E0; font-size: 36px; letter-spacing: 0.5px;
20
+ }
21
+ .status-left { display: flex; align-items: center; gap: 28px; }
22
+ .status-right { display: flex; align-items: center; gap: 26px; }
23
+ .status-icon {
24
+ width: 38px; height: 38px; border-radius: 8px; background: #2A2A2A; border: 1px solid #3A3A3A;
25
+ }
26
+ .battery {
27
+ width: 60px; height: 28px; border: 2px solid #9E9E9E; border-radius: 6px; position: relative;
28
+ }
29
+ .battery::after { content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 12px; background: #9E9E9E; border-radius: 2px; }
30
+ .battery .fill { position: absolute; left: 3px; top: 3px; height: 20px; width: 38px; background: #9E9E9E; border-radius: 3px; }
31
+
32
+ /* Top app bar */
33
+ .app-bar {
34
+ position: absolute; top: 90px; left: 0; right: 0;
35
+ height: 150px; padding: 0 40px;
36
+ display: flex; align-items: center; justify-content: space-between;
37
+ background: #1A1A1A; border-bottom: 1px solid #222;
38
+ }
39
+ .app-left { display: flex; align-items: center; gap: 26px; }
40
+ .title { font-size: 54px; font-weight: 600; color: #DADADA; }
41
+ .icon-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; border-radius: 36px; }
42
+ .icon-btn svg { width: 56px; height: 56px; fill: #DADADA; }
43
+
44
+ /* Content area */
45
+ .content {
46
+ position: absolute; top: 240px; left: 0; right: 0; bottom: 120px;
47
+ padding: 40px 40px 0 40px;
48
+ }
49
+ .grid {
50
+ display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
51
+ }
52
+ .item {
53
+ width: 420px;
54
+ }
55
+ .thumb {
56
+ width: 520px; height: 360px; background: #E0E0E0; border: 1px solid #BDBDBD;
57
+ color: #757575; display: flex; align-items: center; justify-content: center; font-size: 32px;
58
+ border-radius: 24px;
59
+ box-shadow: 0 4px 12px rgba(0,0,0,0.6);
60
+ }
61
+ .meta {
62
+ margin-top: 24px; display: flex; align-items: center; gap: 24px;
63
+ }
64
+ .doc-icon {
65
+ width: 60px; height: 60px; border-radius: 12px; background: #3F7BEA; display: flex; align-items: center; justify-content: center;
66
+ }
67
+ .doc-icon svg { width: 40px; height: 40px; fill: #FFFFFF; }
68
+ .filename { font-size: 40px; color: #FFFFFF; }
69
+ .kebab { margin-left: auto; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; }
70
+ .kebab svg { fill: #BDBDBD; width: 36px; height: 36px; }
71
+
72
+ /* Bottom gesture bar */
73
+ .gesture {
74
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
75
+ width: 540px; height: 12px; background: #FFFFFF; border-radius: 12px; opacity: 0.8;
76
+ }
77
+ </style>
78
+ </head>
79
+ <body>
80
+ <div id="render-target">
81
+
82
+ <!-- Status bar -->
83
+ <div class="status-bar">
84
+ <div class="status-left">
85
+ <div>8:14</div>
86
+ <div style="color:#B0BEC5;">25°</div>
87
+ <div class="status-icon"></div>
88
+ <div class="status-icon"></div>
89
+ <div class="status-icon"></div>
90
+ <div class="status-icon"></div>
91
+ </div>
92
+ <div class="status-right">
93
+ <svg width="46" height="32" viewBox="0 0 24 24" fill="#9E9E9E" xmlns="http://www.w3.org/2000/svg">
94
+ <path d="M2 18h20v-2c0-3.866-3.134-7-7-7H9C5.134 9 2 12.134 2 16v2z"/>
95
+ </svg>
96
+ <div class="battery"><div class="fill"></div></div>
97
+ </div>
98
+ </div>
99
+
100
+ <!-- Top app bar -->
101
+ <div class="app-bar">
102
+ <div class="app-left">
103
+ <div class="icon-btn">
104
+ <svg viewBox="0 0 24 24">
105
+ <path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
106
+ </svg>
107
+ </div>
108
+ <div class="title">cycling data</div>
109
+ </div>
110
+ <div class="icon-btn">
111
+ <svg viewBox="0 0 24 24">
112
+ <path d="M18.3 5.71L12 12.01 5.7 5.71 4.29 7.12 10.59 13.41 4.29 19.71 5.7 21.12 12 14.83 18.3 21.12 19.71 19.71 13.41 13.41 19.71 7.12z"/>
113
+ </svg>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Content -->
118
+ <div class="content">
119
+ <div class="grid">
120
+ <div class="item" style="grid-column: 1 / span 1;">
121
+ <div class="thumb">[IMG: Document Thumbnail]</div>
122
+ <div class="meta">
123
+ <div class="doc-icon">
124
+ <svg viewBox="0 0 24 24">
125
+ <path d="M6 2h9l5 5v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V8h4.5L14 3.5zM8 11h8v2H8v-2zm0 4h8v2H8v-2z"/>
126
+ </svg>
127
+ </div>
128
+ <div class="filename">Cycling data</div>
129
+ <div class="kebab">
130
+ <svg viewBox="0 0 24 24">
131
+ <path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 10a2 2 0 110-4 2 2 0 010 4zm0 10a2 2 0 110-4 2 2 0 010 4z"/>
132
+ </svg>
133
+ </div>
134
+ </div>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Bottom gesture bar -->
140
+ <div class="gesture"></div>
141
+
142
+ </div>
143
+ </body>
144
+ </html>
code/6350/6350_0.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>Lemon cake with blueberries</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, "Noto Sans", sans-serif;
14
+ color:#222;
15
+ }
16
+
17
+ /* Status bar (mock) */
18
+ .statusbar {
19
+ position:absolute; top:24px; left:36px; right:36px;
20
+ display:flex; justify-content:space-between; align-items:center;
21
+ font-size:34px; color:#111; opacity:0.9;
22
+ }
23
+ .status-icons { display:flex; gap:24px; align-items:center; }
24
+ .status-icons svg { width:36px; height:36px; fill:none; stroke:#111; stroke-width:2.2; }
25
+
26
+ /* Hero image */
27
+ .hero {
28
+ position:absolute; top:0; left:0; width:100%; height:1050px;
29
+ }
30
+ .hero .img {
31
+ width:100%; height:100%;
32
+ background:#E0E0E0; border:1px solid #BDBDBD;
33
+ display:flex; align-items:center; justify-content:center;
34
+ color:#757575; font-size:34px; letter-spacing:0.2px;
35
+ }
36
+ /* Back button */
37
+ .back-btn {
38
+ position:absolute; top:420px; left:48px;
39
+ width:96px; height:96px; border-radius:48px;
40
+ background:rgba(255,255,255,0.96);
41
+ display:flex; align-items:center; justify-content:center;
42
+ box-shadow:0 3px 10px rgba(0,0,0,0.08);
43
+ }
44
+ .back-btn svg { width:42px; height:42px; stroke:#333; stroke-width:4; fill:none; }
45
+
46
+ /* Play overlay */
47
+ .play {
48
+ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
49
+ width:220px; height:220px; border-radius:110px;
50
+ border:8px solid rgba(255,255,255,0.98);
51
+ display:flex; align-items:center; justify-content:center;
52
+ }
53
+ .play svg { width:120px; height:120px; fill:#fff; }
54
+
55
+ /* Title section */
56
+ .content {
57
+ position:absolute; top:1050px; left:0; right:0;
58
+ padding:28px 80px 0;
59
+ }
60
+ .title {
61
+ text-align:center;
62
+ font-size:76px; line-height:96px; font-weight:700;
63
+ margin:42px 0 28px;
64
+ font-family: Georgia, "Times New Roman", serif;
65
+ color:#222;
66
+ }
67
+
68
+ /* Rating */
69
+ .rating {
70
+ display:flex; flex-direction:column; align-items:center; gap:24px;
71
+ margin-bottom:54px;
72
+ }
73
+ .stars { display:flex; gap:16px; }
74
+ .stars svg { width:56px; height:56px; }
75
+ .star-fill { fill:#FF6D00; }
76
+ .star-grey { fill:#C5C5C5; }
77
+ .rating small { color:#777; font-size:34px; }
78
+
79
+ /* Actions */
80
+ .actions {
81
+ display:flex; justify-content:space-around; align-items:center;
82
+ padding:40px 60px 28px; color:#222;
83
+ }
84
+ .action {
85
+ display:flex; align-items:center; gap:22px; font-size:38px;
86
+ }
87
+ .action svg { width:54px; height:54px; stroke:#222; stroke-width:3; fill:none; }
88
+
89
+ /* Author card */
90
+ .author-card {
91
+ margin-top:36px;
92
+ border-top:1px solid #E5E5E5;
93
+ padding:36px 48px;
94
+ }
95
+ .author-row {
96
+ display:flex; align-items:center; gap:36px;
97
+ }
98
+ .avatar {
99
+ width:140px; height:140px; border-radius:70px; overflow:hidden;
100
+ background:#E0E0E0; border:1px solid #BDBDBD;
101
+ display:flex; align-items:center; justify-content:center;
102
+ color:#757575; font-size:26px; text-align:center;
103
+ }
104
+ .author-info .name {
105
+ font-size:44px; font-weight:700; margin-bottom:8px;
106
+ }
107
+ .author-info .role {
108
+ font-size:34px; color:#666; margin-bottom:10px;
109
+ }
110
+ .author-info .link {
111
+ font-size:36px; color:#FF6D00;
112
+ }
113
+
114
+ /* Home indicator */
115
+ .home-indicator {
116
+ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
117
+ width:360px; height:12px; border-radius:6px; background:#BDBDBD;
118
+ }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status bar -->
125
+ <div class="statusbar">
126
+ <div class="time">10:36</div>
127
+ <div class="status-icons">
128
+ <!-- mail icon (simple) -->
129
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3z"/><path d="M3 5l9 7 9-7" stroke-linejoin="round"/></svg>
130
+ <!-- settings gear (simplified) -->
131
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M4 12h3M17 12h3M12 4v3M12 17v3M6 6l2 2M16 16l2 2M6 18l2-2M18 6l-2 2"/></svg>
132
+ <!-- wifi -->
133
+ <svg viewBox="0 0 24 24"><path d="M2 8s5-4 10-4 10 4 10 4M5 12s3-3 7-3 7 3 7 3M8 16s2-2 4-2 4 2 4 2"/><circle cx="12" cy="19" r="1.6" fill="#111" stroke="none"/></svg>
134
+ <!-- battery -->
135
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Hero image -->
140
+ <div class="hero">
141
+ <div class="img">[IMG: Lemon cake with blueberries]</div>
142
+
143
+ <!-- Back button -->
144
+ <div class="back-btn">
145
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"/></svg>
146
+ </div>
147
+
148
+ <!-- Play overlay -->
149
+ <div class="play">
150
+ <svg viewBox="0 0 24 24"><polygon points="8,5 20,12 8,19"/></svg>
151
+ </div>
152
+ </div>
153
+
154
+ <!-- Content -->
155
+ <div class="content">
156
+ <div class="title">Lemon cake with<br>blueberries</div>
157
+
158
+ <div class="rating">
159
+ <div class="stars">
160
+ <!-- 4 full stars -->
161
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
162
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
163
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
164
+ <svg viewBox="0 0 24 24" class="star-fill"><path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z"/></svg>
165
+ <!-- half star -->
166
+ <svg viewBox="0 0 24 24">
167
+ <defs>
168
+ <clipPath id="leftHalf"><rect x="0" y="0" width="12" height="24"/></clipPath>
169
+ </defs>
170
+ <path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z" class="star-grey"/>
171
+ <path d="M12 17.3L18.2 21l-1.6-7L22 9.2l-7.2-.6L12 2 9.2 8.6 2 9.2l5.5 4.8L5.8 21z" class="star-fill" clip-path="url(#leftHalf)"/>
172
+ </svg>
173
+ </div>
174
+ <small>Based on 322 ratings</small>
175
+ </div>
176
+
177
+ <!-- Actions -->
178
+ <div class="actions">
179
+ <div class="action">
180
+ <svg viewBox="0 0 24 24"><path d="M12 21.3l-1.5-1.3C5.4 15.4 2 12.3 2 8.5 2 5.4 4.4 3 7.5 3c1.7 0 3.4.8 4.5 2.1C13.1 3.8 14.8 3 16.5 3 19.6 3 22 5.4 22 8.5c0 3.8-3.4 6.9-8.6 11.6L12 21.3z" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
181
+ <span>66185</span>
182
+ </div>
183
+ <div class="action">
184
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v17l-6-4-6 4z" stroke-linejoin="round"/></svg>
185
+ <span>Save</span>
186
+ </div>
187
+ <div class="action">
188
+ <svg viewBox="0 0 24 24"><path d="M18 16.1c-1.2 0-2.2.5-3 1.2L9.9 14c.1-.3.1-.6.1-.9s0-.6-.1-.9l5-3.3c.8.8 1.8 1.2 3 1.2 2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4c0 .3 0 .6.1.9L8.1 9.8C7.4 8.9 6.3 8.4 5.2 8.4 3 8.4 1.2 10.2 1.2 12.4s1.8 4 4 4c1.1 0 2.2-.5 2.9-1.3l6.9 3.6c-.1.4-.1.7-.1 1.1 0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4z" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
189
+ <span>Share</span>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Author card -->
194
+ <div class="author-card">
195
+ <div class="author-row">
196
+ <div class="avatar">[IMG: Author avatar]</div>
197
+ <div class="author-info">
198
+ <div class="name">Mengting</div>
199
+ <div class="role">Founder at Kitchen Stories</div>
200
+ <div class="link">kitchenstories.com</div>
201
+ </div>
202
+ </div>
203
+ </div>
204
+ </div>
205
+
206
+ <div class="home-indicator"></div>
207
+ </div>
208
+ </body>
209
+ </html>
code/6350/6350_1.html ADDED
@@ -0,0 +1,361 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recipe - Ingredients</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
+ border-radius: 40px;
16
+ box-shadow: 0 20px 60px rgba(0,0,0,0.08);
17
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
18
+ color: #212121;
19
+ }
20
+
21
+ /* Status bar (simplified) */
22
+ .status {
23
+ height: 72px;
24
+ padding: 0 36px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ font-size: 28px;
29
+ color: #555;
30
+ }
31
+ .status .icons { display: flex; gap: 22px; align-items: center; }
32
+ .status .dot { width: 18px; height: 18px; background:#777; border-radius:50%; opacity:0.5; }
33
+
34
+ /* App bar */
35
+ .appbar {
36
+ height: 120px;
37
+ display: flex;
38
+ align-items: center;
39
+ padding: 0 36px;
40
+ border-bottom: 1px solid #E5E5E5;
41
+ position: relative;
42
+ }
43
+ .appbar .left { display: flex; align-items: center; gap: 18px; }
44
+ .appbar .right { margin-left: auto; display: flex; gap: 36px; align-items: center; }
45
+ .icon {
46
+ width: 56px; height: 56px;
47
+ }
48
+ .icon svg { width: 100%; height: 100%; stroke: #212121; stroke-width: 2.5; fill: none; }
49
+
50
+ /* Tabs */
51
+ .tabs {
52
+ height: 88px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: space-around;
56
+ border-bottom: 1px solid #E5E5E5;
57
+ font-size: 36px;
58
+ color: #3A3A3A;
59
+ }
60
+
61
+ /* Content */
62
+ .content {
63
+ padding: 0 48px;
64
+ }
65
+ .section-title {
66
+ font-size: 56px;
67
+ font-weight: 700;
68
+ margin: 72px 0 36px;
69
+ }
70
+
71
+ /* Servings row */
72
+ .servings-row {
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ margin-bottom: 30px;
77
+ }
78
+ .servings-row .label {
79
+ font-size: 42px;
80
+ font-weight: 700;
81
+ }
82
+ .stepper {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 28px;
86
+ }
87
+ .stepper .box {
88
+ width: 140px;
89
+ height: 110px;
90
+ border-radius: 24px;
91
+ background: #F8F1E9;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: center;
95
+ color: #2E2E2E;
96
+ font-size: 64px;
97
+ }
98
+ .stepper .value {
99
+ font-size: 52px;
100
+ font-weight: 600;
101
+ color: #222;
102
+ width: 100px;
103
+ text-align: center;
104
+ }
105
+
106
+ /* Ingredients grid */
107
+ .ingredients {
108
+ display: grid;
109
+ grid-template-columns: 220px 1fr;
110
+ row-gap: 22px;
111
+ column-gap: 28px;
112
+ font-size: 40px;
113
+ line-height: 1.35;
114
+ margin-top: 12px;
115
+ }
116
+ .ingredients .amount { color: #333; }
117
+ .ingredients .item { color: #222; }
118
+
119
+ /* Getir button */
120
+ .getir-wrap {
121
+ margin: 60px 0 40px;
122
+ }
123
+ .getir-btn {
124
+ display: inline-flex;
125
+ align-items: center;
126
+ gap: 28px;
127
+ padding: 28px 42px;
128
+ background: #5B3CEB;
129
+ color: #FFFFFF;
130
+ border: none;
131
+ border-radius: 60px;
132
+ font-size: 40px;
133
+ box-shadow: 0 8px 24px rgba(91,60,235,0.35);
134
+ cursor: pointer;
135
+ }
136
+ .getir-badge {
137
+ background: #F8D749;
138
+ color: #4A2CC0;
139
+ padding: 18px 28px;
140
+ border-radius: 40px;
141
+ font-weight: 800;
142
+ letter-spacing: 0.5px;
143
+ }
144
+
145
+ .divider { height: 1px; background: #E5E5E5; margin: 36px 0; }
146
+
147
+ /* Video cards */
148
+ .videos {
149
+ display: flex;
150
+ gap: 36px;
151
+ padding-bottom: 240px; /* room for overlaid CTA button */
152
+ }
153
+ .card {
154
+ width: 486px;
155
+ position: relative;
156
+ }
157
+ .thumb {
158
+ width: 100%;
159
+ height: 540px;
160
+ background: #E0E0E0;
161
+ border: 1px solid #BDBDBD;
162
+ border-radius: 36px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ color: #757575;
167
+ font-size: 34px;
168
+ }
169
+ .play {
170
+ position: absolute;
171
+ top: 200px;
172
+ left: 203px;
173
+ width: 80px;
174
+ height: 80px;
175
+ background: rgba(255,255,255,0.95);
176
+ border-radius: 50%;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: center;
180
+ box-shadow: 0 6px 18px rgba(0,0,0,0.15);
181
+ }
182
+ .play svg { width: 36px; height: 36px; fill: #3C3C3C; }
183
+
184
+ .card-title {
185
+ margin-top: 26px;
186
+ font-size: 44px;
187
+ font-weight: 600;
188
+ color: #222;
189
+ }
190
+ .card-meta {
191
+ margin-top: 10px;
192
+ font-size: 32px;
193
+ color: #666;
194
+ }
195
+
196
+ /* Start cooking CTA overlapping near bottom */
197
+ .cta {
198
+ position: absolute;
199
+ left: 50%;
200
+ transform: translateX(-50%);
201
+ top: 1860px;
202
+ width: 720px;
203
+ height: 120px;
204
+ border-radius: 60px;
205
+ background: #2F654F;
206
+ display: flex;
207
+ align-items: center;
208
+ justify-content: center;
209
+ color: #FFFFFF;
210
+ font-size: 42px;
211
+ font-weight: 700;
212
+ box-shadow: 0 10px 26px rgba(47,101,79,0.35);
213
+ }
214
+
215
+ /* Home indicator */
216
+ .home-indicator {
217
+ position: absolute;
218
+ bottom: 34px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 360px;
222
+ height: 12px;
223
+ border-radius: 8px;
224
+ background: #C2C2C2;
225
+ opacity: 0.8;
226
+ }
227
+
228
+ /* Subtle gray scrollbar hint on right */
229
+ .scrollbar {
230
+ position: absolute;
231
+ right: 20px;
232
+ top: 460px;
233
+ width: 16px;
234
+ height: 320px;
235
+ background: #EAEAEA;
236
+ border-radius: 10px;
237
+ }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+ <!-- Simplified status bar -->
243
+ <div class="status">
244
+ <div>10:38</div>
245
+ <div class="icons">
246
+ <div class="dot"></div>
247
+ <div class="dot"></div>
248
+ <div class="dot"></div>
249
+ </div>
250
+ </div>
251
+
252
+ <!-- App bar -->
253
+ <div class="appbar">
254
+ <div class="left">
255
+ <div class="icon" aria-label="Back">
256
+ <svg viewBox="0 0 48 48">
257
+ <path d="M30 8 L16 24 L30 40" stroke-linecap="round" stroke-linejoin="round"></path>
258
+ </svg>
259
+ </div>
260
+ </div>
261
+ <div class="right">
262
+ <div class="icon" aria-label="Favorite">
263
+ <svg viewBox="0 0 48 48">
264
+ <path d="M24 40s-12-7.5-16-13.5C4.5 21 7.5 14 14 14c4 0 6.5 2.5 10 6 3.5-3.5 6-6 10-6 6.5 0 9.5 7 6 12.5C36 32.5 24 40 24 40z" fill="none"></path>
265
+ </svg>
266
+ </div>
267
+ <div class="icon" aria-label="Bookmark">
268
+ <svg viewBox="0 0 48 48">
269
+ <path d="M14 8 H34 V40 L24 32 L14 40 Z" stroke-linejoin="round"></path>
270
+ </svg>
271
+ </div>
272
+ <div class="icon" aria-label="Share">
273
+ <svg viewBox="0 0 48 48">
274
+ <circle cx="12" cy="30" r="4"></circle>
275
+ <circle cx="36" cy="14" r="4"></circle>
276
+ <circle cx="36" cy="36" r="4"></circle>
277
+ <path d="M15 28 L32 18 M15 32 L32 32" stroke-linecap="round"></path>
278
+ </svg>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Tabs -->
284
+ <div class="tabs">
285
+ <div>Preparation</div>
286
+ <div>Baking</div>
287
+ <div>Resting</div>
288
+ </div>
289
+
290
+ <div class="content">
291
+ <div class="section-title">Ingredients</div>
292
+
293
+ <div class="servings-row">
294
+ <div class="label">12 Servings</div>
295
+ <div class="stepper">
296
+ <div class="box" aria-label="minus">−</div>
297
+ <div class="value">12</div>
298
+ <div class="box" aria-label="plus">+</div>
299
+ </div>
300
+ </div>
301
+
302
+ <div class="ingredients" aria-label="ingredients list">
303
+ <div class="amount">1½</div><div class="item">lemons (divided)</div>
304
+ <div class="amount">5</div><div class="item">eggs</div>
305
+ <div class="amount">1½ tsp</div><div class="item">vanilla sugar</div>
306
+ <div class="amount">300 g</div><div class="item">sugar</div>
307
+ <div class="amount">240 g</div><div class="item">butter</div>
308
+ <div class="amount">300 g</div><div class="item">flour</div>
309
+ <div class="amount">2 tbsp</div><div class="item">baking powder</div>
310
+ <div class="amount">300 g</div><div class="item">blueberries (divided)</div>
311
+ <div class="amount">125 g</div><div class="item">confectioner’s sugar</div>
312
+ <div class="amount"></div><div class="item">salt</div>
313
+ </div>
314
+
315
+ <div class="getir-wrap">
316
+ <button class="getir-btn">
317
+ <span class="getir-badge">getir</span>
318
+ <span>Order ingredients</span>
319
+ </button>
320
+ </div>
321
+
322
+ <div class="divider"></div>
323
+
324
+ <div class="videos">
325
+ <!-- Card 1 -->
326
+ <div class="card">
327
+ <div class="thumb">[IMG: Ingredients laid out with lemons & glaze]</div>
328
+ <div class="play">
329
+ <svg viewBox="0 0 36 36">
330
+ <polygon points="12,8 28,18 12,28"></polygon>
331
+ </svg>
332
+ </div>
333
+ <div class="card-title">Quick sugar glaze</div>
334
+ <div class="card-meta">1:11 min · 214K views</div>
335
+ </div>
336
+
337
+ <!-- Card 2 -->
338
+ <div class="card">
339
+ <div class="thumb">[IMG: Zest citrus fruits with grater]</div>
340
+ <div class="play">
341
+ <svg viewBox="0 0 36 36">
342
+ <polygon points="12,8 28,18 12,28"></polygon>
343
+ </svg>
344
+ </div>
345
+ <div class="card-title">Zest citrus fruit</div>
346
+ <div class="card-meta">0:59 min · 358K views</div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+
351
+ <!-- Overlaid CTA -->
352
+ <div class="cta">Start cooking!</div>
353
+
354
+ <!-- Right-side subtle scrollbar hint -->
355
+ <div class="scrollbar"></div>
356
+
357
+ <!-- Home indicator -->
358
+ <div class="home-indicator"></div>
359
+ </div>
360
+ </body>
361
+ </html>
code/6350/6350_2.html ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recipe - Ingredients Screen</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 24px;
16
+ box-shadow: 0 2px 18px rgba(0,0,0,0.08);
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ height: 90px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-weight: 600;
27
+ font-size: 36px;
28
+ color: #2b2b2b;
29
+ }
30
+ .status-right {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 24px;
34
+ color: #2b2b2b;
35
+ }
36
+ .status-icon {
37
+ width: 36px;
38
+ height: 36px;
39
+ border-radius: 6px;
40
+ background: #E0E0E0;
41
+ border: 1px solid #BDBDBD;
42
+ }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ height: 140px;
47
+ padding: 0 36px;
48
+ display: flex;
49
+ align-items: center;
50
+ justify-content: space-between;
51
+ border-bottom: 1px solid #E6E6E6;
52
+ background: #fff;
53
+ }
54
+ .app-left { display: flex; align-items: center; gap: 24px; }
55
+ .app-right { display: flex; align-items: center; gap: 48px; }
56
+ .icon-btn svg { width: 64px; height: 64px; stroke: #212121; stroke-width: 2.5; fill: none; }
57
+
58
+ /* Tabs */
59
+ .tabs {
60
+ height: 110px;
61
+ display: flex;
62
+ align-items: center;
63
+ justify-content: space-around;
64
+ border-bottom: 1px solid #EAEAEA;
65
+ font-size: 40px;
66
+ color: #2e2e2e;
67
+ }
68
+
69
+ /* Content */
70
+ .content {
71
+ padding: 40px 54px;
72
+ }
73
+ .section-title {
74
+ font-size: 64px;
75
+ font-weight: 700;
76
+ margin: 10px 0 30px;
77
+ }
78
+
79
+ /* Servings row */
80
+ .servings-row {
81
+ display: flex;
82
+ align-items: center;
83
+ justify-content: space-between;
84
+ margin-bottom: 28px;
85
+ }
86
+ .servings-label {
87
+ font-size: 48px;
88
+ font-weight: 700;
89
+ }
90
+ .servings-controls {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 24px;
94
+ color: #2e2e2e;
95
+ }
96
+ .qty-btn {
97
+ width: 140px;
98
+ height: 110px;
99
+ border-radius: 28px;
100
+ background: #FBF4EB;
101
+ display: flex;
102
+ align-items: center;
103
+ justify-content: center;
104
+ font-size: 64px;
105
+ color: #2e2e2e;
106
+ border: 1px solid #F2E7DB;
107
+ }
108
+ .qty-value { font-size: 58px; font-weight: 600; min-width: 60px; text-align: center; }
109
+
110
+ /* Ingredients list */
111
+ .ingredients {
112
+ display: grid;
113
+ grid-template-columns: 220px 1fr;
114
+ row-gap: 26px;
115
+ column-gap: 30px;
116
+ font-size: 44px;
117
+ line-height: 1.25;
118
+ margin-top: 20px;
119
+ }
120
+ .measure { text-align: right; color: #2e2e2e; }
121
+ .item { color: #2e2e2e; }
122
+
123
+ /* CTA button */
124
+ .cta {
125
+ margin: 70px auto 60px;
126
+ width: 860px;
127
+ height: 120px;
128
+ border-radius: 60px;
129
+ background: #5F3DCC; /* getir purple */
130
+ display: flex;
131
+ align-items: center;
132
+ justify-content: center;
133
+ gap: 28px;
134
+ box-shadow: 0 8px 20px rgba(95,61,204,0.25);
135
+ color: #fff;
136
+ font-size: 44px;
137
+ font-weight: 700;
138
+ }
139
+ .cta .brand {
140
+ color: #FFD24A; /* getir yellow */
141
+ font-weight: 800;
142
+ font-size: 52px;
143
+ }
144
+ .divider {
145
+ height: 2px;
146
+ background: #EAEAEA;
147
+ margin: 30px 0 24px;
148
+ }
149
+
150
+ /* Video cards row */
151
+ .video-row {
152
+ display: flex;
153
+ gap: 36px;
154
+ padding: 0 6px;
155
+ }
156
+ .card {
157
+ width: 480px;
158
+ border-radius: 36px;
159
+ overflow: hidden;
160
+ background: #fff;
161
+ }
162
+ .thumb {
163
+ width: 100%;
164
+ height: 360px;
165
+ background: #E0E0E0;
166
+ border: 1px solid #BDBDBD;
167
+ border-radius: 36px;
168
+ display: flex;
169
+ align-items: center;
170
+ justify-content: center;
171
+ color: #757575;
172
+ position: relative;
173
+ }
174
+ .play {
175
+ position: absolute;
176
+ width: 120px;
177
+ height: 120px;
178
+ border-radius: 60px;
179
+ background: rgba(255,255,255,0.88);
180
+ border: 6px solid rgba(255,255,255,0.9);
181
+ display: flex;
182
+ align-items: center;
183
+ justify-content: center;
184
+ }
185
+ .play svg { width: 60px; height: 60px; fill: #333; }
186
+ .card-title {
187
+ font-size: 48px;
188
+ font-weight: 600;
189
+ margin: 22px 20px 8px;
190
+ }
191
+ .card-meta {
192
+ font-size: 36px;
193
+ color: #6f6f6f;
194
+ margin: 0 20px 24px;
195
+ }
196
+
197
+ /* Floating start cooking bar */
198
+ .cook-bar {
199
+ position: absolute;
200
+ left: 140px;
201
+ bottom: 420px;
202
+ width: 800px;
203
+ height: 120px;
204
+ border-radius: 60px;
205
+ background: #265D45;
206
+ color: #fff;
207
+ display: flex;
208
+ align-items: center;
209
+ justify-content: center;
210
+ font-size: 48px;
211
+ font-weight: 700;
212
+ box-shadow: 0 10px 20px rgba(38,93,69,0.35);
213
+ }
214
+
215
+ /* Home indicator */
216
+ .home-indicator {
217
+ position: absolute;
218
+ bottom: 72px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 220px;
222
+ height: 16px;
223
+ background: #CFCFCF;
224
+ border-radius: 8px;
225
+ }
226
+ </style>
227
+ </head>
228
+ <body>
229
+ <div id="render-target">
230
+
231
+ <!-- Status bar -->
232
+ <div class="status-bar">
233
+ <div>10:38</div>
234
+ <div class="status-right">
235
+ <div class="status-icon" title="[Status: Notifications]"></div>
236
+ <div class="status-icon" title="[Status: Weather]"></div>
237
+ <div style="font-size:32px;">📶</div>
238
+ <div style="font-size:32px;">🔋</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- App bar -->
243
+ <div class="app-bar">
244
+ <div class="app-left">
245
+ <div class="icon-btn" aria-label="Back">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M15 18l-6-6 6-6" stroke-linecap="round" stroke-linejoin="round"></path>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ <div class="app-right">
252
+ <div class="icon-btn" aria-label="Favorite">
253
+ <svg viewBox="0 0 24 24">
254
+ <path d="M12 20s-7-4.5-7-9a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 4.5-7 9-11 9z" stroke-linecap="round" stroke-linejoin="round"></path>
255
+ </svg>
256
+ </div>
257
+ <div class="icon-btn" aria-label="Bookmark">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M6 3h12v18l-6-4-6 4V3z" stroke-linecap="round" stroke-linejoin="round"></path>
260
+ </svg>
261
+ </div>
262
+ <div class="icon-btn" aria-label="Share">
263
+ <svg viewBox="0 0 24 24">
264
+ <circle cx="6" cy="12" r="2"></circle>
265
+ <circle cx="18" cy="6" r="2"></circle>
266
+ <circle cx="18" cy="18" r="2"></circle>
267
+ <path d="M8 12l8-6M8 12l8 6" stroke-linecap="round"></path>
268
+ </svg>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ <!-- Tabs -->
274
+ <div class="tabs">
275
+ <div>Preparation</div>
276
+ <div>Baking</div>
277
+ <div>Resting</div>
278
+ </div>
279
+
280
+ <!-- Main content -->
281
+ <div class="content">
282
+ <div class="section-title">Ingredients</div>
283
+
284
+ <div class="servings-row">
285
+ <div class="servings-label">12 Servings</div>
286
+ <div class="servings-controls">
287
+ <div class="qty-btn">−</div>
288
+ <div class="qty-value">12</div>
289
+ <div class="qty-btn">+</div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="ingredients">
294
+ <div class="measure">1½</div><div class="item">lemons (divided)</div>
295
+ <div class="measure">5</div><div class="item">eggs</div>
296
+ <div class="measure">1½ tsp</div><div class="item">vanilla sugar</div>
297
+ <div class="measure">300 g</div><div class="item">sugar</div>
298
+ <div class="measure">240 g</div><div class="item">butter</div>
299
+ <div class="measure">300 g</div><div class="item">flour</div>
300
+ <div class="measure">2 tbsp</div><div class="item">baking powder</div>
301
+ <div class="measure">300 g</div><div class="item">blueberries (divided)</div>
302
+ <div class="measure">125 g</div><div class="item">confectioner’s sugar</div>
303
+ <div class="measure">&nbsp;</div><div class="item">salt</div>
304
+ </div>
305
+
306
+ <div class="cta">
307
+ <span class="brand">getir</span>
308
+ <span>Order ingredients</span>
309
+ </div>
310
+
311
+ <div class="divider"></div>
312
+
313
+ <div class="video-row">
314
+ <div class="card">
315
+ <div class="thumb">
316
+ [IMG: Video thumbnail - sugar & lemons]
317
+ <div class="play">
318
+ <svg viewBox="0 0 24 24"><path d="M8 5l11 7-11 7z"></path></svg>
319
+ </div>
320
+ </div>
321
+ <div class="card-title">Quick sugar icing</div>
322
+ <div class="card-meta">1:11 min · 214K views</div>
323
+ </div>
324
+
325
+ <div class="card">
326
+ <div class="thumb">
327
+ [IMG: Video thumbnail - citrus & grater]
328
+ <div class="play">
329
+ <svg viewBox="0 0 24 24"><path d="M8 5l11 7-11 7z"></path></svg>
330
+ </div>
331
+ </div>
332
+ <div class="card-title">Zest citrus tips</div>
333
+ <div class="card-meta">0:59 min · 358K views</div>
334
+ </div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Floating Start Cooking bar -->
339
+ <div class="cook-bar">Start cooking!</div>
340
+
341
+ <!-- Home indicator -->
342
+ <div class="home-indicator"></div>
343
+ </div>
344
+ </body>
345
+ </html>
code/6350/6350_3.html ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Recipe Detail - UI Mock</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
+ /* Status bar */
24
+ .status-bar {
25
+ height: 90px;
26
+ padding: 0 40px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #333;
31
+ font-size: 38px;
32
+ }
33
+ .status-right {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 20px;
37
+ }
38
+ .status-icon {
39
+ width: 40px;
40
+ height: 40px;
41
+ }
42
+
43
+ /* Top app bar */
44
+ .app-bar {
45
+ height: 130px;
46
+ display: flex;
47
+ align-items: center;
48
+ justify-content: space-between;
49
+ padding: 0 34px;
50
+ border-bottom: 1px solid #E5E5E5;
51
+ background: #fff;
52
+ }
53
+ .app-left, .app-right {
54
+ display: flex;
55
+ align-items: center;
56
+ }
57
+ .app-right {
58
+ gap: 44px;
59
+ }
60
+ .icon-btn {
61
+ width: 60px;
62
+ height: 60px;
63
+ }
64
+ .icon-stroke {
65
+ stroke: #111;
66
+ fill: none;
67
+ stroke-width: 4.5;
68
+ stroke-linecap: round;
69
+ stroke-linejoin: round;
70
+ }
71
+
72
+ /* Content */
73
+ .content {
74
+ padding: 20px 54px 120px 54px;
75
+ }
76
+
77
+ .section-title {
78
+ font-weight: 700;
79
+ font-size: 56px;
80
+ margin: 40px 0 26px 0;
81
+ }
82
+
83
+ .nutrition-grid {
84
+ display: grid;
85
+ grid-template-columns: repeat(4, 1fr);
86
+ gap: 20px;
87
+ padding-bottom: 28px;
88
+ border-bottom: 1px solid #DADADA;
89
+ }
90
+ .nutri-item {
91
+ display: flex;
92
+ flex-direction: column;
93
+ gap: 8px;
94
+ }
95
+ .nutri-label {
96
+ font-size: 40px;
97
+ color: #4b4b4b;
98
+ }
99
+ .nutri-value {
100
+ font-size: 48px;
101
+ font-weight: 600;
102
+ color: #222;
103
+ }
104
+
105
+ .step-header {
106
+ margin: 0 -54px 0 -54px;
107
+ background: #F3F3F3;
108
+ padding: 36px 54px;
109
+ font-size: 48px;
110
+ font-weight: 800;
111
+ letter-spacing: 1px;
112
+ }
113
+
114
+ .image-placeholder {
115
+ width: 100%;
116
+ height: 900px;
117
+ background: #E0E0E0;
118
+ border: 1px solid #BDBDBD;
119
+ display: flex;
120
+ align-items: center;
121
+ justify-content: center;
122
+ color: #757575;
123
+ font-size: 44px;
124
+ margin: 0 -1px; /* align border with container edges */
125
+ box-sizing: border-box;
126
+ }
127
+
128
+ .list-row {
129
+ display: flex;
130
+ align-items: flex-start;
131
+ gap: 24px;
132
+ padding: 30px 0;
133
+ font-size: 44px;
134
+ line-height: 64px;
135
+ border-bottom: 1px solid #EFEFEF;
136
+ }
137
+ .list-icon {
138
+ width: 64px;
139
+ height: 64px;
140
+ flex: 0 0 64px;
141
+ }
142
+
143
+ .paragraph {
144
+ font-size: 42px;
145
+ color: #333;
146
+ margin-top: 30px;
147
+ line-height: 64px;
148
+ }
149
+
150
+ /* Floating CTA */
151
+ .cta {
152
+ position: absolute;
153
+ left: 50%;
154
+ bottom: 420px;
155
+ transform: translateX(-50%);
156
+ background: #2F6E57;
157
+ color: #fff;
158
+ font-size: 46px;
159
+ font-weight: 600;
160
+ padding: 28px 64px;
161
+ border-radius: 999px;
162
+ box-shadow: 0 8px 20px rgba(47,110,87,0.25);
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <!-- Status Bar -->
170
+ <div class="status-bar">
171
+ <div>10:38</div>
172
+ <div class="status-right">
173
+ <!-- Simple mail dot -->
174
+ <svg class="status-icon" viewBox="0 0 24 24">
175
+ <rect x="3" y="5" width="18" height="14" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"></rect>
176
+ <path d="M3 7 L12 12 L21 7" fill="none" stroke="#555" stroke-width="2"></path>
177
+ </svg>
178
+ <!-- Sun/weather -->
179
+ <svg class="status-icon" viewBox="0 0 24 24">
180
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#555" stroke-width="2"></circle>
181
+ <path d="M12 1 V4 M12 20 V23 M1 12 H4 M20 12 H23 M4.7 4.7 L6.8 6.8 M17.2 17.2 L19.3 19.3 M17.2 6.8 L19.3 4.7 M4.7 19.3 L6.8 17.2" stroke="#555" stroke-width="2" fill="none"></path>
182
+ </svg>
183
+ <!-- Wi-Fi -->
184
+ <svg class="status-icon" viewBox="0 0 24 24">
185
+ <path d="M2 9 C8 3,16 3,22 9" class="icon-stroke"></path>
186
+ <path d="M5 12 C10 7,14 7,19 12" class="icon-stroke"></path>
187
+ <circle cx="12" cy="17" r="2" fill="#555"></circle>
188
+ </svg>
189
+ <!-- Battery -->
190
+ <svg class="status-icon" viewBox="0 0 28 24">
191
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#555" stroke-width="2"></rect>
192
+ <rect x="4" y="8" width="14" height="8" fill="#555"></rect>
193
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#555"></rect>
194
+ </svg>
195
+ </div>
196
+ </div>
197
+
198
+ <!-- App Bar -->
199
+ <div class="app-bar">
200
+ <div class="app-left">
201
+ <svg class="icon-btn" viewBox="0 0 24 24">
202
+ <path d="M15 4 L7 12 L15 20" class="icon-stroke"></path>
203
+ </svg>
204
+ </div>
205
+ <div class="app-right">
206
+ <!-- Heart -->
207
+ <svg class="icon-btn" viewBox="0 0 24 24">
208
+ <path d="M12 20 L5 13 C2 10,4 5,8 5 C10 5,12 7,12 7 C12 7,14 5,16 5 C20 5,22 10,19 13 L12 20" class="icon-stroke"></path>
209
+ </svg>
210
+ <!-- Bookmark -->
211
+ <svg class="icon-btn" viewBox="0 0 24 24">
212
+ <path d="M6 4 H18 V20 L12 16 L6 20 Z" class="icon-stroke"></path>
213
+ </svg>
214
+ <!-- Share -->
215
+ <svg class="icon-btn" viewBox="0 0 24 24">
216
+ <circle cx="6" cy="12" r="2" stroke="#111" stroke-width="3" fill="none"></circle>
217
+ <circle cx="18" cy="6" r="2" stroke="#111" stroke-width="3" fill="none"></circle>
218
+ <circle cx="18" cy="18" r="2" stroke="#111" stroke-width="3" fill="none"></circle>
219
+ <path d="M8 12 L16 7 M8 12 L16 17" class="icon-stroke"></path>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+
224
+ <div class="content">
225
+ <div class="section-title">Nutrition per serving</div>
226
+ <div class="nutrition-grid">
227
+ <div class="nutri-item">
228
+ <div class="nutri-label">Cal</div>
229
+ <div class="nutri-value">437</div>
230
+ </div>
231
+ <div class="nutri-item">
232
+ <div class="nutri-label">Protein</div>
233
+ <div class="nutri-value">6 g</div>
234
+ </div>
235
+ <div class="nutri-item">
236
+ <div class="nutri-label">Fat</div>
237
+ <div class="nutri-value">20 g</div>
238
+ </div>
239
+ <div class="nutri-item">
240
+ <div class="nutri-label">Carb</div>
241
+ <div class="nutri-value">60 g</div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="step-header">STEP 1/6</div>
246
+
247
+ <div class="image-placeholder">[IMG: Lemon squeezing into mixer]</div>
248
+
249
+ <div class="list-row">
250
+ <svg class="list-icon" viewBox="0 0 24 24">
251
+ <path d="M4 10 H20 L18 20 H6 Z" class="icon-stroke"></path>
252
+ <path d="M8 10 L12 4 L16 10" class="icon-stroke"></path>
253
+ </svg>
254
+ <div>lemon – 5 • eggs – 1½ tsp vanilla sugar • 300 g sugar • salt</div>
255
+ </div>
256
+
257
+ <div class="list-row">
258
+ <svg class="list-icon" viewBox="0 0 24 24">
259
+ <path d="M4 10 H20 V14 H4 Z" class="icon-stroke"></path>
260
+ <path d="M6 8 H18 V10 H6 Z" class="icon-stroke"></path>
261
+ </svg>
262
+ <div>zest lemon; prepare mixer and bowl; gather tools</div>
263
+ </div>
264
+
265
+ <div class="paragraph">
266
+ Preheat oven to 170°C / 350°F. Zest lemon, reserving juice. Cream sugar with eggs, then add vanilla sugar and a pinch of salt. Continue following the steps shown below to finish the batter and bake.
267
+ </div>
268
+ </div>
269
+
270
+ <div class="cta">Start cooking!</div>
271
+
272
+ </div>
273
+ </body>
274
+ </html>
code/6350/6350_4.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Cooking Steps UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Top system status bar */
18
+ .statusbar {
19
+ height: 110px;
20
+ padding: 0 40px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #1f1f1f;
25
+ font-size: 38px;
26
+ }
27
+ .status-icons { display: flex; gap: 28px; align-items: center; }
28
+ .status-icons svg { width: 44px; height: 44px; color: #4a4a4a; }
29
+
30
+ /* App bar */
31
+ .appbar {
32
+ height: 140px;
33
+ padding: 0 32px;
34
+ border-bottom: 1px solid #e9e9e9;
35
+ display: flex;
36
+ align-items: center;
37
+ justify-content: space-between;
38
+ color: #1e1e1e;
39
+ background: #fff;
40
+ }
41
+ .appbar-left { display: flex; align-items: center; gap: 16px; }
42
+ .appbar-left .back { width: 64px; height: 64px; color: #333; }
43
+ .appbar-actions { display: flex; gap: 40px; align-items: center; }
44
+ .appbar-actions svg { width: 62px; height: 62px; color: #222; }
45
+
46
+ /* Step header */
47
+ .step-header {
48
+ background: #f0f0f0;
49
+ color: #2c2c2c;
50
+ font-weight: 700;
51
+ font-size: 44px;
52
+ letter-spacing: 0.5px;
53
+ padding: 32px 40px;
54
+ border-top: 1px solid #e6e6e6;
55
+ border-bottom: 1px solid #e6e6e6;
56
+ }
57
+
58
+ /* Image placeholder */
59
+ .image-banner {
60
+ width: 100%;
61
+ height: 860px;
62
+ background: #E0E0E0;
63
+ border: 1px solid #BDBDBD;
64
+ display: flex;
65
+ align-items: center;
66
+ justify-content: center;
67
+ color: #757575;
68
+ font-size: 36px;
69
+ }
70
+
71
+ /* Content area under image */
72
+ .content {
73
+ padding: 40px;
74
+ color: #212121;
75
+ }
76
+ .row {
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 28px;
80
+ margin: 16px 0 24px 0;
81
+ }
82
+ .row svg { width: 60px; height: 60px; color: #2e2e2e; }
83
+ .row .text-main {
84
+ font-size: 48px;
85
+ font-weight: 500;
86
+ }
87
+ .row .text-sub {
88
+ font-size: 44px;
89
+ font-weight: 400;
90
+ color: #444;
91
+ }
92
+ .desc {
93
+ margin-top: 26px;
94
+ font-size: 36px;
95
+ line-height: 54px;
96
+ color: #333;
97
+ }
98
+
99
+ /* Next step preview */
100
+ .step3-preview {
101
+ background: #f0f0f0;
102
+ color: #2c2c2c;
103
+ font-weight: 700;
104
+ font-size: 44px;
105
+ letter-spacing: 0.5px;
106
+ padding: 32px 40px;
107
+ border-top: 1px solid #e6e6e6;
108
+ border-bottom: 1px solid #e6e6e6;
109
+ }
110
+ .image-banner.small {
111
+ height: 420px;
112
+ font-size: 34px;
113
+ }
114
+
115
+ /* CTA button */
116
+ .cta-wrap {
117
+ position: relative;
118
+ padding: 40px;
119
+ }
120
+ .cta-button {
121
+ width: 820px;
122
+ height: 120px;
123
+ background: #2F6B56;
124
+ color: #ffffff;
125
+ border-radius: 60px;
126
+ box-shadow: 0 6px 16px rgba(47, 107, 86, 0.35);
127
+ display: flex;
128
+ align-items: center;
129
+ justify-content: center;
130
+ font-size: 40px;
131
+ font-weight: 600;
132
+ margin: 20px auto;
133
+ }
134
+ </style>
135
+ </head>
136
+ <body>
137
+ <div id="render-target">
138
+
139
+ <!-- Status bar -->
140
+ <div class="statusbar">
141
+ <div class="time">10:38</div>
142
+ <div class="status-icons">
143
+ <!-- WiFi icon -->
144
+ <svg viewBox="0 0 100 100">
145
+ <path d="M14 36c18-14 54-14 72 0" stroke="currentColor" stroke-width="8" fill="none" stroke-linecap="round"/>
146
+ <path d="M26 50c12-10 36-10 48 0" stroke="currentColor" stroke-width="8" fill="none" stroke-linecap="round"/>
147
+ <path d="M40 64c6-6 14-6 20 0" stroke="currentColor" stroke-width="8" fill="none" stroke-linecap="round"/>
148
+ <circle cx="50" cy="76" r="6" fill="currentColor"/>
149
+ </svg>
150
+ <!-- Battery icon -->
151
+ <svg viewBox="0 0 100 100">
152
+ <rect x="12" y="30" width="68" height="40" rx="8" ry="8" stroke="currentColor" stroke-width="8" fill="none"/>
153
+ <rect x="84" y="40" width="8" height="20" rx="2" fill="currentColor"/>
154
+ <rect x="18" y="36" width="40" height="28" fill="currentColor"/>
155
+ </svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- App bar -->
160
+ <div class="appbar">
161
+ <div class="appbar-left">
162
+ <!-- Back arrow -->
163
+ <svg class="back" viewBox="0 0 100 100">
164
+ <polyline points="60,20 30,50 60,80" stroke="currentColor" stroke-width="10" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
165
+ </svg>
166
+ </div>
167
+ <div class="appbar-actions">
168
+ <!-- Heart outline -->
169
+ <svg viewBox="0 0 100 100">
170
+ <path d="M50 82 L22 54 C12 44 14 28 28 24 C38 21 46 26 50 32 C54 26 62 21 72 24 C86 28 88 44 78 54 L50 82Z"
171
+ stroke="currentColor" stroke-width="6" fill="none" stroke-linejoin="round"/>
172
+ </svg>
173
+ <!-- Bookmark outline -->
174
+ <svg viewBox="0 0 100 100">
175
+ <path d="M28 18 H72 V92 L50 76 L28 92 Z" stroke="currentColor" stroke-width="6" fill="none" stroke-linejoin="round"/>
176
+ </svg>
177
+ <!-- Share icon -->
178
+ <svg viewBox="0 0 100 100">
179
+ <circle cx="26" cy="34" r="8" stroke="currentColor" stroke-width="6" fill="none"/>
180
+ <circle cx="74" cy="24" r="8" stroke="currentColor" stroke-width="6" fill="none"/>
181
+ <circle cx="74" cy="76" r="8" stroke="currentColor" stroke-width="6" fill="none"/>
182
+ <path d="M34 36 L66 26 M34 40 L66 72" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- Step header -->
188
+ <div class="step-header">STEP 2/6</div>
189
+
190
+ <!-- Main image -->
191
+ <div class="image-banner">[IMG: Melting butter in red pot]</div>
192
+
193
+ <!-- Content details -->
194
+ <div class="content">
195
+ <div class="row">
196
+ <!-- Basket icon -->
197
+ <svg viewBox="0 0 100 100">
198
+ <path d="M22 44 H78 V72 H22 Z" stroke="currentColor" stroke-width="6" fill="none"/>
199
+ <path d="M30 44 C30 28 70 28 70 44" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
200
+ <path d="M36 44 L36 36 M64 44 L64 36" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
201
+ </svg>
202
+ <div class="text-main">240 g butter</div>
203
+ </div>
204
+
205
+ <div class="row">
206
+ <!-- Saucepan icon -->
207
+ <svg viewBox="0 0 100 100">
208
+ <path d="M20 60 H80 V80 H20 Z" stroke="currentColor" stroke-width="6" fill="none"/>
209
+ <path d="M30 50 H70" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
210
+ <path d="M16 68 H20" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
211
+ <path d="M80 68 H88" stroke="currentColor" stroke-width="6" fill="none" stroke-linecap="round"/>
212
+ </svg>
213
+ <div class="text-sub">small saucepan</div>
214
+ </div>
215
+
216
+ <div class="desc">
217
+ In a small saucepan, melt butter over low heat. Once it is molten and at a lukewarm temperature, carefully beat into batter.
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Next step header -->
222
+ <div class="step3-preview">STEP 3/6</div>
223
+
224
+ <!-- Partial next image -->
225
+ <div class="image-banner small">[IMG: Next step photo preview]</div>
226
+
227
+ <!-- CTA -->
228
+ <div class="cta-wrap">
229
+ <div class="cta-button">Start cooking!</div>
230
+ </div>
231
+
232
+ </div>
233
+ </body>
234
+ </html>
code/6350/6350_5.html ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recipe Steps</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: "SF Pro Text", "Inter", system-ui, -apple-system, Arial, sans-serif;
16
+ color: #111;
17
+ }
18
+
19
+ .status-bar {
20
+ height: 90px;
21
+ padding: 0 30px;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ color: #333;
26
+ font-weight: 600;
27
+ font-size: 34px;
28
+ }
29
+ .status-right { display: flex; align-items: center; gap: 22px; }
30
+ .status-right svg { stroke: #3a3a3a; fill: none; stroke-width: 3; }
31
+
32
+ .appbar {
33
+ height: 100px;
34
+ display: flex;
35
+ align-items: center;
36
+ justify-content: space-between;
37
+ padding: 0 30px;
38
+ }
39
+ .app-actions { display: flex; align-items: center; gap: 36px; }
40
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
41
+ .icon-btn svg { stroke: #1c1c1c; fill: none; stroke-width: 3.5; }
42
+
43
+ .step-title {
44
+ background: #EFEFEF;
45
+ padding: 0 36px;
46
+ height: 120px;
47
+ display: flex;
48
+ align-items: center;
49
+ font-weight: 800;
50
+ letter-spacing: 1px;
51
+ font-size: 44px;
52
+ }
53
+
54
+ .image-placeholder {
55
+ width: 100%;
56
+ height: 380px;
57
+ background: #E0E0E0;
58
+ border: 1px solid #BDBDBD;
59
+ display: flex;
60
+ justify-content: center;
61
+ align-items: center;
62
+ color: #757575;
63
+ font-size: 32px;
64
+ }
65
+
66
+ .content {
67
+ padding: 30px 36px;
68
+ font-size: 36px;
69
+ color: #222;
70
+ }
71
+ .row { display: flex; gap: 24px; align-items: flex-start; margin: 24px 0; }
72
+ .row .text { flex: 1; line-height: 48px; }
73
+ .row svg { width: 54px; height: 54px; stroke: #2a2a2a; fill: none; stroke-width: 3.5; }
74
+
75
+ .desc {
76
+ font-size: 34px;
77
+ color: #444;
78
+ line-height: 52px;
79
+ margin-top: 10px;
80
+ }
81
+
82
+ .step-title + .image-placeholder.large { height: 760px; }
83
+
84
+ .cta {
85
+ position: absolute;
86
+ bottom: 120px;
87
+ left: 50%;
88
+ transform: translateX(-50%);
89
+ width: 780px;
90
+ height: 120px;
91
+ background: #2F6D50;
92
+ color: #fff;
93
+ border-radius: 60px;
94
+ display: flex;
95
+ align-items: center;
96
+ justify-content: center;
97
+ font-size: 40px;
98
+ font-weight: 700;
99
+ box-shadow: 0 8px 24px rgba(0,0,0,0.18);
100
+ }
101
+
102
+ .home-indicator {
103
+ position: absolute;
104
+ bottom: 40px;
105
+ left: 50%;
106
+ transform: translateX(-50%);
107
+ width: 360px;
108
+ height: 16px;
109
+ background: #d3d3d3;
110
+ border-radius: 8px;
111
+ }
112
+ </style>
113
+ </head>
114
+ <body>
115
+ <div id="render-target">
116
+
117
+ <!-- Status bar -->
118
+ <div class="status-bar">
119
+ <div>10:38</div>
120
+ <div class="status-right">
121
+ <!-- Wi‑Fi -->
122
+ <svg width="42" height="42" viewBox="0 0 42 42">
123
+ <path d="M7 16c7-6 21-6 28 0"/>
124
+ <path d="M12 21c5-4 13-4 18 0"/>
125
+ <path d="M17 26c3-2 7-2 10 0"/>
126
+ <circle cx="22" cy="31" r="2.5" fill="#3a3a3a" stroke="none"/>
127
+ </svg>
128
+ <!-- Battery -->
129
+ <svg width="42" height="42" viewBox="0 0 42 42">
130
+ <rect x="6" y="13" width="26" height="16" rx="3"></rect>
131
+ <rect x="33" y="17" width="4" height="8" rx="1.5"></rect>
132
+ <rect x="9" y="16" width="20" height="10" rx="2" fill="#3a3a3a" stroke="none"></rect>
133
+ </svg>
134
+ </div>
135
+ </div>
136
+
137
+ <!-- App bar -->
138
+ <div class="appbar">
139
+ <!-- Back -->
140
+ <div class="icon-btn">
141
+ <svg width="48" height="48" viewBox="0 0 48 48">
142
+ <path d="M30 10 L18 24 L30 38" stroke-linecap="round" stroke-linejoin="round"></path>
143
+ </svg>
144
+ </div>
145
+
146
+ <div class="app-actions">
147
+ <!-- Heart -->
148
+ <div class="icon-btn">
149
+ <svg width="52" height="52" viewBox="0 0 52 52">
150
+ <path d="M26 42s-12-8-16-15c-4-7 1-15 9-15 4 0 7 2 7 5 0-3 3-5 7-5 8 0 13 8 9 15-4 7-16 15-16 15z" stroke-linejoin="round"></path>
151
+ </svg>
152
+ </div>
153
+ <!-- Bookmark -->
154
+ <div class="icon-btn">
155
+ <svg width="52" height="52" viewBox="0 0 52 52">
156
+ <path d="M16 10h20v30l-10-6-10 6z" stroke-linejoin="round"></path>
157
+ </svg>
158
+ </div>
159
+ <!-- Share -->
160
+ <div class="icon-btn">
161
+ <svg width="52" height="52" viewBox="0 0 52 52">
162
+ <circle cx="14" cy="26" r="3"></circle>
163
+ <circle cx="34" cy="16" r="3"></circle>
164
+ <circle cx="34" cy="36" r="3"></circle>
165
+ <path d="M17 26 L31 18" stroke-linecap="round"></path>
166
+ <path d="M17 26 L31 34" stroke-linecap="round"></path>
167
+ </svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Step 3/6 -->
173
+ <div class="step-title">STEP 3/6</div>
174
+ <div class="image-placeholder">[IMG: Blueberries mixed into batter]</div>
175
+
176
+ <div class="content">
177
+ <div class="row">
178
+ <!-- Basket / ingredients -->
179
+ <svg viewBox="0 0 48 48">
180
+ <path d="M10 20h28l-3 16H13z"></path>
181
+ <path d="M17 20l-5-8M31 20l5-8" stroke-linecap="round"></path>
182
+ </svg>
183
+ <div class="text">300 g flour – 2 tbsp baking powder – 200 g<br>blueberries</div>
184
+ </div>
185
+
186
+ <div class="row">
187
+ <!-- Pot / tool -->
188
+ <svg viewBox="0 0 48 48">
189
+ <rect x="10" y="20" width="28" height="16" rx="3"></rect>
190
+ <path d="M14 18h20l-2-4H16z"></path>
191
+ <path d="M8 24h4M36 24h4" stroke-linecap="round"></path>
192
+ </svg>
193
+ <div class="text">stand mixer</div>
194
+ </div>
195
+
196
+ <div class="desc">
197
+ Set aside some of the blueberries for garnish. Use a little bit of flour to coat blueberries. Now add flour, baking powder, and coated blueberries to dough. Beat until ingredients are well incorporated.
198
+ </div>
199
+ </div>
200
+
201
+ <!-- Step 4/6 -->
202
+ <div class="step-title">STEP 4/6</div>
203
+ <div class="image-placeholder large">[IMG: Pouring batter into pan]</div>
204
+
205
+ <!-- CTA -->
206
+ <div class="cta">Start cooking!</div>
207
+
208
+ <!-- Home indicator -->
209
+ <div class="home-indicator"></div>
210
+ </div>
211
+ </body>
212
+ </html>
code/6350/6350_6.html ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recipe Steps</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
+ border-radius: 24px;
16
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
17
+ }
18
+
19
+ /* Top status bar */
20
+ .status-bar {
21
+ height: 110px;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #3a3a3a;
27
+ font-size: 38px;
28
+ }
29
+ .status-left, .status-right { display: flex; align-items: center; gap: 24px; }
30
+ .status-icon { width: 40px; height: 40px; }
31
+
32
+ /* App bar */
33
+ .app-bar {
34
+ height: 120px;
35
+ padding: 0 32px;
36
+ border-bottom: 1px solid #e5e5e5;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ background: #fff;
41
+ }
42
+ .app-left { display: flex; align-items: center; gap: 28px; }
43
+ .app-right { display: flex; align-items: center; gap: 48px; }
44
+ .icon-btn {
45
+ width: 64px; height: 64px;
46
+ }
47
+
48
+ /* Step headers */
49
+ .step-header {
50
+ height: 140px;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 40px;
54
+ background: #f0f0f0;
55
+ color: #1f1f1f;
56
+ font-weight: 800;
57
+ font-size: 42px;
58
+ letter-spacing: 0.5px;
59
+ }
60
+
61
+ /* Body text */
62
+ .content {
63
+ padding: 36px 40px 24px;
64
+ color: #333;
65
+ font-size: 36px;
66
+ line-height: 1.6;
67
+ }
68
+ .highlight { color: #f28c38; font-weight: 700; }
69
+
70
+ /* Clock icon inline */
71
+ .clock {
72
+ display: inline-block;
73
+ vertical-align: -6px;
74
+ width: 40px;
75
+ height: 40px;
76
+ margin: 0 10px;
77
+ }
78
+
79
+ /* Large image placeholder */
80
+ .photo {
81
+ margin: 0;
82
+ width: 100%;
83
+ height: 820px;
84
+ background: #E0E0E0;
85
+ border-top: 1px solid #BDBDBD;
86
+ border-bottom: 1px solid #BDBDBD;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #757575;
91
+ font-size: 36px;
92
+ }
93
+
94
+ /* Ingredient rows */
95
+ .row {
96
+ display: flex;
97
+ align-items: center;
98
+ gap: 28px;
99
+ padding: 32px 40px;
100
+ border-top: 1px solid #eee;
101
+ color: #1f1f1f;
102
+ font-size: 36px;
103
+ }
104
+ .row .list-icon {
105
+ width: 52px; height: 52px;
106
+ flex: 0 0 52px;
107
+ }
108
+
109
+ /* Action button */
110
+ .cta-wrap {
111
+ position: relative;
112
+ padding: 24px 40px 16px;
113
+ }
114
+ .cta {
115
+ width: 700px;
116
+ height: 120px;
117
+ margin: 0 auto;
118
+ background: #2f6b52;
119
+ color: #fff;
120
+ border-radius: 60px;
121
+ display: flex;
122
+ align-items: center;
123
+ justify-content: center;
124
+ font-size: 40px;
125
+ font-weight: 700;
126
+ letter-spacing: 0.3px;
127
+ }
128
+
129
+ /* Additional paragraph */
130
+ .extra {
131
+ padding: 16px 40px;
132
+ color: #333;
133
+ font-size: 34px;
134
+ line-height: 1.6;
135
+ }
136
+ </style>
137
+ </head>
138
+ <body>
139
+ <div id="render-target">
140
+
141
+ <!-- Status bar -->
142
+ <div class="status-bar">
143
+ <div class="status-left">
144
+ <span>10:38</span>
145
+ <!-- mail icon -->
146
+ <svg class="status-icon" viewBox="0 0 24 24">
147
+ <path d="M2 5h20v14H2z" fill="none" stroke="#666" stroke-width="2"/>
148
+ <path d="M3 6l9 7 9-7" fill="none" stroke="#666" stroke-width="2"/>
149
+ </svg>
150
+ <!-- gear icon -->
151
+ <svg class="status-icon" viewBox="0 0 24 24">
152
+ <circle cx="12" cy="12" r="3" fill="none" stroke="#666" stroke-width="2"/>
153
+ <path d="M4 12h3M17 12h3M12 4v3M12 17v3M6 6l2 2M16 16l2 2M18 6l-2 2M6 18l2-2" stroke="#666" stroke-width="2" fill="none" stroke-linecap="round"/>
154
+ </svg>
155
+ </div>
156
+ <div class="status-right">
157
+ <!-- wifi -->
158
+ <svg class="status-icon" viewBox="0 0 24 24">
159
+ <path d="M2 9c4-4 16-4 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M12 19l2 2-2-2-2 2 2-2z" fill="none" stroke="#666" stroke-width="2" stroke-linecap="round"/>
160
+ </svg>
161
+ <!-- battery -->
162
+ <svg class="status-icon" viewBox="0 0 28 24">
163
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#666" stroke-width="2"/>
164
+ <rect x="4" y="8" width="14" height="8" fill="#666"/>
165
+ <rect x="22" y="9" width="3" height="6" fill="#666"/>
166
+ </svg>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- App bar -->
171
+ <div class="app-bar">
172
+ <div class="app-left">
173
+ <!-- back arrow -->
174
+ <svg class="icon-btn" viewBox="0 0 24 24">
175
+ <path d="M15 19l-7-7 7-7" fill="none" stroke="#2c2c2c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="app-right">
179
+ <!-- heart outline -->
180
+ <svg class="icon-btn" viewBox="0 0 24 24">
181
+ <path d="M12 21s-7-4.5-9-8.5C1 9 3.5 6 6.7 6c2 0 3.1 1.1 3.3 1.4.2-.3 1.3-1.4 3.3-1.4C16.5 6 19 9 21 12.5 19 16.5 12 21 12 21z" fill="none" stroke="#2c2c2c" stroke-width="2" stroke-linejoin="round"/>
182
+ </svg>
183
+ <!-- bookmark outline -->
184
+ <svg class="icon-btn" viewBox="0 0 24 24">
185
+ <path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#2c2c2c" stroke-width="2" stroke-linejoin="round"/>
186
+ </svg>
187
+ <!-- share icon -->
188
+ <svg class="icon-btn" viewBox="0 0 24 24">
189
+ <circle cx="5" cy="12" r="2" fill="none" stroke="#2c2c2c" stroke-width="2"/>
190
+ <circle cx="19" cy="5" r="2" fill="none" stroke="#2c2c2c" stroke-width="2"/>
191
+ <circle cx="19" cy="19" r="2" fill="none" stroke="#2c2c2c" stroke-width="2"/>
192
+ <path d="M7 12l10-7M7 12l10 7" fill="none" stroke="#2c2c2c" stroke-width="2"/>
193
+ </svg>
194
+ </div>
195
+ </div>
196
+
197
+ <!-- STEP 4/6 -->
198
+ <div class="step-header">STEP 4/6</div>
199
+ <div class="content">
200
+ air bubbles. Place baking form into oven and bake for approx.
201
+ <svg class="clock" viewBox="0 0 24 24">
202
+ <circle cx="12" cy="12" r="9" fill="#fff" stroke="#9fb4c7" stroke-width="2"/>
203
+ <path d="M12 6v6l4 2" stroke="#9fb4c7" stroke-width="2" fill="none" stroke-linecap="round"/>
204
+ </svg>
205
+ <span class="highlight">1 h</span>
206
+ <svg class="clock" viewBox="0 0 24 24">
207
+ <circle cx="12" cy="12" r="9" fill="#fff" stroke="#9fb4c7" stroke-width="2"/>
208
+ <path d="M12 6v6l3 1" stroke="#9fb4c7" stroke-width="2" fill="none" stroke-linecap="round"/>
209
+ </svg>
210
+ <span class="highlight">10 min.</span>
211
+ at 170°C/350°F until cake is golden brown and fragrant. Allow cake to cool for approx. 10 —
212
+ <svg class="clock" viewBox="0 0 24 24">
213
+ <circle cx="12" cy="12" r="9" fill="#fff" stroke="#9fb4c7" stroke-width="2"/>
214
+ <path d="M12 7v5l5 3" stroke="#9fb4c7" stroke-width="2" fill="none" stroke-linecap="round"/>
215
+ </svg>
216
+ <span class="highlight">15 min.</span>
217
+ and then carefully transfer to a plate and let it cool fully.
218
+ </div>
219
+
220
+ <!-- STEP 5/6 -->
221
+ <div class="step-header">STEP 5/6</div>
222
+
223
+ <!-- Photo -->
224
+ <div class="photo">[IMG: Hand decorating cake with blueberries]</div>
225
+
226
+ <!-- Ingredient rows -->
227
+ <div class="row">
228
+ <!-- basket icon -->
229
+ <svg class="list-icon" viewBox="0 0 24 24">
230
+ <path d="M3 8h18l-2 11H5L3 8z" fill="none" stroke="#111" stroke-width="2"/>
231
+ <path d="M8 8l4-5 4 5" fill="none" stroke="#111" stroke-width="2" stroke-linecap="round"/>
232
+ </svg>
233
+ <div>125 g confectioner’s sugar - ½ lemon - 100 g blueberries</div>
234
+ </div>
235
+
236
+ <div class="row" style="border-top:none;">
237
+ <!-- pot icon -->
238
+ <svg class="list-icon" viewBox="0 0 24 24">
239
+ <rect x="4" y="9" width="16" height="9" rx="2" ry="2" fill="none" stroke="#111" stroke-width="2"/>
240
+ <path d="M2 9h20" stroke="#111" stroke-width="2"/>
241
+ <path d="M7 6h10" stroke="#111" stroke-width="2" stroke-linecap="round"/>
242
+ </svg>
243
+ <div>citrus zest and fresh blueberries</div>
244
+ </div>
245
+
246
+ <!-- CTA -->
247
+ <div class="cta-wrap">
248
+ <div class="cta">Start cooking!</div>
249
+ </div>
250
+
251
+ <!-- Extra text -->
252
+ <div class="extra">
253
+ For the icing, whisk together confectioner’s sugar and lemon juice until smooth. Spread over the cake and finish with blueberries and lemon zest.
254
+ </div>
255
+
256
+ </div>
257
+ </body>
258
+ </html>
code/6350/6350_7.html ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Recipe Step</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 24px;
16
+ box-shadow: 0 10px 30px rgba(0,0,0,0.08);
17
+ color: #222;
18
+ }
19
+
20
+ /* Status bar */
21
+ .status-bar {
22
+ height: 88px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 36px;
27
+ font-size: 36px;
28
+ color: #1f1f1f;
29
+ }
30
+ .status-left {
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ font-weight: 600;
35
+ }
36
+ .status-right {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 24px;
40
+ }
41
+ .icon {
42
+ display: inline-flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+ .icon svg { width: 40px; height: 40px; }
47
+ .icon.small svg { width: 34px; height: 34px; }
48
+ .icon stroke { stroke: #333; }
49
+
50
+ /* App bar */
51
+ .app-bar {
52
+ height: 100px;
53
+ display: flex;
54
+ align-items: center;
55
+ justify-content: space-between;
56
+ padding: 0 32px;
57
+ border-bottom: 1px solid #E6E6E6;
58
+ }
59
+ .app-left {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 16px;
63
+ }
64
+ .app-right {
65
+ display: flex;
66
+ align-items: center;
67
+ gap: 42px;
68
+ }
69
+ .app-bar .icon svg {
70
+ stroke: #2C2C2C;
71
+ stroke-width: 2.8;
72
+ fill: none;
73
+ }
74
+
75
+ /* Step header band */
76
+ .step-band {
77
+ background: #F5F5F5;
78
+ height: 120px;
79
+ display: flex;
80
+ align-items: center;
81
+ padding: 0 48px;
82
+ border-bottom: 1px solid #EEEEEE;
83
+ }
84
+ .step-band .title {
85
+ font-weight: 800;
86
+ letter-spacing: 0.5px;
87
+ font-size: 50px;
88
+ }
89
+
90
+ /* Image placeholders */
91
+ .img-placeholder {
92
+ background: #E0E0E0;
93
+ border: 1px solid #BDBDBD;
94
+ color: #757575;
95
+ display: flex;
96
+ justify-content: center;
97
+ align-items: center;
98
+ text-align: center;
99
+ }
100
+ .img-label {
101
+ font-size: 34px;
102
+ line-height: 1.25;
103
+ padding: 0 24px;
104
+ }
105
+
106
+ /* Content text */
107
+ .content {
108
+ padding: 36px 48px 0 48px;
109
+ }
110
+ .desc {
111
+ font-size: 44px;
112
+ color: #2F2F2F;
113
+ line-height: 1.35;
114
+ margin: 40px 0 28px 0;
115
+ }
116
+
117
+ /* Action button */
118
+ .cta-wrap {
119
+ padding: 0 48px;
120
+ margin-bottom: 36px;
121
+ }
122
+ .cta {
123
+ height: 120px;
124
+ border: 4px solid #2E7D32;
125
+ border-radius: 60px;
126
+ display: flex;
127
+ align-items: center;
128
+ gap: 26px;
129
+ padding: 0 36px;
130
+ color: #2E7D32;
131
+ font-weight: 700;
132
+ font-size: 40px;
133
+ }
134
+ .cta .camera {
135
+ width: 72px;
136
+ height: 72px;
137
+ display: inline-flex;
138
+ align-items: center;
139
+ justify-content: center;
140
+ }
141
+ .cta .camera svg {
142
+ width: 64px; height: 64px;
143
+ stroke: #2E7D32; stroke-width: 3; fill: none;
144
+ }
145
+
146
+ /* Bottom spacing */
147
+ .spacer {
148
+ height: 24px;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+ <!-- Status Bar -->
155
+ <div class="status-bar">
156
+ <div class="status-left">
157
+ <div>10:39</div>
158
+ <div class="icon small" aria-label="Mail">
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M3 5h18v14H3z" fill="none" stroke="#333"/>
161
+ <path d="M3 5l9 7 9-7" fill="none" stroke="#333"/>
162
+ </svg>
163
+ </div>
164
+ <div style="font-size: 34px;">⚙️</div>
165
+ </div>
166
+ <div class="status-right">
167
+ <div class="icon small" aria-label="WiFi">
168
+ <svg viewBox="0 0 24 24">
169
+ <path d="M2 9c5-5 15-5 20 0" fill="none" stroke="#333" stroke-width="2"/>
170
+ <path d="M5 12c3.5-3.5 10.5-3.5 14 0" fill="none" stroke="#333" stroke-width="2"/>
171
+ <path d="M8 15c2-2 6-2 8 0" fill="none" stroke="#333" stroke-width="2"/>
172
+ <circle cx="12" cy="18" r="1.8" fill="#333"/>
173
+ </svg>
174
+ </div>
175
+ <div class="icon small" aria-label="Battery">
176
+ <svg viewBox="0 0 28 24">
177
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="none" stroke="#333" stroke-width="2"/>
178
+ <rect x="22" y="9" width="3.5" height="6" rx="1" fill="#333"/>
179
+ <rect x="4" y="8" width="12" height="8" fill="#333"/>
180
+ </svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- App Bar -->
186
+ <div class="app-bar">
187
+ <div class="app-left">
188
+ <div class="icon" aria-label="Back">
189
+ <svg viewBox="0 0 24 24">
190
+ <path d="M15 5l-7 7 7 7" />
191
+ </svg>
192
+ </div>
193
+ </div>
194
+ <div class="app-right">
195
+ <div class="icon" aria-label="Favorite">
196
+ <svg viewBox="0 0 24 24">
197
+ <path d="M12 20s-6-3.8-8.4-6.2C1.5 11.7 2.3 8.6 5.3 7.7c2-.6 3.5.3 4.7 1.6 1.2-1.3 2.7-2.2 4.7-1.6 3 .9 3.8 4 1.7 6.1C18 16.2 12 20 12 20z"/>
198
+ </svg>
199
+ </div>
200
+ <div class="icon" aria-label="Bookmark">
201
+ <svg viewBox="0 0 24 24">
202
+ <path d="M6 3h12v18l-6-4-6 4z"/>
203
+ </svg>
204
+ </div>
205
+ <div class="icon" aria-label="Share">
206
+ <svg viewBox="0 0 24 24">
207
+ <circle cx="6" cy="12" r="2" fill="none" stroke="#2C2C2C" stroke-width="2"/>
208
+ <circle cx="18" cy="6" r="2" fill="none" stroke="#2C2C2C" stroke-width="2"/>
209
+ <circle cx="18" cy="18" r="2" fill="none" stroke="#2C2C2C" stroke-width="2"/>
210
+ <path d="M7.8 11l8.4-4.2M7.8 13l8.4 4.2" fill="none" stroke="#2C2C2C" stroke-width="2"/>
211
+ </svg>
212
+ </div>
213
+ </div>
214
+ </div>
215
+
216
+ <!-- Step Header -->
217
+ <div class="step-band">
218
+ <div class="title">STEP 6/6</div>
219
+ </div>
220
+
221
+ <!-- Main Image -->
222
+ <div class="img-placeholder" style="width: 1080px; height: 820px;">
223
+ <div class="img-label">[IMG: Person preparing cake in modern kitchen]</div>
224
+ </div>
225
+
226
+ <!-- Content -->
227
+ <div class="content">
228
+ <div class="desc">Enjoy as a snack with a cup of coffee or for dessert!</div>
229
+ </div>
230
+
231
+ <!-- CTA Button -->
232
+ <div class="cta-wrap">
233
+ <div class="cta">
234
+ <span class="camera" aria-hidden="true">
235
+ <svg viewBox="0 0 24 24">
236
+ <rect x="3" y="6" width="18" height="12" rx="2"/>
237
+ <path d="M8 6l2-2h4l2 2" />
238
+ <circle cx="12" cy="12" r="4"/>
239
+ </svg>
240
+ </span>
241
+ <span>Snap, click, share!</span>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Secondary Image -->
246
+ <div class="img-placeholder" style="width: 1080px; height: 820px;">
247
+ <div class="img-label">[IMG: Blueberry iced cake top view]</div>
248
+ </div>
249
+
250
+ <div class="spacer"></div>
251
+ </div>
252
+ </body>
253
+ </html>
code/6350/6350_8.html ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Recipe Reviews & Ideas</title>
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; }
8
+ #render-target {
9
+ width:1080px; height:2400px;
10
+ position:relative; overflow:hidden;
11
+ background:#FFFFFF; color:#222;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Top status bar (OS-like) */
16
+ .status-bar {
17
+ height:60px;
18
+ padding:0 36px;
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ color:#333; font-size:32px;
21
+ }
22
+ .status-icons { display:flex; gap:24px; align-items:center; }
23
+ .status-icons svg { width:34px; height:34px; stroke:#555; fill:none; }
24
+
25
+ /* App header */
26
+ .app-header {
27
+ height:120px;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ padding:0 36px;
30
+ }
31
+ .icon-btn {
32
+ width:72px; height:72px;
33
+ display:flex; align-items:center; justify-content:center;
34
+ border-radius:36px;
35
+ }
36
+ .icon-btn svg { width:40px; height:40px; stroke:#1f1f1f; fill:none; stroke-width:2.5; }
37
+ .right-actions { display:flex; gap:32px; align-items:center; }
38
+
39
+ /* Reviews section */
40
+ .section {
41
+ padding:0 40px;
42
+ }
43
+ .reviews-header {
44
+ display:flex; align-items:flex-end; justify-content:space-between;
45
+ margin-top:10px;
46
+ }
47
+ .title {
48
+ font-size:56px; font-weight:700; letter-spacing:0.2px;
49
+ }
50
+ .read-link { color:#F57C48; font-size:36px; }
51
+ .sub-info { color:#777; font-size:32px; margin-top:8px; }
52
+ .review-item {
53
+ display:flex; gap:24px; margin-top:36px;
54
+ }
55
+ .avatar {
56
+ width:84px; height:84px; border-radius:50%;
57
+ background:#FFD65A; color:#333; font-weight:700;
58
+ display:flex; align-items:center; justify-content:center;
59
+ font-size:42px;
60
+ }
61
+ .review-text .name { font-size:40px; font-weight:700; text-transform:none; }
62
+ .review-text .message { font-size:34px; color:#555; margin-top:8px; }
63
+ .translated { font-size:28px; color:#9E9E9E; margin-top:6px; letter-spacing:1px; }
64
+ .divider {
65
+ height:1px; background:#E5E5E5; margin:44px 0;
66
+ }
67
+
68
+ /* Ideas grid */
69
+ .ideas-title {
70
+ font-size:52px; font-weight:700; margin-bottom:24px;
71
+ }
72
+ .cards {
73
+ display:flex; flex-wrap:wrap; gap:40px 40px;
74
+ }
75
+ .card {
76
+ width:480px;
77
+ }
78
+ .card-img {
79
+ width:100%; height:620px; border-radius:36px; position:relative;
80
+ background:#E0E0E0; border:1px solid #BDBDBD;
81
+ display:flex; align-items:center; justify-content:center;
82
+ color:#757575; font-size:32px; text-align:center;
83
+ }
84
+ .chip {
85
+ position:absolute; top:20px; left:20px;
86
+ background:#F4E4B5; color:#333; font-size:32px;
87
+ padding:10px 18px; border-radius:26px; border:1px solid rgba(0,0,0,0.08);
88
+ }
89
+ .like-pill {
90
+ position:absolute; bottom:20px; right:20px;
91
+ background:#FFFFFF; border:1px solid #DADADA;
92
+ border-radius:30px; height:60px; padding:0 18px;
93
+ display:flex; align-items:center; gap:12px; color:#333; font-size:30px;
94
+ }
95
+ .like-pill .heart svg { width:32px; height:32px; stroke:#333; fill:none; stroke-width:2.2; }
96
+ .like-pill.small { width:60px; padding:0; justify-content:center; }
97
+
98
+ .card-title {
99
+ font-size:44px; font-weight:600; margin-top:18px; line-height:1.2;
100
+ }
101
+ .author {
102
+ display:flex; align-items:center; gap:16px; margin-top:16px;
103
+ color:#F57C48; font-size:34px; font-weight:600;
104
+ }
105
+ .author .a-avatar {
106
+ width:60px; height:60px; border-radius:50%;
107
+ background:#E0E0E0; border:1px solid #BDBDBD;
108
+ display:flex; align-items:center; justify-content:center;
109
+ color:#757575; font-size:20px;
110
+ }
111
+
112
+ /* Utility */
113
+ .muted { color:#888; }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+ <!-- Status bar -->
119
+ <div class="status-bar">
120
+ <div>10:39</div>
121
+ <div class="status-icons">
122
+ <!-- simple signal icon -->
123
+ <svg viewBox="0 0 24 24">
124
+ <path d="M3 20h2M7 16h2M11 12h2M15 8h2M19 4h2" stroke-width="2"/>
125
+ </svg>
126
+ <!-- wifi -->
127
+ <svg viewBox="0 0 24 24">
128
+ <path d="M2 8c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 16c2-2 6-2 8 0M12 20l0 0" stroke-width="2" />
129
+ </svg>
130
+ <!-- battery -->
131
+ <svg viewBox="0 0 28 24">
132
+ <rect x="2" y="6" width="20" height="12" rx="2" stroke-width="2"></rect>
133
+ <rect x="23" y="10" width="3" height="4" rx="1" stroke-width="2"></rect>
134
+ </svg>
135
+ </div>
136
+ </div>
137
+
138
+ <!-- App header with back and actions -->
139
+ <div class="app-header">
140
+ <div class="icon-btn">
141
+ <svg viewBox="0 0 24 24">
142
+ <path d="M15 6l-6 6 6 6" stroke-linecap="round" stroke-linejoin="round"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="right-actions">
146
+ <div class="icon-btn">
147
+ <!-- Heart outline -->
148
+ <svg viewBox="0 0 24 24">
149
+ <path d="M12 21s-7-4.6-9.2-8.1C1 9.7 3.1 6.5 6.6 6.5c2 0 3.2 1 4 2.3.8-1.3 2-2.3 4-2.3 3.5 0 5.6 3.2 3.8 6.4C19 16.4 12 21 12 21z" fill="none" stroke-width="2"></path>
150
+ </svg>
151
+ </div>
152
+ <div class="icon-btn">
153
+ <!-- Bookmark -->
154
+ <svg viewBox="0 0 24 24">
155
+ <path d="M6 3h12v18l-6-4-6 4z" stroke-width="2"></path>
156
+ </svg>
157
+ </div>
158
+ <div class="icon-btn">
159
+ <!-- Share -->
160
+ <svg viewBox="0 0 24 24">
161
+ <circle cx="6" cy="12" r="2"></circle>
162
+ <circle cx="18" cy="6" r="2"></circle>
163
+ <circle cx="18" cy="18" r="2"></circle>
164
+ <path d="M8 12l8-6M8 12l8 6" stroke-width="2" fill="none"></path>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <!-- Reviews -->
171
+ <div class="section">
172
+ <div class="reviews-header">
173
+ <div>
174
+ <div class="title">Reviews</div>
175
+ <div class="sub-info">690 comments - 442 images</div>
176
+ </div>
177
+ <div class="read-link">Read</div>
178
+ </div>
179
+
180
+ <div class="review-item">
181
+ <div class="avatar">S</div>
182
+ <div class="review-text">
183
+ <div class="name">Sara</div>
184
+ <div class="message">easy and delicious!</div>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="review-item">
189
+ <div class="avatar">S</div>
190
+ <div class="review-text">
191
+ <div class="name">sophie reyer</div>
192
+ <div class="message">One of my absolute favorite recipes! 😍</div>
193
+ <div class="translated">translated</div>
194
+ </div>
195
+ </div>
196
+
197
+ <div class="divider"></div>
198
+
199
+ <div class="ideas-title">More delicious ideas for you</div>
200
+
201
+ <div class="cards">
202
+ <!-- Card 1 -->
203
+ <div class="card">
204
+ <div class="card-img">
205
+ <div class="chip">25 min.</div>
206
+ <div class="like-pill">
207
+ <div class="heart">
208
+ <svg viewBox="0 0 24 24">
209
+ <path d="M12 21s-7-4.6-9.2-8.1C1 9.7 3.1 6.5 6.6 6.5c2 0 3.2 1 4 2.3.8-1.3 2-2.3 4-2.3 3.5 0 5.6 3.2 3.8 6.4C19 16.4 12 21 12 21z" fill="none" stroke-width="2"></path>
210
+ </svg>
211
+ </div>
212
+ <span>70.1K</span>
213
+ </div>
214
+ <span>[IMG: Raspberry chocolate cupcakes]</span>
215
+ </div>
216
+ <div class="card-title">Raspberry molten chocolate cupcakes</div>
217
+ <div class="author">
218
+ <div class="a-avatar">[IMG: Avatar]</div>
219
+ <div>Mengting</div>
220
+ </div>
221
+ </div>
222
+
223
+ <!-- Card 2 -->
224
+ <div class="card">
225
+ <div class="card-img">
226
+ <div class="chip">85 min.</div>
227
+ <div class="like-pill small">
228
+ <svg viewBox="0 0 24 24" class="heart">
229
+ <path d="M12 21s-7-4.6-9.2-8.1C1 9.7 3.1 6.5 6.6 6.5c2 0 3.2 1 4 2.3.8-1.3 2-2.3 4-2.3 3.5 0 5.6 3.2 3.8 6.4C19 16.4 12 21 12 21z" fill="none" stroke="#333" stroke-width="2"></path>
230
+ </svg>
231
+ </div>
232
+ <span>[IMG: Marbled coffee cake on stand]</span>
233
+ </div>
234
+ <div class="card-title">Marbled coffee cake</div>
235
+ <div class="author">
236
+ <div class="a-avatar">[IMG: Avatar]</div>
237
+ <div>Clarissa</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Card 3 -->
242
+ <div class="card">
243
+ <div class="card-img">
244
+ <div class="chip">35 min.</div>
245
+ <span>[IMG: Strawberry cream roll cake]</span>
246
+ </div>
247
+ <div class="card-title">Strawberry cream roll</div>
248
+ <div class="author">
249
+ <div class="a-avatar">[IMG: Avatar]</div>
250
+ <div class="muted">By Author</div>
251
+ </div>
252
+ </div>
253
+
254
+ <!-- Card 4 -->
255
+ <div class="card">
256
+ <div class="card-img">
257
+ <div class="chip">50 min.</div>
258
+ <span>[IMG: Chocolate swirl roll cake]</span>
259
+ </div>
260
+ <div class="card-title">Chocolate swirl roll cake</div>
261
+ <div class="author">
262
+ <div class="a-avatar">[IMG: Avatar]</div>
263
+ <div class="muted">By Author</div>
264
+ </div>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ </div>
269
+ </body>
270
+ </html>
code/6355/6355_0.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Page - Dropset 2 Trainer</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; background: #ffffff;
11
+ color: #111;
12
+ }
13
+
14
+ /* Top area */
15
+ .content { padding: 56px 48px 0 48px; }
16
+ .top-bar {
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ margin-top: 24px;
19
+ }
20
+ .title {
21
+ font-weight: 700; letter-spacing: 2px; font-size: 42px;
22
+ }
23
+ .price-pill {
24
+ border: 2px solid #111; padding: 18px 24px; border-radius: 6px;
25
+ font-weight: 700; letter-spacing: 1px;
26
+ }
27
+ .icon-btn { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
28
+ .icon-btn svg { width: 32px; height: 32px; }
29
+
30
+ .thumb-strip {
31
+ margin-top: 28px; background: #f4f5f6; border-radius: 10px; padding: 24px 18px;
32
+ display: flex; gap: 28px; align-items: center; overflow: hidden;
33
+ }
34
+ .img-ph {
35
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
36
+ display: flex; align-items: center; justify-content: center; text-align: center;
37
+ }
38
+ .img-ph.small { width: 180px; height: 120px; border-radius: 8px; font-size: 22px; }
39
+
40
+ /* Size section */
41
+ .size-row { display: flex; align-items: center; gap: 18px; margin-top: 44px; }
42
+ .size-label { font-size: 28px; font-weight: 700; letter-spacing: 2px; }
43
+ .ruler {
44
+ width: 74px; height: 74px; border: 2px solid #111; border-radius: 8px; display: flex; align-items: center; justify-content: center;
45
+ }
46
+ .ruler svg { width: 44px; height: 44px; }
47
+ .sizes {
48
+ margin-top: 24px; display: flex; gap: 60px; white-space: nowrap; font-size: 30px;
49
+ }
50
+ .size-opt { color: #333; }
51
+ .size-opt.active { font-weight: 700; }
52
+ .size-opt.active::after {
53
+ content: ""; display: block; margin-top: 10px; height: 6px; width: 200px; background: #111; border-radius: 3px;
54
+ }
55
+
56
+ /* CTAs */
57
+ .btn-outline {
58
+ margin-top: 44px; border: 2px solid #111; height: 120px; border-radius: 6px;
59
+ display: flex; align-items: center; justify-content: space-between; padding: 0 32px;
60
+ }
61
+ .btn-outline .label { font-size: 32px; letter-spacing: 3px; font-weight: 700; }
62
+ .bag-icon svg { width: 46px; height: 46px; }
63
+ .btn-solid {
64
+ margin-top: 28px; background: #111; color: #fff; height: 120px; border-radius: 6px;
65
+ display: flex; align-items: center; justify-content: space-between; padding: 0 32px;
66
+ }
67
+ .btn-solid .label { font-size: 32px; letter-spacing: 3px; font-weight: 700; color: #fff; }
68
+ .arrow-icon svg { width: 50px; height: 50px; fill: #fff; }
69
+
70
+ /* Payment logos */
71
+ .pay-logos { display: flex; gap: 28px; align-items: center; margin-top: 40px; }
72
+ .logo-ph { width: 180px; height: 80px; border-radius: 14px; }
73
+ .logo-ph span { font-size: 24px; }
74
+
75
+ .stores-link {
76
+ margin-top: 40px; font-weight: 700; font-size: 30px; letter-spacing: 2px;
77
+ text-decoration: underline;
78
+ }
79
+
80
+ /* Info row */
81
+ .info-row { margin-top: 34px; border-top: 1px solid #e6e6e6; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; }
82
+ .info-left { display: flex; align-items: center; gap: 44px; }
83
+ .info-text { font-size: 26px; letter-spacing: 1px; color: #333; }
84
+ .circle-icon svg { width: 40px; height: 40px; }
85
+ .info-right .circle-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border: 2px solid #111; border-radius: 50%; }
86
+
87
+ /* Overlay and bottom sheet */
88
+ .overlay {
89
+ position: absolute; left: 0; top: 0; width: 100%; height: 100%;
90
+ background: rgba(0,0,0,0.55);
91
+ z-index: 5;
92
+ }
93
+ .bottom-sheet {
94
+ position: absolute; left: 0; bottom: 0; width: 100%; background: #fff;
95
+ border-top-left-radius: 16px; border-top-right-radius: 16px;
96
+ box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
97
+ z-index: 10;
98
+ padding: 32px 32px 48px 32px;
99
+ }
100
+ .sheet-header { display: flex; align-items: center; justify-content: space-between; padding: 6px 8px 24px 8px; }
101
+ .sheet-title { font-weight: 800; letter-spacing: 2px; font-size: 32px; }
102
+ .sheet-close svg { width: 38px; height: 38px; }
103
+
104
+ .sheet-card {
105
+ display: grid; grid-template-columns: 340px auto; gap: 28px;
106
+ background: #e8edf0; border-radius: 10px; padding: 28px;
107
+ align-items: center;
108
+ }
109
+ .img-ph.large { width: 340px; height: 200px; border-radius: 10px; font-size: 22px; }
110
+ .card-info .price-tag {
111
+ display: inline-block; background: #fff; border: 1px solid #ddd;
112
+ padding: 12px 18px; border-radius: 6px; font-weight: 700; margin-bottom: 18px;
113
+ }
114
+ .card-info .prod-name { font-size: 36px; font-weight: 800; letter-spacing: 1px; margin-bottom: 8px; }
115
+ .card-info .size { font-size: 28px; color: #333; }
116
+
117
+ .view-bag {
118
+ margin-top: 28px; height: 120px; background: #111; color: #fff; border-radius: 6px;
119
+ display: flex; align-items: center; justify-content: space-between; padding: 0 32px;
120
+ }
121
+ .view-bag .label { font-size: 32px; font-weight: 800; letter-spacing: 3px; }
122
+ .view-bag .arrow-icon svg { fill: #fff; }
123
+
124
+ /* Device home pill */
125
+ .home-pill {
126
+ position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
127
+ width: 320px; height: 16px; background: #dcdcdc; border-radius: 12px;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+ <div class="content">
134
+ <div class="top-bar">
135
+ <div class="title">DROPSET 2 TRAINER</div>
136
+ <div style="display:flex; align-items:center; gap:22px;">
137
+ <div class="price-pill">$130.00</div>
138
+ <div class="icon-btn" aria-label="Close">
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <div class="thumb-strip">
147
+ <div class="img-ph small">[IMG: Black Trainer]</div>
148
+ <div class="img-ph small">[IMG: Grey Trainer]</div>
149
+ <div class="img-ph small">[IMG: Red Trainer]</div>
150
+ <div class="img-ph small">[IMG: Olive Trainer]</div>
151
+ </div>
152
+
153
+ <div class="size-row">
154
+ <div class="size-label">SIZE</div>
155
+ <div class="ruler">
156
+ <svg viewBox="0 0 24 24">
157
+ <rect x="3" y="7" width="18" height="10" stroke="#111" stroke-width="2" fill="none"/>
158
+ <path d="M6 9 L6 15 M9 9 L9 12 M12 9 L12 15 M15 9 L15 12 M18 9 L18 15" stroke="#111" stroke-width="2"/>
159
+ </svg>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="sizes">
164
+ <div class="size-opt">M 7 / W 8</div>
165
+ <div class="size-opt">M 7.5 / W 8.5</div>
166
+ <div class="size-opt active">M 8 / W 9</div>
167
+ <div class="size-opt">M 8.5 / W 9.5</div>
168
+ <div class="size-opt">M 9 / W 10</div>
169
+ </div>
170
+
171
+ <div class="btn-outline">
172
+ <div class="label">ADD TO BAG</div>
173
+ <div class="bag-icon">
174
+ <svg viewBox="0 0 24 24">
175
+ <path d="M6 9 H18 L17 21 H7 L6 9 Z" stroke="#111" stroke-width="2" fill="none"/>
176
+ <path d="M9 9 C9 6 11 5 12 5 C13 5 15 6 15 9" stroke="#111" stroke-width="2" fill="none"/>
177
+ <path d="M12 13 L12 17 M10 15 L14 15" stroke="#111" stroke-width="2"/>
178
+ </svg>
179
+ </div>
180
+ </div>
181
+
182
+ <div class="btn-solid">
183
+ <div class="label">BUY IT NOW</div>
184
+ <div class="arrow-icon">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M5 12 H18 M12 6 L18 12 L12 18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+
191
+ <div class="pay-logos">
192
+ <div class="img-ph logo-ph"><span>[IMG: G Pay]</span></div>
193
+ <div class="img-ph logo-ph"><span>[IMG: Card Icon]</span></div>
194
+ <div class="img-ph logo-ph"><span>[IMG: PayPal]</span></div>
195
+ <div class="img-ph logo-ph"><span>[IMG: Klarna]</span></div>
196
+ </div>
197
+
198
+ <div class="stores-link">CHECK STORES NEARBY</div>
199
+
200
+ <div class="info-row">
201
+ <div class="info-left">
202
+ <div class="circle-icon">
203
+ <svg viewBox="0 0 24 24">
204
+ <circle cx="12" cy="12" r="10" stroke="#111" stroke-width="2" fill="none"/>
205
+ <path d="M8 12 L12 8 M12 8 L16 12 M8 12 L12 16 M12 16 L16 12" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="circle-icon">
209
+ <svg viewBox="0 0 24 24">
210
+ <circle cx="12" cy="12" r="10" stroke="#111" stroke-width="2" fill="none"/>
211
+ <path d="M7 12 L10 15 L17 8" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
212
+ </svg>
213
+ </div>
214
+ <div class="info-text">FREE STANDARD SHIPPING + FREE RETURNS & EXCHANGES</div>
215
+ </div>
216
+ <div class="info-right">
217
+ <div class="circle-icon">
218
+ <svg viewBox="0 0 24 24">
219
+ <text x="9" y="16" font-size="14" font-family="Arial" fill="#111">i</text>
220
+ </svg>
221
+ </div>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Dark overlay to simulate page dimming when bottom sheet is open -->
227
+ <div class="overlay"></div>
228
+
229
+ <!-- Bottom sheet -->
230
+ <div class="bottom-sheet">
231
+ <div class="sheet-header">
232
+ <div class="sheet-title">ADDED TO BAG</div>
233
+ <div class="sheet-close">
234
+ <svg viewBox="0 0 24 24">
235
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#111" stroke-width="2" fill="none" stroke-linecap="round"/>
236
+ </svg>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="sheet-card">
241
+ <div class="img-ph large">[IMG: Olive Trainer]</div>
242
+ <div class="card-info">
243
+ <div class="price-tag">$130.00</div>
244
+ <div class="prod-name">DROPSET 2 TRAINER</div>
245
+ <div class="size">M 8 / W 9</div>
246
+ </div>
247
+ </div>
248
+
249
+ <div class="view-bag">
250
+ <div class="label">VIEW BAG</div>
251
+ <div class="arrow-icon">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M5 12 H18 M12 6 L18 12 L12 18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
254
+ </svg>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="home-pill"></div>
260
+ </div>
261
+ </body>
262
+ </html>
code/6355/6355_1.html ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - Dropset 2 Trainer</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff;
12
+ }
13
+
14
+ /* Header */
15
+ .header {
16
+ position: relative;
17
+ padding: 110px 40px 20px 40px;
18
+ }
19
+ .header-row {
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ }
22
+ .product-title {
23
+ font-size: 44px; letter-spacing: 3px; font-weight: 700; color: #111; text-transform: uppercase;
24
+ }
25
+ .price-close {
26
+ display: flex; align-items: center; gap: 28px;
27
+ }
28
+ .price-tag {
29
+ border: 3px solid #111; padding: 14px 22px; font-size: 30px; font-weight: 700; letter-spacing: 1px;
30
+ }
31
+ .icon-btn { width: 48px; height: 48px; }
32
+
33
+ /* Carousel band */
34
+ .carousel {
35
+ margin-top: 30px;
36
+ width: 100%; height: 220px; background: #ECEFF1;
37
+ display: flex; align-items: center; gap: 26px; padding: 0 36px; box-sizing: border-box;
38
+ border-top: 1px solid #DADADA; border-bottom: 1px solid #DADADA;
39
+ }
40
+ .thumb {
41
+ width: 220px; height: 140px;
42
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
43
+ display: flex; align-items: center; justify-content: center; font-size: 22px;
44
+ }
45
+
46
+ /* Size section */
47
+ .size-section { padding: 34px 36px 24px 36px; }
48
+ .size-header { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
49
+ .size-label { font-size: 28px; font-weight: 700; letter-spacing: 2px; }
50
+ .ruler-box { width: 90px; height: 70px; border: 3px solid #111; display: flex; align-items: center; justify-content: center; }
51
+ .size-list { display: flex; align-items: center; justify-content: space-between; padding: 0 4px; }
52
+ .size-item { font-size: 28px; color: #333; letter-spacing: 2px; }
53
+ .size-item.active { font-weight: 700; color: #000; }
54
+ .active-underline { width: 160px; height: 6px; background: #111; margin: 12px auto 0 auto; border-radius: 3px; }
55
+
56
+ /* Buttons */
57
+ .actions { padding: 16px 30px 0 30px; }
58
+ .btn-outline, .btn-solid {
59
+ width: 1020px; height: 120px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between;
60
+ padding: 0 28px; margin: 20px auto 0 auto; text-transform: uppercase; font-weight: 700; letter-spacing: 3px;
61
+ font-size: 30px;
62
+ }
63
+ .btn-outline { border: 3px solid #111; color: #111; background: #fff; }
64
+ .btn-solid { background: #000; color: #fff; }
65
+ .bag-icon, .arrow-icon { width: 46px; height: 46px; }
66
+
67
+ /* Payment methods */
68
+ .payments { display: flex; gap: 34px; padding: 26px 36px; align-items: center; }
69
+ .pay-img {
70
+ width: 170px; height: 80px; background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
71
+ display: flex; align-items: center; justify-content: center; font-size: 24px; border-radius: 10px;
72
+ }
73
+
74
+ /* Link */
75
+ .store-link {
76
+ padding: 12px 36px; margin-top: 6px;
77
+ font-size: 28px; font-weight: 800; letter-spacing: 2px; color: #111; text-decoration: none; display: inline-block;
78
+ border-bottom: 5px solid #111;
79
+ }
80
+
81
+ /* Info row */
82
+ .info-strip {
83
+ margin-top: 26px; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2;
84
+ display: grid; grid-template-columns: 150px 1fr 120px; align-items: center;
85
+ }
86
+ .info-cell { padding: 26px 20px; display: flex; align-items: center; gap: 16px; }
87
+ .info-strip .info-cell:nth-child(1) { border-right: 1px solid #E2E2E2; justify-content: center; }
88
+ .info-strip .info-cell:nth-child(3) { border-left: 1px solid #E2E2E2; justify-content: center; }
89
+ .info-text { font-size: 26px; letter-spacing: 1.5px; color: #111; }
90
+ .muted-note { padding: 24px 36px; color: #9E9E9E; font-size: 28px; }
91
+
92
+ /* Content */
93
+ .content { padding: 40px 36px 120px 36px; }
94
+ .headline {
95
+ font-size: 64px; font-weight: 800; letter-spacing: 2px; line-height: 1.1; color: #111; text-transform: uppercase;
96
+ max-width: 900px;
97
+ }
98
+ .paragraph { margin-top: 28px; font-size: 28px; line-height: 1.6; color: #333; max-width: 980px; }
99
+
100
+ /* Utility */
101
+ .spacer { height: 40px; }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Header with title, price and close -->
108
+ <div class="header">
109
+ <div class="header-row">
110
+ <div class="product-title">DROPSET 2 TRAINER</div>
111
+ <div class="price-close">
112
+ <div class="price-tag">$130.00</div>
113
+ <svg class="icon-btn" viewBox="0 0 48 48">
114
+ <line x1="10" y1="10" x2="38" y2="38" stroke="#111" stroke-width="4" />
115
+ <line x1="38" y1="10" x2="10" y2="38" stroke="#111" stroke-width="4" />
116
+ </svg>
117
+ </div>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Carousel of shoes -->
122
+ <div class="carousel">
123
+ <div class="thumb">[IMG: Black Shoe]</div>
124
+ <div class="thumb">[IMG: Grey Shoe]</div>
125
+ <div class="thumb">[IMG: Red Shoe]</div>
126
+ <div class="thumb">[IMG: Olive Shoe]</div>
127
+ </div>
128
+
129
+ <!-- Size selection -->
130
+ <div class="size-section">
131
+ <div class="size-header">
132
+ <div class="size-label">SIZE</div>
133
+ <div class="ruler-box">
134
+ <svg width="62" height="38" viewBox="0 0 62 38">
135
+ <rect x="6" y="6" width="50" height="26" fill="none" stroke="#111" stroke-width="2"></rect>
136
+ <line x1="12" y1="26" x2="12" y2="30" stroke="#111" stroke-width="2"/>
137
+ <line x1="18" y1="22" x2="18" y2="30" stroke="#111" stroke-width="2"/>
138
+ <line x1="24" y1="26" x2="24" y2="30" stroke="#111" stroke-width="2"/>
139
+ <line x1="30" y1="22" x2="30" y2="30" stroke="#111" stroke-width="2"/>
140
+ <line x1="36" y1="26" x2="36" y2="30" stroke="#111" stroke-width="2"/>
141
+ <line x1="42" y1="22" x2="42" y2="30" stroke="#111" stroke-width="2"/>
142
+ <line x1="48" y1="26" x2="48" y2="30" stroke="#111" stroke-width="2"/>
143
+ </svg>
144
+ </div>
145
+ </div>
146
+ <div class="size-list">
147
+ <div class="size-item">M 7 / W 8</div>
148
+ <div class="size-item">M 7.5 / W 8.5</div>
149
+ <div class="size-item active">M 8 / W 9</div>
150
+ <div class="size-item">M 8.5 / W 9.5</div>
151
+ <div class="size-item">M 9 / W 10</div>
152
+ </div>
153
+ <div style="display:flex; justify-content:center;">
154
+ <div class="active-underline"></div>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Action buttons -->
159
+ <div class="actions">
160
+ <div class="btn-outline">
161
+ <div>ADD TO BAG</div>
162
+ <svg class="bag-icon" viewBox="0 0 48 48">
163
+ <rect x="10" y="16" width="28" height="22" fill="none" stroke="#111" stroke-width="3"></rect>
164
+ <path d="M16 16 c0 -6 6 -10 8 -10 s8 4 8 10" fill="none" stroke="#111" stroke-width="3"></path>
165
+ <line x1="34" y1="26" x2="34" y2="36" stroke="#111" stroke-width="3"></line>
166
+ <line x1="29" y1="31" x2="39" y2="31" stroke="#111" stroke-width="3"></line>
167
+ </svg>
168
+ </div>
169
+
170
+ <div class="btn-solid">
171
+ <div>BUY IT NOW</div>
172
+ <svg class="arrow-icon" viewBox="0 0 48 48">
173
+ <line x1="10" y1="24" x2="34" y2="24" stroke="#fff" stroke-width="4"></line>
174
+ <polyline points="26,16 34,24 26,32" fill="none" stroke="#fff" stroke-width="4"></polyline>
175
+ </svg>
176
+ </div>
177
+ </div>
178
+
179
+ <!-- Payment methods -->
180
+ <div class="payments">
181
+ <div class="pay-img">[GPay]</div>
182
+ <div class="pay-img">[Card]</div>
183
+ <div class="pay-img">[PayPal]</div>
184
+ <div class="pay-img">[Klarna]</div>
185
+ </div>
186
+
187
+ <!-- Link -->
188
+ <a class="store-link" href="#">CHECK STORES NEARBY</a>
189
+
190
+ <!-- Info strip -->
191
+ <div class="info-strip">
192
+ <div class="info-cell">
193
+ <svg width="34" height="34" viewBox="0 0 34 34">
194
+ <circle cx="8" cy="16" r="3" fill="none" stroke="#111" stroke-width="2"></circle>
195
+ <circle cx="26" cy="8" r="3" fill="none" stroke="#111" stroke-width="2"></circle>
196
+ <circle cx="26" cy="24" r="3" fill="none" stroke="#111" stroke-width="2"></circle>
197
+ <line x1="11" y1="15" x2="23" y2="9" stroke="#111" stroke-width="2"></line>
198
+ <line x1="11" y1="17" x2="23" y2="23" stroke="#111" stroke-width="2"></line>
199
+ </svg>
200
+ </div>
201
+ <div class="info-cell">
202
+ <svg width="40" height="40" viewBox="0 0 40 40">
203
+ <circle cx="20" cy="20" r="16" fill="none" stroke="#111" stroke-width="3"></circle>
204
+ <polyline points="12,21 18,26 28,14" fill="none" stroke="#111" stroke-width="3"></polyline>
205
+ </svg>
206
+ <div class="info-text">FREE STANDARD SHIPPING + FREE RETURNS & EXCHANGES</div>
207
+ </div>
208
+ <div class="info-cell">
209
+ <svg width="34" height="34" viewBox="0 0 34 34">
210
+ <circle cx="17" cy="17" r="15" fill="none" stroke="#111" stroke-width="2"></circle>
211
+ <line x1="17" y1="12" x2="17" y2="22" stroke="#111" stroke-width="3"></line>
212
+ <circle cx="17" cy="26" r="2" fill="#111"></circle>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="muted-note">This product is excluded from discounts.</div>
218
+
219
+ <!-- Content -->
220
+ <div class="content">
221
+ <div class="headline">SHOES FOR STRENGTH TRAINING, MADE IN PART WITH RECYCLED MATERIALS.</div>
222
+ <div class="paragraph">
223
+ The feel of the barbell in your hands, the clang of the plates, the ring of the PR bell. Nothing beats a great lifting day, and these training shoes provide the stability you need during your session. Dropset Trainer features a supportive midsole and grippy outsole to help you stay grounded through every rep.
224
+ </div>
225
+ </div>
226
+
227
+ </div>
228
+ </body>
229
+ </html>
code/6355/6355_10.html ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Modal Confirmation UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #111;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #ffffff;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 140px;
30
+ background: #000;
31
+ color: #fff;
32
+ }
33
+ .status-inner {
34
+ position: absolute;
35
+ top: 0;
36
+ left: 0;
37
+ height: 140px;
38
+ width: 100%;
39
+ padding: 0 40px;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: space-between;
43
+ box-sizing: border-box;
44
+ font-size: 36px;
45
+ letter-spacing: 0.5px;
46
+ }
47
+ .status-right {
48
+ display: flex;
49
+ align-items: center;
50
+ gap: 24px;
51
+ }
52
+ .icon {
53
+ width: 40px;
54
+ height: 40px;
55
+ display: inline-block;
56
+ }
57
+ .icon svg { width: 100%; height: 100%; fill: #fff; }
58
+
59
+ /* Page content (underlay) */
60
+ .page {
61
+ position: absolute;
62
+ top: 140px;
63
+ left: 0;
64
+ width: 100%;
65
+ height: calc(100% - 140px);
66
+ background: #f7f7f7;
67
+ }
68
+ .hero-img {
69
+ width: 100%;
70
+ height: 700px;
71
+ background: #E0E0E0;
72
+ border: 1px solid #BDBDBD;
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: center;
76
+ color: #757575;
77
+ font-size: 36px;
78
+ }
79
+ .content {
80
+ padding: 40px 60px;
81
+ color: #333;
82
+ }
83
+ .muted {
84
+ opacity: 0.75;
85
+ }
86
+
87
+ /* Dark overlay */
88
+ .overlay {
89
+ position: absolute;
90
+ top: 0;
91
+ left: 0;
92
+ width: 1080px;
93
+ height: 2400px;
94
+ background: rgba(0,0,0,0.70);
95
+ }
96
+
97
+ /* Close X near top-right of overlay */
98
+ .close-x {
99
+ position: absolute;
100
+ top: 360px;
101
+ right: 60px;
102
+ width: 60px;
103
+ height: 60px;
104
+ opacity: 0.6;
105
+ }
106
+ .close-x svg {
107
+ width: 100%;
108
+ height: 100%;
109
+ stroke: #cfcfcf;
110
+ stroke-width: 8;
111
+ fill: none;
112
+ stroke-linecap: round;
113
+ }
114
+
115
+ /* Modal */
116
+ .modal {
117
+ position: absolute;
118
+ left: 60px;
119
+ top: 1400px;
120
+ width: 960px;
121
+ background: #fff;
122
+ border-radius: 6px;
123
+ box-shadow: 0 18px 40px rgba(0,0,0,0.45);
124
+ overflow: hidden;
125
+ }
126
+ .modal-body {
127
+ padding: 56px 60px 40px 60px;
128
+ }
129
+ .modal-title {
130
+ font-size: 56px;
131
+ line-height: 64px;
132
+ font-weight: 800;
133
+ margin: 0 0 28px 0;
134
+ color: #111;
135
+ }
136
+ .modal-text {
137
+ font-size: 36px;
138
+ line-height: 48px;
139
+ color: #444;
140
+ margin: 0;
141
+ }
142
+ .modal-actions {
143
+ display: flex;
144
+ border-top: 1px solid #e5e5e5;
145
+ height: 140px;
146
+ }
147
+ .btn {
148
+ flex: 1;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ font-weight: 800;
153
+ text-transform: uppercase;
154
+ letter-spacing: 6px;
155
+ font-size: 36px;
156
+ }
157
+ .btn-no {
158
+ background: #fff;
159
+ color: #111;
160
+ border-right: 1px solid #e5e5e5;
161
+ }
162
+ .btn-yes {
163
+ background: #000;
164
+ color: #fff;
165
+ }
166
+
167
+ /* Bottom gesture bar */
168
+ .gesture-bar {
169
+ position: absolute;
170
+ bottom: 0;
171
+ left: 0;
172
+ width: 1080px;
173
+ height: 120px;
174
+ background: #000;
175
+ }
176
+ .gesture-pill {
177
+ position: absolute;
178
+ bottom: 34px;
179
+ left: 50%;
180
+ transform: translateX(-50%);
181
+ width: 320px;
182
+ height: 12px;
183
+ background: #e6e6e6;
184
+ border-radius: 6px;
185
+ opacity: 0.9;
186
+ }
187
+ </style>
188
+ </head>
189
+ <body>
190
+ <div id="render-target">
191
+
192
+ <!-- Top status bar -->
193
+ <div class="status-bar">
194
+ <div class="status-inner">
195
+ <div>3:10</div>
196
+ <div class="status-right">
197
+ <span class="icon">
198
+ <svg viewBox="0 0 24 24"><path d="M2 16l6-6 6 6 6-6v6H2z"/></svg>
199
+ </span>
200
+ <span class="icon">
201
+ <svg viewBox="0 0 24 24"><rect x="2" y="10" width="16" height="8" rx="1"></rect><rect x="19" y="12" width="3" height="4" rx="1"></rect></svg>
202
+ </span>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Underlying product page -->
208
+ <div class="page">
209
+ <div class="hero-img">[IMG: Shoe Product]</div>
210
+ <div class="content muted">
211
+ <div style="height: 60px; width: 340px; background: #eaeaea; border: 1px solid #d6d6d6; display:flex; align-items:center; justify-content:center; color:#999;">SIZE</div>
212
+ <div style="height: 120px;"></div>
213
+ <div style="height: 100px; width: 960px; background: #E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: Product Details/Selectors]</div>
214
+ <div style="height: 80px;"></div>
215
+ <div style="width: 960px; height: 120px; border:1px solid #dcdcdc; display:flex; align-items:center; padding:0 40px; color:#9a9a9a;">ADD TO BAG</div>
216
+ <div style="height: 40px;"></div>
217
+ <div style="width: 960px; height: 120px; background:#efefef; border:1px solid #dcdcdc; display:flex; align-items:center; padding:0 40px; color:#9a9a9a;">BUY IT NOW</div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- Dark overlay -->
222
+ <div class="overlay"></div>
223
+
224
+ <!-- Close X -->
225
+ <div class="close-x">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M4 4 L20 20"></path>
228
+ <path d="M20 4 L4 20"></path>
229
+ </svg>
230
+ </div>
231
+
232
+ <!-- Confirmation modal -->
233
+ <div class="modal" role="dialog" aria-labelledby="modal-title" aria-modal="true">
234
+ <div class="modal-body">
235
+ <h1 class="modal-title" id="modal-title">Are you sure?</h1>
236
+ <p class="modal-text">You already have this item in your bag, do you want to add another?</p>
237
+ </div>
238
+ <div class="modal-actions">
239
+ <div class="btn btn-no">NO</div>
240
+ <div class="btn btn-yes">YES</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Bottom gesture bar -->
245
+ <div class="gesture-bar">
246
+ <div class="gesture-pill"></div>
247
+ </div>
248
+
249
+ </div>
250
+ </body>
251
+ </html>