yhzheng1031 commited on
Commit
c1919d1
·
verified ·
1 Parent(s): 805c7eb

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/11694/11694_2.html +208 -0
  2. code/11696/11696_12.html +187 -0
  3. code/11696/11696_13.html +285 -0
  4. code/11696/11696_2.html +304 -0
  5. code/11696/11696_3.html +337 -0
  6. code/11696/11696_4.html +231 -0
  7. code/11696/11696_5.html +333 -0
  8. code/11696/11696_6.html +259 -0
  9. code/11696/11696_7.html +296 -0
  10. code/11696/11696_8.html +430 -0
  11. code/11696/11696_9.html +237 -0
  12. code/11697/11697_0.html +305 -0
  13. code/11697/11697_1.html +454 -0
  14. code/11697/11697_3.html +290 -0
  15. code/11697/11697_4.html +290 -0
  16. code/11697/11697_5.html +218 -0
  17. code/11697/11697_6.html +148 -0
  18. code/11698/11698_0.html +280 -0
  19. code/11698/11698_1.html +344 -0
  20. code/11698/11698_2.html +497 -0
  21. code/11698/11698_3.html +365 -0
  22. code/11698/11698_4.html +348 -0
  23. code/11699/11699_0.html +119 -0
  24. code/11699/11699_1.html +436 -0
  25. code/11699/11699_2.html +368 -0
  26. code/11699/11699_3.html +278 -0
  27. code/11699/11699_4.html +359 -0
  28. code/11699/11699_5.html +469 -0
  29. code/11699/11699_6.html +349 -0
  30. code/11699/11699_7.html +259 -0
  31. code/11699/11699_8.html +174 -0
  32. code/11702/11702_0.html +342 -0
  33. code/11702/11702_1.html +317 -0
  34. code/11702/11702_10.html +242 -0
  35. code/11702/11702_11.html +382 -0
  36. code/11702/11702_12.html +386 -0
  37. code/11702/11702_2.html +334 -0
  38. code/11702/11702_3.html +342 -0
  39. code/11702/11702_4.html +375 -0
  40. code/11702/11702_5.html +305 -0
  41. code/11702/11702_6.html +273 -0
  42. code/11702/11702_7.html +397 -0
  43. code/11702/11702_8.html +291 -0
  44. code/11702/11702_9.html +433 -0
  45. code/11708/11708_0.html +271 -0
  46. code/11708/11708_1.html +259 -0
  47. code/11708/11708_2.html +307 -0
  48. code/11708/11708_3.html +271 -0
  49. code/11708/11708_4.html +215 -0
  50. code/11708/11708_5.html +320 -0
code/11694/11694_2.html ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Item - Reviews</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,Helvetica,sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#0f1114; color:#fff;
10
+ }
11
+ .content{ position:absolute; left:0; top:0; width:100%; height:100%; overflow-y:auto; }
12
+ /* Status bar */
13
+ .status-bar{ height:80px; display:flex; align-items:center; padding:0 36px; color:#eaeaea; font-weight:600; font-size:30px; }
14
+ .status-right{ margin-left:auto; display:flex; align-items:center; gap:22px; }
15
+ .sb-icon{ width:34px; height:22px; background:#9aa0a6; border-radius:4px; }
16
+ .battery{ width:42px; height:24px; border:2px solid #9aa0a6; border-radius:4px; position:relative; }
17
+ .battery:after{ content:""; position:absolute; right:-10px; top:6px; width:6px; height:12px; background:#9aa0a6; border-radius:2px; }
18
+ .battery .level{ position:absolute; left:2px; top:2px; height:16px; width:28px; background:#9aa0a6; }
19
+ /* Header */
20
+ .header{ height:120px; display:flex; align-items:center; padding:0 28px; border-bottom:1px solid #1f2328; }
21
+ .back{ width:72px; height:72px; display:flex; align-items:center; justify-content:center; margin-right:14px; }
22
+ .title{ font-size:50px; font-weight:700; letter-spacing:0.2px; }
23
+ .actions{ margin-left:auto; display:flex; gap:22px; }
24
+ .icon-bubble{ width:88px; height:88px; border-radius:44px; background:#1a1d21; display:flex; align-items:center; justify-content:center; }
25
+ .icon-bubble svg{ fill:#d7d7d7; }
26
+ /* Ratings filter */
27
+ .filter-row{ padding:26px 32px 12px 32px; display:flex; align-items:center; }
28
+ .filter-pill{ margin-left:auto; display:flex; align-items:center; gap:14px; border:1px solid #2a2e34; color:#eaeef2; background:#13161a; padding:18px 22px; border-radius:48px; font-size:34px; }
29
+ /* Reviews */
30
+ .section{ padding:18px 32px; }
31
+ .review{ padding:22px 0 26px 0; border-bottom:1px solid #262a2f; }
32
+ .user-row{ display:flex; align-items:center; gap:16px; color:#c8ffc8; font-size:30px; }
33
+ .user-row .name{ color:#c8ffc8; font-weight:700; }
34
+ .user-row .meta{ color:#a8afbd; font-weight:500; }
35
+ .green-plus{ width:46px; height:46px; border-radius:50%; background:#2bbf60; display:flex; align-items:center; justify-content:center; }
36
+ .green-plus:before, .green-plus:after{
37
+ content:""; position:absolute; background:#0f1114;
38
+ }
39
+ .green-plus{ position:relative; }
40
+ .green-plus:before{ width:20px; height:4px; }
41
+ .green-plus:after{ width:4px; height:20px; }
42
+ .review p{ margin:18px 0 0 0; font-size:36px; line-height:56px; color:#e6e8ea; }
43
+ /* CTA button */
44
+ .cta{ display:flex; justify-content:center; padding:40px 32px; }
45
+ .pill-btn{ width:940px; text-align:center; padding:30px 24px; border-radius:60px; border:2px solid #4078ff; color:#c9dcff; font-size:42px; font-weight:700; }
46
+ /* Frequently bought together */
47
+ .freq{ padding:12px 32px; display:flex; align-items:center; }
48
+ .freq h2{ font-size:58px; margin:12px 0; font-weight:800; letter-spacing:0.2px; }
49
+ .see-all{ margin-left:auto; border:1px solid #2a2e34; color:#eaeef2; background:#13161a; padding:18px 28px; border-radius:46px; font-size:36px; }
50
+ /* Bottom nav */
51
+ .bottom-nav{ position:absolute; left:0; bottom:0; width:100%; height:160px; background:#0d0f12; border-top:1px solid #23262b; display:flex; justify-content:space-around; align-items:center; }
52
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:12px; color:#cfd3d8; font-size:28px; }
53
+ .nav-item .nav-icon{ width:92px; height:92px; border-radius:46px; background:#1a1d21; display:flex; align-items:center; justify-content:center; }
54
+ .nav-item.active .nav-icon{ background:#243a63; }
55
+ .nav-item.active{ color:#81a7ff; }
56
+ /* helper */
57
+ .spacer{ height:32px; }
58
+ </style>
59
+ </head>
60
+ <body>
61
+ <div id="render-target">
62
+ <div class="content">
63
+ <!-- Status bar -->
64
+ <div class="status-bar">
65
+ <div>1:33</div>
66
+ <div class="status-right">
67
+ <div class="sb-icon"></div>
68
+ <div class="sb-icon" style="width:28px;"></div>
69
+ <div class="battery"><div class="level"></div></div>
70
+ </div>
71
+ </div>
72
+
73
+ <!-- Header -->
74
+ <div class="header">
75
+ <div class="back">
76
+ <svg width="44" height="44" viewBox="0 0 24 24">
77
+ <path d="M15.5 19L8 12l7.5-7 1.5 1.5L11 12l6 5.5z"></path>
78
+ </svg>
79
+ </div>
80
+ <div class="title">Item</div>
81
+ <div class="actions">
82
+ <div class="icon-bubble">
83
+ <svg width="36" height="36" viewBox="0 0 24 24">
84
+ <path d="M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm8.5 2.5L15 17"></path>
85
+ </svg>
86
+ </div>
87
+ <div class="icon-bubble">
88
+ <svg width="36" height="36" viewBox="0 0 24 24">
89
+ <path d="M7 7h10l1 9H6l1-9zm3 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm6 2a2 2 0 1 0 .001-4.001A2 2 0 0 0 16 21zM8 5l2-2h4l2 2"></path>
90
+ </svg>
91
+ </div>
92
+ <div class="icon-bubble">
93
+ <svg width="36" height="36" viewBox="0 0 24 24">
94
+ <path d="M15 8v-4l6 6-6 6v-4H5V8z"></path>
95
+ </svg>
96
+ </div>
97
+ <div class="icon-bubble">
98
+ <svg width="36" height="36" viewBox="0 0 24 24">
99
+ <circle cx="12" cy="5" r="2"></circle>
100
+ <circle cx="12" cy="12" r="2"></circle>
101
+ <circle cx="12" cy="19" r="2"></circle>
102
+ </svg>
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ <!-- Filter row -->
108
+ <div class="filter-row">
109
+ <div style="font-size:28px; color:#8a909a;"> </div>
110
+ <div class="filter-pill">
111
+ <span>All ratings</span>
112
+ <svg width="28" height="28" viewBox="0 0 24 24">
113
+ <path fill="#cdd1d6" d="M7 10l5 5 5-5z"></path>
114
+ </svg>
115
+ </div>
116
+ </div>
117
+
118
+ <!-- Reviews -->
119
+ <div class="section">
120
+ <div class="review">
121
+ <div class="user-row">
122
+ <div class="green-plus"></div>
123
+ <div class="name">7***0 (11)</div>
124
+ <div class="meta">• Past 6 months</div>
125
+ </div>
126
+ <p>i absolutely love it. i had a kindle keyboard that unfortunately couldn’t be brought back to life, so i bought this one. i was scared that the touch screen would be really slow, but it’s not. (it’s not like an ipad touch screen, of course; but it’s much better than i expected). it’s small, so it fits everywhere, and the refurbishing was done really well. it looks like any other kindle. very happy with my purchase.</p>
127
+ </div>
128
+
129
+ <div class="review">
130
+ <div class="user-row">
131
+ <div class="green-plus"></div>
132
+ <div class="name">a***8 (1)</div>
133
+ <div class="meta">• Past 6 months</div>
134
+ </div>
135
+ <p>This item arrived earlier than expected which was a nice surprise. Other than that, the actual kindle was in very good condition and securely wrapped to avoid damage. The battery was good and it works exactly as described. Very happy with this purchase.</p>
136
+ </div>
137
+
138
+ <div class="review">
139
+ <div class="user-row">
140
+ <div class="green-plus"></div>
141
+ <div class="name">-***e (35)</div>
142
+ <div class="meta">• Past 6 months</div>
143
+ </div>
144
+ <p>Refurbished kindle had minor scratches and blemishes as expected but functions perfectly. Seller was quick to ship out the item and had it packaged nicely.</p>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- CTA -->
149
+ <div class="cta">
150
+ <div class="pill-btn">See all feedback</div>
151
+ </div>
152
+
153
+ <!-- Frequently bought together -->
154
+ <div class="freq">
155
+ <h2>Frequently bought together</h2>
156
+ <div class="see-all">See all →</div>
157
+ </div>
158
+
159
+ <div class="spacer"></div>
160
+ </div>
161
+
162
+ <!-- Bottom navigation -->
163
+ <div class="bottom-nav">
164
+ <div class="nav-item">
165
+ <div class="nav-icon">
166
+ <svg width="40" height="40" viewBox="0 0 24 24">
167
+ <path fill="#cfd3d8" d="M12 3l9 8h-3v8h-4v-5H10v5H6v-8H3z"></path>
168
+ </svg>
169
+ </div>
170
+ <div>Home</div>
171
+ </div>
172
+ <div class="nav-item">
173
+ <div class="nav-icon">
174
+ <svg width="40" height="40" viewBox="0 0 24 24">
175
+ <circle cx="12" cy="8" r="4" fill="#cfd3d8"></circle>
176
+ <path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="#cfd3d8"></path>
177
+ </svg>
178
+ </div>
179
+ <div>My eBay</div>
180
+ </div>
181
+ <div class="nav-item active">
182
+ <div class="nav-icon">
183
+ <svg width="40" height="40" viewBox="0 0 24 24">
184
+ <path fill="#c9dcff" d="M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm9 3-5-5"></path>
185
+ </svg>
186
+ </div>
187
+ <div>Search</div>
188
+ </div>
189
+ <div class="nav-item">
190
+ <div class="nav-icon">
191
+ <svg width="40" height="40" viewBox="0 0 24 24">
192
+ <path fill="#cfd3d8" d="M12 22a2 2 0 0 1-2-2h4a2 2 0 0 1-2 2zm7-6V8a7 7 0 1 0-14 0v8l-2 2v2h18v-2z"></path>
193
+ </svg>
194
+ </div>
195
+ <div>Inbox</div>
196
+ </div>
197
+ <div class="nav-item">
198
+ <div class="nav-icon">
199
+ <svg width="40" height="40" viewBox="0 0 24 24">
200
+ <path fill="#cfd3d8" d="M20 6l-4 0-2-2H6L4 6v14h16V6zm-4 5H8v-2h8v2z"></path>
201
+ </svg>
202
+ </div>
203
+ <div>Selling</div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+ </body>
208
+ </html>
code/11696/11696_12.html ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>No Trains Found</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F6F7FB;
12
+ }
13
+
14
+ /* Top App Bar */
15
+ .appbar {
16
+ position: absolute; top: 0; left: 0; width: 100%; background: #172A66; color: #fff;
17
+ box-sizing: border-box;
18
+ }
19
+ .status {
20
+ height: 90px; display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 36px; font-weight: 600; letter-spacing: 0.5px;
22
+ }
23
+ .status .icons { display: flex; gap: 22px; align-items: center; }
24
+ .title-area {
25
+ padding: 8px 36px 30px 36px;
26
+ display: grid; grid-template-columns: 60px 1fr 60px; align-items: center;
27
+ column-gap: 20px;
28
+ }
29
+ .title-text h1 {
30
+ margin: 0; font-size: 48px; line-height: 1.2; font-weight: 800;
31
+ }
32
+ .title-text p {
33
+ margin: 10px 0 0 0; font-size: 30px; color: #c7d0ea;
34
+ }
35
+ .header-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
36
+ .header-icon svg { width: 44px; height: 44px; fill: none; stroke: #c7d0ea; stroke-width: 3; }
37
+
38
+ /* Transport tabs on light background */
39
+ .tabs-wrap {
40
+ position: absolute; top: 270px; left: 0; width: 100%; background: #ffffff;
41
+ border-top-left-radius: 22px; border-top-right-radius: 22px;
42
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
43
+ }
44
+ .tabs {
45
+ display: flex; justify-content: space-around; align-items: center; padding: 38px 0 30px;
46
+ }
47
+ .tab { display: flex; flex-direction: column; align-items: center; color: #B9C0CF; font-size: 26px; }
48
+ .tab svg { width: 64px; height: 64px; stroke: #B9C0CF; fill: none; stroke-width: 3; }
49
+ .tab .underline { margin-top: 12px; width: 60px; height: 6px; border-radius: 3px; background: #E2E6EE; }
50
+ .active .underline { background: #F46363; }
51
+
52
+ .divider-red {
53
+ width: 300px; height: 8px; background: #F46363; border-radius: 4px;
54
+ margin: 0 0 0 36px;
55
+ }
56
+
57
+ /* Filter chips */
58
+ .filters {
59
+ padding: 40px 36px; display: flex; gap: 24px; flex-wrap: nowrap;
60
+ }
61
+ .chip {
62
+ flex: 0 0 auto; padding: 26px 34px; border: 2px solid #D6DAE5; border-radius: 46px;
63
+ color: #7B879E; font-size: 32px; display: flex; align-items: center; gap: 18px; background: #fff;
64
+ }
65
+ .chip svg { width: 34px; height: 34px; stroke: #9AA6BF; fill: none; stroke-width: 3; }
66
+
67
+ /* Empty state */
68
+ .empty {
69
+ text-align: center; padding-top: 120px;
70
+ }
71
+ .img-placeholder {
72
+ width: 520px; height: 360px; margin: 0 auto 40px;
73
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
74
+ display: flex; align-items: center; justify-content: center; border-radius: 22px;
75
+ font-size: 28px;
76
+ }
77
+ .empty h2 {
78
+ margin: 0; font-size: 56px; color: #172A66; font-weight: 800;
79
+ }
80
+ .empty p {
81
+ margin: 24px auto 0; width: 800px; font-size: 32px; color: #5A6786; line-height: 1.5;
82
+ }
83
+
84
+ /* Footer links */
85
+ .footer {
86
+ position: absolute; bottom: 120px; left: 0; width: 100%; text-align: center;
87
+ color: #172A66; font-size: 34px;
88
+ }
89
+ .footer a { color: #172A66; font-weight: 800; text-decoration: none; }
90
+ .footer span { color: #5A6786; font-weight: 500; }
91
+
92
+ /* Bottom safe area bar */
93
+ .bottom-bar {
94
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: #0E183F;
95
+ }
96
+ .home-indicator {
97
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
98
+ width: 240px; height: 12px; background: #D6DAE5; border-radius: 8px; opacity: 0.8;
99
+ }
100
+ </style>
101
+ </head>
102
+ <body>
103
+ <div id="render-target">
104
+ <div class="appbar">
105
+ <div class="status">
106
+ <div>9:04</div>
107
+ <div class="icons">
108
+ <span>⬤</span>
109
+ <span>◌</span>
110
+ <span>✈</span>
111
+ <span>•</span>
112
+ <span>◎</span>
113
+ <span>🔋 100%</span>
114
+ </div>
115
+ </div>
116
+ <div class="title-area">
117
+ <div class="header-icon">
118
+ <!-- Back arrow -->
119
+ <svg viewBox="0 0 24 24"><path d="M14 5l-7 7 7 7"/><path d="M21 12H7"/></svg>
120
+ </div>
121
+ <div class="title-text">
122
+ <h1>New York, NY › New Hyde Park, NY</h1>
123
+ <p>Wed, Nov 22, 1 passenger</p>
124
+ </div>
125
+ <div class="header-icon" style="justify-self:end;">
126
+ <!-- Share icon -->
127
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="18" cy="18" r="2"/><path d="M8 12l8-6M8 12l8 6"/></svg>
128
+ </div>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="tabs-wrap">
133
+ <div class="tabs">
134
+ <div class="tab active">
135
+ <!-- Train icon -->
136
+ <svg viewBox="0 0 24 24">
137
+ <rect x="6" y="5" width="12" height="10" rx="3"></rect>
138
+ <path d="M7 15l-2 3M17 15l2 3M8 9h8M9 12h2M13 12h2"></path>
139
+ </svg>
140
+ <div class="underline"></div>
141
+ </div>
142
+ <div class="tab">
143
+ <!-- Bus icon -->
144
+ <svg viewBox="0 0 24 24">
145
+ <rect x="5" y="5" width="14" height="10" rx="2"></rect>
146
+ <path d="M6 15l-2 3M18 15l2 3M7 9h10M8 12h2M14 12h2"></path>
147
+ </svg>
148
+ <div class="underline"></div>
149
+ </div>
150
+ <div class="tab">
151
+ <!-- Plane icon -->
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M3 10l8 2 8-2-8-2-3-4M11 12l-3 8"></path>
154
+ </svg>
155
+ <div class="underline"></div>
156
+ </div>
157
+ </div>
158
+ <div class="divider-red"></div>
159
+
160
+ <div class="filters">
161
+ <div class="chip">
162
+ <!-- Sort/arrow icon -->
163
+ <svg viewBox="0 0 24 24"><path d="M7 4v12M7 16l-3-4M7 16l3-4M14 8h6M14 12h6"/></svg>
164
+ <span>Departure time</span>
165
+ </div>
166
+ <div class="chip">Stops</div>
167
+ <div class="chip">Departure</div>
168
+ <div class="chip">Arrival</div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="empty">
173
+ <div class="img-placeholder">[IMG: Scenic railway illustration]</div>
174
+ <h2>No trains found</h2>
175
+ <p>We are not able to find a train between these two places.</p>
176
+ </div>
177
+
178
+ <div class="footer">
179
+ <a href="#">Our small print</a>, <a href="#">Terms of use</a> <span>and</span> <a href="#">Privacy Policy</a>
180
+ </div>
181
+
182
+ <div class="bottom-bar">
183
+ <div class="home-indicator"></div>
184
+ </div>
185
+ </div>
186
+ </body>
187
+ </html>
code/11696/11696_13.html ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Render</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF; border-radius: 0; box-shadow: none;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 84px; background: #0f1f4d; color: #f5f8ff;
17
+ display: flex; align-items: center; padding: 0 36px; font-weight: 600; font-size: 34px;
18
+ }
19
+ .status-bar .left { flex: 1; }
20
+ .status-bar .right { display: flex; align-items: center; gap: 24px; font-size: 30px; }
21
+ .battery { display: flex; align-items: center; gap: 10px; }
22
+ .battery svg { width: 40px; height: 40px; }
23
+
24
+ /* Header */
25
+ .header {
26
+ background: #0f1f4d; color: #fff; padding: 28px 36px 36px 36px;
27
+ }
28
+ .header-top {
29
+ display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px;
30
+ }
31
+ .icon-btn { background: transparent; border: none; padding: 10px; cursor: default; }
32
+ .icon-btn svg { width: 44px; height: 44px; }
33
+ .title {
34
+ font-size: 48px; font-weight: 800; letter-spacing: 0.2px;
35
+ }
36
+ .subtitle {
37
+ font-size: 28px; opacity: 0.9; margin-top: 8px;
38
+ }
39
+
40
+ /* Tabs */
41
+ .tabs-wrap {
42
+ background: #F6F6F9; padding: 26px 36px 16px 36px; border-bottom: 1px solid #e7e7ee;
43
+ }
44
+ .transport-tabs {
45
+ display: flex; justify-content: space-between; align-items: stretch;
46
+ }
47
+ .tab {
48
+ width: 30%; text-align: center; color: #9aa2b2;
49
+ }
50
+ .tab svg { width: 64px; height: 64px; margin-bottom: 10px; }
51
+ .tab .price { font-size: 34px; font-weight: 800; margin-top: 4px; }
52
+ .tab .dur { font-size: 26px; color: #8c93a3; }
53
+ .tab.disabled .price { font-weight: 600; color: #c6cbd8; }
54
+ .tab.active { color: #213262; }
55
+ .tab.active .price { color: #213262; }
56
+ .active-underline {
57
+ height: 10px; width: 330px; background: #ef6f6f; border-radius: 6px;
58
+ margin: 18px auto 0 auto;
59
+ }
60
+
61
+ /* Warning box */
62
+ .warning {
63
+ margin: 26px 36px; padding: 28px; background: #FFF3DE; color: #8A5A2B;
64
+ border: 2px solid #E8C17A; border-radius: 22px; line-height: 1.35;
65
+ display: flex; gap: 22px; align-items: flex-start;
66
+ }
67
+ .warning .bold { font-weight: 800; font-size: 34px; }
68
+ .warning .sub { font-size: 28px; color: #9A6F3F; margin-top: 6px; }
69
+ .warning .icon { width: 52px; height: 52px; flex-shrink: 0; margin-top: 6px; }
70
+
71
+ /* Filter chips */
72
+ .filters { display: flex; gap: 20px; padding: 8px 36px 24px 36px; }
73
+ .chip {
74
+ padding: 22px 28px; background: #F0F4FF; color: #334471; border-radius: 36px;
75
+ font-size: 30px; font-weight: 600; display: flex; align-items: center; gap: 18px;
76
+ box-shadow: 0 2px 0 rgba(0,0,0,0.02) inset;
77
+ }
78
+ .chip.inactive { color: #B5BCD0; background: #F6F7FB; }
79
+ .chip svg { width: 40px; height: 40px; }
80
+
81
+ /* Card */
82
+ .card {
83
+ margin: 20px 36px; border-radius: 28px; background: #fff; box-shadow: 0 10px 24px rgba(30,40,70,0.15);
84
+ padding: 28px;
85
+ }
86
+ .card .tag {
87
+ color: #2CA870; font-weight: 800; letter-spacing: 1px; font-size: 28px; margin-bottom: 14px;
88
+ }
89
+ .logo-placeholder {
90
+ width: 220px; height: 66px; background: #E0E0E0; border: 1px solid #BDBDBD;
91
+ display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 10px;
92
+ font-size: 26px; margin-bottom: 12px;
93
+ }
94
+ .times {
95
+ display: grid; grid-template-columns: 1fr auto 1fr; align-items: baseline; gap: 24px;
96
+ color: #1c2b59; margin-top: 8px;
97
+ }
98
+ .times .t { font-size: 48px; font-weight: 800; }
99
+ .times .dur {
100
+ font-size: 30px; color: #9aa2b2; font-weight: 700;
101
+ position: relative; padding: 0 18px;
102
+ }
103
+ .times .dur::before, .times .dur::after {
104
+ content: ""; position: absolute; top: 50%; width: 120px; height: 2px; background: #dfe3ea;
105
+ }
106
+ .times .dur::before { left: -130px; }
107
+ .times .dur::after { right: -130px; }
108
+
109
+ .locations {
110
+ display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 10px;
111
+ color: #3b4a77; font-size: 28px; line-height: 1.3;
112
+ }
113
+
114
+ .card-bottom {
115
+ margin-top: 26px; display: flex; align-items: center; justify-content: space-between;
116
+ }
117
+ .transfer-pill {
118
+ padding: 20px 26px; background: #DBE8FF; color: #3b4a77; border-radius: 32px;
119
+ font-size: 30px; font-weight: 700; display: inline-flex; align-items: center; gap: 14px;
120
+ }
121
+ .transfer-pill svg { width: 32px; height: 32px; }
122
+ .price-area { text-align: right; }
123
+ .price-area .price { font-size: 46px; font-weight: 900; color: #16265a; }
124
+ .price-area .meta { margin-top: 6px; font-size: 28px; color: #6b7798; display: inline-flex; align-items: center; gap: 12px; }
125
+ .price-area .meta svg { width: 32px; height: 32px; }
126
+
127
+ /* Small print */
128
+ .small-print {
129
+ text-align: center; color: #2b3c6d; font-weight: 800; font-size: 30px; margin: 46px 36px;
130
+ }
131
+
132
+ /* Spacer and bottom bar */
133
+ .spacer { height: 1200px; }
134
+ .bottom-bar {
135
+ position: absolute; bottom: 0; left: 0; right: 0; height: 160px; background: #0f1f4d;
136
+ display: flex; align-items: center; justify-content: center;
137
+ }
138
+ .home-indicator {
139
+ width: 300px; height: 12px; background: #e6e8ef; border-radius: 8px; opacity: 0.9;
140
+ }
141
+ </style>
142
+ </head>
143
+ <body>
144
+ <div id="render-target">
145
+
146
+ <!-- Android-style status bar -->
147
+ <div class="status-bar">
148
+ <div class="left">9:04</div>
149
+ <div class="right">
150
+ <span>•</span>
151
+ <div class="battery">
152
+ <svg viewBox="0 0 24 24" fill="none">
153
+ <rect x="2" y="6" width="18" height="12" rx="3" stroke="#fff" stroke-width="2"></rect>
154
+ <rect x="3.5" y="7.5" width="14" height="9" rx="2" fill="#ffffff"></rect>
155
+ <rect x="20" y="10" width="2.5" height="4" rx="1" fill="#fff"></rect>
156
+ </svg>
157
+ 100%
158
+ </div>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Header -->
163
+ <div class="header">
164
+ <div class="header-top">
165
+ <button class="icon-btn" aria-label="Back">
166
+ <svg viewBox="0 0 24 24">
167
+ <path d="M14 4 L6 12 L14 20" fill="none" stroke="#ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
168
+ </svg>
169
+ </button>
170
+ <svg viewBox="0 0 24 24">
171
+ <circle cx="17" cy="5" r="2.2" fill="#b9c3ff"></circle>
172
+ <circle cx="7" cy="12" r="2.2" fill="#b9c3ff"></circle>
173
+ <circle cx="17" cy="19" r="2.2" fill="#b9c3ff"></circle>
174
+ <path d="M8.8 12 L15 7 M8.8 12 L15 17" stroke="#b9c3ff" stroke-width="2.2" stroke-linecap="round"></path>
175
+ </svg>
176
+ </div>
177
+ <div class="title">New York, NY › New Hyde Park, NY</div>
178
+ <div class="subtitle">Wed, Nov 22, 1 passenger</div>
179
+ </div>
180
+
181
+ <!-- Tabs -->
182
+ <div class="tabs-wrap">
183
+ <div class="transport-tabs">
184
+ <div class="tab disabled">
185
+ <svg viewBox="0 0 24 24">
186
+ <rect x="4" y="6" width="16" height="11" rx="3" fill="#ccd2df"></rect>
187
+ <rect x="7" y="9" width="10" height="3" rx="1" fill="#e2e6ef"></rect>
188
+ <circle cx="8" cy="19" r="2" fill="#cbd1de"></circle>
189
+ <circle cx="16" cy="19" r="2" fill="#cbd1de"></circle>
190
+ </svg>
191
+ <div class="price">-</div>
192
+ </div>
193
+ <div class="tab active">
194
+ <svg viewBox="0 0 24 24">
195
+ <rect x="3" y="6" width="18" height="10" rx="2" fill="#233767"></rect>
196
+ <rect x="5" y="9" width="8" height="3" rx="1" fill="#fff"></rect>
197
+ <circle cx="8" cy="19" r="2" fill="#233767"></circle>
198
+ <circle cx="16" cy="19" r="2" fill="#233767"></circle>
199
+ </svg>
200
+ <div class="price">$13</div>
201
+ <div class="dur">1h25m</div>
202
+ </div>
203
+ <div class="tab disabled">
204
+ <svg viewBox="0 0 24 24">
205
+ <path d="M2 14 L22 10 L15 13 L17 18 L12 16 L9 20 L9 15 L5 16 Z" fill="#ccd2df"></path>
206
+ </svg>
207
+ <div class="price">-</div>
208
+ </div>
209
+ </div>
210
+ <div class="active-underline"></div>
211
+ </div>
212
+
213
+ <!-- Warning -->
214
+ <div class="warning">
215
+ <svg class="icon" viewBox="0 0 24 24">
216
+ <circle cx="12" cy="12" r="10" fill="#F6C26B"></circle>
217
+ <rect x="11" y="6" width="2" height="8" rx="1" fill="#8A5A2B"></rect>
218
+ <circle cx="12" cy="17.5" r="1.5" fill="#8A5A2B"></circle>
219
+ </svg>
220
+ <div>
221
+ <div class="bold">We have no buses to New Hyde Park, NY</div>
222
+ <div class="sub">Try another mode of transport or choose from our nearby locations below</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Filters -->
227
+ <div class="filters">
228
+ <div class="chip">
229
+ <svg viewBox="0 0 24 24">
230
+ <path d="M7 5 L17 5 M10 10 L14 10 M12 15 L12 20" stroke="#334471" stroke-width="2.2" stroke-linecap="round"></path>
231
+ <path d="M8 15 L16 15" stroke="#334471" stroke-width="2.2" stroke-linecap="round"></path>
232
+ </svg>
233
+ Departure time
234
+ </div>
235
+ <div class="chip">Stops</div>
236
+ <div class="chip inactive">Departure</div>
237
+ <div class="chip inactive">Arrival</div>
238
+ </div>
239
+
240
+ <!-- Result card -->
241
+ <div class="card">
242
+ <div class="tag">CHEAPEST, FASTEST</div>
243
+ <div class="logo-placeholder">[IMG: Greyhound logo]</div>
244
+
245
+ <div class="times">
246
+ <div class="t">2:10 PM</div>
247
+ <div class="dur">1h25m</div>
248
+ <div class="t">3:35 PM</div>
249
+ </div>
250
+
251
+ <div class="locations">
252
+ <div>New York, Port Authority Bus Station, New York, NY</div>
253
+ <div>New York, Hillside Ave / 219th St (Queens Village), New York, NY</div>
254
+ </div>
255
+
256
+ <div class="card-bottom">
257
+ <div class="transfer-pill">
258
+ 0 Transfers
259
+ <svg viewBox="0 0 24 24">
260
+ <path d="M6 9 L12 15 L18 9" fill="none" stroke="#3b4a77" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round"></path>
261
+ </svg>
262
+ </div>
263
+ <div class="price-area">
264
+ <div class="price">$13</div>
265
+ <div class="meta">
266
+ <svg viewBox="0 0 24 24">
267
+ <circle cx="12" cy="7" r="3" fill="#6b7798"></circle>
268
+ <path d="M6 20 C6 16 18 16 18 20 Z" fill="#6b7798"></path>
269
+ </svg>
270
+ 1 • One-way
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </div>
275
+
276
+ <div class="small-print">Our small print, Terms of use and Privacy Policy</div>
277
+
278
+ <div class="spacer"></div>
279
+
280
+ <div class="bottom-bar">
281
+ <div class="home-indicator"></div>
282
+ </div>
283
+ </div>
284
+ </body>
285
+ </html>
code/11696/11696_2.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Departure Search</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 96px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #1f2937;
25
+ font-weight: 600;
26
+ font-size: 34px;
27
+ }
28
+ .status-icons {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 18px;
32
+ color: #374151;
33
+ font-size: 26px;
34
+ }
35
+ .status-icons .icon {
36
+ width: 28px;
37
+ height: 28px;
38
+ border-radius: 6px;
39
+ background: #E5E7EB;
40
+ }
41
+
42
+ /* Header */
43
+ .header {
44
+ padding: 24px 36px 8px 36px;
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 18px;
48
+ }
49
+ .header-title {
50
+ font-size: 64px;
51
+ line-height: 1.1;
52
+ font-weight: 800;
53
+ color: #1a2a5a; /* Deep navy */
54
+ }
55
+ .icon-btn {
56
+ width: 72px;
57
+ height: 72px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ }
62
+
63
+ /* Search input */
64
+ .search-wrap {
65
+ padding: 12px 36px 0 36px;
66
+ }
67
+ .search-box {
68
+ display: flex;
69
+ align-items: center;
70
+ gap: 22px;
71
+ height: 120px;
72
+ border: 2px solid #D6DEE8;
73
+ border-radius: 24px;
74
+ background: #EEF2F7;
75
+ padding: 0 24px;
76
+ color: #6B7280;
77
+ }
78
+ .search-placeholder {
79
+ font-size: 40px;
80
+ color: #98A3B3;
81
+ }
82
+ .ring {
83
+ width: 56px;
84
+ height: 56px;
85
+ border-radius: 50%;
86
+ border: 6px solid #AEB7C6;
87
+ position: relative;
88
+ }
89
+ .ring:after {
90
+ content: "";
91
+ position: absolute;
92
+ width: 16px;
93
+ height: 16px;
94
+ border-radius: 50%;
95
+ background: #AEB7C6;
96
+ top: 50%; left: 50%;
97
+ transform: translate(-50%, -50%);
98
+ }
99
+
100
+ /* Use location row */
101
+ .use-location {
102
+ display: flex;
103
+ align-items: center;
104
+ gap: 18px;
105
+ padding: 28px 36px 18px 36px;
106
+ color: #E06263;
107
+ font-size: 40px;
108
+ font-weight: 600;
109
+ }
110
+
111
+ .divider {
112
+ height: 2px;
113
+ background: #E2E8F0;
114
+ margin: 0 36px;
115
+ }
116
+
117
+ /* Keyboard (mock) */
118
+ .keyboard {
119
+ position: absolute;
120
+ bottom: 0;
121
+ left: 0;
122
+ width: 1080px;
123
+ height: 900px;
124
+ background: #1f1f23;
125
+ border-top-left-radius: 22px;
126
+ border-top-right-radius: 22px;
127
+ box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
128
+ display: flex;
129
+ flex-direction: column;
130
+ padding: 18px 18px 34px;
131
+ box-sizing: border-box;
132
+ }
133
+ .kb-top-tools {
134
+ height: 96px;
135
+ display: flex;
136
+ align-items: center;
137
+ justify-content: space-around;
138
+ }
139
+ .tool-btn {
140
+ width: 88px;
141
+ height: 64px;
142
+ border-radius: 14px;
143
+ background: #2b2b31;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ color: #E5E7EB;
148
+ font-weight: 700;
149
+ font-size: 28px;
150
+ }
151
+ .keys {
152
+ margin-top: 8px;
153
+ display: flex;
154
+ flex-direction: column;
155
+ gap: 18px;
156
+ flex: 1;
157
+ justify-content: center;
158
+ }
159
+ .row {
160
+ display: flex;
161
+ justify-content: space-between;
162
+ padding: 0 12px;
163
+ gap: 10px;
164
+ }
165
+ .key {
166
+ flex: 1;
167
+ height: 120px;
168
+ max-width: 92px;
169
+ background: #35363b;
170
+ border-radius: 20px;
171
+ color: #E5E7EB;
172
+ display: flex;
173
+ align-items: center;
174
+ justify-content: center;
175
+ font-size: 44px;
176
+ font-weight: 600;
177
+ }
178
+ .key.wide { max-width: 140px; flex: 0 0 140px; }
179
+ .key.extra-wide { max-width: 420px; flex: 0 0 420px; }
180
+ .key.icon {
181
+ font-size: 34px;
182
+ color: #E5E7EB;
183
+ }
184
+
185
+ .home-indicator {
186
+ position: absolute;
187
+ bottom: 10px;
188
+ left: 50%;
189
+ transform: translateX(-50%);
190
+ width: 280px;
191
+ height: 10px;
192
+ background: #E5E7EB;
193
+ border-radius: 8px;
194
+ opacity: 0.8;
195
+ }
196
+ </style>
197
+ </head>
198
+ <body>
199
+ <div id="render-target">
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ <div class="time">8:56</div>
203
+ <div class="status-icons">
204
+ <div class="icon"></div>
205
+ <div class="icon"></div>
206
+ <div class="icon"></div>
207
+ <div class="icon"></div>
208
+ <span style="font-size:28px;color:#111827;font-weight:700;">100%</span>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Header -->
213
+ <div class="header">
214
+ <div class="icon-btn" aria-label="Close">
215
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="none">
216
+ <path d="M4 4 L20 20 M20 4 L4 20" stroke="#1a2a5a" stroke-width="2.6" stroke-linecap="round"/>
217
+ </svg>
218
+ </div>
219
+ <div class="header-title">Departure</div>
220
+ </div>
221
+
222
+ <!-- Search -->
223
+ <div class="search-wrap">
224
+ <div class="search-box">
225
+ <div class="ring"></div>
226
+ <div class="search-placeholder">City, station, airport or port</div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Use location -->
231
+ <div class="use-location">
232
+ <svg width="42" height="42" viewBox="0 0 24 24">
233
+ <path d="M3 11L21 3L13 21L11 13L3 11Z" fill="#E06263"/>
234
+ </svg>
235
+ <span>Use location</span>
236
+ </div>
237
+
238
+ <div class="divider"></div>
239
+
240
+ <!-- Keyboard mock -->
241
+ <div class="keyboard">
242
+ <div class="kb-top-tools">
243
+ <div class="tool-btn">⌨</div>
244
+ <div class="tool-btn">🙂</div>
245
+ <div class="tool-btn">GIF</div>
246
+ <div class="tool-btn">⚙</div>
247
+ <div class="tool-btn">G⇄</div>
248
+ <div class="tool-btn">🎨</div>
249
+ <div class="tool-btn">🎤</div>
250
+ </div>
251
+
252
+ <div class="keys">
253
+ <div class="row">
254
+ <div class="key">q</div>
255
+ <div class="key">w</div>
256
+ <div class="key">e</div>
257
+ <div class="key">r</div>
258
+ <div class="key">t</div>
259
+ <div class="key">y</div>
260
+ <div class="key">u</div>
261
+ <div class="key">i</div>
262
+ <div class="key">o</div>
263
+ <div class="key">p</div>
264
+ </div>
265
+ <div class="row" style="padding:0 48px;">
266
+ <div class="key">a</div>
267
+ <div class="key">s</div>
268
+ <div class="key">d</div>
269
+ <div class="key">f</div>
270
+ <div class="key">g</div>
271
+ <div class="key">h</div>
272
+ <div class="key">j</div>
273
+ <div class="key">k</div>
274
+ <div class="key">l</div>
275
+ </div>
276
+ <div class="row">
277
+ <div class="key wide icon">⇧</div>
278
+ <div class="key">z</div>
279
+ <div class="key">x</div>
280
+ <div class="key">c</div>
281
+ <div class="key">v</div>
282
+ <div class="key">b</div>
283
+ <div class="key">n</div>
284
+ <div class="key">m</div>
285
+ <div class="key wide icon">
286
+ <svg width="34" height="34" viewBox="0 0 24 24">
287
+ <path d="M4 12h12m0 0l-4-4m4 4l-4 4" stroke="#E5E7EB" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="row" style="padding:0 24px;">
292
+ <div class="key wide">?123</div>
293
+ <div class="key wide">🙂</div>
294
+ <div class="key">,</div>
295
+ <div class="key extra-wide"></div>
296
+ <div class="key">.</div>
297
+ <div class="key wide" style="background:#d7d9e7;color:#222;">✓</div>
298
+ </div>
299
+ </div>
300
+ <div class="home-indicator"></div>
301
+ </div>
302
+ </div>
303
+ </body>
304
+ </html>
code/11696/11696_3.html ADDED
@@ -0,0 +1,337 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Departure Input Screen</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: #1F2A44;
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: 92px;
26
+ padding: 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #0A1B4D;
31
+ font-weight: 600;
32
+ font-size: 34px;
33
+ letter-spacing: 0.5px;
34
+ }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 18px;
39
+ color: #0A1B4D;
40
+ }
41
+ .icon-wifi,
42
+ .icon-signal {
43
+ width: 34px;
44
+ height: 34px;
45
+ opacity: 0.9;
46
+ }
47
+ .battery {
48
+ width: 70px;
49
+ height: 32px;
50
+ border: 2px solid #0A1B4D;
51
+ border-radius: 6px;
52
+ position: relative;
53
+ box-sizing: border-box;
54
+ }
55
+ .battery::after {
56
+ content: "";
57
+ position: absolute;
58
+ right: -8px;
59
+ top: 8px;
60
+ width: 6px;
61
+ height: 16px;
62
+ background: #0A1B4D;
63
+ border-radius: 2px;
64
+ }
65
+ .battery .level {
66
+ position: absolute;
67
+ left: 4px;
68
+ top: 4px;
69
+ right: 4px;
70
+ bottom: 4px;
71
+ background: #0A1B4D;
72
+ border-radius: 3px;
73
+ }
74
+
75
+ /* Header */
76
+ .header {
77
+ height: 128px;
78
+ display: flex;
79
+ align-items: center;
80
+ padding: 0 32px;
81
+ gap: 24px;
82
+ }
83
+ .close-btn {
84
+ width: 56px;
85
+ height: 56px;
86
+ border-radius: 28px;
87
+ display: inline-flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #0A1B4D;
91
+ }
92
+ .title {
93
+ font-size: 64px;
94
+ font-weight: 800;
95
+ color: #0A1B4D;
96
+ letter-spacing: 0.2px;
97
+ }
98
+
99
+ /* Input field */
100
+ .content {
101
+ padding: 12px 32px 0 32px;
102
+ }
103
+ .input-box {
104
+ height: 140px;
105
+ background: #EEF1F7;
106
+ border: 3px solid #BFC9E0;
107
+ border-radius: 24px;
108
+ display: flex;
109
+ align-items: center;
110
+ padding: 0 28px;
111
+ box-sizing: border-box;
112
+ }
113
+ .radio {
114
+ width: 44px;
115
+ height: 44px;
116
+ border: 4px solid #9AA9CC;
117
+ border-radius: 50%;
118
+ margin-right: 22px;
119
+ box-sizing: border-box;
120
+ }
121
+ .input-text {
122
+ font-size: 46px;
123
+ color: #1A2749;
124
+ }
125
+
126
+ .use-location {
127
+ margin-top: 26px;
128
+ display: flex;
129
+ align-items: center;
130
+ gap: 18px;
131
+ color: #D45757;
132
+ }
133
+ .use-location .label {
134
+ font-size: 42px;
135
+ font-weight: 600;
136
+ color: #D45757;
137
+ }
138
+ .divider {
139
+ margin-top: 24px;
140
+ height: 2px;
141
+ background: #E2E7EF;
142
+ width: 100%;
143
+ }
144
+
145
+ /* Spacer area */
146
+ .spacer {
147
+ height: 1010px; /* will be visually taken by white space above keyboard */
148
+ }
149
+
150
+ /* Keyboard mock */
151
+ .keyboard {
152
+ position: absolute;
153
+ left: 0;
154
+ bottom: 0;
155
+ width: 1080px;
156
+ height: 880px;
157
+ background: #1E1E1F;
158
+ color: #EAEAEA;
159
+ box-shadow: 0 -6px 24px rgba(0,0,0,0.25);
160
+ display: flex;
161
+ flex-direction: column;
162
+ }
163
+ .kb-suggestions {
164
+ height: 96px;
165
+ background: #2A2A2C;
166
+ display: flex;
167
+ align-items: center;
168
+ padding: 0 24px;
169
+ gap: 28px;
170
+ font-size: 36px;
171
+ border-bottom: 1px solid #3A3A3C;
172
+ }
173
+ .kb-suggestions .sep {
174
+ opacity: 0.5;
175
+ }
176
+ .kb-rows {
177
+ flex: 1;
178
+ padding: 18px 18px 24px 18px;
179
+ display: flex;
180
+ flex-direction: column;
181
+ gap: 18px;
182
+ box-sizing: border-box;
183
+ }
184
+ .kb-row {
185
+ display: flex;
186
+ justify-content: space-between;
187
+ gap: 14px;
188
+ }
189
+ .key {
190
+ flex: 1;
191
+ height: 120px;
192
+ background: #2B2B2D;
193
+ border-radius: 18px;
194
+ display: flex;
195
+ align-items: center;
196
+ justify-content: center;
197
+ font-size: 44px;
198
+ color: #F1F1F1;
199
+ }
200
+ .key.small {
201
+ flex: 0.7;
202
+ }
203
+ .key.wide {
204
+ flex: 2.2;
205
+ }
206
+ .key.icon {
207
+ background: #3A3A3C;
208
+ color: #FFF;
209
+ }
210
+
211
+ .gesture-bar {
212
+ position: absolute;
213
+ bottom: 18px;
214
+ left: 50%;
215
+ transform: translateX(-50%);
216
+ width: 320px;
217
+ height: 10px;
218
+ background: #EDEDED;
219
+ border-radius: 6px;
220
+ opacity: 0.85;
221
+ }
222
+ </style>
223
+ </head>
224
+ <body>
225
+ <div id="render-target">
226
+ <!-- Status bar -->
227
+ <div class="status-bar">
228
+ <div class="status-left">8:57</div>
229
+ <div class="status-right">
230
+ <!-- simple icons -->
231
+ <svg class="icon-signal" viewBox="0 0 24 24">
232
+ <path d="M2 20h2v-2H2v2zm4 0h2v-6H6v6zm4 0h2v-10h-2V20zm4 0h2V8h-2v12zm4 0h2V4h-2v16z" fill="#0A1B4D"/>
233
+ </svg>
234
+ <svg class="icon-wifi" viewBox="0 0 24 24">
235
+ <path d="M12 18.5c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-6.6-5.1l1.4 1.4c2.8-2.8 7.6-2.8 10.4 0l1.4-1.4c-3.6-3.6-9.6-3.6-13.2 0zm-3.5-3.5l1.4 1.4c4.6-4.6 12.2-4.6 16.8 0l1.4-1.4C16.1 2.9 7.9 2.9 1.9 9.9z" fill="#0A1B4D"/>
236
+ </svg>
237
+ <div class="battery"><div class="level"></div></div>
238
+ <div>100%</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Header -->
243
+ <div class="header">
244
+ <div class="close-btn">
245
+ <svg width="36" height="36" viewBox="0 0 24 24">
246
+ <path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z" fill="#0A1B4D"/>
247
+ </svg>
248
+ </div>
249
+ <div class="title">Departure</div>
250
+ </div>
251
+
252
+ <!-- Content -->
253
+ <div class="content">
254
+ <div class="input-box">
255
+ <div class="radio"></div>
256
+ <div class="input-text">New York</div>
257
+ </div>
258
+
259
+ <div class="use-location">
260
+ <svg width="42" height="42" viewBox="0 0 24 24">
261
+ <path d="M2 12l19-8-8 19-2.6-6.4L2 12z" fill="#D45757"/>
262
+ </svg>
263
+ <div class="label">Use location</div>
264
+ </div>
265
+
266
+ <div class="divider"></div>
267
+ </div>
268
+
269
+ <!-- Spacer to emulate empty area -->
270
+ <div class="spacer"></div>
271
+
272
+ <!-- Keyboard mock -->
273
+ <div class="keyboard">
274
+ <div class="kb-suggestions">
275
+ <div>York</div>
276
+ <div class="sep">|</div>
277
+ <div>Yorkshire</div>
278
+ <div class="sep">|</div>
279
+ <div>Yorker</div>
280
+ <div style="margin-left:auto; display:flex; align-items:center;">
281
+ <svg width="40" height="40" viewBox="0 0 24 24">
282
+ <path d="M12 14c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3S9 3.3 9 5v6c0 1.7 1.3 3 3 3zm5-3c0 3-2.2 5.4-5 5.9V21h-2v-4.1C7.2 16.4 5 14 5 11h2c0 2.2 1.8 4 4 4s4-1.8 4-4h2z" fill="#EAEAEA"/>
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ <div class="kb-rows">
287
+ <div class="kb-row">
288
+ <div class="key">q</div>
289
+ <div class="key">w</div>
290
+ <div class="key">e</div>
291
+ <div class="key">r</div>
292
+ <div class="key">t</div>
293
+ <div class="key">y</div>
294
+ <div class="key">u</div>
295
+ <div class="key">i</div>
296
+ <div class="key">o</div>
297
+ <div class="key">p</div>
298
+ </div>
299
+ <div class="kb-row">
300
+ <div class="key small icon">⇧</div>
301
+ <div class="key">a</div>
302
+ <div class="key">s</div>
303
+ <div class="key">d</div>
304
+ <div class="key">f</div>
305
+ <div class="key">g</div>
306
+ <div class="key">h</div>
307
+ <div class="key">j</div>
308
+ <div class="key">k</div>
309
+ <div class="key">l</div>
310
+ <div class="key small icon">⌫</div>
311
+ </div>
312
+ <div class="kb-row">
313
+ <div class="key small">?123</div>
314
+ <div class="key">z</div>
315
+ <div class="key">x</div>
316
+ <div class="key">c</div>
317
+ <div class="key">v</div>
318
+ <div class="key">b</div>
319
+ <div class="key">n</div>
320
+ <div class="key">m</div>
321
+ <div class="key small">.</div>
322
+ <div class="key small icon">✓</div>
323
+ </div>
324
+ <div class="kb-row">
325
+ <div class="key small icon">⌨</div>
326
+ <div class="key small">,</div>
327
+ <div class="key small icon">☺</div>
328
+ <div class="key wide">space</div>
329
+ <div class="key small">.</div>
330
+ <div class="key small icon">⏎</div>
331
+ </div>
332
+ </div>
333
+ <div class="gesture-bar"></div>
334
+ </div>
335
+ </div>
336
+ </body>
337
+ </html>
code/11696/11696_4.html ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Departure Search</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; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; color: #1C274C;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 120px; padding: 0 40px;
19
+ display: flex; align-items: center; justify-content: space-between;
20
+ color: #1B263B; font-weight: 600; font-size: 42px;
21
+ }
22
+ .status-left { display: flex; align-items: center; gap: 20px; }
23
+ .status-right { display: flex; align-items: center; gap: 26px; font-size: 34px; color: #1B263B; }
24
+ .sb-icon { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; }
25
+ .sb-icon svg { width: 46px; height: 46px; fill: none; stroke: #3A445A; stroke-width: 3; }
26
+
27
+ /* Header */
28
+ .header {
29
+ position: absolute; top: 120px; left: 0; right: 0;
30
+ height: 160px; padding: 0 40px; display: flex; align-items: center;
31
+ }
32
+ .close-btn {
33
+ width: 96px; height: 96px; border-radius: 48px;
34
+ display: inline-flex; align-items: center; justify-content: center;
35
+ margin-right: 16px; cursor: default;
36
+ }
37
+ .close-btn svg { width: 64px; height: 64px; stroke: #1C274C; stroke-width: 10; }
38
+ .title {
39
+ font-size: 72px; font-weight: 800; letter-spacing: 0.5px; color: #0F1F4D;
40
+ }
41
+
42
+ /* Selected search card */
43
+ .search-card {
44
+ position: absolute; top: 300px; left: 40px; right: 40px;
45
+ height: 150px; border-radius: 28px;
46
+ background: #F4F6FB; border: 2px solid #C9D2E8;
47
+ display: flex; align-items: center; padding: 0 40px; gap: 30px;
48
+ }
49
+ .radio {
50
+ width: 56px; height: 56px; border-radius: 50%;
51
+ border: 4px solid #C9D2E8; display: inline-flex; align-items: center; justify-content: center;
52
+ background: #FFFFFF;
53
+ }
54
+ .radio-dot { width: 20px; height: 20px; border-radius: 50%; background: #C9D2E8; }
55
+ .search-text { font-size: 54px; font-weight: 600; color: #14265A; }
56
+
57
+ /* List */
58
+ .list { position: absolute; top: 500px; left: 40px; right: 40px; }
59
+ .item {
60
+ display: flex; align-items: center; gap: 34px;
61
+ font-size: 48px; color: #23345E; padding: 36px 4px;
62
+ }
63
+ .item .muted { color: #9AA6C1; font-weight: 600; }
64
+ .divider {
65
+ height: 2px; background: #E7ECF6; margin: 0 0 0 0;
66
+ }
67
+ .list-icon {
68
+ width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center;
69
+ }
70
+ .pin svg, .train svg { width: 60px; height: 60px; }
71
+ .pin svg path, .train svg path { fill: #2E57FF; }
72
+
73
+ /* Keyboard overlay (approximation) */
74
+ .keyboard {
75
+ position: absolute; bottom: 0; left: 0; right: 0;
76
+ height: 900px; background: #1C1C1F; color: #E8EAED;
77
+ box-shadow: 0 -12px 30px rgba(0,0,0,0.25);
78
+ }
79
+ .kb-suggestions {
80
+ height: 120px; display: flex; align-items: center; gap: 26px;
81
+ padding: 0 32px; background: #202125; font-size: 44px;
82
+ }
83
+ .suggest { padding: 18px 28px; background: #2A2B2F; border-radius: 24px; color: #D9DDE4; }
84
+ .kb-rows { padding: 26px 24px; display: grid; gap: 24px; }
85
+ .row { display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px; }
86
+ .row.mid { grid-template-columns: repeat(9, 1fr); padding: 0 36px; }
87
+ .row.bot { grid-template-columns: 1.3fr repeat(7, 1fr) 1.4fr 1.4fr; }
88
+ .key {
89
+ height: 120px; background: #2B2C31; border-radius: 28px;
90
+ display: flex; align-items: center; justify-content: center; font-size: 52px;
91
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
92
+ }
93
+ .key.light { background: #DDE3F4; color: #1C274C; }
94
+ .key.wide { grid-column: span 2; }
95
+ .kb-bottom-bar {
96
+ position: absolute; bottom: 20px; left: 0; right: 0; display: flex; justify-content: center;
97
+ }
98
+ .home-indicator {
99
+ width: 360px; height: 12px; background: #D1D5DB; border-radius: 6px; opacity: 0.7;
100
+ }
101
+ </style>
102
+ </head>
103
+ <body>
104
+ <div id="render-target">
105
+
106
+ <!-- Status Bar -->
107
+ <div class="status-bar">
108
+ <div class="status-left">8:57</div>
109
+ <div class="status-right">
110
+ <span class="sb-icon">
111
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"></circle><line x1="6" y1="12" x2="18" y2="12"></line></svg>
112
+ </span>
113
+ <span class="sb-icon">
114
+ <svg viewBox="0 0 24 24"><path d="M2 12c4-4 16-4 20 0" /><path d="M5 12c2-2 12-2 14 0" /><circle cx="12" cy="12" r="2"></circle></svg>
115
+ </span>
116
+ <span class="sb-icon">
117
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="16" height="12" rx="2" ry="2"></rect><rect x="19.5" y="9" width="2.5" height="6" rx="1"></rect></svg>
118
+ </span>
119
+ <span>100%</span>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- Header -->
124
+ <div class="header">
125
+ <div class="close-btn">
126
+ <svg viewBox="0 0 24 24"><line x1="4" y1="4" x2="20" y2="20"></line><line x1="20" y1="4" x2="4" y2="20"></line></svg>
127
+ </div>
128
+ <div class="title">Departure</div>
129
+ </div>
130
+
131
+ <!-- Selected Search Card -->
132
+ <div class="search-card">
133
+ <div class="radio"><div class="radio-dot"></div></div>
134
+ <div class="search-text">New York</div>
135
+ </div>
136
+
137
+ <!-- List -->
138
+ <div class="list">
139
+ <div class="item">
140
+ <div class="list-icon pin">
141
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
142
+ </div>
143
+ <div>New York, NY <span class="muted">USA</span></div>
144
+ </div>
145
+ <div class="divider"></div>
146
+
147
+ <div class="item">
148
+ <div class="list-icon train">
149
+ <svg viewBox="0 0 24 24"><path d="M7 2h10a3 3 0 0 1 3 3v8a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V5a3 3 0 0 1 3-3zm-2 14h14M8 20l-2 2m10-2l2 2M6 9h12M8 6h8"/></svg>
150
+ </div>
151
+ <div>Penn Station, NY <span class="muted">USA</span></div>
152
+ </div>
153
+ <div class="divider"></div>
154
+
155
+ <div class="item">
156
+ <div class="list-icon pin">
157
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
158
+ </div>
159
+ <div>New Rochelle, NY <span class="muted">USA</span></div>
160
+ </div>
161
+ <div class="divider"></div>
162
+
163
+ <div class="item">
164
+ <div class="list-icon train">
165
+ <svg viewBox="0 0 24 24"><path d="M7 2h10a3 3 0 0 1 3 3v8a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V5a3 3 0 0 1 3-3zm-2 14h14M8 20l-2 2m10-2l2 2M6 9h12M8 6h8"/></svg>
166
+ </div>
167
+ <div>New Rochelle Station, NY <span class="muted">USA</span></div>
168
+ </div>
169
+ <div class="divider"></div>
170
+
171
+ <div class="item">
172
+ <div class="list-icon pin">
173
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
174
+ </div>
175
+ <div>New Paltz, NY <span class="muted">USA</span></div>
176
+ </div>
177
+ <div class="divider"></div>
178
+
179
+ <div class="item">
180
+ <div class="list-icon pin">
181
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
182
+ </div>
183
+ <div>West New York, NJ <span class="muted">USA</span></div>
184
+ </div>
185
+ <div class="divider"></div>
186
+
187
+ <div class="item">
188
+ <div class="list-icon pin">
189
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z"/></svg>
190
+ </div>
191
+ <div>New City, NY <span class="muted">USA</span></div>
192
+ </div>
193
+ <div class="divider"></div>
194
+ </div>
195
+
196
+ <!-- Keyboard -->
197
+ <div class="keyboard">
198
+ <div class="kb-suggestions">
199
+ <div class="sb-icon" style="margin-right:10px;">
200
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="4" ry="4" fill="#2B2C31"></rect><circle cx="8" cy="16" r="2" fill="#DDE3F4"></circle></svg>
201
+ </div>
202
+ <div class="suggest">York</div>
203
+ <div class="suggest">Yorkshire</div>
204
+ <div class="suggest">Yorker</div>
205
+ <div style="margin-left:auto;" class="sb-icon">
206
+ <svg viewBox="0 0 24 24"><path d="M12 3a9 9 0 0 1 9 9v6l-4-2-3 3-3-3-4 2v-6a9 9 0 0 1 9-9z" fill="#DDE3F4"></path></svg>
207
+ </div>
208
+ </div>
209
+ <div class="kb-rows">
210
+ <div class="row">
211
+ <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>
212
+ </div>
213
+ <div class="row mid">
214
+ <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>
215
+ </div>
216
+ <div class="row mid" style="grid-template-columns: repeat(9, 1fr);">
217
+ <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">,</div><div class="key">.</div>
218
+ </div>
219
+ <div class="row bot">
220
+ <div class="key light">?123</div>
221
+ <div class="key">◀</div><div class="key">🙂</div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div><div class="key"></div>
222
+ <div class="key">⌫</div>
223
+ <div class="key light">✓</div>
224
+ </div>
225
+ </div>
226
+ <div class="kb-bottom-bar"><div class="home-indicator"></div></div>
227
+ </div>
228
+
229
+ </div>
230
+ </body>
231
+ </html>
code/11696/11696_5.html ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Travel Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ overflow: hidden;
14
+ background: #f4f7fb;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 110px;
20
+ background: #404e8c;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ font-weight: 600;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-spacer { flex: 1; }
30
+ .sb-icon {
31
+ width: 40px; height: 40px; border: 2px solid rgba(255,255,255,0.85);
32
+ border-radius: 50%; margin-left: 22px;
33
+ }
34
+
35
+ /* Hero illustration placeholder */
36
+ .hero {
37
+ height: 560px;
38
+ background: #E0E0E0;
39
+ border-bottom-left-radius: 36px;
40
+ border-bottom-right-radius: 36px;
41
+ border-bottom: 1px solid #BDBDBD;
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ color: #757575;
46
+ font-size: 36px;
47
+ }
48
+
49
+ /* White panel with form */
50
+ .panel {
51
+ position: relative;
52
+ margin-top: -10px;
53
+ background: #ffffff;
54
+ border-top-left-radius: 42px;
55
+ border-top-right-radius: 42px;
56
+ padding: 40px 36px 24px;
57
+ box-shadow: 0 -6px 18px rgba(22,34,78,0.04);
58
+ }
59
+ .title {
60
+ font-size: 64px;
61
+ font-weight: 800;
62
+ color: #1d2a5e;
63
+ margin: 8px 6px 26px;
64
+ }
65
+
66
+ .field {
67
+ height: 120px;
68
+ background: #edf1f7;
69
+ border-radius: 26px;
70
+ display: flex;
71
+ align-items: center;
72
+ padding: 0 28px;
73
+ margin: 18px 0;
74
+ color: #24335f;
75
+ font-size: 40px;
76
+ font-weight: 700;
77
+ letter-spacing: 0.2px;
78
+ }
79
+ .field .icon {
80
+ width: 64px; height: 64px; margin-right: 24px; flex: 0 0 auto;
81
+ }
82
+ .field .hint { color: #98a2b8; font-weight: 700; }
83
+ .field .right {
84
+ margin-left: auto;
85
+ opacity: 0.7;
86
+ }
87
+
88
+ .two-col {
89
+ display: grid;
90
+ grid-template-columns: 1fr 1fr;
91
+ gap: 22px;
92
+ }
93
+
94
+ .search-btn {
95
+ height: 120px;
96
+ background: #e87574;
97
+ color: #fff;
98
+ border-radius: 28px;
99
+ display: flex;
100
+ align-items: center;
101
+ justify-content: center;
102
+ font-size: 44px;
103
+ font-weight: 800;
104
+ margin: 26px 0 12px;
105
+ box-shadow: 0 10px 18px rgba(232,117,116,0.35);
106
+ }
107
+
108
+ .section {
109
+ padding: 32px 36px 0;
110
+ background: #ffffff;
111
+ }
112
+ .section h2 {
113
+ font-size: 48px;
114
+ color: #102257;
115
+ margin: 18px 0 18px;
116
+ font-weight: 900;
117
+ line-height: 1.2;
118
+ }
119
+ .divider {
120
+ height: 2px; background: #e7ebf1; margin: 8px 0 22px;
121
+ }
122
+
123
+ .cards {
124
+ display: flex;
125
+ overflow-x: auto;
126
+ padding-bottom: 12px;
127
+ }
128
+ .card {
129
+ width: 320px;
130
+ margin-right: 24px;
131
+ }
132
+ .card .photo {
133
+ width: 100%;
134
+ height: 210px;
135
+ background: #E0E0E0;
136
+ border: 1px solid #BDBDBD;
137
+ border-radius: 26px;
138
+ color: #757575;
139
+ display: flex; align-items: center; justify-content: center;
140
+ position: relative;
141
+ font-size: 28px;
142
+ }
143
+ .badge {
144
+ position: absolute; top: 14px; left: 14px;
145
+ background: #2e7d5b;
146
+ color: #eafff4;
147
+ padding: 10px 16px;
148
+ border-radius: 12px;
149
+ font-size: 30px;
150
+ font-weight: 800;
151
+ }
152
+ .card .name {
153
+ margin-top: 14px;
154
+ font-size: 34px;
155
+ font-weight: 800;
156
+ color: #14215c;
157
+ white-space: nowrap;
158
+ overflow: hidden;
159
+ text-overflow: ellipsis;
160
+ }
161
+
162
+ /* Bottom navigation */
163
+ .bottom-nav {
164
+ position: absolute;
165
+ left: 0; right: 0; bottom: 120px;
166
+ height: 170px;
167
+ background: #ffffff;
168
+ border-top: 1px solid #e5e8ef;
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: space-around;
172
+ padding: 0 40px;
173
+ }
174
+ .bn-item { text-align: center; color: #9aa5bf; }
175
+ .bn-item .ico {
176
+ width: 64px; height: 64px; margin: 0 auto 10px;
177
+ }
178
+ .bn-item.active { color: #ef8e98; }
179
+ .bn-item.blue { color: #7e8fb8; }
180
+
181
+ .safe-area {
182
+ position: absolute;
183
+ left: 0; right: 0; bottom: 0;
184
+ height: 120px;
185
+ background: #0e1a2c;
186
+ display: flex; align-items: center; justify-content: center;
187
+ }
188
+ .home-indicator {
189
+ width: 240px; height: 12px; background: #bcc6d6; border-radius: 10px;
190
+ opacity: 0.8;
191
+ }
192
+
193
+ /* Hide scrollbar (visual only) */
194
+ .cards::-webkit-scrollbar { height: 0; }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Status bar -->
201
+ <div class="status-bar">
202
+ 8:57
203
+ <div class="status-spacer"></div>
204
+ <div class="sb-icon"></div>
205
+ <div class="sb-icon"></div>
206
+ <div class="sb-icon"></div>
207
+ </div>
208
+
209
+ <!-- Top illustration -->
210
+ <div class="hero">[IMG: Travel illustration with plane, bus and train]</div>
211
+
212
+ <!-- Main white panel -->
213
+ <div class="panel">
214
+ <div class="title">Where to, Fabio?</div>
215
+
216
+ <div class="field">
217
+ <svg class="icon" viewBox="0 0 24 24">
218
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#7f8db0" stroke-width="2"></circle>
219
+ <circle cx="12" cy="12" r="4" fill="#7f8db0"></circle>
220
+ </svg>
221
+ <div>New York USA</div>
222
+ <div class="right">
223
+ <svg width="60" height="60" viewBox="0 0 24 24">
224
+ <path d="M7 4v8l-3-3m3-5h10M17 20v-8l3 3m-3 5H7" fill="none" stroke="#7f8db0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="field">
230
+ <svg class="icon" viewBox="0 0 24 24">
231
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6z" fill="none" stroke="#7f8db0" stroke-width="2"/>
232
+ <circle cx="12" cy="8" r="2.5" fill="#7f8db0"/>
233
+ </svg>
234
+ <div>Penn Station USA</div>
235
+ </div>
236
+
237
+ <div class="two-col">
238
+ <div class="field" style="margin:0;">
239
+ <svg class="icon" viewBox="0 0 24 24">
240
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" fill="none" stroke="#7f8db0" stroke-width="2"/>
241
+ <path d="M3 9h18M8 3v4M16 3v4" stroke="#7f8db0" stroke-width="2" fill="none"/>
242
+ </svg>
243
+ <div>Tue, Nov 21</div>
244
+ </div>
245
+ <div class="field" style="margin:0; color:#9aa5bf;">
246
+ <svg class="icon" viewBox="0 0 24 24">
247
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" fill="none" stroke="#b8c0d6" stroke-width="2"/>
248
+ <path d="M3 9h18M8 3v4M16 3v4" stroke="#b8c0d6" stroke-width="2" fill="none"/>
249
+ </svg>
250
+ <div class="hint">+ Add return</div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="field">
255
+ <svg class="icon" viewBox="0 0 24 24">
256
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#7f8db0" stroke-width="2"/>
257
+ <path d="M4 20c1.5-4 6.5-6 8-6s6.5 2 8 6" fill="none" stroke="#7f8db0" stroke-width="2" stroke-linecap="round"/>
258
+ </svg>
259
+ <div>1 Adult, No discount card</div>
260
+ </div>
261
+
262
+ <div class="search-btn">Search Omio</div>
263
+ </div>
264
+
265
+ <!-- Recommendation section -->
266
+ <div class="section">
267
+ <h2>Need a place to stay in New Hyde Park, NY?</h2>
268
+ <div class="divider"></div>
269
+
270
+ <div class="cards">
271
+ <div class="card">
272
+ <div class="photo">
273
+ [IMG: Hotel photo]
274
+ <div class="badge">Cheapest • -9%</div>
275
+ </div>
276
+ <div class="name">Meadowbrook Motel</div>
277
+ </div>
278
+
279
+ <div class="card">
280
+ <div class="photo">
281
+ [IMG: Hotel photo]
282
+ <div class="badge">-47%</div>
283
+ </div>
284
+ <div class="name">Courtyard New York</div>
285
+ </div>
286
+
287
+ <div class="card">
288
+ <div class="photo">
289
+ [IMG: Hotel photo]
290
+ <div class="badge">-44%</div>
291
+ </div>
292
+ <div class="name">The Westin NYC</div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ <!-- Bottom navigation -->
298
+ <div class="bottom-nav">
299
+ <div class="bn-item active">
300
+ <svg class="ico" viewBox="0 0 24 24">
301
+ <circle cx="11" cy="11" r="7" fill="none" stroke="#ef8e98" stroke-width="2"/>
302
+ <path d="M16.5 16.5L21 21" stroke="#ef8e98" stroke-width="2" stroke-linecap="round"/>
303
+ </svg>
304
+ <div>Search</div>
305
+ </div>
306
+ <div class="bn-item blue">
307
+ <svg class="ico" viewBox="0 0 24 24">
308
+ <rect x="3" y="6" width="18" height="12" rx="2" ry="2" fill="none" stroke="#7e8fb8" stroke-width="2"/>
309
+ <path d="M7 12h10M3 12c2 0 2-2 4-2m10 4c2 0 2 2 4 2" stroke="#7e8fb8" stroke-width="2" fill="none" stroke-linecap="round"/>
310
+ </svg>
311
+ <div>Tickets</div>
312
+ </div>
313
+ <div class="bn-item">
314
+ <svg class="ico" viewBox="0 0 24 24">
315
+ <circle cx="12" cy="8" r="4" fill="none" stroke="#9aa5bf" stroke-width="2"/>
316
+ <path d="M4 20c1.5-4 6.5-6 8-6s6.5 2 8 6" fill="none" stroke="#9aa5bf" stroke-width="2" stroke-linecap="round"/>
317
+ </svg>
318
+ <div>Account</div>
319
+ </div>
320
+ <div class="bn-item">
321
+ <svg class="ico" viewBox="0 0 24 24">
322
+ <path d="M4 6h16M4 12h16M4 18h10" stroke="#9aa5bf" stroke-width="2" fill="none" stroke-linecap="round"/>
323
+ </svg>
324
+ <div>More</div>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="safe-area">
329
+ <div class="home-indicator"></div>
330
+ </div>
331
+ </div>
332
+ </body>
333
+ </html>
code/11696/11696_6.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Arrival Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #FFFFFF;
15
+ font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
16
+ color: #1E2A56;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 120px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ color: #333A4A;
32
+ font-weight: 600;
33
+ }
34
+ .status-bar .time { font-size: 40px; }
35
+ .status-icons {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 26px;
39
+ }
40
+ .status-icons svg { width: 42px; height: 42px; }
41
+
42
+ /* Header */
43
+ .header {
44
+ position: absolute;
45
+ top: 120px;
46
+ left: 40px;
47
+ right: 40px;
48
+ height: 140px;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: 28px;
52
+ }
53
+ .close-icon {
54
+ width: 60px;
55
+ height: 60px;
56
+ }
57
+ .title {
58
+ font-size: 64px;
59
+ font-weight: 800;
60
+ letter-spacing: 0.2px;
61
+ }
62
+
63
+ /* Search field */
64
+ .search-field {
65
+ position: absolute;
66
+ top: 300px;
67
+ left: 40px;
68
+ width: 1000px;
69
+ height: 150px;
70
+ background: #EEF1F7;
71
+ border: 3px solid #BFC6DB;
72
+ border-radius: 26px;
73
+ box-sizing: border-box;
74
+ display: flex;
75
+ align-items: center;
76
+ padding: 0 28px;
77
+ gap: 22px;
78
+ color: #8E97A9;
79
+ }
80
+ .search-field .pin { width: 56px; height: 56px; }
81
+ .caret {
82
+ width: 3px;
83
+ height: 60px;
84
+ background: #1E2A56;
85
+ border-radius: 2px;
86
+ }
87
+ .placeholder {
88
+ font-size: 42px;
89
+ line-height: 1;
90
+ }
91
+
92
+ /* Keyboard */
93
+ .keyboard {
94
+ position: absolute;
95
+ left: 0;
96
+ bottom: 0;
97
+ width: 1080px;
98
+ height: 900px;
99
+ background: #121213;
100
+ color: #F0F0F0;
101
+ box-sizing: border-box;
102
+ }
103
+ .kbd-top {
104
+ height: 110px;
105
+ display: flex;
106
+ align-items: center;
107
+ justify-content: space-around;
108
+ padding: 0 40px;
109
+ box-sizing: border-box;
110
+ }
111
+ .kbd-top .tool {
112
+ width: 84px;
113
+ height: 84px;
114
+ background: #1E1E1F;
115
+ border-radius: 42px;
116
+ display: flex;
117
+ align-items: center;
118
+ justify-content: center;
119
+ border: 1px solid #2A2A2B;
120
+ }
121
+ .kbd-rows {
122
+ padding: 14px 36px 0;
123
+ }
124
+ .kbd-row {
125
+ display: flex;
126
+ gap: 12px;
127
+ margin-top: 18px;
128
+ justify-content: center;
129
+ }
130
+ .key {
131
+ background: #2A2A2B;
132
+ border: 1px solid #3A3A3B;
133
+ color: #FFFFFF;
134
+ border-radius: 18px;
135
+ height: 120px;
136
+ min-width: 90px;
137
+ font-size: 44px;
138
+ font-weight: 600;
139
+ display: flex;
140
+ align-items: center;
141
+ justify-content: center;
142
+ }
143
+ .key.wide { min-width: 120px; }
144
+ .key.xwide { min-width: 150px; }
145
+ .key.space { min-width: 440px; font-size: 36px; font-weight: 500; color: #DADADA; }
146
+ .key.pale {
147
+ background: #404244;
148
+ color: #EAEAF0;
149
+ }
150
+
151
+ /* Gesture bar */
152
+ .gesture {
153
+ position: absolute;
154
+ bottom: 14px;
155
+ left: 50%;
156
+ transform: translateX(-50%);
157
+ width: 240px;
158
+ height: 10px;
159
+ background: #FFFFFF;
160
+ border-radius: 6px;
161
+ opacity: 0.85;
162
+ }
163
+ </style>
164
+ </head>
165
+ <body>
166
+ <div id="render-target">
167
+
168
+ <!-- Status Bar -->
169
+ <div class="status-bar">
170
+ <div class="time">8:58</div>
171
+ <div class="status-icons">
172
+ <!-- Do Not Disturb -->
173
+ <svg viewBox="0 0 24 24" fill="none" stroke="#3C3F4F" stroke-width="2">
174
+ <circle cx="12" cy="12" r="9"></circle>
175
+ <line x1="6.8" y1="12" x2="17.2" y2="12"></line>
176
+ </svg>
177
+ <!-- Cellular -->
178
+ <svg viewBox="0 0 24 24" fill="#3C3F4F">
179
+ <rect x="3" y="14" width="3" height="7" rx="1"></rect>
180
+ <rect x="8" y="11" width="3" height="10" rx="1"></rect>
181
+ <rect x="13" y="8" width="3" height="13" rx="1"></rect>
182
+ <rect x="18" y="5" width="3" height="16" rx="1"></rect>
183
+ </svg>
184
+ <!-- Battery -->
185
+ <svg viewBox="0 0 28 24" fill="none" stroke="#3C3F4F" stroke-width="2">
186
+ <rect x="2" y="6" width="20" height="12" rx="2"></rect>
187
+ <rect x="23" y="9" width="3" height="6" rx="1" fill="#3C3F4F"></rect>
188
+ <rect x="4" y="8" width="16" height="8" rx="1" fill="#3C3F4F"></rect>
189
+ </svg>
190
+ <!-- 100% text -->
191
+ <span style="font-size:36px; color:#3C3F4F; font-weight:700;">100%</span>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Header -->
196
+ <div class="header">
197
+ <!-- Close Icon -->
198
+ <svg class="close-icon" viewBox="0 0 24 24" fill="none" stroke="#1E2A56" stroke-width="2" stroke-linecap="round">
199
+ <line x1="4" y1="4" x2="20" y2="20"></line>
200
+ <line x1="20" y1="4" x2="4" y2="20"></line>
201
+ </svg>
202
+ <div class="title">Arrival</div>
203
+ </div>
204
+
205
+ <!-- Search Field -->
206
+ <div class="search-field">
207
+ <!-- Location Pin Icon -->
208
+ <svg class="pin" viewBox="0 0 24 24">
209
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.8 6 12 6 12s6-7.2 6-12c0-3.3-2.7-6-6-6zm0 8.2a2.2 2.2 0 1 1 0-4.4 2.2 2.2 0 0 1 0 4.4z" fill="#A7B0C5"></path>
210
+ </svg>
211
+ <div class="caret"></div>
212
+ <div class="placeholder">City, station, airport or port</div>
213
+ </div>
214
+
215
+ <!-- Keyboard -->
216
+ <div class="keyboard">
217
+ <div class="kbd-top">
218
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">⌨</span></div>
219
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">🙂</span></div>
220
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">GIF</span></div>
221
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">⚙</span></div>
222
+ <div class="tool"><span style="font-size:30px; color:#DADADA;">G↔</span></div>
223
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">🎨</span></div>
224
+ <div class="tool"><span style="font-size:34px; color:#DADADA;">🎙</span></div>
225
+ </div>
226
+ <div class="kbd-rows">
227
+ <!-- Row 1 -->
228
+ <div class="kbd-row">
229
+ <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>
230
+ <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>
231
+ </div>
232
+ <!-- Row 2 -->
233
+ <div class="kbd-row" style="padding: 0 20px;">
234
+ <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>
235
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
236
+ </div>
237
+ <!-- Row 3 -->
238
+ <div class="kbd-row">
239
+ <div class="key wide" style="font-size:38px;">⇧</div>
240
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
241
+ <div class="key xwide" style="font-size:38px;">⌫</div>
242
+ </div>
243
+ <!-- Row 4 -->
244
+ <div class="kbd-row">
245
+ <div class="key xwide pale">?123</div>
246
+ <div class="key pale">,</div>
247
+ <div class="key pale" style="font-size:38px;">🙂</div>
248
+ <div class="key space">space</div>
249
+ <div class="key pale">.</div>
250
+ <div class="key xwide pale" style="font-size:40px;">✓</div>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Gesture bar -->
256
+ <div class="gesture"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/11696/11696_7.html ADDED
@@ -0,0 +1,296 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Arrival Search UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #FFFFFF;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 100%;
23
+ height: 120px;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ color: #111;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 40px;
31
+ }
32
+ .status-icons {
33
+ display: flex;
34
+ gap: 26px;
35
+ align-items: center;
36
+ }
37
+ .status-dot {
38
+ width: 12px; height: 12px; background:#777; border-radius:50%;
39
+ }
40
+ .battery {
41
+ width: 62px; height: 30px; border: 3px solid #111; border-radius: 6px; position: relative;
42
+ }
43
+ .battery::before {
44
+ content:"";
45
+ position:absolute; right:-10px; top:9px; width:8px; height:12px; background:#111; border-radius:2px;
46
+ }
47
+ .battery::after {
48
+ content:"";
49
+ position:absolute; left:4px; top:4px; width:44px; height:20px; background:#111; border-radius:4px;
50
+ }
51
+
52
+ /* Header */
53
+ .header {
54
+ position: absolute;
55
+ top: 120px;
56
+ left: 0;
57
+ width: 100%;
58
+ height: 160px;
59
+ display: flex;
60
+ align-items: center;
61
+ padding: 0 36px;
62
+ box-sizing: border-box;
63
+ }
64
+ .close-btn {
65
+ width: 72px; height: 72px; margin-right: 20px;
66
+ }
67
+ .title {
68
+ font-size: 68px;
69
+ font-weight: 800;
70
+ color: #1F2E67;
71
+ letter-spacing: 0.5px;
72
+ }
73
+
74
+ /* Search field */
75
+ .search-wrap {
76
+ position: absolute;
77
+ top: 300px;
78
+ left: 36px;
79
+ right: 36px;
80
+ }
81
+ .search-field {
82
+ height: 120px;
83
+ background: #F2F4F8;
84
+ border: 3px solid #CCD3E6;
85
+ border-radius: 26px;
86
+ display: flex;
87
+ align-items: center;
88
+ padding: 0 30px;
89
+ box-sizing: border-box;
90
+ color: #3A4468;
91
+ font-size: 44px;
92
+ }
93
+ .pin-icon {
94
+ width: 52px; height: 52px; margin-right: 22px;
95
+ }
96
+
97
+ /* Suggestions */
98
+ .suggestions {
99
+ margin-top: 40px;
100
+ border-top: 2px solid #E5EBF3;
101
+ }
102
+ .suggest-item {
103
+ display: flex;
104
+ align-items: center;
105
+ padding: 36px 0;
106
+ border-bottom: 2px solid #E5EBF3;
107
+ font-size: 44px;
108
+ color: #2F3B63;
109
+ }
110
+ .suggest-item .secondary {
111
+ color: #8FA0BF;
112
+ margin-left: 8px;
113
+ font-weight: 500;
114
+ }
115
+ .suggest-item .pin {
116
+ width: 46px; height: 46px; margin-right: 26px;
117
+ }
118
+
119
+ /* Spacer below list */
120
+ .content-spacer {
121
+ position: absolute;
122
+ top: 900px;
123
+ left: 0;
124
+ right: 0;
125
+ bottom: 820px;
126
+ background: #FFFFFF;
127
+ }
128
+
129
+ /* Keyboard overlay */
130
+ .keyboard {
131
+ position: absolute;
132
+ left: 0; right: 0; bottom: 0;
133
+ height: 820px;
134
+ background: #181A1D;
135
+ color: #EFEFEF;
136
+ }
137
+ .kb-suggest {
138
+ height: 120px;
139
+ border-bottom: 1px solid #2A2D31;
140
+ display: flex;
141
+ align-items: center;
142
+ padding: 0 30px;
143
+ box-sizing: border-box;
144
+ gap: 30px;
145
+ font-size: 40px;
146
+ }
147
+ .kb-divider {
148
+ width: 2px; height: 48px; background: #3A3D42;
149
+ }
150
+ .kb-rows {
151
+ padding: 24px 24px 0 24px;
152
+ box-sizing: border-box;
153
+ }
154
+ .kb-row {
155
+ display: flex;
156
+ justify-content: space-between;
157
+ margin-bottom: 24px;
158
+ }
159
+ .key {
160
+ background: #2A2D31;
161
+ border-radius: 16px;
162
+ width: 88px; height: 112px;
163
+ display: flex;
164
+ align-items: center;
165
+ justify-content: center;
166
+ font-size: 46px;
167
+ color: #F2F2F2;
168
+ }
169
+ .key.wide { width: 150px; }
170
+ .key.xwide { width: 210px; }
171
+ .key.space { width: 420px; }
172
+ .key.round { border-radius: 30px; }
173
+ .bottom-row {
174
+ display: flex;
175
+ align-items: center;
176
+ justify-content: space-between;
177
+ padding: 12px 24px 24px 24px;
178
+ }
179
+ .pill {
180
+ position: absolute;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ bottom: 18px;
184
+ width: 280px;
185
+ height: 14px;
186
+ background: #EAEAEA;
187
+ border-radius: 10px;
188
+ opacity: 0.9;
189
+ }
190
+
191
+ /* Simple icons */
192
+ .svg { display: inline-block; }
193
+ </style>
194
+ </head>
195
+ <body>
196
+ <div id="render-target">
197
+
198
+ <!-- Status bar -->
199
+ <div class="status-bar">
200
+ <div>8:58</div>
201
+ <div class="status-icons">
202
+ <span class="status-dot"></span>
203
+ <span class="status-dot" style="opacity:0.6;"></span>
204
+ <span class="status-dot" style="opacity:0.4;"></span>
205
+ <div class="battery"></div>
206
+ <div style="font-size:40px;">100%</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Header -->
211
+ <div class="header">
212
+ <svg class="close-btn" viewBox="0 0 24 24">
213
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#6B7498" stroke-width="3.2" stroke-linecap="round" fill="none"></path>
214
+ </svg>
215
+ <div class="title">Arrival</div>
216
+ </div>
217
+
218
+ <!-- Search field -->
219
+ <div class="search-wrap">
220
+ <div class="search-field">
221
+ <svg class="pin-icon" viewBox="0 0 24 24">
222
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" fill="#52619B"></path>
223
+ </svg>
224
+ <span>New Hyde Park</span>
225
+ </div>
226
+
227
+ <div class="suggestions">
228
+ <div class="suggest-item">
229
+ <svg class="pin" viewBox="0 0 24 24">
230
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" fill="#33457C"></path>
231
+ </svg>
232
+ <span>New Hyde Park, NY</span>
233
+ <span class="secondary">USA</span>
234
+ </div>
235
+ <div class="suggest-item">
236
+ <svg class="pin" viewBox="0 0 24 24">
237
+ <path d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z" fill="#33457C"></path>
238
+ </svg>
239
+ <span>North New Hyde Park, NY</span>
240
+ <span class="secondary">USA</span>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <div class="content-spacer"></div>
246
+
247
+ <!-- Keyboard overlay -->
248
+ <div class="keyboard">
249
+ <div class="kb-suggest">
250
+ <svg class="svg" viewBox="0 0 24 24" width="54" height="54" style="margin-right:10px;">
251
+ <rect x="2" y="4" width="20" height="16" rx="3" fill="#D0D3DA"></rect>
252
+ <circle cx="6" cy="12" r="2.5" fill="#8D93A1"></circle>
253
+ <circle cx="12" cy="12" r="2.5" fill="#8D93A1"></circle>
254
+ <circle cx="18" cy="12" r="2.5" fill="#8D93A1"></circle>
255
+ </svg>
256
+ <span>Park</span>
257
+ <div class="kb-divider"></div>
258
+ <span>Parking</span>
259
+ <div class="kb-divider"></div>
260
+ <span>🖼️</span>
261
+ <div style="margin-left:auto; font-size:44px;">🎤</div>
262
+ </div>
263
+
264
+ <div class="kb-rows">
265
+ <!-- Row 1 -->
266
+ <div class="kb-row">
267
+ <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>
268
+ </div>
269
+ <!-- Row 2 -->
270
+ <div class="kb-row">
271
+ <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>
272
+ </div>
273
+ <!-- Row 3 -->
274
+ <div class="kb-row">
275
+ <div class="key wide">⇧</div>
276
+ <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>
277
+ <div class="key wide">⌫</div>
278
+ </div>
279
+ </div>
280
+
281
+ <!-- Bottom controls -->
282
+ <div class="bottom-row">
283
+ <div class="key xwide round" style="background:#A2A9B8; color:#111;">?123</div>
284
+ <div class="key round">,</div>
285
+ <div class="key round">🙂</div>
286
+ <div class="key space round"></div>
287
+ <div class="key round">.</div>
288
+ <div class="key xwide round" style="background:#CDD3EA; color:#1E2E67;">✓</div>
289
+ </div>
290
+
291
+ <div class="pill"></div>
292
+ </div>
293
+
294
+ </div>
295
+ </body>
296
+ </html>
code/11696/11696_8.html ADDED
@@ -0,0 +1,430 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Travel Booking 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: #1f2b56;
14
+ }
15
+ #render-target {
16
+ width: 1080px;
17
+ height: 2400px;
18
+ position: relative;
19
+ overflow: hidden;
20
+ background: #f7f9fc;
21
+ }
22
+
23
+ /* Status bar */
24
+ .status-bar {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 120px;
30
+ background: #3a4773;
31
+ color: #fff;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: space-between;
35
+ padding: 0 36px;
36
+ box-sizing: border-box;
37
+ font-weight: 600;
38
+ letter-spacing: 0.3px;
39
+ }
40
+ .status-left,
41
+ .status-right {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 22px;
45
+ font-size: 34px;
46
+ opacity: 0.95;
47
+ }
48
+ .status-time {
49
+ font-size: 40px;
50
+ font-weight: 700;
51
+ }
52
+ .battery {
53
+ display: inline-flex;
54
+ align-items: center;
55
+ gap: 10px;
56
+ }
57
+
58
+ /* Hero */
59
+ .hero {
60
+ position: absolute;
61
+ top: 120px;
62
+ left: 0;
63
+ width: 1080px;
64
+ height: 540px;
65
+ background: linear-gradient(180deg, #5e71a9 0%, #7f9bca 40%, #a9c5e8 100%);
66
+ box-sizing: border-box;
67
+ }
68
+ .hero-illustration {
69
+ position: absolute;
70
+ right: 30px;
71
+ bottom: 20px;
72
+ width: 1020px;
73
+ height: 350px;
74
+ background: #E0E0E0;
75
+ border: 1px solid #BDBDBD;
76
+ color: #757575;
77
+ display: flex;
78
+ justify-content: center;
79
+ align-items: center;
80
+ border-radius: 16px;
81
+ font-size: 34px;
82
+ }
83
+ .hero h1 {
84
+ position: absolute;
85
+ left: 48px;
86
+ bottom: 370px;
87
+ margin: 0;
88
+ color: #ffffff;
89
+ font-size: 78px;
90
+ line-height: 1.05;
91
+ font-weight: 800;
92
+ text-shadow: 0 2px 6px rgba(0,0,0,0.15);
93
+ }
94
+
95
+ /* Search Panel Card */
96
+ .panel {
97
+ position: absolute;
98
+ top: 608px;
99
+ left: 0;
100
+ width: 1080px;
101
+ background: #ffffff;
102
+ border-top-left-radius: 40px;
103
+ border-top-right-radius: 40px;
104
+ box-shadow: 0 -6px 16px rgba(31,43,86,0.08);
105
+ padding: 34px 36px 0 36px;
106
+ box-sizing: border-box;
107
+ }
108
+ .fields {
109
+ padding: 14px 0 0 0;
110
+ }
111
+ .field {
112
+ width: 100%;
113
+ height: 140px;
114
+ background: #eef2f8;
115
+ border-radius: 28px;
116
+ display: flex;
117
+ align-items: center;
118
+ padding: 0 36px;
119
+ box-sizing: border-box;
120
+ margin-bottom: 26px;
121
+ color: #243265;
122
+ font-size: 44px;
123
+ font-weight: 700;
124
+ }
125
+ .field.light {
126
+ color: #8a97bd;
127
+ font-weight: 700;
128
+ }
129
+ .icon {
130
+ width: 62px;
131
+ height: 62px;
132
+ display: inline-flex;
133
+ justify-content: center;
134
+ align-items: center;
135
+ margin-right: 24px;
136
+ }
137
+ .swap {
138
+ margin-left: auto;
139
+ opacity: 0.7;
140
+ }
141
+
142
+ .row {
143
+ display: flex;
144
+ gap: 26px;
145
+ }
146
+ .half {
147
+ flex: 1;
148
+ }
149
+
150
+ .travelers {
151
+ font-size: 40px;
152
+ font-weight: 700;
153
+ }
154
+
155
+ .search-btn {
156
+ width: 100%;
157
+ height: 140px;
158
+ background: #ea7772;
159
+ color: #fff;
160
+ border: none;
161
+ border-radius: 28px;
162
+ font-size: 48px;
163
+ font-weight: 800;
164
+ margin: 22px 0 38px 0;
165
+ box-shadow: 0 8px 18px rgba(234,119,114,0.35);
166
+ }
167
+
168
+ /* Hotels/Recommendation Section */
169
+ .section {
170
+ padding: 24px 36px 0 36px;
171
+ box-sizing: border-box;
172
+ background: #ffffff;
173
+ }
174
+ .section h2 {
175
+ font-size: 58px;
176
+ color: #142055;
177
+ margin: 18px 0 18px 0;
178
+ line-height: 1.15;
179
+ font-weight: 800;
180
+ }
181
+ .divider {
182
+ height: 2px;
183
+ background: #e6e9f2;
184
+ margin: 0 0 24px 0;
185
+ }
186
+ .cards {
187
+ display: flex;
188
+ gap: 28px;
189
+ overflow-x: auto;
190
+ padding-bottom: 28px;
191
+ }
192
+ .hotel-card {
193
+ min-width: 312px;
194
+ max-width: 312px;
195
+ }
196
+ .hotel-image {
197
+ width: 312px;
198
+ height: 210px;
199
+ background: #E0E0E0;
200
+ border: 1px solid #BDBDBD;
201
+ color: #757575;
202
+ border-radius: 24px;
203
+ display: flex;
204
+ justify-content: center;
205
+ align-items: center;
206
+ position: relative;
207
+ font-size: 28px;
208
+ overflow: hidden;
209
+ }
210
+ .badge {
211
+ position: absolute;
212
+ top: 12px;
213
+ left: 12px;
214
+ background: #2f7f57;
215
+ color: #fff;
216
+ padding: 8px 14px;
217
+ border-radius: 14px;
218
+ font-size: 28px;
219
+ font-weight: 800;
220
+ letter-spacing: 0.4px;
221
+ }
222
+ .hotel-title {
223
+ margin-top: 12px;
224
+ font-size: 36px;
225
+ font-weight: 800;
226
+ color: #1e2a5a;
227
+ white-space: nowrap;
228
+ overflow: hidden;
229
+ text-overflow: ellipsis;
230
+ }
231
+
232
+ /* Bottom navigation */
233
+ .bottom-nav {
234
+ position: absolute;
235
+ left: 0;
236
+ bottom: 0;
237
+ width: 1080px;
238
+ height: 180px;
239
+ background: #ffffff;
240
+ border-top: 1px solid #e7ecf3;
241
+ display: flex;
242
+ align-items: center;
243
+ justify-content: space-around;
244
+ box-sizing: border-box;
245
+ padding-bottom: 36px;
246
+ }
247
+ .nav-item {
248
+ display: flex;
249
+ flex-direction: column;
250
+ align-items: center;
251
+ gap: 16px;
252
+ color: #8aa0c9;
253
+ font-size: 26px;
254
+ font-weight: 700;
255
+ }
256
+ .nav-item.active {
257
+ color: #ee8b86;
258
+ }
259
+ .nav-icon {
260
+ width: 64px;
261
+ height: 64px;
262
+ }
263
+
264
+ /* Home indicator */
265
+ .home-indicator {
266
+ position: absolute;
267
+ bottom: 18px;
268
+ left: 50%;
269
+ transform: translateX(-50%);
270
+ width: 240px;
271
+ height: 10px;
272
+ background: #cfd6e6;
273
+ border-radius: 8px;
274
+ }
275
+ </style>
276
+ </head>
277
+ <body>
278
+ <div id="render-target">
279
+
280
+ <!-- Status bar -->
281
+ <div class="status-bar">
282
+ <div class="status-left">
283
+ <span class="status-time">8:58</span>
284
+ <span>⏱️</span>
285
+ <span>🔔</span>
286
+ <span>✈️</span>
287
+ <span>•</span>
288
+ </div>
289
+ <div class="status-right">
290
+ <span>⦸</span>
291
+ <div class="battery">🔋 <span>100%</span></div>
292
+ <span>•</span>
293
+ </div>
294
+ </div>
295
+
296
+ <!-- Hero section -->
297
+ <div class="hero">
298
+ <h1>Where to, Fabio?</h1>
299
+ <div class="hero-illustration">[IMG: Transport illustration]</div>
300
+ </div>
301
+
302
+ <!-- Search panel -->
303
+ <div class="panel">
304
+ <div class="fields">
305
+ <div class="field">
306
+ <div class="icon">
307
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
308
+ <circle cx="12" cy="12" r="9" stroke="#7d89b1" stroke-width="2"/>
309
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#7d89b1" stroke-width="2"/>
310
+ </svg>
311
+ </div>
312
+ <div>New York USA</div>
313
+ <div class="swap">
314
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="none">
315
+ <path d="M7 3l4 4H9v6H7V7H3l4-4z" fill="#7d89b1"/>
316
+ <path d="M17 21l-4-4h2V11h2v6h4l-4 4z" fill="#7d89b1"/>
317
+ </svg>
318
+ </div>
319
+ </div>
320
+
321
+ <div class="field">
322
+ <div class="icon">
323
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
324
+ <path d="M12 2C8.7 2 6 4.7 6 8c0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8.5A2.5 2.5 0 1 1 12 5a2.5 2.5 0 0 1 0 5z" fill="#7d89b1"/>
325
+ </svg>
326
+ </div>
327
+ <div>New Hyde Park USA</div>
328
+ </div>
329
+
330
+ <div class="row">
331
+ <div class="field half">
332
+ <div class="icon">
333
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
334
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#7d89b1" stroke-width="2"/>
335
+ <path d="M8 3v4M16 3v4" stroke="#7d89b1" stroke-width="2"/>
336
+ </svg>
337
+ </div>
338
+ <div>Tue, Nov 21</div>
339
+ </div>
340
+ <div class="field half light">
341
+ <div class="icon">
342
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
343
+ <rect x="3" y="5" width="18" height="16" rx="2" stroke="#b4bdd6" stroke-width="2"/>
344
+ <path d="M8 3v4M16 3v4" stroke="#b4bdd6" stroke-width="2"/>
345
+ </svg>
346
+ </div>
347
+ <div>+ Add return</div>
348
+ </div>
349
+ </div>
350
+
351
+ <div class="field travelers">
352
+ <div class="icon">
353
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="none">
354
+ <circle cx="12" cy="7" r="4" stroke="#7d89b1" stroke-width="2"/>
355
+ <path d="M5 21c0-4 3-6 7-6s7 2 7 6" stroke="#7d89b1" stroke-width="2"/>
356
+ </svg>
357
+ </div>
358
+ <div>1 Adult, No discount card</div>
359
+ </div>
360
+
361
+ <button class="search-btn">Search Omio</button>
362
+ </div>
363
+
364
+ <div class="section">
365
+ <h2>Need a place to stay in New Hyde Park, NY?</h2>
366
+ <div class="divider"></div>
367
+ <div class="cards">
368
+ <div class="hotel-card">
369
+ <div class="hotel-image">
370
+ <div class="badge">Cheapest -9%</div>
371
+ [IMG: Hotel exterior]
372
+ </div>
373
+ <div class="hotel-title">Meadowbrook Mot...</div>
374
+ </div>
375
+ <div class="hotel-card">
376
+ <div class="hotel-image">
377
+ <div class="badge">-47%</div>
378
+ [IMG: Hotel room with city view]
379
+ </div>
380
+ <div class="hotel-title">Courtyard New Yor...</div>
381
+ </div>
382
+ <div class="hotel-card">
383
+ <div class="hotel-image">
384
+ <div class="badge">-44%</div>
385
+ [IMG: Hotel entrance]
386
+ </div>
387
+ <div class="hotel-title">The Westin Times...</div>
388
+ </div>
389
+ <div class="hotel-card">
390
+ <div class="hotel-image">
391
+ <div class="badge">-25%</div>
392
+ [IMG: Boutique lobby]
393
+ </div>
394
+ <div class="hotel-title">Arthouse Hotel...</div>
395
+ </div>
396
+ </div>
397
+ </div>
398
+ </div>
399
+
400
+ <!-- Bottom navigation -->
401
+ <div class="bottom-nav">
402
+ <div class="nav-item active">
403
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
404
+ <circle cx="11" cy="11" r="7" stroke="#ee8b86" stroke-width="2"/>
405
+ <path d="M20 20l-3-3" stroke="#ee8b86" stroke-width="2" stroke-linecap="round"/>
406
+ </svg>
407
+ </div>
408
+ <div class="nav-item">
409
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
410
+ <rect x="4" y="5" width="16" height="12" rx="2" stroke="#8aa0c9" stroke-width="2"/>
411
+ <path d="M4 9h16" stroke="#8aa0c9" stroke-width="2"/>
412
+ </svg>
413
+ </div>
414
+ <div class="nav-item">
415
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
416
+ <circle cx="12" cy="8" r="4" stroke="#8aa0c9" stroke-width="2"/>
417
+ <path d="M4 21c0-4.5 4-7 8-7s8 2.5 8 7" stroke="#8aa0c9" stroke-width="2"/>
418
+ </svg>
419
+ </div>
420
+ <div class="nav-item">
421
+ <svg class="nav-icon" viewBox="0 0 24 24" fill="none">
422
+ <path d="M12 2l9 7h-3v9H6V9H3l9-7z" stroke="#8aa0c9" stroke-width="2" fill="none"/>
423
+ </svg>
424
+ </div>
425
+ </div>
426
+
427
+ <div class="home-indicator"></div>
428
+ </div>
429
+ </body>
430
+ </html>
code/11696/11696_9.html ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Date Picker - Choose date</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, "Apple Color Emoji", "Segoe UI Emoji";
16
+ color: #1A2B57;
17
+ }
18
+
19
+ /* Top app bar */
20
+ .appbar {
21
+ position: relative;
22
+ padding: 70px 48px 24px 48px;
23
+ }
24
+ .close-btn {
25
+ width: 72px;
26
+ height: 72px;
27
+ border-radius: 36px;
28
+ display: inline-flex;
29
+ justify-content: center;
30
+ align-items: center;
31
+ cursor: default;
32
+ }
33
+ .close-btn svg { width: 40px; height: 40px; stroke: #1A2B57; stroke-width: 5; }
34
+ .title {
35
+ position: absolute;
36
+ left: 132px;
37
+ top: 78px;
38
+ font-size: 56px;
39
+ font-weight: 800;
40
+ letter-spacing: 0.2px;
41
+ }
42
+
43
+ /* Date chips row */
44
+ .chip-row {
45
+ display: flex;
46
+ gap: 24px;
47
+ padding: 24px 48px 12px 48px;
48
+ }
49
+ .chip {
50
+ padding: 28px 36px;
51
+ border: 2px solid #C9D3EA;
52
+ border-radius: 24px;
53
+ font-size: 38px;
54
+ color: #1A2B57;
55
+ background: #ffffff;
56
+ }
57
+ .chip.secondary {
58
+ color: #9AA4B5;
59
+ background: #F2F4F8;
60
+ border-color: #E3E8F2;
61
+ }
62
+
63
+ /* Weekday header */
64
+ .weekday {
65
+ display: grid;
66
+ grid-template-columns: repeat(7, 1fr);
67
+ padding: 24px 36px 16px 36px;
68
+ color: #A6AEC0;
69
+ font-size: 34px;
70
+ text-align: center;
71
+ }
72
+
73
+ /* Month section */
74
+ .month-label {
75
+ background: #F2F4F8;
76
+ color: #A6AEC0;
77
+ padding: 24px 48px;
78
+ font-weight: 700;
79
+ font-size: 32px;
80
+ letter-spacing: 1px;
81
+ }
82
+ .calendar {
83
+ padding: 24px 36px 8px 36px;
84
+ }
85
+ .grid {
86
+ display: grid;
87
+ grid-template-columns: repeat(7, 1fr);
88
+ gap: 22px 0;
89
+ text-align: center;
90
+ font-size: 40px;
91
+ }
92
+ .day {
93
+ color: #2B3C6B;
94
+ opacity: 0.9;
95
+ }
96
+ .muted { color: #AEB6C6; opacity: 0.35; }
97
+ .selected {
98
+ display: inline-flex;
99
+ width: 132px;
100
+ height: 132px;
101
+ border-radius: 50%;
102
+ background: #6D89C4;
103
+ color: #ffffff;
104
+ align-items: center;
105
+ justify-content: center;
106
+ font-weight: 700;
107
+ margin: 0 auto;
108
+ }
109
+
110
+ /* Bottom confirm area */
111
+ .confirm-wrap {
112
+ position: absolute;
113
+ left: 0;
114
+ right: 0;
115
+ bottom: 96px;
116
+ padding: 24px 24px 24px 24px;
117
+ background: linear-gradient(to top, rgba(0,0,0,0.04), rgba(0,0,0,0));
118
+ }
119
+ .confirm-btn {
120
+ width: calc(100% - 64px);
121
+ margin: 0 auto;
122
+ height: 144px;
123
+ background: #E7726E;
124
+ border-radius: 28px;
125
+ color: #ffffff;
126
+ font-size: 48px;
127
+ font-weight: 700;
128
+ display: flex;
129
+ align-items: center;
130
+ justify-content: center;
131
+ box-shadow: 0 8px 18px rgba(231,114,110,0.35);
132
+ }
133
+
134
+ /* Bottom system bar mock */
135
+ .system-bottom {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 0;
138
+ height: 96px;
139
+ background: #0F1633;
140
+ }
141
+ .home-indicator {
142
+ position: absolute;
143
+ left: 50%;
144
+ transform: translateX(-50%);
145
+ bottom: 28px;
146
+ width: 240px;
147
+ height: 10px;
148
+ background: #D8DBE6;
149
+ border-radius: 6px;
150
+ opacity: 0.85;
151
+ }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Header -->
158
+ <div class="appbar">
159
+ <div class="close-btn" aria-label="Close">
160
+ <svg viewBox="0 0 24 24" fill="none">
161
+ <path d="M5 5 L19 19 M19 5 L5 19" />
162
+ </svg>
163
+ </div>
164
+ <div class="title">Choose date</div>
165
+ </div>
166
+
167
+ <!-- Chips -->
168
+ <div class="chip-row">
169
+ <div class="chip">Tue, Nov 21</div>
170
+ <div class="chip secondary">+ Add Return</div>
171
+ </div>
172
+
173
+ <!-- Weekday headings -->
174
+ <div class="weekday">
175
+ <div>S</div><div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div>
176
+ </div>
177
+
178
+ <!-- November -->
179
+ <div class="month-label">NOVEMBER 2023</div>
180
+ <div class="calendar">
181
+ <div class="grid">
182
+ <!-- Row 1 (leading days from previous month) -->
183
+ <div class="muted">29</div>
184
+ <div class="muted">30</div>
185
+ <div class="muted">31</div>
186
+ <div class="muted">1</div>
187
+ <div class="muted">2</div>
188
+ <div class="muted">3</div>
189
+ <div class="muted">4</div>
190
+ <!-- Row 2 -->
191
+ <div class="muted">5</div><div class="muted">6</div><div class="muted">7</div>
192
+ <div class="muted">8</div><div class="muted">9</div><div class="muted">10</div><div class="muted">11</div>
193
+ <!-- Row 3 -->
194
+ <div class="muted">12</div><div class="muted">13</div><div class="muted">14</div>
195
+ <div class="muted">15</div><div class="muted">16</div><div class="muted">17</div><div class="muted">18</div>
196
+ <!-- Row 4 actual visible with selection -->
197
+ <div class="muted">19</div><div class="muted">20</div>
198
+ <div><div class="selected">21</div></div>
199
+ <div class="day">22</div><div class="day">23</div><div class="day">24</div><div class="day">25</div>
200
+ <!-- Row 5 -->
201
+ <div class="day">26</div><div class="day">27</div><div class="day">28</div>
202
+ <div class="day">29</div><div class="day">30</div><div class="muted">1</div><div class="muted">2</div>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- December -->
207
+ <div class="month-label">DECEMBER 2023</div>
208
+ <div class="calendar">
209
+ <div class="grid">
210
+ <!-- First row of December (1st on Fri) -->
211
+ <div class="muted">26</div><div class="muted">27</div><div class="muted">28</div>
212
+ <div class="muted">29</div><div class="muted">30</div><div class="day">1</div><div class="day">2</div>
213
+ <!-- Row 2 -->
214
+ <div class="day">3</div><div class="day">4</div><div class="day">5</div>
215
+ <div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div>
216
+ <!-- Row 3 -->
217
+ <div class="day">10</div><div class="day">11</div><div class="day">12</div>
218
+ <div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div>
219
+ <!-- Row 4 -->
220
+ <div class="day">17</div><div class="day">18</div><div class="day">19</div>
221
+ <div class="day">20</div><div class="day">21</div><div class="day">22</div><div class="day">23</div>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Confirm button -->
226
+ <div class="confirm-wrap">
227
+ <div class="confirm-btn">Confirm</div>
228
+ </div>
229
+
230
+ <!-- Bottom system bar -->
231
+ <div class="system-bottom">
232
+ <div class="home-indicator"></div>
233
+ </div>
234
+
235
+ </div>
236
+ </body>
237
+ </html>
code/11697/11697_0.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Files - Search</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 110px;
25
+ width: 100%;
26
+ background: #111316;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ color: #ffffff;
33
+ font-size: 36px;
34
+ letter-spacing: 0.3px;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ align-items: center;
39
+ gap: 28px;
40
+ }
41
+ .status-icons svg { width: 44px; height: 44px; }
42
+
43
+ /* App bar */
44
+ .app-bar {
45
+ position: absolute;
46
+ top: 110px;
47
+ left: 0;
48
+ width: 100%;
49
+ height: 120px;
50
+ background: #171717;
51
+ display: flex;
52
+ align-items: center;
53
+ padding: 0 24px;
54
+ box-sizing: border-box;
55
+ border-bottom: 1px solid #1f1f1f;
56
+ }
57
+ .app-left, .app-right {
58
+ display: flex;
59
+ align-items: center;
60
+ }
61
+ .app-left { gap: 24px; }
62
+ .app-right { margin-left: auto; gap: 30px; }
63
+ .app-title {
64
+ font-size: 40px;
65
+ color: #e9e9e9;
66
+ }
67
+ .app-bar svg { width: 56px; height: 56px; fill: none; stroke: #e9e9e9; stroke-width: 3; }
68
+
69
+ /* Filters */
70
+ .filters {
71
+ position: absolute;
72
+ top: 230px;
73
+ left: 0;
74
+ width: 100%;
75
+ padding: 0 24px;
76
+ box-sizing: border-box;
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 22px;
80
+ }
81
+ .chip {
82
+ display: flex;
83
+ align-items: center;
84
+ gap: 16px;
85
+ padding: 18px 26px;
86
+ border-radius: 26px;
87
+ background: #1b1b1b;
88
+ border: 1px solid #2b2b2b;
89
+ color: #dedede;
90
+ font-size: 30px;
91
+ line-height: 1;
92
+ white-space: nowrap;
93
+ }
94
+ .chip svg { width: 40px; height: 40px; stroke: #cfcfcf; stroke-width: 2.6; fill: none; }
95
+
96
+ /* List */
97
+ .list {
98
+ position: absolute;
99
+ top: 330px;
100
+ left: 0;
101
+ width: 100%;
102
+ padding: 0 24px;
103
+ box-sizing: border-box;
104
+ }
105
+ .item {
106
+ display: flex;
107
+ align-items: center;
108
+ padding: 24px 0;
109
+ gap: 28px;
110
+ }
111
+ .thumb {
112
+ width: 120px;
113
+ height: 120px;
114
+ border-radius: 14px;
115
+ background: #1f1f1f;
116
+ border: 1px solid #2a2a2a;
117
+ display: flex;
118
+ align-items: center;
119
+ justify-content: center;
120
+ }
121
+ .zip-icon {
122
+ width: 86px;
123
+ height: 86px;
124
+ }
125
+ .meta {
126
+ flex: 1;
127
+ display: flex;
128
+ flex-direction: column;
129
+ gap: 10px;
130
+ }
131
+ .title {
132
+ font-size: 40px;
133
+ color: #f1f1f1;
134
+ }
135
+ .subtitle {
136
+ font-size: 28px;
137
+ color: #9DA4AE;
138
+ }
139
+ .more {
140
+ width: 56px;
141
+ height: 56px;
142
+ }
143
+ .divider {
144
+ height: 1px;
145
+ background: #1b1b1b;
146
+ margin-left: 176px; /* align under text (after thumbnail) */
147
+ }
148
+
149
+ /* Bottom gesture bar */
150
+ .gesture {
151
+ position: absolute;
152
+ bottom: 36px;
153
+ left: 50%;
154
+ transform: translateX(-50%);
155
+ width: 360px;
156
+ height: 10px;
157
+ background: #EDEDED;
158
+ border-radius: 8px;
159
+ opacity: 0.85;
160
+ }
161
+ </style>
162
+ </head>
163
+ <body>
164
+ <div id="render-target">
165
+
166
+ <!-- Status Bar -->
167
+ <div class="status-bar">
168
+ <div>10:43</div>
169
+ <div class="status-icons">
170
+ <!-- Simple mail envelope icon -->
171
+ <svg viewBox="0 0 24 24">
172
+ <path d="M3 6h18v12H3z"></path>
173
+ <path d="M3 6l9 7 9-7"></path>
174
+ </svg>
175
+ <!-- Cloud icon -->
176
+ <svg viewBox="0 0 24 24">
177
+ <path d="M7 16a5 5 0 010-10 6 6 0 0111 3h1a4 4 0 010 8H7z"></path>
178
+ </svg>
179
+ <!-- Wi-Fi icon -->
180
+ <svg viewBox="0 0 24 24">
181
+ <path d="M2 9c5-4 15-4 20 0"></path>
182
+ <path d="M5 12c3-3 11-3 14 0"></path>
183
+ <path d="M8 15c2-2 6-2 8 0"></path>
184
+ <circle cx="12" cy="18" r="1.5" fill="#e9e9e9" stroke="none"></circle>
185
+ </svg>
186
+ <!-- Battery icon -->
187
+ <svg viewBox="0 0 26 24">
188
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
189
+ <rect x="20.5" y="9" width="3.5" height="6" rx="1.2"></rect>
190
+ <rect x="4" y="8" width="14" height="8" fill="#e9e9e9" stroke="none"></rect>
191
+ </svg>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- App Bar -->
196
+ <div class="app-bar">
197
+ <div class="app-left">
198
+ <!-- Back arrow -->
199
+ <svg viewBox="0 0 24 24">
200
+ <path d="M15 19L8 12l7-7"></path>
201
+ </svg>
202
+ <div class="app-title">doc x.zip</div>
203
+ </div>
204
+ <div class="app-right">
205
+ <!-- Clear X -->
206
+ <svg viewBox="0 0 24 24">
207
+ <path d="M5 5l14 14M19 5L5 19"></path>
208
+ </svg>
209
+ <!-- Grid icon -->
210
+ <svg viewBox="0 0 24 24">
211
+ <rect x="3" y="3" width="7" height="7"></rect>
212
+ <rect x="14" y="3" width="7" height="7"></rect>
213
+ <rect x="3" y="14" width="7" height="7"></rect>
214
+ <rect x="14" y="14" width="7" height="7"></rect>
215
+ </svg>
216
+ <!-- Kebab menu -->
217
+ <svg class="more" viewBox="0 0 24 24">
218
+ <circle cx="12" cy="5" r="2.2" fill="#e9e9e9" stroke="none"></circle>
219
+ <circle cx="12" cy="12" r="2.2" fill="#e9e9e9" stroke="none"></circle>
220
+ <circle cx="12" cy="19" r="2.2" fill="#e9e9e9" stroke="none"></circle>
221
+ </svg>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- Filter Chips -->
226
+ <div class="filters">
227
+ <div class="chip">
228
+ <svg viewBox="0 0 24 24">
229
+ <circle cx="6" cy="12" r="3"></circle>
230
+ <rect x="12" y="6" width="9" height="12" rx="4"></rect>
231
+ </svg>
232
+ Audio
233
+ </div>
234
+ <div class="chip" style="border-color:#3a3a3a;">
235
+ <svg viewBox="0 0 24 24">
236
+ <rect x="3" y="4" width="14" height="16" rx="2"></rect>
237
+ <path d="M7 8h6M7 12h6M7 16h6"></path>
238
+ <rect x="18" y="8" width="3" height="8" rx="0.8"></rect>
239
+ </svg>
240
+ Documents &amp; other
241
+ </div>
242
+ <div class="chip">
243
+ <svg viewBox="0 0 24 24">
244
+ <rect x="3" y="4" width="18" height="14" rx="2"></rect>
245
+ <path d="M3 15l5-6 3 3 3-4 7 7"></path>
246
+ </svg>
247
+ Images
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Results List -->
252
+ <div class="list">
253
+ <!-- Item 1 -->
254
+ <div class="item">
255
+ <div class="thumb">
256
+ <!-- ZIP file icon (simplified) -->
257
+ <svg class="zip-icon" viewBox="0 0 24 24">
258
+ <rect x="4" y="3" width="16" height="18" rx="2" fill="#F4A261" stroke="#E29578" stroke-width="1.5"></rect>
259
+ <rect x="9" y="5" width="6" height="2.2" fill="#00000055" stroke="none"></rect>
260
+ <rect x="11" y="8" width="2" height="2" fill="#333"></rect>
261
+ <rect x="11" y="11" width="2" height="2" fill="#333"></rect>
262
+ <rect x="11" y="14" width="2" height="2" fill="#333"></rect>
263
+ </svg>
264
+ </div>
265
+ <div class="meta">
266
+ <div class="title">Archive.zip</div>
267
+ <div class="subtitle">445 B, Jul 7</div>
268
+ </div>
269
+ <svg class="more" viewBox="0 0 24 24">
270
+ <circle cx="12" cy="5" r="2.2" fill="#cfcfcf" stroke="none"></circle>
271
+ <circle cx="12" cy="12" r="2.2" fill="#cfcfcf" stroke="none"></circle>
272
+ <circle cx="12" cy="19" r="2.2" fill="#cfcfcf" stroke="none"></circle>
273
+ </svg>
274
+ </div>
275
+ <div class="divider"></div>
276
+
277
+ <!-- Item 2 -->
278
+ <div class="item">
279
+ <div class="thumb">
280
+ <svg class="zip-icon" viewBox="0 0 24 24">
281
+ <rect x="4" y="3" width="16" height="18" rx="2" fill="#F4A261" stroke="#E29578" stroke-width="1.5"></rect>
282
+ <rect x="9" y="5" width="6" height="2.2" fill="#00000055" stroke="none"></rect>
283
+ <rect x="11" y="8" width="2" height="2" fill="#333"></rect>
284
+ <rect x="11" y="11" width="2" height="2" fill="#333"></rect>
285
+ <rect x="11" y="14" width="2" height="2" fill="#333"></rect>
286
+ </svg>
287
+ </div>
288
+ <div class="meta">
289
+ <div class="title">Doc X.zip</div>
290
+ <div class="subtitle">397 B, Jul 7</div>
291
+ </div>
292
+ <svg class="more" viewBox="0 0 24 24">
293
+ <circle cx="12" cy="5" r="2.2" fill="#cfcfcf" stroke="none"></circle>
294
+ <circle cx="12" cy="12" r="2.2" fill="#cfcfcf" stroke="none"></circle>
295
+ <circle cx="12" cy="19" r="2.2" fill="#cfcfcf" stroke="none"></circle>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Bottom gesture bar -->
301
+ <div class="gesture"></div>
302
+
303
+ </div>
304
+ </body>
305
+ </html>
code/11697/11697_1.html ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Search UI - Dark</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ position: relative;
16
+ overflow: hidden;
17
+ width: 1080px;
18
+ height: 2400px;
19
+ background: #121214;
20
+ color: #EDEDED;
21
+ }
22
+
23
+ /* Status Bar */
24
+ .status-bar {
25
+ height: 120px;
26
+ padding: 0 32px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ color: #FFFFFF;
31
+ font-weight: 600;
32
+ }
33
+ .status-left {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 18px;
37
+ font-size: 40px;
38
+ }
39
+ .status-right {
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 22px;
43
+ }
44
+ .status-icon svg {
45
+ width: 40px;
46
+ height: 40px;
47
+ stroke: #FFFFFF;
48
+ }
49
+
50
+ /* Search header */
51
+ .search-header {
52
+ padding: 12px 32px 0 32px;
53
+ }
54
+ .search-bar {
55
+ background: #1A1B1F;
56
+ border-radius: 16px;
57
+ height: 116px;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 24px;
61
+ gap: 24px;
62
+ border: 1px solid #25262A;
63
+ }
64
+ .search-text {
65
+ flex: 1;
66
+ color: #CFCFCF;
67
+ font-size: 38px;
68
+ letter-spacing: 0.3px;
69
+ }
70
+ .caret {
71
+ display: inline-block;
72
+ width: 2px;
73
+ height: 44px;
74
+ background: #9AA0A6;
75
+ margin-left: 8px;
76
+ vertical-align: middle;
77
+ }
78
+ .icon-btn svg {
79
+ width: 56px;
80
+ height: 56px;
81
+ stroke: #EDEDED;
82
+ }
83
+
84
+ /* Chips */
85
+ .chips {
86
+ margin-top: 24px;
87
+ display: flex;
88
+ gap: 18px;
89
+ padding: 0 4px;
90
+ }
91
+ .chip {
92
+ display: inline-flex;
93
+ align-items: center;
94
+ gap: 14px;
95
+ height: 72px;
96
+ padding: 0 26px;
97
+ border-radius: 36px;
98
+ background: #1E1F23;
99
+ border: 1px solid #2A2B30;
100
+ color: #E0E0E0;
101
+ font-size: 28px;
102
+ white-space: nowrap;
103
+ }
104
+ .chip svg {
105
+ width: 38px;
106
+ height: 38px;
107
+ stroke: #DADADA;
108
+ }
109
+
110
+ /* Recent item */
111
+ .recent {
112
+ margin-top: 28px;
113
+ padding: 0 32px;
114
+ }
115
+ .recent-item {
116
+ height: 84px;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 22px;
120
+ color: #DADADA;
121
+ font-size: 34px;
122
+ }
123
+ .recent-item svg {
124
+ width: 40px;
125
+ height: 40px;
126
+ stroke: #DADADA;
127
+ }
128
+ .clear-x {
129
+ position: absolute;
130
+ right: 36px;
131
+ top: 330px;
132
+ }
133
+ .clear-x svg {
134
+ width: 56px;
135
+ height: 56px;
136
+ stroke: #CFCFCF;
137
+ }
138
+
139
+ /* Keyboard */
140
+ .keyboard {
141
+ position: absolute;
142
+ left: 0;
143
+ right: 0;
144
+ bottom: 72px;
145
+ padding: 16px 24px 24px 24px;
146
+ background: #18191C;
147
+ border-top: 1px solid #2A2B30;
148
+ }
149
+ .kbd-top-actions {
150
+ display: flex;
151
+ align-items: center;
152
+ gap: 34px;
153
+ padding: 8px 8px 14px 8px;
154
+ color: #BFC3C9;
155
+ font-size: 26px;
156
+ }
157
+ .kbd-top-actions .icon {
158
+ width: 56px;
159
+ height: 56px;
160
+ border-radius: 12px;
161
+ display: flex;
162
+ align-items: center;
163
+ justify-content: center;
164
+ color: #EDEDED;
165
+ }
166
+ .kbd-top-actions svg {
167
+ width: 40px;
168
+ height: 40px;
169
+ stroke: #EDEDED;
170
+ }
171
+
172
+ .row {
173
+ display: flex;
174
+ gap: 12px;
175
+ margin: 12px 0;
176
+ }
177
+ .key {
178
+ flex: 1;
179
+ height: 118px;
180
+ background: #2A2B2F;
181
+ border-radius: 18px;
182
+ display: flex;
183
+ align-items: center;
184
+ justify-content: center;
185
+ color: #FFFFFF;
186
+ font-size: 44px;
187
+ border: 1px solid #35363B;
188
+ }
189
+ .key.small {
190
+ flex: 0.95;
191
+ }
192
+ .key.wide {
193
+ flex: 1.4;
194
+ }
195
+ .key.extra-wide {
196
+ flex: 3.6;
197
+ font-size: 38px;
198
+ color: #DADADA;
199
+ }
200
+ .key svg {
201
+ width: 46px;
202
+ height: 46px;
203
+ stroke: #FFFFFF;
204
+ }
205
+ .key.secondary {
206
+ background: #222327;
207
+ color: #CFCFCF;
208
+ }
209
+ .search-action {
210
+ background: #C9D1FA;
211
+ color: #0D0E12;
212
+ border-color: #99A5F0;
213
+ }
214
+
215
+ /* Home indicator */
216
+ .home-indicator {
217
+ position: absolute;
218
+ bottom: 20px;
219
+ left: 50%;
220
+ transform: translateX(-50%);
221
+ width: 420px;
222
+ height: 10px;
223
+ background: #EDEDED;
224
+ border-radius: 12px;
225
+ opacity: 0.75;
226
+ }
227
+ </style>
228
+ </head>
229
+ <body>
230
+ <div id="render-target">
231
+
232
+ <!-- Status Bar -->
233
+ <div class="status-bar">
234
+ <div class="status-left">
235
+ <div>10:44</div>
236
+ <div class="status-icon">
237
+ <!-- mail icon -->
238
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
239
+ <path d="M3 5h18v14H3z"></path>
240
+ <path d="M3 7l9 6 9-6"></path>
241
+ </svg>
242
+ </div>
243
+ <div class="status-icon">
244
+ <!-- cloud icon -->
245
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
246
+ <path d="M6 15a5 5 0 019-3 4 4 0 010 8H7a3 3 0 01-1-5z"></path>
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ <div class="status-right">
251
+ <div class="status-icon">
252
+ <!-- wifi icon -->
253
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
254
+ <path d="M2 8c5-4 15-4 20 0"></path>
255
+ <path d="M5 12c3-3 11-3 14 0"></path>
256
+ <path d="M8 16c2-2 6-2 8 0"></path>
257
+ <circle cx="12" cy="19" r="1.5"></circle>
258
+ </svg>
259
+ </div>
260
+ <div class="status-icon">
261
+ <!-- battery icon -->
262
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
263
+ <rect x="2" y="6" width="18" height="12" rx="2"></rect>
264
+ <rect x="20" y="10" width="2" height="4" rx="1"></rect>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Search Header -->
271
+ <div class="search-header">
272
+ <div class="search-bar">
273
+ <!-- back arrow -->
274
+ <div class="icon-btn">
275
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
276
+ <path d="M15 19l-7-7 7-7"></path>
277
+ </svg>
278
+ </div>
279
+ <div class="search-text">Search<span class="caret"></span></div>
280
+ <!-- mic icon -->
281
+ <div class="icon-btn">
282
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
283
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
284
+ <path d="M5 10a7 7 0 0014 0"></path>
285
+ <path d="M12 17v3"></path>
286
+ </svg>
287
+ </div>
288
+ </div>
289
+
290
+ <!-- Filter chips -->
291
+ <div class="chips">
292
+ <div class="chip">
293
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
294
+ <path d="M6 8a4 4 0 018 0v8a4 4 0 11-8 0V8z"></path>
295
+ <path d="M18 12v2a3 3 0 106 0v-2"></path>
296
+ </svg>
297
+ Audio
298
+ </div>
299
+ <div class="chip">
300
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
301
+ <rect x="4" y="3" width="16" height="18" rx="2"></rect>
302
+ <path d="M14 3v6h6"></path>
303
+ </svg>
304
+ Documents & other
305
+ </div>
306
+ <div class="chip">
307
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
308
+ <rect x="3" y="5" width="18" height="14" rx="2"></rect>
309
+ <path d="M7 13l3-3 4 5 3-4 3 4"></path>
310
+ <circle cx="8" cy="9" r="1.5"></circle>
311
+ </svg>
312
+ Images
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Recent item -->
317
+ <div class="recent">
318
+ <div class="recent-item">
319
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
320
+ <circle cx="12" cy="12" r="9"></circle>
321
+ <path d="M12 7v6l4 2"></path>
322
+ </svg>
323
+ doc x.zip
324
+ </div>
325
+ </div>
326
+
327
+ <!-- Clear X near top-right of content area -->
328
+ <div class="clear-x">
329
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
330
+ <path d="M6 6l12 12M18 6L6 18"></path>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Keyboard -->
336
+ <div class="keyboard">
337
+ <!-- Top actions above keys -->
338
+ <div class="kbd-top-actions">
339
+ <div class="icon">
340
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
341
+ <rect x="3" y="3" width="6" height="6"></rect>
342
+ <rect x="15" y="3" width="6" height="6"></rect>
343
+ <rect x="3" y="15" width="6" height="6"></rect>
344
+ <rect x="15" y="15" width="6" height="6"></rect>
345
+ </svg>
346
+ </div>
347
+ <div class="icon">
348
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
349
+ <circle cx="12" cy="12" r="9"></circle>
350
+ <path d="M9 10h.01M15 10h.01"></path>
351
+ <path d="M8 15c2 2 6 2 8 0"></path>
352
+ </svg>
353
+ </div>
354
+ <div class="icon" style="font-weight:700;">GIF</div>
355
+ <div class="icon">
356
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
357
+ <circle cx="12" cy="12" r="8"></circle>
358
+ <path d="M12 6v6l4 2"></path>
359
+ </svg>
360
+ </div>
361
+ <div class="icon" style="font-weight:700;">Gx</div>
362
+ <div class="icon">
363
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
364
+ <path d="M12 3a9 9 0 109 9h-9V3z"></path>
365
+ </svg>
366
+ </div>
367
+ <div class="icon">
368
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
369
+ <rect x="9" y="4" width="6" height="10" rx="3"></rect>
370
+ <path d="M5 10a7 7 0 0014 0"></path>
371
+ <path d="M12 17v3"></path>
372
+ </svg>
373
+ </div>
374
+ </div>
375
+
376
+ <!-- Key rows -->
377
+ <div class="row">
378
+ <div class="key">q</div>
379
+ <div class="key">w</div>
380
+ <div class="key">e</div>
381
+ <div class="key">r</div>
382
+ <div class="key">t</div>
383
+ <div class="key">y</div>
384
+ <div class="key">u</div>
385
+ <div class="key">i</div>
386
+ <div class="key">o</div>
387
+ <div class="key">p</div>
388
+ </div>
389
+
390
+ <div class="row">
391
+ <div class="key small">a</div>
392
+ <div class="key small">s</div>
393
+ <div class="key small">d</div>
394
+ <div class="key small">f</div>
395
+ <div class="key small">g</div>
396
+ <div class="key small">h</div>
397
+ <div class="key small">j</div>
398
+ <div class="key small">k</div>
399
+ <div class="key small">l</div>
400
+ </div>
401
+
402
+ <div class="row">
403
+ <div class="key wide secondary">
404
+ <!-- shift -->
405
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
406
+ <path d="M12 4l8 8H4l8-8z"></path>
407
+ <path d="M12 12v8"></path>
408
+ </svg>
409
+ </div>
410
+ <div class="key">z</div>
411
+ <div class="key">x</div>
412
+ <div class="key">c</div>
413
+ <div class="key">v</div>
414
+ <div class="key">b</div>
415
+ <div class="key">n</div>
416
+ <div class="key">m</div>
417
+ <div class="key wide secondary">
418
+ <!-- backspace -->
419
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
420
+ <path d="M3 12l6-7h11v14H9z"></path>
421
+ <path d="M12 9l6 6M18 9l-6 6"></path>
422
+ </svg>
423
+ </div>
424
+ </div>
425
+
426
+ <div class="row">
427
+ <div class="key wide secondary">?123</div>
428
+ <div class="key secondary">
429
+ <!-- emoji -->
430
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
431
+ <circle cx="12" cy="12" r="9"></circle>
432
+ <path d="M9 10h.01M15 10h.01"></path>
433
+ <path d="M8 15c2 2 6 2 8 0"></path>
434
+ </svg>
435
+ </div>
436
+ <div class="key extra-wide secondary">space</div>
437
+ <div class="key secondary">,</div>
438
+ <div class="key secondary">.</div>
439
+ <div class="key wide search-action">
440
+ <!-- search icon -->
441
+ <svg viewBox="0 0 24 24" fill="none" stroke="#0D0E12" stroke-width="2">
442
+ <circle cx="11" cy="11" r="6"></circle>
443
+ <path d="M20 20l-4.2-4.2"></path>
444
+ </svg>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <!-- Home indicator -->
450
+ <div class="home-indicator"></div>
451
+
452
+ </div>
453
+ </body>
454
+ </html>
code/11697/11697_3.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>File Manager - doc x (1)</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: #17181B;
15
+ color: #EDEDED;
16
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 120px;
26
+ background: #0F1115;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ }
32
+ .status-time {
33
+ font-size: 40px;
34
+ font-weight: 600;
35
+ letter-spacing: 0.5px;
36
+ color: #F5F5F5;
37
+ }
38
+ .status-icons {
39
+ margin-left: auto;
40
+ display: flex;
41
+ align-items: center;
42
+ gap: 26px;
43
+ }
44
+ .icon {
45
+ width: 42px;
46
+ height: 42px;
47
+ display: inline-flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ opacity: 0.9;
51
+ }
52
+ .icon svg { width: 100%; height: 100%; fill: #F3F4F6; }
53
+
54
+ /* App bar */
55
+ .app-bar {
56
+ position: absolute;
57
+ top: 120px;
58
+ left: 0;
59
+ width: 1080px;
60
+ height: 120px;
61
+ background: #1B1C20;
62
+ display: flex;
63
+ align-items: center;
64
+ box-sizing: border-box;
65
+ padding: 0 24px 0 16px;
66
+ border-bottom: 1px solid #24262B;
67
+ }
68
+ .app-bar .left {
69
+ display: flex;
70
+ align-items: center;
71
+ gap: 18px;
72
+ }
73
+ .app-title {
74
+ font-size: 44px;
75
+ font-weight: 600;
76
+ color: #E5E7EB;
77
+ }
78
+ .app-actions {
79
+ margin-left: auto;
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 28px;
83
+ }
84
+ .circle-btn {
85
+ width: 72px;
86
+ height: 72px;
87
+ border-radius: 36px;
88
+ display: inline-flex;
89
+ align-items: center;
90
+ justify-content: center;
91
+ }
92
+
93
+ /* Filter chips row */
94
+ .chips {
95
+ position: absolute;
96
+ top: 260px;
97
+ left: 0;
98
+ width: 1080px;
99
+ padding: 18px 24px;
100
+ box-sizing: border-box;
101
+ display: flex;
102
+ gap: 18px;
103
+ }
104
+ .chip {
105
+ display: inline-flex;
106
+ align-items: center;
107
+ gap: 14px;
108
+ padding: 18px 26px;
109
+ border: 2px solid #374151;
110
+ border-radius: 32px;
111
+ color: #D1D5DB;
112
+ font-size: 34px;
113
+ white-space: nowrap;
114
+ background: transparent;
115
+ }
116
+ .chip .icon { width: 36px; height: 36px; opacity: 0.85; }
117
+
118
+ /* File list section */
119
+ .list {
120
+ position: absolute;
121
+ top: 360px;
122
+ left: 0;
123
+ width: 1080px;
124
+ padding: 26px 24px;
125
+ box-sizing: border-box;
126
+ }
127
+ .file-row {
128
+ width: 100%;
129
+ background: #1E2025;
130
+ border: 1px solid #25272D;
131
+ border-radius: 20px;
132
+ height: 170px;
133
+ display: flex;
134
+ align-items: center;
135
+ padding: 24px;
136
+ box-sizing: border-box;
137
+ }
138
+ .thumb {
139
+ width: 120px;
140
+ height: 120px;
141
+ background: #E0E0E0;
142
+ border: 1px solid #BDBDBD;
143
+ border-radius: 12px;
144
+ display: flex;
145
+ align-items: center;
146
+ justify-content: center;
147
+ color: #757575;
148
+ font-size: 26px;
149
+ text-align: center;
150
+ }
151
+ .file-info {
152
+ margin-left: 28px;
153
+ display: flex;
154
+ flex-direction: column;
155
+ gap: 10px;
156
+ }
157
+ .file-name {
158
+ font-size: 42px;
159
+ color: #EDEDED;
160
+ font-weight: 600;
161
+ }
162
+ .file-meta {
163
+ font-size: 30px;
164
+ color: #A3A3A3;
165
+ }
166
+ .row-actions {
167
+ margin-left: auto;
168
+ padding-right: 8px;
169
+ }
170
+ .kebab {
171
+ width: 18px;
172
+ height: 18px;
173
+ display: inline-block;
174
+ position: relative;
175
+ }
176
+ .kebab::before, .kebab::after, .kebab span {
177
+ content: "";
178
+ position: absolute;
179
+ left: 50%;
180
+ transform: translateX(-50%);
181
+ width: 6px;
182
+ height: 6px;
183
+ background: #C7C7CC;
184
+ border-radius: 50%;
185
+ }
186
+ .kebab::before { top: 0; }
187
+ .kebab span { top: 50%; transform: translate(-50%, -50%); }
188
+ .kebab::after { bottom: 0; }
189
+
190
+ /* Bottom gesture bar */
191
+ .gesture {
192
+ position: absolute;
193
+ bottom: 22px;
194
+ left: 50%;
195
+ transform: translateX(-50%);
196
+ width: 360px;
197
+ height: 10px;
198
+ background: #E5E7EB;
199
+ border-radius: 8px;
200
+ opacity: 0.9;
201
+ }
202
+ </style>
203
+ </head>
204
+ <body>
205
+ <div id="render-target">
206
+
207
+ <!-- Status Bar -->
208
+ <div class="status-bar">
209
+ <div class="status-time">10:45</div>
210
+ <div class="status-icons">
211
+ <!-- simple mail/cloud placeholder icon -->
212
+ <div class="icon" title="notif">
213
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v12H4z" opacity="0.25"/><path d="M4 6l8 5 8-5" fill="#F3F4F6"/></svg>
214
+ </div>
215
+ <!-- signal/wifi -->
216
+ <div class="icon" title="wifi">
217
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0" stroke="#F3F4F6" stroke-width="2" fill="none"/><path d="M5 12c4-3 10-3 14 0" stroke="#F3F4F6" stroke-width="2" fill="none"/><circle cx="12" cy="17" r="2" fill="#F3F4F6"/></svg>
218
+ </div>
219
+ <!-- battery -->
220
+ <div class="icon" title="battery">
221
+ <svg viewBox="0 0 24 24"><rect x="2" y="7" width="18" height="10" rx="2" fill="#F3F4F6"/><rect x="20" y="10" width="2" height="4" rx="1" fill="#F3F4F6"/></svg>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- App Bar -->
227
+ <div class="app-bar">
228
+ <div class="left">
229
+ <div class="circle-btn" aria-label="Back">
230
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#E5E7EB"><path d="M15.5 4.5L7 12l8.5 7.5-1.5 1.5L4 12l10-9 1.5 1.5z"/></svg>
231
+ </div>
232
+ <div class="app-title">doc x (1)</div>
233
+ </div>
234
+ <div class="app-actions">
235
+ <!-- Close X -->
236
+ <div class="circle-btn" title="Close">
237
+ <svg viewBox="0 0 24 24" fill="#E5E7EB"><path d="M6 6l12 12M18 6L6 18" stroke="#E5E7EB" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
238
+ </div>
239
+ <!-- Grid icon -->
240
+ <div class="circle-btn" title="Grid">
241
+ <svg viewBox="0 0 24 24" fill="#E5E7EB"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
242
+ </div>
243
+ <!-- Overflow -->
244
+ <div class="circle-btn" title="More">
245
+ <svg viewBox="0 0 24 24" fill="#E5E7EB"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Filter Chips -->
251
+ <div class="chips">
252
+ <div class="chip">
253
+ <span class="icon">
254
+ <svg viewBox="0 0 24 24" fill="#D1D5DB"><path d="M7 7a3 3 0 016 0v7a3 3 0 11-6 0V7zm8 1h2a3 3 0 013 3v3a3 3 0 11-6 0V8z"/></svg>
255
+ </span>
256
+ Audio
257
+ </div>
258
+ <div class="chip">
259
+ <span class="icon">
260
+ <svg viewBox="0 0 24 24" fill="#D1D5DB"><path d="M6 2h12a2 2 0 012 2v16l-6-4-6 4V4a2 2 0 012-2z"/></svg>
261
+ </span>
262
+ Documents &amp; other
263
+ </div>
264
+ <div class="chip">
265
+ <span class="icon">
266
+ <svg viewBox="0 0 24 24" fill="#D1D5DB"><path d="M4 5h16v14H4z" opacity="0.35"/><path d="M4 15l4-5 3 4 2-3 7 9H4z"/></svg>
267
+ </span>
268
+ Images
269
+ </div>
270
+ </div>
271
+
272
+ <!-- File Row -->
273
+ <div class="list">
274
+ <div class="file-row">
275
+ <div class="thumb">[IMG: Image thumbnail]</div>
276
+ <div class="file-info">
277
+ <div class="file-name">Doc X.jpg</div>
278
+ <div class="file-meta">12.77 kB, Jul 7</div>
279
+ </div>
280
+ <div class="row-actions">
281
+ <div class="kebab"><span></span></div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Gesture Bar -->
287
+ <div class="gesture"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/11697/11697_4.html ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>File Manager Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #121212;
15
+ color: #EDEDED;
16
+ font-family: "Roboto", "Segoe UI", Arial, sans-serif;
17
+ }
18
+
19
+ /* Status bar */
20
+ .status-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ height: 96px;
25
+ width: 100%;
26
+ background: #181818;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 36px;
30
+ box-sizing: border-box;
31
+ font-size: 34px;
32
+ letter-spacing: 0.3px;
33
+ }
34
+ .status-left, .status-right {
35
+ display: flex;
36
+ align-items: center;
37
+ }
38
+ .status-left { gap: 20px; }
39
+ .status-right { margin-left: auto; gap: 24px; }
40
+ .status-icon svg { width: 36px; height: 36px; fill: #EDEDED; opacity: 0.85; }
41
+
42
+ /* App bar */
43
+ .app-bar {
44
+ position: absolute;
45
+ top: 96px;
46
+ left: 0;
47
+ height: 126px;
48
+ width: 100%;
49
+ background: #1A1A1A;
50
+ display: flex;
51
+ align-items: center;
52
+ box-sizing: border-box;
53
+ padding: 0 28px;
54
+ }
55
+ .app-title {
56
+ font-size: 44px;
57
+ font-weight: 500;
58
+ margin-left: 18px;
59
+ }
60
+ .app-actions {
61
+ margin-left: auto;
62
+ display: flex;
63
+ align-items: center;
64
+ gap: 30px;
65
+ }
66
+ .icon-btn {
67
+ width: 56px;
68
+ height: 56px;
69
+ display: inline-flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ }
73
+ .icon-btn svg { width: 40px; height: 40px; fill: #EDEDED; opacity: 0.92; }
74
+
75
+ /* Filter chips */
76
+ .chip-row {
77
+ position: absolute;
78
+ top: 222px;
79
+ left: 0;
80
+ width: 100%;
81
+ height: 106px;
82
+ background: #1A1A1A;
83
+ display: flex;
84
+ align-items: center;
85
+ padding: 0 28px;
86
+ box-sizing: border-box;
87
+ gap: 16px;
88
+ }
89
+ .chip {
90
+ display: inline-flex;
91
+ align-items: center;
92
+ gap: 14px;
93
+ padding: 18px 26px;
94
+ border: 1px solid #3A3A3A;
95
+ border-radius: 26px;
96
+ font-size: 32px;
97
+ color: #EDEDED;
98
+ background: #212121;
99
+ }
100
+ .chip svg { width: 34px; height: 34px; fill: #CFCFCF; }
101
+
102
+ /* File list area */
103
+ .content {
104
+ position: absolute;
105
+ top: 328px;
106
+ left: 0;
107
+ right: 0;
108
+ bottom: 120px;
109
+ padding: 24px 24px;
110
+ box-sizing: border-box;
111
+ }
112
+ .file-item {
113
+ width: 100%;
114
+ display: flex;
115
+ align-items: center;
116
+ padding: 18px 12px;
117
+ border-radius: 18px;
118
+ background: #161616;
119
+ }
120
+ .thumb {
121
+ width: 120px;
122
+ height: 120px;
123
+ background: #E0E0E0;
124
+ border: 1px solid #BDBDBD;
125
+ display: flex;
126
+ align-items: center;
127
+ justify-content: center;
128
+ color: #757575;
129
+ font-size: 26px;
130
+ border-radius: 12px;
131
+ margin-right: 24px;
132
+ }
133
+ .file-info {
134
+ flex: 1;
135
+ display: flex;
136
+ flex-direction: column;
137
+ }
138
+ .file-name {
139
+ font-size: 40px;
140
+ line-height: 1.2;
141
+ margin-bottom: 8px;
142
+ color: #FFFFFF;
143
+ }
144
+ .file-meta {
145
+ font-size: 28px;
146
+ color: #9E9E9E;
147
+ }
148
+ .file-more {
149
+ width: 56px;
150
+ height: 56px;
151
+ display: inline-flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ margin-left: 12px;
155
+ }
156
+ .file-more svg { width: 36px; height: 36px; fill: #CFCFCF; }
157
+
158
+ /* Context menu */
159
+ .context-menu {
160
+ position: absolute;
161
+ top: 780px;
162
+ right: 60px;
163
+ width: 560px;
164
+ background: #1E1E1E;
165
+ border-radius: 24px;
166
+ box-shadow: 0 18px 36px rgba(0,0,0,0.6);
167
+ overflow: hidden;
168
+ }
169
+ .menu-item {
170
+ padding: 26px 34px;
171
+ font-size: 36px;
172
+ color: #EDEDED;
173
+ border-bottom: 1px solid #2A2A2A;
174
+ }
175
+ .menu-item:last-child { border-bottom: none; }
176
+
177
+ /* Bottom nav pill */
178
+ .nav-pill {
179
+ position: absolute;
180
+ bottom: 42px;
181
+ left: 50%;
182
+ transform: translateX(-50%);
183
+ width: 280px;
184
+ height: 12px;
185
+ border-radius: 8px;
186
+ background: #EAEAEA;
187
+ opacity: 0.9;
188
+ }
189
+ </style>
190
+ </head>
191
+ <body>
192
+ <div id="render-target">
193
+ <!-- Status Bar -->
194
+ <div class="status-bar">
195
+ <div class="status-left">
196
+ <div class="time">10:46</div>
197
+ <div class="status-icon">
198
+ <!-- Mail icon -->
199
+ <svg viewBox="0 0 24 24"><path d="M2 6h20v12H2V6zm10 5L3 7v10h18V7l-9 4z"/></svg>
200
+ </div>
201
+ <div class="status-icon">
202
+ <!-- Cloud icon -->
203
+ <svg viewBox="0 0 24 24"><path d="M6 15a4 4 0 010-8 5 5 0 019.6 1.2A3.5 3.5 0 0118 15H6z"/></svg>
204
+ </div>
205
+ </div>
206
+ <div class="status-right">
207
+ <div class="status-icon">
208
+ <!-- Wi-Fi -->
209
+ <svg viewBox="0 0 24 24"><path d="M12 18l2 2-2 2-2-2 2-2zm-6-7a12 12 0 0112 0l-2 2a8 8 0 00-8 0l-2-2zm3-3a16 16 0 0110 0l-2 2a12 12 0 00-6 0l-2-2z"/></svg>
210
+ </div>
211
+ <div class="status-icon">
212
+ <!-- Battery -->
213
+ <svg viewBox="0 0 24 24"><path d="M2 8h16v8H2V8zm18 3h2v2h-2v-2z"/></svg>
214
+ </div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- App Bar -->
219
+ <div class="app-bar">
220
+ <div class="icon-btn">
221
+ <!-- Back arrow -->
222
+ <svg viewBox="0 0 24 24"><path d="M15 4l-8 8 8 8 2-2-6-6 6-6-2-2z"/></svg>
223
+ </div>
224
+ <div class="app-title">doc x (1)</div>
225
+ <div class="app-actions">
226
+ <div class="icon-btn">
227
+ <!-- Close (X) -->
228
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#EDEDED" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
229
+ </div>
230
+ <div class="icon-btn">
231
+ <!-- Grid 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="icon-btn">
235
+ <!-- Vertical more -->
236
+ <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>
237
+ </div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Filter chips -->
242
+ <div class="chip-row">
243
+ <div class="chip">
244
+ <svg viewBox="0 0 24 24"><path d="M6 12a6 6 0 0112 0v4h-2v-4a4 4 0 00-8 0v4H6v-4z"/></svg>
245
+ <span>Audio</span>
246
+ </div>
247
+ <div class="chip">
248
+ <svg viewBox="0 0 24 24"><path d="M4 3h12l4 4v14H4V3zm12 1v4h4"/></svg>
249
+ <span>Documents & other</span>
250
+ </div>
251
+ <div class="chip">
252
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v14H3V5zm3 11l4-5 3 4 4-6 4 7"/></svg>
253
+ <span>Images</span>
254
+ </div>
255
+ </div>
256
+
257
+ <!-- Content -->
258
+ <div class="content">
259
+ <div class="file-item">
260
+ <div class="thumb">[IMG: File Thumbnail]</div>
261
+ <div class="file-info">
262
+ <div class="file-name">Doc X.jpg</div>
263
+ <div class="file-meta">12.77 kB, Jul 7</div>
264
+ </div>
265
+ <div class="file-more">
266
+ <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>
267
+ </div>
268
+ </div>
269
+ </div>
270
+
271
+ <!-- Context menu -->
272
+ <div class="context-menu">
273
+ <div class="menu-item">Select</div>
274
+ <div class="menu-item">Share</div>
275
+ <div class="menu-item">Open with</div>
276
+ <div class="menu-item">Rename</div>
277
+ <div class="menu-item">Add to Favorites</div>
278
+ <div class="menu-item">Move to Trash</div>
279
+ <div class="menu-item">Move to</div>
280
+ <div class="menu-item">Move to Safe folder</div>
281
+ <div class="menu-item">Copy to</div>
282
+ <div class="menu-item">Back up to Google Drive</div>
283
+ <div class="menu-item">File info</div>
284
+ </div>
285
+
286
+ <!-- Bottom nav pill -->
287
+ <div class="nav-pill"></div>
288
+ </div>
289
+ </body>
290
+ </html>
code/11697/11697_5.html ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Trash Confirmation 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: #0E0F12;
13
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
14
+ color: #EAEAEA;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 96px;
21
+ display: flex; align-items: center;
22
+ padding: 0 36px;
23
+ color: #DADADA; font-size: 36px; letter-spacing: 0.5px;
24
+ }
25
+ .status-bar .right {
26
+ margin-left: auto; display: flex; align-items: center; gap: 24px;
27
+ }
28
+ .status-icon svg { width: 42px; height: 42px; stroke: #DADADA; fill: none; opacity: 0.9; }
29
+
30
+ /* Top action/selection bar */
31
+ .action-bar {
32
+ position: absolute; top: 96px; left: 0; right: 0;
33
+ height: 132px; display: flex; align-items: center;
34
+ padding: 0 30px;
35
+ background: #121317;
36
+ border-bottom: 1px solid rgba(255,255,255,0.06);
37
+ }
38
+ .action-left { display: flex; align-items: center; gap: 24px; }
39
+ .action-left .close-btn svg { width: 56px; height: 56px; stroke: #EAEAEA; }
40
+ .action-title { font-size: 40px; font-weight: 600; color: #EAEAEA; }
41
+
42
+ .action-right {
43
+ margin-left: auto; display: flex; align-items: center; gap: 36px;
44
+ }
45
+ .action-right .icon-btn svg { width: 56px; height: 56px; stroke: #EAEAEA; fill: none; opacity: 0.9; }
46
+ .action-right .trash svg { fill: none; }
47
+ .overflow-dots { display: inline-flex; flex-direction: column; gap: 8px; }
48
+ .overflow-dots span {
49
+ width: 10px; height: 10px; border-radius: 50%;
50
+ background: #DADADA; display: block;
51
+ }
52
+
53
+ /* File item card */
54
+ .content {
55
+ position: absolute; top: 260px; left: 30px; right: 30px;
56
+ }
57
+ .file-card {
58
+ height: 180px; border-radius: 28px;
59
+ background: #1C1F24; display: flex; align-items: center;
60
+ padding: 24px; gap: 28px; color: #F5F5F5;
61
+ }
62
+ .thumbnail {
63
+ width: 120px; height: 120px; border-radius: 16px;
64
+ background: #E0E0E0; border: 1px solid #BDBDBD;
65
+ display: flex; align-items: center; justify-content: center;
66
+ color: #757575; font-size: 24px;
67
+ }
68
+ .file-info { flex: 1; }
69
+ .file-title { font-size: 40px; font-weight: 600; }
70
+ .file-meta { margin-top: 8px; font-size: 30px; color: #A8ADB4; }
71
+ .checkmark {
72
+ width: 64px; height: 64px; border-radius: 50%;
73
+ background: #2A2E34; border: 2px solid #4D5560;
74
+ display: flex; align-items: center; justify-content: center;
75
+ }
76
+ .checkmark svg { width: 38px; height: 38px; fill: none; stroke: #8AB4F8; stroke-width: 6; }
77
+
78
+ /* Bottom sheet */
79
+ .bottom-sheet {
80
+ position: absolute; left: 0; right: 0; bottom: 70px;
81
+ height: 620px; background: #161A1F;
82
+ border-top-left-radius: 24px; border-top-right-radius: 24px;
83
+ box-shadow: 0 -10px 20px rgba(0,0,0,0.4);
84
+ padding: 60px 48px;
85
+ text-align: center;
86
+ }
87
+ .sheet-icon {
88
+ width: 120px; height: 120px; margin: 0 auto 34px auto;
89
+ display: flex; align-items: center; justify-content: center;
90
+ }
91
+ .sheet-icon svg { width: 100%; height: 100%; fill: #D0D3D7; }
92
+ .sheet-title { font-size: 44px; font-weight: 600; margin-bottom: 20px; color: #EAEAEA; }
93
+ .sheet-desc { font-size: 30px; line-height: 42px; color: #AAB0B6; max-width: 900px; margin: 0 auto 48px auto; }
94
+
95
+ .cta-btn {
96
+ width: 984px; height: 116px; margin: 0 auto;
97
+ background: #BBD1FF; color: #0F1220;
98
+ border-radius: 28px; font-size: 36px; font-weight: 600;
99
+ display: flex; align-items: center; justify-content: center; gap: 24px;
100
+ }
101
+ .cta-btn .btn-icon { width: 48px; height: 48px; }
102
+ .cta-btn .btn-icon svg { width: 100%; height: 100%; fill: none; stroke: #0F1220; stroke-width: 6; }
103
+
104
+ /* Navigation pill */
105
+ .nav-pill {
106
+ position: absolute; bottom: 16px; left: 50%;
107
+ transform: translateX(-50%);
108
+ width: 220px; height: 14px; background: #FFFFFF;
109
+ border-radius: 10px; opacity: 0.95;
110
+ }
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status bar -->
117
+ <div class="status-bar">
118
+ <div class="left">10:47</div>
119
+ <div class="right">
120
+ <div class="status-icon">
121
+ <!-- Wifi -->
122
+ <svg viewBox="0 0 24 24">
123
+ <path d="M2 8c5-4 15-4 20 0" stroke-width="2" />
124
+ <path d="M5 11c4-3 10-3 14 0" stroke-width="2" />
125
+ <path d="M8 14c3-2 7-2 10 0" stroke-width="2" />
126
+ <circle cx="12" cy="18" r="1.6" fill="#DADADA"></circle>
127
+ </svg>
128
+ </div>
129
+ <div class="status-icon">
130
+ <!-- Battery -->
131
+ <svg viewBox="0 0 26 24">
132
+ <rect x="1" y="5" width="20" height="14" rx="3" stroke-width="2"></rect>
133
+ <rect x="4" y="8" width="14" height="8" fill="#DADADA"></rect>
134
+ <rect x="21.5" y="9" width="3.5" height="6" rx="1" fill="#DADADA"></rect>
135
+ </svg>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+ <!-- Action bar -->
141
+ <div class="action-bar">
142
+ <div class="action-left">
143
+ <div class="close-btn">
144
+ <svg viewBox="0 0 24 24">
145
+ <path d="M5 5L19 19M19 5L5 19" stroke-width="2"></path>
146
+ </svg>
147
+ </div>
148
+ <div class="action-title">1 selected</div>
149
+ </div>
150
+ <div class="action-right">
151
+ <!-- Share -->
152
+ <div class="icon-btn">
153
+ <svg viewBox="0 0 24 24">
154
+ <circle cx="5" cy="12" r="2"></circle>
155
+ <circle cx="19" cy="5" r="2"></circle>
156
+ <circle cx="19" cy="19" r="2"></circle>
157
+ <path d="M6.7 11.3L17.5 6.5M6.7 12.7L17.5 17.5" stroke-width="2"></path>
158
+ </svg>
159
+ </div>
160
+ <!-- Trash -->
161
+ <div class="icon-btn trash">
162
+ <svg viewBox="0 0 24 24">
163
+ <path d="M3 6h18M9 6l1-2h4l1 2M6 6l1 14h10l1-14" stroke-width="2"></path>
164
+ </svg>
165
+ </div>
166
+ <!-- Overflow -->
167
+ <div class="overflow-dots">
168
+ <span></span><span></span><span></span>
169
+ </div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- File card -->
174
+ <div class="content">
175
+ <div class="file-card">
176
+ <div class="thumbnail">[IMG: File Thumbnail]</div>
177
+ <div class="file-info">
178
+ <div class="file-title">Doc X.jpg</div>
179
+ <div class="file-meta">12.77 kB, Jul 7</div>
180
+ </div>
181
+ <div class="checkmark">
182
+ <svg viewBox="0 0 24 24">
183
+ <path d="M5 13l4 4 10-10"></path>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <!-- Bottom sheet -->
190
+ <div class="bottom-sheet">
191
+ <div class="sheet-icon">
192
+ <svg viewBox="0 0 64 64">
193
+ <rect x="16" y="22" width="32" height="34" rx="6" fill="#D0D3D7"></rect>
194
+ <rect x="18" y="16" width="28" height="8" rx="3" fill="#D0D3D7"></rect>
195
+ <rect x="26" y="12" width="12" height="6" rx="2" fill="#D0D3D7"></rect>
196
+ </svg>
197
+ </div>
198
+ <div class="sheet-title">Files will move to Trash</div>
199
+ <div class="sheet-desc">
200
+ Files in Trash haven’t been permanently deleted from your device.
201
+ You can restore them for up to 30 days.
202
+ </div>
203
+ <div class="cta-btn">
204
+ <div class="btn-icon">
205
+ <svg viewBox="0 0 24 24">
206
+ <path d="M3 6h18M9 6l1-2h4l1 2M6 6l1 14h10l1-14"></path>
207
+ </svg>
208
+ </div>
209
+ <span>Move 1 file to Trash</span>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Navigation pill -->
214
+ <div class="nav-pill"></div>
215
+
216
+ </div>
217
+ </body>
218
+ </html>
code/11697/11697_6.html ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>File App - 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;position:relative;overflow:hidden;
11
+ background:#1E2228;color:#EAECEF;
12
+ }
13
+ /* Status bar */
14
+ .status-bar{
15
+ position:absolute;top:0;left:0;width:100%;height:80px;
16
+ background:#0f141a;display:flex;align-items:center;justify-content:space-between;
17
+ padding:0 32px;box-sizing:border-box;color:#e8ebee;font-size:36px;letter-spacing:0.5px;
18
+ }
19
+ .status-right{display:flex;align-items:center;gap:22px;}
20
+ .icon{display:inline-flex;align-items:center;justify-content:center}
21
+ /* App bar */
22
+ .app-bar{
23
+ position:absolute;top:80px;left:0;width:100%;height:120px;
24
+ background:#161C24;display:flex;align-items:center;box-sizing:border-box;
25
+ padding:0 24px 0 16px;color:#ECEFF1;border-bottom:1px solid rgba(255,255,255,0.06);
26
+ }
27
+ .app-title{font-size:44px;font-weight:600;margin-left:16px;flex:1;white-space:nowrap;}
28
+ .app-actions{display:flex;align-items:center;gap:24px;}
29
+ /* Chips */
30
+ .chips{
31
+ position:absolute;top:200px;left:0;width:100%;height:88px;
32
+ display:flex;align-items:center;gap:18px;padding:0 24px;box-sizing:border-box;background:#1E2228;
33
+ }
34
+ .chip{
35
+ display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:28px;
36
+ border:1px solid #3A4048;color:#D7DBDE;background:transparent;font-size:34px;
37
+ }
38
+ /* File list item container */
39
+ .list{
40
+ position:absolute;top:300px;left:24px;right:24px;
41
+ }
42
+ .file-row{
43
+ background:#242A31;border-radius:18px;padding:22px 20px;display:flex;align-items:center;
44
+ gap:24px;border:1px solid rgba(255,255,255,0.06);
45
+ }
46
+ .thumb{
47
+ width:120px;height:120px;background:#E0E0E0;border:1px solid #BDBDBD;
48
+ display:flex;align-items:center;justify-content:center;color:#757575;font-size:26px;border-radius:12px;
49
+ }
50
+ .file-meta{flex:1;}
51
+ .file-title{font-size:40px;margin-bottom:8px;}
52
+ .file-sub{font-size:30px;color:#A7AFB7;}
53
+ .kebab{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
54
+ /* Snackbar */
55
+ .snackbar{
56
+ position:absolute;left:0;right:0;bottom:120px;height:120px;background:#F3C427;
57
+ display:flex;align-items:center;justify-content:space-between;padding:0 28px 0 28px;color:#111;font-weight:600;
58
+ box-shadow:0 -2px 0 rgba(0,0,0,0.15);
59
+ }
60
+ .snack-text{font-size:34px;line-height:1.2;}
61
+ .snack-sub{font-weight:500;font-size:28px;opacity:0.85;}
62
+ .snack-action{
63
+ height:76px;padding:0 40px;border-radius:40px;border:2px solid rgba(0,0,0,0.5);
64
+ display:flex;align-items:center;justify-content:center;font-size:34px;background:transparent;color:#111;
65
+ }
66
+ /* Gesture pill */
67
+ .gesture{
68
+ position:absolute;left:50%;transform:translateX(-50%);bottom:28px;
69
+ width:260px;height:14px;background:#E8E8E8;border-radius:10px;opacity:0.95;
70
+ }
71
+ </style>
72
+ </head>
73
+ <body>
74
+ <div id="render-target">
75
+ <!-- Status Bar -->
76
+ <div class="status-bar">
77
+ <div>10:48</div>
78
+ <div class="status-right">
79
+ <!-- simple cloud icon -->
80
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd8dc" class="icon"><path d="M6 19h10a4 4 0 0 0 0-8 6 6 0 0 0-11.7 1A3.5 3.5 0 0 0 6 19z"/></svg>
81
+ <!-- wifi -->
82
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#cfd8dc" class="icon"><path d="M12 20.5l-2-2a3 3 0 0 1 4 0l-2 2zm6-6a8 8 0 0 0-12 0l-1.5-1.5a10 10 0 0 1 15 0L18 14.5zM3 9l1.7 1.7a13 13 0 0 1 14.6 0L21 9A16 16 0 0 0 3 9z"/></svg>
83
+ <!-- battery -->
84
+ <svg width="48" height="48" viewBox="0 0 24 24" class="icon"><rect x="2" y="7" width="18" height="10" rx="2" fill="#cfd8dc"/><rect x="20" y="10" width="2" height="4" fill="#cfd8dc"/></svg>
85
+ </div>
86
+ </div>
87
+
88
+ <!-- App Bar -->
89
+ <div class="app-bar">
90
+ <!-- back arrow -->
91
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#e5eaee" class="icon">
92
+ <path d="M15.5 19l-7-7 7-7v14z"/>
93
+ </svg>
94
+ <div class="app-title">doc x (1)</div>
95
+ <div class="app-actions">
96
+ <!-- close X -->
97
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc" class="icon"><path d="M19 6.4L17.6 5 12 10.6 6.4 5 5 6.4 10.6 12 5 17.6 6.4 19 12 13.4 17.6 19 19 17.6 13.4 12z"/></svg>
98
+ <!-- grid/list toggle -->
99
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc" class="icon"><path d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg>
100
+ <!-- more/kebab -->
101
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#cfd8dc" class="icon"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
102
+ </div>
103
+ </div>
104
+
105
+ <!-- Filter Chips -->
106
+ <div class="chips">
107
+ <div class="chip">
108
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#D7DBDE"><path d="M12 3a4 4 0 0 1 4 4v8a4 4 0 1 1-2-3.465V7a2 2 0 1 0-4 0v6a4 4 0 1 1-2 3.465V7a4 4 0 0 1 4-4z"/></svg>
109
+ <span>Audio</span>
110
+ </div>
111
+ <div class="chip">
112
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#D7DBDE"><path d="M6 2h9l3 3v15a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8 1.5V7h3.5L14 3.5z"/></svg>
113
+ <span>Documents &amp; other</span>
114
+ </div>
115
+ <div class="chip">
116
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#D7DBDE"><path d="M4 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm4 2l3 4 2-2 5 6H5l3-8z"/></svg>
117
+ <span>Images</span>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- File item -->
122
+ <div class="list">
123
+ <div class="file-row">
124
+ <div class="thumb">[IMG: Thumbnail]</div>
125
+ <div class="file-meta">
126
+ <div class="file-title">Doc X.jpg</div>
127
+ <div class="file-sub">12.77 kB, Jul 7</div>
128
+ </div>
129
+ <div class="kebab">
130
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#C7CDD3"><circle cx="12" cy="6" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="18" r="2"/></svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <!-- Snackbar -->
136
+ <div class="snackbar">
137
+ <div>
138
+ <div class="snack-text">1 file moved to Trash</div>
139
+ <div class="snack-sub">12.77 kB added to Trash total</div>
140
+ </div>
141
+ <div class="snack-action">View</div>
142
+ </div>
143
+
144
+ <!-- Gesture bar -->
145
+ <div class="gesture"></div>
146
+ </div>
147
+ </body>
148
+ </html>
code/11698/11698_0.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Detail - Volleyball</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #FFFFFF;
12
+ }
13
+ /* Status bar */
14
+ .status-bar {
15
+ height: 110px; background: #E6E6E6; color: #333; font-size: 34px; line-height: 110px; padding: 0 36px;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ }
18
+ .status-left { display: flex; align-items: center; gap: 28px; }
19
+ .status-icons { display: flex; align-items: center; gap: 18px; color: #fff; }
20
+ .dot { width: 18px; height: 18px; background: #CFCFCF; border-radius: 50%; display: inline-block; }
21
+ .status-right { display: flex; align-items: center; gap: 24px; color: #666; }
22
+ .bar-icon { width: 42px; height: 24px; background: #fff; border-radius: 6px; }
23
+ /* App bar */
24
+ .app-bar {
25
+ height: 120px; background: #FFFFFF; display: flex; align-items: center; justify-content: space-between;
26
+ padding: 0 36px; border-bottom: 1px solid #F0F0F0;
27
+ }
28
+ .app-actions { display: flex; align-items: center; gap: 44px; }
29
+ .icon-btn svg { width: 54px; height: 54px; fill: none; stroke: #222; stroke-width: 5; }
30
+ .back-btn svg { width: 56px; height: 56px; }
31
+ /* Product image */
32
+ .product-hero {
33
+ position: relative; padding: 40px 36px 24px 36px; background: #FFFFFF;
34
+ }
35
+ .image-placeholder {
36
+ width: 1008px; height: 980px; margin: 0 auto; background: #E0E0E0;
37
+ border: 1px solid #BDBDBD; display: flex; justify-content: center; align-items: center;
38
+ color: #757575; font-size: 36px; text-align: center;
39
+ }
40
+ .share-fab {
41
+ position: absolute; right: 48px; bottom: 70px; width: 110px; height: 110px; border-radius: 55px;
42
+ background: #FFFFFF; border: 1px solid #DADADA; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
43
+ display: flex; align-items: center; justify-content: center;
44
+ }
45
+ .share-fab svg { width: 56px; height: 56px; stroke: #607D8B; stroke-width: 5; fill: none; }
46
+ /* Under-hero controls */
47
+ .under-hero {
48
+ display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center;
49
+ padding: 12px 36px 0 36px;
50
+ }
51
+ .pill {
52
+ display: inline-flex; align-items: center; gap: 14px;
53
+ border: 2px solid #CFD8DC; color: #2E6DA4; background: #FFFFFF;
54
+ border-radius: 16px; padding: 22px 26px; font-size: 34px; width: fit-content;
55
+ }
56
+ .dots { display: flex; justify-content: center; gap: 18px; }
57
+ .dots .d { width: 18px; height: 18px; border-radius: 50%; background: #C9D3E1; }
58
+ .dots .d.active { background: #1E88E5; }
59
+ .rating-pill {
60
+ justify-self: end; display: inline-flex; align-items: center; gap: 16px;
61
+ background: #FFF7CF; color: #2E5AA6; border: 1px solid #E9E2B5; border-radius: 16px; padding: 22px 26px; font-size: 34px;
62
+ }
63
+ .rating-pill .star svg { width: 40px; height: 40px; fill: #F7C948; stroke: #E0B12C; stroke-width: 2; }
64
+ /* Product info */
65
+ .content { padding: 18px 36px 0 36px; }
66
+ .brand { font-size: 46px; color: #111; font-weight: 700; margin-bottom: 8px; }
67
+ .title { font-size: 38px; color: #333; line-height: 1.3; margin-bottom: 20px; }
68
+ .id-row { display: flex; align-items: center; gap: 12px; color: #1976D2; font-size: 34px; }
69
+ .id-row .info-icon {
70
+ width: 44px; height: 44px; border: 2px solid #90CAF9; color: #1976D2;
71
+ border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: bold;
72
+ }
73
+ /* Price block */
74
+ .price-block { display: flex; align-items: center; gap: 22px; padding: 30px 36px; }
75
+ .price-tag {
76
+ background: #FFE168; color: #111; font-weight: 800; font-size: 48px;
77
+ padding: 24px 32px; border-radius: 10px; display: inline-block;
78
+ }
79
+ .mrp { font-size: 38px; color: #777; text-decoration: line-through; }
80
+ .divider { height: 16px; background: #F4F4F4; margin-top: 24px; }
81
+ /* Delivery section */
82
+ .section-title { padding: 32px 36px 16px 36px; font-size: 38px; color: #555; font-weight: 800; letter-spacing: 1px; }
83
+ .pincode-card {
84
+ margin: 0 36px; background: #FFFFFF; border: 2px solid #EAEAEA; border-radius: 20px;
85
+ padding: 28px; display: flex; align-items: center; justify-content: space-between;
86
+ }
87
+ .pin-left { display: flex; align-items: center; gap: 18px; font-size: 36px; color: #333; }
88
+ .check {
89
+ width: 40px; height: 40px; border-radius: 50%; background: #43A047;
90
+ display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; font-weight: bold;
91
+ }
92
+ /* Chat bubble overlay */
93
+ .chat-bubble {
94
+ position: absolute; right: 36px; top: 1660px; display: flex; align-items: center; gap: 18px;
95
+ }
96
+ .bubble {
97
+ position: relative; background: #FFFFFF; border: 2px solid #E0E0E0; border-radius: 16px;
98
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12); padding: 20px 24px; font-size: 32px; color: #333;
99
+ }
100
+ .bubble .close {
101
+ position: absolute; left: -16px; top: -16px; width: 44px; height: 44px; border-radius: 22px;
102
+ background: #F0F0F0; border: 1px solid #D0D0D0; display: flex; align-items: center; justify-content: center; color: #666; font-size: 24px;
103
+ }
104
+ .avatar {
105
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 60px;
106
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
107
+ }
108
+ /* Bottom add-to-cart */
109
+ .bottom-card {
110
+ position: absolute; left: 24px; right: 24px; bottom: 130px;
111
+ background: #FFFFFF; border-radius: 26px; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
112
+ padding: 22px; display: flex; align-items: center; gap: 22px;
113
+ }
114
+ .wishlist-box {
115
+ width: 160px; height: 130px; border: 2px solid #E8EDF1; border-radius: 20px; display: flex; align-items: center; justify-content: center;
116
+ }
117
+ .wishlist-box svg { width: 60px; height: 60px; stroke: #5C7EA3; fill: none; stroke-width: 4; }
118
+ .cta-btn {
119
+ flex: 1; height: 130px; border-radius: 20px; background: #FFE168; color: #111; font-size: 44px; font-weight: 800;
120
+ display: flex; align-items: center; justify-content: center; gap: 22px; letter-spacing: 1px;
121
+ }
122
+ .cta-btn svg { width: 54px; height: 54px; stroke: #111; stroke-width: 5; fill: none; }
123
+ /* Home bar */
124
+ .home-bar {
125
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
126
+ width: 220px; height: 12px; border-radius: 6px; background: #111;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+ <!-- Status bar -->
133
+ <div class="status-bar">
134
+ <div class="status-left">
135
+ <div>10:40</div>
136
+ <div class="status-icons">
137
+ <span class="dot"></span>
138
+ <span class="dot"></span>
139
+ <span class="dot"></span>
140
+ <span class="dot"></span>
141
+ </div>
142
+ </div>
143
+ <div class="status-right">
144
+ <div class="bar-icon"></div>
145
+ <div class="bar-icon" style="width: 48px;"></div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- App bar -->
150
+ <div class="app-bar">
151
+ <div class="back-btn icon-btn" aria-label="Back">
152
+ <svg viewBox="0 0 48 48"><path d="M30 10 L16 24 L30 38"/></svg>
153
+ </div>
154
+ <div class="app-actions">
155
+ <div class="icon-btn" aria-label="Search">
156
+ <svg viewBox="0 0 48 48">
157
+ <circle cx="22" cy="22" r="14"></circle>
158
+ <line x1="34" y1="34" x2="44" y2="44"></line>
159
+ </svg>
160
+ </div>
161
+ <div class="icon-btn" aria-label="Wishlist">
162
+ <svg viewBox="0 0 48 48">
163
+ <path d="M24 40 C8 28,6 18,14 13 C18 10,22 12,24 15 C26 12,30 10,34 13 C42 18,40 28,24 40 Z"></path>
164
+ </svg>
165
+ </div>
166
+ <div class="icon-btn" aria-label="Cart">
167
+ <svg viewBox="0 0 48 48">
168
+ <path d="M6 10 H12 L16 32 H38 L42 18 H18"></path>
169
+ <circle cx="20" cy="38" r="3"></circle>
170
+ <circle cx="36" cy="38" r="3"></circle>
171
+ </svg>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Product hero -->
177
+ <div class="product-hero">
178
+ <div class="image-placeholder">[IMG: Mint & white volleyball - COPAYA BV 100]</div>
179
+ <div class="share-fab" aria-label="Share">
180
+ <svg viewBox="0 0 48 48">
181
+ <circle cx="12" cy="24" r="6"></circle>
182
+ <circle cx="36" cy="12" r="6"></circle>
183
+ <circle cx="36" cy="36" r="6"></circle>
184
+ <path d="M16 22 L30 14"></path>
185
+ <path d="M16 26 L30 34"></path>
186
+ </svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Under hero controls -->
191
+ <div class="under-hero">
192
+ <div>
193
+ <div class="pill">
194
+ <svg viewBox="0 0 48 48" style="width:40px;height:40px;stroke:#2E6DA4;fill:none;stroke-width:4;">
195
+ <rect x="8" y="10" width="14" height="20"></rect>
196
+ <rect x="26" y="14" width="14" height="20"></rect>
197
+ </svg>
198
+ <span>View similar</span>
199
+ </div>
200
+ </div>
201
+ <div class="dots">
202
+ <span class="d"></span>
203
+ <span class="d active"></span>
204
+ <span class="d"></span>
205
+ <span class="d"></span>
206
+ <span class="d"></span>
207
+ <span class="d"></span>
208
+ <span class="d"></span>
209
+ <span class="d"></span>
210
+ </div>
211
+ <div class="rating-pill">
212
+ <span class="star">
213
+ <svg viewBox="0 0 48 48"><path d="M24 6 L29 18 L42 18 L31 26 L35 38 L24 30 L13 38 L17 26 L6 18 L19 18 Z"></path></svg>
214
+ </span>
215
+ <span>4.28 (2.3k)</span>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Product info -->
220
+ <div class="content">
221
+ <div class="brand">COPAYA</div>
222
+ <div class="title">Beach Volleyball Outdoor Ball 100<br>Green</div>
223
+ <div class="id-row">
224
+ <div class="info-icon">i</div>
225
+ <div>ID: 8558716</div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Price block -->
230
+ <div class="price-block">
231
+ <div class="price-tag">₹499</div>
232
+ <div class="mrp">₹699</div>
233
+ </div>
234
+
235
+ <div class="divider"></div>
236
+
237
+ <!-- Delivery & Services -->
238
+ <div class="section-title">DELIVERY & SERVICES</div>
239
+ <div class="pincode-card">
240
+ <div class="pin-left">
241
+ <div>110026</div>
242
+ <div class="check">✓</div>
243
+ </div>
244
+ <div style="font-size:32px; color:#888;">Change</div>
245
+ </div>
246
+
247
+ <!-- Chat bubble overlay -->
248
+ <div class="chat-bubble">
249
+ <div class="bubble">
250
+ <div class="close">×</div>
251
+ <div style="font-weight:700; margin-bottom:8px;">Hi There,</div>
252
+ <div>Please click here to sign in &amp; chat with me:)</div>
253
+ </div>
254
+ <div class="avatar">[IMG: Support avatar]</div>
255
+ </div>
256
+
257
+ <!-- Bottom add to cart -->
258
+ <div class="bottom-card">
259
+ <div class="wishlist-box" aria-label="Add to wishlist">
260
+ <svg viewBox="0 0 48 48">
261
+ <path d="M24 40 C8 28,6 18,14 13 C18 10,22 12,24 15 C26 12,30 10,34 13 C42 18,40 28,24 40 Z"></path>
262
+ <path d="M24 18 V30" />
263
+ <path d="M18 24 H30" />
264
+ </svg>
265
+ </div>
266
+ <div class="cta-btn">
267
+ <span>ADD TO CART</span>
268
+ <svg viewBox="0 0 48 48">
269
+ <path d="M6 10 H12 L16 32 H38 L42 18 H18"></path>
270
+ <circle cx="20" cy="38" r="3"></circle>
271
+ <circle cx="36" cy="38" r="3"></circle>
272
+ </svg>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Home indicator bar -->
277
+ <div class="home-bar"></div>
278
+ </div>
279
+ </body>
280
+ </html>
code/11698/11698_1.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Rendering</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: #333; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F6F7F9;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ background: #D9D9D9;
18
+ display: flex; align-items: center;
19
+ padding: 0 40px;
20
+ font-weight: 600; color: #fff; font-size: 40px;
21
+ }
22
+ .status-icons { margin-left: 20px; display: flex; gap: 18px; align-items: center; }
23
+ .status-dot { width: 14px; height: 14px; background: #FFFFFF; border-radius: 50%; opacity: 0.9; }
24
+ .status-right { margin-left: auto; display: flex; gap: 18px; align-items: center; }
25
+ .status-shape {
26
+ width: 30px; height: 20px; border: 2px solid #fff; border-radius: 4px; position: relative;
27
+ }
28
+ .status-battery { width: 36px; height: 18px; border: 2px solid #fff; border-radius: 3px; position: relative; }
29
+ .status-battery::after { content: ""; position: absolute; right: -8px; top: 5px; width: 6px; height: 8px; background: #fff; border-radius: 1px; }
30
+ .top-bar {
31
+ height: 120px; background: #FFFFFF;
32
+ display: flex; align-items: center; padding: 0 28px;
33
+ box-shadow: 0 1px 0 rgba(0,0,0,0.06);
34
+ }
35
+ .top-left { display: flex; align-items: center; gap: 24px; }
36
+ .top-right { margin-left: auto; display: flex; align-items: center; gap: 36px; }
37
+ .icon-btn svg { width: 60px; height: 60px; stroke: #212121; }
38
+ /* Location card */
39
+ .location-card {
40
+ margin: 12px 28px 0 28px; background: #fff;
41
+ border: 1px solid #E0E0E0; border-radius: 18px;
42
+ padding: 30px 34px; display: flex; align-items: center;
43
+ }
44
+ .location-code { font-size: 42px; color: #6B6B6B; }
45
+ .check-dot {
46
+ width: 28px; height: 28px; background: #2E7D32; border-radius: 50%;
47
+ margin-left: 18px;
48
+ }
49
+ .location-change { margin-left: auto; color: #2E77D0; font-size: 40px; }
50
+ /* Delivery rows */
51
+ .info-row {
52
+ display: flex; align-items: center; gap: 26px;
53
+ padding: 32px 28px; border-bottom: 1px solid #ECEFF1;
54
+ }
55
+ .info-icon {
56
+ width: 96px; height: 96px; background: #F2F8FF;
57
+ border: 1px solid #D6E6FF; border-radius: 18px;
58
+ display: flex; align-items: center; justify-content: center;
59
+ }
60
+ .info-text { flex: 1; }
61
+ .info-text .line1 { font-size: 42px; font-weight: 700; color: #212121; }
62
+ .info-text .line2 { font-size: 38px; color: #6B6B6B; margin-top: 8px; }
63
+ .green { color: #2E7D32; font-weight: 700; }
64
+ .link { color: #2E77D0; font-size: 40px; }
65
+ /* Seller section */
66
+ .seller-section { padding: 34px 28px 0 28px; }
67
+ .seller-title { font-size: 52px; font-weight: 800; letter-spacing: 0.5px; margin-bottom: 16px; color: #333; }
68
+ .seller-sub { font-size: 38px; color: #8A8A8A; }
69
+ .seller-brand { color: #2E77D0; font-weight: 700; }
70
+ .policy-card {
71
+ margin-top: 26px; background: #fff; border: 1px solid #E0E0E0; border-radius: 18px;
72
+ padding: 32px; display: flex; align-items: center; gap: 26px;
73
+ }
74
+ /* Complete your kit section */
75
+ .kit-section {
76
+ margin: 28px; background: #EAF4FB; border: 1px solid #D6E6FF; border-radius: 26px;
77
+ padding: 32px;
78
+ }
79
+ .kit-header { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
80
+ .kit-title { font-size: 48px; font-weight: 800; letter-spacing: 0.3px; }
81
+ .kit-list { display: flex; gap: 26px; }
82
+ .product-card {
83
+ background: #fff; border: 1px solid #E0E0E0; border-radius: 18px;
84
+ padding: 22px; width: 480px;
85
+ }
86
+ .img-placeholder {
87
+ background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
88
+ display: flex; align-items: center; justify-content: center;
89
+ }
90
+ .img-square { width: 436px; height: 436px; border-radius: 12px; }
91
+ .img-circle { width: 436px; height: 436px; border-radius: 50%; }
92
+ .rating-badge {
93
+ display: inline-flex; align-items: center; gap: 8px;
94
+ background: #fff; border: 1px solid #E0E0E0; border-radius: 12px;
95
+ padding: 10px 14px; font-size: 34px; color: #5C5C5C; margin-top: 16px;
96
+ }
97
+ .product-title { font-size: 44px; font-weight: 800; margin-top: 18px; }
98
+ .product-desc { font-size: 36px; color: #666; margin-top: 8px; line-height: 1.35; }
99
+ .price-row { display: flex; align-items: baseline; gap: 18px; margin-top: 18px; }
100
+ .price-tag {
101
+ background: #FFEB3B; color: #212121; font-weight: 800;
102
+ padding: 12px 18px; border-radius: 10px; font-size: 44px;
103
+ border: 1px solid #E0D700;
104
+ }
105
+ .price-mrp { color: #8A8A8A; font-size: 36px; text-decoration: line-through; }
106
+ .plus-col {
107
+ width: 48px; display: flex; align-items: center; justify-content: center;
108
+ }
109
+ /* Bottom add-to-cart bar */
110
+ .bottom-bar {
111
+ position: absolute; left: 24px; right: 24px; bottom: 140px;
112
+ background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 24px;
113
+ padding: 22px 26px; display: flex; align-items: center; gap: 24px;
114
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
115
+ }
116
+ .wishlist-btn {
117
+ width: 140px; height: 120px; border: 2px solid #D6E6FF; border-radius: 18px;
118
+ display: flex; align-items: center; justify-content: center;
119
+ background: #F8FBFF;
120
+ }
121
+ .primary-cta {
122
+ flex: 1; height: 120px; background: #FFE056; color: #1E1E1E; font-weight: 900; font-size: 48px;
123
+ border-radius: 18px; display: flex; align-items: center; justify-content: center; gap: 22px;
124
+ border: 1px solid #F0D240; letter-spacing: 1px;
125
+ }
126
+ .gesture {
127
+ position: absolute; left: 50%; transform: translateX(-50%);
128
+ bottom: 60px; width: 320px; height: 14px; background: #111; border-radius: 8px; opacity: 0.85;
129
+ }
130
+ /* Floating chat bubble */
131
+ .chat-bubble {
132
+ position: absolute; right: 60px; bottom: 420px;
133
+ background: #FFFFFF; border: 1px solid #E0E0E0; border-radius: 18px;
134
+ padding: 22px 26px; width: 520px; box-shadow: 0 6px 18px rgba(0,0,0,0.08);
135
+ display: flex; gap: 18px; align-items: flex-start;
136
+ }
137
+ .chat-close {
138
+ position: absolute; left: -20px; top: -20px;
139
+ width: 46px; height: 46px; background: #ECEFF1; color: #666;
140
+ border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700;
141
+ border: 1px solid #D0D5DA;
142
+ }
143
+ .chat-text { font-size: 36px; color: #333; line-height: 1.35; }
144
+ .avatar {
145
+ width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 50%;
146
+ display: flex; align-items: center; justify-content: center; color: #757575; flex-shrink: 0;
147
+ }
148
+ /* Small progress bar indicator in kit section bottom */
149
+ .kit-progress {
150
+ height: 10px; background: #DFE6EF; border-radius: 6px; margin: 22px 26px 0 26px; overflow: hidden;
151
+ }
152
+ .kit-progress .bar { width: 260px; height: 100%; background: #2E77D0; border-radius: 6px; }
153
+ </style>
154
+ </head>
155
+ <body>
156
+ <div id="render-target">
157
+ <!-- Status bar -->
158
+ <div class="status-bar">
159
+ 10:40
160
+ <div class="status-icons">
161
+ <div class="status-dot"></div>
162
+ <div class="status-dot"></div>
163
+ <div class="status-dot"></div>
164
+ <div class="status-dot"></div>
165
+ <div class="status-dot"></div>
166
+ </div>
167
+ <div class="status-right">
168
+ <div class="status-shape"></div>
169
+ <div class="status-battery"></div>
170
+ </div>
171
+ </div>
172
+
173
+ <!-- App top bar -->
174
+ <div class="top-bar">
175
+ <div class="top-left">
176
+ <div class="icon-btn">
177
+ <svg viewBox="0 0 48 48" fill="none" stroke-width="4" stroke-linecap="round" stroke-linejoin="round">
178
+ <path d="M30 10 L16 24 L30 38" stroke="#212121"/>
179
+ </svg>
180
+ </div>
181
+ </div>
182
+ <div class="top-right">
183
+ <div class="icon-btn">
184
+ <svg viewBox="0 0 48 48" fill="none" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
185
+ <circle cx="21" cy="21" r="12" stroke="#212121"></circle>
186
+ <path d="M34 34 L44 44" stroke="#212121"></path>
187
+ </svg>
188
+ </div>
189
+ <div class="icon-btn">
190
+ <svg viewBox="0 0 48 48" fill="none" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
191
+ <path d="M24 40 C10 28, 8 20, 16 14 C20 11, 24 13, 24 16 C24 13, 28 11, 32 14 C40 20, 38 28, 24 40 Z" stroke="#212121"></path>
192
+ </svg>
193
+ </div>
194
+ <div class="icon-btn">
195
+ <svg viewBox="0 0 48 48" fill="none" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
196
+ <path d="M6 12 H42 L38 28 H12 L10 18" stroke="#212121"></path>
197
+ <circle cx="16" cy="36" r="3" stroke="#212121"></circle>
198
+ <circle cx="34" cy="36" r="3" stroke="#212121"></circle>
199
+ </svg>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Location card -->
205
+ <div class="location-card">
206
+ <div class="location-code">110026</div>
207
+ <div class="check-dot"></div>
208
+ <div class="location-change">Change</div>
209
+ </div>
210
+
211
+ <!-- Delivery rows -->
212
+ <div class="info-row">
213
+ <div class="info-icon">
214
+ <svg viewBox="0 0 64 64" width="64" height="64">
215
+ <rect x="6" y="20" width="34" height="20" fill="none" stroke="#2E77D0" stroke-width="3"></rect>
216
+ <rect x="40" y="26" width="18" height="14" fill="none" stroke="#2E77D0" stroke-width="3"></rect>
217
+ <circle cx="16" cy="44" r="4" fill="#2E77D0"></circle>
218
+ <circle cx="48" cy="44" r="4" fill="#2E77D0"></circle>
219
+ </svg>
220
+ </div>
221
+ <div class="info-text">
222
+ <div class="line1">Home Delivery by 23rd Dec 2023</div>
223
+ <div class="line2">Order within <span class="green">03h:24m</span></div>
224
+ </div>
225
+ </div>
226
+ <div class="info-row">
227
+ <div class="info-icon">
228
+ <svg viewBox="0 0 64 64" width="64" height="64">
229
+ <rect x="12" y="16" width="40" height="28" fill="none" stroke="#2E77D0" stroke-width="3"></rect>
230
+ <rect x="20" y="28" width="24" height="16" fill="none" stroke="#2E77D0" stroke-width="3"></rect>
231
+ </svg>
232
+ </div>
233
+ <div class="info-text">
234
+ <div class="line1" style="font-weight:600;">Free Pickup in Store Available</div>
235
+ </div>
236
+ <div class="link">View stores</div>
237
+ </div>
238
+
239
+ <!-- Seller details -->
240
+ <div class="seller-section">
241
+ <div class="seller-title">SELLER DETAILS</div>
242
+ <div class="seller-sub">Sold And Fulfilled By: <span class="seller-brand">Decathlon Sports India Pvt Ltd</span></div>
243
+
244
+ <div class="policy-card">
245
+ <div class="info-icon" style="width:96px;height:96px;background:#fff;border-color:#E0E0E0;">
246
+ <svg viewBox="0 0 64 64" width="64" height="64">
247
+ <path d="M12 44 L12 20 L28 12 L44 20 L44 44 L28 52 Z" fill="none" stroke="#FF8A00" stroke-width="3"></path>
248
+ <circle cx="28" cy="32" r="10" fill="none" stroke="#2E77D0" stroke-width="3"></circle>
249
+ <text x="28" y="36" text-anchor="middle" font-size="12" fill="#2E77D0" font-family="Arial">30</text>
250
+ </svg>
251
+ </div>
252
+ <div style="font-size:44px;color:#424242;">30 Days Return Policy</div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Complete your kit -->
257
+ <div class="kit-section">
258
+ <div class="kit-header">
259
+ <div class="info-icon" style="width:72px;height:72px; border-radius: 16px;">
260
+ <svg viewBox="0 0 64 64" width="48" height="48">
261
+ <circle cx="32" cy="32" r="24" fill="none" stroke="#2E77D0" stroke-width="3"></circle>
262
+ <path d="M32 22 V42 M22 32 H42" stroke="#2E77D0" stroke-width="3" stroke-linecap="round"/>
263
+ </svg>
264
+ </div>
265
+ <div class="kit-title">COMPLETE YOUR KIT</div>
266
+ </div>
267
+
268
+ <div class="kit-list">
269
+ <!-- Product 1 -->
270
+ <div class="product-card">
271
+ <div class="img-placeholder img-circle">[IMG: Beach Volleyball Ball]</div>
272
+ <div class="rating-badge">
273
+ <svg viewBox="0 0 24 24" width="32" height="32">
274
+ <path d="M12 2 L14.8 8.5 L22 9 L16.5 13.5 L18.5 20 L12 16.5 L5.5 20 L7.5 13.5 L2 9 L9.2 8.5 Z" fill="#FFC107"></path>
275
+ </svg>
276
+ <span>4.3</span>
277
+ </div>
278
+ <div class="product-title">COPAYA</div>
279
+ <div class="product-desc">Beach Volleyball Outdoor Ball 100 Green</div>
280
+ <div class="price-row">
281
+ <div class="price-tag">₹499</div>
282
+ <div class="price-mrp">₹699</div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Plus -->
287
+ <div class="plus-col">
288
+ <svg viewBox="0 0 48 48" width="48" height="48">
289
+ <path d="M24 10 V38 M10 24 H38" stroke="#6B6B6B" stroke-width="4" stroke-linecap="round"></path>
290
+ </svg>
291
+ </div>
292
+
293
+ <!-- Product 2 -->
294
+ <div class="product-card">
295
+ <div class="img-placeholder img-square">[IMG: Sports Ball Pump]</div>
296
+ <div class="rating-badge">
297
+ <svg viewBox="0 0 24 24" width="32" height="32">
298
+ <path d="M12 2 L14.8 8.5 L22 9 L16.5 13.5 L18.5 20 L12 16.5 L5.5 20 L7.5 13.5 L2 9 L9.2 8.5 Z" fill="#FFC107"></path>
299
+ </svg>
300
+ <span>4.6</span>
301
+ </div>
302
+ <div class="product-title">KIPSTA</div>
303
+ <div class="product-desc">Sports Ball Pump Single Action</div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="kit-progress">
308
+ <div class="bar"></div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Floating chat bubble -->
313
+ <div class="chat-bubble">
314
+ <div class="chat-close">×</div>
315
+ <div class="chat-text">
316
+ <div style="font-weight:800; margin-bottom: 10px;">Hi There,</div>
317
+ <div>Please click here to sign in & chat with me:)</div>
318
+ </div>
319
+ <div class="avatar">[IMG: Support Agent]</div>
320
+ </div>
321
+
322
+ <!-- Bottom Add to Cart bar -->
323
+ <div class="bottom-bar">
324
+ <div class="wishlist-btn">
325
+ <svg viewBox="0 0 48 48" width="58" height="58" fill="none" stroke-width="3.5" stroke="#2E77D0" stroke-linecap="round" stroke-linejoin="round">
326
+ <path d="M24 40 C10 28, 8 20, 16 14 C20 11, 24 13, 24 16 C24 13, 28 11, 32 14 C40 20, 38 28, 24 40 Z"></path>
327
+ <path d="M24 16 V32 M16 24 H32" stroke="#2E77D0"></path>
328
+ </svg>
329
+ </div>
330
+ <div class="primary-cta">
331
+ ADD TO CART
332
+ <svg viewBox="0 0 48 48" width="54" height="54" fill="none" stroke="#1E1E1E" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round">
333
+ <path d="M6 12 H42 L38 28 H12 L10 18"></path>
334
+ <circle cx="16" cy="36" r="3"></circle>
335
+ <circle cx="34" cy="36" r="3"></circle>
336
+ </svg>
337
+ </div>
338
+ </div>
339
+
340
+ <!-- Gesture handle -->
341
+ <div class="gesture"></div>
342
+ </div>
343
+ </body>
344
+ </html>
code/11698/11698_2.html ADDED
@@ -0,0 +1,497 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Product Details - Beach Volleyball</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: 0;
16
+ box-shadow: none;
17
+ color: #333;
18
+ }
19
+ .status-bar {
20
+ height: 120px;
21
+ background: #D9D9D9;
22
+ padding: 0 40px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #fff;
27
+ font-weight: 600;
28
+ font-size: 40px;
29
+ }
30
+ .status-icons { display: flex; gap: 26px; align-items: center; }
31
+ .header {
32
+ height: 120px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ padding: 0 40px;
37
+ }
38
+ .header-left, .header-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 30px;
42
+ }
43
+ .icon-btn { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; }
44
+ .price-card {
45
+ margin: 20px 30px;
46
+ background: #F1F3F4;
47
+ border-radius: 20px;
48
+ padding: 40px 30px 50px 30px;
49
+ box-sizing: border-box;
50
+ }
51
+ .progress-track {
52
+ height: 20px;
53
+ background: #E6ECF3;
54
+ border-radius: 10px;
55
+ overflow: hidden;
56
+ margin: 0 10px 30px 10px;
57
+ }
58
+ .progress-fill {
59
+ width: 28%;
60
+ height: 100%;
61
+ background: #4A90E2;
62
+ border-radius: 10px;
63
+ }
64
+ .price-row {
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: space-between;
68
+ padding: 0 10px;
69
+ }
70
+ .price-text {
71
+ font-size: 42px;
72
+ font-weight: 700;
73
+ color: #333;
74
+ }
75
+ .primary-btn {
76
+ background: #2F6FB2;
77
+ color: #fff;
78
+ border-radius: 20px;
79
+ padding: 24px 50px;
80
+ font-size: 38px;
81
+ font-weight: 700;
82
+ letter-spacing: 0.5px;
83
+ border: none;
84
+ }
85
+ .tabs {
86
+ display: flex;
87
+ gap: 40px;
88
+ padding: 20px 30px 0 30px;
89
+ border-bottom: 2px solid #E5E5E5;
90
+ }
91
+ .tab {
92
+ font-size: 44px;
93
+ font-weight: 800;
94
+ padding: 26px 10px;
95
+ color: #7A7A7A;
96
+ position: relative;
97
+ }
98
+ .tab.active {
99
+ color: #2D74B7;
100
+ }
101
+ .tab.active::after {
102
+ content: "";
103
+ position: absolute;
104
+ left: 0;
105
+ bottom: -2px;
106
+ height: 6px;
107
+ width: 88%;
108
+ background: #2D74B7;
109
+ border-radius: 3px;
110
+ }
111
+ .section {
112
+ padding: 30px;
113
+ }
114
+ .section h2 {
115
+ font-size: 44px;
116
+ margin: 20px 0 10px 0;
117
+ color: #4A4A4A;
118
+ font-weight: 800;
119
+ }
120
+ .section p {
121
+ font-size: 38px;
122
+ line-height: 1.35;
123
+ color: #555;
124
+ margin: 10px 0 30px 0;
125
+ }
126
+ .advantages-header {
127
+ display: flex;
128
+ align-items: center;
129
+ gap: 20px;
130
+ margin-top: 20px;
131
+ }
132
+ .advantages-header h3 {
133
+ font-size: 44px;
134
+ font-weight: 800;
135
+ margin: 0;
136
+ color: #333;
137
+ }
138
+ .divider {
139
+ height: 3px;
140
+ background: #E6E6E6;
141
+ flex: 1;
142
+ }
143
+ .adv-grid {
144
+ display: grid;
145
+ grid-template-columns: 1fr 1fr;
146
+ gap: 30px 50px;
147
+ padding-right: 30px;
148
+ margin-top: 20px;
149
+ }
150
+ .adv-item {
151
+ display: grid;
152
+ grid-template-columns: 120px 1fr;
153
+ gap: 20px;
154
+ align-items: start;
155
+ }
156
+ .adv-icon {
157
+ width: 120px;
158
+ height: 120px;
159
+ display: flex;
160
+ align-items: center;
161
+ justify-content: center;
162
+ }
163
+ .adv-content h4 {
164
+ font-size: 42px;
165
+ font-weight: 800;
166
+ margin: 0 0 10px 0;
167
+ color: #2F2F2F;
168
+ }
169
+ .adv-content p {
170
+ font-size: 34px;
171
+ color: #666;
172
+ margin: 0;
173
+ }
174
+ .similar {
175
+ padding: 20px 30px;
176
+ border-top: 16px solid #EFEFEF;
177
+ }
178
+ .similar h3 {
179
+ font-size: 44px;
180
+ font-weight: 800;
181
+ color: #4A4A4A;
182
+ margin: 20px 0 30px 0;
183
+ }
184
+ .product-list {
185
+ display: grid;
186
+ grid-template-columns: repeat(3, 1fr);
187
+ gap: 30px;
188
+ }
189
+ .product-card {
190
+ border: 2px solid #E6E6E6;
191
+ border-radius: 10px;
192
+ padding: 10px;
193
+ height: 430px;
194
+ box-sizing: border-box;
195
+ background: #fff;
196
+ position: relative;
197
+ }
198
+ .img-ph {
199
+ width: 100%;
200
+ height: 100%;
201
+ background: #E0E0E0;
202
+ border: 1px solid #BDBDBD;
203
+ display: flex;
204
+ justify-content: center;
205
+ align-items: center;
206
+ color: #757575;
207
+ font-size: 34px;
208
+ border-radius: 6px;
209
+ }
210
+ /* Chat bubble */
211
+ .chat-bubble {
212
+ position: absolute;
213
+ right: 110px;
214
+ top: 1460px;
215
+ background: #FFFFFF;
216
+ border-radius: 16px;
217
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
218
+ padding: 26px 26px 26px 26px;
219
+ width: 420px;
220
+ z-index: 10;
221
+ }
222
+ .chat-close {
223
+ position: absolute;
224
+ left: -28px;
225
+ top: -28px;
226
+ width: 54px;
227
+ height: 54px;
228
+ border-radius: 27px;
229
+ background: #EDEDED;
230
+ display: flex;
231
+ align-items: center;
232
+ justify-content: center;
233
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12);
234
+ }
235
+ .chat-content {
236
+ display: grid;
237
+ grid-template-columns: 1fr 110px;
238
+ gap: 20px;
239
+ align-items: center;
240
+ }
241
+ .avatar {
242
+ width: 110px;
243
+ height: 110px;
244
+ border-radius: 55px;
245
+ overflow: hidden;
246
+ border: 1px solid #BDBDBD;
247
+ background: #E0E0E0;
248
+ display: flex;
249
+ align-items: center;
250
+ justify-content: center;
251
+ color: #757575;
252
+ font-size: 26px;
253
+ }
254
+ .chat-text {
255
+ font-size: 34px;
256
+ color: #333;
257
+ }
258
+ /* Bottom bar */
259
+ .bottom-bar {
260
+ position: absolute;
261
+ left: 30px;
262
+ right: 30px;
263
+ bottom: 160px;
264
+ background: #FFFFFF;
265
+ border-radius: 24px;
266
+ box-shadow: 0 10px 30px rgba(0,0,0,0.15);
267
+ padding: 22px;
268
+ display: flex;
269
+ align-items: center;
270
+ gap: 26px;
271
+ }
272
+ .wish-tile {
273
+ width: 140px;
274
+ height: 120px;
275
+ border-radius: 18px;
276
+ background: #F6F7F9;
277
+ display: flex;
278
+ align-items: center;
279
+ justify-content: center;
280
+ }
281
+ .cart-cta {
282
+ flex: 1;
283
+ background: #F5D54A;
284
+ color: #000;
285
+ border-radius: 18px;
286
+ padding: 34px;
287
+ font-size: 42px;
288
+ font-weight: 800;
289
+ display: flex;
290
+ align-items: center;
291
+ justify-content: center;
292
+ gap: 24px;
293
+ }
294
+ .home-pill {
295
+ position: absolute;
296
+ bottom: 72px;
297
+ left: 50%;
298
+ transform: translateX(-50%);
299
+ width: 360px;
300
+ height: 16px;
301
+ background: #000;
302
+ border-radius: 8px;
303
+ opacity: 0.2;
304
+ }
305
+ /* Utility */
306
+ .muted { color: #7A7A7A; }
307
+ </style>
308
+ </head>
309
+ <body>
310
+ <div id="render-target">
311
+ <!-- Status Bar -->
312
+ <div class="status-bar">
313
+ <div>10:41</div>
314
+ <div class="status-icons">
315
+ <!-- simple status dots to mimic icons -->
316
+ <svg width="40" height="40"><circle cx="20" cy="20" r="8" fill="#fff"/></svg>
317
+ <svg width="40" height="40"><circle cx="20" cy="20" r="8" fill="#fff" opacity="0.8"/></svg>
318
+ <svg width="40" height="40"><circle cx="20" cy="20" r="8" fill="#fff" opacity="0.6"/></svg>
319
+ <svg width="40" height="40"><circle cx="20" cy="20" r="8" fill="#fff" opacity="0.4"/></svg>
320
+ <!-- wifi -->
321
+ <svg width="56" height="40" viewBox="0 0 56 40">
322
+ <path d="M4 16c10-8 38-8 48 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
323
+ <path d="M12 24c7-6 25-6 32 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
324
+ <circle cx="28" cy="31" r="4" fill="#fff"/>
325
+ </svg>
326
+ <!-- battery -->
327
+ <svg width="68" height="36" viewBox="0 0 68 36">
328
+ <rect x="2" y="6" width="56" height="24" rx="4" stroke="#fff" stroke-width="4" fill="none"/>
329
+ <rect x="8" y="12" width="40" height="12" rx="2" fill="#fff"/>
330
+ <rect x="60" y="12" width="6" height="12" rx="2" fill="#fff"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Top Header -->
336
+ <div class="header">
337
+ <div class="header-left">
338
+ <!-- Back arrow -->
339
+ <div class="icon-btn">
340
+ <svg width="60" height="60" viewBox="0 0 60 60">
341
+ <path d="M36 14 L20 30 L36 46" stroke="#000" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
342
+ </svg>
343
+ </div>
344
+ </div>
345
+ <div class="header-right">
346
+ <!-- Search -->
347
+ <div class="icon-btn">
348
+ <svg width="60" height="60" viewBox="0 0 60 60">
349
+ <circle cx="26" cy="26" r="16" stroke="#000" stroke-width="4" fill="none"/>
350
+ <path d="M40 40 L54 54" stroke="#000" stroke-width="4" stroke-linecap="round"/>
351
+ </svg>
352
+ </div>
353
+ <!-- Heart -->
354
+ <div class="icon-btn">
355
+ <svg width="60" height="60" viewBox="0 0 60 60">
356
+ <path d="M30 48 C16 36 12 32 12 24 C12 18 16 14 22 14 C26 14 28 16 30 18 C32 16 34 14 38 14 C44 14 48 18 48 24 C48 32 44 36 30 48 Z" stroke="#000" stroke-width="4" fill="none"/>
357
+ </svg>
358
+ </div>
359
+ <!-- Cart -->
360
+ <div class="icon-btn">
361
+ <svg width="60" height="60" viewBox="0 0 60 60">
362
+ <circle cx="22" cy="50" r="5" fill="#000"/>
363
+ <circle cx="42" cy="50" r="5" fill="#000"/>
364
+ <path d="M10 14 H16 L20 36 H46 L50 22 H22" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
365
+ </svg>
366
+ </div>
367
+ </div>
368
+ </div>
369
+
370
+ <!-- Price Card -->
371
+ <div class="price-card">
372
+ <div class="progress-track">
373
+ <div class="progress-fill"></div>
374
+ </div>
375
+ <div class="price-row">
376
+ <div class="price-text">Total Price: ₹797</div>
377
+ <button class="primary-btn">SELECT PRODUCTS</button>
378
+ </div>
379
+ </div>
380
+
381
+ <!-- Tabs -->
382
+ <div class="tabs">
383
+ <div class="tab active">PRODUCT DETAILS</div>
384
+ <div class="tab">TECHNICAL INFORMATION</div>
385
+ </div>
386
+
387
+ <!-- Content -->
388
+ <div class="section">
389
+ <h2>Made For</h2>
390
+ <p>This ball has been developed by our design teams for playing recreational beach volleyball as a family or with friends.</p>
391
+
392
+ <div class="advantages-header">
393
+ <h3>Advantages</h3>
394
+ <div class="divider"></div>
395
+ </div>
396
+
397
+ <div class="adv-grid">
398
+ <!-- ball touch -->
399
+ <div class="adv-item">
400
+ <div class="adv-icon">
401
+ <svg width="120" height="120" viewBox="0 0 120 120">
402
+ <circle cx="60" cy="60" r="40" stroke="#000" stroke-width="6" fill="none"/>
403
+ <path d="M60 20 L60 100" stroke="#000" stroke-width="6" stroke-linecap="round"/>
404
+ </svg>
405
+ </div>
406
+ <div class="adv-content">
407
+ <h4>ball touch</h4>
408
+ <p>A very soft, comfortable ball feel for reassuring contact.</p>
409
+ </div>
410
+ </div>
411
+
412
+ <!-- durability -->
413
+ <div class="adv-item">
414
+ <div class="adv-icon">
415
+ <svg width="120" height="120" viewBox="0 0 120 120">
416
+ <path d="M20 80 Q60 40 100 80" stroke="#000" stroke-width="8" fill="none" stroke-linecap="round"/>
417
+ <path d="M80 40 L100 20" stroke="#000" stroke-width="8" fill="none" stroke-linecap="round"/>
418
+ <path d="M84 22 L98 22 L98 36" stroke="#000" stroke-width="8" fill="none" stroke-linecap="round"/>
419
+ </svg>
420
+ </div>
421
+ <div class="adv-content">
422
+ <h4>durability</h4>
423
+ <p>Machine-stitched assembly of ball.</p>
424
+ </div>
425
+ </div>
426
+
427
+ <!-- waterproof -->
428
+ <div class="adv-item">
429
+ <div class="adv-icon">
430
+ <svg width="120" height="120" viewBox="0 0 120 120">
431
+ <path d="M60 20 C40 50 36 58 36 72 C36 88 46 100 60 100 C74 100 84 88 84 72 C84 58 80 50 60 20 Z" stroke="#000" stroke-width="6" fill="none"/>
432
+ <path d="M24 86 Q40 70 56 74" stroke="#000" stroke-width="6" fill="none" stroke-linecap="round"/>
433
+ </svg>
434
+ </div>
435
+ <div class="adv-content">
436
+ <h4>waterproof</h4>
437
+ <p>Limits absorption of water to up to 15% of the ball's initial weight.</p>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </div>
442
+
443
+ <!-- Similar Products -->
444
+ <div class="similar">
445
+ <h3>SIMILAR PRODUCTS</h3>
446
+ <div class="product-list">
447
+ <div class="product-card">
448
+ <div class="img-ph">[IMG: Beach Volleyball - Blue/Orange]</div>
449
+ </div>
450
+ <div class="product-card">
451
+ <div class="img-ph">[IMG: Beach Volleyball - Yellow/Blue]</div>
452
+ </div>
453
+ <div class="product-card">
454
+ <div class="img-ph">[IMG: Beach Volleyball - Assorted]</div>
455
+ </div>
456
+ </div>
457
+ </div>
458
+
459
+ <!-- Chat bubble near second product -->
460
+ <div class="chat-bubble">
461
+ <div class="chat-close">
462
+ <svg width="34" height="34" viewBox="0 0 34 34">
463
+ <path d="M8 8 L26 26 M26 8 L8 26" stroke="#777" stroke-width="4" stroke-linecap="round"/>
464
+ </svg>
465
+ </div>
466
+ <div class="chat-content">
467
+ <div class="chat-text">
468
+ <div style="font-weight:800; margin-bottom:8px;">Hi There,</div>
469
+ <div>Please click here to sign in & chat with me:)</div>
470
+ </div>
471
+ <div class="avatar">[IMG: Support Agent Avatar]</div>
472
+ </div>
473
+ </div>
474
+
475
+ <!-- Bottom floating bar -->
476
+ <div class="bottom-bar">
477
+ <div class="wish-tile">
478
+ <svg width="60" height="60" viewBox="0 0 60 60">
479
+ <path d="M30 48 C16 36 12 32 12 24 C12 18 16 14 22 14 C26 14 28 16 30 18 C32 16 34 14 38 14 C44 14 48 18 48 24 C48 32 44 36 30 48 Z" stroke="#2D74B7" stroke-width="4" fill="none"/>
480
+ <path d="M16 10 L16 22 L28 22" stroke="#2D74B7" stroke-width="4" fill="none"/>
481
+ </svg>
482
+ </div>
483
+ <div class="cart-cta">
484
+ ADD TO CART
485
+ <svg width="60" height="60" viewBox="0 0 60 60">
486
+ <circle cx="22" cy="50" r="5" fill="#000"/>
487
+ <circle cx="42" cy="50" r="5" fill="#000"/>
488
+ <path d="M10 14 H16 L20 36 H46 L50 22 H22" stroke="#000" stroke-width="4" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
489
+ </svg>
490
+ </div>
491
+ </div>
492
+
493
+ <!-- Home pill indicator -->
494
+ <div class="home-pill"></div>
495
+ </div>
496
+ </body>
497
+ </html>
code/11698/11698_3.html ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Listing & Ratings</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #333; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 32px; box-shadow: 0 8px 40px rgba(0,0,0,0.15);
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ height: 120px; background: #E6E6E6; color: #fff; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ }
19
+ .status-left { font-size: 44px; font-weight: 600; letter-spacing: 1px; }
20
+ .status-right { display: flex; align-items: center; gap: 28px; }
21
+ .status-dot { width: 24px; height: 24px; background: #fff; opacity: 0.9; border-radius: 50%; }
22
+ .status-icon { display: inline-block; }
23
+
24
+ /* App bar */
25
+ .app-bar {
26
+ height: 140px; background: #fff; border-bottom: 1px solid #ECEFF1; padding: 0 30px;
27
+ display: flex; align-items: center; justify-content: space-between;
28
+ }
29
+ .app-left { display: flex; align-items: center; gap: 28px; }
30
+ .back-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
31
+ .app-actions { display: flex; align-items: center; gap: 46px; }
32
+ .icon-btn { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
33
+
34
+ /* Product carousel */
35
+ .products {
36
+ padding: 30px; display: flex; gap: 30px; overflow-x: auto;
37
+ }
38
+ .card {
39
+ width: 480px; border: 1px solid #E0E0E0; border-radius: 16px; padding: 26px; background: #fff; flex: 0 0 auto;
40
+ }
41
+ .img-box {
42
+ width: 100%; height: 480px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 12px;
43
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px; text-align: center;
44
+ position: relative;
45
+ }
46
+ .wishlist {
47
+ position: absolute; right: 18px; bottom: -30px; width: 72px; height: 72px;
48
+ border: 2px solid #D5D9DE; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center;
49
+ }
50
+ .rating-pill {
51
+ display: inline-flex; align-items: center; gap: 12px; background: #fff; border: 1px solid #D5D9DE; border-radius: 10px;
52
+ padding: 10px 16px; font-weight: 600; color: #4A4A4A; margin-top: 18px;
53
+ }
54
+ .card-title { font-size: 46px; font-weight: 700; margin-top: 24px; }
55
+ .card-sub { font-size: 32px; color: #607D8B; margin-top: 12px; line-height: 1.3; }
56
+ .price-row { display: flex; align-items: baseline; gap: 18px; margin-top: 22px; }
57
+ .price-tag {
58
+ background: #FFEB3B; color: #000; font-weight: 800; padding: 10px 18px; border-radius: 8px; font-size: 38px;
59
+ }
60
+ .strike { color: #9E9E9E; text-decoration: line-through; font-size: 34px; }
61
+ .offer { color: #E53935; font-size: 32px; }
62
+
63
+ /* Scroll indicator */
64
+ .progress-wrap { padding: 12px 30px 16px; }
65
+ .progress-track { height: 12px; background: #E9F1F7; border-radius: 10px; overflow: hidden; }
66
+ .progress-bar { height: 12px; width: 36%; background: #3F7FBF; border-radius: 10px; }
67
+
68
+ /* Ratings section */
69
+ .section {
70
+ padding: 24px 30px; border-top: 1px solid #ECEFF1;
71
+ }
72
+ .section-header {
73
+ display: flex; align-items: center; justify-content: space-between; padding: 24px 0;
74
+ }
75
+ .section-title { font-size: 54px; font-weight: 800; letter-spacing: 0.5px; color: #37474F; }
76
+ .rating-wrap { display: flex; gap: 40px; align-items: flex-start; }
77
+ .rating-left { width: 300px; padding-right: 30px; border-right: 1px solid #ECEFF1; }
78
+ .rating-value { font-size: 120px; font-weight: 700; color: #37474F; line-height: 1; }
79
+ .stars { display: flex; gap: 10px; margin: 16px 0; }
80
+ .review-count { color: #607D8B; font-size: 34px; }
81
+ .rating-right { flex: 1; padding-left: 30px; }
82
+ .bar-row { display: flex; align-items: center; gap: 18px; margin: 20px 0; }
83
+ .mini-star { width: 28px; height: 28px; }
84
+ .bar-track { flex: 1; height: 18px; background: #EEE; border-radius: 10px; overflow: hidden; }
85
+ .bar-fill { height: 100%; background: #FFC107; border-radius: 10px; }
86
+ .bar-count { width: 120px; text-align: right; color: #455A64; font-size: 34px; }
87
+
88
+ .info-row {
89
+ margin-top: 20px; display: flex; align-items: center; gap: 18px; color: #1976D2; font-size: 38px;
90
+ }
91
+ .info-icon { width: 40px; height: 40px; }
92
+
93
+ .review-btn {
94
+ margin-top: 30px; background: #E8F2FA; border: 1px solid #CFE1F2; color: #1976D2;
95
+ padding: 28px 34px; border-radius: 18px; font-weight: 700; font-size: 40px; display: inline-flex; align-items: center; gap: 18px;
96
+ }
97
+
98
+ /* Reviews header */
99
+ .reviews-header {
100
+ display: flex; align-items: center; justify-content: space-between; margin-top: 40px;
101
+ }
102
+ .reviews-title { font-size: 46px; font-weight: 700; }
103
+ .sort-row { display: flex; align-items: center; gap: 16px; color: #607D8B; font-size: 38px; }
104
+ .chev { width: 36px; height: 36px; }
105
+
106
+ /* Chat bubble (no avatar) */
107
+ .chat-bubble {
108
+ position: absolute; right: 220px; top: 1450px;
109
+ background: #fff; border: 1px solid #D5D9DE; box-shadow: 0 6px 20px rgba(0,0,0,0.1);
110
+ border-radius: 18px; padding: 24px; width: 420px; font-size: 34px; color: #37474F;
111
+ }
112
+ .chat-close {
113
+ position: absolute; left: -28px; top: -28px; width: 56px; height: 56px; background: #E0E0E0;
114
+ border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #666; font-size: 34px;
115
+ border: 1px solid #BDBDBD;
116
+ }
117
+
118
+ /* Bottom Add to Cart bar */
119
+ .bottom-bar {
120
+ position: absolute; left: 24px; right: 24px; bottom: 140px;
121
+ background: #fff; border-radius: 26px; box-shadow: 0 10px 30px rgba(0,0,0,0.18);
122
+ display: flex; align-items: center; padding: 20px;
123
+ }
124
+ .fav-square {
125
+ width: 120px; height: 120px; border-radius: 18px; border: 2px solid #D5D9DE; display: flex; align-items: center; justify-content: center; margin-left: 10px;
126
+ }
127
+ .add-btn {
128
+ margin: 0 20px; flex: 1; background: #FFEB3B; border-radius: 18px; height: 120px;
129
+ display: flex; align-items: center; justify-content: center; font-size: 48px; font-weight: 800; color: #333;
130
+ gap: 24px;
131
+ }
132
+ .bottom-bar .cart-icon { width: 50px; height: 50px; }
133
+ .home-indicator {
134
+ position: absolute; bottom: 46px; left: 50%; transform: translateX(-50%);
135
+ width: 260px; height: 14px; background: #C7C7C7; border-radius: 10px;
136
+ }
137
+ </style>
138
+ </head>
139
+ <body>
140
+ <div id="render-target">
141
+ <!-- Status Bar -->
142
+ <div class="status-bar">
143
+ <div class="status-left">10:41</div>
144
+ <div class="status-right">
145
+ <div class="status-dot"></div>
146
+ <div class="status-dot"></div>
147
+ <div class="status-dot"></div>
148
+ <svg class="status-icon" width="42" height="42" viewBox="0 0 24 24">
149
+ <path d="M3 8h18v8H3z" fill="#fff"/>
150
+ <rect x="20" y="10" width="2" height="4" fill="#fff"/>
151
+ </svg>
152
+ <svg class="status-icon" width="42" height="42" viewBox="0 0 24 24">
153
+ <path d="M2 18h20c-1-5-6-10-10-10S3 13 2 18z" fill="#fff"/>
154
+ </svg>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- App Bar -->
159
+ <div class="app-bar">
160
+ <div class="app-left">
161
+ <div class="back-btn">
162
+ <svg width="54" height="54" viewBox="0 0 24 24">
163
+ <path d="M15 6 L9 12 L15 18" stroke="#333" stroke-width="2.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+ <div class="app-actions">
168
+ <button class="icon-btn" aria-label="Search">
169
+ <svg width="48" height="48" viewBox="0 0 24 24">
170
+ <circle cx="10" cy="10" r="6.5" stroke="#333" stroke-width="2.2" fill="none"/>
171
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#333" stroke-width="2.2" stroke-linecap="round"/>
172
+ </svg>
173
+ </button>
174
+ <button class="icon-btn" aria-label="Wishlist">
175
+ <svg width="48" height="48" viewBox="0 0 24 24">
176
+ <path d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-11 10z"
177
+ fill="none" stroke="#333" stroke-width="2" stroke-linejoin="round"/>
178
+ </svg>
179
+ </button>
180
+ <button class="icon-btn" aria-label="Cart">
181
+ <svg width="48" height="48" viewBox="0 0 24 24">
182
+ <circle cx="9" cy="19" r="1.9" fill="#333"/>
183
+ <circle cx="17" cy="19" r="1.9" fill="#333"/>
184
+ <path d="M3 3h3l2 12h10l3-8H6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
185
+ </svg>
186
+ </button>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Product carousel -->
191
+ <div class="products">
192
+ <!-- Card 1 -->
193
+ <div class="card">
194
+ <div class="img-box">
195
+ [IMG: Volleyball ball - Indoor]
196
+ <div class="wishlist">
197
+ <svg width="40" height="40" viewBox="0 0 24 24">
198
+ <path d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-11 10z"
199
+ fill="none" stroke="#78909C" stroke-width="2"/>
200
+ </svg>
201
+ </div>
202
+ </div>
203
+ <div class="rating-pill">
204
+ <svg class="mini-star" viewBox="0 0 24 24">
205
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/>
206
+ </svg>
207
+ 4.5
208
+ </div>
209
+ <div class="card-title">ALLSIX</div>
210
+ <div class="card-sub">Volleyball Indoor ball V100...</div>
211
+ <div class="price-row">
212
+ <div class="price-tag">₹699</div>
213
+ <div class="strike">₹999</div>
214
+ <div class="offer">(+1 Offer)</div>
215
+ </div>
216
+ </div>
217
+
218
+ <!-- Card 2 -->
219
+ <div class="card">
220
+ <div class="img-box">
221
+ [IMG: Volleyball ball - Outdoor]
222
+ <div class="wishlist">
223
+ <svg width="40" height="40" viewBox="0 0 24 24">
224
+ <path d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-11 10z"
225
+ fill="none" stroke="#78909C" stroke-width="2"/>
226
+ </svg>
227
+ </div>
228
+ </div>
229
+ <div class="rating-pill">
230
+ <svg class="mini-star" viewBox="0 0 24 24">
231
+ <path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/>
232
+ </svg>
233
+ 4.4
234
+ </div>
235
+ <div class="card-title">ALLSIX</div>
236
+ <div class="card-sub">Volleyball Outdoor ball VBO100...</div>
237
+ <div class="price-row">
238
+ <div class="price-tag">₹999</div>
239
+ <div class="strike">₹1,499</div>
240
+ <div class="offer">(+1 Offer)</div>
241
+ </div>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Scroll indicator line -->
246
+ <div class="progress-wrap">
247
+ <div class="progress-track"><div class="progress-bar"></div></div>
248
+ </div>
249
+
250
+ <!-- Ratings & Reviews -->
251
+ <div class="section">
252
+ <div class="section-header">
253
+ <div class="section-title">RATINGS & REVIEWS</div>
254
+ <svg class="chev" viewBox="0 0 24 24">
255
+ <path d="M6 15l6-6 6 6" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
256
+ </svg>
257
+ </div>
258
+
259
+ <div class="rating-wrap">
260
+ <div class="rating-left">
261
+ <div class="rating-value">4.3</div>
262
+ <div class="stars">
263
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/></svg>
264
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/></svg>
265
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/></svg>
266
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/></svg>
267
+ <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#FFC107"/></svg>
268
+ </div>
269
+ <div class="review-count">2348 Reviews</div>
270
+ </div>
271
+
272
+ <div class="rating-right">
273
+ <div class="bar-row">
274
+ <span>5</span>
275
+ <svg class="mini-star" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#B0BEC5"/></svg>
276
+ <div class="bar-track"><div class="bar-fill" style="width:72%"></div></div>
277
+ <div class="bar-count">1369</div>
278
+ </div>
279
+ <div class="bar-row">
280
+ <span>4</span>
281
+ <svg class="mini-star" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#B0BEC5"/></svg>
282
+ <div class="bar-track"><div class="bar-fill" style="width:36%"></div></div>
283
+ <div class="bar-count">609</div>
284
+ </div>
285
+ <div class="bar-row">
286
+ <span>3</span>
287
+ <svg class="mini-star" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#B0BEC5"/></svg>
288
+ <div class="bar-track"><div class="bar-fill" style="width:12%"></div></div>
289
+ <div class="bar-count">160</div>
290
+ </div>
291
+ <div class="bar-row">
292
+ <span>2</span>
293
+ <svg class="mini-star" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#B0BEC5"/></svg>
294
+ <div class="bar-track"><div class="bar-fill" style="width:6%"></div></div>
295
+ <div class="bar-count">81</div>
296
+ </div>
297
+ <div class="bar-row">
298
+ <span>1</span>
299
+ <svg class="mini-star" viewBox="0 0 24 24"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01z" fill="#B0BEC5"/></svg>
300
+ <div class="bar-track"><div class="bar-fill" style="width:8%"></div></div>
301
+ <div class="bar-count">129</div>
302
+ </div>
303
+
304
+ <div class="info-row">
305
+ <svg class="info-icon" viewBox="0 0 24 24">
306
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#1976D2" stroke-width="2"/>
307
+ <rect x="11" y="7" width="2" height="2" fill="#1976D2"/>
308
+ <rect x="11" y="10.5" width="2" height="7" fill="#1976D2"/>
309
+ </svg>
310
+ 2060 customers recommend this product
311
+ </div>
312
+
313
+ <div class="review-btn">
314
+ <svg width="44" height="44" viewBox="0 0 24 24">
315
+ <path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z" fill="none" stroke="#1976D2" stroke-width="2"/>
316
+ <path d="M14.06 6.19l3.75 3.75" stroke="#1976D2" stroke-width="2"/>
317
+ </svg>
318
+ WRITE A REVIEW
319
+ </div>
320
+ </div>
321
+ </div>
322
+
323
+ <div class="reviews-header">
324
+ <div class="reviews-title">Reviews (2348)</div>
325
+ <div class="sort-row">
326
+ Sort by
327
+ <strong style="color:#37474F;">The Newest</strong>
328
+ <svg class="chev" viewBox="0 0 24 24">
329
+ <path d="M6 9l6 6 6-6" stroke="#9E9E9E" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
330
+ </svg>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <!-- Chat bubble -->
336
+ <div class="chat-bubble">
337
+ <div class="chat-close">×</div>
338
+ <strong>Hi There,</strong><br/>
339
+ Please click here to sign in & chat with me :)
340
+ </div>
341
+
342
+ <!-- Bottom Add to Cart bar -->
343
+ <div class="bottom-bar">
344
+ <div class="fav-square" aria-label="Add to wishlist">
345
+ <svg width="64" height="64" viewBox="0 0 24 24">
346
+ <path d="M12 21s-7-4.35-7-10a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.65-7 10-11 10z"
347
+ fill="none" stroke="#1976D2" stroke-width="2"/>
348
+ <path d="M12 7v6M9 10h6" stroke="#1976D2" stroke-width="2" stroke-linecap="round"/>
349
+ </svg>
350
+ </div>
351
+ <div class="add-btn">
352
+ ADD TO CART
353
+ <svg class="cart-icon" viewBox="0 0 24 24">
354
+ <circle cx="9" cy="19" r="1.8" fill="#333"/>
355
+ <circle cx="17" cy="19" r="1.8" fill="#333"/>
356
+ <path d="M3 3h3l2 12h10l3-8H6" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
357
+ </svg>
358
+ </div>
359
+ </div>
360
+
361
+ <!-- Home indicator -->
362
+ <div class="home-indicator"></div>
363
+ </div>
364
+ </body>
365
+ </html>
code/11698/11698_4.html ADDED
@@ -0,0 +1,348 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Product Reviews 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; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 28px; box-shadow: 0 12px 40px rgba(0,0,0,0.18);
12
+ }
13
+ .status-bar {
14
+ height: 140px; background: #E0E0E0; color: #ffffff; padding: 32px 40px; box-sizing: border-box;
15
+ display: flex; align-items: center; justify-content: space-between;
16
+ }
17
+ .status-icons { opacity: 0.85; }
18
+ .app-bar {
19
+ height: 120px; display: flex; align-items: center; justify-content: space-between;
20
+ padding: 0 40px;
21
+ }
22
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
23
+ .section { padding: 0 40px; }
24
+ .rating-block { display: flex; align-items: flex-start; gap: 40px; padding: 20px 40px; }
25
+ .stars-row { display: flex; align-items: center; gap: 8px; }
26
+ .reviews-count { margin-top: 16px; color: #757575; font-size: 34px; }
27
+ .divider-vert { width: 2px; background: #E0E0E0; height: 120px; }
28
+ .breakdown { flex: 1; padding-top: 8px; }
29
+ .bar-row { display: grid; grid-template-columns: 70px 1fr 100px; align-items: center; gap: 16px; margin: 18px 0; font-size: 34px; color: #757575; }
30
+ .bar-track { width: 100%; height: 16px; background: #F1F1F1; border-radius: 10px; overflow: hidden; }
31
+ .bar-fill { height: 100%; background: #F7C948; width: 20%; }
32
+ .bar-fill.w30 { width: 30%; }
33
+ .info-row { display: flex; align-items: center; gap: 16px; padding: 24px 40px; color: #1976D2; font-size: 36px; }
34
+ .write-review {
35
+ margin: 24px 40px; background: #EAF3FB; border-radius: 20px; height: 120px; display: flex; align-items: center;
36
+ padding: 0 40px; color: #1976D2; font-weight: 600; font-size: 36px; gap: 18px;
37
+ }
38
+ .reviews-header { display: flex; align-items: center; justify-content: space-between; padding: 30px 40px 10px; }
39
+ .reviews-title { font-size: 44px; font-weight: 700; color: #212121; }
40
+ .sort-by { display: flex; align-items: center; gap: 16px; color: #616161; font-size: 34px; }
41
+ .sort-pill { border: 2px solid #E0E0E0; padding: 20px 26px; border-radius: 18px; color: #424242; font-weight: 600; display: flex; align-items: center; gap: 14px; }
42
+ .review-card { padding: 34px 40px; border-top: 2px solid #EEEEEE; }
43
+ .rev-head { display: flex; align-items: center; gap: 24px; color: #616161; font-size: 36px; }
44
+ .score-badge { width: 86px; height: 86px; border-radius: 20px; background: #F8F9FA; border: 2px solid #E0E0E0; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; color: #424242; }
45
+ .rev-title { font-size: 36px; color: #424242; }
46
+ .rev-text { margin-top: 24px; font-size: 36px; color: #424242; line-height: 1.4; }
47
+ .rev-meta { display: flex; align-items: center; gap: 14px; margin-top: 24px; color: #616161; font-size: 32px; }
48
+ .actions { display: flex; align-items: center; gap: 26px; margin-top: 24px; color: #616161; font-size: 32px; }
49
+ .action { display: flex; align-items: center; gap: 12px; }
50
+ .report { margin-left: auto; color: #9E9E9E; font-weight: 600; }
51
+ .chat-bubble {
52
+ position: absolute; right: 40px; bottom: 320px; display: flex; align-items: center; gap: 16px;
53
+ }
54
+ .bubble-card {
55
+ background: #ffffff; border-radius: 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
56
+ padding: 24px 28px; font-size: 32px; color: #424242; position: relative;
57
+ }
58
+ .bubble-close {
59
+ position: absolute; top: -16px; left: -16px; width: 44px; height: 44px; border-radius: 50%;
60
+ background: #E0E0E0; display: flex; align-items: center; justify-content: center; color: #616161; font-weight: 700;
61
+ box-shadow: 0 2px 6px rgba(0,0,0,0.15);
62
+ }
63
+ .avatar {
64
+ width: 132px; height: 132px; border-radius: 50%; background: #E0E0E0; border: 1px solid #BDBDBD;
65
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
66
+ }
67
+ .bottom-bar {
68
+ position: absolute; left: 40px; right: 40px; bottom: 140px;
69
+ background: #ffffff; border-radius: 28px; box-shadow: 0 10px 28px rgba(0,0,0,0.18);
70
+ height: 160px; display: flex; align-items: center; padding: 0 24px; gap: 24px;
71
+ }
72
+ .fav-slot {
73
+ width: 220px; height: 120px; border-radius: 22px; border: 2px solid #E0E0E0; display: flex; align-items: center; justify-content: center; color: #1976D2; gap: 18px; font-weight: 700; font-size: 36px;
74
+ background: #ffffff;
75
+ }
76
+ .cta {
77
+ flex: 1; height: 120px; background: #FFEB3B; border-radius: 22px; display: flex; align-items: center; justify-content: center; gap: 20px;
78
+ color: #212121; font-weight: 800; font-size: 44px;
79
+ }
80
+ .system-bottom {
81
+ position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: #000000;
82
+ }
83
+ .home-indicator {
84
+ position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
85
+ width: 220px; height: 12px; background: #FFFFFF; border-radius: 8px; opacity: 0.6;
86
+ }
87
+
88
+ /* SVG helpers */
89
+ .star svg { display: block; }
90
+ .muted { color: #9E9E9E; }
91
+
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status bar -->
98
+ <div class="status-bar">
99
+ <div style="display:flex; align-items:center; gap:20px;">
100
+ <div style="font-size:42px; color:#616161;">10:41</div>
101
+ <div class="status-icons" style="display:flex; gap:18px;">
102
+ <span style="font-size:40px; color:#9E9E9E;">●</span>
103
+ <span style="font-size:40px; color:#9E9E9E;">●</span>
104
+ <span style="font-size:40px; color:#9E9E9E;">●</span>
105
+ <span style="font-size:40px; color:#9E9E9E;">●</span>
106
+ <span style="font-size:40px; color:#9E9E9E;">●</span>
107
+ </div>
108
+ </div>
109
+ <div style="display:flex; align-items:center; gap:18px;">
110
+ <svg width="44" height="44"><circle cx="22" cy="22" r="18" fill="#C7C7C7"/></svg>
111
+ <svg width="44" height="44"><rect x="10" y="10" width="24" height="24" fill="#C7C7C7"/></svg>
112
+ </div>
113
+ </div>
114
+
115
+ <!-- App bar -->
116
+ <div class="app-bar">
117
+ <div class="icon-btn">
118
+ <svg width="48" height="48" viewBox="0 0 24 24">
119
+ <path d="M15 5 L8 12 L15 19" stroke="#212121" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
120
+ </svg>
121
+ </div>
122
+ <div style="display:flex; align-items:center; gap:32px;">
123
+ <!-- Search -->
124
+ <div class="icon-btn">
125
+ <svg width="48" height="48" viewBox="0 0 24 24">
126
+ <circle cx="11" cy="11" r="6" stroke="#212121" stroke-width="2.4" fill="none"/>
127
+ <path d="M16 16 L21 21" stroke="#212121" stroke-width="2.4" stroke-linecap="round"/>
128
+ </svg>
129
+ </div>
130
+ <!-- Heart -->
131
+ <div class="icon-btn">
132
+ <svg width="48" height="48" viewBox="0 0 24 24">
133
+ <path d="M12 20 C12 20 4 14 4 9 C4 6.5 6 5 8 5 C9.5 5 11 6 12 7 C13 6 14.5 5 16 5 C18 5 20 6.5 20 9 C20 14 12 20 12 20 Z" fill="none" stroke="#212121" stroke-width="2.2" stroke-linejoin="round"/>
134
+ </svg>
135
+ </div>
136
+ <!-- Cart -->
137
+ <div class="icon-btn">
138
+ <svg width="48" height="48" viewBox="0 0 24 24">
139
+ <circle cx="9" cy="20" r="2" fill="#212121"/>
140
+ <circle cx="17" cy="20" r="2" fill="#212121"/>
141
+ <path d="M3 4 H6 L7.5 14 H18 L20 7 H8" stroke="#212121" stroke-width="2.2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
142
+ </svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Rating summary -->
148
+ <div class="rating-block">
149
+ <div style="width: 440px;">
150
+ <div class="stars-row">
151
+ <!-- 5 stars -->
152
+ <div class="star"><svg width="40" height="40" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg></div>
153
+ <div class="star"><svg width="40" height="40" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg></div>
154
+ <div class="star"><svg width="40" height="40" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg></div>
155
+ <div class="star"><svg width="40" height="40" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg></div>
156
+ <div class="star"><svg width="40" height="40" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg></div>
157
+ </div>
158
+ <div class="reviews-count">2348 Reviews</div>
159
+ </div>
160
+ <div class="divider-vert"></div>
161
+ <div class="breakdown">
162
+ <div class="bar-row">
163
+ <div style="display:flex; align-items:center; gap:10px;">
164
+ <span>2</span>
165
+ <svg width="28" height="28" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#BDBDBD"/></svg>
166
+ </div>
167
+ <div class="bar-track"><div class="bar-fill" style="width:14%;"></div></div>
168
+ <div style="text-align:right; color:#757575;">81</div>
169
+ </div>
170
+ <div class="bar-row">
171
+ <div style="display:flex; align-items:center; gap:10px;">
172
+ <span>1</span>
173
+ <svg width="28" height="28" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#BDBDBD"/></svg>
174
+ </div>
175
+ <div class="bar-track"><div class="bar-fill w30"></div></div>
176
+ <div style="text-align:right; color:#757575;">129</div>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Info line -->
182
+ <div class="info-row">
183
+ <svg width="40" height="40" viewBox="0 0 24 24">
184
+ <circle cx="12" cy="12" r="10" stroke="#1976D2" stroke-width="2" fill="none"/>
185
+ <circle cx="12" cy="8" r="1.5" fill="#1976D2"/>
186
+ <path d="M12 11 V17" stroke="#1976D2" stroke-width="2" stroke-linecap="round"/>
187
+ </svg>
188
+ <span>2060 customers recommend this product</span>
189
+ </div>
190
+
191
+ <!-- Write a review -->
192
+ <div class="write-review">
193
+ <svg width="40" height="40" viewBox="0 0 24 24">
194
+ <path d="M4 16 L4 20 L8 20 L18 10 L14 6 L4 16 Z" fill="none" stroke="#1976D2" stroke-width="2" stroke-linejoin="round"/>
195
+ <path d="M12 4 L20 12" stroke="#1976D2" stroke-width="2"/>
196
+ </svg>
197
+ <span>WRITE A REVIEW</span>
198
+ </div>
199
+
200
+ <!-- Reviews header -->
201
+ <div class="reviews-header">
202
+ <div class="reviews-title">Reviews (2348)</div>
203
+ <div class="sort-by">
204
+ <span>Sort by</span>
205
+ <div class="sort-pill">
206
+ <span>The Newest</span>
207
+ <svg width="28" height="28" viewBox="0 0 24 24"><path d="M6 9 L12 15 L18 9" stroke="#616161" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Review 1 -->
213
+ <div class="review-card">
214
+ <div class="rev-head">
215
+ <div class="score-badge">
216
+ <span>4</span>
217
+ <svg width="26" height="26" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg>
218
+ </div>
219
+ <div class="rev-title">Product Experience (2 to 8 weeks)</div>
220
+ </div>
221
+ <div class="rev-text">Good product</div>
222
+ <div class="rev-meta">
223
+ <svg width="34" height="34" viewBox="0 0 24 24">
224
+ <circle cx="12" cy="12" r="10" fill="#2ECC71"/>
225
+ <path d="M8 12 L11 15 L17 9" stroke="#ffffff" stroke-width="2.2" fill="none" stroke-linecap="round"/>
226
+ </svg>
227
+ <span>prem (India) | 18-12-2023</span>
228
+ </div>
229
+ <div class="actions">
230
+ <div class="action">
231
+ <svg width="36" height="36" viewBox="0 0 24 24">
232
+ <path d="M4 13 H8 V21 H18 L20 12 L12 6 V4 H8 C6 4 4 6 4 8 V13 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
233
+ </svg>
234
+ <span>0</span>
235
+ </div>
236
+ <div class="action">
237
+ <svg width="36" height="36" viewBox="0 0 24 24">
238
+ <path d="M4 11 H8 V3 H18 L20 12 L12 18 V20 H8 C6 20 4 18 4 16 V11 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
239
+ </svg>
240
+ <span>0</span>
241
+ </div>
242
+ <div class="report">Report</div>
243
+ </div>
244
+ </div>
245
+
246
+ <!-- Review 2 -->
247
+ <div class="review-card">
248
+ <div class="rev-head">
249
+ <div class="score-badge">
250
+ <span>5</span>
251
+ <svg width="26" height="26" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg>
252
+ </div>
253
+ <div class="rev-title">Product Experience (3 to 6 months)</div>
254
+ </div>
255
+ <div class="rev-text">No comments<br/>As expected</div>
256
+ <div class="rev-meta">
257
+ <svg width="34" height="34" viewBox="0 0 24 24">
258
+ <circle cx="12" cy="12" r="10" fill="#2ECC71"/>
259
+ <path d="M8 12 L11 15 L17 9" stroke="#ffffff" stroke-width="2.2" fill="none" stroke-linecap="round"/>
260
+ </svg>
261
+ <span>Kaza (India) | 11-12-2023</span>
262
+ </div>
263
+ <div class="actions">
264
+ <div class="action">
265
+ <svg width="36" height="36" viewBox="0 0 24 24">
266
+ <path d="M4 13 H8 V21 H18 L20 12 L12 6 V4 H8 C6 4 4 6 4 8 V13 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
267
+ </svg>
268
+ <span>0</span>
269
+ </div>
270
+ <div class="action">
271
+ <svg width="36" height="36" viewBox="0 0 24 24">
272
+ <path d="M4 11 H8 V3 H18 L20 12 L12 18 V20 H8 C6 20 4 18 4 16 V11 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
273
+ </svg>
274
+ <span>0</span>
275
+ </div>
276
+ <div class="report">Report</div>
277
+ </div>
278
+ </div>
279
+
280
+ <!-- Review 3 -->
281
+ <div class="review-card">
282
+ <div class="rev-head">
283
+ <div class="score-badge">
284
+ <span>5</span>
285
+ <svg width="26" height="26" viewBox="0 0 20 20"><path d="M10 1 L12.4 6.8 L18.6 7.2 L13.6 11.1 L15.4 17 L10 13.8 L4.6 17 L6.4 11.1 L1.4 7.2 L7.6 6.8 Z" fill="#F7C948"/></svg>
286
+ </div>
287
+ <div class="rev-title">Product Experience (3 to 6 months)</div>
288
+ </div>
289
+ <div class="rev-text">Very nice product for kids up to 10yrs</div>
290
+ <div class="rev-meta">
291
+ <svg width="34" height="34" viewBox="0 0 24 24">
292
+ <circle cx="12" cy="12" r="10" fill="#2ECC71"/>
293
+ <path d="M8 12 L11 15 L17 9" stroke="#ffffff" stroke-width="2.2" fill="none" stroke-linecap="round"/>
294
+ </svg>
295
+ <span>Firoz (India) | 08-12-2023</span>
296
+ </div>
297
+ <div class="actions">
298
+ <div class="action">
299
+ <svg width="36" height="36" viewBox="0 0 24 24">
300
+ <path d="M4 13 H8 V21 H18 L20 12 L12 6 V4 H8 C6 4 4 6 4 8 V13 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
301
+ </svg>
302
+ <span>0</span>
303
+ </div>
304
+ <div class="action">
305
+ <svg width="36" height="36" viewBox="0 0 24 24">
306
+ <path d="M4 11 H8 V3 H18 L20 12 L12 18 V20 H8 C6 20 4 18 4 16 V11 Z" stroke="#9E9E9E" stroke-width="2" fill="none" stroke-linejoin="round"/>
307
+ </svg>
308
+ <span>0</span>
309
+ </div>
310
+ <div class="report">Report</div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Chat bubble -->
315
+ <div class="chat-bubble">
316
+ <div class="bubble-card">
317
+ <div class="bubble-close">×</div>
318
+ <div style="font-weight:700; margin-bottom:8px;">Hi There,</div>
319
+ <div>Please click here to sign in &amp; chat with me:)</div>
320
+ </div>
321
+ <div class="avatar">[IMG: Chat agent avatar]</div>
322
+ </div>
323
+
324
+ <!-- Bottom add-to-cart bar -->
325
+ <div class="bottom-bar">
326
+ <div class="fav-slot">
327
+ <svg width="44" height="44" viewBox="0 0 24 24">
328
+ <path d="M12 20 C12 20 4 14 4 9 C4 6.5 6 5 8 5 C9.5 5 11 6 12 7 C13 6 14.5 5 16 5 C18 5 20 6.5 20 9 C20 14 12 20 12 20 Z" fill="none" stroke="#1976D2" stroke-width="2.2"/>
329
+ </svg>
330
+ </div>
331
+ <div class="cta">
332
+ <span>ADD TO CART</span>
333
+ <svg width="52" height="52" viewBox="0 0 24 24">
334
+ <circle cx="9" cy="20" r="2" fill="#212121"/>
335
+ <circle cx="17" cy="20" r="2" fill="#212121"/>
336
+ <path d="M3 4 H6 L7.5 14 H18 L20 7 H8" stroke="#212121" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- System bottom area -->
342
+ <div class="system-bottom">
343
+ <div class="home-indicator"></div>
344
+ </div>
345
+
346
+ </div>
347
+ </body>
348
+ </html>
code/11699/11699_0.html ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Android Status Screen</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: #000000;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #ffffff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ padding: 0 36px;
29
+ box-sizing: border-box;
30
+ }
31
+ .sb-left, .sb-right {
32
+ display: flex;
33
+ align-items: center;
34
+ gap: 22px;
35
+ }
36
+ .time {
37
+ font-size: 54px;
38
+ font-weight: 600;
39
+ letter-spacing: 0.5px;
40
+ }
41
+ .icon {
42
+ display: inline-flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+
47
+ /* Bottom gesture pill */
48
+ .gesture-pill {
49
+ position: absolute;
50
+ bottom: 60px;
51
+ left: 50%;
52
+ transform: translateX(-50%);
53
+ width: 520px;
54
+ height: 14px;
55
+ background: #e7e7e7;
56
+ border-radius: 10px;
57
+ opacity: 0.9;
58
+ }
59
+ </style>
60
+ </head>
61
+ <body>
62
+ <div id="render-target">
63
+
64
+ <!-- Top Status Bar -->
65
+ <div class="status-bar">
66
+ <div class="sb-left">
67
+ <div class="time">9:05</div>
68
+ <!-- Sun Icon -->
69
+ <div class="icon">
70
+ <svg width="40" height="40" viewBox="0 0 40 40">
71
+ <circle cx="20" cy="20" r="8" fill="none" stroke="#fff" stroke-width="2"/>
72
+ <line x1="20" y1="2" x2="20" y2="8" stroke="#fff" stroke-width="2"/>
73
+ <line x1="20" y1="32" x2="20" y2="38" stroke="#fff" stroke-width="2"/>
74
+ <line x1="2" y1="20" x2="8" y2="20" stroke="#fff" stroke-width="2"/>
75
+ <line x1="32" y1="20" x2="38" y2="20" stroke="#fff" stroke-width="2"/>
76
+ <line x1="7" y1="7" x2="11" y2="11" stroke="#fff" stroke-width="2"/>
77
+ <line x1="29" y1="29" x2="33" y2="33" stroke="#fff" stroke-width="2"/>
78
+ <line x1="7" y1="33" x2="11" y2="29" stroke="#fff" stroke-width="2"/>
79
+ <line x1="29" y1="11" x2="33" y2="7" stroke="#fff" stroke-width="2"/>
80
+ </svg>
81
+ </div>
82
+ <!-- Cloud Icon -->
83
+ <div class="icon">
84
+ <svg width="42" height="42" viewBox="0 0 42 42">
85
+ <path d="M14 28c-4.4 0-8-3.2-8-7.2 0-4.1 3.4-7.3 7.5-7.3 1.4-4.1 5.3-7 9.9-7 6 0 10.9 4.7 10.9 10.4 3 0.7 5.2 3.4 5.2 6.6 0 3.8-3.2 6.9-7.2 6.9H14z"
86
+ fill="none" stroke="#fff" stroke-width="2"/>
87
+ </svg>
88
+ </div>
89
+ </div>
90
+
91
+ <div class="sb-right">
92
+ <!-- WiFi Icon -->
93
+ <div class="icon">
94
+ <svg width="40" height="40" viewBox="0 0 40 40">
95
+ <path d="M6 16c4.2-3.6 9.8-5.6 14-5.6s9.8 2 14 5.6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
96
+ <path d="M10 20c3.6-3 8.1-4.7 12-4.7s8.4 1.7 12 4.7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
97
+ <path d="M14 24c2.7-2 6-3.1 8-3.1s5.3 1.1 8 3.1" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
98
+ <circle cx="22" cy="30" r="2.5" fill="#fff"/>
99
+ </svg>
100
+ </div>
101
+ <!-- Battery Icon with Bolt -->
102
+ <div class="icon">
103
+ <svg width="42" height="42" viewBox="0 0 42 42">
104
+ <rect x="6" y="11" width="26" height="18" rx="3" fill="none" stroke="#fff" stroke-width="2"/>
105
+ <rect x="33" y="16" width="3" height="8" fill="#fff"/>
106
+ <polygon points="20,14 16,22 21,22 18,28 26,20 21,20" fill="#fff"/>
107
+ </svg>
108
+ </div>
109
+ </div>
110
+ </div>
111
+
112
+ <!-- Empty screen content area -->
113
+ <!-- Black canvas intentionally left blank to match screenshot -->
114
+
115
+ <!-- Bottom gesture bar -->
116
+ <div class="gesture-pill"></div>
117
+ </div>
118
+ </body>
119
+ </html>
code/11699/11699_1.html ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Choose Your Stay - Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #F4F6FA;
13
+ box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
14
+ }
15
+
16
+ /* Top bars */
17
+ .header {
18
+ position: relative;
19
+ background: #1E4E9A;
20
+ color: #fff;
21
+ width: 100%;
22
+ height: 220px;
23
+ }
24
+ .status-bar {
25
+ height: 90px;
26
+ padding: 0 36px;
27
+ display: flex;
28
+ align-items: center;
29
+ justify-content: space-between;
30
+ font-size: 32px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons { display: flex; gap: 22px; align-items: center; }
34
+ .app-bar {
35
+ height: 130px;
36
+ padding: 0 36px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: space-between;
40
+ }
41
+ .title-wrap { display: flex; align-items: flex-start; gap: 24px; }
42
+ .app-title {
43
+ font-size: 48px;
44
+ font-weight: 700;
45
+ line-height: 1.1;
46
+ }
47
+ .subtitle { font-size: 32px; opacity: 0.9; margin-top: 6px; }
48
+
49
+ /* Content area */
50
+ .content {
51
+ position: absolute;
52
+ top: 220px;
53
+ left: 0;
54
+ right: 0;
55
+ bottom: 0;
56
+ padding: 24px 24px 220px;
57
+ overflow-y: auto;
58
+ }
59
+
60
+ .card {
61
+ background: #fff;
62
+ border-radius: 14px;
63
+ box-shadow: 0 2px 0 rgba(0,0,0,0.04), 0 1px 8px rgba(0,0,0,0.06);
64
+ border: 1px solid #DFE3EA;
65
+ padding: 32px;
66
+ margin-bottom: 28px;
67
+ }
68
+ .card-header {
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: space-between;
72
+ }
73
+ .card-title {
74
+ font-size: 44px;
75
+ font-weight: 700;
76
+ color: #2D4E87;
77
+ }
78
+ .info-icon {
79
+ width: 60px; height: 60px;
80
+ border-radius: 50%;
81
+ border: 2px solid #B7C5E5;
82
+ display: flex; align-items: center; justify-content: center;
83
+ color: #2D4E87;
84
+ font-weight: 700;
85
+ }
86
+ .row { display: flex; align-items: center; gap: 14px; margin-top: 16px; color: #1F2533; }
87
+ .muted { color: #6B778C; }
88
+ .bed { display: inline-flex; align-items: center; gap: 10px; color: #1F2533; }
89
+ .tiny { font-size: 28px; }
90
+ .ftsup { font-size: 24px; vertical-align: super; }
91
+ .green {
92
+ color: #138A2E;
93
+ margin-top: 16px;
94
+ }
95
+ .check {
96
+ width: 30px; height: 30px; border-radius: 50%; background: #17A24A;
97
+ display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 22px;
98
+ }
99
+ .feature-row { display: flex; flex-wrap: wrap; gap: 26px; color: #2E3642; margin-top: 18px; }
100
+ .feature { display: inline-flex; align-items: center; gap: 10px; color: #3A4353; }
101
+ .feature svg { width: 30px; height: 30px; }
102
+ .tip {
103
+ margin-top: 20px;
104
+ color: #2E3642;
105
+ font-size: 30px;
106
+ }
107
+ .orange-dot {
108
+ display: inline-block;
109
+ width: 18px; height: 18px; border-radius: 50%; background: #F5A623;
110
+ margin-right: 10px;
111
+ }
112
+ .notice { margin-top: 16px; font-size: 30px; color: #3B4253; }
113
+ .genius {
114
+ margin-top: 22px;
115
+ background: #FFF8E6;
116
+ border: 1px solid #F0D58A;
117
+ border-radius: 12px;
118
+ padding: 20px 22px;
119
+ color: #3B3E44;
120
+ font-size: 30px;
121
+ }
122
+ .genius .yellow-check {
123
+ width: 30px; height: 30px; border-radius: 50%;
124
+ background: #FFCC33; color: #fff; display: inline-flex; align-items: center; justify-content: center;
125
+ margin-right: 10px; font-weight: 700;
126
+ }
127
+ .chip-row { display: flex; gap: 16px; margin: 22px 0 8px; }
128
+ .chip {
129
+ background: #1A8E3E;
130
+ color: #fff;
131
+ padding: 12px 16px;
132
+ border-radius: 8px;
133
+ font-size: 28px;
134
+ font-weight: 700;
135
+ }
136
+ .chip.secondary { background: #2E7D32; }
137
+ .price-block { margin-top: 8px; }
138
+ .price-title { font-size: 34px; color: #2E3642; margin-bottom: 6px; }
139
+ .strike {
140
+ text-decoration: line-through;
141
+ color: #D16666;
142
+ font-size: 40px;
143
+ margin-right: 16px;
144
+ }
145
+ .final-price {
146
+ font-size: 56px;
147
+ font-weight: 800;
148
+ color: #0E1F3E;
149
+ }
150
+ .info-mini {
151
+ display: inline-flex; width: 40px; height: 40px; border-radius: 50%;
152
+ border: 2px solid #B7C5E5; color: #2D4E87; align-items: center; justify-content: center; margin-left: 10px; font-weight: 700;
153
+ }
154
+ .tax-note { color: #6B778C; font-size: 30px; margin-top: 8px; }
155
+
156
+ .select-bar {
157
+ margin-top: 26px;
158
+ border: 2px solid #BFD0E6;
159
+ border-radius: 12px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: space-between;
163
+ height: 110px;
164
+ overflow: hidden;
165
+ }
166
+ .select-left {
167
+ padding: 0 26px;
168
+ font-size: 38px;
169
+ color: #1E3A64;
170
+ font-weight: 700;
171
+ display: flex; align-items: center; gap: 18px;
172
+ }
173
+ .select-left .arrow {
174
+ width: 26px; height: 26px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #2D4E87; transform: rotate(0deg);
175
+ }
176
+ .select-right {
177
+ width: 130px; background: #EAF2FF; border-left: 2px solid #BFD0E6;
178
+ display: flex; align-items: center; justify-content: center;
179
+ }
180
+ .select-right .x {
181
+ width: 40px; height: 40px; position: relative;
182
+ }
183
+ .select-right .x:before, .select-right .x:after {
184
+ content: ""; position: absolute; left: 19px; top: 6px; width: 4px; height: 28px; background: #2D4E87;
185
+ transform: rotate(45deg);
186
+ }
187
+ .select-right .x:after { transform: rotate(-45deg); }
188
+
189
+ .mini-card-title { font-size: 44px; font-weight: 700; color: #2D4E87; }
190
+ .divider { height: 14px; }
191
+
192
+ /* Bottom action bar */
193
+ .bottom-bar {
194
+ position: absolute;
195
+ bottom: 0;
196
+ left: 0; right: 0;
197
+ height: 180px;
198
+ background: #FFFFFF;
199
+ border-top: 1px solid #DFE3EA;
200
+ display: flex;
201
+ align-items: center;
202
+ justify-content: space-between;
203
+ padding: 0 36px;
204
+ }
205
+ .summary {
206
+ font-size: 40px;
207
+ font-weight: 800;
208
+ color: #0E1F3E;
209
+ }
210
+ .summary small { display: block; font-weight: 500; font-size: 28px; color: #6B778C; }
211
+
212
+ .reserve-btn {
213
+ width: 420px; height: 110px; background: #2D67C7; color: #fff;
214
+ border-radius: 12px; display: flex; align-items: center; justify-content: center;
215
+ font-size: 44px; font-weight: 800;
216
+ box-shadow: inset 0 -2px 0 rgba(255,255,255,0.15);
217
+ }
218
+
219
+ .tooltip {
220
+ position: absolute;
221
+ bottom: 160px;
222
+ right: 420px;
223
+ background: #FFC845;
224
+ color: #2E2E2E;
225
+ padding: 16px 26px;
226
+ border-radius: 28px;
227
+ font-size: 32px;
228
+ font-weight: 700;
229
+ box-shadow: 0 4px 10px rgba(0,0,0,0.12);
230
+ }
231
+ .tooltip:after {
232
+ content: "";
233
+ position: absolute;
234
+ bottom: -18px;
235
+ left: 50%;
236
+ transform: translateX(-50%);
237
+ border-left: 18px solid transparent;
238
+ border-right: 18px solid transparent;
239
+ border-top: 18px solid #FFC845;
240
+ }
241
+
242
+ /* Simple icons */
243
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
244
+ .back svg, .share svg { fill: none; stroke: #fff; stroke-width: 8; }
245
+ .small-icon { width: 36px; height: 36px; }
246
+ </style>
247
+ </head>
248
+ <body>
249
+ <div id="render-target">
250
+ <div class="header">
251
+ <div class="status-bar">
252
+ <div>9:06</div>
253
+ <div class="status-icons">
254
+ <div style="width:28px;height:28px;border-radius:50%;background:#fff;opacity:0.85;"></div>
255
+ <div style="width:28px;height:28px;border-radius:50%;background:#fff;opacity:0.85;"></div>
256
+ <div style="width:28px;height:28px;border-radius:50%;background:#fff;opacity:0.85;"></div>
257
+ </div>
258
+ </div>
259
+ <div class="app-bar">
260
+ <div class="title-wrap">
261
+ <div class="icon-btn back">
262
+ <svg viewBox="0 0 48 48">
263
+ <path d="M30 8 L14 24 L30 40" />
264
+ </svg>
265
+ </div>
266
+ <div>
267
+ <div class="app-title">Choose Your Stay</div>
268
+ <div class="subtitle">Oct 18 - Oct 22</div>
269
+ </div>
270
+ </div>
271
+ <div class="icon-btn share">
272
+ <svg viewBox="0 0 48 48">
273
+ <circle cx="12" cy="24" r="6"></circle>
274
+ <circle cx="36" cy="10" r="6"></circle>
275
+ <circle cx="36" cy="38" r="6"></circle>
276
+ <path d="M18 24 L30 14 M18 24 L30 34"></path>
277
+ </svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+
282
+ <div class="content">
283
+ <!-- Main Room Card -->
284
+ <div class="card">
285
+ <div class="card-header">
286
+ <div class="card-title">Twin Room with Courtyard View</div>
287
+ <div class="info-icon">i</div>
288
+ </div>
289
+ <div class="row tiny">Price for:
290
+ <svg class="small-icon" viewBox="0 0 48 48">
291
+ <circle cx="16" cy="16" r="8" fill="#6B86B8"></circle>
292
+ <circle cx="32" cy="16" r="8" fill="#6B86B8"></circle>
293
+ </svg>
294
+ </div>
295
+
296
+ <div class="row bed">
297
+ <svg class="small-icon" viewBox="0 0 60 40">
298
+ <rect x="6" y="18" width="48" height="12" fill="#778FBF"></rect>
299
+ <rect x="6" y="10" width="18" height="8" fill="#B7C5E5"></rect>
300
+ <rect x="36" y="10" width="18" height="8" fill="#B7C5E5"></rect>
301
+ </svg>
302
+ <span>2 twin beds</span>
303
+ </div>
304
+
305
+ <div class="row tiny muted">Size: 215 ft<span class="ftsup">2</span></div>
306
+
307
+ <div class="row green"><span class="check">✓</span> Free cancellation before October 17</div>
308
+ <div class="row green"><span class="check">✓</span> No prepayment needed – pay at the property</div>
309
+ <div class="row">
310
+ <svg class="small-icon" viewBox="0 0 48 48">
311
+ <rect x="8" y="26" width="28" height="10" fill="#8B6427"></rect>
312
+ <path d="M12 26 C12 20, 32 20, 32 26" stroke="#8B6427" stroke-width="3" fill="none"></path>
313
+ </svg>
314
+ <span>Breakfast available, pay at the property (€ 16)</span>
315
+ </div>
316
+
317
+ <div class="feature-row">
318
+ <div class="feature">
319
+ <svg viewBox="0 0 48 48">
320
+ <path d="M10 30 C18 18, 30 18, 38 30" stroke="#586A8A" stroke-width="3" fill="none"></path>
321
+ <circle cx="24" cy="20" r="3" fill="#586A8A"></circle>
322
+ </svg>
323
+ <span>Free WiFi</span>
324
+ </div>
325
+ <div class="feature">
326
+ <svg viewBox="0 0 48 48">
327
+ <rect x="6" y="10" width="36" height="24" stroke="#586A8A" stroke-width="3" fill="none"></rect>
328
+ <rect x="12" y="16" width="24" height="12" fill="#A9B9D8"></rect>
329
+ </svg>
330
+ <span>Garden view</span>
331
+ </div>
332
+ <div class="feature">
333
+ <svg viewBox="0 0 48 48">
334
+ <rect x="6" y="10" width="36" height="24" stroke="#586A8A" stroke-width="3" fill="none"></rect>
335
+ <circle cx="24" cy="22" r="6" fill="#A9B9D8"></circle>
336
+ </svg>
337
+ <span>Inner courtyard view</span>
338
+ </div>
339
+ <div class="feature">
340
+ <svg viewBox="0 0 48 48">
341
+ <rect x="6" y="12" width="36" height="12" fill="#B7C5E5"></rect>
342
+ <rect x="10" y="26" width="28" height="8" fill="#586A8A"></rect>
343
+ </svg>
344
+ <span>Air conditioning</span>
345
+ </div>
346
+ <div class="feature">
347
+ <svg viewBox="0 0 48 48">
348
+ <rect x="8" y="14" width="32" height="20" stroke="#586A8A" stroke-width="3" fill="none"></rect>
349
+ <rect x="12" y="18" width="12" height="12" fill="#A9B9D8"></rect>
350
+ <rect x="26" y="18" width="12" height="12" fill="#A9B9D8"></rect>
351
+ </svg>
352
+ <span>Attached bathroom</span>
353
+ </div>
354
+ <div class="feature">
355
+ <svg viewBox="0 0 48 48">
356
+ <rect x="6" y="18" width="36" height="14" fill="#586A8A"></rect>
357
+ </svg>
358
+ <span>Flat-screen TV</span>
359
+ </div>
360
+ <div class="feature">
361
+ <svg viewBox="0 0 48 48">
362
+ <rect x="16" y="20" width="20" height="10" fill="#8B6427"></rect>
363
+ <rect x="22" y="14" width="8" height="6" fill="#8B6427"></rect>
364
+ </svg>
365
+ <span>Coffee machine</span>
366
+ </div>
367
+ </div>
368
+
369
+ <div class="tip"><span class="orange-dot"></span>Tip: This room is bigger than most in Berlin</div>
370
+
371
+ <div class="notice">Only 5 rooms left on Booking.com</div>
372
+
373
+ <div class="genius">
374
+ <span class="yellow-check">✓</span> 10% Genius discount
375
+ <div class="muted" style="margin-top:10px;">Applied to the price before taxes and fees</div>
376
+ </div>
377
+
378
+ <div class="chip-row">
379
+ <span class="chip">19% off</span>
380
+ <span class="chip secondary">Mobile-only price</span>
381
+ </div>
382
+
383
+ <div class="price-block">
384
+ <div class="price-title">Price for 4 nights</div>
385
+ <div>
386
+ <span class="strike">€ 716</span>
387
+ <span class="final-price">€ 580</span>
388
+ <span class="info-mini">i</span>
389
+ </div>
390
+ <div class="tax-note">+ € 29 taxes and charges</div>
391
+ </div>
392
+
393
+ <div class="select-bar">
394
+ <div class="select-left">
395
+ <span>1 room selected</span>
396
+ <div class="arrow"></div>
397
+ </div>
398
+ <div class="select-right"><div class="x"></div></div>
399
+ </div>
400
+ </div>
401
+
402
+ <!-- Second card preview -->
403
+ <div class="card" style="padding-bottom: 24px;">
404
+ <div class="card-header">
405
+ <div class="mini-card-title">Twin Room with Courtyard View</div>
406
+ <div class="info-icon">i</div>
407
+ </div>
408
+ <div class="row tiny">Price for:
409
+ <svg class="small-icon" viewBox="0 0 48 48">
410
+ <circle cx="16" cy="16" r="8" fill="#6B86B8"></circle>
411
+ </svg>
412
+ </div>
413
+ <div class="row bed">
414
+ <svg class="small-icon" viewBox="0 0 60 40">
415
+ <rect x="6" y="18" width="48" height="12" fill="#778FBF"></rect>
416
+ <rect x="6" y="10" width="18" height="8" fill="#B7C5E5"></rect>
417
+ <rect x="36" y="10" width="18" height="8" fill="#B7C5E5"></rect>
418
+ </svg>
419
+ <span>2 twin beds</span>
420
+ </div>
421
+ <div class="divider"></div>
422
+ </div>
423
+ </div>
424
+
425
+ <div class="tooltip">It only takes 2 minutes</div>
426
+
427
+ <div class="bottom-bar">
428
+ <div>
429
+ <div class="summary">€ 580 · 1 room</div>
430
+ <small>+ € 29 taxes and charges</small>
431
+ </div>
432
+ <div class="reserve-btn">Reserve</div>
433
+ </div>
434
+ </div>
435
+ </body>
436
+ </html>
code/11699/11699_2.html ADDED
@@ -0,0 +1,368 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Booking UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ font-family: Arial, Helvetica, sans-serif;
14
+ color: #111;
15
+ }
16
+
17
+ /* Top app bar */
18
+ .appbar {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 190px;
22
+ background: #123A85;
23
+ color: #fff;
24
+ box-sizing: border-box;
25
+ padding: 28px 34px;
26
+ }
27
+ .status-row {
28
+ display: flex;
29
+ justify-content: space-between;
30
+ align-items: center;
31
+ font-size: 36px;
32
+ opacity: 0.95;
33
+ margin-bottom: 26px;
34
+ }
35
+ .right-status {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .icon-btn {
41
+ width: 64px;
42
+ height: 64px;
43
+ display: flex;
44
+ justify-content: center;
45
+ align-items: center;
46
+ border-radius: 32px;
47
+ }
48
+ .nav-row {
49
+ display: flex;
50
+ justify-content: space-between;
51
+ align-items: center;
52
+ }
53
+ .nav-right {
54
+ display: flex;
55
+ gap: 28px;
56
+ align-items: center;
57
+ }
58
+ .app-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 4; }
59
+
60
+ /* Title section */
61
+ .title-wrap {
62
+ padding: 36px 34px 24px 34px;
63
+ }
64
+ .hotel-title {
65
+ font-size: 64px;
66
+ font-weight: 800;
67
+ line-height: 1.1;
68
+ margin: 0;
69
+ display: inline-block;
70
+ max-width: 820px;
71
+ }
72
+ .rating-pill {
73
+ float: right;
74
+ background: #1E57C7;
75
+ color: #fff;
76
+ font-weight: 700;
77
+ font-size: 40px;
78
+ border-radius: 18px;
79
+ padding: 18px 26px;
80
+ margin-top: 8px;
81
+ }
82
+ .badges {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 18px;
86
+ margin-top: 20px;
87
+ font-size: 40px;
88
+ }
89
+ .stars span { color: #FFC107; font-size: 42px; }
90
+ .genius {
91
+ background: #1E57C7;
92
+ color: #fff;
93
+ font-weight: 700;
94
+ padding: 10px 18px;
95
+ border-radius: 12px;
96
+ font-size: 34px;
97
+ }
98
+
99
+ /* Image collage */
100
+ .image-grid {
101
+ padding: 0 34px;
102
+ display: grid;
103
+ grid-template-columns: 1fr 1fr;
104
+ grid-auto-rows: 340px;
105
+ gap: 24px;
106
+ }
107
+ .img {
108
+ background: #E0E0E0;
109
+ border: 1px solid #BDBDBD;
110
+ display: flex;
111
+ justify-content: center;
112
+ align-items: center;
113
+ color: #757575;
114
+ font-size: 34px;
115
+ position: relative;
116
+ }
117
+ .grid-bottom {
118
+ padding: 24px 34px 0 34px;
119
+ display: grid;
120
+ grid-template-columns: 1fr 1fr 1fr;
121
+ grid-auto-rows: 300px;
122
+ gap: 24px;
123
+ }
124
+ .overlay-count {
125
+ position: absolute;
126
+ right: 26px;
127
+ top: 22px;
128
+ background: rgba(0,0,0,0.55);
129
+ color: #fff;
130
+ font-weight: 800;
131
+ padding: 8px 16px;
132
+ border-radius: 14px;
133
+ font-size: 46px;
134
+ }
135
+
136
+ /* Price section */
137
+ .price-section {
138
+ margin-top: 26px;
139
+ padding: 28px 34px;
140
+ border-top: 1px solid #e6e6e6;
141
+ }
142
+ .chip-row {
143
+ display: flex;
144
+ gap: 18px;
145
+ margin-bottom: 20px;
146
+ }
147
+ .chip {
148
+ background: #2E7D32;
149
+ color: #fff;
150
+ border-radius: 12px;
151
+ padding: 12px 18px;
152
+ font-size: 34px;
153
+ font-weight: 700;
154
+ }
155
+ .price-line {
156
+ display: flex;
157
+ justify-content: space-between;
158
+ align-items: center;
159
+ }
160
+ .price-text {
161
+ font-size: 42px;
162
+ color: #111;
163
+ }
164
+ .strike {
165
+ color: #E53935;
166
+ text-decoration: line-through;
167
+ font-size: 40px;
168
+ margin-right: 14px;
169
+ }
170
+ .final-price {
171
+ font-size: 60px;
172
+ font-weight: 800;
173
+ color: #111;
174
+ margin-top: 8px;
175
+ }
176
+ .tax-note {
177
+ color: #757575;
178
+ font-size: 34px;
179
+ margin-top: 8px;
180
+ }
181
+ .chev svg { width: 40px; height: 40px; stroke: #777; stroke-width: 8; }
182
+
183
+ /* Divider and info rows */
184
+ .divider { height: 16px; background: #f5f5f5; margin-top: 24px; }
185
+ .info-section {
186
+ padding: 26px 34px;
187
+ }
188
+ .info-row {
189
+ display: grid;
190
+ grid-template-columns: 1fr 1fr;
191
+ gap: 24px;
192
+ border-bottom: 1px solid #e6e6e6;
193
+ padding-bottom: 24px;
194
+ margin-bottom: 24px;
195
+ }
196
+ .info-box h4 {
197
+ margin: 0 0 10px 0;
198
+ font-size: 42px;
199
+ color: #222;
200
+ }
201
+ .info-box p {
202
+ margin: 0;
203
+ font-size: 44px;
204
+ color: #1E57C7;
205
+ font-weight: 800;
206
+ }
207
+ .rooms h4 { font-size: 42px; margin: 0 0 10px 0; }
208
+ .rooms p { font-size: 44px; color: #1E57C7; font-weight: 800; }
209
+
210
+ /* Map placeholder */
211
+ .map {
212
+ margin: 10px 34px 180px 34px;
213
+ height: 280px;
214
+ background: #E0E0E0;
215
+ border: 1px solid #BDBDBD;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ color: #757575;
220
+ font-size: 36px;
221
+ }
222
+
223
+ /* Bottom CTA */
224
+ .cta {
225
+ position: absolute;
226
+ left: 0;
227
+ bottom: 0;
228
+ width: 100%;
229
+ height: 128px;
230
+ background: #1E57C7;
231
+ display: flex;
232
+ align-items: center;
233
+ justify-content: center;
234
+ color: #fff;
235
+ font-size: 50px;
236
+ font-weight: 800;
237
+ }
238
+ </style>
239
+ </head>
240
+ <body>
241
+ <div id="render-target">
242
+
243
+ <!-- App Bar -->
244
+ <div class="appbar">
245
+ <div class="status-row">
246
+ <div>9:06 ☀️ ☁️</div>
247
+ <div class="right-status">
248
+ <!-- simple wifi icon -->
249
+ <svg width="40" height="40" viewBox="0 0 24 24">
250
+ <path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" fill="none"/>
251
+ <path d="M5 12c3-3 11-3 14 0" stroke="#fff" stroke-width="2" fill="none"/>
252
+ <circle cx="12" cy="16" r="2" fill="#fff"/>
253
+ </svg>
254
+ <!-- battery -->
255
+ <svg width="54" height="32" viewBox="0 0 28 16">
256
+ <rect x="1" y="2" width="22" height="12" stroke="#fff" fill="none" stroke-width="2"/>
257
+ <rect x="23" y="5" width="4" height="6" fill="#fff"/>
258
+ <rect x="3" y="4" width="16" height="8" fill="#fff"/>
259
+ </svg>
260
+ </div>
261
+ </div>
262
+ <div class="nav-row">
263
+ <div class="icon-btn app-icon">
264
+ <!-- back arrow -->
265
+ <svg viewBox="0 0 24 24">
266
+ <path d="M15 6l-6 6 6 6" />
267
+ </svg>
268
+ </div>
269
+ <div class="nav-right">
270
+ <div class="icon-btn app-icon">
271
+ <!-- heart outline -->
272
+ <svg viewBox="0 0 24 24">
273
+ <path d="M12 21s-7-5.4-9-8.5C1 9 3.5 6 7 6c2 0 3.4 1.1 5 3 1.6-1.9 3-3 5-3 3.5 0 6 3 4 6.5-2 3.1-9 8.5-9 8.5z"/>
274
+ </svg>
275
+ </div>
276
+ <div class="icon-btn app-icon">
277
+ <!-- share icon -->
278
+ <svg viewBox="0 0 24 24">
279
+ <circle cx="6" cy="12" r="2" />
280
+ <circle cx="18" cy="6" r="2" />
281
+ <circle cx="18" cy="18" r="2" />
282
+ <path d="M8 12l8-6M8 12l8 6" />
283
+ </svg>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Title -->
290
+ <div class="title-wrap">
291
+ <div class="rating-pill">7.8</div>
292
+ <h1 class="hotel-title">Park Plaza Berlin Kudamm</h1>
293
+ <div class="badges">
294
+ <div class="stars">
295
+ <span>★ ★ ★</span>
296
+ <span style="color:#FFC107; margin-left:8px;">👍</span>
297
+ </div>
298
+ <div class="genius">Genius</div>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Image collage -->
303
+ <div class="image-grid">
304
+ <div class="img">[IMG: Bright room with bed]</div>
305
+ <div class="img">[IMG: Hotel building facade]</div>
306
+ </div>
307
+ <div class="grid-bottom">
308
+ <div class="img">[IMG: Loft bedroom]</div>
309
+ <div class="img">[IMG: Cozy room window]</div>
310
+ <div class="img">
311
+ [IMG: Lobby bar area]
312
+ <div class="overlay-count">+42</div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Price section -->
317
+ <div class="price-section">
318
+ <div class="chip-row">
319
+ <div class="chip">19% off</div>
320
+ <div class="chip">Mobile-only price</div>
321
+ </div>
322
+
323
+ <div class="price-line">
324
+ <div>
325
+ <div class="price-text">Price for 4 nights, 1 adult</div>
326
+ <div>
327
+ <span class="strike">€ 716</span>
328
+ <span class="final-price">€ 580</span>
329
+ </div>
330
+ <div class="tax-note">+ € 29 taxes and charges</div>
331
+ </div>
332
+ <div class="chev">
333
+ <svg viewBox="0 0 24 24">
334
+ <path d="M8 4l8 8-8 8" fill="none"/>
335
+ </svg>
336
+ </div>
337
+ </div>
338
+ </div>
339
+
340
+ <div class="divider"></div>
341
+
342
+ <!-- Info rows -->
343
+ <div class="info-section">
344
+ <div class="info-row">
345
+ <div class="info-box">
346
+ <h4>Check-in</h4>
347
+ <p>Wed, Oct 18</p>
348
+ </div>
349
+ <div class="info-box">
350
+ <h4>Check-out</h4>
351
+ <p>Sun, Oct 22</p>
352
+ </div>
353
+ </div>
354
+
355
+ <div class="rooms">
356
+ <h4>Rooms and guests</h4>
357
+ <p>1 room, 1 adult, 0 children</p>
358
+ </div>
359
+ </div>
360
+
361
+ <div class="map">[IMG: Map preview]</div>
362
+
363
+ <!-- CTA -->
364
+ <div class="cta">See room options</div>
365
+
366
+ </div>
367
+ </body>
368
+ </html>
code/11699/11699_3.html ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Hotel List UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target{
8
+ width:1080px; height:2400px; position:relative; overflow:hidden;
9
+ background:#ffffff; border-radius:0;
10
+ box-shadow: 0 0 0 rgba(0,0,0,0.1);
11
+ }
12
+
13
+ /* Header */
14
+ .appbar{
15
+ position:relative;
16
+ width:100%;
17
+ height:360px;
18
+ background:#0b4cbf;
19
+ color:#fff;
20
+ }
21
+ .status-row{
22
+ display:flex; align-items:center; justify-content:space-between;
23
+ padding:26px 36px 0 36px; font-size:40px;
24
+ }
25
+ .status-left{ display:flex; align-items:center; gap:24px; }
26
+ .status-right{ display:flex; align-items:center; gap:24px; }
27
+ .icon-circle{ width:36px; height:36px; border-radius:50%; border:2px solid rgba(255,255,255,0.9); }
28
+ .signal{ width:34px; height:34px; border:2px solid #fff; border-radius:6px; }
29
+ .battery{ width:24px; height:40px; border:2px solid #fff; border-radius:4px; position:relative; }
30
+ .battery:after{ content:""; position:absolute; right:-8px; top:10px; width:6px; height:20px; background:#fff; border-radius:2px; }
31
+
32
+ .search-wrap{ padding:24px 48px; }
33
+ .searchbar{
34
+ background:#fff;
35
+ border:6px solid #f4b23e;
36
+ border-radius:28px;
37
+ height:120px;
38
+ display:flex; align-items:center;
39
+ padding:0 28px;
40
+ gap:24px;
41
+ color:#111;
42
+ font-size:42px;
43
+ box-sizing:border-box;
44
+ }
45
+ .back-icon{ width:48px; height:48px; }
46
+ .back-icon svg{ width:100%; height:100%; fill:#0b4cbf; }
47
+
48
+ .toolbar{
49
+ display:flex; align-items:center; justify-content:space-around;
50
+ padding:10px 24px 24px 24px; color:#fff;
51
+ font-size:40px;
52
+ }
53
+ .tool{ display:flex; align-items:center; gap:18px; }
54
+ .tool svg{ width:44px; height:44px; fill:#fff; }
55
+
56
+ /* Content area */
57
+ .content{
58
+ position:absolute; left:0; right:0; top:360px; bottom:0;
59
+ background:#fff; overflow:hidden;
60
+ }
61
+ .list{ height:2040px; overflow:hidden; }
62
+ .strip-offer{
63
+ display:flex; gap:24px; padding:24px 24px 16px 24px; align-items:center;
64
+ }
65
+ .img-small{
66
+ width:232px; height:160px; background:#E0E0E0; border:1px solid #BDBDBD;
67
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:30px;
68
+ }
69
+ .red-note{ color:#cf2a2a; font-size:40px; }
70
+
71
+ .card{
72
+ display:flex; gap:28px; padding:28px 28px; border-top:1px solid #e6e6e6;
73
+ }
74
+ .thumb{
75
+ width:240px; height:340px; background:#E0E0E0; border:1px solid #BDBDBD;
76
+ display:flex; align-items:center; justify-content:center; color:#757575; text-align:center; font-size:30px;
77
+ }
78
+ .info{ flex:1; position:relative; }
79
+ .title-row{ display:flex; align-items:center; justify-content:space-between; }
80
+ .title{ font-weight:700; font-size:48px; color:#222; }
81
+ .heart{
82
+ width:56px; height:56px;
83
+ }
84
+ .heart svg{ width:100%; height:100%; stroke:#555; fill:none; stroke-width:4px; }
85
+
86
+ .rating-line{ display:flex; align-items:center; gap:16px; margin-top:10px; }
87
+ .badge{
88
+ background:#1b5edb; color:#fff; border-radius:14px; padding:8px 16px; font-weight:700; font-size:36px;
89
+ }
90
+ .muted{ color:#555; font-size:36px; }
91
+ .loc-line{ display:flex; align-items:center; gap:14px; margin-top:16px; color:#333; font-size:36px; }
92
+ .pin svg{ width:40px; height:40px; fill:#333; }
93
+ .small{ color:#333; font-size:36px; margin-top:16px; }
94
+ .price-row{ margin-top:18px; color:#222; font-size:40px; }
95
+ .price{
96
+ font-size:60px; font-weight:800; color:#111; margin-top:6px;
97
+ }
98
+ .strike{ text-decoration:line-through; color:#cf2a2a; }
99
+ .inc{ color:#666; font-size:34px; margin-top:8px; }
100
+
101
+ .pill{
102
+ display:inline-block; padding:10px 18px; border-radius:14px; background:#1c7f2a; color:#fff; font-size:32px; font-weight:700;
103
+ }
104
+ .green{ color:#177e2e; }
105
+ .check{ width:38px; height:38px; vertical-align:middle; }
106
+ .check svg{ width:38px; height:38px; fill:#1c7f2a; }
107
+
108
+ .stars{ color:#f4b400; font-size:40px; margin-left:6px; }
109
+ .genius{ background:#1b5edb; color:#fff; font-weight:700; padding:8px 16px; border-radius:12px; font-size:34px; margin-left:10px; }
110
+
111
+ .green-pill{ background:#2e8b45; color:#fff; padding:10px 16px; border-radius:16px; display:inline-block; font-size:34px; margin-top:12px; }
112
+
113
+ .leafs{ font-size:44px; color:#3c3c3c; margin-top:8px; }
114
+ </style>
115
+ </head>
116
+ <body>
117
+ <div id="render-target">
118
+
119
+ <div class="appbar">
120
+ <div class="status-row">
121
+ <div class="status-left">
122
+ <div>9:06</div>
123
+ <div class="icon-circle"></div>
124
+ <div class="icon-circle"></div>
125
+ </div>
126
+ <div class="status-right">
127
+ <div class="signal"></div>
128
+ <div class="battery"></div>
129
+ </div>
130
+ </div>
131
+
132
+ <div class="search-wrap">
133
+ <div class="searchbar">
134
+ <div class="back-icon">
135
+ <svg viewBox="0 0 24 24"><path d="M15.5 4l-8 8 8 8 1.5-1.5-6.5-6.5 6.5-6.5z"/></svg>
136
+ </div>
137
+ <div>Berlin · Oct 18 - Oct 22</div>
138
+ </div>
139
+ </div>
140
+
141
+ <div class="toolbar">
142
+ <div class="tool">
143
+ <svg viewBox="0 0 24 24"><path d="M7 6h10v2H7V6zm-3 5h16v2H4v-2zm5 5h6v2H9v-2z"/></svg>
144
+ <div>Sort</div>
145
+ </div>
146
+ <div class="tool">
147
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm4 5h10v2H7v-2zm3 5h4v2h-4v-2z"/></svg>
148
+ <div>Filter</div>
149
+ </div>
150
+ <div class="tool">
151
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 6.5 12 6.5s2.5 1.1 2.5 2.5S13.4 11.5 12 11.5z"/></svg>
152
+ <div>Map</div>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <div class="content">
158
+ <div class="list">
159
+
160
+ <!-- Top strip partial item -->
161
+ <div class="strip-offer">
162
+ <div class="img-small">[IMG: Hotel room photo]</div>
163
+ <div class="red-note">Only 2 left at this price on Booking.com</div>
164
+ </div>
165
+
166
+ <!-- PREMIUM Hostel card -->
167
+ <div class="card">
168
+ <div class="thumb">[IMG: Twin beds photo]</div>
169
+ <div class="info">
170
+ <div class="title-row">
171
+ <div class="title">PREMIUM Hostel</div>
172
+ <div class="heart">
173
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7.5-5.3-9.5-9.2C1 8.8 3.2 6 6.3 6c1.8 0 3 .9 3.7 2 0.7-1.1 1.9-2 3.7-2 3.1 0 5.3 2.8 3.8 5.8C19.5 15.7 12 21 12 21z"/></svg>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="rating-line">
178
+ <div class="badge">4.7</div>
179
+ <div class="muted">Disappointing • 874 reviews</div>
180
+ </div>
181
+
182
+ <div class="loc-line">
183
+ <span class="pin">
184
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 4.1 6 12 6 12s6-7.9 6-12c0-3.3-2.7-6-6-6zm0 9.5c-1.9 0-3.5-1.6-3.5-3.5S10.1 4.5 12 4.5 15.5 6.1 15.5 8 13.9 11.5 12 11.5z"/></svg>
185
+ </span>
186
+ <span>Reinickendorf • 4 miles from center</span>
187
+ </div>
188
+
189
+ <div class="small">Bed in dorm: 1 bed</div>
190
+
191
+ <div class="price-row">Price for 4 nights, 1 adult</div>
192
+ <div class="price">€ 72</div>
193
+ <div class="inc">Includes taxes and fees</div>
194
+
195
+ <div class="red-note" style="margin-top:10px;">Only 3 left at this price on Booking.com</div>
196
+
197
+ <div class="small" style="margin-top:12px;">
198
+ <span class="check"><svg viewBox="0 0 24 24"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg></span>
199
+ <span class="green">Free cancellation</span>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <!-- Park Plaza Berlin Kudamm card -->
205
+ <div class="card">
206
+ <div class="thumb" style="height:380px;">[IMG: Bright hotel room]</div>
207
+ <div class="info">
208
+ <div class="title-row">
209
+ <div class="title">Park Plaza Berlin Kudamm</div>
210
+ <div class="heart">
211
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7.5-5.3-9.5-9.2C1 8.8 3.2 6 6.3 6c1.8 0 3 .9 3.7 2 0.7-1.1 1.9-2 3.7-2 3.1 0 5.3 2.8 3.8 5.8C19.5 15.7 12 21 12 21z"/></svg>
212
+ </div>
213
+ </div>
214
+
215
+ <div class="rating-line" style="margin-top:6px;">
216
+ <div class="stars">★★★★★</div>
217
+ <div class="genius">Genius</div>
218
+ </div>
219
+
220
+ <div class="rating-line" style="margin-top:10px;">
221
+ <div class="badge">7.8</div>
222
+ <div class="muted">Good • 4462 reviews</div>
223
+ </div>
224
+
225
+ <div class="loc-line">
226
+ <span class="pin">
227
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 4.1 6 12 6 12s6-7.9 6-12c0-3.3-2.7-6-6-6zm0 9.5c-1.9 0-3.5-1.6-3.5-3.5S10.1 4.5 12 4.5 15.5 6.1 15.5 8 13.9 11.5 12 11.5z"/></svg>
228
+ </span>
229
+ <span>Charlottenburg‑Wilmersdorf • 2.2 miles from center</span>
230
+ </div>
231
+
232
+ <div class="leafs">🍃 🍃 🍃 Travel Sustainable</div>
233
+
234
+ <div class="green-pill">Mobile-only price</div>
235
+
236
+ <div class="small" style="margin-top:10px;">Hotel room: 2 beds</div>
237
+
238
+ <div class="price-row" style="margin-top:14px;">Price for 4 nights, 1 adult</div>
239
+ <div style="display:flex; align-items:flex-end; gap:18px;">
240
+ <div class="strike" style="font-size:46px;">€ 716</div>
241
+ <div class="price">€ 580</div>
242
+ </div>
243
+ <div class="inc">+€ 29 taxes and charges</div>
244
+
245
+ <div class="small" style="margin-top:12px;">
246
+ <span class="check"><svg viewBox="0 0 24 24"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg></span>
247
+ <span class="green">Free cancellation</span>
248
+ </div>
249
+ <div class="small" style="margin-top:8px;">
250
+ <span class="check"><svg viewBox="0 0 24 24"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg></span>
251
+ <span class="green">No prepayment needed</span>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Next card (preview) -->
257
+ <div class="card" style="padding-bottom:60px;">
258
+ <div class="thumb" style="height:320px;">[IMG: Modern hotel room]</div>
259
+ <div class="info">
260
+ <div class="title-row">
261
+ <div class="title">Park Plaza Berlin</div>
262
+ <div class="heart">
263
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7.5-5.3-9.5-9.2C1 8.8 3.2 6 6.3 6c1.8 0 3 .9 3.7 2 0.7-1.1 1.9-2 3.7-2 3.1 0 5.3 2.8 3.8 5.8C19.5 15.7 12 21 12 21z"/></svg>
264
+ </div>
265
+ </div>
266
+ <div class="rating-line" style="margin-top:10px;">
267
+ <div class="badge">7.8</div>
268
+ <div class="muted">Good • 5310 reviews</div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+
273
+ </div>
274
+ </div>
275
+
276
+ </div>
277
+ </body>
278
+ </html>
code/11699/11699_4.html ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Booking UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ color: #0B1B3F;
15
+ }
16
+
17
+ /* Top blue header area */
18
+ .header {
19
+ position: relative;
20
+ width: 100%;
21
+ height: 980px;
22
+ background: #003580;
23
+ color: #fff;
24
+ }
25
+
26
+ .status-bar {
27
+ height: 70px;
28
+ padding: 20px 36px 0 36px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ font-size: 28px;
33
+ color: #e6eefc;
34
+ }
35
+ .status-left { display: flex; gap: 18px; align-items: center; }
36
+ .status-right { display: flex; gap: 16px; align-items: center; }
37
+ .dot { width: 12px; height: 12px; background: #e6eefc; border-radius: 50%; display: inline-block; }
38
+
39
+ .top-bar {
40
+ padding: 22px 36px 0 36px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ }
45
+ .logo {
46
+ font-weight: 800;
47
+ font-size: 56px;
48
+ letter-spacing: 0.5px;
49
+ }
50
+ .logo span { color: #87b6ff; }
51
+
52
+ .icon-btns { display: flex; gap: 28px; align-items: center; position: relative; }
53
+ .icon {
54
+ width: 50px; height: 50px;
55
+ display: inline-flex; align-items: center; justify-content: center;
56
+ }
57
+ .badge {
58
+ position: absolute;
59
+ right: 0;
60
+ top: -4px;
61
+ background: #e53935;
62
+ color: #fff;
63
+ border-radius: 18px;
64
+ padding: 2px 10px;
65
+ font-size: 22px;
66
+ font-weight: 700;
67
+ }
68
+
69
+ .nav-row {
70
+ margin: 32px 36px 0 36px;
71
+ display: flex;
72
+ gap: 34px;
73
+ align-items: center;
74
+ }
75
+ .chip {
76
+ display: flex; align-items: center; gap: 16px;
77
+ padding: 18px 28px;
78
+ border-radius: 60px;
79
+ color: #d5e6ff;
80
+ font-size: 34px;
81
+ border: 2px solid transparent;
82
+ }
83
+ .chip svg { fill: #d5e6ff; }
84
+ .chip.active {
85
+ background: rgba(255,255,255,0.1);
86
+ border-color: rgba(255,255,255,0.25);
87
+ }
88
+
89
+ /* Search Card */
90
+ .search-card {
91
+ margin: 36px;
92
+ background: transparent;
93
+ }
94
+ .search-box {
95
+ border: 6px solid #f5b73b;
96
+ border-radius: 20px;
97
+ overflow: hidden;
98
+ background: #ffffff;
99
+ }
100
+ .field {
101
+ display: flex;
102
+ align-items: center;
103
+ gap: 26px;
104
+ padding: 34px 28px;
105
+ border-bottom: 2px solid #efefef;
106
+ color: #222;
107
+ font-size: 40px;
108
+ }
109
+ .field:last-child { border-bottom: none; }
110
+ .field svg { width: 48px; height: 48px; fill: #003580; }
111
+ .search-btn {
112
+ margin-top: 22px;
113
+ width: 100%;
114
+ background: #2a6bf6;
115
+ color: #fff;
116
+ padding: 32px 0;
117
+ border-radius: 14px;
118
+ text-align: center;
119
+ font-size: 44px;
120
+ font-weight: 700;
121
+ box-shadow: 0 6px 0 rgba(0,0,0,0.1) inset;
122
+ }
123
+
124
+ /* White content area */
125
+ .content {
126
+ position: absolute;
127
+ left: 0; right: 0;
128
+ top: 980px;
129
+ bottom: 0;
130
+ background: #ffffff;
131
+ border-top-left-radius: 26px;
132
+ border-top-right-radius: 26px;
133
+ padding: 36px;
134
+ }
135
+
136
+ .section-title {
137
+ font-size: 64px;
138
+ line-height: 1.1;
139
+ font-weight: 800;
140
+ color: #222;
141
+ margin-top: 8px;
142
+ margin-bottom: 36px;
143
+ }
144
+
145
+ .cards {
146
+ display: grid;
147
+ grid-template-columns: 1fr 1fr;
148
+ gap: 28px;
149
+ }
150
+ .card {
151
+ border-radius: 22px;
152
+ padding: 30px;
153
+ border: 2px solid #e6e6e6;
154
+ background: #fff;
155
+ }
156
+ .card.blue {
157
+ background: #0c3ca6;
158
+ color: #fff;
159
+ border-color: #0c3ca6;
160
+ }
161
+ .card .title { font-size: 48px; font-weight: 800; margin-bottom: 10px; }
162
+ .card .sub { font-size: 36px; color: #e6e6e6; }
163
+ .card.blue .title { color: #fff; }
164
+ .card.blue .sub { color: #cfe0ff; }
165
+ .card .body { font-size: 34px; color: #333; margin-top: 12px; line-height: 1.3; }
166
+ .card.blue .body { color: #e6efff; }
167
+
168
+ .continue {
169
+ margin-top: 44px;
170
+ font-size: 56px;
171
+ font-weight: 800;
172
+ color: #222;
173
+ }
174
+
175
+ .recent {
176
+ margin-top: 22px;
177
+ border-radius: 26px;
178
+ background: #fff;
179
+ border: 2px solid #e6e6e6;
180
+ display: flex;
181
+ align-items: center;
182
+ padding: 24px;
183
+ gap: 26px;
184
+ }
185
+ .thumb {
186
+ width: 150px; height: 150px;
187
+ background: #E0E0E0;
188
+ border: 1px solid #BDBDBD;
189
+ border-radius: 12px;
190
+ display: flex; align-items: center; justify-content: center;
191
+ color: #757575; font-size: 28px; text-align: center;
192
+ }
193
+ .recent .r-title { font-size: 48px; font-weight: 800; color: #111; }
194
+ .recent .r-sub { font-size: 36px; color: #555; margin-top: 6px; }
195
+
196
+ /* Bottom tab bar */
197
+ .tabbar {
198
+ position: absolute;
199
+ left: 0; right: 0; bottom: 0;
200
+ height: 150px;
201
+ border-top: 2px solid #e5e5e5;
202
+ background: #ffffff;
203
+ display: flex; align-items: center; justify-content: space-around;
204
+ }
205
+ .tab {
206
+ display: flex; flex-direction: column; align-items: center; gap: 8px;
207
+ font-size: 30px; color: #555;
208
+ }
209
+ .tab.active { color: #2a6bf6; }
210
+ .tab svg { width: 54px; height: 54px; }
211
+ </style>
212
+ </head>
213
+ <body>
214
+ <div id="render-target">
215
+
216
+ <div class="header">
217
+ <!-- Status bar -->
218
+ <div class="status-bar">
219
+ <div class="status-left">
220
+ <span style="font-weight:700;">9:06</span>
221
+ <span class="dot"></span>
222
+ <span class="dot"></span>
223
+ </div>
224
+ <div class="status-right">
225
+ <span class="dot"></span>
226
+ <span class="dot"></span>
227
+ <span class="dot"></span>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Top bar with logo and actions -->
232
+ <div class="top-bar">
233
+ <div class="logo"><span>Booking.com</span></div>
234
+ <div class="icon-btns">
235
+ <div class="icon" aria-label="chat">
236
+ <svg viewBox="0 0 24 24">
237
+ <path fill="#ffffff" d="M4 4h16v11H7l-3 3V4z"/>
238
+ </svg>
239
+ </div>
240
+ <div class="icon" aria-label="bell" style="position:relative;">
241
+ <svg viewBox="0 0 24 24">
242
+ <path fill="#ffffff" d="M12 22a2 2 0 0 0 2-2H10a2 2 0 0 0 2 2zm6-6V11a6 6 0 1 0-12 0v5l-2 2h16l-2-2z"/>
243
+ </svg>
244
+ <div class="badge">2</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Navigation chips -->
250
+ <div class="nav-row">
251
+ <div class="chip active">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M4 10l8-6 8 6v8H4v-8zm5 8v-6h6v6H9z"/>
254
+ </svg>
255
+ <div>Stays</div>
256
+ </div>
257
+ <div class="chip">
258
+ <svg viewBox="0 0 24 24">
259
+ <path d="M2 16l20-6-6 6-6 2-2 2-1-4-5 0z"/>
260
+ </svg>
261
+ <div>Flights</div>
262
+ </div>
263
+ <div class="chip">
264
+ <svg viewBox="0 0 24 24">
265
+ <path d="M5 11h14l-2-4h-3l-1-2H9l-1 2H5l-2 4h2zm-1 2a2 2 0 1 0 0 4h1v-2h12v2h1a2 2 0 1 0 0-4H4z"/>
266
+ </svg>
267
+ <div>Car rental</div>
268
+ </div>
269
+ <div class="chip">
270
+ <svg viewBox="0 0 24 24">
271
+ <path d="M3 15h18v2H3zM4 11h16v3H4zM7 7h10v3H7z"/>
272
+ </svg>
273
+ <div>TAXI</div>
274
+ </div>
275
+ </div>
276
+
277
+ <!-- Search Card -->
278
+ <div class="search-card">
279
+ <div class="search-box">
280
+ <div class="field">
281
+ <svg viewBox="0 0 24 24">
282
+ <path d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79L20 21.5 21.5 20l-6-6zM6.5 11a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0z"/>
283
+ </svg>
284
+ <div>Berlin</div>
285
+ </div>
286
+ <div class="field">
287
+ <svg viewBox="0 0 24 24">
288
+ <path d="M19 4H5a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 14H5V8h14v10zM7 2h2v3H7V2zm8 0h2v3h-2V2z"/>
289
+ </svg>
290
+ <div>Wed, Oct 18 - Sun, Oct 22</div>
291
+ </div>
292
+ <div class="field">
293
+ <svg viewBox="0 0 24 24">
294
+ <path d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm-8 9a8 8 0 1 1 16 0H4z"/>
295
+ </svg>
296
+ <div>1 room · 1 adult · 0 children</div>
297
+ </div>
298
+ </div>
299
+ <div class="search-btn">Search</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- White content area below header -->
304
+ <div class="content">
305
+ <div class="section-title">Travel more, spend less</div>
306
+
307
+ <div class="cards">
308
+ <div class="card blue">
309
+ <div class="title">Genius</div>
310
+ <div class="body">Larson, you're at Genius Level 1 in our loyalty program</div>
311
+ </div>
312
+ <div class="card">
313
+ <div class="title">15% discounts on stays</div>
314
+ <div class="body">Enjoy discounts at participating properties worldwide</div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="continue">Continue your search</div>
319
+ <div class="recent">
320
+ <div class="thumb">[IMG: Berlin Street]</div>
321
+ <div>
322
+ <div class="r-title">Berlin</div>
323
+ <div class="r-sub">18 - 22 Oct, 1 adult</div>
324
+ </div>
325
+ </div>
326
+ </div>
327
+
328
+ <!-- Bottom navigation bar -->
329
+ <div class="tabbar">
330
+ <div class="tab active">
331
+ <svg viewBox="0 0 24 24">
332
+ <path fill="#2a6bf6" d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1 0 14 15.5l.27.28v.79L20 21.5 21.5 20l-6-6zM6.5 11a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0z"/>
333
+ </svg>
334
+ <div>Search</div>
335
+ </div>
336
+ <div class="tab">
337
+ <svg viewBox="0 0 24 24">
338
+ <path fill="#777" d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5A4.5 4.5 0 0 1 6.5 4c1.74 0 3.41.81 4.5 2.09A6.01 6.01 0 0 1 18 4a4.5 4.5 0 0 1 4.5 4.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>
339
+ </svg>
340
+ <div>Saved</div>
341
+ </div>
342
+ <div class="tab">
343
+ <svg viewBox="0 0 24 24">
344
+ <path fill="#777" d="M6 7h12l2 5v8H4v-8l2-5zm3 0V5h6v2H9z"/>
345
+ </svg>
346
+ <div>Bookings</div>
347
+ </div>
348
+ <div class="tab">
349
+ <svg viewBox="0 0 24 24">
350
+ <circle cx="12" cy="8" r="4" fill="#777"></circle>
351
+ <path d="M4 20a8 8 0 0 1 16 0" fill="#777"></path>
352
+ </svg>
353
+ <div>Profile</div>
354
+ </div>
355
+ </div>
356
+
357
+ </div>
358
+ </body>
359
+ </html>
code/11699/11699_5.html ADDED
@@ -0,0 +1,469 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Profile UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ overflow: hidden;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Top blue header */
16
+ .header {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 780px;
22
+ background: #0A4DB7;
23
+ color: #fff;
24
+ }
25
+ .status-bar {
26
+ position: absolute;
27
+ top: 16px;
28
+ left: 24px;
29
+ right: 24px;
30
+ height: 80px;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #fff;
35
+ font-weight: 600;
36
+ font-size: 42px;
37
+ }
38
+ .status-left { display: flex; align-items: center; gap: 18px; }
39
+ .status-right { display: flex; align-items: center; gap: 26px; }
40
+ .sb-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 3; }
41
+
42
+ .help-btn {
43
+ position: absolute;
44
+ top: 140px;
45
+ right: 36px;
46
+ width: 84px;
47
+ height: 84px;
48
+ border-radius: 50%;
49
+ border: 3px solid rgba(255,255,255,0.8);
50
+ color: #fff;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ font-weight: 700;
55
+ font-size: 44px;
56
+ opacity: 0.95;
57
+ }
58
+
59
+ .avatar {
60
+ position: absolute;
61
+ top: 200px;
62
+ left: 50%;
63
+ transform: translateX(-50%);
64
+ width: 210px;
65
+ height: 210px;
66
+ border-radius: 50%;
67
+ background: #0DB4A2;
68
+ border: 8px solid #FFB640;
69
+ display: flex;
70
+ align-items: center;
71
+ justify-content: center;
72
+ font-size: 110px;
73
+ font-weight: 800;
74
+ color: #fff;
75
+ }
76
+ .name {
77
+ position: absolute;
78
+ top: 430px;
79
+ width: 100%;
80
+ text-align: center;
81
+ font-size: 64px;
82
+ font-weight: 800;
83
+ letter-spacing: 0.5px;
84
+ }
85
+ .subtitle {
86
+ position: absolute;
87
+ top: 520px;
88
+ width: 100%;
89
+ text-align: center;
90
+ font-size: 40px;
91
+ color: #FFC500;
92
+ font-weight: 700;
93
+ }
94
+
95
+ /* Card */
96
+ .card {
97
+ position: absolute;
98
+ top: 650px;
99
+ left: 30px;
100
+ width: 1020px;
101
+ background: #fff;
102
+ border-radius: 24px;
103
+ box-shadow: 0 8px 24px rgba(0,0,0,0.12);
104
+ overflow: hidden;
105
+ }
106
+ .card-body {
107
+ padding: 34px 34px 24px 34px;
108
+ color: #1b1b1b;
109
+ }
110
+ .card-title {
111
+ font-size: 46px;
112
+ font-weight: 800;
113
+ margin-bottom: 16px;
114
+ }
115
+ .card-desc {
116
+ font-size: 38px;
117
+ line-height: 1.35;
118
+ color: #3a3a3a;
119
+ }
120
+ .card-desc strong { color: #000; font-weight: 800; }
121
+ .progress {
122
+ margin: 40px 0 14px 0;
123
+ position: relative;
124
+ height: 64px;
125
+ }
126
+ .progress-track {
127
+ position: absolute;
128
+ top: 18px;
129
+ left: 110px;
130
+ right: 110px;
131
+ height: 28px;
132
+ background: #e9edf2;
133
+ border-radius: 20px;
134
+ }
135
+ .dot {
136
+ position: absolute;
137
+ top: 6px;
138
+ width: 12px;
139
+ height: 12px;
140
+ background: #b8c0cc;
141
+ border-radius: 50%;
142
+ }
143
+ .dot.d1 { left: 180px; }
144
+ .dot.d2 { left: 320px; }
145
+ .dot.d3 { left: 460px; }
146
+ .dot.d4 { left: 600px; }
147
+ .dot.d5 { left: 740px; }
148
+ .mini-avatar {
149
+ position: absolute;
150
+ top: 0;
151
+ left: 30px;
152
+ width: 70px;
153
+ height: 70px;
154
+ border-radius: 50%;
155
+ background: #09A59A;
156
+ border: 6px solid #F2B45E;
157
+ color: #fff;
158
+ font-weight: 800;
159
+ font-size: 38px;
160
+ display: flex;
161
+ align-items: center;
162
+ justify-content: center;
163
+ }
164
+ .lock {
165
+ position: absolute;
166
+ top: -6px;
167
+ right: 24px;
168
+ width: 80px;
169
+ height: 80px;
170
+ border-radius: 50%;
171
+ background: #f0f2f6;
172
+ border: 2px solid #cfd6df;
173
+ display: flex;
174
+ align-items: center;
175
+ justify-content: center;
176
+ }
177
+ .lock svg { width: 40px; height: 40px; fill: none; stroke: #808a9a; stroke-width: 3; }
178
+
179
+ .levels {
180
+ display: flex;
181
+ justify-content: space-between;
182
+ padding: 6px 24px 12px 24px;
183
+ font-size: 40px;
184
+ font-weight: 700;
185
+ color: #293041;
186
+ }
187
+
188
+ .card-footer {
189
+ background: #f6f7fa;
190
+ border-top: 1px solid #e5e7ed;
191
+ padding: 28px 32px;
192
+ display: flex;
193
+ align-items: center;
194
+ justify-content: space-between;
195
+ font-size: 36px;
196
+ color: #39424e;
197
+ }
198
+ .genius-badge {
199
+ padding: 10px 18px;
200
+ background: #0A4DB7;
201
+ color: #fff;
202
+ border-radius: 14px;
203
+ font-weight: 800;
204
+ letter-spacing: 0.5px;
205
+ }
206
+
207
+ /* List section */
208
+ .list {
209
+ position: absolute;
210
+ top: 1490px;
211
+ left: 0;
212
+ width: 1080px;
213
+ background: #fff;
214
+ }
215
+ .item {
216
+ display: flex;
217
+ align-items: center;
218
+ padding: 34px 40px;
219
+ border-bottom: 1px solid #e6e6e6;
220
+ font-size: 44px;
221
+ color: #222;
222
+ }
223
+ .item .icon {
224
+ width: 70px;
225
+ height: 70px;
226
+ margin-right: 28px;
227
+ }
228
+ .item .icon svg {
229
+ width: 70px; height: 70px; stroke: #1c1c1c; stroke-width: 3; fill: none;
230
+ }
231
+ .section-title {
232
+ font-size: 46px;
233
+ font-weight: 800;
234
+ color: #222;
235
+ padding: 34px 40px 10px 40px;
236
+ }
237
+
238
+ /* Bottom nav */
239
+ .bottom-nav {
240
+ position: absolute;
241
+ bottom: 0;
242
+ left: 0;
243
+ width: 1080px;
244
+ height: 190px;
245
+ border-top: 1px solid #e0e0e0;
246
+ background: #fff;
247
+ display: grid;
248
+ grid-template-columns: repeat(4, 1fr);
249
+ align-items: center;
250
+ justify-items: center;
251
+ }
252
+ .nav-item { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #606a76; font-size: 34px; }
253
+ .nav-item .nav-icon svg { width: 68px; height: 68px; stroke: #606a76; stroke-width: 3; fill: none; }
254
+ .nav-item.active { color: #0A4DB7; }
255
+ .profile-avatar {
256
+ width: 82px; height: 82px; border-radius: 50%;
257
+ background: #0DB4A2; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 44px;
258
+ border: 6px solid #F8D27A;
259
+ }
260
+ </style>
261
+ </head>
262
+ <body>
263
+ <div id="render-target">
264
+
265
+ <!-- Blue header -->
266
+ <div class="header">
267
+ <div class="status-bar">
268
+ <div class="status-left">
269
+ <div>9:07</div>
270
+ <div class="sb-icon">
271
+ <!-- Sun -->
272
+ <svg viewBox="0 0 24 24">
273
+ <circle cx="12" cy="12" r="4"></circle>
274
+ <line x1="12" y1="1" x2="12" y2="5"></line>
275
+ <line x1="12" y1="19" x2="12" y2="23"></line>
276
+ <line x1="1" y1="12" x2="5" y2="12"></line>
277
+ <line x1="19" y1="12" x2="23" y2="12"></line>
278
+ <line x1="4" y1="4" x2="6" y2="6"></line>
279
+ <line x1="18" y1="18" x2="20" y2="20"></line>
280
+ <line x1="18" y1="6" x2="20" y2="4"></line>
281
+ <line x1="4" y1="20" x2="6" y2="18"></line>
282
+ </svg>
283
+ </div>
284
+ <div class="sb-icon">
285
+ <!-- Cloud -->
286
+ <svg viewBox="0 0 24 24">
287
+ <path d="M7 16h10a4 4 0 0 0 0-8 5.5 5.5 0 0 0-10.5 1A3.5 3.5 0 0 0 7 16z"></path>
288
+ </svg>
289
+ </div>
290
+ </div>
291
+ <div class="status-right">
292
+ <div class="sb-icon">
293
+ <!-- WiFi -->
294
+ <svg viewBox="0 0 24 24">
295
+ <path d="M2 9a14 14 0 0 1 20 0"></path>
296
+ <path d="M5 12a10 10 0 0 1 14 0"></path>
297
+ <path d="M8 15a6 6 0 0 1 8 0"></path>
298
+ <circle cx="12" cy="18" r="1.8"></circle>
299
+ </svg>
300
+ </div>
301
+ <div class="sb-icon">
302
+ <!-- Battery -->
303
+ <svg viewBox="0 0 28 24">
304
+ <rect x="1" y="6" width="22" height="12" rx="2"></rect>
305
+ <rect x="23" y="9" width="4" height="6" rx="1"></rect>
306
+ <rect x="3" y="8" width="14" height="8" rx="1" fill="#fff" stroke="none"></rect>
307
+ </svg>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="help-btn">?</div>
313
+ <div class="avatar">N</div>
314
+ <div class="name">Larson Natalie</div>
315
+ <div class="subtitle">Genius Level 1</div>
316
+ </div>
317
+
318
+ <!-- Card -->
319
+ <div class="card">
320
+ <div class="card-body">
321
+ <div class="card-title">Larson, you're at Genius Level 1</div>
322
+ <div class="card-desc">
323
+ Complete <strong>5 stays</strong> before 12 October 2025 to unlock <strong>Genius Level 2</strong> travel rewards.
324
+ </div>
325
+
326
+ <div class="progress">
327
+ <div class="mini-avatar">N</div>
328
+ <div class="progress-track"></div>
329
+ <div class="dot d1"></div>
330
+ <div class="dot d2"></div>
331
+ <div class="dot d3"></div>
332
+ <div class="dot d4"></div>
333
+ <div class="dot d5"></div>
334
+ <div class="lock">
335
+ <svg viewBox="0 0 24 24">
336
+ <rect x="6" y="11" width="12" height="10" rx="2"></rect>
337
+ <path d="M8 11V8a4 4 0 0 1 8 0v3"></path>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+
342
+ <div class="levels">
343
+ <div>Level 1</div>
344
+ <div>Level 2</div>
345
+ </div>
346
+ </div>
347
+ <div class="card-footer">
348
+ <div>Booking.com's loyalty program</div>
349
+ <div class="genius-badge">Genius</div>
350
+ </div>
351
+ </div>
352
+
353
+ <!-- List items -->
354
+ <div class="list">
355
+ <div class="item">
356
+ <div class="icon">
357
+ <!-- User icon -->
358
+ <svg viewBox="0 0 24 24">
359
+ <circle cx="12" cy="8" r="4"></circle>
360
+ <path d="M4 20c2.2-4 13.8-4 16 0" />
361
+ </svg>
362
+ </div>
363
+ <div>Manage your account</div>
364
+ </div>
365
+
366
+ <div class="item">
367
+ <div class="icon">
368
+ <!-- Wallet icon -->
369
+ <svg viewBox="0 0 24 24">
370
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
371
+ <path d="M15 12h6v4h-6z"></path>
372
+ </svg>
373
+ </div>
374
+ <div>Rewards &amp; Wallet</div>
375
+ </div>
376
+
377
+ <div class="item">
378
+ <div class="icon">
379
+ <!-- G icon simplified -->
380
+ <svg viewBox="0 0 24 24">
381
+ <circle cx="12" cy="12" r="9"></circle>
382
+ <path d="M12 12h6" />
383
+ </svg>
384
+ </div>
385
+ <div>Genius loyalty program</div>
386
+ </div>
387
+
388
+ <div class="item">
389
+ <div class="icon">
390
+ <!-- Sparkle/Stars icon -->
391
+ <svg viewBox="0 0 24 24">
392
+ <path d="M5 12l2-6 2 6-2 6z"></path>
393
+ <circle cx="16" cy="8" r="2"></circle>
394
+ <circle cx="18" cy="16" r="1.6"></circle>
395
+ </svg>
396
+ </div>
397
+ <div>Reviews</div>
398
+ </div>
399
+
400
+ <div class="item">
401
+ <div class="icon">
402
+ <!-- Document icon -->
403
+ <svg viewBox="0 0 24 24">
404
+ <rect x="5" y="3" width="14" height="18" rx="2"></rect>
405
+ <line x1="8" y1="8" x2="16" y2="8"></line>
406
+ <line x1="8" y1="12" x2="16" y2="12"></line>
407
+ <line x1="8" y1="16" x2="14" y2="16"></line>
408
+ </svg>
409
+ </div>
410
+ <div>Questions to properties</div>
411
+ </div>
412
+
413
+ <div class="section-title">Help and support</div>
414
+
415
+ <div class="item" style="border-bottom: none;">
416
+ <div class="icon">
417
+ <!-- Help icon -->
418
+ <svg viewBox="0 0 24 24">
419
+ <circle cx="12" cy="12" r="10"></circle>
420
+ <path d="M9 9a3 3 0 0 1 6 0c0 2-3 2-3 4"></path>
421
+ <circle cx="12" cy="17" r="1.2"></circle>
422
+ </svg>
423
+ </div>
424
+ <div>Contact Customer Service</div>
425
+ </div>
426
+ </div>
427
+
428
+ <!-- Bottom Navigation -->
429
+ <div class="bottom-nav">
430
+ <div class="nav-item">
431
+ <div class="nav-icon">
432
+ <!-- Search -->
433
+ <svg viewBox="0 0 24 24">
434
+ <circle cx="10" cy="10" r="6"></circle>
435
+ <line x1="15" y1="15" x2="22" y2="22"></line>
436
+ </svg>
437
+ </div>
438
+ <div>Search</div>
439
+ </div>
440
+ <div class="nav-item">
441
+ <div class="nav-icon">
442
+ <!-- Heart -->
443
+ <svg viewBox="0 0 24 24">
444
+ <path d="M12 21s-7-5-9-9a5 5 0 0 1 8-5 5 5 0 0 1 8 5c-2 4-9 9-9 9z"></path>
445
+ </svg>
446
+ </div>
447
+ <div>Saved</div>
448
+ </div>
449
+ <div class="nav-item">
450
+ <div class="nav-icon">
451
+ <!-- Suitcase -->
452
+ <svg viewBox="0 0 24 24">
453
+ <rect x="4" y="7" width="16" height="12" rx="2"></rect>
454
+ <rect x="9" y="3" width="6" height="4" rx="1"></rect>
455
+ <line x1="8" y1="13" x2="8" y2="17"></line>
456
+ <line x1="16" y1="13" x2="16" y2="17"></line>
457
+ </svg>
458
+ </div>
459
+ <div>Bookings</div>
460
+ </div>
461
+ <div class="nav-item active">
462
+ <div class="profile-avatar">N</div>
463
+ <div>Profile</div>
464
+ </div>
465
+ </div>
466
+
467
+ </div>
468
+ </body>
469
+ </html>
code/11699/11699_6.html ADDED
@@ -0,0 +1,349 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Help Center UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
15
+ }
16
+
17
+ /* Top bars */
18
+ .topbar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 220px;
24
+ background: #113a88; /* deep blue */
25
+ color: #fff;
26
+ }
27
+ .status-bar {
28
+ height: 90px;
29
+ display: flex;
30
+ align-items: center;
31
+ justify-content: space-between;
32
+ padding: 0 32px;
33
+ font-size: 34px;
34
+ opacity: 0.95;
35
+ }
36
+ .status-icons {
37
+ display: flex;
38
+ gap: 28px;
39
+ align-items: center;
40
+ }
41
+ .app-bar {
42
+ height: 130px;
43
+ display: flex;
44
+ align-items: center;
45
+ padding: 0 24px;
46
+ }
47
+ .back-btn {
48
+ width: 96px;
49
+ height: 96px;
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: center;
53
+ margin-right: 20px;
54
+ }
55
+ .app-title {
56
+ font-size: 54px;
57
+ font-weight: 700;
58
+ color: #fff;
59
+ }
60
+
61
+ /* Content area */
62
+ .content {
63
+ position: absolute;
64
+ top: 220px;
65
+ left: 0;
66
+ right: 0;
67
+ bottom: 0;
68
+ overflow: hidden;
69
+ background: #fff;
70
+ }
71
+ .section {
72
+ padding: 40px 40px 0 40px;
73
+ }
74
+ h1 {
75
+ margin: 0 0 20px 0;
76
+ font-size: 64px;
77
+ letter-spacing: -0.5px;
78
+ color: #2a2a2a;
79
+ }
80
+ .subtext {
81
+ font-size: 36px;
82
+ color: #666;
83
+ margin-bottom: 40px;
84
+ }
85
+ .primary-btn {
86
+ display: inline-flex;
87
+ align-items: center;
88
+ justify-content: center;
89
+ background: #2667c9;
90
+ color: #fff;
91
+ font-size: 40px;
92
+ font-weight: 700;
93
+ border-radius: 14px;
94
+ width: 740px;
95
+ height: 120px;
96
+ }
97
+ .divider {
98
+ height: 18px;
99
+ background: #eee;
100
+ margin-top: 40px;
101
+ }
102
+
103
+ /* FAQ header and tabs */
104
+ .faq-header {
105
+ font-size: 44px;
106
+ font-weight: 700;
107
+ color: #2a2a2a;
108
+ padding: 34px 40px 10px 40px;
109
+ }
110
+ .tabs {
111
+ display: flex;
112
+ padding: 10px 0 0 0;
113
+ border-bottom: 1px solid #e6e6e6;
114
+ margin: 0 0 0 0;
115
+ }
116
+ .tab {
117
+ width: 20%;
118
+ text-align: center;
119
+ padding: 32px 0 26px 0;
120
+ color: #333;
121
+ }
122
+ .tab-icon {
123
+ display: block;
124
+ margin: 0 auto 22px auto;
125
+ width: 72px;
126
+ height: 72px;
127
+ }
128
+ .tab-label {
129
+ font-size: 32px;
130
+ }
131
+ .tab.active {
132
+ border-bottom: 8px solid #2667c9;
133
+ color: #2667c9;
134
+ font-weight: 700;
135
+ }
136
+
137
+ /* List items */
138
+ .list {
139
+ padding: 0 0 0 0;
140
+ }
141
+ .list-item {
142
+ display: flex;
143
+ align-items: center;
144
+ justify-content: space-between;
145
+ padding: 40px;
146
+ border-bottom: 1px solid #e8e8e8;
147
+ }
148
+ .list-title {
149
+ font-size: 40px;
150
+ color: #1f1f1f;
151
+ }
152
+ .chevron {
153
+ width: 36px; height: 36px;
154
+ }
155
+
156
+ /* Bottom pill (gesture bar) */
157
+ .gesture-bar {
158
+ position: absolute;
159
+ bottom: 26px;
160
+ left: 0;
161
+ width: 100%;
162
+ height: 80px;
163
+ background: #000;
164
+ display: flex;
165
+ align-items: center;
166
+ justify-content: center;
167
+ }
168
+ .gesture-pill {
169
+ width: 480px;
170
+ height: 12px;
171
+ border-radius: 8px;
172
+ background: #cfcfcf;
173
+ }
174
+
175
+ /* Simple utility for tiny icon placeholders in status bar */
176
+ .dot-icon {
177
+ width: 34px; height: 34px; background: #fff; border-radius: 50%;
178
+ opacity: 0.9;
179
+ }
180
+ </style>
181
+ </head>
182
+ <body>
183
+ <div id="render-target">
184
+
185
+ <!-- Top Blue Bars -->
186
+ <div class="topbar">
187
+ <div class="status-bar">
188
+ <div>9:08</div>
189
+ <div class="status-icons">
190
+ <!-- simple sun icon -->
191
+ <svg width="40" height="40">
192
+ <circle cx="20" cy="20" r="10" fill="#ffd34d"></circle>
193
+ </svg>
194
+ <!-- cloud icon -->
195
+ <svg width="48" height="40">
196
+ <ellipse cx="18" cy="24" rx="16" ry="12" fill="#e6f0ff"></ellipse>
197
+ <ellipse cx="34" cy="20" rx="14" ry="10" fill="#e6f0ff"></ellipse>
198
+ </svg>
199
+ <!-- wifi icon -->
200
+ <svg width="44" height="40">
201
+ <path d="M4 16 Q22 2 40 16" stroke="#fff" stroke-width="4" fill="none"></path>
202
+ <path d="M10 22 Q22 12 34 22" stroke="#fff" stroke-width="4" fill="none"></path>
203
+ <circle cx="22" cy="30" r="4" fill="#fff"></circle>
204
+ </svg>
205
+ <!-- battery icon -->
206
+ <svg width="46" height="40">
207
+ <rect x="2" y="8" width="36" height="24" stroke="#fff" stroke-width="3" fill="none" rx="4"></rect>
208
+ <rect x="40" y="14" width="4" height="12" fill="#fff"></rect>
209
+ <rect x="6" y="12" width="26" height="16" fill="#fff"></rect>
210
+ </svg>
211
+ </div>
212
+ </div>
213
+
214
+ <div class="app-bar">
215
+ <div class="back-btn">
216
+ <svg width="50" height="50" viewBox="0 0 24 24">
217
+ <path d="M15 6 L9 12 L15 18" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
218
+ </svg>
219
+ </div>
220
+ <div class="app-title">Help Center</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Content -->
225
+ <div class="content">
226
+ <div class="section">
227
+ <h1>Welcome to the Help Center</h1>
228
+ <div class="subtext">We're available 24 hours a day</div>
229
+ <div class="primary-btn">Get help with a booking</div>
230
+ <div class="divider"></div>
231
+ </div>
232
+
233
+ <div class="faq-header">Frequently asked questions</div>
234
+
235
+ <div class="tabs">
236
+ <!-- Stays (active) -->
237
+ <div class="tab active">
238
+ <svg class="tab-icon" viewBox="0 0 64 64">
239
+ <rect x="8" y="28" width="48" height="10" fill="#2667c9"></rect>
240
+ <rect x="12" y="22" width="20" height="8" fill="#2667c9"></rect>
241
+ <rect x="40" y="22" width="12" height="8" fill="#2667c9"></rect>
242
+ <rect x="8" y="38" width="6" height="10" fill="#2667c9"></rect>
243
+ <rect x="50" y="38" width="6" height="10" fill="#2667c9"></rect>
244
+ </svg>
245
+ <div class="tab-label">Stays</div>
246
+ </div>
247
+ <!-- Car rentals -->
248
+ <div class="tab">
249
+ <svg class="tab-icon" viewBox="0 0 64 64">
250
+ <rect x="12" y="28" width="40" height="12" fill="#666" rx="6"></rect>
251
+ <circle cx="20" cy="44" r="6" fill="#666"></circle>
252
+ <circle cx="44" cy="44" r="6" fill="#666"></circle>
253
+ </svg>
254
+ <div class="tab-label">Car rentals</div>
255
+ </div>
256
+ <!-- Flights -->
257
+ <div class="tab">
258
+ <svg class="tab-icon" viewBox="0 0 64 64">
259
+ <path d="M10 40 L54 24 L50 34 L22 46 Z" fill="#666"></path>
260
+ <rect x="26" y="18" width="12" height="4" fill="#666"></rect>
261
+ </svg>
262
+ <div class="tab-label">Flights</div>
263
+ </div>
264
+ <!-- Airport taxis -->
265
+ <div class="tab">
266
+ <svg class="tab-icon" viewBox="0 0 64 64">
267
+ <rect x="12" y="30" width="40" height="12" fill="#666" rx="4"></rect>
268
+ <text x="16" y="39" font-size="16" fill="#666" font-family="Arial" font-weight="700">TAXI</text>
269
+ </svg>
270
+ <div class="tab-label">Airport taxis</div>
271
+ </div>
272
+ <!-- Insurance -->
273
+ <div class="tab">
274
+ <svg class="tab-icon" viewBox="0 0 64 64">
275
+ <path d="M32 10 L52 18 V36 C52 44 44 52 32 54 C20 52 12 44 12 36 V18 Z" fill="#666"></path>
276
+ <path d="M18 30 L46 24 L42 32 L26 36 Z" fill="#fff"></path>
277
+ </svg>
278
+ <div class="tab-label">Insurance</div>
279
+ </div>
280
+ </div>
281
+
282
+ <!-- List items -->
283
+ <div class="list">
284
+ <div class="list-item">
285
+ <div class="list-title">Coronavirus-related support</div>
286
+ <svg class="chevron" viewBox="0 0 24 24">
287
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
288
+ </svg>
289
+ </div>
290
+
291
+ <div class="list-item">
292
+ <div class="list-title">Cancellations</div>
293
+ <svg class="chevron" viewBox="0 0 24 24">
294
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
295
+ </svg>
296
+ </div>
297
+
298
+ <div class="list-item">
299
+ <div class="list-title">Payment</div>
300
+ <svg class="chevron" viewBox="0 0 24 24">
301
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
302
+ </svg>
303
+ </div>
304
+
305
+ <div class="list-item">
306
+ <div class="list-title">Booking Details</div>
307
+ <svg class="chevron" viewBox="0 0 24 24">
308
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
309
+ </svg>
310
+ </div>
311
+
312
+ <div class="list-item">
313
+ <div class="list-title">Communications</div>
314
+ <svg class="chevron" viewBox="0 0 24 24">
315
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
316
+ </svg>
317
+ </div>
318
+
319
+ <div class="list-item">
320
+ <div class="list-title">Room Types</div>
321
+ <svg class="chevron" viewBox="0 0 24 24">
322
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
323
+ </svg>
324
+ </div>
325
+
326
+ <div class="list-item">
327
+ <div class="list-title">Pricing</div>
328
+ <svg class="chevron" viewBox="0 0 24 24">
329
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
330
+ </svg>
331
+ </div>
332
+
333
+ <div class="list-item">
334
+ <div class="list-title">Credit cards</div>
335
+ <svg class="chevron" viewBox="0 0 24 24">
336
+ <path d="M9 6 L15 12 L9 18" stroke="#888" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
337
+ </svg>
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Bottom gesture bar -->
343
+ <div class="gesture-bar">
344
+ <div class="gesture-pill"></div>
345
+ </div>
346
+
347
+ </div>
348
+ </body>
349
+ </html>
code/11699/11699_7.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>FAQ UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Header */
16
+ .header {
17
+ position: relative;
18
+ width: 100%;
19
+ height: 240px;
20
+ background: #0b3d91; /* deep blue */
21
+ color: #fff;
22
+ }
23
+ .statusbar {
24
+ height: 90px;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 34px;
28
+ font-weight: 600;
29
+ font-size: 34px;
30
+ letter-spacing: 0.5px;
31
+ }
32
+ .status-left {
33
+ display: flex;
34
+ align-items: center;
35
+ gap: 18px;
36
+ color: #ffffff;
37
+ }
38
+ .status-icons {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 12px;
42
+ }
43
+ .dot {
44
+ width: 22px;
45
+ height: 22px;
46
+ border-radius: 50%;
47
+ background: rgba(255,255,255,0.9);
48
+ opacity: 0.8;
49
+ }
50
+ .status-right {
51
+ margin-left: auto;
52
+ display: flex;
53
+ align-items: center;
54
+ gap: 26px;
55
+ }
56
+ .titlebar {
57
+ height: 150px;
58
+ display: flex;
59
+ align-items: center;
60
+ padding: 0 34px;
61
+ }
62
+ .back {
63
+ width: 64px;
64
+ height: 64px;
65
+ margin-right: 16px;
66
+ }
67
+ .page-title {
68
+ font-size: 52px;
69
+ font-weight: 700;
70
+ }
71
+
72
+ /* Content area */
73
+ .content {
74
+ position: absolute;
75
+ top: 240px;
76
+ left: 0;
77
+ right: 0;
78
+ bottom: 0;
79
+ background: #ffffff;
80
+ }
81
+ .section-title {
82
+ margin: 48px 34px 10px 34px;
83
+ font-size: 68px;
84
+ font-weight: 800;
85
+ color: #222;
86
+ }
87
+ .list {
88
+ margin-top: 10px;
89
+ }
90
+ .list-row {
91
+ padding: 40px 34px;
92
+ display: flex;
93
+ align-items: center;
94
+ justify-content: space-between;
95
+ border-top: 1px solid #e7e7e7;
96
+ }
97
+ .list-row:first-child {
98
+ border-top: none;
99
+ }
100
+ .row-text {
101
+ font-size: 42px;
102
+ line-height: 1.3;
103
+ color: #222;
104
+ max-width: 900px;
105
+ }
106
+ .chev {
107
+ width: 40px;
108
+ height: 40px;
109
+ }
110
+
111
+ /* More help section */
112
+ .more-help {
113
+ margin-top: 40px;
114
+ border-top: 12px solid #efefef; /* subtle divider bar like screenshot */
115
+ padding-top: 30px;
116
+ }
117
+ .mh-title {
118
+ font-size: 44px;
119
+ font-weight: 700;
120
+ color: #333;
121
+ margin: 0 34px 20px 34px;
122
+ }
123
+ .link {
124
+ font-size: 44px;
125
+ color: #1967d2;
126
+ margin: 26px 34px;
127
+ font-weight: 700;
128
+ }
129
+
130
+ /* Large light grey area at bottom */
131
+ .filler {
132
+ margin-top: 24px;
133
+ height: 740px;
134
+ background: #f1f1f1;
135
+ border-top: 1px solid #e7e7e7;
136
+ }
137
+
138
+ /* Bottom nav bar + home indicator */
139
+ .bottom-bar {
140
+ position: absolute;
141
+ bottom: 0;
142
+ left: 0;
143
+ width: 100%;
144
+ height: 118px;
145
+ background: #000000;
146
+ display: flex;
147
+ align-items: center;
148
+ justify-content: center;
149
+ }
150
+ .home-indicator {
151
+ width: 480px;
152
+ height: 12px;
153
+ border-radius: 10px;
154
+ background: #bfbfbf;
155
+ opacity: 0.8;
156
+ }
157
+
158
+ /* Simple icon styling */
159
+ svg { display: block; }
160
+ </style>
161
+ </head>
162
+ <body>
163
+ <div id="render-target">
164
+
165
+ <!-- Header -->
166
+ <div class="header">
167
+ <div class="statusbar">
168
+ <div class="status-left">
169
+ <div>9:09</div>
170
+ <div class="status-icons">
171
+ <div class="dot"></div>
172
+ <div class="dot" style="opacity:0.6;"></div>
173
+ <div class="dot" style="opacity:0.4;"></div>
174
+ </div>
175
+ </div>
176
+ <div class="status-right">
177
+ <!-- WiFi icon -->
178
+ <svg width="48" height="32" viewBox="0 0 48 32">
179
+ <path d="M3 10 C14 1 34 1 45 10" stroke="#fff" stroke-width="4" fill="none" opacity="0.8"/>
180
+ <path d="M10 16 C18 10 30 10 38 16" stroke="#fff" stroke-width="4" fill="none" opacity="0.8"/>
181
+ <circle cx="24" cy="22" r="4" fill="#fff"/>
182
+ </svg>
183
+ <!-- Battery icon -->
184
+ <svg width="54" height="28" viewBox="0 0 54 28">
185
+ <rect x="2" y="2" width="44" height="24" rx="4" ry="4" stroke="#fff" stroke-width="4" fill="none"/>
186
+ <rect x="6" y="6" width="36" height="16" fill="#fff"/>
187
+ <rect x="48" y="8" width="6" height="12" rx="2" fill="#fff"/>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="titlebar">
193
+ <div class="back">
194
+ <svg width="64" height="64" viewBox="0 0 64 64">
195
+ <path d="M40 12 L20 32 L40 52" stroke="#ffffff" stroke-width="8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
196
+ </svg>
197
+ </div>
198
+ <div class="page-title">Frequently asked questions</div>
199
+ </div>
200
+ </div>
201
+
202
+ <!-- Content -->
203
+ <div class="content">
204
+ <div class="section-title">Cancellations</div>
205
+
206
+ <div class="list">
207
+ <div class="list-row">
208
+ <div class="row-text">Can I cancel my booking?</div>
209
+ <svg class="chev" viewBox="0 0 40 40">
210
+ <path d="M12 6 L28 20 L12 34" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
211
+ </svg>
212
+ </div>
213
+
214
+ <div class="list-row">
215
+ <div class="row-text">If I need to cancel my booking, will I pay a fee?</div>
216
+ <svg class="chev" viewBox="0 0 40 40">
217
+ <path d="M12 6 L28 20 L12 34" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="list-row">
222
+ <div class="row-text">Can I cancel or change my dates for a non-refundable booking?</div>
223
+ <svg class="chev" viewBox="0 0 40 40">
224
+ <path d="M12 6 L28 20 L12 34" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
225
+ </svg>
226
+ </div>
227
+
228
+ <div class="list-row">
229
+ <div class="row-text">How do I know if my booking was canceled?</div>
230
+ <svg class="chev" viewBox="0 0 40 40">
231
+ <path d="M12 6 L28 20 L12 34" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
232
+ </svg>
233
+ </div>
234
+
235
+ <div class="list-row">
236
+ <div class="row-text">Where can I find my property's cancellation policy?</div>
237
+ <svg class="chev" viewBox="0 0 40 40">
238
+ <path d="M12 6 L28 20 L12 34" stroke="#777" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <div class="more-help">
244
+ <div class="mh-title">More help</div>
245
+ <div class="link">Get help with a booking</div>
246
+ <div class="link">I need help with something else</div>
247
+ </div>
248
+
249
+ <div class="filler"></div>
250
+ </div>
251
+
252
+ <!-- Bottom navigation bar -->
253
+ <div class="bottom-bar">
254
+ <div class="home-indicator"></div>
255
+ </div>
256
+
257
+ </div>
258
+ </body>
259
+ </html>
code/11699/11699_8.html ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>FAQ - Cancel Booking</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #ffffff;
19
+ }
20
+
21
+ /* Top blue bars */
22
+ .app-top {
23
+ background: #003580;
24
+ color: #ffffff;
25
+ width: 100%;
26
+ }
27
+ .status-bar {
28
+ height: 90px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 36px;
32
+ box-sizing: border-box;
33
+ font-size: 34px;
34
+ letter-spacing: 1px;
35
+ }
36
+ .status-right {
37
+ margin-left: auto;
38
+ display: flex;
39
+ gap: 22px;
40
+ align-items: center;
41
+ }
42
+ .app-bar {
43
+ height: 160px;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 36px;
47
+ box-sizing: border-box;
48
+ }
49
+ .back-icon {
50
+ width: 60px;
51
+ height: 60px;
52
+ margin-right: 20px;
53
+ }
54
+ .title {
55
+ font-size: 50px;
56
+ font-weight: 700;
57
+ letter-spacing: 0.3px;
58
+ }
59
+
60
+ /* Content */
61
+ .content {
62
+ position: absolute;
63
+ top: 250px;
64
+ left: 0;
65
+ right: 0;
66
+ bottom: 0;
67
+ overflow: hidden;
68
+ background: #ffffff;
69
+ }
70
+ .section {
71
+ padding: 40px 48px 0 48px;
72
+ }
73
+ h1 {
74
+ font-size: 64px;
75
+ margin: 10px 0 26px 0;
76
+ color: #1b1b1b;
77
+ }
78
+ .text {
79
+ font-size: 38px;
80
+ line-height: 1.55;
81
+ color: #4a4a4a;
82
+ }
83
+ .subq {
84
+ font-size: 38px;
85
+ color: #2a2a2a;
86
+ margin-top: 38px;
87
+ }
88
+ .thumbs {
89
+ display: flex;
90
+ gap: 46px;
91
+ margin-top: 30px;
92
+ }
93
+ .thumb {
94
+ width: 86px;
95
+ height: 86px;
96
+ border-radius: 12px;
97
+ display: flex;
98
+ align-items: center;
99
+ justify-content: center;
100
+ color: #2a62d3;
101
+ }
102
+ .divider {
103
+ height: 12px;
104
+ background: #efefef;
105
+ margin-top: 34px;
106
+ }
107
+ .more-help-title {
108
+ font-size: 46px;
109
+ font-weight: 700;
110
+ color: #222;
111
+ margin: 40px 0 24px 0;
112
+ }
113
+ .link {
114
+ font-size: 44px;
115
+ color: #2a62d3;
116
+ margin: 34px 0;
117
+ }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+ <div class="app-top">
123
+ <div class="status-bar">
124
+ <span>9:09</span>
125
+ <div class="status-right">
126
+ <!-- simple status dots -->
127
+ <span>◦</span>
128
+ <span>◦</span>
129
+ <span>◦</span>
130
+ </div>
131
+ </div>
132
+ <div class="app-bar">
133
+ <svg class="back-icon" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2.6" stroke-linecap="round" stroke-linejoin="round">
134
+ <path d="M15 18l-6-6 6-6"/>
135
+ </svg>
136
+ <div class="title">Frequently asked questions</div>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="content">
141
+ <div class="section">
142
+ <h1>Can I cancel my booking?</h1>
143
+ <div class="text">
144
+ Yes – any cancellation fees are determined by the property and listed in your cancellation policy. You'll pay any additional costs to the property.
145
+ </div>
146
+
147
+ <div class="subq">Was this information helpful?</div>
148
+ <div class="thumbs">
149
+ <div class="thumb">
150
+ <!-- thumbs up outline -->
151
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#2a62d3" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
152
+ <path d="M14 9V5a3 3 0 00-3-3l-1 6-4 5v8h9a3 3 0 003-3v-6a2 2 0 00-2-2h-2z"/>
153
+ <path d="M7 22H4a2 2 0 01-2-2v-7a2 2 0 012-2h3"/>
154
+ </svg>
155
+ </div>
156
+ <div class="thumb">
157
+ <!-- thumbs down outline -->
158
+ <svg width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#2a62d3" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
159
+ <path d="M10 15v4a3 3 0 003 3l1-6 4-5V3H9a3 3 0 00-3 3v6a2 2 0 002 2h2z"/>
160
+ <path d="M17 2h3a2 2 0 012 2v7a2 2 0 01-2 2h-3"/>
161
+ </svg>
162
+ </div>
163
+ </div>
164
+
165
+ <div class="divider"></div>
166
+
167
+ <div class="more-help-title">More help</div>
168
+ <div class="link">Get help with a booking</div>
169
+ <div class="link">I need help with something else</div>
170
+ </div>
171
+ </div>
172
+ </div>
173
+ </body>
174
+ </html>
code/11702/11702_0.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>UI Render - Google Flights Dark</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #121212; color: #EAEAEA; font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+
15
+ /* Generic */
16
+ .row { display: flex; align-items: center; }
17
+ .muted { color: #A0A0A0; }
18
+ .accent { color: #66AAFF; }
19
+ .pad-h { padding: 0 40px; }
20
+ .divider { height: 1px; background: #2A2A2A; margin: 8px 0; }
21
+ .rounded { border-radius: 24px; }
22
+ .chip {
23
+ background: #242424; color: #DADADA; border: 1px solid #363636;
24
+ padding: 22px 28px; border-radius: 18px; margin-right: 18px;
25
+ display: inline-flex; align-items: center; gap: 16px; font-size: 36px;
26
+ }
27
+ .field {
28
+ background: #1E1E1E; border: 1px solid #3A3A3A; border-radius: 22px;
29
+ height: 140px; display: flex; align-items: center; padding: 0 40px; color: #E6E6E6;
30
+ font-size: 48px;
31
+ }
32
+ .field .label { color: #B5B5B5; font-size: 38px; margin-right: 28px; }
33
+ .caret { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 18px solid #9E9E9E; margin-left: 14px; }
34
+ .title { font-size: 64px; font-weight: 700; }
35
+ .sub { font-size: 36px; color: #BFBFBF; }
36
+
37
+ /* Status bar */
38
+ .status-bar {
39
+ height: 96px; display: flex; align-items: center; justify-content: space-between;
40
+ padding: 0 36px; color: #DADADA; font-size: 42px; background: #1A1A1A;
41
+ }
42
+ .status-icons svg { margin-left: 28px; }
43
+
44
+ /* Browser bar */
45
+ .browser-bar {
46
+ height: 150px; background: #2A2A2A; color: #EDEDED;
47
+ display: flex; align-items: center; justify-content: space-between; padding: 0 28px;
48
+ font-size: 40px;
49
+ }
50
+ .browser-left { display: flex; align-items: center; gap: 24px; }
51
+ .browser-title { max-width: 520px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
52
+ .browser-right { display: flex; align-items: center; gap: 30px; }
53
+
54
+ /* Google header */
55
+ .g-header { height: 130px; display: flex; align-items: center; justify-content: space-between; padding: 0 36px; }
56
+ .g-brand { display: flex; align-items: center; gap: 24px; font-size: 56px; font-weight: 700; }
57
+ .g-actions { display: flex; align-items: center; gap: 36px; }
58
+ .avatar { width: 72px; height: 72px; border-radius: 50%; background: #1AAE9F; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; }
59
+
60
+ /* Tabs */
61
+ .tabs { display: flex; align-items: center; gap: 50px; padding: 22px 36px 0; font-size: 44px; color: #BEBEBE; }
62
+ .tab-active { color: #EAEAEA; position: relative; }
63
+ .tab-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -18px; height: 8px; background: #5C8DFF; border-radius: 8px; }
64
+
65
+ /* Search controls */
66
+ .search-controls { padding: 28px 36px; display: flex; align-items: center; gap: 40px; color: #D5D5D5; font-size: 44px; }
67
+ .sc-item { display: flex; align-items: center; gap: 16px; }
68
+ .swap { width: 90px; height: 90px; background: #2B2B2B; border: 1px solid #3A3A3A; border-radius: 50%;
69
+ display: flex; align-items: center; justify-content: center; margin: 0 24px; }
70
+ .fields-wrap { padding: 10px 36px; }
71
+ .fields-grid { display: grid; grid-template-columns: 1fr 120px 1fr; gap: 24px; }
72
+ .date-row { padding: 18px 36px; }
73
+ .filters { padding: 18px 36px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
74
+ .filters .chip:first-child { padding-left: 24px; }
75
+
76
+ /* Info card */
77
+ .info-card {
78
+ margin: 36px; padding: 40px; border-radius: 26px;
79
+ background: #1E2A3A; color: #EAEAEA; display: flex; align-items: center; justify-content: space-between;
80
+ border: 1px solid #304761;
81
+ }
82
+ .info-left { display: flex; align-items: center; gap: 24px; font-size: 48px; }
83
+ .down { width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 22px solid #86B3FF; }
84
+
85
+ /* Section title */
86
+ .section { padding: 8px 36px; }
87
+ .section .title-row { display: flex; align-items: center; justify-content: space-between; }
88
+ .title-row .right-mini { display: flex; align-items: center; gap: 12px; color: #9FB4C6; }
89
+
90
+ /* Result cards */
91
+ .card {
92
+ margin: 24px 36px; background: #1B1B1B; border: 1px solid #2F2F2F; border-radius: 26px;
93
+ padding: 30px; color: #ECECEC;
94
+ }
95
+ .card .top { display: flex; align-items: center; justify-content: space-between; }
96
+ .times { display: flex; align-items: center; gap: 28px; font-size: 56px; }
97
+ .stations { color: #A8A8A8; font-size: 34px; margin-top: 6px; }
98
+ .price { font-size: 56px; font-weight: 700; }
99
+ .info-row { display: flex; align-items: center; gap: 18px; margin-top: 24px; color: #CFCFCF; font-size: 38px; flex-wrap: wrap; }
100
+ .logo {
101
+ width: 90px; height: 90px; background: #E0E0E0; border: 1px solid #BDBDBD;
102
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 12px;
103
+ margin-right: 18px;
104
+ }
105
+ .badge {
106
+ background: #274E39; color: #CFF3D4; border: 1px solid #3D6A51;
107
+ padding: 12px 18px; border-radius: 16px; font-size: 34px;
108
+ }
109
+
110
+ /* Bottom gesture bar */
111
+ .gesture {
112
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
113
+ width: 320px; height: 12px; background: #E4E4E4; border-radius: 8px; opacity: 0.35;
114
+ }
115
+
116
+ /* Simple svg helpers */
117
+ .icon { width: 48px; height: 48px; fill: none; stroke: #CFCFCF; stroke-width: 6px; }
118
+ .icon-fill { width: 48px; height: 48px; fill: #CFCFCF; }
119
+ </style>
120
+ </head>
121
+ <body>
122
+ <div id="render-target">
123
+
124
+ <!-- Status Bar -->
125
+ <div class="status-bar">
126
+ <div>2:02</div>
127
+ <div class="status-icons row">
128
+ <!-- simple status icons -->
129
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></svg>
130
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="14" rx="2"/></svg>
131
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h18"/></svg>
132
+ <div class="row" style="gap:18px; font-size: 36px;">
133
+ <span>100%</span>
134
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 7h12v10H6z"/><path d="M16 7v4" /></svg>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+ <!-- Browser Bar -->
140
+ <div class="browser-bar">
141
+ <div class="browser-left">
142
+ <!-- close/back X -->
143
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19"/></svg>
144
+ <!-- lock -->
145
+ <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="10" width="16" height="10" rx="2"/><path d="M8 10V7a4 4 0 018 0v3"/></svg>
146
+ <div class="browser-title">Stuttgart to Berlin | Google...</div>
147
+ <div class="muted">google.com</div>
148
+ </div>
149
+ <div class="browser-right">
150
+ <!-- share -->
151
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="6" cy="12" r="2"/><circle cx="18" cy="6" r="2"/><circle cx="18" cy="18" r="2"/><path d="M8 12l8-6M8 12l8 6"/></svg>
152
+ <!-- bookmark -->
153
+ <svg class="icon-fill" viewBox="0 0 24 24"><path d="M6 4h12v16l-6-4-6 4z"/></svg>
154
+ <!-- more -->
155
+ <svg class="icon-fill" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
156
+ </div>
157
+ </div>
158
+
159
+ <!-- Google Header -->
160
+ <div class="g-header">
161
+ <div class="g-brand">
162
+ <!-- menu -->
163
+ <svg class="icon-fill" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="2"/><rect x="3" y="11" width="18" height="2"/><rect x="3" y="17" width="18" height="2"/></svg>
164
+ <div>Google</div>
165
+ </div>
166
+ <div class="g-actions">
167
+ <!-- sun -->
168
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M12 2v4M12 18v4M2 12h4M18 12h4M4.5 4.5l3 3M16.5 16.5l3 3M4.5 19.5l3-3M19.5 4.5l-3 3"/></svg>
169
+ <!-- grid -->
170
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 3h6v6H3zM15 3h6v6h-6zM3 15h6v6H3zM15 15h6v6h-6z"/></svg>
171
+ <!-- avatar -->
172
+ <div class="avatar">C</div>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Tabs -->
177
+ <div class="tabs">
178
+ <div>Travel</div>
179
+ <div>Explore</div>
180
+ <div class="tab-active">Flights</div>
181
+ <div>Hotels</div>
182
+ <div>Holiday rentals</div>
183
+ </div>
184
+
185
+ <!-- Search Controls Summary -->
186
+ <div class="search-controls">
187
+ <div class="sc-item">
188
+ <!-- arrow -->
189
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h14M13 7l5 5-5 5"/></svg>
190
+ <span>One-way</span>
191
+ <div class="caret"></div>
192
+ </div>
193
+ <div class="sc-item">
194
+ <!-- person -->
195
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c2.5-4 13.5-4 16 0"/></svg>
196
+ <span>2</span>
197
+ <div class="caret"></div>
198
+ </div>
199
+ <div class="sc-item">
200
+ <span>Economy</span>
201
+ <div class="caret"></div>
202
+ </div>
203
+ </div>
204
+
205
+ <!-- From / To fields -->
206
+ <div class="fields-wrap">
207
+ <div class="fields-grid">
208
+ <div class="field">
209
+ <!-- radio/marker -->
210
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="8"/><circle cx="12" cy="12" r="3"/></svg>
211
+ <span>Stuttgart</span>
212
+ </div>
213
+ <div class="swap">
214
+ <svg class="icon" viewBox="0 0 24 24"><path d="M5 8h10M13 5l3 3-3 3M19 16H9M11 19l-3-3 3-3"/></svg>
215
+ </div>
216
+ <div class="field">
217
+ <!-- pin -->
218
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 21s-7-7-7-11a7 7 0 1114 0c0 4-7 11-7 11z"/><circle cx="12" cy="10" r="3"/></svg>
219
+ <span>Berlin</span>
220
+ </div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Date field -->
225
+ <div class="date-row">
226
+ <div class="field" style="width: 100%;">
227
+ <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="5" width="18" height="16" rx="2"/><path d="M7 3v4M17 3v4"/><path d="M3 10h18"/></svg>
228
+ <span>Mon, 1 Jan</span>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Filter chips -->
233
+ <div class="filters">
234
+ <div class="chip">
235
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 5h16M8 12h8M10 19h4"/></svg>
236
+ <span>Stops</span>
237
+ <div class="caret"></div>
238
+ </div>
239
+ <div class="chip">Airlines<div class="caret"></div></div>
240
+ <div class="chip">Bags<div class="caret"></div></div>
241
+ <div class="chip">Price<div class="caret"></div></div>
242
+ </div>
243
+
244
+ <!-- Prices card -->
245
+ <div class="info-card">
246
+ <div class="info-left">
247
+ <svg class="icon-fill" viewBox="0 0 24 24"><rect x="3" y="11" width="4" height="10" rx="1"/><rect x="10" y="7" width="4" height="14" rx="1"/><rect x="17" y="3" width="4" height="18" rx="1"/></svg>
248
+ <span>Prices are currently <span style="color:#FF8A7A;font-weight:700;">high</span></span>
249
+ </div>
250
+ <div class="down"></div>
251
+ </div>
252
+
253
+ <!-- Best options -->
254
+ <div class="section">
255
+ <div class="title-row">
256
+ <div>
257
+ <div class="title">Best options</div>
258
+ <div class="sub">Ranked based on price and convenience</div>
259
+ </div>
260
+ <div class="right-mini">
261
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 4v16M7 9l5-5 5 5"/></svg>
262
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 7v6M12 17h0"/></svg>
263
+ </div>
264
+ </div>
265
+ </div>
266
+
267
+ <!-- Card 1 -->
268
+ <div class="card">
269
+ <div class="top">
270
+ <div>
271
+ <div class="times">
272
+ <span>15:55</span>
273
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h14M13 7l5 5-5 5"/></svg>
274
+ <span>17:10</span>
275
+ </div>
276
+ <div class="stations">STR &nbsp;&nbsp;&nbsp; BER</div>
277
+ </div>
278
+ <div class="row" style="gap:18px; align-items:center;">
279
+ <!-- crossed bag icon -->
280
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 7h10v12H7z"/><path d="M9 7V5a3 3 0 016 0v2"/><path d="M4 4l16 16"/></svg>
281
+ <div class="price">£104</div>
282
+ </div>
283
+ </div>
284
+ <div class="info-row">
285
+ <div class="logo">[IMG: Eurowings Logo]</div>
286
+ <div>Non-stop · 1 hr 15 min</div>
287
+ <div class="muted">Eurowings · Lufthansa</div>
288
+ <div class="badge">-8% emissions</div>
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Card 2 -->
293
+ <div class="card">
294
+ <div class="top">
295
+ <div>
296
+ <div class="times">
297
+ <span>17:50</span>
298
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h14M13 7l5 5-5 5"/></svg>
299
+ <span>19:05</span>
300
+ </div>
301
+ <div class="stations">STR &nbsp;&nbsp;&nbsp; BER</div>
302
+ </div>
303
+ <div class="row" style="gap:18px; align-items:center;">
304
+ <svg class="icon" viewBox="0 0 24 24"><path d="M7 7h10v12H7z"/><path d="M9 7V5a3 3 0 016 0v2"/><path d="M4 4l16 16"/></svg>
305
+ <div class="price">£104</div>
306
+ </div>
307
+ </div>
308
+ <div class="info-row">
309
+ <div class="logo">[IMG: Eurowings Logo]</div>
310
+ <div>Non-stop · 1 hr 15 min</div>
311
+ <div class="muted">Eurowings · Lufthansa</div>
312
+ <div class="muted">Avg emissions</div>
313
+ </div>
314
+ </div>
315
+
316
+ <!-- Card 3 (Train) -->
317
+ <div class="card">
318
+ <div class="top">
319
+ <div>
320
+ <div class="times">
321
+ <span>16:51</span>
322
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 12h14M13 7l5 5-5 5"/></svg>
323
+ <span>22:32</span>
324
+ </div>
325
+ <div class="stations">Stuttgart Central … &nbsp;&nbsp; Berlin Central Station</div>
326
+ </div>
327
+ <div class="price">£156</div>
328
+ </div>
329
+ <div class="info-row">
330
+ <div class="logo" style="background:#E0E0E0;">[IMG: DB Train Logo]</div>
331
+ <div>Direct · 5 hrs 41 min</div>
332
+ <div class="muted">Deutsche Bahn</div>
333
+ <div class="badge" style="background:#214E33; border-color:#38664A; color:#CFEFD6;">Climate friendly</div>
334
+ <div class="muted">Train service</div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Bottom gesture pill -->
339
+ <div class="gesture"></div>
340
+ </div>
341
+ </body>
342
+ </html>
code/11702/11702_1.html ADDED
@@ -0,0 +1,317 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Google Hotels Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; color: #202124;
12
+ }
13
+ /* Top system + browser bars */
14
+ .status-bar {
15
+ height: 60px; background: #2b2b2b; color: #fff;
16
+ display: flex; align-items: center; justify-content: space-between;
17
+ padding: 0 24px; font-size: 26px;
18
+ }
19
+ .browser-bar {
20
+ height: 120px; background: #3a3a3a; color: #fff;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 24px; font-size: 30px;
23
+ }
24
+ .browser-left, .browser-right { display: flex; align-items: center; gap: 24px; }
25
+ .icon-btn { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; }
26
+ .icon-btn svg { width: 36px; height: 36px; fill: #fff; }
27
+ .lock {
28
+ display: inline-flex; align-items: center; gap: 12px; color: #cfcfcf; font-size: 30px;
29
+ }
30
+
31
+ /* Main content */
32
+ .content { padding: 24px 32px 0 32px; }
33
+ .google-header {
34
+ display: flex; align-items: center; justify-content: space-between;
35
+ padding: 16px 0 8px 0;
36
+ }
37
+ .left-brand { display: flex; align-items: center; gap: 24px; }
38
+ .hamburger svg { width: 48px; height: 48px; fill: #5f6368; }
39
+ .google-wordmark { font-weight: bold; font-size: 48px; color: #4285F4; letter-spacing: 0.5px; }
40
+ .header-actions { display: flex; align-items: center; gap: 28px; }
41
+ .grid-dots svg { width: 48px; height: 48px; fill: #5f6368; }
42
+ .avatar {
43
+ width: 70px; height: 70px; border-radius: 50%; background: #1e8e3e; color: #fff;
44
+ display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 36px;
45
+ }
46
+
47
+ .tabs { display: flex; gap: 36px; padding: 10px 0 18px 0; color: #5f6368; font-size: 34px; }
48
+ .tab { padding-bottom: 12px; }
49
+ .tab.active { color: #1a73e8; position: relative; }
50
+ .tab.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; border-radius: 6px; background: #1a73e8; }
51
+
52
+ .search-bar {
53
+ height: 100px; border: 1px solid #dadce0; border-radius: 50px;
54
+ display: flex; align-items: center; gap: 20px; padding: 0 28px; font-size: 34px; color: #3c4043;
55
+ box-shadow: 0 2px 0 rgba(0,0,0,0.03);
56
+ }
57
+ .search-icon svg { width: 40px; height: 40px; fill: #5f6368; }
58
+
59
+ .date-row {
60
+ margin-top: 20px; display: flex; align-items: center; gap: 16px;
61
+ }
62
+ .date-pill {
63
+ display: flex; align-items: center; height: 110px;
64
+ border: 2px solid #1a73e8; border-radius: 28px; overflow: hidden;
65
+ }
66
+ .date-seg {
67
+ display: flex; align-items: center; gap: 16px; padding: 0 24px; font-size: 32px; color: #1a73e8; height: 100%;
68
+ }
69
+ .date-seg + .date-seg { border-left: 1px solid #c5d8fb; }
70
+ .cal-icon svg { width: 40px; height: 40px; fill: #1a73e8; }
71
+ .guest-pill {
72
+ display: flex; align-items: center; gap: 16px; height: 110px;
73
+ border: 2px solid #dadce0; border-radius: 28px; padding: 0 24px; font-size: 32px; color: #3c4043;
74
+ }
75
+ .person-icon svg { width: 42px; height: 42px; fill: #5f6368; }
76
+
77
+ .filters { margin-top: 18px; display: flex; gap: 16px; flex-wrap: wrap; }
78
+ .chip {
79
+ height: 84px; display: flex; align-items: center; gap: 16px;
80
+ border: 1px solid #dadce0; border-radius: 50px; padding: 0 24px;
81
+ font-size: 30px; color: #3c4043; background: #fff;
82
+ }
83
+ .chip svg { width: 36px; height: 36px; fill: #5f6368; }
84
+ .chip.primary { border-color: #dadce0; }
85
+
86
+ .section-title {
87
+ margin: 28px 0 18px 0; font-size: 36px; color: #3c4043;
88
+ }
89
+
90
+ .cards-row {
91
+ display: flex; gap: 24px; overflow: hidden;
92
+ }
93
+ .card {
94
+ width: 324px; border: 1px solid #e0e0e0; border-radius: 18px; background: #fff;
95
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
96
+ }
97
+ .card .img {
98
+ width: 100%; height: 240px; background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
99
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
100
+ border-top-left-radius: 18px; border-top-right-radius: 18px;
101
+ }
102
+ .card-body { padding: 18px 20px 22px 20px; }
103
+ .hotel-title { font-size: 32px; color: #1a73e8; line-height: 1.2; min-height: 76px; }
104
+ .price { font-size: 32px; color: #202124; margin: 8px 0; }
105
+ .vendor { display: flex; align-items: center; gap: 12px; color: #5f6368; font-size: 28px; }
106
+ .badgeB { width: 34px; height: 34px; background: #1a73e8; color: #fff; border-radius: 6px;
107
+ display: flex; align-items: center; justify-content: center; font-weight: bold; }
108
+ .rating { margin-top: 10px; font-size: 28px; color: #5f6368; display: flex; align-items: center; gap: 8px; }
109
+ .rating .star svg { width: 30px; height: 30px; fill: #fbbc04; }
110
+ .amenity { margin-top: 8px; font-size: 28px; color: #5f6368; }
111
+
112
+ .separator { margin: 24px -32px 0 -32px; height: 18px; background: #f1f3f4; }
113
+ .results-row {
114
+ padding: 24px 32px; display: flex; align-items: center; justify-content: space-between;
115
+ font-size: 34px; color: #3c4043;
116
+ }
117
+ .results-row .right { color: #5f6368; font-size: 30px; display: flex; align-items: center; gap: 10px; }
118
+ .info-icon {
119
+ width: 28px; height: 28px; border-radius: 50%; border: 1px solid #9aa0a6; color: #9aa0a6;
120
+ display: inline-flex; align-items: center; justify-content: center; font-size: 22px;
121
+ }
122
+
123
+ .floating-map {
124
+ position: absolute; left: 120px; bottom: 200px;
125
+ width: 840px; height: 120px; background: #fff; border-radius: 64px;
126
+ box-shadow: 0 8px 24px rgba(0,0,0,0.2);
127
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
128
+ font-size: 34px; color: #3c4043;
129
+ }
130
+ .floating-map .left { display: flex; align-items: center; gap: 18px; }
131
+ .map-icon {
132
+ width: 56px; height: 56px; border-radius: 12px; background: #1a73e8;
133
+ display: flex; align-items: center; justify-content: center;
134
+ }
135
+ .map-icon svg { width: 36px; height: 36px; fill: #fff; }
136
+ .bookmark-icon svg { width: 40px; height: 40px; fill: #5f6368; }
137
+
138
+ .bottom-bar {
139
+ position: absolute; left: 0; right: 0; bottom: 0; height: 140px; background: #141414;
140
+ display: flex; align-items: center; justify-content: center;
141
+ }
142
+ .home-indicator { width: 320px; height: 10px; background: #e0e0e0; border-radius: 10px; }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Android status bar -->
149
+ <div class="status-bar">
150
+ <div>2:03</div>
151
+ <div>• • •</div>
152
+ <div>🔊 📶 🔋100%</div>
153
+ </div>
154
+
155
+ <!-- Browser address bar -->
156
+ <div class="browser-bar">
157
+ <div class="browser-left">
158
+ <div class="icon-btn">
159
+ <svg viewBox="0 0 24 24"><path d="M18.3 5.7L12 12l6.3 6.3-1.4 1.4L10.6 13.4 4.3 19.7 2.9 18.3 9.2 12 2.9 5.7 4.3 4.3l6.3 6.3 6.3-6.3z"/></svg>
160
+ </div>
161
+ <span class="lock">
162
+ <svg viewBox="0 0 24 24"><path d="M12 2a5 5 0 00-5 5v3H6a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2v-8a2 2 0 00-2-2h-1V7a5 5 0 00-5-5zm-3 8V7a3 3 0 016 0v3H9z"/></svg>
163
+ google.com
164
+ </span>
165
+ </div>
166
+ <div class="browser-right">
167
+ <div class="icon-btn">
168
+ <svg viewBox="0 0 24 24"><path d="M18 8a6 6 0 01-6 6 6 6 0 01-6-6h2a4 4 0 008 0h2zm-6 8l-4 6h8l-4-6z"/></svg>
169
+ </div>
170
+ <div class="icon-btn">
171
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v2H6V4zm0 6h12v2H6v-2zm0 6h12v2H6v-2z"/></svg>
172
+ </div>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="content">
177
+ <!-- Google header -->
178
+ <div class="google-header">
179
+ <div class="left-brand">
180
+ <div class="hamburger">
181
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg>
182
+ </div>
183
+ <div class="google-wordmark">Google</div>
184
+ </div>
185
+ <div class="header-actions">
186
+ <div class="grid-dots">
187
+ <svg viewBox="0 0 24 24"><path d="M4 4h4v4H4V4zm6 0h4v4h-4V4zm6 0h4v4h-4V4zM4 10h4v4H4v-4zm6 0h4v4h-4v-4zm6 0h4v4h-4v-4zM4 16h4v4H4v-4zm6 0h4v4h-4v-4zm6 0h4v4h-4v-4z"/></svg>
188
+ </div>
189
+ <div class="avatar">C</div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- Tabs -->
194
+ <div class="tabs">
195
+ <div class="tab">Travel</div>
196
+ <div class="tab">Explore</div>
197
+ <div class="tab">Flights</div>
198
+ <div class="tab active">Hotels</div>
199
+ <div class="tab">Holiday rentals</div>
200
+ </div>
201
+
202
+ <!-- Search bar -->
203
+ <div class="search-bar">
204
+ <div class="search-icon">
205
+ <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 5 1.5-1.5-5-5zM9.5 14A4.5 4.5 0 115 9.5 4.5 4.5 0 019.5 14z"/></svg>
206
+ </div>
207
+ <div>hotels in berlin</div>
208
+ </div>
209
+
210
+ <!-- Dates and guests -->
211
+ <div class="date-row">
212
+ <div class="date-pill">
213
+ <div class="date-seg">
214
+ <div class="cal-icon"><svg viewBox="0 0 24 24"><path d="M7 2h2v2h6V2h2v2h3v18H4V4h3V2zm13 6H4v12h16V8z"/></svg></div>
215
+ <div>Sat, 30 Dec</div>
216
+ </div>
217
+ <div class="date-seg">
218
+ <div>Sun, 31 Dec</div>
219
+ </div>
220
+ </div>
221
+ <div class="guest-pill">
222
+ <div class="person-icon"><svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-8 8v-1a7 7 0 0114 0v1H4z"/></svg></div>
223
+ <div>2</div>
224
+ </div>
225
+ </div>
226
+
227
+ <!-- Filter chips -->
228
+ <div class="filters">
229
+ <div class="chip">
230
+ <svg viewBox="0 0 24 24"><path d="M3 5h18v2H3V5zm4 6h10v2H7v-2zm3 6h4v2h-4v-2z"/></svg>
231
+ Filters
232
+ </div>
233
+ <div class="chip">
234
+ <svg viewBox="0 0 24 24"><path d="M12 4c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm1 3h-2v6h5v-2h-3V7z"/></svg>
235
+ Under ₹6,500
236
+ </div>
237
+ <div class="chip">
238
+ <svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3.1 1.5-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.3 4.6 1.5 5.9z"/></svg>
239
+ 4+ rating
240
+ </div>
241
+ <div class="chip">
242
+ <svg viewBox="0 0 24 24"><path d="M12 2C7 2 4 6 4 10c0 5 8 12 8 12s8-7 8-12c0-4-3-8-8-8zm0 10a3 3 0 110-6 3 3 0 010 6z"/></svg>
243
+ Spa
244
+ </div>
245
+ <div class="chip">
246
+ <svg viewBox="0 0 24 24"><path d="M12 6l8 6-8 6-8-6 8-6z"/></svg>
247
+ More
248
+ </div>
249
+ </div>
250
+
251
+ <!-- Sponsored section -->
252
+ <div class="section-title">Sponsored · Berlin hotels</div>
253
+
254
+ <!-- Hotel cards -->
255
+ <div class="cards-row">
256
+ <div class="card">
257
+ <div class="img">[IMG: Berlin hotel exterior]</div>
258
+ <div class="card-body">
259
+ <div class="hotel-title">CAMPANILE BERLIN...</div>
260
+ <div class="price">₹6,714</div>
261
+ <div class="vendor"><div class="badgeB">B</div> Booking.com</div>
262
+ <div class="rating"><span>4.1/5</span><span class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3.1 1.5-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.3 4.6 1.5 5.9z"/></svg></span><span>(751)</span></div>
263
+ <div class="amenity">Pet-friendly</div>
264
+ </div>
265
+ </div>
266
+
267
+ <div class="card">
268
+ <div class="img">[IMG: Brick hotel facade]</div>
269
+ <div class="card-body">
270
+ <div class="hotel-title">H24 HOTELTOW</div>
271
+ <div class="price">₹7,697</div>
272
+ <div class="vendor"><div class="badgeB">B</div> Booking.com</div>
273
+ <div class="rating"><span>3.8/5</span><span class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3.1 1.5-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.3 4.6 1.5 5.9z"/></svg></span><span>(520)</span></div>
274
+ <div class="amenity">Pet-friendly</div>
275
+ </div>
276
+ </div>
277
+
278
+ <div class="card">
279
+ <div class="img">[IMG: Hotel courtyard]</div>
280
+ <div class="card-body">
281
+ <div class="hotel-title">B&B Hotels Dreilin...</div>
282
+ <div class="price">₹6,573</div>
283
+ <div class="vendor"><div class="badgeB">B</div> Booking.com</div>
284
+ <div class="rating"><span>4.3/5</span><span class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l-5.2 3.1 1.5-5.9L3 9.9l6-.5L12 4l3 5.4 6 .5-5.3 4.6 1.5 5.9z"/></svg></span><span>(—)</span></div>
285
+ <div class="amenity">Free cancel</div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="separator"></div>
291
+
292
+ <div class="results-row">
293
+ <div>Berlin · 4,249 results</div>
294
+ <div class="right">About these results <span class="info-icon">i</span></div>
295
+ </div>
296
+ </div>
297
+
298
+ <!-- Floating map pill -->
299
+ <div class="floating-map">
300
+ <div class="left">
301
+ <div class="map-icon">
302
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 6.2 7 13 7 13s7-6.8 7-13c0-3.9-3.1-7-7-7zm0 10a3 3 0 110-6 3 3 0 010 6z"/></svg>
303
+ </div>
304
+ <div>View map</div>
305
+ </div>
306
+ <div class="bookmark-icon">
307
+ <svg viewBox="0 0 24 24"><path d="M6 4h12v18l-6-4-6 4V4z"/></svg>
308
+ </div>
309
+ </div>
310
+
311
+ <!-- Bottom navigation bar -->
312
+ <div class="bottom-bar">
313
+ <div class="home-indicator"></div>
314
+ </div>
315
+ </div>
316
+ </body>
317
+ </html>
code/11702/11702_10.html ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Calendar - Change search criteria</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:#f8f8f8;
12
+ }
13
+
14
+ /* Top system status bar */
15
+ .status-bar{
16
+ position:absolute; left:0; top:0; width:100%; height:118px;
17
+ background:#303034; color:#fff; display:flex; align-items:center; padding:0 32px;
18
+ font-size:38px; box-sizing:border-box;
19
+ }
20
+ .status-left{ flex:1; font-weight:600; }
21
+ .status-right{ display:flex; align-items:center; gap:28px; opacity:.95; }
22
+ .status-icon{ width:38px; height:38px; }
23
+
24
+ /* Browser/app header */
25
+ .appbar{
26
+ position:absolute; left:0; top:118px; width:100%; height:210px;
27
+ background:#3a3a3e; color:#fff; box-sizing:border-box; padding:24px 28px;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ border-bottom:1px solid rgba(255,255,255,0.08);
30
+ }
31
+ .app-left{ display:flex; align-items:center; gap:26px; }
32
+ .round-btn{
33
+ width:72px; height:72px; display:flex; align-items:center; justify-content:center;
34
+ border-radius:36px; background:transparent;
35
+ }
36
+ .title-wrap{ display:flex; flex-direction:column; }
37
+ .title{ font-size:44px; font-weight:600; line-height:1.1; }
38
+ .subtitle{ font-size:30px; color:#cfcfd4; margin-top:8px; }
39
+
40
+ .app-right{ display:flex; align-items:center; gap:34px; }
41
+
42
+ /* Tabs */
43
+ .tabs{
44
+ position:absolute; left:0; top:328px; width:100%; height:120px; background:#ffffff;
45
+ display:flex; align-items:flex-end; justify-content:space-around; box-sizing:border-box;
46
+ padding:0 24px 22px; border-bottom:1px solid #e9e9ee;
47
+ }
48
+ .tab{ color:#b9bcc5; font-size:36px; }
49
+ .tab.active{ color:#5b6fde; font-weight:600; position:relative; }
50
+ .tab.active::after{
51
+ content:""; position:absolute; left:0; right:0; bottom:-26px; height:6px; background:#bfc8ff; border-radius:3px; margin:0 8px;
52
+ }
53
+
54
+ /* Calendar area */
55
+ .calendar{
56
+ position:absolute; left:0; top:448px; right:0; bottom:270px;
57
+ background:#ffffff; overflow:hidden;
58
+ }
59
+ .month-label-muted{
60
+ text-align:center; color:#dddddf; font-size:64px; font-weight:600; margin:64px 0 10px;
61
+ }
62
+ .dow{
63
+ display:grid; grid-template-columns:repeat(7,1fr); padding:24px 40px; color:#d4d6dc;
64
+ font-size:30px; letter-spacing:2px;
65
+ }
66
+ .month-title{
67
+ text-align:center; color:#c9c9cf; font-size:56px; font-weight:600; margin:28px 0 6px;
68
+ }
69
+ .grid{
70
+ position:relative;
71
+ display:grid; grid-template-columns:repeat(7,1fr);
72
+ gap:0; padding:0 24px 24px; box-sizing:border-box;
73
+ }
74
+ .day{
75
+ height:128px; display:flex; align-items:center; justify-content:center;
76
+ font-size:40px; color:#c6c7cc;
77
+ }
78
+ /* Range highlight for Jan 1-5 */
79
+ .row-range{
80
+ position:absolute; left:72px; right:312px; top:0;
81
+ height:128px; background:#eef3ff; border-radius:32px; opacity:.8;
82
+ }
83
+ .pill-blue{
84
+ width:112px; height:112px; border-radius:56px; background:#cfe1ff; color:#3e6ee8;
85
+ display:flex; align-items:center; justify-content:center; font-weight:700;
86
+ }
87
+ .pill-outline{
88
+ width:112px; height:112px; border-radius:56px; border:6px solid #c7d9fb; color:#3e6ee8;
89
+ display:flex; align-items:center; justify-content:center; font-weight:700; background:#ffffff;
90
+ }
91
+
92
+ /* Bottom action bar */
93
+ .actions{
94
+ position:absolute; left:0; right:0; bottom:118px; height:152px; background:#ffffff;
95
+ border-top:1px solid #ececf1; display:flex; align-items:center; justify-content:space-between;
96
+ padding:0 36px; box-sizing:border-box;
97
+ }
98
+ .nights{ color:#b8bcc6; font-size:36px; }
99
+ .btns{ display:flex; align-items:center; gap:28px; }
100
+ .btn{
101
+ padding:26px 44px; border-radius:48px; font-size:38px; cursor:default; user-select:none;
102
+ }
103
+ .btn.secondary{ color:#8ea2ff; background:#f6f8ff; border:1px solid #e3e9ff; }
104
+ .btn.primary{ color:#ffffff; background:#b9c8f8; box-shadow:0 6px 16px rgba(95,123,214,0.25); }
105
+
106
+ /* System navigation (gesture) bar */
107
+ .gesture{
108
+ position:absolute; left:0; right:0; bottom:0; height:118px; background:#2f2f33;
109
+ display:flex; align-items:center; justify-content:center;
110
+ }
111
+ .gesture .pill{
112
+ width:240px; height:14px; background:#cfcfd4; border-radius:8px; opacity:.9;
113
+ }
114
+
115
+ /* Simple utility colors for icons */
116
+ svg{ fill:#ffffff; }
117
+ .muted svg{ fill:#cfcfd4; }
118
+ </style>
119
+ </head>
120
+ <body>
121
+ <div id="render-target">
122
+
123
+ <!-- Status bar -->
124
+ <div class="status-bar">
125
+ <div class="status-left">2:07</div>
126
+ <div class="status-right">
127
+ <!-- Wifi -->
128
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M12 20l2-2-2-2-2 2 2 2zm-6-6l2-2 4 4 4-4 2 2-6 6-6-6zm-4-4l2-2 8 8 8-8 2 2-10 10L2 10z"/></svg>
129
+ <!-- Battery -->
130
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M16 4h2v2h2v12H4V6h12V4zm0 4H6v8h12V8z"/></svg>
131
+ <!-- 100% text -->
132
+ <span style="font-size:34px;">100%</span>
133
+ </div>
134
+ </div>
135
+
136
+ <!-- App bar -->
137
+ <div class="appbar">
138
+ <div class="app-left">
139
+ <div class="round-btn" aria-label="Close">
140
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M18 6L6 18M6 6l12 12" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
141
+ </div>
142
+ <svg class="muted" width="40" height="40" viewBox="0 0 24 24"><path d="M6 10V8a6 6 0 0112 0v2h1a1 1 0 011 1v9a1 1 0 01-1 1H5a1 1 0 01-1-1v-9a1 1 0 011-1h1zm2 0h8V8a4 4 0 10-8 0v2z"/></svg>
143
+ <div class="title-wrap">
144
+ <div class="title">Change search criteria</div>
145
+ <div class="subtitle">google.com</div>
146
+ </div>
147
+ </div>
148
+ <div class="app-right">
149
+ <!-- Share -->
150
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M18 16a3 3 0 00-2.4 1.2L8.9 13a3.2 3.2 0 000-2l6.7-4.2A3 3 0 0018 8a3 3 0 10-2.9-3.7L8.4 8A3 3 0 006 7a3 3 0 100 6 3 3 0 002.4-1.2l6.7 4.2A3 3 0 1018 16z"/></svg>
151
+ <!-- Bookmark -->
152
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M6 4h12v16l-6-3-6 3V4z"/></svg>
153
+ <!-- More -->
154
+ <svg width="44" height="44" viewBox="0 0 24 24"><path d="M12 5a2 2 0 110-4 2 2 0 010 4zm0 11a2 2 0 110-4 2 2 0 010 4zm0 11a2 2 0 110-4 2 2 0 010 4z"/></svg>
155
+ </div>
156
+ </div>
157
+
158
+ <!-- Tabs -->
159
+ <div class="tabs">
160
+ <div class="tab">Search</div>
161
+ <div class="tab active">Dates</div>
162
+ <div class="tab">Guests</div>
163
+ </div>
164
+
165
+ <!-- Calendar -->
166
+ <div class="calendar">
167
+ <div class="month-label-muted">December</div>
168
+
169
+ <div class="month-title">January 2024</div>
170
+ <div class="dow" style="padding-top:6px;">
171
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
172
+ </div>
173
+
174
+ <!-- January grid -->
175
+ <div class="grid" style="padding-top:0;">
176
+ <!-- Row background highlight for Jan 1-5 -->
177
+ <div class="row-range"></div>
178
+
179
+ <!-- Week 1: starts Monday (1) -->
180
+ <div class="day"><div class="pill-blue">1</div></div>
181
+ <div class="day" style="background:#eef3ff;">2</div>
182
+ <div class="day" style="background:#eef3ff;">3</div>
183
+ <div class="day" style="background:#eef3ff;">4</div>
184
+ <div class="day"><div class="pill-outline">5</div></div>
185
+ <div class="day">6</div>
186
+ <div class="day">7</div>
187
+
188
+ <!-- Week 2 -->
189
+ <div class="day">8</div>
190
+ <div class="day">9</div>
191
+ <div class="day">10</div>
192
+ <div class="day">11</div>
193
+ <div class="day">12</div>
194
+ <div class="day">13</div>
195
+ <div class="day">14</div>
196
+
197
+ <!-- Week 3 -->
198
+ <div class="day">15</div>
199
+ <div class="day">16</div>
200
+ <div class="day">17</div>
201
+ <div class="day">18</div>
202
+ <div class="day">19</div>
203
+ <div class="day">20</div>
204
+ <div class="day">21</div>
205
+
206
+ <!-- Week 4 -->
207
+ <div class="day">22</div>
208
+ <div class="day">23</div>
209
+ <div class="day">24</div>
210
+ <div class="day">25</div>
211
+ <div class="day">26</div>
212
+ <div class="day">27</div>
213
+ <div class="day">28</div>
214
+
215
+ <!-- Week 5 -->
216
+ <div class="day">29</div>
217
+ <div class="day">30</div>
218
+ <div class="day">31</div>
219
+ <div class="day"></div>
220
+ <div class="day"></div>
221
+ <div class="day"></div>
222
+ <div class="day"></div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Bottom action bar -->
227
+ <div class="actions">
228
+ <div class="nights">4 nights</div>
229
+ <div class="btns">
230
+ <div class="btn secondary">Reset</div>
231
+ <div class="btn primary">Done</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Gesture bar -->
236
+ <div class="gesture">
237
+ <div class="pill"></div>
238
+ </div>
239
+
240
+ </div>
241
+ </body>
242
+ </html>
code/11702/11702_11.html ADDED
@@ -0,0 +1,382 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Hotels in Berlin – Google</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #202124;
17
+ }
18
+
19
+ /* Top browser chrome */
20
+ .browser-bar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ height: 200px;
26
+ background: #2f2f31;
27
+ color: #fff;
28
+ box-sizing: border-box;
29
+ }
30
+ .status-row {
31
+ height: 60px;
32
+ display: flex;
33
+ align-items: center;
34
+ padding: 0 28px;
35
+ font-size: 34px;
36
+ letter-spacing: 0.2px;
37
+ }
38
+ .status-row .spacer { flex: 1; }
39
+ .status-icon {
40
+ width: 34px; height: 34px; margin-left: 22px; opacity: 0.85;
41
+ border-radius: 6px; background: rgba(255,255,255,0.2);
42
+ }
43
+
44
+ .address-row {
45
+ height: 140px;
46
+ display: flex;
47
+ align-items: center;
48
+ padding: 0 22px;
49
+ gap: 22px;
50
+ box-sizing: border-box;
51
+ }
52
+ .addr-chip {
53
+ display: flex; align-items: center; gap: 18px;
54
+ color: #eef3f7; font-size: 34px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
55
+ flex: 1;
56
+ }
57
+ .addr-actions { display: flex; align-items: center; gap: 28px; }
58
+ .icon-btn {
59
+ width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center;
60
+ border-radius: 50%; background: rgba(255,255,255,0.12);
61
+ }
62
+ .icon-btn svg { width: 34px; height: 34px; fill: #fff; }
63
+
64
+ /* Main content */
65
+ .content {
66
+ position: absolute;
67
+ top: 200px;
68
+ left: 0;
69
+ right: 0;
70
+ bottom: 0;
71
+ overflow: auto;
72
+ -webkit-overflow-scrolling: touch;
73
+ }
74
+
75
+ .google-header {
76
+ display: flex; align-items: center; justify-content: space-between;
77
+ padding: 26px 36px 12px 36px;
78
+ }
79
+ .left-header { display: flex; align-items: center; gap: 28px; }
80
+ .hamburger { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
81
+ .hamburger svg { width: 44px; height: 44px; fill: #5f6368; }
82
+ .google-wordmark { font-size: 58px; font-weight: 700; letter-spacing: -0.5px; }
83
+ .google-wordmark span:nth-child(1){ color:#4285F4;}
84
+ .google-wordmark span:nth-child(2){ color:#DB4437;}
85
+ .google-wordmark span:nth-child(3){ color:#F4B400;}
86
+ .google-wordmark span:nth-child(4){ color:#4285F4;}
87
+ .google-wordmark span:nth-child(5){ color:#0F9D58;}
88
+ .google-wordmark span:nth-child(6){ color:#DB4437;}
89
+ .right-header { display:flex; align-items:center; gap:24px; }
90
+ .grid-icon {
91
+ width: 58px; height: 58px; border-radius: 50%; background: #eef1f5; display:flex; align-items:center; justify-content:center;
92
+ }
93
+ .grid-icon svg { width: 34px; height: 34px; fill:#5f6368; }
94
+ .avatar {
95
+ width: 64px; height: 64px; background:#0F9D58; color:#fff; border-radius: 50%;
96
+ display:flex; align-items:center; justify-content:center; font-weight:700; font-size:36px;
97
+ }
98
+
99
+ /* Tabs */
100
+ .tabs {
101
+ display: flex; align-items: center; gap: 44px; padding: 8px 36px 24px 36px; font-size: 40px; color:#5f6368;
102
+ }
103
+ .tab { padding: 16px 0; position: relative; }
104
+ .tab.active { color:#1a73e8; font-weight: 600; }
105
+ .tab.active::after {
106
+ content:""; position:absolute; left:0; right:0; bottom:-6px; height:8px; background:#1a73e8; border-radius:4px;
107
+ }
108
+
109
+ /* Search area */
110
+ .search-bar {
111
+ margin: 22px 28px 16px 28px;
112
+ border: 1px solid #dadce0; border-radius: 28px; padding: 26px 30px; display: flex; align-items: center; gap: 22px;
113
+ font-size: 38px; color:#5f6368;
114
+ }
115
+ .search-bar svg { width: 44px; height: 44px; fill:#5f6368; }
116
+ .date-row {
117
+ margin: 12px 28px; display: flex; align-items: center; gap: 16px;
118
+ }
119
+ .date-pill {
120
+ flex: 1; display: flex; align-items: center; gap: 18px; padding: 26px 26px;
121
+ border: 1px solid #dadce0; border-radius: 24px; font-size: 36px; color:#3c4043;
122
+ background:#fff;
123
+ }
124
+ .date-pill svg { width: 40px; height: 40px; fill:#5f6368; }
125
+ .guest-pill {
126
+ width: 180px; display:flex; align-items:center; gap:16px; padding: 26px;
127
+ border: 1px solid #dadce0; border-radius: 24px; font-size: 36px; color:#3c4043;
128
+ background:#fff;
129
+ }
130
+ .chips {
131
+ display:flex; align-items:center; gap:18px; padding: 18px 28px 26px 28px;
132
+ }
133
+ .chip {
134
+ display:flex; align-items:center; gap:14px; padding: 18px 24px; border:1px solid #dadce0; border-radius: 30px;
135
+ font-size: 34px; color:#3c4043; background:#fff;
136
+ }
137
+ .chip svg { width: 36px; height: 36px; fill:#5f6368; }
138
+
139
+ /* Section header */
140
+ .section-head {
141
+ display:flex; align-items:center; justify-content: space-between;
142
+ padding: 22px 28px 8px 28px; font-size: 38px;
143
+ }
144
+ .section-head .sub { color:#5f6368; }
145
+
146
+ /* Cards */
147
+ .card-row {
148
+ display:flex; gap: 22px; padding: 14px 20px 24px 20px; overflow-x: auto;
149
+ }
150
+ .hotel-card {
151
+ min-width: 320px; max-width: 320px; background:#fff; border:1px solid #dadce0; border-radius: 22px; box-shadow: 0 2px 0 rgba(0,0,0,0.05);
152
+ }
153
+ .hotel-img {
154
+ width: 100%; height: 200px; background:#E0E0E0; border-bottom:1px solid #BDBDBD;
155
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size: 30px;
156
+ border-top-left-radius: 22px; border-top-right-radius: 22px;
157
+ }
158
+ .card-body { padding: 18px 18px 22px 18px; }
159
+ .hotel-title { font-size: 38px; color:#1a73e8; line-height: 46px; margin-bottom: 6px; }
160
+ .price { font-size: 36px; margin: 12px 0; }
161
+ .brand { font-size: 32px; color:#5f6368; margin-bottom: 6px; display:flex; align-items:center; gap:8px; }
162
+ .rating { font-size: 32px; color:#5f6368; display:flex; align-items:center; gap:10px; }
163
+ .star { width: 28px; height: 28px; fill:#fbbc04; }
164
+ .tag { font-size: 32px; color:#5f6368; margin-top: 6px; }
165
+
166
+ .divider { height: 16px; background:#f1f3f4; margin: 18px 0; }
167
+
168
+ .results-row {
169
+ display:flex; align-items:center; justify-content: space-between; padding: 20px 28px; font-size: 36px;
170
+ }
171
+ .about { display:flex; align-items:center; gap:12px; color:#5f6368; }
172
+ .info-dot {
173
+ width: 34px; height: 34px; border-radius: 50%; border:2px solid #5f6368;
174
+ display:flex; align-items:center; justify-content:center; font-size: 26px; line-height: 34px;
175
+ }
176
+
177
+ /* Floating view map pill */
178
+ .map-pill {
179
+ position: absolute;
180
+ left: 300px; bottom: 240px;
181
+ background:#fff; border:1px solid #dadce0; border-radius: 48px; box-shadow: 0 6px 20px rgba(0,0,0,0.15);
182
+ padding: 16px 24px; display:flex; align-items:center; gap: 22px; font-size: 36px;
183
+ }
184
+ .map-pill .bookmark {
185
+ width: 46px; height: 46px; border-radius: 12px; background:#eef3ff; display:flex; align-items:center; justify-content:center;
186
+ }
187
+ .map-pill svg { width: 40px; height: 40px; fill:#1a73e8; }
188
+
189
+ /* Gesture bar */
190
+ .gesture {
191
+ position:absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
192
+ width: 320px; height: 10px; border-radius: 6px; background:#c7c7c7;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Simulated browser chrome -->
200
+ <div class="browser-bar">
201
+ <div class="status-row">
202
+ 2:07
203
+ <div class="spacer"></div>
204
+ <div class="status-icon"></div>
205
+ <div class="status-icon"></div>
206
+ <div class="status-icon"></div>
207
+ </div>
208
+ <div class="address-row">
209
+ <!-- back/close -->
210
+ <div class="icon-btn">
211
+ <svg viewBox="0 0 24 24"><path d="M5 5 L19 19 M19 5 L5 19" stroke="#fff" stroke-width="2" fill="none"/></svg>
212
+ </div>
213
+ <!-- lock -->
214
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="#fff"><path d="M12 2a4 4 0 0 0-4 4v3H6a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7a2 2 0 0 0-2-2h-2V6a4 4 0 0 0-4-4zm-2 7V6a2 2 0 0 1 4 0v3H10z"/></svg>
215
+ <div class="addr-chip">Hotels in Berlin – Google … • google.com</div>
216
+ <div class="addr-actions">
217
+ <div class="icon-btn">
218
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6 6-2-2 6-6h-4V4h8v8h-2z"/></svg>
219
+ </div>
220
+ <div class="icon-btn">
221
+ <svg viewBox="0 0 24 24"><path d="M6 2h12v20l-6-4-6 4z"/></svg>
222
+ </div>
223
+ <div class="icon-btn">
224
+ <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>
225
+ </div>
226
+ </div>
227
+ </div>
228
+ </div>
229
+
230
+ <!-- Main content -->
231
+ <div class="content">
232
+ <div class="google-header">
233
+ <div class="left-header">
234
+ <div class="hamburger">
235
+ <svg viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3"/></svg>
236
+ </div>
237
+ <div class="google-wordmark">
238
+ <span>G</span><span>o</span><span>o</span><span>g</span><span>l</span><span>e</span>
239
+ </div>
240
+ </div>
241
+ <div class="right-header">
242
+ <div class="grid-icon">
243
+ <svg viewBox="0 0 24 24">
244
+ <path d="M4 4h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zM4 10h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4zM4 16h4v4H4zm6 0h4v4h-4zm6 0h4v4h-4z"/>
245
+ </svg>
246
+ </div>
247
+ <div class="avatar">C</div>
248
+ </div>
249
+ </div>
250
+
251
+ <div class="tabs">
252
+ <div class="tab">Travel</div>
253
+ <div class="tab">Explore</div>
254
+ <div class="tab">Flights</div>
255
+ <div class="tab active">Hotels</div>
256
+ <div class="tab">Holiday rentals</div>
257
+ </div>
258
+
259
+ <div class="search-bar">
260
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="6"/><path d="M14.5 14.5L20 20" stroke="#5f6368" stroke-width="2"/></svg>
261
+ Hotels in Berlin
262
+ </div>
263
+
264
+ <div class="date-row">
265
+ <div class="date-pill">
266
+ <svg viewBox="0 0 24 24"><path d="M19 4h-2V2h-2v2H9V2H7v2H5a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm0 15H5V9h14v10z"/></svg>
267
+ Mon, 1 Jan
268
+ </div>
269
+ <div class="date-pill">
270
+ Fri, 5 Jan
271
+ </div>
272
+ <div class="guest-pill">
273
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20a8 8 0 0 1 16 0"/></svg>
274
+ 2
275
+ </div>
276
+ </div>
277
+
278
+ <div class="chips">
279
+ <div class="chip">
280
+ <svg viewBox="0 0 24 24"><path d="M4 6h8v2H4v-2zm0 5h14v2H4v-2zm0 5h10v2H4v-2zM12 6h2v4h-2V6zm8 8h-2v4h2v-4z"/></svg>
281
+ Filters
282
+ </div>
283
+ <div class="chip">
284
+ <svg viewBox="0 0 24 24"><path d="M4 10h16v2H4z"/><path d="M12 4l4 6H8z"/></svg>
285
+ Under ₹6,500
286
+ </div>
287
+ <div class="chip">
288
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.2L18 20l-6-3.2L6 20l1.5-6.9L3 8.9 9 8l3-6z"/></svg>
289
+ 4+ rating
290
+ </div>
291
+ <div class="chip">
292
+ <svg viewBox="0 0 24 24"><path d="M7 14c3-1 5-5 10-6-1 6-5 9-10 10 2-2 3-3 0-4z"/></svg>
293
+ Spa
294
+ </div>
295
+ <div class="chip">⚙ Settings</div>
296
+ </div>
297
+
298
+ <div class="section-head">
299
+ <div><span class="sub">Sponsored ·</span> Berlin hotels</div>
300
+ <svg viewBox="0 0 24 24" width="40" height="40" fill="#5f6368"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
301
+ </div>
302
+
303
+ <div class="card-row">
304
+ <div class="hotel-card">
305
+ <div class="hotel-img">[IMG: Hotel Photo]</div>
306
+ <div class="card-body">
307
+ <div class="hotel-title">Crowne Plaza Berlin -…</div>
308
+ <div class="price">₹9,764</div>
309
+ <div class="brand">🏨 Crowne Plaza …</div>
310
+ <div class="rating">
311
+ 4.5/5
312
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.2L18 20l-6-3.2L6 20l1.5-6.9L3 8.9 9 8l3-6z"/></svg>
313
+ (1,932)
314
+ </div>
315
+ <div class="tag">Spa</div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="hotel-card">
320
+ <div class="hotel-img">[IMG: Hotel Photo]</div>
321
+ <div class="card-body">
322
+ <div class="hotel-title">Holiday Inn Berlin - City East Side,…</div>
323
+ <div class="price">₹10,711</div>
324
+ <div class="brand">H Holiday Inn Berlin …</div>
325
+ <div class="rating">
326
+ 4.4/5
327
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.2L18 20l-6-3.2L6 20l1.5-6.9L3 8.9 9 8l3-6z"/></svg>
328
+ (2,066)
329
+ </div>
330
+ <div class="tag">Free cancellation</div>
331
+ </div>
332
+ </div>
333
+
334
+ <div class="hotel-card">
335
+ <div class="hotel-img">[IMG: Hotel Photo]</div>
336
+ <div class="card-body">
337
+ <div class="hotel-title">MEININGER Berlin Ce…</div>
338
+ <div class="price">₹3,002</div>
339
+ <div class="brand">B Booking …</div>
340
+ <div class="rating">
341
+ 3.7/5
342
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 6 6 .9-4.5 4.2L18 20l-6-3.2L6 20l1.5-6.9L3 8.9 9 8l3-6z"/></svg>
343
+ (…)
344
+ </div>
345
+ <div class="tag">Pet-friendly</div>
346
+ </div>
347
+ </div>
348
+ </div>
349
+
350
+ <div class="divider"></div>
351
+
352
+ <div class="results-row">
353
+ <div>Berlin · 4,754 results</div>
354
+ <div class="about">
355
+ About these results
356
+ <div class="info-dot">i</div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Simulated lower content preview carousel -->
361
+ <div style="padding: 10px 20px 280px 20px; display:flex; gap:16px;">
362
+ <div style="width: 260px; height: 180px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: Hotel Photo]</div>
363
+ <div style="width: 260px; height: 180px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: City Photo]</div>
364
+ <div style="width: 260px; height: 180px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: Berlin Landmark]</div>
365
+ <div style="width: 260px; height: 180px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575;">[IMG: Hotel Room]</div>
366
+ </div>
367
+
368
+ <!-- Floating map pill -->
369
+ <div class="map-pill">
370
+ <svg viewBox="0 0 24 24"><path d="M12 2C7.6 2 4 5.6 4 10c0 6 8 12 8 12s8-6 8-12c0-4.4-3.6-8-8-8zm0 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></svg>
371
+ View map
372
+ <div class="bookmark">
373
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" fill="#1a73e8"/></svg>
374
+ </div>
375
+ </div>
376
+
377
+ </div>
378
+
379
+ <div class="gesture"></div>
380
+ </div>
381
+ </body>
382
+ </html>
code/11702/11702_12.html ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Hotels in Berlin – Mock UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ border-radius: 0;
15
+ box-shadow: none;
16
+ }
17
+
18
+ /* Status bar (top system area) */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 100%;
24
+ height: 120px;
25
+ background: #2f2f2f;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 32px;
30
+ font-size: 36px;
31
+ box-sizing: border-box;
32
+ }
33
+ .status-right {
34
+ margin-left: auto;
35
+ display: flex;
36
+ align-items: center;
37
+ gap: 24px;
38
+ opacity: 0.9;
39
+ }
40
+ .status-dot {
41
+ width: 12px;
42
+ height: 12px;
43
+ background: #cfcfcf;
44
+ border-radius: 50%;
45
+ display: inline-block;
46
+ }
47
+
48
+ /* Browser top bar */
49
+ .top-bar {
50
+ position: absolute;
51
+ top: 120px;
52
+ left: 0;
53
+ width: 100%;
54
+ height: 220px;
55
+ background: #3a3a3a;
56
+ color: #fff;
57
+ box-sizing: border-box;
58
+ padding: 30px 32px;
59
+ }
60
+ .top-row {
61
+ display: flex;
62
+ align-items: center;
63
+ gap: 24px;
64
+ }
65
+ .title {
66
+ font-size: 42px;
67
+ font-weight: 600;
68
+ white-space: nowrap;
69
+ overflow: hidden;
70
+ text-overflow: ellipsis;
71
+ max-width: 540px;
72
+ }
73
+ .domain {
74
+ font-size: 30px;
75
+ color: #cfcfcf;
76
+ margin-top: 12px;
77
+ }
78
+ .top-actions {
79
+ margin-left: auto;
80
+ display: flex;
81
+ align-items: center;
82
+ gap: 32px;
83
+ }
84
+ .icon-btn svg { width: 44px; height: 44px; fill: #fff; }
85
+
86
+ .lock-icon svg { width: 36px; height: 36px; fill: #cfcfcf; }
87
+
88
+ /* Filter chip container (rounded sheet) */
89
+ .filter-sheet {
90
+ position: absolute;
91
+ top: 300px;
92
+ left: 24px;
93
+ width: 1032px;
94
+ background: #ffffff;
95
+ border-radius: 28px;
96
+ box-shadow: 0 8px 24px rgba(0,0,0,0.15);
97
+ padding: 26px 24px 40px;
98
+ box-sizing: border-box;
99
+ }
100
+ .chips {
101
+ display: flex;
102
+ gap: 16px;
103
+ flex-wrap: nowrap;
104
+ overflow: hidden;
105
+ }
106
+ .chip {
107
+ border: 1px solid #d7d7d7;
108
+ background: #fff;
109
+ border-radius: 40px;
110
+ padding: 16px 22px;
111
+ display: inline-flex;
112
+ align-items: center;
113
+ gap: 12px;
114
+ font-size: 34px;
115
+ color: #333;
116
+ box-sizing: border-box;
117
+ white-space: nowrap;
118
+ }
119
+ .chip svg { width: 36px; height: 36px; fill: #5f6368; }
120
+ .sheet-handle {
121
+ position: absolute;
122
+ left: 50%;
123
+ transform: translateX(-50%);
124
+ bottom: 12px;
125
+ width: 220px;
126
+ height: 10px;
127
+ background: #dcdcdc;
128
+ border-radius: 8px;
129
+ }
130
+
131
+ /* Cards */
132
+ .content {
133
+ position: absolute;
134
+ top: 520px;
135
+ left: 24px;
136
+ width: 1032px;
137
+ box-sizing: border-box;
138
+ }
139
+ .card {
140
+ background: #fff;
141
+ border-radius: 28px;
142
+ box-shadow: 0 6px 18px rgba(0,0,0,0.12);
143
+ margin-bottom: 36px;
144
+ overflow: hidden;
145
+ }
146
+ .card-top {
147
+ display: grid;
148
+ grid-template-columns: 1fr 1fr;
149
+ gap: 0;
150
+ }
151
+ .img-box, .map-box {
152
+ height: 360px;
153
+ background: #E0E0E0;
154
+ border: 1px solid #BDBDBD;
155
+ display: flex;
156
+ justify-content: center;
157
+ align-items: center;
158
+ color: #757575;
159
+ font-size: 34px;
160
+ position: relative;
161
+ }
162
+ .map-box { color: #555; }
163
+ .price-badge {
164
+ position: absolute;
165
+ right: 24px;
166
+ bottom: 24px;
167
+ background: #1976d2;
168
+ color: #fff;
169
+ font-weight: 700;
170
+ font-size: 38px;
171
+ padding: 16px 22px;
172
+ border-radius: 24px;
173
+ box-shadow: 0 4px 10px rgba(0,0,0,0.25);
174
+ }
175
+ .card-body {
176
+ padding: 26px;
177
+ }
178
+ .hotel-title {
179
+ font-size: 46px;
180
+ font-weight: 700;
181
+ color: #222;
182
+ margin-bottom: 16px;
183
+ }
184
+ .rating-row {
185
+ display: flex;
186
+ align-items: center;
187
+ gap: 12px;
188
+ color: #666;
189
+ font-size: 34px;
190
+ margin-bottom: 12px;
191
+ }
192
+ .stars {
193
+ display: inline-flex;
194
+ gap: 4px;
195
+ }
196
+ .stars svg { width: 34px; height: 34px; fill: #ffb300; }
197
+ .description {
198
+ font-size: 32px;
199
+ color: #666;
200
+ line-height: 1.35;
201
+ margin-top: 6px;
202
+ margin-bottom: 6px;
203
+ }
204
+
205
+ /* Floating "View map" pill */
206
+ .floating-pill {
207
+ position: absolute;
208
+ left: 50%;
209
+ transform: translateX(-50%);
210
+ bottom: 240px;
211
+ background: #ffffff;
212
+ border-radius: 50px;
213
+ box-shadow: 0 10px 24px rgba(0,0,0,0.25);
214
+ padding: 22px 28px;
215
+ display: flex;
216
+ align-items: center;
217
+ gap: 22px;
218
+ font-size: 36px;
219
+ color: #1967d2;
220
+ border: 1px solid #e5e5e5;
221
+ }
222
+ .floating-pill .blue-icon svg { width: 40px; height: 40px; fill: #1967d2; }
223
+ .floating-pill .bookmark svg { width: 40px; height: 40px; fill: #5f6368; }
224
+
225
+ /* Gesture bar */
226
+ .gesture-bar {
227
+ position: absolute;
228
+ bottom: 40px;
229
+ left: 50%;
230
+ transform: translateX(-50%);
231
+ width: 320px;
232
+ height: 14px;
233
+ background: #cfcfcf;
234
+ border-radius: 14px;
235
+ }
236
+ </style>
237
+ </head>
238
+ <body>
239
+ <div id="render-target">
240
+
241
+ <!-- Status bar -->
242
+ <div class="status-bar">
243
+ <div>2:08</div>
244
+ <div class="status-right">
245
+ <!-- simple gear icon -->
246
+ <svg viewBox="0 0 24 24"><path d="M12 8a4 4 0 110 8 4 4 0 010-8zm9 4l-2.1.8c-.1.4-.3.8-.5 1.1l1 2-2 2-2-1c-.3.2-.7.4-1.1.5L12 21l-2.1-.8c-.4-.1-.8-.3-1.1-.5l-2 1-2-2 1-2c-.2-.3-.4-.7-.5-1.1L3 12l2.1-.8c.1-.4.3-.8.5-1.1l-1-2 2-2 2 1c.3-.2.7-.4 1.1-.5L12 3l2.1.8c.4.1.8.3 1.1.5l2-1 2 2-1 2c.2.3.4.7.5 1.1L21 12z"/></svg>
247
+ <div class="status-dot"></div>
248
+ <div class="status-dot"></div>
249
+ <div class="status-dot"></div>
250
+ <svg viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11A3.003 3.003 0 0018 7.92 3 3 0 1015 5a3 3 0 00.09.7L8.04 9.81A3.003 3.003 0 006 9a3 3 0 100 6c1.2 0 2.25-.69 2.72-1.69l7.22 4.21c-.05.16-.06.33-.06.48a3 3 0 103-3z"/></svg>
251
+ <svg viewBox="0 0 24 24"><path d="M17 1H7c-1.1 0-2 .9-2 2v18l7-3 7 3V3c0-1.1-.9-2-2-2z"/></svg>
252
+ <svg viewBox="0 0 24 24"><path d="M12 22c5.5 0 10-4.5 10-10S17.5 2 12 2 2 6.5 2 12s4.5 10 10 10zm-1-10H7v-2h4V7h2v3h4v2h-4v3h-2v-3z"/></svg>
253
+ <svg viewBox="0 0 24 24"><path d="M20 7h-8l-2-2H4c-1.1 0-2 .9-2 2v11a2 2 0 002 2h16a2 2 0 002-2V9c0-1.1-.9-2-2-2z"/></svg>
254
+ <div>100%</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Browser top bar with title -->
259
+ <div class="top-bar">
260
+ <div class="top-row">
261
+ <!-- Close icon -->
262
+ <div class="icon-btn">
263
+ <svg viewBox="0 0 24 24"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
264
+ </div>
265
+ <div class="lock-icon">
266
+ <svg viewBox="0 0 24 24"><path d="M12 2a5 5 0 00-5 5v3H6a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2v-8a2 2 0 00-2-2h-1V7a5 5 0 00-5-5zm-3 8V7a3 3 0 116 0v3H9z"/></svg>
267
+ </div>
268
+ <div class="title">Hotels in Berlin – Google ...</div>
269
+ <div class="top-actions">
270
+ <div class="icon-btn">
271
+ <svg viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11A3.003 3.003 0 0018 7.92 3 3 0 1015 5a3 3 0 00.09.7L8.04 9.81A3.003 3.003 0 006 9a3 3 0 100 6c1.2 0 2.25-.69 2.72-1.69l7.22 4.21c-.05.16-.06.33-.06.48a3 3 0 103-3z"/></svg>
272
+ </div>
273
+ <div class="icon-btn">
274
+ <svg viewBox="0 0 24 24"><path d="M17 1H7c-1.1 0-2 .9-2 2v18l7-3 7 3V3c0-1.1-.9-2-2-2z"/></svg>
275
+ </div>
276
+ <div class="icon-btn">
277
+ <svg viewBox="0 0 24 24"><path d="M12 7a2 2 0 110-4 2 2 0 010 4zm0 5a2 2 0 110-4 2 2 0 010 4zm0 5a2 2 0 110-4 2 2 0 010 4z"/></svg>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ <div class="domain">google.com</div>
282
+ </div>
283
+
284
+ <!-- Filter sheet -->
285
+ <div class="filter-sheet">
286
+ <div class="chips">
287
+ <div class="chip">
288
+ <svg viewBox="0 0 24 24"><path d="M7 22h2v-2h6v2h2v-2h2v-4h-2v-2H7v2H5v4h2v2zM7 2h10v6H7V2zm0 8h10v2H7v-2z"/></svg>
289
+ Filters
290
+ </div>
291
+ <div class="chip">
292
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 8h8l-6.5 5.1L19 22l-7-4.6L5 22l1.5-6.9L0 10h8l4-8z"/></svg>
293
+ Under ₹6,500
294
+ </div>
295
+ <div class="chip">
296
+ <svg viewBox="0 0 24 24"><path d="M12 2l4 8h8l-6.5 5.1L19 22l-7-4.6L5 22l1.5-6.9L0 10h8l4-8z"/></svg>
297
+ 4+ rating
298
+ </div>
299
+ <div class="chip">
300
+ <svg viewBox="0 0 24 24"><path d="M12 21c4-3 6-6 6-9a6 6 0 10-12 0c0 3 2 6 6 9z"/></svg>
301
+ Spa
302
+ </div>
303
+ <div class="chip">
304
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7v7h-4v4H9v-4H5V9a7 7 0 017-7z"/></svg>
305
+ More
306
+ </div>
307
+ </div>
308
+ <div class="sheet-handle"></div>
309
+ </div>
310
+
311
+ <!-- List content -->
312
+ <div class="content">
313
+ <!-- Card 1 -->
314
+ <div class="card">
315
+ <div class="card-top">
316
+ <div class="img-box">[IMG: Hotel room interior]</div>
317
+ <div class="map-box">
318
+ [IMG: Map of Berlin]
319
+ <div class="price-badge">₹7,096</div>
320
+ </div>
321
+ </div>
322
+ <div class="card-body">
323
+ <div class="hotel-title">Mercure Hotel Berlin Wittenbergplatz</div>
324
+ <div class="rating-row">
325
+ <div style="font-weight:700;color:#222;">4.6</div>
326
+ <div class="stars">
327
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
328
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
329
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
330
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
331
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
332
+ </div>
333
+ <div>(1,596)</div>
334
+ <div>· 4-star hotel</div>
335
+ </div>
336
+ <div class="description">
337
+ Plush rooms in a contemporary hotel offering a modern restaurant/bar &amp; a hip lounge.
338
+ </div>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Card 2 -->
343
+ <div class="card">
344
+ <div class="card-top">
345
+ <div class="img-box">[IMG: Hotel lobby with reception]</div>
346
+ <div class="map-box">
347
+ [IMG: Map near Alexanderplatz]
348
+ <div class="price-badge">₹6,138</div>
349
+ </div>
350
+ </div>
351
+ <div class="card-body">
352
+ <div class="hotel-title">Premier Inn Berlin Alexanderplatz hotel</div>
353
+ <div class="rating-row">
354
+ <div style="font-weight:700;color:#222;">4.1</div>
355
+ <div class="stars">
356
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
357
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
358
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
359
+ <svg viewBox="0 0 24 24"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
360
+ <svg viewBox="0 0 24 24" style="opacity:.4"><path d="M12 2l3.1 6.3L22 9.2l-5 4.9 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.9 6.9-1z"/></svg>
361
+ </div>
362
+ <div>(3,240)</div>
363
+ </div>
364
+ <div class="description">
365
+ Unpretentious rooms in a modern hotel featuring a relaxed bar &amp; Wi‑Fi.
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+
371
+ <!-- Floating view map pill -->
372
+ <div class="floating-pill">
373
+ <div class="blue-icon">
374
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 3v15l-7-3-7 3V5l7-3zm0 4l-5 2v9l5-2 5 2V8l-5-2z"/></svg>
375
+ </div>
376
+ View map
377
+ <div class="bookmark">
378
+ <svg viewBox="0 0 24 24"><path d="M17 1H7c-1.1 0-2 .9-2 2v18l7-3 7 3V3c0-1.1-.9-2-2-2z"/></svg>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Gesture bar -->
383
+ <div class="gesture-bar"></div>
384
+ </div>
385
+ </body>
386
+ </html>
code/11702/11702_2.html ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>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; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; width:100%; height:100px;
16
+ background:#2c2d31; color:#fff;
17
+ display:flex; align-items:center; justify-content:space-between;
18
+ padding:0 32px; box-sizing:border-box; font-size:36px;
19
+ }
20
+ .status-left { display:flex; align-items:center; gap:16px; }
21
+ .status-right { display:flex; align-items:center; gap:26px; }
22
+ .sb-icon svg { fill:#fff; }
23
+ .battery { display:flex; align-items:center; gap:10px; font-size:32px; }
24
+
25
+ /* App bar */
26
+ .app-bar {
27
+ position:absolute; top:100px; left:0; width:100%; height:160px;
28
+ background:#333438; color:#fff;
29
+ display:flex; align-items:center; justify-content:space-between;
30
+ padding:0 28px; box-sizing:border-box;
31
+ }
32
+ .app-left { display:flex; align-items:center; gap:24px; }
33
+ .title-wrap { display:flex; flex-direction:column; }
34
+ .title { font-size:46px; line-height:1.2; }
35
+ .subtitle { font-size:32px; color:#cfcfcf; }
36
+ .app-right { display:flex; align-items:center; gap:36px; }
37
+ .app-icon svg { fill:#fff; }
38
+
39
+ /* Tabs */
40
+ .tabs {
41
+ position:absolute; top:260px; left:0; width:100%; height:110px;
42
+ background:#ffffff; display:flex; align-items:flex-end; padding:0 28px 0 28px;
43
+ box-sizing:border-box; border-bottom:1px solid #e5e5e5;
44
+ }
45
+ .tab {
46
+ font-size:40px; color:#7a7d80; padding:32px 32px 24px; margin-right:18px;
47
+ border-bottom:6px solid transparent;
48
+ }
49
+ .tab.active { color:#202124; border-bottom-color:#1a73e8; }
50
+
51
+ /* Search field */
52
+ .search-row {
53
+ position:absolute; top:370px; left:0; width:100%;
54
+ padding:26px 28px; box-sizing:border-box;
55
+ background:#fff;
56
+ border-bottom:1px solid #f0f0f0;
57
+ }
58
+ .search-box {
59
+ height:120px; border:1px solid #d9d9d9; border-radius:16px;
60
+ display:flex; align-items:center; padding:0 24px; box-sizing:border-box;
61
+ background:#fff;
62
+ }
63
+ .search-input { flex:1; font-size:44px; color:#202124; }
64
+ .search-placeholder { color:#202124; }
65
+ .search-icons { display:flex; align-items:center; gap:24px; }
66
+
67
+ /* Suggestions */
68
+ .suggestions {
69
+ position:absolute; top:490px; left:0; width:100%; bottom:900px;
70
+ overflow:hidden; background:#fff;
71
+ }
72
+ .s-item {
73
+ display:flex; align-items:center; justify-content:space-between;
74
+ padding:30px 28px; box-sizing:border-box; height:110px;
75
+ border-bottom:1px solid #efefef;
76
+ }
77
+ .s-left { display:flex; align-items:center; gap:26px; }
78
+ .s-text { font-size:42px; color:#3c4043; }
79
+ .s-text strong { font-weight:700; color:#3c4043; }
80
+ .s-icon svg { fill:#6f7175; }
81
+
82
+ /* Keyboard */
83
+ .keyboard {
84
+ position:absolute; left:0; bottom:40px; width:100%; height:860px;
85
+ background:#14181b; color:#e8eaed; box-sizing:border-box;
86
+ border-top-left-radius:20px; border-top-right-radius:20px;
87
+ padding-top:20px;
88
+ }
89
+ .kb-suggestions {
90
+ display:flex; gap:16px; padding:0 28px 18px; box-sizing:border-box;
91
+ }
92
+ .chip {
93
+ background:#22272b; color:#c6c8ca; padding:16px 22px; border-radius:26px; font-size:34px;
94
+ border:1px solid #2c3136;
95
+ }
96
+ .kb-row { display:flex; gap:14px; padding:18px 20px; box-sizing:border-box; }
97
+ .key {
98
+ background:#1f2428; border:1px solid #2d3237; color:#e8eaed;
99
+ height:120px; min-width:88px; flex:1; border-radius:24px;
100
+ display:flex; align-items:center; justify-content:center; font-size:42px;
101
+ }
102
+ .key.small { flex:0 0 120px; }
103
+ .key.wide { flex:2; }
104
+ .key.green {
105
+ background:#7fe5c3; border-color:#7fe5c3; color:#063b2d;
106
+ }
107
+ .key.round { border-radius:60px; }
108
+ .key-icon svg { fill:#e8eaed; }
109
+ .key.green svg { fill:#063b2d; }
110
+
111
+ /* Gesture bar */
112
+ .gesture {
113
+ position:absolute; bottom:14px; left:50%; transform:translateX(-50%);
114
+ width:300px; height:18px; background:#e6e6e6; border-radius:18px;
115
+ }
116
+
117
+ /* Icon base */
118
+ .icon, .app-icon, .s-icon { width:48px; height:48px; }
119
+ .icon svg, .app-icon svg, .s-icon svg { width:100%; height:100%; }
120
+ </style>
121
+ </head>
122
+ <body>
123
+ <div id="render-target">
124
+
125
+ <!-- Status Bar -->
126
+ <div class="status-bar">
127
+ <div class="status-left">
128
+ <div>2:03</div>
129
+ </div>
130
+ <div class="status-right">
131
+ <div class="sb-icon icon">
132
+ <!-- signal -->
133
+ <svg viewBox="0 0 24 24"><path d="M2 16h3v6H2zM7 12h3v10H7zM12 8h3v14h-3zM17 4h3v18h-3z"/></svg>
134
+ </div>
135
+ <div class="sb-icon icon">
136
+ <!-- wifi -->
137
+ <svg viewBox="0 0 24 24"><path d="M12 18a2 2 0 1 0 .001 3.999A2 2 0 0 0 12 18zm-7-7 2 2a10 10 0 0 1 14 0l2-2a12.5 12.5 0 0 0-18 0zm3-3 2 2a6.5 6.5 0 0 1 8 0l2-2a8.5 8.5 0 0 0-12 0z"/></svg>
138
+ </div>
139
+ <div class="battery">
140
+ <div class="sb-icon icon">
141
+ <!-- battery -->
142
+ <svg viewBox="0 0 28 24">
143
+ <rect x="2" y="6" width="20" height="12" rx="2" fill="#fff"></rect>
144
+ <rect x="4" y="8" width="14" height="8" fill="#2c2d31"></rect>
145
+ <rect x="22" y="9" width="4" height="6" rx="1" fill="#fff"></rect>
146
+ </svg>
147
+ </div>
148
+ <div>100%</div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- App Bar -->
154
+ <div class="app-bar">
155
+ <div class="app-left">
156
+ <div class="app-icon">
157
+ <!-- close -->
158
+ <svg viewBox="0 0 24 24"><path d="M5 5l14 14M19 5L5 19" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
159
+ </div>
160
+ <div class="app-icon">
161
+ <!-- lock -->
162
+ <svg viewBox="0 0 24 24"><path d="M6 10h12v10H6zM8 10V7a4 4 0 0 1 8 0v3" fill="#fff"/></svg>
163
+ </div>
164
+ <div class="title-wrap">
165
+ <div class="title">Change search criteria</div>
166
+ <div class="subtitle">google.com</div>
167
+ </div>
168
+ </div>
169
+ <div class="app-right">
170
+ <div class="app-icon">
171
+ <!-- share -->
172
+ <svg viewBox="0 0 24 24"><path d="M14 3l7 7-7 7v-4H7v-6h7V3z" /></svg>
173
+ </div>
174
+ <div class="app-icon">
175
+ <!-- bookmark -->
176
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18l-6-4-6 4z" /></svg>
177
+ </div>
178
+ <div class="app-icon">
179
+ <!-- more -->
180
+ <svg viewBox="0 0 24 24"><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/></svg>
181
+ </div>
182
+ </div>
183
+ </div>
184
+
185
+ <!-- Tabs -->
186
+ <div class="tabs">
187
+ <div class="tab active">Search</div>
188
+ <div class="tab">Dates</div>
189
+ <div class="tab">Guests</div>
190
+ </div>
191
+
192
+ <!-- Search field -->
193
+ <div class="search-row">
194
+ <div class="search-box">
195
+ <div class="icon">
196
+ <!-- back arrow -->
197
+ <svg viewBox="0 0 24 24"><path d="M15 19L6 12l9-7v5h7v4h-7z" fill="#6f7175"/></svg>
198
+ </div>
199
+ <div class="search-input">
200
+ <span class="search-placeholder">hotels in berlin</span>
201
+ </div>
202
+ <div class="search-icons">
203
+ <div class="icon">
204
+ <!-- clear X -->
205
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#6f7175" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- Suggestions list -->
212
+ <div class="suggestions">
213
+ <div class="s-item">
214
+ <div class="s-left">
215
+ <div class="s-icon">
216
+ <!-- bed icon -->
217
+ <svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg>
218
+ </div>
219
+ <div class="s-text">hotels in berlin <strong>germany</strong></div>
220
+ </div>
221
+ <div class="s-icon">
222
+ <!-- northeast arrow -->
223
+ <svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="s-item">
228
+ <div class="s-left">
229
+ <div class="s-icon">
230
+ <svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg>
231
+ </div>
232
+ <div class="s-text"><strong>hostels</strong> in berlin</div>
233
+ </div>
234
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
235
+ </div>
236
+
237
+ <div class="s-item">
238
+ <div class="s-left">
239
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
240
+ <div class="s-text">hotels in berlin <strong>city centre</strong></div>
241
+ </div>
242
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
243
+ </div>
244
+
245
+ <div class="s-item">
246
+ <div class="s-left">
247
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
248
+ <div class="s-text">hotels in berlin <strong>ohio</strong></div>
249
+ </div>
250
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
251
+ </div>
252
+
253
+ <div class="s-item">
254
+ <div class="s-left">
255
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
256
+ <div class="s-text"><strong>cheap</strong> hotels in berlin</div>
257
+ </div>
258
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
259
+ </div>
260
+
261
+ <div class="s-item">
262
+ <div class="s-left">
263
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
264
+ <div class="s-text"><strong>best</strong> hotels in berlin</div>
265
+ </div>
266
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
267
+ </div>
268
+
269
+ <div class="s-item">
270
+ <div class="s-left">
271
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
272
+ <div class="s-text">hotels in berlin <strong>md</strong></div>
273
+ </div>
274
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
275
+ </div>
276
+
277
+ <div class="s-item">
278
+ <div class="s-left">
279
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M2 15h2v4h2v-4h12a3 3 0 0 0 0-6H8V7H6v2H2v6z"/></svg></div>
280
+ <div class="s-text">hotels in berlin <strong>mitte</strong></div>
281
+ </div>
282
+ <div class="s-icon"><svg viewBox="0 0 24 24"><path d="M8 16l8-8v6h2V6h-8v2h6l-8 8z"/></svg></div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Keyboard -->
287
+ <div class="keyboard">
288
+ <div class="kb-suggestions">
289
+ <div class="chip">berlin</div>
290
+ <div class="chip">Berlin</div>
291
+ <div class="chip">Berliner</div>
292
+ </div>
293
+
294
+ <div class="kb-row">
295
+ <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>
296
+ </div>
297
+ <div class="kb-row">
298
+ <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>
299
+ </div>
300
+ <div class="kb-row">
301
+ <div class="key small">
302
+ <!-- shift -->
303
+ <div class="key-icon"><svg viewBox="0 0 24 24"><path d="M12 4l8 8h-5v8H9v-8H4z"/></svg></div>
304
+ </div>
305
+ <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>
306
+ <div class="key small">
307
+ <!-- backspace -->
308
+ <div class="key-icon"><svg viewBox="0 0 24 24"><path d="M5 7l5-4h11v18H10L5 17zm6 3 6 6m0-6-6 6" stroke="#e8eaed" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div>
309
+ </div>
310
+ </div>
311
+ <div class="kb-row">
312
+ <div class="key small green round">?123</div>
313
+ <div class="key small">,</div>
314
+ <div class="key small">
315
+ <!-- emoji -->
316
+ <div class="key-icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#e8eaed" stroke-width="2"/><circle cx="9" cy="10" r="1.2"/><circle cx="15" cy="10" r="1.2"/><path d="M8 15c1.3 1 2.7 1.5 4 1.5s2.7-.5 4-1.5" stroke="#e8eaed" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div>
317
+ </div>
318
+ <div class="key wide">space</div>
319
+ <div class="key small">
320
+ <!-- mic -->
321
+ <div class="key-icon"><svg viewBox="0 0 24 24"><path d="M12 4a3 3 0 0 1 3 3v5a3 3 0 0 1-6 0V7a3 3 0 0 1 3-3zm-6 8a6 6 0 0 0 12 0M11 18v3h2v-3" fill="none" stroke="#e8eaed" stroke-width="2" stroke-linecap="round"/></svg></div>
322
+ </div>
323
+ <div class="key small green round">
324
+ <!-- enter -->
325
+ <div class="key-icon"><svg viewBox="0 0 24 24"><path d="M5 12h11v-3l4 4-4 4v-3H5z"/></svg></div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+
330
+ <div class="gesture"></div>
331
+
332
+ </div>
333
+ </body>
334
+ </html>
code/11702/11702_3.html ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>UI Recreation</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
+ /* Status bar */
14
+ .statusbar {
15
+ height:110px; background:#2f2f33; color:#eaeaea;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ padding:0 32px; font-size:36px;
18
+ }
19
+ .status-icons { display:flex; align-items:center; gap:28px; }
20
+ .status-dot { width:22px; height:22px; background:#cfcfcf; border-radius:50%; opacity:.8; }
21
+ .battery {
22
+ width:60px; height:28px; border:3px solid #eaeaea; border-radius:6px; position:relative;
23
+ }
24
+ .battery::after {
25
+ content:""; position:absolute; right:-12px; top:8px; width:8px; height:12px; background:#eaeaea; border-radius:2px;
26
+ }
27
+ .battery .level { position:absolute; left:3px; top:3px; height:20px; width:44px; background:#7bdc97; }
28
+
29
+ /* App bar */
30
+ .appbar {
31
+ height:150px; background:#2f2f33; color:#fff; display:flex; align-items:center;
32
+ padding:0 24px; box-shadow:0 2px 0 rgba(0,0,0,0.3);
33
+ }
34
+ .app-left, .app-right { display:flex; align-items:center; gap:26px; }
35
+ .app-center { flex:1; padding-left:20px; }
36
+ .title-row { display:flex; align-items:center; gap:16px; }
37
+ .title { font-size:40px; font-weight:600; }
38
+ .subtitle { font-size:28px; color:#cfcfcf; margin-top:6px; }
39
+
40
+ /* Tabs */
41
+ .tabs {
42
+ display:flex; align-items:center; gap:54px; background:#ffffff; padding:24px 32px 0 32px;
43
+ border-bottom:1px solid #e5e5e5;
44
+ }
45
+ .tab { font-size:34px; color:#6b6b6b; padding-bottom:20px; }
46
+ .tab.active { color:#1a1a1a; border-bottom:6px solid #1a73e8; }
47
+
48
+ /* Search field */
49
+ .searchbar {
50
+ margin:24px; background:#f5f6f7; border:1px solid #e3e3e3; border-radius:16px;
51
+ height:120px; display:flex; align-items:center; padding:0 24px; color:#777; font-size:34px;
52
+ }
53
+ .searchbar svg { margin-right:16px; }
54
+ .searchbar .placeholder { color:#6d6d6d; }
55
+
56
+ /* Suggestions */
57
+ .suggestions { margin-top:6px; }
58
+ .s-item {
59
+ display:flex; align-items:center; justify-content:space-between;
60
+ padding:32px; border-bottom:1px solid #e9e9e9; height:120px;
61
+ }
62
+ .s-left { display:flex; align-items:center; gap:26px; }
63
+ .s-text { font-size:38px; color:#222; }
64
+ .s-icon { width:54px; height:54px; }
65
+ .s-right { width:48px; height:48px; }
66
+ .content-spacer { height:360px; }
67
+
68
+ /* Keyboard */
69
+ .keyboard {
70
+ position:absolute; left:0; bottom:60px; width:100%; height:920px;
71
+ background:#1e2426; color:#cfd8dc; box-shadow:0 -6px 18px rgba(0,0,0,0.25);
72
+ padding:24px 24px 32px 24px;
73
+ }
74
+ .kb-toolbar {
75
+ height:100px; display:flex; align-items:center; gap:36px; padding:0 8px;
76
+ }
77
+ .kb-tool {
78
+ width:96px; height:72px; background:#243135; border-radius:18px;
79
+ display:flex; align-items:center; justify-content:center;
80
+ }
81
+ .keys { margin-top:18px; display:flex; flex-direction:column; gap:18px; }
82
+ .row { display:flex; gap:14px; justify-content:center; }
83
+ .key {
84
+ min-width:86px; height:120px; background:#263238; border-radius:24px;
85
+ display:flex; align-items:center; justify-content:center; font-size:44px; color:#dce6ea;
86
+ }
87
+ .key.large { min-width:180px; }
88
+ .space { flex:1; height:120px; background:#263238; border-radius:24px; display:flex; align-items:center; justify-content:center; font-size:40px; }
89
+ .accent { background:#72dfb8; color:#0f1b1e; font-weight:700; }
90
+ .mic { width:120px; }
91
+
92
+ /* Gesture bar */
93
+ .gesture { position:absolute; bottom:16px; left:50%; transform:translateX(-50%); width:240px; height:12px; background:#e6e6e6; border-radius:6px; opacity:.9; }
94
+ /* Generic svg styles */
95
+ .icon { width:48px; height:48px; fill:none; stroke:#fff; stroke-width:6; }
96
+ .icon-dark { stroke:#5f6368; fill:none; }
97
+ .icon-fill { fill:#5f6368; stroke:none; }
98
+ </style>
99
+ </head>
100
+ <body>
101
+ <div id="render-target">
102
+
103
+ <!-- Status Bar -->
104
+ <div class="statusbar">
105
+ <div>2:04</div>
106
+ <div class="status-icons">
107
+ <div class="status-dot"></div>
108
+ <div class="status-dot"></div>
109
+ <div class="status-dot"></div>
110
+ <!-- WiFi -->
111
+ <svg width="40" height="40">
112
+ <path d="M5 20 Q20 8 35 20" stroke="#eaeaea" stroke-width="4" fill="none"/>
113
+ <path d="M10 25 Q20 17 30 25" stroke="#eaeaea" stroke-width="4" fill="none"/>
114
+ <circle cx="20" cy="30" r="3" fill="#eaeaea"/>
115
+ </svg>
116
+ <!-- Battery -->
117
+ <div class="battery"><div class="level"></div></div>
118
+ <div style="font-size:34px; color:#eaeaea;">100%</div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- App Bar -->
123
+ <div class="appbar">
124
+ <div class="app-left">
125
+ <!-- Close icon -->
126
+ <svg class="icon" viewBox="0 0 48 48">
127
+ <path d="M10 10 L38 38 M38 10 L10 38"></path>
128
+ </svg>
129
+ </div>
130
+ <div class="app-center">
131
+ <div class="title-row">
132
+ <!-- Lock icon -->
133
+ <svg width="48" height="48" viewBox="0 0 48 48" class="icon">
134
+ <rect x="10" y="22" width="28" height="18" rx="4" ry="4" stroke="#fff" fill="none" stroke-width="4"/>
135
+ <path d="M16 22 V16 a8 8 0 0 1 16 0 v6" stroke="#fff" stroke-width="4" fill="none"/>
136
+ </svg>
137
+ <div class="title">Change search criteria</div>
138
+ </div>
139
+ <div class="subtitle">google.com</div>
140
+ </div>
141
+ <div class="app-right">
142
+ <!-- Share -->
143
+ <svg class="icon" viewBox="0 0 48 48">
144
+ <circle cx="12" cy="24" r="5" stroke="#fff" fill="none"></circle>
145
+ <circle cx="36" cy="12" r="5" stroke="#fff" fill="none"></circle>
146
+ <circle cx="36" cy="36" r="5" stroke="#fff" fill="none"></circle>
147
+ <path d="M16 22 L31 14 M16 26 L31 34" stroke="#fff" />
148
+ </svg>
149
+ <!-- Bookmark -->
150
+ <svg class="icon" viewBox="0 0 48 48">
151
+ <path d="M12 8 H36 V40 L24 32 L12 40 Z" stroke="#fff" fill="none"></path>
152
+ </svg>
153
+ <!-- More (vertical dots) -->
154
+ <svg class="icon" viewBox="0 0 48 48">
155
+ <circle cx="24" cy="12" r="4" fill="#fff"></circle>
156
+ <circle cx="24" cy="24" r="4" fill="#fff"></circle>
157
+ <circle cx="24" cy="36" r="4" fill="#fff"></circle>
158
+ </svg>
159
+ </div>
160
+ </div>
161
+
162
+ <!-- Tabs -->
163
+ <div class="tabs">
164
+ <div class="tab active">Search</div>
165
+ <div class="tab">Dates</div>
166
+ <div class="tab">Guests</div>
167
+ </div>
168
+
169
+ <!-- Search bar -->
170
+ <div class="searchbar">
171
+ <!-- Back arrow -->
172
+ <svg width="48" height="48" viewBox="0 0 48 48" class="icon-dark">
173
+ <path d="M30 10 L18 24 L30 38" stroke="#5f6368" stroke-width="6" fill="none" />
174
+ </svg>
175
+ <div class="placeholder">Search for places, hotels and more</div>
176
+ </div>
177
+
178
+ <!-- Suggestions list -->
179
+ <div class="suggestions">
180
+
181
+ <div class="s-item">
182
+ <div class="s-left">
183
+ <!-- Bed icon -->
184
+ <svg class="s-icon" viewBox="0 0 48 48">
185
+ <rect x="6" y="20" width="36" height="12" rx="2" class="icon-fill"/>
186
+ <rect x="10" y="14" width="10" height="6" class="icon-fill"/>
187
+ <rect x="4" y="32" width="4" height="8" class="icon-fill"/>
188
+ <rect x="40" y="32" width="4" height="8" class="icon-fill"/>
189
+ </svg>
190
+ <div class="s-text">hotels in berlin germany</div>
191
+ </div>
192
+ <!-- Arrow right -->
193
+ <svg class="s-right" viewBox="0 0 48 48">
194
+ <path d="M18 12 L30 24 L18 36" stroke="#5f6368" stroke-width="6" fill="none"/>
195
+ </svg>
196
+ </div>
197
+
198
+ <div class="s-item">
199
+ <div class="s-left">
200
+ <svg class="s-icon" viewBox="0 0 48 48">
201
+ <rect x="6" y="20" width="36" height="12" rx="2" class="icon-fill"/>
202
+ <rect x="10" y="14" width="10" height="6" class="icon-fill"/>
203
+ <rect x="4" y="32" width="4" height="8" class="icon-fill"/>
204
+ <rect x="40" y="32" width="4" height="8" class="icon-fill"/>
205
+ </svg>
206
+ <div class="s-text">hostels in berlin</div>
207
+ </div>
208
+ <svg class="s-right" viewBox="0 0 48 48">
209
+ <path d="M18 12 L30 24 L18 36" stroke="#5f6368" stroke-width="6" fill="none"/>
210
+ </svg>
211
+ </div>
212
+
213
+ <div class="s-item">
214
+ <div class="s-left">
215
+ <svg class="s-icon" viewBox="0 0 48 48">
216
+ <rect x="6" y="20" width="36" height="12" rx="2" class="icon-fill"/>
217
+ <rect x="10" y="14" width="10" height="6" class="icon-fill"/>
218
+ <rect x="4" y="32" width="4" height="8" class="icon-fill"/>
219
+ <rect x="40" y="32" width="4" height="8" class="icon-fill"/>
220
+ </svg>
221
+ <div class="s-text">hotels in berlin city centre</div>
222
+ </div>
223
+ <svg class="s-right" viewBox="0 0 48 48">
224
+ <path d="M18 12 L30 24 L18 36" stroke="#5f6368" stroke-width="6" fill="none"/>
225
+ </svg>
226
+ </div>
227
+
228
+ <div class="s-item">
229
+ <div class="s-left">
230
+ <svg class="s-icon" viewBox="0 0 48 48">
231
+ <rect x="6" y="20" width="36" height="12" rx="2" class="icon-fill"/>
232
+ <rect x="10" y="14" width="10" height="6" class="icon-fill"/>
233
+ <rect x="4" y="32" width="4" height="8" class="icon-fill"/>
234
+ <rect x="40" y="32" width="4" height="8" class="icon-fill"/>
235
+ </svg>
236
+ <div class="s-text">hotels in berlin ohio</div>
237
+ </div>
238
+ <svg class="s-right" viewBox="0 0 48 48">
239
+ <path d="M18 12 L30 24 L18 36" stroke="#5f6368" stroke-width="6" fill="none"/>
240
+ </svg>
241
+ </div>
242
+
243
+ <div class="s-item">
244
+ <div class="s-left">
245
+ <svg class="s-icon" viewBox="0 0 48 48">
246
+ <rect x="6" y="20" width="36" height="12" rx="2" class="icon-fill"/>
247
+ <rect x="10" y="14" width="10" height="6" class="icon-fill"/>
248
+ <rect x="4" y="32" width="4" height="8" class="icon-fill"/>
249
+ <rect x="40" y="32" width="4" height="8" class="icon-fill"/>
250
+ </svg>
251
+ <div class="s-text">cheap hotels in berlin</div>
252
+ </div>
253
+ <svg class="s-right" viewBox="0 0 48 48">
254
+ <path d="M18 12 L30 24 L18 36" stroke="#5f6368" stroke-width="6" fill="none"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="content-spacer"></div>
260
+
261
+ <!-- Keyboard -->
262
+ <div class="keyboard">
263
+ <div class="kb-toolbar">
264
+ <div class="kb-tool">
265
+ <svg width="42" height="42" viewBox="0 0 48 48">
266
+ <rect x="8" y="8" width="32" height="32" rx="6" ry="6" fill="#9aa5aa"/>
267
+ <circle cx="16" cy="16" r="3" fill="#253237"/>
268
+ <circle cx="24" cy="16" r="3" fill="#253237"/>
269
+ <circle cx="32" cy="16" r="3" fill="#253237"/>
270
+ </svg>
271
+ </div>
272
+ <div class="kb-tool">
273
+ <svg width="42" height="42" viewBox="0 0 48 48">
274
+ <circle cx="24" cy="24" r="14" fill="#9aa5aa"/>
275
+ <circle cx="20" cy="22" r="3" fill="#253237"/>
276
+ <path d="M26 20 L30 24 L26 28" stroke="#253237" stroke-width="4" fill="none"/>
277
+ </svg>
278
+ </div>
279
+ <div class="kb-tool"><div style="color:#b7c3c8; font-weight:700;">GIF</div></div>
280
+ <div class="kb-tool">
281
+ <svg width="42" height="42" viewBox="0 0 48 48">
282
+ <circle cx="24" cy="24" r="18" stroke="#9aa5aa" stroke-width="4" fill="none"/>
283
+ <path d="M24 10 V24 L32 32" stroke="#9aa5aa" stroke-width="4" fill="none"/>
284
+ </svg>
285
+ </div>
286
+ <div class="kb-tool">
287
+ <svg width="42" height="42" viewBox="0 0 48 48">
288
+ <rect x="8" y="12" width="32" height="24" rx="6" fill="#9aa5aa"/>
289
+ <path d="M20 20 L28 20 L28 28 L20 28 Z" fill="#253237"/>
290
+ </svg>
291
+ </div>
292
+ <div class="kb-tool">
293
+ <svg width="42" height="42" viewBox="0 0 48 48">
294
+ <circle cx="24" cy="18" r="6" fill="#9aa5aa"/>
295
+ <rect x="18" y="26" width="12" height="10" rx="6" fill="#9aa5aa"/>
296
+ </svg>
297
+ </div>
298
+ </div>
299
+
300
+ <div class="keys">
301
+ <div class="row">
302
+ <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>
303
+ </div>
304
+ <div class="row">
305
+ <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>
306
+ </div>
307
+ <div class="row">
308
+ <div class="key large">⇧</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 large">
311
+ <svg width="48" height="48" viewBox="0 0 48 48">
312
+ <path d="M18 16 L30 24 L18 32" stroke="#dce6ea" stroke-width="6" fill="none"/>
313
+ </svg>
314
+ </div>
315
+ </div>
316
+ <div class="row">
317
+ <div class="key accent large">?123</div>
318
+ <div class="key">,</div>
319
+ <div class="space">space</div>
320
+ <div class="key mic">
321
+ <svg width="36" height="36" viewBox="0 0 48 48">
322
+ <rect x="18" y="14" width="12" height="18" rx="6" fill="#dce6ea"/>
323
+ <path d="M14 24 Q24 30 34 24" stroke="#dce6ea" stroke-width="4" fill="none"/>
324
+ <path d="M24 30 V36" stroke="#dce6ea" stroke-width="4"/>
325
+ </svg>
326
+ </div>
327
+ <div class="key accent large">
328
+ <svg width="46" height="46" viewBox="0 0 48 48">
329
+ <path d="M14 34 L30 34 L30 14" stroke="#0f1b1e" stroke-width="6" fill="none"/>
330
+ <path d="M22 26 L30 34 L38 26" stroke="#0f1b1e" stroke-width="6" fill="none"/>
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Bottom gesture bar -->
338
+ <div class="gesture"></div>
339
+
340
+ </div>
341
+ </body>
342
+ </html>
code/11702/11702_4.html ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Search UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #111315;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ height: 100px;
21
+ background: #222428;
22
+ display: flex;
23
+ align-items: center;
24
+ justify-content: space-between;
25
+ padding: 0 32px;
26
+ font-size: 34px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-right { display: flex; align-items: center; gap: 26px; }
30
+
31
+ /* Header */
32
+ .app-bar {
33
+ height: 180px;
34
+ background: #2E3136;
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 26px;
38
+ box-sizing: border-box;
39
+ }
40
+ .app-left, .app-right { display: flex; align-items: center; }
41
+ .app-left { gap: 24px; flex: 1; }
42
+ .title-wrap { display: flex; flex-direction: column; }
43
+ .title {
44
+ font-size: 44px;
45
+ color: #ffffff;
46
+ }
47
+ .subtitle {
48
+ font-size: 28px;
49
+ color: #b8bec6;
50
+ margin-top: 6px;
51
+ }
52
+ .app-right { gap: 36px; }
53
+
54
+ /* Tabs */
55
+ .tabs {
56
+ background: #ffffff;
57
+ color: #2c2c2c;
58
+ height: 110px;
59
+ display: flex;
60
+ align-items: flex-end;
61
+ padding: 0 36px;
62
+ box-sizing: border-box;
63
+ position: relative;
64
+ border-bottom: 1px solid #e6e6e6;
65
+ }
66
+ .tab {
67
+ font-size: 38px;
68
+ color: #80868b;
69
+ margin-right: 56px;
70
+ padding-bottom: 26px;
71
+ }
72
+ .tab.active {
73
+ color: #1a73e8;
74
+ font-weight: 600;
75
+ }
76
+ .indicator {
77
+ position: absolute;
78
+ bottom: 0;
79
+ left: 36px;
80
+ width: 140px;
81
+ height: 8px;
82
+ background: #1a73e8;
83
+ border-radius: 4px 4px 0 0;
84
+ }
85
+
86
+ /* Search field */
87
+ .search-area {
88
+ background: #ffffff;
89
+ padding: 24px 26px 6px 26px;
90
+ box-sizing: border-box;
91
+ border-bottom: 1px solid #e9e9e9;
92
+ }
93
+ .search-input {
94
+ height: 120px;
95
+ border: 1px solid #d9d9d9;
96
+ border-radius: 16px;
97
+ display: flex;
98
+ align-items: center;
99
+ padding: 0 26px;
100
+ box-sizing: border-box;
101
+ gap: 20px;
102
+ }
103
+ .search-placeholder {
104
+ font-size: 42px;
105
+ color: #4a4f55;
106
+ flex: 1;
107
+ }
108
+ .cancel-x { color: #8b9097; }
109
+
110
+ /* Suggestions list */
111
+ .list {
112
+ height: 980px; /* space above keyboard */
113
+ background: #ffffff;
114
+ overflow: hidden;
115
+ padding-bottom: 8px;
116
+ }
117
+ .item {
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 26px 30px;
121
+ height: 120px;
122
+ box-sizing: border-box;
123
+ border-bottom: 1px solid #efefef;
124
+ color: #2b2b2b;
125
+ gap: 26px;
126
+ }
127
+ .item-text {
128
+ font-size: 40px;
129
+ flex: 1;
130
+ }
131
+ .item-text .bold { font-weight: 700; }
132
+ .tail { color: #8a8f96; }
133
+
134
+ /* Keyboard mock */
135
+ .keyboard {
136
+ position: absolute;
137
+ left: 0; right: 0; bottom: 0;
138
+ height: 900px;
139
+ background: #171a1c;
140
+ border-top: 1px solid #262a2e;
141
+ padding: 26px 22px 120px;
142
+ box-sizing: border-box;
143
+ }
144
+ .key-row {
145
+ display: flex;
146
+ justify-content: center;
147
+ gap: 14px;
148
+ margin-bottom: 22px;
149
+ }
150
+ .key {
151
+ background: #23282b;
152
+ border: 1px solid #30363a;
153
+ color: #e5e9ec;
154
+ border-radius: 14px;
155
+ height: 120px;
156
+ min-width: 96px;
157
+ padding: 0 22px;
158
+ display: flex;
159
+ align-items: center;
160
+ justify-content: center;
161
+ font-size: 42px;
162
+ box-sizing: border-box;
163
+ }
164
+ .key.wide { min-width: 140px; }
165
+ .key.xwide { min-width: 180px; }
166
+ .key.space { flex: 1; }
167
+ .key.circle {
168
+ border-radius: 60px;
169
+ min-width: 120px;
170
+ background: #6be7c3;
171
+ color: #0b1c16;
172
+ font-weight: 700;
173
+ }
174
+ .gesture-bar {
175
+ position: absolute;
176
+ bottom: 26px;
177
+ left: 50%;
178
+ transform: translateX(-50%);
179
+ width: 310px;
180
+ height: 12px;
181
+ background: #e8e8e8;
182
+ border-radius: 6px;
183
+ opacity: 0.9;
184
+ }
185
+
186
+ /* Simple icon styling */
187
+ svg { display: block; }
188
+ .icon-btn { width: 56px; height: 56px; }
189
+ .icon-lg { width: 48px; height: 48px; }
190
+ .bed { width: 56px; height: 56px; color: #61656a; }
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div id="render-target">
195
+
196
+ <!-- Status bar -->
197
+ <div class="status-bar">
198
+ <div>2:04</div>
199
+ <div class="status-right">
200
+ <!-- simple status icons -->
201
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#cbd3dc"><circle cx="12" cy="12" r="10"/></svg>
202
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#cbd3dc"><rect x="2" y="8" width="20" height="8" rx="2"/></svg>
203
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="#cbd3dc"><path d="M7 20h10a2 2 0 0 0 2-2V8l-4-4H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2z"/></svg>
204
+ <div style="display:flex;align-items:center;gap:8px;">
205
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="#cbd3dc"><path d="M16 8h2a2 2 0 0 1 2 2v6h-4V8zM4 10a2 2 0 0 1 2-2h8v8H4v-6z"/><rect x="18" y="10" width="2" height="6" rx="1"/></svg>
206
+ <span>100%</span>
207
+ </div>
208
+ </div>
209
+ </div>
210
+
211
+ <!-- App header -->
212
+ <div class="app-bar">
213
+ <div class="app-left">
214
+ <!-- close icon -->
215
+ <svg class="icon-btn" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
216
+ <path d="M4 4l16 16M20 4L4 20"/>
217
+ </svg>
218
+ <!-- lock -->
219
+ <svg class="icon-lg" viewBox="0 0 24 24" fill="#b8bec6">
220
+ <path d="M6 10h12v10H6z"/><path d="M8 10V7a4 4 0 0 1 8 0v3H8z" fill="#b8bec6"/>
221
+ </svg>
222
+ <div class="title-wrap">
223
+ <div class="title">Change search criteria</div>
224
+ <div class="subtitle">google.com</div>
225
+ </div>
226
+ </div>
227
+ <div class="app-right">
228
+ <!-- share -->
229
+ <svg class="icon-lg" viewBox="0 0 24 24" fill="#ffffff">
230
+ <circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/>
231
+ <path d="M8.6 11L15.4 7M8.6 13L15.4 17" stroke="#ffffff" stroke-width="2" fill="none"/>
232
+ </svg>
233
+ <!-- bookmark -->
234
+ <svg class="icon-lg" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2">
235
+ <path d="M6 4h12v16l-6-4-6 4z"/>
236
+ </svg>
237
+ <!-- more -->
238
+ <svg class="icon-lg" viewBox="0 0 24 24" fill="#ffffff">
239
+ <circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/>
240
+ </svg>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Tabs -->
245
+ <div class="tabs">
246
+ <div class="tab active">Search</div>
247
+ <div class="tab">Dates</div>
248
+ <div class="tab">Guests</div>
249
+ <div class="indicator"></div>
250
+ </div>
251
+
252
+ <!-- Search input -->
253
+ <div class="search-area">
254
+ <div class="search-input">
255
+ <!-- back arrow -->
256
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#5f6368" stroke-width="2">
257
+ <path d="M14 6l-6 6 6 6"/><path d="M20 12H9" />
258
+ </svg>
259
+ <div class="search-placeholder">Hotels in Berlin</div>
260
+ <svg class="cancel-x" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#8b9097" stroke-width="2">
261
+ <path d="M4 4l16 16M20 4L4 20"/>
262
+ </svg>
263
+ </div>
264
+ </div>
265
+
266
+ <!-- Suggestions -->
267
+ <div class="list">
268
+ <div class="item">
269
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
270
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
271
+ </svg>
272
+ <div class="item-text">hotels in berlin <span class="bold">germany</span></div>
273
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
274
+ <path d="M8 5l8 7-8 7"/>
275
+ </svg>
276
+ </div>
277
+ <div class="item">
278
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
279
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
280
+ </svg>
281
+ <div class="item-text">hotels in berlin <span class="bold">ohio</span></div>
282
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
283
+ <path d="M8 5l8 7-8 7"/>
284
+ </svg>
285
+ </div>
286
+ <div class="item">
287
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
288
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
289
+ </svg>
290
+ <div class="item-text">hotels in berlin <span class="bold">city centre</span></div>
291
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
292
+ <path d="M8 5l8 7-8 7"/>
293
+ </svg>
294
+ </div>
295
+ <div class="item">
296
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
297
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
298
+ </svg>
299
+ <div class="item-text">hotels in berlin <span class="bold">md</span></div>
300
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
301
+ <path d="M8 5l8 7-8 7"/>
302
+ </svg>
303
+ </div>
304
+ <div class="item">
305
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
306
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
307
+ </svg>
308
+ <div class="item-text">hotels in berlin <span class="bold">mitte</span></div>
309
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
310
+ <path d="M8 5l8 7-8 7"/>
311
+ </svg>
312
+ </div>
313
+ <div class="item">
314
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
315
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
316
+ </svg>
317
+ <div class="item-text">hotels in berlin <span class="bold">nh</span></div>
318
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
319
+ <path d="M8 5l8 7-8 7"/>
320
+ </svg>
321
+ </div>
322
+ <div class="item">
323
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
324
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
325
+ </svg>
326
+ <div class="item-text">hotels in berlin <span class="bold">nj</span></div>
327
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
328
+ <path d="M8 5l8 7-8 7"/>
329
+ </svg>
330
+ </div>
331
+ <div class="item">
332
+ <svg class="bed" viewBox="0 0 24 24" fill="currentColor">
333
+ <path d="M2 7h7a3 3 0 0 1 3 3v1h10v6h-2v-2H4v2H2V7zM4 12h8v-2a1 1 0 0 0-1-1H4v3z"/>
334
+ </svg>
335
+ <div class="item-text">hotels in berlin <span class="bold">new hampshire</span></div>
336
+ <svg class="tail" width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#8a8f96" stroke-width="2">
337
+ <path d="M8 5l8 7-8 7"/>
338
+ </svg>
339
+ </div>
340
+ </div>
341
+
342
+ <!-- Keyboard -->
343
+ <div class="keyboard">
344
+ <div class="key-row">
345
+ <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>
346
+ <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>
347
+ </div>
348
+ <div class="key-row">
349
+ <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>
350
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
351
+ <div class="key"><svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#e5e9ec" stroke-width="2"><path d="M21 12H8"/><path d="M12 18l-6-6 6-6"/></svg></div>
352
+ </div>
353
+ <div class="key-row">
354
+ <div class="key xwide"><svg width="40" height="40" viewBox="0 0 24 24" fill="#e5e9ec"><path d="M3 20h18v-2H3v2zM8 18h2V6h4v12h2L12 22 8 18z"/></svg></div>
355
+ <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>
356
+ <div class="key">n</div><div class="key">m</div>
357
+ <div class="key xwide"><svg width="42" height="42" viewBox="0 0 24 24" fill="none" stroke="#e5e9ec" stroke-width="2"><path d="M9 9l6 6M15 9l-6 6"/></svg></div>
358
+ </div>
359
+ <div class="key-row">
360
+ <div class="key circle">?123</div>
361
+ <div class="key wide">,</div>
362
+ <div class="key space"></div>
363
+ <div class="key wide">.</div>
364
+ <div class="key circle">
365
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#0b1c16" stroke-width="2">
366
+ <path d="M5 12h9"/><path d="M13 5l7 7-7 7"/>
367
+ </svg>
368
+ </div>
369
+ </div>
370
+ <div class="gesture-bar"></div>
371
+ </div>
372
+
373
+ </div>
374
+ </body>
375
+ </html>
code/11702/11702_5.html ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Rendered UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #222;
17
+ }
18
+
19
+ /* Top browser chrome */
20
+ .browser-header {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 100%;
25
+ background: #2e2e2e;
26
+ color: #fff;
27
+ }
28
+ .status-row {
29
+ height: 90px;
30
+ display: flex;
31
+ align-items: center;
32
+ padding: 0 28px;
33
+ font-size: 32px;
34
+ color: #eaeaea;
35
+ }
36
+ .status-row .spacer { flex: 1; }
37
+ .status-icons { display: flex; align-items: center; gap: 22px; }
38
+ .addr-row {
39
+ height: 140px;
40
+ display: flex;
41
+ align-items: center;
42
+ padding: 0 26px;
43
+ gap: 26px;
44
+ color: #fff;
45
+ }
46
+ .addr-title {
47
+ flex: 1;
48
+ font-size: 36px;
49
+ white-space: nowrap;
50
+ overflow: hidden;
51
+ text-overflow: ellipsis;
52
+ }
53
+ .addr-sub {
54
+ padding: 0 26px;
55
+ font-size: 28px;
56
+ color: #cfcfcf;
57
+ height: 50px;
58
+ display: flex;
59
+ align-items: center;
60
+ }
61
+ .progress {
62
+ height: 6px;
63
+ margin: 4px 26px 12px 26px;
64
+ background: rgba(255,255,255,0.18);
65
+ border-radius: 3px;
66
+ overflow: hidden;
67
+ }
68
+ .progress > div {
69
+ width: 42%;
70
+ height: 100%;
71
+ background: #ffffff;
72
+ border-radius: 3px;
73
+ }
74
+
75
+ /* Google page header */
76
+ .google-header {
77
+ position: absolute;
78
+ top: 286px;
79
+ left: 0;
80
+ width: 100%;
81
+ height: 180px;
82
+ display: flex;
83
+ align-items: center;
84
+ justify-content: space-between;
85
+ padding: 0 36px;
86
+ background: #fff;
87
+ border-bottom: 1px solid #e6e6e6;
88
+ }
89
+ .gh-left, .gh-right { display: flex; align-items: center; gap: 36px; }
90
+ .google-logo {
91
+ font-size: 60px;
92
+ font-weight: 700;
93
+ letter-spacing: 0.5px;
94
+ }
95
+ .google-logo span { display: inline-block; }
96
+ .google-logo .g1 { color: #4285F4; }
97
+ .google-logo .o1 { color: #EA4335; }
98
+ .google-logo .o2 { color: #FBBC05; }
99
+ .google-logo .g2 { color: #34A853; }
100
+ .google-logo .l { color: #4285F4; }
101
+ .google-logo .e { color: #EA4335; }
102
+ .avatar {
103
+ width: 84px;
104
+ height: 84px;
105
+ border-radius: 50%;
106
+ background: #0f9d8f;
107
+ color: #ffffff;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ font-weight: 700;
112
+ font-size: 44px;
113
+ }
114
+
115
+ /* Tabs */
116
+ .tabs {
117
+ position: absolute;
118
+ top: 466px;
119
+ left: 0;
120
+ width: 100%;
121
+ padding: 0 36px;
122
+ display: flex;
123
+ align-items: flex-end;
124
+ gap: 70px;
125
+ height: 120px;
126
+ }
127
+ .tab {
128
+ position: relative;
129
+ font-size: 38px;
130
+ color: #6f6f6f;
131
+ padding-bottom: 26px;
132
+ }
133
+ .tab.active {
134
+ color: #1a73e8;
135
+ font-weight: 600;
136
+ }
137
+ .tab.active::after {
138
+ content: "";
139
+ position: absolute;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ bottom: 0;
143
+ width: 120px;
144
+ height: 8px;
145
+ border-radius: 4px;
146
+ background: #1a73e8;
147
+ }
148
+
149
+ /* Page empty area */
150
+ .content-area {
151
+ position: absolute;
152
+ top: 586px;
153
+ left: 0;
154
+ width: 100%;
155
+ height: calc(2400px - 586px - 140px);
156
+ background: #ffffff;
157
+ }
158
+
159
+ /* Bottom gesture bar */
160
+ .bottom-bar {
161
+ position: absolute;
162
+ bottom: 0;
163
+ left: 0;
164
+ width: 100%;
165
+ height: 140px;
166
+ background: #2e2e2e;
167
+ display: flex;
168
+ align-items: center;
169
+ justify-content: center;
170
+ }
171
+ .gesture-pill {
172
+ width: 220px;
173
+ height: 12px;
174
+ border-radius: 8px;
175
+ background: #eaeaea;
176
+ }
177
+
178
+ /* Icon base */
179
+ svg { display: block; }
180
+ .icon { width: 56px; height: 56px; }
181
+ .icon-small { width: 40px; height: 40px; }
182
+ .icon-white path, .icon-white circle, .icon-white rect { stroke: #ffffff; fill: none; }
183
+ .icon-fill-white path, .icon-fill-white rect, .icon-fill-white circle { fill: #ffffff; }
184
+ .icon-grey path, .icon-grey rect, .icon-grey circle { stroke: #6f6f6f; }
185
+ </style>
186
+ </head>
187
+ <body>
188
+ <div id="render-target">
189
+
190
+ <!-- Top system/browser chrome -->
191
+ <div class="browser-header">
192
+ <div class="status-row">
193
+ <div>2:05</div>
194
+ <div class="spacer"></div>
195
+ <div class="status-icons">
196
+ <!-- WiFi -->
197
+ <svg class="icon-small" viewBox="0 0 24 24">
198
+ <path d="M2 8c5-4 15-4 20 0" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
199
+ <path d="M5 11c4-3 10-3 14 0" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
200
+ <path d="M9 14c2-2 4-2 6 0" stroke="#eaeaea" stroke-width="2" fill="none" stroke-linecap="round"/>
201
+ <circle cx="12" cy="17" r="1.8" fill="#eaeaea"/>
202
+ </svg>
203
+ <!-- Battery -->
204
+ <svg class="icon-small" viewBox="0 0 24 24">
205
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2" fill="none" stroke="#eaeaea" stroke-width="2"/>
206
+ <rect x="4" y="9" width="14" height="6" rx="1" ry="1" fill="#eaeaea"/>
207
+ <rect x="20" y="10" width="2" height="4" rx="1" fill="#eaeaea"/>
208
+ </svg>
209
+ <div style="font-size:28px;color:#eaeaea;">100%</div>
210
+ </div>
211
+ </div>
212
+
213
+ <div class="addr-row">
214
+ <!-- Close icon -->
215
+ <svg class="icon-fill-white" viewBox="0 0 24 24">
216
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
217
+ </svg>
218
+
219
+ <!-- Lock icon -->
220
+ <svg class="icon-white" viewBox="0 0 24 24">
221
+ <rect x="5" y="11" width="14" height="9" rx="2" stroke-width="2"/>
222
+ <path d="M8 11V8a4 4 0 018 0v3" stroke-width="2"/>
223
+ </svg>
224
+
225
+ <div class="addr-title">Hotels in Berlin – Google ...</div>
226
+
227
+ <!-- Share icon -->
228
+ <svg class="icon-white" viewBox="0 0 24 24">
229
+ <circle cx="6" cy="12" r="2" fill="#ffffff"/>
230
+ <circle cx="18" cy="6" r="2" fill="#ffffff"/>
231
+ <circle cx="18" cy="18" r="2" fill="#ffffff"/>
232
+ <path d="M8 12 L16 7 M8 12 L16 17" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
233
+ </svg>
234
+
235
+ <!-- Bookmark icon -->
236
+ <svg class="icon-white" viewBox="0 0 24 24">
237
+ <path d="M6 3h12v18l-6-4-6 4z" fill="none" stroke="#ffffff" stroke-width="2" stroke-linejoin="round"/>
238
+ </svg>
239
+
240
+ <!-- More (vertical dots) -->
241
+ <svg class="icon-fill-white" viewBox="0 0 24 24">
242
+ <circle cx="12" cy="5" r="2" />
243
+ <circle cx="12" cy="12" r="2" />
244
+ <circle cx="12" cy="19" r="2" />
245
+ </svg>
246
+ </div>
247
+ <div class="addr-sub">google.com</div>
248
+ <div class="progress"><div></div></div>
249
+ </div>
250
+
251
+ <!-- Google page header -->
252
+ <div class="google-header">
253
+ <div class="gh-left">
254
+ <!-- Hamburger -->
255
+ <svg class="icon-grey" viewBox="0 0 24 24">
256
+ <path d="M3 6h18M3 12h18M3 18h18" stroke="#595959" stroke-width="2" stroke-linecap="round" />
257
+ </svg>
258
+
259
+ <!-- Google logo text -->
260
+ <div class="google-logo" aria-label="Google">
261
+ <span class="g1">G</span><span class="o1">o</span><span class="o2">o</span><span class="g2">g</span><span class="l">l</span><span class="e">e</span>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="gh-right">
266
+ <!-- Apps grid -->
267
+ <svg class="icon-grey" viewBox="0 0 24 24">
268
+ <g fill="#595959">
269
+ <circle cx="5" cy="5" r="1.6"></circle>
270
+ <circle cx="12" cy="5" r="1.6"></circle>
271
+ <circle cx="19" cy="5" r="1.6"></circle>
272
+ <circle cx="5" cy="12" r="1.6"></circle>
273
+ <circle cx="12" cy="12" r="1.6"></circle>
274
+ <circle cx="19" cy="12" r="1.6"></circle>
275
+ <circle cx="5" cy="19" r="1.6"></circle>
276
+ <circle cx="12" cy="19" r="1.6"></circle>
277
+ <circle cx="19" cy="19" r="1.6"></circle>
278
+ </g>
279
+ </svg>
280
+
281
+ <!-- Avatar -->
282
+ <div class="avatar">C</div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Tabs -->
287
+ <div class="tabs">
288
+ <div class="tab">Travel</div>
289
+ <div class="tab">Explore</div>
290
+ <div class="tab">Flights</div>
291
+ <div class="tab active">Hotels</div>
292
+ <div class="tab">Holiday rentals</div>
293
+ </div>
294
+
295
+ <!-- Empty page content -->
296
+ <div class="content-area"></div>
297
+
298
+ <!-- Bottom gesture/navigation bar -->
299
+ <div class="bottom-bar">
300
+ <div class="gesture-pill"></div>
301
+ </div>
302
+
303
+ </div>
304
+ </body>
305
+ </html>
code/11702/11702_6.html ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Hotels in Berlin – Google</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color:#222; }
9
+ #render-target {
10
+ position: relative; overflow: hidden;
11
+ width:1080px; height:2400px;
12
+ background:#ffffff;
13
+ }
14
+
15
+ /* Top system + browser bar */
16
+ .sysbar { height:110px; background:#2b2b2b; color:#fff; padding:0 28px; display:flex; align-items:center; font-size:34px; }
17
+ .sysbar .left { flex:1; }
18
+ .sysbar .right { display:flex; gap:22px; align-items:center; opacity:0.9; }
19
+ .urlbar { height:140px; background:#303030; color:#fff; padding:0 26px; display:flex; align-items:center; }
20
+ .urlbar .left, .urlbar .right { display:flex; align-items:center; gap:28px; }
21
+ .urlbar .title { flex:1; display:flex; flex-direction:column; line-height:1.15; }
22
+ .urlbar .page { font-size:36px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; opacity:0.95; }
23
+ .urlbar .domain { font-size:28px; opacity:0.7; }
24
+
25
+ /* Google header */
26
+ .g-header { padding:28px 34px 0 34px; background:#fff; }
27
+ .g-toprow { height:120px; display:flex; align-items:center; }
28
+ .icon-btn { width:86px; height:86px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
29
+ .g-logo { font-size:56px; font-weight:700; letter-spacing:-0.5px; margin-left:18px; }
30
+ .g-logo span:nth-child(1){ color:#4285F4; }
31
+ .g-logo span:nth-child(2){ color:#EA4335; }
32
+ .g-logo span:nth-child(3){ color:#FBBC05; }
33
+ .g-logo span:nth-child(4){ color:#4285F4; }
34
+ .g-logo span:nth-child(5){ color:#34A853; }
35
+ .g-logo span:nth-child(6){ color:#EA4335; }
36
+ .avatar { width:86px; height:86px; border-radius:50%; background:#0ea5a3; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; margin-left:auto; }
37
+
38
+ .tabs { display:flex; gap:44px; padding:18px 0 22px 10px; font-size:40px; color:#6b7280; }
39
+ .tab.active { color:#1a73e8; position:relative; }
40
+ .tab.active::after { content:""; position:absolute; left:0; right:0; bottom:-14px; height:8px; background:#1a73e8; border-radius:6px; }
41
+
42
+ /* Search box */
43
+ .search-row { padding:24px 34px; }
44
+ .searchbox {
45
+ height:120px; border:1px solid #e1e5ea; border-radius:22px; display:flex; align-items:center; padding:0 26px; box-shadow:0 2px 0 rgba(0,0,0,0.02);
46
+ }
47
+ .searchbox input { border:none; outline:none; font-size:40px; flex:1; color:#4b5563; }
48
+ .searchbox svg { margin-right:18px; }
49
+
50
+ /* Date and guests row */
51
+ .date-row { padding:8px 34px 0 34px; display:flex; gap:18px; align-items:center; }
52
+ .date-control {
53
+ flex:1; height:128px; border:3px solid #1a73e8; border-radius:22px; display:flex; align-items:center; padding:0 26px; gap:26px; color:#1a73e8; font-size:38px; font-weight:600;
54
+ }
55
+ .date-divider { width:2px; height:70px; background:#d2d8e4; margin:0 8px 0 0; }
56
+ .guest-btn {
57
+ width:160px; height:128px; border:1px solid #e1e5ea; border-radius:22px; display:flex; align-items:center; justify-content:center; gap:14px; font-size:38px; color:#374151; background:#fff;
58
+ }
59
+
60
+ /* Chips */
61
+ .chips { padding:22px 34px 24px 34px; display:flex; gap:18px; flex-wrap:wrap; }
62
+ .chip {
63
+ display:flex; align-items:center; gap:12px; height:92px; padding:0 28px; border:1px solid #e5e7eb; border-radius:18px; background:#fff; color:#374151; font-size:36px;
64
+ box-shadow:0 2px 0 rgba(0,0,0,0.02);
65
+ }
66
+
67
+ .section { padding:14px 34px; }
68
+ .muted { color:#6b7280; }
69
+ .section h3 { margin:10px 0 18px 0; font-size:44px; font-weight:700; }
70
+
71
+ /* Horizontal cards */
72
+ .h-scroll { display:flex; gap:24px; overflow:hidden; padding-bottom:26px; }
73
+ .card {
74
+ width:320px; border:1px solid #e5e7eb; border-radius:22px; background:#fff; overflow:hidden; box-shadow:0 2px 0 rgba(0,0,0,0.02);
75
+ }
76
+ .card .img {
77
+ width:100%; height:200px; background:#E0E0E0; border-bottom:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;
78
+ }
79
+ .card .body { padding:18px; }
80
+ .card .title { font-size:36px; color:#1a73e8; height:96px; overflow:hidden; }
81
+ .price { font-size:36px; margin-top:10px; }
82
+ .rating { color:#6b7280; font-size:30px; display:flex; align-items:center; gap:8px; margin-top:8px; }
83
+ .star { color:#f59e0b; font-size:34px; }
84
+
85
+ /* Results section with map pill */
86
+ .results-head { padding:8px 34px 10px 34px; display:flex; align-items:center; }
87
+ .results-head .left { font-size:44px; font-weight:700; }
88
+ .results-head .right { margin-left:auto; color:#6b7280; font-size:34px; display:flex; align-items:center; gap:10px; }
89
+
90
+ .big-card { margin:6px 34px 0 34px; border-radius:26px; border:1px solid #e5e7eb; overflow:hidden; position:relative; }
91
+ .big-card .bigimg { height:300px; background:#E0E0E0; border-bottom:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; }
92
+ .floating-pill {
93
+ position:absolute; left:40px; bottom:20px; background:#fff; height:110px; border-radius:60px; box-shadow:0 6px 16px rgba(0,0,0,0.18); display:flex; align-items:center; padding:0 28px; gap:30px;
94
+ }
95
+ .pill-btn { display:flex; align-items:center; gap:14px; padding:0 12px; color:#1a73e8; font-size:40px; }
96
+ .pill-divider { width:2px; height:56px; background:#e5e7eb; }
97
+
98
+ /* Bottom gesture bar */
99
+ .gesture { position:absolute; left:350px; right:350px; bottom:24px; height:14px; border-radius:8px; background:#cfd3d9; }
100
+
101
+ /* Helpers */
102
+ .row { display:flex; align-items:center; }
103
+ svg { display:block; }
104
+ </style>
105
+ </head>
106
+ <body>
107
+ <div id="render-target">
108
+
109
+ <!-- Android status bar -->
110
+ <div class="sysbar">
111
+ <div class="left">2:05</div>
112
+ <div class="right">
113
+ <!-- simple status dots -->
114
+ <svg width="36" height="36" viewBox="0 0 24 24"><circle cx="3" cy="12" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="21" cy="12" r="2" fill="#fff"/></svg>
115
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M20 8v8H4V8h16m1-2H3v12h18V6z"/></svg>
116
+ <svg width="36" height="36" viewBox="0 0 24 24"><path fill="#fff" d="M17 18h-3v-2h3v2m3-10.5V21H4V7.5L12 3l8 4.5z"/></svg>
117
+ <span style="font-size:32px;">100%</span>
118
+ </div>
119
+ </div>
120
+
121
+ <!-- Chrome URL bar -->
122
+ <div class="urlbar">
123
+ <div class="left">
124
+ <!-- close/back -->
125
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#fff" d="M18.3 5.71L12 12l6.3 6.29-1.41 1.42L9.17 12l7.72-7.71 1.41 1.42z"/></svg>
126
+ </div>
127
+ <div class="title">
128
+ <div class="page">Hotels in Berlin — Google …</div>
129
+ <div class="domain">google.com</div>
130
+ </div>
131
+ <div class="right" style="margin-left:auto;">
132
+ <!-- share -->
133
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#fff" d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7a3.27 3.27 0 0 0 0-1.39l7-4.11A3 3 0 1 0 14 5a3 3 0 0 0 .04.48l-7 4.11a3 3 0 1 0 0 4.82l7.04 4.13A3 3 0 1 0 18 16.08z"/></svg>
134
+ <!-- bookmark -->
135
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#fff" d="M6 2h12v20l-6-4-6 4V2z"/></svg>
136
+ <!-- more -->
137
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#fff" d="M12 8a2 2 0 110-4 2 2 0 010 4zm0 6a2 2 0 110-4 2 2 0 010 4zm0 6a2 2 0 110-4 2 2 0 010 4z"/></svg>
138
+ </div>
139
+ </div>
140
+
141
+ <!-- Google content -->
142
+ <div class="g-header">
143
+ <div class="g-toprow">
144
+ <div class="icon-btn">
145
+ <!-- hamburger -->
146
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#5f6368" d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2z"/></svg>
147
+ </div>
148
+ <div class="g-logo">
149
+ <span>G</span><span>o</span><span>o</span><span>g</span><span>l</span><span>e</span>
150
+ </div>
151
+ <div style="margin-left:auto; display:flex; align-items:center; gap:18px;">
152
+ <!-- 3x3 grid -->
153
+ <div class="icon-btn">
154
+ <svg width="52" height="52" viewBox="0 0 24 24"><g fill="#5f6368"><circle cx="5" cy="5" r="2"/><circle cx="12" cy="5" r="2"/><circle cx="19" cy="5" r="2"/><circle cx="5" cy="12" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="19" cy="12" r="2"/><circle cx="5" cy="19" r="2"/><circle cx="12" cy="19" r="2"/><circle cx="19" cy="19" r="2"/></g></svg>
155
+ </div>
156
+ <div class="avatar">C</div>
157
+ </div>
158
+ </div>
159
+
160
+ <div class="tabs">
161
+ <div class="tab">Travel</div>
162
+ <div class="tab">Explore</div>
163
+ <div class="tab">Flights</div>
164
+ <div class="tab active">Hotels</div>
165
+ <div class="tab">Holiday rentals</div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="search-row">
170
+ <div class="searchbox">
171
+ <!-- search icon -->
172
+ <svg width="48" height="48" viewBox="0 0 24 24"><path fill="#6b7280" d="M15.5 14h-.79l-.28-.27A6.5 6.5 0 1015.5 14l4.5 4.5-1.5 1.5L15.5 14zm-6 0A4.5 4.5 0 1114 9.5 4.5 4.5 0 019.5 14z"/></svg>
173
+ <input type="text" value="Hotels in Berlin" />
174
+ </div>
175
+ </div>
176
+
177
+ <div class="date-row">
178
+ <div class="date-control">
179
+ <!-- calendar icon -->
180
+ <svg width="52" height="52" viewBox="0 0 24 24"><path fill="#1a73e8" d="M7 2h2v3H7V2m8 0h2v3h-2V2M5 8h14v12H5V8m16-3h-3V2h-2v3H8V2H6v3H3v16h18V5z"/></svg>
181
+ <div>Sat, 30 Dec</div>
182
+ <div class="date-divider"></div>
183
+ <div>Sun, 31 Dec</div>
184
+ </div>
185
+ <div class="guest-btn">
186
+ <!-- user icon -->
187
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#374151" d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4.4 0-8 2.24-8 5v1h16v-1c0-2.76-3.6-5-8-5z"/></svg>
188
+ <span>2</span>
189
+ </div>
190
+ </div>
191
+
192
+ <div class="chips">
193
+ <div class="chip">
194
+ <!-- filter icon -->
195
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#374151" d="M3 5h18v2H3V5m4 6h10v2H7v-2m-2 6h14v2H5v-2z"/></svg>
196
+ <span>Price</span>
197
+ </div>
198
+ <div class="chip">
199
+ <!-- tag icon -->
200
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#374151" d="M21 11l-9-9H4v8l9 9 8-8zM7 5a2 2 0 110 4 2 2 0 010-4z"/></svg>
201
+ <span>Offers</span>
202
+ <svg width="28" height="28" viewBox="0 0 24 24"><path fill="#6b7280" d="M7 10l5 5 5-5H7z"/></svg>
203
+ </div>
204
+ <div class="chip">
205
+ <!-- star icon -->
206
+ <svg width="40" height="40" viewBox="0 0 24 24"><path fill="#374151" d="M12 17.3l-6.18 3.64 1.64-7.03L2 8.9l7.19-.61L12 1.5l2.81 6.79L22 8.9l-5.46 5.01 1.64 7.03z"/></svg>
207
+ <span>Guest rating</span>
208
+ </div>
209
+ </div>
210
+
211
+ <div class="section">
212
+ <div class="muted" style="font-size:34px; margin-bottom:8px;">Sponsored · Berlin hotels</div>
213
+ <div class="h-scroll">
214
+ <div class="card">
215
+ <div class="img">[IMG: Hotel bathroom]</div>
216
+ <div class="body">
217
+ <div class="title">Crowne Plaza Berlin City…</div>
218
+ <div class="price">£163</div>
219
+ <div class="rating"><span class="star">★</span> 4.4/5 (2,982)</div>
220
+ <div class="muted" style="margin-top:6px; font-size:30px;">Spa</div>
221
+ </div>
222
+ </div>
223
+ <div class="card">
224
+ <div class="img">[IMG: Hotel exterior at street]</div>
225
+ <div class="body">
226
+ <div class="title">Vienna House by Wyndham…</div>
227
+ <div class="price">£154</div>
228
+ <div class="rating"><span class="star">★</span> 4.4/5 (6,615)</div>
229
+ <div class="muted" style="margin-top:6px; font-size:30px;">Pet-friendly</div>
230
+ </div>
231
+ </div>
232
+ <div class="card">
233
+ <div class="img">[IMG: Hotel lobby entrance]</div>
234
+ <div class="body">
235
+ <div class="title">Hampton by Hilton Berlin…</div>
236
+ <div class="price">£138</div>
237
+ <div class="rating"><span class="star">★</span> 4.5/5 (5,100)</div>
238
+ <div class="muted" style="margin-top:6px; font-size:30px;">Breakfast</div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="results-head">
245
+ <div class="left">Berlin · 1,309 results</div>
246
+ <div class="right">
247
+ <span>About these results</span>
248
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#6b7280" d="M12 2a10 10 0 100 20 10 10 0 000-20zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>
249
+ </div>
250
+ </div>
251
+
252
+ <div class="big-card">
253
+ <div class="bigimg">[IMG: Hotel list with map thumbnail]</div>
254
+ <div class="floating-pill">
255
+ <div class="pill-btn">
256
+ <!-- map icon -->
257
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#1a73e8" d="M15 4l-6 2-6-2v16l6 2 6-2 6 2V6l-6-2zm-6 15l-4-1.33V6.33L9 7.67V19zm6 0l-4-1.33V6.33L15 7.67V19zm6 1.33L15 19V7.67l6 2V20.33z"/></svg>
258
+ <span>View map</span>
259
+ </div>
260
+ <div class="pill-divider"></div>
261
+ <div class="pill-btn" style="color:#1f2937;">
262
+ <!-- bookmark -->
263
+ <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#1f2937" d="M6 2h12v18l-6-3-6 3V2z"/></svg>
264
+ <span>Save</span>
265
+ </div>
266
+ </div>
267
+ </div>
268
+
269
+ <!-- iOS/Android gesture bar -->
270
+ <div class="gesture"></div>
271
+ </div>
272
+ </body>
273
+ </html>
code/11702/11702_7.html ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Calendar UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ color: #212121;
16
+ }
17
+
18
+ /* Status bar (OS) */
19
+ .status-bar {
20
+ height: 110px;
21
+ background: #303030;
22
+ color: #eaeaea;
23
+ display: flex;
24
+ align-items: center;
25
+ padding: 0 28px;
26
+ font-size: 38px;
27
+ letter-spacing: 0.5px;
28
+ }
29
+ .status-bar .right {
30
+ margin-left: auto;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 22px;
34
+ font-size: 34px;
35
+ }
36
+ .battery {
37
+ width: 48px; height: 24px; border: 3px solid #eaeaea; border-radius: 4px; position: relative;
38
+ }
39
+ .battery::after { /* cap */
40
+ content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #eaeaea; border-radius: 2px;
41
+ }
42
+ .battery .level { position: absolute; left: 2px; top: 2px; bottom: 2px; right: 10px; background: #eaeaea; }
43
+
44
+ /* App bar */
45
+ .app-bar {
46
+ height: 160px;
47
+ background: #3a3a3a;
48
+ color: #fff;
49
+ display: flex;
50
+ align-items: center;
51
+ padding: 0 24px;
52
+ box-sizing: border-box;
53
+ }
54
+ .app-left {
55
+ display: flex; align-items: center; gap: 18px; margin-right: 20px;
56
+ }
57
+ .app-title {
58
+ display: flex; flex-direction: column; justify-content: center;
59
+ }
60
+ .app-title .main { font-size: 44px; font-weight: 600; line-height: 1.1; }
61
+ .app-title .sub { font-size: 28px; color: #cfcfcf; margin-top: 6px; }
62
+ .app-right {
63
+ margin-left: auto; display: flex; align-items: center; gap: 26px;
64
+ }
65
+ .icon-btn svg { width: 48px; height: 48px; fill: #eaeaea; }
66
+ .icon-btn.more { transform: rotate(90deg); }
67
+
68
+ /* Tabs */
69
+ .tabs {
70
+ height: 120px;
71
+ background: #ffffff;
72
+ display: flex;
73
+ align-items: flex-end;
74
+ padding: 0 40px;
75
+ border-bottom: 1px solid #e6e6e6;
76
+ }
77
+ .tab {
78
+ margin-right: 64px;
79
+ font-size: 36px;
80
+ color: #777;
81
+ padding: 28px 6px 22px;
82
+ position: relative;
83
+ }
84
+ .tab.active {
85
+ color: #1a73e8;
86
+ }
87
+ .tab.active::after {
88
+ content: ""; position: absolute; left: 0; right: 0; bottom: 0;
89
+ height: 6px; background: #1a73e8; border-radius: 6px;
90
+ }
91
+
92
+ /* Controls for start/end date */
93
+ .controls {
94
+ background: #f6f7f9;
95
+ border-bottom: 1px solid #e7e7e7;
96
+ border-top: 1px solid #e7e7e7;
97
+ padding: 20px 24px;
98
+ display: flex; gap: 24px; align-items: center; justify-content: space-between;
99
+ }
100
+ .pill {
101
+ background: #ffffff;
102
+ border: 1px solid #e2e2e2;
103
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
104
+ border-radius: 20px;
105
+ height: 90px; min-width: 430px;
106
+ padding: 0 20px;
107
+ display: flex; align-items: center; justify-content: space-between;
108
+ font-size: 36px; color: #4a4a4a;
109
+ }
110
+ .chev {
111
+ width: 44px; height: 44px;
112
+ }
113
+
114
+ /* Weekday header */
115
+ .weekdays {
116
+ height: 90px;
117
+ background: #f2f4f7;
118
+ display: grid; grid-template-columns: repeat(7, 1fr);
119
+ align-items: center; text-align: center;
120
+ font-size: 30px; color: #818181;
121
+ border-bottom: 1px solid #e7e7e7;
122
+ }
123
+
124
+ /* Calendar */
125
+ .calendar {
126
+ background: #fff;
127
+ height: 1640px;
128
+ overflow: hidden;
129
+ padding-bottom: 10px;
130
+ }
131
+ .month {
132
+ padding: 40px 48px 10px;
133
+ }
134
+ .month-title {
135
+ font-size: 54px;
136
+ font-weight: 500;
137
+ color: #2b2b2b;
138
+ text-align: center;
139
+ margin: 10px 0 26px;
140
+ }
141
+ .grid {
142
+ display: grid;
143
+ grid-template-columns: repeat(7, 1fr);
144
+ gap: 10px;
145
+ padding: 0 8px;
146
+ }
147
+ .day {
148
+ height: 120px;
149
+ display: flex; align-items: center; justify-content: center;
150
+ border-radius: 16px;
151
+ font-size: 34px; color: #4b4b4b;
152
+ }
153
+ .day.muted { color: #c7c7c7; }
154
+ .day.range { background: #e9f1ff; }
155
+ .day.selected .circle {
156
+ width: 94px; height: 94px; background: #1a73e8; color: #fff; border-radius: 50%;
157
+ display: flex; align-items: center; justify-content: center; font-weight: 600;
158
+ }
159
+ .day.end .circle {
160
+ width: 94px; height: 94px; border: 4px solid #1a73e8; color: #1a73e8; border-radius: 50%;
161
+ display: flex; align-items: center; justify-content: center; font-weight: 600; background: #fff;
162
+ }
163
+
164
+ /* Bottom actions */
165
+ .actions {
166
+ position: absolute; left: 0; right: 0; bottom: 90px;
167
+ height: 140px;
168
+ background: #ffffff;
169
+ border-top: 1px solid #e6e6e6;
170
+ display: flex; align-items: center; justify-content: space-between;
171
+ padding: 0 28px;
172
+ }
173
+ .actions .label { font-size: 40px; color: #333; font-weight: 600; }
174
+ .btns { display: flex; gap: 18px; }
175
+ .btn {
176
+ height: 92px; min-width: 200px; border-radius: 46px; border: 1px solid #d9d9d9;
177
+ font-size: 36px; padding: 0 36px; display: flex; align-items: center; justify-content: center; color: #1a73e8; background: #fff;
178
+ box-shadow: 0 1px 0 rgba(0,0,0,0.04);
179
+ }
180
+ .btn.primary {
181
+ background: #1a73e8; color: #fff; border-color: #1a73e8;
182
+ }
183
+
184
+ /* System gesture bar */
185
+ .system-bar {
186
+ position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: #2f2f2f;
187
+ display: flex; align-items: center; justify-content: center;
188
+ }
189
+ .gesture-pill {
190
+ width: 200px; height: 12px; background: #8e8e8e; border-radius: 8px;
191
+ }
192
+
193
+ /* Simple SVG icon defaults */
194
+ svg { display: block; }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+
200
+ <!-- Android status bar -->
201
+ <div class="status-bar">
202
+ <div>2:05</div>
203
+ <div class="right">
204
+ <div>◦</div>
205
+ <div>◦</div>
206
+ <div>◦</div>
207
+ <div style="display:flex;align-items:center;gap:8px;">
208
+ <span>100%</span>
209
+ <div class="battery"><div class="level"></div></div>
210
+ </div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- App bar -->
215
+ <div class="app-bar">
216
+ <div class="app-left">
217
+ <!-- Close icon (X) -->
218
+ <div class="icon-btn">
219
+ <svg viewBox="0 0 24 24">
220
+ <path fill="#eaeaea" d="M6 6l12 12M18 6L6 18" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
221
+ </svg>
222
+ </div>
223
+ <!-- Lock -->
224
+ <div class="icon-btn">
225
+ <svg viewBox="0 0 24 24">
226
+ <path d="M6 10V7a6 6 0 0112 0v3" fill="none" stroke="#eaeaea" stroke-width="2"/>
227
+ <rect x="4" y="10" width="16" height="10" rx="2" fill="none" stroke="#eaeaea" stroke-width="2"/>
228
+ </svg>
229
+ </div>
230
+ <div class="app-title">
231
+ <div class="main">Change search criteria</div>
232
+ <div class="sub">google.com</div>
233
+ </div>
234
+ </div>
235
+ <div class="app-right">
236
+ <!-- Share -->
237
+ <div class="icon-btn">
238
+ <svg viewBox="0 0 24 24">
239
+ <path d="M16 7a3 3 0 100-6 3 3 0 000 6zM6 14a3 3 0 100-6 3 3 0 000 6zM18 23a3 3 0 100-6 3 3 0 000 6z" fill="#eaeaea"/>
240
+ <path d="M8 10l6-3M8 12l6 4" stroke="#eaeaea" stroke-width="2" stroke-linecap="round"/>
241
+ </svg>
242
+ </div>
243
+ <!-- Bookmark -->
244
+ <div class="icon-btn">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M6 3h12v18l-6-4-6 4V3z" fill="#eaeaea"/>
247
+ </svg>
248
+ </div>
249
+ <!-- More (vertical dots) -->
250
+ <div class="icon-btn">
251
+ <svg viewBox="0 0 24 24">
252
+ <circle cx="12" cy="5" r="2" fill="#eaeaea"/>
253
+ <circle cx="12" cy="12" r="2" fill="#eaeaea"/>
254
+ <circle cx="12" cy="19" r="2" fill="#eaeaea"/>
255
+ </svg>
256
+ </div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Tabs -->
261
+ <div class="tabs">
262
+ <div class="tab">Search</div>
263
+ <div class="tab active">Dates</div>
264
+ <div class="tab">Guests</div>
265
+ </div>
266
+
267
+ <!-- Controls -->
268
+ <div class="controls">
269
+ <div class="pill">
270
+ <svg class="chev" viewBox="0 0 24 24">
271
+ <path d="M15 18l-6-6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
272
+ </svg>
273
+ <div>Sat, 30 Dec</div>
274
+ <svg class="chev" viewBox="0 0 24 24">
275
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
276
+ </svg>
277
+ </div>
278
+ <div class="pill">
279
+ <svg class="chev" viewBox="0 0 24 24">
280
+ <path d="M15 18l-6-6 6-6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
281
+ </svg>
282
+ <div>Sun, 31 Dec</div>
283
+ <svg class="chev" viewBox="0 0 24 24">
284
+ <path d="M9 6l6 6-6 6" stroke="#777" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
285
+ </svg>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Weekday header -->
290
+ <div class="weekdays">
291
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
292
+ </div>
293
+
294
+ <!-- Calendar content -->
295
+ <div class="calendar">
296
+ <!-- December -->
297
+ <div class="month">
298
+ <div class="month-title">December</div>
299
+ <div class="grid">
300
+ <div class="day muted"></div>
301
+ <div class="day muted"></div>
302
+ <div class="day muted"></div>
303
+ <div class="day muted"></div>
304
+ <div class="day"><span>1</span></div>
305
+ <div class="day"><span>2</span></div>
306
+ <div class="day"><span>3</span></div>
307
+
308
+ <div class="day"><span>4</span></div>
309
+ <div class="day"><span>5</span></div>
310
+ <div class="day"><span>6</span></div>
311
+ <div class="day"><span>7</span></div>
312
+ <div class="day"><span>8</span></div>
313
+ <div class="day"><span>9</span></div>
314
+ <div class="day"><span>10</span></div>
315
+
316
+ <div class="day"><span>11</span></div>
317
+ <div class="day"><span>12</span></div>
318
+ <div class="day"><span>13</span></div>
319
+ <div class="day"><span>14</span></div>
320
+ <div class="day"><span>15</span></div>
321
+ <div class="day"><span>16</span></div>
322
+ <div class="day"><span>17</span></div>
323
+
324
+ <div class="day muted"><span>18</span></div>
325
+ <div class="day"><span>19</span></div>
326
+ <div class="day"><span>20</span></div>
327
+ <div class="day"><span>21</span></div>
328
+ <div class="day"><span>22</span></div>
329
+ <div class="day"><span>23</span></div>
330
+ <div class="day"><span>24</span></div>
331
+
332
+ <div class="day"><span>25</span></div>
333
+ <div class="day"><span>26</span></div>
334
+ <div class="day"><span>27</span></div>
335
+ <div class="day"><span>28</span></div>
336
+ <div class="day"><span>29</span></div>
337
+ <!-- 30-31 selection -->
338
+ <div class="day range selected"><div class="circle">30</div></div>
339
+ <div class="day range end"><div class="circle">31</div></div>
340
+ </div>
341
+ </div>
342
+
343
+ <!-- January -->
344
+ <div class="month">
345
+ <div class="month-title">January 2024</div>
346
+ <div class="grid">
347
+ <div class="day"><span>1</span></div>
348
+ <div class="day"><span>2</span></div>
349
+ <div class="day"><span>3</span></div>
350
+ <div class="day"><span>4</span></div>
351
+ <div class="day"><span>5</span></div>
352
+ <div class="day"><span>6</span></div>
353
+ <div class="day"><span>7</span></div>
354
+
355
+ <div class="day"><span>8</span></div>
356
+ <div class="day"><span>9</span></div>
357
+ <div class="day"><span>10</span></div>
358
+ <div class="day"><span>11</span></div>
359
+ <div class="day"><span>12</span></div>
360
+ <div class="day"><span>13</span></div>
361
+ <div class="day"><span>14</span></div>
362
+
363
+ <div class="day"><span>15</span></div>
364
+ <div class="day"><span>16</span></div>
365
+ <div class="day"><span>17</span></div>
366
+ <div class="day"><span>18</span></div>
367
+ <div class="day"><span>19</span></div>
368
+ <div class="day"><span>20</span></div>
369
+ <div class="day"><span>21</span></div>
370
+
371
+ <div class="day"><span>22</span></div>
372
+ <div class="day"><span>23</span></div>
373
+ <div class="day"><span>24</span></div>
374
+ <div class="day"><span>25</span></div>
375
+ <div class="day"><span>26</span></div>
376
+ <div class="day"><span>27</span></div>
377
+ <div class="day"><span>28</span></div>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ <!-- Bottom actions -->
383
+ <div class="actions">
384
+ <div class="label">1 night</div>
385
+ <div class="btns">
386
+ <div class="btn">Reset</div>
387
+ <div class="btn primary">Done</div>
388
+ </div>
389
+ </div>
390
+
391
+ <!-- System gesture area -->
392
+ <div class="system-bar">
393
+ <div class="gesture-pill"></div>
394
+ </div>
395
+ </div>
396
+ </body>
397
+ </html>
code/11702/11702_8.html ADDED
@@ -0,0 +1,291 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Date Picker UI</title>
7
+ <style>
8
+ :root{
9
+ --dark:#33383d;
10
+ --text:#212121;
11
+ --muted:#9e9e9e;
12
+ --blue:#1a73e8;
13
+ --bg:#ffffff;
14
+ --line:#e0e0e0;
15
+ }
16
+ body{ margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
17
+ #render-target{
18
+ width:1080px; height:2400px;
19
+ position:relative; overflow:hidden;
20
+ background:#f9f9fb; /* overall screen bg */
21
+ color:var(--text);
22
+ }
23
+
24
+ /* System status bar (Android) */
25
+ .system-bar{
26
+ height:120px;
27
+ background:var(--dark);
28
+ color:#fff;
29
+ display:flex;
30
+ align-items:center;
31
+ padding:0 40px;
32
+ font-size:36px;
33
+ letter-spacing:0.2px;
34
+ box-sizing:border-box;
35
+ }
36
+ .sys-left{ display:flex; gap:28px; align-items:center; }
37
+ .sys-right{ margin-left:auto; display:flex; gap:28px; align-items:center; }
38
+
39
+ /* Browser/app bar */
40
+ .app-bar{
41
+ height:160px;
42
+ background:var(--dark);
43
+ color:#fff;
44
+ box-sizing:border-box;
45
+ padding:0 40px;
46
+ display:flex; align-items:center;
47
+ }
48
+ .row{ display:flex; align-items:center; width:100%; }
49
+ .title-wrap{ margin-left:20px; }
50
+ .title{ font-size:44px; font-weight:600; }
51
+ .subtitle{ font-size:32px; color:#cfd8dc; }
52
+ .app-actions{ margin-left:auto; display:flex; gap:36px; align-items:center; }
53
+
54
+ /* Tabs */
55
+ .tabs{
56
+ height:130px; background:#fff;
57
+ border-bottom:1px solid var(--line);
58
+ display:flex; align-items:flex-end; gap:80px;
59
+ padding:0 40px 0 40px;
60
+ box-sizing:border-box;
61
+ }
62
+ .tab{
63
+ font-size:40px; color:#666; padding:36px 0; position:relative;
64
+ }
65
+ .tab.active{ color:#000; font-weight:600; }
66
+ .tab.active::after{
67
+ content:""; position:absolute; left:0; right:0; bottom:-1px;
68
+ height:6px; background:var(--blue); border-radius:3px;
69
+ }
70
+
71
+ /* Date controls */
72
+ .date-controls{
73
+ background:#fff; border-bottom:1px solid var(--line);
74
+ padding:24px 40px 30px; box-sizing:border-box;
75
+ }
76
+ .control-row{ display:flex; gap:28px; }
77
+ .control{
78
+ flex:1; height:110px; border:1px solid var(--line);
79
+ border-radius:18px; background:#fafafa;
80
+ display:flex; align-items:center; justify-content:space-between;
81
+ padding:0 24px; box-sizing:border-box;
82
+ font-size:40px; color:#555;
83
+ }
84
+ .control .label{ color:#222; font-weight:600; }
85
+ .chev{
86
+ width:42px; height:42px; display:flex; align-items:center; justify-content:center;
87
+ }
88
+ .weekday-bar{
89
+ background:#fff; border-top:1px solid var(--line);
90
+ padding:18px 40px; box-sizing:border-box;
91
+ display:grid; grid-template-columns:repeat(7,1fr); gap:0;
92
+ font-size:34px; color:#777; letter-spacing:1px;
93
+ }
94
+
95
+ /* Calendar sections */
96
+ .calendar-wrap{ background:#fff; }
97
+ .month{
98
+ padding:40px; box-sizing:border-box;
99
+ border-bottom:1px solid #f0f0f0;
100
+ }
101
+ .month h2{
102
+ font-size:56px; font-weight:600; text-align:center; margin:30px 0 30px;
103
+ }
104
+ .grid{
105
+ display:grid; grid-template-columns:repeat(7,1fr);
106
+ gap:12px; padding:0 8px; box-sizing:border-box;
107
+ }
108
+ .day{
109
+ height:120px; display:flex; align-items:center; justify-content:center;
110
+ color:var(--muted); font-size:40px; border-radius:60px;
111
+ }
112
+ .day.blank{ background:transparent; }
113
+ .day.selected{
114
+ background:var(--blue); color:#fff; font-weight:700;
115
+ }
116
+
117
+ /* Bottom action bar */
118
+ .actions{
119
+ position:absolute; left:0; right:0; bottom:100px;
120
+ height:170px; background:#fff; border-top:1px solid var(--line);
121
+ display:flex; align-items:center; justify-content:space-between;
122
+ padding:0 40px; box-sizing:border-box;
123
+ font-size:40px;
124
+ }
125
+ .btn{
126
+ height:104px; padding:0 42px; border-radius:52px; display:flex;
127
+ align-items:center; justify-content:center; font-size:40px; font-weight:600;
128
+ border:1px solid #d9d9d9; color:#1976d2; background:#fff;
129
+ }
130
+ .btn.primary{ background:var(--blue); color:#fff; border-color:var(--blue); }
131
+
132
+ /* Bottom navigation pill */
133
+ .nav-bar{
134
+ position:absolute; left:0; right:0; bottom:0;
135
+ height:100px; background:var(--dark); display:flex; align-items:center; justify-content:center;
136
+ }
137
+ .gesture-pill{
138
+ width:220px; height:14px; border-radius:7px; background:#cfd8dc;
139
+ }
140
+
141
+ /* Simple icon styles */
142
+ svg{ display:block; }
143
+ </style>
144
+ </head>
145
+ <body>
146
+ <div id="render-target">
147
+
148
+ <!-- Android system status bar -->
149
+ <div class="system-bar">
150
+ <div class="sys-left">
151
+ <div>2:06</div>
152
+ <!-- small settings gear -->
153
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm10 4-2.2-.6.4-2.3-2-.9-1.3 1.9-2.2-.6-.6-2.2H10l-.6 2.2-2.2.6-1.3-1.9-2 .9.4 2.3L2 12l.6 2.2-2.3.4.9 2 1.9-1.3.6 2.2L8 18l.6-2.2 2.2-.6 1.3 1.9 2-.9-.4-2.3L22 12z"/></svg>
154
+ <!-- wifi -->
155
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M12 18l-2 2 2 2 2-2-2-2zm-7-7 2 2a9 9 0 0 1 14 0l2-2c-5-5-15-5-18 0zm3 3 2 2a5 5 0 0 1 8 0l2-2c-3-3-9-3-12 0z"/></svg>
156
+ <!-- notifications -->
157
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zm6-6V11a6 6 0 1 0-12 0v5L4 18v2h16v-2l-2-2z"/></svg>
158
+ </div>
159
+ <div class="sys-right">
160
+ <!-- signal -->
161
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#fff"><path d="M2 20h2v-4H2v4zm4 0h2v-7H6v7zm4 0h2V9h-2v11zm4 0h2V5h-2v15zm4 0h2V2h-2v18z"/></svg>
162
+ <!-- battery -->
163
+ <svg width="60" height="36" viewBox="0 0 28 16" fill="none">
164
+ <rect x="1" y="1" width="22" height="14" rx="2" stroke="#fff" stroke-width="2"></rect>
165
+ <rect x="3" y="3" width="18" height="10" fill="#fff"></rect>
166
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#fff"></rect>
167
+ </svg>
168
+ <div style="font-size:36px;">100%</div>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Browser/app bar -->
173
+ <div class="app-bar">
174
+ <div class="row">
175
+ <!-- close/back X -->
176
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round">
177
+ <path d="M5 5l14 14M19 5L5 19"/>
178
+ </svg>
179
+
180
+ <!-- lock icon -->
181
+ <svg width="46" height="46" viewBox="0 0 24 24" fill="#fff">
182
+ <path d="M17 9h-1V7a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2zm-6 0V7a2 2 0 0 1 4 0v2h-4z"/>
183
+ </svg>
184
+
185
+ <div class="title-wrap">
186
+ <div class="title">Change search criteria</div>
187
+ <div class="subtitle">google.com</div>
188
+ </div>
189
+
190
+ <div class="app-actions">
191
+ <!-- share -->
192
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#fff">
193
+ <path d="M18 8a3 3 0 1 0-2.8-4H15l-7 4a3 3 0 1 0 0 4l7 4a3 3 0 1 0 1-2l-7-4 7-4A3 3 0 0 0 18 8z"/>
194
+ </svg>
195
+ <!-- bookmark -->
196
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#fff">
197
+ <path d="M6 2h12a2 2 0 0 1 2 2v18l-8-4-8 4V4a2 2 0 0 1 2-2z"/>
198
+ </svg>
199
+ <!-- menu -->
200
+ <svg width="52" height="52" viewBox="0 0 24 24" fill="#fff">
201
+ <circle cx="12" cy="5" r="2"></circle>
202
+ <circle cx="12" cy="12" r="2"></circle>
203
+ <circle cx="12" cy="19" r="2"></circle>
204
+ </svg>
205
+ </div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Tabs -->
210
+ <div class="tabs">
211
+ <div class="tab">Search</div>
212
+ <div class="tab active">Dates</div>
213
+ <div class="tab">Guests</div>
214
+ </div>
215
+
216
+ <!-- Date controls -->
217
+ <div class="date-controls">
218
+ <div class="control-row">
219
+ <div class="control">
220
+ <div class="chev">
221
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#777"><path d="M15 6l-6 6 6 6V6z"/></svg>
222
+ </div>
223
+ <div class="label">Mon, 1 Jan</div>
224
+ <div class="chev">
225
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#777"><path d="M9 6l6 6-6 6V6z"/></svg>
226
+ </div>
227
+ </div>
228
+
229
+ <div class="control">
230
+ <div class="chev">
231
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#777"><path d="M15 6l-6 6 6 6V6z"/></svg>
232
+ </div>
233
+ <div>Check-out</div>
234
+ <div class="chev">
235
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#777"><path d="M9 6l6 6-6 6V6z"/></svg>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ <div class="weekday-bar">
240
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Calendar scroll area -->
245
+ <div class="calendar-wrap" style="height:1470px; overflow:hidden; overflow-y:auto;">
246
+ <!-- December -->
247
+ <div class="month">
248
+ <h2>December</h2>
249
+ <div class="grid">
250
+ <!-- December 2023 starts on Friday: four blanks -->
251
+ <div class="day blank"></div><div class="day blank"></div><div class="day blank"></div><div class="day blank"></div>
252
+ <div class="day">1</div><div class="day">2</div><div class="day">3</div>
253
+ <div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div><div class="day">8</div><div class="day">9</div><div class="day">10</div>
254
+ <div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div><div class="day">15</div><div class="day">16</div><div class="day">17</div>
255
+ <div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div><div class="day">22</div><div class="day">23</div><div class="day">24</div>
256
+ <div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div><div class="day">29</div><div class="day">30</div><div class="day">31</div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- January 2024 -->
261
+ <div class="month">
262
+ <h2>January 2024</h2>
263
+ <div class="grid">
264
+ <!-- January 2024 starts on Monday: no blanks -->
265
+ <div class="day selected">1</div>
266
+ <div class="day">2</div><div class="day">3</div><div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div>
267
+ <div class="day">8</div><div class="day">9</div><div class="day">10</div><div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div>
268
+ <div class="day">15</div><div class="day">16</div><div class="day">17</div><div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div>
269
+ <div class="day">22</div><div class="day">23</div><div class="day">24</div><div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div>
270
+ <div class="day">29</div><div class="day">30</div><div class="day">31</div><div class="day blank"></div><div class="day blank"></div><div class="day blank"></div><div class="day blank"></div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Bottom action bar -->
276
+ <div class="actions">
277
+ <div style="color:#333;">Select check-out date</div>
278
+ <div style="display:flex; gap:24px; align-items:center;">
279
+ <div class="btn">Reset</div>
280
+ <div class="btn primary">Done</div>
281
+ </div>
282
+ </div>
283
+
284
+ <!-- Bottom navigation pill -->
285
+ <div class="nav-bar">
286
+ <div class="gesture-pill"></div>
287
+ </div>
288
+
289
+ </div>
290
+ </body>
291
+ </html>
code/11702/11702_9.html ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Calendar UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; }
8
+ #render-target {
9
+ position: relative;
10
+ overflow: hidden;
11
+ width: 1080px;
12
+ height: 2400px;
13
+ background: #ffffff;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ color: #222;
16
+ }
17
+
18
+ /* Top status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 90px;
25
+ background: #2b2b2b;
26
+ color: #fff;
27
+ display: flex;
28
+ align-items: center;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ font-size: 30px;
32
+ letter-spacing: 0.2px;
33
+ }
34
+ .status-left { flex: 1; }
35
+ .status-right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .icon {
41
+ width: 36px;
42
+ height: 36px;
43
+ display: inline-flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ fill: currentColor;
47
+ }
48
+
49
+ /* App bar */
50
+ .app-bar {
51
+ position: absolute;
52
+ top: 90px;
53
+ left: 0;
54
+ width: 1080px;
55
+ height: 150px;
56
+ background: #333333;
57
+ color: #fff;
58
+ display: flex;
59
+ align-items: center;
60
+ box-sizing: border-box;
61
+ padding: 0 28px;
62
+ }
63
+ .app-left, .app-right { display: flex; align-items: center; }
64
+ .app-left { gap: 24px; }
65
+ .app-right { margin-left: auto; gap: 34px; }
66
+ .title-wrap {
67
+ display: flex;
68
+ flex-direction: column;
69
+ gap: 8px;
70
+ line-height: 1.2;
71
+ }
72
+ .title-row {
73
+ display: flex;
74
+ align-items: center;
75
+ gap: 12px;
76
+ font-size: 36px;
77
+ font-weight: 600;
78
+ }
79
+ .subtitle {
80
+ font-size: 28px;
81
+ color: #cfcfcf;
82
+ }
83
+
84
+ /* Tabs */
85
+ .tabs {
86
+ position: absolute;
87
+ top: 240px;
88
+ left: 0;
89
+ width: 1080px;
90
+ height: 120px;
91
+ background: #fff;
92
+ border-bottom: 1px solid #e7e7e7;
93
+ display: flex;
94
+ align-items: flex-end;
95
+ padding: 0 40px;
96
+ box-sizing: border-box;
97
+ gap: 80px;
98
+ }
99
+ .tab {
100
+ font-size: 34px;
101
+ color: #6d6d6d;
102
+ padding-bottom: 24px;
103
+ }
104
+ .tab.active {
105
+ color: #1a73e8;
106
+ border-bottom: 6px solid #1a73e8;
107
+ }
108
+
109
+ /* Date controls row */
110
+ .date-controls {
111
+ position: absolute;
112
+ top: 360px;
113
+ left: 0;
114
+ width: 1080px;
115
+ height: 130px;
116
+ background: #fff;
117
+ display: flex;
118
+ align-items: center;
119
+ gap: 40px;
120
+ padding: 0 40px;
121
+ box-sizing: border-box;
122
+ }
123
+ .chip-group {
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 20px;
127
+ }
128
+ .chip {
129
+ height: 90px;
130
+ min-width: 420px;
131
+ background: #f5f6f7;
132
+ border: 1px solid #e0e3e7;
133
+ border-radius: 16px;
134
+ display: flex;
135
+ align-items: center;
136
+ justify-content: center;
137
+ gap: 16px;
138
+ font-size: 32px;
139
+ color: #333;
140
+ box-shadow: 0 1px 0 rgba(0,0,0,0.03);
141
+ }
142
+ .chip .arrow-btn {
143
+ width: 60px;
144
+ height: 60px;
145
+ border-radius: 12px;
146
+ background: #f0f2f4;
147
+ border: 1px solid #e1e5ea;
148
+ display: inline-flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ margin: 0 14px;
152
+ }
153
+
154
+ /* DOW header */
155
+ .dow {
156
+ position: absolute;
157
+ top: 490px;
158
+ left: 0;
159
+ width: 1080px;
160
+ height: 80px;
161
+ background: #fff;
162
+ border-top: 1px solid #e9eaec;
163
+ border-bottom: 1px solid #e9eaec;
164
+ display: grid;
165
+ grid-template-columns: repeat(7, 1fr);
166
+ align-items: center;
167
+ box-sizing: border-box;
168
+ padding: 0 60px;
169
+ color: #9aa0a6;
170
+ font-size: 28px;
171
+ letter-spacing: 1px;
172
+ }
173
+ .dow div { text-align: center; }
174
+
175
+ /* Calendar area */
176
+ .calendar-area {
177
+ position: absolute;
178
+ top: 570px;
179
+ left: 0;
180
+ width: 1080px;
181
+ height: 1520px;
182
+ overflow: hidden;
183
+ background: #fff;
184
+ }
185
+ .month {
186
+ width: 980px;
187
+ margin: 40px auto 20px auto;
188
+ }
189
+ .month-title {
190
+ text-align: center;
191
+ font-size: 44px;
192
+ margin: 24px 0 20px;
193
+ color: #222;
194
+ }
195
+ .grid {
196
+ position: relative;
197
+ display: grid;
198
+ grid-template-columns: repeat(7, 1fr);
199
+ grid-auto-rows: 120px;
200
+ gap: 0;
201
+ }
202
+ .day, .empty {
203
+ display: flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+ font-size: 34px;
207
+ }
208
+ .day { color: #333; z-index: 2; }
209
+ .muted { color: #b8bdc2; }
210
+ .separator { width: 1080px; height: 1px; background: #ececec; margin: 20px 0; }
211
+
212
+ /* Selection overlay for January */
213
+ .selection {
214
+ grid-column: 1 / span 5;
215
+ grid-row: 1;
216
+ background: #e8f0fe;
217
+ border-radius: 60px;
218
+ z-index: 1;
219
+ margin: 24px 0;
220
+ }
221
+ .start-circle, .end-circle {
222
+ grid-row: 1;
223
+ width: 96px;
224
+ height: 96px;
225
+ border-radius: 50%;
226
+ z-index: 1;
227
+ align-self: center;
228
+ justify-self: center;
229
+ margin-top: 0;
230
+ }
231
+ .start-circle {
232
+ grid-column: 1;
233
+ background: #1a73e8;
234
+ }
235
+ .end-circle {
236
+ grid-column: 5;
237
+ background: transparent;
238
+ border: 6px solid #1a73e8;
239
+ box-sizing: border-box;
240
+ }
241
+
242
+ /* Bottom action bar */
243
+ .action-bar {
244
+ position: absolute;
245
+ bottom: 120px;
246
+ left: 0;
247
+ width: 1080px;
248
+ height: 160px;
249
+ background: #ffffff;
250
+ border-top: 1px solid #e8e8e8;
251
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.06);
252
+ display: flex;
253
+ align-items: center;
254
+ padding: 0 40px;
255
+ box-sizing: border-box;
256
+ gap: 26px;
257
+ }
258
+ .nights {
259
+ font-size: 34px;
260
+ color: #5f6368;
261
+ margin-right: auto;
262
+ }
263
+ .btn {
264
+ height: 96px;
265
+ padding: 0 46px;
266
+ border-radius: 48px;
267
+ font-size: 34px;
268
+ display: inline-flex;
269
+ align-items: center;
270
+ justify-content: center;
271
+ cursor: default;
272
+ }
273
+ .btn.outline {
274
+ border: 1px solid #d0d4d9;
275
+ color: #1a73e8;
276
+ background: #fff;
277
+ }
278
+ .btn.primary {
279
+ background: #1a73e8;
280
+ color: #fff;
281
+ }
282
+
283
+ /* System navigation bar */
284
+ .nav-bar {
285
+ position: absolute;
286
+ bottom: 0;
287
+ left: 0;
288
+ width: 1080px;
289
+ height: 120px;
290
+ background: #1f1f1f;
291
+ display: flex;
292
+ align-items: center;
293
+ justify-content: center;
294
+ }
295
+ .home-pill {
296
+ width: 220px;
297
+ height: 14px;
298
+ border-radius: 10px;
299
+ background: #bdbdbd;
300
+ }
301
+ </style>
302
+ </head>
303
+ <body>
304
+ <div id="render-target">
305
+
306
+ <!-- Status bar -->
307
+ <div class="status-bar">
308
+ <div class="status-left">2:06</div>
309
+ <div class="status-right">
310
+ <!-- simple icons -->
311
+ <svg class="icon" viewBox="0 0 24 24"><path d="M4 16h16v2H4zm2-4h12v2H6zm3-4h6v2H9z"/></svg>
312
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 9l9-6 9 6v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9z"/></svg>
313
+ <span style="font-size:28px;">100%</span>
314
+ </div>
315
+ </div>
316
+
317
+ <!-- App bar -->
318
+ <div class="app-bar">
319
+ <div class="app-left">
320
+ <!-- Close icon -->
321
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
322
+ <div class="title-wrap">
323
+ <div class="title-row">
324
+ <!-- Lock icon -->
325
+ <svg class="icon" viewBox="0 0 24 24"><path d="M12 3a5 5 0 0 0-5 5v3H5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1h-2V8a5 5 0 0 0-5-5zm-3 8V8a3 3 0 0 1 6 0v3H9z" fill="#fff"/></svg>
326
+ <span>Change search criteria</span>
327
+ </div>
328
+ <div class="subtitle">google.com</div>
329
+ </div>
330
+ </div>
331
+ <div class="app-right">
332
+ <!-- Share -->
333
+ <svg class="icon" viewBox="0 0 24 24"><path d="M18 8a3 3 0 1 0-2.8-4H15a3 3 0 0 0 .2 1L8 10a3 3 0 0 0-2-.8A3 3 0 1 0 9 12l7-5a3 3 0 0 0 2 .9zM6 18a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm12 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/></svg>
334
+ <!-- Bookmark -->
335
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 4h12v16l-6-4-6 4z" fill="#fff"/></svg>
336
+ <!-- More -->
337
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="5" cy="12" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="19" cy="12" r="2" fill="#fff"/></svg>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Tabs -->
342
+ <div class="tabs">
343
+ <div class="tab">Search</div>
344
+ <div class="tab active">Dates</div>
345
+ <div class="tab">Guests</div>
346
+ </div>
347
+
348
+ <!-- Date controls row -->
349
+ <div class="date-controls">
350
+ <div class="chip-group">
351
+ <div class="chip">
352
+ <div class="arrow-btn">
353
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/></svg>
354
+ </div>
355
+ <span>Mon, 1 Jan</span>
356
+ <div class="arrow-btn">
357
+ <svg class="icon" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/></svg>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ <div class="chip-group">
362
+ <div class="chip">
363
+ <div class="arrow-btn">
364
+ <svg class="icon" viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/></svg>
365
+ </div>
366
+ <span>Fri, 5 Jan</span>
367
+ <div class="arrow-btn">
368
+ <svg class="icon" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none" stroke="#6b6b6b" stroke-width="2" stroke-linecap="round"/></svg>
369
+ </div>
370
+ </div>
371
+ </div>
372
+ </div>
373
+
374
+ <!-- DOW -->
375
+ <div class="dow">
376
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
377
+ </div>
378
+
379
+ <!-- Calendar content -->
380
+ <div class="calendar-area">
381
+ <!-- December -->
382
+ <div class="month">
383
+ <div class="month-title">December</div>
384
+ <div class="grid">
385
+ <div class="empty"></div><div class="empty"></div><div class="empty"></div><div class="empty"></div>
386
+ <div class="day muted">1</div><div class="day muted">2</div><div class="day muted">3</div>
387
+ <div class="day muted">4</div><div class="day muted">5</div><div class="day muted">6</div><div class="day muted">7</div><div class="day muted">8</div><div class="day muted">9</div><div class="day muted">10</div>
388
+ <div class="day muted">11</div><div class="day muted">12</div><div class="day muted">13</div><div class="day muted">14</div><div class="day muted">15</div><div class="day muted">16</div><div class="day muted">17</div>
389
+ <div class="day muted">18</div><div class="day muted">19</div><div class="day muted">20</div><div class="day muted">21</div><div class="day muted">22</div><div class="day muted">23</div><div class="day muted">24</div>
390
+ <div class="day muted">25</div><div class="day muted">26</div><div class="day muted">27</div><div class="day muted">28</div><div class="day muted">29</div><div class="day muted">30</div><div class="day muted">31</div>
391
+ </div>
392
+ </div>
393
+
394
+ <div class="separator"></div>
395
+
396
+ <!-- January -->
397
+ <div class="month">
398
+ <div class="month-title">January 2024</div>
399
+ <div class="grid" style="margin-top: 10px;">
400
+ <!-- Selection overlay row -->
401
+ <div class="selection"></div>
402
+ <div class="start-circle"></div>
403
+ <div class="end-circle"></div>
404
+
405
+ <!-- Week 1 -->
406
+ <div class="day">1</div><div class="day">2</div><div class="day">3</div><div class="day">4</div><div class="day">5</div><div class="day">6</div><div class="day">7</div>
407
+ <!-- Week 2 -->
408
+ <div class="day">8</div><div class="day">9</div><div class="day">10</div><div class="day">11</div><div class="day">12</div><div class="day">13</div><div class="day">14</div>
409
+ <!-- Week 3 -->
410
+ <div class="day">15</div><div class="day">16</div><div class="day">17</div><div class="day">18</div><div class="day">19</div><div class="day">20</div><div class="day">21</div>
411
+ <!-- Week 4 -->
412
+ <div class="day">22</div><div class="day">23</div><div class="day">24</div><div class="day">25</div><div class="day">26</div><div class="day">27</div><div class="day">28</div>
413
+ <!-- Week 5 -->
414
+ <div class="day">29</div><div class="day">30</div><div class="day">31</div><div class="empty"></div><div class="empty"></div><div class="empty"></div><div class="empty"></div>
415
+ </div>
416
+ </div>
417
+ </div>
418
+
419
+ <!-- Bottom action bar -->
420
+ <div class="action-bar">
421
+ <div class="nights">4 nights</div>
422
+ <div class="btn outline">Reset</div>
423
+ <div class="btn primary">Done</div>
424
+ </div>
425
+
426
+ <!-- System navigation bar -->
427
+ <div class="nav-bar">
428
+ <div class="home-pill"></div>
429
+ </div>
430
+
431
+ </div>
432
+ </body>
433
+ </html>
code/11708/11708_0.html ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Contacts UI</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: #2f2f2f;
12
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #fff;
14
+ }
15
+
16
+ /* Header / App bar */
17
+ .appbar {
18
+ position: absolute;
19
+ top: 0; left: 0; right: 0;
20
+ height: 300px;
21
+ background: #f57c00;
22
+ }
23
+ .statusbar {
24
+ height: 80px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #fff;
30
+ font-size: 34px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons {
34
+ display: flex; align-items: center; gap: 18px; font-size: 32px;
35
+ }
36
+ .appbar-title {
37
+ margin-left: 48px;
38
+ margin-top: 40px;
39
+ font-size: 64px;
40
+ font-weight: 600;
41
+ letter-spacing: 0.3px;
42
+ }
43
+ .appbar-actions {
44
+ position: absolute;
45
+ right: 36px;
46
+ bottom: 24px;
47
+ display: flex; gap: 38px;
48
+ }
49
+ .icon-btn svg { width: 48px; height: 48px; }
50
+
51
+ /* Content list */
52
+ .content {
53
+ position: absolute;
54
+ top: 300px; left: 0; right: 0; bottom: 260px;
55
+ padding-top: 10px;
56
+ }
57
+ .list {
58
+ padding: 20px 0 0 0;
59
+ }
60
+ .item {
61
+ display: flex; align-items: center;
62
+ padding: 24px 36px;
63
+ height: 150px;
64
+ }
65
+ .avatar {
66
+ width: 100px; height: 100px; border-radius: 50%;
67
+ display: flex; align-items: center; justify-content: center;
68
+ font-size: 48px; font-weight: 700; color: #fff;
69
+ box-shadow: 0 2px 8px rgba(0,0,0,0.25);
70
+ }
71
+ .name {
72
+ color: #eaeaea;
73
+ font-size: 44px;
74
+ margin-left: 36px;
75
+ }
76
+
77
+ /* Right letter index */
78
+ .alpha-index {
79
+ position: absolute;
80
+ right: 24px;
81
+ top: 420px;
82
+ display: flex; flex-direction: column; gap: 42px;
83
+ color: #bdbdbd;
84
+ font-size: 36px;
85
+ letter-spacing: 2px;
86
+ }
87
+
88
+ /* Floating actions */
89
+ .fab {
90
+ position: absolute;
91
+ bottom: 330px; left: 50%;
92
+ transform: translateX(-50%);
93
+ width: 160px; height: 160px; border-radius: 50%;
94
+ background: #f57c00;
95
+ box-shadow: 0 16px 26px rgba(0,0,0,0.35);
96
+ display: flex; align-items: center; justify-content: center;
97
+ }
98
+ .fab-right {
99
+ position: absolute;
100
+ bottom: 330px; right: 80px;
101
+ width: 160px; height: 160px; border-radius: 34px;
102
+ background: #f57c00;
103
+ box-shadow: 0 16px 26px rgba(0,0,0,0.35);
104
+ display: flex; align-items: center; justify-content: center;
105
+ }
106
+
107
+ /* Bottom navigation */
108
+ .bottom-nav {
109
+ position: absolute;
110
+ left: 0; right: 0; bottom: 0;
111
+ height: 260px;
112
+ background: #3a3a3a;
113
+ border-top: 1px solid rgba(255,255,255,0.08);
114
+ display: flex; align-items: center; justify-content: space-around;
115
+ padding-bottom: 30px;
116
+ }
117
+ .nav-item {
118
+ display: flex; flex-direction: column; align-items: center; gap: 16px;
119
+ color: #eaeaea;
120
+ font-size: 32px;
121
+ }
122
+ .nav-item .label { font-size: 32px; }
123
+ .nav-item svg { width: 56px; height: 56px; }
124
+ .nav-item.active { color: #f57c00; }
125
+ .home-indicator {
126
+ position: absolute; bottom: 190px; left: 50%;
127
+ transform: translateX(-50%);
128
+ width: 320px; height: 12px; border-radius: 8px;
129
+ background: rgba(255,255,255,0.65);
130
+ }
131
+ </style>
132
+ </head>
133
+ <body>
134
+ <div id="render-target">
135
+
136
+ <!-- Orange header with status bar -->
137
+ <div class="appbar">
138
+ <div class="statusbar">
139
+ <div>2:53</div>
140
+ <div class="status-icons">
141
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#fff" d="M4 10h16v8H4z"/><path fill="#fff" d="M7 6h10v2H7z"/></svg>
142
+ <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#fff" d="M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0-18zm0 2a7 7 0 1 1 0 14a7 7 0 0 1 0-14z"/></svg>
143
+ <div style="display:flex; align-items:center; gap:8px;">
144
+ <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#fff" d="M12 4l6 6H6z"/></svg>
145
+ <span style="font-size:32px;">100%</span>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ <div class="appbar-title">Contacts</div>
150
+ <div class="appbar-actions">
151
+ <div class="icon-btn">
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M12 17.3l-5.3 3 1-6.1L3 9.8l6.2-.9L12 3.5l2.8 5.4 6.2.9-4.7 4.4 1 6.1z"
154
+ fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
155
+ </svg>
156
+ </div>
157
+ <div class="icon-btn">
158
+ <svg viewBox="0 0 24 24">
159
+ <circle cx="12" cy="12" r="4" fill="none" stroke="#fff" stroke-width="2"/>
160
+ <path d="M12 2v3M12 19v3M4.9 4.9l2.1 2.1M17 17l2.1 2.1M2 12h3M19 12h3M4.9 19.1l2.1-2.1M17 7l2.1-2.1"
161
+ stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
162
+ </svg>
163
+ </div>
164
+ <div class="icon-btn">
165
+ <svg viewBox="0 0 24 24">
166
+ <circle cx="12" cy="5" r="2.2" fill="#fff"/>
167
+ <circle cx="12" cy="12" r="2.2" fill="#fff"/>
168
+ <circle cx="12" cy="19" r="2.2" fill="#fff"/>
169
+ </svg>
170
+ </div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Content list -->
175
+ <div class="content">
176
+ <div class="list">
177
+ <div class="item">
178
+ <div class="avatar" style="background:#1e73be;">A</div>
179
+ <div class="name">Andreas Wagner</div>
180
+ </div>
181
+ <div class="item">
182
+ <div class="avatar" style="background:#1e73be;">C</div>
183
+ <div class="name">Clara</div>
184
+ </div>
185
+ <div class="item">
186
+ <div class="avatar" style="background:#1e73be;">C</div>
187
+ <div class="name">Contacts+ Support</div>
188
+ </div>
189
+ <div class="item">
190
+ <div class="avatar" style="background:#b21758;">M</div>
191
+ <div class="name">MMM</div>
192
+ </div>
193
+ <div class="item">
194
+ <div class="avatar" style="background:#0f6a60;">M</div>
195
+ <div class="name">Monu</div>
196
+ </div>
197
+ <div class="item">
198
+ <div class="avatar" style="background:#b5241f;">R</div>
199
+ <div class="name">Ritu</div>
200
+ </div>
201
+ <div class="item">
202
+ <div class="avatar" style="background:#b21758;">S</div>
203
+ <div class="name">Sonu</div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Right-side alphabetical index -->
208
+ <div class="alpha-index">
209
+ <div>A</div>
210
+ <div>C</div>
211
+ <div>M</div>
212
+ <div>R</div>
213
+ <div>S</div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Floating center dialer -->
218
+ <div class="fab">
219
+ <svg width="80" height="80" viewBox="0 0 80 80">
220
+ <circle cx="20" cy="20" r="6" fill="#fff"/>
221
+ <circle cx="40" cy="20" r="6" fill="#fff"/>
222
+ <circle cx="60" cy="20" r="6" fill="#fff"/>
223
+ <circle cx="20" cy="40" r="6" fill="#fff"/>
224
+ <circle cx="40" cy="40" r="6" fill="#fff"/>
225
+ <circle cx="60" cy="40" r="6" fill="#fff"/>
226
+ <circle cx="20" cy="60" r="6" fill="#fff"/>
227
+ <circle cx="40" cy="60" r="6" fill="#fff"/>
228
+ <circle cx="60" cy="60" r="6" fill="#fff"/>
229
+ </svg>
230
+ </div>
231
+
232
+ <!-- Floating add button -->
233
+ <div class="fab-right">
234
+ <svg width="80" height="80" viewBox="0 0 24 24">
235
+ <path d="M12 5v14M5 12h14" stroke="#fff" stroke-width="2.5" stroke-linecap="round"/>
236
+ </svg>
237
+ </div>
238
+
239
+ <!-- Home indicator bar -->
240
+ <div class="home-indicator"></div>
241
+
242
+ <!-- Bottom navigation -->
243
+ <div class="bottom-nav">
244
+ <div class="nav-item active">
245
+ <svg viewBox="0 0 24 24">
246
+ <circle cx="12" cy="8" r="3.2" fill="#f57c00"/>
247
+ <path d="M5 19c0-3.5 3.1-6 7-6s7 2.5 7 6" fill="none" stroke="#f57c00" stroke-width="2" stroke-linecap="round"/>
248
+ </svg>
249
+ <div class="label">Contacts</div>
250
+ </div>
251
+ <div class="nav-item">
252
+ <svg viewBox="0 0 24 24">
253
+ <path d="M12 17.3l-5.3 3 1-6.1L3 9.8l6.2-.9L12 3.5l2.8 5.4 6.2.9-4.7 4.4 1 6.1z"
254
+ fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
255
+ </svg>
256
+ <div class="label">Favorites</div>
257
+ </div>
258
+ <div class="nav-item">
259
+ <svg viewBox="0 0 24 24">
260
+ <circle cx="9" cy="9" r="3" fill="#fff"/>
261
+ <circle cx="16" cy="11" r="2.6" fill="#fff"/>
262
+ <path d="M3 20c0-3.3 3.2-5.4 7-5.4 1.6 0 3 .3 4.2.9" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
263
+ <path d="M13.8 20c.5-1.8 2.2-3.2 4.2-3.2 1 0 2 .2 2.8.6" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
264
+ </svg>
265
+ <div class="label">Groups</div>
266
+ </div>
267
+ </div>
268
+
269
+ </div>
270
+ </body>
271
+ </html>
code/11708/11708_1.html ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Contact Detail UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #2f2f2f; /* dark content area */
14
+ color: #fff;
15
+ }
16
+
17
+ /* Status bar (top overlay) */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 110px;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ background: linear-gradient(#0b1d24 0%, rgba(11,29,36,0.0) 100%);
30
+ font-size: 40px;
31
+ opacity: 0.95;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 24px;
37
+ font-size: 34px;
38
+ }
39
+ .dot { width: 12px; height: 12px; background: #b5c7cf; border-radius: 50%; display: inline-block; }
40
+
41
+ /* Header */
42
+ .header {
43
+ position: absolute;
44
+ top: 110px;
45
+ left: 0;
46
+ width: 1080px;
47
+ height: 900px;
48
+ background: #1e7bb0; /* blue banner */
49
+ }
50
+ .header .big-letter {
51
+ position: absolute;
52
+ top: 190px;
53
+ left: 0;
54
+ width: 100%;
55
+ text-align: center;
56
+ font-size: 520px;
57
+ line-height: 1;
58
+ color: #ffffff;
59
+ font-weight: 600;
60
+ }
61
+ .top-actions {
62
+ position: absolute;
63
+ top: 40px;
64
+ left: 60px;
65
+ right: 60px;
66
+ display: flex;
67
+ align-items: center;
68
+ justify-content: space-between;
69
+ }
70
+ .left-back {
71
+ display: flex;
72
+ align-items: center;
73
+ gap: 12px;
74
+ }
75
+ .right-icons {
76
+ display: flex;
77
+ align-items: center;
78
+ gap: 42px;
79
+ }
80
+ .icon {
81
+ width: 54px;
82
+ height: 54px;
83
+ }
84
+ .icon path, .icon circle, .icon rect, .icon polygon, .icon line {
85
+ stroke: #fff;
86
+ fill: none;
87
+ stroke-width: 3;
88
+ stroke-linecap: round;
89
+ stroke-linejoin: round;
90
+ }
91
+ .icon-fill path, .icon-fill rect, .icon-fill polygon {
92
+ fill: #fff;
93
+ stroke: none;
94
+ }
95
+
96
+ .favorite-star {
97
+ position: absolute;
98
+ left: 60px;
99
+ bottom: 70px;
100
+ }
101
+ .favorite-star svg {
102
+ width: 90px; height: 90px;
103
+ }
104
+ .call-chat {
105
+ position: absolute;
106
+ right: 60px;
107
+ bottom: 70px;
108
+ display: flex;
109
+ gap: 80px;
110
+ }
111
+ .call-chat .icon-fill { width: 86px; height: 86px; }
112
+
113
+ /* Content list */
114
+ .content {
115
+ position: absolute;
116
+ top: 1010px;
117
+ left: 0;
118
+ right: 0;
119
+ bottom: 120px;
120
+ background: #2f2f2f;
121
+ padding-top: 40px;
122
+ }
123
+ .item {
124
+ display: flex;
125
+ align-items: center;
126
+ gap: 34px;
127
+ padding: 42px 60px;
128
+ border-bottom: 0;
129
+ color: #e8edf1;
130
+ font-size: 44px;
131
+ }
132
+ .item .left-ic { width: 64px; height: 64px; flex: 0 0 64px; }
133
+ .item .label { flex: 1; }
134
+ .item .meta { color: #c8cfd6; font-size: 38px; }
135
+
136
+ /* Gesture bar */
137
+ .gesture-bar {
138
+ position: absolute;
139
+ bottom: 30px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 260px;
143
+ height: 14px;
144
+ background: #e6e6e6;
145
+ border-radius: 10px;
146
+ opacity: 0.9;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+ <!-- Status bar -->
153
+ <div class="status-bar">
154
+ <div>2:53</div>
155
+ <div class="status-icons">
156
+ <span class="dot"></span>
157
+ <span class="dot"></span>
158
+ <span class="dot"></span>
159
+ <span class="dot"></span>
160
+ <span>•</span>
161
+ <svg class="icon" viewBox="0 0 24 24">
162
+ <path d="M3 11h18v2H3z"></path>
163
+ </svg>
164
+ <svg class="icon" viewBox="0 0 24 24">
165
+ <rect x="3" y="6" width="18" height="12" rx="2"></rect>
166
+ <rect x="5" y="8" width="14" height="8" rx="1"></rect>
167
+ </svg>
168
+ <span>100%</span>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Header -->
173
+ <div class="header">
174
+ <div class="top-actions">
175
+ <div class="left-back">
176
+ <svg class="icon" viewBox="0 0 24 24">
177
+ <path d="M15 6l-6 6 6 6"></path>
178
+ </svg>
179
+ </div>
180
+ <div class="right-icons">
181
+ <!-- Edit -->
182
+ <svg class="icon" viewBox="0 0 24 24">
183
+ <path d="M4 20h4l10-10-4-4L4 16v4z"></path>
184
+ <path d="M14 6l4 4"></path>
185
+ </svg>
186
+ <!-- Share -->
187
+ <svg class="icon" viewBox="0 0 24 24">
188
+ <circle cx="18" cy="6" r="3"></circle>
189
+ <circle cx="6" cy="12" r="3"></circle>
190
+ <circle cx="18" cy="18" r="3"></circle>
191
+ <path d="M8.7 10.6L15.3 7.4"></path>
192
+ <path d="M8.7 13.4L15.3 16.6"></path>
193
+ </svg>
194
+ <!-- Delete -->
195
+ <svg class="icon" viewBox="0 0 24 24">
196
+ <path d="M3 6h18"></path>
197
+ <rect x="6" y="6" width="12" height="14" rx="1" ry="1"></rect>
198
+ <path d="M10 10v6M14 10v6"></path>
199
+ </svg>
200
+ <!-- More (vertical dots) -->
201
+ <svg class="icon-fill" viewBox="0 0 24 24">
202
+ <circle cx="12" cy="5" r="2"></circle>
203
+ <circle cx="12" cy="12" r="2"></circle>
204
+ <circle cx="12" cy="19" r="2"></circle>
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <div class="big-letter">C</div>
210
+
211
+ <div class="favorite-star">
212
+ <svg viewBox="0 0 24 24">
213
+ <polygon points="12,3 15,9 22,9 17,13.5 18.8,21 12,17 5.2,21 7,13.5 2,9 9,9"></polygon>
214
+ </svg>
215
+ </div>
216
+
217
+ <div class="call-chat">
218
+ <!-- Phone -->
219
+ <svg class="icon-fill" viewBox="0 0 24 24">
220
+ <path d="M6.6 10.8c2.4 4.3 6.2 7.2 10.5 8.3l2-3.1c.2-.3.1-.8-.2-1.1l-3-2.3c-.3-.2-.7-.2-1 0l-2 1.5c-2-1-3.6-2.6-4.6-4.6l1.5-2c.2-.3.2-.7 0-1l-2.3-3c-.3-.3-.7-.4-1.1-.2l-3.1 2c1.1 2 1.9 3.1 3.3 4.5z"></path>
221
+ </svg>
222
+ <!-- Message -->
223
+ <svg class="icon-fill" viewBox="0 0 24 24">
224
+ <path d="M4 5h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H7l-3 3V7a2 2 0 0 1 2-2z"></path>
225
+ </svg>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Content area -->
230
+ <div class="content">
231
+ <div class="item">
232
+ <svg class="left-ic" viewBox="0 0 24 24">
233
+ <circle cx="12" cy="7.5" r="4"></circle>
234
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6"></path>
235
+ </svg>
236
+ <div class="label">Clara</div>
237
+ </div>
238
+
239
+ <div class="item">
240
+ <svg class="left-ic" viewBox="0 0 24 24">
241
+ <path d="M6.6 10.8c2.4 4.3 6.2 7.2 10.5 8.3l2-3.1c.2-.3.1-.8-.2-1.1l-3-2.3c-.3-.2-.7-.2-1 0l-2 1.5c-2-1-3.6-2.6-4.6-4.6l1.5-2c.2-.3.2-.7 0-1l-2.3-3c-.3-.3-.7-.4-1.1-.2l-3.1 2c1.1 2 1.9 3.1 3.3 4.5z"></path>
242
+ </svg>
243
+ <div class="label">2111112222</div>
244
+ <div class="meta">Mobile</div>
245
+ </div>
246
+
247
+ <div class="item">
248
+ <svg class="left-ic" viewBox="0 0 24 24">
249
+ <rect x="3" y="4" width="18" height="16" rx="2"></rect>
250
+ <path d="M3 8l9 6 9-6"></path>
251
+ </svg>
252
+ <div class="label">dbwscratch.test.id4@gmail.com</div>
253
+ </div>
254
+ </div>
255
+
256
+ <div class="gesture-bar"></div>
257
+ </div>
258
+ </body>
259
+ </html>
code/11708/11708_2.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Contact Edit 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: #2c2c2c;
15
+ font-family: Arial, Helvetica, sans-serif;
16
+ color: #ffffff;
17
+ }
18
+
19
+ /* Header */
20
+ .header {
21
+ position: absolute;
22
+ top: 0; left: 0;
23
+ width: 100%;
24
+ height: 640px;
25
+ background: linear-gradient(#0b1b23 0%, #1b6f99 18%, #1b6f99 100%);
26
+ }
27
+ .top-actions {
28
+ position: absolute;
29
+ top: 40px;
30
+ left: 32px;
31
+ right: 32px;
32
+ height: 64px;
33
+ display: flex;
34
+ align-items: center;
35
+ justify-content: space-between;
36
+ opacity: 0.95;
37
+ }
38
+ .actions-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 40px;
42
+ }
43
+ .icon-btn svg { width: 44px; height: 44px; fill: none; stroke: #ffffff; stroke-width: 3; }
44
+ .icon-dot { fill: #ffffff; }
45
+ .header-letter {
46
+ position: absolute;
47
+ top: 120px;
48
+ left: 0;
49
+ width: 100%;
50
+ text-align: center;
51
+ font-size: 340px;
52
+ font-weight: bold;
53
+ line-height: 1;
54
+ color: #ffffff;
55
+ }
56
+ .header-corner {
57
+ position: absolute;
58
+ bottom: 28px;
59
+ width: 64px; height: 64px;
60
+ }
61
+ .header-corner.left { left: 48px; }
62
+ .header-corner.right { right: 48px; }
63
+
64
+ /* Content area */
65
+ .content {
66
+ position: absolute;
67
+ top: 640px;
68
+ left: 0;
69
+ right: 0;
70
+ bottom: 0;
71
+ padding-bottom: 160px;
72
+ background: #2c2c2c;
73
+ }
74
+ .section {
75
+ padding: 18px 48px 12px 48px;
76
+ }
77
+ .field {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 24px;
81
+ padding: 22px 0;
82
+ }
83
+ .field.underline {
84
+ border-bottom: 3px solid #d27822;
85
+ }
86
+ .field .icon {
87
+ width: 64px; height: 64px;
88
+ display: flex; align-items: center; justify-content: center;
89
+ }
90
+ .field .icon svg { width: 56px; height: 56px; stroke: #ffffff; stroke-width: 2.8; fill: none; }
91
+ .label {
92
+ font-size: 46px;
93
+ color: #ffffff;
94
+ }
95
+ .label.placeholder { color: #9c9c9c; }
96
+ .meta {
97
+ margin-left: auto;
98
+ font-size: 40px;
99
+ color: #cfcfcf;
100
+ }
101
+
102
+ .add-wrap {
103
+ padding: 22px 0 34px 0;
104
+ display: flex;
105
+ justify-content: center;
106
+ }
107
+ .add-btn {
108
+ width: 160px; height: 96px;
109
+ border: 2px solid #777;
110
+ border-radius: 14px;
111
+ display: flex; align-items: center; justify-content: center;
112
+ color: #ff8f00;
113
+ font-size: 60px;
114
+ font-weight: 600;
115
+ background: rgba(255,255,255,0.03);
116
+ }
117
+
118
+ /* Bottom system pill (visual hint) */
119
+ .system-pill {
120
+ position: absolute;
121
+ bottom: 22px;
122
+ left: 50%;
123
+ transform: translateX(-50%);
124
+ width: 320px; height: 16px;
125
+ background: #bdbdbd;
126
+ border-radius: 10px;
127
+ opacity: 0.6;
128
+ }
129
+ </style>
130
+ </head>
131
+ <body>
132
+ <div id="render-target">
133
+
134
+ <!-- Header -->
135
+ <div class="header">
136
+ <div class="top-actions">
137
+ <!-- Back -->
138
+ <div class="icon-btn">
139
+ <svg viewBox="0 0 48 48">
140
+ <polyline points="28,10 14,24 28,38" stroke-linecap="round" stroke-linejoin="round"></polyline>
141
+ </svg>
142
+ </div>
143
+ <div class="actions-right">
144
+ <!-- Check -->
145
+ <div class="icon-btn">
146
+ <svg viewBox="0 0 48 48">
147
+ <polyline points="10,26 20,34 38,14" stroke-linecap="round" stroke-linejoin="round"></polyline>
148
+ </svg>
149
+ </div>
150
+ <!-- Share -->
151
+ <div class="icon-btn">
152
+ <svg viewBox="0 0 48 48">
153
+ <circle cx="12" cy="24" r="4" class="icon-dot"></circle>
154
+ <circle cx="34" cy="14" r="4" class="icon-dot"></circle>
155
+ <circle cx="34" cy="34" r="4" class="icon-dot"></circle>
156
+ <path d="M16 24 L30 16 M16 24 L30 32" stroke="#ffffff" stroke-width="3" fill="none" stroke-linecap="round"></path>
157
+ </svg>
158
+ </div>
159
+ <!-- More (vertical dots) -->
160
+ <div class="icon-btn">
161
+ <svg viewBox="0 0 48 48">
162
+ <circle cx="24" cy="10" r="3" class="icon-dot"></circle>
163
+ <circle cx="24" cy="24" r="3" class="icon-dot"></circle>
164
+ <circle cx="24" cy="38" r="3" class="icon-dot"></circle>
165
+ </svg>
166
+ </div>
167
+ </div>
168
+ </div>
169
+
170
+ <div class="header-letter">C</div>
171
+
172
+ <!-- Star (favorite) -->
173
+ <div class="header-corner left">
174
+ <svg viewBox="0 0 64 64">
175
+ <polygon points="32,6 38,24 58,24 42,36 48,56 32,44 16,56 22,36 6,24 26,24" fill="none" stroke="#ffffff" stroke-width="4" stroke-linejoin="round"></polygon>
176
+ </svg>
177
+ </div>
178
+ <!-- Camera -->
179
+ <div class="header-corner right">
180
+ <svg viewBox="0 0 64 64">
181
+ <rect x="10" y="18" width="44" height="30" rx="6" ry="6" fill="none" stroke="#ffffff" stroke-width="4"></rect>
182
+ <rect x="22" y="12" width="12" height="8" rx="3" fill="none" stroke="#ffffff" stroke-width="4"></rect>
183
+ <circle cx="32" cy="33" r="9" fill="none" stroke="#ffffff" stroke-width="4"></circle>
184
+ </svg>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Content -->
189
+ <div class="content">
190
+ <!-- Name -->
191
+ <div class="section">
192
+ <div class="field underline">
193
+ <div class="icon">
194
+ <svg viewBox="0 0 56 56">
195
+ <circle cx="28" cy="18" r="9"></circle>
196
+ <path d="M12 42c4-8 28-8 32 0" stroke-linecap="round" stroke-linejoin="round"></path>
197
+ </svg>
198
+ </div>
199
+ <div class="label">Clara</div>
200
+ </div>
201
+
202
+ <div class="field underline">
203
+ <div class="icon"></div>
204
+ <div class="label placeholder">Surname</div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Phone -->
209
+ <div class="section">
210
+ <div class="field underline">
211
+ <div class="icon">
212
+ <svg viewBox="0 0 56 56">
213
+ <path d="M18 12c4 8 12 16 20 20l6-6c2-2 6 2 5 5l-3 8c-1 2-3 3-5 3-16-4-28-16-32-32 0-2 1-4 3-5l8-3c3-1 7 3 5 5l-7 5z" fill="none" stroke="#ffffff" stroke-width="2.8" stroke-linejoin="round"></path>
214
+ </svg>
215
+ </div>
216
+ <div class="label">2111112222</div>
217
+ <div class="meta">Mobile</div>
218
+ </div>
219
+ <div class="add-wrap">
220
+ <div class="add-btn">+</div>
221
+ </div>
222
+ </div>
223
+
224
+ <!-- Email -->
225
+ <div class="section">
226
+ <div class="field underline">
227
+ <div class="icon">
228
+ <svg viewBox="0 0 56 56">
229
+ <rect x="8" y="14" width="40" height="28" rx="4" ry="4"></rect>
230
+ <path d="M8 18 L28 30 L48 18" stroke-linecap="round" stroke-linejoin="round"></path>
231
+ </svg>
232
+ </div>
233
+ <div class="label placeholder">Email</div>
234
+ <div class="meta">Home</div>
235
+ </div>
236
+ <div class="add-wrap">
237
+ <div class="add-btn">+</div>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Address -->
242
+ <div class="section">
243
+ <div class="field underline">
244
+ <div class="icon">
245
+ <svg viewBox="0 0 56 56">
246
+ <path d="M28 10c7 0 12 5 12 12 0 10-12 20-12 20s-12-10-12-20c0-7 5-12 12-12z"></path>
247
+ <circle cx="28" cy="22" r="5" fill="none" stroke="#ffffff" stroke-width="2.8"></circle>
248
+ </svg>
249
+ </div>
250
+ <div class="label placeholder">Address</div>
251
+ <div class="meta">Home</div>
252
+ </div>
253
+ <div class="add-wrap">
254
+ <div class="add-btn">+</div>
255
+ </div>
256
+ </div>
257
+
258
+ <!-- Birthday -->
259
+ <div class="section">
260
+ <div class="field">
261
+ <div class="icon">
262
+ <svg viewBox="0 0 56 56">
263
+ <path d="M16 18c2-2 2-5 0-7 3 0 5 3 4 6M28 18c2-2 2-5 0-7 3 0 5 3 4 6M40 18c2-2 2-5 0-7 3 0 5 3 4 6" stroke-linecap="round"></path>
264
+ <rect x="10" y="22" width="36" height="18" rx="3" ry="3"></rect>
265
+ <path d="M10 30h36" stroke-linecap="round"></path>
266
+ </svg>
267
+ </div>
268
+ <div class="label placeholder">Unknown</div>
269
+ <div class="meta">Birthday</div>
270
+ </div>
271
+ <div class="add-wrap">
272
+ <div class="add-btn">+</div>
273
+ </div>
274
+ </div>
275
+
276
+ <!-- Notes -->
277
+ <div class="section">
278
+ <div class="field underline">
279
+ <div class="icon">
280
+ <svg viewBox="0 0 56 56">
281
+ <rect x="10" y="12" width="36" height="28" rx="4" ry="4"></rect>
282
+ <path d="M16 20h24M16 26h24M16 32h18" stroke-linecap="round"></path>
283
+ </svg>
284
+ </div>
285
+ <div class="label placeholder">Notes</div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Groups -->
290
+ <div class="section">
291
+ <div class="field">
292
+ <div class="icon">
293
+ <svg viewBox="0 0 56 56">
294
+ <circle cx="20" cy="22" r="7"></circle>
295
+ <circle cx="36" cy="26" r="6"></circle>
296
+ <path d="M10 40c4-8 20-8 24 0M30 42c3-6 14-6 16 0" stroke-linecap="round" stroke-linejoin="round"></path>
297
+ </svg>
298
+ </div>
299
+ <div class="label placeholder">No groups</div>
300
+ </div>
301
+ </div>
302
+ </div>
303
+
304
+ <div class="system-pill"></div>
305
+ </div>
306
+ </body>
307
+ </html>
code/11708/11708_3.html ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Contact Edit Mock</title>
7
+ <style>
8
+ body { margin:0; padding:0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ position: relative;
11
+ overflow: hidden;
12
+ width: 1080px;
13
+ height: 2400px;
14
+ background: #121212;
15
+ color: #fff;
16
+ }
17
+
18
+ /* Header */
19
+ .status-strip {
20
+ height: 88px;
21
+ background: linear-gradient(#0b2731, #0b2731 60%, rgba(0,0,0,0) 100%);
22
+ padding: 0 24px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ font-size: 36px;
27
+ letter-spacing: 1px;
28
+ opacity: 0.95;
29
+ }
30
+ .header {
31
+ position: relative;
32
+ height: 720px;
33
+ background: #0e76a6;
34
+ }
35
+ .toolbar {
36
+ position: absolute;
37
+ top: 112px;
38
+ left: 24px;
39
+ right: 24px;
40
+ height: 72px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ }
45
+ .toolbar .left, .toolbar .right { display: flex; align-items: center; gap: 36px; }
46
+ .big-initial {
47
+ position: absolute;
48
+ top: 180px;
49
+ left: 0;
50
+ right: 0;
51
+ text-align: center;
52
+ font-size: 420px;
53
+ font-weight: 500;
54
+ color: #ffffff;
55
+ opacity: 0.95;
56
+ }
57
+ .floating-star {
58
+ position: absolute;
59
+ bottom: 108px;
60
+ left: 48px;
61
+ }
62
+ .floating-camera {
63
+ position: absolute;
64
+ bottom: 96px;
65
+ right: 48px;
66
+ }
67
+ .icon-btn svg { width: 48px; height: 48px; fill: #ffffff; }
68
+
69
+ /* Form */
70
+ .form {
71
+ background: #2a2a2a;
72
+ padding: 24px 24px 0 24px;
73
+ }
74
+ .field {
75
+ display: flex;
76
+ align-items: center;
77
+ gap: 24px;
78
+ padding: 18px 6px 22px 6px;
79
+ border-bottom: 3px solid #ff9800;
80
+ margin: 10px 6px 20px 6px;
81
+ color: #e6e6e6;
82
+ }
83
+ .field .ficon {
84
+ width: 52px; height: 52px; border-radius: 26px;
85
+ display: flex; align-items: center; justify-content: center;
86
+ background: transparent;
87
+ }
88
+ .field .ficon svg { width: 44px; height: 44px; fill: #d7d7d7; opacity: .95; }
89
+ .field .label {
90
+ flex: 1;
91
+ font-size: 44px;
92
+ }
93
+ .field .hint { color: #9e9e9e; }
94
+ .field .affix { font-size: 40px; color: #dcdcdc; }
95
+
96
+ .add-button {
97
+ display: flex; justify-content: center; padding: 28px 0 18px;
98
+ }
99
+ .add-button .square {
100
+ width: 140px; height: 100px; border-radius: 12px;
101
+ border: 2px solid #6b6b6b; color: #ffab40;
102
+ display: flex; align-items: center; justify-content: center;
103
+ font-size: 64px; font-weight: 500;
104
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
105
+ }
106
+
107
+ /* Suggestion bar above keyboard */
108
+ .suggestions {
109
+ background: #1b1f23;
110
+ padding: 18px 24px;
111
+ display: flex; align-items: center; gap: 18px;
112
+ }
113
+ .chip {
114
+ background: #0f2a36;
115
+ color: #cfe7ff;
116
+ padding: 14px 22px;
117
+ border-radius: 20px;
118
+ font-size: 36px;
119
+ display: inline-flex; align-items: center; gap: 14px;
120
+ }
121
+ .chip .avatar {
122
+ width: 34px; height: 34px; border-radius: 50%;
123
+ background: #1e6bb8;
124
+ display: inline-block;
125
+ }
126
+
127
+ /* Keyboard */
128
+ .keyboard {
129
+ background: #12181c;
130
+ padding: 18px 14px 16px;
131
+ }
132
+ .key-row {
133
+ display: grid;
134
+ grid-template-columns: repeat(10, 1fr);
135
+ gap: 12px;
136
+ margin-bottom: 14px;
137
+ }
138
+ .key {
139
+ background: #2b3a40;
140
+ color: #e7eef2;
141
+ height: 120px;
142
+ border-radius: 16px;
143
+ display: flex; align-items: center; justify-content: center;
144
+ font-size: 44px;
145
+ }
146
+ .wide-1 { grid-column: span 1.5; }
147
+ .wide-2 { grid-column: span 2; }
148
+ .wide-3 { grid-column: span 3; }
149
+ .space-row {
150
+ display: grid;
151
+ grid-template-columns: 1.3fr 0.9fr 4fr 0.9fr 1.3fr;
152
+ gap: 12px;
153
+ }
154
+ .pill {
155
+ position: absolute;
156
+ left: 50%;
157
+ transform: translateX(-50%);
158
+ bottom: 18px;
159
+ width: 300px;
160
+ height: 12px;
161
+ border-radius: 6px;
162
+ background: rgba(255,255,255,0.85);
163
+ }
164
+ </style>
165
+ </head>
166
+ <body>
167
+ <div id="render-target">
168
+
169
+ <div class="status-strip">
170
+ <div>2:54</div>
171
+ <div>⌁ ● 100%</div>
172
+ </div>
173
+
174
+ <div class="header">
175
+ <div class="toolbar">
176
+ <div class="left">
177
+ <div class="icon-btn">
178
+ <svg viewBox="0 0 24 24"><path d="M15.4 4.6 14 3.2 5.2 12l8.8 8.8 1.4-1.4L8 12z"/></svg>
179
+ </div>
180
+ </div>
181
+ <div class="right">
182
+ <div class="icon-btn">
183
+ <svg viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>
184
+ </div>
185
+ <div class="icon-btn">
186
+ <svg viewBox="0 0 24 24"><path d="M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.02-4.11A2.99 2.99 0 0 0 21 3a3 3 0 1 0-3 3c.36 0 .69-.07 1-.18l-7.02 4.11a3 3 0 0 0-3.96 2.77c0 1.31.84 2.42 2.02 2.82l7.01 4.11c-.22.31-.35.69-.35 1.1a3 3 0 1 0 3-3z"/></svg>
187
+ </div>
188
+ <div class="icon-btn">
189
+ <svg viewBox="0 0 24 24"><path d="M12 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 14zm0 6a2 2 0 1 0 .001-3.999A2 2 0 0 0 12 20z"/></svg>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <div class="big-initial">C</div>
195
+
196
+ <div class="floating-star icon-btn">
197
+ <svg viewBox="0 0 24 24"><path d="M12 17.3 6.2 21l1.6-6.8L2 9.3l7-.6L12 2l3 6.7 7 .6-5.8 4.9L17.8 21z" fill="none" stroke="#fff" stroke-width="1.8"/></svg>
198
+ </div>
199
+ <div class="floating-camera icon-btn">
200
+ <svg viewBox="0 0 24 24"><path d="M7 7h2l1.2-2h3.6L15 7h2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3zm5 3.5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z" fill="#fff"/></svg>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="form">
205
+ <div class="field">
206
+ <div class="ficon">
207
+ <svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4zm0 2c-4.4 0-8 2.2-8 5v1h16v-1c0-2.8-3.6-5-8-5z"/></svg>
208
+ </div>
209
+ <div class="label">Clara</div>
210
+ </div>
211
+
212
+ <div class="field">
213
+ <div class="ficon">
214
+ <svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4z" opacity=".7"/></svg>
215
+ </div>
216
+ <div class="label hint">Surname</div>
217
+ </div>
218
+
219
+ <div class="field">
220
+ <div class="ficon">
221
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.8c1.3 2.5 3.1 4.3 5.6 5.6l1.9-1.9c.3-.3.8-.4 1.2-.2 1 .4 2 .6 3.1.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C9.7 21 3 14.3 3 6c0-.6.4-1 1-1h3.2c.6 0 1 .4 1 1 0 1.1.2 2.1.6 3.1.2.4.1.9-.2 1.2z"/></svg>
222
+ </div>
223
+ <div class="label">2111112222</div>
224
+ <div class="affix">Mobile</div>
225
+ </div>
226
+
227
+ <div class="add-button">
228
+ <div class="square">+</div>
229
+ </div>
230
+
231
+ <div class="field">
232
+ <div class="ficon">
233
+ <svg viewBox="0 0 24 24"><path d="M20 4H4a2 2 0 0 0-2 2v.5l10 6 10-6V6a2 2 0 0 0-2-2zm0 5.3-8 4.8-8-4.8V18a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z"/></svg>
234
+ </div>
235
+ <div class="label hint">Email</div>
236
+ <div class="affix">Home</div>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="suggestions">
241
+ <div class="chip"><span class="avatar"></span>Richard Wagner</div>
242
+ </div>
243
+
244
+ <div class="keyboard">
245
+ <div class="key-row">
246
+ <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>
247
+ <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>
248
+ </div>
249
+ <div class="key-row">
250
+ <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>
251
+ <div class="key">H</div><div class="key">J</div><div class="key">K</div><div class="key">L</div><div class="key wide-1">⌫</div>
252
+ </div>
253
+ <div class="key-row">
254
+ <div class="key wide-1">⇧</div>
255
+ <div class="key">Z</div><div class="key">X</div><div class="key">C</div><div class="key">V</div>
256
+ <div class="key">B</div><div class="key">N</div><div class="key">M</div>
257
+ <div class="key">.</div><div class="key wide-1">↵</div>
258
+ </div>
259
+ <div class="space-row">
260
+ <div class="key">?123</div>
261
+ <div class="key">,</div>
262
+ <div class="key">SPACE</div>
263
+ <div class="key">🙂</div>
264
+ <div class="key">→</div>
265
+ </div>
266
+ </div>
267
+
268
+ <div class="pill"></div>
269
+ </div>
270
+ </body>
271
+ </html>
code/11708/11708_4.html ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Contact Edit Screen 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:#0b2e3a;
12
+ font-family: Arial, Helvetica, sans-serif; color:#fff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar{
17
+ position:absolute; left:0; top:0; width:100%; height:96px;
18
+ background: linear-gradient(#0a1f25, rgba(11,46,58,0));
19
+ display:flex; align-items:center; justify-content:space-between;
20
+ padding:0 30px; box-sizing:border-box; font-size:36px; opacity:0.95;
21
+ }
22
+ .status-right{ display:flex; align-items:center; gap:20px; }
23
+ .battery{ border:2px solid #fff; width:48px; height:26px; border-radius:4px; position:relative; }
24
+ .battery:after{ content:""; position:absolute; right:-8px; top:7px; width:6px; height:12px; background:#fff; border-radius:2px; }
25
+ .battery .level{ position:absolute; left:3px; top:3px; height:18px; width:32px; background:#fff; border-radius:2px; }
26
+
27
+ /* Header / Avatar block */
28
+ .header{
29
+ position:absolute; left:0; top:96px; width:100%; height:760px;
30
+ background: linear-gradient(#0e5578, #0c6a93);
31
+ }
32
+ .big-initial{
33
+ position:absolute; left:0; right:0; top:110px; text-align:center;
34
+ font-size:440px; font-weight:600; color:#eef6fb; opacity:0.9; letter-spacing:4px;
35
+ }
36
+ .top-actions{
37
+ position:absolute; right:30px; top:34px; display:flex; gap:38px; align-items:center;
38
+ }
39
+ .back-btn{ position:absolute; left:26px; top:34px; width:60px; height:60px; opacity:0.96; }
40
+ .fav-star{ position:absolute; left:56px; bottom:110px; width:80px; height:80px; }
41
+ .camera-fab{
42
+ position:absolute; right:44px; bottom:96px; width:96px; height:96px;
43
+ }
44
+
45
+ /* Form area */
46
+ .form{
47
+ position:absolute; left:0; top:856px; width:100%; bottom:940px;
48
+ background:#262626; box-sizing:border-box; padding-top:30px;
49
+ }
50
+ .field{ display:flex; align-items:center; padding:24px 40px; column-gap:28px; }
51
+ .field .icon{ width:64px; height:64px; opacity:0.9; }
52
+ .input-line{
53
+ flex:1; color:#fff; font-size:46px; padding:12px 0 18px 0; border-bottom:4px solid #ff9800;
54
+ }
55
+ .placeholder{ color:#b0b0b0; }
56
+ .right-label{ color:#cfcfcf; font-size:40px; margin-left:18px; }
57
+ .add-btn-wrap{ display:flex; justify-content:center; padding:28px 0 10px; }
58
+ .add-btn{
59
+ width:150px; height:110px; border-radius:14px; border:3px solid #6b6b6b; display:flex; align-items:center; justify-content:center;
60
+ }
61
+ .add-btn span{ font-size:72px; color:#ff9800; line-height:1; margin-top:-6px; }
62
+
63
+ /* Keyboard */
64
+ .keyboard{
65
+ position:absolute; left:0; right:0; bottom:0; height:940px; background:#0e1417; border-top:1px solid #182025;
66
+ box-sizing:border-box; padding:16px 22px 90px;
67
+ }
68
+ .suggest-row{
69
+ height:96px; display:flex; align-items:center; justify-content:center; margin-bottom:10px;
70
+ }
71
+ .chip{
72
+ background:#1e272b; color:#d8dfe4; border:1px solid #2a3a41; border-radius:34px; padding:12px 24px; font-size:38px; display:flex; align-items:center; gap:16px;
73
+ }
74
+ .chip .avatar{
75
+ width:48px; height:48px; background:#2962ff; border-radius:50%;
76
+ display:flex; align-items:center; justify-content:center; font-weight:bold;
77
+ }
78
+
79
+ .keys{ display:flex; flex-direction:column; gap:16px; margin-top:8px; }
80
+ .row{ display:flex; justify-content:center; gap:12px; }
81
+ .key{
82
+ width:92px; height:120px; border-radius:14px; background:#20282d; color:#e6ecef; display:flex; align-items:center; justify-content:center; font-size:44px; box-shadow:inset 0 -2px 0 rgba(255,255,255,0.05);
83
+ }
84
+ .key.wide{ width:124px; }
85
+ .key.xwide{ width:160px; }
86
+ .key.circle{ width:120px; height:120px; border-radius:60px; background:#4caf50; color:#07230a; font-weight:700; }
87
+ .key.dark{ background:#1a2226; color:#b8c1c7; }
88
+ .space{ width:520px; }
89
+ .gesture{
90
+ position:absolute; left:50%; transform:translateX(-50%); bottom:26px; width:260px; height:8px; background:#e9e9e9; border-radius:4px; opacity:0.85;
91
+ }
92
+ </style>
93
+ </head>
94
+ <body>
95
+ <div id="render-target">
96
+
97
+ <!-- Status bar -->
98
+ <div class="status-bar">
99
+ <div class="status-left">2:54</div>
100
+ <div class="status-right">
101
+ <span>⬤ ⬤</span>
102
+ <span>📶</span>
103
+ <div class="battery"><div class="level"></div></div>
104
+ <span style="font-size:32px;">100%</span>
105
+ </div>
106
+ </div>
107
+
108
+ <!-- Header / avatar initial -->
109
+ <div class="header">
110
+ <svg class="back-btn" viewBox="0 0 24 24">
111
+ <path d="M15 6L9 12l6 6" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
112
+ </svg>
113
+
114
+ <div class="top-actions">
115
+ <svg width="54" height="54" viewBox="0 0 24 24">
116
+ <path d="M5 13l4 4L19 7" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
117
+ </svg>
118
+ <svg width="54" height="54" viewBox="0 0 24 24">
119
+ <circle cx="6" cy="12" r="2" fill="#fff"/><circle cx="16" cy="6" r="2" fill="#fff"/><circle cx="16" cy="18" r="2" fill="#fff"/>
120
+ <path d="M8 12h6M16 8v8" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/>
121
+ </svg>
122
+ <svg width="54" height="54" viewBox="0 0 24 24">
123
+ <circle cx="12" cy="5" r="2" fill="#fff"/><circle cx="12" cy="12" r="2" fill="#fff"/><circle cx="12" cy="19" r="2" fill="#fff"/>
124
+ </svg>
125
+ </div>
126
+
127
+ <div class="big-initial">C</div>
128
+
129
+ <svg class="fav-star" viewBox="0 0 24 24">
130
+ <path d="M12 3l3 6 7 .9-5 4.6 1.3 7L12 18l-6.3 3.5L7 14.5 2 9.9 9 9z" fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round"/>
131
+ </svg>
132
+
133
+ <svg class="camera-fab" viewBox="0 0 48 48">
134
+ <rect x="2" y="2" width="44" height="44" rx="10" ry="10" fill="none" stroke="#fff" stroke-width="3"/>
135
+ <path d="M31 18h-3l-2-2h-4l-2 2h-3a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-9a3 3 0 0 0-3-3z" fill="none" stroke="#fff" stroke-width="2"/>
136
+ <circle cx="24" cy="26" r="5" fill="none" stroke="#fff" stroke-width="2"/>
137
+ </svg>
138
+ </div>
139
+
140
+ <!-- Form Section -->
141
+ <div class="form">
142
+ <div class="field">
143
+ <svg class="icon" viewBox="0 0 24 24">
144
+ <circle cx="12" cy="8" r="4" fill="#d9d9d9"/>
145
+ <path d="M4 20c2-4 14-4 16 0" fill="none" stroke="#d9d9d9" stroke-width="2" stroke-linecap="round"/>
146
+ </svg>
147
+ <div class="input-line">Clara</div>
148
+ </div>
149
+
150
+ <div class="field" style="padding-top:18px;">
151
+ <div style="width:64px; height:64px;"></div>
152
+ <div class="input-line">Wagner</div>
153
+ </div>
154
+
155
+ <div class="field">
156
+ <svg class="icon" viewBox="0 0 24 24">
157
+ <path d="M6 2l3 2v4l-2 2c2 4 6 6 10 8l2-2h4l2 3c-2 2-5 3-7 3C10 22 2 14 2 7c0-2 1-5 4-5z" fill="#d9d9d9"/>
158
+ </svg>
159
+ <div class="input-line">2111112222</div>
160
+ <div class="right-label">Mobile</div>
161
+ </div>
162
+
163
+ <div class="add-btn-wrap">
164
+ <div class="add-btn"><span>+</span></div>
165
+ </div>
166
+
167
+ <div class="field" style="padding-top:10px;">
168
+ <svg class="icon" viewBox="0 0 24 24">
169
+ <path d="M3 6h18v12H3z" fill="none" stroke="#d9d9d9" stroke-width="2"/>
170
+ <path d="M3 7l9 7 9-7" fill="none" stroke="#d9d9d9" stroke-width="2"/>
171
+ </svg>
172
+ <div class="input-line"><span class="placeholder">Email</span></div>
173
+ <div class="right-label">Home</div>
174
+ </div>
175
+ </div>
176
+
177
+ <!-- Keyboard -->
178
+ <div class="keyboard">
179
+ <div class="suggest-row">
180
+ <div class="chip">
181
+ <div class="avatar">•</div>
182
+ Richard Wagner
183
+ </div>
184
+ </div>
185
+
186
+ <div class="keys">
187
+ <div class="row">
188
+ <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>
189
+ <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>
190
+ </div>
191
+ <div class="row">
192
+ <div class="key wide">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div>
193
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key wide">l</div>
194
+ </div>
195
+ <div class="row">
196
+ <div class="key xwide dark">⇧</div>
197
+ <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>
198
+ <div class="key">n</div><div class="key">m</div>
199
+ <div class="key xwide dark">⌫</div>
200
+ </div>
201
+ <div class="row">
202
+ <div class="key circle dark" style="background:#7fd4a5; color:#06240f;">?123</div>
203
+ <div class="key dark">,</div>
204
+ <div class="key space dark"></div>
205
+ <div class="key dark">.</div>
206
+ <div class="key circle">➜</div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="gesture"></div>
211
+ </div>
212
+
213
+ </div>
214
+ </body>
215
+ </html>
code/11708/11708_5.html ADDED
@@ -0,0 +1,320 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Contact Edit UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
10
+ background: #1e1f22;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; width: 100%; height: 110px;
16
+ color: #fff; background: linear-gradient(#0b2f38, #0b2f38);
17
+ font-size: 36px; letter-spacing: 0.5px;
18
+ }
19
+ .status-left { position: absolute; left: 30px; top: 28px; }
20
+ .status-right { position: absolute; right: 30px; top: 24px; display: flex; align-items: center; gap: 22px; }
21
+ .icon-wifi, .icon-battery {
22
+ display: inline-block;
23
+ }
24
+ .icon-wifi svg, .icon-battery svg { display: block; }
25
+
26
+ /* Header / hero */
27
+ .hero {
28
+ position: absolute; top: 110px; left: 0; width: 100%; height: 630px;
29
+ background: linear-gradient(#0e3e4d, #1976a2);
30
+ }
31
+ .hero .big-letter {
32
+ position: absolute; left: 50%; top: 50%;
33
+ transform: translate(-50%, -45%);
34
+ font-size: 470px; color: #ffffff; font-weight: 500; line-height: 1;
35
+ }
36
+ .hero .back { position: absolute; left: 30px; top: 30px; }
37
+ .hero .actions { position: absolute; right: 30px; top: 30px; display: flex; gap: 32px; align-items: center; }
38
+ .hero .corner-left { position: absolute; left: 30px; bottom: 30px; }
39
+ .hero .corner-right { position: absolute; right: 30px; bottom: 30px; }
40
+ .hero svg { display: block; }
41
+
42
+ /* Divider after hero */
43
+ .divider {
44
+ position: absolute; top: 740px; left: 0; width: 100%; height: 6px; background: #1d1d1d;
45
+ }
46
+
47
+ /* Form area */
48
+ .form {
49
+ position: absolute; top: 746px; left: 0; width: 100%; height: 860px; background: #2a2a2a; color: #fff;
50
+ padding-top: 30px;
51
+ }
52
+ .field {
53
+ display: flex; align-items: center;
54
+ padding: 22px 40px; gap: 28px; color: #fff;
55
+ }
56
+ .field .ico { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
57
+ .field .text-line { flex: 1; font-size: 46px; color: #e6e6e6; padding-bottom: 14px; border-bottom: 6px solid #ff8f00; }
58
+ .field .label-right { font-size: 40px; color: #cfcfcf; }
59
+ .plus-wrapper {
60
+ padding: 28px 40px; display: flex; justify-content: center;
61
+ }
62
+ .plus-box {
63
+ width: 160px; height: 120px; border-radius: 12px; border: 3px solid #6a6a6a; display: flex;
64
+ align-items: center; justify-content: center;
65
+ }
66
+ .plus-box .plus { font-size: 72px; color: #ff8f00; line-height: 1; }
67
+
68
+ /* Suggestion chips above keyboard */
69
+ .suggestions {
70
+ position: absolute; top: 1610px; left: 0; width: 100%; padding: 16px 24px; display: flex; gap: 16px; align-items: center;
71
+ background: #222629;
72
+ }
73
+ .chip {
74
+ display: inline-flex; align-items: center; gap: 16px;
75
+ padding: 18px 26px; border-radius: 40px; background: #2f3438; color: #d7e5ff; font-size: 36px; border: 1px solid #3d4348;
76
+ }
77
+ .chip .acc {
78
+ width: 46px; height: 46px; border-radius: 50%; background: #2a76ff; display: inline-flex; align-items: center; justify-content: center;
79
+ }
80
+ .chip .acc svg { width: 30px; height: 30px; }
81
+
82
+ /* Keyboard */
83
+ #keyboard {
84
+ position: absolute; bottom: 86px; left: 0; width: 100%; height: 760px; background: #111518; border-top: 3px solid #2a2f33;
85
+ color: #eaeaea;
86
+ }
87
+ .kbd-top { height: 110px; display: flex; align-items: center; gap: 18px; padding: 12px 26px; }
88
+ .kbd-top .mode { width: 88px; height: 88px; border-radius: 18px; background: #283036; display: flex; align-items: center; justify-content: center; }
89
+ .kbd-top .mode svg { width: 48px; height: 48px; }
90
+ .kbd-rows { padding: 0 28px; }
91
+ .row { display: flex; justify-content: center; gap: 16px; margin: 18px 0; }
92
+ .key {
93
+ height: 120px; min-width: 90px; padding: 0 16px;
94
+ background: #2a2f33; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 46px;
95
+ }
96
+ .key.wide { min-width: 160px; }
97
+ .key.extra-wide { flex: 1; }
98
+ .key.green { background: #4caf50; color: #06210a; font-weight: 700; }
99
+ .key.right-green { background: #66d48a; color: #06210a; font-weight: 700; }
100
+ .row .key.icon svg { width: 46px; height: 46px; }
101
+
102
+ /* Gesture bar */
103
+ .gesture {
104
+ position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
105
+ width: 300px; height: 10px; border-radius: 10px; background: #cfd3d6; opacity: 0.7;
106
+ }
107
+ </style>
108
+ </head>
109
+ <body>
110
+ <div id="render-target">
111
+
112
+ <!-- Status Bar -->
113
+ <div class="status-bar">
114
+ <div class="status-left">2:55</div>
115
+ <div class="status-right">
116
+ <div class="icon-wifi">
117
+ <svg width="48" height="36" viewBox="0 0 48 36" fill="none">
118
+ <path d="M4 12 C14 4,34 4,44 12" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
119
+ <path d="M10 18 C18 12,30 12,38 18" stroke="#fff" stroke-width="4" stroke-linecap="round"/>
120
+ <circle cx="24" cy="26" r="4" fill="#fff"/>
121
+ </svg>
122
+ </div>
123
+ <div class="icon-battery">
124
+ <svg width="72" height="36" viewBox="0 0 72 36" fill="none">
125
+ <rect x="4" y="8" width="56" height="20" rx="4" stroke="#fff" stroke-width="3"/>
126
+ <rect x="8" y="12" width="48" height="12" rx="2" fill="#fff"/>
127
+ <rect x="62" y="12" width="6" height="12" rx="2" fill="#fff"/>
128
+ </svg>
129
+ </div>
130
+ <div style="font-size:34px;">100%</div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Header / Hero -->
135
+ <div class="hero">
136
+ <div class="big-letter">C</div>
137
+
138
+ <!-- Back -->
139
+ <div class="back">
140
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none">
141
+ <path d="M38 14 L18 32 L38 50" stroke="#ffffff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
142
+ </svg>
143
+ </div>
144
+
145
+ <!-- Right actions -->
146
+ <div class="actions">
147
+ <svg width="60" height="60" viewBox="0 0 40 40" fill="none">
148
+ <path d="M8 20 L16 28 L32 12" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
149
+ </svg>
150
+ <svg width="60" height="60" viewBox="0 0 40 40" fill="none">
151
+ <circle cx="8" cy="20" r="4" fill="#fff"/>
152
+ <circle cx="20" cy="10" r="4" fill="#fff"/>
153
+ <circle cx="32" cy="20" r="4" fill="#fff"/>
154
+ <path d="M12 18 L16 14 M24 14 L28 18" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
155
+ </svg>
156
+ <svg width="60" height="60" viewBox="0 0 40 40" fill="none">
157
+ <circle cx="20" cy="8" r="4" fill="#fff"/>
158
+ <circle cx="20" cy="20" r="4" fill="#fff"/>
159
+ <circle cx="20" cy="32" r="4" fill="#fff"/>
160
+ </svg>
161
+ </div>
162
+
163
+ <!-- Bottom corners -->
164
+ <div class="corner-left">
165
+ <svg width="72" height="72" viewBox="0 0 72 72" fill="none">
166
+ <path d="M36 6 L44 26 L66 26 L48 40 L56 62 L36 48 L16 62 L24 40 L6 26 L28 26 Z"
167
+ stroke="#fff" stroke-width="5" fill="none" stroke-linejoin="round"/>
168
+ </svg>
169
+ </div>
170
+ <div class="corner-right">
171
+ <svg width="72" height="72" viewBox="0 0 72 72" fill="none">
172
+ <rect x="10" y="20" width="52" height="32" rx="8" stroke="#fff" stroke-width="5"/>
173
+ <circle cx="36" cy="36" r="8" stroke="#fff" stroke-width="5"/>
174
+ </svg>
175
+ </div>
176
+ </div>
177
+
178
+ <div class="divider"></div>
179
+
180
+ <!-- Form fields -->
181
+ <div class="form">
182
+ <div class="field">
183
+ <div class="ico">
184
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
185
+ <circle cx="24" cy="16" r="10" stroke="#cfcfcf" stroke-width="4"/>
186
+ <path d="M8 42 C12 32,36 32,40 42" stroke="#cfcfcf" stroke-width="4" stroke-linecap="round"/>
187
+ </svg>
188
+ </div>
189
+ <div class="text-line">Clara</div>
190
+ </div>
191
+
192
+ <div class="field">
193
+ <div class="ico">
194
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
195
+ <circle cx="24" cy="16" r="10" stroke="#cfcfcf" stroke-width="4"/>
196
+ <path d="M8 42 C12 32,36 32,40 42" stroke="#cfcfcf" stroke-width="4" stroke-linecap="round"/>
197
+ </svg>
198
+ </div>
199
+ <div class="text-line">Wagner</div>
200
+ </div>
201
+
202
+ <div class="field">
203
+ <div class="ico">
204
+ <svg width="48" height="48" viewBox="0 0 48 48" fill="none">
205
+ <path d="M12 8 C8 12,8 18,14 24 C20 30,26 34,30 34 C34 34,38 30,40 28" stroke="#cfcfcf" stroke-width="4" stroke-linecap="round"/>
206
+ </svg>
207
+ </div>
208
+ <div class="text-line">2111112222</div>
209
+ <div class="label-right">Mobile</div>
210
+ </div>
211
+
212
+ <div class="plus-wrapper">
213
+ <div class="plus-box"><div class="plus">+</div></div>
214
+ </div>
215
+
216
+ <div class="field">
217
+ <div class="ico">
218
+ <svg width="56" height="56" viewBox="0 0 56 56" fill="none">
219
+ <rect x="6" y="12" width="44" height="32" rx="6" stroke="#cfcfcf" stroke-width="4"/>
220
+ <path d="M6 16 L28 30 L50 16" stroke="#cfcfcf" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
221
+ </svg>
222
+ </div>
223
+ <div class="text-line" style="color:#9fb0c0;">Email</div>
224
+ <div class="label-right">Home</div>
225
+ </div>
226
+ </div>
227
+
228
+ <!-- Suggestion chips -->
229
+ <div class="suggestions">
230
+ <div class="chip">
231
+ <div class="acc">
232
+ <svg viewBox="0 0 24 24" fill="none">
233
+ <circle cx="12" cy="8" r="5" fill="#fff"/>
234
+ </svg>
235
+ </div>
236
+ richardwegnar@gmail.com
237
+ </div>
238
+ <div class="chip">
239
+ <div class="acc">
240
+ <svg viewBox="0 0 24 24" fill="none">
241
+ <circle cx="12" cy="8" r="5" fill="#fff"/>
242
+ </svg>
243
+ </div>
244
+ dbwscra…
245
+ </div>
246
+ </div>
247
+
248
+ <!-- Keyboard -->
249
+ <div id="keyboard">
250
+ <div class="kbd-top">
251
+ <div class="mode">
252
+ <svg viewBox="0 0 48 48" fill="none">
253
+ <rect x="8" y="8" width="12" height="12" fill="#b0bec5"/>
254
+ <rect x="28" y="8" width="12" height="12" fill="#b0bec5"/>
255
+ <rect x="8" y="28" width="12" height="12" fill="#b0bec5"/>
256
+ <rect x="28" y="28" width="12" height="12" fill="#b0bec5"/>
257
+ </svg>
258
+ </div>
259
+ <div class="chip" style="background:#233036;border-color:#34404a;color:#cfe3ff;">
260
+ <div class="acc"><svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="5" fill="#fff"/></svg></div>
261
+ richardwegnar@gmail.com
262
+ </div>
263
+ <div class="chip" style="background:#233036;border-color:#34404a;color:#cfe3ff;">
264
+ <div class="acc"><svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="5" fill="#fff"/></svg></div>
265
+ dbwscra…
266
+ </div>
267
+ <div class="key icon" style="margin-left:auto;">
268
+ <svg viewBox="0 0 48 48" fill="none">
269
+ <path d="M10 34 L38 34" stroke="#eaeaea" stroke-width="3" stroke-linecap="round"/>
270
+ <path d="M28 18 L36 26 L28 34" stroke="#eaeaea" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
271
+ </svg>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="kbd-rows">
276
+ <div class="row">
277
+ <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>
278
+ <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>
279
+ </div>
280
+ <div class="row">
281
+ <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>
282
+ <div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
283
+ <div class="key icon">
284
+ <svg viewBox="0 0 48 48" fill="none">
285
+ <path d="M12 12 L36 12 L36 36" stroke="#eaeaea" stroke-width="4"/>
286
+ <path d="M10 30 L20 20 L30 30" stroke="#eaeaea" stroke-width="4" stroke-linecap="round"/>
287
+ </svg>
288
+ </div>
289
+ </div>
290
+ <div class="row">
291
+ <div class="key wide">⇧</div>
292
+ <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div>
293
+ <div class="key">b</div><div class="key">n</div><div class="key">m</div>
294
+ <div class="key icon">
295
+ <svg viewBox="0 0 48 48" fill="none">
296
+ <path d="M34 14 L18 24 L34 34" stroke="#eaeaea" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
297
+ <rect x="8" y="12" width="12" height="24" rx="4" stroke="#eaeaea" stroke-width="4"/>
298
+ </svg>
299
+ </div>
300
+ </div>
301
+ <div class="row">
302
+ <div class="key green wide">?123</div>
303
+ <div class="key wide">@</div>
304
+ <div class="key wide">☺</div>
305
+ <div class="key extra-wide">space</div>
306
+ <div class="key wide">.</div>
307
+ <div class="key right-green wide">
308
+ <svg viewBox="0 0 48 48" fill="none">
309
+ <path d="M10 24 L34 24" stroke="#083314" stroke-width="6" stroke-linecap="round"/>
310
+ <path d="M26 16 L34 24 L26 32" stroke="#083314" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
311
+ </svg>
312
+ </div>
313
+ </div>
314
+ </div>
315
+ </div>
316
+
317
+ <div class="gesture"></div>
318
+ </div>
319
+ </body>
320
+ </html>