.SidebarNav-module__6haYzG__nav{-webkit-backdrop-filter:blur(20px);border-right:1px solid var(--border);background:#05050780;flex-direction:column;gap:2rem;height:100%;padding:2rem 1.5rem;display:flex}.SidebarNav-module__6haYzG__logo{align-items:center;gap:.8rem;margin-bottom:2rem;padding-left:.5rem;display:flex}.SidebarNav-module__6haYzG__logoIcon{filter:drop-shadow(0 0 10px #8b5cf680);font-size:1.8rem}.SidebarNav-module__6haYzG__logoText{letter-spacing:-.5px;background:linear-gradient(135deg,#fff 0%,var(--primary)100%);-webkit-text-fill-color:transparent;text-shadow:0 0 20px #8b5cf64d;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.SidebarNav-module__6haYzG__menu{flex-direction:column;gap:.8rem;display:flex}.SidebarNav-module__6haYzG__menuTitle{text-transform:uppercase;color:#fff6;letter-spacing:1.5px;margin-bottom:.5rem;padding-left:1rem;font-size:.7rem;font-weight:700}.SidebarNav-module__6haYzG__navItem{color:#fff9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;align-items:center;gap:1.2rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.SidebarNav-module__6haYzG__navItem:hover{color:#fff;text-shadow:0 0 10px #ffffff4d;background:#ffffff0d;transform:translate(4px)}.SidebarNav-module__6haYzG__active{color:#fff;background:linear-gradient(90deg,#ff00801a,#8b5cf60d);border:1px solid #ff008033;box-shadow:0 4px 20px #ff00801a}.SidebarNav-module__6haYzG__active:before{content:"";background:var(--neon-pink);width:4px;height:40%;box-shadow:0 0 10px var(--neon-pink);border-radius:0 4px 4px 0;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SidebarNav-module__6haYzG__footer{border-top:1px solid var(--border);opacity:.6;text-align:center;margin-top:auto;padding-top:2rem;font-size:.8rem}@media (max-width:768px){.SidebarNav-module__6haYzG__nav{border-right:none;border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;height:auto;padding:.75rem .5rem;display:grid;overflow:hidden}.SidebarNav-module__6haYzG__logo{display:none}.SidebarNav-module__6haYzG__menu{display:contents}.SidebarNav-module__6haYzG__menuTitle{display:none}.SidebarNav-module__6haYzG__navItem{text-align:center;border-radius:8px;flex-direction:column;justify-content:center;gap:.3rem;width:100%;padding:.5rem .2rem;font-size:.7rem}.SidebarNav-module__6haYzG__navItem span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;line-height:1;overflow:hidden;display:block!important}.SidebarNav-module__6haYzG__navItem svg{width:18px;height:18px;margin-bottom:2px}.SidebarNav-module__6haYzG__navItem:hover{background:#ffffff0d;transform:none}.SidebarNav-module__6haYzG__active{box-shadow:none;background:#ffffff1a;border:1px solid #fff3;border-radius:8px}.SidebarNav-module__6haYzG__active:before,.SidebarNav-module__6haYzG__footer{display:none}}
.PlaylistViewer-module__wdoKAa__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5000;opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s forwards PlaylistViewer-module__wdoKAa__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes PlaylistViewer-module__wdoKAa__fadeIn{to{opacity:1}}.PlaylistViewer-module__wdoKAa__modal{opacity:0;background:#0a0a0e;border:1px solid #ffffff14;border-radius:32px;flex-direction:column;width:90%;max-width:900px;height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards PlaylistViewer-module__wdoKAa__slideUp;display:flex;position:relative;overflow:hidden;transform:scale(.95);box-shadow:0 50px 100px -20px #000c}@keyframes PlaylistViewer-module__wdoKAa__slideUp{to{opacity:1;transform:scale(1)}}.PlaylistViewer-module__wdoKAa__closeBtn{z-index:10;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.PlaylistViewer-module__wdoKAa__closeBtn:hover{background:#fff3;transform:rotate(90deg)}.PlaylistViewer-module__wdoKAa__header{background:linear-gradient(#ffffff05,#0000);align-items:flex-end;gap:3rem;padding:3rem;display:flex;position:relative}.PlaylistViewer-module__wdoKAa__artworkContainer{z-index:2;border-radius:12px;width:240px;height:240px;position:relative;box-shadow:0 20px 50px #00000080}.PlaylistViewer-module__wdoKAa__artwork{background-position:50%;background-size:cover;border-radius:12px;width:100%;height:100%}.PlaylistViewer-module__wdoKAa__artwork:after{content:"";background:inherit;filter:blur(20px);opacity:.6;z-index:-1;border-radius:50%;height:20px;position:absolute;bottom:-20px;left:10px;right:10px}.PlaylistViewer-module__wdoKAa__info{z-index:2;flex-direction:column;flex:1;gap:1rem;display:flex}.PlaylistViewer-module__wdoKAa__subtitle{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);font-size:.8rem}.PlaylistViewer-module__wdoKAa__title{text-shadow:0 0 30px #ffffff1a;background:linear-gradient(#fff,#ccc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:4rem;font-weight:800;line-height:1}.PlaylistViewer-module__wdoKAa__meta{color:var(--text-muted);align-items:center;gap:1rem;font-size:.9rem;display:flex}.PlaylistViewer-module__wdoKAa__creator{color:#fff;align-items:center;gap:.5rem;font-weight:600;display:flex}.PlaylistViewer-module__wdoKAa__avatar{background:#333;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;display:flex}.PlaylistViewer-module__wdoKAa__actions{align-items:center;gap:1.5rem;margin-top:1rem;display:flex}.PlaylistViewer-module__wdoKAa__playBtn{background:var(--neon-pink);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .2s;display:flex;box-shadow:0 0 20px #ff008066}.PlaylistViewer-module__wdoKAa__playBtn:hover{transform:scale(1.05);box-shadow:0 0 30px #ff008099}.PlaylistViewer-module__wdoKAa__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.PlaylistViewer-module__wdoKAa__actionBtn:hover{color:#fff;transform:scale(1.1)}.PlaylistViewer-module__wdoKAa__actionBtn.PlaylistViewer-module__wdoKAa__liked{color:var(--neon-pink)}.PlaylistViewer-module__wdoKAa__tracklist{background:linear-gradient(#0003,#0000);flex:1;padding:0 3rem 3rem;overflow-y:auto}.PlaylistViewer-module__wdoKAa__trackHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #ffffff1a;grid-template-columns:40px 1fr 100px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8rem;display:grid}.PlaylistViewer-module__wdoKAa__track{cursor:pointer;color:#ffffffb3;border-radius:8px;grid-template-columns:40px 1fr 100px;align-items:center;padding:.8rem 1rem;transition:background .2s;display:grid}.PlaylistViewer-module__wdoKAa__track:hover{color:#fff;background:#ffffff0d}.PlaylistViewer-module__wdoKAa__trackNum{color:var(--text-muted);justify-content:flex-start;align-items:center;min-width:0;font-size:.9rem;display:flex}.PlaylistViewer-module__wdoKAa__track:hover .PlaylistViewer-module__wdoKAa__num{display:none}.PlaylistViewer-module__wdoKAa__trackPlayIcon{color:#fff;display:none}.PlaylistViewer-module__wdoKAa__track:hover .PlaylistViewer-module__wdoKAa__trackPlayIcon{display:block}.PlaylistViewer-module__wdoKAa__trackTitle{font-size:1rem;font-weight:500}.PlaylistViewer-module__wdoKAa__trackArtist{color:var(--text-muted);font-size:.8rem;display:block}.PlaylistViewer-module__wdoKAa__trackDuration{text-align:right;font-variant-numeric:tabular-nums}.PlaylistViewer-module__wdoKAa__activeTrack{background:#ffffff0d}.PlaylistViewer-module__wdoKAa__playingAnim{align-items:flex-end;gap:2px;width:14px;height:12px;display:flex}.PlaylistViewer-module__wdoKAa__playingAnim span{background:var(--neon-pink);width:3px;animation:.5s ease-in-out infinite alternate PlaylistViewer-module__wdoKAa__barBounce}.PlaylistViewer-module__wdoKAa__playingAnim span:first-child{height:60%;animation-delay:0s}.PlaylistViewer-module__wdoKAa__playingAnim span:nth-child(2){height:100%;animation-delay:.15s}.PlaylistViewer-module__wdoKAa__playingAnim span:nth-child(3){height:40%;animation-delay:.3s}@keyframes PlaylistViewer-module__wdoKAa__barBounce{0%{opacity:.7;height:20%}to{opacity:1;height:100%}}@media (max-width:768px){.PlaylistViewer-module__wdoKAa__modal{border-radius:0;width:100%;height:100%}.PlaylistViewer-module__wdoKAa__header{text-align:center;flex-direction:column;align-items:center;padding:2rem}.PlaylistViewer-module__wdoKAa__title{font-size:2.5rem}.PlaylistViewer-module__wdoKAa__info{align-items:center}.PlaylistViewer-module__wdoKAa__tracklist{padding:1rem}}
.FanLeaderboard-module__qlll0G__container{border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#141414e6,#0a0a0af2);border-radius:20px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #0006}.FanLeaderboard-module__qlll0G__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:.8rem;display:flex}.FanLeaderboard-module__qlll0G__header h3{text-transform:uppercase;letter-spacing:1px;color:#fff;align-items:center;gap:.5rem;margin:0;font-size:1rem;font-weight:800;display:flex}.FanLeaderboard-module__qlll0G__week{color:gold;background:#ffd7001a;border:1px solid #ffd70033;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:700}.FanLeaderboard-module__qlll0G__podium{justify-content:center;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;padding:0 1rem;display:flex}.FanLeaderboard-module__qlll0G__podiumPlace{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.FanLeaderboard-module__qlll0G__firstPlace{order:2;margin-bottom:15px;transform:scale(1.1)}.FanLeaderboard-module__qlll0G__secondPlace{order:1}.FanLeaderboard-module__qlll0G__thirdPlace{order:3}.FanLeaderboard-module__qlll0G__avatarLarge{z-index:2;background:#ffffff1a;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:-15px;font-size:1.5rem;display:flex;box-shadow:0 5px 15px #00000080}.FanLeaderboard-module__qlll0G__podiumRank{z-index:3;color:#000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-bottom:.5rem;font-size:.9rem;font-weight:900;display:flex;box-shadow:0 0 10px #00000080}.FanLeaderboard-module__qlll0G__firstPlace .FanLeaderboard-module__qlll0G__avatarLarge{border-color:gold;box-shadow:0 0 20px #ffd7004d}.FanLeaderboard-module__qlll0G__firstPlace .FanLeaderboard-module__qlll0G__podiumRank{background:linear-gradient(135deg,gold,#fdb931)}.FanLeaderboard-module__qlll0G__firstPlace .FanLeaderboard-module__qlll0G__podiumScore{color:gold;font-weight:700}.FanLeaderboard-module__qlll0G__secondPlace .FanLeaderboard-module__qlll0G__avatarLarge{border-color:silver}.FanLeaderboard-module__qlll0G__secondPlace .FanLeaderboard-module__qlll0G__podiumRank{background:linear-gradient(135deg,#e0e0e0,#bdbdbd)}.FanLeaderboard-module__qlll0G__secondPlace .FanLeaderboard-module__qlll0G__podiumScore{color:silver}.FanLeaderboard-module__qlll0G__thirdPlace .FanLeaderboard-module__qlll0G__avatarLarge{border-color:#cd7f32}.FanLeaderboard-module__qlll0G__thirdPlace .FanLeaderboard-module__qlll0G__podiumRank{color:#fff;background:linear-gradient(135deg,#cd7f32,sienna)}.FanLeaderboard-module__qlll0G__thirdPlace .FanLeaderboard-module__qlll0G__podiumScore{color:#cd7f32}.FanLeaderboard-module__qlll0G__crown{animation:2s ease-in-out infinite FanLeaderboard-module__qlll0G__float;position:absolute;top:-28px}@keyframes FanLeaderboard-module__qlll0G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.FanLeaderboard-module__qlll0G__podiumName{white-space:nowrap;text-overflow:ellipsis;max-width:80px;margin-bottom:2px;font-size:.85rem;font-weight:700;overflow:hidden}.FanLeaderboard-module__qlll0G__podiumScore{opacity:.8;font-family:monospace;font-size:.75rem}.FanLeaderboard-module__qlll0G__list{flex-direction:column;gap:.5rem;display:flex}.FanLeaderboard-module__qlll0G__row{border-bottom:1px solid #ffffff08;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .8rem;transition:all .2s;display:flex}.FanLeaderboard-module__qlll0G__row:hover{background:#ffffff0d}.FanLeaderboard-module__qlll0G__currentUserRow{border:1px solid #ff00804d;background:#ff008026!important}.FanLeaderboard-module__qlll0G__rank{width:20px;color:var(--text-muted);text-align:center;font-size:.8rem;font-weight:700}.FanLeaderboard-module__qlll0G__info{flex:1;overflow:hidden}.FanLeaderboard-module__qlll0G__name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.FanLeaderboard-module__qlll0G__details{color:var(--text-muted);font-size:.7rem}.FanLeaderboard-module__qlll0G__score{color:var(--neon-cyan);font-family:monospace;font-size:.8rem;font-weight:700}.FanLeaderboard-module__qlll0G__stickyFooter{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1rem}.FanLeaderboard-module__qlll0G__stickyLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;text-align:center;margin-bottom:.5rem;font-size:.7rem}.FanLeaderboard-module__qlll0G__stickyRow{background:linear-gradient(90deg,#ff008033,#7928ca33);border:1px solid #ff00804d;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;display:flex}
.PlaylistCard-module__tXbPja__card{aspect-ratio:1;border-radius:var(--radius-md);cursor:pointer;perspective:1000px;width:100%;transition:transform .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:visible}.PlaylistCard-module__tXbPja__card:hover{z-index:10;transform:scale(1.02)}.PlaylistCard-module__tXbPja__sleeve{border-radius:var(--radius-md);z-index:2;width:100%;height:100%;transform-style:preserve-3d;background:#050505;border:1px solid #ffffff1a;transition:border-color .3s,box-shadow .3s,transform .4s ease-out;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.PlaylistCard-module__tXbPja__card:hover .PlaylistCard-module__tXbPja__sleeve{border-color:var(--glow-color,#ffffff80);box-shadow:0 0 15px var(--glow-color,#fff3);transform:rotateY(-5deg)}.PlaylistCard-module__tXbPja__sleeveOverlay{z-index:3;background:linear-gradient(#0000 0%,#000c 100%);position:absolute;inset:0}.PlaylistCard-module__tXbPja__vinyl{z-index:1;background:radial-gradient(circle,#000 0%,#111 20%,#000 21%,#111 25%,#000 26%,#111 30%,#000 31%,#111 35%,#000 36%,#111 40%,#000 41%,#111 45%,#000 46%,#1c1c1c 50%,#000 55%,#111 60%,#000 65%,#111 70%,#000 100%);border-radius:50%;justify-content:center;align-items:center;width:90%;height:90%;transition:transform .5s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:5%;right:5%;box-shadow:0 4px 15px #00000080}.PlaylistCard-module__tXbPja__card:hover .PlaylistCard-module__tXbPja__vinyl,.PlaylistCard-module__tXbPja__card.PlaylistCard-module__tXbPja__playing .PlaylistCard-module__tXbPja__vinyl{transform:translate(40%)}.PlaylistCard-module__tXbPja__vinylLabel{background-position:50%;background-size:cover;border:2px solid #fff3;border-radius:50%;width:35%;height:35%}@keyframes PlaylistCard-module__tXbPja__spin{0%{transform:translate(40%)rotate(0)}to{transform:translate(40%)rotate(360deg)}}.PlaylistCard-module__tXbPja__card.PlaylistCard-module__tXbPja__playing .PlaylistCard-module__tXbPja__vinyl{animation:3s linear infinite PlaylistCard-module__tXbPja__spin}.PlaylistCard-module__tXbPja__card:before{content:"";border-radius:var(--radius-md);box-shadow:0 0 50px var(--glow-color,var(--primary));opacity:0;z-index:0;transition:opacity .3s;position:absolute;inset:0}.PlaylistCard-module__tXbPja__card:hover:before{opacity:.4}.PlaylistCard-module__tXbPja__content{z-index:5;color:#fff;width:100%;padding:1.5rem;position:absolute;bottom:0;left:0}.PlaylistCard-module__tXbPja__title{text-shadow:0 2px 10px #00000080;margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.PlaylistCard-module__tXbPja__creator{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.PlaylistCard-module__tXbPja__playOrb{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;z-index:10;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.PlaylistCard-module__tXbPja__card:hover .PlaylistCard-module__tXbPja__playOrb,.PlaylistCard-module__tXbPja__card.PlaylistCard-module__tXbPja__playing .PlaylistCard-module__tXbPja__playOrb{opacity:1;transform:translate(-50%,-50%)scale(1)}.PlaylistCard-module__tXbPja__playOrb:hover{background:var(--neon-pink);border-color:var(--neon-pink);box-shadow:0 0 20px var(--neon-pink);transform:translate(-50%,-50%)scale(1.1)}.PlaylistCard-module__tXbPja__visualizer{align-items:flex-end;gap:3px;height:20px;margin-left:auto;display:flex}.PlaylistCard-module__tXbPja__bar{background:var(--neon-cyan);width:3px;animation:.5s ease-in-out infinite alternate PlaylistCard-module__tXbPja__bounce}.PlaylistCard-module__tXbPja__bar:nth-child(2){height:60%;animation-delay:.1s}.PlaylistCard-module__tXbPja__bar:nth-child(3){height:80%;animation-delay:.2s}.PlaylistCard-module__tXbPja__bar:nth-child(4){height:40%;animation-delay:.3s}@keyframes PlaylistCard-module__tXbPja__bounce{0%{opacity:.5;height:20%}to{opacity:1;height:100%}}
.VotingSection-module__jJftoW__section{background:linear-gradient(#ffffff08 0%,#0000 100%);border:1px solid #ffffff0d;border-radius:16px;margin:3rem 0;padding:1.5rem}.VotingSection-module__jJftoW__header{justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;display:flex}.VotingSection-module__jJftoW__titleArea h2{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem}.VotingSection-module__jJftoW__subtitle{color:var(--text-muted);max-width:600px;font-size:.9rem}.VotingSection-module__jJftoW__timerBadge{color:#ff0050;background:#ff00501a;border:1px solid #ff00504d;border-radius:20px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.VotingSection-module__jJftoW__timerDot{background:#ff0050;border-radius:50%;width:8px;height:8px;animation:1.5s infinite VotingSection-module__jJftoW__pulse}@keyframes VotingSection-module__jJftoW__pulse{0%{opacity:1;box-shadow:0 0 #ff005066}70%{opacity:.5;box-shadow:0 0 0 6px #ff005000}to{opacity:1;box-shadow:0 0 #ff005000}}.VotingSection-module__jJftoW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.VotingSection-module__jJftoW__section{margin:1.5rem 0;padding:1rem}.VotingSection-module__jJftoW__header{flex-direction:column;align-items:flex-start;gap:1rem}.VotingSection-module__jJftoW__titleArea h2{font-size:1.2rem}.VotingSection-module__jJftoW__subtitle{font-size:.85rem}.VotingSection-module__jJftoW__timerBadge{align-self:flex-start;padding:.4rem .8rem;font-size:.75rem}.VotingSection-module__jJftoW__grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.VotingSection-module__jJftoW__section{margin:1rem 0;padding:.75rem}.VotingSection-module__jJftoW__titleArea h2{font-size:1.1rem}.VotingSection-module__jJftoW__subtitle{font-size:.8rem}}
.VotingCard-module__lEJQsa__card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.VotingCard-module__lEJQsa__card:hover{background:#ffffff12;border-color:#fff3;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.VotingCard-module__lEJQsa__visualizerOverlay{z-index:0;opacity:.6;pointer-events:none;mix-blend-mode:screen;width:200%;height:200%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VotingCard-module__lEJQsa__artworkContainer{z-index:1;border-radius:8px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.VotingCard-module__lEJQsa__artwork{background-position:50%;background-size:cover;width:100%;height:100%}.VotingCard-module__lEJQsa__playOverlay{opacity:0;cursor:pointer;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.VotingCard-module__lEJQsa__card:hover .VotingCard-module__lEJQsa__playOverlay,.VotingCard-module__lEJQsa__playing .VotingCard-module__lEJQsa__playOverlay{opacity:1}.VotingCard-module__lEJQsa__playBtn{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 0 10px #ffffff80}.VotingCard-module__lEJQsa__playBtn:hover{background:#fff;transform:scale(1.1)}.VotingCard-module__lEJQsa__info{z-index:1;flex-direction:column;flex:1;gap:.25rem;display:flex}.VotingCard-module__lEJQsa__title{color:#fff;margin:0;font-size:1rem;font-weight:700}.VotingCard-module__lEJQsa__meta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.VotingCard-module__lEJQsa__badge{text-transform:uppercase;letter-spacing:.5px;background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:.7rem}.VotingCard-module__lEJQsa__voteContainer{z-index:1;flex-direction:column;align-items:flex-end;gap:.5rem;min-width:120px;display:flex}.VotingCard-module__lEJQsa__voteBtn{border:1px solid var(--accent);color:var(--accent);cursor:pointer;background:0 0;border-radius:20px;align-items:center;gap:6px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.VotingCard-module__lEJQsa__voteBtn:hover{background:rgba(var(--accent-rgb),.1);box-shadow:0 0 10px rgba(var(--accent-rgb),.4)}.VotingCard-module__lEJQsa__voteBtn.VotingCard-module__lEJQsa__voted{background:var(--accent);color:#000;box-shadow:0 0 15px rgba(var(--accent-rgb),.6)}.VotingCard-module__lEJQsa__progressWrapper{background:#ffffff1a;border-radius:2px;width:100%;height:4px;margin-top:4px;position:relative;overflow:hidden}.VotingCard-module__lEJQsa__progressBar{background:var(--accent);border-radius:2px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.VotingCard-module__lEJQsa__stats{color:var(--text-muted);text-align:right;font-size:.75rem}.VotingCard-module__lEJQsa__playing{border-color:var(--accent);box-shadow:0 0 15px rgba(var(--accent-rgb),.2)inset}@media (max-width:768px){.VotingCard-module__lEJQsa__card{gap:.75rem;padding:.75rem}.VotingCard-module__lEJQsa__artworkContainer{width:60px;height:60px}.VotingCard-module__lEJQsa__playBtn{width:30px;height:30px}.VotingCard-module__lEJQsa__title{font-size:.9rem}.VotingCard-module__lEJQsa__meta{font-size:.75rem}.VotingCard-module__lEJQsa__voteContainer{min-width:100px}.VotingCard-module__lEJQsa__voteBtn{padding:.35rem .75rem;font-size:.75rem}.VotingCard-module__lEJQsa__stats{font-size:.7rem}}@media (max-width:480px){.VotingCard-module__lEJQsa__card{flex-direction:column;align-items:flex-start;padding:.75rem}.VotingCard-module__lEJQsa__artworkContainer{width:100%;height:120px}.VotingCard-module__lEJQsa__info{width:100%}.VotingCard-module__lEJQsa__voteContainer{width:100%;min-width:unset;align-items:stretch}.VotingCard-module__lEJQsa__voteBtn{justify-content:center;width:100%}}
.StationView-module__LDY9iq__container{color:#fff;background:radial-gradient(circle,#14141ecc 0%,#0000 100%);flex-direction:column;flex:1;height:100%;padding:1rem 0 0;display:flex;position:relative;overflow:hidden}.StationView-module__LDY9iq__header{z-index:2;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 1rem;display:flex}.StationView-module__LDY9iq__onAirBadge{color:#ff4d4d;background:#f003;border:1px solid #f006;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.9rem;font-weight:700;animation:2s infinite StationView-module__LDY9iq__pulse;display:flex;box-shadow:0 0 15px #ff00004d}.StationView-module__LDY9iq__onAirDot{background:#ff4d4d;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #ff4d4d}.StationView-module__LDY9iq__tunerContainer{z-index:2;flex-direction:column;align-items:center;width:100%;margin-bottom:2rem;display:flex}.StationView-module__LDY9iq__frequencyDisplay{color:#4ade80;text-shadow:0 0 10px #4ade8080;letter-spacing:2px;background:#111;border:2px solid #333;border-radius:8px;margin-bottom:1rem;padding:.5rem 1.5rem;font-family:Courier New,monospace;font-size:3rem;font-weight:700}.StationView-module__LDY9iq__tunerDial{scrollbar-width:none;justify-content:center;gap:1rem;width:100%;padding:1rem;display:flex;overflow-x:auto}.StationView-module__LDY9iq__stationBtn{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;min-width:100px;padding:.8rem 1.2rem;transition:all .2s;display:flex}.StationView-module__LDY9iq__stationBtn:hover{background:#ffffff1a}.StationView-module__LDY9iq__stationBtn.StationView-module__LDY9iq__active{background:#ff008033;border-color:#ff0080;box-shadow:0 0 15px #ff008033}.StationView-module__LDY9iq__stationFreq{color:#fff;font-size:1.2rem;font-weight:700}.StationView-module__LDY9iq__stationName{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.StationView-module__LDY9iq__playerCore{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;margin-top:-3rem;display:flex;position:relative}.StationView-module__LDY9iq__albumArtContainer{width:200px;height:200px;margin-bottom:1rem;position:relative}.StationView-module__LDY9iq__vinyl{background:#111;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;animation:10s linear infinite paused StationView-module__LDY9iq__spin;display:flex;position:relative;box-shadow:0 0 30px #00000080}.StationView-module__LDY9iq__vinyl.StationView-module__LDY9iq__playing{animation-play-state:running}.StationView-module__LDY9iq__artwork{-o-object-fit:cover;object-fit:cover;border:4px solid #222;border-radius:50%;width:65%;height:65%}.StationView-module__LDY9iq__centerHole{z-index:5;background:#000;border:2px solid #333;border-radius:50%;width:15px;height:15px;position:absolute}.StationView-module__LDY9iq__trackInfo{text-align:center;margin-bottom:1rem}.StationView-module__LDY9iq__trackTitle{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;text-transform:capitalize;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.StationView-module__LDY9iq__artistName{color:#aaa;font-size:1rem;font-weight:500}.StationView-module__LDY9iq__controls{align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.StationView-module__LDY9iq__controlBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.StationView-module__LDY9iq__controlBtn:hover{background:#fff3;transform:scale(1.1)}.StationView-module__LDY9iq__stopBtn{color:#ff4d4d;background:#f003;border:1px solid #ff00004d}.StationView-module__LDY9iq__stopBtn:hover{background:#ff00004d;transform:scale(1.1)}.StationView-module__LDY9iq__playBtn{color:#fff;cursor:pointer;z-index:20;background:#0006;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .2s;display:flex;position:relative;box-shadow:0 0 20px #ffffff1a}.StationView-module__LDY9iq__playBtn:hover{background:#fff3;transform:scale(1.05);box-shadow:0 0 25px #fff6}.StationView-module__LDY9iq__visualizer{z-index:5;pointer-events:none;align-items:flex-end;gap:4px;height:60px;margin-top:1rem;display:flex;position:absolute;bottom:80px}.StationView-module__LDY9iq__bar{background:var(--accent,#ff0080);border-radius:4px;width:6px;min-height:4px;transition:height .1s}.StationView-module__LDY9iq__bgGlow{background:radial-gradient(circle,var(--glow-color,#ff008026)0%,transparent 70%);z-index:0;pointer-events:none;width:120%;height:120%;transition:background 1s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes StationView-module__LDY9iq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes StationView-module__LDY9iq__pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}
.page-module__lv2KIq__pageContainer{background:radial-gradient(circle at 100% 0,#8b5cf61a,#0000 50%),radial-gradient(circle at 0 100%,#f472b60d,#0000 50%);max-width:1600px;min-height:100vh;margin:0 auto}.page-module__lv2KIq__appLayout{grid-template-columns:260px 1fr 340px;gap:0;min-height:100vh;display:grid}.page-module__lv2KIq__feed{flex-direction:column;width:100%;padding:2rem 3rem;display:flex}.page-module__lv2KIq__feedHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.page-module__lv2KIq__searchBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:1rem;width:50%;padding:.8rem 1.5rem;transition:all .3s;display:flex}.page-module__lv2KIq__searchBar:focus-within{border-color:var(--primary);background:#ffffff14;width:55%;box-shadow:0 0 20px #8b5cf633}.page-module__lv2KIq__searchBar input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.page-module__lv2KIq__searchBar input::placeholder{color:#ffffff4d}.page-module__lv2KIq__profileBadge{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.2rem;transition:all .2s;display:flex}.page-module__lv2KIq__profileBadge:hover{background:#ffffff14;border-color:#fff3}.page-module__lv2KIq__avatar{background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;font-weight:800;display:flex;box-shadow:0 4px 10px #0000004d}.page-module__lv2KIq__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:.8rem;display:flex}.page-module__lv2KIq__sectionHeader h2{background:linear-gradient(90deg,#fff,#e2e8f0);-webkit-text-fill-color:transparent;letter-spacing:-.5px;text-shadow:0 0 30px #ffffff1a;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem;font-weight:800}.page-module__lv2KIq__seeAllBtn,.page-module__lv2KIq__filterBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;transition:color .2s}.page-module__lv2KIq__seeAllBtn:hover{color:#fff;text-decoration:underline}.page-module__lv2KIq__filterBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;display:flex}.page-module__lv2KIq__filterBtn:hover{color:#fff;background:#ffffff14;border-color:#fff}.page-module__lv2KIq__trendingGrid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.5rem;margin-bottom:2rem;display:grid}.page-module__lv2KIq__trendingCardWrapper{width:100%;min-height:200px}.page-module__lv2KIq__masonry{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:2rem;display:grid}.page-module__lv2KIq__masonryItem{width:100%}.page-module__lv2KIq__sidebarRight{background:#0003;border-left:1px solid #ffffff0d;flex-direction:column;gap:2rem;padding:2rem 2rem 2rem 0;display:flex}.page-module__lv2KIq__challengeCard{text-align:center;background:linear-gradient(135deg,#1e1e3299,#50286466);border:1px solid #ffffff1a;border-radius:24px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.page-module__lv2KIq__challengeCard:before{content:"";background:radial-gradient(circle,#ffffff0d 0%,#0000 60%);width:200%;height:200%;animation:20s linear infinite page-module__lv2KIq__rotate;position:absolute;top:-50%;left:-50%}@keyframes page-module__lv2KIq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__lv2KIq__challengeCard h3{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:800;position:relative}.page-module__lv2KIq__challengeCard p{color:#fffc;margin-bottom:1.5rem;font-size:.9rem;position:relative}.page-module__lv2KIq__challengeBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50px;width:100%;padding:.8rem;font-size:.9rem;font-weight:700;transition:transform .2s;position:relative}.page-module__lv2KIq__challengeBtn:hover{transform:scale(1.05)}.page-module__lv2KIq__nowPlayingWidget{background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;padding:1.5rem}.page-module__lv2KIq__nowPlayingWidget h4{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem}.page-module__lv2KIq__nowPlayingTrack{align-items:center;gap:1.2rem;display:flex}.page-module__lv2KIq__waveVisual{align-items:flex-end;gap:4px;height:24px;display:flex}.page-module__lv2KIq__bar{background:var(--accent);border-radius:2px;width:4px;animation:1s infinite page-module__lv2KIq__bounce}.page-module__lv2KIq__bar:nth-child(2){background:var(--primary);animation-duration:.8s;animation-delay:.1s}.page-module__lv2KIq__bar:nth-child(3){animation-duration:1.2s;animation-delay:.2s}@keyframes page-module__lv2KIq__bounce{0%,to{height:6px}50%{height:24px}}@media (max-width:1200px){.page-module__lv2KIq__appLayout{grid-template-columns:80px 1fr 280px}}@media (max-width:1024px){.page-module__lv2KIq__appLayout{grid-template-columns:80px 1fr}.page-module__lv2KIq__sidebarRight{display:none}}@media (max-width:768px){.page-module__lv2KIq__appLayout{flex-direction:column;gap:1rem;width:100%;max-width:100vw;display:flex;overflow-x:hidden}.page-module__lv2KIq__sidebarLeft{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-bottom:1px solid #ffffff1a;width:100%;max-width:100vw;padding:.5rem 0;position:sticky;top:0}.page-module__lv2KIq__sidebarRight{box-sizing:border-box;background:0 0;border-top:1px solid #ffffff0d;border-left:none;width:100%;max-width:100vw;padding:1.5rem 1rem;display:flex;position:static}.page-module__lv2KIq__feed{box-sizing:border-box;width:100%;max-width:100vw;padding:1.5rem 1rem}.page-module__lv2KIq__trendingGrid{grid-template-columns:1fr;gap:1.5rem;height:auto}.page-module__lv2KIq__masonry{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem}.page-module__lv2KIq__searchBar{width:100%}.page-module__lv2KIq__feedHeader{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.page-module__lv2KIq__profileBadge{align-self:flex-end}.page-module__lv2KIq__challengeCard{max-width:100%;margin-bottom:1rem;padding:1rem}.page-module__lv2KIq__challengeCard h3{font-size:.95rem}.page-module__lv2KIq__challengeCard h4{font-size:.9rem!important}.page-module__lv2KIq__challengeCard p{margin-bottom:1rem;font-size:.8rem}.page-module__lv2KIq__challengeBtn{padding:.6rem;font-size:.85rem}.page-module__lv2KIq__leaderboard{margin-bottom:1rem;padding:1rem}.page-module__lv2KIq__leaderboard h3{font-size:.95rem}.page-module__lv2KIq__nowPlaying{padding:1rem}.page-module__lv2KIq__nowPlaying h4{font-size:.9rem}}
