.MusicPlayer-module__GK1VwG__musicSection{color:#fff;background-color:#000;width:100%;padding:4rem 1.5rem 6rem}.MusicPlayer-module__GK1VwG__container{max-width:1200px;margin:0 auto}.MusicPlayer-module__GK1VwG__pageHeader{text-align:center;margin-bottom:3rem}.MusicPlayer-module__GK1VwG__albumBadge{color:var(--brand-red,red);text-transform:uppercase;letter-spacing:.15em;border:1px solid #ff000073;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.35rem .9rem;font-size:.78rem;font-weight:800;display:inline-flex}.MusicPlayer-module__GK1VwG__albumTitle{text-transform:uppercase;letter-spacing:.04em;color:#fff;margin:0 0 1rem;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:900}.MusicPlayer-module__GK1VwG__albumTitleHighlight{color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__albumTagline{color:#ffffffbf;max-width:620px;margin:0 auto;font-size:1.05rem;line-height:1.6}.MusicPlayer-module__GK1VwG__layout{grid-template-columns:400px 1fr;align-items:start;gap:2rem;display:grid}.MusicPlayer-module__GK1VwG__playerColumn{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:1.5rem}.MusicPlayer-module__GK1VwG__playerConsole{background-image:linear-gradient(165deg,#1a1a1a 0%,#111 55%,#0b0b0b 100%);border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;padding:2rem 1.75rem 1.75rem;display:flex}.MusicPlayer-module__GK1VwG__vinyl{background:radial-gradient(circle,#1c1c1c 0 28%,#0000 28%),radial-gradient(circle at 35% 30%,#ffffff17,#0000 55%),#0a0a0a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:210px;height:210px;margin-bottom:1.75rem;display:flex;position:relative;box-shadow:0 12px 30px #0009,0 0 0 1px #ffffff14}.MusicPlayer-module__GK1VwG__vinylGrooves{pointer-events:none;background:repeating-radial-gradient(circle,#ffffff0e 0 1px,#0000 1px 5px);border-radius:50%;position:absolute;inset:8px}.MusicPlayer-module__GK1VwG__vinylLabel{z-index:1;background-color:var(--brand-red,red);color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;width:96px;height:96px;display:flex;position:relative;box-shadow:0 0 0 4px #0a0a0a}.MusicPlayer-module__GK1VwG__vinylLabel:after{content:"";background-color:#000;border-radius:50%;width:10px;height:10px;position:absolute}.MusicPlayer-module__GK1VwG__vinylLabelText{text-transform:uppercase;letter-spacing:.1em;margin-top:.15rem;font-size:.6rem;font-weight:800}.MusicPlayer-module__GK1VwG__vinylLabelYear{letter-spacing:.05em;font-size:.9rem;font-weight:900}.MusicPlayer-module__GK1VwG__vinylSpinning{animation:6s linear infinite MusicPlayer-module__GK1VwG__spin}@keyframes MusicPlayer-module__GK1VwG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MusicPlayer-module__GK1VwG__nowPlaying{text-align:center;width:100%;margin-bottom:1.5rem}.MusicPlayer-module__GK1VwG__playingLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--brand-red,red);align-items:center;gap:.45rem;margin-bottom:.6rem;font-size:.7rem;font-weight:800;display:inline-flex}.MusicPlayer-module__GK1VwG__currentTitle{color:#fff;margin:0 0 .4rem;font-size:1.35rem;font-weight:800;line-height:1.3}.MusicPlayer-module__GK1VwG__currentArtist{color:#ffffff8c;letter-spacing:.03em;font-size:.82rem}.MusicPlayer-module__GK1VwG__equalizer{align-items:flex-end;gap:2px;height:12px;display:inline-flex}.MusicPlayer-module__GK1VwG__equalizer span{background-color:var(--brand-red,red);transform-origin:bottom;border-radius:1px;width:3px;height:100%;animation:.9s ease-in-out infinite MusicPlayer-module__GK1VwG__bounce;display:block}.MusicPlayer-module__GK1VwG__equalizer span:nth-child(2){animation-delay:.25s}.MusicPlayer-module__GK1VwG__equalizer span:nth-child(3){animation-delay:.5s}@keyframes MusicPlayer-module__GK1VwG__bounce{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.MusicPlayer-module__GK1VwG__progressContainer{width:100%;margin-bottom:1.35rem}.MusicPlayer-module__GK1VwG__progressBar,.MusicPlayer-module__GK1VwG__volumeBar{appearance:none;cursor:pointer;background:linear-gradient(to right, var(--brand-red,red) 0%, var(--brand-red,red) var(--progress,0%), #ffffff26 var(--progress,0%), #ffffff26 100%);border-radius:999px;width:100%;height:5px}.MusicPlayer-module__GK1VwG__progressBar::-webkit-slider-thumb{appearance:none;border:2px solid var(--brand-red,red);cursor:pointer;background-color:#fff;border-radius:50%;width:13px;height:13px}.MusicPlayer-module__GK1VwG__volumeBar::-webkit-slider-thumb{appearance:none;border:2px solid var(--brand-red,red);cursor:pointer;background-color:#fff;border-radius:50%;width:13px;height:13px}.MusicPlayer-module__GK1VwG__progressBar::-moz-range-thumb{border:2px solid var(--brand-red,red);cursor:pointer;background-color:#fff;border-radius:50%;width:13px;height:13px}.MusicPlayer-module__GK1VwG__volumeBar::-moz-range-thumb{border:2px solid var(--brand-red,red);cursor:pointer;background-color:#fff;border-radius:50%;width:13px;height:13px}.MusicPlayer-module__GK1VwG__timeRow{justify-content:space-between;margin-top:.5rem;display:flex}.MusicPlayer-module__GK1VwG__timeText{color:#ffffff80;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:.72rem;font-weight:700}.MusicPlayer-module__GK1VwG__controlsRow{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.35rem;display:flex}.MusicPlayer-module__GK1VwG__controlBtn{color:#fffc;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:color .2s,border-color .2s;display:inline-flex}.MusicPlayer-module__GK1VwG__controlBtn:hover{color:var(--brand-red,red);border-color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__playPauseBtn{background-color:var(--brand-red,red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .2s,background-color .2s;display:inline-flex}.MusicPlayer-module__GK1VwG__playPauseBtn:hover{background-color:#e00000;transform:scale(1.06)}.MusicPlayer-module__GK1VwG__playGlyph{margin-left:3px}.MusicPlayer-module__GK1VwG__volumeRow{align-items:center;gap:.7rem;width:100%;max-width:220px;display:flex}.MusicPlayer-module__GK1VwG__muteBtn{color:#ffffffa6;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:inline-flex}.MusicPlayer-module__GK1VwG__muteBtn:hover{color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__notesCard{border:1px solid #ffffff1a;border-left:3px solid var(--brand-red,red);background-color:#111;border-radius:10px;padding:1.5rem 1.4rem}.MusicPlayer-module__GK1VwG__albumDescription{color:#fffc;margin:0 0 1.1rem;font-size:.92rem;line-height:1.75}.MusicPlayer-module__GK1VwG__albumNote{color:#ffffff9e;border-top:1px solid #ffffff14;gap:.6rem;margin:0;padding-top:1.1rem;font-size:.85rem;line-height:1.65;display:flex}.MusicPlayer-module__GK1VwG__noteIcon{color:var(--brand-red,red);flex-shrink:0;margin-top:.2rem}.MusicPlayer-module__GK1VwG__emailLink{color:var(--brand-red,red);text-underline-offset:2px;text-decoration:underline}.MusicPlayer-module__GK1VwG__playlistSection{background-image:linear-gradient(170deg,#161616 0%,#101010 60%,#0b0b0b 100%);border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem 1.4rem}.MusicPlayer-module__GK1VwG__playlistHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.MusicPlayer-module__GK1VwG__playlistTitle{text-transform:uppercase;letter-spacing:.12em;color:#fff;align-items:center;gap:.55rem;margin:0;font-size:1rem;font-weight:900;display:inline-flex}.MusicPlayer-module__GK1VwG__playlistIcon{color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__trackCount{text-transform:uppercase;letter-spacing:.12em;color:#ffffff80;font-size:.72rem;font-weight:800}.MusicPlayer-module__GK1VwG__trackList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.MusicPlayer-module__GK1VwG__trackItem{border-bottom:1px solid #ffffff0f;border-left:2px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding-right:.5rem;transition:background-color .2s,border-left-color .2s;display:flex}.MusicPlayer-module__GK1VwG__trackItem:last-child{border-bottom:none}.MusicPlayer-module__GK1VwG__trackItem:hover{background-color:#ffffff09}.MusicPlayer-module__GK1VwG__trackActive{border-left-color:var(--brand-red,red);background-color:#ff000012}.MusicPlayer-module__GK1VwG__trackButton{min-width:0;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;flex:1;align-items:center;gap:1rem;padding:.85rem .5rem .85rem .9rem;display:flex}.MusicPlayer-module__GK1VwG__trackIndicator{border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s,background-color .2s;display:inline-flex;position:relative}.MusicPlayer-module__GK1VwG__trackActive .MusicPlayer-module__GK1VwG__trackIndicator{border-color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__trackNumber{color:#ffffff8c;font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:800;transition:opacity .2s}.MusicPlayer-module__GK1VwG__trackPlayGlyph{color:var(--brand-red,red);opacity:0;margin-left:2px;transition:opacity .2s;position:absolute}.MusicPlayer-module__GK1VwG__trackButton:hover .MusicPlayer-module__GK1VwG__trackNumber,.MusicPlayer-module__GK1VwG__trackButton:focus-visible .MusicPlayer-module__GK1VwG__trackNumber{opacity:0}.MusicPlayer-module__GK1VwG__trackButton:hover .MusicPlayer-module__GK1VwG__trackPlayGlyph,.MusicPlayer-module__GK1VwG__trackButton:focus-visible .MusicPlayer-module__GK1VwG__trackPlayGlyph{opacity:1}.MusicPlayer-module__GK1VwG__trackButton:hover .MusicPlayer-module__GK1VwG__trackIndicator,.MusicPlayer-module__GK1VwG__trackButton:focus-visible .MusicPlayer-module__GK1VwG__trackIndicator{border-color:var(--brand-red,red);background-color:#ff00001a}.MusicPlayer-module__GK1VwG__trackInfoCol{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.MusicPlayer-module__GK1VwG__trackName{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;transition:color .2s;overflow:hidden}.MusicPlayer-module__GK1VwG__trackActive .MusicPlayer-module__GK1VwG__trackName{color:var(--brand-red,red);font-weight:800}.MusicPlayer-module__GK1VwG__trackButton:hover .MusicPlayer-module__GK1VwG__trackName{color:#fff}.MusicPlayer-module__GK1VwG__trackActive .MusicPlayer-module__GK1VwG__trackButton:hover .MusicPlayer-module__GK1VwG__trackName{color:var(--brand-red,red)}.MusicPlayer-module__GK1VwG__trackArtist{color:#ffffff73;font-size:.75rem}.MusicPlayer-module__GK1VwG__trackDuration{color:#ffffff80;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.8rem;font-weight:700}.MusicPlayer-module__GK1VwG__downloadBtn{color:#ffffff73;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.MusicPlayer-module__GK1VwG__downloadBtn:hover{color:var(--brand-red,red);background-color:#ff000014;border-color:#ff000080}@media (max-width:968px){.MusicPlayer-module__GK1VwG__musicSection{padding:3rem 1rem 4rem}.MusicPlayer-module__GK1VwG__layout{grid-template-columns:1fr;gap:1.5rem}.MusicPlayer-module__GK1VwG__playerColumn{position:static}.MusicPlayer-module__GK1VwG__vinyl{width:170px;height:170px}.MusicPlayer-module__GK1VwG__vinylLabel{width:78px;height:78px}.MusicPlayer-module__GK1VwG__playerConsole{padding:1.75rem 1.25rem 1.5rem}.MusicPlayer-module__GK1VwG__playlistSection{padding:1.25rem 1rem}.MusicPlayer-module__GK1VwG__trackButton{gap:.75rem;padding-left:.6rem}.MusicPlayer-module__GK1VwG__trackArtist{display:none}}@media (prefers-reduced-motion:reduce){.MusicPlayer-module__GK1VwG__vinylSpinning{animation:none}.MusicPlayer-module__GK1VwG__equalizer span{animation:none;transform:scaleY(.7)}.MusicPlayer-module__GK1VwG__playPauseBtn:hover{transform:none}}
