:root{--color-bg:#fff;--color-accent-start:rgba(255,153,116,.898);--color-accent:#fe7b85;--color-accent-end:#ff717c;--color-text:#191919;--color-muted:#909090;--color-border:#e4e4e4;--color-background:rgba(255,113,124,.06);--color-scroll:#fe7b85;--color-scroll-hover:blue;--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:rgba(255,255,255,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;display:flex}.Toastify__toast-icon:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:10px}.Toastify__toast-icon:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify__toast-icon:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:10px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#__next-build-watcher,nextjs-portal{display:none!important}html,body{font-family:var(--font-pretendard),sans-serif;background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}main{width:100%;min-height:100vh;margin:0;padding:0;display:flex}.layout{background:#fff;min-height:100vh;display:flex}.content{flex:1;align-items:center;margin-left:240px;transition:margin .3s;position:relative;overflow-x:hidden}.content.hasPlayer{margin-bottom:120px;padding-bottom:80px}.rightPanel{z-index:10;background:#fff;height:100vh;transition:transform .3s;position:fixed;top:0;right:0}.rightPanel.open{transform:translate(0)}.rightPanel.closed{transform:translate(100%)}.panelToggle{cursor:pointer;color:#666;z-index:1;background:#fff;border:none;border-radius:8px 0 0 8px;justify-content:center;align-items:center;width:40px;height:80px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:50%;left:-40px;transform:translateY(-50%);box-shadow:-4px 0 8px rgba(0,0,0,.06)}.panelToggle:hover{color:#333;box-shadow:-4px 0 12px rgba(0,0,0,.1)}@media (max-width:1024px){.layout{flex-direction:column}.content{width:100%;margin-left:0}.rightPanel{display:none}}.no-content-padding .content{margin-bottom:0!important;padding-bottom:0!important}
@font-face{font-family:pretendard;src:url(../media/Pretendard_Thin-s.p.411f1004.otf)format("opentype");font-display:swap;font-weight:100}@font-face{font-family:pretendard;src:url(../media/Pretendard_ExtraLight-s.p.701ef713.otf)format("opentype");font-display:swap;font-weight:200}@font-face{font-family:pretendard;src:url(../media/Pretendard_Light-s.p.5623bb6f.otf)format("opentype");font-display:swap;font-weight:300}@font-face{font-family:pretendard;src:url(../media/Pretendard_Regular-s.p.8230c1bf.otf)format("opentype");font-display:swap;font-weight:400}@font-face{font-family:pretendard;src:url(../media/Pretendard_Medium-s.p.17862e04.otf)format("opentype");font-display:swap;font-weight:7500}@font-face{font-family:pretendard;src:url(../media/Pretendard_SemiBold-s.p.f75ae4a0.otf)format("opentype");font-display:swap;font-weight:600}@font-face{font-family:pretendard;src:url(../media/Pretendard_Bold-s.p.ecf76360.otf)format("opentype");font-display:swap;font-weight:700}@font-face{font-family:pretendard;src:url(../media/Pretendard_ExtraBold-s.p.d5283c6c.otf)format("opentype");font-display:swap;font-weight:800}@font-face{font-family:pretendard;src:url(../media/Pretendard_Black-s.p.cffef7fc.otf)format("opentype");font-display:swap;font-weight:900}@font-face{font-family:pretendard Fallback;src:local(Arial);ascent-override:93.76%;descent-override:23.75%;line-gap-override:0.0%;size-adjust:101.55%}.pretendard_5aefc976-module__BGBPfq__className{font-family:pretendard,pretendard Fallback}.pretendard_5aefc976-module__BGBPfq__variable{--font-pretendard:"pretendard","pretendard Fallback"}
.SplashScreen-module__YOnqkG__splash{z-index:9999;justify-content:center;align-items:center;width:100vw;height:100vh;transition:background-color .5s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden}.SplashScreen-module__YOnqkG__whiteBg{background:#fff}.SplashScreen-module__YOnqkG__pinkBg{background:#eb6ea5}.SplashScreen-module__YOnqkG__splash.SplashScreen-module__YOnqkG__fadeOut{animation:.5s ease-out forwards SplashScreen-module__YOnqkG__fadeOut}.SplashScreen-module__YOnqkG__imageContainer{width:500px;height:200px;position:relative}.SplashScreen-module__YOnqkG__splashImage{object-fit:contain}.SplashScreen-module__YOnqkG__slideIn{animation:.5s ease-out SplashScreen-module__YOnqkG__slideInFromRight}.SplashScreen-module__YOnqkG__fadeInImage{animation:.5s ease-in-out SplashScreen-module__YOnqkG__imageFadeIn}.SplashScreen-module__YOnqkG__shake{animation:.5s ease-in-out SplashScreen-module__YOnqkG__shake}@keyframes SplashScreen-module__YOnqkG__slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes SplashScreen-module__YOnqkG__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-7px)}20%,40%,60%,80%{transform:translate(7px)}}@keyframes SplashScreen-module__YOnqkG__imageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes SplashScreen-module__YOnqkG__fadeOut{0%{opacity:1}to{opacity:0}}
.Sidebar-module__jbxCtW__sidebar{background:var(--color-background);z-index:1000;flex-direction:column;width:240px;height:100vh;padding:2rem 1.5rem;transition:left .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 0 20px rgba(0,0,0,.05)}.Sidebar-module__jbxCtW__logoWrapper{color:inherit;cursor:pointer;align-items:center;gap:8px;margin-top:40px;margin-bottom:32px;text-decoration:none;transition:opacity .2s;display:flex}.Sidebar-module__jbxCtW__logoWrapper:hover{opacity:.8}.Sidebar-module__jbxCtW__logoImage{width:160px;height:auto;display:block}.Sidebar-module__jbxCtW__logoText{color:var(--color-accent);font-size:32px;font-weight:600}.Sidebar-module__jbxCtW__divider{background:var(--color-border);height:1px;margin-top:100px}@media (max-width:1024px){.Sidebar-module__jbxCtW__sidebar{left:-275px}.Sidebar-module__jbxCtW__sidebar.Sidebar-module__jbxCtW__open{left:0}}
.SidebarProfile-module__op3cQq__profile{cursor:pointer;background:#fff;border:1px solid #f0e6e3;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding:.75rem 1rem;transition:all .25s;display:flex}.SidebarProfile-module__op3cQq__profile:hover{background:#fff9f7;box-shadow:0 3px 12px rgba(0,0,0,.06)}.SidebarProfile-module__op3cQq__avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.SidebarProfile-module__op3cQq__info{flex:1}.SidebarProfile-module__op3cQq__name{color:#191919;font-size:16px;font-weight:600}.SidebarProfile-module__op3cQq__role{color:#9a9a9a;margin-top:2px;font-size:13px;font-weight:400}.SidebarProfile-module__op3cQq__arrow{color:#bbb;margin-left:3px;font-size:20px}.SidebarProfile-module__op3cQq__loginBox{text-align:center;cursor:pointer;background:#fff;border:1px solid #ffddd5;border-radius:12px;width:100%;margin-bottom:20px;padding:.9rem 1.1rem;font-size:16px;font-weight:500;transition:all .25s}.SidebarProfile-module__op3cQq__loginBox:hover{color:var(--color-accent);background:#fff;box-shadow:0 3px 10px rgba(255,125,140,.15)}.SidebarProfile-module__op3cQq__loadingBox{padding:.75rem 1rem}.SidebarProfile-module__op3cQq__skeletonImg{background:#e8e8e8;border-radius:50%;width:42px;height:42px}.SidebarProfile-module__op3cQq__skeletonText{background:#e8e8e8;border-radius:4px;width:80px;height:12px;margin-bottom:6px}.SidebarProfile-module__op3cQq__skeletonTextSm{background:#e8e8e8;border-radius:4px;width:60px;height:10px}.SidebarProfile-module__op3cQq__wrapper{position:relative}.SidebarProfile-module__op3cQq__popup{z-index:1000;background:#fff;border-radius:16px;width:240px;padding:20px;animation:.2s ease-out SidebarProfile-module__op3cQq__slideIn;position:absolute;top:0;left:calc(100% + 12px);box-shadow:0 8px 32px rgba(0,0,0,.12)}@keyframes SidebarProfile-module__op3cQq__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.SidebarProfile-module__op3cQq__popupHeader{align-items:center;gap:12px;margin-bottom:20px;display:flex}.SidebarProfile-module__op3cQq__popupAvatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.SidebarProfile-module__op3cQq__popupUserInfo{flex:1}.SidebarProfile-module__op3cQq__popupName{color:#191919;align-items:center;gap:4px;font-size:16px;font-weight:600;display:flex}.SidebarProfile-module__op3cQq__verifiedBadge{color:#4caf50;font-size:12px}.SidebarProfile-module__op3cQq__popupEmail{color:#9a9a9a;margin-top:2px;font-size:12px}.SidebarProfile-module__op3cQq__popupSection{border-top:1px solid #f0f0f0;padding:16px 0}.SidebarProfile-module__op3cQq__popupLabel{color:#9a9a9a;margin-bottom:4px;font-size:12px}.SidebarProfile-module__op3cQq__popupValue{color:#191919;font-size:18px;font-weight:600}.SidebarProfile-module__op3cQq__subscribeEnd{color:#bbb;margin-top:4px;font-size:11px}.SidebarProfile-module__op3cQq__creditValue{margin-bottom:8px}.SidebarProfile-module__op3cQq__creditCurrent{color:#191919;font-size:24px;font-weight:600}.SidebarProfile-module__op3cQq__creditMax{color:#9a9a9a;font-size:14px}.SidebarProfile-module__op3cQq__creditSection{border-bottom:1px solid #f0f0f0}.SidebarProfile-module__op3cQq__creditBreakdown{color:#9a9a9a;justify-content:space-between;margin-bottom:8px;font-size:11px;display:flex}.SidebarProfile-module__op3cQq__progressBar{background:#f5f5f5;border-radius:3px;width:100%;height:6px;margin-bottom:8px;overflow:hidden}.SidebarProfile-module__op3cQq__progressFill{background:linear-gradient(90deg,#ffb3b3 0%,#f99 100%);border-radius:3px;height:100%;transition:width .3s}.SidebarProfile-module__op3cQq__resetDate{color:#bbb;font-size:11px}.SidebarProfile-module__op3cQq__viewDetailsBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fe7b85,#ff9aa2,#ff9e74);border:none;border-radius:8px;width:100%;margin-top:16px;padding:12px;font-size:14px;font-weight:600;transition:all .25s;box-shadow:0 4px 18px rgba(255,123,133,.35)}.SidebarProfile-module__op3cQq__viewDetailsBtn:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(255,123,133,.45)}.SidebarProfile-module__op3cQq__couponBtn{color:#9a9a9a;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .25s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.SidebarProfile-module__op3cQq__couponBtn:hover{color:#666;background:#f5f5f5;box-shadow:0 3px 12px rgba(0,0,0,.1)}.SidebarProfile-module__op3cQq__couponSection{margin-top:8px}.SidebarProfile-module__op3cQq__couponButtonWrapper{gap:8px;width:100%;display:flex}.SidebarProfile-module__op3cQq__couponInput{text-align:center;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;margin-top:8px;padding:12px;font-size:14px;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.SidebarProfile-module__op3cQq__couponInput::placeholder{color:#9a9a9a;font-weight:600}.SidebarProfile-module__op3cQq__couponInput:focus{border-color:#ff9aa2;box-shadow:0 3px 12px rgba(255,123,133,.15)}.SidebarProfile-module__op3cQq__couponBtnShrunk{flex:1}.SidebarProfile-module__op3cQq__couponApplyBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#fe7b85,#ff9aa2,#ff9e74);border:none;border-radius:6px;flex:1;padding:10px 16px;font-size:13px;font-weight:600;transition:all .25s;box-shadow:0 4px 18px rgba(255,123,133,.35)}.SidebarProfile-module__op3cQq__couponApplyBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px rgba(255,123,133,.45)}.SidebarProfile-module__op3cQq__couponApplyBtn:disabled{opacity:.6;cursor:not-allowed}.SidebarProfile-module__op3cQq__couponMessage{border-radius:6px;margin-top:8px;padding:8px 10px;font-size:12px;line-height:1.4}.SidebarProfile-module__op3cQq__couponMessage.SidebarProfile-module__op3cQq__success{color:#2e7d32;background:#e8f5e9}.SidebarProfile-module__op3cQq__couponMessage.SidebarProfile-module__op3cQq__error{color:#c62828;background:#ffebee}
.SidebarNav-module__yADbhG__nav{flex-direction:column;gap:4px;display:flex}.SidebarNav-module__yADbhG__link{color:var(--color-text);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:16px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.SidebarNav-module__yADbhG__link:hover{background:#fff;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarNav-module__yADbhG__active{color:var(--color-accent);background:#fff;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarNav-module__yADbhG__icon{object-fit:contain;opacity:.85;width:16px;height:16px;margin-bottom:1px;transition:opacity .2s}.SidebarNav-module__yADbhG__active .SidebarNav-module__yADbhG__icon{opacity:1}
.SidebarBottom-module__nFUlGa__bottom{flex-direction:column;gap:8px;margin-top:auto;display:flex}.SidebarBottom-module__nFUlGa__link{color:var(--color-text);border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:16px;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.SidebarBottom-module__nFUlGa__link:hover,.SidebarBottom-module__nFUlGa__active{color:var(--color-accent);background:#fff;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarBottom-module__nFUlGa__icon{object-fit:contain;opacity:.85;width:20px;height:20px;transition:opacity .2s}.SidebarBottom-module__nFUlGa__link:hover .SidebarBottom-module__nFUlGa__icon,.SidebarBottom-module__nFUlGa__active .SidebarBottom-module__nFUlGa__icon{opacity:1}.SidebarBottom-module__nFUlGa__logout{color:var(--color-text);cursor:pointer;background:#fff;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:16px;font-weight:500;transition:all .25s;display:flex;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarBottom-module__nFUlGa__logout:hover{color:var(--color-accent);box-shadow:2px 4px 10px rgba(255,100,140,.25)}.SidebarBottom-module__nFUlGa__login{color:var(--color-text);cursor:pointer;background:#fff;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:16px;font-weight:500;transition:all .25s;display:flex;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarBottom-module__nFUlGa__login:hover{color:var(--color-accent);box-shadow:2px 4px 10px rgba(255,100,140,.25)}.SidebarBottom-module__nFUlGa__register{color:#fff;cursor:pointer;background:linear-gradient(90deg,#fe7b85,#ff9aa2);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:16px;font-weight:500;transition:all .25s;display:flex;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.SidebarBottom-module__nFUlGa__register:hover{box-shadow:2px 4px 10px rgba(255,100,140,.25)}
.BottomBar-module__X7YNLW__bottomBar{z-index:999;background:#fff7f4;border-radius:20px 20px 0 0;justify-content:space-around;align-items:center;height:72px;padding:12px 32px;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomBar-module__X7YNLW__item{flex:1;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.BottomBar-module__X7YNLW__iconWrap{border-radius:16px;justify-content:center;align-items:center;width:56px;height:48px;transition:all .25s;display:flex}.BottomBar-module__X7YNLW__icon{opacity:.85;transition:opacity .25s,transform .25s}.BottomBar-module__X7YNLW__item:hover .BottomBar-module__X7YNLW__icon{opacity:1;transform:scale(1.08)}.BottomBar-module__X7YNLW__active .BottomBar-module__X7YNLW__iconWrap{background:#fff;box-shadow:1px 3px 7px 1px rgba(0,0,0,.05)}.BottomBar-module__X7YNLW__active .BottomBar-module__X7YNLW__icon{filter:brightness(0)saturate()invert(62%)sepia(52%)saturate(5444%)hue-rotate(315deg)brightness(105%)contrast(98%);opacity:1;transform:scale(1.1)}@media (min-width:1024px){.BottomBar-module__X7YNLW__bottomBar{display:none}}
.MobileHeader-module__81bNvq__header{z-index:100;background-color:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 20px;display:flex;position:-webkit-sticky;position:sticky;top:0}.MobileHeader-module__81bNvq__left{cursor:pointer;align-items:center;gap:10px;transition:opacity .2s;display:flex}.MobileHeader-module__81bNvq__left:hover{opacity:.8}.MobileHeader-module__81bNvq__avatar{object-fit:cover;border:1px solid #eee;border-radius:50%;width:36px;height:36px}.MobileHeader-module__81bNvq__name{color:#333;font-size:16px;font-weight:600}.MobileHeader-module__81bNvq__loginBtn{color:#fff;cursor:pointer;background-color:#fe7b85;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:1px 3px 7px 1px rgba(0,0,0,.07)}.MobileHeader-module__81bNvq__logoutBtn{color:#fe7b85;cursor:pointer;background-color:#fff;border:1px #ededed;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:1px 3px 7px 1px rgba(0,0,0,.07)}.MobileHeader-module__81bNvq__loginBtn:hover{background-color:#ff9aa2;transform:translateY(-1px)}.MobileHeader-module__81bNvq__logoutBtn:hover{background-color:#fafafa;transform:translateY(-1px)}.MobileHeader-module__81bNvq__loginBtn:active,.MobileHeader-module__81bNvq__logoutBtn:active{transform:translateY(0)}
.PlayerBar-module__9BCH4G__wrapper{z-index:999;background:#fff;position:fixed;bottom:0;left:240px;right:0;box-shadow:0 -2px 8px rgba(0,0,0,.05)}.PlayerBar-module__9BCH4G__progressBar{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#f3f3f3;border-radius:10px;height:6px;position:relative;overflow:visible}.PlayerBar-module__9BCH4G__progressFill{background:linear-gradient(90deg,#ffbfb2 0%,#fe7b85 100%);border-radius:10px;justify-content:flex-end;align-items:center;width:0%;height:100%;transition:width .25s;display:flex;position:absolute}.PlayerBar-module__9BCH4G__currentTime{color:#ff7b8a;pointer-events:none;white-space:nowrap;z-index:1000;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:600;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px rgba(0,0,0,.1)}.PlayerBar-module__9BCH4G__progressTime{color:#ff668b;pointer-events:none;white-space:nowrap;background:#fff;border-radius:6px;padding:3px 6px;font-size:12px;font-weight:500;position:absolute;top:-30px;transform:translate(-50%);box-shadow:0 2px 6px rgba(255,102,140,.15)}.PlayerBar-module__9BCH4G__player{justify-content:space-between;align-items:center;height:90px;padding:0 20px;display:flex;position:relative}.PlayerBar-module__9BCH4G__left{flex:1;justify-content:flex-start;align-items:center;gap:12px;display:flex}.PlayerBar-module__9BCH4G__thumbWrapper{background:#f5f5f5;border-radius:10px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.PlayerBar-module__9BCH4G__thumb{object-fit:cover;border-radius:10px;width:100%;height:100%}.PlayerBar-module__9BCH4G__loadingOverlay{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PlayerBar-module__9BCH4G__spinner{border:3px solid rgba(255,51,102,.2);border-top-color:#f36;border-radius:50%;width:24px;height:24px;animation:1s linear infinite PlayerBar-module__9BCH4G__spin}@keyframes PlayerBar-module__9BCH4G__spin{to{transform:rotate(360deg)}}.PlayerBar-module__9BCH4G__info{flex-direction:column;justify-content:center;min-width:0;display:flex}.PlayerBar-module__9BCH4G__title{color:#191919;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:16px;font-weight:600;overflow:hidden}.PlayerBar-module__9BCH4G__artist{color:#a1a1a1;white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin-top:4px;font-size:14px;overflow:hidden}.PlayerBar-module__9BCH4G__likeButton{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:12px;padding:8px;transition:transform .2s;display:flex}.PlayerBar-module__9BCH4G__likeButton:hover{transform:scale(1.1)}.PlayerBar-module__9BCH4G__likeIcon{width:20px;height:17px;transition:transform .2s}.PlayerBar-module__9BCH4G__center{justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.PlayerBar-module__9BCH4G__control{cursor:pointer;color:#333;background:0 0;border:none;font-size:22px;transition:opacity .2s}.PlayerBar-module__9BCH4G__controlicon{width:13px;height:13px}.PlayerBar-module__9BCH4G__control:hover{opacity:.7}.PlayerBar-module__9BCH4G__playButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,rgba(255,158,116,.365) 0%,#ff9aa2 50%,#fe7b85 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding-bottom:4.5px;padding-left:6.5px;font-size:17px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 1px 12px 4px rgba(255,154,162,.3)}.PlayerBar-module__9BCH4G__playButton:hover{transform:scale(1.04);box-shadow:0 1px 12px 4px rgba(255,154,162,.3)}.PlayerBar-module__9BCH4G__waveform{cursor:pointer;flex:1;justify-content:right;align-items:center;gap:2px;min-width:0;height:20px;margin-left:90px;display:flex;position:relative;overflow:hidden}.PlayerBar-module__9BCH4G__waveformBar{background:#d3d3d3;border-radius:2px;flex:1;min-width:2px;max-width:4px;transition:background .15s,height .3s}.PlayerBar-module__9BCH4G__waveformBarPlayed{background:linear-gradient(#ff9aa2 0%,#fe7b85 100%)}.PlayerBar-module__9BCH4G__waveformBarPlaying{animation:1s ease-in-out infinite PlayerBar-module__9BCH4G__waveformPulse}@keyframes PlayerBar-module__9BCH4G__waveformPulse{0%,to{transform:scaleY(1)}50%{transform:scaleY(.7)}}.PlayerBar-module__9BCH4G__waveformPlayhead{pointer-events:none;background:#fe7b85;border-radius:1px;width:2px;transition:left .1s linear;position:absolute;top:0;bottom:0;box-shadow:0 0 4px rgba(254,123,133,.5)}.PlayerBar-module__9BCH4G__right{flex:1;justify-content:flex-end;align-items:center;display:flex}.PlayerBar-module__9BCH4G__time{color:var(--color-accent-end);text-align:left;min-width:50px;margin-left:1rem;font-size:14px;font-weight:400}.PlayerBar-module__9BCH4G__volume{align-items:center;gap:8px;display:flex}.PlayerBar-module__9BCH4G__icon{font-size:16px}.PlayerBar-module__9BCH4G__volumeicon{width:13px;height:13px}.PlayerBar-module__9BCH4G__volumeBar{cursor:pointer;background:#eee;border-radius:10px;width:100px;height:5px;position:relative;overflow:hidden}.PlayerBar-module__9BCH4G__volumeFill{background:linear-gradient(90deg,#ff668b,#ff9ba9);border-radius:10px;height:100%;transition:width .2s}@media (max-width:1330px){.PlayerBar-module__9BCH4G__waveform{display:none}}@media (max-width:1024px){.PlayerBar-module__9BCH4G__wrapper{margin-bottom:71px;left:0}.PlayerBar-module__9BCH4G__player{flex-direction:row;gap:12px;height:auto;padding:12px 20px}.PlayerBar-module__9BCH4G__volume,.PlayerBar-module__9BCH4G__waveform{display:none}.PlayerBar-module__9BCH4G__thumbWrapper{width:56px;height:56px}.PlayerBar-module__9BCH4G__likeButton{margin-left:8px}.PlayerBar-module__9BCH4G__likeIcon{width:24px;height:24px}}@media (max-width:640px){.PlayerBar-module__9BCH4G__player{gap:8px;padding:10px 16px}.PlayerBar-module__9BCH4G__left{flex:1;gap:8px;min-width:0}.PlayerBar-module__9BCH4G__thumbWrapper{width:48px;height:48px}.PlayerBar-module__9BCH4G__info{max-width:120px}.PlayerBar-module__9BCH4G__title{max-width:120px;font-size:14px}.PlayerBar-module__9BCH4G__artist{max-width:120px;font-size:12px}.PlayerBar-module__9BCH4G__likeButton{margin-left:4px;padding:4px}.PlayerBar-module__9BCH4G__likeIcon{width:20px;height:20px}.PlayerBar-module__9BCH4G__center{gap:12px}.PlayerBar-module__9BCH4G__control{font-size:18px}.PlayerBar-module__9BCH4G__playButton{width:48px;height:48px;font-size:18px}.PlayerBar-module__9BCH4G__right{flex:1;gap:12px}.PlayerBar-module__9BCH4G__time{min-width:auto;font-size:12px}.PlayerBar-module__9BCH4G__volumeBar{width:60px}.PlayerBar-module__9BCH4G__icon{font-size:14px}}@media (max-width:480px){.PlayerBar-module__9BCH4G__player{gap:4px;padding:8px 10px}.PlayerBar-module__9BCH4G__left{flex:1;gap:4px;min-width:0}.PlayerBar-module__9BCH4G__thumbWrapper{width:40px;height:40px}.PlayerBar-module__9BCH4G__info{max-width:90px}.PlayerBar-module__9BCH4G__title{max-width:90px;font-size:12px}.PlayerBar-module__9BCH4G__artist{max-width:90px;font-size:10px}.PlayerBar-module__9BCH4G__likeButton{display:none}.PlayerBar-module__9BCH4G__center{gap:4px;position:static;transform:none}.PlayerBar-module__9BCH4G__control{padding:4px;font-size:16px}.PlayerBar-module__9BCH4G__playButton{width:40px;height:40px;font-size:16px}.PlayerBar-module__9BCH4G__right{flex:1;gap:6px}.PlayerBar-module__9BCH4G__time{min-width:40px;font-size:10px}.PlayerBar-module__9BCH4G__volume{display:none}}@media (max-width:360px){.PlayerBar-module__9BCH4G__player{gap:3px;padding:6px 8px}.PlayerBar-module__9BCH4G__left{gap:3px}.PlayerBar-module__9BCH4G__thumbWrapper{width:36px;height:36px}.PlayerBar-module__9BCH4G__info{max-width:70px}.PlayerBar-module__9BCH4G__title{max-width:70px;font-size:11px}.PlayerBar-module__9BCH4G__artist{max-width:70px;font-size:9px}.PlayerBar-module__9BCH4G__center{gap:2px;position:static;transform:none}.PlayerBar-module__9BCH4G__control{padding:2px;font-size:14px}.PlayerBar-module__9BCH4G__playButton{width:36px;height:36px;font-size:14px}.PlayerBar-module__9BCH4G__right{flex:1;gap:4px}.PlayerBar-module__9BCH4G__time{min-width:35px;font-size:9px}}
.SongDetailPanel-module__lYFbuq__wrapper{flex-shrink:0;height:100%;display:flex;box-shadow:-4px 0 8px rgba(0,0,0,.06)}.SongDetailPanel-module__lYFbuq__resizer{cursor:col-resize;background:0 0;flex-shrink:0;width:1px;transition:background .2s}.SongDetailPanel-module__lYFbuq__resizer:hover{background:var(--color-accent-end)}.SongDetailPanel-module__lYFbuq__container{box-sizing:border-box;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;height:100%;padding:1.5rem 1.5rem 115px;display:flex;overflow-x:hidden;overflow-y:auto}.SongDetailPanel-module__lYFbuq__empty{color:#909090;text-align:center;font-size:.875rem}.SongDetailPanel-module__lYFbuq__coverWrapper{aspect-ratio:1;background:#fff;border-radius:12px;flex-shrink:0;width:100%;max-width:280px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.SongDetailPanel-module__lYFbuq__cover{object-fit:cover;width:100%;height:100%}.SongDetailPanel-module__lYFbuq__loadingOverlay{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SongDetailPanel-module__lYFbuq__spinner{border:4px solid rgba(255,51,102,.2);border-top-color:#f36;border-radius:50%;width:40px;height:40px;animation:1s linear infinite SongDetailPanel-module__lYFbuq__spin}@keyframes SongDetailPanel-module__lYFbuq__spin{to{transform:rotate(360deg)}}.SongDetailPanel-module__lYFbuq__title{color:#191919;text-align:left;box-sizing:border-box;flex-shrink:0;width:100%;max-width:280px;margin:.25rem 0 0;font-size:1.25rem;font-weight:700}.SongDetailPanel-module__lYFbuq__userName{color:#909090;text-align:left;box-sizing:border-box;flex-shrink:0;width:100%;max-width:280px;margin:0;font-size:.875rem;font-weight:400}.SongDetailPanel-module__lYFbuq__actions{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:280px;margin-top:.5rem;display:flex}.SongDetailPanel-module__lYFbuq__badge{color:#f36;border:1px solid #f36;border-radius:20px;flex-shrink:0;padding:.375rem .875rem;font-size:.75rem}.SongDetailPanel-module__lYFbuq__iconButtons{flex-shrink:0;align-items:center;gap:20px;display:flex}.SongDetailPanel-module__lYFbuq__iconButton{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:17px;height:17px;font-size:1.25rem;transition:all .2s;display:flex}.SongDetailPanel-module__lYFbuq__iconButton:hover{background:rgba(0,0,0,.05)}.SongDetailPanel-module__lYFbuq__favoriteActive{color:#f36}.SongDetailPanel-module__lYFbuq__likeButton{padding:0}.SongDetailPanel-module__lYFbuq__likeIcon{width:22px;height:17px;transition:transform .2s}.SongDetailPanel-module__lYFbuq__likeButton:hover .SongDetailPanel-module__lYFbuq__likeIcon{transform:scale(1.1)}.SongDetailPanel-module__lYFbuq__lyricsSection{box-sizing:border-box;flex-direction:column;flex:1;gap:.75rem;width:100%;max-width:280px;min-height:0;margin-top:1rem;display:flex}.SongDetailPanel-module__lYFbuq__lyricsTitle{color:#191919;flex-shrink:0;width:100%;max-width:280px;margin:0;font-size:1rem;font-weight:700}.SongDetailPanel-module__lYFbuq__lyrics{background:var(--color-background);box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--color-scroll)white;border-radius:8px;flex-direction:column;flex:1;gap:2rem;min-height:0;padding:1rem;display:flex;overflow-x:hidden;overflow-y:auto}.SongDetailPanel-module__lYFbuq__lyrics::-webkit-scrollbar{width:8px}.SongDetailPanel-module__lYFbuq__lyrics::-webkit-scrollbar-track{background:#fff;border-radius:4px}.SongDetailPanel-module__lYFbuq__lyrics::-webkit-scrollbar-thumb{background:rgba(255,113,124,.06);border-radius:4px}.SongDetailPanel-module__lYFbuq__lyrics::-webkit-scrollbar-thumb:hover{background:#fe7b85}.SongDetailPanel-module__lYFbuq__lyricsBlock{flex-direction:column;gap:.5rem;display:flex}.SongDetailPanel-module__lYFbuq__lyricsLabel{color:#6e6e6e;margin-bottom:.25rem;font-size:.75rem;font-weight:400}.SongDetailPanel-module__lYFbuq__lyricsLine{color:#6e6e6e;font-size:.813rem;font-weight:400;line-height:1.5}.SongDetailPanel-module__lYFbuq__placeholderCover{background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SongDetailPanel-module__lYFbuq__playIcon{color:#e0e0e0;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:16px;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.08)}.SongDetailPanel-module__lYFbuq__lyricsPlaceholder{background:#f0f0f0;border-radius:8px;width:100%;height:80px}
