File size: 6,779 Bytes
c32f9a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Settings 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;
  }

  /* Top app bar */
  .appbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 240px;
    background: #1285d8;
    color: #fff;
  }
  .statusbar {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 32px;
    font-size: 36px;
    letter-spacing: 0.5px;
  }
  .status-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .toolbar {
    height: 160px;
    display: flex;
    align-items: center;
    padding: 0 24px 0 16px;
  }
  .toolbar-title {
    font-size: 56px;
    font-weight: 500;
    margin-left: 24px;
  }

  /* Content area */
  .content {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  .list {
    padding: 8px 0;
  }
  .list-item {
    display: flex;
    align-items: flex-start;
    padding: 36px 48px;
    border-bottom: 1px solid #E6E6E6;
  }
  .icon-box {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 36px;
  }
  .item-text {
    flex: 1;
  }
  .item-title {
    font-size: 44px;
    color: #222;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .item-sub {
    font-size: 34px;
    color: #7B7B7B;
  }

  .section-divider {
    height: 1px;
    background: #DCDCDC;
    margin: 16px 0 8px;
  }

  /* Bottom gesture bar */
  .gesture {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 12px;
    background: #8D8D8D;
    border-radius: 8px;
    opacity: 0.6;
  }
  /* Helper for monochrome icons */
  .icon-black svg { fill: #1F1F1F; }
  .icon-white svg { fill: #FFFFFF; }
  .icon-red svg { fill: #E53935; }
</style>
</head>
<body>
<div id="render-target">

  <!-- App bar -->
  <div class="appbar">
    <div class="statusbar">
      <div>2:30</div>
      <div class="status-right">
        <!-- Wi‑Fi icon -->
        <svg width="40" height="40" viewBox="0 0 24 24">
          <path fill="#FFFFFF" d="M12 18.5c.9 0 1.5.6 1.5 1.5s-.6 1.5-1.5 1.5-1.5-.6-1.5-1.5.6-1.5 1.5-1.5zm-4.8-3.3l1.2 1.2c1.9-1.9 5-1.9 6.9 0l1.2-1.2c-2.7-2.7-6.7-2.7-9.3 0zm-3.4-3.4l1.2 1.2c3.7-3.6 9.7-3.6 13.4 0l1.2-1.2c-4.4-4.3-11.4-4.3-15.8 0z"/>
        </svg>
        <!-- Battery icon -->
        <svg width="44" height="40" viewBox="0 0 24 24">
          <path fill="#FFFFFF" d="M18 7h1v10h-1v1H4V6h14v1zm-2 1H6v8h10V8zm4 3h2v4h-2v-4z"/>
        </svg>
      </div>
    </div>
    <div class="toolbar">
      <!-- Back arrow -->
      <svg width="56" height="56" viewBox="0 0 24 24" class="icon-white">
        <path d="M15 6L9 12l6 6" fill="none" stroke="#FFFFFF" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
      <div class="toolbar-title">Settings</div>
    </div>
  </div>

  <!-- Content -->
  <div class="content">
    <div class="list">

      <!-- Upgrade -->
      <div class="list-item">
        <div class="icon-box icon-red">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.46 4.46 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.54 3 22 5.46 22 8.5c0 3.78-3.4 6.86-8.05 11.54L12 21.35z"/>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">Upgrade</div>
          <div class="item-sub">See all the additional features</div>
        </div>
      </div>

      <!-- Mic preset -->
      <div class="list-item">
        <div style="width:72px; margin-right:36px;"></div>
        <div class="item-text">
          <div class="item-title">Mic preset</div>
          <div class="item-sub">Voice notes</div>
        </div>
      </div>

      <!-- Sound quality -->
      <div class="list-item" style="border-bottom: 1px solid #DCDCDC;">
        <div style="width:72px; margin-right:36px;"></div>
        <div class="item-text">
          <div class="item-title">Sound quality</div>
          <div class="item-sub">High (larger files)</div>
        </div>
      </div>

      <div class="section-divider"></div>

      <!-- Tuning -->
      <div class="list-item">
        <div class="icon-box icon-black">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <path d="M7 6h14v2H7v2H3V8h4V6zm10 6h4v2h-4v2H3v-2h14v-2zm-6 6h10v2H11v2H3v-2h8v-2z"/>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">Tuning</div>
        </div>
      </div>

      <!-- Files -->
      <div class="list-item">
        <div class="icon-box icon-black">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <path d="M10 4l2 2h8v12H4V4h6zm10 4H4v10h16V8z"/>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">Files</div>
        </div>
      </div>

      <!-- Interface -->
      <div class="list-item">
        <div class="icon-box icon-black">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <path d="M7 2h10a2 2 0 012 2v16a2 2 0 01-2 2H7a2 2 0 01-2-2V4a2 2 0 012-2zm0 2v16h10V4H7zm4 17h2v1h-2v-1z"/>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">Interface</div>
        </div>
      </div>

      <!-- Advanced & troubleshooting -->
      <div class="list-item">
        <div class="icon-box icon-black">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <path d="M21 16.5l-3 3-3-3 1.5-1.5L15 14l-2 2-2-2 2-2-1.5-1.5 1.5-1.5 3 3L18 10l3 3-1.5 1.5L21 16.5zM7 2l3 3-6 6-3-3L7 2zm2 11l-5 5H2v-2l5-5 2 2z"/>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">Advanced & troubleshooting</div>
        </div>
      </div>

      <!-- About -->
      <div class="list-item" style="border-bottom:none;">
        <div class="icon-box icon-black">
          <svg width="56" height="56" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="10"></circle>
            <rect x="11" y="10" width="2" height="6" fill="#FFFFFF"></rect>
            <rect x="11" y="6" width="2" height="2" fill="#FFFFFF"></rect>
          </svg>
        </div>
        <div class="item-text">
          <div class="item-title">About</div>
        </div>
      </div>

    </div>
  </div>

  <!-- Gesture bar -->
  <div class="gesture"></div>
</div>
</body>
</html>