File size: 9,805 Bytes
98687c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mobile UI - Plan</title>
<meta name="viewport" content="width=1080, initial-scale=1.0">
<style>
  body { margin:0; padding:0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
  #render-target {
    position: relative;
    width: 1080px;
    height: 2400px;
    overflow: hidden;
    background: #121212;
    color: #fff;
  }
  /* Header */
  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 1080px;
    height: 350px;
    background: #D32F2F;
  }
  .status {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 72px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 34px;
    opacity: 0.95;
  }
  .titlebar {
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    color: #fff;
  }
  .titlebar .title {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-size: 44px;
    letter-spacing: 0.5px;
  }
  .icon-btn { width: 72px; height: 72px; display:flex; align-items:center; justify-content:center; }
  .icon-btn svg { width: 42px; height: 42px; fill: none; stroke: #fff; stroke-width: 4; }
  /* Search Card */
  .search-card {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 176px;
    background: #1E1E1E;
    border-radius: 26px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    padding: 24px 24px 10px 24px;
  }
  .search-inner {
    position: relative;
    padding-left: 88px;
  }
  .rail-line {
    position: absolute;
    left: 40px;
    top: 18px;
    bottom: 18px;
    width: 2px;
    background: #3A3A3A;
  }
  .rail-dot {
    position: absolute;
    left: 29px;
    width: 24px; height: 24px;
    border-radius: 50%;
    border: 3px solid #BDBDBD;
    background: transparent;
  }
  .rail-dot.start { top: 0; }
  .rail-dot.end { bottom: 0; }
  .field {
    position: relative;
    padding: 20px 84px 18px 0;
    font-size: 44px;
    color: #EDEDED;
  }
  .field + .field {
    color: #A5A5A5;
  }
  .divider {
    height: 2px;
    background: #3A3A3A;
    margin: 6px 0 6px 0;
  }
  .clear-btn {
    position: absolute;
    right: 14px;
    top: 10px;
    width: 60px; height: 60px;
    display: flex; align-items:center; justify-content:center;
  }
  .clear-btn svg { width: 32px; height: 32px; stroke: #BDBDBD; stroke-width: 5; }
  /* List */
  .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 520px;
    bottom: 760px; /* leave space for keyboard */
    overflow: hidden;
  }
  .row {
    height: 140px;
    padding: 0 32px;
    display: flex;
    align-items: center;
    background: #161616;
    border-top: 1px solid #232323;
  }
  .row:first-child { border-top: none; }
  .row .label {
    flex: 1;
    font-size: 46px;
    color: #EAEAEA;
  }
  .row .sub {
    color: #BDBDBD;
  }
  .list-icon {
    width: 64px; height: 64px; margin-right: 28px;
    display:flex; align-items:center; justify-content:center;
  }
  .list-icon svg { width: 52px; height: 52px; stroke: #BDBDBD; fill: none; stroke-width: 4; }
  .fav {
    width: 64px; height: 64px;
    display:flex; align-items:center; justify-content:center;
  }
  .fav svg { width: 52px; height: 52px; stroke: #BDBDBD; fill: none; stroke-width: 4; }
  /* Keyboard mock */
  .keyboard {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 760px;
    background: #0E0E0F;
    border-top: 1px solid #2A2A2A;
  }
  .kb-suggestion {
    height: 110px;
    display:flex; align-items:center; justify-content:center;
    color: #EDEDED;
    font-size: 44px;
    border-bottom: 1px solid #2A2A2A;
    background: #121215;
  }
  .kb-rows {
    padding: 22px 22px 18px;
  }
  .kb-row {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .key {
    width: 86px; height: 104px;
    margin: 8px;
    border-radius: 14px;
    background: #2B2B2E;
    color: #E0E0E0;
    font-size: 40px;
    display:flex; align-items:center; justify-content:center;
  }
  .key.wide { width: 540px; }
  .key.medium { width: 140px; }
  .key.icon { background:#2B2B2E; }
  /* Status right icons (wifi/battery) */
  .status-icons svg { width: 40px; height: 40px; stroke:#fff; stroke-width:4; fill:none; margin-left:18px; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Red Header -->
  <div class="header">
    <div class="status">
      <div>10:38</div>
      <div class="status-icons" style="display:flex; align-items:center;">
        <!-- wifi -->
        <svg viewBox="0 0 24 24"><path d="M2 8c5-5 15-5 20 0"/><path d="M5 11c3.5-3.5 10.5-3.5 14 0"/><path d="M8 14c2-2 6-2 8 0"/><circle cx="12" cy="18" r="1.6" fill="#fff" stroke="none"/></svg>
        <!-- battery -->
        <svg viewBox="0 0 26 24"><rect x="2" y="6" width="18" height="12" rx="2"/><rect x="20" y="9" width="3" height="6"/></svg>
      </div>
    </div>

    <div class="titlebar">
      <div class="icon-btn">
        <!-- Back arrow -->
        <svg viewBox="0 0 24 24"><path d="M14 4 L6 12 L14 20"/><path d="M7 12 H20"/></svg>
      </div>
      <div class="title">Plan</div>
      <div class="icon-btn">
        <!-- swap icon -->
        <svg viewBox="0 0 24 24">
          <path d="M7 7 H20 L16 3"/><path d="M17 17 H4 L8 21"/>
        </svg>
      </div>
    </div>

    <!-- Search card -->
    <div class="search-card">
      <div class="search-inner">
        <div class="rail-line"></div>
        <div class="rail-dot start"></div>
        <div class="rail-dot end"></div>

        <div class="field">
          Dundee
          <div class="clear-btn">
            <svg viewBox="0 0 24 24"><path d="M4 4 L20 20 M20 4 L4 20"/></svg>
          </div>
        </div>
        <div class="divider"></div>
        <div class="field" style="padding-bottom:12px;">To</div>
      </div>
    </div>
  </div>

  <!-- Results list -->
  <div class="list">
    <div class="row">
      <div class="list-icon">
        <!-- clock -->
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dundee</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>

    <div class="row">
      <div class="list-icon">
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dunderland</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>

    <div class="row">
      <div class="list-icon">
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dundenheim, Rathaus</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>

    <div class="row">
      <div class="list-icon">
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dundenheim, Grosse Gasse</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>

    <div class="row">
      <div class="list-icon">
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dundenheim, Offenburger Str.</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>

    <div class="row">
      <div class="list-icon">
        <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><path d="M12 7 V12 L16 14"/></svg>
      </div>
      <div class="label">Dundalk</div>
      <div class="fav">
        <svg viewBox="0 0 24 24"><path d="M12 3 L14.8 9.2 L21.5 9.3 L16 13.5 L17.9 20 L12 16.4 L6.1 20 L8 13.5 L2.5 9.3 L9.2 9.2 Z"/></svg>
      </div>
    </div>
  </div>

  <!-- Keyboard mock -->
  <div class="keyboard">
    <div class="kb-suggestion">Dundee</div>
    <div class="kb-rows">
      <div class="kb-row">
        <div class="key">q</div><div class="key">w</div><div class="key">e</div><div class="key">r</div><div class="key">t</div><div class="key">y</div><div class="key">u</div><div class="key">i</div><div class="key">o</div><div class="key">p</div>
      </div>
      <div class="kb-row" style="padding-left:40px;">
        <div class="key">a</div><div class="key">s</div><div class="key">d</div><div class="key">f</div><div class="key">g</div><div class="key">h</div><div class="key">j</div><div class="key">k</div><div class="key">l</div>
      </div>
      <div class="kb-row" style="padding-left:100px;">
        <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
        <div class="key icon"></div>
      </div>
      <div class="kb-row" style="justify-content: space-between; padding: 0 16px;">
        <div class="key icon medium">?123</div>
        <div class="key icon">,</div>
        <div class="key wide"></div>
        <div class="key icon">.</div>
        <div class="key icon medium"></div>
      </div>
    </div>
  </div>

</div>
</body>
</html>