File size: 4,973 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
<html>
<head>
<meta charset="UTF-8">
<title>Permission Request - Fitbit</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }

  /* Status bar */
  .status-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 110px;
    padding: 0 34px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1c1c1c;
    font-size: 38px;
    letter-spacing: 1px;
  }
  .status-right {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  /* Simple status icons */
  .dot {
    width: 10px;
    height: 10px;
    background: #1c1c1c;
    border-radius: 50%;
    display: inline-block;
  }
  .wifi {
    width: 40px; height: 26px; position: relative;
  }
  .wifi:before, .wifi:after {
    content: "";
    position: absolute;
    border: 3px solid #1c1c1c;
    border-color: #1c1c1c transparent transparent transparent;
    border-radius: 50%;
    left: 50%; transform: translateX(-50%);
  }
  .wifi:before { width: 36px; height: 36px; top: -18px; }
  .wifi:after { width: 22px; height: 22px; top: -5px; }
  .battery {
    width: 54px; height: 26px; border: 3px solid #1c1c1c; position: relative; border-radius: 4px;
  }
  .battery:after {
    content: ""; position: absolute; right: -8px; top: 6px; width: 6px; height: 14px; background: #1c1c1c; border-radius: 2px;
  }
  .battery-fill {
    position: absolute; left: 3px; top: 3px; height: 20px; width: 36px; background: #1c1c1c; border-radius: 2px;
  }

  /* Header close icon and title */
  .close-btn {
    position: absolute;
    top: 140px;
    left: 40px;
    width: 64px; height: 64px;
    display: flex; align-items: center; justify-content: center;
    cursor: default;
  }
  .title {
    position: absolute;
    top: 150px;
    left: 140px;
    font-size: 70px;
    font-weight: 800;
    color: #152733;
    letter-spacing: -0.5px;
  }

  /* Illustration placeholder */
  .illustration {
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: #E0E0E0;
    border: 1px solid #BDBDBD;
    margin: 270px auto 0 auto;
    display: flex; align-items: center; justify-content: center;
    color: #6b6b6b;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    font-size: 32px;
  }

  /* Main heading */
  .main-heading {
    width: 980px;
    margin: 60px auto 0 auto;
    text-align: center;
    font-size: 84px;
    line-height: 1.15;
    font-weight: 800;
    color: #162431;
  }

  /* Body copy */
  .copy {
    width: 940px;
    margin: 46px auto 0 auto;
    text-align: center;
    font-size: 40px;
    color: #283842;
    line-height: 1.5;
  }
  .copy .bold { font-weight: 700; }

  /* CTA button */
  .cta {
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: 120px;
    background: #2f7376;
    border-radius: 60px;
    color: #ffffff;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 2px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  }

  /* Home indicator */
  .home-indicator {
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    height: 12px;
    background: #9e9e9e;
    border-radius: 8px;
    opacity: 0.8;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div>10:21</div>
    <div class="status-right">
      <span style="font-size:32px; color:#7a7a7a;">Calm</span>
      <span class="dot"></span>
      <div class="wifi"></div>
      <div class="battery"><div class="battery-fill"></div></div>
    </div>
  </div>

  <!-- Close icon -->
  <div class="close-btn">
    <svg width="64" height="64" viewBox="0 0 24 24">
      <path d="M5 5l14 14M19 5L5 19" stroke="#1c2a33" stroke-width="2.5" stroke-linecap="round"/>
    </svg>
  </div>

  <!-- Title -->
  <div class="title">Permission Request</div>

  <!-- Illustration Placeholder -->
  <div class="illustration">[IMG: Illustration - Person with fitness band holding phone with checkmark]</div>

  <!-- Main Heading -->
  <div class="main-heading">Allow Fitbit to send notifications?</div>

  <!-- Description copy -->
  <div class="copy">
    You can get notifications from Fitbit when you hit goal milestones, earn badges, get friend requests, and more.
  </div>

  <div class="copy" style="margin-top: 34px;">
    To get notifications, tap <span class="bold">Set permissions</span> and choose <span class="bold">Allow</span>.
    You can also update these permissions from your phone's settings.
  </div>

  <!-- CTA -->
  <div class="cta">SET PERMISSIONS</div>

  <!-- Home Indicator -->
  <div class="home-indicator"></div>
</div>
</body>
</html>