.SongList-module__Gj1ueq__container{width:100%}.SongList-module__Gj1ueq__sectionTitle{background:linear-gradient(135deg,#ff0080,#7928ca);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:800;animation:.6s ease-out SongList-module__Gj1ueq__fadeIn}@keyframes SongList-module__Gj1ueq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SongList-module__Gj1ueq__subtitle{color:var(--text-muted);margin-bottom:2rem;animation:.6s ease-out .1s both SongList-module__Gj1ueq__fadeIn}.SongList-module__Gj1ueq__list{flex-direction:column;gap:.75rem;display:flex}.SongList-module__Gj1ueq__row{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;animation:.4s ease-out both SongList-module__Gj1ueq__slideInUp;animation-delay:calc(var(--index,0)*50ms);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}@keyframes SongList-module__Gj1ueq__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SongList-module__Gj1ueq__row:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.SongList-module__Gj1ueq__row:hover:before{left:100%}.SongList-module__Gj1ueq__row:hover{background:#ffffff0f;border-color:#ffffff26;transform:translate(4px);box-shadow:0 8px 24px #0000004d}.SongList-module__Gj1ueq__row.SongList-module__Gj1ueq__active{background:#ff00801a;border-color:#ff00804d;box-shadow:0 4px 16px #ff008033}.SongList-module__Gj1ueq__row.SongList-module__Gj1ueq__locked{opacity:.5;cursor:not-allowed}.SongList-module__Gj1ueq__row.SongList-module__Gj1ueq__locked:hover{box-shadow:none;transform:none}.SongList-module__Gj1ueq__mainInfo{flex:1;align-items:center;gap:1rem;display:flex}.SongList-module__Gj1ueq__playBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.SongList-module__Gj1ueq__playBtn:after{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#ff0080,#7928ca);border-radius:50%;transition:opacity .3s;position:absolute;inset:-2px}.SongList-module__Gj1ueq__row:hover .SongList-module__Gj1ueq__playBtn{background:linear-gradient(135deg,#ff0080,#7928ca);border-color:#0000;transform:scale(1.1);box-shadow:0 4px 12px #ff008066}.SongList-module__Gj1ueq__row:hover .SongList-module__Gj1ueq__playBtn:after{opacity:1}.SongList-module__Gj1ueq__row.SongList-module__Gj1ueq__locked .SongList-module__Gj1ueq__playBtn{background:#ffffff08;border-color:#ffffff1a}.SongList-module__Gj1ueq__row.SongList-module__Gj1ueq__locked:hover .SongList-module__Gj1ueq__playBtn{box-shadow:none;transform:none}.SongList-module__Gj1ueq__trackTitle{color:#fff;text-transform:capitalize;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.SongList-module__Gj1ueq__meta{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.SongList-module__Gj1ueq__actions{align-items:center;gap:1.25rem;display:flex}.SongList-module__Gj1ueq__duration{color:var(--text-muted);text-align:right;min-width:45px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9rem}.SongList-module__Gj1ueq__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.SongList-module__Gj1ueq__actionBtn:hover{color:var(--accent);background:#ffffff0d;transform:scale(1.1)}.SongList-module__Gj1ueq__checkbox{cursor:pointer;background:#0000004d;border:2px solid #ffffff4d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-right:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.SongList-module__Gj1ueq__checkbox.SongList-module__Gj1ueq__checked{color:#fff;background:linear-gradient(135deg,#ff0080,#7928ca);border-color:#0000;transform:scale(1.1);box-shadow:0 4px 12px #ff008066}.SongList-module__Gj1ueq__checkbox:hover{background:#ffffff1a;border-color:#fff9;transform:scale(1.05)}.SongList-module__Gj1ueq__floatingMixtapeBox{top:calc(var(--header-height) + 50px);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;border:1px solid #ffffff1a;border:1px solid var(--accent);background:#141419e6;border-radius:16px;width:280px;padding:1.25rem;animation:.4s ease-out SongList-module__Gj1ueq__slideInRight;position:fixed;right:5px;box-shadow:0 10px 40px #00000080,0 0 15px #ff00804d}@keyframes SongList-module__Gj1ueq__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.SongList-module__Gj1ueq__floatingHeader{color:var(--accent);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;font-weight:700;display:flex}.SongList-module__Gj1ueq__floatingContent{margin-bottom:1rem}.SongList-module__Gj1ueq__floatingContent strong{color:#fff;font-size:1.2rem;display:block}.SongList-module__Gj1ueq__claimBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff0080,#7928ca);border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #ff00804d}.SongList-module__Gj1ueq__claimBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #ff008080}.SongList-module__Gj1ueq__reviewBtn{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;margin-top:.5rem;padding:.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.SongList-module__Gj1ueq__reviewBtn:hover{border-color:var(--text-main);color:var(--text-main);background:#ffffff0d}.SongList-module__Gj1ueq__reviewList{text-align:left;flex-direction:column;gap:.5rem;max-height:50vh;margin-bottom:1.5rem;display:flex;overflow-y:auto}.SongList-module__Gj1ueq__reviewItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.SongList-module__Gj1ueq__reviewItemTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-right:1rem;font-size:.95rem;font-weight:500;overflow:hidden}.SongList-module__Gj1ueq__removeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.SongList-module__Gj1ueq__removeBtn:hover{color:#ff4d4d;background:#ff4d4d1a}.SongList-module__Gj1ueq__modalOverlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:9999;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:3rem;animation:.3s ease-out SongList-module__Gj1ueq__fadeIn;display:flex;position:fixed;inset:0}.SongList-module__Gj1ueq__modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;width:90%;max-width:420px;padding:3rem 2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) SongList-module__Gj1ueq__scaleIn;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,inset 0 0 0 1px #ffffff1a}.SongList-module__Gj1ueq__modal:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));height:4px;position:absolute;top:0;left:0;right:0}.SongList-module__Gj1ueq__modalTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.SongList-module__Gj1ueq__modalText{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;font-weight:400;line-height:1.6}.SongList-module__Gj1ueq__modalActions{flex-direction:column;gap:1rem;display:flex}.SongList-module__Gj1ueq__modalBtn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.SongList-module__Gj1ueq__modalBtnPrimary{background:var(--primary);color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 20px #8b5cf666}.SongList-module__Gj1ueq__modalBtnPrimary:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf699}.SongList-module__Gj1ueq__modalBtnSecondary{color:var(--text-muted);border:1px solid var(--border);background:0 0}.SongList-module__Gj1ueq__modalBtnSecondary:hover{background:var(--surface-hover);color:var(--text-main);border-color:#fff3}@keyframes SongList-module__Gj1ueq__scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.SongList-module__Gj1ueq__floatingMixtapeBox{border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:.5rem;width:auto;padding:.75rem;animation:.4s ease-out SongList-module__Gj1ueq__slideInUp;display:grid;inset:auto 10px 10px}.SongList-module__Gj1ueq__floatingHeader{margin-bottom:0;font-size:.75rem}.SongList-module__Gj1ueq__floatingContent{grid-area:2/1;margin-bottom:0}.SongList-module__Gj1ueq__floatingContent strong{margin-right:.5rem;font-size:.9rem;display:inline-block}.SongList-module__Gj1ueq__floatingContent p{display:none}.SongList-module__Gj1ueq__floatingMixtapeBox .SongList-module__Gj1ueq__claimBtn{grid-area:1/2/span 2;width:auto;margin:0;padding:.5rem 1rem;font-size:.85rem}.SongList-module__Gj1ueq__floatingMixtapeBox .SongList-module__Gj1ueq__reviewBtn{display:none}.SongList-module__Gj1ueq__row{flex-wrap:wrap;padding:1rem}.SongList-module__Gj1ueq__mainInfo{flex:100%;margin-bottom:.5rem}.SongList-module__Gj1ueq__actions{gap:.75rem;margin-left:auto}.SongList-module__Gj1ueq__duration{font-size:.85rem}}
.AlbumOverlay-module__lFWlgW__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;color:#fff;background:#0a0a0ff2;flex-direction:column;width:100vw;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) AlbumOverlay-module__lFWlgW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes AlbumOverlay-module__lFWlgW__fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.AlbumOverlay-module__lFWlgW__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.AlbumOverlay-module__lFWlgW__title{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;text-transform:capitalize;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.AlbumOverlay-module__lFWlgW__albumInfo h3{white-space:nowrap;text-overflow:ellipsis;text-transform:capitalize;margin-bottom:.25rem;font-size:1rem;font-weight:600;overflow:hidden}.AlbumOverlay-module__lFWlgW__year{color:#ffffff80;font-size:.85rem}.AlbumOverlay-module__lFWlgW__closeBtn{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}.AlbumOverlay-module__lFWlgW__closeBtn:hover{background:#fff3;transform:rotate(90deg)}.AlbumOverlay-module__lFWlgW__searchContainer{justify-content:center;width:100%;padding:0 4rem 2rem;display:flex}.AlbumOverlay-module__lFWlgW__searchInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:1rem 1rem 1rem 3.5rem;font-size:1.1rem;transition:all .3s}.AlbumOverlay-module__lFWlgW__searchInput:focus{background:#ffffff1a;border-color:#ffffff4d;outline:none;box-shadow:0 0 0 4px #ffffff0d}.AlbumOverlay-module__lFWlgW__gridScroll{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent;flex:1;padding:0 4rem 4rem;overflow-y:auto}.AlbumOverlay-module__lFWlgW__gridScroll::-webkit-scrollbar{width:6px}.AlbumOverlay-module__lFWlgW__gridScroll::-webkit-scrollbar-track{background:0 0}.AlbumOverlay-module__lFWlgW__gridScroll::-webkit-scrollbar-thumb{background-color:#ffffff4d;border-radius:20px}.AlbumOverlay-module__lFWlgW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;padding-bottom:2rem;display:grid}.AlbumOverlay-module__lFWlgW__card{cursor:pointer;group:card;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.AlbumOverlay-module__lFWlgW__card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.AlbumOverlay-module__lFWlgW__cover{aspect-ratio:1;width:100%;position:relative;overflow:hidden}.AlbumOverlay-module__lFWlgW__cover img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.AlbumOverlay-module__lFWlgW__card:hover .AlbumOverlay-module__lFWlgW__cover img{transform:scale(1.05)}.AlbumOverlay-module__lFWlgW__albumInfo{padding:1.25rem}@media (max-width:768px){.AlbumOverlay-module__lFWlgW__header,.AlbumOverlay-module__lFWlgW__searchContainer,.AlbumOverlay-module__lFWlgW__gridScroll{padding-left:1.5rem;padding-right:1.5rem}.AlbumOverlay-module__lFWlgW__title{font-size:1.5rem}.AlbumOverlay-module__lFWlgW__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
.Charts-module__zcQJ8G__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:all .3s}.Charts-module__zcQJ8G__container:hover{background:#ffffff0a;border-color:#ffffff1a}.Charts-module__zcQJ8G__container h3{background:linear-gradient(135deg,#ff0080,#7928ca);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.Charts-module__zcQJ8G__list{flex-direction:column;gap:.75rem;display:flex}.Charts-module__zcQJ8G__item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:1rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Charts-module__zcQJ8G__item:before{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Charts-module__zcQJ8G__item:hover:before{left:100%}.Charts-module__zcQJ8G__item:hover{background:#ffffff0d;border-color:#ffffff26;transform:translate(4px);box-shadow:0 4px 12px #0003}.Charts-module__zcQJ8G__rank{text-align:center;background:linear-gradient(135deg,#ff0080,#7928ca);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;min-width:32px;font-size:1.1rem;font-weight:800}.Charts-module__zcQJ8G__item:first-child .Charts-module__zcQJ8G__rank{font-size:1.3rem;animation:2s ease-in-out infinite Charts-module__zcQJ8G__pulse}@keyframes Charts-module__zcQJ8G__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Charts-module__zcQJ8G__title{color:#fff;flex:1;font-weight:500;transition:color .3s}.Charts-module__zcQJ8G__item:hover .Charts-module__zcQJ8G__title{color:var(--accent)}.Charts-module__zcQJ8G__badge{text-align:center;border-radius:6px;min-width:40px;padding:.25rem .5rem;font-size:.75rem;font-weight:700;transition:all .3s}.Charts-module__zcQJ8G__badge.Charts-module__zcQJ8G__up{color:#22c55e;background:#22c55e33;border:1px solid #22c55e4d;animation:1s ease-in-out infinite Charts-module__zcQJ8G__moveUp}@keyframes Charts-module__zcQJ8G__moveUp{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.Charts-module__zcQJ8G__badge.Charts-module__zcQJ8G__down{color:#ef4444;background:#ef444433;border:1px solid #ef44444d;animation:1s ease-in-out infinite Charts-module__zcQJ8G__moveDown}@keyframes Charts-module__zcQJ8G__moveDown{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.Charts-module__zcQJ8G__badge.Charts-module__zcQJ8G__same{color:#9ca3af;background:#9ca3af33;border:1px solid #9ca3af4d}.Charts-module__zcQJ8G__badge.Charts-module__zcQJ8G__new{color:#ff0080;background:linear-gradient(135deg,#ff00804d,#7928ca4d);border:1px solid #ff008066;animation:2s ease-in-out infinite Charts-module__zcQJ8G__glow}@keyframes Charts-module__zcQJ8G__glow{0%,to{box-shadow:0 0 5px #ff00804d}50%{box-shadow:0 0 15px #ff008099}}@media (max-width:1024px){.Charts-module__zcQJ8G__container{padding:1.25rem}.Charts-module__zcQJ8G__item{padding:.65rem}.Charts-module__zcQJ8G__rank{min-width:28px;font-size:1rem}.Charts-module__zcQJ8G__title{font-size:.9rem}}@media (max-width:768px){.Charts-module__zcQJ8G__container{padding:1rem}.Charts-module__zcQJ8G__container h3{font-size:1.1rem}.Charts-module__zcQJ8G__item{gap:.75rem}}@media (prefers-reduced-motion:reduce){.Charts-module__zcQJ8G__item,.Charts-module__zcQJ8G__badge,.Charts-module__zcQJ8G__rank{transition-duration:.01ms!important;animation:none!important}}
.page-module__-2VdYq__page{padding:0 0 4rem;position:relative;overflow:hidden}.page-module__-2VdYq__page:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 20%,#ff00801a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#7928ca1a 0%,#0000 50%),radial-gradient(circle at 40% 20%,#00dfd814 0%,#0000 50%);animation:15s ease-in-out infinite page-module__-2VdYq__backgroundPulse;position:fixed;inset:0}@keyframes page-module__-2VdYq__backgroundPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.page-module__-2VdYq__header{text-align:center;margin-bottom:3rem;animation:.6s ease-out page-module__-2VdYq__fadeInDown}@keyframes page-module__-2VdYq__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.page-module__-2VdYq__header h1{background:linear-gradient(135deg,#ff0080,#7928ca,#00dfd8) 0 0/200% 200%;-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;animation:8s infinite page-module__-2VdYq__gradientShift}@keyframes page-module__-2VdYq__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.page-module__-2VdYq__header p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.page-module__-2VdYq__controls{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.page-module__-2VdYq__filterBar{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.page-module__-2VdYq__filterBar button{color:var(--text-muted);cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;transition:all .2s;display:flex}.page-module__-2VdYq__filterBar button:hover{color:#fff;background:#ffffff14;transform:translateY(-2px)}.page-module__-2VdYq__activeFilter{box-shadow:0 0 15px #ffffff0d;color:#fff!important;background:#ffffff1a!important;border-color:#ffffff4d!important}.page-module__-2VdYq__browseBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff0080,#7928ca);border:none;border-radius:12px;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 20px #7928ca4d}.page-module__-2VdYq__browseBtn:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 30px #7928ca80}.page-module__-2VdYq__content{grid-template-columns:1fr 340px;align-items:start;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.page-module__-2VdYq__main{animation:.8s ease-out .2s both page-module__-2VdYq__fadeIn}.page-module__-2VdYq__listHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-module__-2VdYq__listHeader h2{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.8rem}.page-module__-2VdYq__listHeader span{color:var(--text-muted);font-size:1rem}@keyframes page-module__-2VdYq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__-2VdYq__sidebarRight{top:calc(var(--header-height) + 2rem);animation:.6s ease-out page-module__-2VdYq__slideInRight;position:sticky}@keyframes page-module__-2VdYq__slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width:1024px){.page-module__-2VdYq__content{grid-template-columns:1fr}.page-module__-2VdYq__sidebarRight{position:static}}@media (max-width:768px){.page-module__-2VdYq__page{padding:1rem 0 3rem}.page-module__-2VdYq__header h1{font-size:2rem}.page-module__-2VdYq__controls{gap:1rem}.page-module__-2VdYq__listHeader h2{font-size:1.5rem}}.page-module__-2VdYq__skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite page-module__-2VdYq__shimmer}@keyframes page-module__-2VdYq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
