yhzheng1031 commited on
Commit
591d0d1
·
verified ·
1 Parent(s): 34417d7

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/18783/18783_6.html +158 -0
  2. code/18783/18783_7.html +193 -0
  3. code/18784/18784_0.html +213 -0
  4. code/18784/18784_2.html +225 -0
  5. code/18784/18784_3.html +222 -0
  6. code/18784/18784_4.html +103 -0
  7. code/18784/18784_5.html +224 -0
  8. code/18784/18784_6.html +262 -0
  9. code/18784/18784_7.html +417 -0
  10. code/18786/18786_1.html +344 -0
  11. code/18786/18786_10.html +221 -0
  12. code/18786/18786_11.html +159 -0
  13. code/18786/18786_12.html +391 -0
  14. code/18786/18786_13.html +217 -0
  15. code/18786/18786_2.html +245 -0
  16. code/18786/18786_3.html +380 -0
  17. code/18786/18786_4.html +315 -0
  18. code/18786/18786_5.html +329 -0
  19. code/18786/18786_6.html +313 -0
  20. code/18786/18786_7.html +335 -0
  21. code/18786/18786_8.html +307 -0
  22. code/18786/18786_9.html +234 -0
  23. code/18787/18787_0.html +263 -0
  24. code/18787/18787_1.html +327 -0
  25. code/18787/18787_2.html +304 -0
  26. code/18787/18787_3.html +248 -0
  27. code/18791/18791_0.html +165 -0
  28. code/18791/18791_1.html +177 -0
  29. code/18791/18791_2.html +256 -0
  30. code/18795/18795_0.html +364 -0
  31. code/18795/18795_1.html +351 -0
  32. code/18795/18795_10.html +398 -0
  33. code/18795/18795_11.html +239 -0
  34. code/18795/18795_12.html +373 -0
  35. code/18795/18795_13.html +246 -0
  36. code/18795/18795_14.html +288 -0
  37. code/18795/18795_15.html +310 -0
  38. code/18795/18795_2.html +325 -0
  39. code/18795/18795_3.html +383 -0
  40. code/18795/18795_4.html +298 -0
  41. code/18795/18795_5.html +255 -0
  42. code/18795/18795_6.html +314 -0
  43. code/18795/18795_7.html +299 -0
  44. code/18795/18795_8.html +370 -0
  45. code/18795/18795_9.html +403 -0
  46. code/18797/18797_0.html +311 -0
  47. code/18797/18797_1.html +289 -0
  48. code/18798/18798_0.html +280 -0
  49. code/18798/18798_1.html +280 -0
  50. code/18798/18798_2.html +615 -0
code/18783/18783_6.html ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Sleep Soundly Screen</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #263238;
19
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
20
+ color: #ECEFF1;
21
+ }
22
+
23
+ /* Top and bottom system areas */
24
+ .top-black {
25
+ position: absolute;
26
+ top: 0;
27
+ left: 0;
28
+ width: 1080px;
29
+ height: 140px;
30
+ background: #000;
31
+ }
32
+ .bottom-black {
33
+ position: absolute;
34
+ bottom: 0;
35
+ left: 0;
36
+ width: 1080px;
37
+ height: 170px;
38
+ background: #000;
39
+ }
40
+ .home-indicator {
41
+ position: absolute;
42
+ bottom: 46px;
43
+ left: 50%;
44
+ transform: translateX(-50%);
45
+ width: 220px;
46
+ height: 10px;
47
+ background: #FFFFFF;
48
+ opacity: 0.9;
49
+ border-radius: 10px;
50
+ }
51
+
52
+ /* Header icons */
53
+ .icon {
54
+ position: absolute;
55
+ width: 56px;
56
+ height: 56px;
57
+ }
58
+ .icon.music {
59
+ top: 180px;
60
+ left: 64px;
61
+ opacity: 0.5;
62
+ }
63
+ .icon.close {
64
+ top: 170px;
65
+ right: 52px;
66
+ }
67
+ .icon svg {
68
+ width: 100%;
69
+ height: 100%;
70
+ display: block;
71
+ }
72
+
73
+ /* Center avatar */
74
+ .avatar {
75
+ position: absolute;
76
+ top: 540px;
77
+ left: 50%;
78
+ transform: translateX(-50%);
79
+ width: 360px;
80
+ height: 360px;
81
+ border-radius: 50%;
82
+ overflow: hidden;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ background: #E0E0E0;
87
+ border: 1px solid #BDBDBD;
88
+ color: #757575;
89
+ font-size: 34px;
90
+ letter-spacing: 0.2px;
91
+ text-align: center;
92
+ line-height: 1.2;
93
+ }
94
+
95
+ /* Info section */
96
+ .info {
97
+ position: absolute;
98
+ bottom: 420px;
99
+ left: 0;
100
+ width: 100%;
101
+ text-align: center;
102
+ padding: 0 80px;
103
+ box-sizing: border-box;
104
+ }
105
+ .title {
106
+ font-size: 80px;
107
+ font-weight: 600;
108
+ color: #ECEFF1;
109
+ letter-spacing: 0.2px;
110
+ }
111
+ .author {
112
+ margin-top: 28px;
113
+ font-size: 42px;
114
+ color: #B0BEC5;
115
+ font-weight: 500;
116
+ }
117
+ .session {
118
+ margin-top: 42px;
119
+ font-size: 40px;
120
+ color: #9FB0B7;
121
+ font-weight: 500;
122
+ }
123
+ </style>
124
+ </head>
125
+ <body>
126
+ <div id="render-target">
127
+ <div class="top-black"></div>
128
+
129
+ <!-- Music note icon (outlined) -->
130
+ <div class="icon music" aria-label="Music">
131
+ <svg viewBox="0 0 24 24" fill="#CFD8DC">
132
+ <path d="M12 3v9.6a3.4 3.4 0 1 1-2-3.1V7h8V3h-6z"/>
133
+ </svg>
134
+ </div>
135
+
136
+ <!-- Close (X) icon -->
137
+ <div class="icon close" aria-label="Close">
138
+ <svg viewBox="0 0 24 24" stroke="#FFFFFF" stroke-width="2.2" fill="none" stroke-linecap="round">
139
+ <path d="M5 5L19 19M5 19L19 5"/>
140
+ </svg>
141
+ </div>
142
+
143
+ <!-- Profile photo placeholder -->
144
+ <div class="avatar">[IMG: Author portrait]</div>
145
+
146
+ <!-- Text content -->
147
+ <div class="info">
148
+ <div class="title">Sleep Soundly</div>
149
+ <div class="author">By Bill I. Larson</div>
150
+ <div class="session">Session 1 - Sleep Soundly</div>
151
+ </div>
152
+
153
+ <div class="bottom-black">
154
+ <div class="home-indicator"></div>
155
+ </div>
156
+ </div>
157
+ </body>
158
+ </html>
code/18783/18783_7.html ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Sleep Soundly Player</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #2a3136; /* dark app background */
20
+ }
21
+
22
+ /* Top status-like bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 140px;
29
+ background: #000;
30
+ }
31
+
32
+ /* Top icons */
33
+ .music-icon {
34
+ position: absolute;
35
+ top: 210px;
36
+ left: 80px;
37
+ width: 48px;
38
+ height: 48px;
39
+ opacity: 0.35;
40
+ }
41
+ .music-icon svg { width: 100%; height: 100%; fill: #cfd8dc; }
42
+
43
+ .close-icon {
44
+ position: absolute;
45
+ top: 210px;
46
+ right: 60px;
47
+ width: 52px;
48
+ height: 52px;
49
+ }
50
+ .close-icon svg { width: 100%; height: 100%; stroke: #ffffff; stroke-width: 6; stroke-linecap: round; fill: none; }
51
+
52
+ /* Concentric rings + portrait area */
53
+ .rings {
54
+ position: absolute;
55
+ left: 60px;
56
+ top: 520px;
57
+ width: 960px;
58
+ height: 960px;
59
+ }
60
+ .ring {
61
+ position: absolute;
62
+ border-radius: 50%;
63
+ border: 2px solid #4a7b85; /* teal-ish line */
64
+ opacity: 0.6;
65
+ }
66
+ .ring.outer { width: 960px; height: 960px; left: 0; top: 0; }
67
+ .ring.mid { width: 640px; height: 640px; left: 160px; top: 160px; border-width: 3px; opacity: 0.7; }
68
+ .ring.inner { width: 460px; height: 460px; left: 250px; top: 250px; border-width: 3px; opacity: 0.8; }
69
+
70
+ .avatar {
71
+ position: absolute;
72
+ width: 360px;
73
+ height: 360px;
74
+ left: 300px;
75
+ top: 300px;
76
+ background: #E0E0E0;
77
+ border: 1px solid #BDBDBD;
78
+ border-radius: 50%;
79
+ display: flex;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: #757575;
83
+ font-size: 36px;
84
+ text-align: center;
85
+ }
86
+
87
+ /* Info section near bottom */
88
+ .info {
89
+ position: absolute;
90
+ left: 0;
91
+ width: 100%;
92
+ top: 1660px;
93
+ text-align: center;
94
+ color: #ffffff;
95
+ }
96
+ .info .title {
97
+ font-size: 72px;
98
+ font-weight: 500;
99
+ letter-spacing: 0.5px;
100
+ margin: 0 0 24px 0;
101
+ color: #e9f1f5;
102
+ }
103
+ .info .author {
104
+ font-size: 38px;
105
+ color: #90a4ae;
106
+ margin: 0 0 40px 0;
107
+ }
108
+ .info .session {
109
+ font-size: 36px;
110
+ color: #90a4ae;
111
+ margin: 0 0 32px 0;
112
+ }
113
+ .info .time {
114
+ font-size: 36px;
115
+ color: #b0bec5;
116
+ margin: 0 0 56px 0;
117
+ }
118
+
119
+ /* Play/Pause button */
120
+ .controls {
121
+ position: absolute;
122
+ left: 50%;
123
+ transform: translateX(-50%);
124
+ top: 1988px;
125
+ width: 180px;
126
+ height: 180px;
127
+ border-radius: 50%;
128
+ border: 8px solid #ffffff;
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: center;
132
+ background: transparent;
133
+ }
134
+ .controls svg { width: 60px; height: 60px; fill: #ffffff; }
135
+
136
+ /* Home indicator */
137
+ .home-indicator {
138
+ position: absolute;
139
+ bottom: 28px;
140
+ left: 50%;
141
+ transform: translateX(-50%);
142
+ width: 240px;
143
+ height: 10px;
144
+ background: #ffffff;
145
+ border-radius: 8px;
146
+ opacity: 0.9;
147
+ }
148
+ </style>
149
+ </head>
150
+ <body>
151
+ <div id="render-target">
152
+ <div class="status-bar"></div>
153
+
154
+ <div class="music-icon" aria-hidden="true">
155
+ <svg viewBox="0 0 24 24">
156
+ <!-- simple music note -->
157
+ <path d="M9 3v10.8A3.2 3.2 0 1 0 11 11V6h8V3H9z"></path>
158
+ </svg>
159
+ </div>
160
+
161
+ <div class="close-icon" aria-label="Close">
162
+ <svg viewBox="0 0 24 24">
163
+ <path d="M4 4 L20 20"></path>
164
+ <path d="M20 4 L4 20"></path>
165
+ </svg>
166
+ </div>
167
+
168
+ <div class="rings">
169
+ <div class="ring outer"></div>
170
+ <div class="ring mid"></div>
171
+ <div class="ring inner"></div>
172
+ <div class="avatar">[IMG: Portrait]</div>
173
+ </div>
174
+
175
+ <div class="info">
176
+ <div class="title">Sleep Soundly</div>
177
+ <div class="author">By Bill I. Larson</div>
178
+ <div class="session">Session 1 - Sleep Soundly</div>
179
+ <div class="time">0:02 / 29:53</div>
180
+ </div>
181
+
182
+ <div class="controls" role="button" aria-label="Pause">
183
+ <svg viewBox="0 0 24 24">
184
+ <!-- pause icon -->
185
+ <rect x="5" y="4" width="5" height="16" rx="1"></rect>
186
+ <rect x="14" y="4" width="5" height="16" rx="1"></rect>
187
+ </svg>
188
+ </div>
189
+
190
+ <div class="home-indicator"></div>
191
+ </div>
192
+ </body>
193
+ </html>
code/18784/18784_0.html ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Digital Cameras - Mock UI</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#000000; color:#EDEDED;
11
+ }
12
+ .top-bar {
13
+ height:150px; padding:0 36px; display:flex; align-items:center; justify-content:space-between;
14
+ }
15
+ .circle-btn {
16
+ width:92px; height:92px; border-radius:50%; background:#1e1e1e; display:flex; align-items:center; justify-content:center;
17
+ }
18
+ .header-title { font-size:64px; font-weight:700; letter-spacing:0.5px; }
19
+ .icon-row { display:flex; gap:24px; align-items:center; }
20
+ .icon-btn { width:92px; height:92px; border-radius:50%; background:#1e1e1e; display:flex; align-items:center; justify-content:center; }
21
+ .filter-link { position:absolute; top:170px; right:36px; color:#4f8fff; font-size:46px; font-weight:700; }
22
+ .section {
23
+ padding:40px 36px 0 36px;
24
+ }
25
+ .divider {
26
+ height:2px; background:#2a2a2a; margin:28px 36px;
27
+ }
28
+ .section-title {
29
+ font-size:56px; font-weight:800;
30
+ }
31
+ .chevron {
32
+ position:absolute; right:36px; margin-top:-60px;
33
+ }
34
+ .subheading { font-size:42px; color:#bdbdbd; margin-top:14px; }
35
+ .card-row { display:flex; gap:32px; padding:24px 36px; }
36
+ .feature-card {
37
+ width:320px; background:#252525; border-radius:24px; padding:24px; color:#eaeaea;
38
+ }
39
+ .img-ph {
40
+ width:272px; height:200px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:8px;
41
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px; margin:0 auto 24px auto;
42
+ }
43
+ .label {
44
+ text-align:center; font-size:42px; font-weight:700;
45
+ }
46
+ .results-head {
47
+ padding:16px 36px; font-size:64px; font-weight:800;
48
+ }
49
+ .results-sub { padding:0 36px 24px 36px; font-size:40px; color:#cfcfcf; }
50
+ .list-card {
51
+ margin:0 24px 32px 24px; background:#1a1a1a; border-radius:28px; padding:24px; display:flex; gap:30px;
52
+ }
53
+ .list-image {
54
+ width:320px; height:320px; background:#E0E0E0; border:1px solid #BDBDBD; border-radius:24px;
55
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
56
+ }
57
+ .list-content { flex:1; position:relative; }
58
+ .sponsored { color:#9c9c9c; font-size:38px; letter-spacing:1px; }
59
+ .item-title { font-size:48px; font-weight:800; line-height:1.2; margin:16px 0; }
60
+ .preowned { color:#9c9c9c; font-size:40px; margin-top:8px; }
61
+ .price { font-size:64px; font-weight:900; margin:22px 0 8px 0; }
62
+ .offer { font-size:36px; color:#cfcfcf; }
63
+ .shipping { font-size:40px; color:#cfcfcf; margin-top:8px; }
64
+ .heart {
65
+ position:absolute; right:24px; bottom:24px;
66
+ }
67
+ .kebab {
68
+ position:absolute; right:12px; top:12px;
69
+ }
70
+ </style>
71
+ </head>
72
+ <body>
73
+ <div id="render-target">
74
+
75
+ <!-- Top Bar -->
76
+ <div class="top-bar">
77
+ <div class="circle-btn">
78
+ <!-- Hamburger Icon -->
79
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#EDEDED">
80
+ <rect x="3" y="6" width="18" height="2"></rect>
81
+ <rect x="3" y="11" width="18" height="2"></rect>
82
+ <rect x="3" y="16" width="18" height="2"></rect>
83
+ </svg>
84
+ </div>
85
+ <div class="header-title">Digital Cameras</div>
86
+ <div class="icon-row">
87
+ <div class="icon-btn">
88
+ <!-- Search Icon -->
89
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#EDEDED" fill="none" stroke-width="2">
90
+ <circle cx="11" cy="11" r="7"></circle>
91
+ <line x1="16.5" y1="16.5" x2="21" y2="21"></line>
92
+ </svg>
93
+ </div>
94
+ <div class="icon-btn">
95
+ <!-- Camera Icon -->
96
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#EDEDED" fill="none" stroke-width="2">
97
+ <rect x="3" y="7" width="18" height="12" rx="2"></rect>
98
+ <circle cx="12" cy="13" r="4"></circle>
99
+ <rect x="7" y="5" width="4" height="2"></rect>
100
+ </svg>
101
+ </div>
102
+ <div class="icon-btn">
103
+ <!-- Cart Icon -->
104
+ <svg width="44" height="44" viewBox="0 0 24 24" stroke="#EDEDED" fill="none" stroke-width="2">
105
+ <path d="M3 5h2l2 12h11l2-8H7"></path>
106
+ <circle cx="9" cy="20" r="1.8" fill="#EDEDED"></circle>
107
+ <circle cx="18" cy="20" r="1.8" fill="#EDEDED"></circle>
108
+ </svg>
109
+ </div>
110
+ </div>
111
+ </div>
112
+
113
+ <div class="filter-link">Filter</div>
114
+
115
+ <!-- Shop by Brand -->
116
+ <div class="section" style="position:relative;">
117
+ <div class="subheading">Shop by</div>
118
+ <div class="section-title">Brand</div>
119
+ <div class="chevron">
120
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#EDEDED">
121
+ <path d="M6 9l6 6 6-6"></path>
122
+ </svg>
123
+ </div>
124
+ </div>
125
+ <div class="divider"></div>
126
+
127
+ <!-- Shop by Maximum Resolution -->
128
+ <div class="section">
129
+ <div class="subheading">Shop by</div>
130
+ <div class="section-title">Maximum Resolution</div>
131
+ </div>
132
+
133
+ <div class="card-row">
134
+ <div class="feature-card">
135
+ <div class="img-ph">[IMG: Nikon DSLR]</div>
136
+ <div class="label">20-29.9 MP</div>
137
+ </div>
138
+ <div class="feature-card">
139
+ <div class="img-ph">[IMG: Nikon Coolpix]</div>
140
+ <div class="label">14-16.9 MP</div>
141
+ </div>
142
+ <div class="feature-card">
143
+ <div class="img-ph">[IMG: Nikon Camera]</div>
144
+ <div class="label">12-13.9 MP</div>
145
+ </div>
146
+ </div>
147
+
148
+ <div class="divider"></div>
149
+
150
+ <!-- Shop by Type -->
151
+ <div class="section" style="position:relative;">
152
+ <div class="subheading">Shop by</div>
153
+ <div class="section-title">Type</div>
154
+ <div class="chevron">
155
+ <svg width="48" height="48" viewBox="0 0 24 24" fill="#EDEDED">
156
+ <path d="M6 9l6 6 6-6"></path>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Results header -->
162
+ <div class="results-head">Results</div>
163
+ <div class="results-sub">100,877 Results</div>
164
+
165
+ <!-- Sponsored Item Card -->
166
+ <div class="list-card">
167
+ <div class="list-image">[IMG: Nikon DSLR kit, bag and accessories]</div>
168
+ <div class="list-content">
169
+ <div class="kebab">
170
+ <!-- Vertical Kebab -->
171
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD">
172
+ <circle cx="12" cy="5" r="2"></circle>
173
+ <circle cx="12" cy="12" r="2"></circle>
174
+ <circle cx="12" cy="19" r="2"></circle>
175
+ </svg>
176
+ </div>
177
+ <div class="sponsored">SPONSORED</div>
178
+ <div class="item-title">Nikon d5500 camera with Lens And Bag. Barely Used</div>
179
+ <div class="preowned">Pre-Owned: Nikon</div>
180
+ <div class="price">$385.00</div>
181
+ <div class="offer">or Best Offer</div>
182
+ <div class="shipping">$47.47 shipping</div>
183
+ <div class="heart">
184
+ <!-- Heart icon -->
185
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#6ea1ff">
186
+ <path d="M12 21s-7-4.35-9.5-8.1C1 10 2.5 6.5 6 6.5c2 0 3.2 1.1 4 2.3.8-1.2 2-2.3 4-2.3 3.5 0 5 3.5 3.5 6.4C19 16.65 12 21 12 21z"></path>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Second card preview (partial) -->
193
+ <div class="list-card" style="opacity:0.9;">
194
+ <div class="list-image">[IMG: Nikon D60 kit]</div>
195
+ <div class="list-content">
196
+ <div class="kebab">
197
+ <svg width="36" height="36" viewBox="0 0 24 24" fill="#BDBDBD">
198
+ <circle cx="12" cy="5" r="2"></circle>
199
+ <circle cx="12" cy="12" r="2"></circle>
200
+ <circle cx="12" cy="19" r="2"></circle>
201
+ </svg>
202
+ </div>
203
+ <div class="sponsored">SPONSORED</div>
204
+ <div class="item-title">Nikon D60 DSLR Kit 18-55 55-200mm DX SWM VR</div>
205
+ <div class="preowned">Pre-Owned: Nikon</div>
206
+ <div class="price">$285.00</div>
207
+ <div class="shipping">$38.50 shipping</div>
208
+ </div>
209
+ </div>
210
+
211
+ </div>
212
+ </body>
213
+ </html>
code/18784/18784_2.html ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>eBay Item Mock</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#000; color:#fff;
11
+ }
12
+
13
+ /* Top bars */
14
+ .statusbar{
15
+ height:80px; padding:0 28px; box-sizing:border-box;
16
+ display:flex; align-items:center; justify-content:space-between;
17
+ color:#eaeaea; font-size:30px; letter-spacing:0.5px;
18
+ }
19
+ .right-icons{ display:flex; align-items:center; gap:22px; }
20
+ .dot{ width:10px; height:10px; border-radius:50%; background:#eaeaea; opacity:.9; }
21
+
22
+ .appbar{
23
+ height:120px; display:flex; align-items:center; justify-content:space-between;
24
+ padding:0 30px; box-sizing:border-box; border-bottom:1px solid rgba(255,255,255,0.06);
25
+ }
26
+ .title{ font-size:56px; font-weight:700; }
27
+
28
+ .circle-icon{
29
+ width:86px; height:86px; border-radius:50%;
30
+ background:#1b1b1b; display:flex; align-items:center; justify-content:center;
31
+ margin-left:14px; border:1px solid rgba(255,255,255,0.06);
32
+ }
33
+ .app-actions{ display:flex; align-items:center; }
34
+ .hamburger{ width:72px; height:72px; border-radius:50%; background:#1b1b1b; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.06); }
35
+
36
+ /* Image area */
37
+ .hero-wrap{ position:relative; padding:22px 0 10px; }
38
+ .hero{
39
+ width:1000px; height:980px; margin:0 auto;
40
+ background:#E0E0E0; border:1px solid #BDBDBD; color:#555;
41
+ display:flex; align-items:center; justify-content:center; text-align:center; font-size:36px;
42
+ }
43
+ .watch-badge{
44
+ position:absolute; left:40px; top:26px;
45
+ background:#C63737; color:#fff; font-size:34px; padding:18px 28px; border-radius:14px;
46
+ font-weight:700;
47
+ }
48
+ .photo-count{
49
+ position:absolute; right:60px; top:34px; background:rgba(0,0,0,0.7);
50
+ padding:14px 20px; border-radius:16px; font-size:34px;
51
+ }
52
+ .carousel-dots{
53
+ display:flex; gap:16px; justify-content:center; margin:22px 0 10px;
54
+ }
55
+ .carousel-dots span{
56
+ width:18px; height:18px; border-radius:50%; background:#444;
57
+ }
58
+ .carousel-dots span.active{ background:#8d8d8d; }
59
+
60
+ /* Content */
61
+ .content{ padding:0 36px; }
62
+ .item-title{
63
+ font-size:64px; line-height:76px; font-weight:800; margin:16px 0 24px;
64
+ }
65
+ .seller{
66
+ display:flex; align-items:center; justify-content:space-between; margin:10px 0 30px;
67
+ }
68
+ .seller-left{ display:flex; align-items:center; gap:22px; }
69
+ .avatar{ width:64px; height:64px; border-radius:50%; background:#2b2b2b; border:1px solid #3a3a3a; }
70
+ .seller-info{ display:flex; flex-direction:column; }
71
+ .seller-name{ font-size:40px; }
72
+ .seller-rate{ font-size:36px; color:#cfcfcf; margin-top:4px; }
73
+ .chev{ width:32px; height:32px; margin-right:10px; }
74
+
75
+ .price-section{ margin-top:6px; }
76
+ .price{
77
+ font-size:72px; font-weight:900; display:inline-block; margin-right:16px;
78
+ }
79
+ .shipping{ color:#cfcfcf; font-size:40px; }
80
+ .best-offer{ font-size:40px; color:#cfcfcf; margin-top:12px; }
81
+
82
+ .est{ font-size:40px; color:#ddd; margin-top:36px; }
83
+ .condition{ margin-top:30px; display:flex; align-items:center; gap:26px; font-size:42px; }
84
+ .used{ color:#cfcfcf; }
85
+ .info-ico{ width:34px; height:34px; opacity:.9; }
86
+
87
+ /* Floating like button */
88
+ .like{
89
+ position:absolute; right:36px; top:1400px;
90
+ width:122px; height:122px; border-radius:50%;
91
+ background:#111; border:2px solid #3b3b3b; display:flex; align-items:center; justify-content:center;
92
+ }
93
+
94
+ /* Bottom button */
95
+ .buy-bar{
96
+ position:absolute; left:0; bottom:0; width:100%; padding:24px 36px 44px;
97
+ box-sizing:border-box; background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
98
+ }
99
+ .buy-btn{
100
+ width:100%; height:132px; border-radius:66px; background:#89A9FF; color:#0b1020;
101
+ font-size:56px; font-weight:800; border:none;
102
+ }
103
+ .home-indicator{
104
+ width:360px; height:10px; background:#e6e6e6; border-radius:6px; margin:20px auto 0;
105
+ opacity:.85;
106
+ }
107
+ /* Utility svgs */
108
+ svg{ fill:#fff; }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status bar -->
115
+ <div class="statusbar">
116
+ <div>1:48</div>
117
+ <div class="right-icons">
118
+ <div class="dot"></div>
119
+ <div class="dot"></div>
120
+ </div>
121
+ </div>
122
+
123
+ <!-- App bar -->
124
+ <div class="appbar">
125
+ <div class="hamburger">
126
+ <svg width="36" height="36" viewBox="0 0 24 24">
127
+ <rect x="3" y="5" width="18" height="2"></rect>
128
+ <rect x="3" y="11" width="18" height="2"></rect>
129
+ <rect x="3" y="17" width="18" height="2"></rect>
130
+ </svg>
131
+ </div>
132
+ <div class="title">Item</div>
133
+ <div class="app-actions">
134
+ <div class="circle-icon">
135
+ <svg width="38" height="38" viewBox="0 0 24 24">
136
+ <circle cx="11" cy="11" r="7" stroke="none"></circle>
137
+ <rect x="16" y="16" width="7" height="2" transform="rotate(45 16 16)"></rect>
138
+ </svg>
139
+ </div>
140
+ <div class="circle-icon">
141
+ <svg width="38" height="38" viewBox="0 0 24 24">
142
+ <path d="M7 7h14l-2 10H7L5 4H2v2h2l3 13h12v2H7a2 2 0 0 1-2-2l-2-9h16"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="circle-icon">
146
+ <svg width="38" height="38" viewBox="0 0 24 24">
147
+ <path d="M18 8l-6 4-6-4V6l6 4 6-4v2z"></path>
148
+ <path d="M18 12l-6 4-6-4v2l6 4 6-4v-2z"></path>
149
+ </svg>
150
+ </div>
151
+ <div class="circle-icon">
152
+ <svg width="30" height="30" viewBox="0 0 24 24">
153
+ <circle cx="12" cy="5" r="2"></circle>
154
+ <circle cx="12" cy="12" r="2"></circle>
155
+ <circle cx="12" cy="19" r="2"></circle>
156
+ </svg>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Hero image -->
162
+ <div class="hero-wrap">
163
+ <div class="watch-badge">3 watched in the last 24 hours</div>
164
+ <div class="photo-count">1 of 12</div>
165
+ <div class="hero">[IMG: Nikon D5500 camera kit on desk with bag, charger and accessories]</div>
166
+ <div class="carousel-dots">
167
+ <span class="active"></span><span></span><span></span><span></span><span></span>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Like floating -->
172
+ <div class="like">
173
+ <svg width="54" height="54" viewBox="0 0 24 24">
174
+ <path d="M12 21s-7-4.35-9.33-8.24C1.1 10.09 2.54 6.5 6.13 6.5c2.06 0 3.32 1.33 3.87 2.32.55-.99 1.81-2.32 3.87-2.32 3.59 0 5.03 3.59 3.46 6.26C19 16.65 12 21 12 21z" fill="none" stroke="#fff" stroke-width="1.6"></path>
175
+ </svg>
176
+ </div>
177
+
178
+ <!-- Content -->
179
+ <div class="content">
180
+ <div class="item-title">Nikon d5500 camera with Lens And
181
+ Bag. Barely Used</div>
182
+
183
+ <div class="seller">
184
+ <div class="seller-left">
185
+ <div class="avatar"></div>
186
+ <div class="seller-info">
187
+ <div class="seller-name">904resale5 (770)</div>
188
+ <div class="seller-rate">97.5% positive feedback</div>
189
+ </div>
190
+ </div>
191
+ <svg class="chev" viewBox="0 0 24 24">
192
+ <path d="M9 6l6 6-6 6" fill="none" stroke="#fff" stroke-width="2"></path>
193
+ </svg>
194
+ </div>
195
+
196
+ <div class="price-section">
197
+ <div>
198
+ <span class="price">$385.00</span>
199
+ <span class="shipping"> + $47.47 Shipping</span>
200
+ </div>
201
+ <div class="best-offer">or Best Offer</div>
202
+ </div>
203
+
204
+ <div class="est">Est. delivery Wed, Jul 26 - Wed, Aug 16</div>
205
+
206
+ <div class="condition">
207
+ <div>Condition</div>
208
+ <div class="used">Used</div>
209
+ <svg class="info-ico" viewBox="0 0 24 24">
210
+ <circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"></circle>
211
+ <rect x="11" y="10" width="2" height="7" fill="#fff"></rect>
212
+ <rect x="11" y="6" width="2" height="2" fill="#fff"></rect>
213
+ </svg>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Bottom Buy Bar -->
218
+ <div class="buy-bar">
219
+ <button class="buy-btn">Buy It Now</button>
220
+ <div class="home-indicator"></div>
221
+ </div>
222
+
223
+ </div>
224
+ </body>
225
+ </html>
code/18784/18784_3.html ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Mobile Item Screen</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0A0A0A;
14
+ color: #FFFFFF;
15
+ }
16
+
17
+ /* General */
18
+ .row { display: flex; align-items: center; }
19
+ .space-between { justify-content: space-between; }
20
+ .muted { color: #BEBFC3; }
21
+ .accent { color: #99AFFF; }
22
+ .divider { height: 1px; background: #1E1E1E; margin: 24px 0; }
23
+ .section { padding: 0 40px; }
24
+ .pill {
25
+ border-radius: 52px;
26
+ height: 120px;
27
+ display: flex; align-items: center; justify-content: center;
28
+ font-weight: 700; letter-spacing: 0.2px;
29
+ }
30
+ .btn-primary { background: #7FA2FF; color: #0B0B0F; }
31
+ .btn-outline {
32
+ border: 2px solid #4D6BFF; color: #C9D3FF; background: transparent;
33
+ }
34
+
35
+ /* Status bar */
36
+ .status-bar { height: 90px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; color: #FFFFFF; font-size: 40px; }
37
+ .status-icons { display: flex; gap: 20px; }
38
+ .status-dot { width: 22px; height: 22px; background: #BEBFC3; border-radius: 50%; }
39
+
40
+ /* Header */
41
+ .header { padding: 8px 32px 24px 32px; }
42
+ .title-row { display: flex; align-items: center; gap: 24px; }
43
+ .circle-btn {
44
+ width: 92px; height: 92px; border-radius: 50%;
45
+ background: #111315; display: flex; align-items: center; justify-content: center;
46
+ }
47
+ .title { font-size: 64px; font-weight: 700; }
48
+
49
+ .actions { margin-left: auto; display: flex; gap: 22px; }
50
+ .icon { width: 44px; height: 44px; fill: #EAEAF0; }
51
+
52
+ /* Content */
53
+ .seller-feedback { padding: 12px 40px; font-size: 40px; color: #BEBFC3; }
54
+ .price-block { padding: 8px 40px; }
55
+ .price { font-size: 80px; font-weight: 800; }
56
+ .shipping { font-size: 42px; color: #C8C9CE; margin-left: 20px; }
57
+ .offer { padding: 6px 40px; color: #C8C9CE; font-size: 42px; }
58
+ .delivery { padding: 18px 40px; font-size: 42px; color: #FFFFFF; }
59
+ .condition-row { padding: 20px 40px; display: flex; align-items: center; gap: 26px; font-size: 44px; color: #BEBFC3; }
60
+ .condition-row .badge { color: #FFFFFF; margin-left: 12px; }
61
+ .info-icon { width: 40px; height: 40px; margin-left: 14px; }
62
+
63
+ .btns { padding: 28px 40px; display: flex; flex-direction: column; gap: 26px; }
64
+ .btn-outline .icon-left { margin-right: 18px; }
65
+
66
+ /* About section */
67
+ .about-title { font-size: 64px; font-weight: 800; padding: 36px 40px 10px 40px; }
68
+ .details { padding: 10px 40px; font-size: 44px; }
69
+ .detail-row { display: flex; justify-content: space-between; padding: 24px 0; border-bottom: 1px solid #1E1E1E; }
70
+ .detail-left { color: #BEBFC3; }
71
+ .chevron { width: 32px; height: 32px; fill: #6E7380; margin-left: 18px; }
72
+
73
+ /* Description section */
74
+ .desc-title { font-size: 60px; font-weight: 800; padding: 36px 40px 8px 40px; }
75
+ .desc-text { padding: 14px 40px; font-size: 46px; color: #E5E6EA; line-height: 1.4; }
76
+ .link { padding: 22px 40px; font-size: 46px; color: #9DB6FF; }
77
+
78
+ /* Image placeholder style (if needed) */
79
+ .img-placeholder {
80
+ width: 100%; height: 0; padding-bottom: 56%;
81
+ background: #E0E0E0; border: 1px solid #BDBDBD;
82
+ display: flex; align-items: center; justify-content: center; color: #757575;
83
+ }
84
+ </style>
85
+ </head>
86
+ <body>
87
+ <div id="render-target">
88
+
89
+ <!-- Status bar -->
90
+ <div class="status-bar">
91
+ <div>1:51</div>
92
+ <div class="status-icons">
93
+ <div class="status-dot"></div>
94
+ <div class="status-dot"></div>
95
+ <div class="status-dot"></div>
96
+ </div>
97
+ </div>
98
+
99
+ <!-- Header -->
100
+ <div class="header">
101
+ <div class="title-row">
102
+ <div class="circle-btn">
103
+ <svg class="icon" viewBox="0 0 24 24">
104
+ <rect x="3" y="5" width="18" height="2"></rect>
105
+ <rect x="3" y="11" width="18" height="2"></rect>
106
+ <rect x="3" y="17" width="18" height="2"></rect>
107
+ </svg>
108
+ </div>
109
+ <div class="title">Item</div>
110
+
111
+ <div class="actions">
112
+ <div class="circle-btn">
113
+ <svg class="icon" viewBox="0 0 24 24">
114
+ <circle cx="11" cy="11" r="7" stroke="currentColor" stroke-width="2" fill="none"></circle>
115
+ <line x1="16.5" y1="16.5" x2="22" y2="22" stroke="currentColor" stroke-width="2"></line>
116
+ </svg>
117
+ </div>
118
+ <div class="circle-btn">
119
+ <svg class="icon" viewBox="0 0 24 24">
120
+ <path d="M7 6h14l-2 10H8L6 6H3" stroke="currentColor" stroke-width="2" fill="none"></path>
121
+ <circle cx="9" cy="20" r="2"></circle>
122
+ <circle cx="17" cy="20" r="2"></circle>
123
+ </svg>
124
+ </div>
125
+ <div class="circle-btn">
126
+ <svg class="icon" viewBox="0 0 24 24">
127
+ <circle cx="6" cy="12" r="3"></circle>
128
+ <circle cx="18" cy="5" r="3"></circle>
129
+ <circle cx="18" cy="19" r="3"></circle>
130
+ <line x1="8" y1="11" x2="15" y2="6" stroke="currentColor" stroke-width="2"></line>
131
+ <line x1="8" y1="13" x2="15" y2="18" stroke="currentColor" stroke-width="2"></line>
132
+ </svg>
133
+ </div>
134
+ <div class="circle-btn">
135
+ <svg class="icon" viewBox="0 0 24 24">
136
+ <circle cx="12" cy="4" r="2"></circle>
137
+ <circle cx="12" cy="12" r="2"></circle>
138
+ <circle cx="12" cy="20" r="2"></circle>
139
+ </svg>
140
+ </div>
141
+ </div>
142
+ </div>
143
+ </div>
144
+
145
+ <!-- Seller feedback -->
146
+ <div class="seller-feedback accent">97.5% positive feedback</div>
147
+
148
+ <!-- Price -->
149
+ <div class="price-block row">
150
+ <div class="price">$385.00</div>
151
+ <div class="shipping">+ $47.47 Shipping</div>
152
+ </div>
153
+ <div class="offer">or Best Offer</div>
154
+
155
+ <!-- Delivery -->
156
+ <div class="delivery">Est. delivery Wed, Jul 26 - Wed, Aug 16</div>
157
+
158
+ <!-- Condition -->
159
+ <div class="condition-row">
160
+ <div class="muted">Condition</div>
161
+ <div class="badge">Used</div>
162
+ <svg class="info-icon" viewBox="0 0 24 24">
163
+ <circle cx="12" cy="12" r="10" stroke="#6E7380" stroke-width="2" fill="none"></circle>
164
+ <line x1="12" y1="10" x2="12" y2="17" stroke="#6E7380" stroke-width="2"></line>
165
+ <circle cx="12" cy="7" r="1.6" fill="#6E7380"></circle>
166
+ </svg>
167
+ </div>
168
+
169
+ <!-- Buttons -->
170
+ <div class="btns">
171
+ <div class="pill btn-primary">Buy It Now</div>
172
+ <div class="pill btn-outline">Add to cart</div>
173
+ <div class="pill btn-outline">Make offer</div>
174
+ <div class="pill btn-outline">
175
+ <svg class="icon" style="width:48px;height:48px;margin-right:18px;" viewBox="0 0 24 24">
176
+ <path d="M12 21s-6-4.35-6-8.5A4.5 4.5 0 0 1 12 8a4.5 4.5 0 0 1 6 4.5C18 16.65 12 21 12 21z" fill="none" stroke="#9DB6FF" stroke-width="2"/>
177
+ </svg>
178
+ Add to watchlist
179
+ </div>
180
+ </div>
181
+
182
+ <!-- About this item -->
183
+ <div class="about-title">About this item</div>
184
+ <div class="details">
185
+ <div class="detail-row">
186
+ <div class="detail-left">Condition</div>
187
+ <div>Used</div>
188
+ </div>
189
+ <div class="detail-row">
190
+ <div class="detail-left">Quantity</div>
191
+ <div>1 available</div>
192
+ </div>
193
+ <div class="detail-row">
194
+ <div class="detail-left">Item Number</div>
195
+ <div class="row">
196
+ <div>225617125724</div>
197
+ <svg class="chevron" viewBox="0 0 24 24"><polyline points="8,4 16,12 8,20" fill="none" stroke="currentColor" stroke-width="2"/></svg>
198
+ </div>
199
+ </div>
200
+ <div class="detail-row">
201
+ <div class="detail-left">Brand</div>
202
+ <div>Nikon</div>
203
+ </div>
204
+ <div class="detail-row" style="border-bottom:none;">
205
+ <div class="detail-left">Series</div>
206
+ <div>Nikon D</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Item description -->
211
+ <div class="desc-title">Item description from the seller</div>
212
+ <div class="desc-text">Nikon d5500 camera with Lens And Bag. Barely Used.</div>
213
+ <div class="link">See full description</div>
214
+
215
+ <div class="divider"></div>
216
+ <div class="section" style="padding-bottom: 80px;">
217
+ <div class="muted" style="font-size: 56px;">You May Also Like</div>
218
+ </div>
219
+
220
+ </div>
221
+ </body>
222
+ </html>
code/18784/18784_4.html ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Description Screen</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;
9
+ position:relative; overflow:hidden;
10
+ background:#FFFFFF;
11
+ }
12
+
13
+ /* Top bars */
14
+ .top-bar {
15
+ position:absolute;
16
+ top:0; left:0; width:100%;
17
+ background:#000000;
18
+ height:210px;
19
+ box-sizing:border-box;
20
+ }
21
+ .status-bar {
22
+ height:80px;
23
+ display:flex; align-items:center; justify-content:space-between;
24
+ color:#EDEDED; padding:0 28px; font-size:34px;
25
+ }
26
+ .status-right { display:flex; align-items:center; gap:22px; }
27
+ .app-bar {
28
+ height:130px;
29
+ display:flex; align-items:center;
30
+ padding:0 28px;
31
+ color:#d6d6d6;
32
+ }
33
+ .menu-btn {
34
+ width:96px; height:96px; border-radius:48px;
35
+ background:#222; display:flex; align-items:center; justify-content:center;
36
+ margin-right:24px;
37
+ }
38
+ .title {
39
+ font-size:64px; font-weight:700; letter-spacing:0.5px;
40
+ }
41
+
42
+ /* Content */
43
+ .content {
44
+ position:absolute; top:210px; left:0; right:0; bottom:0;
45
+ padding:40px 32px;
46
+ color:#111;
47
+ font-size:44px; line-height:1.35;
48
+ }
49
+
50
+ /* Home indicator */
51
+ .home-indicator {
52
+ position:absolute; bottom:32px; left:50%;
53
+ width:420px; height:16px; background:#cfcfcf;
54
+ border-radius:10px; transform:translateX(-50%);
55
+ }
56
+ </style>
57
+ </head>
58
+ <body>
59
+ <div id="render-target">
60
+
61
+ <!-- Header -->
62
+ <div class="top-bar">
63
+ <div class="status-bar">
64
+ <div class="status-left">1:52</div>
65
+ <div class="status-right">
66
+ <!-- Simple WiFi icon -->
67
+ <svg width="42" height="28">
68
+ <path d="M6 18 L21 8 L36 18" stroke="#ffffff" stroke-width="3" fill="none" />
69
+ <path d="M10 18 L21 12 L32 18" stroke="#ffffff" stroke-width="3" fill="none" opacity="0.7"/>
70
+ <circle cx="21" cy="22" r="3" fill="#ffffff"/>
71
+ </svg>
72
+ <!-- Battery icon -->
73
+ <svg width="56" height="28">
74
+ <rect x="4" y="6" width="40" height="16" stroke="#ffffff" stroke-width="3" fill="none" rx="3"/>
75
+ <rect x="46" y="10" width="6" height="8" fill="#ffffff"/>
76
+ <rect x="8" y="8" width="30" height="12" fill="#ffffff"/>
77
+ </svg>
78
+ </div>
79
+ </div>
80
+
81
+ <div class="app-bar">
82
+ <div class="menu-btn">
83
+ <!-- Hamburger icon -->
84
+ <svg width="46" height="46">
85
+ <rect x="8" y="12" width="30" height="4" fill="#bdbdbd"/>
86
+ <rect x="8" y="21" width="30" height="4" fill="#bdbdbd"/>
87
+ <rect x="8" y="30" width="30" height="4" fill="#bdbdbd"/>
88
+ </svg>
89
+ </div>
90
+ <div class="title">Description</div>
91
+ </div>
92
+ </div>
93
+
94
+ <!-- Content area -->
95
+ <div class="content">
96
+ Nikon d5500 camera with Lens And Bag. Barely Used.
97
+ </div>
98
+
99
+ <!-- Home indicator -->
100
+ <div class="home-indicator"></div>
101
+ </div>
102
+ </body>
103
+ </html>
code/18784/18784_5.html ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Item Screen Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #0b0b0b;
14
+ color: #ffffff;
15
+ }
16
+ /* General */
17
+ .row { display: flex; align-items: center; }
18
+ .muted { color: #bdbdbd; }
19
+ .link { color: #87a8ff; text-decoration: none; }
20
+ .section { padding: 0 40px; }
21
+ .title { font-size: 64px; font-weight: 700; }
22
+ .text { font-size: 40px; line-height: 1.45; }
23
+ .divider { height: 1px; background: #1f1f1f; margin: 30px 0; }
24
+ .pill {
25
+ border-radius: 60px;
26
+ height: 120px;
27
+ display: flex; align-items: center; justify-content: center;
28
+ font-size: 46px; font-weight: 700;
29
+ }
30
+ /* Top status bar */
31
+ .status-bar {
32
+ position: absolute; top: 0; left: 0; right: 0;
33
+ height: 100px; padding: 0 30px;
34
+ display: flex; align-items: center; justify-content: space-between;
35
+ color: #eaeaea; font-weight: 600; font-size: 40px;
36
+ }
37
+ .icon { width: 64px; height: 64px; margin-left: 18px; display: inline-flex; align-items: center; justify-content: center; }
38
+ /* Header */
39
+ .header {
40
+ position: absolute; top: 100px; left: 0; right: 0;
41
+ height: 120px; padding: 0 30px;
42
+ display: flex; align-items: center; justify-content: space-between;
43
+ }
44
+ .hamburger {
45
+ width: 82px; height: 82px; border-radius: 50%; background: #1a1a1a;
46
+ display: flex; align-items: center; justify-content: center;
47
+ margin-right: 18px;
48
+ }
49
+ .header-right .icon { background: #1a1a1a; border-radius: 40px; }
50
+ /* Price block */
51
+ .price-area { margin-top: 30px; }
52
+ .price { font-size: 72px; font-weight: 800; }
53
+ .shipping { font-size: 42px; color: #bdbdbd; margin-left: 16px; }
54
+ /* Buttons */
55
+ .buy {
56
+ background: #7da2ff;
57
+ color: #0b0b0b;
58
+ margin: 30px 40px;
59
+ }
60
+ .outline {
61
+ margin: 24px 40px;
62
+ border: 3px solid #6f92ff;
63
+ color: #cfd8ff;
64
+ background: transparent;
65
+ }
66
+ .tooltip {
67
+ position: absolute;
68
+ left: 140px;
69
+ top: 760px;
70
+ width: 780px;
71
+ background: #7da2ff;
72
+ color: #0b0b0b;
73
+ border-radius: 24px;
74
+ padding: 36px;
75
+ font-size: 40px;
76
+ box-shadow: 0 10px 20px rgba(0,0,0,0.4);
77
+ }
78
+ .tooltip:after {
79
+ content: "";
80
+ position: absolute;
81
+ bottom: -24px;
82
+ left: 260px;
83
+ width: 0; height: 0;
84
+ border-left: 24px solid transparent;
85
+ border-right: 24px solid transparent;
86
+ border-top: 24px solid #7da2ff;
87
+ }
88
+ .x-close {
89
+ position: absolute; right: 24px; top: 24px; width: 44px; height: 44px;
90
+ }
91
+ /* About section */
92
+ .about-title { font-size: 60px; font-weight: 800; padding: 10px 40px; margin-top: 40px; }
93
+ .kv { display: flex; justify-content: space-between; padding: 24px 40px; font-size: 44px; border-bottom: 1px solid #1f1f1f; }
94
+ .kv .label { color: #cfcfcf; }
95
+ /* Image placeholder near the top (avatar/photo) */
96
+ .thumb {
97
+ width: 160px; height: 160px;
98
+ background: #E0E0E0; border: 1px solid #BDBDBD;
99
+ color: #757575; display: flex; align-items: center; justify-content: center;
100
+ border-radius: 16px; font-size: 28px;
101
+ margin-left: 40px; margin-top: 10px;
102
+ }
103
+ /* bottom link */
104
+ .link-line { padding: 24px 40px; font-size: 44px; color: #87a8ff; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <!-- Status Bar -->
111
+ <div class="status-bar">
112
+ <div>1:52</div>
113
+ <div class="row">
114
+ <div class="icon">
115
+ <!-- signal -->
116
+ <svg width="46" height="46"><rect x="3" y="28" width="8" height="15" fill="#eaeaea"/><rect x="15" y="22" width="8" height="21" fill="#eaeaea"/><rect x="27" y="16" width="8" height="27" fill="#eaeaea"/><rect x="39" y="10" width="8" height="33" fill="#eaeaea"/></svg>
117
+ </div>
118
+ <div class="icon">
119
+ <!-- wifi -->
120
+ <svg width="46" height="46"><path d="M23 33l8 8H15l8-8z" fill="#eaeaea"/><path d="M6 20c10-10 24-10 34 0" stroke="#eaeaea" stroke-width="4" fill="none"/><path d="M12 26c7-7 17-7 24 0" stroke="#eaeaea" stroke-width="4" fill="none"/></svg>
121
+ </div>
122
+ <div class="icon">
123
+ <!-- battery -->
124
+ <svg width="56" height="46"><rect x="2" y="10" width="44" height="26" rx="6" ry="6" stroke="#eaeaea" fill="none" stroke-width="4"/><rect x="6" y="14" width="26" height="18" fill="#eaeaea"/><rect x="48" y="16" width="6" height="18" fill="#eaeaea" rx="2"/></svg>
125
+ </div>
126
+ </div>
127
+ </div>
128
+
129
+ <!-- Header -->
130
+ <div class="header section">
131
+ <div class="row">
132
+ <div class="hamburger">
133
+ <svg width="44" height="44"><rect x="6" y="10" width="32" height="5" fill="#dcdcdc"/><rect x="6" y="20" width="32" height="5" fill="#dcdcdc"/><rect x="6" y="30" width="32" height="5" fill="#dcdcdc"/></svg>
134
+ </div>
135
+ <div class="title">Item</div>
136
+ </div>
137
+ <div class="header-right row">
138
+ <div class="icon">
139
+ <!-- search -->
140
+ <svg width="40" height="40"><circle cx="16" cy="16" r="12" stroke="#dcdcdc" stroke-width="4" fill="none"/><line x1="26" y1="26" x2="38" y2="38" stroke="#dcdcdc" stroke-width="4"/></svg>
141
+ </div>
142
+ <div class="icon">
143
+ <!-- cart -->
144
+ <svg width="40" height="40"><path d="M6 10h4l6 18h12l6-12H16" stroke="#dcdcdc" stroke-width="4" fill="none"/><circle cx="18" cy="34" r="4" fill="#dcdcdc"/><circle cx="32" cy="34" r="4" fill="#dcdcdc"/></svg>
145
+ </div>
146
+ <div class="icon">
147
+ <!-- share -->
148
+ <svg width="40" height="40"><circle cx="12" cy="20" r="6" stroke="#dcdcdc" fill="none" stroke-width="4"/><circle cx="30" cy="10" r="6" stroke="#dcdcdc" fill="none" stroke-width="4"/><circle cx="30" cy="30" r="6" stroke="#dcdcdc" fill="none" stroke-width="4"/><path d="M18 18l8-6M18 22l8 6" stroke="#dcdcdc" stroke-width="4"/></svg>
149
+ </div>
150
+ <div class="icon">
151
+ <!-- dots -->
152
+ <svg width="40" height="40"><circle cx="12" cy="20" r="4" fill="#dcdcdc"/><circle cx="20" cy="20" r="4" fill="#dcdcdc"/><circle cx="28" cy="20" r="4" fill="#dcdcdc"/></svg>
153
+ </div>
154
+ </div>
155
+ </div>
156
+
157
+ <!-- Small thumbnail / avatar placeholder -->
158
+ <div class="thumb">[IMG: Seller/Item]</div>
159
+
160
+ <!-- Feedback link -->
161
+ <div class="section text" style="margin-top: 10px;">
162
+ <a class="link" href="#">97.5% positive feedback</a>
163
+ </div>
164
+
165
+ <!-- Price area -->
166
+ <div class="section price-area">
167
+ <div class="row">
168
+ <div class="price">$385.00</div>
169
+ <div class="shipping">+ $47.47 Shipping</div>
170
+ </div>
171
+ <div class="text muted" style="margin-top: 12px;">or Best Offer</div>
172
+
173
+ <div class="text muted" style="margin-top: 36px;">Est. delivery <span style="color:#ffffff;">Wed, Jul 26 - Wed, Aug 16</span></div>
174
+
175
+ <div class="row text" style="margin-top: 36px;">
176
+ <div>Condition</div>
177
+ <div style="margin-left: 32px; color:#ffffff; font-weight:700;">Used</div>
178
+ <div style="margin-left: 12px;">
179
+ <svg width="30" height="30"><circle cx="15" cy="15" r="14" stroke="#bdbdbd" fill="none" stroke-width="2"/><text x="10" y="21" font-size="16" fill="#bdbdbd">i</text></svg>
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+ <!-- Buy button -->
185
+ <div class="buy pill">Buy It Now</div>
186
+
187
+ <!-- Tooltip bubble over buttons -->
188
+ <div class="tooltip">
189
+ Make an offer. Negotiate an even better deal.
190
+ <svg class="x-close" viewBox="0 0 40 40">
191
+ <line x1="8" y1="8" x2="32" y2="32" stroke="#0b0b0b" stroke-width="4"/>
192
+ <line x1="32" y1="8" x2="8" y2="32" stroke="#0b0b0b" stroke-width="4"/>
193
+ </svg>
194
+ </div>
195
+
196
+ <!-- Outline buttons -->
197
+ <div class="outline pill">Make offer</div>
198
+ <div class="outline pill">Add to watchlist</div>
199
+
200
+ <!-- About this item -->
201
+ <div class="about-title">About this item</div>
202
+ <div class="kv"><div class="label">Condition</div><div>Used</div></div>
203
+ <div class="kv"><div class="label">Quantity</div><div>1 available</div></div>
204
+ <div class="kv">
205
+ <div class="label">Item Number</div>
206
+ <div class="row" style="gap:12px;">
207
+ <div>225617125724</div>
208
+ <svg width="30" height="30"><polyline points="8,6 22,15 8,24" fill="none" stroke="#bdbdbd" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
209
+ </div>
210
+ </div>
211
+ <div class="kv"><div class="label">Brand</div><div>Nikon</div></div>
212
+ <div class="kv"><div class="label">Series</div><div>Nikon D</div></div>
213
+
214
+ <!-- Description -->
215
+ <div class="about-title" style="margin-top: 30px;">Item description from the seller</div>
216
+ <div class="section text" style="margin-top: 8px;">
217
+ Nikon d5500 camera with Lens And Bag. Barely Used.
218
+ </div>
219
+
220
+ <div class="link-line">See full description</div>
221
+
222
+ </div>
223
+ </body>
224
+ </html>
code/18784/18784_6.html ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Mobile UI - Item Page</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;
9
+ position: relative; overflow: hidden;
10
+ background: #000; color: #fff;
11
+ }
12
+ /* Status bar */
13
+ .status {
14
+ position: absolute; top: 16px; left: 24px; right: 24px;
15
+ height: 40px; display: flex; align-items: center; justify-content: space-between;
16
+ color: #dcdcdc; font-size: 34px; letter-spacing: 0.5px;
17
+ }
18
+ .status .icons { display: flex; gap: 22px; align-items: center; }
19
+ .status svg { width: 34px; height: 34px; fill: #dcdcdc; }
20
+
21
+ /* Header */
22
+ .header {
23
+ position: absolute; top: 84px; left: 24px; right: 24px;
24
+ display: flex; align-items: center; justify-content: space-between;
25
+ }
26
+ .left-controls { display: flex; align-items: center; gap: 24px; }
27
+ .circle-btn {
28
+ width: 72px; height: 72px; border-radius: 50%;
29
+ background: #1c1c1c; display: flex; align-items: center; justify-content: center;
30
+ }
31
+ .circle-btn svg { width: 36px; height: 36px; fill: #fff; }
32
+ .title { font-size: 64px; font-weight: 700; }
33
+ .right-icons { display: flex; gap: 28px; }
34
+ .icon-btn {
35
+ width: 84px; height: 84px; border-radius: 50%;
36
+ background: #1c1c1c; display: flex; align-items: center; justify-content: center;
37
+ }
38
+ .icon-btn svg { width: 44px; height: 44px; fill: #fff; }
39
+
40
+ /* Link */
41
+ .desc-link {
42
+ position: absolute; top: 230px; left: 24px;
43
+ font-size: 42px; color: #8ec7ff;
44
+ }
45
+
46
+ /* Section titles */
47
+ .section {
48
+ position: absolute; left: 24px; right: 24px;
49
+ }
50
+ .section.you-may { top: 320px; }
51
+ .section h2 {
52
+ margin: 0; font-size: 54px; font-weight: 800;
53
+ }
54
+ .subtle { color: #b3b3b3; font-size: 36px; margin-top: 14px; }
55
+
56
+ /* Horizontal cards */
57
+ .h-scroll {
58
+ margin-top: 28px;
59
+ display: flex; gap: 28px;
60
+ overflow-x: auto; padding-bottom: 8px;
61
+ }
62
+ .card {
63
+ min-width: 320px; max-width: 320px;
64
+ background: #0f0f10; border-radius: 26px; padding-bottom: 28px;
65
+ }
66
+ .card-img {
67
+ width: 100%; height: 240px; border-top-left-radius: 26px; border-top-right-radius: 26px;
68
+ background: #E0E0E0; border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
70
+ position: relative;
71
+ }
72
+ .heart {
73
+ position: absolute; top: 18px; right: 18px;
74
+ width: 58px; height: 58px; border-radius: 16px;
75
+ background: rgba(28,28,28,0.85); display: flex; align-items: center; justify-content: center;
76
+ border: 2px solid #2b2b2b;
77
+ }
78
+ .heart svg { width: 32px; height: 32px; fill: #8ec7ff; }
79
+ .card-body { padding: 16px 18px 0 18px; }
80
+ .card-title { font-size: 36px; line-height: 44px; font-weight: 700; }
81
+ .price { font-size: 46px; margin-top: 18px; }
82
+ .note { color: #bfbfbf; font-size: 34px; margin-top: 10px; }
83
+ .badge { color: #bfbfbf; font-size: 32px; margin-top: 8px; }
84
+
85
+ /* Second section */
86
+ .section.trends { top: 1040px; }
87
+ .see-all {
88
+ position: absolute; right: 24px; top: 0;
89
+ display: inline-flex; align-items: center; gap: 12px;
90
+ background: #1c1c1c; border-radius: 48px; padding: 20px 28px; font-size: 40px;
91
+ }
92
+ .see-all svg { width: 30px; height: 30px; fill: #fff; }
93
+ .mini-title { margin-top: 92px; }
94
+ .mini-card .card-img { height: 240px; }
95
+ .mini-card .card-title { font-size: 38px; font-weight: 700; }
96
+
97
+ /* Scroll helper line near bottom (visual hint) */
98
+ .scroll-hint {
99
+ position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
100
+ width: 360px; height: 10px; background: #2a2a2a; border-radius: 6px;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="status">
109
+ <div>1:54</div>
110
+ <div class="icons">
111
+ <!-- simple signal icon -->
112
+ <svg viewBox="0 0 24 24"><rect x="2" y="16" width="3" height="6"/><rect x="7" y="12" width="3" height="10"/><rect x="12" y="8" width="3" height="14"/><rect x="17" y="4" width="3" height="18"/></svg>
113
+ <!-- WiFi -->
114
+ <svg viewBox="0 0 24 24"><path d="M12 18c-1.1 0-2 .9-2 2s.9 2 2 2c1.1 0 2-.9 2-2s-.9-2-2-2zm-6.5-6.5l1.4 1.4C8.3 11 10.1 10.5 12 10.5s3.7.5 5.1 1.4l1.4-1.4C16.8 9.2 14.5 8.5 12 8.5s-4.8.7-6.5 3zM2 9l1.4 1.4C6 7.9 8.9 7 12 7s6 .9 8.6 3.4L22 9C18.9 5.9 15.6 5 12 5S5.1 5.9 2 9z"/></svg>
115
+ <!-- Battery -->
116
+ <svg viewBox="0 0 24 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="10" width="2" height="4"/></svg>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Header -->
121
+ <div class="header">
122
+ <div class="left-controls">
123
+ <div class="circle-btn">
124
+ <!-- hamburger icon -->
125
+ <svg 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>
126
+ </div>
127
+ <div class="title">Item</div>
128
+ </div>
129
+ <div class="right-icons">
130
+ <div class="icon-btn">
131
+ <!-- search -->
132
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6" stroke="#fff" stroke-width="2" fill="none"/><line x1="16" y1="16" x2="21" y2="21" stroke="#fff" stroke-width="2"/></svg>
133
+ </div>
134
+ <div class="icon-btn">
135
+ <!-- cart -->
136
+ <svg viewBox="0 0 24 24"><path d="M3 4h2l2 12h10l2-8H7" fill="none" stroke="#fff" stroke-width="2"/><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>
137
+ </div>
138
+ <div class="icon-btn">
139
+ <!-- share -->
140
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="3"/><circle cx="18" cy="6" r="3"/><circle cx="18" cy="18" r="3"/><path d="M8.7 10.9l6-3.2M8.7 13.1l6 3.2" stroke="#fff" stroke-width="2" fill="none"/></svg>
141
+ </div>
142
+ <div class="icon-btn">
143
+ <!-- menu vertical -->
144
+ <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>
145
+ </div>
146
+ </div>
147
+ </div>
148
+
149
+ <!-- See full description link -->
150
+ <div class="desc-link">See full description</div>
151
+
152
+ <!-- You May Also Like -->
153
+ <div class="section you-may">
154
+ <h2>You May Also Like</h2>
155
+ <div class="subtle">Sponsored</div>
156
+
157
+ <div class="h-scroll" style="margin-top: 26px;">
158
+ <!-- Card 1 -->
159
+ <div class="card">
160
+ <div class="card-img">
161
+ [IMG: Nikon D5500 body]
162
+ <div class="heart">
163
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
164
+ </div>
165
+ </div>
166
+ <div class="card-body">
167
+ <div class="card-title">Near Mint Nikon D5500 12.3MP Digital Camera Black Body JP</div>
168
+ <div class="price">$349.99</div>
169
+ <div class="note">+ shipping</div>
170
+ <div class="badge">Last one</div>
171
+ </div>
172
+ </div>
173
+
174
+ <!-- Card 2 -->
175
+ <div class="card">
176
+ <div class="card-img">
177
+ [IMG: Nikon D5500 with 18-55mm lens]
178
+ <div class="heart">
179
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
180
+ </div>
181
+ </div>
182
+ <div class="card-body">
183
+ <div class="card-title">Nikon D5500 24.2MP Digital Camera Body 18-55mm f/3.5-5.6 VR II Lens Count 20107</div>
184
+ <div class="price">$364.98</div>
185
+ <div class="note">+ US $35.00 shipping</div>
186
+ <div class="badge">Top Rated · 99.4% positive</div>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Card 3 -->
191
+ <div class="card">
192
+ <div class="card-img">
193
+ [IMG: Nikon DSLR boxed set]
194
+ <div class="heart">
195
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
196
+ </div>
197
+ </div>
198
+ <div class="card-body">
199
+ <div class="card-title">Nikon D60 Digital SLR - Boxed, Very Low Shutter Count</div>
200
+ <div class="price">$225.00</div>
201
+ <div class="note">1 bid</div>
202
+ <div class="badge">+ US $103.40 shipping</div>
203
+ </div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Inspired by your recent shopping trends -->
209
+ <div class="section trends">
210
+ <h2>Inspired by your recent shopping trends</h2>
211
+ <div class="subtle">Sponsored</div>
212
+
213
+ <div class="see-all">See all
214
+ <svg viewBox="0 0 24 24"><path d="M9 5l7 7-7 7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
215
+ </div>
216
+
217
+ <div class="h-scroll mini-title">
218
+ <!-- Mini Card 1 -->
219
+ <div class="card mini-card">
220
+ <div class="card-img">
221
+ [IMG: Nikon D3400 kit and manual]
222
+ <div class="heart">
223
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
224
+ </div>
225
+ </div>
226
+ <div class="card-body">
227
+ <div class="card-title">Nikon D3400 DSLR</div>
228
+ </div>
229
+ </div>
230
+
231
+ <!-- Mini Card 2 -->
232
+ <div class="card mini-card">
233
+ <div class="card-img">
234
+ [IMG: Nikon D3100 camera with bag and accessories]
235
+ <div class="heart">
236
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
237
+ </div>
238
+ </div>
239
+ <div class="card-body">
240
+ <div class="card-title">NIKON D3100 camera</div>
241
+ </div>
242
+ </div>
243
+
244
+ <!-- Mini Card 3 -->
245
+ <div class="card mini-card">
246
+ <div class="card-img">
247
+ [IMG: MINT Nikon set with extras]
248
+ <div class="heart">
249
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.7-9.2-7.6C1.2 11.5 2 8.5 5 7.5c2-.7 3.5.3 4.5 1.5 1-1.2 2.5-2.2 4.5-1.5 3 .9 3.8 4 2.2 5.9C19 16.3 12 21 12 21z"/></svg>
250
+ </div>
251
+ </div>
252
+ <div class="card-body">
253
+ <div class="card-title">[MINT] Nikon bundle</div>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ </div>
258
+
259
+ <div class="scroll-hint"></div>
260
+ </div>
261
+ </body>
262
+ </html>
code/18784/18784_7.html ADDED
@@ -0,0 +1,417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>eBay Item - Mobile UI Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #000000;
13
+ color: #FFFFFF;
14
+ font-family: Arial, Helvetica, sans-serif;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #fff;
25
+ font-size: 36px;
26
+ }
27
+ .status-icons {
28
+ display: flex;
29
+ gap: 24px;
30
+ align-items: center;
31
+ }
32
+ .icon {
33
+ width: 44px;
34
+ height: 44px;
35
+ }
36
+
37
+ /* Top navigation */
38
+ .top-nav {
39
+ height: 120px;
40
+ padding: 0 28px;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ }
45
+ .nav-left {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 24px;
49
+ }
50
+ .circle-btn {
51
+ width: 80px;
52
+ height: 80px;
53
+ border-radius: 40px;
54
+ background: #1b1b1b;
55
+ display: flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ }
59
+ .title {
60
+ font-size: 60px;
61
+ font-weight: 700;
62
+ letter-spacing: 0.5px;
63
+ }
64
+ .nav-right {
65
+ display: flex;
66
+ gap: 20px;
67
+ align-items: center;
68
+ }
69
+
70
+ /* Carousel of similar items */
71
+ .carousel {
72
+ padding: 24px 24px 14px 24px;
73
+ display: flex;
74
+ gap: 20px;
75
+ overflow: hidden;
76
+ }
77
+ .card {
78
+ width: 330px;
79
+ background: #0e0e0e;
80
+ border-radius: 16px;
81
+ border: 1px solid #1f1f1f;
82
+ padding: 16px;
83
+ }
84
+ .img-ph {
85
+ width: 100%;
86
+ height: 160px;
87
+ background: #E0E0E0;
88
+ border: 1px solid #BDBDBD;
89
+ color: #757575;
90
+ display: flex;
91
+ align-items: center;
92
+ justify-content: center;
93
+ font-size: 28px;
94
+ border-radius: 12px;
95
+ margin-bottom: 12px;
96
+ }
97
+ .price {
98
+ font-size: 42px;
99
+ font-weight: 700;
100
+ margin-top: 8px;
101
+ margin-bottom: 8px;
102
+ }
103
+ .muted { color: #b8b8b8; }
104
+ .small { font-size: 28px; line-height: 1.35; }
105
+
106
+ /* Section headings */
107
+ .section {
108
+ padding: 24px;
109
+ }
110
+ .section-title {
111
+ font-size: 58px;
112
+ font-weight: 800;
113
+ margin: 22px 0 10px 0;
114
+ }
115
+ .row {
116
+ display: flex;
117
+ gap: 24px;
118
+ padding: 24px 0;
119
+ border-top: 1px solid #1f1f1f;
120
+ }
121
+ .row:first-of-type { border-top: none; }
122
+ .label {
123
+ width: 260px;
124
+ font-size: 34px;
125
+ color: #dcdcdc;
126
+ }
127
+ .value {
128
+ flex: 1;
129
+ font-size: 34px;
130
+ line-height: 1.45;
131
+ }
132
+ .chev {
133
+ width: 40px; height: 40px;
134
+ margin-left: 10px;
135
+ vertical-align: middle;
136
+ }
137
+
138
+ .payments {
139
+ display: flex;
140
+ gap: 18px;
141
+ flex-wrap: wrap;
142
+ }
143
+ .pay-icon {
144
+ width: 180px;
145
+ height: 92px;
146
+ border-radius: 10px;
147
+ background: #E0E0E0;
148
+ border: 1px solid #BDBDBD;
149
+ display: flex;
150
+ align-items: center;
151
+ justify-content: center;
152
+ color: #444;
153
+ font-weight: bold;
154
+ font-size: 28px;
155
+ }
156
+
157
+ /* Confidence section */
158
+ .confidence-card {
159
+ margin-top: 10px;
160
+ background: #0e0e0e;
161
+ border: 1px solid #202020;
162
+ border-radius: 18px;
163
+ padding: 22px;
164
+ display: flex;
165
+ align-items: flex-start;
166
+ justify-content: space-between;
167
+ }
168
+ .confidence-left {
169
+ display: flex;
170
+ gap: 18px;
171
+ align-items: center;
172
+ }
173
+ .shield {
174
+ width: 56px;
175
+ height: 56px;
176
+ background: #2c6bed;
177
+ border-radius: 14px;
178
+ display: flex; align-items: center; justify-content: center;
179
+ }
180
+ .confidence-text .title-line {
181
+ font-size: 40px; font-weight: 700;
182
+ }
183
+ .confidence-text .desc {
184
+ font-size: 30px; color: #cfcfcf; margin-top: 6px;
185
+ }
186
+
187
+ /* Seller section */
188
+ .seller-row {
189
+ margin-top: 12px;
190
+ background: transparent;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: space-between;
194
+ }
195
+ .seller-left {
196
+ display: flex;
197
+ align-items: center;
198
+ gap: 22px;
199
+ }
200
+ .avatar {
201
+ width: 140px;
202
+ height: 140px;
203
+ background: #E0E0E0;
204
+ border: 1px solid #BDBDBD;
205
+ color: #757575;
206
+ display: flex; align-items: center; justify-content: center;
207
+ border-radius: 24px;
208
+ font-size: 28px;
209
+ }
210
+ .seller-info .name {
211
+ font-size: 42px;
212
+ font-weight: 700;
213
+ }
214
+ .seller-info .feedback {
215
+ font-size: 32px;
216
+ color: #cfcfcf;
217
+ margin-top: 6px;
218
+ }
219
+ .heart-btn {
220
+ width: 120px; height: 120px;
221
+ border-radius: 60px;
222
+ background: #1b1b1b;
223
+ display: flex; align-items: center; justify-content: center;
224
+ }
225
+
226
+ /* Bottom indicator */
227
+ .home-indicator {
228
+ position: absolute;
229
+ bottom: 24px;
230
+ left: 50%;
231
+ transform: translateX(-50%);
232
+ width: 360px;
233
+ height: 10px;
234
+ border-radius: 5px;
235
+ background: #2b2b2b;
236
+ }
237
+ </style>
238
+ </head>
239
+ <body>
240
+ <div id="render-target">
241
+
242
+ <!-- Status Bar -->
243
+ <div class="status-bar">
244
+ <div>1:54</div>
245
+ <div class="status-icons">
246
+ <!-- WiFi -->
247
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
248
+ <path d="M12 18a2 2 0 1 0 0.001 0z"/>
249
+ <path d="M2.5 9.5c5.5-4.5 13.5-4.5 19 0l-2 2.2c-4.6-3.7-10.4-3.7-15 0l-2-2.2z"></path>
250
+ <path d="M5.5 12.5c3.9-3.1 9.1-3.1 13 0l-2.1 2.1c-2.8-2.2-6-2.2-8.8 0l-2.1-2.1z"></path>
251
+ </svg>
252
+ <!-- Battery -->
253
+ <svg class="icon" viewBox="0 0 24 24" fill="#fff">
254
+ <rect x="1" y="6" width="18" height="12" rx="2" ry="2" stroke="#fff" fill="none" stroke-width="2"></rect>
255
+ <rect x="3" y="8" width="12" height="8" fill="#fff"></rect>
256
+ <rect x="20" y="10" width="3" height="6" rx="1" fill="#fff"></rect>
257
+ </svg>
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Top Navigation -->
262
+ <div class="top-nav">
263
+ <div class="nav-left">
264
+ <div class="circle-btn">
265
+ <!-- Hamburger Icon -->
266
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
267
+ <rect x="3" y="6" width="18" height="2" rx="1"></rect>
268
+ <rect x="3" y="11" width="18" height="2" rx="1"></rect>
269
+ <rect x="3" y="16" width="18" height="2" rx="1"></rect>
270
+ </svg>
271
+ </div>
272
+ <div class="title">Item</div>
273
+ </div>
274
+ <div class="nav-right">
275
+ <div class="circle-btn">
276
+ <!-- Search Icon -->
277
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
278
+ <circle cx="10" cy="10" r="6" stroke="#fff" stroke-width="2" fill="none"></circle>
279
+ <line x1="15" y1="15" x2="21" y2="21" stroke="#fff" stroke-width="2"></line>
280
+ </svg>
281
+ </div>
282
+ <div class="circle-btn">
283
+ <!-- Cart Icon -->
284
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
285
+ <path d="M3 5h2l2 10h10l2-7H7" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round"></path>
286
+ <circle cx="9" cy="19" r="2" fill="#fff"></circle>
287
+ <circle cx="17" cy="19" r="2" fill="#fff"></circle>
288
+ </svg>
289
+ </div>
290
+ <div class="circle-btn">
291
+ <!-- Share Icon -->
292
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
293
+ <circle cx="6" cy="12" r="3"></circle>
294
+ <circle cx="18" cy="6" r="3"></circle>
295
+ <circle cx="18" cy="18" r="3"></circle>
296
+ <path d="M8.6 11l6.8-4M8.6 13l6.8 4" stroke="#fff" stroke-width="2" fill="none"></path>
297
+ </svg>
298
+ </div>
299
+ <div class="circle-btn">
300
+ <!-- More Icon -->
301
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff">
302
+ <circle cx="12" cy="5" r="2"></circle>
303
+ <circle cx="12" cy="12" r="2"></circle>
304
+ <circle cx="12" cy="19" r="2"></circle>
305
+ </svg>
306
+ </div>
307
+ </div>
308
+ </div>
309
+
310
+ <!-- Carousel of similar items -->
311
+ <div class="carousel">
312
+ <div class="card">
313
+ <div class="img-ph">[IMG: Nikon D3100 Camera]</div>
314
+ <div class="price">$299.00</div>
315
+ <div class="small muted">+ US $92.79 shipping</div>
316
+ <div class="small muted">Seller with a 100% positive...</div>
317
+ </div>
318
+ <div class="card">
319
+ <div class="img-ph">[IMG: Nikon D5100 Kit]</div>
320
+ <div class="price">$380.00</div>
321
+ <div class="small muted">+ US $59.00 shipping</div>
322
+ <div class="small muted">Seller with a 100% positive...</div>
323
+ </div>
324
+ <div class="card">
325
+ <div class="img-ph">[IMG: MINT Nikon 24.2 MP]</div>
326
+ <div class="price">$399.00</div>
327
+ <div class="small muted">+ US $20.00 shipping</div>
328
+ <div class="small muted">Top Rated | Last one</div>
329
+ </div>
330
+ </div>
331
+
332
+ <!-- Shipping, returns & payments -->
333
+ <div class="section">
334
+ <div class="section-title">Shipping, returns & payments</div>
335
+
336
+ <div class="row">
337
+ <div class="label">Est. delivery</div>
338
+ <div class="value">
339
+ Wed, Jul 26 - Wed, Aug 16<br>
340
+ <span class="muted">From Jacksonville, Florida,<br>United States</span><br>
341
+ <span class="muted">eBay International Shipping</span><br>
342
+ <span class="muted">This item may be subject to duties and taxes upon delivery</span>
343
+ <svg class="chev" viewBox="0 0 24 24" fill="#fff" style="float:right;">
344
+ <path d="M9 6l6 6-6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
345
+ </svg>
346
+ </div>
347
+ </div>
348
+
349
+ <div class="row">
350
+ <div class="label">Returns</div>
351
+ <div class="value">
352
+ Accepted within 30 days<br>
353
+ <span class="muted">Buyer pays return shipping</span>
354
+ </div>
355
+ </div>
356
+
357
+ <div class="row">
358
+ <div class="label">Payments</div>
359
+ <div class="value">
360
+ <div class="payments">
361
+ <div class="pay-icon">PayPal</div>
362
+ <div class="pay-icon">G Pay</div>
363
+ <div class="pay-icon">VISA</div>
364
+ <div class="pay-icon">Mastercard</div>
365
+ <div class="pay-icon">AmEx</div>
366
+ <div class="pay-icon">Discover</div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+
372
+ <!-- Shop with confidence -->
373
+ <div class="section">
374
+ <div class="section-title">Shop with confidence</div>
375
+ <div class="confidence-card">
376
+ <div class="confidence-left">
377
+ <div class="shield">
378
+ <!-- Shield icon -->
379
+ <svg width="32" height="32" viewBox="0 0 24 24" fill="#fff">
380
+ <path d="M12 2l8 3v6c0 5-3.5 8.8-8 10-4.5-1.2-8-5-8-10V5l8-3z"></path>
381
+ </svg>
382
+ </div>
383
+ <div class="confidence-text">
384
+ <div class="title-line">eBay Money Back Guarantee</div>
385
+ <div class="desc">Get the item you ordered or your money back.</div>
386
+ </div>
387
+ </div>
388
+ <svg class="chev" viewBox="0 0 24 24" fill="#fff">
389
+ <path d="M9 6l6 6-6 6" stroke="#fff" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
390
+ </svg>
391
+ </div>
392
+ </div>
393
+
394
+ <!-- About this seller -->
395
+ <div class="section">
396
+ <div class="section-title">About this seller</div>
397
+ <div class="seller-row">
398
+ <div class="seller-left">
399
+ <div class="avatar">[IMG: Fox Avatar]</div>
400
+ <div class="seller-info">
401
+ <div class="name">904resale5 (770)</div>
402
+ <div class="feedback">97.5% positive feedback</div>
403
+ </div>
404
+ </div>
405
+ <div class="heart-btn">
406
+ <!-- Heart icon -->
407
+ <svg width="54" height="54" viewBox="0 0 24 24" fill="#fff">
408
+ <path d="M12 21s-7-4.5-9-8.5C1 9 3.5 6.5 6 7.2c1.3.3 2.4 1.2 3 2.3.6-1.1 1.7-2 3-2.3 2.5-.7 5 1.8 3 5.3-2 4-9 8.5-9 8.5z" fill="#fff"></path>
409
+ </svg>
410
+ </div>
411
+ </div>
412
+ </div>
413
+
414
+ <div class="home-indicator"></div>
415
+ </div>
416
+ </body>
417
+ </html>
code/18786/18786_1.html ADDED
@@ -0,0 +1,344 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Flight Date Picker</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: #0c1217;
14
+ color: #e9edf2;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 90px;
20
+ padding: 0 34px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #cfd6dd;
25
+ font-size: 38px;
26
+ letter-spacing: 1px;
27
+ }
28
+ .status-right {
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .icon {
34
+ width: 38px;
35
+ height: 38px;
36
+ display: inline-flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+ color: #cfd6dd;
40
+ }
41
+
42
+ /* Header area */
43
+ .header {
44
+ padding: 10px 34px 0 34px;
45
+ }
46
+ .close-btn {
47
+ position: absolute;
48
+ top: 110px;
49
+ left: 34px;
50
+ width: 76px;
51
+ height: 76px;
52
+ border-radius: 50%;
53
+ display: flex; align-items: center; justify-content: center;
54
+ color: #d6dbe1;
55
+ }
56
+ .title {
57
+ margin-top: 82px;
58
+ font-size: 96px;
59
+ font-weight: 800;
60
+ letter-spacing: -1px;
61
+ }
62
+ .subtitle {
63
+ margin-top: 16px;
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 16px;
67
+ font-size: 40px;
68
+ color: #9aa3ac;
69
+ }
70
+
71
+ /* Chips */
72
+ .chips {
73
+ margin-top: 36px;
74
+ display: flex;
75
+ gap: 36px;
76
+ }
77
+ .chip {
78
+ padding: 28px 34px;
79
+ background: #141b22;
80
+ border-radius: 22px;
81
+ border: 1px solid #1e2730;
82
+ color: #e9edf2;
83
+ font-size: 46px;
84
+ min-width: 420px;
85
+ display: flex;
86
+ align-items: center;
87
+ justify-content: space-between;
88
+ }
89
+ .chip .placeholder {
90
+ color: #b7c0c8;
91
+ }
92
+ .chip .x {
93
+ margin-left: 20px;
94
+ width: 48px; height: 48px;
95
+ background: #0c1217;
96
+ border-radius: 12px;
97
+ display: flex; align-items: center; justify-content: center;
98
+ border: 1px solid #2a343e;
99
+ }
100
+
101
+ /* Weekdays row */
102
+ .weekdays {
103
+ margin-top: 64px;
104
+ color: #6c7680;
105
+ display: grid;
106
+ grid-template-columns: repeat(7, 1fr);
107
+ padding: 0 28px;
108
+ font-size: 36px;
109
+ text-align: center;
110
+ }
111
+
112
+ /* Calendar grid */
113
+ .calendar {
114
+ margin-top: 30px;
115
+ padding: 0 18px 0 18px;
116
+ }
117
+ .grid {
118
+ display: grid;
119
+ grid-template-columns: repeat(7, 1fr);
120
+ gap: 6px;
121
+ }
122
+ .day {
123
+ height: 160px;
124
+ position: relative;
125
+ text-align: center;
126
+ padding-top: 22px;
127
+ color: #8a94a0;
128
+ font-size: 44px;
129
+ }
130
+ .day.dim { color: #2d3741; }
131
+ .day .price {
132
+ position: absolute;
133
+ left: 0; right: 0; bottom: 16px;
134
+ font-size: 30px;
135
+ color: #9aa3ac;
136
+ }
137
+ .day .num {
138
+ font-size: 48px;
139
+ color: #cfd7df;
140
+ }
141
+
142
+ /* Month label */
143
+ .month {
144
+ margin: 46px 0 18px 34px;
145
+ font-size: 54px;
146
+ font-weight: 700;
147
+ color: #e9edf2;
148
+ }
149
+
150
+ /* Selection highlight */
151
+ .selected {
152
+ width: 108px;
153
+ height: 108px;
154
+ border-radius: 56px;
155
+ background: #70d6f9;
156
+ color: #0b1a21;
157
+ display: inline-flex;
158
+ align-items: center;
159
+ justify-content: center;
160
+ font-weight: 700;
161
+ }
162
+
163
+ /* Bottom bar */
164
+ .bottom-bar {
165
+ position: absolute;
166
+ left: 0; right: 0; bottom: 0;
167
+ height: 156px;
168
+ background: rgba(10,14,18,0.88);
169
+ border-top: 1px solid #1f2831;
170
+ display: flex;
171
+ align-items: center;
172
+ justify-content: space-between;
173
+ padding: 0 34px;
174
+ }
175
+ .bottom-hint {
176
+ color: #b7c0c8;
177
+ font-size: 44px;
178
+ }
179
+ .btn {
180
+ width: 230px; height: 92px;
181
+ border-radius: 26px;
182
+ background: #1b242d;
183
+ color: #6c7680;
184
+ display: flex; align-items: center; justify-content: center;
185
+ font-size: 40px;
186
+ border: 1px solid #25303a;
187
+ }
188
+ </style>
189
+ </head>
190
+ <body>
191
+ <div id="render-target">
192
+
193
+ <!-- Status Bar -->
194
+ <div class="status-bar">
195
+ <div>4:01</div>
196
+ <div class="status-right">
197
+ <!-- mail, wifi, battery as simple placeholders -->
198
+ <div class="icon">
199
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="currentColor">
200
+ <path d="M4 4h16v16H4z" opacity="0"></path>
201
+ <path d="M20 6v12H4V6l8 5 8-5zM4 4h16v2L12 11 4 6V4z"></path>
202
+ </svg>
203
+ </div>
204
+ <div class="icon">
205
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="currentColor">
206
+ <path d="M12 3C7 3 2.73 5.11 0 8.27l2.29 2.29C4.58 8.6 8.07 7 12 7s7.42 1.6 9.71 3.56L24 8.27C21.27 5.11 17 3 12 3z"></path>
207
+ <path d="M12 9c-3.03 0-5.78 1.23-7.78 3.22l2.29 2.29C7.66 13.35 9.71 12.5 12 12.5s4.34.85 5.49 1.99l2.29-2.29C17.78 10.23 15.03 9 12 9z"></path>
208
+ <circle cx="12" cy="18" r="2"></circle>
209
+ </svg>
210
+ </div>
211
+ <div class="icon">
212
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="currentColor">
213
+ <rect x="2" y="7" width="18" height="10" rx="2" ry="2"></rect>
214
+ <rect x="20" y="10" width="2" height="4"></rect>
215
+ </svg>
216
+ </div>
217
+ </div>
218
+ </div>
219
+
220
+ <!-- Close button -->
221
+ <div class="close-btn">
222
+ <svg viewBox="0 0 24 24" width="58" height="58" fill="#d6dbe1">
223
+ <path d="M18.3 5.71 12 12l6.3 6.29-1.41 1.42L10.59 13.4 4.29 19.7 2.88 18.3 9.17 12 2.88 5.7 4.29 4.3 10.6 10.6l6.29-6.3z"></path>
224
+ </svg>
225
+ </div>
226
+
227
+ <!-- Titles -->
228
+ <div class="header">
229
+ <div class="title">Dates</div>
230
+ <div class="subtitle">
231
+ <span>Estimated prices</span>
232
+ <svg viewBox="0 0 24 24" width="38" height="38" fill="#9aa3ac">
233
+ <circle cx="12" cy="12" r="10" stroke="none"></circle>
234
+ <rect x="11" y="10" width="2" height="7" fill="#0c1217"></rect>
235
+ <circle cx="12" cy="7.5" r="1.3" fill="#0c1217"></circle>
236
+ </svg>
237
+ </div>
238
+
239
+ <!-- Chips -->
240
+ <div class="chips">
241
+ <div class="chip">
242
+ <span>Sun, 2 Jul</span>
243
+ </div>
244
+ <div class="chip">
245
+ <span class="placeholder">Return</span>
246
+ <span class="x">
247
+ <svg viewBox="0 0 24 24" width="28" height="28" stroke="#8a94a0" stroke-width="2" fill="none">
248
+ <path d="M6 6l12 12M18 6l-12 12"></path>
249
+ </svg>
250
+ </span>
251
+ </div>
252
+ </div>
253
+ </div>
254
+
255
+ <!-- Week labels -->
256
+ <div class="weekdays" style="margin-left: 8px; margin-right: 8px;">
257
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
258
+ </div>
259
+
260
+ <!-- First Calendar (late June) -->
261
+ <div class="calendar">
262
+ <div class="grid">
263
+ <!-- empty first 3 rows (1-20 dim) -->
264
+ <div class="day dim"></div>
265
+ <div class="day dim"></div>
266
+ <div class="day dim"></div>
267
+ <div class="day dim"></div>
268
+ <div class="day dim"></div>
269
+ <div class="day dim"></div>
270
+ <div class="day dim"></div>
271
+
272
+ <div class="day dim"></div>
273
+ <div class="day dim"></div>
274
+ <div class="day dim"></div>
275
+ <div class="day dim"></div>
276
+ <div class="day dim"></div>
277
+ <div class="day dim"></div>
278
+ <div class="day dim"></div>
279
+
280
+ <div class="day dim"></div>
281
+ <div class="day dim"></div>
282
+ <div class="day dim"></div>
283
+ <div class="day dim"></div>
284
+ <div class="day dim"></div>
285
+ <div class="day dim"></div>
286
+ <div class="day dim"></div>
287
+
288
+ <!-- Row: 21-27 -->
289
+ <div class="day"><span class="num">21</span><div class="price">₹45,373</div></div>
290
+ <div class="day"><span class="num">22</span><div class="price">₹44,873</div></div>
291
+ <div class="day"><span class="num">23</span><div class="price">₹40,861</div></div>
292
+ <div class="day"><span class="num">24</span><div class="price">₹42,374</div></div>
293
+ <div class="day"><span class="num">25</span><div class="price">₹38,189</div></div>
294
+ <div class="day"><span class="num">26</span><div class="price">₹37,089</div></div>
295
+ <div class="day"><span class="num">27</span><div class="price">₹34,803</div></div>
296
+
297
+ <!-- Row: 28-30 + blanks -->
298
+ <div class="day"><span class="num">28</span><div class="price">₹30,593</div></div>
299
+ <div class="day"><span class="num">29</span><div class="price">₹24,868</div></div>
300
+ <div class="day"><span class="num">30</span><div class="price">₹27,005</div></div>
301
+ <div class="day dim"></div>
302
+ <div class="day dim"></div>
303
+ <div class="day dim"></div>
304
+ <div class="day dim"></div>
305
+ </div>
306
+ </div>
307
+
308
+ <!-- July -->
309
+ <div class="month">July</div>
310
+ <div class="calendar" style="margin-top: 8px;">
311
+ <div class="grid">
312
+ <!-- blank to align first day -->
313
+ <div class="day dim"></div>
314
+ <div class="day">
315
+ <span class="num">1</span>
316
+ <div class="price">₹22,117</div>
317
+ </div>
318
+ <div class="day">
319
+ <div class="selected">2</div>
320
+ <div class="price" style="bottom: 12px;">₹60,138</div>
321
+ </div>
322
+ <div class="day"><span class="num">3</span><div class="price">₹27,860</div></div>
323
+ <div class="day"><span class="num">4</span><div class="price">₹44,474</div></div>
324
+ <div class="day"><span class="num">5</span><div class="price">₹30,082</div></div>
325
+ <div class="day"><span class="num">6</span><div class="price">₹32,171</div></div>
326
+
327
+ <div class="day"><span class="num">7</span><div class="price">₹32,171</div></div>
328
+ <div class="day"><span class="num">8</span><div class="price">₹41,254</div></div>
329
+ <div class="day"><span class="num">9</span><div class="price">₹30,082</div></div>
330
+ <div class="day dim"></div>
331
+ <div class="day dim"></div>
332
+ <div class="day dim"></div>
333
+ <div class="day dim"></div>
334
+ </div>
335
+ </div>
336
+
337
+ <!-- Bottom Bar -->
338
+ <div class="bottom-bar">
339
+ <div class="bottom-hint">Select return date</div>
340
+ <div class="btn">Confirm</div>
341
+ </div>
342
+ </div>
343
+ </body>
344
+ </html>
code/18786/18786_10.html ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Flight Search UI</title>
6
+ <style>
7
+ :root{
8
+ --bg:#0e1217;
9
+ --card:#2d3741;
10
+ --text:#e9f2f2;
11
+ --muted:#9fb3b7;
12
+ --accent:#3aa5a0;
13
+ --accent-dark:#2a8e8a;
14
+ }
15
+ body{ margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
16
+ #render-target{
17
+ width:1080px; height:2400px;
18
+ position:relative; overflow:hidden;
19
+ background:var(--bg);
20
+ color:var(--text);
21
+ }
22
+ /* Status bar */
23
+ .status-bar{
24
+ position:absolute; left:0; top:0; width:100%; height:110px;
25
+ padding:22px 36px;
26
+ box-sizing:border-box;
27
+ color:#cfe3e3; font-weight:600; letter-spacing:0.5px;
28
+ display:flex; align-items:center; justify-content:space-between;
29
+ }
30
+ .status-left{ display:flex; align-items:center; gap:24px; }
31
+ .status-right{ display:flex; align-items:center; gap:24px; }
32
+ .icon-dot{ width:10px; height:10px; background:#bfc9cc; border-radius:50%; display:inline-block; }
33
+ .wifi, .battery{
34
+ width:40px; height:22px; display:inline-block;
35
+ }
36
+ .wifi svg, .battery svg{ width:100%; height:100%; }
37
+ /* Close */
38
+ .close-btn{
39
+ position:absolute; left:36px; top:140px; width:64px; height:64px;
40
+ display:flex; align-items:center; justify-content:center;
41
+ color:#e0e8e8; font-size:40px;
42
+ }
43
+ /* Tabs */
44
+ .tabs{
45
+ position:absolute; left:36px; top:210px; right:36px; height:80px;
46
+ display:flex; align-items:flex-end; gap:64px;
47
+ font-weight:700; font-size:42px; letter-spacing:0.8px;
48
+ }
49
+ .tab{ color:#aab9bd; padding-bottom:16px; }
50
+ .tab.active{ color:#e9f2f2; position:relative; }
51
+ .tab.active:after{
52
+ content:""; position:absolute; left:0; bottom:0; width:160px; height:6px; background:var(--accent); border-radius:3px;
53
+ }
54
+ /* Cards */
55
+ .card{
56
+ background:var(--card); border-radius:28px; padding:32px 32px; box-sizing:border-box;
57
+ color:#fff; display:flex; align-items:center; gap:28px;
58
+ font-size:46px; font-weight:700;
59
+ }
60
+ .sub{ color:#c9d5d8; font-weight:600; }
61
+ .card-row{ position:absolute; left:36px; right:36px; top:320px; display:flex; flex-direction:column; gap:26px; }
62
+ .swap-chip{
63
+ position:absolute; right:60px; top:500px;
64
+ width:90px; height:90px; background:var(--accent); border-radius:50%;
65
+ display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,0.35);
66
+ }
67
+ .swap-chip svg{ width:56px; height:56px; fill:#0d2c2b; }
68
+ /* Date row */
69
+ .date-row{
70
+ position:absolute; left:36px; right:36px; top:640px; display:flex; gap:24px;
71
+ }
72
+ .half{ flex:1; }
73
+ .icon{
74
+ width:54px; height:54px; display:flex; align-items:center; justify-content:center;
75
+ }
76
+ /* Passengers & cabin */
77
+ .info-row{
78
+ position:absolute; left:36px; right:36px; top:820px; height:90px;
79
+ display:flex; align-items:center; justify-content:space-between;
80
+ color:#a9bcc0; font-size:44px; font-weight:700;
81
+ }
82
+ .pax{ display:flex; align-items:center; gap:26px; }
83
+ .pax .count{ color:#e9f2f2; font-weight:800; }
84
+ .pax-icon{
85
+ width:36px; height:36px; border:3px solid #a9bcc0; border-radius:50%; position:relative;
86
+ }
87
+ .pax-icon:after{
88
+ content:""; position:absolute; left:50%; top:60%; width:16px; height:16px; background:#a9bcc0; transform:translate(-50%, -50%); border-radius:3px;
89
+ }
90
+ .caret{
91
+ width:0; height:0; border-left:10px solid transparent; border-right:10px solid transparent; border-top:16px solid var(--muted); display:inline-block; margin-left:14px;
92
+ }
93
+ /* Floating action */
94
+ .fab{
95
+ position:absolute; right:48px; top:880px; width:160px; height:160px; background:var(--accent); border-radius:50%;
96
+ box-shadow:0 10px 26px rgba(0,0,0,0.45);
97
+ display:flex; align-items:center; justify-content:center;
98
+ }
99
+ .fab svg{ width:80px; height:80px; stroke:#083735; stroke-width:10; fill:none; }
100
+ /* Long dark area below */
101
+ .content-tail{
102
+ position:absolute; left:0; right:0; top:1060px; bottom:0;
103
+ background:#0c1014;
104
+ }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+
110
+ <div class="status-bar">
111
+ <div class="status-left">
112
+ <div style="font-size:44px;">4:05</div>
113
+ <div class="icon-dot"></div>
114
+ <div class="icon-dot"></div>
115
+ <div class="icon-dot"></div>
116
+ </div>
117
+ <div class="status-right">
118
+ <div class="wifi">
119
+ <svg viewBox="0 0 24 24">
120
+ <path fill="#cfe3e3" d="M2 7c5-5 15-5 20 0l-2 2c-4-4-12-4-16 0L2 7z"/>
121
+ <path fill="#cfe3e3" d="M6 11c3-3 9-3 12 0l-2 2c-2-2-6-2-8 0l-2-2z"/>
122
+ <circle cx="12" cy="16" r="2" fill="#cfe3e3"/>
123
+ </svg>
124
+ </div>
125
+ <div class="battery">
126
+ <svg viewBox="0 0 28 16">
127
+ <rect x="1" y="2" width="22" height="12" rx="2" ry="2" fill="none" stroke="#cfe3e3" stroke-width="2"></rect>
128
+ <rect x="3" y="4" width="16" height="8" fill="#cfe3e3"></rect>
129
+ <rect x="24" y="5" width="3" height="6" rx="1" fill="#cfe3e3"></rect>
130
+ </svg>
131
+ </div>
132
+ </div>
133
+ </div>
134
+
135
+ <div class="close-btn">✕</div>
136
+
137
+ <div class="tabs">
138
+ <div class="tab active">RETURN</div>
139
+ <div class="tab">ONE WAY</div>
140
+ <div class="tab">MULTI-CITY</div>
141
+ </div>
142
+
143
+ <div class="card-row">
144
+ <div class="card">
145
+ <div class="icon">
146
+ <svg viewBox="0 0 24 24">
147
+ <path fill="#a9bcc0" d="M2 12l20-6-2 4-9 3 6 7-2 1-7-7-6 2z"/>
148
+ </svg>
149
+ </div>
150
+ <div>Dubai</div>
151
+ </div>
152
+
153
+ <div class="card">
154
+ <div class="icon">
155
+ <svg viewBox="0 0 24 24">
156
+ <path fill="#a9bcc0" d="M2 12l20 6-2-4-9-3 6-7-2-1-7 7-6-2z"/>
157
+ </svg>
158
+ </div>
159
+ <div>Bengaluru</div>
160
+ </div>
161
+ </div>
162
+
163
+ <div class="swap-chip">
164
+ <svg viewBox="0 0 24 24">
165
+ <path d="M7 6l-3 3h10v2H4l3 3" fill="#d9f3f1"/>
166
+ <path d="M17 18l3-3H10v-2h10l-3-3" fill="#d9f3f1"/>
167
+ </svg>
168
+ </div>
169
+
170
+ <div class="date-row">
171
+ <div class="card half">
172
+ <div class="icon">
173
+ <svg viewBox="0 0 24 24">
174
+ <rect x="2" y="4" width="20" height="16" rx="3" fill="#a9bcc0"></rect>
175
+ <rect x="5" y="9" width="14" height="9" fill="#2d3741"></rect>
176
+ <rect x="7" y="11" width="3" height="3" fill="#a9bcc0"></rect>
177
+ </svg>
178
+ </div>
179
+ <div class="sub">Tue, 15 Aug</div>
180
+ </div>
181
+ <div class="card half">
182
+ <div class="icon">
183
+ <svg viewBox="0 0 24 24">
184
+ <rect x="2" y="4" width="20" height="16" rx="3" fill="#a9bcc0"></rect>
185
+ <rect x="5" y="9" width="14" height="9" fill="#2d3741"></rect>
186
+ <rect x="11" y="12" width="3" height="3" fill="#a9bcc0"></rect>
187
+ </svg>
188
+ </div>
189
+ <div class="sub">Thu, 24 Aug</div>
190
+ </div>
191
+ </div>
192
+
193
+ <div class="info-row">
194
+ <div class="pax">
195
+ <div class="count">2</div>
196
+ <div class="pax-icon"></div>
197
+ <div class="count">0</div>
198
+ <div class="pax-icon"></div>
199
+ <div class="count">0</div>
200
+ <div class="pax-icon"></div>
201
+ <div class="count">0</div>
202
+ <div class="pax-icon"></div>
203
+ </div>
204
+ <div style="display:flex; align-items:center;">
205
+ <span style="color:#dbe8ea;">Economy</span>
206
+ <span class="caret"></span>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="fab">
211
+ <svg viewBox="0 0 24 24">
212
+ <circle cx="10" cy="10" r="7"></circle>
213
+ <line x1="16" y1="16" x2="22" y2="22"></line>
214
+ </svg>
215
+ </div>
216
+
217
+ <div class="content-tail"></div>
218
+
219
+ </div>
220
+ </body>
221
+ </html>
code/18786/18786_11.html ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travel - Flights</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: Arial, Helvetica, sans-serif;
12
+ color: #EDEFF1;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #0b1217;
20
+ }
21
+
22
+ /* Top search/header card */
23
+ .header-card {
24
+ width: 1008px;
25
+ height: 150px;
26
+ margin: 60px 36px 0 36px;
27
+ background: #1b232b;
28
+ border-radius: 20px;
29
+ display: flex;
30
+ align-items: center;
31
+ padding: 0 30px;
32
+ box-sizing: border-box;
33
+ }
34
+ .back-btn {
35
+ width: 72px;
36
+ height: 72px;
37
+ display: flex;
38
+ align-items: center;
39
+ justify-content: center;
40
+ margin-right: 22px;
41
+ }
42
+ .title-wrap {
43
+ display: flex;
44
+ flex-direction: column;
45
+ justify-content: center;
46
+ }
47
+ .route {
48
+ font-size: 46px;
49
+ font-weight: 700;
50
+ letter-spacing: 0.2px;
51
+ }
52
+ .dates {
53
+ margin-top: 6px;
54
+ font-size: 30px;
55
+ color: #a7bdc7;
56
+ }
57
+
58
+ .accent {
59
+ width: 150px;
60
+ height: 6px;
61
+ background: #ff6d3a;
62
+ border-radius: 4px;
63
+ margin: 26px 0 0 36px;
64
+ }
65
+
66
+ .section-title {
67
+ margin: 40px 36px 0 36px;
68
+ font-size: 58px;
69
+ font-weight: 800;
70
+ }
71
+
72
+ .spacer {
73
+ height: 980px; /* creates the large empty middle area like the screenshot */
74
+ }
75
+
76
+ .show-flights {
77
+ margin: 0 36px;
78
+ height: 130px;
79
+ background: #162129;
80
+ border-radius: 28px;
81
+ display: flex;
82
+ align-items: center;
83
+ padding: 0 36px;
84
+ box-sizing: border-box;
85
+ color: #7fd0dc;
86
+ font-size: 40px;
87
+ font-weight: 600;
88
+ justify-content: space-between;
89
+ }
90
+ .chevron {
91
+ width: 28px;
92
+ height: 28px;
93
+ margin-right: 6px;
94
+ }
95
+
96
+ .hotels-title {
97
+ margin: 36px 36px 18px 36px;
98
+ font-size: 56px;
99
+ font-weight: 800;
100
+ }
101
+
102
+ .chips {
103
+ display: flex;
104
+ gap: 20px;
105
+ padding: 0 36px;
106
+ }
107
+ .chip {
108
+ padding: 20px 34px;
109
+ background: #121a20;
110
+ border: 1px solid #24303a;
111
+ border-radius: 18px;
112
+ color: #c6d4dc;
113
+ font-size: 30px;
114
+ }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Header / Search section -->
121
+ <div class="header-card">
122
+ <div class="back-btn">
123
+ <!-- Back arrow (simple) -->
124
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
125
+ <path d="M14.5 5L7.5 12L14.5 19" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
126
+ </svg>
127
+ </div>
128
+ <div class="title-wrap">
129
+ <div class="route">Dubai – Bengaluru</div>
130
+ <div class="dates">15 Aug – 24 Aug</div>
131
+ </div>
132
+ </div>
133
+
134
+ <!-- Small orange indicator line -->
135
+ <div class="accent"></div>
136
+
137
+ <!-- Content -->
138
+ <div class="section-title">Flights to Bengaluru</div>
139
+
140
+ <div class="spacer"></div>
141
+
142
+ <div class="show-flights">
143
+ <div>Show all 10 flights</div>
144
+ <svg class="chevron" viewBox="0 0 24 24" fill="none">
145
+ <path d="M9 5l7 7-7 7" stroke="#86d8e3" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
146
+ </svg>
147
+ </div>
148
+
149
+ <div class="hotels-title">Hotels</div>
150
+ <div class="chips">
151
+ <div class="chip">Best</div>
152
+ <div class="chip">4★+</div>
153
+ <div class="chip">City centre</div>
154
+ <div class="chip">Family friendly</div>
155
+ </div>
156
+
157
+ </div>
158
+ </body>
159
+ </html>
code/18786/18786_12.html ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Flights UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ position: relative;
15
+ overflow: hidden;
16
+ width: 1080px;
17
+ height: 2400px;
18
+ background: #0b1016;
19
+ color: #ffffff;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ height: 120px;
25
+ padding: 0 36px;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ color: #bfc6d1;
30
+ font-size: 40px;
31
+ letter-spacing: 0.5px;
32
+ }
33
+ .status-icons {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 26px;
37
+ }
38
+ .icon {
39
+ width: 40px;
40
+ height: 40px;
41
+ display: inline-block;
42
+ }
43
+
44
+ /* Header card */
45
+ .header-card {
46
+ margin: 20px 24px 10px 24px;
47
+ background: #1a2028;
48
+ border-radius: 24px;
49
+ padding: 28px 28px;
50
+ display: flex;
51
+ align-items: center;
52
+ gap: 22px;
53
+ }
54
+ .back-btn {
55
+ width: 64px;
56
+ height: 64px;
57
+ border-radius: 16px;
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ }
62
+ .header-texts {
63
+ display: flex;
64
+ flex-direction: column;
65
+ }
66
+ .route-title {
67
+ font-size: 46px;
68
+ font-weight: 700;
69
+ color: #dfe6ef;
70
+ margin-bottom: 6px;
71
+ }
72
+ .route-dates {
73
+ font-size: 34px;
74
+ color: #9aa6b2;
75
+ }
76
+
77
+ .section-title {
78
+ font-size: 56px;
79
+ font-weight: 700;
80
+ margin: 38px 32px 18px 32px;
81
+ color: #e9eef6;
82
+ }
83
+
84
+ /* Chips */
85
+ .chips {
86
+ display: flex;
87
+ gap: 22px;
88
+ padding: 0 32px 8px 32px;
89
+ }
90
+ .chip {
91
+ padding: 20px 34px;
92
+ border-radius: 40px;
93
+ font-size: 36px;
94
+ color: #cdd7e3;
95
+ background: #212831;
96
+ border: 1px solid #2b3642;
97
+ }
98
+ .chip.active {
99
+ background: #1f3e98;
100
+ color: #ffffff;
101
+ border-color: #1f3e98;
102
+ }
103
+
104
+ /* Flight card */
105
+ .flight-card {
106
+ margin: 24px;
107
+ background: #161c24;
108
+ border-radius: 28px;
109
+ padding: 28px;
110
+ box-shadow: 0 4px 8px rgba(0,0,0,0.25);
111
+ }
112
+ .segment {
113
+ display: flex;
114
+ align-items: flex-start;
115
+ justify-content: space-between;
116
+ gap: 18px;
117
+ margin-bottom: 24px;
118
+ }
119
+ .segment-left {
120
+ display: flex;
121
+ align-items: flex-start;
122
+ gap: 20px;
123
+ flex: 1;
124
+ }
125
+ .logo {
126
+ width: 84px;
127
+ height: 84px;
128
+ background: #e53935;
129
+ border: 1px solid #b71c1c;
130
+ border-radius: 12px;
131
+ display: flex;
132
+ align-items: center;
133
+ justify-content: center;
134
+ color: #fff;
135
+ font-size: 24px;
136
+ font-weight: 700;
137
+ }
138
+ .segment-texts {
139
+ display: flex;
140
+ flex-direction: column;
141
+ gap: 6px;
142
+ }
143
+ .time-range {
144
+ font-size: 44px;
145
+ font-weight: 700;
146
+ color: #f2f6fb;
147
+ }
148
+ .meta {
149
+ font-size: 34px;
150
+ color: #a9b3bf;
151
+ }
152
+ .segment-right {
153
+ text-align: right;
154
+ min-width: 210px;
155
+ display: flex;
156
+ flex-direction: column;
157
+ align-items: flex-end;
158
+ gap: 8px;
159
+ padding-top: 8px;
160
+ }
161
+ .direct {
162
+ font-size: 38px;
163
+ font-weight: 600;
164
+ color: #e6edf7;
165
+ }
166
+ .duration {
167
+ font-size: 32px;
168
+ color: #93a1b1;
169
+ }
170
+
171
+ .price-row {
172
+ display: flex;
173
+ justify-content: flex-end;
174
+ align-items: baseline;
175
+ margin-top: 6px;
176
+ gap: 14px;
177
+ }
178
+ .price {
179
+ font-size: 50px;
180
+ font-weight: 800;
181
+ color: #ffffff;
182
+ }
183
+ .subprice {
184
+ font-size: 34px;
185
+ color: #99a7b7;
186
+ }
187
+
188
+ /* Show all button */
189
+ .show-all {
190
+ margin: 24px;
191
+ background: #121821;
192
+ border-radius: 24px;
193
+ padding: 26px 32px;
194
+ display: flex;
195
+ justify-content: space-between;
196
+ align-items: center;
197
+ color: #dbe4ef;
198
+ font-size: 42px;
199
+ border: 1px solid #1f2731;
200
+ }
201
+ .show-all .arrow {
202
+ width: 44px;
203
+ height: 44px;
204
+ }
205
+
206
+ .hotels-title {
207
+ margin: 36px 32px;
208
+ font-size: 62px;
209
+ font-weight: 800;
210
+ color: #ffffff;
211
+ }
212
+ </style>
213
+ </head>
214
+ <body>
215
+ <div id="render-target">
216
+
217
+ <!-- Status Bar -->
218
+ <div class="status-bar">
219
+ <div>4:06</div>
220
+ <div class="status-icons">
221
+ <!-- simple signal dot -->
222
+ <svg class="icon" viewBox="0 0 24 24">
223
+ <circle cx="12" cy="12" r="9" fill="#cdd7e3"></circle>
224
+ </svg>
225
+ <!-- Wi-Fi icon -->
226
+ <svg class="icon" viewBox="0 0 24 24">
227
+ <path d="M2 8c4-3 16-3 20 0" stroke="#cdd7e3" stroke-width="2.2" fill="none" stroke-linecap="round"/>
228
+ <path d="M5 12c3-2 11-2 14 0" stroke="#cdd7e3" stroke-width="2.2" fill="none" stroke-linecap="round"/>
229
+ <path d="M9 15c2-1 4-1 6 0" stroke="#cdd7e3" stroke-width="2.2" fill="none" stroke-linecap="round"/>
230
+ <circle cx="12" cy="18" r="1.8" fill="#cdd7e3"/>
231
+ </svg>
232
+ <!-- Battery icon -->
233
+ <svg class="icon" viewBox="0 0 26 26">
234
+ <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#cdd7e3" stroke-width="2" fill="none"/>
235
+ <rect x="4" y="8" width="14" height="8" rx="1" fill="#cdd7e3"/>
236
+ <rect x="20.5" y="9" width="3" height="6" rx="1" fill="#cdd7e3"/>
237
+ </svg>
238
+ </div>
239
+ </div>
240
+
241
+ <!-- Header Card -->
242
+ <div class="header-card">
243
+ <div class="back-btn">
244
+ <svg width="48" height="48" viewBox="0 0 24 24">
245
+ <path d="M15 6l-6 6 6 6" stroke="#dfe6ef" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
246
+ </svg>
247
+ </div>
248
+ <div class="header-texts">
249
+ <div class="route-title">Dubai – Bengaluru</div>
250
+ <div class="route-dates">15 Aug – 24 Aug</div>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="section-title">Flights to Bengaluru</div>
255
+
256
+ <!-- Chips -->
257
+ <div class="chips">
258
+ <div class="chip active">Best</div>
259
+ <div class="chip">Cheapest</div>
260
+ <div class="chip">Fastest</div>
261
+ <div class="chip">Direct</div>
262
+ <div class="chip">All filters</div>
263
+ </div>
264
+
265
+ <!-- Flight Card 1 -->
266
+ <div class="flight-card">
267
+ <div class="segment">
268
+ <div class="segment-left">
269
+ <div class="logo">Emirates</div>
270
+ <div class="segment-texts">
271
+ <div class="time-range">9:15 pm – 2:45 am +1</div>
272
+ <div class="meta">DXB–BLR, Emirates</div>
273
+ </div>
274
+ </div>
275
+ <div class="segment-right">
276
+ <div class="direct">Direct</div>
277
+ <div class="duration">4h</div>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="segment">
282
+ <div class="segment-left">
283
+ <div class="logo">Emirates</div>
284
+ <div class="segment-texts">
285
+ <div class="time-range">10:35 am – 12:45 pm</div>
286
+ <div class="meta">BLR–DXB, Emirates</div>
287
+ </div>
288
+ </div>
289
+ <div class="segment-right">
290
+ <div class="direct">Direct</div>
291
+ <div class="duration">3h 40m</div>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="price-row">
296
+ <div class="price">₹36,423</div>
297
+ </div>
298
+ <div class="price-row" style="margin-top:6px;">
299
+ <div class="subprice">2 people ₹72,846</div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Flight Card 2 -->
304
+ <div class="flight-card">
305
+ <div class="segment">
306
+ <div class="segment-left">
307
+ <div class="logo">Emirates</div>
308
+ <div class="segment-texts">
309
+ <div class="time-range">3:20 am – 8:55 am</div>
310
+ <div class="meta">DXB–BLR, Emirates</div>
311
+ </div>
312
+ </div>
313
+ <div class="segment-right">
314
+ <div class="direct">Direct</div>
315
+ <div class="duration">4h 5m</div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="segment">
320
+ <div class="segment-left">
321
+ <div class="logo">Emirates</div>
322
+ <div class="segment-texts">
323
+ <div class="time-range">10:35 am – 12:45 pm</div>
324
+ <div class="meta">BLR–DXB, Emirates</div>
325
+ </div>
326
+ </div>
327
+ <div class="segment-right">
328
+ <div class="direct">Direct</div>
329
+ <div class="duration">3h 40m</div>
330
+ </div>
331
+ </div>
332
+
333
+ <div class="price-row">
334
+ <div class="price">₹36,423</div>
335
+ </div>
336
+ <div class="price-row" style="margin-top:6px;">
337
+ <div class="subprice">2 people ₹72,846</div>
338
+ </div>
339
+ </div>
340
+
341
+ <!-- Flight Card 3 -->
342
+ <div class="flight-card">
343
+ <div class="segment">
344
+ <div class="segment-left">
345
+ <div class="logo">Emirates</div>
346
+ <div class="segment-texts">
347
+ <div class="time-range">1:45 pm – 7:20 pm</div>
348
+ <div class="meta">DXB–BLR, Emirates</div>
349
+ </div>
350
+ </div>
351
+ <div class="segment-right">
352
+ <div class="direct">Direct</div>
353
+ <div class="duration">4h 5m</div>
354
+ </div>
355
+ </div>
356
+
357
+ <div class="segment">
358
+ <div class="segment-left">
359
+ <div class="logo">Emirates</div>
360
+ <div class="segment-texts">
361
+ <div class="time-range">10:35 am – 12:45 pm</div>
362
+ <div class="meta">BLR–DXB, Emirates</div>
363
+ </div>
364
+ </div>
365
+ <div class="segment-right">
366
+ <div class="direct">Direct</div>
367
+ <div class="duration">3h 40m</div>
368
+ </div>
369
+ </div>
370
+
371
+ <div class="price-row">
372
+ <div class="price">₹36,423</div>
373
+ </div>
374
+ <div class="price-row" style="margin-top:6px;">
375
+ <div class="subprice">2 people ₹72,846</div>
376
+ </div>
377
+ </div>
378
+
379
+ <!-- Show all -->
380
+ <div class="show-all">
381
+ <div>Show all 970 flights</div>
382
+ <svg class="arrow" viewBox="0 0 24 24">
383
+ <path d="M9 6l6 6-6 6" stroke="#dbe4ef" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
384
+ </svg>
385
+ </div>
386
+
387
+ <div class="hotels-title">Hotels</div>
388
+
389
+ </div>
390
+ </body>
391
+ </html>
code/18786/18786_13.html ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Flight Details UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #0b0f17; color: #ffffff;
12
+ border-radius: 36px;
13
+ }
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 96px; padding: 0 36px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #e6edf5; font-size: 36px; letter-spacing: 0.5px;
20
+ }
21
+ .status-right { display: flex; align-items: center; gap: 24px; }
22
+ .icon { width: 44px; height: 44px; fill: none; stroke: #e6edf5; stroke-width: 4; }
23
+ /* Hero image */
24
+ .hero {
25
+ position: absolute; top: 96px; left: 0; width: 100%; height: 520px;
26
+ background: #E0E0E0; border-bottom: 1px solid #BDBDBD;
27
+ display: flex; align-items: center; justify-content: center; color: #757575;
28
+ font-size: 34px;
29
+ }
30
+ /* Top overlay actions */
31
+ .top-actions {
32
+ position: absolute; top: 120px; left: 28px; right: 28px;
33
+ display: flex; align-items: center; justify-content: space-between;
34
+ }
35
+ .round-btn {
36
+ width: 86px; height: 86px; border-radius: 999px;
37
+ display: flex; align-items: center; justify-content: center;
38
+ background: rgba(0,0,0,0.35);
39
+ }
40
+ .top-actions-right { display: flex; gap: 28px; }
41
+ .title-overlay {
42
+ position: absolute; left: 36px; bottom: 12px; /* inside hero */
43
+ color: #ffffff; font-size: 64px; font-weight: 700;
44
+ text-shadow: 0 2px 6px rgba(0,0,0,0.35);
45
+ }
46
+ /* Main panel */
47
+ .panel {
48
+ position: absolute; left: 24px; right: 24px; top: 640px;
49
+ background: #111821; border-radius: 36px; padding: 36px;
50
+ box-shadow: 0 12px 24px rgba(0,0,0,0.35);
51
+ }
52
+ .city-title { font-size: 56px; font-weight: 700; margin-bottom: 24px; }
53
+ .chip {
54
+ display: inline-block; background: #1a2430; color: #eaf3ff;
55
+ border-radius: 18px; padding: 18px 24px; font-size: 34px; border: 1px solid #273244;
56
+ margin-bottom: 16px;
57
+ }
58
+ .meta { color: #9fb1c4; font-size: 34px; margin-bottom: 28px; }
59
+ .divider { height: 2px; background: #1b2634; margin: 8px 0 24px; }
60
+ .section-label { color: #9fb1c4; font-size: 34px; margin: 12px 0 22px; }
61
+ .flight-row {
62
+ display: grid; grid-template-columns: 120px 1fr 240px; gap: 24px;
63
+ align-items: center; padding: 18px 0;
64
+ border-bottom: 1px solid #1b2634;
65
+ }
66
+ .flight-row:last-child { border-bottom: none; }
67
+ .logo-box {
68
+ width: 96px; height: 96px; background: #E0E0E0; border: 1px solid #BDBDBD;
69
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 26px; border-radius: 16px;
70
+ }
71
+ .times { font-size: 42px; font-weight: 700; color: #ffffff; }
72
+ .sub { font-size: 32px; color: #cbd6e2; margin-top: 6px; }
73
+ .right-col { text-align: right; }
74
+ .badge { font-size: 34px; font-weight: 700; color: #ffffff; }
75
+ .duration { font-size: 32px; color: #cbd6e2; margin-top: 6px; }
76
+ .link-row {
77
+ display: flex; align-items: center; justify-content: space-between;
78
+ padding-top: 20px;
79
+ color: #a6b9cc; font-size: 38px; font-weight: 700;
80
+ }
81
+ .chev { width: 36px; height: 36px; stroke: #a6b9cc; stroke-width: 6; }
82
+ /* Providers & price area */
83
+ .providers {
84
+ position: absolute; left: 36px; right: 36px; top: 1500px;
85
+ color: #cbd6e2; font-size: 36px;
86
+ display: flex; align-items: center; justify-content: space-between;
87
+ }
88
+ .price { color: #ffffff; font-size: 60px; font-weight: 800; }
89
+ /* Info chip */
90
+ .info-chip {
91
+ position: absolute; left: 36px; right: 36px; top: 1608px;
92
+ background: #111821; color: #cbd6e2; border: 1px solid #273244;
93
+ border-radius: 24px; padding: 26px 28px; font-size: 36px;
94
+ display: flex; align-items: center; gap: 18px;
95
+ }
96
+ .small-icon { width: 40px; height: 40px; stroke: #cbd6e2; stroke-width: 5; }
97
+ /* CTA button */
98
+ .cta {
99
+ position: absolute; left: 36px; right: 36px; bottom: 180px;
100
+ background: #98e9f3; color: #0b2b34; font-size: 44px; font-weight: 800;
101
+ text-align: center; border-radius: 24px; padding: 34px 20px;
102
+ box-shadow: 0 8px 20px rgba(0,0,0,0.25);
103
+ }
104
+ /* Bottom navigation gesture line */
105
+ .gesture {
106
+ position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%);
107
+ width: 360px; height: 10px; background: #cbd6e2; border-radius: 8px; opacity: 0.5;
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <!-- Status Bar -->
115
+ <div class="status-bar">
116
+ <div>4:06</div>
117
+ <div class="status-right">
118
+ <!-- small icons representing notifications/network/battery -->
119
+ <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" /></svg>
120
+ <svg class="icon" viewBox="0 0 24 24"><path d="M3 21h18M6 16h12M9 11h6M12 6h0" /></svg>
121
+ <svg class="icon" viewBox="0 0 24 24"><path d="M6 20h12l2-8H4l2 8zM9 4h6l1 4H8l1-4z" /></svg>
122
+ </div>
123
+ </div>
124
+
125
+ <!-- Hero Image -->
126
+ <div class="hero">[IMG: Bengaluru Palace Banner]</div>
127
+
128
+ <!-- Overlay top actions -->
129
+ <div class="top-actions">
130
+ <div class="round-btn">
131
+ <!-- Back arrow -->
132
+ <svg class="icon" viewBox="0 0 24 24">
133
+ <path d="M15 18l-6-6 6-6" stroke-linecap="round" stroke-linejoin="round"></path>
134
+ </svg>
135
+ </div>
136
+ <div class="top-actions-right">
137
+ <div class="round-btn">
138
+ <!-- Heart -->
139
+ <svg class="icon" viewBox="0 0 24 24">
140
+ <path d="M12 21s-7-4.5-9-8.5C1 9 3.5 6 6.5 6c2 0 3.5 1.2 5.5 3.5C14.5 7.2 16 6 18 6c3 0 5 3 3 6.5C19 16.5 12 21 12 21z" stroke-linecap="round" stroke-linejoin="round"></path>
141
+ </svg>
142
+ </div>
143
+ <div class="round-btn">
144
+ <!-- Share -->
145
+ <svg class="icon" viewBox="0 0 24 24">
146
+ <circle cx="18" cy="5" r="3"></circle>
147
+ <circle cx="6" cy="12" r="3"></circle>
148
+ <circle cx="18" cy="19" r="3"></circle>
149
+ <path d="M8.6 12.8l6.8 4.4M15.4 6.8L8.6 10.6" stroke-linecap="round"></path>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ <div class="title-overlay">Flight details</div>
154
+ </div>
155
+
156
+ <!-- Main Panel -->
157
+ <div class="panel">
158
+ <div class="city-title">Bengaluru</div>
159
+ <div class="chip">Tue, 15 Aug – Thu, 24 Aug</div>
160
+ <div class="meta">2 travellers • Return • Economy</div>
161
+
162
+ <div class="divider"></div>
163
+
164
+ <div class="section-label">Dubai to Bengaluru</div>
165
+ <div class="flight-row">
166
+ <div class="logo-box">[Emirates]</div>
167
+ <div>
168
+ <div class="times">9:15 pm – 2:45 am+1</div>
169
+ <div class="sub">Emirates</div>
170
+ </div>
171
+ <div class="right-col">
172
+ <div class="badge">Direct</div>
173
+ <div class="duration">4h</div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="section-label" style="margin-top:18px;">Bengaluru to Dubai</div>
178
+ <div class="flight-row">
179
+ <div class="logo-box">[Emirates]</div>
180
+ <div>
181
+ <div class="times">10:35 am – 12:45 pm</div>
182
+ <div class="sub">Emirates</div>
183
+ </div>
184
+ <div class="right-col">
185
+ <div class="badge">Direct</div>
186
+ <div class="duration">3h 40m</div>
187
+ </div>
188
+ </div>
189
+
190
+ <div class="link-row">
191
+ <div>View details</div>
192
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" fill="none"></path></svg>
193
+ </div>
194
+ </div>
195
+
196
+ <!-- Providers & price -->
197
+ <div class="providers">
198
+ <div>12 providers found</div>
199
+ <div class="price">From ₹72,846</div>
200
+ </div>
201
+
202
+ <!-- Info chip -->
203
+ <div class="info-chip">
204
+ <svg class="small-icon" viewBox="0 0 24 24">
205
+ <circle cx="12" cy="12" r="10" fill="none"></circle>
206
+ <path d="M12 8v1M12 11v6" fill="none" stroke-linecap="round"></path>
207
+ </svg>
208
+ <div>Read before booking</div>
209
+ </div>
210
+
211
+ <!-- CTA -->
212
+ <div class="cta">Choose a provider</div>
213
+
214
+ <div class="gesture"></div>
215
+ </div>
216
+ </body>
217
+ </html>
code/18786/18786_2.html ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Flight Search UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: 'Segoe UI', Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#0b0f14;
11
+ color:#e9f0ef;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position:absolute; left:0; top:0; width:100%; height:90px;
17
+ padding:0 36px; box-sizing:border-box;
18
+ display:flex; align-items:center; justify-content:space-between;
19
+ color:#d9e6e5; font-size:32px; letter-spacing:0.5px;
20
+ }
21
+ .sb-icons { display:flex; align-items:center; gap:24px; }
22
+ .icon { display:inline-flex; width:40px; height:40px; align-items:center; justify-content:center; }
23
+
24
+ /* Close button */
25
+ .close-btn {
26
+ position:absolute; top:120px; left:36px;
27
+ width:64px; height:64px; border-radius:12px;
28
+ display:flex; align-items:center; justify-content:center;
29
+ color:#cfe7e4;
30
+ font-size:52px; line-height:64px;
31
+ }
32
+
33
+ /* Tabs */
34
+ .tabs {
35
+ position:absolute; top:170px; left:36px; right:36px;
36
+ display:flex; gap:60px; align-items:flex-end;
37
+ }
38
+ .tab {
39
+ font-weight:600; font-size:42px; color:#6aa7a1; opacity:0.6;
40
+ padding-bottom:14px;
41
+ }
42
+ .tab.active {
43
+ color:#7fd2c9; opacity:1; border-bottom:6px solid #63c5ba;
44
+ }
45
+
46
+ /* Form fields common */
47
+ .field {
48
+ position:absolute; left:36px; right:36px;
49
+ height:128px; border-radius:28px;
50
+ background:#27323c; color:#ffffff;
51
+ display:flex; align-items:center; gap:28px;
52
+ padding:0 34px; box-sizing:border-box;
53
+ }
54
+ .field .label { font-size:46px; font-weight:600; }
55
+ .field .sub { font-size:36px; opacity:0.8; }
56
+
57
+ /* Icons in fields */
58
+ .field .icon {
59
+ width:58px; height:58px; color:#7fd2c9;
60
+ }
61
+
62
+ /* Swap button */
63
+ .swap {
64
+ position:absolute; right:76px; top:420px;
65
+ width:86px; height:86px; border-radius:50%;
66
+ background:#3daea4; display:flex; align-items:center; justify-content:center;
67
+ box-shadow:0 8px 20px rgba(61,174,164,0.45);
68
+ }
69
+ /* Date row */
70
+ .row {
71
+ position:absolute; left:36px; right:36px;
72
+ display:flex; gap:28px;
73
+ }
74
+ .half-field {
75
+ flex:1; height:124px; border-radius:26px;
76
+ background:#27323c; display:flex; align-items:center; gap:28px;
77
+ padding:0 34px; box-sizing:border-box; color:#ffffff;
78
+ font-size:44px; font-weight:600;
79
+ }
80
+
81
+ /* Bottom info row */
82
+ .mini-row {
83
+ position:absolute; left:36px; right:36px;
84
+ display:flex; align-items:center; gap:40px;
85
+ color:#8dd8cf; top:842px;
86
+ font-size:44px; font-weight:600;
87
+ }
88
+ .mini {
89
+ display:flex; align-items:center; gap:16px; color:#aee3dc;
90
+ }
91
+ .mini svg { width:40px; height:40px; }
92
+
93
+ .economy {
94
+ margin-left:auto; color:#7fd2c9; font-size:48px; font-weight:700;
95
+ }
96
+
97
+ /* Search FAB */
98
+ .fab {
99
+ position:absolute; right:58px; top:752px;
100
+ width:160px; height:160px; border-radius:50%;
101
+ background:#49b9ad; display:flex; align-items:center; justify-content:center;
102
+ box-shadow:0 16px 36px rgba(73,185,173,0.55);
103
+ }
104
+
105
+ /* Gesture bar */
106
+ .gesture {
107
+ position:absolute; bottom:26px; left:50%; transform:translateX(-50%);
108
+ width:460px; height:12px; background:#e6e6e6; border-radius:10px; opacity:0.9;
109
+ }
110
+
111
+ /* Helper: subtle divider line under inputs area */
112
+ .soft-divider {
113
+ position:absolute; left:0; right:0; top:920px; height:2px; background:#121921;
114
+ }
115
+ </style>
116
+ </head>
117
+ <body>
118
+ <div id="render-target">
119
+
120
+ <!-- Status bar -->
121
+ <div class="status-bar">
122
+ <div>4:01</div>
123
+ <div class="sb-icons">
124
+ <!-- Mail dot -->
125
+ <div class="icon" title="mail">
126
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#9db3b1"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z"/></svg>
127
+ </div>
128
+ <!-- Wifi -->
129
+ <div class="icon" title="wifi">
130
+ <svg viewBox="0 0 24 24" width="36" height="36" fill="#cfe7e4">
131
+ <path d="M12 18.5c.9 0 1.5.6 1.5 1.5S12.9 21.5 12 21.5 10.5 20.9 10.5 20s.6-1.5 1.5-1.5zM2 8.5C6.4 5 17.6 5 22 8.5l-1.6 2C16.7 8.1 7.3 8.1 3.6 10.5L2 8.5zm4 5c3.2-2.3 8.8-2.3 12 0l-1.6 2c-2.5-1.7-6.3-1.7-8.8 0L6 13.5z"/>
132
+ </svg>
133
+ </div>
134
+ <!-- Battery -->
135
+ <div class="icon" title="battery">
136
+ <svg viewBox="0 0 28 24" width="48" height="36">
137
+ <rect x="2" y="6" width="20" height="12" rx="2" ry="2" fill="#d7efe9" />
138
+ <rect x="4" y="8" width="16" height="8" rx="1.5" ry="1.5" fill="#0b0f14"/>
139
+ <rect x="4" y="8" width="11" height="8" rx="1.5" ry="1.5" fill="#57c3b6"/>
140
+ <rect x="22" y="9" width="4" height="6" rx="1" ry="1" fill="#d7efe9"/>
141
+ </svg>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Close -->
147
+ <div class="close-btn" aria-label="Close">✕</div>
148
+
149
+ <!-- Tabs -->
150
+ <div class="tabs">
151
+ <div class="tab active">RETURN</div>
152
+ <div class="tab">ONE WAY</div>
153
+ <div class="tab">MULTI-CITY</div>
154
+ </div>
155
+
156
+ <!-- From field -->
157
+ <div class="field" style="top:250px;">
158
+ <svg class="icon" viewBox="0 0 24 24" fill="#7fd2c9">
159
+ <path d="M21 16v-2l-8-5V3.5a1 1 0 0 0-2 0V8L3 5v2l8 3-4.5 5H9l3-3 5 3h4z"/>
160
+ </svg>
161
+ <div class="label">Dubai</div>
162
+ </div>
163
+
164
+ <!-- To field -->
165
+ <div class="field" style="top:398px;">
166
+ <svg class="icon" viewBox="0 0 24 24" fill="#7fd2c9">
167
+ <path d="M21 16v-2l-8-5V3.5a1 1 0 0 0-2 0V8L3 5v2l8 3-4.5 5H9l3-3 5 3h4z"/>
168
+ </svg>
169
+ <div class="label">Bengaluru</div>
170
+ </div>
171
+
172
+ <!-- Swap button -->
173
+ <div class="swap" title="Swap">
174
+ <svg viewBox="0 0 24 24" width="44" height="44" fill="#0b0f14">
175
+ <path d="M7 7h8l-2-2 1.5-1.5L20 7l-5.5 3.5L13 9l2-2H7V7zm10 10H9l2 2-1.5 1.5L4 17l5.5-3.5L11 15l-2 2h8v0z"/>
176
+ </svg>
177
+ </div>
178
+
179
+ <!-- Date fields -->
180
+ <div class="row" style="top:546px;">
181
+ <div class="half-field">
182
+ <svg class="icon" viewBox="0 0 24 24" fill="#7fd2c9">
183
+ <path d="M7 2h2v3H7V2zm8 0h2v3h-2V2zM4 5h16a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zm0 5v10h16V10H4z"/>
184
+ </svg>
185
+ Mon, 26 Jun
186
+ </div>
187
+ <div class="half-field">
188
+ <svg class="icon" viewBox="0 0 24 24" fill="#7fd2c9">
189
+ <path d="M7 2h2v3H7V2zm8 0h2v3h-2V2zM4 5h16a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2zm0 5v10h16V10H4z"/>
190
+ </svg>
191
+ Mon, 3 Jul
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Passenger counts and cabin -->
196
+ <div class="mini-row">
197
+ <div class="mini">
198
+ <span>1</span>
199
+ <svg viewBox="0 0 24 24" fill="#7fd2c9">
200
+ <circle cx="12" cy="7" r="3"/>
201
+ <path d="M6 20v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2H6z"/>
202
+ </svg>
203
+ </div>
204
+ <div class="mini">
205
+ <span>0</span>
206
+ <svg viewBox="0 0 24 24" fill="#7fd2c9">
207
+ <circle cx="12" cy="8" r="2.5"/>
208
+ <path d="M6 20v-2.2A3.8 3.8 0 0 1 9.8 14h4.4A3.8 3.8 0 0 1 18 17.8V20H6z"/>
209
+ </svg>
210
+ </div>
211
+ <div class="mini">
212
+ <span>0</span>
213
+ <svg viewBox="0 0 24 24" fill="#7fd2c9">
214
+ <circle cx="12" cy="7.5" r="2.8"/>
215
+ <path d="M7 20v-1.8c0-2 1.6-3.7 3.6-3.7h2.8c2 0 3.6 1.7 3.6 3.7V20H7z"/>
216
+ </svg>
217
+ </div>
218
+ <div class="mini">
219
+ <span>0</span>
220
+ <svg viewBox="0 0 24 24" fill="#7fd2c9">
221
+ <circle cx="8" cy="9" r="2.2"/>
222
+ <path d="M3 20v-1.4c0-1.8 1.5-3.2 3.2-3.2H11c1.1 0 2 .9 2 2V20H3zM14 15h4v2h-4z"/>
223
+ </svg>
224
+ </div>
225
+ <div class="economy">Economy ▾</div>
226
+ </div>
227
+
228
+ <!-- Search FAB -->
229
+ <div class="fab" title="Search">
230
+ <svg viewBox="0 0 24 24" width="88" height="88" fill="#0b0f14">
231
+ <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-1.4 1.4l.3.3v.8l5 5 1.5-1.5-5-5zM10 15a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/>
232
+ </svg>
233
+ </div>
234
+
235
+ <div class="soft-divider"></div>
236
+
237
+ <!-- Large empty area (main content background) -->
238
+ <div style="position:absolute; left:0; right:0; top:960px; bottom:0; background:#0a0f14;"></div>
239
+
240
+ <!-- Gesture bar -->
241
+ <div class="gesture"></div>
242
+
243
+ </div>
244
+ </body>
245
+ </html>
code/18786/18786_3.html ADDED
@@ -0,0 +1,380 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Dates Selector 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;
10
+ position: relative; overflow: hidden;
11
+ background: #0f1217; color: #ffffff;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; right: 0;
17
+ height: 110px; padding: 0 40px;
18
+ display: flex; align-items: center; justify-content: space-between;
19
+ color: #eaeaea; font-size: 40px; letter-spacing: 1px;
20
+ }
21
+ .status-icons { display: flex; align-items: center; gap: 22px; }
22
+ .dot { width: 12px; height: 12px; background: #cfcfcf; border-radius: 50%; display: inline-block; }
23
+ .icon-wifi, .icon-battery {
24
+ width: 48px; height: 48px; display: inline-block;
25
+ }
26
+ .icon-wifi svg, .icon-battery svg { width: 100%; height: 100%; fill: none; stroke: #eaeaea; stroke-width: 6; }
27
+
28
+ /* Header / Title */
29
+ .header {
30
+ position: absolute; top: 120px; left: 40px; right: 40px;
31
+ }
32
+ .top-actions { display: flex; align-items: center; justify-content: space-between; }
33
+ .close-btn {
34
+ width: 72px; height: 72px; border-radius: 36px;
35
+ display: flex; align-items: center; justify-content: center;
36
+ }
37
+ .close-btn svg { width: 44px; height: 44px; stroke: #ffffff; stroke-width: 8; }
38
+ .title { margin-top: 10px; font-size: 96px; font-weight: 700; }
39
+ .subtitle {
40
+ margin-top: 18px; font-size: 38px; color: #a9b0b8; display: flex; align-items: center; gap: 14px;
41
+ }
42
+ .info-icon { width: 34px; height: 34px; }
43
+ .info-icon svg { width: 100%; height: 100%; fill: none; stroke: #a9b0b8; stroke-width: 6; }
44
+
45
+ /* Date chips */
46
+ .chips { margin-top: 36px; display: flex; gap: 28px; }
47
+ .chip {
48
+ flex: 1; height: 120px; border-radius: 24px;
49
+ background: #151a20; border: 1px solid #2b3340;
50
+ display: flex; align-items: center; justify-content: space-between;
51
+ padding: 0 32px; font-size: 44px;
52
+ }
53
+ .chip .clear-x {
54
+ width: 56px; height: 56px; display: flex; align-items: center; justify-content: center;
55
+ border-radius: 28px; background: #202733;
56
+ }
57
+ .chip .clear-x svg { width: 30px; height: 30px; stroke: #cfd5df; stroke-width: 7; }
58
+
59
+ /* Calendar */
60
+ .calendar {
61
+ margin-top: 50px;
62
+ background: transparent;
63
+ }
64
+ .dow {
65
+ display: grid; grid-template-columns: repeat(7, 1fr);
66
+ color: #a9b0b8; font-size: 34px; text-align: center;
67
+ padding: 18px 10px;
68
+ }
69
+
70
+ .month-row {
71
+ margin-top: 6px;
72
+ display: grid; grid-template-columns: repeat(7, 1fr);
73
+ gap: 0; text-align: center;
74
+ background: #1a2028; border-radius: 12px;
75
+ padding: 16px 12px;
76
+ }
77
+ .month-row .cell { padding: 18px 0; color: #d9dde2; }
78
+ .month-row .date { font-size: 42px; margin-bottom: 8px; }
79
+ .month-row .price { font-size: 32px; color: #a9b0b8; }
80
+
81
+ .month-title {
82
+ margin: 46px 0 18px 0; font-size: 52px; font-weight: 700;
83
+ }
84
+
85
+ .grid {
86
+ display: grid; grid-template-columns: repeat(7, 1fr);
87
+ gap: 0; text-align: center;
88
+ border-top: 1px solid #26303c;
89
+ padding-top: 14px;
90
+ }
91
+ .day {
92
+ min-height: 164px; padding: 16px 0 8px 0;
93
+ position: relative; color: #e7eaef;
94
+ }
95
+ .day .num { font-size: 42px; margin-bottom: 14px; }
96
+ .day .amount { font-size: 32px; color: #a9b0b8; }
97
+ .day.empty { background: transparent; }
98
+ .day.selected .num {
99
+ position: relative; z-index: 2;
100
+ }
101
+ .day.selected::before {
102
+ content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
103
+ width: 100px; height: 100px; border-radius: 50%;
104
+ background: #aee7f3;
105
+ }
106
+ .day.selected { color: #0f1217; }
107
+ .day.selected .amount { color: #0f1217; }
108
+
109
+ /* Footer bar */
110
+ .footer {
111
+ position: absolute; bottom: 160px; left: 0; right: 0;
112
+ display: flex; align-items: center; justify-content: space-between;
113
+ padding: 24px 40px; border-top: 1px solid #26303c;
114
+ }
115
+ .return-text { color: #a9b0b8; font-size: 40px; }
116
+ .return-amount { font-size: 54px; color: #ffffff; margin-top: 8px; }
117
+ .confirm-btn {
118
+ background: #2b6fe3; color: #fff; font-weight: 600; font-size: 44px;
119
+ padding: 28px 46px; border-radius: 26px; border: none;
120
+ box-shadow: 0 6px 12px rgba(43,111,227,0.35);
121
+ }
122
+
123
+ /* Bottom navigation handle */
124
+ .home-indicator {
125
+ position: absolute; bottom: 64px; left: 50%; transform: translateX(-50%);
126
+ width: 380px; height: 14px; background: #e6e6e6; border-radius: 7px;
127
+ }
128
+ </style>
129
+ </head>
130
+ <body>
131
+ <div id="render-target">
132
+
133
+ <!-- Status Bar -->
134
+ <div class="status-bar">
135
+ <div>4:02</div>
136
+ <div class="status-icons">
137
+ <div class="dot"></div>
138
+ <div class="icon-wifi">
139
+ <svg viewBox="0 0 24 24">
140
+ <path d="M2 9c5-5 15-5 20 0"></path>
141
+ <path d="M6 13c3-3 9-3 12 0"></path>
142
+ <path d="M10 17c1-1 3-1 4 0"></path>
143
+ </svg>
144
+ </div>
145
+ <div class="icon-battery">
146
+ <svg viewBox="0 0 28 24">
147
+ <rect x="2" y="5" width="20" height="14" rx="2"></rect>
148
+ <rect x="4" y="7" width="14" height="10" rx="1" fill="#eaeaea"></rect>
149
+ <rect x="23" y="9" width="3" height="6" rx="1"></rect>
150
+ </svg>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Header and Chips -->
156
+ <div class="header">
157
+ <div class="top-actions">
158
+ <div class="close-btn">
159
+ <svg viewBox="0 0 24 24">
160
+ <path d="M4 4 L20 20" />
161
+ <path d="M20 4 L4 20" />
162
+ </svg>
163
+ </div>
164
+ </div>
165
+
166
+ <div class="title">Dates</div>
167
+ <div class="subtitle">
168
+ <span>Estimated prices</span>
169
+ <span class="info-icon">
170
+ <svg viewBox="0 0 24 24">
171
+ <circle cx="12" cy="12" r="9"></circle>
172
+ <path d="M12 8 v1"></path>
173
+ <path d="M12 11 v6"></path>
174
+ </svg>
175
+ </span>
176
+ </div>
177
+
178
+ <div class="chips">
179
+ <div class="chip">
180
+ <span>Mon, 26 Jun</span>
181
+ </div>
182
+ <div class="chip">
183
+ <span>Mon, 3 Jul</span>
184
+ <div class="clear-x">
185
+ <svg viewBox="0 0 24 24">
186
+ <path d="M5 5 L19 19"></path>
187
+ <path d="M19 5 L5 19"></path>
188
+ </svg>
189
+ </div>
190
+ </div>
191
+ </div>
192
+ </div>
193
+
194
+ <!-- Calendar -->
195
+ <div class="calendar" style="position:absolute; left:40px; right:40px; top:600px;">
196
+ <div class="dow">
197
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
198
+ </div>
199
+
200
+ <!-- Last week of June -->
201
+ <div class="month-row">
202
+ <div class="cell">
203
+ <div class="date">26</div>
204
+ <div class="price">₹37,089</div>
205
+ </div>
206
+ <div class="cell">
207
+ <div class="date">27</div>
208
+ <div class="price">₹34,803</div>
209
+ </div>
210
+ <div class="cell">
211
+ <div class="date">28</div>
212
+ <div class="price">₹30,593</div>
213
+ </div>
214
+ <div class="cell">
215
+ <div class="date">29</div>
216
+ <div class="price">₹24,598</div>
217
+ </div>
218
+ <div class="cell">
219
+ <div class="date">30</div>
220
+ <div class="price">₹27,005</div>
221
+ </div>
222
+ <div class="cell"></div>
223
+ <div class="cell"></div>
224
+ </div>
225
+
226
+ <div class="month-title">July</div>
227
+
228
+ <!-- July grid -->
229
+ <div class="grid">
230
+ <!-- Row start: Mon-Fri empty for July 1-2 (Sat, Sun) -->
231
+ <div class="day empty"></div>
232
+ <div class="day empty"></div>
233
+ <div class="day empty"></div>
234
+ <div class="day empty"></div>
235
+ <div class="day empty"></div>
236
+ <div class="day">
237
+ <div class="num">1</div>
238
+ <div class="amount">₹19,539</div>
239
+ </div>
240
+ <div class="day">
241
+ <div class="num">2</div>
242
+ <div class="amount">₹20,819</div>
243
+ </div>
244
+
245
+ <!-- Week: 3-9 -->
246
+ <div class="day selected">
247
+ <div class="num">3</div>
248
+ <div class="amount">₹17,234</div>
249
+ </div>
250
+ <div class="day">
251
+ <div class="num">4</div>
252
+ <div class="amount">₹16,547</div>
253
+ </div>
254
+ <div class="day">
255
+ <div class="num">5</div>
256
+ <div class="amount">₹16,716</div>
257
+ </div>
258
+ <div class="day">
259
+ <div class="num">6</div>
260
+ <div class="amount">₹13,848</div>
261
+ </div>
262
+ <div class="day">
263
+ <div class="num">7</div>
264
+ <div class="amount">₹16,716</div>
265
+ </div>
266
+ <div class="day">
267
+ <div class="num">8</div>
268
+ <div class="amount">₹16,621</div>
269
+ </div>
270
+ <div class="day">
271
+ <div class="num">9</div>
272
+ <div class="amount">₹16,177</div>
273
+ </div>
274
+
275
+ <!-- Week: 10-16 -->
276
+ <div class="day">
277
+ <div class="num">10</div>
278
+ <div class="amount">₹14,801</div>
279
+ </div>
280
+ <div class="day">
281
+ <div class="num">11</div>
282
+ <div class="amount">₹15,235</div>
283
+ </div>
284
+ <div class="day">
285
+ <div class="num">12</div>
286
+ <div class="amount">₹14,371</div>
287
+ </div>
288
+ <div class="day">
289
+ <div class="num">13</div>
290
+ <div class="amount">₹14,366</div>
291
+ </div>
292
+ <div class="day">
293
+ <div class="num">14</div>
294
+ <div class="amount">₹13,585</div>
295
+ </div>
296
+ <div class="day">
297
+ <div class="num">15</div>
298
+ <div class="amount">₹13,848</div>
299
+ </div>
300
+ <div class="day">
301
+ <div class="num">16</div>
302
+ <div class="amount">₹12,016</div>
303
+ </div>
304
+
305
+ <!-- Week: 17-23 -->
306
+ <div class="day">
307
+ <div class="num">17</div>
308
+ <div class="amount">₹10,751</div>
309
+ </div>
310
+ <div class="day">
311
+ <div class="num">18</div>
312
+ <div class="amount">₹10,751</div>
313
+ </div>
314
+ <div class="day">
315
+ <div class="num">19</div>
316
+ <div class="amount">₹10,439</div>
317
+ </div>
318
+ <div class="day">
319
+ <div class="num">20</div>
320
+ <div class="amount">₹10,439</div>
321
+ </div>
322
+ <div class="day">
323
+ <div class="num">21</div>
324
+ <div class="amount">₹11,062</div>
325
+ </div>
326
+ <div class="day">
327
+ <div class="num">22</div>
328
+ <div class="amount">₹10,439</div>
329
+ </div>
330
+ <div class="day">
331
+ <div class="num">23</div>
332
+ <div class="amount">₹10,439</div>
333
+ </div>
334
+
335
+ <!-- Week: 24-30 -->
336
+ <div class="day">
337
+ <div class="num">24</div>
338
+ <div class="amount">₹10,439</div>
339
+ </div>
340
+ <div class="day">
341
+ <div class="num">25</div>
342
+ <div class="amount">₹10,362</div>
343
+ </div>
344
+ <div class="day">
345
+ <div class="num">26</div>
346
+ <div class="amount">₹10,439</div>
347
+ </div>
348
+ <div class="day">
349
+ <div class="num">27</div>
350
+ <div class="amount">₹9,816</div>
351
+ </div>
352
+ <div class="day">
353
+ <div class="num">28</div>
354
+ <div class="amount">₹10,077</div>
355
+ </div>
356
+ <div class="day">
357
+ <div class="num">29</div>
358
+ <div class="amount">₹12,217</div>
359
+ </div>
360
+ <div class="day">
361
+ <div class="num">30</div>
362
+ <div class="amount">₹11,818</div>
363
+ </div>
364
+ </div>
365
+ </div>
366
+
367
+ <!-- Footer -->
368
+ <div class="footer">
369
+ <div>
370
+ <div class="return-text">Return trip</div>
371
+ <div class="return-amount">from ₹47,112</div>
372
+ </div>
373
+ <button class="confirm-btn">Confirm</button>
374
+ </div>
375
+
376
+ <!-- Bottom home indicator -->
377
+ <div class="home-indicator"></div>
378
+ </div>
379
+ </body>
380
+ </html>
code/18786/18786_4.html ADDED
@@ -0,0 +1,315 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Dates UI</title>
5
+ <style>
6
+ body { margin:0; padding:0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ position: relative;
9
+ width: 1080px;
10
+ height: 2400px;
11
+ overflow: hidden;
12
+ background: #0f1115;
13
+ border-radius: 36px;
14
+ box-shadow: 0 10px 40px rgba(0,0,0,0.6);
15
+ color: #fff;
16
+ }
17
+
18
+ /* Status bar */
19
+ .status-bar {
20
+ position: absolute;
21
+ top: 0;
22
+ left: 0;
23
+ width: 1080px;
24
+ height: 120px;
25
+ background: #0b0d10;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 32px;
30
+ box-sizing: border-box;
31
+ font-weight: 600;
32
+ letter-spacing: 0.5px;
33
+ }
34
+ .status-left { font-size: 40px; }
35
+ .status-right {
36
+ display: flex;
37
+ gap: 22px;
38
+ align-items: center;
39
+ }
40
+ .status-icon {
41
+ width: 32px;
42
+ height: 32px;
43
+ border-radius: 6px;
44
+ background: #2b2f36;
45
+ border: 1px solid #3a3f48;
46
+ }
47
+
48
+ /* Header */
49
+ .top-actions {
50
+ position: absolute;
51
+ top: 140px;
52
+ left: 36px;
53
+ width: 1008px;
54
+ height: 72px;
55
+ }
56
+ .icon-close {
57
+ width: 72px;
58
+ height: 72px;
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: center;
62
+ }
63
+ .icon-close svg { width: 40px; height: 40px; }
64
+ .title {
65
+ position: absolute;
66
+ top: 220px;
67
+ left: 36px;
68
+ font-size: 86px;
69
+ font-weight: 800;
70
+ }
71
+ .subtitle {
72
+ position: absolute;
73
+ top: 320px;
74
+ left: 36px;
75
+ font-size: 36px;
76
+ color: #b6bdc7;
77
+ display: flex;
78
+ align-items: center;
79
+ gap: 16px;
80
+ }
81
+ .info-icon {
82
+ width: 38px;
83
+ height: 38px;
84
+ border-radius: 50%;
85
+ background: #1e222a;
86
+ border: 1px solid #2e3440;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ color: #b6bdc7;
91
+ font-size: 24px;
92
+ line-height: 1;
93
+ }
94
+
95
+ .pill-row {
96
+ position: absolute;
97
+ top: 380px;
98
+ left: 36px;
99
+ display: flex;
100
+ gap: 28px;
101
+ }
102
+ .pill {
103
+ background: #1a1f26;
104
+ border: 1px solid #2a303a;
105
+ color: #e9eef7;
106
+ height: 110px;
107
+ min-width: 470px;
108
+ border-radius: 24px;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: space-between;
112
+ padding: 0 32px;
113
+ box-sizing: border-box;
114
+ font-size: 40px;
115
+ font-weight: 600;
116
+ }
117
+ .pill .pill-text { opacity: 0.95; }
118
+ .pill .pill-action {
119
+ width: 56px; height: 56px;
120
+ border-radius: 18px;
121
+ background: #232a33;
122
+ border: 1px solid #36404d;
123
+ display: flex; align-items: center; justify-content: center;
124
+ }
125
+ .pill .pill-action svg { width: 28px; height: 28px; }
126
+
127
+ .weekdays {
128
+ position: absolute;
129
+ top: 530px;
130
+ left: 36px;
131
+ width: 1008px;
132
+ display: grid;
133
+ grid-template-columns: repeat(7, 1fr);
134
+ color: #b6bdc7;
135
+ font-size: 34px;
136
+ text-align: center;
137
+ }
138
+
139
+ .month-title {
140
+ position: absolute;
141
+ top: 620px;
142
+ left: 36px;
143
+ font-size: 64px;
144
+ font-weight: 700;
145
+ }
146
+
147
+ .calendar {
148
+ position: absolute;
149
+ top: 720px;
150
+ left: 36px;
151
+ width: 1008px;
152
+ display: grid;
153
+ grid-template-columns: repeat(7, 1fr);
154
+ grid-auto-rows: 170px;
155
+ gap: 28px 8px;
156
+ }
157
+
158
+ .cal-cell {
159
+ text-align: center;
160
+ background: transparent;
161
+ border-radius: 16px;
162
+ padding-top: 12px;
163
+ box-sizing: border-box;
164
+ }
165
+ .cal-cell .date {
166
+ font-size: 44px;
167
+ font-weight: 700;
168
+ margin-bottom: 14px;
169
+ }
170
+ .cal-cell .price {
171
+ font-size: 34px;
172
+ color: #65d6a2;
173
+ font-weight: 600;
174
+ }
175
+ .empty { opacity: 0; }
176
+ .dash { color: #7c8696; font-size: 36px; }
177
+
178
+ .month-title2 {
179
+ position: absolute;
180
+ top: 1880px;
181
+ left: 36px;
182
+ font-size: 64px;
183
+ font-weight: 700;
184
+ }
185
+
186
+ .footer {
187
+ position: absolute;
188
+ bottom: 70px;
189
+ left: 36px;
190
+ right: 36px;
191
+ display: flex;
192
+ align-items: center;
193
+ justify-content: space-between;
194
+ }
195
+ .return-text {
196
+ font-size: 44px;
197
+ color: #b6bdc7;
198
+ }
199
+ .return-text .bold { color: #fff; font-weight: 700; }
200
+ .btn-confirm {
201
+ background: #2a56f6;
202
+ color: #fff;
203
+ font-size: 44px;
204
+ font-weight: 700;
205
+ padding: 28px 46px;
206
+ border-radius: 26px;
207
+ border: none;
208
+ box-shadow: 0 8px 16px rgba(42,86,246,0.4);
209
+ }
210
+ </style>
211
+ </head>
212
+ <body>
213
+ <div id="render-target">
214
+
215
+ <div class="status-bar">
216
+ <div class="status-left">4:02</div>
217
+ <div class="status-right">
218
+ <div class="status-icon"></div>
219
+ <div class="status-icon"></div>
220
+ <div class="status-icon"></div>
221
+ <div class="status-icon"></div>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="top-actions">
226
+ <div class="icon-close">
227
+ <svg viewBox="0 0 24 24" fill="#ffffff">
228
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#ffffff" stroke-width="2" fill="none"/>
229
+ </svg>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="title">Dates</div>
234
+ <div class="subtitle">
235
+ <span>Estimated prices</span>
236
+ <div class="info-icon">i</div>
237
+ </div>
238
+
239
+ <div class="pill-row">
240
+ <div class="pill">
241
+ <div class="pill-text">Mon, 26 Jun</div>
242
+ </div>
243
+ <div class="pill">
244
+ <div class="pill-text">Mon, 3 Jul</div>
245
+ <div class="pill-action">
246
+ <svg viewBox="0 0 24 24">
247
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#d3dae6" stroke-width="2" fill="none"/>
248
+ </svg>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="weekdays">
254
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
255
+ </div>
256
+
257
+ <div class="month-title">August</div>
258
+
259
+ <div class="calendar">
260
+ <!-- Row 1: starts on Tuesday -->
261
+ <div class="cal-cell empty"><div class="date"></div><div class="price"></div></div>
262
+ <div class="cal-cell"><div class="date">1</div><div class="price">₹9,846</div></div>
263
+ <div class="cal-cell"><div class="date">2</div><div class="price">₹9,816</div></div>
264
+ <div class="cal-cell"><div class="date">3</div><div class="price">₹9,811</div></div>
265
+ <div class="cal-cell"><div class="date">4</div><div class="price">₹9,816</div></div>
266
+ <div class="cal-cell"><div class="date">5</div><div class="price">₹9,913</div></div>
267
+ <div class="cal-cell"><div class="date">6</div><div class="price">₹9,849</div></div>
268
+
269
+ <!-- Row 2 -->
270
+ <div class="cal-cell"><div class="date">7</div><div class="price">₹8,668</div></div>
271
+ <div class="cal-cell"><div class="date">8</div><div class="price">₹9,216</div></div>
272
+ <div class="cal-cell"><div class="date">9</div><div class="price">₹8,775</div></div>
273
+ <div class="cal-cell"><div class="date">10</div><div class="price">₹8,763</div></div>
274
+ <div class="cal-cell"><div class="date">11</div><div class="price">₹9,669</div></div>
275
+ <div class="cal-cell"><div class="date">12</div><div class="price">₹8,798</div></div>
276
+ <div class="cal-cell"><div class="date">13</div><div class="price">₹8,515</div></div>
277
+
278
+ <!-- Row 3 -->
279
+ <div class="cal-cell"><div class="date">14</div><div class="price">₹8,610</div></div>
280
+ <div class="cal-cell"><div class="date">15</div><div class="price">₹8,679</div></div>
281
+ <div class="cal-cell"><div class="date">16</div><div class="price">₹8,644</div></div>
282
+ <div class="cal-cell"><div class="date">17</div><div class="price">₹8,683</div></div>
283
+ <div class="cal-cell"><div class="date">18</div><div class="price">₹8,515</div></div>
284
+ <div class="cal-cell"><div class="date">19</div><div class="price">₹8,784</div></div>
285
+ <div class="cal-cell"><div class="date">20</div><div class="price">₹8,522</div></div>
286
+
287
+ <!-- Row 4 -->
288
+ <div class="cal-cell"><div class="date">21</div><div class="price">₹8,667</div></div>
289
+ <div class="cal-cell"><div class="date">22</div><div class="price dash">-</div></div>
290
+ <div class="cal-cell"><div class="date">23</div><div class="price">₹11,169</div></div>
291
+ <div class="cal-cell"><div class="date">24</div><div class="price">₹8,591</div></div>
292
+ <div class="cal-cell"><div class="date">25</div><div class="price">₹8,664</div></div>
293
+ <div class="cal-cell"><div class="date">26</div><div class="price">₹8,545</div></div>
294
+ <div class="cal-cell"><div class="date">27</div><div class="price">₹9,329</div></div>
295
+
296
+ <!-- Row 5 -->
297
+ <div class="cal-cell"><div class="date">28</div><div class="price">₹8,591</div></div>
298
+ <div class="cal-cell"><div class="date">29</div><div class="price">₹8,640</div></div>
299
+ <div class="cal-cell"><div class="date">30</div><div class="price">₹8,542</div></div>
300
+ <div class="cal-cell"><div class="date">31</div><div class="price">₹8,591</div></div>
301
+ <div class="cal-cell empty"></div>
302
+ <div class="cal-cell empty"></div>
303
+ <div class="cal-cell empty"></div>
304
+ </div>
305
+
306
+ <div class="month-title2">September</div>
307
+
308
+ <div class="footer">
309
+ <div class="return-text">Return trip <span class="bold">from ₹47,112</span></div>
310
+ <button class="btn-confirm">Confirm</button>
311
+ </div>
312
+
313
+ </div>
314
+ </body>
315
+ </html>
code/18786/18786_5.html ADDED
@@ -0,0 +1,329 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Flight Dates Calendar</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ position: relative;
10
+ width: 1080px;
11
+ height: 2400px;
12
+ overflow: hidden;
13
+ background: #0d1117;
14
+ color: #e9eef5;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 88px;
20
+ padding: 0 32px;
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: space-between;
24
+ color: #e9eef5;
25
+ font-weight: 600;
26
+ letter-spacing: 1px;
27
+ font-size: 36px;
28
+ }
29
+ .status-icons {
30
+ display: flex; align-items: center; gap: 24px; color: #aeb6bf;
31
+ }
32
+ .dot { width: 10px; height: 10px; background:#aeb6bf; border-radius:50%; display:inline-block; }
33
+ .wifi, .battery {
34
+ width: 44px; height: 24px; border: 2px solid #aeb6bf; border-radius: 6px; position: relative;
35
+ }
36
+ .battery::after { content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 12px; background: #aeb6bf; border-radius: 2px; }
37
+ .wifi::before { content: ""; position: absolute; inset: 4px; border-radius: 3px; background: #aeb6bf; }
38
+
39
+ /* Header */
40
+ .top-area {
41
+ padding: 8px 36px 24px 36px;
42
+ }
43
+ .close-btn {
44
+ width: 72px; height: 72px; display: flex; align-items:center; justify-content:center;
45
+ border-radius: 12px; color:#c9d2dc; cursor: default;
46
+ }
47
+ .close-btn svg { width: 36px; height: 36px; }
48
+ .title {
49
+ font-size: 120px;
50
+ line-height: 1;
51
+ margin: 6px 0 8px 0;
52
+ font-weight: 800;
53
+ letter-spacing: -1px;
54
+ }
55
+ .subhead {
56
+ display: flex; align-items: center; gap: 12px;
57
+ color: #a7b0bb; font-size: 42px; margin-bottom: 26px;
58
+ }
59
+ .pill-row {
60
+ display: flex; gap: 28px; margin-top: 8px; margin-bottom: 30px;
61
+ }
62
+ .pill {
63
+ position: relative;
64
+ padding: 34px 40px;
65
+ border: 2px solid #2a2f36;
66
+ border-radius: 26px;
67
+ color: #e9eef5;
68
+ font-size: 46px;
69
+ min-width: 460px;
70
+ background: #11161e;
71
+ }
72
+ .pill.secondary {
73
+ min-width: 540px;
74
+ color: #cbd4de;
75
+ }
76
+ .pill .x {
77
+ position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
78
+ width: 58px; height: 58px; border-radius: 14px; background: #0d1117; border: 2px solid #2a2f36;
79
+ display:flex; align-items:center; justify-content:center; color:#94a0ad;
80
+ }
81
+ .pill .x svg { width: 28px; height: 28px; }
82
+
83
+ .week-labels {
84
+ display: grid; grid-template-columns: repeat(7, 1fr);
85
+ color: #a7b0bb; font-size: 38px; margin-top: 22px;
86
+ padding: 18px 10px 8px 10px;
87
+ }
88
+ .month {
89
+ padding: 8px 24px 0 24px;
90
+ }
91
+ .month-title {
92
+ font-size: 64px; font-weight: 800; margin: 24px 12px 16px 12px;
93
+ }
94
+ .grid {
95
+ display: grid; grid-template-columns: repeat(7, 1fr);
96
+ gap: 8px 4px; padding: 0 6px 0 6px;
97
+ }
98
+ .day {
99
+ height: 170px; padding: 18px 14px;
100
+ color: #dbe3eb; font-size: 44px; position: relative;
101
+ }
102
+ .day.empty { background: transparent; }
103
+ .day .num {
104
+ position: relative; z-index: 2;
105
+ }
106
+ .price {
107
+ position: absolute; left: 12px; bottom: 18px;
108
+ font-size: 36px; color: #7bdcc8;
109
+ }
110
+ .price.dim { color: #a0a9b4; }
111
+ .price.muted { color: #7f8a96; }
112
+ .selected .num {
113
+ background: #7ed6e2; color: #06131a; border-radius: 50%;
114
+ display: inline-flex; align-items: center; justify-content: center;
115
+ width: 84px; height: 84px; font-weight: 800;
116
+ }
117
+
118
+ /* Bottom section */
119
+ .divider { height: 1px; background:#1c232c; margin: 32px 0; }
120
+ .bottom-bar {
121
+ position: absolute; left: 0; right: 0; bottom: 0;
122
+ height: 170px; background: #0d1117; border-top: 2px solid #1c232c;
123
+ display: flex; align-items: center; justify-content: space-between;
124
+ padding: 0 40px; color:#a7b0bb; font-size: 46px;
125
+ }
126
+ .btn-disabled {
127
+ background: #1b222c; color: #7e8a97; padding: 26px 44px; border-radius: 28px;
128
+ border: 2px solid #242c36; font-weight: 700;
129
+ }
130
+
131
+ /* Helper colors for special prices */
132
+ .good { color: #65e0c9; }
133
+ .ok { color: #8fe3d2; }
134
+ .greenish { color:#56daba; }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+ <!-- Status bar -->
140
+ <div class="status-bar">
141
+ <div>4:02</div>
142
+ <div class="status-icons">
143
+ <span class="dot"></span>
144
+ <div class="wifi"></div>
145
+ <div class="battery"></div>
146
+ </div>
147
+ </div>
148
+
149
+ <div class="top-area">
150
+ <div class="close-btn">
151
+ <svg viewBox="0 0 24 24" fill="#c9d2dc"><path d="M6 6l12 12M18 6L6 18" stroke="#c9d2dc" stroke-width="2" stroke-linecap="round"/></svg>
152
+ </div>
153
+
154
+ <div class="title">Dates</div>
155
+ <div class="subhead">
156
+ Estimated prices
157
+ <svg width="34" height="34" viewBox="0 0 24 24">
158
+ <circle cx="12" cy="12" r="10" stroke="#607086" stroke-width="2" fill="none"/>
159
+ <text x="11.2" y="17" font-size="14" fill="#607086">i</text>
160
+ </svg>
161
+ </div>
162
+
163
+ <div class="pill-row">
164
+ <div class="pill">Tue, 15 Aug</div>
165
+ <div class="pill secondary">Return
166
+ <div class="x">
167
+ <svg viewBox="0 0 24 24"><path d="M6 6l12 12M18 6L6 18" stroke="#9aa5b2" stroke-width="2" stroke-linecap="round"/></svg>
168
+ </div>
169
+ </div>
170
+ </div>
171
+
172
+ <div class="week-labels">
173
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
174
+ </div>
175
+ </div>
176
+
177
+ <div class="month">
178
+ <div class="month-title">August</div>
179
+ <div class="grid">
180
+ <!-- First row -->
181
+ <div class="day empty"></div>
182
+ <div class="day">
183
+ <div class="num">1</div>
184
+ <div class="price dim">₹9,846</div>
185
+ </div>
186
+ <div class="day">
187
+ <div class="num">2</div>
188
+ <div class="price dim">₹9,816</div>
189
+ </div>
190
+ <div class="day">
191
+ <div class="num">3</div>
192
+ <div class="price greenish">₹9,811</div>
193
+ </div>
194
+ <div class="day">
195
+ <div class="num">4</div>
196
+ <div class="price dim">₹9,816</div>
197
+ </div>
198
+ <div class="day">
199
+ <div class="num">5</div>
200
+ <div class="price dim">₹9,913</div>
201
+ </div>
202
+ <div class="day">
203
+ <div class="num">6</div>
204
+ <div class="price dim">₹9,849</div>
205
+ </div>
206
+
207
+ <!-- Second row -->
208
+ <div class="day">
209
+ <div class="num">7</div>
210
+ <div class="price good">₹8,668</div>
211
+ </div>
212
+ <div class="day">
213
+ <div class="num">8</div>
214
+ <div class="price greenish">₹9,216</div>
215
+ </div>
216
+ <div class="day">
217
+ <div class="num">9</div>
218
+ <div class="price good">₹8,775</div>
219
+ </div>
220
+ <div class="day">
221
+ <div class="num">10</div>
222
+ <div class="price good">₹8,763</div>
223
+ </div>
224
+ <div class="day">
225
+ <div class="num">11</div>
226
+ <div class="price greenish">₹9,669</div>
227
+ </div>
228
+ <div class="day">
229
+ <div class="num">12</div>
230
+ <div class="price good">₹8,798</div>
231
+ </div>
232
+ <div class="day">
233
+ <div class="num">13</div>
234
+ <div class="price good">₹8,515</div>
235
+ </div>
236
+
237
+ <!-- Third row -->
238
+ <div class="day">
239
+ <div class="num">14</div>
240
+ <div class="price good">₹8,610</div>
241
+ </div>
242
+ <div class="day selected">
243
+ <div class="num">15</div>
244
+ <div class="price muted">₹37,243</div>
245
+ </div>
246
+ <div class="day">
247
+ <div class="num">16</div>
248
+ <div class="price muted">-</div>
249
+ </div>
250
+ <div class="day">
251
+ <div class="num">17</div>
252
+ <div class="price muted">-</div>
253
+ </div>
254
+ <div class="day">
255
+ <div class="num">18</div>
256
+ <div class="price muted">-</div>
257
+ </div>
258
+ <div class="day">
259
+ <div class="num">19</div>
260
+ <div class="price muted">-</div>
261
+ </div>
262
+ <div class="day">
263
+ <div class="num">20</div>
264
+ <div class="price muted">-</div>
265
+ </div>
266
+
267
+ <!-- Fourth row -->
268
+ <div class="day">
269
+ <div class="num">21</div>
270
+ <div class="price muted">-</div>
271
+ </div>
272
+ <div class="day">
273
+ <div class="num">22</div>
274
+ <div class="price muted">₹32,574</div>
275
+ </div>
276
+ <div class="day">
277
+ <div class="num">23</div>
278
+ <div class="price muted">-</div>
279
+ </div>
280
+ <div class="day">
281
+ <div class="num">24</div>
282
+ <div class="price muted">₹32,551</div>
283
+ </div>
284
+ <div class="day">
285
+ <div class="num">25</div>
286
+ <div class="price muted">-</div>
287
+ </div>
288
+ <div class="day">
289
+ <div class="num">26</div>
290
+ <div class="price muted">-</div>
291
+ </div>
292
+ <div class="day">
293
+ <div class="num">27</div>
294
+ <div class="price muted">-</div>
295
+ </div>
296
+
297
+ <!-- Fifth row -->
298
+ <div class="day">
299
+ <div class="num">28</div>
300
+ <div class="price muted">-</div>
301
+ </div>
302
+ <div class="day">
303
+ <div class="num">29</div>
304
+ <div class="price muted">-</div>
305
+ </div>
306
+ <div class="day">
307
+ <div class="num">30</div>
308
+ <div class="price muted">-</div>
309
+ </div>
310
+ <div class="day">
311
+ <div class="num">31</div>
312
+ <div class="price muted">-</div>
313
+ </div>
314
+ <div class="day empty"></div>
315
+ <div class="day empty"></div>
316
+ <div class="day empty"></div>
317
+ </div>
318
+
319
+ <div class="divider"></div>
320
+ <div class="month-title" style="margin-top: 6px;">September</div>
321
+ </div>
322
+
323
+ <div class="bottom-bar">
324
+ <div>Select return date</div>
325
+ <div class="btn-disabled">Confirm</div>
326
+ </div>
327
+ </div>
328
+ </body>
329
+ </html>
code/18786/18786_6.html ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Dates UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #0D1218; color: #ffffff;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position: absolute; top: 0; left: 0; right: 0;
16
+ height: 80px; padding: 0 36px;
17
+ display: flex; align-items: center; justify-content: space-between;
18
+ color: #C7CDD6; font-size: 34px;
19
+ }
20
+ .status-left { display: flex; align-items: center; gap: 22px; }
21
+ .status-right { display: flex; align-items: center; gap: 26px; }
22
+ .icon-dot { width: 10px; height: 10px; background:#C7CDD6; border-radius:50%; display:inline-block; }
23
+ .icon-wifi, .icon-battery {
24
+ width: 40px; height: 30px; display: inline-block; position: relative;
25
+ }
26
+ .icon-wifi::before {
27
+ content:""; position:absolute; left:6px; right:6px; top:2px;
28
+ border: 3px solid #C7CDD6; border-top-color: transparent; border-left-color: transparent;
29
+ border-radius: 12px; height: 20px;
30
+ }
31
+ .icon-battery { border:2px solid #C7CDD6; border-radius:6px; }
32
+ .icon-battery::after { content:""; position:absolute; right:-8px; top:8px; width:6px; height:14px; background:#C7CDD6; border-radius:2px; }
33
+
34
+ /* Top controls */
35
+ .top-area { position: absolute; top: 86px; left: 36px; right: 36px; }
36
+ .close-btn {
37
+ width: 64px; height: 64px; display:flex; align-items:center; justify-content:center;
38
+ color:#C7CDD6; cursor: pointer;
39
+ }
40
+ .close-btn svg { width: 44px; height: 44px; }
41
+ .title { font-size: 96px; line-height: 1.05; margin: 14px 0 6px 0; letter-spacing: -1px; }
42
+ .subtitle { display:flex; align-items:center; gap:12px; color:#8FA1B3; font-size: 34px; }
43
+ .info-icon {
44
+ width: 30px; height: 30px; border-radius:50%; border:2px solid #8FA1B3;
45
+ display:flex; align-items:center; justify-content:center; font-size:22px; color:#8FA1B3;
46
+ }
47
+
48
+ /* date pills */
49
+ .pill-row { display:flex; gap: 22px; margin-top: 32px; }
50
+ .pill {
51
+ padding: 22px 32px; border:1px solid #314255; border-radius:18px;
52
+ font-size: 36px; color:#DDE5EE; background:#101823;
53
+ }
54
+ .pill.secondary { color:#DDE5EE; }
55
+ .pill .pill-right {
56
+ margin-left: 16px; width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center;
57
+ }
58
+ .pill .pill-right svg { width: 28px; height: 28px; }
59
+
60
+ /* week letters */
61
+ .weekdays {
62
+ display:grid; grid-template-columns: repeat(7, 1fr);
63
+ margin-top: 54px; color:#95A7BA; font-size: 32px; letter-spacing: 1px;
64
+ }
65
+ .weekdays div { text-align:center; padding: 18px 0; }
66
+
67
+ /* calendar */
68
+ .month-title { margin-top: 34px; font-size: 60px; }
69
+ .calendar {
70
+ margin-top: 22px;
71
+ display:grid; grid-template-columns: repeat(7, 1fr);
72
+ gap: 8px;
73
+ }
74
+ .day {
75
+ height: 170px; border-radius: 22px;
76
+ position: relative; display:flex; flex-direction:column;
77
+ align-items:center; justify-content:flex-start;
78
+ padding-top: 22px;
79
+ background: transparent;
80
+ }
81
+ .day.empty { background: transparent; }
82
+ .day.range { background: #1C2533; }
83
+ .day .num { font-size: 40px; color:#DBE3EC; }
84
+ .day .price { margin-top: 16px; font-size: 30px; color:#67E2B7; }
85
+ .day.selected .sel-circle {
86
+ position:absolute; top: 16px; left: 50%; transform: translateX(-50%);
87
+ width: 96px; height: 96px; border-radius: 50%;
88
+ background: #9EDCF7;
89
+ z-index: 0;
90
+ }
91
+ .day.selected .num { position: relative; z-index: 1; color:#0F1722; font-weight: 700; }
92
+ .day.selected .price { position: relative; z-index: 1; }
93
+
94
+ /* bottom section */
95
+ .bottom-section {
96
+ position: absolute; left: 0; right: 0; bottom: 0;
97
+ padding: 40px 36px 50px 36px;
98
+ background: linear-gradient(180deg, rgba(13,18,24,0) 0%, rgba(13,18,24,0.8) 40%, rgba(13,18,24,1) 100%);
99
+ }
100
+ .next-month { font-size: 58px; margin-bottom: 22px; }
101
+ .return-row { display:flex; align-items:center; justify-content:space-between; }
102
+ .return-text { font-size: 40px; color:#B8C6D6; }
103
+ .return-text b { color:#FFFFFF; }
104
+ .confirm-btn {
105
+ background:#2D65F6; color:#FFFFFF; font-size: 42px; border:none;
106
+ padding: 26px 40px; border-radius: 26px;
107
+ box-shadow: 0 10px 20px rgba(45,101,246,0.35);
108
+ }
109
+ </style>
110
+ </head>
111
+ <body>
112
+ <div id="render-target">
113
+
114
+ <div class="status-bar">
115
+ <div class="status-left">
116
+ <div>4:03</div>
117
+ <div>M</div>
118
+ <span class="icon-dot"></span>
119
+ <div>•</div>
120
+ </div>
121
+ <div class="status-right">
122
+ <div class="icon-wifi"></div>
123
+ <div class="icon-battery"></div>
124
+ </div>
125
+ </div>
126
+
127
+ <div class="top-area">
128
+ <div class="close-btn">
129
+ <svg viewBox="0 0 24 24">
130
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#C7CDD6" stroke-width="2" stroke-linecap="round"/>
131
+ </svg>
132
+ </div>
133
+
134
+ <div class="title">Dates</div>
135
+
136
+ <div class="subtitle">
137
+ <span>Estimated prices</span>
138
+ <span class="info-icon">i</span>
139
+ </div>
140
+
141
+ <div class="pill-row">
142
+ <div class="pill">Tue, 15 Aug</div>
143
+ <div class="pill secondary">Thu, 24 Aug
144
+ <span class="pill-right">
145
+ <svg viewBox="0 0 24 24">
146
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#C7CDD6" stroke-width="2" stroke-linecap="round"/>
147
+ </svg>
148
+ </span>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="weekdays">
153
+ <div>M</div><div>T</div><div>W</div><div>T</div><div>F</div><div>S</div><div>S</div>
154
+ </div>
155
+
156
+ <div class="month-title">August</div>
157
+
158
+ <!-- Calendar grid -->
159
+ <div class="calendar">
160
+ <!-- Row 1: blank + 1..6 -->
161
+ <div class="day empty"></div>
162
+
163
+ <div class="day">
164
+ <div class="num">1</div>
165
+ <div class="price">₹9,846</div>
166
+ </div>
167
+ <div class="day">
168
+ <div class="num">2</div>
169
+ <div class="price">₹9,816</div>
170
+ </div>
171
+ <div class="day">
172
+ <div class="num">3</div>
173
+ <div class="price">₹9,811</div>
174
+ </div>
175
+ <div class="day">
176
+ <div class="num">4</div>
177
+ <div class="price">₹9,816</div>
178
+ </div>
179
+ <div class="day">
180
+ <div class="num">5</div>
181
+ <div class="price">₹9,913</div>
182
+ </div>
183
+ <div class="day">
184
+ <div class="num">6</div>
185
+ <div class="price">₹9,849</div>
186
+ </div>
187
+
188
+ <!-- Row 2: 7..13 -->
189
+ <div class="day">
190
+ <div class="num">7</div>
191
+ <div class="price">₹8,668</div>
192
+ </div>
193
+ <div class="day">
194
+ <div class="num">8</div>
195
+ <div class="price">₹9,216</div>
196
+ </div>
197
+ <div class="day">
198
+ <div class="num">9</div>
199
+ <div class="price">₹8,775</div>
200
+ </div>
201
+ <div class="day">
202
+ <div class="num">10</div>
203
+ <div class="price">₹8,763</div>
204
+ </div>
205
+ <div class="day">
206
+ <div class="num">11</div>
207
+ <div class="price">₹9,669</div>
208
+ </div>
209
+ <div class="day">
210
+ <div class="num">12</div>
211
+ <div class="price">₹8,798</div>
212
+ </div>
213
+ <div class="day">
214
+ <div class="num">13</div>
215
+ <div class="price">₹8,515</div>
216
+ </div>
217
+
218
+ <!-- Row 3: 14..20 (range start 15) -->
219
+ <div class="day">
220
+ <div class="num">14</div>
221
+ <div class="price">₹8,610</div>
222
+ </div>
223
+ <div class="day range selected">
224
+ <span class="sel-circle"></span>
225
+ <div class="num">15</div>
226
+ <div class="price">₹8,679</div>
227
+ </div>
228
+ <div class="day range">
229
+ <div class="num">16</div>
230
+ <div class="price">₹8,644</div>
231
+ </div>
232
+ <div class="day range">
233
+ <div class="num">17</div>
234
+ <div class="price">₹8,683</div>
235
+ </div>
236
+ <div class="day range">
237
+ <div class="num">18</div>
238
+ <div class="price">₹8,515</div>
239
+ </div>
240
+ <div class="day range">
241
+ <div class="num">19</div>
242
+ <div class="price">₹8,784</div>
243
+ </div>
244
+ <div class="day range">
245
+ <div class="num">20</div>
246
+ <div class="price">₹8,522</div>
247
+ </div>
248
+
249
+ <!-- Row 4: 21..27 (range end 24) -->
250
+ <div class="day range">
251
+ <div class="num">21</div>
252
+ <div class="price">₹8,667</div>
253
+ </div>
254
+ <div class="day range">
255
+ <div class="num">22</div>
256
+ <div class="price">-</div>
257
+ </div>
258
+ <div class="day range">
259
+ <div class="num">23</div>
260
+ <div class="price">₹11,169</div>
261
+ </div>
262
+ <div class="day range selected">
263
+ <span class="sel-circle"></span>
264
+ <div class="num">24</div>
265
+ <div class="price">₹8,591</div>
266
+ </div>
267
+ <div class="day">
268
+ <div class="num">25</div>
269
+ <div class="price">₹8,664</div>
270
+ </div>
271
+ <div class="day">
272
+ <div class="num">26</div>
273
+ <div class="price">₹8,545</div>
274
+ </div>
275
+ <div class="day">
276
+ <div class="num">27</div>
277
+ <div class="price">₹9,329</div>
278
+ </div>
279
+
280
+ <!-- Row 5: 28..31 + blanks -->
281
+ <div class="day">
282
+ <div class="num">28</div>
283
+ <div class="price">₹8,591</div>
284
+ </div>
285
+ <div class="day">
286
+ <div class="num">29</div>
287
+ <div class="price">₹8,640</div>
288
+ </div>
289
+ <div class="day">
290
+ <div class="num">30</div>
291
+ <div class="price">₹8,542</div>
292
+ </div>
293
+ <div class="day">
294
+ <div class="num">31</div>
295
+ <div class="price">₹8,591</div>
296
+ </div>
297
+ <div class="day empty"></div>
298
+ <div class="day empty"></div>
299
+ <div class="day empty"></div>
300
+ </div>
301
+ </div>
302
+
303
+ <div class="bottom-section">
304
+ <div class="next-month">September</div>
305
+ <div class="return-row">
306
+ <div class="return-text">Return trip<br><b>from ₹32,551</b></div>
307
+ <button class="confirm-btn">Confirm</button>
308
+ </div>
309
+ </div>
310
+
311
+ </div>
312
+ </body>
313
+ </html>
code/18786/18786_7.html ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Flight Search UI</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0e1318;
13
+ color: #e8f0f0;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 96px;
23
+ color: #cfd8dc;
24
+ display: flex;
25
+ align-items: center;
26
+ padding: 0 40px;
27
+ box-sizing: border-box;
28
+ font-weight: 600;
29
+ letter-spacing: 0.5px;
30
+ font-size: 36px;
31
+ }
32
+ .status-bar .right {
33
+ margin-left: auto;
34
+ display: flex;
35
+ align-items: center;
36
+ gap: 22px;
37
+ }
38
+ .icon {
39
+ display: inline-flex;
40
+ align-items: center;
41
+ justify-content: center;
42
+ }
43
+ .icon svg { width: 40px; height: 40px; }
44
+
45
+ /* Close button */
46
+ .close-btn {
47
+ position: absolute;
48
+ top: 120px;
49
+ left: 40px;
50
+ width: 64px;
51
+ height: 64px;
52
+ color: #cfd8dc;
53
+ }
54
+ .close-btn svg { width: 64px; height: 64px; }
55
+
56
+ /* Tabs */
57
+ .tabs {
58
+ position: absolute;
59
+ top: 190px;
60
+ left: 40px;
61
+ width: 1000px;
62
+ display: flex;
63
+ gap: 50px;
64
+ align-items: center;
65
+ }
66
+ .tab {
67
+ font-size: 40px;
68
+ color: #7b8d97;
69
+ padding-bottom: 16px;
70
+ }
71
+ .tab.active {
72
+ color: #ffffff;
73
+ border-bottom: 6px solid #56b4ae;
74
+ }
75
+
76
+ /* Input cards */
77
+ .card {
78
+ position: absolute;
79
+ left: 40px;
80
+ width: 1000px;
81
+ height: 120px;
82
+ border-radius: 26px;
83
+ background: #232a33;
84
+ display: flex;
85
+ align-items: center;
86
+ padding: 0 32px;
87
+ box-sizing: border-box;
88
+ gap: 24px;
89
+ }
90
+ .card.city1 { top: 290px; }
91
+ .card.city2 { top: 430px; }
92
+ .card .label {
93
+ font-size: 44px;
94
+ font-weight: 600;
95
+ color: #e8f0f0;
96
+ }
97
+ .card .plane {
98
+ width: 54px;
99
+ height: 54px;
100
+ color: #8fa5ad;
101
+ }
102
+
103
+ /* Swap button */
104
+ .swap-btn {
105
+ position: absolute;
106
+ top: 446px;
107
+ right: 64px;
108
+ width: 82px;
109
+ height: 82px;
110
+ border-radius: 50%;
111
+ background: #58b7b1;
112
+ display: flex;
113
+ align-items: center;
114
+ justify-content: center;
115
+ box-shadow: 0 6px 12px rgba(88,183,177,0.35);
116
+ }
117
+ .swap-btn svg { width: 42px; height: 42px; color: #0e1318; }
118
+
119
+ /* Date pickers */
120
+ .date-row {
121
+ position: absolute;
122
+ top: 580px;
123
+ left: 40px;
124
+ width: 1000px;
125
+ display: flex;
126
+ gap: 28px;
127
+ }
128
+ .date {
129
+ flex: 1;
130
+ height: 116px;
131
+ border-radius: 26px;
132
+ background: #232a33;
133
+ display: flex;
134
+ align-items: center;
135
+ padding: 0 28px;
136
+ gap: 20px;
137
+ box-sizing: border-box;
138
+ }
139
+ .date .cal {
140
+ width: 52px;
141
+ height: 52px;
142
+ color: #8fa5ad;
143
+ }
144
+ .date .text {
145
+ font-size: 40px;
146
+ font-weight: 600;
147
+ }
148
+
149
+ /* Passengers and cabin */
150
+ .info-row {
151
+ position: absolute;
152
+ top: 736px;
153
+ left: 40px;
154
+ width: 1000px;
155
+ display: flex;
156
+ align-items: center;
157
+ justify-content: space-between;
158
+ }
159
+ .counts {
160
+ display: flex;
161
+ align-items: center;
162
+ gap: 28px;
163
+ color: #6fd0c9;
164
+ font-size: 40px;
165
+ font-weight: 600;
166
+ }
167
+ .counts .mini {
168
+ display: flex;
169
+ align-items: center;
170
+ gap: 10px;
171
+ }
172
+ .mini svg { width: 40px; height: 40px; color: #6fd0c9; }
173
+ .cabin {
174
+ font-size: 42px;
175
+ color: #cfe7e5;
176
+ display: flex;
177
+ align-items: center;
178
+ gap: 14px;
179
+ }
180
+ .caret {
181
+ width: 0;
182
+ height: 0;
183
+ border-left: 10px solid transparent;
184
+ border-right: 10px solid transparent;
185
+ border-top: 14px solid #6fd0c9;
186
+ margin-top: 6px;
187
+ }
188
+
189
+ /* Search FAB */
190
+ .search-fab {
191
+ position: absolute;
192
+ top: 840px;
193
+ right: 60px;
194
+ width: 160px;
195
+ height: 160px;
196
+ border-radius: 50%;
197
+ background: #58b7b1;
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ box-shadow: 0 18px 30px rgba(88,183,177,0.35);
202
+ }
203
+ .search-fab svg { width: 84px; height: 84px; color: #0e1318; }
204
+
205
+ /* Large empty area below */
206
+ .filler {
207
+ position: absolute;
208
+ left: 0;
209
+ top: 1040px;
210
+ width: 1080px;
211
+ height: 1360px;
212
+ background: #0f141a;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status bar -->
220
+ <div class="status-bar">
221
+ <div>4:04</div>
222
+ <div class="right">
223
+ <!-- simple status icons -->
224
+ <span class="icon">
225
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M3 18h18v2H3zm3-6h12v6H6zm3-6h6v6H9z"/></svg>
226
+ </span>
227
+ <span class="icon">
228
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M3 9l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9z"/></svg>
229
+ </span>
230
+ <span class="icon">
231
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M2 8h20v2H2zm2 4h16v2H4zm4 4h8v2H8z"/></svg>
232
+ </span>
233
+ <span class="icon">
234
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M3 6h18v12H3zm3-3h12v3H6z"/></svg>
235
+ </span>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Close button -->
240
+ <div class="close-btn">
241
+ <svg viewBox="0 0 24 24" stroke="currentColor" fill="none" stroke-width="2">
242
+ <path d="M6 6l12 12M18 6L6 18"/>
243
+ </svg>
244
+ </div>
245
+
246
+ <!-- Tabs -->
247
+ <div class="tabs">
248
+ <div class="tab active">RETURN</div>
249
+ <div class="tab">ONE WAY</div>
250
+ <div class="tab">MULTI-CITY</div>
251
+ </div>
252
+
253
+ <!-- Origin -->
254
+ <div class="card city1">
255
+ <div class="plane">
256
+ <svg viewBox="0 0 24 24" fill="currentColor">
257
+ <path d="M2 12l8 2 3 7 2-1-2-6 7 2 2-2-9-4 3-6-2-1-4 6-6 1z"/>
258
+ </svg>
259
+ </div>
260
+ <div class="label">Dubai</div>
261
+ </div>
262
+
263
+ <!-- Destination -->
264
+ <div class="card city2">
265
+ <div class="plane">
266
+ <svg viewBox="0 0 24 24" fill="currentColor">
267
+ <path d="M22 12l-8-2-3-7-2 1 2 6-7-2-2 2 9 4-3 6 2 1 4-6 6-1z"/>
268
+ </svg>
269
+ </div>
270
+ <div class="label">Bengaluru</div>
271
+ </div>
272
+
273
+ <!-- Swap button -->
274
+ <div class="swap-btn">
275
+ <svg viewBox="0 0 24 24" fill="currentColor">
276
+ <path d="M7 4l-4 4h6V4H7zm10 16l4-4h-6v4h2zM3 9h10v2H3zm8 4h10v2H11z"/>
277
+ </svg>
278
+ </div>
279
+
280
+ <!-- Dates -->
281
+ <div class="date-row">
282
+ <div class="date">
283
+ <div class="cal">
284
+ <svg viewBox="0 0 24 24" fill="currentColor">
285
+ <path d="M5 3h2v2h10V3h2v3H5V3zm-2 5h18v13H3V8zm3 3h4v3H6v-3zm5 0h4v3h-4v-3zm5 0h4v3h-4v-3z"/>
286
+ </svg>
287
+ </div>
288
+ <div class="text">Tue, 15 Aug</div>
289
+ </div>
290
+ <div class="date">
291
+ <div class="cal">
292
+ <svg viewBox="0 0 24 24" fill="currentColor">
293
+ <path d="M5 3h2v2h10V3h2v3H5V3zm-2 5h18v13H3V8zm3 8h4v3H6v-3zm5 0h4v3h-4v-3zm5 0h4v3h-4v-3z"/>
294
+ </svg>
295
+ </div>
296
+ <div class="text">Thu, 24 Aug</div>
297
+ </div>
298
+ </div>
299
+
300
+ <!-- Passengers and cabin -->
301
+ <div class="info-row">
302
+ <div class="counts">
303
+ <div class="mini"><span>1</span>
304
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 5a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm-6 12c0-3 3-5 6-5s6 2 6 5v2H6v-2z"/></svg>
305
+ </div>
306
+ <div class="mini"><span>0</span>
307
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M12 6a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-6 10c0-2.5 3-4 6-4s6 1.5 6 4v2H6v-2z"/></svg>
308
+ </div>
309
+ <div class="mini"><span>0</span>
310
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M10 6a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm-5 12c0-2.2 3-3 7-3s7 .8 7 3v2H5v-2z"/></svg>
311
+ </div>
312
+ <div class="mini"><span>0</span>
313
+ <svg viewBox="0 0 24 24" fill="currentColor"><path d="M7 5h10v2H7zM5 9h14v10H5z"/></svg>
314
+ </div>
315
+ </div>
316
+ <div class="cabin">
317
+ <span>Economy</span>
318
+ <span class="caret"></span>
319
+ </div>
320
+ </div>
321
+
322
+ <!-- Search FAB -->
323
+ <div class="search-fab">
324
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
325
+ <circle cx="11" cy="11" r="7" />
326
+ <path d="M20 20l-4.5-4.5" />
327
+ </svg>
328
+ </div>
329
+
330
+ <!-- Empty body area -->
331
+ <div class="filler"></div>
332
+
333
+ </div>
334
+ </body>
335
+ </html>
code/18786/18786_8.html ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Travellers UI</title>
6
+ <style>
7
+ body {
8
+ margin: 0;
9
+ padding: 0;
10
+ background: transparent;
11
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
12
+ }
13
+ #render-target {
14
+ width: 1080px;
15
+ height: 2400px;
16
+ position: relative;
17
+ overflow: hidden;
18
+ background: #0f1419;
19
+ color: #ffffff;
20
+ }
21
+
22
+ /* Status bar */
23
+ .status-bar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 110px;
29
+ padding: 0 40px;
30
+ box-sizing: border-box;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ color: #e6e6e6;
35
+ font-weight: 600;
36
+ letter-spacing: 0.5px;
37
+ }
38
+ .status-right {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: 22px;
42
+ }
43
+ .icon-dot {
44
+ width: 24px;
45
+ height: 24px;
46
+ background: #cfcfcf;
47
+ border-radius: 50%;
48
+ opacity: 0.9;
49
+ }
50
+ .battery {
51
+ width: 44px;
52
+ height: 22px;
53
+ border: 2px solid #cfcfcf;
54
+ border-radius: 4px;
55
+ position: relative;
56
+ }
57
+ .battery::after {
58
+ content: "";
59
+ position: absolute;
60
+ right: -8px;
61
+ top: 6px;
62
+ width: 6px;
63
+ height: 10px;
64
+ background: #cfcfcf;
65
+ border-radius: 2px;
66
+ }
67
+ .battery .level {
68
+ position: absolute;
69
+ left: 2px;
70
+ top: 2px;
71
+ height: 16px;
72
+ width: 28px;
73
+ background: #cfcfcf;
74
+ border-radius: 2px;
75
+ }
76
+
77
+ /* Close button */
78
+ .close-btn {
79
+ position: absolute;
80
+ top: 140px;
81
+ left: 30px;
82
+ width: 72px;
83
+ height: 72px;
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ color: #e6e6e6;
88
+ cursor: default;
89
+ }
90
+ .close-btn svg {
91
+ width: 40px;
92
+ height: 40px;
93
+ opacity: 0.9;
94
+ }
95
+
96
+ /* Content */
97
+ .content {
98
+ position: absolute;
99
+ top: 190px;
100
+ left: 30px;
101
+ right: 30px;
102
+ padding: 20px 10px 0 10px;
103
+ }
104
+ .title {
105
+ font-size: 82px;
106
+ font-weight: 700;
107
+ margin: 10px 0 24px 0;
108
+ letter-spacing: 0.2px;
109
+ }
110
+ .sub {
111
+ font-size: 36px;
112
+ color: #a7b1ba;
113
+ margin-bottom: 60px;
114
+ }
115
+
116
+ .section {
117
+ padding: 40px 0;
118
+ border-top: 1px solid #273038;
119
+ }
120
+ .section:first-of-type {
121
+ border-top: none;
122
+ }
123
+ .row {
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: space-between;
127
+ }
128
+ .labels .main {
129
+ font-size: 52px;
130
+ font-weight: 700;
131
+ margin-bottom: 16px;
132
+ }
133
+ .labels .sub {
134
+ font-size: 34px;
135
+ color: #a7b1ba;
136
+ }
137
+
138
+ .stepper {
139
+ display: flex;
140
+ align-items: center;
141
+ gap: 34px;
142
+ }
143
+ .btn-square {
144
+ width: 130px;
145
+ height: 110px;
146
+ border-radius: 26px;
147
+ background: #1b2128;
148
+ display: flex;
149
+ align-items: center;
150
+ justify-content: center;
151
+ box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
152
+ }
153
+ .btn-square.enabled {
154
+ background: #2b3b50;
155
+ }
156
+ .btn-square svg {
157
+ width: 44px;
158
+ height: 44px;
159
+ stroke: #e6eef7;
160
+ stroke-width: 8;
161
+ }
162
+ .count {
163
+ font-size: 56px;
164
+ font-weight: 700;
165
+ width: 40px;
166
+ text-align: center;
167
+ }
168
+
169
+ /* Bottom button */
170
+ .bottom-bar {
171
+ position: absolute;
172
+ left: 0;
173
+ right: 0;
174
+ bottom: 0;
175
+ padding: 34px 40px 46px 40px;
176
+ box-sizing: border-box;
177
+ background: linear-gradient(to top, rgba(15,20,25,1) 80%, rgba(15,20,25,0.2) 100%);
178
+ }
179
+ .primary {
180
+ width: 100%;
181
+ height: 150px;
182
+ background: #1f4a8a;
183
+ border-radius: 28px;
184
+ display: flex;
185
+ align-items: center;
186
+ justify-content: center;
187
+ font-size: 46px;
188
+ font-weight: 700;
189
+ letter-spacing: 0.5px;
190
+ color: #ffffff;
191
+ }
192
+ .gesture {
193
+ position: absolute;
194
+ bottom: 16px;
195
+ left: 50%;
196
+ transform: translateX(-50%);
197
+ width: 220px;
198
+ height: 10px;
199
+ background: #d7d7d7;
200
+ border-radius: 8px;
201
+ opacity: 0.8;
202
+ }
203
+ </style>
204
+ </head>
205
+ <body>
206
+ <div id="render-target">
207
+
208
+ <!-- Status bar -->
209
+ <div class="status-bar">
210
+ <div class="status-left">4:04</div>
211
+ <div class="status-right">
212
+ <div class="icon-dot"></div>
213
+ <div class="icon-dot"></div>
214
+ <div class="icon-dot"></div>
215
+ <div class="battery"><div class="level"></div></div>
216
+ </div>
217
+ </div>
218
+
219
+ <!-- Close icon -->
220
+ <div class="close-btn" aria-label="Close">
221
+ <svg viewBox="0 0 24 24">
222
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round"/>
223
+ </svg>
224
+ </div>
225
+
226
+ <!-- Main content -->
227
+ <div class="content">
228
+ <div class="title">Travellers</div>
229
+ <div class="sub">Dubai to Bengaluru · 15 – 24 Aug</div>
230
+
231
+ <div class="section">
232
+ <div class="row">
233
+ <div class="labels">
234
+ <div class="main">Adults</div>
235
+ <div class="sub">12+ years</div>
236
+ </div>
237
+ <div class="stepper">
238
+ <div class="btn-square">
239
+ <svg viewBox="0 0 24 24">
240
+ <path d="M4 12 H20" />
241
+ </svg>
242
+ </div>
243
+ <div class="count">1</div>
244
+ <div class="btn-square enabled">
245
+ <svg viewBox="0 0 24 24">
246
+ <path d="M12 4 V20 M4 12 H20" />
247
+ </svg>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+
253
+ <div class="section">
254
+ <div class="row">
255
+ <div class="labels">
256
+ <div class="main">Children</div>
257
+ <div class="sub">2–12 years</div>
258
+ </div>
259
+ <div class="stepper">
260
+ <div class="btn-square">
261
+ <svg viewBox="0 0 24 24">
262
+ <path d="M4 12 H20" />
263
+ </svg>
264
+ </div>
265
+ <div class="count">0</div>
266
+ <div class="btn-square enabled">
267
+ <svg viewBox="0 0 24 24">
268
+ <path d="M12 4 V20 M4 12 H20" />
269
+ </svg>
270
+ </div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="section">
276
+ <div class="row">
277
+ <div class="labels">
278
+ <div class="main">Infants</div>
279
+ <div class="sub">Under 2 years</div>
280
+ </div>
281
+ <div class="stepper">
282
+ <div class="btn-square">
283
+ <svg viewBox="0 0 24 24">
284
+ <path d="M4 12 H20" />
285
+ </svg>
286
+ </div>
287
+ <div class="count">0</div>
288
+ <div class="btn-square enabled">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M12 4 V20 M4 12 H20" />
291
+ </svg>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ </div>
296
+
297
+ </div>
298
+
299
+ <!-- Bottom button and gesture bar -->
300
+ <div class="bottom-bar">
301
+ <div class="primary">Done</div>
302
+ </div>
303
+ <div class="gesture"></div>
304
+
305
+ </div>
306
+ </body>
307
+ </html>
code/18786/18786_9.html ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Travellers Selector 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: #0c1218;
13
+ color: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 110px;
23
+ padding: 0 36px;
24
+ box-sizing: border-box;
25
+ display: flex;
26
+ align-items: center;
27
+ justify-content: space-between;
28
+ color: #ffffff;
29
+ }
30
+ .status-left { font-size: 40px; font-weight: 600; letter-spacing: 0.5px; }
31
+ .status-right { display: flex; align-items: center; gap: 28px; }
32
+ .status-icon {
33
+ width: 36px; height: 36px;
34
+ }
35
+
36
+ /* Close (X) */
37
+ .close-btn {
38
+ position: absolute;
39
+ top: 140px;
40
+ left: 30px;
41
+ width: 62px;
42
+ height: 62px;
43
+ display: flex;
44
+ align-items: center;
45
+ justify-content: center;
46
+ }
47
+ .title-wrap {
48
+ position: absolute;
49
+ top: 190px;
50
+ left: 30px;
51
+ right: 30px;
52
+ }
53
+ .title {
54
+ font-size: 84px;
55
+ font-weight: 800;
56
+ letter-spacing: 0.5px;
57
+ margin: 0 0 18px 0;
58
+ }
59
+ .subtitle {
60
+ font-size: 38px;
61
+ color: #AAB2BF;
62
+ margin: 0;
63
+ }
64
+
65
+ /* Rows */
66
+ .rows {
67
+ position: absolute;
68
+ top: 400px;
69
+ left: 30px;
70
+ right: 30px;
71
+ }
72
+ .row {
73
+ display: flex;
74
+ align-items: center;
75
+ justify-content: space-between;
76
+ padding: 34px 0;
77
+ }
78
+ .row + .row { border-top: 1px solid #24313f; }
79
+ .label h3 {
80
+ font-size: 52px;
81
+ margin: 0 0 10px 0;
82
+ font-weight: 700;
83
+ }
84
+ .label p {
85
+ margin: 0;
86
+ font-size: 34px;
87
+ color: #AAB2BF;
88
+ }
89
+
90
+ .controls {
91
+ display: flex;
92
+ align-items: center;
93
+ gap: 34px;
94
+ }
95
+ .btn {
96
+ width: 116px;
97
+ height: 116px;
98
+ border-radius: 26px;
99
+ background: #2e3f55;
100
+ display: flex;
101
+ align-items: center;
102
+ justify-content: center;
103
+ }
104
+ .btn.disabled {
105
+ background: #1d2733;
106
+ opacity: 0.55;
107
+ }
108
+ .count {
109
+ font-size: 48px;
110
+ font-weight: 700;
111
+ width: 50px;
112
+ text-align: center;
113
+ }
114
+
115
+ /* Bottom Done button */
116
+ .bottom-bar {
117
+ position: absolute;
118
+ left: 30px;
119
+ right: 30px;
120
+ bottom: 80px;
121
+ height: 120px;
122
+ background: #224a89;
123
+ border-radius: 28px;
124
+ display: flex;
125
+ align-items: center;
126
+ justify-content: center;
127
+ font-size: 44px;
128
+ font-weight: 800;
129
+ }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+
135
+ <!-- Status Bar -->
136
+ <div class="status-bar">
137
+ <div class="status-left">4:04</div>
138
+ <div class="status-right">
139
+ <!-- Wi-Fi icon -->
140
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#ffffff">
141
+ <path d="M12 18.5l2.1 2.1c-.6.6-1.6.6-2.1 0L12 18.5zm-6.7-6.7l1.4 1.4C8.2 12.7 10.1 12 12 12s3.8.7 5.3 2.2l1.4-1.4C16.9 10.3 14.5 9.5 12 9.5s-4.9.8-6.7 2.3zm-3.3-3.3l1.4 1.4C5.9 8.2 8.8 7.2 12 7.2c3.2 0 6.1 1 8.6 2.7l1.4-1.4C19.1 6.4 15.7 5.2 12 5.2S4.9 6.4 2 8.5z"/>
142
+ </svg>
143
+ <!-- Battery icon -->
144
+ <svg class="status-icon" viewBox="0 0 24 24" fill="#ffffff">
145
+ <path d="M18 7h2v10h-2V7zM3 8.5A2.5 2.5 0 0 1 5.5 6h9A2.5 2.5 0 0 1 17 8.5v7A2.5 2.5 0 0 1 14.5 18h-9A2.5 2.5 0 0 1 3 15.5v-7z"/>
146
+ </svg>
147
+ </div>
148
+ </div>
149
+
150
+ <!-- Close button -->
151
+ <div class="close-btn">
152
+ <svg width="42" height="42" viewBox="0 0 24 24" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round">
153
+ <path d="M6 6l12 12M18 6L6 18"/>
154
+ </svg>
155
+ </div>
156
+
157
+ <!-- Title and subtitle -->
158
+ <div class="title-wrap">
159
+ <h1 class="title">Travellers</h1>
160
+ <p class="subtitle">Dubai to Bengaluru · 15 – 24 Aug</p>
161
+ </div>
162
+
163
+ <!-- Rows -->
164
+ <div class="rows">
165
+ <!-- Adults -->
166
+ <div class="row">
167
+ <div class="label">
168
+ <h3>Adults</h3>
169
+ <p>12+ years</p>
170
+ </div>
171
+ <div class="controls">
172
+ <div class="btn">
173
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
174
+ <rect x="5" y="11" width="14" height="2" rx="1"/>
175
+ </svg>
176
+ </div>
177
+ <div class="count">2</div>
178
+ <div class="btn">
179
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
180
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
181
+ </svg>
182
+ </div>
183
+ </div>
184
+ </div>
185
+
186
+ <!-- Children -->
187
+ <div class="row">
188
+ <div class="label">
189
+ <h3>Children</h3>
190
+ <p>2–12 years</p>
191
+ </div>
192
+ <div class="controls">
193
+ <div class="btn disabled">
194
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff" opacity="0.7">
195
+ <rect x="5" y="11" width="14" height="2" rx="1"/>
196
+ </svg>
197
+ </div>
198
+ <div class="count">0</div>
199
+ <div class="btn">
200
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
201
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
202
+ </svg>
203
+ </div>
204
+ </div>
205
+ </div>
206
+
207
+ <!-- Infants -->
208
+ <div class="row">
209
+ <div class="label">
210
+ <h3>Infants</h3>
211
+ <p>Under 2 years</p>
212
+ </div>
213
+ <div class="controls">
214
+ <div class="btn disabled">
215
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff" opacity="0.7">
216
+ <rect x="5" y="11" width="14" height="2" rx="1"/>
217
+ </svg>
218
+ </div>
219
+ <div class="count">0</div>
220
+ <div class="btn">
221
+ <svg width="56" height="56" viewBox="0 0 24 24" fill="#ffffff">
222
+ <path d="M11 5h2v14h-2zM5 11h14v2H5z"/>
223
+ </svg>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Done button -->
230
+ <div class="bottom-bar">Done</div>
231
+
232
+ </div>
233
+ </body>
234
+ </html>
code/18787/18787_0.html ADDED
@@ -0,0 +1,263 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Fire Tool Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .statusbar {
19
+ height: 160px;
20
+ background: #1297a5; /* teal */
21
+ color: #fff;
22
+ padding: 40px 40px 0 40px;
23
+ box-sizing: border-box;
24
+ }
25
+ .status-inner {
26
+ display: flex;
27
+ align-items: center;
28
+ gap: 24px;
29
+ font-weight: 600;
30
+ font-size: 40px;
31
+ }
32
+ .status-icon {
33
+ width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.25);
34
+ display: inline-block;
35
+ }
36
+ .status-right {
37
+ margin-left: auto;
38
+ display: flex; align-items: center; gap: 22px;
39
+ }
40
+ .signal { width: 34px; height: 24px; border: 3px solid rgba(255,255,255,0.9); border-top: none; border-radius: 5px; }
41
+ .battery {
42
+ width: 54px; height: 26px; border: 3px solid rgba(255,255,255,0.9); border-radius: 6px; position: relative;
43
+ }
44
+ .battery::after {
45
+ content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 10px; background: rgba(255,255,255,0.9); border-radius: 2px;
46
+ }
47
+
48
+ /* App bar */
49
+ .appbar {
50
+ height: 120px;
51
+ background: #ffffff;
52
+ display: flex; align-items: center;
53
+ padding: 0 34px;
54
+ box-shadow: 0 1px 0 rgba(0,0,0,0.1);
55
+ box-sizing: border-box;
56
+ }
57
+ .back-btn {
58
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center;
59
+ margin-right: 16px;
60
+ }
61
+ .app-title { font-size: 46px; font-weight: 700; color: #333; letter-spacing: 1px; }
62
+ .app-actions { margin-left: auto; display: flex; align-items: center; gap: 40px; }
63
+ .icon-btn svg { width: 56px; height: 56px; fill: #248f99; }
64
+
65
+ /* Filters bar */
66
+ .filters {
67
+ height: 120px;
68
+ display: grid;
69
+ grid-template-columns: 1fr 1fr 1fr 1fr;
70
+ border-top: 1px solid #e5e5e5;
71
+ border-bottom: 1px solid #e5e5e5;
72
+ background: #fff;
73
+ }
74
+ .filter-item {
75
+ display: flex; align-items: center; justify-content: center; gap: 16px; font-size: 36px; color: #666;
76
+ position: relative;
77
+ }
78
+ .filter-item + .filter-item::before {
79
+ content: ""; position: absolute; left: 0; top: 20px; bottom: 20px; width: 1px; background: #e5e5e5;
80
+ }
81
+ .chev {
82
+ width: 24px; height: 24px; border-right: 3px solid #888; border-bottom: 3px solid #888; transform: rotate(45deg);
83
+ }
84
+ .filter-icon svg { width: 42px; height: 42px; fill: #888; }
85
+
86
+ /* Grid */
87
+ .grid {
88
+ padding: 24px;
89
+ box-sizing: border-box;
90
+ display: grid;
91
+ grid-template-columns: repeat(2, 1fr);
92
+ grid-gap: 24px;
93
+ }
94
+ .card {
95
+ border-radius: 6px;
96
+ background: #fff;
97
+ position: relative;
98
+ }
99
+ .img {
100
+ width: 100%; height: 520px; background: #E0E0E0; border: 1px solid #BDBDBD;
101
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px; text-align: center;
102
+ }
103
+ .heart {
104
+ position: absolute; right: 24px; top: 24px; width: 80px; height: 80px; border-radius: 50%;
105
+ background: #fff; border: 2px solid #e6e6e6; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,0.05);
106
+ }
107
+ .heart svg { width: 42px; height: 42px; stroke: #b5b5b5; stroke-width: 3; fill: none; }
108
+
109
+ .card-content {
110
+ padding: 18px 16px 24px 16px;
111
+ }
112
+ .title {
113
+ font-size: 32px; color: #555; line-height: 1.3; height: 84px; overflow: hidden;
114
+ }
115
+ .price-row {
116
+ margin-top: 8px; display: flex; align-items: baseline; gap: 16px;
117
+ }
118
+ .price {
119
+ font-size: 44px; font-weight: 800; color: #111;
120
+ }
121
+ .old-price {
122
+ font-size: 32px; color: #9e9e9e; text-decoration: line-through;
123
+ }
124
+ .discount {
125
+ font-size: 32px; color: #1e90ff; margin-top: 6px;
126
+ }
127
+
128
+ /* Bottom home indicator */
129
+ .home-indicator {
130
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
131
+ width: 360px; height: 18px; background: #000; border-radius: 9px; opacity: 0.14;
132
+ }
133
+ </style>
134
+ </head>
135
+ <body>
136
+ <div id="render-target">
137
+
138
+ <!-- Status bar -->
139
+ <div class="statusbar">
140
+ <div class="status-inner">
141
+ <div>10:44</div>
142
+ <span class="status-icon"></span>
143
+ <span class="status-icon"></span>
144
+ <span class="status-icon"></span>
145
+ <span style="color:#fff; opacity:0.9;">•</span>
146
+ <div class="status-right">
147
+ <div class="signal"></div>
148
+ <div class="battery"></div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- App bar -->
154
+ <div class="appbar">
155
+ <div class="back-btn">
156
+ <svg viewBox="0 0 24 24">
157
+ <path d="M15 5l-7 7 7 7" stroke="#248f99" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
158
+ </svg>
159
+ </div>
160
+ <div class="app-title">FIRE TOOL</div>
161
+ <div class="app-actions">
162
+ <div class="icon-btn">
163
+ <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M21 21l-5-5" stroke="#248f99" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
164
+ </div>
165
+ <div class="icon-btn">
166
+ <svg viewBox="0 0 24 24"><path d="M7 6h14l-2 10H9L7 6z" /><circle cx="9" cy="20" r="2"/><circle cx="17" cy="20" r="2"/></svg>
167
+ </div>
168
+ </div>
169
+ </div>
170
+
171
+ <!-- Filters -->
172
+ <div class="filters">
173
+ <div class="filter-item">
174
+ <span>Fire Protection</span>
175
+ <span class="chev"></span>
176
+ </div>
177
+ <div class="filter-item">
178
+ <span class="filter-icon">
179
+ <svg viewBox="0 0 24 24"><path d="M3 5h18M6 12h12M10 19h4" /></svg>
180
+ </span>
181
+ <span>Filter</span>
182
+ </div>
183
+ <div class="filter-item">
184
+ <span>₹ ↓ Price</span>
185
+ </div>
186
+ <div class="filter-item">
187
+ <span>⇅ Sort</span>
188
+ </div>
189
+ </div>
190
+
191
+ <!-- Product Grid -->
192
+ <div class="grid">
193
+
194
+ <!-- Card 1 -->
195
+ <div class="card">
196
+ <div class="img">[IMG: Fire plant in pot]</div>
197
+ <div class="heart">
198
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/></svg>
199
+ </div>
200
+ <div class="card-content">
201
+ <div class="title">GFO Automatic Fire Plant Extinguisher (Decorative Pot)</div>
202
+ <div class="price-row">
203
+ <div class="price">₹950</div>
204
+ <div class="old-price">₹1,500</div>
205
+ </div>
206
+ <div class="discount">36% off</div>
207
+ </div>
208
+ </div>
209
+
210
+ <!-- Card 2 -->
211
+ <div class="card">
212
+ <div class="img">[IMG: Red fire cylinder]</div>
213
+ <div class="heart">
214
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/></svg>
215
+ </div>
216
+ <div class="card-content">
217
+ <div class="title">GFO Fire Fighter Cylinder 13Kg (Green Fire Off)</div>
218
+ <div class="price-row">
219
+ <div class="price">₹1,100</div>
220
+ <div class="old-price">₹1,790</div>
221
+ </div>
222
+ <div class="discount">38% off</div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Card 3 -->
227
+ <div class="card">
228
+ <div class="img">[IMG: TFO fire ball extinguishers set]</div>
229
+ <div class="heart">
230
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/></svg>
231
+ </div>
232
+ <div class="card-content">
233
+ <div class="title">TFO Terminate Fire Extinguisher Ball (Pack)</div>
234
+ <div class="price-row">
235
+ <div class="price">₹4,796</div>
236
+ <div class="old-price">₹9,996</div>
237
+ </div>
238
+ <div class="discount">52% off</div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Card 4 -->
243
+ <div class="card">
244
+ <div class="img">[IMG: TFO fire ball extinguisher]</div>
245
+ <div class="heart">
246
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.65-7 10-7 10z"/></svg>
247
+ </div>
248
+ <div class="card-content">
249
+ <div class="title">TFO Terminate Fire Extinguisher Ball (Single)</div>
250
+ <div class="price-row">
251
+ <div class="price">₹2,398</div>
252
+ <div class="old-price">₹4,998</div>
253
+ </div>
254
+ <div class="discount">52% off</div>
255
+ </div>
256
+ </div>
257
+
258
+ </div>
259
+
260
+ <div class="home-indicator"></div>
261
+ </div>
262
+ </body>
263
+ </html>
code/18787/18787_1.html ADDED
@@ -0,0 +1,327 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0" />
6
+ <title>Filter UI</title>
7
+ <style>
8
+ body {
9
+ margin: 0;
10
+ padding: 0;
11
+ background: transparent;
12
+ font-family: Arial, Helvetica, sans-serif;
13
+ }
14
+ #render-target {
15
+ width: 1080px;
16
+ height: 2400px;
17
+ position: relative;
18
+ overflow: hidden;
19
+ background: #eeeeee;
20
+ }
21
+
22
+ /* Top teal status/app bar */
23
+ .appbar {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ width: 1080px;
28
+ height: 130px;
29
+ background: #1497A1;
30
+ color: #ffffff;
31
+ display: flex;
32
+ align-items: center;
33
+ padding: 0 36px;
34
+ box-sizing: border-box;
35
+ }
36
+ .status-time {
37
+ font-size: 38px;
38
+ font-weight: 600;
39
+ letter-spacing: 0.5px;
40
+ }
41
+ .status-icons {
42
+ margin-left: 26px;
43
+ display: flex;
44
+ align-items: center;
45
+ gap: 22px;
46
+ }
47
+ .status-dot {
48
+ width: 26px;
49
+ height: 26px;
50
+ border-radius: 50%;
51
+ background: rgba(255,255,255,0.9);
52
+ }
53
+ .status-right {
54
+ margin-left: auto;
55
+ display: flex;
56
+ align-items: center;
57
+ gap: 24px;
58
+ }
59
+ .status-pill {
60
+ width: 28px; height: 18px;
61
+ border: 2px solid #fff; border-radius: 4px;
62
+ }
63
+ .status-battery {
64
+ width: 30px; height: 18px;
65
+ border: 2px solid #fff; border-radius: 3px;
66
+ position: relative;
67
+ }
68
+ .status-battery::after {
69
+ content: "";
70
+ position: absolute; right: -6px; top: 5px;
71
+ width: 4px; height: 8px; background: #fff; border-radius: 1px;
72
+ }
73
+
74
+ /* Sheet header */
75
+ .sheet-header {
76
+ position: absolute;
77
+ top: 130px;
78
+ left: 0;
79
+ width: 1080px;
80
+ height: 220px;
81
+ background: #ffffff;
82
+ border-bottom: 1px solid #e0e0e0;
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: space-between;
86
+ box-sizing: border-box;
87
+ padding: 0 40px;
88
+ }
89
+ .sheet-title {
90
+ font-size: 64px;
91
+ font-weight: 700;
92
+ color: #333333;
93
+ }
94
+ .close-btn {
95
+ width: 64px; height: 64px;
96
+ }
97
+ .close-btn svg {
98
+ width: 100%; height: 100%;
99
+ }
100
+
101
+ /* Main filters area */
102
+ .filters-area {
103
+ position: absolute;
104
+ top: 350px; /* 130 + 220 */
105
+ left: 0;
106
+ right: 0;
107
+ bottom: 310px; /* space for bottom bars */
108
+ display: flex;
109
+ }
110
+
111
+ /* Left categories list */
112
+ .filters-left {
113
+ width: 340px;
114
+ background: #f3f3f3;
115
+ border-right: 1px solid #dddddd;
116
+ box-sizing: border-box;
117
+ }
118
+ .cat-item {
119
+ padding: 36px 34px;
120
+ border-bottom: 1px solid #e2e2e2;
121
+ font-size: 40px;
122
+ color: #4a4a4a;
123
+ }
124
+ .cat-item.active {
125
+ color: #1698a4;
126
+ font-weight: 600;
127
+ }
128
+
129
+ /* Right panel */
130
+ .filters-right {
131
+ flex: 1;
132
+ background: #ffffff;
133
+ box-sizing: border-box;
134
+ padding: 24px 36px;
135
+ }
136
+ .search-row {
137
+ position: relative;
138
+ height: 98px;
139
+ margin: 14px 0 24px 0;
140
+ }
141
+ .search-input {
142
+ width: 100%;
143
+ height: 100%;
144
+ border: 2px solid #e4e4e4;
145
+ border-radius: 8px;
146
+ box-sizing: border-box;
147
+ padding: 0 120px 0 100px;
148
+ font-size: 40px;
149
+ color: #9e9e9e;
150
+ display: flex;
151
+ align-items: center;
152
+ }
153
+ .search-icon {
154
+ position: absolute;
155
+ left: 24px;
156
+ top: 50%;
157
+ transform: translateY(-50%);
158
+ width: 48px; height: 48px;
159
+ color: #b0b0b0;
160
+ }
161
+ .clear-icon {
162
+ position: absolute;
163
+ right: 24px;
164
+ top: 50%;
165
+ transform: translateY(-50%);
166
+ width: 48px; height: 48px;
167
+ color: #b0b0b0;
168
+ }
169
+
170
+ .brand-item {
171
+ display: flex;
172
+ justify-content: space-between;
173
+ align-items: center;
174
+ padding: 26px 6px;
175
+ border-bottom: 1px solid #efefef;
176
+ font-size: 42px;
177
+ color: #7a7a7a;
178
+ }
179
+ .brand-count {
180
+ color: #9c9c9c;
181
+ font-size: 40px;
182
+ }
183
+
184
+ /* Bottom action bar */
185
+ .bottom-actions {
186
+ position: absolute;
187
+ left: 0;
188
+ bottom: 110px; /* above device nav */
189
+ width: 1080px;
190
+ height: 200px;
191
+ display: flex;
192
+ box-sizing: border-box;
193
+ border-top: 1px solid #e5e5e5;
194
+ background: #ffffff;
195
+ }
196
+ .btn-clear {
197
+ width: 360px; /* approx 1/3 width */
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ color: #ff7a00;
202
+ font-size: 44px;
203
+ font-weight: 700;
204
+ text-transform: uppercase;
205
+ border-right: 1px solid #e5e5e5;
206
+ background: #ffffff;
207
+ }
208
+ .btn-apply {
209
+ flex: 1;
210
+ display: flex;
211
+ align-items: center;
212
+ justify-content: center;
213
+ color: #ffffff;
214
+ font-size: 44px;
215
+ font-weight: 700;
216
+ text-transform: uppercase;
217
+ background: linear-gradient(90deg, #ff8738, #ff5b70);
218
+ }
219
+
220
+ /* Device navigation bar */
221
+ .device-nav {
222
+ position: absolute;
223
+ left: 0;
224
+ bottom: 0;
225
+ width: 1080px;
226
+ height: 110px;
227
+ background: #000000;
228
+ }
229
+ .gesture-pill {
230
+ position: absolute;
231
+ left: 50%;
232
+ transform: translateX(-50%);
233
+ bottom: 30px;
234
+ width: 180px;
235
+ height: 14px;
236
+ border-radius: 12px;
237
+ background: #cfcfcf;
238
+ opacity: 0.9;
239
+ }
240
+ </style>
241
+ </head>
242
+ <body>
243
+ <div id="render-target">
244
+
245
+ <!-- Top status/app bar -->
246
+ <div class="appbar">
247
+ <div class="status-time">10:45</div>
248
+ <div class="status-icons">
249
+ <div class="status-dot"></div>
250
+ <div class="status-dot"></div>
251
+ <div class="status-dot"></div>
252
+ <div class="status-dot" style="width:8px;height:8px;"></div>
253
+ </div>
254
+ <div class="status-right">
255
+ <div class="status-pill"></div>
256
+ <div class="status-battery"></div>
257
+ </div>
258
+ </div>
259
+
260
+ <!-- Header sheet -->
261
+ <div class="sheet-header">
262
+ <div class="sheet-title">Filter By</div>
263
+ <div class="close-btn">
264
+ <svg viewBox="0 0 24 24">
265
+ <path d="M5 5 L19 19 M19 5 L5 19" stroke="#1698a4" stroke-width="2.5" stroke-linecap="round" fill="none"/>
266
+ </svg>
267
+ </div>
268
+ </div>
269
+
270
+ <!-- Main filters content -->
271
+ <div class="filters-area">
272
+ <div class="filters-left">
273
+ <div class="cat-item active">Brand</div>
274
+ <div class="cat-item">Discount</div>
275
+ <div class="cat-item">Product Rating</div>
276
+ <div class="cat-item">Price</div>
277
+ </div>
278
+
279
+ <div class="filters-right">
280
+ <div class="search-row">
281
+ <div class="search-input">Search Brand</div>
282
+ <div class="search-icon">
283
+ <svg viewBox="0 0 24 24">
284
+ <circle cx="10" cy="10" r="7" stroke="#b0b0b0" stroke-width="2" fill="none"></circle>
285
+ <line x1="15.5" y1="15.5" x2="22" y2="22" stroke="#b0b0b0" stroke-width="2" stroke-linecap="round"></line>
286
+ </svg>
287
+ </div>
288
+ <div class="clear-icon">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M6 6 L18 18 M18 6 L6 18" stroke="#b0b0b0" stroke-width="2.5" stroke-linecap="round" fill="none"></path>
291
+ </svg>
292
+ </div>
293
+ </div>
294
+
295
+ <div class="brand-item">
296
+ <div>Fire Extinguisher</div>
297
+ <div class="brand-count">(4)</div>
298
+ </div>
299
+ <div class="brand-item">
300
+ <div>Other</div>
301
+ <div class="brand-count">(1)</div>
302
+ </div>
303
+ <div class="brand-item">
304
+ <div>IIVAAS</div>
305
+ <div class="brand-count">(1)</div>
306
+ </div>
307
+ <div class="brand-item">
308
+ <div>Brow</div>
309
+ <div class="brand-count">(1)</div>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Bottom actions -->
315
+ <div class="bottom-actions">
316
+ <div class="btn-clear">CLEAR ALL</div>
317
+ <div class="btn-apply">APPLY FILTER</div>
318
+ </div>
319
+
320
+ <!-- Device navigation bar -->
321
+ <div class="device-nav">
322
+ <div class="gesture-pill"></div>
323
+ </div>
324
+
325
+ </div>
326
+ </body>
327
+ </html>
code/18787/18787_2.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Filter By 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: #EEEEEE;
15
+ }
16
+
17
+ /* Top status bar */
18
+ .status {
19
+ height: 120px;
20
+ background: #129EA5;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-size: 38px;
27
+ letter-spacing: 1px;
28
+ }
29
+ .status .left {
30
+ flex: 1;
31
+ display: flex;
32
+ align-items: center;
33
+ gap: 16px;
34
+ }
35
+ .status .right {
36
+ display: flex;
37
+ align-items: center;
38
+ gap: 22px;
39
+ }
40
+ .status .dot {
41
+ width: 10px; height: 10px; background: #fff; border-radius: 50%;
42
+ }
43
+ .icon {
44
+ display: inline-block;
45
+ width: 42px; height: 42px;
46
+ }
47
+
48
+ /* Header toolbar */
49
+ .toolbar {
50
+ height: 180px;
51
+ background: #FFFFFF;
52
+ display: flex;
53
+ align-items: center;
54
+ padding: 0 40px;
55
+ box-sizing: border-box;
56
+ border-bottom: 1px solid #e5e5e5;
57
+ }
58
+ .toolbar h1 {
59
+ margin: 0;
60
+ font-size: 64px;
61
+ font-weight: 700;
62
+ color: #333;
63
+ flex: 1;
64
+ }
65
+ .toolbar .close {
66
+ width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; cursor: default;
67
+ }
68
+ .toolbar .close svg line { stroke: #4BAEB2; stroke-width: 10; stroke-linecap: round; }
69
+
70
+ /* Main content area */
71
+ .content {
72
+ position: absolute;
73
+ top: 300px; /* 120 + 180 */
74
+ left: 0;
75
+ right: 0;
76
+ bottom: 250px; /* leave space for action bar + nav bar */
77
+ display: flex;
78
+ background: #EEEEEE;
79
+ }
80
+
81
+ .sidebar {
82
+ width: 360px;
83
+ background: #F3F3F3;
84
+ border-right: 2px solid #E0E0E0;
85
+ }
86
+ .sidebar .item {
87
+ padding: 36px 40px;
88
+ font-size: 46px;
89
+ color: #5f5f5f;
90
+ border-bottom: 2px solid #E3E3E3;
91
+ }
92
+ .sidebar .item.active {
93
+ color: #0FA2A7;
94
+ background: #FFFFFF;
95
+ font-weight: 600;
96
+ }
97
+
98
+ .panel {
99
+ flex: 1;
100
+ background: #FFFFFF;
101
+ display: flex;
102
+ flex-direction: column;
103
+ }
104
+ .searchbar {
105
+ height: 120px;
106
+ border-bottom: 2px solid #EAEAEA;
107
+ display: flex;
108
+ align-items: center;
109
+ padding: 0 28px;
110
+ box-sizing: border-box;
111
+ gap: 16px;
112
+ }
113
+ .searchbox {
114
+ flex: 1;
115
+ height: 84px;
116
+ border: 2px solid #E0E0E0;
117
+ border-radius: 10px;
118
+ display: flex;
119
+ align-items: center;
120
+ padding: 0 24px;
121
+ box-sizing: border-box;
122
+ color: #9E9E9E;
123
+ font-size: 40px;
124
+ background: #FAFAFA;
125
+ }
126
+ .searchbox .placeholder { margin-left: 16px; }
127
+ .search-actions {
128
+ display: flex;
129
+ align-items: center;
130
+ gap: 16px;
131
+ }
132
+ .brand-list {
133
+ list-style: none;
134
+ margin: 0;
135
+ padding: 0;
136
+ overflow: hidden;
137
+ }
138
+ .brand-row {
139
+ display: flex;
140
+ align-items: center;
141
+ padding: 34px 36px;
142
+ font-size: 48px;
143
+ color: #4B4B4B;
144
+ border-bottom: 2px solid #F0F0F0;
145
+ }
146
+ .brand-row .count {
147
+ margin-left: auto;
148
+ color: #7B7B7B;
149
+ font-size: 44px;
150
+ }
151
+ .brand-row .dot {
152
+ width: 18px; height: 18px; background: #0FA2A7; border-radius: 50%; margin-left: 18px;
153
+ }
154
+
155
+ /* Bottom action bar */
156
+ .actions {
157
+ position: absolute;
158
+ left: 0; right: 0; bottom: 120px;
159
+ height: 150px;
160
+ display: flex;
161
+ border-top: 1px solid #E6E6E6;
162
+ box-shadow: 0 -2px 6px rgba(0,0,0,0.04);
163
+ }
164
+ .btn-clear, .btn-apply {
165
+ display: flex;
166
+ align-items: center;
167
+ justify-content: center;
168
+ font-size: 48px;
169
+ font-weight: 700;
170
+ }
171
+ .btn-clear {
172
+ width: 40%;
173
+ background: #FFFFFF;
174
+ color: #FF7B00;
175
+ }
176
+ .btn-apply {
177
+ width: 60%;
178
+ color: #FFFFFF;
179
+ background: linear-gradient(90deg, #FF8A3D 0%, #FF5C58 100%);
180
+ }
181
+
182
+ /* Device bottom nav bar */
183
+ .nav-bar {
184
+ position: absolute;
185
+ left: 0; right: 0; bottom: 0;
186
+ height: 120px;
187
+ background: #000;
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ }
192
+ .home-pill {
193
+ width: 220px; height: 16px; background: #CFCFCF; border-radius: 10px;
194
+ }
195
+ </style>
196
+ </head>
197
+ <body>
198
+ <div id="render-target">
199
+ <!-- Status Bar -->
200
+ <div class="status">
201
+ <div class="left">
202
+ <span style="font-weight:600;">10:45</span>
203
+ <!-- simple status icons -->
204
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
205
+ <circle cx="10" cy="12" r="6"></circle>
206
+ <line x1="14" y1="16" x2="20" y2="22"></line>
207
+ </svg>
208
+ <svg class="icon" viewBox="0 0 24 24" fill="white">
209
+ <rect x="3" y="7" width="18" height="10" rx="2" ry="2"></rect>
210
+ <rect x="21" y="10" width="2" height="4"></rect>
211
+ </svg>
212
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
213
+ <circle cx="12" cy="12" r="6"></circle>
214
+ <line x1="12" y1="12" x2="16" y2="8"></line>
215
+ </svg>
216
+ <span class="dot"></span>
217
+ </div>
218
+ <div class="right">
219
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
220
+ <path d="M3 18h18M6 15h12M9 12h6M12 9h0"></path>
221
+ </svg>
222
+ <svg class="icon" viewBox="0 0 24 24" fill="white">
223
+ <path d="M12 2l7 4v8c0 3.866-3.134 7-7 7s-7-3.134-7-7V6l7-4z"></path>
224
+ </svg>
225
+ <svg class="icon" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2">
226
+ <rect x="6" y="4" width="12" height="16" rx="2"></rect>
227
+ <rect x="10" y="2" width="4" height="2" fill="white" stroke="none"></rect>
228
+ </svg>
229
+ </div>
230
+ </div>
231
+
232
+ <!-- Toolbar -->
233
+ <div class="toolbar">
234
+ <h1>Filter By</h1>
235
+ <div class="close" aria-label="Close">
236
+ <svg width="60" height="60" viewBox="0 0 24 24">
237
+ <line x1="5" y1="5" x2="19" y2="19"></line>
238
+ <line x1="19" y1="5" x2="5" y2="19"></line>
239
+ </svg>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Main content -->
244
+ <div class="content">
245
+ <div class="sidebar">
246
+ <div class="item active">Brand</div>
247
+ <div class="item">Discount</div>
248
+ <div class="item">Product Rating</div>
249
+ <div class="item">Price</div>
250
+ </div>
251
+
252
+ <div class="panel">
253
+ <div class="searchbar">
254
+ <div class="searchbox">
255
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#9E9E9E" stroke-width="2">
256
+ <circle cx="11" cy="11" r="7"></circle>
257
+ <line x1="16.5" y1="16.5" x2="21" y2="21"></line>
258
+ </svg>
259
+ <span class="placeholder">Search Brand</span>
260
+ </div>
261
+ <div class="search-actions">
262
+ <svg width="44" height="44" viewBox="0 0 24 24">
263
+ <line x1="5" y1="5" x2="19" y2="19" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"></line>
264
+ <line x1="19" y1="5" x2="5" y2="19" stroke="#BDBDBD" stroke-width="2" stroke-linecap="round"></line>
265
+ </svg>
266
+ </div>
267
+ </div>
268
+
269
+ <ul class="brand-list">
270
+ <li class="brand-row">
271
+ <span>Fire Extinguisher</span>
272
+ <span class="count">(4)</span>
273
+ </li>
274
+ <li class="brand-row">
275
+ <span>Other</span>
276
+ <span class="count">(1)</span>
277
+ </li>
278
+ <li class="brand-row">
279
+ <span>IIVAAS</span>
280
+ <span class="count">(1)</span>
281
+ <span class="dot" title="selected"></span>
282
+ </li>
283
+ <li class="brand-row">
284
+ <span>Brow</span>
285
+ <span class="count">(1)</span>
286
+ </li>
287
+ </ul>
288
+ <!-- Rest of area intentionally blank like the screenshot -->
289
+ </div>
290
+ </div>
291
+
292
+ <!-- Bottom action buttons -->
293
+ <div class="actions">
294
+ <div class="btn-clear">CLEAR ALL</div>
295
+ <div class="btn-apply">APPLY FILTER</div>
296
+ </div>
297
+
298
+ <!-- Device nav bar -->
299
+ <div class="nav-bar">
300
+ <div class="home-pill"></div>
301
+ </div>
302
+ </div>
303
+ </body>
304
+ </html>
code/18787/18787_3.html ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Fire Tool Listing</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ height: 120px;
20
+ background: #16A3AD;
21
+ color: #fff;
22
+ display: flex;
23
+ align-items: center;
24
+ padding: 0 36px;
25
+ box-sizing: border-box;
26
+ font-weight: 600;
27
+ font-size: 34px;
28
+ }
29
+ .status-left { flex: 1; }
30
+ .status-right {
31
+ display: flex; align-items: center; gap: 24px;
32
+ }
33
+ .status-dot {
34
+ width: 12px; height: 12px; background: #fff; border-radius: 50%;
35
+ }
36
+ .sb-icon {
37
+ width: 34px; height: 34px; border: 2px solid rgba(255,255,255,0.9); border-radius: 6px;
38
+ }
39
+
40
+ /* App bar */
41
+ .app-bar {
42
+ height: 140px;
43
+ background: #ffffff;
44
+ display: flex;
45
+ align-items: center;
46
+ padding: 0 30px;
47
+ box-sizing: border-box;
48
+ border-bottom: 1px solid #e6e6e6;
49
+ }
50
+ .app-left, .app-right { display: flex; align-items: center; }
51
+ .app-left { gap: 24px; }
52
+ .app-title { font-size: 44px; font-weight: 700; color: #2b2b2b; letter-spacing: 1px; }
53
+ .app-right { margin-left: auto; gap: 36px; }
54
+ .icon-btn { width: 64px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
55
+
56
+ /* Filters row */
57
+ .filters {
58
+ height: 120px;
59
+ display: flex;
60
+ border-bottom: 1px solid #e6e6e6;
61
+ }
62
+ .filter-chip {
63
+ flex: 1;
64
+ display: flex;
65
+ align-items: center;
66
+ gap: 12px;
67
+ padding: 0 36px;
68
+ border-right: 1px solid #ededed;
69
+ background: #fafafa;
70
+ color: #7a7a7a;
71
+ font-size: 36px;
72
+ }
73
+ .filter-chip:last-child { border-right: none; }
74
+ .badge {
75
+ min-width: 48px; height: 48px; padding: 0 12px;
76
+ border-radius: 24px; background: #16A3AD; color: #fff;
77
+ display: inline-flex; align-items: center; justify-content: center;
78
+ font-weight: 700; font-size: 30px;
79
+ }
80
+ .caret {
81
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;
82
+ border-top: 12px solid #999;
83
+ margin-left: 8px;
84
+ }
85
+
86
+ /* Grid */
87
+ .content {
88
+ position: absolute;
89
+ top: 380px; /* status + app + filters heights: 120 + 140 + 120 */
90
+ bottom: 0;
91
+ left: 0; right: 0;
92
+ background: #efefef;
93
+ }
94
+ .grid {
95
+ display: grid;
96
+ grid-template-columns: 540px 540px;
97
+ background: #fff;
98
+ }
99
+ .product-card {
100
+ border-right: 1px solid #e9e9e9;
101
+ border-bottom: 1px solid #e9e9e9;
102
+ padding-bottom: 24px;
103
+ box-sizing: border-box;
104
+ min-height: 920px;
105
+ }
106
+ .product-image {
107
+ width: 100%; height: 620px;
108
+ background: #E0E0E0;
109
+ border-bottom: 1px solid #BDBDBD;
110
+ display: flex; align-items: center; justify-content: center;
111
+ color: #757575; font-size: 38px;
112
+ position: relative;
113
+ }
114
+ .fav {
115
+ position: absolute; top: 36px; right: 36px;
116
+ width: 96px; height: 96px; background: #fff; border-radius: 48px;
117
+ box-shadow: 0 2px 8px rgba(0,0,0,0.12);
118
+ display: flex; align-items: center; justify-content: center;
119
+ }
120
+ .p-body { padding: 28px 32px 0; }
121
+ .p-title {
122
+ font-size: 34px; color: #444; line-height: 1.3;
123
+ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
124
+ margin-bottom: 18px;
125
+ }
126
+ .price-row { display: flex; align-items: center; gap: 18px; margin: 8px 0; }
127
+ .price { font-size: 44px; font-weight: 800; color: #0a0a0a; }
128
+ .old-price { font-size: 32px; color: #9e9e9e; text-decoration: line-through; }
129
+ .discount { color: #1faa59; font-weight: 700; font-size: 34px; }
130
+
131
+ /* Bottom gesture bar */
132
+ .gesture {
133
+ position: absolute; left: 0; right: 0; bottom: 20px; height: 16px;
134
+ display: flex; align-items: center; justify-content: center;
135
+ }
136
+ .gesture .pill {
137
+ width: 420px; height: 12px; border-radius: 6px; background: #d0d0d0;
138
+ }
139
+
140
+ /* Simple SVG color defaults */
141
+ svg { display: block; }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+ <!-- Status bar -->
147
+ <div class="status-bar">
148
+ <div class="status-left">10:45</div>
149
+ <div class="status-right">
150
+ <div class="sb-icon"></div>
151
+ <div class="sb-icon"></div>
152
+ <div class="sb-icon"></div>
153
+ <div class="status-dot"></div>
154
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
155
+ <path d="M17 8h1a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1" stroke="#fff" stroke-width="2"/>
156
+ <path d="M12 3v8" stroke="#fff" stroke-width="2"/>
157
+ </svg>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- App bar -->
162
+ <div class="app-bar">
163
+ <div class="app-left">
164
+ <div class="icon-btn">
165
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
166
+ <path d="M15 18l-6-6 6-6" stroke="#16A3AD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
167
+ </svg>
168
+ </div>
169
+ <div class="app-title">FIRE TOOL</div>
170
+ </div>
171
+ <div class="app-right">
172
+ <div class="icon-btn">
173
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
174
+ <circle cx="11" cy="11" r="7" stroke="#16A3AD" stroke-width="2"/>
175
+ <path d="M20 20l-3-3" stroke="#16A3AD" stroke-width="2" stroke-linecap="round"/>
176
+ </svg>
177
+ </div>
178
+ <div class="icon-btn">
179
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
180
+ <path d="M6 6h14l-1 10H7L6 6z" stroke="#16A3AD" stroke-width="2"/>
181
+ <circle cx="9" cy="20" r="1.6" fill="#16A3AD"/>
182
+ <circle cx="17" cy="20" r="1.6" fill="#16A3AD"/>
183
+ </svg>
184
+ </div>
185
+ </div>
186
+ </div>
187
+
188
+ <!-- Filters -->
189
+ <div class="filters">
190
+ <div class="filter-chip">
191
+ <span>Fire Protection</span>
192
+ <div class="caret"></div>
193
+ </div>
194
+ <div class="filter-chip">
195
+ <span class="badge">1</span>
196
+ <span style="color:#16A3AD;font-weight:700;">Filter</span>
197
+ </div>
198
+ <div class="filter-chip">
199
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
200
+ <path d="M7 7h10M5 12h14M9 17h6" stroke="#8c8c8c" stroke-width="2"/>
201
+ </svg>
202
+ <span>Price</span>
203
+ </div>
204
+ <div class="filter-chip">
205
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="none">
206
+ <path d="M6 4h12M8 10h8M10 16h4M12 20v-4" stroke="#8c8c8c" stroke-width="2"/>
207
+ </svg>
208
+ <span>Sort</span>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Content / Grid -->
213
+ <div class="content">
214
+ <div class="grid">
215
+ <!-- Product card left -->
216
+ <div class="product-card">
217
+ <div class="product-image">
218
+ [IMG: Red Fire Extinguisher Spray]
219
+ <div class="fav">
220
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
221
+ <path d="M12 21s-7-4.6-7-10a4 4 0 0 1 7-2 4 4 0 0 1 7 2c0 5.4-7 10-7 10z" stroke="#888" stroke-width="2" fill="none"/>
222
+ </svg>
223
+ </div>
224
+ </div>
225
+ <div class="p-body">
226
+ <div class="p-title">IVAAS Fire-Stop Car and Home Fire Safety Spray</div>
227
+ <div class="price-row">
228
+ <div class="price">₹399</div>
229
+ <div class="old-price">₹1,499</div>
230
+ </div>
231
+ <div class="discount">73% off</div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- Right column empty state -->
236
+ <div class="product-card" style="display:flex; align-items:center; justify-content:center; color:#b5b5b5;">
237
+ <!-- Empty placeholder to mimic second empty column -->
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Gesture bar -->
243
+ <div class="gesture">
244
+ <div class="pill"></div>
245
+ </div>
246
+ </div>
247
+ </body>
248
+ </html>
code/18791/18791_0.html ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Recording Screen</title>
5
+ <style>
6
+ body { margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width:1080px; height:2400px;
9
+ position:relative; overflow:hidden;
10
+ background:#1f1f1f; color:#eaeaea;
11
+ }
12
+
13
+ /* Status bar */
14
+ .status-bar {
15
+ position:absolute; top:0; left:0; right:0;
16
+ height:120px; background:#0e0e0e;
17
+ }
18
+ .status-content { position:absolute; top:38px; left:36px; right:36px; display:flex; align-items:center; justify-content:space-between; }
19
+ .status-left { font-size:42px; letter-spacing:1px; }
20
+ .status-right { display:flex; gap:26px; align-items:center; }
21
+ .status-icon { width:44px; height:44px; opacity:0.9; }
22
+
23
+ /* Simple icons */
24
+ .wifi {
25
+ background: none;
26
+ }
27
+ .battery {
28
+ border:3px solid #fff; border-radius:6px; width:60px; height:34px; position:relative;
29
+ }
30
+ .battery::after {
31
+ content:''; position:absolute; right:-10px; top:10px; width:8px; height:14px; background:#fff; border-radius:2px;
32
+ }
33
+ .battery-fill { position:absolute; left:4px; top:4px; height:24px; width:40px; background:#fff; }
34
+
35
+ /* Back arrow */
36
+ .back-arrow {
37
+ position:absolute; top:150px; left:36px;
38
+ width:72px; height:72px;
39
+ }
40
+
41
+ /* Title */
42
+ .title {
43
+ position:absolute; top:880px; left:0; right:0;
44
+ text-align:center; font-size:72px; font-weight:500;
45
+ }
46
+ .title-line {
47
+ position:absolute; top:960px; left:300px; right:300px; height:4px; background:#bdbdbd; opacity:0.6;
48
+ }
49
+
50
+ /* Player card */
51
+ .card {
52
+ position:absolute; top:1040px; left:60px; width:960px; height:260px;
53
+ background:#2f2f2f; border-radius:24px;
54
+ box-shadow:0 10px 30px rgba(0,0,0,0.35) inset;
55
+ }
56
+ .play-btn {
57
+ position:absolute; left:60px; top:92px; width:72px; height:72px;
58
+ }
59
+ .track {
60
+ position:absolute; left:170px; right:90px; top:120px; height:6px; background:#555; border-radius:3px;
61
+ }
62
+ .knob {
63
+ position:absolute; left:170px; top:108px; width:28px; height:28px; background:#e74c3c; border-radius:50%;
64
+ box-shadow:0 0 0 4px rgba(231,76,60,0.2);
65
+ }
66
+ .time-left { position:absolute; left:170px; bottom:30px; font-size:40px; color:#cfcfcf; }
67
+ .time-right { position:absolute; right:60px; bottom:30px; font-size:40px; color:#cfcfcf; }
68
+
69
+ /* Share */
70
+ .share {
71
+ position:absolute; top:1360px; right:80px; font-size:48px; letter-spacing:3px;
72
+ }
73
+
74
+ /* Delete */
75
+ .delete {
76
+ position:absolute; bottom:160px; left:50%; transform:translateX(-50%);
77
+ display:flex; align-items:center; gap:22px; font-size:52px; color:#eaeaea;
78
+ }
79
+ .trash {
80
+ width:54px; height:54px; position:relative;
81
+ }
82
+ .trash .bin {
83
+ position:absolute; left:6px; top:18px; width:42px; height:32px; border:4px solid #fff; border-top-width:6px; border-radius:6px;
84
+ }
85
+ .trash .lid {
86
+ position:absolute; left:6px; top:6px; width:42px; height:10px; background:#fff; border-radius:4px;
87
+ }
88
+ .trash .x {
89
+ position:absolute; left:16px; top:26px; width:26px; height:26px;
90
+ }
91
+ .trash .x:before, .trash .x:after {
92
+ content:''; position:absolute; left:12px; top:0; width:4px; height:26px; background:#fff;
93
+ transform:rotate(45deg);
94
+ }
95
+ .trash .x:after { transform:rotate(-45deg); }
96
+
97
+ /* Gesture bar */
98
+ .gesture {
99
+ position:absolute; bottom:60px; left:50%; transform:translateX(-50%);
100
+ width:380px; height:16px; background:#d9d9d9; border-radius:12px; opacity:0.75;
101
+ }
102
+ </style>
103
+ </head>
104
+ <body>
105
+ <div id="render-target">
106
+
107
+ <!-- Status bar -->
108
+ <div class="status-bar"></div>
109
+ <div class="status-content">
110
+ <div class="status-left">8:33</div>
111
+ <div class="status-right">
112
+ <!-- simple placeholders for misc icons -->
113
+ <div class="status-icon" style="border-radius:10px; border:3px solid #fff;"></div>
114
+ <div class="status-icon" style="border-radius:6px; border:3px solid #fff;"></div>
115
+ <!-- WiFi icon -->
116
+ <svg class="status-icon wifi" viewBox="0 0 48 48">
117
+ <path d="M4 16c10-8 30-8 40 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
118
+ <path d="M10 24c7-6 21-6 28 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
119
+ <path d="M18 32c4-4 10-4 14 0" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
120
+ <circle cx="25" cy="37" r="3" fill="#fff"/>
121
+ </svg>
122
+ <!-- Battery -->
123
+ <div class="battery"><div class="battery-fill"></div></div>
124
+ </div>
125
+ </div>
126
+
127
+ <!-- Back arrow -->
128
+ <svg class="back-arrow" viewBox="0 0 48 48">
129
+ <path d="M30 10 L12 24 L30 38" stroke="#ffffff" stroke-width="5" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
130
+ </svg>
131
+
132
+ <!-- Title -->
133
+ <div class="title">Recording 1</div>
134
+ <div class="title-line"></div>
135
+
136
+ <!-- Player Card -->
137
+ <div class="card">
138
+ <svg class="play-btn" viewBox="0 0 48 48">
139
+ <path d="M12 8 L12 40 L38 24 Z" fill="#ffffff"/>
140
+ </svg>
141
+ <div class="track"></div>
142
+ <div class="knob"></div>
143
+ <div class="time-left">00:00</div>
144
+ <div class="time-right">00:42</div>
145
+ </div>
146
+
147
+ <!-- Share -->
148
+ <div class="share">Share</div>
149
+
150
+ <!-- Delete -->
151
+ <div class="delete">
152
+ <div class="trash">
153
+ <div class="lid"></div>
154
+ <div class="bin"></div>
155
+ <div class="x"></div>
156
+ </div>
157
+ <div>Delete</div>
158
+ </div>
159
+
160
+ <!-- Gesture bar -->
161
+ <div class="gesture"></div>
162
+
163
+ </div>
164
+ </body>
165
+ </html>
code/18791/18791_1.html ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Delete Recording Dialog</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #0B0B0B;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 120px;
22
+ background: #000;
23
+ }
24
+
25
+ /* Back arrow */
26
+ .top-back {
27
+ position: absolute;
28
+ top: 150px;
29
+ left: 36px;
30
+ width: 72px;
31
+ height: 72px;
32
+ display: flex;
33
+ align-items: center;
34
+ justify-content: center;
35
+ opacity: 0.9;
36
+ }
37
+ .top-back svg { width: 44px; height: 44px; fill: #BDBDBD; }
38
+
39
+ /* Page title */
40
+ .page-title {
41
+ position: absolute;
42
+ top: 700px;
43
+ left: 0;
44
+ width: 100%;
45
+ text-align: center;
46
+ color: #9E9E9E;
47
+ font-size: 68px;
48
+ font-weight: 500;
49
+ letter-spacing: 1px;
50
+ opacity: 0.7;
51
+ }
52
+ .title-underline {
53
+ position: absolute;
54
+ top: 780px;
55
+ left: 200px;
56
+ width: 680px;
57
+ height: 4px;
58
+ background: #424242;
59
+ opacity: 0.6;
60
+ }
61
+
62
+ /* Bottom action (Delete) behind dialog */
63
+ .bottom-action {
64
+ position: absolute;
65
+ bottom: 140px;
66
+ width: 100%;
67
+ display: flex;
68
+ justify-content: center;
69
+ align-items: center;
70
+ color: #9E9E9E;
71
+ gap: 16px;
72
+ opacity: 0.35;
73
+ font-size: 44px;
74
+ }
75
+ .bottom-action svg { width: 44px; height: 44px; fill: #9E9E9E; }
76
+
77
+ /* Gesture bar */
78
+ .gesture {
79
+ position: absolute;
80
+ bottom: 44px;
81
+ left: 50%;
82
+ transform: translateX(-50%);
83
+ width: 330px;
84
+ height: 12px;
85
+ background: #FFFFFF;
86
+ opacity: 0.5;
87
+ border-radius: 12px;
88
+ }
89
+
90
+ /* Dim overlay */
91
+ .overlay {
92
+ position: absolute;
93
+ inset: 0;
94
+ background: rgba(0,0,0,0.55);
95
+ }
96
+
97
+ /* Dialog */
98
+ .dialog {
99
+ position: absolute;
100
+ left: 60px;
101
+ right: 60px;
102
+ top: 980px;
103
+ background: #424242;
104
+ border-radius: 12px;
105
+ box-shadow: 0 18px 40px rgba(0,0,0,0.6);
106
+ color: #EDEDED;
107
+ }
108
+ .dialog-content {
109
+ padding: 56px 56px 20px 56px;
110
+ }
111
+ .dialog-title {
112
+ font-size: 56px;
113
+ font-weight: 600;
114
+ margin: 0 0 26px 0;
115
+ color: #FFFFFF;
116
+ }
117
+ .dialog-sub {
118
+ font-size: 40px;
119
+ color: #D0D0D0;
120
+ opacity: 0.9;
121
+ }
122
+ .dialog-actions {
123
+ display: flex;
124
+ justify-content: flex-end;
125
+ gap: 48px;
126
+ padding: 24px 40px 36px 40px;
127
+ }
128
+ .btn-text {
129
+ font-size: 42px;
130
+ color: #FF6B6B;
131
+ letter-spacing: 1px;
132
+ text-transform: uppercase;
133
+ cursor: default;
134
+ }
135
+ </style>
136
+ </head>
137
+ <body>
138
+ <div id="render-target">
139
+
140
+ <div class="status-bar"></div>
141
+
142
+ <div class="top-back">
143
+ <svg viewBox="0 0 24 24">
144
+ <path d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/>
145
+ </svg>
146
+ </div>
147
+
148
+ <div class="page-title">Recording 1</div>
149
+ <div class="title-underline"></div>
150
+
151
+ <div class="bottom-action">
152
+ <svg viewBox="0 0 24 24">
153
+ <path d="M16 9v10H8V9h8m-1.5-6h-5l-1 1H5v2h14V4h-3.5l-1-1z"/>
154
+ </svg>
155
+ <div>Delete</div>
156
+ </div>
157
+
158
+ <div class="gesture"></div>
159
+
160
+ <!-- Dark overlay -->
161
+ <div class="overlay"></div>
162
+
163
+ <!-- Dialog -->
164
+ <div class="dialog">
165
+ <div class="dialog-content">
166
+ <div class="dialog-title">Delete recording</div>
167
+ <div class="dialog-sub">Recorded data will be lost.</div>
168
+ </div>
169
+ <div class="dialog-actions">
170
+ <div class="btn-text">Cancel</div>
171
+ <div class="btn-text">Delete</div>
172
+ </div>
173
+ </div>
174
+
175
+ </div>
176
+ </body>
177
+ </html>
code/18791/18791_2.html ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Voice Recorder Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Roboto, Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #1f1f1f;
14
+ color: #f3f3f3;
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ width: 1080px;
23
+ height: 120px;
24
+ background: #111111;
25
+ color: #ffffff;
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ padding: 0 34px;
30
+ box-sizing: border-box;
31
+ letter-spacing: 1px;
32
+ font-weight: 500;
33
+ }
34
+ .status-left { display: flex; align-items: center; gap: 18px; }
35
+ .status-icons { display: flex; align-items: center; gap: 22px; opacity: 0.95; }
36
+
37
+ /* App actions (top right icons) */
38
+ .top-actions {
39
+ position: absolute;
40
+ top: 150px;
41
+ right: 34px;
42
+ display: flex;
43
+ gap: 38px;
44
+ align-items: center;
45
+ }
46
+ .icon-btn {
47
+ width: 64px;
48
+ height: 64px;
49
+ display: grid;
50
+ place-items: center;
51
+ color: #cfcfcf;
52
+ opacity: 0.9;
53
+ }
54
+ .kebab {
55
+ width: 12px;
56
+ height: 40px;
57
+ display: grid;
58
+ grid-template-rows: repeat(3, 8px);
59
+ row-gap: 8px;
60
+ justify-items: center;
61
+ }
62
+ .kebab span {
63
+ width: 8px;
64
+ height: 8px;
65
+ background: #cfcfcf;
66
+ border-radius: 50%;
67
+ }
68
+
69
+ /* Decorative dot equalizer */
70
+ .dot-grid {
71
+ position: absolute;
72
+ top: 420px;
73
+ left: 170px;
74
+ width: 740px;
75
+ height: 360px;
76
+ display: grid;
77
+ grid-template-columns: repeat(10, 1fr);
78
+ grid-auto-rows: 1fr;
79
+ gap: 34px 34px;
80
+ opacity: 0.45;
81
+ }
82
+ .dot {
83
+ width: 22px;
84
+ height: 22px;
85
+ background: #2d2d2d;
86
+ border-radius: 50%;
87
+ margin: auto;
88
+ box-shadow: inset 0 0 0 1px #2a2a2a;
89
+ }
90
+
91
+ /* Record button */
92
+ .record-wrap {
93
+ position: absolute;
94
+ top: 1370px;
95
+ left: 50%;
96
+ transform: translateX(-50%);
97
+ width: 360px;
98
+ height: 360px;
99
+ border-radius: 50%;
100
+ background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, rgba(0,0,0,0.0) 60%);
101
+ display: grid;
102
+ place-items: center;
103
+ }
104
+ .record-btn {
105
+ width: 220px;
106
+ height: 220px;
107
+ border-radius: 50%;
108
+ background: #ef4138;
109
+ box-shadow: 0 18px 40px rgba(0,0,0,0.55), 0 4px 0 rgba(0,0,0,0.25) inset;
110
+ display: grid;
111
+ place-items: center;
112
+ }
113
+ .mic-svg { width: 76px; height: 76px; fill: #ffffff; }
114
+
115
+ /* Bottom "Recordings" */
116
+ .bottom-right {
117
+ position: absolute;
118
+ right: 46px;
119
+ bottom: 150px;
120
+ display: flex;
121
+ align-items: center;
122
+ gap: 18px;
123
+ color: #e9e9e9;
124
+ font-size: 42px;
125
+ letter-spacing: 1px;
126
+ }
127
+ .file-icon {
128
+ width: 54px;
129
+ height: 54px;
130
+ border: 3px solid #e9e9e9;
131
+ border-radius: 10px;
132
+ position: relative;
133
+ }
134
+ .file-icon:after {
135
+ content: "";
136
+ position: absolute;
137
+ right: 6px;
138
+ top: 6px;
139
+ width: 16px;
140
+ height: 16px;
141
+ border-top: 3px solid #e9e9e9;
142
+ border-right: 3px solid #e9e9e9;
143
+ transform: rotate(45deg);
144
+ border-radius: 2px;
145
+ }
146
+
147
+ /* Gesture bar */
148
+ .gesture {
149
+ position: absolute;
150
+ left: 50%;
151
+ transform: translateX(-50%);
152
+ bottom: 24px;
153
+ width: 320px;
154
+ height: 10px;
155
+ background: #e7e7e7;
156
+ border-radius: 8px;
157
+ opacity: 0.85;
158
+ }
159
+
160
+ /* Small utility icons for status bar */
161
+ .sb-icon { width: 36px; height: 36px; }
162
+ .wifi, .battery {
163
+ fill: none; stroke: #ffffff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round;
164
+ }
165
+ </style>
166
+ </head>
167
+ <body>
168
+ <div id="render-target">
169
+
170
+ <!-- Status bar -->
171
+ <div class="status-bar">
172
+ <div class="status-left">
173
+ <div style="font-size:46px;">8:35</div>
174
+ <div style="font-size:44px; opacity:0.9;">S</div>
175
+ <div style="width:26px;height:26px;background:#ffffff;border-radius:4px;opacity:0.9;"></div>
176
+ <div style="width:26px;height:26px;border:3px solid #ffffff;border-radius:4px;opacity:0.9;"></div>
177
+ </div>
178
+ <div class="status-icons">
179
+ <svg class="sb-icon wifi" viewBox="0 0 24 24">
180
+ <path d="M2 8c5-4 15-4 20 0"/>
181
+ <path d="M5 11c3.5-3 10.5-3 14 0"/>
182
+ <path d="M8 14c2-2 6-2 8 0"/>
183
+ <circle cx="12" cy="18" r="1.8" fill="#ffffff" stroke="none"/>
184
+ </svg>
185
+ <svg class="sb-icon battery" viewBox="0 0 24 24">
186
+ <rect x="2" y="7" width="17" height="10" rx="2" />
187
+ <rect x="20" y="10" width="2" height="4" rx="1" />
188
+ </svg>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Top action icons -->
193
+ <div class="top-actions">
194
+ <!-- clock/history icon -->
195
+ <div class="icon-btn">
196
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="none" stroke="#cfcfcf" stroke-width="2.2">
197
+ <circle cx="12" cy="12" r="8.8"></circle>
198
+ <path d="M12 7v5l4 2"></path>
199
+ </svg>
200
+ </div>
201
+ <!-- waveform with arrow (simple loop arrow) -->
202
+ <div class="icon-btn">
203
+ <svg viewBox="0 0 24 24" width="56" height="56" fill="none" stroke="#cfcfcf" stroke-width="2.2" stroke-linecap="round">
204
+ <path d="M4 12c1.5-4 3-4 4.5 0S12 16 13.5 12 18 8 20 12"></path>
205
+ <path d="M16 6l4 0 0 4"></path>
206
+ </svg>
207
+ </div>
208
+ <!-- kebab menu -->
209
+ <div class="kebab" aria-label="menu">
210
+ <span></span><span></span><span></span>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Dotted equalizer area -->
215
+ <div class="dot-grid">
216
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
217
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
218
+
219
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
220
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
221
+
222
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
223
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
224
+
225
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
226
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
227
+
228
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
229
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
230
+
231
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
232
+ <span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span><span class="dot"></span>
233
+ </div>
234
+
235
+ <!-- Big red record button -->
236
+ <div class="record-wrap">
237
+ <div class="record-btn" aria-label="Record">
238
+ <svg class="mic-svg" viewBox="0 0 24 24">
239
+ <path d="M12 14a3 3 0 0 0 3-3V7a3 3 0 1 0-6 0v4a3 3 0 0 0 3 3zm-6-3a6 6 0 0 0 12 0"/>
240
+ <path d="M12 17v5"/>
241
+ </svg>
242
+ </div>
243
+ </div>
244
+
245
+ <!-- Bottom right "Recordings" -->
246
+ <div class="bottom-right">
247
+ <div class="file-icon"></div>
248
+ <div>Recordings</div>
249
+ </div>
250
+
251
+ <!-- Gesture bar -->
252
+ <div class="gesture"></div>
253
+
254
+ </div>
255
+ </body>
256
+ </html>
code/18795/18795_0.html ADDED
@@ -0,0 +1,364 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F5F7FA;
15
+ border-radius: 32px;
16
+ box-shadow: 0 12px 40px rgba(0,0,0,0.15);
17
+ }
18
+
19
+ /* Top app bar / status bar */
20
+ .top-bar {
21
+ position: relative;
22
+ height: 170px;
23
+ background: #0B6CB8;
24
+ color: #fff;
25
+ padding: 36px 44px 0 44px;
26
+ }
27
+ .status-content {
28
+ display: flex;
29
+ align-items: center;
30
+ justify-content: space-between;
31
+ font-weight: 600;
32
+ letter-spacing: 0.2px;
33
+ }
34
+ .status-icons { display: flex; gap: 24px; align-items: center; }
35
+ .icon {
36
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
37
+ }
38
+ .icon svg { width: 32px; height: 32px; fill: #fff; }
39
+
40
+ /* Search row */
41
+ .search-row {
42
+ background: #fff;
43
+ padding: 24px 36px 20px 36px;
44
+ box-shadow: 0 2px 0 rgba(0,0,0,0.05);
45
+ }
46
+ .search-wrap {
47
+ display: flex; align-items: center; gap: 20px;
48
+ }
49
+ .back-btn {
50
+ width: 84px; height: 84px; border-radius: 42px; background: #EAF2FA;
51
+ display: flex; align-items: center; justify-content: center;
52
+ }
53
+ .back-btn svg { width: 40px; height: 40px; fill: #2B6CB0; }
54
+
55
+ .search-pill {
56
+ flex: 1;
57
+ height: 96px;
58
+ border-radius: 48px;
59
+ background: #F7FAFC;
60
+ border: 2px solid #E2E8F0;
61
+ display: flex; align-items: center; padding: 0 28px; gap: 18px;
62
+ }
63
+ .search-input {
64
+ flex: 1; font-size: 36px; color: #2D3748;
65
+ }
66
+ .search-pill .icon svg { fill: #2B6CB0; }
67
+
68
+ .circle-actions {
69
+ display: flex; gap: 16px;
70
+ }
71
+ .circle {
72
+ width: 84px; height: 84px; border-radius: 42px; background: #F7FAFC; border: 2px solid #E2E8F0;
73
+ display: flex; align-items: center; justify-content: center;
74
+ }
75
+ .circle svg { width: 38px; height: 38px; fill: #718096; }
76
+
77
+ /* Filter chips */
78
+ .filters-row {
79
+ background: #fff;
80
+ padding: 16px 36px 24px 36px;
81
+ display: flex; gap: 20px; flex-wrap: nowrap;
82
+ }
83
+ .chip {
84
+ display: inline-flex; align-items: center; gap: 16px;
85
+ padding: 24px 34px;
86
+ border: 2px solid #E2E8F0; border-radius: 44px;
87
+ color: #1A202C; background: #FAFBFD; font-size: 34px; font-weight: 600;
88
+ }
89
+ .chip .icon svg { width: 34px; height: 34px; fill: #2B6CB0; }
90
+
91
+ /* Info banner */
92
+ .info-banner {
93
+ display: flex; align-items: center; justify-content: space-between;
94
+ background: #FFF4E6; color: #2D3748;
95
+ margin: 24px 36px; padding: 24px 28px; border-radius: 24px;
96
+ font-size: 34px;
97
+ }
98
+ .info-banner .left { display: flex; align-items: center; gap: 16px; font-weight: 600; }
99
+ .info-banner .right { color: #2B6CB0; font-weight: 700; }
100
+
101
+ /* Results summary */
102
+ .summary {
103
+ margin: 0 36px 18px 36px; color: #4A5568; font-size: 34px;
104
+ }
105
+ .summary b { color: #1A202C; }
106
+
107
+ /* Cards */
108
+ .card {
109
+ background: #fff;
110
+ margin: 22px 36px;
111
+ border-radius: 32px;
112
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
113
+ overflow: hidden;
114
+ }
115
+ .card-header {
116
+ padding: 26px 28px 18px 28px;
117
+ }
118
+ .card-subtitle {
119
+ color: #A0AEC0; font-weight: 800; font-size: 30px; letter-spacing: 0.5px;
120
+ }
121
+ .card-title {
122
+ margin-top: 10px; font-size: 40px; font-weight: 800; color: #2B3A59;
123
+ }
124
+ .image-area {
125
+ position: relative; height: 720px; background: #E0E0E0; border-top: 1px solid #D1D5DB; border-bottom: 1px solid #D1D5DB;
126
+ display: flex; align-items: center; justify-content: center; color: #757575;
127
+ font-size: 36px; font-weight: 600;
128
+ }
129
+ .verified-badge {
130
+ position: absolute; top: 20px; left: 20px;
131
+ background: #22C55E; color: #fff; border-radius: 18px; padding: 16px 22px; font-size: 30px; font-weight: 800;
132
+ display: inline-flex; align-items: center; gap: 10px;
133
+ }
134
+ .verified-badge .dot {
135
+ width: 22px; height: 22px; background: #fff; border-radius: 50%;
136
+ }
137
+ .image-like {
138
+ position: absolute; top: 24px; right: 24px;
139
+ width: 84px; height: 84px; border-radius: 42px; background: rgba(255,255,255,0.95);
140
+ display: flex; align-items: center; justify-content: center;
141
+ border: 2px solid #E2E8F0;
142
+ }
143
+ .image-like svg { width: 40px; height: 40px; fill: #8A94A6; }
144
+
145
+ .overlay-info {
146
+ position: absolute; bottom: 120px; left: 24px; right: 24px;
147
+ display: flex; gap: 20px;
148
+ color: #fff;
149
+ }
150
+ .overlay-block {
151
+ flex: 1; background: rgba(0,0,0,0.35); padding: 22px; border-radius: 16px;
152
+ }
153
+ .label { font-size: 26px; text-transform: uppercase; letter-spacing: 1px; color: #CBD5E0; }
154
+ .value { font-size: 42px; font-weight: 800; }
155
+ .sub { font-size: 28px; color: #E2E8F0; margin-top: 6px; }
156
+
157
+ .contact-banner {
158
+ position: absolute; bottom: 24px; left: 24px; right: 24px;
159
+ background: rgba(0,0,0,0.65); color: #fff; padding: 20px 24px; border-radius: 18px;
160
+ display: flex; align-items: center; justify-content: space-between; font-size: 32px; font-weight: 700;
161
+ }
162
+ .contact-banner .pause {
163
+ width: 44px; height: 44px; border-radius: 8px; background: #111; display: flex; align-items: center; justify-content: center;
164
+ }
165
+ .contact-banner .pause svg { width: 24px; height: 24px; fill: #fff; }
166
+
167
+ .card-footer {
168
+ padding: 22px 24px 28px 24px;
169
+ }
170
+ .places-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; }
171
+ .place { display: inline-flex; align-items: center; gap: 12px; background: #F1F5FF; color: #2B6CB0; border: 2px solid #DFE8FF; padding: 18px 24px; border-radius: 36px; font-weight: 700; font-size: 30px; }
172
+ .place .icon svg { fill: #2B6CB0; width: 30px; height: 30px; }
173
+
174
+ .owner-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
175
+ .owner-text { color: #4A5568; font-size: 32px; }
176
+ .actions { display: flex; gap: 16px; align-items: center; }
177
+ .btn-primary {
178
+ background: #fff; color: #2B6CB0; border: 3px solid #2B6CB0; font-weight: 800; font-size: 34px;
179
+ padding: 20px 28px; border-radius: 18px;
180
+ }
181
+ .round-btn {
182
+ width: 84px; height: 84px; border-radius: 24px; display: flex; align-items: center; justify-content: center;
183
+ border: 2px solid #E2E8F0; background: #E8FFF3;
184
+ }
185
+ .round-btn.whatsapp { background: #E7FFF0; }
186
+ .round-btn.call { background: #E9F5FF; }
187
+ .round-btn svg { width: 40px; height: 40px; fill: #1A202C; }
188
+
189
+ /* Home indicator */
190
+ .home-indicator {
191
+ position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
192
+ width: 360px; height: 14px; background: #000; opacity: 0.25; border-radius: 7px;
193
+ }
194
+ </style>
195
+ </head>
196
+ <body>
197
+ <div id="render-target">
198
+
199
+ <!-- Top blue status bar -->
200
+ <div class="top-bar">
201
+ <div class="status-content">
202
+ <div style="font-size:44px;">1:57</div>
203
+ <div class="status-icons">
204
+ <span class="icon">
205
+ <svg viewBox="0 0 24 24"><path d="M3 10h18v4H3z"/></svg>
206
+ </span>
207
+ <span class="icon">
208
+ <svg viewBox="0 0 24 24"><path d="M4 8h16v8H4z"/></svg>
209
+ </span>
210
+ <span class="icon">
211
+ <svg viewBox="0 0 24 24"><path d="M8 6h8v12H8z"/></svg>
212
+ </span>
213
+ </div>
214
+ </div>
215
+ </div>
216
+
217
+ <!-- Search row -->
218
+ <div class="search-row">
219
+ <div class="search-wrap">
220
+ <div class="back-btn">
221
+ <svg viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>
222
+ </div>
223
+ <div class="search-pill">
224
+ <div class="icon">
225
+ <svg viewBox="0 0 24 24"><path d="M10 4a6 6 0 100 12 6 6 0 000-12zm8 16l-5-5"/></svg>
226
+ </div>
227
+ <div class="search-input">Chennai South</div>
228
+ </div>
229
+ <div class="circle-actions">
230
+ <div class="circle">
231
+ <svg viewBox="0 0 24 24"><path d="M12 21s8-5 8-11a5 5 0 00-9-3 5 5 0 00-9 3c0 6 10 11 10 11z"/></svg>
232
+ </div>
233
+ <div class="circle">
234
+ <svg viewBox="0 0 24 24"><path d="M18 8l-6 6m0-6l6 6M6 6h12"/></svg>
235
+ </div>
236
+ </div>
237
+ </div>
238
+ </div>
239
+
240
+ <!-- Filter chips -->
241
+ <div class="filters-row">
242
+ <div class="chip">
243
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M4 6h16l-6 7v5l-4-2v-3z"/></svg></span>
244
+ Filters
245
+ </div>
246
+ <div class="chip">
247
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M7 14l-3 3h6l-3-3zm13-7l-3 3h6l-3-3z"/></svg></span>
248
+ Sort
249
+ <svg viewBox="0 0 24 24" style="width:28px;height:28px;fill:#A0AEC0;margin-left:10px;"><path d="M7 10l5 5 5-5"/></svg>
250
+ </div>
251
+ <div class="chip">
252
+ <span class="icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6"/></svg></span>
253
+ Owner
254
+ </div>
255
+ <div class="chip">
256
+ <span class="icon"><svg viewBox="0 0 24 24"><path d="M12 2l9 4-9 4-9-4 9-4zm-9 8l9 4 9-4v8l-9 4-9-4v-8z"/></svg></span>
257
+ More
258
+ </div>
259
+ </div>
260
+
261
+ <!-- Info banner -->
262
+ <div class="info-banner">
263
+ <div class="left">
264
+ <svg viewBox="0 0 24 24" width="32" height="32" style="fill:#2B6CB0;"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z"/></svg>
265
+ <span>Know more about <b>Chennai South</b></span>
266
+ </div>
267
+ <div class="right">View Insights</div>
268
+ </div>
269
+
270
+ <!-- Summary -->
271
+ <div class="summary"><b>1.3k results</b> | Flats for Rent in <b>Chennai South</b> <b>Below 1 Lakh</b></div>
272
+
273
+ <!-- Card 1 -->
274
+ <div class="card">
275
+ <div class="card-header">
276
+ <div class="card-subtitle">PACIFICA PRIDE TOWERS</div>
277
+ <div class="card-title">3 BHK Flat for rent in Padur, Chennai South in Padur</div>
278
+ </div>
279
+ <div class="image-area">
280
+ [IMG: Interior room photo]
281
+ <div class="verified-badge"><span class="dot"></span>Verified</div>
282
+ <div class="image-like">
283
+ <svg viewBox="0 0 24 24"><path d="M12 21s8-5 8-11a5 5 0 00-9-3 5 5 0 00-9 3c0 6 10 11 10 11z"/></svg>
284
+ </div>
285
+
286
+ <div class="overlay-info">
287
+ <div class="overlay-block">
288
+ <div class="label">Rent</div>
289
+ <div class="value">₹ 29,500 / month</div>
290
+ <div class="sub">+ Deposit ₹1,00,000</div>
291
+ </div>
292
+ <div class="overlay-block">
293
+ <div class="label">Super Built-up Area</div>
294
+ <div class="value">1,468 sq.ft | 3 Baths</div>
295
+ <div class="sub">136.38 sq.m.</div>
296
+ </div>
297
+ </div>
298
+
299
+ <div class="contact-banner">
300
+ <div>9 people already contacted since last week</div>
301
+ <div class="pause">
302
+ <svg viewBox="0 0 24 24"><path d="M7 5h4v14H7zm6 0h4v14h-4z"/></svg>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <div class="card-footer">
308
+ <div class="places-row">
309
+ <div class="place">
310
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z"/></svg>
311
+ 5 Places nearby
312
+ </div>
313
+ <div class="place">
314
+ <svg viewBox="0 0 24 24"><path d="M3 9h18v6H3zM6 3h12v3H6zM6 18h12v3H6z"/></svg>
315
+ 2 Shoppings
316
+ </div>
317
+ <div class="place">
318
+ <svg viewBox="0 0 24 24"><path d="M4 20V8l8-5 8 5v12H4zm8-9l8 5"/></svg>
319
+ 1 Education
320
+ </div>
321
+ <div class="place">
322
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v16H4zM8 8h8v8H8z"/></svg>
323
+ 1 Office
324
+ </div>
325
+ </div>
326
+
327
+ <div class="owner-row">
328
+ <div class="owner-text">
329
+ <div style="font-weight:800;">by Owner</div>
330
+ <div style="color:#718096; font-size:28px;">Updated Yesterday</div>
331
+ </div>
332
+ <div class="actions">
333
+ <div class="btn-primary">View Number</div>
334
+ <div class="round-btn whatsapp">
335
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 00-8.7 15l-1.3 5 5-1.3A10 10 0 1012 2zm0 18a8 8 0 110-16 8 8 0 010 16z"/><path d="M8 9c1 3 4 5 7 6l2-2-2-1-1 1c-2-1-3-2-4-4l1-1-1-2-2 2z"/></svg>
336
+ </div>
337
+ <div class="round-btn call">
338
+ <svg viewBox="0 0 24 24"><path d="M6 2l4 4-2 2c1 3 3 5 6 6l2-2 4 4-2 3c-8 0-14-6-14-14L6 2z"/></svg>
339
+ </div>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+
345
+ <!-- Card 2 -->
346
+ <div class="card">
347
+ <div class="card-header">
348
+ <div class="card-subtitle">URBANRISE REVOLUTION ONE</div>
349
+ <div class="card-title">3 BHK Flat for rent in Padur, Chennai South in Padur</div>
350
+ </div>
351
+ <div class="image-area">
352
+ [IMG: Bright interior photo]
353
+ <div class="verified-badge"><span class="dot"></span>Verified</div>
354
+ <div class="image-like">
355
+ <svg viewBox="0 0 24 24"><path d="M12 21s8-5 8-11a5 5 0 00-9-3 5 5 0 00-9 3c0 6 10 11 10 11z"/></svg>
356
+ </div>
357
+ </div>
358
+ </div>
359
+
360
+ <!-- Home indicator -->
361
+ <div class="home-indicator"></div>
362
+ </div>
363
+ </body>
364
+ </html>
code/18795/18795_1.html ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F3F6FB;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .status-bar {
16
+ height: 120px;
17
+ background: #0B68B5;
18
+ color: #fff;
19
+ display: flex;
20
+ align-items: center;
21
+ padding: 0 36px;
22
+ box-sizing: border-box;
23
+ font-weight: 600;
24
+ letter-spacing: 0.3px;
25
+ }
26
+ .status-bar .time { font-size: 40px; }
27
+ .status-icons { margin-left: auto; display: flex; gap: 28px; align-items: center; }
28
+ .status-icons svg { width: 40px; height: 40px; fill: #fff; }
29
+
30
+ /* Toolbar with filters */
31
+ .toolbar {
32
+ background: #fff;
33
+ height: 140px;
34
+ box-shadow: 0 6px 18px rgba(0,0,0,0.08);
35
+ display: flex;
36
+ align-items: center;
37
+ padding: 0 28px;
38
+ gap: 24px;
39
+ }
40
+ .chip {
41
+ display: inline-flex; align-items: center; gap: 16px;
42
+ padding: 22px 28px; border: 1px solid #DDE3EA; border-radius: 40px;
43
+ color: #4A4F56; font-size: 34px; background: #fff;
44
+ }
45
+ .chip svg { width: 40px; height: 40px; fill: #64748B; }
46
+ .chip .caret {
47
+ width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;
48
+ border-top: 12px solid #64748B; margin-left: 6px;
49
+ }
50
+ .filter-badge {
51
+ position: relative;
52
+ }
53
+ .filter-badge .notif {
54
+ position: absolute; top: -10px; right: -10px;
55
+ background: #2A9DF5; color: #fff; width: 44px; height: 44px; border-radius: 50%;
56
+ display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700;
57
+ border: 2px solid #fff;
58
+ }
59
+
60
+ /* Cards */
61
+ .list-area { padding: 26px; }
62
+ .property-card {
63
+ background: #fff; border-radius: 28px; box-shadow: 0 8px 22px rgba(16,24,40,0.08);
64
+ margin-bottom: 34px; overflow: hidden;
65
+ }
66
+ .img-wrap { position: relative; }
67
+ .img-placeholder {
68
+ width: 100%; height: 620px; background: #E0E0E0; border: 1px solid #BDBDBD;
69
+ display: flex; justify-content: center; align-items: center; color: #757575; font-size: 36px;
70
+ }
71
+ .badge-verified {
72
+ position: absolute; top: 20px; left: 20px; background: #2BB44A; color: #fff;
73
+ padding: 14px 18px; border-radius: 12px; font-size: 30px; display: inline-flex; align-items: center; gap: 10px;
74
+ }
75
+ .badge-verified .dot {
76
+ width: 26px; height: 26px; background: #fff; border-radius: 50%;
77
+ }
78
+ .fav-btn {
79
+ position: absolute; top: 20px; right: 20px; width: 80px; height: 80px; border-radius: 50%;
80
+ background: rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .fav-btn svg { width: 44px; height: 44px; fill: #fff; }
83
+
84
+ .image-gradient {
85
+ position: absolute; left: 0; right: 0; bottom: 0;
86
+ padding: 24px 26px 34px;
87
+ background: linear-gradient(0deg, rgba(0,0,0,0.68) 25%, rgba(0,0,0,0.12) 80%, rgba(0,0,0,0) 100%);
88
+ color: #fff;
89
+ }
90
+ .image-info {
91
+ display: flex; justify-content: space-between; gap: 26px;
92
+ }
93
+ .info-block small { display: block; font-size: 26px; opacity: 0.8; letter-spacing: 0.4px; }
94
+ .info-block .value { font-size: 44px; font-weight: 800; margin-top: 8px; }
95
+ .info-block .sub { font-size: 28px; opacity: 0.85; margin-top: 4px; }
96
+
97
+ .contacted-pill {
98
+ margin-top: 22px;
99
+ background: rgba(255,255,255,0.12); border-radius: 18px; padding: 16px 18px; display: inline-flex;
100
+ align-items: center; gap: 16px; backdrop-filter: blur(1px); font-size: 32px; font-weight: 700;
101
+ }
102
+ .contacted-pill .clock {
103
+ width: 50px; height: 50px; border-radius: 12px; background: #D4297E; display: flex; align-items: center; justify-content: center;
104
+ }
105
+ .clock svg { width: 28px; height: 28px; fill: #fff; }
106
+
107
+ .pause-btn {
108
+ position: absolute; right: 26px; bottom: 26px; width: 70px; height: 70px; border-radius: 18px;
109
+ background: rgba(0,0,0,0.45); display: flex; align-items: center; justify-content: center;
110
+ }
111
+ .pause-btn .bar { width: 12px; height: 32px; background: #fff; margin: 0 4px; }
112
+
113
+ .details {
114
+ padding: 24px 26px 30px;
115
+ border-top-left-radius: 26px; border-top-right-radius: 26px;
116
+ background: #fff;
117
+ }
118
+ .tag-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
119
+ .tag {
120
+ background: #EDF3FF; color: #2A63C8; border: 1px solid #D8E5FF;
121
+ padding: 16px 20px; font-size: 30px; border-radius: 16px;
122
+ }
123
+ .chip-row { display: flex; gap: 16px; flex-wrap: wrap; margin: 16px 0 10px; }
124
+ .soft-chip {
125
+ display: inline-flex; align-items: center; gap: 12px;
126
+ padding: 18px 22px; border-radius: 40px; border: 1px solid #DDE3EA; background: #fff; color: #4A4F56; font-size: 30px;
127
+ }
128
+ .soft-chip svg { width: 34px; height: 34px; fill: #4A74C6; }
129
+
130
+ .meta-row {
131
+ display: flex; align-items: center; justify-content: space-between; margin-top: 18px;
132
+ }
133
+ .meta-row .left-meta { color: #60656C; font-size: 30px; }
134
+ .meta-row .left-meta .green { color: #169B39; font-weight: 700; }
135
+ .actions { display: flex; align-items: center; gap: 18px; }
136
+ .btn-primary {
137
+ padding: 18px 28px; border-radius: 16px; border: 2px solid #2A63C8; color: #2A63C8;
138
+ background: #EAF2FF; font-size: 34px; font-weight: 700;
139
+ }
140
+ .circle-btn {
141
+ width: 86px; height: 86px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
142
+ }
143
+ .circle-btn.green { background: #2BB44A; }
144
+ .circle-btn.blue { background: #2A63C8; }
145
+ .circle-btn svg { width: 42px; height: 42px; fill: #fff; }
146
+
147
+ /* Title section for dealer card */
148
+ .dealer-title { padding: 24px 26px 0; }
149
+ .dealer-title .agency { color: #8A94A3; font-weight: 800; font-size: 28px; letter-spacing: 1px; }
150
+ .dealer-title .heading { color: #1F2937; font-size: 42px; font-weight: 800; margin-top: 10px; }
151
+
152
+ /* Simple bottom safe-area indicator */
153
+ .bottom-indicator {
154
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 22px;
155
+ width: 300px; height: 10px; background: #D0D5DD; border-radius: 8px;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <!-- Status bar -->
163
+ <div class="status-bar">
164
+ <div class="time">1:58</div>
165
+ <div class="status-icons">
166
+ <!-- mail envelope -->
167
+ <svg viewBox="0 0 24 24"><path d="M2 5h20v14H2V5zm10 6L3 6v12h18V6l-9 5z"/></svg>
168
+ <!-- wifi -->
169
+ <svg viewBox="0 0 24 24"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zm4 6c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zm4 6l2-2 2 2-2 2-2-2z"/></svg>
170
+ <!-- battery -->
171
+ <svg viewBox="0 0 24 24"><path d="M2 7h18v10H2V7zm20 3v4h-2v-4h2z"/></svg>
172
+ </div>
173
+ </div>
174
+
175
+ <!-- Toolbar -->
176
+ <div class="toolbar">
177
+ <div class="chip filter-badge">
178
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-7 8v4l-4 2v-6L3 5z"/></svg>
179
+ Filter
180
+ <div class="notif">2</div>
181
+ </div>
182
+ <div class="chip">
183
+ <svg viewBox="0 0 24 24"><path d="M7 4h4v4H7V4zm6 12h4v4h-4v-4zM5 10h14v2H5v-2z"/></svg>
184
+ Sort
185
+ <span class="caret"></span>
186
+ </div>
187
+ <div class="chip">
188
+ <svg viewBox="0 0 24 24"><path d="M12 6a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-8 12c2-4 6-6 8-6s6 2 8 6H4z"/></svg>
189
+ Owner
190
+ </div>
191
+ <div class="chip">
192
+ <svg viewBox="0 0 24 24"><path d="M12 2l2 4 4 1-3 3 1 4-4-2-4 2 1-4-3-3 4-1 2-4z"/></svg>
193
+ Verified
194
+ </div>
195
+ </div>
196
+
197
+ <div class="list-area">
198
+
199
+ <!-- Property Card 1 -->
200
+ <div class="property-card">
201
+ <div class="img-wrap">
202
+ <div class="img-placeholder">[IMG: Interior Room Photo]</div>
203
+
204
+ <div class="badge-verified">
205
+ <span>Verified</span>
206
+ <span class="dot"></span>
207
+ </div>
208
+
209
+ <div class="fav-btn">
210
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6-4.35-8.5-7.02C1 10.5 3 7 6.5 7c2 0 3.5 1.5 3.5 1.5S11.5 7 13.5 7C17 7 19 10.5 20.5 13.98 18 16.65 12 21 12 21z" fill="none" stroke="#fff" stroke-width="2"/></svg>
211
+ </div>
212
+
213
+ <div class="image-gradient">
214
+ <div class="image-info">
215
+ <div class="info-block">
216
+ <small>RENT</small>
217
+ <div class="value">₹ 24,000 / month</div>
218
+ <div class="sub">+ Deposit ₹1,00,000</div>
219
+ </div>
220
+ <div class="info-block" style="text-align:right;">
221
+ <small>CARPET AREA</small>
222
+ <div class="value">892 sq.ft | 2 Baths</div>
223
+ <div class="sub">82.87 sq.m.</div>
224
+ </div>
225
+ </div>
226
+
227
+ <div class="contacted-pill">
228
+ <div class="clock">
229
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5h-2v6l5 3 1-1-4-2V7z"/></svg>
230
+ </div>
231
+ <span>5 people already contacted yesterday</span>
232
+ </div>
233
+ </div>
234
+
235
+ <div class="pause-btn">
236
+ <div class="bar"></div><div class="bar"></div>
237
+ </div>
238
+ </div>
239
+
240
+ <div class="details">
241
+ <div class="tag-row">
242
+ <div class="tag">For Single Men</div>
243
+ <div class="tag">For Single Women</div>
244
+ </div>
245
+
246
+ <div class="chip-row">
247
+ <div class="soft-chip">
248
+ <svg viewBox="0 0 24 24"><path d="M12 2c3 0 5 2 5 5 0 4-5 9-5 9s-5-5-5-9c0-3 2-5 5-5zm0 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
249
+ <span><strong>10</strong> Places nearby</span>
250
+ </div>
251
+ <div class="soft-chip">
252
+ <svg viewBox="0 0 24 24"><path d="M6 7h12v12H6V7zm3-4h6v3H9V3z"/></svg>
253
+ <span><strong>1</strong> Shopping</span>
254
+ </div>
255
+ <div class="soft-chip">
256
+ <svg viewBox="0 0 24 24"><path d="M12 6l9 4-9 4-9-4 9-4zm-7 9h14v3H5v-3z"/></svg>
257
+ <span><strong>2</strong> Educations</span>
258
+ </div>
259
+ <div class="soft-chip">
260
+ <svg viewBox="0 0 24 24"><path d="M12 3l7 4v10l-7 4-7-4V7l7-4zm1 6h-2v6h2V9z"/></svg>
261
+ <span>+ 1 Hospital</span>
262
+ </div>
263
+ </div>
264
+
265
+ <div class="meta-row">
266
+ <div class="left-meta">
267
+ by Owner<br>
268
+ <span>Updated 10 hrs ago</span>
269
+ </div>
270
+ <div class="actions">
271
+ <button class="btn-primary">View Number</button>
272
+ <div class="circle-btn green">
273
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v18H3V3zm9 4c-3 0-5 2-5 5 0 3 2 5 5 5h1l3 3v-4c1-1 2-3 2-4 0-3-3-5-6-5z"/></svg>
274
+ </div>
275
+ <div class="circle-btn blue">
276
+ <svg viewBox="0 0 24 24"><path d="M6 2l6 4-2 3 4 4 3-2 4 6-3 3-6-4-7-7 3-3z"/></svg>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Property Card 2 -->
284
+ <div class="property-card">
285
+ <div class="dealer-title">
286
+ <div class="agency">T NAGAR REALTY</div>
287
+ <div class="heading">2 BHK Flat for rent in Murugesan Nagar, Chennai ...</div>
288
+ </div>
289
+ <div class="img-wrap">
290
+ <div class="img-placeholder">[IMG: Living Room with Cabinets]</div>
291
+
292
+ <div class="fav-btn" style="top: 26px; right: 26px;">
293
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6-4.35-8.5-7.02C1 10.5 3 7 6.5 7c2 0 3.5 1.5 3.5 1.5S11.5 7 13.5 7C17 7 19 10.5 20.5 13.98 18 16.65 12 21 12 21z" fill="none" stroke="#fff" stroke-width="2"/></svg>
294
+ </div>
295
+
296
+ <div class="image-gradient">
297
+ <div class="image-info">
298
+ <div class="info-block">
299
+ <small>RENT</small>
300
+ <div class="value">₹ 32,000 / month</div>
301
+ <div class="sub">+Deposit 6 month(s) rent</div>
302
+ </div>
303
+ <div class="info-block" style="text-align:right;">
304
+ <small>CARPET AREA</small>
305
+ <div class="value">1,100 sq.ft | 2 Baths</div>
306
+ <div class="sub">102.19 sq.m.</div>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="details">
313
+ <div class="chip-row">
314
+ <div class="soft-chip">
315
+ <svg viewBox="0 0 24 24"><path d="M12 2c3 0 5 2 5 5 0 4-5 9-5 9s-5-5-5-9c0-3 2-5 5-5zm0 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/></svg>
316
+ <span><strong>48</strong> Places nearby</span>
317
+ </div>
318
+ <div class="soft-chip">
319
+ <svg viewBox="0 0 24 24"><path d="M4 4h16v12H4V4zm3 14h10v2H7v-2z"/></svg>
320
+ <span><strong>1</strong> Metro Station</span>
321
+ </div>
322
+ <div class="soft-chip">
323
+ <svg viewBox="0 0 24 24"><path d="M12 3l6 5-6 5-6-5 6-5zm-6 13h12v3H6v-3z"/></svg>
324
+ <span><strong>6</strong> Religious Places</span>
325
+ </div>
326
+ </div>
327
+
328
+ <div class="meta-row">
329
+ <div class="left-meta">
330
+ by Dealer : T Nagar Realty<br>
331
+ <span class="green">Updated Yesterday</span>
332
+ </div>
333
+ <div class="actions">
334
+ <button class="btn-primary">View Number</button>
335
+ <div class="circle-btn green">
336
+ <svg viewBox="0 0 24 24"><path d="M3 3h18v18H3V3zm9 4c-3 0-5 2-5 5 0 3 2 5 5 5h1l3 3v-4c1-1 2-3 2-4 0-3-3-5-6-5z"/></svg>
337
+ </div>
338
+ <div class="circle-btn blue">
339
+ <svg viewBox="0 0 24 24"><path d="M6 2l6 4-2 3 4 4 3-2 4 6-3 3-6-4-7-7 3-3z"/></svg>
340
+ </div>
341
+ </div>
342
+ </div>
343
+ </div>
344
+ </div>
345
+
346
+ </div>
347
+
348
+ <div class="bottom-indicator"></div>
349
+ </div>
350
+ </body>
351
+ </html>
code/18795/18795_10.html ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings UI</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; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #ffffff;
15
+ border-radius: 36px;
16
+ box-shadow: 0 10px 40px rgba(0,0,0,0.15);
17
+ color: #1f2a37;
18
+ }
19
+ .status-bar {
20
+ height: 130px;
21
+ background: #0E67B3;
22
+ color: #fff;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ padding: 0 40px;
27
+ font-weight: 600;
28
+ letter-spacing: 0.3px;
29
+ }
30
+ .status-left { font-size: 42px; }
31
+ .status-right { display: flex; gap: 26px; align-items: center; }
32
+ .icon {
33
+ width: 44px; height: 44px;
34
+ }
35
+
36
+ /* Toolbar */
37
+ .toolbar {
38
+ background: #ffffff;
39
+ padding: 24px 24px 18px;
40
+ border-bottom: 1px solid #e7eef6;
41
+ display: flex;
42
+ gap: 18px;
43
+ align-items: center;
44
+ }
45
+ .pill {
46
+ display: flex;
47
+ align-items: center;
48
+ gap: 18px;
49
+ border: 1px solid #d7e3f0;
50
+ background: #ffffff;
51
+ border-radius: 40px;
52
+ padding: 22px 28px;
53
+ font-size: 36px;
54
+ color: #2b4a64;
55
+ box-shadow: 0 1px 0 rgba(0,0,0,0.02);
56
+ }
57
+ .badge {
58
+ position: relative;
59
+ }
60
+ .badge .count {
61
+ position: absolute;
62
+ right: -10px;
63
+ top: -10px;
64
+ background: #2e8ff0;
65
+ color: #fff;
66
+ border-radius: 16px;
67
+ padding: 6px 12px;
68
+ font-size: 28px;
69
+ line-height: 1;
70
+ border: 2px solid #fff;
71
+ }
72
+
73
+ /* Cards */
74
+ .card {
75
+ margin: 16px 24px 24px;
76
+ border-radius: 28px;
77
+ overflow: hidden;
78
+ background: #ffffff;
79
+ }
80
+ .hero {
81
+ position: relative;
82
+ height: 360px;
83
+ border-radius: 24px;
84
+ overflow: hidden;
85
+ }
86
+ .img-ph {
87
+ width: 100%; height: 100%;
88
+ background: #E0E0E0;
89
+ border: 1px solid #BDBDBD;
90
+ display: flex; justify-content: center; align-items: center;
91
+ color: #757575; font-size: 34px;
92
+ }
93
+ .hero::after {
94
+ content: "";
95
+ position: absolute; inset: 0;
96
+ background: linear-gradient(0deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.0) 100%);
97
+ }
98
+ .hero-content {
99
+ position: absolute;
100
+ left: 28px; right: 28px; bottom: 24px;
101
+ display: flex; justify-content: space-between; align-items: flex-end;
102
+ color: #fff;
103
+ }
104
+ .hero-block { display: flex; flex-direction: column; gap: 6px; }
105
+ .price { font-size: 48px; font-weight: 800; }
106
+ .sub-text { font-size: 28px; opacity: 0.9; }
107
+ .pause {
108
+ position: absolute; right: 24px; top: 24px;
109
+ width: 60px; height: 60px; border-radius: 12px; background: rgba(0,0,0,0.55);
110
+ display: flex; align-items: center; justify-content: center;
111
+ }
112
+
113
+ .card-body {
114
+ padding: 24px;
115
+ border-radius: 28px;
116
+ background: #ffffff;
117
+ box-shadow: 0 8px 24px rgba(34,62,94,0.12);
118
+ margin-top: -22px;
119
+ }
120
+ .chips-row { display: flex; flex-wrap: wrap; gap: 16px; }
121
+ .chip {
122
+ display: inline-flex; align-items: center; gap: 12px;
123
+ padding: 14px 18px;
124
+ border-radius: 22px;
125
+ border: 1px solid #dbe6f1;
126
+ background: #edf4fb;
127
+ color: #4e6a84;
128
+ font-size: 32px;
129
+ white-space: nowrap;
130
+ }
131
+ .features {
132
+ margin-top: 18px;
133
+ display: flex; gap: 28px; align-items: center; flex-wrap: wrap;
134
+ font-size: 34px; color: #2a5f3a;
135
+ background: #f3fbf5; padding: 14px 18px; border-radius: 18px;
136
+ }
137
+ .features .more { color: #1a76da; }
138
+ .small-muted { color: #6b7f94; font-size: 30px; }
139
+ .updated { color: #168c44; font-size: 30px; font-weight: 700; }
140
+ .actions { display: flex; gap: 18px; align-items: center; margin-top: 18px; }
141
+ .btn {
142
+ padding: 20px 28px; font-size: 36px; border-radius: 16px;
143
+ display: inline-flex; align-items: center; gap: 14px; cursor: default;
144
+ }
145
+ .btn-outline { border: 2px solid #2e8ff0; color: #1a5bbf; background: #ffffff; }
146
+ .btn-green { background: #25D366; color: #fff; border: none; }
147
+ .btn-blue { background: #1e73d8; color: #fff; border: none; }
148
+
149
+ /* Second card header */
150
+ .section-gray { background: #f3f5f8; padding: 16px 24px; }
151
+ .card-title { font-size: 44px; font-weight: 800; margin: 8px 0 18px; }
152
+ .subtitle { font-size: 30px; color: #6b7f94; font-weight: 700; }
153
+ .heart {
154
+ position: absolute; right: 24px; top: 24px;
155
+ width: 72px; height: 72px; border-radius: 36px; background: rgba(255,255,255,0.85);
156
+ display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
157
+ }
158
+ .contact-pill {
159
+ margin-top: 18px; background: #881352; color: #fff; padding: 16px 20px; border-radius: 16px; font-size: 32px; display: inline-block;
160
+ }
161
+
162
+ /* Fraud alert card */
163
+ .fraud-card {
164
+ margin: 24px; border-radius: 24px; background: #ffffff; box-shadow: 0 6px 20px rgba(0,0,0,0.08);
165
+ display: flex; gap: 18px; overflow: hidden;
166
+ }
167
+ .fraud-left { padding: 24px; flex: 1; }
168
+ .fraud-title { color: #d22121; font-size: 52px; font-weight: 900; margin-bottom: 12px; }
169
+ .fraud-text { color: #526476; font-size: 34px; line-height: 1.35; }
170
+ .fraud-right { width: 360px; display: flex; align-items: center; justify-content: center; background: #ffe9ef; }
171
+ .home-indicator {
172
+ position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
173
+ width: 280px; height: 14px; background: #d1d5db; border-radius: 8px;
174
+ }
175
+
176
+ /* Tiny helpers */
177
+ .dot-sep { color: #9aa9b5; margin: 0 10px; }
178
+ .row { display: flex; justify-content: space-between; align-items: center; }
179
+ .mt-8 { margin-top: 8px; }
180
+ .mt-12 { margin-top: 12px; }
181
+ .mt-16 { margin-top: 16px; }
182
+ .mt-24 { margin-top: 24px; }
183
+ </style>
184
+ </head>
185
+ <body>
186
+ <div id="render-target">
187
+
188
+ <!-- Status bar -->
189
+ <div class="status-bar">
190
+ <div class="status-left">1:59</div>
191
+ <div class="status-right">
192
+ <!-- simple wifi icon -->
193
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff"><path d="M2 8c5-4 15-4 20 0l-2 2c-4-3-12-3-16 0L2 8zM6 12c3-2 9-2 12 0l-2 2c-2-1-6-1-8 0l-2-2zM10 16l2 2 2-2c-2-1-4-1-4 0z"/></svg>
194
+ <!-- battery -->
195
+ <svg class="icon" viewBox="0 0 24 24" fill="#ffffff"><path d="M18 7h2v10h-2V7z"/><rect x="3" y="6" width="15" height="12" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="2"/></svg>
196
+ </div>
197
+ </div>
198
+
199
+ <!-- Toolbar with filters -->
200
+ <div class="toolbar">
201
+ <div class="pill badge">
202
+ <svg class="icon" viewBox="0 0 24 24" fill="#2e8ff0"><path d="M3 5h18l-6 7v7l-6-3V12L3 5z"/></svg>
203
+ <span>Filter</span>
204
+ <span class="count">2</span>
205
+ </div>
206
+ <div class="pill">
207
+ <svg class="icon" viewBox="0 0 24 24" fill="#5b6e82"><path d="M7 6h10v2H7zm-2 10h14v2H5zm4-5h6v2H9z"/></svg>
208
+ <span>Sort</span>
209
+ <svg class="icon" viewBox="0 0 24 24" fill="#5b6e82"><path d="M8 5l4 4 4-4H8zm0 14l4-4 4 4H8z"/></svg>
210
+ </div>
211
+ <div class="pill">
212
+ <svg class="icon" viewBox="0 0 24 24" fill="#5b6e82"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-7 8c0-4 3-7 7-7s7 3 7 7H5z"/></svg>
213
+ <span>Owner</span>
214
+ </div>
215
+ <div class="pill">
216
+ <svg class="icon" viewBox="0 0 24 24" fill="#5b6e82"><path d="M12 4l2 2-1 3h-2L10 6l2-2zm-6 8l2-2 3 1v2l-3 1-2-2zm12 0l-2-2-3 1v2l3 1 2-2zm-6 6l-2-2 1-3h2l1 3-2 2z"/></svg>
217
+ <span>Settings</span>
218
+ </div>
219
+ <div class="pill">
220
+ <svg class="icon" viewBox="0 0 24 24" fill="#3aa655"><path d="M12 2l8 4v6c0 5-3 8-8 10-5-2-8-5-8-10V6l8-4z"/><path d="M9 12l2 2 4-4" stroke="#fff" stroke-width="2" fill="none"/></svg>
221
+ <span>Verified</span>
222
+ </div>
223
+ </div>
224
+
225
+ <!-- First Listing Card -->
226
+ <div class="card">
227
+ <div class="hero">
228
+ <div class="img-ph">[IMG: Property interior]</div>
229
+ <div class="pause">
230
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#fff"><path d="M6 5h4v14H6zM14 5h4v14h-4z"/></svg>
231
+ </div>
232
+ <div class="hero-content">
233
+ <div class="hero-block">
234
+ <div class="price">₹ 45,000 / month</div>
235
+ <div class="sub-text">+Deposit 6 month(s) rent</div>
236
+ </div>
237
+ <div class="hero-block" style="text-align:right">
238
+ <div class="price">1,700 sq.ft | 3 Baths</div>
239
+ <div class="sub-text">157.94 sq.m.</div>
240
+ </div>
241
+ </div>
242
+ </div>
243
+
244
+ <div class="card-body">
245
+ <div class="chips-row">
246
+ <div class="chip">Furnished</div>
247
+ <div class="chip">For Single Men</div>
248
+ <div class="chip">For Single Women</div>
249
+ </div>
250
+
251
+ <div class="chips-row mt-16">
252
+ <div class="chip">
253
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5b6e82"><path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a3 3 0 110-6 3 3 0 010 6z"/></svg>
254
+ <span><strong>49</strong> Places nearby</span>
255
+ </div>
256
+ <div class="chip">
257
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#2e8ff0"><path d="M12 2l4 8H8l4-8zm0 10a4 4 0 100 8 4 4 0 000-8z"/></svg>
258
+ <span><strong>8</strong> Religious Places</span>
259
+ </div>
260
+ <div class="chip">
261
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5b6e82"><rect x="3" y="6" width="18" height="12" rx="2"/><path d="M6 9h4v2H6zM6 12h4v2H6zM12 9h6v5h-6z" fill="#fff"/></svg>
262
+ <span><strong>7</strong> ATMs</span>
263
+ </div>
264
+ <div class="chip">
265
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#2e8ff0"><path d="M12 5v14M5 12h14" stroke="#2e8ff0" stroke-width="2"/></svg>
266
+ <span>More</span>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="features mt-16">
271
+ <div>
272
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#2aa84a"><path d="M9 16l-3-3 2-2 1 1 5-5 2 2-7 7z"/></svg>
273
+ 3 Baths
274
+ </div>
275
+ <div>
276
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#2aa84a"><path d="M9 16l-3-3 2-2 1 1 5-5 2 2-7 7z"/></svg>
277
+ East Facing
278
+ </div>
279
+ <div>
280
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="#2aa84a"><path d="M9 16l-3-3 2-2 1 1 5-5 2 2-7 7z"/></svg>
281
+ Gated Society
282
+ </div>
283
+ <div class="more">See more</div>
284
+ </div>
285
+
286
+ <div class="row mt-16">
287
+ <div>
288
+ <div class="small-muted">by Dealer : comfort property management</div>
289
+ <div class="updated">Updated 14 hrs ago</div>
290
+ </div>
291
+ <div class="actions">
292
+ <div class="btn btn-outline">
293
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#1a5bbf"><path d="M3 5h18v14H3z" fill="none" stroke="#1a5bbf" stroke-width="2"/><path d="M7 9h10v6H7z"/></svg>
294
+ View Number
295
+ </div>
296
+ <div class="btn btn-green">
297
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M17 3H7a4 4 0 00-4 4v10a4 4 0 004 4h10a4 4 0 004-4V7a4 4 0 00-4-4zm-3 15l-4-3 1-2 2 1 3-5 2 1-4 8z"/></svg>
298
+ </div>
299
+ <div class="btn btn-blue">
300
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M6 2h4l2 6-3 2a12 12 0 006 6l2-3 6 2v4c-7 1-16-8-17-17z"/></svg>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ </div>
306
+
307
+ <!-- Second Listing Card -->
308
+ <div class="section-gray">
309
+ <div class="card" style="margin:0;">
310
+ <div style="padding: 20px 24px 0;">
311
+ <div class="subtitle">SAGAS CORAL SPRINGS</div>
312
+ <div class="card-title">3 BHK Flat for rent in ECR, Chennai South</div>
313
+ <div class="small-muted">in ECR</div>
314
+ </div>
315
+
316
+ <div class="hero" style="margin: 20px 24px;">
317
+ <div class="img-ph">[IMG: Building illustration]</div>
318
+ <div class="heart">
319
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#e85d75"><path d="M12 21s-8-5-8-11a5 5 0 019-3 5 5 0 019 3c0 6-8 11-8 11z"/></svg>
320
+ </div>
321
+ <div class="hero-content">
322
+ <div class="hero-block">
323
+ <div class="price">RENT</div>
324
+ <div class="price">₹ 35,000 / month</div>
325
+ <div class="sub-text">+ Deposit ₹1,00,000</div>
326
+ </div>
327
+ <div class="hero-block" style="text-align:right">
328
+ <div class="price">CARPET AREA</div>
329
+ <div class="price">1,300 sq.ft | 2 Baths</div>
330
+ <div class="sub-text">120.77 sq.m.</div>
331
+ </div>
332
+ </div>
333
+ </div>
334
+
335
+ <div style="padding: 0 24px 8px;">
336
+ <div class="contact-pill">3 people already contacted since last week</div>
337
+ </div>
338
+
339
+ <div class="card-body" style="margin: 0 24px 24px;">
340
+ <div class="chips-row">
341
+ <div class="chip">Furnished</div>
342
+ </div>
343
+ <div class="chips-row mt-16">
344
+ <div class="chip">
345
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#5b6e82"><path d="M12 2C8 2 5 5 5 9c0 5 7 13 7 13s7-8 7-13c0-4-3-7-7-7zm0 9a3 3 0 110-6 3 3 0 010 6z"/></svg>
346
+ <span><strong>46</strong> Places nearby</span>
347
+ </div>
348
+ <div class="chip">
349
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#2e8ff0"><path d="M12 2l4 8H8l4-8zm0 10a4 4 0 100 8 4 4 0 000-8z"/></svg>
350
+ <span><strong>7</strong> Religious Places</span>
351
+ </div>
352
+ <div class="chip">
353
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#1a76da"><path d="M4 6h16v12H4z" fill="none" stroke="#1a76da" stroke-width="2"/><path d="M8 10h8v2H8zm0 3h8v2H8z"/></svg>
354
+ <span><strong>11</strong> Hospitals</span>
355
+ </div>
356
+ </div>
357
+
358
+ <div class="row mt-16">
359
+ <div>
360
+ <div class="small-muted">by Owner</div>
361
+ <div class="small-muted">Updated Yesterday</div>
362
+ </div>
363
+ <div class="actions">
364
+ <div class="btn btn-outline">
365
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#1a5bbf"><path d="M3 5h18v14H3z" fill="none" stroke="#1a5bbf" stroke-width="2"/><path d="M7 9h10v6H7z"/></svg>
366
+ View Number
367
+ </div>
368
+ <div class="btn btn-green">
369
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M17 3H7a4 4 0 00-4 4v10a4 4 0 004 4h10a4 4 0 004-4V7a4 4 0 00-4-4zm-3 15l-4-3 1-2 2 1 3-5 2 1-4 8z"/></svg>
370
+ </div>
371
+ <div class="btn btn-blue">
372
+ <svg width="34" height="34" viewBox="0 0 24 24" fill="#fff"><path d="M6 2h4l2 6-3 2a12 12 0 006 6l2-3 6 2v4c-7 1-16-8-17-17z"/></svg>
373
+ </div>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </div>
379
+
380
+ <!-- Fraud Alert Card -->
381
+ <div class="fraud-card">
382
+ <div class="fraud-left">
383
+ <div class="fraud-title">Fraud Alert !!!</div>
384
+ <div class="fraud-text">
385
+ Some owners and agents might ask you to pay a charge before visiting a property. Please be cautious and avoid advance payments unless verified through the platform. Report suspicious activity immediately.
386
+ </div>
387
+ </div>
388
+ <div class="fraud-right">
389
+ <div class="img-ph" style="width:320px; height:320px; background:#f6cfd6; border-color:#e3a7b2; color:#a36;">
390
+ [IMG: Fraud alert illustration]
391
+ </div>
392
+ </div>
393
+ </div>
394
+
395
+ <div class="home-indicator"></div>
396
+ </div>
397
+ </body>
398
+ </html>
code/18795/18795_11.html ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Property Listings UI Mock</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px;
10
+ position: relative; overflow: hidden;
11
+ background: #e9eff6;
12
+ }
13
+
14
+ /* Top app bar */
15
+ .top-bar {
16
+ position: absolute; left: 0; top: 0; width: 100%;
17
+ height: 180px; background: #0e63b6;
18
+ color: #fff;
19
+ }
20
+ .status-row {
21
+ height: 90px; display: flex; align-items: center;
22
+ padding: 0 40px; font-weight: 600; font-size: 40px;
23
+ }
24
+ .status-row .left { flex: 1; }
25
+ .status-row .right { display: flex; gap: 30px; align-items: center; }
26
+ .icon-battery {
27
+ width: 60px; height: 30px; border: 4px solid #fff; border-radius: 6px; position: relative;
28
+ }
29
+ .icon-battery::after {
30
+ content: ""; position: absolute; right: -12px; top: 8px; width: 8px; height: 14px; background: #fff; border-radius: 2px;
31
+ }
32
+ .icon-battery .level { position: absolute; left: 6px; top: 6px; width: 36px; height: 14px; background: #fff; }
33
+ .icon-wifi {
34
+ width: 40px; height: 40px; position: relative;
35
+ }
36
+ .icon-wifi::before, .icon-wifi::after {
37
+ content: ""; position: absolute; left: 0; right: 0; margin: auto; border: 4px solid #fff; border-top: none; border-radius: 50%;
38
+ }
39
+ .icon-wifi::before { width: 40px; height: 24px; bottom: 0; }
40
+ .icon-wifi::after { width: 20px; height: 12px; bottom: 4px; }
41
+ .toolbar {
42
+ height: 90px; display: flex; align-items: center; gap: 20px;
43
+ padding: 0 30px;
44
+ }
45
+ .chip, .chip-outline, .chip-strong {
46
+ height: 80px; padding: 0 36px; border-radius: 40px;
47
+ display: inline-flex; align-items: center; gap: 22px; font-size: 36px;
48
+ color: #40566b; white-space: nowrap;
49
+ }
50
+ .chip { background: #ffffff; border: 1px solid #d6dee7; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
51
+ .chip-outline { background: #f6f9fc; border: 1px solid #d6dee7; }
52
+ .chip-strong { background: #eaf4ff; border: 2px solid #4a92ff; color: #1f5aa3; position: relative; }
53
+ .badge {
54
+ position: absolute; right: 18px; top: -10px; min-width: 42px; height: 42px; border-radius: 21px;
55
+ background: #2c7cff; color: #fff; font-weight: 700; font-size: 28px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 8px rgba(44,124,255,0.4);
56
+ }
57
+ .icon {
58
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
59
+ }
60
+ .icon svg { width: 40px; height: 40px; }
61
+
62
+ /* Primary card */
63
+ .card {
64
+ position: absolute; left: 20px; top: 300px; width: 1040px;
65
+ background: #fff; border-radius: 36px; box-shadow: 0 10px 24px rgba(0,0,0,0.08);
66
+ overflow: hidden;
67
+ }
68
+ .card-header {
69
+ padding: 30px 34px 10px 34px;
70
+ }
71
+ .card-header .small { color: #8a9cad; font-weight: 800; font-size: 30px; letter-spacing: 1px; }
72
+ .card-title {
73
+ font-size: 42px; font-weight: 800; color: #25364a; margin-top: 10px;
74
+ }
75
+ .img-area {
76
+ position: relative; height: 430px; background: linear-gradient(#bfc6cf, #8f969f);
77
+ display: flex; align-items: center; justify-content: center;
78
+ border-top-left-radius: 30px; border-top-right-radius: 30px;
79
+ }
80
+ .img-placeholder {
81
+ width: 280px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
82
+ color: #757575; display: flex; align-items: center; justify-content: center; border-radius: 12px;
83
+ }
84
+ .fav {
85
+ position: absolute; right: 24px; top: 24px; width: 72px; height: 72px; border-radius: 36px;
86
+ background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center;
87
+ }
88
+ .fav svg { width: 40px; height: 40px; fill: #9aa9b8; }
89
+ .metrics {
90
+ display: grid; grid-template-columns: 1fr 1fr; gap: 0; color: #ffffff; padding: 26px 40px; background: linear-gradient(transparent, rgba(0,0,0,0.45));
91
+ }
92
+ .metrics .col h4 { margin: 0; font-size: 30px; letter-spacing: 1px; color: #dfe6ee; }
93
+ .metrics .col .value { font-size: 44px; font-weight: 800; margin: 8px 0 6px 0; }
94
+ .metrics .col .sub { font-size: 28px; color: #e6eef7; }
95
+ .contacted {
96
+ margin: 18px 40px 24px 40px; background: #343a40; color: #fff; height: 80px; border-radius: 16px;
97
+ display: flex; align-items: center; gap: 18px; padding: 0 22px; font-size: 34px; font-weight: 700;
98
+ }
99
+ .contacted .clock {
100
+ width: 48px; height: 48px; background: #db0b7f; border-radius: 12px; display: flex; align-items: center; justify-content: center;
101
+ }
102
+ .clock svg { width: 30px; height: 30px; fill: #fff; }
103
+
104
+ .card-footer {
105
+ margin: 0 20px 24px 20px; background: #fff; border-radius: 28px; box-shadow: 0 8px 16px rgba(0,0,0,0.06);
106
+ padding: 24px 24px 26px 24px;
107
+ }
108
+ .tags { display: flex; gap: 18px; flex-wrap: nowrap; align-items: center; }
109
+ .tag {
110
+ height: 64px; padding: 0 22px; border-radius: 32px; background: #f1f7ff; border: 1px solid #d6e1f0;
111
+ display: inline-flex; align-items: center; gap: 14px; font-size: 32px; color: #3a5972;
112
+ }
113
+ .row-features { display: flex; gap: 22px; margin-top: 22px; flex-wrap: wrap; }
114
+ .feat {
115
+ height: 64px; padding: 0 22px; border-radius: 32px; background: #ffffff; border: 1px solid #d8e0ea;
116
+ display: inline-flex; align-items: center; gap: 14px; font-size: 32px; color: #2e4a61;
117
+ }
118
+ .feat .check { color: #26b35c; font-weight: 900; }
119
+ .dealer {
120
+ margin-top: 26px; display: flex; align-items: center; justify-content: space-between;
121
+ gap: 20px; flex-wrap: nowrap;
122
+ }
123
+ .dealer .left { color: #7a8ea5; font-size: 28px; }
124
+ .dealer .left .bold { color: #223649; font-weight: 700; font-size: 34px; }
125
+ .actions { display: flex; gap: 18px; align-items: center; }
126
+ .btn-outline {
127
+ height: 72px; padding: 0 32px; border: 2px solid #2977ff; color: #1e5ad2; background: #fff; border-radius: 16px;
128
+ font-size: 34px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center;
129
+ }
130
+ .circle-btn {
131
+ width: 72px; height: 72px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
132
+ }
133
+ .circle-green { background: #24d365; }
134
+ .circle-blue { background: #287efc; }
135
+ .circle-btn svg { width: 40px; height: 40px; fill: #fff; }
136
+
137
+ /* Bedroom preference block */
138
+ .pref {
139
+ position: absolute; left: 24px; top: 1160px; width: 1032px; background: #fff2d9;
140
+ border-radius: 36px; padding: 30px; box-shadow: 0 10px 24px rgba(0,0,0,0.07);
141
+ }
142
+ .pref .title-row { display: flex; gap: 20px; align-items: center; color: #24384c; }
143
+ .pref .title-row .title { font-size: 44px; font-weight: 800; }
144
+ .pref .chips-wrap {
145
+ margin-top: 24px; background: #ffffff; border-radius: 28px; padding: 24px; box-shadow: 0 8px 18px rgba(0,0,0,0.08);
146
+ display: flex; gap: 20px; flex-wrap: nowrap;
147
+ }
148
+ .pref .chips-wrap .choice {
149
+ height: 72px; padding: 0 32px; border-radius: 36px; background: #f7fbff; border: 1px solid #d6dee7;
150
+ display: inline-flex; align-items: center; gap: 16px; font-size: 34px; color: #2f4761;
151
+ }
152
+ .plus {
153
+ width: 34px; height: 34px; border-radius: 17px; border: 2px solid #9fb3c7; color: #7991a8; display: inline-flex; align-items: center; justify-content: center; font-weight: 900;
154
+ }
155
+
156
+ /* Secondary card */
157
+ .card2 {
158
+ position: absolute; left: 20px; top: 1550px; width: 1040px;
159
+ background: #fff; border-radius: 36px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); overflow: hidden;
160
+ }
161
+ .card2 .card-header { padding: 30px 34px 10px 34px; }
162
+ .card2 .img-area2 { position: relative; height: 520px; background: #d7dbe0; display: flex; align-items: center; justify-content: center; }
163
+ .img-placeholder2 {
164
+ width: 900px; height: 420px; background: #E0E0E0; border: 1px solid #BDBDBD;
165
+ color: #757575; display: flex; align-items: center; justify-content: center; border-radius: 12px;
166
+ }
167
+ .fav2 { position: absolute; right: 24px; top: 24px; width: 72px; height: 72px; border-radius: 36px; background: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; }
168
+ .fav2 svg { width: 40px; height: 40px; fill: #9aa9b8; }
169
+
170
+ /* Bottom navigation pill */
171
+ .home-pill {
172
+ position: absolute; left: 50%; transform: translateX(-50%); bottom: 34px;
173
+ width: 300px; height: 16px; border-radius: 8px; background: #12151a; opacity: 0.2;
174
+ }
175
+ </style>
176
+ </head>
177
+ <body>
178
+ <div id="render-target">
179
+
180
+ <!-- App bar -->
181
+ <div class="top-bar">
182
+ <div class="status-row">
183
+ <div class="left">1:59</div>
184
+ <div class="right">
185
+ <div style="font-size:34px;background:rgba(255,255,255,0.2);padding:6px 14px;border-radius:12px;">M</div>
186
+ <div class="icon-wifi"></div>
187
+ <div class="icon-battery"><div class="level"></div></div>
188
+ </div>
189
+ </div>
190
+ <div class="toolbar">
191
+ <div class="chip-strong">
192
+ <div class="icon">
193
+ <svg viewBox="0 0 24 24"><path d="M3 4h18l-7 8v6l-4 2v-8L3 4z" fill="#1f5aa3"/></svg>
194
+ </div>
195
+ Filter
196
+ <div class="badge">2</div>
197
+ </div>
198
+ <div class="chip">
199
+ <div class="icon">
200
+ <svg viewBox="0 0 24 24">
201
+ <path d="M8 4l-3 3h6L8 4zm8 16l3-3h-6l3 3z" fill="#6b8299"></path>
202
+ </svg>
203
+ </div>
204
+ Sort ▾
205
+ </div>
206
+ <div class="chip-outline">
207
+ <div class="icon">
208
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#6b8299"/><path d="M4 20c0-4 4-6 8-6s8 2 8 6" fill="#6b8299"/></svg>
209
+ </div>
210
+ Owner
211
+ </div>
212
+ <div class="chip-outline">
213
+ <div class="icon">
214
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 4v6c0 5-7 10-7 10S5 17 5 12V6l7-4z" fill="#6b8299"/><path d="M9 11l2 2 4-4" stroke="#fff" stroke-width="2" fill="none"/></svg>
215
+ </div>
216
+ Verified
217
+ </div>
218
+ </div>
219
+ </div>
220
+
221
+ <!-- First property card -->
222
+ <div class="card">
223
+ <div class="card-header">
224
+ <div class="small">LANDMARK AMBER</div>
225
+ <div class="card-title">3 BHK Flat for rent in KK Nagar, Chennai Southin …</div>
226
+ </div>
227
+
228
+ <div class="img-area">
229
+ <div class="img-placeholder">[IMG: Building Illustration]</div>
230
+ <div class="fav">
231
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6-4.35-8.5-7.1C1.5 10.9 3 7 6.5 7c2 0 3.5 1.5 5.5 3.5C14 8.5 15.5 7 17.5 7 21 7 22.5 10.9 20.5 13.9 18 16.65 12 21 12 21z"/></svg>
232
+ </div>
233
+
234
+ <div class="metrics">
235
+ <div class="col">
236
+ <h4>RENT</h4>
237
+ <div class="value">₹ 32,999 / month</div>
238
+ <div class="sub">+ Deposit ₹2,50,000</div>
239
+ </div>
code/18795/18795_12.html ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Property Listings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1f2d3d; }
9
+ #render-target {
10
+ width: 1080px;
11
+ height: 2400px;
12
+ position: relative;
13
+ overflow: hidden;
14
+ background: #F3F6FA;
15
+ border-radius: 28px;
16
+ box-shadow: 0 12px 32px rgba(0,0,0,0.12);
17
+ }
18
+
19
+ /* Status bar */
20
+ .statusbar {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ width: 1080px;
25
+ height: 150px;
26
+ background: #0A63A8;
27
+ color: #fff;
28
+ display: flex;
29
+ align-items: center;
30
+ padding: 0 36px;
31
+ box-sizing: border-box;
32
+ }
33
+ .statusbar .time { font-weight: 600; font-size: 42px; letter-spacing: 0.5px; }
34
+ .statusbar .icons { margin-left: auto; display: flex; align-items: center; gap: 28px; }
35
+ .sb-icon { width: 40px; height: 40px; }
36
+ .sb-battery { width: 64px; height: 28px; border: 3px solid #fff; border-radius: 6px; position: relative; }
37
+ .sb-battery::after { content: ""; position: absolute; right: -10px; top: 8px; width: 8px; height: 12px; background: #fff; border-radius: 2px; }
38
+ .sb-battery .fill { position: absolute; left: 4px; top: 4px; height: 16px; width: 40px; background: #fff; border-radius: 3px; }
39
+
40
+ /* Top toolbar */
41
+ .toolbar {
42
+ position: absolute;
43
+ top: 150px;
44
+ left: 0;
45
+ width: 1080px;
46
+ padding: 28px 24px 12px 24px;
47
+ box-sizing: border-box;
48
+ background: transparent;
49
+ }
50
+ .toolbar-inner {
51
+ background: #ffffff;
52
+ border-radius: 48px;
53
+ box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
54
+ padding: 18px;
55
+ display: flex;
56
+ gap: 18px;
57
+ overflow: hidden;
58
+ }
59
+ .tool-btn {
60
+ display: flex;
61
+ align-items: center;
62
+ gap: 14px;
63
+ padding: 20px 28px;
64
+ border-radius: 36px;
65
+ border: 2px solid #E0E6EF;
66
+ color: #1C5FB8;
67
+ background: #F9FBFF;
68
+ font-weight: 600;
69
+ font-size: 32px;
70
+ line-height: 1;
71
+ white-space: nowrap;
72
+ }
73
+ .tool-btn svg { width: 34px; height: 34px; }
74
+
75
+ /* Cards */
76
+ .list-area { position: absolute; top: 270px; left: 0; right: 0; bottom: 0; padding: 0 24px 120px; box-sizing: border-box; overflow-y: auto; }
77
+ .card {
78
+ background: #ffffff;
79
+ border-radius: 28px;
80
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
81
+ padding: 28px;
82
+ margin: 22px 0;
83
+ }
84
+ .card .subtitle {
85
+ color: #7A8898;
86
+ font-weight: 700;
87
+ letter-spacing: 1px;
88
+ font-size: 28px;
89
+ margin-bottom: 10px;
90
+ }
91
+ .card .title {
92
+ font-size: 44px;
93
+ font-weight: 800;
94
+ color: #1f2d3d;
95
+ line-height: 1.2;
96
+ margin-bottom: 22px;
97
+ }
98
+
99
+ /* Image placeholder */
100
+ .image-box {
101
+ width: 100%;
102
+ height: 540px;
103
+ background: #E0E0E0;
104
+ border: 1px solid #BDBDBD;
105
+ border-radius: 22px;
106
+ position: relative;
107
+ display: flex;
108
+ justify-content: center;
109
+ align-items: center;
110
+ color: #757575;
111
+ font-size: 34px;
112
+ font-weight: 600;
113
+ }
114
+ .heart {
115
+ position: absolute;
116
+ top: 18px;
117
+ right: 18px;
118
+ width: 68px;
119
+ height: 68px;
120
+ border-radius: 34px;
121
+ background: rgba(255,255,255,0.9);
122
+ display: flex;
123
+ justify-content: center;
124
+ align-items: center;
125
+ }
126
+ .image-overlay {
127
+ position: absolute;
128
+ left: 0; right: 0; bottom: 0;
129
+ padding: 24px;
130
+ display: flex;
131
+ gap: 24px;
132
+ background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 35%, rgba(0,0,0,0.65) 100%);
133
+ color: #fff;
134
+ border-bottom-left-radius: 22px;
135
+ border-bottom-right-radius: 22px;
136
+ }
137
+ .overlay-block { flex: 1; }
138
+ .ov-label { font-size: 28px; letter-spacing: 1px; opacity: 0.85; }
139
+ .ov-main { font-size: 40px; font-weight: 800; margin-top: 8px; }
140
+ .ov-sub { font-size: 26px; opacity: 0.9; margin-top: 8px; }
141
+
142
+ /* Chips */
143
+ .chips { display: flex; flex-wrap: wrap; gap: 14px; margin: 20px 0 14px; }
144
+ .chip {
145
+ padding: 14px 20px;
146
+ background: #EEF2F7;
147
+ border: 2px solid #D9E2EC;
148
+ border-radius: 24px;
149
+ color: #556B85;
150
+ font-weight: 600;
151
+ font-size: 28px;
152
+ }
153
+ .chip.blue {
154
+ background: #F0F6FF;
155
+ border-color: #C7DAFF;
156
+ color: #2C6FE3;
157
+ }
158
+
159
+ /* Feature row */
160
+ .features { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin: 4px 0 18px; }
161
+ .feature {
162
+ display: inline-flex;
163
+ align-items: center;
164
+ gap: 12px;
165
+ padding: 16px 20px;
166
+ border-radius: 28px;
167
+ border: 2px solid #D9E7F8;
168
+ background: #FFFFFF;
169
+ color: #2C6FE3;
170
+ font-weight: 700;
171
+ font-size: 28px;
172
+ }
173
+ .feature svg { width: 30px; height: 30px; }
174
+
175
+ /* Meta & actions */
176
+ .meta-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
177
+ .meta { color: #2A8D3A; font-weight: 800; font-size: 28px; }
178
+ .meta.small { color: #2A8D3A; font-weight: 800; font-size: 28px; }
179
+ .dealer { color: #7A8898; font-size: 26px; margin-bottom: 8px; }
180
+ .actions { display: flex; align-items: center; gap: 16px; }
181
+ .btn-outline {
182
+ padding: 18px 26px;
183
+ border: 3px solid #2C6FE3;
184
+ color: #2C6FE3;
185
+ border-radius: 16px;
186
+ background: #fff;
187
+ font-weight: 800;
188
+ font-size: 32px;
189
+ }
190
+ .icon-square {
191
+ width: 92px;
192
+ height: 92px;
193
+ border-radius: 16px;
194
+ display: flex;
195
+ justify-content: center;
196
+ align-items: center;
197
+ }
198
+ .icon-square.green { background: #41C75A; }
199
+ .icon-square.blue { background: #2C6FE3; }
200
+ .icon-square svg { width: 42px; height: 42px; color: #fff; }
201
+
202
+ /* Home indicator */
203
+ .home-indicator {
204
+ position: absolute;
205
+ bottom: 24px;
206
+ left: 50%;
207
+ transform: translateX(-50%);
208
+ width: 300px;
209
+ height: 10px;
210
+ background: #0A0A0A;
211
+ opacity: 0.2;
212
+ border-radius: 6px;
213
+ }
214
+ </style>
215
+ </head>
216
+ <body>
217
+ <div id="render-target">
218
+
219
+ <!-- Status bar -->
220
+ <div class="statusbar">
221
+ <div class="time">2:00</div>
222
+ <div class="icons">
223
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="none">
224
+ <path d="M3 18h18M6 14h12M9 10h6M12 6h0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
225
+ </svg>
226
+ <svg class="sb-icon" viewBox="0 0 24 24" fill="#fff">
227
+ <path d="M4 18h16c0-6-4-10-8-10S4 12 4 18z"/>
228
+ </svg>
229
+ <div class="sb-battery"><div class="fill"></div></div>
230
+ </div>
231
+ </div>
232
+
233
+ <!-- Toolbar -->
234
+ <div class="toolbar">
235
+ <div class="toolbar-inner">
236
+ <div class="tool-btn">
237
+ <svg viewBox="0 0 24 24"><path d="M3 5h18M7 5v6l-3 3v5h16v-5l-3-3V5" stroke="#2C6FE3" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
238
+ <span>Filters</span>
239
+ </div>
240
+ <div class="tool-btn">
241
+ <svg viewBox="0 0 24 24"><path d="M10 5l-3 3 3 3M14 19l3-3-3-3" stroke="#2C6FE3" stroke-width="2" fill="none" stroke-linecap="round"/><path d="M7 8h5M12 16h5" stroke="#2C6FE3" stroke-width="2" /></svg>
242
+ <span>Sort</span>
243
+ <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="#2C6FE3" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
244
+ </div>
245
+ <div class="tool-btn">
246
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" stroke="#2C6FE3" stroke-width="2" fill="none"/><path d="M4 21c2-5 14-5 16 0" stroke="#2C6FE3" stroke-width="2" fill="none" stroke-linecap="round"/></svg>
247
+ <span>Owner</span>
248
+ </div>
249
+ <div class="tool-btn">
250
+ <svg viewBox="0 0 24 24"><path d="M12 2l9 5v10l-9 5-9-5V7l9-5z" stroke="#2C6FE3" stroke-width="2" fill="none"/></svg>
251
+ <span>More</span>
252
+ </div>
253
+ </div>
254
+ </div>
255
+
256
+ <!-- Listings -->
257
+ <div class="list-area">
258
+
259
+ <!-- Partial previous card section (as seen at top) -->
260
+ <div class="card">
261
+ <div class="chips">
262
+ <div class="chip">For Single Men</div>
263
+ <div class="chip">For Single Women</div>
264
+ </div>
265
+ <div class="features">
266
+ <div class="feature">
267
+ <svg viewBox="0 0 24 24"><path d="M12 2c-3 0-6 2.5-6 6 0 4.3 6 11 6 11s6-6.7 6-11c0-3.5-3-6-6-6z" stroke="#2C6FE3" stroke-width="2" fill="none"/><circle cx="12" cy="8" r="2" fill="#2C6FE3"/></svg>
268
+ <span>47 Places nearby</span>
269
+ </div>
270
+ <div class="feature">
271
+ <svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="10" rx="2" stroke="#2C6FE3" stroke-width="2" fill="none"/><rect x="8" y="7" width="3" height="3" fill="#2C6FE3"/><rect x="13" y="7" width="3" height="3" fill="#2C6FE3"/></svg>
272
+ <span>1 Metro Station</span>
273
+ </div>
274
+ <div class="feature">
275
+ <svg viewBox="0 0 24 24"><path d="M12 3l6 6H6l6-6zM6 21h12" stroke="#2C6FE3" stroke-width="2" fill="none"/></svg>
276
+ <span>5 Religious Places</span>
277
+ </div>
278
+ </div>
279
+ <div class="dealer">by Dealer · T Nagar Realty</div>
280
+ <div class="meta-actions">
281
+ <div class="meta">Updated 22 hrs ago</div>
282
+ <div class="actions">
283
+ <button class="btn-outline">View Number</button>
284
+ <div class="icon-square green">
285
+ <svg viewBox="0 0 24 24"><path d="M6 5h12a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V8a3 3 0 013-3z" fill="currentColor"/><path d="M8 10c2 3 4 4 6 6l3-2" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
286
+ </div>
287
+ <div class="icon-square blue">
288
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="none" stroke="#fff" stroke-width="2"/><path d="M10 7h4M12 17v0" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </div>
293
+
294
+ <!-- Main visible card -->
295
+ <div class="card">
296
+ <div class="subtitle">T NAGAR REALTY</div>
297
+ <div class="title">2 BHK Flat for rent in Darmapuram, Chennai Sout...</div>
298
+
299
+ <div class="image-box">
300
+ [IMG: Apartment interior photo]
301
+ <div class="heart">
302
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.4-8-10a5 5 0 019-3 5 5 0 019 3c0 4.6-8 10-8 10z" fill="none" stroke="#E02B4C" stroke-width="2"/></svg>
303
+ </div>
304
+ <div class="image-overlay">
305
+ <div class="overlay-block">
306
+ <div class="ov-label">RENT</div>
307
+ <div class="ov-main">₹ 34,000 / month</div>
308
+ <div class="ov-sub">+Deposit 6 month(s) rent</div>
309
+ </div>
310
+ <div class="overlay-block">
311
+ <div class="ov-label">CARPET AREA</div>
312
+ <div class="ov-main">1,050 sq.ft | 2 Baths</div>
313
+ <div class="ov-sub">97.55 sq.m.</div>
314
+ </div>
315
+ </div>
316
+ </div>
317
+
318
+ <div class="chips">
319
+ <div class="chip">For Single Men</div>
320
+ <div class="chip">For Single Women</div>
321
+ </div>
322
+
323
+ <div class="features">
324
+ <div class="feature">
325
+ <svg viewBox="0 0 24 24"><path d="M12 2c-3 0-6 2.5-6 6 0 4.3 6 11 6 11s6-6.7 6-11c0-3.5-3-6-6-6z" stroke="#2C6FE3" stroke-width="2" fill="none"/><circle cx="12" cy="8" r="2" fill="#2C6FE3"/></svg>
326
+ <span>48 Places nearby</span>
327
+ </div>
328
+ <div class="feature">
329
+ <svg viewBox="0 0 24 24"><path d="M12 3l6 6H6l6-6zM6 21h12" stroke="#2C6FE3" stroke-width="2" fill="none"/></svg>
330
+ <span>1 Religious Place</span>
331
+ </div>
332
+ <div class="feature">
333
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="2" stroke="#2C6FE3" stroke-width="2" fill="none"/><path d="M6 9h12M6 13h7" stroke="#2C6FE3" stroke-width="2"/></svg>
334
+ <span>4 ATMs</span>
335
+ </div>
336
+ <div class="feature">
337
+ <svg viewBox="0 0 24 24"><rect x="9" y="3" width="6" height="18" rx="3" stroke="#2C6FE3" stroke-width="2" fill="none"/><path d="M6 18h12" stroke="#2C6FE3" stroke-width="2"/></svg>
338
+ <span>+ More</span>
339
+ </div>
340
+ </div>
341
+
342
+ <div class="dealer">by Dealer · T Nagar Realty</div>
343
+ <div class="meta-actions">
344
+ <div class="meta small">Posted 2d ago</div>
345
+ <div class="actions">
346
+ <button class="btn-outline">View Number</button>
347
+ <div class="icon-square green">
348
+ <svg viewBox="0 0 24 24"><path d="M6 5h12a3 3 0 013 3v8a3 3 0 01-3 3H6a3 3 0 01-3-3V8a3 3 0 013-3z" fill="currentColor"/><path d="M8 10c2 3 4 4 6 6l3-2" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
349
+ </div>
350
+ <div class="icon-square blue">
351
+ <svg viewBox="0 0 24 24"><path d="M6 3h12v18H6z" fill="none" stroke="#fff" stroke-width="2"/><path d="M10 7h4M12 17v0" stroke="#fff" stroke-width="2" stroke-linecap="round"/></svg>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </div>
356
+
357
+ <!-- Third card -->
358
+ <div class="card">
359
+ <div class="subtitle">VGN COASTA</div>
360
+ <div class="title">3 BHK Flat for rent in Muttukadu</div>
361
+ <div class="image-box">[IMG: Apartment exterior at dusk]
362
+ <div class="heart">
363
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.4-8-10a5 5 0 019-3 5 5 0 019 3c0 4.6-8 10-8 10z" fill="none" stroke="#E02B4C" stroke-width="2"/></svg>
364
+ </div>
365
+ </div>
366
+ </div>
367
+
368
+ </div>
369
+
370
+ <div class="home-indicator"></div>
371
+ </div>
372
+ </body>
373
+ </html>
code/18795/18795_13.html ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <title>Property Detail UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #FFFFFF; border-radius: 0;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
14
+ color: #1B2D4A;
15
+ }
16
+ .status-bar {
17
+ height: 150px; background: #173D6E; color: #fff;
18
+ padding: 0 40px; display: flex; align-items: center; justify-content: space-between;
19
+ font-weight: 600;
20
+ }
21
+ .status-left { font-size: 42px; letter-spacing: 0.5px; }
22
+ .status-right { display: flex; gap: 28px; align-items: center; }
23
+ .status-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 3; }
24
+ .header {
25
+ height: 150px; background: #fff; padding: 0 40px;
26
+ display: flex; align-items: center; justify-content: space-between;
27
+ color: #425269;
28
+ }
29
+ .header-left, .header-right { display: flex; align-items: center; gap: 36px; }
30
+ .icon-btn svg { width: 56px; height: 56px; stroke: #4A586D; fill: none; stroke-width: 5; }
31
+ .content { padding: 0 40px; }
32
+ .image-card {
33
+ width: 100%; height: 540px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 22px;
34
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 40px; position: relative; overflow: hidden;
35
+ }
36
+ .image-gradient {
37
+ position: absolute; left: 0; right: 0; bottom: 0; height: 140px;
38
+ background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.05));
39
+ display: flex; align-items: center; justify-content: space-between; padding: 0 26px; color: #fff;
40
+ font-size: 36px;
41
+ }
42
+ .img-right { display: flex; align-items: center; gap: 16px; opacity: 0.95; }
43
+ .price-block { margin-top: 36px; }
44
+ .price-main { font-size: 64px; font-weight: 800; color: #0B2C55; }
45
+ .price-main span { font-size: 40px; font-weight: 700; color: #0B2C55; }
46
+ .price-sub { margin-top: 12px; font-size: 34px; color: #5C6B7E; }
47
+ .price-sub a { color: #1E6BB8; text-decoration: none; font-weight: 700; }
48
+ .tag {
49
+ display: inline-block; margin-top: 24px; background: #EDF0F3; color: #4B5A6E;
50
+ border: 1px solid #E2E6EA; border-radius: 12px; padding: 16px 22px; font-size: 32px; font-weight: 700;
51
+ }
52
+ .section-title { margin-top: 40px; font-size: 34px; color: #68768A; }
53
+ .place-title { font-size: 48px; font-weight: 800; margin-top: 10px; color: #0B2C55; }
54
+ .place-sub { font-size: 40px; color: #3E4D63; margin-top: 6px; }
55
+ .chips-row { margin-top: 34px; display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
56
+ .chips-row .label { font-size: 36px; font-weight: 800; color: #0B2C55; }
57
+ .chip {
58
+ display: inline-flex; align-items: center; gap: 14px; background: #EAF3FB; border: 1px solid #CFE2F3; color: #2A4E74;
59
+ padding: 18px 24px; border-radius: 18px; font-size: 34px;
60
+ }
61
+ .chip svg { width: 40px; height: 40px; stroke: #2A4E74; }
62
+ .features { margin-top: 34px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
63
+ .feat-item {
64
+ background: #F5F8FC; border: 1px solid #E6ECF4; border-radius: 24px; padding: 26px;
65
+ text-align: center; color: #4A586D;
66
+ }
67
+ .feat-icon {
68
+ width: 110px; height: 110px; border-radius: 55px; background: #EAF3FB; border: 1px solid #D7E6F4;
69
+ display: flex; align-items: center; justify-content: center; margin: 0 auto 16px auto;
70
+ }
71
+ .feat-icon svg { width: 58px; height: 58px; stroke: #3A5A7A; fill: none; stroke-width: 4; }
72
+ .feat-text { font-size: 30px; line-height: 1.35; }
73
+ .highlights {
74
+ margin-top: 48px; background: #FFF6E9; border: 1px solid #F3E4CC; border-radius: 28px; padding: 32px;
75
+ }
76
+ .high-title { display: flex; align-items: center; gap: 22px; }
77
+ .high-title svg { width: 64px; height: 64px; stroke: #EB9E3B; fill: none; stroke-width: 5; }
78
+ .high-title .text1 { font-size: 56px; font-weight: 800; color: #0B2C55; }
79
+ .high-title .text2 { font-size: 36px; color: #6A7A8E; margin-top: 10px; }
80
+ .card {
81
+ margin-top: 24px; background: #fff; border: 1px solid #E6EBF2; border-radius: 22px; padding: 26px;
82
+ }
83
+ .card .card-title { display: flex; align-items: center; gap: 14px; font-size: 40px; font-weight: 800; color: #0B2C55; }
84
+ .bullet { margin-top: 20px; font-size: 34px; color: #4F5E74; }
85
+ .bottom-bar {
86
+ position: absolute; left: 40px; right: 40px; bottom: 120px;
87
+ background: #3E464F; color: #fff; border-radius: 44px; height: 140px;
88
+ display: flex; align-items: center; justify-content: space-between; padding: 0 36px;
89
+ box-shadow: 0 8px 20px rgba(0,0,0,0.2);
90
+ }
91
+ .bar-btn { display: flex; align-items: center; gap: 16px; font-size: 40px; font-weight: 700; }
92
+ .bar-btn svg { width: 48px; height: 48px; stroke: #fff; fill: none; stroke-width: 5; }
93
+ .divider {
94
+ position: absolute; left: 50%; top: 16px; bottom: 16px; width: 2px; background: rgba(255,255,255,0.35);
95
+ }
96
+ .call-fab {
97
+ position: absolute; left: 50%; transform: translateX(-50%);
98
+ bottom: 90px; width: 140px; height: 140px; background: #0A67CF;
99
+ border-radius: 70px; display: flex; align-items: center; justify-content: center;
100
+ box-shadow: 0 10px 22px rgba(10,103,207,0.45); z-index: 2;
101
+ }
102
+ .call-fab svg { width: 64px; height: 64px; stroke: #fff; stroke-width: 5; fill: none; }
103
+ /* Small helper for muted meta text */
104
+ .muted { color: #5C6B7E; }
105
+ </style>
106
+ </head>
107
+ <body>
108
+ <div id="render-target">
109
+ <!-- Status Bar -->
110
+ <div class="status-bar">
111
+ <div class="status-left">2:00</div>
112
+ <div class="status-right">
113
+ <div class="status-icon">
114
+ <svg viewBox="0 0 24 24"><path d="M3 16l6-6 5 5 5-5"/></svg>
115
+ </div>
116
+ <div class="status-icon">
117
+ <svg viewBox="0 0 24 24"><rect x="3" y="6" width="18" height="12" rx="3"/><path d="M17 10l2-2"/></svg>
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Header Actions -->
123
+ <div class="header">
124
+ <div class="header-left">
125
+ <div class="icon-btn">
126
+ <svg viewBox="0 0 24 24"><path d="M15 6l-6 6 6 6"/></svg>
127
+ </div>
128
+ </div>
129
+ <div class="header-right">
130
+ <div class="icon-btn">
131
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="12" r="3"/><circle cx="18" cy="6" r="3"/><circle cx="18" cy="18" r="3"/><path d="M8.6 10.4l7.2-3.2M8.6 13.6l7.2 3.2"/></svg>
132
+ </div>
133
+ <div class="icon-btn">
134
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-7-10a5 5 0 0110 0 5 5 0 0110 0c0 5.4-7 10-7 10-1.8-1.1-3.2-2-6-0z" /></svg>
135
+ </div>
136
+ <div class="icon-btn">
137
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-4-4"/></svg>
138
+ </div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- Hero Image -->
143
+ <div class="content">
144
+ <div class="image-card">
145
+ [IMG: Property photo / banner]
146
+ <div class="image-gradient">
147
+ <div>Posted 2d ago by dealer</div>
148
+ <div class="img-right">
149
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="14" rx="2"/><path d="M8 9h8M8 13h6"/></svg>
150
+ <span>8</span>
151
+ </div>
152
+ </div>
153
+ </div>
154
+
155
+ <!-- Price -->
156
+ <div class="price-block">
157
+ <div class="price-main">₹ 34,000<span>/month</span></div>
158
+ <div class="price-sub">₹ 2.04 Lac security depos... <a href="#">See Price Details ></a></div>
159
+ <div class="tag">Semifurnished</div>
160
+ </div>
161
+
162
+ <!-- Location & Type -->
163
+ <div class="section-title">Flat/Apartment for Rent in</div>
164
+ <div class="place-title">T Nagar Realty</div>
165
+ <div class="place-sub">Darmapuram</div>
166
+
167
+ <!-- Nearby chips -->
168
+ <div class="chips-row">
169
+ <div class="label">48 Places Nearby</div>
170
+ <span class="muted" style="font-size: 36px;">|</span>
171
+ <div class="chip">
172
+ <svg viewBox="0 0 24 24"><path d="M12 21s6-7 6-11a6 6 0 10-12 0c0 4 6 11 6 11z"/><circle cx="12" cy="10" r="2.5"/></svg>
173
+ Shree Shantinath jain temple
174
+ </div>
175
+ <div class="chip">
176
+ <svg viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="12" rx="2"/><path d="M7 9h10M7 13h6"/></svg>
177
+ Yes bank ATM
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Feature Icons -->
182
+ <div class="features">
183
+ <div class="feat-item">
184
+ <div class="feat-icon">
185
+ <svg viewBox="0 0 24 24"><rect x="4" y="9" width="16" height="10" rx="2"/><path d="M4 13h16M7 6h5"/></svg>
186
+ </div>
187
+ <div class="feat-text">2 BHK and 2 baths</div>
188
+ </div>
189
+ <div class="feat-item">
190
+ <div class="feat-icon">
191
+ <svg viewBox="0 0 24 24"><path d="M6 20V4h12v16M6 12h12M6 16h12"/></svg>
192
+ </div>
193
+ <div class="feat-text">3 out of 4 floors</div>
194
+ </div>
195
+ <div class="feat-item">
196
+ <div class="feat-icon">
197
+ <svg viewBox="0 0 24 24"><circle cx="6" cy="9" r="2.5"/><circle cx="12" cy="9" r="2.5"/><circle cx="18" cy="9" r="2.5"/></svg>
198
+ </div>
199
+ <div class="feat-text">For Family/ Single women/ Single men</div>
200
+ </div>
201
+ <div class="feat-item">
202
+ <div class="feat-icon">
203
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="12" rx="2"/><path d="M8 10h8M8 14h8"/></svg>
204
+ </div>
205
+ <div class="feat-text">1050.0 sq.ft. Carpet Area (97 sq.m.)</div>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Key Highlights -->
210
+ <div class="highlights">
211
+ <div class="high-title">
212
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 6v6l4 3"/></svg>
213
+ <div>
214
+ <div class="text1">Key Highlights</div>
215
+ <div class="text2">Why you should choose the property</div>
216
+ </div>
217
+ </div>
218
+ <div class="card">
219
+ <div class="card-title">
220
+ <svg viewBox="0 0 24 24"><path d="M4 7h16v10H4z"/><path d="M6 10h8"/></svg>
221
+ Property Highlights
222
+ </div>
223
+ <div class="bullet">• North Facing</div>
224
+ <div class="bullet">• More advantages and amenities...</div>
225
+ </div>
226
+ </div>
227
+ </div>
228
+
229
+ <!-- Floating Bottom Bar + Call FAB -->
230
+ <div class="call-fab">
231
+ <svg viewBox="0 0 24 24"><path d="M6 4l4 4-2 2c2.5 3.5 5.5 5.5 9 7l2-2 4 4c-2 2-5 2-7 1-6.5-3-10-6.5-12-12-1-2 0-5 2-6z"/></svg>
232
+ </div>
233
+ <div class="bottom-bar">
234
+ <div class="bar-btn">
235
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v12H4z"/><path d="M8 10h8M8 14h6"/></svg>
236
+ View Contact
237
+ </div>
238
+ <div class="divider"></div>
239
+ <div class="bar-btn">
240
+ <svg viewBox="0 0 24 24"><path d="M4 5h16v12l-4-3H4z"/></svg>
241
+ Chat Now
242
+ </div>
243
+ </div>
244
+ </div>
245
+ </body>
246
+ </html>
code/18795/18795_14.html ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Overview UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
13
+ color: #0f2544;
14
+ }
15
+
16
+ /* Status bar */
17
+ .statusbar {
18
+ position: absolute; top: 0; left: 0; width: 1080px; height: 120px;
19
+ background: #163E6E; color: #fff;
20
+ display: flex; align-items: center; justify-content: space-between;
21
+ padding: 0 40px; box-sizing: border-box; font-weight: 600; letter-spacing: 0.3px;
22
+ }
23
+ .status-right { display: flex; align-items: center; gap: 26px; opacity: 0.95; }
24
+ .icon {
25
+ width: 36px; height: 36px; display: inline-block;
26
+ }
27
+
28
+ /* Tabs */
29
+ .tabs {
30
+ position: absolute; top: 120px; left: 0; width: 1080px; height: 120px;
31
+ background: #ffffff; border-bottom: 1px solid #E6EBF2;
32
+ display: flex; align-items: flex-end; padding: 0 40px 0 40px; box-sizing: border-box;
33
+ gap: 48px;
34
+ }
35
+ .tab {
36
+ font-size: 38px; color: #5B6E86; padding: 30px 0 24px 0; position: relative;
37
+ }
38
+ .tab.active { color: #0E3A75; font-weight: 700; }
39
+ .tab.active::after {
40
+ content: ""; position: absolute; left: 0; bottom: 0;
41
+ width: 100%; height: 8px; background: #2175F5; border-radius: 4px;
42
+ }
43
+
44
+ /* Key Highlights section wrapper */
45
+ .kh-wrap {
46
+ position: absolute; left: 40px; right: 40px; top: 330px;
47
+ background: #FFF7EA; border-radius: 32px; padding: 40px;
48
+ box-sizing: border-box;
49
+ }
50
+ .kh-header {
51
+ display: flex; gap: 30px; align-items: center;
52
+ }
53
+ .kh-title {
54
+ font-size: 60px; font-weight: 800; margin: 0; line-height: 1.1; color: #0C2B53;
55
+ }
56
+ .kh-sub { margin-top: 6px; font-size: 34px; color: #71839A; }
57
+
58
+ .target-icon {
59
+ width: 110px; height: 110px; border-radius: 55px; background: #FFE2BF; display: flex; align-items: center; justify-content: center;
60
+ box-shadow: inset 0 0 0 10px #FFD19C;
61
+ }
62
+
63
+ .kh-card {
64
+ margin-top: 30px;
65
+ background: #ffffff; border-radius: 22px;
66
+ box-shadow: 0 6px 14px rgba(0,0,0,0.08);
67
+ padding: 36px; box-sizing: border-box;
68
+ }
69
+ .kh-card-title {
70
+ display: flex; align-items: center; gap: 18px; font-size: 40px; font-weight: 700; color: #0D325F;
71
+ }
72
+ .kh-list { margin-top: 26px; display: grid; gap: 26px; }
73
+ .kh-item { display: flex; align-items: center; gap: 22px; font-size: 38px; color: #3B4C63; }
74
+ .kh-item strong { color: #0D325F; font-weight: 700; }
75
+ .dot { width: 16px; height: 16px; background: #7A8CA3; border-radius: 50%; }
76
+ .paw { width: 34px; height: 34px; position: relative; }
77
+ .paw span { position: absolute; background: #7A8CA3; border-radius: 50%; }
78
+ .paw .p0 { width: 22px; height: 18px; bottom: 0; left: 6px; }
79
+ .paw .p1 { width: 10px; height: 10px; top: 0; left: 0; }
80
+ .paw .p2 { width: 10px; height: 10px; top: 0; left: 12px; }
81
+ .paw .p3 { width: 10px; height: 10px; top: 0; left: 24px; }
82
+ .cap { width: 34px; height: 34px; position: relative; }
83
+ .cap::before { content:""; position: absolute; left: 2px; top: 8px; width: 30px; height: 12px; background: #7A8CA3; transform: skewX(-12deg); }
84
+ .cap::after { content:""; position: absolute; left: 8px; bottom: 4px; width: 18px; height: 6px; background: #7A8CA3; }
85
+
86
+ /* Info banner */
87
+ .info-banner {
88
+ position: absolute; left: 40px; right: 40px; top: 930px;
89
+ background: #F2F5F9; border-radius: 26px;
90
+ display: flex; align-items: center; gap: 20px; padding: 28px 32px; box-sizing: border-box;
91
+ color: #1E334D; font-size: 38px;
92
+ }
93
+ .avatar { width: 56px; height: 56px; border-radius: 28px; background: #ffffff; border: 2px solid #D6E0ED; position: relative; }
94
+ .avatar::after { content:""; position: absolute; right: -4px; bottom: -4px; width: 24px; height: 24px; background: #FFC75A; border-radius: 50%; border: 2px solid #fff; }
95
+
96
+ /* Property Details */
97
+ .details-title {
98
+ position: absolute; left: 40px; top: 1050px;
99
+ font-size: 58px; font-weight: 800; color: #0C2B53;
100
+ }
101
+ .details {
102
+ position: absolute; left: 40px; right: 40px; top: 1140px;
103
+ display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; row-gap: 28px;
104
+ font-size: 40px;
105
+ }
106
+ .label { color: #5D6E87; }
107
+ .value { color: #0D325F; font-weight: 800; text-align: left; }
108
+ .sub { font-size: 28px; color: #7A889C; font-weight: 600; margin-top: 8px; display: inline-block; }
109
+ .info-inline { display: inline-flex; align-items: center; gap: 12px; }
110
+ .info-icon {
111
+ width: 34px; height: 34px; border-radius: 17px; border: 2px solid #A9B6C6; color: #6D7E90;
112
+ display: inline-flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700;
113
+ }
114
+
115
+ /* Floating CTA bar */
116
+ .floating-cta {
117
+ position: absolute; left: 60px; bottom: 160px;
118
+ width: 960px; height: 140px;
119
+ background: #3C434A; border-radius: 80px;
120
+ display: flex; align-items: center; justify-content: space-between;
121
+ padding: 0 80px; box-sizing: border-box; color: #fff; font-size: 40px; font-weight: 700;
122
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18);
123
+ }
124
+ .cta-group { display: flex; align-items: center; gap: 20px; }
125
+ .cta-icon { width: 44px; height: 44px; }
126
+ .call-btn {
127
+ position: absolute; top: -36px; left: 50%; transform: translateX(-50%);
128
+ width: 140px; height: 140px; border-radius: 70px; background: #1779E8;
129
+ display: flex; align-items: center; justify-content: center;
130
+ box-shadow: 0 10px 20px rgba(23,121,232,0.35), 0 0 0 6px #ffffff;
131
+ }
132
+ .center-line {
133
+ position: absolute; left: 50%; transform: translateX(-50%);
134
+ top: 104px; width: 4px; height: 48px; background: rgba(255,255,255,0.6); border-radius: 2px;
135
+ }
136
+
137
+ /* Home indicator */
138
+ .home-indicator {
139
+ position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
140
+ width: 280px; height: 16px; background: #D8DCE2; border-radius: 10px;
141
+ }
142
+ </style>
143
+ </head>
144
+ <body>
145
+ <div id="render-target">
146
+
147
+ <!-- Status Bar -->
148
+ <div class="statusbar">
149
+ <div style="font-size:44px;">2:01</div>
150
+ <div class="status-right">
151
+ <!-- simple mail icon -->
152
+ <svg class="icon" viewBox="0 0 24 24">
153
+ <rect x="2" y="5" width="20" height="14" rx="3" fill="none" stroke="#ffffff" stroke-width="2"></rect>
154
+ <path d="M3 6l9 6 9-6" stroke="#ffffff" stroke-width="2" fill="none"></path>
155
+ </svg>
156
+ <!-- wifi -->
157
+ <svg class="icon" viewBox="0 0 24 24">
158
+ <path d="M2 9c5-5 15-5 20 0" stroke="#fff" stroke-width="2" fill="none"></path>
159
+ <path d="M5 12c4-4 10-4 14 0" stroke="#fff" stroke-width="2" fill="none"></path>
160
+ <path d="M9 15c2-2 4-2 6 0" stroke="#fff" stroke-width="2" fill="none"></path>
161
+ <circle cx="12" cy="18" r="2" fill="#fff"></circle>
162
+ </svg>
163
+ <!-- battery -->
164
+ <svg class="icon" viewBox="0 0 28 16">
165
+ <rect x="1" y="2" width="22" height="12" rx="3" fill="none" stroke="#fff" stroke-width="2"></rect>
166
+ <rect x="4" y="4" width="16" height="8" rx="2" fill="#fff"></rect>
167
+ <rect x="24" y="6" width="3" height="4" rx="1" fill="#fff"></rect>
168
+ </svg>
169
+ </div>
170
+ </div>
171
+
172
+ <!-- Tabs -->
173
+ <div class="tabs">
174
+ <div class="tab active">Overview</div>
175
+ <div class="tab">Highlights</div>
176
+ <div class="tab">Property Details</div>
177
+ <div class="tab">Photos</div>
178
+ <div class="tab">Facilities</div>
179
+ </div>
180
+
181
+ <!-- Key Highlights Section -->
182
+ <div class="kh-wrap">
183
+ <div class="kh-header">
184
+ <div class="target-icon">
185
+ <svg viewBox="0 0 100 100" width="80" height="80">
186
+ <circle cx="50" cy="50" r="34" fill="#FFE6CC" stroke="#FFAD5A" stroke-width="6"></circle>
187
+ <circle cx="50" cy="50" r="16" fill="none" stroke="#FFAD5A" stroke-width="6"></circle>
188
+ <path d="M70 20l10 0-4 12z" fill="#1B66D1"></path>
189
+ <path d="M63 27l10-7" stroke="#1B66D1" stroke-width="5"></path>
190
+ </svg>
191
+ </div>
192
+ <div>
193
+ <h1 class="kh-title">Key Highlights</h1>
194
+ <div class="kh-sub">Why you should choose the property</div>
195
+ </div>
196
+ </div>
197
+
198
+ <div class="kh-card">
199
+ <div class="kh-card-title">
200
+ <svg viewBox="0 0 24 24" width="40" height="40">
201
+ <path d="M4 11l8-6 8 6v8H4z" fill="#1B66D1"></path>
202
+ <circle cx="17" cy="9" r="3" fill="#FFC75A" stroke="#fff" stroke-width="1"></circle>
203
+ </svg>
204
+ <span>Property Highlights</span>
205
+ </div>
206
+ <div class="kh-list">
207
+ <div class="kh-item"><span class="dot"></span> <span>North Facing</span></div>
208
+ <div class="kh-item">
209
+ <div class="paw">
210
+ <span class="p0"></span><span class="p1"></span><span class="p2"></span><span class="p3"></span>
211
+ </div>
212
+ <span>Pet Friendly</span>
213
+ </div>
214
+ <div class="kh-item">
215
+ <div class="cap"></div>
216
+ <span>Close to School <strong>...more</strong></span>
217
+ </div>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <!-- Info banner -->
223
+ <div class="info-banner">
224
+ <div class="avatar"></div>
225
+ <div>11 people viewed this property in last 24 hours</div>
226
+ </div>
227
+
228
+ <!-- Property Details -->
229
+ <div class="details-title">Property Details</div>
230
+ <div class="details">
231
+ <div class="label">Layout</div>
232
+ <div class="value">2 BHK, 2 Baths, Pooja Room</div>
233
+
234
+ <div class="label">
235
+ <span class="info-inline">Carpet Area <span class="info-icon">i</span></span>
236
+ </div>
237
+ <div class="value">1050 sq.ft. <span class="sub">97.55 sq.m. ▼</span></div>
238
+
239
+ <div class="label">Furnishing</div>
240
+ <div class="value">Semifurnished</div>
241
+
242
+ <div class="label">Floor number</div>
243
+ <div class="value">3</div>
244
+
245
+ <div class="label">Flooring</div>
246
+ <div class="value">Marble</div>
247
+
248
+ <div class="label">Facing</div>
249
+ <div class="value">North</div>
250
+
251
+ <div class="label">Company lease required</div>
252
+ <div class="value">Yes</div>
253
+ </div>
254
+
255
+ <!-- Floating CTA -->
256
+ <div class="floating-cta">
257
+ <div class="cta-group">
258
+ <svg class="cta-icon" viewBox="0 0 24 24">
259
+ <rect x="3" y="5" width="18" height="16" rx="3" fill="none" stroke="#ffffff" stroke-width="2"></rect>
260
+ <path d="M3 9h18" stroke="#ffffff" stroke-width="2"></path>
261
+ <path d="M7 3v6M17 3v6" stroke="#ffffff" stroke-width="2"></path>
262
+ </svg>
263
+ <span>View Contact</span>
264
+ </div>
265
+
266
+ <div class="call-btn">
267
+ <svg viewBox="0 0 24 24" width="46" height="46">
268
+ <path d="M6 4c2 6 8 12 14 14l-3 3c-6-2-12-8-14-14L6 4z" fill="#ffffff"></path>
269
+ </svg>
270
+ </div>
271
+ <div class="center-line"></div>
272
+
273
+ <div class="cta-group">
274
+ <svg class="cta-icon" viewBox="0 0 24 24">
275
+ <path d="M3 6h18v12H3z" fill="none" stroke="#ffffff" stroke-width="2"></path>
276
+ <path d="M6 9h8v6H6z" fill="#ffffff"></path>
277
+ <path d="M16 12l4 4" stroke="#ffffff" stroke-width="2"></path>
278
+ </svg>
279
+ <span>Chat Now</span>
280
+ </div>
281
+ </div>
282
+
283
+ <!-- Home indicator -->
284
+ <div class="home-indicator"></div>
285
+
286
+ </div>
287
+ </body>
288
+ </html>
code/18795/18795_15.html ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Property Details UI</title>
6
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
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: #0f2b4a;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute; top: 0; left: 0; right: 0;
18
+ height: 160px; background: #153B6E;
19
+ color: #ffffff;
20
+ padding: 34px 40px 0 40px;
21
+ box-sizing: border-box;
22
+ }
23
+ .status-inner { display: flex; justify-content: space-between; align-items: center; }
24
+ .status-left { font-weight: 600; font-size: 34px; letter-spacing: 0.4px; }
25
+ .status-right { display: flex; gap: 24px; align-items: center; }
26
+ .status-dot { width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9; }
27
+ .status-battery {
28
+ width: 44px; height: 22px; border: 3px solid #fff; border-radius: 6px; position: relative;
29
+ }
30
+ .status-battery::after {
31
+ content: ""; position: absolute; right: -8px; top: 6px;
32
+ width: 6px; height: 10px; background: #fff; border-radius: 2px;
33
+ }
34
+ .status-battery .level { position: absolute; left: 3px; top: 3px; height: 14px; width: 28px; background: #6EE07D; border-radius: 3px; }
35
+
36
+ /* Header with price and actions */
37
+ .header {
38
+ position: absolute; top: 160px; left: 0; right: 0;
39
+ background: #ffffff;
40
+ padding: 28px 40px 16px 40px;
41
+ box-sizing: border-box;
42
+ }
43
+ .header-top { display: flex; justify-content: space-between; align-items: center; }
44
+ .left-group { display: flex; align-items: center; gap: 24px; }
45
+ .price { font-size: 46px; font-weight: 800; color: #0f2b4a; }
46
+ .subtitle { font-size: 28px; color: #8aa0b7; margin-left: 84px; margin-top: 6px; }
47
+ .icon-btn {
48
+ width: 64px; height: 64px; display: flex; align-items: center; justify-content: center;
49
+ border-radius: 16px; background: #f1f5f9;
50
+ }
51
+ .icon-btn svg { width: 36px; height: 36px; fill: none; stroke: #27496f; stroke-width: 4; }
52
+
53
+ /* Tabs */
54
+ .tabs {
55
+ position: absolute; top: 290px; left: 0; right: 0;
56
+ padding: 0 40px; box-sizing: border-box;
57
+ border-bottom: 2px solid #e6eef7;
58
+ display: flex; gap: 36px;
59
+ }
60
+ .tab {
61
+ font-size: 34px; color: #5d6f86; padding: 26px 0;
62
+ }
63
+ .tab.active {
64
+ color: #153B6E; font-weight: 700; position: relative;
65
+ }
66
+ .tab.active::after {
67
+ content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 6px; background: #1976d2; border-radius: 3px;
68
+ }
69
+
70
+ /* Details list */
71
+ .details {
72
+ position: absolute; top: 390px; left: 40px; right: 40px;
73
+ }
74
+ .detail-row {
75
+ display: grid; grid-template-columns: 1fr 1fr;
76
+ padding: 36px 0; border-bottom: 1px solid #f0f4f9;
77
+ font-size: 34px;
78
+ }
79
+ .label { color: #6e7e92; }
80
+ .value { color: #0f2b4a; font-weight: 800; }
81
+ .section-spacer { height: 32px; }
82
+
83
+ /* Tour section */
84
+ .tour {
85
+ position: absolute; top: 980px; left: 40px; right: 40px;
86
+ }
87
+ .tour h2 {
88
+ margin: 0 0 10px 0; font-size: 56px; line-height: 64px; color: #0f2b4a;
89
+ }
90
+ .tour .sub { font-size: 30px; color: #8aa0b7; margin-bottom: 24px; }
91
+
92
+ .img-card {
93
+ width: 100%; height: 520px;
94
+ background: #E0E0E0; border: 1px solid #BDBDBD;
95
+ border-radius: 24px; position: relative;
96
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; font-weight: 600;
97
+ }
98
+ .img-overlay {
99
+ position: absolute; left: 24px; bottom: 24px; color: #ffffff; font-size: 30px; font-weight: 700;
100
+ background: rgba(21,59,110,0.6); padding: 10px 16px; border-radius: 14px;
101
+ }
102
+ .img-count {
103
+ position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px;
104
+ background: rgba(21,59,110,0.6); color: #fff; font-size: 28px; padding: 10px 14px; border-radius: 14px;
105
+ }
106
+ .stack-icon { width: 26px; height: 26px; border: 2px solid #fff; border-radius: 6px; position: relative; }
107
+ .stack-icon::after {
108
+ content: ""; position: absolute; right: -6px; bottom: -6px; width: 26px; height: 26px; border: 2px solid #fff; border-radius: 6px; opacity: 0.7;
109
+ }
110
+
111
+ .thumbs { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
112
+ .thumb {
113
+ height: 260px; background: #E0E0E0; border: 1px solid #BDBDBD; border-radius: 20px;
114
+ position: relative; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; font-weight: 600;
115
+ }
116
+ .thumb .img-overlay { font-size: 28px; padding: 8px 12px; }
117
+ .thumb .img-count { font-size: 26px; padding: 8px 12px; }
118
+
119
+ /* Sticky contact bar */
120
+ .contact-wrap {
121
+ position: absolute; bottom: 170px; left: 40px; right: 40px;
122
+ display: flex; align-items: center; justify-content: center;
123
+ }
124
+ .contact-bar {
125
+ width: 100%; height: 120px; background: #3f4a54; border-radius: 60px;
126
+ box-shadow: 0 10px 24px rgba(0,0,0,0.18); display: flex; align-items: center; justify-content: space-between;
127
+ padding: 0 180px; box-sizing: border-box; color: #fff; font-size: 32px; font-weight: 700;
128
+ position: relative;
129
+ }
130
+ .contact-item { display: flex; align-items: center; gap: 16px; }
131
+ .contact-item .tag { font-weight: 700; }
132
+ .round-call {
133
+ position: absolute; left: 50%; transform: translateX(-50%);
134
+ width: 120px; height: 120px; background: #0a76ff; border-radius: 60px;
135
+ border: 10px solid #e6eef7; display: flex; align-items: center; justify-content: center;
136
+ }
137
+ .round-call svg { width: 50px; height: 50px; stroke: #fff; stroke-width: 5; fill: none; }
138
+
139
+ .contact-icon {
140
+ width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
141
+ }
142
+ .contact-icon svg { width: 36px; height: 36px; stroke: #fff; stroke-width: 4; fill: none; }
143
+ .wa { background: #24D366; color: #fff; border-radius: 50px; padding: 12px 22px; font-weight: 700; }
144
+
145
+ /* Home indicator */
146
+ .home-indicator {
147
+ position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%);
148
+ width: 320px; height: 14px; background: #000; opacity: 0.12; border-radius: 7px;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Dark status bar -->
156
+ <div class="status-bar">
157
+ <div class="status-inner">
158
+ <div class="status-left">2:01</div>
159
+ <div class="status-right">
160
+ <div class="status-dot"></div>
161
+ <div class="status-battery"><div class="level"></div></div>
162
+ </div>
163
+ </div>
164
+ </div>
165
+
166
+ <!-- Header with price and action icons -->
167
+ <div class="header">
168
+ <div class="header-top">
169
+ <div class="left-group">
170
+ <div class="icon-btn" aria-label="Back">
171
+ <svg viewBox="0 0 24 24">
172
+ <path d="M15 4 L7 12 L15 20" />
173
+ </svg>
174
+ </div>
175
+ <div class="price">₹ 34,000</div>
176
+ </div>
177
+ <div style="display:flex; gap:18px;">
178
+ <div class="icon-btn" aria-label="Share">
179
+ <svg viewBox="0 0 24 24">
180
+ <circle cx="6" cy="12" r="2"></circle>
181
+ <circle cx="18" cy="6" r="2"></circle>
182
+ <circle cx="18" cy="18" r="2"></circle>
183
+ <path d="M8 12 L16 7 M8 12 L16 17"></path>
184
+ </svg>
185
+ </div>
186
+ <div class="icon-btn" aria-label="Favorite">
187
+ <svg viewBox="0 0 24 24">
188
+ <path d="M12 20 L5 14 C2 11 4 6 8 6 C10 6 12 7.5 12 7.5 C12 7.5 14 6 16 6 C20 6 22 11 19 14 Z"></path>
189
+ </svg>
190
+ </div>
191
+ <div class="icon-btn" aria-label="Search">
192
+ <svg viewBox="0 0 24 24">
193
+ <circle cx="11" cy="11" r="6"></circle>
194
+ <path d="M20 20 L16 16"></path>
195
+ </svg>
196
+ </div>
197
+ </div>
198
+ </div>
199
+ <div class="subtitle">2 BHK, 2 Baths</div>
200
+ </div>
201
+
202
+ <!-- Tabs -->
203
+ <div class="tabs">
204
+ <div class="tab">Overview</div>
205
+ <div class="tab">Highlights</div>
206
+ <div class="tab active">Property Details</div>
207
+ <div class="tab">Photos</div>
208
+ <div class="tab">Facilities</div>
209
+ </div>
210
+
211
+ <!-- Details list -->
212
+ <div class="details">
213
+ <div class="detail-row">
214
+ <div class="label">Furnishing</div>
215
+ <div class="value">Semifurnished</div>
216
+ </div>
217
+ <div class="detail-row">
218
+ <div class="label">Floor number</div>
219
+ <div class="value">3</div>
220
+ </div>
221
+ <div class="detail-row">
222
+ <div class="label">Flooring</div>
223
+ <div class="value">Marble</div>
224
+ </div>
225
+ <div class="detail-row">
226
+ <div class="label">Facing</div>
227
+ <div class="value">North</div>
228
+ </div>
229
+ <div class="detail-row">
230
+ <div class="label">Company lease required</div>
231
+ <div class="value">Yes</div>
232
+ </div>
233
+ <div class="detail-row">
234
+ <div class="label">Notice period</div>
235
+ <div class="value">1 months</div>
236
+ </div>
237
+ <div class="detail-row" style="border-bottom:none;">
238
+ <div class="label">Property ID</div>
239
+ <div class="value">N72042812</div>
240
+ </div>
241
+ </div>
242
+
243
+ <!-- Tour section -->
244
+ <div class="tour">
245
+ <h2>Take a tour of the Property</h2>
246
+ <div class="sub">with photos and videos</div>
247
+
248
+ <div class="img-card">
249
+ [IMG: Hall - interior photo]
250
+ <div class="img-overlay">Hall</div>
251
+ <div class="img-count">
252
+ <div class="stack-icon"></div>
253
+ <span>2</span>
254
+ </div>
255
+ </div>
256
+
257
+ <div class="thumbs">
258
+ <div class="thumb">
259
+ [IMG: Bedroom]
260
+ <div class="img-overlay">Bedroom</div>
261
+ <div class="img-count"><div class="stack-icon"></div><span>2</span></div>
262
+ </div>
263
+ <div class="thumb">
264
+ [IMG: Kitchen]
265
+ <div class="img-overlay">Kitchen</div>
266
+ <div class="img-count"><div class="stack-icon"></div><span>1</span></div>
267
+ </div>
268
+ <div class="thumb">
269
+ [IMG: Bathroom]
270
+ <div class="img-overlay">Bathroom</div>
271
+ </div>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Contact bar -->
276
+ <div class="contact-wrap">
277
+ <div class="contact-bar">
278
+ <div class="contact-item">
279
+ <div class="contact-icon" aria-hidden="true">
280
+ <svg viewBox="0 0 24 24">
281
+ <rect x="3" y="4" width="16" height="16" rx="3"></rect>
282
+ <path d="M7 8 L7 8 M11 8 L11 8 M15 8 L15 8"></path>
283
+ </svg>
284
+ </div>
285
+ <div class="tag">View Contact</div>
286
+ </div>
287
+
288
+ <div class="round-call" aria-label="Call">
289
+ <svg viewBox="0 0 24 24">
290
+ <path d="M6 4 C7 10 14 17 20 18 L18 21 C12 20 8 16 4 9 Z"></path>
291
+ </svg>
292
+ </div>
293
+
294
+ <div class="contact-item wa">
295
+ <div class="contact-icon" aria-hidden="true">
296
+ <svg viewBox="0 0 24 24">
297
+ <circle cx="12" cy="12" r="9"></circle>
298
+ <path d="M15 16 L12 14 L10 11"></path>
299
+ </svg>
300
+ </div>
301
+ <div>Chat Now</div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <!-- Home indicator -->
307
+ <div class="home-indicator"></div>
308
+ </div>
309
+ </body>
310
+ </html>
code/18795/18795_2.html ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#eef3f7;
12
+ }
13
+
14
+ /* Top status bar */
15
+ .statusbar {
16
+ height:140px; background:#0c6cb3; color:#fff; padding:40px 48px 0 48px;
17
+ box-sizing:border-box;
18
+ }
19
+ .status-content {
20
+ display:flex; align-items:center; justify-content:space-between;
21
+ }
22
+ .status-left { font-size:46px; font-weight:600; letter-spacing:0.4px; }
23
+ .status-right { display:flex; gap:28px; align-items:center; }
24
+ .status-icon {
25
+ width:44px; height:44px; border-radius:10px; background:rgba(255,255,255,0.25);
26
+ display:flex; align-items:center; justify-content:center;
27
+ }
28
+
29
+ /* Filter row */
30
+ .filter-bar {
31
+ background:#fff; height:164px; display:flex; align-items:center;
32
+ box-shadow:0 4px 12px rgba(0,0,0,0.08);
33
+ padding:0 36px;
34
+ }
35
+ .chip {
36
+ display:inline-flex; align-items:center; gap:18px;
37
+ padding:22px 30px; border:1px solid #d9e4ee; border-radius:40px;
38
+ color:#4b5e73; background:#fff; margin-right:24px; font-size:36px;
39
+ }
40
+ .chip svg { width:40px; height:40px; fill:#4b5e73; }
41
+ .chip.filter { position:relative; }
42
+ .chip .badge {
43
+ position:absolute; top:-8px; right:-8px; background:#2b9dff; color:#fff;
44
+ width:56px; height:56px; border-radius:50%; font-size:34px; display:flex; align-items:center; justify-content:center; border:3px solid #fff;
45
+ }
46
+
47
+ /* Cards */
48
+ .cards { padding:24px 28px; }
49
+ .card {
50
+ background:#fff; border-radius:24px; box-shadow:0 6px 14px rgba(0,0,0,0.08);
51
+ margin-bottom:36px; overflow:hidden;
52
+ }
53
+ .card-header {
54
+ padding:24px 28px 0 28px; color:#3b4c60;
55
+ }
56
+ .community { font-size:34px; font-weight:700; opacity:0.85; letter-spacing:0.2px; }
57
+ .rating-pill {
58
+ display:inline-flex; align-items:center; gap:10px; background:#e6f7ea; color:#1c8c3a;
59
+ border-radius:16px; padding:6px 12px; font-size:30px; margin-left:12px;
60
+ }
61
+ .title {
62
+ font-size:44px; font-weight:700; color:#0f233a; margin-top:8px;
63
+ white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
64
+ }
65
+
66
+ .card-image {
67
+ position:relative; height:540px; margin:24px 24px 0 24px;
68
+ border-radius:20px; overflow:hidden; border:1px solid #bdbdbd;
69
+ background:#E0E0E0; display:flex; align-items:center; justify-content:center; color:#757575;
70
+ }
71
+ .card-image span { font-size:40px; }
72
+ .heart {
73
+ position:absolute; top:24px; right:24px; background:rgba(255,255,255,0.85);
74
+ width:88px; height:88px; border-radius:44px; display:flex; align-items:center; justify-content:center;
75
+ }
76
+ .verified-tag {
77
+ position:absolute; top:24px; left:24px; background:#1db954; color:#fff;
78
+ border-radius:20px; padding:14px 20px; font-size:32px; display:flex; align-items:center; gap:12px;
79
+ }
80
+ .overlay {
81
+ position:absolute; left:0; right:0; bottom:0; height:210px;
82
+ background:linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.2));
83
+ color:#fff; padding:24px 28px; box-sizing:border-box; display:flex; gap:26px;
84
+ }
85
+ .overlay .col { flex:1; }
86
+ .overlay .label { font-size:30px; letter-spacing:1px; opacity:0.8; }
87
+ .overlay .value { font-size:48px; font-weight:800; margin-top:8px; }
88
+ .overlay .sub { font-size:30px; opacity:0.9; margin-top:6px; }
89
+ .overlay .divider {
90
+ width:2px; background:rgba(255,255,255,0.4); border-radius:2px;
91
+ }
92
+ .overlay-banner {
93
+ position:absolute; left:24px; bottom:210px; background:rgba(0,0,0,0.65);
94
+ color:#fff; border-radius:16px; padding:16px 20px; font-size:32px; display:flex; align-items:center; gap:16px;
95
+ }
96
+ .overlay-banner .pink {
97
+ width:56px; height:56px; border-radius:12px; background:#ff3b9a;
98
+ display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700;
99
+ }
100
+
101
+ /* Feature chips row */
102
+ .features { padding:18px 28px; display:flex; flex-wrap:wrap; gap:18px; }
103
+ .fchip {
104
+ display:inline-flex; align-items:center; gap:14px; padding:18px 22px;
105
+ background:#fff; border:2px solid #d7e3ef; border-radius:40px; color:#3b4c60; font-size:34px;
106
+ }
107
+ .fchip svg { width:34px; height:34px; fill:#2b9dff; }
108
+
109
+ /* Card footer actions */
110
+ .card-footer {
111
+ padding:12px 28px 28px 28px; display:flex; align-items:center; justify-content:space-between;
112
+ }
113
+ .dealer { color:#7a8b9b; font-size:32px; }
114
+ .dealer .updated { color:#1c8c3a; font-weight:700; margin-top:6px; }
115
+ .actions { display:flex; align-items:center; gap:18px; }
116
+ .btn-outline {
117
+ padding:22px 28px; border:3px solid #2b9dff; color:#0f233a; background:#fff; border-radius:16px; font-size:36px; font-weight:700;
118
+ }
119
+ .icon-btn {
120
+ width:100px; height:92px; border-radius:20px; border:2px solid #cfe1f2; background:#eaf4ff;
121
+ display:flex; align-items:center; justify-content:center;
122
+ }
123
+ .icon-btn svg { width:46px; height:46px; }
124
+
125
+ /* Alerts card */
126
+ .alert-card {
127
+ background:#fff; border-radius:24px; margin:24px 28px; padding:32px; box-shadow:0 6px 14px rgba(0,0,0,0.08);
128
+ display:flex; align-items:center; justify-content:space-between;
129
+ }
130
+ .alert-left { display:flex; align-items:center; gap:24px; color:#0f233a; }
131
+ .alert-title { font-size:44px; font-weight:700; }
132
+ .toggle {
133
+ width:120px; height:64px; background:#e8edf3; border-radius:40px; position:relative;
134
+ }
135
+ .toggle::after {
136
+ content:""; position:absolute; width:56px; height:56px; background:#fff; border-radius:50%;
137
+ left:6px; top:4px; box-shadow:0 2px 6px rgba(0,0,0,0.2);
138
+ }
139
+
140
+ /* Bottom gesture bar */
141
+ .gesture {
142
+ position:absolute; bottom:22px; left:50%; transform:translateX(-50%);
143
+ width:320px; height:16px; background:#0d0d0d; border-radius:16px;
144
+ }
145
+ </style>
146
+ </head>
147
+ <body>
148
+ <div id="render-target">
149
+
150
+ <!-- Status bar -->
151
+ <div class="statusbar">
152
+ <div class="status-content">
153
+ <div class="status-left">1:58</div>
154
+ <div class="status-right">
155
+ <div class="status-icon">
156
+ <svg viewBox="0 0 24 24"><path d="M3 4l9 7 9-7v2l-9 7-9-7V4z"></path></svg>
157
+ </div>
158
+ <div class="status-icon">
159
+ <svg viewBox="0 0 24 24"><path d="M20 6h-2v12h2V6zM4 10h12v8H4v-8z"></path></svg>
160
+ </div>
161
+ <div class="status-icon">
162
+ <svg viewBox="0 0 24 24"><path d="M6 18h12a2 2 0 002-2V8a2 2 0 00-2-2H6a2 2 0 00-2 2v8a2 2 0 002 2zm4-2h4v-2h-4v2z"></path></svg>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Filter bar -->
169
+ <div class="filter-bar">
170
+ <div class="chip filter">
171
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-7 8v5l-4 1v-6L3 5z"></path></svg>
172
+ Filter
173
+ <div class="badge">2</div>
174
+ </div>
175
+ <div class="chip">
176
+ <svg viewBox="0 0 24 24"><path d="M7 10l5-5 5 5H7zm0 4h10l-5 5-5-5z"></path></svg>
177
+ Sort
178
+ <svg viewBox="0 0 24 24" style="margin-left:8px;"><path d="M7 9l5 5 5-5H7z"></path></svg>
179
+ </div>
180
+ <div class="chip">
181
+ <svg viewBox="0 0 24 24"><path d="M12 12a4 4 0 100-8 4 4 0 000 8zm-7 8c0-4 3-7 7-7s7 3 7 7H5z"></path></svg>
182
+ Owner
183
+ </div>
184
+ <div class="chip">
185
+ <svg viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 2 7-7-4-7 4 2-7-5-5 7-1 3-7z"></path></svg>
186
+ Verified
187
+ </div>
188
+ </div>
189
+
190
+ <div class="cards">
191
+ <!-- Card 1 -->
192
+ <div class="card">
193
+ <div class="card-image">
194
+ <span>[IMG: Living room photo]</span>
195
+ <div class="overlay">
196
+ <div class="col">
197
+ <div class="label">RENT</div>
198
+ <div class="value">₹ 32,000 / month</div>
199
+ <div class="sub">+Deposit 6 month(s) rent</div>
200
+ </div>
201
+ <div class="divider"></div>
202
+ <div class="col">
203
+ <div class="label">CARPET AREA</div>
204
+ <div class="value">1,100 sq.ft | 2 Baths</div>
205
+ <div class="sub">102.19 sq.m.</div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+
210
+ <div class="features">
211
+ <div class="fchip">
212
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z"></path></svg>
213
+ 48 Places nearby
214
+ </div>
215
+ <div class="fchip">
216
+ <svg viewBox="0 0 24 24"><path d="M4 20h16v-2H4v2zm2-5h12l-6-9-6 9z"></path></svg>
217
+ 1 Metro Station
218
+ </div>
219
+ <div class="fchip">
220
+ <svg viewBox="0 0 24 24"><path d="M12 3l9 6-9 6-9-6 9-6zm0 12v6"></path></svg>
221
+ 6 Religious Places
222
+ </div>
223
+ </div>
224
+
225
+ <div class="card-footer">
226
+ <div class="dealer">
227
+ by Dealer : T Nagar Realty<br>
228
+ <span class="updated">Updated Yesterday</span>
229
+ </div>
230
+ <div class="actions">
231
+ <div class="btn-outline">View Number</div>
232
+ <div class="icon-btn" title="WhatsApp">
233
+ <svg viewBox="0 0 24 24"><path fill="#25D366" d="M12 2a9 9 0 00-7.8 13.5L3 22l6.7-1.8A9 9 0 1012 2zm-4 6c.2-.3.6-.5 1-.5h.5c.1 0 .3.1.4.2l.8 1.7c.1.2.1.4 0 .6l-.6.8c.4.8 1.1 1.5 1.9 1.9l.8-.6c.2-.1.4-.1.6 0l1.7.8c.1.1.2.3.2.4v.5c0 .4-.2.8-.5 1-1 .6-2.3.6-3.3.1-2.2-1-3.9-2.8-4.9-4.9-.5-1 .-5-2.3.1-3.3z"></path></svg>
234
+ </div>
235
+ <div class="icon-btn" title="Call">
236
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.8c2 3.9 5.1 6.9 9 9l2.6-2.6c.4-.4.5-1 .2-1.5l-2.1-3.5c-.3-.5-.9-.7-1.4-.5l-3 1.2c-1.7-1-3.1-2.4-4.1-4.1l1.2-3c.2-.5 0-1.1-.5-1.4L8.7 3.6c-.5-.3-1.1-.2-1.5.2L4.6 6.4c-.4.4-.5 1-.3 1.5z"></path></svg>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <!-- Card 2 -->
243
+ <div class="card">
244
+ <div class="card-header">
245
+ <span class="community">HOUSE OF HIRANANDANI UPSCALE</span>
246
+ <span class="rating-pill">4.1 ★</span>
247
+ <div class="title">3 BHK Flat for rent in Egattur, Chennai Southin Eg...</div>
248
+ </div>
249
+
250
+ <div class="card-image">
251
+ <span>[IMG: Bathroom photo]</span>
252
+ <div class="verified-tag">
253
+ <svg viewBox="0 0 24 24"><path d="M9.5 16.5l-4-4 1.4-1.4 2.6 2.6 6-6 1.4 1.4-7.4 7.4z"></path></svg>
254
+ Verified
255
+ </div>
256
+ <div class="heart">
257
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.4-7-10A5 5 0 0112 6a5 5 0 017 5c0 5.6-7 10-7 10z"></path></svg>
258
+ </div>
259
+
260
+ <div class="overlay-banner">
261
+ <div class="pink">◎</div>
262
+ 2 people already contacted this week
263
+ </div>
264
+
265
+ <div class="overlay">
266
+ <div class="col">
267
+ <div class="label">RENT</div>
268
+ <div class="value">₹ 50,000 / month</div>
269
+ <div class="sub">+Deposit 6 month(s) rent</div>
270
+ </div>
271
+ <div class="divider"></div>
272
+ <div class="col">
273
+ <div class="label">BUILT-UP AREA</div>
274
+ <div class="value">1,960 sq.ft | 4 Baths</div>
275
+ <div class="sub">182.09 sq.m.</div>
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <div class="features">
281
+ <div class="fchip">
282
+ <svg viewBox="0 0 24 24"><path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7zm0 9a2 2 0 100-4 2 2 0 000 4z"></path></svg>
283
+ 3 Places nearby
284
+ </div>
285
+ <div class="fchip">
286
+ <svg viewBox="0 0 24 24"><path d="M4 20h16v-2H4v2zm2-5h12l-6-9-6 9z"></path></svg>
287
+ 2 Educations
288
+ </div>
289
+ <div class="fchip">
290
+ <svg viewBox="0 0 24 24"><path d="M12 2l9 6-9 6-9-6 9-6zm0 12v6"></path></svg>
291
+ 1 Banks
292
+ </div>
293
+ </div>
294
+
295
+ <div class="card-footer">
296
+ <div class="dealer">
297
+ by RERA registered dealer<br>
298
+ VIJAYAKUM... &nbsp; <span style="color:#7a8b9b">Updated 4d ago</span>
299
+ </div>
300
+ <div class="actions">
301
+ <div class="btn-outline">View Number</div>
302
+ <div class="icon-btn" title="WhatsApp">
303
+ <svg viewBox="0 0 24 24"><path fill="#25D366" d="M12 2a9 9 0 00-7.8 13.5L3 22l6.7-1.8A9 9 0 1012 2zm-4 6c.2-.3.6-.5 1-.5h.5c.1 0 .3.1.4.2l.8 1.7c.1.2.1.4 0 .6l-.6.8c.4.8 1.1 1.5 1.9 1.9l.8-.6c.2-.1.4-.1.6 0l1.7.8c.1.1.2.3.2.4v.5c0 .4-.2.8-.5 1-1 .6-2.3.6-3.3.1-2.2-1-3.9-2.8-4.9-4.9-.5-1 .-5-2.3.1-3.3z"></path></svg>
304
+ </div>
305
+ <div class="icon-btn" title="Call">
306
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.8c2 3.9 5.1 6.9 9 9l2.6-2.6c.4-.4.5-1 .2-1.5l-2.1-3.5c-.3-.5-.9-.7-1.4-.5l-3 1.2c-1.7-1-3.1-2.4-4.1-4.1l1.2-3c.2-.5 0-1.1-.5-1.4L8.7 3.6c-.5-.3-1.1-.2-1.5.2L4.6 6.4c-.4.4-.5 1-.3 1.5z"></path></svg>
307
+ </div>
308
+ </div>
309
+ </div>
310
+ </div>
311
+
312
+ <!-- Alerts card -->
313
+ <div class="alert-card">
314
+ <div class="alert-left">
315
+ <svg viewBox="0 0 24 24" width="54" height="54" fill="#2b9dff"><path d="M12 2a6 6 0 00-6 6v4L4 14v2h16v-2l-2-2V8a6 6 0 00-6-6zm0 20a2 2 0 002-2H10a2 2 0 002 2z"></path></svg>
316
+ <div class="alert-title">Turn on property alerts</div>
317
+ </div>
318
+ <div class="toggle"></div>
319
+ </div>
320
+ </div>
321
+
322
+ <div class="gesture"></div>
323
+ </div>
324
+ </body>
325
+ </html>
code/18795/18795_3.html ADDED
@@ -0,0 +1,383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listing UI Mock</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #f2f4f8;
13
+ border-radius: 24px;
14
+ box-shadow: 0 6px 24px rgba(0,0,0,0.12);
15
+ }
16
+ .status-bar {
17
+ height: 120px;
18
+ background: #0b69c7;
19
+ color: #fff;
20
+ padding: 24px 36px;
21
+ box-sizing: border-box;
22
+ }
23
+ .status-bar .time { font-size: 40px; font-weight: 700; letter-spacing: 1px; }
24
+ .status-icons { position: absolute; right: 36px; top: 30px; display: flex; gap: 24px; align-items: center; }
25
+ .status-icons .dot { width: 18px; height: 18px; border-radius: 50%; background: #fff; opacity: 0.9; }
26
+ .status-icons .battery {
27
+ width: 32px; height: 18px; border: 2px solid #fff; border-radius: 4px; position: relative;
28
+ }
29
+ .status-icons .battery::after {
30
+ content: ""; position: absolute; right: -6px; top: 5px; width: 4px; height: 8px; background: #fff; border-radius: 1px;
31
+ }
32
+ .status-icons .battery .level { width: 70%; height: 100%; background: #fff; }
33
+
34
+ /* filter toolbar */
35
+ .toolbar {
36
+ position: relative;
37
+ background: #ffffff;
38
+ height: 140px;
39
+ display: flex; align-items: center;
40
+ padding: 0 24px;
41
+ box-shadow: 0 8px 24px rgba(0,0,0,0.08);
42
+ }
43
+ .chip {
44
+ display: inline-flex; align-items: center; gap: 14px;
45
+ background: #f6f7fb;
46
+ border: 1px solid #dfe3ea;
47
+ color: #243b53;
48
+ padding: 22px 28px;
49
+ border-radius: 40px;
50
+ font-size: 32px;
51
+ margin-right: 18px;
52
+ }
53
+ .chip svg { width: 36px; height: 36px; }
54
+ .chip .caret { margin-left: 8px; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 10px solid #788896; }
55
+ .chip.badge { position: relative; }
56
+ .chip.badge .bubble {
57
+ position: absolute; left: 18px; top: 8px;
58
+ width: 42px; height: 42px; background: #1ea7ff; color: #fff;
59
+ border: 2px solid #ffffff; border-radius: 50%;
60
+ display: flex; align-items: center; justify-content: center;
61
+ font-size: 26px; font-weight: 700;
62
+ }
63
+ /* hero section */
64
+ .hero {
65
+ position: relative;
66
+ height: 460px;
67
+ overflow: hidden;
68
+ }
69
+ .hero .photo {
70
+ position: absolute; left: 0; top: 0; right: 0; bottom: 0;
71
+ background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
72
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 36px;
73
+ }
74
+ .hero .overlay {
75
+ position: absolute; left: 24px; right: 24px; bottom: 24px;
76
+ color: #fff;
77
+ }
78
+ .overlay .stats {
79
+ display: flex; justify-content: space-between;
80
+ font-weight: 700;
81
+ }
82
+ .overlay .stats .left, .overlay .stats .right {
83
+ font-size: 44px; text-shadow: 0 2px 6px rgba(0,0,0,0.4);
84
+ }
85
+ .overlay .sub {
86
+ display: flex; justify-content: space-between; margin-top: 4px; opacity: 0.9;
87
+ font-size: 28px; text-shadow: 0 2px 6px rgba(0,0,0,0.4);
88
+ }
89
+ .contact-pill {
90
+ margin-top: 16px;
91
+ display: inline-flex; align-items: center; gap: 16px;
92
+ background: rgba(0,0,0,0.65);
93
+ color: #fff; padding: 18px 22px; border-radius: 18px;
94
+ font-size: 30px;
95
+ }
96
+ .contact-pill svg { width: 30px; height: 30px; }
97
+
98
+ /* info card under hero */
99
+ .info-card {
100
+ position: relative;
101
+ margin: -48px 24px 24px;
102
+ background: #fff; border-radius: 28px;
103
+ padding: 28px;
104
+ box-shadow: 0 8px 24px rgba(0,0,0,0.14);
105
+ }
106
+ .info-row {
107
+ display: flex; align-items: center; justify-content: space-between;
108
+ margin-bottom: 20px;
109
+ }
110
+ .info-left { display: flex; align-items: center; gap: 16px; color: #222; font-size: 36px; font-weight: 700; }
111
+ .pills { display: flex; gap: 16px; }
112
+ .pill {
113
+ display: inline-flex; align-items: center; gap: 12px;
114
+ padding: 16px 22px; border-radius: 32px;
115
+ border: 2px solid #d8e1ea; background: #f7fbff;
116
+ color: #2b6cb0; font-size: 30px; font-weight: 700;
117
+ }
118
+ .pill svg { width: 34px; height: 34px; }
119
+ .dealer {
120
+ color: #6b7c93; font-size: 28px; margin-top: 16px;
121
+ }
122
+ .dealer .bold { color: #1f2937; font-weight: 700; }
123
+ .card-actions {
124
+ position: absolute; right: 28px; bottom: 28px; display: flex; gap: 16px; align-items: center;
125
+ }
126
+ .btn-primary {
127
+ padding: 20px 28px; border-radius: 18px; border: 2px solid #1d6fd4; color: #1d6fd4; font-size: 32px; font-weight: 700; background: #ffffff;
128
+ }
129
+ .circle-btn {
130
+ width: 72px; height: 72px; border-radius: 50%;
131
+ display: flex; align-items: center; justify-content: center;
132
+ border: 2px solid #dfe3ea; background: #e8f9ee;
133
+ }
134
+ .circle-btn.blue { background: #e6f0ff; }
135
+ .circle-btn svg { width: 36px; height: 36px; }
136
+
137
+ /* alert card */
138
+ .alert-card {
139
+ margin: 12px 24px 24px;
140
+ background: #fff; border-radius: 28px;
141
+ padding: 32px; box-shadow: 0 6px 20px rgba(0,0,0,0.08);
142
+ }
143
+ .alert-top { display: flex; align-items: center; justify-content: space-between; }
144
+ .alert-top .left { display: flex; align-items: center; gap: 20px; }
145
+ .alert-top .title { font-size: 40px; font-weight: 800; color: #0f172a; }
146
+ .alert-top .sub { font-size: 28px; color: #8a95a5; margin-top: 8px; }
147
+ .toggle {
148
+ width: 120px; height: 60px; background: #eef1f5; border-radius: 40px; position: relative;
149
+ }
150
+ .toggle::after {
151
+ content: ""; position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; background: #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,0.15);
152
+ }
153
+
154
+ /* fraud alert */
155
+ .fraud-card {
156
+ margin: 0 24px 24px; background: #fff; border-radius: 28px; padding: 32px;
157
+ box-shadow: 0 6px 20px rgba(0,0,0,0.06);
158
+ }
159
+ .fraud-header { display: flex; justify-content: space-between; align-items: flex-start; }
160
+ .fraud-title { font-size: 54px; font-weight: 800; color: #d7263d; }
161
+ .illustration {
162
+ width: 220px; height: 160px; background: #E0E0E0; border: 1px solid #BDBDBD;
163
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px; border-radius: 12px;
164
+ }
165
+ .fraud-text { font-size: 32px; color: #243b53; line-height: 1.6; margin-top: 18px; }
166
+ .fraud-list { margin-top: 10px; font-size: 34px; color: #1f2937; }
167
+ .fraud-list .item { display: flex; align-items: center; gap: 16px; margin: 10px 0; }
168
+ .badge-warning {
169
+ margin-top: 22px; background: #ffecee; border-radius: 20px; padding: 24px; color: #c71f3a; font-size: 34px; font-weight: 700;
170
+ display: flex; align-items: center; gap: 18px;
171
+ }
172
+ .fraud-footer { text-align: center; color: #b0b7c2; font-size: 30px; padding-top: 18px; }
173
+
174
+ /* listing card preview */
175
+ .listing-card {
176
+ margin: 24px; background: #fff; border-radius: 28px; box-shadow: 0 8px 24px rgba(0,0,0,0.08);
177
+ overflow: hidden;
178
+ }
179
+ .listing-header { padding: 26px; }
180
+ .project-name { color: #9aa5b1; font-size: 30px; font-weight: 800; letter-spacing: 1px; }
181
+ .rating {
182
+ display: inline-flex; align-items: center; gap: 8px; background: #fdecc8; color: #b7791f; padding: 6px 12px; border-radius: 12px; font-size: 28px; margin-left: 12px;
183
+ }
184
+ .listing-title { margin-top: 12px; font-size: 40px; font-weight: 800; color: #0f172a; }
185
+ .listing-photo {
186
+ position: relative; height: 360px; background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
187
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px;
188
+ }
189
+ .fav {
190
+ position: absolute; right: 24px; top: 24px; width: 72px; height: 72px; border-radius: 50%;
191
+ background: rgba(255,255,255,0.9); border: 1px solid #dfe3ea; display: flex; align-items: center; justify-content: center;
192
+ }
193
+ .fav svg { width: 36px; height: 36px; fill: #d7263d; }
194
+
195
+ /* simple icon styles */
196
+ .icon { display: inline-flex; align-items: center; justify-content: center; }
197
+ .icon svg { fill: none; stroke: #3b82f6; stroke-width: 2.5; }
198
+ .icon.fill svg { fill: #3b82f6; stroke: none; }
199
+ </style>
200
+ </head>
201
+ <body>
202
+ <div id="render-target">
203
+
204
+ <!-- Status bar -->
205
+ <div class="status-bar">
206
+ <div class="time">1:58</div>
207
+ <div class="status-icons">
208
+ <div class="dot"></div>
209
+ <div class="battery"><div class="level"></div></div>
210
+ </div>
211
+ </div>
212
+
213
+ <!-- Filter toolbar -->
214
+ <div class="toolbar">
215
+ <div class="chip badge">
216
+ <div class="bubble">2</div>
217
+ <span class="icon">
218
+ <svg viewBox="0 0 24 24">
219
+ <path d="M3 5h18M7 10h10M10 15h4M12 18v4"></path>
220
+ </svg>
221
+ </span>
222
+ Filter
223
+ </div>
224
+ <div class="chip">
225
+ <span class="icon">
226
+ <svg viewBox="0 0 24 24">
227
+ <path d="M8 6l4-4 4 4M8 18l4 4 4-4M12 2v20"></path>
228
+ </svg>
229
+ </span>
230
+ Sort
231
+ <span class="caret"></span>
232
+ </div>
233
+ <div class="chip">
234
+ <span class="icon">
235
+ <svg viewBox="0 0 24 24">
236
+ <circle cx="12" cy="8" r="4"></circle>
237
+ <path d="M4 22c2-4 14-4 16 0"></path>
238
+ </svg>
239
+ </span>
240
+ Owner
241
+ </div>
242
+ <div class="chip">
243
+ <span class="icon fill">
244
+ <svg viewBox="0 0 24 24">
245
+ <path d="M12 2l3 6 6 .5-4.5 4 1.5 6-6-3.5-6 3.5 1.5-6L3 8.5 9 8z"></path>
246
+ </svg>
247
+ </span>
248
+ Verified
249
+ </div>
250
+ </div>
251
+
252
+ <!-- Hero photo with overlays -->
253
+ <div class="hero">
254
+ <div class="photo">[IMG: Property Photo]</div>
255
+ <div class="overlay">
256
+ <div class="stats">
257
+ <div class="left">₹ 50,000 / month</div>
258
+ <div class="right">1,960 sq.ft | 4 Baths</div>
259
+ </div>
260
+ <div class="sub">
261
+ <div>+Deposit 6 month(s) rent</div>
262
+ <div>182.09 sq.m.</div>
263
+ </div>
264
+ <div class="contact-pill">
265
+ <svg viewBox="0 0 24 24">
266
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#fff" stroke-width="2"></circle>
267
+ <path d="M12 6v6l4 2" stroke="#fff" stroke-width="2" fill="none"></path>
268
+ </svg>
269
+ 2 people already contacted this week
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Info Card -->
275
+ <div class="info-card">
276
+ <div class="info-row">
277
+ <div class="info-left">
278
+ <svg width="34" height="34" viewBox="0 0 24 24"><path d="M4 22V8l8-6 8 6v14H4z" fill="none" stroke="#1f2937" stroke-width="2.5"/></svg>
279
+ <span>3 Places nearby</span>
280
+ </div>
281
+ <div class="pills">
282
+ <div class="pill">
283
+ <svg viewBox="0 0 24 24"><rect x="3" y="10" width="18" height="10" rx="2"></rect><path d="M7 10V6h10v4"></path></svg>
284
+ 2 Educations
285
+ </div>
286
+ <div class="pill">
287
+ <svg viewBox="0 0 24 24"><path d="M3 20h18M4 16h16M6 12h12M8 8h8M10 4h4" fill="none" stroke="#2b6cb0" stroke-width="2.5"/></svg>
288
+ 1 Banks
289
+ </div>
290
+ </div>
291
+ </div>
292
+
293
+ <div class="dealer">
294
+ by RERA registered dealer<br>
295
+ <span class="bold">VIJAYAKUM...</span> &nbsp; &nbsp; Updated 4d ago
296
+ </div>
297
+
298
+ <div class="card-actions">
299
+ <button class="btn-primary">View Number</button>
300
+ <div class="circle-btn">
301
+ <svg viewBox="0 0 24 24">
302
+ <path d="M5 5h14v14H5z" fill="none" stroke="#22c55e" stroke-width="2.5"></path>
303
+ <path d="M8 16l8-8" stroke="#22c55e" stroke-width="2.5"></path>
304
+ </svg>
305
+ </div>
306
+ <div class="circle-btn blue">
307
+ <svg viewBox="0 0 24 24">
308
+ <path d="M6 4l12 8-12 8V4z" fill="#1d6fd4"></path>
309
+ </svg>
310
+ </div>
311
+ </div>
312
+ </div>
313
+
314
+ <!-- Turn on alerts card -->
315
+ <div class="alert-card">
316
+ <div class="alert-top">
317
+ <div class="left">
318
+ <svg width="48" height="48" viewBox="0 0 24 24">
319
+ <path d="M12 3c-3 0-6 3-6 7v5l-2 2h16l-2-2v-5c0-4-3-7-6-7z" fill="none" stroke="#3b82f6" stroke-width="2.5"></path>
320
+ <circle cx="12" cy="20" r="2" fill="#3b82f6"></circle>
321
+ </svg>
322
+ <div>
323
+ <div class="title">Turn on property alerts</div>
324
+ <div class="sub">&amp; we'll notify you whenever there are properties available matching your search</div>
325
+ </div>
326
+ </div>
327
+ <div class="toggle"></div>
328
+ </div>
329
+ </div>
330
+
331
+ <!-- Fraud Alert -->
332
+ <div class="fraud-card">
333
+ <div class="fraud-header">
334
+ <div class="fraud-title">Fraud Alert !!!</div>
335
+ <div class="illustration">[IMG: Scam Graphic]</div>
336
+ </div>
337
+ <div class="fraud-text">
338
+ Some owners and agents might ask you to pay a charge before visiting a property, like:
339
+ </div>
340
+ <div class="fraud-list">
341
+ <div class="item">
342
+ <svg width="30" height="30" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#f59e0b" stroke-width="2.5"/><path d="M8 8l8 8M16 8l-8 8" stroke="#f59e0b" stroke-width="2.5"/></svg>
343
+ Property visit charges
344
+ </div>
345
+ <div class="item">
346
+ <svg width="30" height="30" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#f59e0b" stroke-width="2.5"/><path d="M8 8l8 8M16 8l-8 8" stroke="#f59e0b" stroke-width="2.5"/></svg>
347
+ Gate pass
348
+ </div>
349
+ <div class="item">
350
+ <svg width="30" height="30" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#f59e0b" stroke-width="2.5"/><path d="M8 8l8 8M16 8l-8 8" stroke="#f59e0b" stroke-width="2.5"/></svg>
351
+ Booking amount
352
+ </div>
353
+ </div>
354
+ <div class="badge-warning">
355
+ <svg width="34" height="34" viewBox="0 0 24 24">
356
+ <path d="M12 2l10 18H2L12 2z" fill="none" stroke="#c71f3a" stroke-width="2.5"></path>
357
+ <path d="M12 8v6M12 16v2" stroke="#c71f3a" stroke-width="2.5"></path>
358
+ </svg>
359
+ 99acres strongly advises its users to NEVER PAY any such charges!
360
+ </div>
361
+ <div class="fraud-footer">99cares for you</div>
362
+ </div>
363
+
364
+ <!-- Listing preview card -->
365
+ <div class="listing-card">
366
+ <div class="listing-header">
367
+ <span class="project-name">APPASWAMY TRELLIS</span>
368
+ <span class="rating">3.9 ★</span>
369
+ <div class="listing-title">4 BHK Flat for rent in Vadapalani, Chennai Southi...</div>
370
+ </div>
371
+ <div class="listing-photo">
372
+ [IMG: Property Photo]
373
+ <div class="fav">
374
+ <svg viewBox="0 0 24 24">
375
+ <path d="M12 21s-7-4.6-7-10a4.5 4.5 0 019-1 4.5 4.5 0 019 1c0 5.4-7 10-7 10z"></path>
376
+ </svg>
377
+ </div>
378
+ </div>
379
+ </div>
380
+
381
+ </div>
382
+ </body>
383
+ </html>
code/18795/18795_4.html ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Real Estate Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #F6F9FC;
12
+ }
13
+
14
+ /* Status bar */
15
+ .status-bar {
16
+ position: absolute; top: 0; left: 0; width: 1080px; height: 160px;
17
+ background: #0B66B0; color: #fff; display: flex; align-items: center;
18
+ padding: 0 40px; box-sizing: border-box;
19
+ }
20
+ .status-left { font-weight: 600; font-size: 40px; }
21
+ .status-right { margin-left: auto; display: flex; align-items: center; gap: 28px; }
22
+ .status-icon { width: 36px; height: 36px; opacity: 0.95; }
23
+
24
+ /* Top action bar with filters */
25
+ .action-bar {
26
+ position: absolute; top: 160px; left: 0; width: 1080px; height: 140px;
27
+ background: #ffffff; box-shadow: 0 8px 16px rgba(19,38,65,0.12);
28
+ display: flex; align-items: center; padding: 0 32px; box-sizing: border-box;
29
+ }
30
+ .pill {
31
+ display: inline-flex; align-items: center; gap: 18px;
32
+ border: 1px solid #D7E2EE; background: #F7FAFF; color: #1E3754;
33
+ height: 88px; border-radius: 44px; padding: 0 32px; margin-right: 24px;
34
+ font-size: 32px; font-weight: 600;
35
+ }
36
+ .pill .count {
37
+ background: #1388FF; color: #fff; font-size: 28px; font-weight: 700;
38
+ min-width: 48px; height: 48px; padding: 0 12px; border-radius: 24px;
39
+ display: inline-flex; align-items: center; justify-content: center;
40
+ }
41
+ .pill svg { width: 42px; height: 42px; fill: #466A8C; }
42
+
43
+ /* Warning banner */
44
+ .warn-wrap {
45
+ position: absolute; top: 320px; left: 28px; right: 28px;
46
+ }
47
+ .warn-banner {
48
+ background: #FFE9EA; color: #C33A3A; border: 1px solid #F3C9CD;
49
+ border-radius: 28px; padding: 30px 36px; font-size: 34px; font-weight: 700;
50
+ display: flex; align-items: center; gap: 22px;
51
+ }
52
+ .warn-banner svg { width: 44px; height: 44px; fill: #C33A3A; }
53
+ .subtle-label {
54
+ text-align: center; color: #A7B6C5; font-size: 30px; margin-top: 18px; font-weight: 700;
55
+ }
56
+
57
+ /* Listing Card */
58
+ .card {
59
+ position: absolute; left: 28px; right: 28px;
60
+ background: #ffffff; border-radius: 36px; box-shadow: 0 16px 28px rgba(29,57,91,0.15);
61
+ overflow: hidden;
62
+ }
63
+ .card.header-1 { top: 470px; }
64
+ .card.header-2 { top: 1570px; }
65
+
66
+ .card-content { padding: 32px 36px 28px 36px; }
67
+ .project-line {
68
+ color: #7E8FA3; font-weight: 800; font-size: 28px; letter-spacing: 1px;
69
+ display: flex; align-items: center; gap: 16px; text-transform: uppercase;
70
+ }
71
+ .star { width: 28px; height: 28px; fill: #E8A317; }
72
+ .title {
73
+ margin-top: 12px; font-size: 40px; line-height: 52px; color: #143A59; font-weight: 800;
74
+ }
75
+
76
+ .image-block {
77
+ position: relative; width: 100%; height: 540px; border-radius: 24px;
78
+ overflow: hidden;
79
+ }
80
+ .img-ph {
81
+ position: absolute; inset: 0;
82
+ background: #E0E0E0; border: 1px solid #BDBDBD;
83
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; font-weight: 700;
84
+ }
85
+ .heart {
86
+ position: absolute; top: 24px; right: 24px; width: 84px; height: 84px; border-radius: 42px;
87
+ background: rgba(255,255,255,0.86); display: flex; align-items: center; justify-content: center;
88
+ box-shadow: 0 6px 12px rgba(0,0,0,0.15);
89
+ }
90
+ .heart svg { width: 44px; height: 44px; fill: #9BA6B4; }
91
+
92
+ .overlay {
93
+ position: absolute; left: 0; right: 0; bottom: 0; height: 210px;
94
+ background: linear-gradient(to top, rgba(17,33,54,0.75), rgba(17,33,54,0.0));
95
+ display: flex; padding: 26px 28px; box-sizing: border-box; color: #fff;
96
+ }
97
+ .overlay .col {
98
+ flex: 1;
99
+ padding-right: 28px;
100
+ border-right: 1px solid rgba(255,255,255,0.35);
101
+ }
102
+ .overlay .col:last-child { border-right: none; }
103
+ .ovr-label { font-size: 26px; opacity: 0.9; letter-spacing: 0.4px; }
104
+ .ovr-value { font-size: 42px; font-weight: 900; margin-top: 4px; }
105
+ .ovr-sub { font-size: 28px; opacity: 0.8; margin-top: 6px; }
106
+
107
+ .shortlist-pill {
108
+ position: absolute; left: 28px; bottom: -26px;
109
+ background: rgba(24,28,34,0.85); color: #fff; border-radius: 18px;
110
+ padding: 18px 20px; display: flex; align-items: center; gap: 14px; font-size: 30px; font-weight: 700;
111
+ }
112
+ .pause {
113
+ position: absolute; right: 28px; bottom: -26px;
114
+ width: 70px; height: 70px; border-radius: 18px; background: rgba(24,28,34,0.85);
115
+ display: flex; align-items: center; justify-content: center;
116
+ }
117
+ .pause svg { width: 28px; height: 28px; fill: #fff; }
118
+
119
+ /* Tag pills */
120
+ .tag-row { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 18px; }
121
+ .tag {
122
+ background: #F3F8FF; color: #1E4D77; border: 1px solid #D7E2EE; border-radius: 18px;
123
+ padding: 14px 20px; font-size: 28px; font-weight: 700;
124
+ }
125
+
126
+ .nearby-row {
127
+ margin-top: 22px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; color: #294B6E; font-weight: 700; font-size: 30px;
128
+ }
129
+ .near-item { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid #DDE6F0; border-radius: 22px; background: #F8FBFF; }
130
+ .near-item svg { width: 34px; height: 34px; fill: #3A6FA1; }
131
+
132
+ .feature-row { margin-top: 22px; display: flex; align-items: center; gap: 28px; color: #204B33; font-size: 30px; font-weight: 800; }
133
+ .check { width: 32px; height: 32px; fill: #2FB35A; }
134
+
135
+ .dealer-row { margin-top: 28px; display: flex; align-items: center; }
136
+ .dealer-left { color: #6B7C8C; font-size: 28px; }
137
+ .dealer-name { color: #143A59; font-weight: 800; }
138
+ .dealer-right { margin-left: auto; display: flex; align-items: center; gap: 22px; }
139
+ .btn-primary {
140
+ border: 2px solid #2D6CBA; color: #2D6CBA; background: #fff; font-weight: 800;
141
+ padding: 20px 28px; border-radius: 18px; font-size: 30px;
142
+ }
143
+ .round-btn {
144
+ width: 78px; height: 78px; border-radius: 24px; background: #19C15D; display: flex; align-items: center; justify-content: center;
145
+ }
146
+ .round-btn.call { background: #2D6CBA; }
147
+ .round-btn svg { width: 40px; height: 40px; fill: #fff; }
148
+
149
+ /* Second card image preview smaller to show continuation */
150
+ .image-block.small { height: 420px; }
151
+
152
+ /* Gesture bar */
153
+ .gesture {
154
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
155
+ width: 360px; height: 16px; background: #23262B; border-radius: 12px; opacity: 0.35;
156
+ }
157
+ </style>
158
+ </head>
159
+ <body>
160
+ <div id="render-target">
161
+
162
+ <div class="status-bar">
163
+ <div class="status-left">1:58</div>
164
+ <div class="status-right">
165
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M4 4h3v3H4V4zm0 7h3v3H4v-3zm0 7h3v3H4v-3zm6-14h3v3h-3V4zm0 7h3v3h-3v-3zm0 7h3v3h-3v-3zm6-14h4v3h-4V4zm0 7h4v3h-4v-3zm0 7h4v3h-4v-3z"/></svg>
166
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10z"/></svg>
167
+ <svg class="status-icon" viewBox="0 0 24 24"><path d="M5 20h14V4H5v16zm2-2V6h10v12H7z"/></svg>
168
+ </div>
169
+ </div>
170
+
171
+ <div class="action-bar">
172
+ <div class="pill">
173
+ <svg viewBox="0 0 24 24"><path d="M3 4h18l-7 8v6l-4 2v-8L3 4z"/></svg>
174
+ Filter
175
+ <span class="count">2</span>
176
+ </div>
177
+ <div class="pill">
178
+ <svg viewBox="0 0 24 24"><path d="M7 17l-3-3h6l-3 3zm9-10l3 3h-6l3-3z"/></svg>
179
+ Sort
180
+ <svg viewBox="0 0 24 24" style="width:22px;height:22px; margin-left:8px;"><path d="M12 8l-3 3h6l-3-3z"/></svg>
181
+ </div>
182
+ <div class="pill">
183
+ <svg viewBox="0 0 24 24"><path d="M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm-7 9c0-4 3-7 7-7s7 3 7 7H5z"/></svg>
184
+ Owner
185
+ </div>
186
+ <div class="pill">
187
+ <svg viewBox="0 0 24 24"><path d="M12 2l7 4v6c0 5-2.5 8-7 10-4.5-2-7-5-7-10V6l7-4zm-1 11l-3-3 2-2 1 1 3-3 2 2-5 5z"/></svg>
188
+ Verified
189
+ </div>
190
+ </div>
191
+
192
+ <div class="warn-wrap">
193
+ <div class="warn-banner">
194
+ <svg viewBox="0 0 24 24"><path d="M1 21h22L12 2 1 21zm12-3h-2v2h2v-2zm0-8h-2v6h2V10z"/></svg>
195
+ 99acres strongly advises its users to NEVER PAY any such charges!
196
+ </div>
197
+ <div class="subtle-label">99cares for you</div>
198
+ </div>
199
+
200
+ <!-- First Listing Card -->
201
+ <div class="card header-1">
202
+ <div class="card-content">
203
+ <div class="project-line">
204
+ APPASWAMY TRELLIS
205
+ <svg class="star" viewBox="0 0 24 24"><path d="M12 2l3 7 7 1-5 5 1 7-6-3-6 3 1-7-5-5 7-1 3-7z"/></svg>
206
+ <span style="color:#7E8FA3; font-weight:900;">3.9</span>
207
+ </div>
208
+ <div class="title">4 BHK Flat for rent in Vadapalani, Chennai Southi...</div>
209
+
210
+ <div class="image-block">
211
+ <div class="img-ph">[IMG: Living room ceiling / fixture]</div>
212
+
213
+ <div class="heart">
214
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.6-9-8.5C1 9 3.5 6 6.5 6c2 0 3.5 1.3 4.5 2.6C12 7.3 13.5 6 15.5 6 18.5 6 21 9 21 12.5 19 16.4 12 21 12 21z"/></svg>
215
+ </div>
216
+
217
+ <div class="overlay">
218
+ <div class="col">
219
+ <div class="ovr-label">RENT</div>
220
+ <div class="ovr-value">₹ 1 Lac / month</div>
221
+ <div class="ovr-sub">+Deposit 6 month(s) rent</div>
222
+ </div>
223
+ <div class="col">
224
+ <div class="ovr-label">CARPET AREA</div>
225
+ <div class="ovr-value">2,350 sq.ft | 4 Baths</div>
226
+ <div class="ovr-sub">218.32 sq.m.</div>
227
+ </div>
228
+ </div>
229
+
230
+ <div class="shortlist-pill">
231
+ <svg viewBox="0 0 24 24" style="width:30px;height:30px;fill:#FF2E8E;"><path d="M12 2l3 7h7l-5.5 4.5L18 21l-6-3.5L6 21l1.5-7.5L2 9h7l3-7z"/></svg>
232
+ 2 people shortlisted this property since last week
233
+ </div>
234
+ <div class="pause">
235
+ <svg viewBox="0 0 24 24"><path d="M7 5h4v14H7V5zm6 0h4v14h-4V5z"/></svg>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="tag-row">
240
+ <div class="tag">Furnished</div>
241
+ <div class="tag">For Single Men</div>
242
+ <div class="tag">For Single Women</div>
243
+ </div>
244
+
245
+ <div class="nearby-row">
246
+ <div class="near-item">
247
+ <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>
248
+ 12 Places nearby
249
+ </div>
250
+ <div class="near-item">
251
+ <svg viewBox="0 0 24 24"><path d="M3 16V8l9-4 9 4v8h-2V9l-7-3-7 3v7H3z"/></svg>
252
+ 1 Metro Station
253
+ </div>
254
+ <div class="near-item">
255
+ <svg viewBox="0 0 24 24"><path d="M6 7h12l-1 12H7L6 7zm3-3h6l1 3H8l1-3z"/></svg>
256
+ 1 Shopping
257
+ </div>
258
+ <div class="near-item">
259
+ <svg viewBox="0 0 24 24"><path d="M4 6h16v12H4V6zm2 2v8h12V8H6z"/></svg>
260
+ 1
261
+ </div>
262
+ </div>
263
+
264
+ <div class="feature-row">
265
+ <svg class="check" viewBox="0 0 24 24"><path d="M9 16l-4-4 2-2 2 2 6-6 2 2-8 8z"/></svg>
266
+ 4 Baths
267
+ <svg class="check" viewBox="0 0 24 24"><path d="M9 16l-4-4 2-2 2 2 6-6 2 2-8 8z"/></svg>
268
+ Private Garden
269
+ <svg class="check" viewBox="0 0 24 24"><path d="M9 16l-4-4 2-2 2 2 6-6 2 2-8 8z"/></svg>
270
+ Full Powe... See more
271
+ </div>
272
+
273
+ <div class="dealer-row">
274
+ <div class="dealer-left">
275
+ by RERA registered dealer <span class="dealer-name">Day2day Pr...</span> &nbsp; Updated 1w ago
276
+ </div>
277
+ <div class="dealer-right">
278
+ <button class="btn-primary">View Number</button>
279
+ <div class="round-btn">
280
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.8c1.5 3.1 3.9 5.5 7 7l2.3-2.3c.3-.3.7-.4 1.1-.3 1 .3 2 .6 3 .8.6.2 1 .7 1 1.3v3c0 .8-.7 1.5-1.5 1.5C10.4 24 0 13.6 0 1.5 0 .7.7 0 1.5 0h3c.6 0 1.1.4 1.3 1 .3 1 .5 2 .8 3 .1.4 0 .8-.3 1.1L4 7.4l2.6 3.4z"/></svg>
281
+ </div>
282
+ <div class="round-btn call">
283
+ <svg viewBox="0 0 24 24"><path d="M6.6 10.8c1.5 3.1 3.9 5.5 7 7l2.3-2.3c.3-.3.7-.4 1.1-.3 1 .3 2 .6 3 .8.6.2 1 .7 1 1.3v2.7c0 .8-.6 1.5-1.4 1.5C10.4 24 0 13.6 0 1.5 0 .7.7 0 1.5 0H4.2c.6 0 1.1.4 1.3 1 .3 1 .5 2 .8 3 .1.4 0 .8-.3 1.1L4 7.4l2.6 3.4z"/></svg>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ </div>
289
+ </div>
290
+
291
+ <!-- Second Listing Preview Card -->
292
+ <div class="card header-2">
293
+ <div class="card-content">
294
+ <div class="project-line">SOBHA WINCHESTER</div>
295
+ <div class="title">3 BHK Flat for rent in Kovilambakkam, Chennai S...</div>
296
+
297
+ <div class="image-block small">
298
+
code/18795/18795_5.html ADDED
@@ -0,0 +1,255 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #F3F6FA;
13
+ }
14
+
15
+ /* Utility */
16
+ .row { display: flex; align-items: center; }
17
+ .space-between { display: flex; align-items: center; justify-content: space-between; }
18
+ .muted { color: #8A95A6; }
19
+ .small { font-size: 28px; }
20
+ .label { font-size: 30px; color: #5E6A7D; background: #EAEFF5; padding: 10px 18px; border-radius: 16px; margin-right: 12px; }
21
+ .chip {
22
+ display: inline-flex; align-items: center; gap: 16px;
23
+ padding: 14px 24px; height: 72px;
24
+ border: 1px solid #D6DEE8; border-radius: 36px; background: #FFFFFF;
25
+ color: #2E3A4A; font-size: 32px;
26
+ box-shadow: 0 8px 16px rgba(0,0,0,0.06);
27
+ }
28
+ .chips { display: flex; gap: 18px; padding: 22px 24px; background: #FFFFFF; border-bottom: 1px solid #E1E7EF; }
29
+ .badge {
30
+ min-width: 44px; height: 44px; border-radius: 22px;
31
+ background: #2A74FF; color: #FFFFFF; font-size: 26px; font-weight: 700;
32
+ display: inline-flex; align-items: center; justify-content: center;
33
+ }
34
+
35
+ /* Top status bar */
36
+ .statusbar {
37
+ height: 120px; background: #0A66B5; color: #FFFFFF; padding: 0 32px;
38
+ display: flex; align-items: center; justify-content: space-between;
39
+ }
40
+ .status-left { display: flex; align-items: center; gap: 20px; font-weight: 600; font-size: 40px; }
41
+ .status-right { display: flex; align-items: center; gap: 28px; }
42
+
43
+ /* Cards */
44
+ .card {
45
+ background: #FFFFFF; border-radius: 28px;
46
+ box-shadow: 0 16px 32px rgba(16,38,71,0.12);
47
+ }
48
+ .property-card { width: 1000px; margin: 24px auto; }
49
+ .card-header { padding: 24px 28px 16px 28px; }
50
+ .card-header .subtitle { font-size: 30px; font-weight: 700; color: #8A95A6; letter-spacing: 0.5px; }
51
+ .card-header .title {
52
+ font-size: 44px; line-height: 58px; font-weight: 800; color: #1E2A39;
53
+ margin-top: 6px;
54
+ }
55
+
56
+ .image-wrap {
57
+ position: relative; margin: 0 0 0 0; overflow: hidden;
58
+ border-top-left-radius: 28px; border-top-right-radius: 28px;
59
+ }
60
+ .image {
61
+ width: 100%; height: 520px; background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
62
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; font-weight: 600;
63
+ }
64
+ .heart {
65
+ position: absolute; right: 24px; top: 24px;
66
+ width: 64px; height: 64px; background: rgba(255,255,255,0.8);
67
+ border-radius: 32px; display: flex; align-items: center; justify-content: center;
68
+ }
69
+
70
+ .image-overlay {
71
+ position: absolute; left: 24px; bottom: 24px; right: 24px;
72
+ display: flex; gap: 40px; color: #FFFFFF;
73
+ }
74
+ .overlay-block { flex: 1; }
75
+ .overlay-sub { font-size: 28px; opacity: 0.85; }
76
+ .overlay-main { font-size: 42px; font-weight: 800; margin-top: 6px; }
77
+ .overlay-note { font-size: 26px; opacity: 0.85; margin-top: 4px; }
78
+
79
+ .cta-strip {
80
+ position: absolute; left: 24px; bottom: -2px; right: 24px;
81
+ height: 70px; display: flex; align-items: center; gap: 16px;
82
+ background: rgba(18,23,34,0.55); color: #FFFFFF; padding: 0 18px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px;
83
+ }
84
+ .cta-icon {
85
+ width: 44px; height: 44px; border-radius: 22px; background: #D84FD3; display: inline-flex; align-items: center; justify-content: center;
86
+ }
87
+
88
+ .features { padding: 18px 28px; border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; background: #FFFFFF; }
89
+ .feature-chips { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
90
+ .round-chip {
91
+ display: inline-flex; align-items: center; gap: 12px;
92
+ padding: 12px 20px; border: 1px solid #D7DEE8; border-radius: 30px; background: #FFFFFF; color: #2E3A4A; font-size: 30px;
93
+ }
94
+ .soft-chip {
95
+ display: inline-flex; align-items: center; gap: 10px;
96
+ padding: 12px 20px; border-radius: 30px; background: #EFF6FF; color: #3A4A62; font-size: 30px; border: 1px solid #D6E6FF;
97
+ }
98
+ .checks { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 8px; color: #1E2A39; font-size: 32px; }
99
+ .check { display: inline-flex; align-items: center; gap: 10px; }
100
+ .green { color: #2BB673; }
101
+
102
+ .agent-row { margin-top: 20px; padding: 20px; background: #FFFFFF; border-radius: 22px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 8px 16px rgba(16,38,71,0.08); }
103
+ .agent-info { display: flex; align-items: center; gap: 18px; }
104
+ .avatar {
105
+ width: 80px; height: 80px; border-radius: 40px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
106
+ }
107
+ .dealer-badge { background: #FF8A3D; color: #FFFFFF; font-size: 24px; font-weight: 800; padding: 6px 12px; border-radius: 10px; margin-left: 6px; }
108
+ .update-text { font-size: 26px; color: #7A8798; }
109
+
110
+ .action-buttons { display: flex; align-items: center; gap: 16px; }
111
+ .btn-outline {
112
+ padding: 18px 28px; border: 2px solid #2A74FF; color: #2A74FF; border-radius: 16px; font-size: 32px; font-weight: 700; background: #FFFFFF;
113
+ }
114
+ .circle-btn {
115
+ width: 68px; height: 68px; border-radius: 34px; display: flex; align-items: center; justify-content: center;
116
+ color: #FFFFFF;
117
+ }
118
+ .wapp { background: #21C065; }
119
+ .call { background: #2A74FF; }
120
+
121
+ /* Explore section */
122
+ .explore { width: 1000px; margin: 28px auto; }
123
+ .explore-header { padding: 20px 10px; }
124
+ .explore-title { font-size: 56px; font-weight: 800; color: #1E2A39; display: flex; align-items: center; gap: 16px; }
125
+ .explore-sub { margin-top: 8px; font-size: 32px; color: #5E6A7D; display: flex; align-items: center; gap: 10px; }
126
+ .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
127
+ .info-card { background: #FFFFFF; border-radius: 24px; box-shadow: 0 10px 20px rgba(16,38,71,0.08); padding: 24px; }
128
+ .info-title { font-size: 38px; font-weight: 800; color: #2E3A4A; }
129
+ .info-sub { font-size: 28px; color: #8A95A6; margin-top: 4px; }
130
+ .placeholder-row { margin-top: 18px; display: flex; align-items: center; gap: 18px; }
131
+
132
+ /* Bottom home indicator */
133
+ .home-indicator {
134
+ position: absolute; left: 50%; transform: translateX(-50%);
135
+ bottom: 18px; width: 220px; height: 10px; background: #0D0D0D; border-radius: 6px; opacity: 0.22;
136
+ }
137
+
138
+ /* Simple icon styles */
139
+ svg { display: inline-block; }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <!-- Top status bar -->
146
+ <div class="statusbar">
147
+ <div class="status-left">
148
+ <span>1:58</span>
149
+ <!-- envelope icon -->
150
+ <svg width="38" height="38" viewBox="0 0 24 24" fill="none">
151
+ <path d="M3 6h18v12H3V6zm1.8 1.8l6.7 4.5 6.7-4.5" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
152
+ </svg>
153
+ </div>
154
+ <div class="status-right">
155
+ <!-- wifi -->
156
+ <svg width="40" height="40" viewBox="0 0 24 24" fill="none">
157
+ <path d="M2.5 9.5c4.8-4.8 13.2-4.8 18 0M5.5 12.5c3.2-3.2 9-3.2 12.2 0M8.5 15.5c1.6-1.6 4.4-1.6 6 0M12 19.2h0" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
158
+ </svg>
159
+ <!-- battery -->
160
+ <svg width="46" height="40" viewBox="0 0 28 18" fill="none">
161
+ <rect x="1" y="2" width="22" height="14" rx="3" stroke="#FFFFFF" stroke-width="2"/>
162
+ <rect x="3" y="4" width="16" height="10" rx="2" fill="#FFFFFF"/>
163
+ <rect x="24" y="6" width="3" height="6" rx="1" fill="#FFFFFF"/>
164
+ </svg>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Filter/Sort chips bar -->
169
+ <div class="chips">
170
+ <div class="chip">
171
+ <!-- funnel icon -->
172
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
173
+ <path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" stroke="#2A74FF" stroke-width="2" stroke-linejoin="round"/>
174
+ </svg>
175
+ <span>Filter</span>
176
+ <span class="badge">2</span>
177
+ </div>
178
+ <div class="chip">
179
+ <!-- sort icon -->
180
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
181
+ <path d="M7 4v12M7 4l-3 3M7 4l3 3M17 20V8M17 20l-3-3M17 20l3-3" stroke="#5E6A7D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
182
+ </svg>
183
+ <span>Sort</span>
184
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none">
185
+ <path d="M7 9l5 5 5-5" stroke="#5E6A7D" stroke-width="2" stroke-linecap="round"/>
186
+ </svg>
187
+ </div>
188
+ <div class="chip">
189
+ <!-- person icon -->
190
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
191
+ <circle cx="12" cy="8" r="4" stroke="#5E6A7D" stroke-width="2"/>
192
+ <path d="M4 20c0-4 4-6 8-6s8 2 8 6" stroke="#5E6A7D" stroke-width="2" stroke-linecap="round"/>
193
+ </svg>
194
+ <span>Owner</span>
195
+ </div>
196
+ <div class="chip">
197
+ <!-- settings/verified icon -->
198
+ <svg width="30" height="30" viewBox="0 0 24 24" fill="none">
199
+ <path d="M12 3l2.5 2 3-.5 1.5 2.9 2.9 1.5-.5 3 2 2.5-2 2.5.5 3-2.9 1.5-1.5 2.9-3-.5-2.5 2-2.5-2-3 .5-1.5-2.9-2.9-1.5.5-3-2-2.5 2-2.5-.5-3 2.9-1.5L9.5 4.5l3 .5L12 3z" stroke="#5E6A7D" stroke-width="1.5" opacity="0.6"/>
200
+ <path d="M9.5 12l2 2 4.5-4.5" stroke="#2A74FF" stroke-width="2" stroke-linecap="round"/>
201
+ </svg>
202
+ <span>Verified</span>
203
+ </div>
204
+ </div>
205
+
206
+ <!-- Property card -->
207
+ <div class="property-card card">
208
+ <div class="card-header">
209
+ <div class="subtitle">SOBHA WINCHESTER</div>
210
+ <div class="title">3 BHK Flat for rent in Kovilambakkam, Chennai S...</div>
211
+ </div>
212
+
213
+ <div class="image-wrap">
214
+ <div class="image">[IMG: Apartment Interior Photo]</div>
215
+ <div class="heart">
216
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="none">
217
+ <path d="M12 21s-7-4.5-9-8.5S4 4 8 6.5 12 11 12 11s3.5-4.5 7-4.5 5 3.5 3 6.5S12 21 12 21z" stroke="#E05959" stroke-width="2" fill="none"/>
218
+ </svg>
219
+ </div>
220
+
221
+ <div class="image-overlay">
222
+ <div class="overlay-block">
223
+ <div class="overlay-sub">RENT</div>
224
+ <div class="overlay-main">₹ 47,000 / month</div>
225
+ <div class="overlay-note">+Deposit 7 month(s) rent</div>
226
+ </div>
227
+ <div class="overlay-block">
228
+ <div class="overlay-sub">CARPET AREA</div>
229
+ <div class="overlay-main">1,769 sq.ft | 3 Baths</div>
230
+ <div class="overlay-note">164.35 sq.m.</div>
231
+ </div>
232
+ </div>
233
+
234
+ <div class="cta-strip">
235
+ <div class="cta-icon">
236
+ <svg width="22" height="22" viewBox="0 0 24 24" fill="none">
237
+ <circle cx="12" cy="12" r="10" stroke="#FFFFFF" stroke-width="2"/>
238
+ <path d="M12 6v6l4 2" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/>
239
+ </svg>
240
+ </div>
241
+ <div style="font-size:28px;">2 people already contacted yesterday</div>
242
+ <div style="margin-left:auto; width:40px; height:40px; border-radius:8px; background:#111; display:flex; align-items:center; justify-content:center;">
243
+ <svg width="16" height="16" viewBox="0 0 24 24" fill="none">
244
+ <rect x="8" y="6" width="8" height="12" rx="2" fill="#FFFFFF"/>
245
+ </svg>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <div class="features">
251
+ <div class="feature-chips">
252
+ <span class="label">For Single Men</span>
253
+ <span class="label">For Single Women</span>
254
+ </div>
255
+
code/18795/18795_6.html ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listing UI</title>
7
+ <style>
8
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; }
9
+ #render-target {
10
+ width:1080px; height:2400px; position:relative; overflow:hidden;
11
+ background:#f3f6fb; border-radius:28px; box-shadow:0 10px 30px rgba(0,0,0,0.15);
12
+ color:#1a2a3a;
13
+ }
14
+
15
+ /* Status bar */
16
+ .statusbar {
17
+ background:#0b62a9;
18
+ height:140px;
19
+ padding:40px 44px 0 44px;
20
+ color:#fff;
21
+ position:relative;
22
+ }
23
+ .statusbar .time { font-size:42px; font-weight:600; }
24
+ .status-icons { position:absolute; right:44px; top:40px; display:flex; align-items:center; gap:28px; }
25
+ .status-icons svg { width:46px; height:46px; fill:#fff; opacity:0.95; }
26
+
27
+ /* Filter toolbar */
28
+ .toolbar {
29
+ background:#ffffff;
30
+ height:140px;
31
+ display:flex;
32
+ align-items:center;
33
+ gap:26px;
34
+ padding:0 34px;
35
+ box-shadow:0 2px 0 rgba(0,0,0,0.06);
36
+ }
37
+ .tool-pill {
38
+ display:flex; align-items:center; gap:18px;
39
+ border:1px solid #dfe6ee; border-radius:60px;
40
+ padding:24px 28px; font-size:36px; color:#344b63; background:#fff;
41
+ }
42
+ .tool-icon-square {
43
+ width:96px; height:96px; border:1px solid #cfe2ff; background:#ebf5ff;
44
+ border-radius:24px; display:flex; align-items:center; justify-content:center; position:relative;
45
+ }
46
+ .badge {
47
+ position:absolute; right:-6px; top:-6px;
48
+ background:#2e74ff; color:#fff; font-size:28px; line-height:28px;
49
+ padding:10px 16px; border-radius:999px; border:2px solid #fff;
50
+ }
51
+ .tool-pill svg { width:48px; height:48px; fill:#5c7a99; }
52
+ .caret { margin-left:8px; width:26px; height:26px; }
53
+
54
+ /* Location banner */
55
+ .location-banner {
56
+ position:relative; margin:24px 28px 0 28px; background:#ffeecf;
57
+ color:#333; padding:28px 28px 28px 120px; border-radius:22px;
58
+ font-size:44px; font-weight:700;
59
+ }
60
+ .location-banner .pin {
61
+ position:absolute; left:28px; top:18px; width:72px; height:72px;
62
+ background:#f9993a; border-radius:14px; display:flex; align-items:center; justify-content:center;
63
+ box-shadow:0 6px 12px rgba(0,0,0,0.08);
64
+ }
65
+ .location-banner .pin svg { width:42px; height:42px; fill:#fff; }
66
+
67
+ /* Card: Explore Localities */
68
+ .card {
69
+ background:#fff; margin:18px 28px 0 28px; border-radius:24px;
70
+ box-shadow:0 8px 20px rgba(21,48,85,0.08); padding:34px;
71
+ }
72
+ .card h3 { margin:0 0 28px 0; font-size:42px; color:#2a3b52; }
73
+ .chips { display:flex; flex-wrap:wrap; gap:22px; }
74
+ .chip {
75
+ padding:24px 34px; border:1px solid #e3e8ee; border-radius:50px; font-size:38px; color:#2d405b;
76
+ display:flex; align-items:center; gap:22px; background:#fff;
77
+ }
78
+ .chip .plus {
79
+ width:44px; height:44px; border-radius:50%; border:2px solid #d3dbe5; color:#5b6f86;
80
+ display:flex; align-items:center; justify-content:center; font-size:34px; font-weight:600;
81
+ }
82
+ .chip.link { color:#1976d2; border-color:#cfe0ff; }
83
+
84
+ /* Section header */
85
+ .section-title {
86
+ margin:38px 38px 18px 38px; font-size:52px; font-weight:700; color:#1f3653;
87
+ }
88
+
89
+ /* Info card */
90
+ .info-card {
91
+ background:#fff; margin:0 28px; border-radius:26px; box-shadow:0 10px 24px rgba(27,47,79,0.12);
92
+ padding:28px 34px; display:flex; align-items:center; gap:28px;
93
+ }
94
+ .avatar {
95
+ width:150px; height:150px; border-radius:50%; overflow:hidden;
96
+ border:1px solid #bdbdbd; background:#E0E0E0; display:flex; align-items:center; justify-content:center; color:#757575;
97
+ font-size:28px;
98
+ }
99
+ .info-text { flex:1; }
100
+ .info-text .title { font-size:46px; font-weight:700; color:#2b3e57; }
101
+ .info-text .sub { margin-top:8px; font-size:34px; color:#6c7f92; }
102
+ .chev { width:36px; height:36px; }
103
+
104
+ /* Listing card */
105
+ .listing {
106
+ margin:34px 28px 0 28px; background:#fff; border-radius:30px;
107
+ box-shadow:0 16px 28px rgba(21,48,85,0.12); overflow:hidden;
108
+ }
109
+ .listing .meta {
110
+ padding:28px 34px 0 34px;
111
+ }
112
+ .meta .project { font-size:34px; font-weight:800; color:#6f869d; letter-spacing:1px; }
113
+ .meta .headline { margin-top:12px; font-size:46px; font-weight:800; color:#2b3e57; line-height:1.25; }
114
+ .photo {
115
+ position:relative; height:680px; margin-top:24px;
116
+ background:#E0E0E0; border-top:1px solid #BDBDBD; border-bottom:1px solid #BDBDBD;
117
+ display:flex; align-items:center; justify-content:center; color:#757575; font-size:32px;
118
+ }
119
+ .photo .heart {
120
+ position:absolute; right:24px; top:24px; width:76px; height:76px; border-radius:50%;
121
+ background:rgba(255,255,255,0.9); display:flex; align-items:center; justify-content:center;
122
+ box-shadow:0 4px 10px rgba(0,0,0,0.12);
123
+ }
124
+ .overlay-gradient {
125
+ position:absolute; left:0; right:0; bottom:0; height:220px;
126
+ background:linear-gradient(transparent, rgba(0,0,0,0.75));
127
+ }
128
+ .price-row {
129
+ position:absolute; left:24px; bottom:48px; right:24px; display:flex; justify-content:space-between; color:#fff;
130
+ }
131
+ .price-block { width:50%; }
132
+ .label { font-size:32px; text-transform:uppercase; opacity:0.85; }
133
+ .value { margin-top:8px; font-size:48px; font-weight:800; }
134
+ .subtext { margin-top:6px; font-size:30px; opacity:0.85; }
135
+
136
+ .shortlist-banner {
137
+ position:absolute; left:24px; bottom:248px; right:24px;
138
+ background:rgba(0,0,0,0.6); color:#fff; border-radius:16px; display:flex; align-items:center; gap:18px;
139
+ padding:18px 22px;
140
+ }
141
+ .shortlist-banner .star {
142
+ width:56px; height:56px; border-radius:12px; background:#c41fff; display:flex; align-items:center; justify-content:center;
143
+ }
144
+ .shortlist-banner .pause {
145
+ position:absolute; right:18px; top:50%; transform:translateY(-50%);
146
+ width:60px; height:60px; border-radius:12px; background:rgba(255,255,255,0.15); display:flex; align-items:center; justify-content:center;
147
+ }
148
+
149
+ /* Nearby pill */
150
+ .nearby {
151
+ position:relative; background:#fff; margin:-26px 28px 0 28px; border-radius:30px;
152
+ box-shadow:0 12px 24px rgba(21,48,85,0.12); padding:28px; display:flex; gap:22px; align-items:center; flex-wrap:wrap;
153
+ }
154
+ .near-pill {
155
+ display:flex; align-items:center; gap:14px; padding:20px 24px; border-radius:999px;
156
+ background:#f0f7ff; color:#2d4a6a; border:1px solid #d9e7fb; font-size:34px;
157
+ }
158
+ .near-pill svg { width:40px; height:40px; fill:#2e74ff; }
159
+
160
+ /* Features row (simple preview) */
161
+ .features {
162
+ margin:18px 28px 0 28px; display:flex; gap:22px; flex-wrap:wrap;
163
+ padding:22px; background:#fff; border-radius:26px; box-shadow:0 8px 18px rgba(21,48,85,0.08);
164
+ font-size:34px; color:#2a3b52;
165
+ }
166
+ .feat { display:flex; align-items:center; gap:12px; padding:12px 16px; background:#ecfff4; border:1px solid #cdebd7; border-radius:999px; }
167
+ .feat .tick { color:#10b26c; font-weight:800; }
168
+
169
+ /* Home indicator */
170
+ .home-indicator {
171
+ position:absolute; bottom:20px; left:50%; transform:translateX(-50%);
172
+ width:300px; height:16px; background:#000; border-radius:12px; opacity:0.18;
173
+ }
174
+ </style>
175
+ </head>
176
+ <body>
177
+ <div id="render-target">
178
+
179
+ <!-- Status Bar -->
180
+ <div class="statusbar">
181
+ <div class="time">1:59</div>
182
+ <div class="status-icons">
183
+ <!-- WiFi -->
184
+ <svg viewBox="0 0 24 24"><path d="M12 18.5c.9 0 1.5.6 1.5 1.5S12.9 21.5 12 21.5s-1.5-.6-1.5-1.5.6-1.5 1.5-1.5zm-6.2-6.2l1.4 1.4C8.4 12.1 10.6 12 12 12s3.6.1 4.8 1.7l1.4-1.4C16.7 9.9 14.5 9 12 9s-4.7.9-6.2 3.3zm-3.4-3.5l1.5 1.5C6.4 8 9.1 7 12 7s5.6 1 8.1 3.3l1.5-1.5C18.9 5.1 15.5 4 12 4S5.1 5.1 2.4 8.8z"/></svg>
185
+ <!-- Battery -->
186
+ <svg viewBox="0 0 24 24"><path d="M18 6h1v2h2v8h-2v2h-1v-2H4V8h14V6zm-1 3H5v6h12V9z"/></svg>
187
+ </div>
188
+ </div>
189
+
190
+ <!-- Filter Toolbar -->
191
+ <div class="toolbar">
192
+ <div class="tool-icon-square">
193
+ <!-- Funnel icon -->
194
+ <svg viewBox="0 0 24 24"><path d="M3 5h18l-7 8v5l-4 2v-7L3 5z"/></svg>
195
+ <div class="badge">2</div>
196
+ </div>
197
+
198
+ <div class="tool-pill">
199
+ <svg viewBox="0 0 24 24"><path d="M7 14h10v2H7v-2zm-3-6h16v2H4V8z"/></svg>
200
+ <span>Sort</span>
201
+ <svg class="caret" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5H7z"/></svg>
202
+ </div>
203
+
204
+ <div class="tool-pill">
205
+ <svg viewBox="0 0 24 24"><path d="M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-3.3 0-6 2.1-6 4.7V20h12v-1.3c0-2.6-2.7-4.7-6-4.7z"/></svg>
206
+ <span>Owner</span>
207
+ </div>
208
+
209
+ <div class="tool-pill">
210
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.1 4.3L19 7l-3.5 3.4.8 4.9L12 13.9l-4.3 1.4.8-4.9L5 7l4.9-.7L12 2z"/></svg>
211
+ <span>Verified</span>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Location Banner -->
216
+ <div class="location-banner">
217
+ <div class="pin">
218
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 4.9 6 12 6 12s6-7.1 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 5.5 12 5.5s2.5 1.1 2.5 2.5S13.4 10.5 12 10.5z"/></svg>
219
+ </div>
220
+ Not sure about location?
221
+ </div>
222
+
223
+ <!-- Explore Localities Card -->
224
+ <div class="card">
225
+ <h3>Explore Popular Localities</h3>
226
+ <div class="chips">
227
+ <div class="chip">Sholinganallur <div class="plus">+</div></div>
228
+ <div class="chip">Vadapalani <div class="plus">+</div></div>
229
+ <div class="chip">Thoraipakkam <div class="plus">+</div></div>
230
+ <div class="chip">Adyar <div class="plus">+</div></div>
231
+ <div class="chip">Thiruvanmiyur <div class="plus">+</div></div>
232
+ <div class="chip link">+ 2 more</div>
233
+ </div>
234
+ </div>
235
+
236
+ <!-- Know More section -->
237
+ <div class="section-title">Know more about Chennai South</div>
238
+ <div class="info-card">
239
+ <div class="avatar">[IMG: City thumbnail]</div>
240
+ <div class="info-text">
241
+ <div class="title">Chennai South</div>
242
+ <div class="sub">758 localities • 7665 projects</div>
243
+ </div>
244
+ <svg class="chev" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6V6z"/></svg>
245
+ </div>
246
+
247
+ <!-- Listing Card -->
248
+ <div class="listing">
249
+ <div class="meta">
250
+ <div class="project">GREEN PEACE EMERALD ENCLAVE</div>
251
+ <div class="headline">2 BHK Flat for rent in KK Nagar, Chennai Southin ...</div>
252
+ </div>
253
+
254
+ <div class="photo">
255
+ [IMG: Property map/photo]
256
+ <div class="heart">
257
+ <svg viewBox="0 0 24 24"><path d="M12 21s-6.5-4.6-8.3-7.1C2 11.6 3 9 5.5 8c2.5-1 4.1.6 4.5 1.1.4-.5 2-2.1 4.5-1.1C17 9 18 11.6 16.3 13.9 14.5 16.4 12 21 12 21z"/></svg>
258
+ </div>
259
+
260
+ <div class="shortlist-banner">
261
+ <div class="star">
262
+ <svg viewBox="0 0 24 24"><path d="M12 2l2.1 4.3L19 7l-3.5 3.4.8 4.9L12 13.9l-4.3 1.4.8-4.9L5 7l4.9-.7L12 2z" fill="#fff"/></svg>
263
+ </div>
264
+ <div style="font-size:34px;">2 people shortlisted this property yesterday</div>
265
+ <div class="pause">
266
+ <svg viewBox="0 0 24 24"><path d="M7 5h4v14H7V5zm6 0h4v14h-4V5z" fill="#fff"/></svg>
267
+ </div>
268
+ </div>
269
+
270
+ <div class="overlay-gradient"></div>
271
+ <div class="price-row">
272
+ <div class="price-block">
273
+ <div class="label">Rent</div>
274
+ <div class="value">₹ 26,999 / month</div>
275
+ <div class="subtext">+ Deposit ₹1,50,000</div>
276
+ </div>
277
+ <div class="price-block" style="text-align:right;">
278
+ <div class="label">Built-up area</div>
279
+ <div class="value">1,200 sq.ft | 2 Baths</div>
280
+ <div class="subtext">111.48 sq.m.</div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ </div>
285
+
286
+ <!-- Nearby pill row -->
287
+ <div class="nearby">
288
+ <div class="near-pill">
289
+ <svg viewBox="0 0 24 24"><path d="M12 2C8.7 2 6 4.7 6 8c0 4.9 6 12 6 12s6-7.1 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.5s3.5 1.6 3.5 3.5-1.6 3.5-3.5 3.5z"/></svg>
290
+ <span>48 Places nearby</span>
291
+ </div>
292
+ <div class="near-pill">
293
+ <svg viewBox="0 0 24 24"><path d="M4 20h16v-2l-8-10-8 10v2zm8-13l6 7H6l6-7z"/></svg>
294
+ <span>1 Metro Station</span>
295
+ </div>
296
+ <div class="near-pill">
297
+ <svg viewBox="0 0 24 24"><path d="M3 10l9-7 9 7v10h-6v-6H9v6H3V10z"/></svg>
298
+ <span>2 Religious Places</span>
299
+ </div>
300
+ </div>
301
+
302
+ <!-- Features preview -->
303
+ <div class="features">
304
+ <div class="feat"><span class="tick">✓</span>2 Baths</div>
305
+ <div class="feat"><span class="tick">✓</span>East Facing</div>
306
+ <div class="feat"><span class="tick">✓</span>Full Power Backup</div>
307
+ <div class="feat" style="color:#1976d2; background:#eaf3ff; border-color:#cfe0ff;">See more</div>
308
+ </div>
309
+
310
+ <!-- Home indicator -->
311
+ <div class="home-indicator"></div>
312
+ </div>
313
+ </body>
314
+ </html>
code/18795/18795_7.html ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=1080, initial-scale=1">
6
+ <title>Property Listing UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px; position: relative; overflow: hidden;
11
+ background: #ffffff; border-radius: 0; box-shadow: none;
12
+ }
13
+ .topbar {
14
+ position: absolute; left: 0; top: 0; width: 1080px; height: 190px; background: #0B63A8;
15
+ }
16
+ .status {
17
+ height: 86px; color: #fff; font-weight: 600; font-size: 34px; line-height: 86px; padding: 0 40px;
18
+ display: flex; justify-content: space-between; align-items: center;
19
+ }
20
+ .status .icons { display: flex; gap: 24px; align-items: center; }
21
+ .circle-icon {
22
+ width: 60px; height: 60px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.7);
23
+ }
24
+ .search-row {
25
+ position: absolute; left: 30px; right: 30px; top: 100px; display: flex; align-items: center; gap: 20px;
26
+ }
27
+ .searchbar {
28
+ flex: 1; height: 96px; background: #ffffff; border-radius: 48px; box-shadow: 0 6px 16px rgba(9, 99, 168, 0.25);
29
+ display: flex; align-items: center; padding: 0 28px; gap: 22px;
30
+ }
31
+ .searchbar input {
32
+ border: none; outline: none; font-size: 36px; color: #2F3A4A; flex: 1; background: transparent;
33
+ }
34
+ .round-action {
35
+ width: 96px; height: 96px; background: #ffffff; border-radius: 48px; box-shadow: 0 6px 16px rgba(9, 99, 168, 0.25);
36
+ display: flex; align-items: center; justify-content: center;
37
+ }
38
+
39
+ .chips {
40
+ position: absolute; top: 230px; left: 0; right: 0; padding: 0 24px; display: flex; gap: 16px; align-items: center;
41
+ background: #fff;
42
+ }
43
+ .chip {
44
+ padding: 22px 32px; border: 1px solid #D9E1EA; border-radius: 56px; color: #2A73B8; font-weight: 700; font-size: 34px;
45
+ display: inline-flex; align-items: center; gap: 20px; background: #ffffff;
46
+ }
47
+ .chip svg { width: 34px; height: 34px; }
48
+
49
+ .card {
50
+ margin: 320px 24px 0 24px; background: #fff; border-radius: 28px; box-shadow: 0 10px 24px rgba(0,0,0,0.08);
51
+ padding: 28px;
52
+ }
53
+ .list-avatar {
54
+ width: 120px; height: 120px; border-radius: 60px; overflow: hidden; border: 2px solid #D0D7E2; margin-right: 26px;
55
+ }
56
+ .img-ph {
57
+ width: 100%; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 28px;
58
+ }
59
+ .row { display: flex; align-items: center; }
60
+ .title-main { font-size: 40px; font-weight: 800; color: #1A2433; }
61
+ .subtext { font-size: 30px; color: #66758A; margin-top: 6px; }
62
+ .chev { margin-left: auto; color: #9AA7B8; }
63
+
64
+ .prop-card {
65
+ margin: 24px 24px 0 24px; background: #fff; border-radius: 28px; box-shadow: 0 10px 24px rgba(0,0,0,0.08);
66
+ overflow: hidden;
67
+ }
68
+ .prop-header {
69
+ padding: 26px; background: #F5F7FA;
70
+ }
71
+ .prop-header .proj { color: #6A8CAF; font-weight: 800; font-size: 28px; letter-spacing: 1px; }
72
+ .prop-header .headline { margin-top: 8px; font-size: 40px; font-weight: 800; color: #1A2433; }
73
+
74
+ .prop-media { position: relative; height: 600px; }
75
+ .prop-media .img {
76
+ position: absolute; inset: 0; background: #E0E0E0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD;
77
+ display: flex; align-items: center; justify-content: center; color: #757575; font-size: 32px;
78
+ }
79
+ .fav-btn {
80
+ position: absolute; right: 24px; top: 24px; width: 90px; height: 90px; background: rgba(255,255,255,0.85);
81
+ border-radius: 45px; display: flex; align-items: center; justify-content: center;
82
+ }
83
+ .overlay-info {
84
+ position: absolute; left: 24px; bottom: 24px; right: 24px; color: #fff; display: flex; gap: 40px;
85
+ }
86
+ .ov-col .label { font-size: 26px; color: #DCE4ED; }
87
+ .ov-col .val { font-size: 44px; font-weight: 900; }
88
+ .ov-col .sub { font-size: 26px; color: #DCE4ED; margin-top: 4px; }
89
+ .black-banner {
90
+ position: absolute; left: 24px; right: 24px; bottom: 140px; background: rgba(0,0,0,0.6);
91
+ color: #fff; font-weight: 700; font-size: 30px; padding: 20px 24px; border-radius: 12px;
92
+ display: flex; align-items: center; gap: 18px;
93
+ }
94
+ .pink-star { width: 52px; height: 52px; background: #C2185B; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; }
95
+ .pause { margin-left: auto; width: 34px; height: 34px; display: inline-flex; }
96
+
97
+ .prop-chips {
98
+ padding: 24px; display: flex; flex-wrap: wrap; gap: 16px;
99
+ }
100
+ .chip-lite {
101
+ display: inline-flex; align-items: center; gap: 18px; padding: 22px 28px;
102
+ border-radius: 56px; border: 1px solid #D9E1EA; background: #ffffff; color: #2A73B8; font-weight: 800; font-size: 32px;
103
+ }
104
+ .chip-lite .muted { color: #66758A; font-weight: 700; }
105
+ .check {
106
+ width: 34px; height: 34px; color: #22C55E;
107
+ }
108
+
109
+ .dealer-row {
110
+ padding: 16px 24px 28px 24px; display: flex; align-items: center; gap: 20px;
111
+ }
112
+ .dealer-info { flex: 1; }
113
+ .dealer-info .small { font-size: 26px; color: #7B8C9E; }
114
+ .dealer-info .name { font-size: 32px; font-weight: 800; color: #1A2433; margin-top: 6px; }
115
+ .dealer-info .time { font-size: 26px; color: #7B8C9E; margin-top: 2px; }
116
+ .cta-row { display: flex; align-items: center; gap: 16px; }
117
+ .btn-primary {
118
+ padding: 24px 34px; border: 2px solid #2A73B8; color: #2A73B8; font-weight: 800; border-radius: 18px; background: #fff; font-size: 32px;
119
+ }
120
+ .icon-square {
121
+ width: 96px; height: 96px; border-radius: 18px; display: flex; align-items: center; justify-content: center;
122
+ background: #25D366; color: #fff;
123
+ }
124
+ .icon-square.phone { background: #0B63A8; }
125
+
126
+ .next-card {
127
+ margin: 24px; background: #fff; border-radius: 28px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); overflow: hidden;
128
+ }
129
+ .next-header { padding: 26px; background: #F5F7FA; }
130
+ .next-header .proj { color: #6A8CAF; font-weight: 800; font-size: 28px; }
131
+ .next-header .headline { margin-top: 8px; font-size: 40px; font-weight: 800; color: #1A2433; }
132
+ .next-media { height: 300px; background: #E0E0E0; border-top: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 30px; }
133
+
134
+ .bottom-indicator {
135
+ position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);
136
+ width: 220px; height: 10px; background: #111; border-radius: 6px; opacity: 0.2;
137
+ }
138
+ /* simple svg coloring */
139
+ svg { display: block; }
140
+ </style>
141
+ </head>
142
+ <body>
143
+ <div id="render-target">
144
+
145
+ <div class="topbar">
146
+ <div class="status">
147
+ <div>1:59</div>
148
+ <div class="icons">
149
+ <div class="circle-icon"></div>
150
+ <div class="circle-icon"></div>
151
+ </div>
152
+ </div>
153
+
154
+ <div class="search-row">
155
+ <div class="searchbar">
156
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#2A73B8"><path d="M15.5 3l-9 9 9 9 1.5-1.5L9 12l8-8z"/></svg>
157
+ <input type="text" value="Chennai South"/>
158
+ <svg width="42" height="42" viewBox="0 0 24 24" fill="#2A73B8"><path d="M21 21l-5.2-5.2a7 7 0 10-1.4 1.4L21 21zM4 10a6 6 0 1112 0A6 6 0 014 10z"/></svg>
159
+ </div>
160
+ <div class="round-action">
161
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#2A73B8"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5A5.5 5.5 0 017.5 3c1.74 0 3.41.81 4.5 2.09A6 6 0 0116.5 3 5.5 5.5 0 0122 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
162
+ </div>
163
+ <div class="round-action">
164
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#2A73B8"><path d="M18 16.08c-.76 0-1.44-.3-1.96-.77L8.91 12.7a3.48 3.48 0 010-1.39l7.12-2.61A3 3 0 1018 7a3 3 0 10-3 2.91l-7.12 2.61A3 3 0 105 15a3 3 0 003-2.91l7.12 2.61c.48.47 1.16.77 1.88.77a3 3 0 100-1.39z"/></svg>
165
+ </div>
166
+ </div>
167
+ </div>
168
+
169
+ <div class="chips">
170
+ <div class="chip">
171
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M3 4h6l2 4H5l-2-4zm10 0h8l-3 6h-8l3-6zm-5 10h8l3 6H11l-3-6z"/></svg>
172
+ <span>Filters</span>
173
+ </div>
174
+ <div class="chip">
175
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M7 14l-4 4h14v-2H7v-2zm10-8V4H3l4 4h10z"/></svg>
176
+ <span>Sort</span>
177
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M7 10l5 5 5-5z"/></svg>
178
+ </div>
179
+ <div class="chip">
180
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-4 0-8 2-8 6v2h16v-2c0-4-4-6-8-6z"/></svg>
181
+ <span>Owner</span>
182
+ </div>
183
+ <div class="chip">
184
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M12 2l9 4-9 4-9-4 9-4zm0 9l9 4-9 4-9-4 9-4z"/></svg>
185
+ <span>Verified</span>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="card">
190
+ <div class="row">
191
+ <div class="list-avatar">
192
+ <div class="img-ph">[IMG: City building avatar]</div>
193
+ </div>
194
+ <div style="flex:1">
195
+ <div class="title-main">Chennai South</div>
196
+ <div class="subtext">758 localities • 7665 projects</div>
197
+ </div>
198
+ <div class="chev">
199
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#9AA7B8"><path d="M9 6l6 6-6 6z"/></svg>
200
+ </div>
201
+ </div>
202
+ </div>
203
+
204
+ <div class="prop-card">
205
+ <div class="prop-header">
206
+ <div class="proj">GREEN PEACE EMERALD ENCLAVE</div>
207
+ <div class="headline">2 BHK Flat for rent in KK Nagar, Chennai Southin ...</div>
208
+ </div>
209
+
210
+ <div class="prop-media">
211
+ <div class="img">[IMG: Project location map]</div>
212
+
213
+ <div class="fav-btn">
214
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#A0A7B2"><path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5A5.5 5.5 0 017.5 3c1.74 0 3.41.81 4.5 2.09A6 6 0 0116.5 3 5.5 5.5 0 0122 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/></svg>
215
+ </div>
216
+
217
+ <div class="black-banner">
218
+ <div class="pink-star">★</div>
219
+ <div>2 people shortlisted this property yesterday</div>
220
+ <div class="pause">
221
+ <svg viewBox="0 0 24 24" fill="#fff"><path d="M6 5h4v14H6zm8 0h4v14h-4z"/></svg>
222
+ </div>
223
+ </div>
224
+
225
+ <div class="overlay-info">
226
+ <div class="ov-col">
227
+ <div class="label">RENT</div>
228
+ <div class="val">₹ 26,999 / month</div>
229
+ <div class="sub">+ Deposit ₹1,50,000</div>
230
+ </div>
231
+ <div class="ov-col">
232
+ <div class="label">BUILT-UP AREA</div>
233
+ <div class="val">1,200 sq.ft | 2 Baths</div>
234
+ <div class="sub">111.48 sq.m.</div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <div class="prop-chips" style="border-top: 1px solid #E8EEF5;">
240
+ <div class="chip-lite">
241
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M12 2C8 2 5 5 5 9c0 6 7 13 7 13s7-7 7-13c0-4-3-7-7-7zm0 9a2 2 0 110-4 2 2 0 010 4z"/></svg>
242
+ <span><span class="muted">48</span> Places nearby</span>
243
+ </div>
244
+ <div class="chip-lite">
245
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M4 18h16v-2H4v2zm2-4h12l-2-10H8l-2 10z"/></svg>
246
+ <span>1 Metro Station</span>
247
+ </div>
248
+ <div class="chip-lite">
249
+ <svg viewBox="0 0 24 24" fill="#2A73B8"><path d="M12 2l7 7-7 13L5 9l7-7z"/></svg>
250
+ <span>2 Religious Places</span>
251
+ </div>
252
+ </div>
253
+
254
+ <div class="prop-chips">
255
+ <div class="chip-lite">
256
+ <svg class="check" viewBox="0 0 24 24" fill="#22C55E"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
257
+ <span>2 Baths</span>
258
+ </div>
259
+ <div class="chip-lite">
260
+ <svg class="check" viewBox="0 0 24 24" fill="#22C55E"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
261
+ <span>East Facing</span>
262
+ </div>
263
+ <div class="chip-lite">
264
+ <svg class="check" viewBox="0 0 24 24" fill="#22C55E"><path d="M9 16.2l-3.5-3.5L4 14.2 9 19l11-11-1.5-1.5z"/></svg>
265
+ <span>Full Power Ba...</span>
266
+ </div>
267
+ <div class="chip-lite"><span>See more</span></div>
268
+ </div>
269
+
270
+ <div class="dealer-row">
271
+ <div class="dealer-info">
272
+ <div class="small">by RERA registered dealer</div>
273
+ <div class="name">The Connec...</div>
274
+ <div class="time">Updated 2d ago</div>
275
+ </div>
276
+ <div class="cta-row">
277
+ <div class="btn-primary">View Number</div>
278
+ <div class="icon-square">
279
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M16 1H8C5.8 1 4 2.8 4 5v14c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4V5c0-2.2-1.8-4-4-4zm-4 21c-.9 0-1.7-.3-2.3-.9l6.4-6.4c.6.6.9 1.4.9 2.3 0 2.2-1.8 4-4 4zm0-20c.9 0 1.7.3 2.3.9L7.9 9.9C7.3 9.3 7 8.5 7 7.6 7 5.4 8.8 3.6 11 3.6z"/></svg>
280
+ </div>
281
+ <div class="icon-square phone">
282
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#fff"><path d="M6.6 10.8c1.8 3.2 4.4 5.8 7.6 7.6l2.6-2.6c.3-.3.8-.4 1.1-.2 1.2.5 2.6.8 4 .8.6 0 1 .4 1 1v4c0 .6-.4 1-1 1C9.4 23 1 14.6 1 4c0-.6.4-1 1-1h4c.6 0 1 .4 1 1 0 1.4.3 2.8.8 4 .1.4 0 .8-.3 1.1l-2.9 2.7z"/></svg>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+
288
+ <div class="next-card">
289
+ <div class="next-header">
290
+ <div class="proj">VGN FAIRMONT</div>
291
+ <div class="headline">3 BHK Flat for rent in Guindy, Chennai Southin Gui...</div>
292
+ </div>
293
+ <div class="next-media">[IMG: Property image]</div>
294
+ </div>
295
+
296
+ <div class="bottom-indicator"></div>
297
+ </div>
298
+ </body>
299
+ </html>
code/18795/18795_8.html ADDED
@@ -0,0 +1,370 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>Property Listings UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target {
9
+ width: 1080px; height: 2400px; position: relative; overflow: hidden; background: #f2f5f9;
10
+ }
11
+ /* Status bar */
12
+ .status-bar {
13
+ position: absolute; top: 0; left: 0; width: 100%; height: 160px; background: #0a5ea8; color: #fff;
14
+ display: flex; align-items: center; padding: 0 40px; box-sizing: border-box;
15
+ }
16
+ .status-left { font-weight: 600; font-size: 40px; }
17
+ .status-right { margin-left: auto; display: flex; gap: 24px; align-items: center; }
18
+ .status-icon svg { width: 40px; height: 40px; fill: #fff; }
19
+
20
+ /* Top filter controls */
21
+ .top-controls {
22
+ position: absolute; top: 140px; left: 0; width: 100%; padding: 28px 36px 24px; box-sizing: border-box;
23
+ background: #ffffff; border-bottom: 1px solid rgba(0,0,0,0.06);
24
+ display: flex; gap: 24px; align-items: center; z-index: 5;
25
+ }
26
+ .control-pill {
27
+ display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid #e3e7ee;
28
+ border-radius: 48px; padding: 24px 36px; font-size: 34px; color: #3a4a5f; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
29
+ }
30
+ .control-pill .badge {
31
+ position: relative; display: inline-flex; align-items: center; justify-content: center;
32
+ width: 48px; height: 48px; background: #2e86ff; color: #fff; border-radius: 24px; font-size: 28px; font-weight: 700;
33
+ margin-left: -8px;
34
+ }
35
+ .control-pill svg { width: 40px; height: 40px; stroke: #4b5a70; }
36
+ .chev { margin-left: 8px; }
37
+ .spacer { flex: 1; }
38
+
39
+ /* List area */
40
+ .list-area {
41
+ position: absolute; top: 292px; left: 0; right: 0; bottom: 120px; overflow-y: auto; padding: 32px; box-sizing: border-box;
42
+ }
43
+ .card {
44
+ background: #ffffff; border-radius: 28px; box-shadow: 0 10px 24px rgba(0,0,0,0.08);
45
+ margin-bottom: 36px; overflow: hidden; border: 1px solid #e6ebf2;
46
+ }
47
+ .card-header {
48
+ padding: 24px 28px 10px; background: #f7f9fc;
49
+ }
50
+ .card-header .caption { color: #7c8a9d; font-weight: 700; font-size: 28px; letter-spacing: 0.5px; }
51
+ .card-header .title { margin-top: 12px; font-size: 40px; font-weight: 800; color: #263445; }
52
+ .img-wrap {
53
+ position: relative; height: 540px; margin: 0 0 0; overflow: hidden;
54
+ }
55
+ .img-placeholder {
56
+ position: absolute; inset: 0; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex;
57
+ justify-content: center; align-items: center; color: #757575; font-size: 34px; font-weight: 600;
58
+ }
59
+ .heart {
60
+ position: absolute; top: 24px; right: 24px; width: 68px; height: 68px; background: rgba(255,255,255,0.9);
61
+ border-radius: 34px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.15);
62
+ }
63
+ .heart svg { width: 36px; height: 36px; fill: #65738a; }
64
+ .overlay-info {
65
+ position: absolute; bottom: 110px; left: 24px; right: 24px; display: flex; gap: 32px;
66
+ color: #ffffff;
67
+ }
68
+ .info-block { flex: 1; padding: 16px 20px; background: rgba(0,0,0,0.35); border-radius: 12px; }
69
+ .info-label { font-size: 26px; opacity: 0.9; }
70
+ .info-main { margin-top: 6px; font-size: 42px; font-weight: 800; }
71
+ .info-sub { font-size: 28px; opacity: 0.9; margin-top: 6px; }
72
+ .shortlist-banner {
73
+ position: absolute; bottom: 24px; left: 24px; right: 24px; height: 84px; border-radius: 12px;
74
+ background: rgba(30,30,30,0.65); color: #fff; display: flex; align-items: center; padding: 0 24px; box-sizing: border-box;
75
+ font-size: 30px; font-weight: 700;
76
+ }
77
+ .shortlist-star {
78
+ width: 52px; height: 52px; background: #cc0f6f; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-right: 18px;
79
+ }
80
+ .shortlist-star svg { width: 28px; height: 28px; fill: #fff; }
81
+ .pause {
82
+ position: absolute; bottom: 24px; right: 24px; width: 72px; height: 72px; border-radius: 36px; background: rgba(255,255,255,0.9);
83
+ display: flex; align-items: center; justify-content: center;
84
+ }
85
+ .pause svg { width: 32px; height: 32px; fill: #2b3545; }
86
+
87
+ .details {
88
+ background: #ffffff; border-top-left-radius: 28px; border-top-right-radius: 28px; padding: 24px 28px 32px; margin-top: 0;
89
+ }
90
+ .chips { display: flex; gap: 16px; margin-bottom: 22px; flex-wrap: wrap; }
91
+ .chip {
92
+ background: #eef2f7; color: #3b4b61; padding: 16px 24px; border-radius: 14px; font-size: 28px; font-weight: 700;
93
+ border: 1px solid #dde3ea;
94
+ }
95
+ .feature-row { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 18px; }
96
+ .feature {
97
+ display: inline-flex; align-items: center; gap: 12px; border: 1px solid #d7e5f6; border-radius: 40px;
98
+ padding: 12px 18px; font-size: 28px; color: #29415e; background: #f7fbff;
99
+ }
100
+ .feature svg { width: 32px; height: 32px; stroke: #2e86ff; }
101
+ .checks { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; background: #f2f9f3; border: 1px solid #d9eddc;
102
+ padding: 18px 22px; border-radius: 16px; color: #27613a; font-size: 30px; font-weight: 700; }
103
+ .checks .see-more { margin-left: auto; color: #2e86ff; font-weight: 800; }
104
+ .check-icon { width: 26px; height: 26px; background: #2ecc71; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; }
105
+ .check-icon svg { width: 18px; height: 18px; fill: #fff; }
106
+
107
+ .dealer-row { display: flex; align-items: center; margin-top: 18px; }
108
+ .dealer-info { flex: 1; color: #506179; font-size: 28px; }
109
+ .dealer-name { font-weight: 800; color: #263445; font-size: 34px; margin-top: 6px; }
110
+ .updated { color: #7b8ea6; font-size: 26px; margin-left: 10px; }
111
+
112
+ .actions { display: flex; gap: 16px; }
113
+ .btn {
114
+ display: inline-flex; align-items: center; justify-content: center; height: 84px; border-radius: 16px; font-size: 32px; font-weight: 800; padding: 0 28px;
115
+ border: 2px solid #2e86ff; color: #2e86ff; background: #fff;
116
+ }
117
+ .btn-icon {
118
+ width: 84px; height: 84px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
119
+ border: none;
120
+ }
121
+ .btn-wa { background: #25D366; }
122
+ .btn-phone { background: #2e86ff; }
123
+ .btn-icon svg { width: 40px; height: 40px; fill: #fff; }
124
+
125
+ /* page bottom bar */
126
+ .bottom-bar {
127
+ position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; background: #121212; display: flex; align-items: center; justify-content: center;
128
+ }
129
+ .home-pill { width: 220px; height: 12px; border-radius: 6px; background: #fff; opacity: 0.85; }
130
+ </style>
131
+ </head>
132
+ <body>
133
+ <div id="render-target">
134
+ <!-- Status bar -->
135
+ <div class="status-bar">
136
+ <div class="status-left">1:59</div>
137
+ <div class="status-right">
138
+ <div class="status-icon">
139
+ <svg viewBox="0 0 24 24"><path d="M4 10h16v4H4z"/></svg>
140
+ </div>
141
+ <div class="status-icon">
142
+ <svg viewBox="0 0 24 24"><path d="M2 12h20M6 16h12" stroke="#fff" stroke-width="2" fill="none"/></svg>
143
+ </div>
144
+ </div>
145
+ </div>
146
+
147
+ <!-- Top filters -->
148
+ <div class="top-controls">
149
+ <div class="control-pill">
150
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
151
+ <path d="M3 6h18M7 12h10M10 18h4" stroke="#4b5a70"/>
152
+ </svg>
153
+ <div>Filter</div>
154
+ <div class="badge">2</div>
155
+ </div>
156
+
157
+ <div class="control-pill">
158
+ <svg viewBox="0 0 24 24" fill="none" stroke-width="2">
159
+ <path d="M8 6l4-4 4 4M8 18l4 4 4-4" stroke="#4b5a70"/>
160
+ </svg>
161
+ <div>Sort</div>
162
+ <svg class="chev" viewBox="0 0 24 24" fill="none" stroke="#4b5a70" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>
163
+ </div>
164
+
165
+ <div class="control-pill">
166
+ <svg viewBox="0 0 24 24" fill="none" stroke="#4b5a70" stroke-width="2">
167
+ <circle cx="12" cy="8" r="3"></circle>
168
+ <path d="M4 20c2-4 14-4 16 0" />
169
+ </svg>
170
+ <div>Owner</div>
171
+ </div>
172
+
173
+ <div class="control-pill">
174
+ <svg viewBox="0 0 24 24" fill="none" stroke="#4b5a70" stroke-width="2">
175
+ <path d="M12 2l8 5v10l-8 5-8-5V7z"/>
176
+ <path d="M9 12l2 2 4-4" />
177
+ </svg>
178
+ <div>Verified</div>
179
+ </div>
180
+ <div class="spacer"></div>
181
+ </div>
182
+
183
+ <!-- List area -->
184
+ <div class="list-area">
185
+ <!-- Card 1 -->
186
+ <div class="card">
187
+ <div class="card-header">
188
+ <div class="caption">APPASWAMY CAPELLA</div>
189
+ <div class="title">3 BHK Flat for rent in Vadapalani, Chennai Southi...</div>
190
+ </div>
191
+
192
+ <div class="img-wrap">
193
+ <div class="img-placeholder">[IMG: Apartment Photo]</div>
194
+
195
+ <div class="heart">
196
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9-8.5C1 8.5 3.5 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c2.5 0 5 2.5 3 6.5-2 4.15-9 8.5-9 8.5z"/></svg>
197
+ </div>
198
+
199
+ <div class="overlay-info">
200
+ <div class="info-block">
201
+ <div class="info-label">RENT</div>
202
+ <div class="info-main">₹ 55,000 / month</div>
203
+ <div class="info-sub">+Deposit 6 month(s) rent</div>
204
+ </div>
205
+ <div class="info-block">
206
+ <div class="info-label">CARPET AREA</div>
207
+ <div class="info-main">1,712 sq.ft | 3 Baths</div>
208
+ <div class="info-sub">159.05 sq.m.</div>
209
+ </div>
210
+ </div>
211
+
212
+ <div class="shortlist-banner">
213
+ <div class="shortlist-star">
214
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.3-5.9L3 9.8l6-0.6L12 4l3 5.2 6 0.6-5.1 4.3 1.3 5.9z"/></svg>
215
+ </div>
216
+ <div>2 people shortlisted this property yesterday</div>
217
+ </div>
218
+ <div class="pause">
219
+ <svg viewBox="0 0 24 24"><path d="M7 5h4v14H7zM13 5h4v14h-4z"/></svg>
220
+ </div>
221
+ </div>
222
+
223
+ <div class="details">
224
+ <div class="chips">
225
+ <div class="chip">For Single Men</div>
226
+ <div class="chip">For Single Women</div>
227
+ </div>
228
+
229
+ <div class="feature-row">
230
+ <div class="feature">
231
+ <svg viewBox="0 0 24 24"><path d="M12 2l6 6-6 6-6-6 6-6z" stroke="#2e86ff" fill="none"/></svg>
232
+ <strong>12</strong> Places nearby
233
+ </div>
234
+ <div class="feature">
235
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="10" rx="2" ry="2"></rect><path d="M8 16l2 2h4l2-2" /></svg>
236
+ <strong>1</strong> Metro Station
237
+ </div>
238
+ <div class="feature">
239
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l2 4H5l2-4zM6 11v6h12v-6" /></svg>
240
+ <strong>1</strong> Shopping
241
+ </div>
242
+ <div class="feature">
243
+ <svg viewBox="0 0 24 24"><path d="M5 20V8h14v12M9 12h2M13 12h2" /></svg>
244
+ <strong>1</strong> Building
245
+ </div>
246
+ </div>
247
+
248
+ <div class="checks">
249
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> 3 Baths
250
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> Private Garden
251
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> Full Powe...
252
+ <span class="see-more">See more</span>
253
+ </div>
254
+
255
+ <div class="dealer-row">
256
+ <div class="dealer-info">
257
+ by RERA registered dealer
258
+ <div class="dealer-name">Day2day Pr...</div>
259
+ <span class="updated">Updated 1w ago</span>
260
+ </div>
261
+ <div class="actions">
262
+ <div class="btn">View Number</div>
263
+ <div class="btn-icon btn-wa">
264
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 0-9 14l-1 5 5-1a10 10 0 1 0 5-18zm0 3a7 7 0 0 1 6.7 9.2l-0.3 0.7-0.8-0.1c-1.4-0.1-3.3-0.7-4.8-1.7-1.7-1.1-3-2.6-3.7-4.1-0.5-1-0.8-2-0.8-3l0.1-0.8 0.7-0.3A7 7 0 0 1 12 5z" fill="#fff"/></svg>
265
+ </div>
266
+ <div class="btn-icon btn-phone">
267
+ <svg viewBox="0 0 24 24"><path d="M6 2l4 2-2 3c1 2 3 4 5 5l3-2 2 4-3 2c-5 0-10-5-10-10z"/></svg>
268
+ </div>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ </div>
273
+
274
+ <!-- Card 2 -->
275
+ <div class="card">
276
+ <div class="card-header">
277
+ <div class="caption">APPASWAMY CAPELLA</div>
278
+ <div class="title">3 BHK Flat for rent in Vadapalani, Chennai Southi...</div>
279
+ </div>
280
+
281
+ <div class="img-wrap">
282
+ <div class="img-placeholder">[IMG: Interior Wall and Window]</div>
283
+
284
+ <div class="heart">
285
+ <svg viewBox="0 0 24 24"><path d="M12 21s-7-4.35-9-8.5C1 8.5 3.5 6 6 6c2 0 3.5 1.5 4 2.5C10.5 7.5 12 6 14 6c2.5 0 5 2.5 3 6.5-2 4.15-9 8.5-9 8.5z"/></svg>
286
+ </div>
287
+
288
+ <div class="overlay-info">
289
+ <div class="info-block">
290
+ <div class="info-label">RENT</div>
291
+ <div class="info-main">₹ 50,000 / month</div>
292
+ <div class="info-sub">+Deposit 6 month(s) rent</div>
293
+ </div>
294
+ <div class="info-block">
295
+ <div class="info-label">CARPET AREA</div>
296
+ <div class="info-main">1,597 sq.ft | 3 Baths</div>
297
+ <div class="info-sub">148.37 sq.m.</div>
298
+ </div>
299
+ </div>
300
+
301
+ <div class="shortlist-banner">
302
+ <div class="shortlist-star">
303
+ <svg viewBox="0 0 24 24"><path d="M12 17l-5.2 3 1.3-5.9L3 9.8l6-0.6L12 4l3 5.2 6 0.6-5.1 4.3 1.3 5.9z"/></svg>
304
+ </div>
305
+ <div>2 people shortlisted this property yesterday</div>
306
+ </div>
307
+ <div class="pause">
308
+ <svg viewBox="0 0 24 24"><path d="M7 5h4v14H7zM13 5h4v14h-4z"/></svg>
309
+ </div>
310
+ </div>
311
+
312
+ <div class="details">
313
+ <div class="chips">
314
+ <div class="chip">For Single Men</div>
315
+ <div class="chip">For Single Women</div>
316
+ </div>
317
+
318
+ <div class="feature-row">
319
+ <div class="feature">
320
+ <svg viewBox="0 0 24 24"><path d="M12 2l6 6-6 6-6-6 6-6z" stroke="#2e86ff" fill="none"/></svg>
321
+ <strong>12</strong> Places nearby
322
+ </div>
323
+ <div class="feature">
324
+ <svg viewBox="0 0 24 24"><rect x="4" y="6" width="16" height="10" rx="2" ry="2"></rect><path d="M8 16l2 2h4l2-2" /></svg>
325
+ <strong>1</strong> Metro Station
326
+ </div>
327
+ <div class="feature">
328
+ <svg viewBox="0 0 24 24"><path d="M7 7h10l2 4H5l2-4zM6 11v6h12v-6" /></svg>
329
+ <strong>1</strong> Shopping
330
+ </div>
331
+ <div class="feature">
332
+ <svg viewBox="0 0 24 24"><path d="M5 20V8h14v12M9 12h2M13 12h2" /></svg>
333
+ <strong>1</strong> Building
334
+ </div>
335
+ </div>
336
+
337
+ <div class="checks">
338
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> 3 Baths
339
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> East Facing
340
+ <span class="check-icon"><svg viewBox="0 0 24 24"><path d="M20 6l-11 11-5-5"/></svg></span> Private Gard...
341
+ <span class="see-more">See more</span>
342
+ </div>
343
+
344
+ <div class="dealer-row">
345
+ <div class="dealer-info">
346
+ by RERA registered dealer
347
+ <div class="dealer-name">Day2day Pr...</div>
348
+ <span class="updated">Updated 1w ago</span>
349
+ </div>
350
+ <div class="actions">
351
+ <div class="btn">View Number</div>
352
+ <div class="btn-icon btn-wa">
353
+ <svg viewBox="0 0 24 24"><path d="M12 2a10 10 0 0 0-9 14l-1 5 5-1a10 10 0 1 0 5-18zm0 3a7 7 0 0 1 6.7 9.2l-0.3 0.7-0.8-0.1c-1.4-0.1-3.3-0.7-4.8-1.7-1.7-1.1-3-2.6-3.7-4.1-0.5-1-0.8-2-0.8-3l0.1-0.8 0.7-0.3A7 7 0 0 1 12 5z" fill="#fff"/></svg>
354
+ </div>
355
+ <div class="btn-icon btn-phone">
356
+ <svg viewBox="0 0 24 24"><path d="M6 2l4 2-2 3c1 2 3 4 5 5l3-2 2 4-3 2c-5 0-10-5-10-10z"/></svg>
357
+ </div>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- bottom bar -->
365
+ <div class="bottom-bar">
366
+ <div class="home-pill"></div>
367
+ </div>
368
+ </div>
369
+ </body>
370
+ </html>
code/18795/18795_9.html ADDED
@@ -0,0 +1,403 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>Property Listings UI</title>
7
+ <style>
8
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
9
+ #render-target {
10
+ width: 1080px; height: 2400px;
11
+ position: relative; overflow: hidden;
12
+ background: #eef1f5;
13
+ border-radius: 24px;
14
+ box-shadow: 0 12px 30px rgba(0,0,0,0.2);
15
+ }
16
+
17
+ /* Status bar */
18
+ .status-bar {
19
+ position: absolute; top: 0; left: 0; right: 0;
20
+ height: 120px; background: #0a63a9; color: #fff;
21
+ display: flex; align-items: center; justify-content: space-between;
22
+ padding: 0 36px; font-weight: 600; font-size: 42px;
23
+ }
24
+ .status-icons { display: flex; gap: 22px; align-items: center; }
25
+ .status-dot { width: 22px; height: 22px; background: #fff; border-radius: 50%; opacity: 0.9; }
26
+ .status-battery {
27
+ width: 36px; height: 18px; border: 3px solid #fff; border-radius: 4px; position: relative;
28
+ }
29
+ .status-battery::after {
30
+ content: ""; position: absolute; right: -8px; top: 4px;
31
+ width: 6px; height: 10px; background: #fff; border-radius: 2px;
32
+ }
33
+ .status-battery .level { position: absolute; left: 3px; top: 3px; height: 12px; width: 22px; background: #fff; }
34
+
35
+ /* toolbar with chips */
36
+ .toolbar {
37
+ position: absolute; top: 120px; left: 0; right: 0;
38
+ height: 140px; background: #ffffff;
39
+ display: flex; align-items: center;
40
+ padding: 0 24px;
41
+ box-shadow: 0 2px 8px rgba(0,0,0,0.08);
42
+ }
43
+ .toolbar .chip {
44
+ background: #f6f7fb; border: 1px solid #d9dee8; color: #2f3a4a;
45
+ border-radius: 40px; padding: 22px 30px; font-size: 34px; font-weight: 600;
46
+ margin-right: 24px; display: flex; align-items: center; gap: 18px;
47
+ }
48
+ .toolbar .chip svg { width: 40px; height: 40px; }
49
+ .badge {
50
+ position: absolute; top: -8px; right: -8px; background: #2e7bf6; color: #fff;
51
+ border-radius: 20px; font-size: 26px; padding: 6px 12px; border: 2px solid #fff;
52
+ }
53
+
54
+ /* List area */
55
+ .content {
56
+ position: absolute; top: 260px; left: 0; right: 0; bottom: 0;
57
+ padding: 40px 30px 90px 30px;
58
+ overflow: hidden; /* keep inside render-target */
59
+ }
60
+
61
+ /* Card */
62
+ .card {
63
+ background: #fff; border-radius: 30px; margin-bottom: 46px;
64
+ box-shadow: 0 10px 18px rgba(24,46,80,0.15);
65
+ overflow: hidden;
66
+ }
67
+ .card-header {
68
+ padding: 26px 30px 16px 30px;
69
+ }
70
+ .subheading { color: #8b96a6; font-size: 30px; font-weight: 700; letter-spacing: 0.4px; }
71
+ .title { font-size: 40px; font-weight: 800; color: #2a3442; margin-top: 10px; line-height: 1.25; }
72
+
73
+ .image-area {
74
+ position: relative; height: 620px; background: #E0E0E0;
75
+ border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575;
76
+ font-size: 36px; font-weight: 700;
77
+ }
78
+ .overlay-like {
79
+ position: absolute; right: 22px; top: 22px; width: 72px; height: 72px;
80
+ background: rgba(255,255,255,0.85); border-radius: 50%; display: flex; align-items: center; justify-content: center;
81
+ }
82
+ .overlay-pause {
83
+ position: absolute; right: 22px; bottom: 22px; width: 72px; height: 72px;
84
+ background: rgba(255,255,255,0.85); border-radius: 20px; display: flex; align-items: center; justify-content: center;
85
+ }
86
+ .overlay-banner {
87
+ position: absolute; left: 22px; top: 22px; display: flex; align-items: center; gap: 16px;
88
+ background: rgba(0,0,0,0.65); color: #fff; padding: 14px 18px; border-radius: 14px;
89
+ font-size: 32px; font-weight: 700;
90
+ }
91
+ .overlay-banner .star {
92
+ width: 46px; height: 46px; background: #ff3d8a; border-radius: 12px; display: flex; align-items: center; justify-content: center;
93
+ }
94
+
95
+ .image-footer {
96
+ position: absolute; left: 0; bottom: 0; width: 100%;
97
+ display: flex; justify-content: space-between; padding: 26px 30px;
98
+ color: #fff; font-weight: 800; font-size: 36px;
99
+ background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.0));
100
+ }
101
+ .image-footer small { display: block; font-size: 26px; font-weight: 600; opacity: 0.95; }
102
+
103
+ /* chips rows inside card */
104
+ .chips-row {
105
+ display: flex; flex-wrap: wrap; gap: 18px; padding: 24px 30px 0 30px;
106
+ }
107
+ .label-chip {
108
+ background: #edf2f9; border: 1px solid #d8deea; color: #425164;
109
+ font-size: 30px; padding: 16px 22px; border-radius: 20px; font-weight: 700;
110
+ }
111
+ .info-chip {
112
+ display: flex; align-items: center; gap: 14px;
113
+ background: #ffffff; border: 2px solid #d8e4f4; padding: 16px 22px; border-radius: 30px; font-size: 30px; font-weight: 700; color: #425164;
114
+ }
115
+ .info-chip svg { width: 34px; height: 34px; color: #2e7bf6; }
116
+
117
+ .checks-row {
118
+ display: flex; align-items: center; flex-wrap: wrap; gap: 20px;
119
+ padding: 22px 30px;
120
+ background: #eaf4ff; border-top: 1px solid #deebfb;
121
+ }
122
+ .check-item {
123
+ display: flex; align-items: center; gap: 12px; font-size: 32px; font-weight: 700; color: #1e4f2b;
124
+ }
125
+ .check-item svg { width: 30px; height: 30px; }
126
+ .see-more { color: #2e7bf6; margin-left: auto; font-size: 32px; font-weight: 800; }
127
+
128
+ .dealer-row {
129
+ display: flex; align-items: center; justify-content: space-between;
130
+ padding: 26px 30px 32px 30px; color: #596579; font-size: 30px;
131
+ }
132
+ .dealer-row .brand { font-weight: 800; color: #2a3442; }
133
+ .dealer-row .updated { color: #6d7a8a; }
134
+ .dealer-actions { display: flex; align-items: center; gap: 18px; }
135
+ .btn-primary {
136
+ border: 2px solid #2e7bf6; color: #2e7bf6; background: #fff; font-weight: 800; font-size: 34px;
137
+ padding: 18px 26px; border-radius: 18px;
138
+ }
139
+ .circle-btn {
140
+ width: 90px; height: 90px; border-radius: 20px; display: flex; align-items: center; justify-content: center;
141
+ background: #25d366; color: #fff;
142
+ }
143
+ .circle-btn.phone { background: #2e7bf6; }
144
+
145
+ /* gesture pill */
146
+ .gesture-pill {
147
+ position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
148
+ width: 260px; height: 18px; background: #c9cbd2; border-radius: 14px;
149
+ }
150
+ </style>
151
+ </head>
152
+ <body>
153
+ <div id="render-target">
154
+
155
+ <!-- Status Bar -->
156
+ <div class="status-bar">
157
+ <div>1:59</div>
158
+ <div class="status-icons">
159
+ <div class="status-dot"></div>
160
+ <svg width="34" height="34">
161
+ <circle cx="17" cy="17" r="14" fill="none" stroke="#fff" stroke-width="3"></circle>
162
+ <path d="M17 7 L17 19 L25 23" stroke="#fff" stroke-width="3" fill="none" stroke-linecap="round"></path>
163
+ </svg>
164
+ <div class="status-battery"><div class="level"></div></div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Toolbar -->
169
+ <div class="toolbar">
170
+ <div class="chip" style="position: relative;">
171
+ <svg viewBox="0 0 24 24">
172
+ <path d="M4 10h16l-6 8H10zM9 6h6l1 4H8z" fill="#2e7bf6"></path>
173
+ </svg>
174
+ Filter
175
+ <span class="badge">2</span>
176
+ </div>
177
+ <div class="chip">
178
+ <svg viewBox="0 0 24 24">
179
+ <path d="M7 7l4 4-4 4" stroke="#2e7bf6" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
180
+ <path d="M17 17l-4-4 4-4" stroke="#2e7bf6" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
181
+ </svg>
182
+ Sort
183
+ <svg viewBox="0 0 24 24">
184
+ <path d="M7 10l5 5 5-5" stroke="#425164" stroke-width="2.6" fill="none" stroke-linecap="round" stroke-linejoin="round"></path>
185
+ </svg>
186
+ </div>
187
+ <div class="chip">
188
+ <svg viewBox="0 0 24 24">
189
+ <circle cx="12" cy="8" r="4" fill="#2e7bf6"></circle>
190
+ <path d="M4 20c2-4 6-4 8-4s6 0 8 4" fill="none" stroke="#2e7bf6" stroke-width="2"></path>
191
+ </svg>
192
+ Owner
193
+ </div>
194
+ <div class="chip">
195
+ <svg viewBox="0 0 24 24">
196
+ <circle cx="12" cy="12" r="9" fill="none" stroke="#2e7bf6" stroke-width="2"></circle>
197
+ <path d="M9 12l2 2 4-4" stroke="#2e7bf6" stroke-width="2" fill="none" stroke-linecap="round"></path>
198
+ </svg>
199
+ Verified
200
+ </div>
201
+ </div>
202
+
203
+ <div class="content">
204
+
205
+ <!-- Card 1 -->
206
+ <div class="card">
207
+ <div class="image-area">
208
+ [IMG: Apartment interior]
209
+ <div class="overlay-banner">
210
+ <div class="star">
211
+ <svg width="30" height="30" viewBox="0 0 24 24">
212
+ <path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z" fill="#fff"></path>
213
+ </svg>
214
+ </div>
215
+ <div>2 people shortlisted this property yesterday</div>
216
+ </div>
217
+ <div class="overlay-like">
218
+ <svg width="34" height="34" viewBox="0 0 24 24">
219
+ <path d="M12 21s-6-4.4-8.5-7A5.5 5.5 0 0112 6a5.5 5.5 0 018.5 8c-2.5 2.6-8.5 7-8.5 7z" fill="#ff6e84"></path>
220
+ </svg>
221
+ </div>
222
+ <div class="overlay-pause">
223
+ <svg width="32" height="32" viewBox="0 0 24 24">
224
+ <rect x="6" y="5" width="4" height="14" fill="#2a3442"></rect>
225
+ <rect x="14" y="5" width="4" height="14" fill="#2a3442"></rect>
226
+ </svg>
227
+ </div>
228
+ <div class="image-footer">
229
+ <div>
230
+ <small>RENT</small>
231
+ ₹ 45,000 / month
232
+ <small>+Deposit 6 month(s) rent</small>
233
+ </div>
234
+ <div style="text-align:right">
235
+ <small>CARPET AREA</small>
236
+ 1,600 sq.ft | 3 Baths
237
+ <small>148.37 sq.m.</small>
238
+ </div>
239
+ </div>
240
+ </div>
241
+
242
+ <div class="chips-row">
243
+ <div class="label-chip">For Single Men</div>
244
+ <div class="label-chip">For Single Women</div>
245
+ </div>
246
+ <div class="chips-row" style="padding-bottom: 12px;">
247
+ <div class="info-chip">
248
+ <svg viewBox="0 0 24 24"><path d="M12 3c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8a2 2 0 100-4 2 2 0 000 4z" fill="#2e7bf6"></path></svg>
249
+ 12 Places nearby
250
+ </div>
251
+ <div class="info-chip">
252
+ <svg viewBox="0 0 24 24"><rect x="4" y="8" width="16" height="8" rx="2" fill="#2e7bf6"></rect><rect x="6" y="6" width="12" height="2" fill="#2e7bf6"></rect></svg>
253
+ 1 Metro Station
254
+ </div>
255
+ <div class="info-chip">
256
+ <svg viewBox="0 0 24 24"><path d="M6 7h12l-2 12H8L6 7zm3 0V5a3 3 0 016 0v2" fill="#2e7bf6"></path></svg>
257
+ 1 Shopping
258
+ </div>
259
+ <div class="info-chip">
260
+ <svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" stroke="#2e7bf6" stroke-width="2" fill="none"></rect><line x1="5" y1="9" x2="19" y2="9" stroke="#2e7bf6" stroke-width="2"></line></svg>
261
+ 1
262
+ </div>
263
+ </div>
264
+
265
+ <div class="checks-row">
266
+ <div class="check-item">
267
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
268
+ 3 Baths
269
+ </div>
270
+ <div class="check-item">
271
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
272
+ East Facing
273
+ </div>
274
+ <div class="check-item">
275
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
276
+ Private Gard...
277
+ </div>
278
+ <div class="see-more">See more</div>
279
+ </div>
280
+
281
+ <div class="dealer-row">
282
+ <div>
283
+ <div style="margin-bottom: 6px;">by RERA registered dealer</div>
284
+ <div class="brand">Day2day Pr...</div>
285
+ <div class="updated">Updated 1w ago</div>
286
+ </div>
287
+ <div class="dealer-actions">
288
+ <div class="btn-primary">View Number</div>
289
+ <div class="circle-btn">
290
+ <svg width="40" height="40" viewBox="0 0 24 24">
291
+ <path d="M16.5 15.5c-1.5.9-3.5.4-5.2-1.3S8.2 9.8 9.1 8.3l1.4-1.4 3 3-1.4 1.4c.4.7 1 1.4 1.7 2l1.4-1.4 3 3-1.5 1.3z" fill="#fff"></path>
292
+ </svg>
293
+ </div>
294
+ <div class="circle-btn phone">
295
+ <svg width="40" height="40" viewBox="0 0 24 24">
296
+ <path d="M6 3h4l1 5-3 2c1.5 3.5 4.5 6.5 8 8l2-3 5 1v4c0 1-1 2-2 2C13 23 1 11 1 4c0-1 1-1 2-1z" fill="#fff"></path>
297
+ </svg>
298
+ </div>
299
+ </div>
300
+ </div>
301
+ </div>
302
+
303
+ <!-- Card 2 -->
304
+ <div class="card">
305
+ <div class="card-header">
306
+ <div class="subheading">APPASWAMY CITYSQUARE</div>
307
+ <div class="title">3 BHK Flat for rent in Nehru Nagar, Chennai Sout...</div>
308
+ </div>
309
+
310
+ <div class="image-area">
311
+ [IMG: Bright dining room with balcony]
312
+ <div class="overlay-like">
313
+ <svg width="34" height="34" viewBox="0 0 24 24">
314
+ <path d="M12 21s-6-4.4-8.5-7A5.5 5.5 0 0112 6a5.5 5.5 0 018.5 8c-2.5 2.6-8.5 7-8.5 7z" fill="#ffffff"></path>
315
+ </svg>
316
+ </div>
317
+ <div class="overlay-pause">
318
+ <svg width="32" height="32" viewBox="0 0 24 24">
319
+ <rect x="6" y="5" width="4" height="14" fill="#2a3442"></rect>
320
+ <rect x="14" y="5" width="4" height="14" fill="#2a3442"></rect>
321
+ </svg>
322
+ </div>
323
+ <div class="image-footer">
324
+ <div>
325
+ <small>RENT</small>
326
+ ₹ 45,000 / month
327
+ <small>+Deposit 6 month(s) rent</small>
328
+ </div>
329
+ <div style="text-align:right">
330
+ <small>CARPET AREA</small>
331
+ 1,700 sq.ft | 3 Baths
332
+ <small>157.94 sq.m.</small>
333
+ </div>
334
+ </div>
335
+ </div>
336
+
337
+ <div class="chips-row">
338
+ <div class="label-chip">Furnished</div>
339
+ <div class="label-chip">For Single Men</div>
340
+ <div class="label-chip">For Single Women</div>
341
+ </div>
342
+ <div class="chips-row" style="padding-bottom: 12px;">
343
+ <div class="info-chip">
344
+ <svg viewBox="0 0 24 24"><path d="M12 3c-3.3 0-6 2.7-6 6 0 4.5 6 12 6 12s6-7.5 6-12c0-3.3-2.7-6-6-6zm0 8a2 2 0 100-4 2 2 0 000 4z" fill="#2e7bf6"></path></svg>
345
+ 49 Places nearby
346
+ </div>
347
+ <div class="info-chip">
348
+ <svg viewBox="0 0 24 24"><path d="M12 5l6 6-6 6-6-6 6-6z" stroke="#2e7bf6" stroke-width="2" fill="none"></path></svg>
349
+ 8 Religious Places
350
+ </div>
351
+ <div class="info-chip">
352
+ <svg viewBox="0 0 24 24"><path d="M5 19h14l-2-10H7zM9 5h6l1 4H8z" fill="#2e7bf6"></path></svg>
353
+ 7 ATMs
354
+ </div>
355
+ <div class="info-chip">
356
+ <svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" stroke="#2e7bf6" stroke-width="2" fill="none"></rect><path d="M12 8v8M8 12h8" stroke="#2e7bf6" stroke-width="2"></path></svg>
357
+ + 15
358
+ </div>
359
+ </div>
360
+
361
+ <div class="checks-row">
362
+ <div class="check-item">
363
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
364
+ 3 Baths
365
+ </div>
366
+ <div class="check-item">
367
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
368
+ East Facing
369
+ </div>
370
+ <div class="check-item">
371
+ <svg viewBox="0 0 24 24"><path d="M5 13l4 4 10-10" stroke="#1bb35d" stroke-width="3" fill="none" stroke-linecap="round"></path></svg>
372
+ Gated Society
373
+ </div>
374
+ <div class="see-more">See more</div>
375
+ </div>
376
+
377
+ <div class="dealer-row">
378
+ <div>
379
+ <div>by Dealer : comfort property management</div>
380
+ <div style="color:#22a35f; font-weight:800; margin-top:6px;">Updated 14 hrs ago</div>
381
+ </div>
382
+ <div class="dealer-actions">
383
+ <div class="btn-primary">View Number</div>
384
+ <div class="circle-btn">
385
+ <svg width="40" height="40" viewBox="0 0 24 24">
386
+ <path d="M16.5 15.5c-1.5.9-3.5.4-5.2-1.3S8.2 9.8 9.1 8.3l1.4-1.4 3 3-1.4 1.4c.4.7 1 1.4 1.7 2l1.4-1.4 3 3-1.5 1.3z" fill="#fff"></path>
387
+ </svg>
388
+ </div>
389
+ <div class="circle-btn phone">
390
+ <svg width="40" height="40" viewBox="0 0 24 24">
391
+ <path d="M6 3h4l1 5-3 2c1.5 3.5 4.5 6.5 8 8l2-3 5 1v4c0 1-1 2-2 2C13 23 1 11 1 4c0-1 1-1 2-1z" fill="#fff"></path>
392
+ </svg>
393
+ </div>
394
+ </div>
395
+ </div>
396
+ </div>
397
+
398
+ </div>
399
+
400
+ <div class="gesture-pill"></div>
401
+ </div>
402
+ </body>
403
+ </html>
code/18797/18797_0.html ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en">
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
5
+ <title>Property Listing UI</title>
6
+ <style>
7
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
8
+ #render-target {
9
+ width: 1080px;
10
+ height: 2400px;
11
+ position: relative;
12
+ overflow: hidden;
13
+ background: #ffffff;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ height: 70px;
19
+ background: #1976d2;
20
+ color: #fff;
21
+ display: flex;
22
+ align-items: center;
23
+ padding: 0 28px;
24
+ font-size: 34px;
25
+ letter-spacing: 0.5px;
26
+ }
27
+ .status-icons {
28
+ margin-left: auto;
29
+ display: flex;
30
+ align-items: center;
31
+ gap: 22px;
32
+ }
33
+ .status-dot {
34
+ width: 14px; height: 14px; background: #fff; border-radius: 50%;
35
+ }
36
+
37
+ /* App bar */
38
+ .app-bar {
39
+ height: 120px;
40
+ background: #1976d2;
41
+ position: relative;
42
+ color: #fff;
43
+ border-bottom: 1px solid rgba(255,255,255,0.15);
44
+ }
45
+ .app-btn {
46
+ position: absolute;
47
+ top: 36px;
48
+ width: 64px;
49
+ height: 64px;
50
+ display: flex; align-items: center; justify-content: center;
51
+ cursor: pointer;
52
+ }
53
+ .btn-back { left: 18px; }
54
+ .btn-heart { right: 118px; }
55
+ .btn-share { right: 28px; }
56
+
57
+ /* Hero image placeholder */
58
+ .hero {
59
+ height: 220px;
60
+ border-bottom: 1px solid #e0e0e0;
61
+ background: #E0E0E0;
62
+ color: #757575;
63
+ border-left: 1px solid #BDBDBD;
64
+ border-right: 1px solid #BDBDBD;
65
+ display: flex; justify-content: center; align-items: center;
66
+ }
67
+
68
+ /* Title & price */
69
+ .title-wrap {
70
+ padding: 28px 34px 8px 34px;
71
+ background: #fff;
72
+ }
73
+ .title {
74
+ font-size: 46px;
75
+ line-height: 58px;
76
+ color: #212121;
77
+ font-weight: 600;
78
+ }
79
+ .price {
80
+ margin-top: 14px;
81
+ font-size: 64px;
82
+ color: #bdbdbd;
83
+ font-weight: 700;
84
+ }
85
+
86
+ /* Feature chips row */
87
+ .features {
88
+ display: flex;
89
+ gap: 54px;
90
+ padding: 22px 34px 24px 34px;
91
+ border-bottom: 1px solid #eeeeee;
92
+ }
93
+ .feature {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 18px;
97
+ }
98
+ .feat-text { display: flex; flex-direction: column; }
99
+ .feat-number { font-size: 36px; color: #212121; font-weight: 700; }
100
+ .feat-label { font-size: 30px; color: #757575; }
101
+
102
+ /* Time info */
103
+ .time-row {
104
+ display: flex; align-items: center; gap: 20px;
105
+ padding: 24px 34px;
106
+ color: #757575;
107
+ font-size: 32px;
108
+ border-bottom: 1px solid #eeeeee;
109
+ }
110
+
111
+ /* Sections */
112
+ .section {
113
+ padding: 26px 34px;
114
+ border-bottom: 1px solid #eeeeee;
115
+ }
116
+ .sec-header {
117
+ display: flex; align-items: center; gap: 18px;
118
+ color: #424242; font-size: 38px; font-weight: 700;
119
+ margin-bottom: 18px;
120
+ }
121
+ .bullet {
122
+ width: 26px; height: 26px; background: #9e9e9e; border-radius: 4px;
123
+ }
124
+ .desc-text {
125
+ font-size: 36px; line-height: 52px; color: #2e2e2e;
126
+ }
127
+ .more {
128
+ margin-top: 22px; color: #757575; font-size: 34px;
129
+ }
130
+
131
+ /* Characteristics list */
132
+ .char-list { font-size: 36px; line-height: 60px; color: #212121; }
133
+ .char-list b { font-weight: 800; }
134
+
135
+ /* Location */
136
+ .location {
137
+ padding: 28px 34px 140px 34px;
138
+ color: #757575; font-size: 36px;
139
+ display: flex; align-items: center; gap: 18px;
140
+ }
141
+
142
+ /* CTA */
143
+ .cta {
144
+ position: absolute;
145
+ bottom: 60px;
146
+ left: 0; right: 0;
147
+ height: 120px;
148
+ background: #ff8f00;
149
+ color: #fff;
150
+ display: flex; align-items: center; justify-content: center;
151
+ font-size: 46px; font-weight: 700;
152
+ }
153
+
154
+ /* Home indicator */
155
+ .home-indicator {
156
+ position: absolute;
157
+ bottom: 16px;
158
+ left: 50%;
159
+ transform: translateX(-50%);
160
+ width: 420px;
161
+ height: 18px;
162
+ background: #111;
163
+ border-radius: 10px;
164
+ opacity: 0.85;
165
+ }
166
+
167
+ /* Small helper styles for icons */
168
+ svg { display: block; }
169
+ .icon { fill: #ffffff; }
170
+ .icon-gray { fill: #757575; }
171
+ .icon-dark { fill: #424242; }
172
+ </style>
173
+ </head>
174
+ <body>
175
+ <div id="render-target">
176
+
177
+ <!-- Status bar -->
178
+ <div class="status-bar">
179
+ <div>12:05</div>
180
+ <div class="status-icons">
181
+ <div class="status-dot"></div>
182
+ <div class="status-dot"></div>
183
+ <div class="status-dot"></div>
184
+ </div>
185
+ </div>
186
+
187
+ <!-- App bar -->
188
+ <div class="app-bar">
189
+ <div class="app-btn btn-back">
190
+ <svg width="44" height="44" viewBox="0 0 24 24">
191
+ <path class="icon" d="M15.5 5l-8 7 8 7 1.5-1.8L10.2 12 17 6.8 15.5 5z"/>
192
+ </svg>
193
+ </div>
194
+ <div class="app-btn btn-heart">
195
+ <svg width="44" height="44" viewBox="0 0 24 24">
196
+ <path class="icon" d="M12 21s-6.5-4.5-9-8.2C1.4 10.6 2.4 7 6 7c2 0 3.1 1.1 4 2.2C11.9 8.1 13 7 15 7c3.6 0 4.6 3.6 3 5.8C18.5 16.5 12 21 12 21z"/>
197
+ </svg>
198
+ </div>
199
+ <div class="app-btn btn-share">
200
+ <svg width="44" height="44" viewBox="0 0 24 24">
201
+ <circle cx="5" cy="12" r="2" fill="#fff"/>
202
+ <circle cx="19" cy="5" r="2" fill="#fff"/>
203
+ <circle cx="19" cy="19" r="2" fill="#fff"/>
204
+ <path d="M7 12l10-6M7 12l10 6" stroke="#fff" stroke-width="2" fill="none" />
205
+ </svg>
206
+ </div>
207
+ </div>
208
+
209
+ <!-- Property image placeholder -->
210
+ <div class="hero">[IMG: Property Photo]</div>
211
+
212
+ <!-- Title and price -->
213
+ <div class="title-wrap">
214
+ <div class="title">House for rent excellent for families</div>
215
+ <div class="price">AED 6,000</div>
216
+ </div>
217
+
218
+ <!-- Features row -->
219
+ <div class="features">
220
+ <div class="feature">
221
+ <svg width="54" height="54" viewBox="0 0 24 24">
222
+ <path class="icon-dark" d="M3 10h18v6H3zm2-3h6c1.7 0 3 1.3 3 3H5V7zM2 18h20v2H2z"/>
223
+ </svg>
224
+ <div class="feat-text">
225
+ <div class="feat-number">4</div>
226
+ <div class="feat-label">Bedrooms</div>
227
+ </div>
228
+ </div>
229
+ <div class="feature">
230
+ <svg width="54" height="54" viewBox="0 0 24 24">
231
+ <path class="icon-dark" d="M4 14h14c1.1 0 2-0.9 2-2V8h-2v3H4V8H2v4c0 1.1 0.9 2 2 2zm0 2h16v2H4z"/>
232
+ </svg>
233
+ <div class="feat-text">
234
+ <div class="feat-number">2</div>
235
+ <div class="feat-label">Bathrooms</div>
236
+ </div>
237
+ </div>
238
+ <div class="feature">
239
+ <svg width="54" height="54" viewBox="0 0 24 24">
240
+ <rect x="3" y="3" width="18" height="18" class="icon-dark"/>
241
+ </svg>
242
+ <div class="feat-text">
243
+ <div class="feat-number">46</div>
244
+ <div class="feat-label">Square Footage</div>
245
+ </div>
246
+ </div>
247
+ </div>
248
+
249
+ <!-- Time row -->
250
+ <div class="time-row">
251
+ <svg width="40" height="40" viewBox="0 0 24 24">
252
+ <path class="icon-gray" d="M7 2h2v2h6V2h2v2h3v16H4V4h3V2zm-1 6h12v10H6V8z"/>
253
+ </svg>
254
+ <div>2 months ago</div>
255
+ </div>
256
+
257
+ <!-- Description section -->
258
+ <div class="section">
259
+ <div class="sec-header">
260
+ <div class="bullet"></div>
261
+ <div>Description</div>
262
+ </div>
263
+ <div class="desc-text">
264
+ Comfortable house in condominium for rent<br>
265
+ 4 bedrooms, 2 dressing rooms, 2 bathrooms and<br>
266
+ a toilet.<br>
267
+ Cable TV room.<br>
268
+ Cook with grill.<br>
269
+ Terrace.<br>
270
+ Parking lots….
271
+ </div>
272
+ <div class="more">more</div>
273
+ </div>
274
+
275
+ <!-- Characteristics section -->
276
+ <div class="section">
277
+ <div class="sec-header">
278
+ <svg width="36" height="36" viewBox="0 0 24 24">
279
+ <circle cx="12" cy="12" r="10" class="icon-dark"/>
280
+ <rect x="11" y="7" width="2" height="4" fill="#fff"/>
281
+ <rect x="11" y="12" width="2" height="5" fill="#fff"/>
282
+ </svg>
283
+ <div>Characteristics</div>
284
+ </div>
285
+ <div class="char-list">
286
+ <div><b>Bedrooms:</b> 4</div>
287
+ <div><b>Bathrooms:</b> 2</div>
288
+ <div><b>Property type:</b> house</div>
289
+ <div><b>Square Footage:</b> 46</div>
290
+ <div><b>Plot area:</b> 46</div>
291
+ <div><b>With parking lot:</b> No</div>
292
+ </div>
293
+ </div>
294
+
295
+ <!-- Location -->
296
+ <div class="location">
297
+ <svg width="40" height="40" viewBox="0 0 24 24">
298
+ <path class="icon-gray" d="M12 2C8.7 2 6 4.7 6 8c0 5 6 12 6 12s6-7 6-12c0-3.3-2.7-6-6-6zm0 8.5c-1.4 0-2.5-1.1-2.5-2.5S10.6 5.5 12 5.5s2.5 1.1 2.5 2.5S13.4 10.5 12 10.5z"/>
299
+ </svg>
300
+ <div>Al Ayn, 11th St - Al Shiwa yb - New Shwaib - Sharjah - United Arab Emirates</div>
301
+ </div>
302
+
303
+ <!-- CTA button -->
304
+ <div class="cta">Request information</div>
305
+
306
+ <!-- Home indicator -->
307
+ <div class="home-indicator"></div>
308
+
309
+ </div>
310
+ </body>
311
+ </html>
code/18797/18797_1.html ADDED
@@ -0,0 +1,289 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="UTF-8">
4
+ <title>Property Listing 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
+ color: #222;
14
+ }
15
+
16
+ /* Status bar */
17
+ .status-bar {
18
+ position: absolute;
19
+ top: 0;
20
+ left: 0;
21
+ width: 1080px;
22
+ height: 90px;
23
+ background: #115db1;
24
+ color: #fff;
25
+ display: flex;
26
+ align-items: center;
27
+ padding: 0 24px;
28
+ font-size: 30px;
29
+ }
30
+ .status-icons { margin-left: 14px; display: flex; gap: 18px; }
31
+ .dot { width: 10px; height: 10px; background: #fff; border-radius: 50%; opacity: 0.9; }
32
+
33
+ /* App bar */
34
+ .app-bar {
35
+ position: absolute;
36
+ top: 90px;
37
+ left: 0;
38
+ width: 1080px;
39
+ height: 120px;
40
+ background: #1976d2;
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ padding: 0 24px;
45
+ color: #fff;
46
+ }
47
+ .app-actions { display: flex; align-items: center; gap: 34px; }
48
+ .icon-btn {
49
+ width: 70px; height: 70px; display: flex; align-items: center; justify-content: center;
50
+ }
51
+ .icon-btn svg { fill: #fff; }
52
+
53
+ /* Content */
54
+ .content {
55
+ position: absolute;
56
+ top: 210px; /* below app bar */
57
+ left: 0;
58
+ width: 100%;
59
+ padding: 0 36px;
60
+ }
61
+
62
+ .title {
63
+ font-size: 50px;
64
+ font-weight: 600;
65
+ line-height: 1.2;
66
+ margin-top: 28px;
67
+ color: #222;
68
+ }
69
+ .price {
70
+ font-size: 64px;
71
+ color: #9e9e9e;
72
+ margin: 28px 0 10px;
73
+ font-weight: 700;
74
+ }
75
+
76
+ .features {
77
+ display: flex;
78
+ gap: 50px;
79
+ margin-top: 6px;
80
+ color: #757575;
81
+ }
82
+ .feature {
83
+ display: flex;
84
+ align-items: center;
85
+ gap: 16px;
86
+ padding: 10px 0;
87
+ }
88
+ .feature .count { font-size: 42px; color: #444; }
89
+ .feature .label { font-size: 30px; color: #757575; }
90
+
91
+ .divider { width: 100%; height: 22px; background: #f5f5f5; margin: 24px 0; }
92
+
93
+ .row {
94
+ display: flex;
95
+ align-items: center;
96
+ gap: 20px;
97
+ color: #757575;
98
+ font-size: 34px;
99
+ padding: 24px 0;
100
+ }
101
+ .section {
102
+ margin-top: 10px;
103
+ padding-bottom: 12px;
104
+ border-bottom: 1px solid #eee;
105
+ }
106
+ .section .section-head {
107
+ display: flex;
108
+ align-items: center;
109
+ gap: 22px;
110
+ font-size: 42px;
111
+ color: #424242;
112
+ font-weight: 600;
113
+ margin-bottom: 18px;
114
+ }
115
+ .desc-text { font-size: 36px; line-height: 1.35; color: #303030; }
116
+ .more { color: #757575; font-size: 34px; margin-top: 22px; }
117
+
118
+ .characteristics .item { font-size: 38px; margin: 18px 0; }
119
+ .item b { color: #111; }
120
+
121
+ .location {
122
+ display: flex;
123
+ align-items: center;
124
+ gap: 22px;
125
+ color: #9e9e9e;
126
+ font-size: 36px;
127
+ padding: 26px 0 160px;
128
+ }
129
+
130
+ /* Bottom action */
131
+ .cta {
132
+ position: absolute;
133
+ bottom: 0;
134
+ left: 0;
135
+ width: 1080px;
136
+ height: 160px;
137
+ background: #ff8c00;
138
+ display: flex;
139
+ align-items: center;
140
+ justify-content: center;
141
+ color: #fff;
142
+ font-size: 46px;
143
+ font-weight: 700;
144
+ letter-spacing: 0.5px;
145
+ }
146
+
147
+ /* Generic icon sizing */
148
+ .svg-36 { width: 36px; height: 36px; }
149
+ .svg-44 { width: 44px; height: 44px; }
150
+ .svg-54 { width: 54px; height: 54px; }
151
+ .svg-64 { width: 64px; height: 64px; }
152
+ </style>
153
+ </head>
154
+ <body>
155
+ <div id="render-target">
156
+
157
+ <!-- Status Bar -->
158
+ <div class="status-bar">
159
+ <div>12:06</div>
160
+ <div class="status-icons">
161
+ <div class="dot"></div>
162
+ <div class="dot"></div>
163
+ <div class="dot"></div>
164
+ <div class="dot"></div>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- App Bar -->
169
+ <div class="app-bar">
170
+ <div class="icon-btn" title="Back">
171
+ <svg class="svg-64" viewBox="0 0 24 24">
172
+ <path d="M14.5 3.5L5 12l9.5 8.5v-5.5H21v-5H14.5V3.5z"></path>
173
+ </svg>
174
+ </div>
175
+ <div class="app-actions">
176
+ <div class="icon-btn" title="Favorite">
177
+ <svg class="svg-64" viewBox="0 0 24 24">
178
+ <path d="M12 21s-6.6-3.9-9.4-7.2A5.4 5.4 0 016.6 3.7c2 0 3.1 1.1 3.4 1.5.3-.4 1.4-1.5 3.4-1.5a5.4 5.4 0 014.9 10.1C18.6 17.1 12 21 12 21z"></path>
179
+ </svg>
180
+ </div>
181
+ <div class="icon-btn" title="Share">
182
+ <svg class="svg-64" viewBox="0 0 24 24">
183
+ <circle cx="18.5" cy="5.5" r="3.2"></circle>
184
+ <circle cx="6" cy="12" r="3.2"></circle>
185
+ <circle cx="18" cy="18.5" r="3.2"></circle>
186
+ <path d="M8.8 11l7.2-4M8.8 13l7.2 4" stroke="#fff" stroke-width="2" fill="none"></path>
187
+ </svg>
188
+ </div>
189
+ </div>
190
+ </div>
191
+
192
+ <!-- Content -->
193
+ <div class="content">
194
+ <div class="title">House for rent excellent for families</div>
195
+ <div class="price">AED 6,000</div>
196
+
197
+ <div class="features">
198
+ <div class="feature">
199
+ <svg class="svg-54" viewBox="0 0 24 24">
200
+ <path d="M3 12h18v5H3zM5 9h6v3H5z" fill="#757575"></path>
201
+ </svg>
202
+ <div>
203
+ <div class="count">4</div>
204
+ <div class="label">Bedrooms</div>
205
+ </div>
206
+ </div>
207
+ <div class="feature">
208
+ <svg class="svg-54" viewBox="0 0 24 24">
209
+ <path d="M4 13h16v2a3 3 0 01-3 3H7a3 3 0 01-3-3v-2zM18 10H6v3" fill="#757575"></path>
210
+ </svg>
211
+ <div>
212
+ <div class="count">2</div>
213
+ <div class="label">Bathrooms</div>
214
+ </div>
215
+ </div>
216
+ <div class="feature">
217
+ <svg class="svg-54" viewBox="0 0 24 24">
218
+ <rect x="4" y="4" width="16" height="16" stroke="#757575" stroke-width="2" fill="none"></rect>
219
+ <path d="M6 14h12" stroke="#757575" stroke-width="2"></path>
220
+ </svg>
221
+ <div>
222
+ <div class="count">46</div>
223
+ <div class="label">Square Footage</div>
224
+ </div>
225
+ </div>
226
+ </div>
227
+
228
+ <div class="divider"></div>
229
+
230
+ <div class="row">
231
+ <svg class="svg-44" viewBox="0 0 24 24">
232
+ <rect x="3" y="5" width="18" height="16" rx="2" ry="2" stroke="#9e9e9e" stroke-width="2" fill="none"></rect>
233
+ <path d="M7 3v4M17 3v4M3 10h18" stroke="#9e9e9e" stroke-width="2"></path>
234
+ </svg>
235
+ <span>2 months ago</span>
236
+ </div>
237
+
238
+ <div class="section">
239
+ <div class="section-head">
240
+ <svg class="svg-44" viewBox="0 0 24 24">
241
+ <rect x="4" y="4" width="16" height="16" fill="#9e9e9e"></rect>
242
+ </svg>
243
+ <span>Description</span>
244
+ </div>
245
+ <div class="desc-text">
246
+ Comfortable house in condominium for rent<br>
247
+ 4 bedrooms, 2 dressing rooms, 2 bathrooms and<br>
248
+ a toilet.<br>
249
+ Cable TV room.<br>
250
+ Cook with grill.<br>
251
+ Terrace.<br>
252
+ Parking lots....
253
+ </div>
254
+ <div class="more">more</div>
255
+ </div>
256
+
257
+ <div class="section characteristics">
258
+ <div class="section-head">
259
+ <svg class="svg-44" viewBox="0 0 24 24">
260
+ <circle cx="12" cy="12" r="10" stroke="#9e9e9e" stroke-width="2" fill="none"></circle>
261
+ <rect x="11" y="10" width="2" height="7" fill="#9e9e9e"></rect>
262
+ <circle cx="12" cy="7" r="1.5" fill="#9e9e9e"></circle>
263
+ </svg>
264
+ <span>Characteristics</span>
265
+ </div>
266
+ <div class="item"><b>Bedrooms:</b> 4</div>
267
+ <div class="item"><b>Bathrooms:</b> 2</div>
268
+ <div class="item"><b>Property type:</b> house</div>
269
+ <div class="item"><b>Square Footage:</b> 46</div>
270
+ <div class="item"><b>Plot area:</b> 46</div>
271
+ <div class="item"><b>With parking lot:</b> No</div>
272
+ </div>
273
+
274
+ <div class="location">
275
+ <svg class="svg-44" viewBox="0 0 24 24">
276
+ <path d="M12 2a7 7 0 017 7c0 5-7 13-7 13S5 14 5 9a7 7 0 017-7z" fill="#9e9e9e"></path>
277
+ <circle cx="12" cy="9" r="3" fill="#fff"></circle>
278
+ </svg>
279
+ <div>Al Ayn, 11th St - Al Shiwayb - New Shwaib - Sharjah - United Arab Emirates</div>
280
+ </div>
281
+
282
+ </div>
283
+
284
+ <!-- Bottom CTA -->
285
+ <div class="cta">Request information</div>
286
+
287
+ </div>
288
+ </body>
289
+ </html>
code/18798/18798_0.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Noon Grocery - Product Detail Mock</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
7
+ #render-target {
8
+ width: 1080px; height: 2400px;
9
+ position: relative; overflow: hidden;
10
+ background: #ffffff;
11
+ box-sizing: border-box;
12
+ }
13
+
14
+ /* Generic */
15
+ .row { display: flex; align-items: center; }
16
+ .space-between { justify-content: space-between; }
17
+ .pill {
18
+ padding: 18px 30px; border-radius: 22px; font-weight: 700; font-size: 40px;
19
+ }
20
+ .btn-outline {
21
+ border: 4px solid #2E66FF; color: #2E66FF; border-radius: 22px;
22
+ font-weight: 700; font-size: 44px; text-align: center; padding: 36px 0;
23
+ }
24
+ .card { background: #fff; border-radius: 24px; box-shadow: 0 6px 12px rgba(0,0,0,0.06); }
25
+ .small-pill {
26
+ background: #FFEB3B; color: #2b2b2b; font-weight: 800; font-size: 30px;
27
+ border-radius: 18px; padding: 8px 18px; display: inline-block;
28
+ }
29
+ .section-title {
30
+ font-size: 56px; font-weight: 800; color: #2b2b2b;
31
+ padding: 36px 36px 24px 36px;
32
+ }
33
+ .divider { height: 2px; background: #e5e5e5; }
34
+ a { text-decoration: none; color: inherit; }
35
+
36
+ /* Status bar */
37
+ .status-bar { height: 120px; padding: 0 30px; background: #fff; display: flex; align-items: center; justify-content: space-between; color: #333; font-size: 40px; }
38
+ .status-icons svg { width: 42px; height: 42px; margin-left: 28px; }
39
+ .battery {
40
+ width: 90px; height: 42px; border: 4px solid #333; border-radius: 10px; position: relative; margin-left: 20px;
41
+ }
42
+ .battery:after { content: ""; position: absolute; right: -16px; top: 10px; width: 10px; height: 20px; background: #333; border-radius: 2px; }
43
+ .battery .lvl { position: absolute; left: 4px; top: 4px; height: 30px; width: 66px; background: #4CAF50; border-radius: 6px; }
44
+
45
+ /* Top app bar */
46
+ .app-bar { padding: 24px 24px; }
47
+ .back-btn { width: 92px; height: 92px; border-radius: 18px; display: flex; align-items: center; justify-content: center; }
48
+ .tabs { margin-left: 14px; flex: 1; display: flex; }
49
+ .tab { flex: none; margin-right: 20px; }
50
+ .tab.noon { background: #FFEB3B; }
51
+ .tab.pay { background: #F2F4F7; color: #333; }
52
+ .tab .pill { font-size: 46px; padding: 24px 36px; }
53
+
54
+ /* product titles */
55
+ .titles { padding: 14px 36px; display: flex; }
56
+ .title-col { width: 50%; }
57
+ .title { font-size: 46px; font-weight: 700; color: #2b2b2b; line-height: 1.2; }
58
+ .express { margin-top: 16px; }
59
+ .express .small-pill { background: #FFE74D; font-size: 32px; }
60
+
61
+ .cta-combo { margin: 26px 36px; }
62
+ .seller-card { margin: 20px 24px; padding: 28px; }
63
+ .store-icon { width: 120px; height: 120px; border-radius: 100px; background: #F0F3FF; display: flex; align-items: center; justify-content: center; margin-right: 26px; }
64
+ .store-icon .mini { width: 90px; height: 90px; background: #FFD54F; border: 2px solid #C8A600; border-radius: 16px; position: relative; }
65
+ .seller-head { font-size: 52px; font-weight: 800; color: #2845D8; }
66
+ .rating-row { margin-top: 10px; font-size: 40px; color: #444; }
67
+ .star { color: #FFC107; font-weight: 900; margin: 0 8px; }
68
+ .chev { margin-left: auto; }
69
+ .desc-row { padding: 24px; background: #F8FAFF; border-radius: 18px; margin-top: 22px; display: flex; align-items: center; }
70
+ .desc-row .label { font-size: 44px; font-weight: 800; color: #333; }
71
+ .progress { height: 30px; background: #E9ECEF; border-radius: 20px; flex: 1; margin: 0 20px; position: relative; }
72
+ .progress .bar { position: absolute; left: 0; top: 0; bottom: 0; width: 82%; background: #49B84E; border-radius: 20px; }
73
+ .percent { font-size: 44px; font-weight: 800; color: #2b2b2b; }
74
+
75
+ /* Tab strip */
76
+ .tab-strip { display: flex; padding: 30px 36px 0 36px; border-bottom: 4px solid #e6e6e6; }
77
+ .tab-item { font-size: 56px; font-weight: 800; margin-right: 40px; padding-bottom: 24px; }
78
+ .tab-item.active { color: #2E66FF; border-bottom: 10px solid #2E66FF; }
79
+
80
+ /* Specifications content */
81
+ .specs { padding: 30px 36px; }
82
+ .spec-title { font-size: 46px; font-weight: 800; color: #333; margin-top: 10px; }
83
+ .spec-row { margin-top: 26px; display: grid; grid-template-columns: 320px 1fr; grid-gap: 20px; align-items: start; }
84
+ .spec-key { font-size: 44px; color: #555; }
85
+ .spec-val { font-size: 44px; color: #111; }
86
+
87
+ /* Related products */
88
+ .related { padding: 26px 24px; }
89
+ .cards { display: flex; }
90
+ .product-card { width: 320px; height: 360px; margin-right: 26px; border-radius: 24px; border: 2px solid #e5e5e5; position: relative; background: #fff; padding: 18px; }
91
+ .img-ph { width: 100%; height: 100%; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; align-items: center; justify-content: center; color: #757575; font-size: 34px; border-radius: 18px; }
92
+ .heart { position: absolute; right: 18px; top: 18px; width: 72px; height: 72px; border-radius: 36px; background: #fff; box-shadow: 0 4px 8px rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center; }
93
+ .heart svg { width: 40px; height: 40px; }
94
+
95
+ /* Add to cart bar */
96
+ .add-bar { position: absolute; bottom: 180px; left: 0; right: 0; padding: 20px 24px; display: flex; align-items: center; }
97
+ .qty-box { width: 150px; height: 140px; border-radius: 24px; border: 2px solid #e5e5e5; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-right: 20px; }
98
+ .qty-box .label { color: #777; font-weight: 800; font-size: 40px; }
99
+ .qty-box .val { font-size: 66px; font-weight: 800; color: #333; }
100
+ .add-btn { flex: 1; height: 140px; background: #365DF7; color: #fff; border-radius: 22px; font-size: 56px; font-weight: 900; display: flex; align-items: center; justify-content: center; }
101
+
102
+ /* Bottom navigation */
103
+ .bottom-nav { position: absolute; bottom: 0; left: 0; right: 0; height: 180px; background: #fff; border-top: 2px solid #e5e5e5; display: flex; align-items: center; justify-content: space-around; }
104
+ .nav-item { display: flex; flex-direction: column; align-items: center; font-size: 36px; color: #333; }
105
+ .nav-item svg { width: 60px; height: 60px; margin-bottom: 10px; }
106
+
107
+ /* Floating back-to-top */
108
+ .floating { position: absolute; bottom: 380px; left: 420px; background: #2E66FF; color: #fff; padding: 24px 34px; border-radius: 40px; box-shadow: 0 10px 20px rgba(0,0,0,0.15); font-size: 44px; font-weight: 800; display: flex; align-items: center; }
109
+ .floating svg { width: 40px; height: 40px; margin-right: 16px; }
110
+
111
+ </style>
112
+ </head>
113
+ <body>
114
+ <div id="render-target">
115
+
116
+ <!-- Status bar -->
117
+ <div class="status-bar">
118
+ <div class="row">
119
+ <div style="font-weight:700;">9:49</div>
120
+ <div class="status-icons row" style="margin-left:20px;">
121
+ <!-- info circle -->
122
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#777" stroke-width="2"/><circle cx="12" cy="8" r="1.5" fill="#777"/><rect x="11" y="10.5" width="2" height="7" fill="#777"/></svg>
123
+ <!-- search icon -->
124
+ <svg viewBox="0 0 24 24"><circle cx="11" cy="11" r="6" fill="none" stroke="#777" stroke-width="2"/><line x1="16" y1="16" x2="21" y2="21" stroke="#777" stroke-width="2"/></svg>
125
+ <!-- cross icon -->
126
+ <svg viewBox="0 0 24 24"><line x1="5" y1="5" x2="19" y2="19" stroke="#777" stroke-width="2"/><line x1="19" y1="5" x2="5" y2="19" stroke="#777" stroke-width="2"/></svg>
127
+ <!-- dot icon -->
128
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#777"/></svg>
129
+ </div>
130
+ </div>
131
+ <div class="row">
132
+ <!-- small ring icon -->
133
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" fill="none" stroke="#777" stroke-width="2"/><circle cx="12" cy="12" r="2" fill="#777"/></svg>
134
+ <!-- wifi icon -->
135
+ <svg viewBox="0 0 24 24"><path d="M2,8 C8,3 16,3 22,8" fill="none" stroke="#777" stroke-width="2"/><path d="M5,12 C9,9 15,9 19,12" fill="none" stroke="#777" stroke-width="2"/><circle cx="12" cy="16" r="2" fill="#777"/></svg>
136
+ <!-- battery -->
137
+ <div class="battery"><div class="lvl"></div></div>
138
+ <div style="font-weight:800; margin-left: 10px;">100%</div>
139
+ </div>
140
+ </div>
141
+
142
+ <!-- App bar -->
143
+ <div class="app-bar row">
144
+ <div class="back-btn">
145
+ <svg viewBox="0 0 24 24" width="48" height="48"><polyline points="15,5 7,12 15,19" fill="none" stroke="#333" stroke-width="2"/></svg>
146
+ </div>
147
+ <div class="tabs">
148
+ <div class="tab noon pill">noon</div>
149
+ <div class="tab pay pill">Pay</div>
150
+ </div>
151
+ </div>
152
+
153
+ <!-- titles with express -->
154
+ <div class="titles">
155
+ <div class="title-col">
156
+ <div class="title">Cream Of<br>Tomato So...</div>
157
+ <div class="express"><span class="small-pill">express</span></div>
158
+ </div>
159
+ <div class="title-col">
160
+ <div class="title">Macaroni<br>Penne 400...</div>
161
+ <div class="express"><span class="small-pill">express</span></div>
162
+ </div>
163
+ </div>
164
+
165
+ <!-- Buy together CTA -->
166
+ <div class="cta-combo">
167
+ <div class="btn-outline">BUY 2 ITEMS TOGETHER</div>
168
+ </div>
169
+
170
+ <!-- Seller card -->
171
+ <div class="seller-card card">
172
+ <div class="row">
173
+ <div class="store-icon">
174
+ <div class="mini"></div>
175
+ </div>
176
+ <div style="flex:1;">
177
+ <div class="seller-head">Sold by Noon Grocery</div>
178
+ <div class="rating-row row">
179
+ <div style="font-weight:800; background:#F2F4FF; border-radius:16px; padding:6px 12px; margin-right:12px;">3.5<span class="star">★</span></div>
180
+ <div>76% Positive Seller Ratings</div>
181
+ </div>
182
+ </div>
183
+ <div class="chev">
184
+ <svg viewBox="0 0 24 24" width="42" height="42"><polyline points="9,5 16,12 9,19" fill="none" stroke="#999" stroke-width="2"/></svg>
185
+ </div>
186
+ </div>
187
+
188
+ <div class="desc-row">
189
+ <div class="label">Product as Described</div>
190
+ <div class="progress"><div class="bar"></div></div>
191
+ <div class="percent">90%</div>
192
+ </div>
193
+ </div>
194
+
195
+ <!-- Tabs -->
196
+ <div class="tab-strip">
197
+ <div class="tab-item">Overview</div>
198
+ <div class="tab-item active">Specifications</div>
199
+ </div>
200
+
201
+ <!-- Specifications section -->
202
+ <div class="specs">
203
+ <div class="spec-title">Specifications</div>
204
+ <div class="spec-row">
205
+ <div class="spec-key">Size</div>
206
+ <div class="spec-val">400 grams</div>
207
+ </div>
208
+ <div class="spec-row" style="margin-top:32px;">
209
+ <div class="spec-key">Product Ingredients</div>
210
+ <div class="spec-val">Milk, Cream Milk, Wheat Flour and Milk Proteins</div>
211
+ </div>
212
+ </div>
213
+
214
+ <!-- Related products -->
215
+ <div class="related">
216
+ <div class="section-title">Products related to this</div>
217
+ <div class="cards">
218
+ <div class="product-card">
219
+ <div class="heart">
220
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.3-8-10.2C4 8 5.8 6 8 6c1.6 0 3 1 4 2 1-1 2.4-2 4-2 2.2 0 4 2 4 4.8C20 15.7 12 21 12 21z" fill="none" stroke="#888" stroke-width="2"/></svg>
221
+ </div>
222
+ <div class="img-ph">[IMG: Purple product boxes]</div>
223
+ </div>
224
+ <div class="product-card">
225
+ <div class="heart">
226
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.3-8-10.2C4 8 5.8 6 8 6c1.6 0 3 1 4 2 1-1 2.4-2 4-2 2.2 0 4 2 4 4.8C20 15.7 12 21 12 21z" fill="none" stroke="#888" stroke-width="2"/></svg>
227
+ </div>
228
+ <div class="img-ph">[IMG: Brown resealable pouches]</div>
229
+ </div>
230
+ <div class="product-card">
231
+ <div class="heart">
232
+ <svg viewBox="0 0 24 24"><path d="M12 21s-8-5.3-8-10.2C4 8 5.8 6 8 6c1.6 0 3 1 4 2 1-1 2.4-2 4-2 2.2 0 4 2 4 4.8C20 15.7 12 21 12 21z" fill="none" stroke="#888" stroke-width="2"/></svg>
233
+ </div>
234
+ <div class="img-ph">[IMG: Coffee granules jar]</div>
235
+ </div>
236
+ </div>
237
+ </div>
238
+
239
+ <!-- Floating back to top -->
240
+ <div class="floating">
241
+ <svg viewBox="0 0 24 24"><polyline points="6,14 12,8 18,14" fill="none" stroke="#fff" stroke-width="2"/></svg>
242
+ Back To Top
243
+ </div>
244
+
245
+ <!-- Add to cart bar -->
246
+ <div class="add-bar">
247
+ <div class="qty-box">
248
+ <div class="label">QTY</div>
249
+ <div class="val">1</div>
250
+ </div>
251
+ <div class="add-btn">ADD TO CART</div>
252
+ </div>
253
+
254
+ <!-- Bottom navigation -->
255
+ <div class="bottom-nav">
256
+ <div class="nav-item">
257
+ <svg viewBox="0 0 24 24"><path d="M3 11l9-7 9 7v9H14v-6H10v6H3z" fill="none" stroke="#333" stroke-width="2"/></svg>
258
+ Home
259
+ </div>
260
+ <div class="nav-item">
261
+ <svg viewBox="0 0 24 24"><rect x="3" y="3" width="7" height="7" fill="none" stroke="#333" stroke-width="2"/><rect x="14" y="3" width="7" height="7" fill="none" stroke="#333" stroke-width="2"/><rect x="3" y="14" width="7" height="7" fill="none" stroke="#333" stroke-width="2"/><rect x="14" y="14" width="7" height="7" fill="none" stroke="#333" stroke-width="2"/></svg>
262
+ Categories
263
+ </div>
264
+ <div class="nav-item">
265
+ <svg viewBox="0 0 24 24"><path d="M4 20h16M6 16l3-9h6l3 9" fill="none" stroke="#333" stroke-width="2"/></svg>
266
+ Clearance
267
+ </div>
268
+ <div class="nav-item">
269
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="none" stroke="#333" stroke-width="2"/><path d="M4 21c0-4 4-7 8-7s8 3 8 7" fill="none" stroke="#333" stroke-width="2"/></svg>
270
+ Account
271
+ </div>
272
+ <div class="nav-item">
273
+ <svg viewBox="0 0 24 24"><path d="M6 6h15l-2 9H8L6 6z" fill="none" stroke="#333" stroke-width="2"/><circle cx="9" cy="20" r="2" fill="none" stroke="#333" stroke-width="2"/><circle cx="18" cy="20" r="2" fill="none" stroke="#333" stroke-width="2"/></svg>
274
+ Cart
275
+ </div>
276
+ </div>
277
+
278
+ </div>
279
+ </body>
280
+ </html>
code/18798/18798_1.html ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Noon Product Specs - Mock</title>
5
+ <meta name="viewport" content="width=1080, initial-scale=1.0">
6
+ <style>
7
+ body { margin:0; padding:0; background:transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
8
+ #render-target{
9
+ width:1080px; height:2400px; position:relative; overflow:hidden;
10
+ background:#ffffff; color:#1b1b1b;
11
+ }
12
+ .statusbar{ height:72px; padding:0 28px; display:flex; align-items:center; justify-content:space-between; color:#3d3d3d; font-weight:600; }
13
+ .mini-icons{ display:flex; gap:26px; align-items:center; }
14
+ .icon{ width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; }
15
+ .icon svg{ width:100%; height:100%; }
16
+ .topbar{ display:flex; align-items:center; padding:20px 24px 8px 24px; gap:20px; }
17
+ .back-btn{ width:88px; height:88px; border-radius:16px; display:flex; align-items:center; justify-content:center; }
18
+ .segmented{ flex:1; display:flex; background:#f1f2f6; border-radius:24px; padding:8px; gap:8px; }
19
+ .segmented .seg{ flex:1; text-align:center; padding:18px 0; border-radius:20px; font-weight:700; }
20
+ .seg.on{ background:#ffea00; }
21
+ .seg.off{ background:#eef0f6; color:#445; }
22
+ .chips{ display:flex; gap:36px; padding:4px 24px 10px 160px; }
23
+ .chip{ max-width:380px; }
24
+ .chip .title{ font-size:36px; line-height:42px; color:#1f1f1f; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
25
+ .express{ display:inline-block; background:#ffea00; color:#111; font-weight:800; font-size:28px; padding:6px 16px; border-radius:16px; margin-top:10px; text-transform:lowercase; }
26
+ .bundle-btn{ margin:18px 28px; border:2px solid #2d5cff; color:#2d5cff; font-weight:800; text-align:center; padding:26px 20px; border-radius:14px; }
27
+ .card{ margin:18px 28px; border-radius:18px; background:#f7f8fb; border:1px solid #e2e6ef; }
28
+ .seller-row{ display:flex; align-items:center; padding:28px; position:relative; }
29
+ .shop-ava{ width:120px; height:120px; border-radius:60px; background:#fff; border:1px solid #d7dbe6; display:flex; align-items:center; justify-content:center; margin-right:24px; }
30
+ .shop-ava div{ width:72px; height:72px; background:#ffe341; border:2px solid #1e2; border-radius:16px; }
31
+ .seller-info{ flex:1; }
32
+ .seller-info .meta{ margin-top:8px; color:#616a7f; }
33
+ .seller-link{ color:#1f5bff; font-weight:800; font-size:42px; }
34
+ .rating-pill{ display:inline-flex; align-items:center; gap:8px; background:#fff; border:1px solid #e1e4ee; padding:6px 14px; border-radius:16px; font-weight:800; margin-right:10px; }
35
+ .chev{ position:absolute; right:24px; top:56px; width:48px; height:48px; display:flex; align-items:center; justify-content:center; color:#8a93a6; }
36
+ .desc-row{ display:flex; align-items:center; gap:26px; padding:14px 28px 28px 28px; }
37
+ .progress-wrap{ flex:1; display:flex; align-items:center; gap:24px; }
38
+ .label{ font-weight:800; color:#2b2f3a; }
39
+ .bar{ flex:1; height:20px; background:#e7ebf3; border-radius:12px; position:relative; overflow:hidden; }
40
+ .bar .fill{ position:absolute; left:0; top:0; bottom:0; width:90%; background:#23c24d; }
41
+ .pct{ width:90px; text-align:right; font-weight:800; color:#1e8e3e; }
42
+ .tabs{ display:flex; padding:20px 28px 0 28px; border-bottom:1px solid #e7ebf3; }
43
+ .tab{ flex:1; text-align:left; font-weight:900; font-size:52px; padding-bottom:20px; color:#303749; }
44
+ .tab.active{ color:#2c63ff; position:relative; }
45
+ .tab.active::after{ content:""; position:absolute; left:0; bottom:-2px; width:360px; height:10px; background:#2c63ff; border-radius:6px; }
46
+ .specs{ padding:22px 28px 0 28px; }
47
+ .spec-item{ display:flex; justify-content:space-between; padding:28px; border-bottom:1px solid #eef1f6; }
48
+ .spec-item .k{ color:#2b2f3a; font-weight:800; font-size:40px; }
49
+ .spec-item .v{ color:#3c4254; font-size:40px; width:60%; text-align:right; }
50
+ .spec-block{ background:#f2f4fa; border:1px solid #e8ebf2; border-radius:14px; margin-top:10px; }
51
+ .related{ padding:24px 28px; }
52
+ .related-title{ font-size:54px; font-weight:800; color:#1e2432; margin-bottom:16px; }
53
+ .cards{ display:flex; gap:24px; overflow:hidden; }
54
+ .prod-card{ width:320px; border:1px solid #e1e5ef; border-radius:18px; background:#fff; padding:16px; position:relative; }
55
+ .heart{ position:absolute; right:18px; top:18px; width:56px; height:56px; border-radius:28px; background:#fff; border:1px solid #e2e6ef; display:flex; align-items:center; justify-content:center; }
56
+ .imgph{ width:100%; height:220px; background:#E0E0E0; border:1px solid #BDBDBD; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px; }
57
+ .prod-title{ margin-top:10px; font-size:32px; color:#333; height:70px; overflow:hidden; }
58
+ .qty-bar{ position:absolute; left:24px; right:24px; bottom:140px; display:flex; gap:22px; align-items:center; }
59
+ .qty{ width:150px; height:120px; border:1px solid #e2e6ef; border-radius:24px; display:flex; flex-direction:column; align-items:center; justify-content:center; background:#fff; }
60
+ .qty .lbl{ color:#7a8298; font-size:30px; }
61
+ .qty .num{ font-size:44px; font-weight:800; margin-top:6px; }
62
+ .cta{ flex:1; height:120px; border-radius:24px; background:#f2f4f8; border:1px solid #e2e6ef; display:flex; align-items:center; justify-content:center; color:#8c94a9; font-weight:800; }
63
+ .navbar{ position:absolute; left:0; right:0; bottom:0; height:136px; border-top:1px solid #e6e9f1; background:#ffffff; display:flex; justify-content:space-around; align-items:center; }
64
+ .nav-item{ display:flex; flex-direction:column; align-items:center; gap:6px; color:#1f2330; font-size:28px; }
65
+ .nav-item.active{ color:#f1c900; }
66
+ .floating{ position:absolute; left:360px; bottom:260px; background:#323a45; color:#fff; padding:18px 26px; border-radius:40px; display:flex; align-items:center; gap:12px; box-shadow:0 6px 18px rgba(0,0,0,0.25); font-weight:700; }
67
+ .scroll-area{ height:1810px; overflow:auto; padding-bottom:260px; }
68
+ /* Simple scrollbar hide for cleanliness inside fixed canvas */
69
+ .scroll-area::-webkit-scrollbar{ width:0; height:0; }
70
+ </style>
71
+ </head>
72
+ <body>
73
+ <div id="render-target">
74
+
75
+ <!-- Status bar -->
76
+ <div class="statusbar">
77
+ <div style="font-size:44px; font-weight:700;">9:50</div>
78
+ <div class="mini-icons">
79
+ <div class="icon">
80
+ <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#9aa3b2"/></svg>
81
+ </div>
82
+ <div class="icon">
83
+ <svg viewBox="0 0 24 24" fill="none" stroke="#757b8a" stroke-width="2">
84
+ <circle cx="11" cy="11" r="8"></circle>
85
+ <path d="M21 21l-4-4"></path>
86
+ </svg>
87
+ </div>
88
+ <div class="icon">
89
+ <svg viewBox="0 0 24 24" fill="none" stroke="#757b8a" stroke-width="2">
90
+ <path d="M3 6h18M3 12h18M3 18h18"></path>
91
+ </svg>
92
+ </div>
93
+ <div class="icon">
94
+ <svg viewBox="0 0 24 24" fill="none" stroke="#4caf50" stroke-width="2">
95
+ <rect x="1" y="6" width="18" height="12" rx="2"></rect>
96
+ <rect x="20" y="9" width="3" height="6"></rect>
97
+ </svg>
98
+ </div>
99
+ </div>
100
+ </div>
101
+
102
+ <div class="scroll-area">
103
+
104
+ <!-- Top controls -->
105
+ <div class="topbar">
106
+ <div class="back-btn">
107
+ <svg viewBox="0 0 24 24" width="56" height="56" stroke="#1c2230" stroke-width="2.4" fill="none">
108
+ <path d="M15 6l-6 6 6 6"></path>
109
+ </svg>
110
+ </div>
111
+ <div class="segmented">
112
+ <div class="seg on">noon</div>
113
+ <div class="seg off">Pay</div>
114
+ </div>
115
+ </div>
116
+
117
+ <!-- Chips with item names and express -->
118
+ <div class="chips">
119
+ <div class="chip">
120
+ <div class="title">Cream Of Tomato So...</div>
121
+ <span class="express">express</span>
122
+ </div>
123
+ <div class="chip">
124
+ <div class="title">Macaroni Penne 400...</div>
125
+ <span class="express">express</span>
126
+ </div>
127
+ </div>
128
+
129
+ <div class="bundle-btn">BUY 2 ITEMS TOGETHER</div>
130
+
131
+ <!-- Seller card -->
132
+ <div class="card">
133
+ <div class="seller-row">
134
+ <div class="shop-ava"><div></div></div>
135
+ <div class="seller-info">
136
+ <div style="color:#6a7286; font-size:40px;">Sold by <span class="seller-link">Noon Grocery</span></div>
137
+ <div class="meta" style="font-size:36px;">
138
+ <span class="rating-pill">
139
+ <svg width="28" height="28" viewBox="0 0 24 24" fill="#f7b500" style="margin-right:4px">
140
+ <path d="M12 17.3l-6.2 3.3 1.2-6.9L2 8.8l7-1 3-6.1 3 6.1 7 1-5 4.9 1.2 6.9z"/>
141
+ </svg>3.5
142
+ </span>
143
+ 76% Positive Seller Ratings
144
+ </div>
145
+ </div>
146
+ <div class="chev">
147
+ <svg viewBox="0 0 24 24" width="44" height="44" stroke="#8a93a6" stroke-width="2" fill="none">
148
+ <path d="M9 6l6 6-6 6"/>
149
+ </svg>
150
+ </div>
151
+ </div>
152
+ <div class="desc-row">
153
+ <div class="progress-wrap">
154
+ <div class="label">Product as Described</div>
155
+ <div class="bar"><div class="fill"></div></div>
156
+ <div class="pct">90%</div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <!-- Tabs -->
162
+ <div class="tabs">
163
+ <div class="tab">Overview</div>
164
+ <div class="tab active">Specifications</div>
165
+ </div>
166
+
167
+ <!-- Specifications -->
168
+ <div class="specs">
169
+ <div class="spec-block">
170
+ <div class="spec-item">
171
+ <div class="k">Size</div>
172
+ <div class="v">400 grams</div>
173
+ </div>
174
+ <div class="spec-item">
175
+ <div class="k">Product Ingredients</div>
176
+ <div class="v">Milk, Cream Milk, Wheat Flour and Milk Proteins</div>
177
+ </div>
178
+ </div>
179
+ </div>
180
+
181
+ <!-- Related products -->
182
+ <div class="related">
183
+ <div class="related-title">Products related to this</div>
184
+ <div class="cards">
185
+ <div class="prod-card">
186
+ <div class="heart">
187
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#8b92a5" stroke-width="2">
188
+ <path d="M12 21s-8-5.8-8-11.2S8.2 2 12 6.2 20 2 20 9.8 12 21 12 21z"/>
189
+ </svg>
190
+ </div>
191
+ <div class="imgph">[IMG: Purple Box Set]</div>
192
+ <div class="prod-title">Wellness Test Kit - Purple Edition</div>
193
+ </div>
194
+ <div class="prod-card">
195
+ <div class="heart">
196
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#8b92a5" stroke-width="2">
197
+ <path d="M12 21s-8-5.8-8-11.2S8.2 2 12 6.2 20 2 20 9.8 12 21 12 21z"/>
198
+ </svg>
199
+ </div>
200
+ <div class="imgph">[IMG: Kraft Paper Bags]</div>
201
+ <div class="prod-title">Assorted Coffee Sachets</div>
202
+ </div>
203
+ <div class="prod-card">
204
+ <div class="heart">
205
+ <svg viewBox="0 0 24 24" width="34" height="34" fill="none" stroke="#8b92a5" stroke-width="2">
206
+ <path d="M12 21s-8-5.8-8-11.2S8.2 2 12 6.2 20 2 20 9.8 12 21 12 21z"/>
207
+ </svg>
208
+ </div>
209
+ <div class="imgph">[IMG: Spice Jar Close-up]</div>
210
+ <div class="prod-title">Instant Coffee Granules 100g</div>
211
+ </div>
212
+ </div>
213
+ </div>
214
+
215
+ <!-- Spacing bottom -->
216
+ <div style="height:260px;"></div>
217
+
218
+ </div>
219
+
220
+ <!-- Bottom quantity and CTA -->
221
+ <div class="qty-bar">
222
+ <div class="qty">
223
+ <div class="lbl">QTY</div>
224
+ <div class="num">1</div>
225
+ </div>
226
+ <div class="cta">Add to Cart</div>
227
+ </div>
228
+
229
+ <!-- Floating Back to Top -->
230
+ <div class="floating">
231
+ <svg viewBox="0 0 24 24" width="28" height="28" fill="none" stroke="#fff" stroke-width="2.2">
232
+ <path d="M6 14l6-6 6 6"/>
233
+ </svg>
234
+ Back To Top
235
+ </div>
236
+
237
+ <!-- Bottom navigation -->
238
+ <div class="navbar">
239
+ <div class="nav-item active">
240
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="#f1c900">
241
+ <path d="M12 3l9 8h-3v9H6v-9H3z"/>
242
+ </svg>
243
+ Home
244
+ </div>
245
+ <div class="nav-item">
246
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1f2330" stroke-width="2">
247
+ <rect x="3" y="3" width="7" height="7"></rect>
248
+ <rect x="14" y="3" width="7" height="7"></rect>
249
+ <rect x="3" y="14" width="7" height="7"></rect>
250
+ <rect x="14" y="14" width="7" height="7"></rect>
251
+ </svg>
252
+ Categories
253
+ </div>
254
+ <div class="nav-item">
255
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1f2330" stroke-width="2">
256
+ <path d="M3 10h18l-2 10H5L3 10z"></path>
257
+ <path d="M7 10V6h10v4"></path>
258
+ </svg>
259
+ Clearance
260
+ </div>
261
+ <div class="nav-item">
262
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1f2330" stroke-width="2">
263
+ <circle cx="12" cy="8" r="4"></circle>
264
+ <path d="M4 21c1.2-4 14.8-4 16 0"></path>
265
+ </svg>
266
+ Account
267
+ </div>
268
+ <div class="nav-item">
269
+ <svg width="44" height="44" viewBox="0 0 24 24" fill="none" stroke="#1f2330" stroke-width="2">
270
+ <path d="M6 6h15l-2 10H7L6 6z"></path>
271
+ <circle cx="9" cy="20" r="2"></circle>
272
+ <circle cx="18" cy="20" r="2"></circle>
273
+ </svg>
274
+ Cart
275
+ </div>
276
+ </div>
277
+
278
+ </div>
279
+ </body>
280
+ </html>
code/18798/18798_2.html ADDED
@@ -0,0 +1,615 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <meta charset="utf-8">
4
+ <title>Noon Product UI - Render</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
7
+ #render-target {
8
+ width: 1080px;
9
+ height: 2400px;
10
+ position: relative;
11
+ overflow: hidden;
12
+ background: #ffffff;
13
+ }
14
+
15
+ /* Status bar */
16
+ .status-bar {
17
+ position: absolute;
18
+ top: 0;
19
+ left: 0;
20
+ width: 1080px;
21
+ height: 90px;
22
+ padding: 0 36px;
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ color: #111;
27
+ font-size: 40px;
28
+ }
29
+ .status-right {
30
+ display: flex;
31
+ align-items: center;
32
+ gap: 28px;
33
+ font-size: 36px;
34
+ }
35
+
36
+ /* Page header area */
37
+ .page-header {
38
+ position: absolute;
39
+ top: 100px;
40
+ left: 0;
41
+ width: 1080px;
42
+ padding: 24px 40px;
43
+ }
44
+ .header-top {
45
+ display: flex;
46
+ align-items: center;
47
+ gap: 20px;
48
+ margin-bottom: 26px;
49
+ }
50
+ .segmented {
51
+ display: flex;
52
+ gap: 26px;
53
+ }
54
+ .seg-btn {
55
+ padding: 26px 90px;
56
+ border-radius: 28px;
57
+ font-weight: 700;
58
+ font-size: 40px;
59
+ border: 1px solid #e6e6e6;
60
+ background: #f1f3f6;
61
+ color: #222;
62
+ }
63
+ .seg-btn.active {
64
+ background: #ffeb3b;
65
+ color: #1a1a1a;
66
+ border-color: #ffe45c;
67
+ }
68
+
69
+ /* product chips */
70
+ .chips-row {
71
+ margin-top: 20px;
72
+ display: flex;
73
+ gap: 30px;
74
+ padding-right: 40px;
75
+ }
76
+ .chip {
77
+ flex: 1;
78
+ background: #fff;
79
+ border: 1px solid #e6e6e6;
80
+ border-radius: 20px;
81
+ padding: 26px 26px;
82
+ box-shadow: 0 2px 6px rgba(0,0,0,0.06);
83
+ }
84
+ .chip-title {
85
+ font-size: 38px;
86
+ font-weight: 600;
87
+ color: #222;
88
+ line-height: 1.2;
89
+ min-height: 120px;
90
+ }
91
+ .chip .express {
92
+ display: inline-block;
93
+ margin-top: 16px;
94
+ background: #ffe84a;
95
+ color: #2a2a2a;
96
+ border-radius: 40px;
97
+ padding: 8px 18px;
98
+ font-size: 30px;
99
+ font-weight: 700;
100
+ }
101
+
102
+ /* CTA combo button */
103
+ .combo-btn {
104
+ margin: 28px 40px 0 40px;
105
+ height: 110px;
106
+ border-radius: 20px;
107
+ border: 2px solid #3e6dfd;
108
+ display: flex;
109
+ align-items: center;
110
+ justify-content: center;
111
+ color: #2f4efb;
112
+ font-weight: 800;
113
+ font-size: 42px;
114
+ }
115
+
116
+ /* Seller card */
117
+ .seller-card {
118
+ position: absolute;
119
+ top: 530px;
120
+ left: 40px;
121
+ width: 1000px;
122
+ background: #fff;
123
+ border: 1px solid #e6e6e6;
124
+ border-radius: 20px;
125
+ box-shadow: 0 2px 8px rgba(0,0,0,0.05);
126
+ padding: 28px;
127
+ }
128
+ .seller-header {
129
+ display: flex;
130
+ align-items: center;
131
+ justify-content: space-between;
132
+ }
133
+ .seller-left {
134
+ display: flex;
135
+ align-items: center;
136
+ gap: 24px;
137
+ }
138
+ .shop-avatar {
139
+ width: 110px;
140
+ height: 110px;
141
+ border-radius: 60px;
142
+ border: 1px solid #d9d9d9;
143
+ display: flex;
144
+ align-items: center;
145
+ justify-content: center;
146
+ background: #f3f3f3;
147
+ color: #666;
148
+ font-size: 28px;
149
+ }
150
+ .seller-title {
151
+ font-size: 44px;
152
+ font-weight: 800;
153
+ color: #2a52d6;
154
+ }
155
+ .seller-rating {
156
+ display: flex;
157
+ align-items: center;
158
+ gap: 16px;
159
+ margin-top: 8px;
160
+ color: #555;
161
+ font-size: 34px;
162
+ }
163
+ .rating-pill {
164
+ background: #f5f7fb;
165
+ border: 1px solid #e6e6e6;
166
+ border-radius: 40px;
167
+ padding: 8px 18px;
168
+ display: flex;
169
+ align-items: center;
170
+ gap: 10px;
171
+ color: #222;
172
+ font-weight: 800;
173
+ font-size: 34px;
174
+ }
175
+ .as-described {
176
+ margin-top: 26px;
177
+ display: flex;
178
+ align-items: center;
179
+ justify-content: space-between;
180
+ font-size: 36px;
181
+ color: #222;
182
+ }
183
+ .progress {
184
+ flex: 1;
185
+ height: 22px;
186
+ margin: 0 24px;
187
+ background: #e9e9e9;
188
+ border-radius: 12px;
189
+ overflow: hidden;
190
+ }
191
+ .progress .bar {
192
+ width: 90%;
193
+ height: 100%;
194
+ background: #56c256;
195
+ }
196
+
197
+ /* Tabs */
198
+ .tabs {
199
+ position: absolute;
200
+ top: 910px;
201
+ left: 0;
202
+ width: 1080px;
203
+ display: flex;
204
+ border-bottom: 1px solid #e6e6e6;
205
+ padding: 24px 40px;
206
+ gap: 34px;
207
+ }
208
+ .tab {
209
+ font-size: 48px;
210
+ font-weight: 800;
211
+ color: #1c1c1c;
212
+ padding-bottom: 20px;
213
+ }
214
+ .tab.active {
215
+ color: #2a52d6;
216
+ border-bottom: 6px solid #2a52d6;
217
+ }
218
+
219
+ /* Specifications section */
220
+ .specs {
221
+ position: absolute;
222
+ top: 1010px;
223
+ left: 40px;
224
+ width: 1000px;
225
+ }
226
+ .specs h2 {
227
+ font-size: 44px;
228
+ margin: 0 0 28px 0;
229
+ color: #222;
230
+ font-weight: 800;
231
+ }
232
+ .spec-row {
233
+ display: flex;
234
+ justify-content: space-between;
235
+ align-items: flex-start;
236
+ border: 1px solid #efefef;
237
+ border-left: none;
238
+ border-right: none;
239
+ padding: 28px 20px;
240
+ font-size: 40px;
241
+ }
242
+ .spec-name {
243
+ color: #555;
244
+ font-weight: 700;
245
+ }
246
+ .spec-value {
247
+ width: 620px;
248
+ color: #222;
249
+ font-weight: 600;
250
+ line-height: 1.35;
251
+ }
252
+
253
+ /* Related products */
254
+ .related {
255
+ position: absolute;
256
+ top: 1320px;
257
+ left: 40px;
258
+ width: 1000px;
259
+ }
260
+ .related-title {
261
+ font-size: 52px;
262
+ font-weight: 800;
263
+ color: #222;
264
+ margin-bottom: 24px;
265
+ }
266
+ .related-grid {
267
+ display: grid;
268
+ grid-template-columns: 1fr 1fr;
269
+ gap: 26px;
270
+ }
271
+ .prod-card {
272
+ position: relative;
273
+ background: #fff;
274
+ border: 1px solid #e6e6e6;
275
+ border-radius: 22px;
276
+ padding: 16px;
277
+ height: 380px;
278
+ }
279
+ .prod-img {
280
+ width: 100%;
281
+ height: 320px;
282
+ background: #E0E0E0;
283
+ border: 1px solid #BDBDBD;
284
+ display: flex;
285
+ align-items: center;
286
+ justify-content: center;
287
+ color: #757575;
288
+ font-size: 34px;
289
+ }
290
+ .heart {
291
+ position: absolute;
292
+ top: 22px;
293
+ right: 22px;
294
+ width: 84px;
295
+ height: 84px;
296
+ border-radius: 50%;
297
+ background: #ffffff;
298
+ border: 1px solid #e6e6e6;
299
+ box-shadow: 0 2px 6px rgba(0,0,0,0.08);
300
+ display: flex;
301
+ align-items: center;
302
+ justify-content: center;
303
+ }
304
+
305
+ /* Floating back to top */
306
+ .floating-top {
307
+ position: absolute;
308
+ top: 1620px;
309
+ left: 300px;
310
+ background: #2f4efb;
311
+ color: #fff;
312
+ padding: 22px 30px;
313
+ border-radius: 40px;
314
+ font-size: 40px;
315
+ display: flex;
316
+ align-items: center;
317
+ gap: 18px;
318
+ box-shadow: 0 8px 20px rgba(47,78,251,0.35);
319
+ }
320
+
321
+ /* Add to cart bar */
322
+ .cart-bar {
323
+ position: absolute;
324
+ bottom: 140px;
325
+ left: 0;
326
+ width: 1080px;
327
+ padding: 24px 40px;
328
+ display: flex;
329
+ gap: 26px;
330
+ align-items: center;
331
+ }
332
+ .qty-box {
333
+ width: 160px;
334
+ height: 150px;
335
+ background: #fff;
336
+ border: 1px solid #e6e6e6;
337
+ border-radius: 26px;
338
+ box-shadow: 0 4px 10px rgba(0,0,0,0.06);
339
+ display: flex;
340
+ flex-direction: column;
341
+ align-items: center;
342
+ justify-content: center;
343
+ font-weight: 800;
344
+ color: #444;
345
+ }
346
+ .qty-box .lbl {
347
+ font-size: 40px;
348
+ color: #8b8b8b;
349
+ margin-bottom: 10px;
350
+ }
351
+ .qty-box .num {
352
+ font-size: 50px;
353
+ color: #111;
354
+ }
355
+ .add-btn {
356
+ flex: 1;
357
+ height: 150px;
358
+ border-radius: 26px;
359
+ background: #2f4efb;
360
+ color: #fff;
361
+ font-size: 50px;
362
+ font-weight: 900;
363
+ display: flex;
364
+ align-items: center;
365
+ justify-content: center;
366
+ box-shadow: 0 8px 18px rgba(47,78,251,0.3);
367
+ }
368
+
369
+ /* Bottom navigation */
370
+ .bottom-nav {
371
+ position: absolute;
372
+ bottom: 0;
373
+ left: 0;
374
+ width: 1080px;
375
+ height: 140px;
376
+ border-top: 1px solid #e6e6e6;
377
+ background: #fff;
378
+ display: flex;
379
+ align-items: center;
380
+ justify-content: space-around;
381
+ font-size: 32px;
382
+ color: #444;
383
+ }
384
+ .nav-item {
385
+ display: flex;
386
+ flex-direction: column;
387
+ align-items: center;
388
+ gap: 10px;
389
+ position: relative;
390
+ }
391
+ .badge {
392
+ position: absolute;
393
+ top: -10px;
394
+ right: -10px;
395
+ background: #2f4efb;
396
+ color: #fff;
397
+ font-size: 28px;
398
+ padding: 8px 14px;
399
+ border-radius: 22px;
400
+ font-weight: 800;
401
+ }
402
+
403
+ /* Simple icon svg style */
404
+ svg { display: block; }
405
+ .icon {
406
+ width: 54px;
407
+ height: 54px;
408
+ stroke: #222;
409
+ fill: none;
410
+ stroke-width: 6;
411
+ }
412
+ .icon-fill { fill: #222; stroke: none; }
413
+ .icon-blue { stroke: #2f4efb; }
414
+ .icon-gray { stroke: #777; }
415
+
416
+ /* Minor text helpers */
417
+ .muted { color: #777; }
418
+ </style>
419
+ </head>
420
+ <body>
421
+ <div id="render-target">
422
+
423
+ <!-- Status Bar -->
424
+ <div class="status-bar">
425
+ <div>9:50</div>
426
+ <div class="status-right">
427
+ <!-- network icon -->
428
+ <svg class="icon-gray" width="52" height="52" viewBox="0 0 24 24">
429
+ <path d="M2 12l4-4 4 4 4-4 4 4" />
430
+ <circle cx="12" cy="17" r="2" />
431
+ </svg>
432
+ <!-- wifi icon -->
433
+ <svg class="icon-gray" width="52" height="52" viewBox="0 0 24 24">
434
+ <path d="M2 8c5-5 15-5 20 0" />
435
+ <path d="M5 12c3-3 11-3 14 0" />
436
+ <path d="M8 15c2-2 6-2 8 0" />
437
+ <circle cx="12" cy="18" r="1.5" />
438
+ </svg>
439
+ <!-- battery icon -->
440
+ <div style="display:flex; align-items:center; gap:10px;">
441
+ <svg class="icon-gray" width="70" height="36" viewBox="0 0 28 14">
442
+ <rect x="1" y="2" width="22" height="10" rx="2" />
443
+ <rect x="3" y="4" width="18" height="6" rx="1" fill="#4caf50" stroke="none" />
444
+ <rect x="24" y="5" width="3" height="4" rx="1" />
445
+ </svg>
446
+ <div>100%</div>
447
+ </div>
448
+ </div>
449
+ </div>
450
+
451
+ <!-- Page Header -->
452
+ <div class="page-header">
453
+ <div class="header-top">
454
+ <!-- back arrow -->
455
+ <svg class="icon" width="60" height="60" viewBox="0 0 24 24">
456
+ <path d="M15 6l-6 6 6 6" />
457
+ </svg>
458
+
459
+ <div class="segmented">
460
+ <div class="seg-btn active">noon</div>
461
+ <div class="seg-btn">Pay</div>
462
+ </div>
463
+ </div>
464
+
465
+ <!-- Product chips -->
466
+ <div class="chips-row">
467
+ <div class="chip">
468
+ <div class="chip-title">
469
+ Heinz<br/>Cream Of<br/>Tomato So...
470
+ </div>
471
+ <div class="express">express</div>
472
+ </div>
473
+ <div class="chip">
474
+ <div class="chip-title">
475
+ Emirates<br/>Macaroni<br/>Penne 400...
476
+ </div>
477
+ <div class="express">express</div>
478
+ </div>
479
+ </div>
480
+
481
+ <!-- Combo CTA -->
482
+ <div class="combo-btn">BUY 2 ITEMS TOGETHER</div>
483
+ </div>
484
+
485
+ <!-- Seller Card -->
486
+ <div class="seller-card">
487
+ <div class="seller-header">
488
+ <div class="seller-left">
489
+ <div class="shop-avatar">Shop</div>
490
+ <div>
491
+ <div class="seller-title">Sold by Noon Grocery</div>
492
+ <div class="seller-rating">
493
+ <div class="rating-pill">
494
+ 3.5
495
+ <svg width="30" height="30" viewBox="0 0 24 24">
496
+ <path class="icon-fill" d="M12 2l3 6 6 .9-4.5 4.3 1 6-5.5-3-5.5 3 1-6L3 8.9 9 8l3-6z"/>
497
+ </svg>
498
+ </div>
499
+ <div>76% Positive Seller Ratings</div>
500
+ </div>
501
+ </div>
502
+ </div>
503
+ <svg class="icon-gray" width="48" height="48" viewBox="0 0 24 24">
504
+ <path d="M9 6l6 6-6 6" />
505
+ </svg>
506
+ </div>
507
+
508
+ <div class="as-described">
509
+ <div>Product as Described</div>
510
+ <div class="progress"><div class="bar"></div></div>
511
+ <div style="font-weight:800;">90%</div>
512
+ </div>
513
+ </div>
514
+
515
+ <!-- Tabs -->
516
+ <div class="tabs">
517
+ <div class="tab">Overview</div>
518
+ <div class="tab active">Specifications</div>
519
+ </div>
520
+
521
+ <!-- Specifications Content -->
522
+ <div class="specs">
523
+ <h2>Specifications</h2>
524
+ <div class="spec-row">
525
+ <div class="spec-name">Size</div>
526
+ <div class="spec-value">400 grams</div>
527
+ </div>
528
+ <div class="spec-row">
529
+ <div class="spec-name">Product Ingredients</div>
530
+ <div class="spec-value">Milk, Cream Milk, Wheat<br/>Flour and Milk Proteins</div>
531
+ </div>
532
+ </div>
533
+
534
+ <!-- Related products -->
535
+ <div class="related">
536
+ <div class="related-title">Products related to this</div>
537
+ <div class="related-grid">
538
+ <div class="prod-card">
539
+ <div class="heart">
540
+ <svg class="icon-gray" width="42" height="42" viewBox="0 0 24 24">
541
+ <path d="M12 20s-7-4.6-9-8.4C1.2 9.2 3 6 6 6c2 0 3.3 1.2 4 2.4C10.7 7.2 12 6 14 6c3 0 4.8 3.2 3 5.6-2 3.8-9 8.4-9 8.4z"/>
542
+ </svg>
543
+ </div>
544
+ <div class="prod-img">[IMG: Related Product]</div>
545
+ </div>
546
+ <div class="prod-card">
547
+ <div class="heart">
548
+ <svg class="icon-gray" width="42" height="42" viewBox="0 0 24 24">
549
+ <path d="M12 20s-7-4.6-9-8.4C1.2 9.2 3 6 6 6c2 0 3.3 1.2 4 2.4C10.7 7.2 12 6 14 6c3 0 4.8 3.2 3 5.6-2 3.8-9 8.4-9 8.4z"/>
550
+ </svg>
551
+ </div>
552
+ <div class="prod-img">[IMG: Related Product]</div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+
557
+ <!-- Floating Back To Top -->
558
+ <div class="floating-top">
559
+ <svg class="icon" width="44" height="44" viewBox="0 0 24 24">
560
+ <path d="M6 14l6-6 6 6" />
561
+ </svg>
562
+ Back To Top
563
+ </div>
564
+
565
+ <!-- Add to Cart Bar -->
566
+ <div class="cart-bar">
567
+ <div class="qty-box">
568
+ <div class="lbl">QTY</div>
569
+ <div class="num">1</div>
570
+ </div>
571
+ <div class="add-btn">ADD TO CART</div>
572
+ </div>
573
+
574
+ <!-- Bottom Navigation -->
575
+ <div class="bottom-nav">
576
+ <div class="nav-item">
577
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
578
+ <path d="M3 11l9-7 9 7v9H3zM9 20v-6h6v6" />
579
+ </svg>
580
+ <div>Home</div>
581
+ </div>
582
+ <div class="nav-item">
583
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
584
+ <path d="M6 6h12v12H6zM10 2h4v4h-4zM10 18h4v4h-4z" />
585
+ </svg>
586
+ <div>Categories</div>
587
+ </div>
588
+ <div class="nav-item">
589
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
590
+ <path d="M3 8h18v12H3zM6 8l3-4h6l3 4" />
591
+ <path d="M9 12h6" />
592
+ </svg>
593
+ <div>Clearance</div>
594
+ </div>
595
+ <div class="nav-item">
596
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
597
+ <circle cx="12" cy="8" r="4" />
598
+ <path d="M4 22c0-4 4-6 8-6s8 2 8 6" />
599
+ </svg>
600
+ <div>Account</div>
601
+ </div>
602
+ <div class="nav-item">
603
+ <span class="badge">1</span>
604
+ <svg class="icon" width="56" height="56" viewBox="0 0 24 24">
605
+ <path d="M3 6h3l3 12h9l3-9H7" />
606
+ <circle cx="10" cy="20" r="1.5" />
607
+ <circle cx="18" cy="20" r="1.5" />
608
+ </svg>
609
+ <div>Cart</div>
610
+ </div>
611
+ </div>
612
+
613
+ </div>
614
+ </body>
615
+ </html>