File size: 12,049 Bytes
67530d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Playlist Screen Mock</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: linear-gradient(180deg, #222 0%, #1a1a1a 30%, #101010 100%);
    color: #fff;
  }
  .status-bar {
    position: absolute; top: 0; left: 0; width: 100%; height: 110px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 36px; color: #fff; font-weight: 600; font-size: 36px;
    opacity: 0.95;
  }
  .status-icons { display: flex; align-items: center; gap: 26px; }
  .icon { width: 42px; height: 42px; fill: #fff; }
  .content { position: relative; padding: 120px 44px 240px; }
  .header-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
  .header-btn { width: 72px; height: 72px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border-radius: 36px; }
  .cover {
    width: 800px; height: 800px; margin: 0 auto 36px;
    background: #E0E0E0; border: 1px solid #BDBDBD; color: #757575;
    display: flex; align-items: center; justify-content: center; font-size: 36px;
  }
  .title { text-align: center; font-size: 64px; font-weight: 800; margin-top: 8px; }
  .sub-row { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 12px 0 40px; }
  .avatar-sm { width: 48px; height: 48px; border-radius: 50%; background: #546E7A; display: flex; align-items: center; justify-content: center; font-weight: 700; color: #e0e0e0; }
  .username { color: #ffb74d; font-size: 34px; font-weight: 700; }
  .actions { display: flex; justify-content: space-around; margin: 24px 0 36px; text-align: center; }
  .action { width: 200px; }
  .action .icon { width: 56px; height: 56px; }
  .action label { display: block; margin-top: 12px; color: #d0d0d0; font-size: 30px; }
  .play-actions { display: flex; gap: 32px; justify-content: center; margin: 24px 0 40px; }
  .pill {
    flex: 0 0 430px; height: 120px; border-radius: 60px; background: #2b2b2b;
    display: flex; align-items: center; justify-content: center; gap: 18px;
    font-size: 36px; font-weight: 700; color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  }
  .pill .icon { width: 48px; height: 48px; fill: #ffb74d; }
  .separator { height: 2px; background: #2a2a2a; margin: 28px 0; }
  .track-item {
    display: flex; align-items: center; gap: 22px; padding: 24px 12px;
  }
  .track-thumb {
    width: 120px; height: 120px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px;
  }
  .track-num { color: #ffb74d; font-weight: 800; font-size: 36px; margin-right: 10px; }
  .track-text { flex: 1; }
  .track-title { font-size: 40px; font-weight: 700; }
  .track-sub { font-size: 32px; color: #bdbdbd; margin-top: 6px; }
  .track-actions { display: flex; align-items: center; gap: 26px; }
  .heart { width: 46px; height: 46px; fill: none; stroke: #ddd; stroke-width: 4px; }
  .dots { width: 10px; height: 46px; display: flex; flex-direction: column; justify-content: center; gap: 10px; }
  .dots span { width: 10px; height: 10px; background: #d0d0d0; border-radius: 50%; display: block; }
  .profile-card { display: flex; align-items: center; gap: 24px; padding: 26px 12px; }
  .avatar-lg { width: 120px; height: 120px; border-radius: 60px; background: #607D8B; color: #fff; font-weight: 800; font-size: 56px; display: flex; align-items: center; justify-content: center; }
  .profile-text .name { font-size: 40px; font-weight: 700; }
  .profile-text .subs { font-size: 30px; color: #ffb74d; margin-top: 6px; }
  .tag { display: inline-block; padding: 16px 24px; background: #2b2b2b; border-radius: 16px; font-weight: 800; letter-spacing: 1px; margin: 18px 0 30px; }
  .ad-carousel {
    background: #1b1b1b; border-top: 1px solid #2a2a2a; border-bottom: 1px solid #2a2a2a;
    padding: 20px; display: flex; align-items: center; gap: 16px;
  }
  .ad-img {
    width: 160px; height: 140px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center; color: #757575; font-size: 24px; border-radius: 8px;
  }
  .ad-spacer { flex: 1; }
  .ad-play { width: 72px; height: 72px; border-radius: 36px; background: #2b2b2b; display: flex; align-items: center; justify-content: center; }
  .bottom-nav {
    position: absolute; bottom: 0; left: 0; width: 100%; height: 240px; background: #141414;
    border-top: 1px solid #2a2a2a; display: flex; flex-direction: column; justify-content: space-between;
  }
  .nav-row { display: flex; justify-content: space-around; align-items: center; height: 180px; padding: 0 24px; }
  .nav-item { width: 180px; text-align: center; color: #dcdcdc; }
  .nav-item .icon { width: 54px; height: 54px; margin: 0 auto 10px; }
  .nav-item label { font-size: 26px; }
  .active label { color: #ffb74d; font-weight: 700; }
  .library-badge {
    width: 64px; height: 64px; border-radius: 32px; border: 4px solid #ffb74d; color: #ffb74d; display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
  }
  .home-indicator {
    height: 8px; width: 320px; background: #fff; border-radius: 8px; margin: 0 auto 20px; opacity: 0.9;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div>12:16</div>
    <div class="status-icons">
      <!-- Minimal mail icon -->
      <svg class="icon" viewBox="0 0 24 24"><path d="M2 5h20v14H2z" fill="none" stroke="#fff" stroke-width="2"/><path d="M2 6l10 7 10-7" fill="none" stroke="#fff" stroke-width="2"/></svg>
      <!-- Network icon -->
      <svg class="icon" viewBox="0 0 24 24"><path d="M4 16h2v2H4zM9 12h2v6H9zM14 9h2v9h-2zM19 5h2v13h-2z" fill="#fff"/></svg>
      <!-- Video icon -->
      <svg class="icon" viewBox="0 0 24 24"><rect x="3" y="6" width="14" height="12" rx="2" fill="#fff"/><polygon points="18,9 23,12 18,15" fill="#fff"/></svg>
      <!-- Settings dot -->
      <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/><circle cx="12" cy="12" r="2" fill="#fff"/></svg>
      <!-- Wi-Fi -->
      <svg class="icon" viewBox="0 0 24 24"><path d="M2 8c10-7 20 0 20 0M6 12c6-4 12 0 12 0M10 16c2-1 4 0 4 0" fill="none" stroke="#fff" stroke-width="2"/><circle cx="12" cy="19" r="1.5" fill="#fff"/></svg>
      <!-- Battery -->
      <svg class="icon" viewBox="0 0 26 24"><rect x="3" y="6" width="18" height="12" rx="2" fill="none" stroke="#fff" stroke-width="2"/><rect x="22" y="10" width="3" height="4" fill="#fff"/></svg>
    </div>
  </div>

  <div class="content">
    <!-- Header controls -->
    <div class="header-row">
      <div class="header-btn">
        <svg class="icon" viewBox="0 0 24 24"><path d="M15 4L7 12l8 8" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>
      </div>
      <div class="header-btn">
        <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="none" stroke="#fff" stroke-width="2"/><rect x="11" y="7" width="2" height="6" fill="#fff"/><circle cx="12" cy="16" r="1.5" fill="#fff"/></svg>
      </div>
    </div>

    <!-- Album cover -->
    <div class="cover">[IMG: Concert Photo]</div>

    <!-- Title and username -->
    <div class="title">My Lo-fi</div>
    <div class="sub-row">
      <div class="avatar-sm">C</div>
      <div class="username">dbwscratch.test.id8</div>
    </div>

    <!-- Action row -->
    <div class="actions">
      <div class="action">
        <svg class="icon" viewBox="0 0 24 24"><path d="M3 4h18v12H7l-4 4z" fill="none" stroke="#fff" stroke-width="2"/></svg>
        <label>Comments</label>
      </div>
      <div class="action">
        <svg class="icon" viewBox="0 0 24 24"><path d="M12 3v10M7 8l5 5 5-5" fill="none" stroke="#fff" stroke-width="2"/><rect x="4" y="16" width="16" height="4" rx="2" fill="#fff"/></svg>
        <label>Download</label>
      </div>
      <div class="action">
        <svg class="icon" viewBox="0 0 24 24"><path d="M3 12l8-3v6l-8-3zM13 8l8-3v14l-8-3z" fill="#fff"/></svg>
        <label>Share</label>
      </div>
      <div class="action">
        <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5" fill="none" stroke="#fff" stroke-width="2"/><path d="M12 1v4M12 19v4M1 12h4M19 12h4M4.2 4.2l2.8 2.8M17 17l2.8 2.8M19.8 4.2L17 7M7 17l-2.8 2.8" stroke="#fff" stroke-width="2"/></svg>
        <label>Edit</label>
      </div>
    </div>

    <!-- Play / Shuffle -->
    <div class="play-actions">
      <div class="pill">
        <svg class="icon" viewBox="0 0 24 24"><polygon points="6,4 20,12 6,20" fill="#ffb74d"/></svg>
        <span>Play Playlist</span>
      </div>
      <div class="pill">
        <svg class="icon" viewBox="0 0 24 24"><path d="M3 6h6l4 5h8M3 18h6l4-5h8" fill="none" stroke="#ffb74d" stroke-width="2"/><path d="M19 5v4M19 15v4" fill="none" stroke="#ffb74d" stroke-width="2"/></svg>
        <span>Shuffle</span>
      </div>
    </div>

    <div class="separator"></div>

    <!-- Track list item -->
    <div class="track-item">
      <span class="track-num">1.</span>
      <div class="track-thumb">[IMG: Album Art]</div>
      <div class="track-text">
        <div class="track-title">GOLd</div>
        <div class="track-sub">Ryan</div>
      </div>
      <div class="track-actions">
        <svg class="heart" viewBox="0 0 24 24"><path d="M12 21s-8-5.5-8-11a5 5 0 0 1 9-3 5 5 0 0 1 9 3c0 5.5-8 11-8 11z"/></svg>
        <div class="dots"><span></span><span></span><span></span></div>
      </div>
    </div>

    <div class="separator"></div>

    <!-- Profile card -->
    <div class="profile-card">
      <div class="avatar-lg">C</div>
      <div class="profile-text">
        <div class="name">dbwscratch.test.id8</div>
        <div class="subs">0 Followers</div>
      </div>
    </div>

    <div class="tag">#OTHER</div>

    <!-- Ad carousel -->
    <div class="ad-carousel">
      <div class="ad-img">[IMG: Myntra Logo Ad]</div>
      <div class="ad-img">[IMG: Shoe Ad]</div>
      <div class="ad-img">[IMG: Shoe Ad]</div>
      <div class="ad-img">[IMG: Shoe Ad]</div>
      <div class="ad-img">[IMG: Shoe Ad]</div>
      <div class="ad-img">[IMG: Shoe Ad]</div>
      <div class="ad-spacer"></div>
      <div class="ad-play">
        <svg class="icon" viewBox="0 0 24 24"><polygon points="8,5 19,12 8,19" fill="#fff"/></svg>
      </div>
      <div class="dots" style="margin-left:16px;"><span></span><span></span><span></span></div>
    </div>

  </div>

  <!-- Bottom navigation -->
  <div class="bottom-nav">
    <div class="nav-row">
      <div class="nav-item">
        <svg class="icon" viewBox="0 0 24 24"><path d="M12 2c-2 3-3 4-3 6a5 5 0 0 0 10 0c0-2-1-3-3-6-1 2-2 3-4 0z" fill="#fff"/></svg>
        <label>Discover</label>
      </div>
      <div class="nav-item">
        <svg class="icon" viewBox="0 0 24 24"><rect x="4" y="5" width="16" height="2" fill="#fff"/><rect x="4" y="11" width="16" height="2" fill="#fff"/><rect x="4" y="17" width="12" height="2" fill="#fff"/></svg>
        <label>Playlists</label>
      </div>
      <div class="nav-item">
        <svg class="icon" viewBox="0 0 24 24"><circle cx="10" cy="10" r="6" fill="none" stroke="#fff" stroke-width="2"/><path d="M15 15l6 6" fill="none" stroke="#fff" stroke-width="2"/></svg>
        <label>Search</label>
      </div>
      <div class="nav-item">
        <svg class="icon" viewBox="0 0 24 24"><circle cx="12" cy="8" r="4" fill="#fff"/><path d="M4 22c2-5 14-5 16 0" fill="none" stroke="#fff" stroke-width="2"/></svg>
        <label>Feed</label>
      </div>
      <div class="nav-item active">
        <div class="library-badge">C</div>
        <label>My Library</label>
      </div>
    </div>
    <div class="home-indicator"></div>
  </div>

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