File size: 12,251 Bytes
5501681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<html>
<head>
<meta charset="UTF-8">
<title>Play Books Settings Overlay - Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; }
  #render-target {
    width: 1440px;
    height: 3120px;
    position: relative;
    overflow: hidden;
    background: #0f0f0f;
    color: #fff;
  }

  /* Top status bar */
  .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1440px;
    height: 120px;
    color: #eaeaea;
    font-size: 44px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    letter-spacing: 1px;
  }
  .status-left { display: flex; align-items: center; gap: 30px; }
  .status-right { margin-left: auto; display: flex; align-items: center; gap: 30px; }
  .dot { width: 18px; height: 18px; background: #cfcfcf; border-radius: 50%; display: inline-block; }

  /* App bar */
  .app-bar {
    position: absolute;
    top: 120px;
    left: 0;
    width: 1440px;
    height: 140px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-sizing: border-box;
    color: #ddd;
  }
  .title {
    font-size: 56px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 900px;
  }
  .app-actions { margin-left: auto; display: flex; align-items: center; gap: 40px; }
  .icon-btn { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 12px; }
  .aa-pill { font-size: 60px; color: #ddd; }

  /* Reading area text */
  .page-text {
    position: absolute;
    top: 300px;
    left: 80px;
    right: 80px;
    bottom: 820px;
    color: #f6f6f6;
    font-size: 68px;
    line-height: 108px;
    letter-spacing: 0.3px;
    opacity: 0.95;
  }
  .page-text p { margin: 0 0 40px 0; }

  /* Settings panel overlay */
  .panel {
    position: absolute;
    left: 160px;
    top: 560px;
    width: 1120px;
    background: #221d16;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    padding: 60px;
    box-sizing: border-box;
    color: #fff;
  }
  .panel h3 {
    margin: 0 0 26px 0;
    font-size: 56px;
    font-weight: 700;
  }
  .panel .row {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    gap: 40px;
    flex-wrap: wrap;
  }
  .select {
    width: 900px;
    height: 120px;
    border: 2px solid #4a4338;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    font-size: 56px;
    background: #1c1711;
    box-sizing: border-box;
  }

  /* Small square options */
  .option {
    width: 200px;
    height: 160px;
    border-radius: 20px;
    background: #1c1711;
    border: 2px solid #4a4338;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .option.selected { border: 4px solid #f3e25a; box-shadow: inset 0 0 0 4px rgba(243,226,90,0.15); }

  /* Alignment / spacing icon boxes */
  .icon-box {
    width: 220px;
    height: 160px;
    border-radius: 18px;
    border: 2px solid #4a4338;
    background: #1c1711;
    position: relative;
  }
  .icon-box.selected { border: 4px solid #f3e25a; }
  .icon-lines {
    position: absolute; left: 32px; right: 32px; top: 36px;
    display: grid; row-gap: 18px;
  }
  .icon-lines div {
    height: 16px; background: #d9d9d9; border-radius: 8px;
  }
  .icon-lines .short { width: 70%; }
  .icon-lines .center { margin: 0 auto; }
  .icon-lines .full { width: 100%; }

  /* Scroll direction icons */
  .scroll-icon {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  }
  .arrow {
    width: 140px; height: 90px;
    display: flex; align-items: center; justify-content: space-between;
  }
  .arrow span {
    width: 38px; height: 38px; border: 6px solid #d9d9d9; border-left: none;
    transform: rotate(45deg);
  }
  .arrow .left { transform: rotate(225deg); }
  .arrow .down { transform: rotate(135deg); }

  /* Font size controls */
  .circle {
    width: 110px; height: 110px; border-radius: 50%;
    border: 6px solid #f3e25a; color: #f3e25a;
    display: flex; align-items: center; justify-content: center;
    font-size: 70px;
    background: transparent;
  }
  .font-AA { font-size: 74px; color: #fff; font-weight: 700; }

  /* Theme cells */
  .theme-cell {
    width: 240px; height: 180px; border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    font-size: 60px; font-weight: 700;
    border: 2px solid #4a4338;
  }
  .theme1 { background: #f7f7f7; color: #333; }
  .theme2 { background: #f0ece6; color: #5c4c3f; }
  .theme3 { background: #4a4a4a; color: #fff; }
  .theme4 { background: #0f0f0f; color: #fff; border: 4px solid #f3e25a; }

  /* Brightness */
  .brightness {
    display: flex; align-items: center; gap: 40px;
  }
  .toggle {
    font-size: 50px; color: #bdb6a7; background: #1c1711;
    padding: 24px 40px; border-radius: 18px; border: 2px solid #4a4338;
  }
  .slider {
    flex: 1; height: 12px; background: #3a3328; border-radius: 8px; position: relative;
  }
  .knob {
    position: absolute; top: -16px; left: 60%; width: 36px; height: 36px;
    background: #f3e25a; border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(243,226,90,0.25);
  }
  .sun {
    width: 64px; height: 64px; border-radius: 50%; background: #f3e25a;
    box-shadow: 0 0 0 8px rgba(243,226,90,0.15);
  }

  /* Bottom preview banner */
  .preview-banner {
    position: absolute;
    left: 0;
    bottom: 300px;
    width: 1440px;
    background: #1d1b16;
    padding: 50px 60px 70px;
    box-sizing: border-box;
    color: #eae6d4;
    text-align: center;
    font-size: 52px;
    border-top: 1px solid #2d2b24;
  }
  .cta-btn {
    margin: 40px auto 0 auto;
    width: 1240px;
    height: 140px;
    border-radius: 30px;
    background: #f6f6f6;
    color: #2b281f;
    font-weight: 700;
    font-size: 60px;
    display: flex; align-items: center; justify-content: center;
  }

  /* Bottom controls */
  .bottom-controls {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 1440px;
    padding: 0 60px;
    box-sizing: border-box;
    color: #eae6d4;
  }
  .progress {
    height: 16px; background: #2f2d25; border-radius: 10px; position: relative; margin-bottom: 40px;
  }
  .progress .dot {
    position: absolute; top: -18px; left: 80px; width: 40px; height: 40px; background: #e8db6a;
    border-radius: 50%;
  }
  .bottom-row { display: flex; align-items: center; }
  .left-info { font-size: 52px; color: #eae6d4; }
  .right-info { margin-left: auto; font-size: 52px; color: #eae6d4; }
  .search {
    width: 90px; height: 90px; margin-left: 28px; border-radius: 16px; border: 2px solid #8e8a7d;
    display: flex; align-items: center; justify-content: center;
  }
  /* Simple SVG icons color */
  svg { fill: none; stroke: #ddd; stroke-width: 8px; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div class="status-left">
      <div>9:10</div>
      <div class="dot"></div>
      <div class="dot"></div>
      <div class="dot"></div>
      <div class="dot"></div>
    </div>
    <div class="status-right">
      <div class="dot"></div>
      <div class="dot"></div>
    </div>
  </div>

  <!-- App bar -->
  <div class="app-bar">
    <div class="icon-btn">
      <svg width="80" height="80" viewBox="0 0 80 80">
        <path d="M50 18 L26 40 L50 62" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </div>
    <div class="title">Summary of Project Hail Mary:...</div>
    <div class="app-actions">
      <div class="aa-pill">Aa</div>
      <div class="icon-btn">
        <svg width="70" height="70" viewBox="0 0 70 70">
          <circle cx="35" cy="16" r="6" stroke="none" fill="#ddd"></circle>
          <circle cx="35" cy="35" r="6" stroke="none" fill="#ddd"></circle>
          <circle cx="35" cy="54" r="6" stroke="none" fill="#ddd"></circle>
        </svg>
      </div>
    </div>
  </div>

  <!-- Reading text -->
  <div class="page-text">
    <p>SU... HAIL MARY ...</p>
    <p>That ...</p>
    <p>prep use study and it provides a safe space for you to freely express yourself without being judged by others.</p>
    <p>Using this journal in a group study is completely up...</p>
  </div>

  <!-- Settings panel -->
  <div class="panel">
    <h3>Font</h3>
    <div class="row">
      <div class="select">
        <span>Contemporary</span>
        <svg width="60" height="60" viewBox="0 0 60 60">
          <path d="M16 22 L30 38 L44 22" stroke="#ddd" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </div>
    </div>

    <div class="row" style="margin-top: 20px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Alignment</div>
      <div class="icon-box selected">
        <div class="icon-lines">
          <div class="full"></div>
          <div class="full"></div>
          <div class="full"></div>
        </div>
      </div>
      <div class="icon-box">
        <div class="icon-lines">
          <div class="short center"></div>
          <div class="short center"></div>
          <div class="short center"></div>
        </div>
      </div>
    </div>

    <div class="row" style="margin-top: 10px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Line Spacing</div>
      <div class="icon-box selected">
        <div class="icon-lines">
          <div class="full" style="height: 18px;"></div>
          <div style="height: 12px;"></div>
          <div class="full" style="height: 18px;"></div>
        </div>
      </div>
      <div class="icon-box">
        <div class="icon-lines">
          <div class="full" style="height: 18px;"></div>
          <div style="height: 20px;"></div>
          <div class="full" style="height: 18px;"></div>
        </div>
      </div>
      <div class="icon-box">
        <div class="icon-lines">
          <div class="full" style="height: 18px;"></div>
          <div style="height: 28px;"></div>
          <div class="full" style="height: 18px;"></div>
        </div>
      </div>
    </div>

    <div class="row" style="margin-top: 10px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Scroll Direction</div>
      <div class="icon-box selected">
        <div class="scroll-icon">
          <div class="arrow">
            <span class="left"></span>
            <span></span>
          </div>
        </div>
      </div>
      <div class="icon-box">
        <div class="scroll-icon">
          <div class="arrow">
            <span class="down"></span>
          </div>
        </div>
      </div>
    </div>

    <div class="row" style="margin-top: 10px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Font Size</div>
      <div class="circle"></div>
      <div class="font-AA">Aa</div>
      <div class="circle">+</div>
    </div>

    <div class="row" style="margin-top: 20px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Theme</div>
      <div class="theme-cell theme1">Aa</div>
      <div class="theme-cell theme2">Aa</div>
      <div class="theme-cell theme3">Aa</div>
      <div class="theme-cell theme4">Aa</div>
    </div>

    <div class="row" style="margin-top: 6px;">
      <div style="width:100%; font-size:54px; margin-bottom:8px;">Brightness</div>
      <div class="toggle">AUTO</div>
      <div class="slider"><div class="knob"></div></div>
      <div class="sun"></div>
    </div>
  </div>

  <!-- Preview banner -->
  <div class="preview-banner">
    <div>Enjoying your free preview?<br>Keep reading with a free trial.</div>
    <div class="cta-btn">Read Free for 30 Days</div>
  </div>

  <!-- Bottom controls -->
  <div class="bottom-controls">
    <div class="progress"><div class="dot"></div></div>
    <div class="bottom-row">
      <div class="left-info">4 pages left in chapter</div>
      <div class="right-info">Page 5 of 44</div>
      <div class="search">
        <svg width="60" height="60" viewBox="0 0 60 60">
          <circle cx="28" cy="28" r="16"></circle>
          <line x1="42" y1="42" x2="58" y2="58"></line>
        </svg>
      </div>
    </div>
  </div>

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