File size: 6,820 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Departure Screen</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: "Roboto", Arial, sans-serif; }
  #render-target {
    width: 1080px; height: 2400px; position: relative; overflow: hidden;
    background: #FFFFFF; border-radius: 0; box-shadow: none;
  }

  /* Header */
  .app-bar { position: absolute; top: 0; left: 0; width: 100%; height: 230px; background: #0E5A65; color: #fff; }
  .status-bar {
    height: 74px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between;
    font-size: 36px; opacity: 0.95;
  }
  .status-right { display: flex; align-items: center; gap: 28px; }
  .toolbar {
    height: 156px; padding: 0 28px; display: flex; align-items: center; gap: 28px;
  }
  .toolbar .title { font-size: 60px; font-weight: 500; margin: 0; }

  /* Location row */
  .location-row {
    position: absolute; top: 230px; left: 0; width: 100%; height: 120px;
    background: #fff; border-bottom: 1px solid #E0E0E0; display: flex; align-items: center; gap: 28px; padding: 0 28px;
  }
  .location-row .text { font-size: 42px; color: #616161; }

  /* Main white area */
  .content-blank { position: absolute; top: 350px; left: 0; right: 0; bottom: 920px; background: #FFFFFF; }

  /* Keyboard */
  .keyboard {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 920px;
    background: #1F1F1F; color: #eee; border-top: 1px solid #2B2B2B;
  }
  .kb-actions { height: 120px; display: flex; align-items: center; justify-content: space-around; color: #ccc; }
  .kb-actions .act {
    width: 100px; height: 80px; background: #2A2A2A; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  }
  .keys { padding: 8px 24px; }
  .row { display: flex; justify-content: space-between; margin: 14px 0; }
  .key {
    width: 90px; height: 120px; background: #2A2A2A; border-radius: 18px; display: flex; align-items: center; justify-content: center;
    font-size: 48px; color: #F5F5F5;
  }
  .key.wide { width: 160px; }
  .space { flex: 1; height: 120px; margin: 0 14px; background: #2A2A2A; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 44px; color: #9E9E9E; }
  .search-circle {
    width: 120px; height: 120px; background: #BFD8F5; color: #0E5A65; border-radius: 60px; display: flex; align-items: center; justify-content: center;
  }
  .pill { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 300px; height: 12px; background: #E0E0E0; border-radius: 6px; }

  /* Icon helpers */
  .icon { width: 56px; height: 56px; }
  .icon.small { width: 40px; height: 40px; }
  .icon.white path, .icon.white circle, .icon.white rect, .icon.white line { stroke: #FFFFFF; fill: #FFFFFF; }
  .icon.stroke-white path { stroke: #FFFFFF; fill: none; }
  .icon.gray path, .icon.gray circle, .icon.gray rect { fill: #607D8B; stroke: none; }
  .status-icon path, .status-icon rect, .status-icon circle { fill: #FFFFFF; stroke: none; opacity: 0.9; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Header -->
  <div class="app-bar">
    <div class="status-bar">
      <div>10:15</div>
      <div class="status-right">
        <!-- Simple status icons -->
        <svg class="icon small status-icon" viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="3"></circle>
        </svg>
        <svg class="icon small status-icon" viewBox="0 0 24 24">
          <path d="M2 8c5-5 15-5 20 0"></path>
          <path d="M5 12c3-3 11-3 14 0"></path>
          <circle cx="12" cy="16" r="1.5"></circle>
        </svg>
        <svg class="icon small status-icon" viewBox="0 0 24 24">
          <rect x="3" y="6" width="16" height="12" rx="2"></rect>
          <rect x="20" y="10" width="2" height="4"></rect>
        </svg>
      </div>
    </div>
    <div class="toolbar">
      <svg class="icon stroke-white" viewBox="0 0 24 24">
        <path d="M15 6l-6 6 6 6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
      <h1 class="title">Departure</h1>
    </div>
  </div>

  <!-- Location row -->
  <div class="location-row">
    <svg class="icon gray" viewBox="0 0 24 24">
      <path d="M3 12L21 6l-8 8-2 8z"></path>
    </svg>
    <div class="text">Enable location to see nearby cities</div>
  </div>

  <!-- Blank content area -->
  <div class="content-blank"></div>

  <!-- Keyboard -->
  <div class="keyboard">
    <div class="kb-actions">
      <div class="act">GIF</div>
      <div class="act">
        <svg class="icon white" viewBox="0 0 24 24">
          <rect x="6" y="3" width="12" height="18" rx="3"></rect>
        </svg>
      </div>
      <div class="act">
        <svg class="icon white" viewBox="0 0 24 24">
          <path d="M12 2a4 4 0 0 1 4 4v4a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4z"></path>
          <rect x="8" y="14" width="8" height="6" rx="3"></rect>
        </svg>
      </div>
      <div class="act">
        <svg class="icon white" viewBox="0 0 24 24">
          <circle cx="12" cy="12" r="10"></circle>
        </svg>
      </div>
      <div class="act">
        <svg class="icon white" viewBox="0 0 24 24">
          <path d="M10 3v6l5 3-5 3v6" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </div>
    </div>

    <div class="keys">
      <div class="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="row">
        <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="row">
        <div class="key wide"></div>
        <div class="key">z</div><div class="key">x</div><div class="key">c</div><div class="key">v</div><div class="key">b</div><div class="key">n</div><div class="key">m</div>
        <div class="key wide"></div>
      </div>
      <div class="row" style="align-items:center;">
        <div class="key wide">?123</div>
        <div class="key wide"></div>
        <div class="space">space</div>
        <div class="key">.</div>
        <div class="search-circle">
          <svg class="icon" viewBox="0 0 24 24">
            <circle cx="10" cy="10" r="6" fill="#0E5A65"></circle>
            <rect x="15" y="15" width="6" height="2" transform="rotate(45 18 16)" fill="#0E5A65"></rect>
          </svg>
        </div>
      </div>
    </div>

    <div class="pill"></div>
  </div>

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