:root{--color-bg:#fff;--color-bg2:#fafafa;--color-bg3:#e5e5e5;--color-border:#f0f0f0;--color-accent-start:rgba(255,153,116,.898);--color-accent:#fe7b85;--color-accent-end:#ff717c;--color-text:#191919;--color-text-white:white;--color-subtext:#888;--color-muted:#909090;--player-wave:#e0e0e0;--side-bg:rgba(255,113,124,.06);--scrollbar-width:8px;--scrollbar-height:3px;--scrollbar-track:white;--scrollbar-thumb:#f8e0e6;--scrollbar-thumb-hover:#fe7b85;--scrollbar-radius:4px;--color-scroll:#fe7b85;--color-scroll-hover:#fe7b85;--color-success:#10b981;--color-success-light:rgba(16,185,129,.1);--color-danger:#ef4444;--color-danger-light:rgba(239,68,68,.1);--color-warning:#eab308;--color-warning-light:rgba(251,191,36,.1);--color-info:#8b5cf6;--color-info-light:rgba(139,92,246,.1);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--skeleton-bg:#f9f9f9;--skeleton-wave:#eee;--skeleton-item:#f0f0f0}[data-theme=dark]{--color-bg:#191919;--color-bg2:#262626;--color-bg3:#333;--color-border:#454545;--color-text:#fff;--color-subtext:#ccc;--color-muted:#909090;--player-wave:#333;--side-bg:#000;--scrollbar-track:black;--scrollbar-thumb:#767676;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.5);--shadow-md:0 4px 6px -1px rgba(0,0,0,.5),0 2px 4px -1px rgba(0,0,0,.3);--skeleton-bg:#2a2a2a;--skeleton-wave:#3a3a3a;--skeleton-item:#333}[data-theme=rainbow]{--color-bg:#ffe6f2;--color-bg2:#e6ffff;--color-bg3:#ffffe6;--color-border:#f0f;--color-accent-start:red;--color-accent:#0f0;--color-accent-end:#00f;--color-text:indigo;--color-text-white:#ff0;--color-subtext:#f60;--color-muted:#0cf;--player-wave:#f0f;--side-bg:rgba(255,255,0,.3);--scrollbar-track:#f9c;--scrollbar-thumb:#9f9;--scrollbar-thumb-hover:#9cf;--color-scroll:#0f0;--color-scroll-hover:#00f;--color-success:#f0f;--color-success-light:rgba(255,0,255,.2);--color-danger:#0f0;--color-danger-light:rgba(0,255,0,.2);--color-warning:#0ff;--color-warning-light:rgba(0,255,255,.2);--color-info:#f30;--color-info-light:rgba(255,51,0,.2);--shadow-sm:0 1px 3px 0 rgba(255,0,0,.4);--shadow-md:0 4px 6px -1px rgba(0,255,0,.4),0 2px 4px -1px rgba(0,0,255,.4);--skeleton-bg:#fcc;--skeleton-wave:#cfc;--skeleton-item:#ccf}:root{--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{background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;overflow-x:hidden}*{box-sizing:border-box}main{width:100%;min-height:100vh;margin:0;padding:0;display:flex}.layout{min-height:100vh;display:flex}.content{flex:1;align-items:center;margin-left:240px;transition:margin .3s;position:relative;overflow-x:hidden}.content.hasPlayer{background-color:var(--color-bg);padding-bottom:120px}.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{background:var(--color-bg);cursor:pointer;width:40px;height:80px;color:var(--color-text);z-index:1;border:none;border-radius:8px 0 0 8px;justify-content:center;align-items:center;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;margin-bottom:80px}.content{width:100%;margin-left:0}.rightPanel{display:none}}.no-content-padding .content{margin-bottom:0!important;padding-bottom:0!important}.weather-page{z-index:20;background:var(--weather-bg);margin-left:240px;position:fixed;top:0;bottom:0;left:0;right:0;overflow-x:hidden;overflow-y:auto}:root{--weather-bg:linear-gradient(160deg,#fff 0%,#fef7f9 30%,#fdf2f8 60%,#fff5f7 100%);--weather-card-bg:rgba(255,255,255,.6);--weather-card-border:rgba(254,123,133,.18);--weather-card-shadow:0 8px 32px rgba(254,123,133,.08);--weather-card-glow:rgba(254,123,133,.12);--weather-text-primary:#1a1a2e;--weather-text-secondary:#6b7280;--weather-text-muted:#9ca3af;--weather-accent:#fe7b85;--weather-accent-end:#ff717c;--weather-accent-soft:rgba(254,123,133,.08);--weather-player-bg:rgba(255,255,255,.85);--weather-player-border:rgba(254,123,133,.15)}[data-theme=dark]{--weather-bg:linear-gradient(160deg,#0f0f1a 0%,#1a1028 30%,#1c1225 60%,#15101e 100%);--weather-card-bg:rgba(30,25,45,.6);--weather-card-border:rgba(254,123,133,.2);--weather-card-shadow:0 8px 32px rgba(0,0,0,.3);--weather-card-glow:rgba(254,123,133,.08);--weather-text-primary:#f0f0f5;--weather-text-secondary:#a0a0b8;--weather-text-muted:#6b6b80;--weather-accent:#fe7b85;--weather-accent-end:#ff9aa2;--weather-accent-soft:rgba(254,123,133,.12);--weather-player-bg:rgba(20,16,32,.9);--weather-player-border:rgba(254,123,133,.2)}.weather-bg-orbs{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.weather-orb{filter:blur(100px);will-change:transform;border-radius:50%;position:absolute}.weather-orb-1{background:radial-gradient(circle,rgba(255,140,140,.3) 0%,transparent 70%);width:600px;height:600px;animation:12s ease-in-out infinite alternate weatherOrbFloat1;top:10%;left:15%}.weather-orb-2{background:radial-gradient(circle,rgba(255,160,140,.25) 0%,transparent 70%);width:450px;height:450px;animation:10s ease-in-out infinite alternate weatherOrbFloat2;bottom:15%;right:10%}.weather-orb-3{background:radial-gradient(circle,rgba(255,200,160,.2) 0%,transparent 70%);width:350px;height:350px;animation:14s ease-in-out infinite alternate weatherOrbFloat3;top:50%;left:45%}.weather-bg-orbs-active .weather-orb-active-1{background:radial-gradient(circle,rgba(255,140,140,.2) 0%,transparent 70%);width:500px;height:500px;animation:10s ease-in-out infinite alternate weatherOrbFloat2;top:5%;right:5%}.weather-bg-orbs-active .weather-orb-active-2{background:radial-gradient(circle,rgba(255,200,160,.15) 0%,transparent 70%);width:400px;height:400px;animation:12s ease-in-out infinite alternate weatherOrbFloat1;bottom:20%;left:0%}@keyframes weatherOrbFloat1{0%{transform:translate(0)scale(1)}to{transform:translate(40px,-30px)scale(1.08)}}@keyframes weatherOrbFloat2{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,40px)scale(1.05)}}@keyframes weatherOrbFloat3{0%{transform:translate(0)scale(1)}to{transform:translate(20px,50px)scale(1.1)}}.weather-landing{justify-content:center;align-items:center;min-height:100%;display:flex;position:relative}.weather-landing-content{z-index:10;text-align:center;flex-direction:column;align-items:center;padding:1.5rem;animation:.6s both weatherFadeUp;display:flex;position:relative}@keyframes weatherFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.weather-icon-hero{margin-bottom:1.25rem;position:relative}.weather-icon-ring{background:radial-gradient(circle,rgba(254,123,133,.25) 0%,transparent 70%);border-radius:50%;animation:3s ease-in-out infinite weatherPulse;position:absolute;top:-20px;bottom:-20px;left:-20px;right:-20px}.weather-icon-main{z-index:2;width:5rem;height:5rem;color:var(--weather-accent);filter:drop-shadow(0 4px 24px rgba(254,123,133,.4));font-size:5rem;position:relative}@keyframes weatherPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}.weather-title{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:800;line-height:1.1}.weather-title-accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#f36 0%,#fe7b85 40%,#ff9aa2 70%,#ffc75f 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite weatherShimmer}.weather-title-normal{color:var(--weather-text-primary);-webkit-text-fill-color:var(--weather-text-primary);margin-left:.15em}.weather-beta-badge{background:linear-gradient(135deg,var(--weather-accent),var(--weather-accent-end));color:#fff;-webkit-text-fill-color:#fff;vertical-align:super;letter-spacing:.06em;border-radius:999px;margin-left:.4em;padding:.25em .6em;font-size:.55em;font-weight:700;line-height:1;display:inline-block;box-shadow:0 2px 8px rgba(254,123,133,.3)}@keyframes weatherShimmer{0%{background-position:0%}to{background-position:-200%}}.weather-subtitle{color:var(--weather-text-secondary);max-width:28rem;margin-bottom:.25rem;font-size:1.125rem;line-height:1.7}.weather-subtitle-detail{color:var(--weather-text-muted);margin-bottom:2.5rem;font-size:1rem}.weather-credit-highlight{color:var(--weather-accent);font-weight:600}.weather-error-box{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(254,226,226,.8);border:1px solid rgba(252,165,165,.3);border-radius:1rem;max-width:24rem;margin-bottom:2rem;padding:1rem 1.5rem}.weather-error-text{color:#dc2626;font-size:.875rem}.weather-start-btn{background:linear-gradient(90deg,var(--color-accent-start),var(--color-accent),var(--color-accent-end),var(--color-accent),var(--color-accent-start));color:#fff;cursor:pointer;background-position:0 0;background-size:300% 100%;border:none;border-radius:1rem;align-items:center;gap:.75rem;padding:1.25rem 2.75rem;font-size:1.25rem;font-weight:700;transition:background-position .5s,box-shadow .3s,transform .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(254,123,133,.3)}.weather-start-btn:hover:not(:disabled){background-position:100% 0;transform:translateY(-1px);box-shadow:0 12px 40px rgba(254,123,133,.4)}.weather-start-btn:active:not(:disabled){transform:scale(.98)translateY(0)}.weather-start-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.weather-start-btn-shimmer{background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%) 0 0/200% 100%;animation:3s ease-in-out infinite weatherBtnShimmer;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes weatherBtnShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.weather-start-btn-inner{z-index:2;align-items:center;gap:.75rem;display:flex;position:relative}.weather-spin-icon{animation:1s linear infinite spin}.weather-info-pills{color:var(--weather-text-muted);align-items:center;gap:1rem;margin-top:1.5rem;font-size:.875rem;display:flex}.weather-pill{align-items:center;gap:.375rem;display:flex}.weather-pill-dot{background:var(--weather-accent);border-radius:50%;width:5px;height:5px;display:inline-block}.weather-pill-divider{background:var(--weather-text-muted);opacity:.5;border-radius:50%;width:3px;height:3px}.weather-active{isolation:isolate;color:#f8fbff;background:radial-gradient(circle at 8% 28%,rgba(255,220,184,.78) 0%,rgba(255,180,151,.32) 18%,transparent 38%),radial-gradient(circle at 84% 8%,rgba(66,135,255,.34) 0%,transparent 32%),linear-gradient(115deg,#ffe1cf 0%,#0d1f3f 34%,#07152f 68%,#030714 100%);min-height:100%;padding-bottom:100px;position:relative}.weather-active:before,.weather-active:after{content:"";pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.weather-active:before{z-index:0;opacity:.8;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.38) 0,rgba(255,255,255,.38) 1px,transparent 1.5px) 0 0/240px 240px,radial-gradient(circle at 70% 16%,rgba(255,255,255,.52) 0,rgba(255,255,255,.52) 1px,transparent 1.5px) 0 0/320px 320px,radial-gradient(circle at 91% 44%,rgba(255,255,255,.34) 0,rgba(255,255,255,.34) 1px,transparent 1.5px) 0 0/280px 280px,radial-gradient(circle at 55% 73%,rgba(255,255,255,.42) 0,rgba(255,255,255,.42) 1px,transparent 1.5px) 0 0/360px 360px}.weather-active:after{z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.72) 0%,rgba(255,240,225,.24) 10%,transparent 30%),radial-gradient(at 42% 48%,transparent 0%,transparent 42%,rgba(1,7,21,.34) 100%)}.weather-active-content{z-index:2;max-width:86rem;margin:0 auto;padding:1.25rem 1.75rem 2rem;animation:.5s both weatherFadeUp;position:relative}.weather-header{justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.weather-header-icon-wrap{position:relative}.weather-header-icon-glow{filter:blur(8px);background:radial-gradient(circle,rgba(255,111,132,.42) 0%,transparent 70%);border-radius:50%;position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}.weather-header-icon{z-index:2;color:#ff6f84;width:1.15rem;height:1.15rem;font-size:1.15rem;position:relative}.weather-header-title{letter-spacing:0;color:rgba(255,255,255,.94);text-shadow:0 2px 14px rgba(0,0,0,.3);font-size:1.05rem;font-weight:800}.weather-header-title-accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#ff8fa1 100%);-webkit-background-clip:text;background-clip:text}.weather-header-title-normal{color:rgba(255,255,255,.92);-webkit-text-fill-color:rgba(255,255,255,.92);margin-left:.1em}.weather-header .weather-beta-badge{vertical-align:middle;margin-left:.3em;font-size:.5em}.weather-header-weather-icon{background:rgba(20,32,58,.78);border:1px solid rgba(255,255,255,.14);border-radius:.65rem;margin-left:.25rem;padding:.25rem;box-shadow:0 10px 30px rgba(0,0,0,.24)}.weather-grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:1024px){.weather-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,380px);align-items:center;gap:2rem;min-height:calc(100vh - 210px)}}.weather-globe-wrap{filter:drop-shadow(0 34px 58px rgba(0,7,25,.48));justify-content:center;align-items:center;min-height:520px;margin-left:-1.5rem;display:flex;overflow:hidden}.weather-globe-outer{touch-action:pan-y;z-index:2;position:relative}.weather-globe-outer canvas{cursor:grab}.weather-globe-outer canvas:active{cursor:grabbing}.weather-globe-marker{pointer-events:none;position:relative;transform:translate(-50%,-100%)}.weather-globe-pin{background:linear-gradient(135deg,#ff4d72,#ff8b9d);border:4px solid #fff;border-radius:50% 50% 50% 0;width:18px;height:18px;transform:rotate(-45deg);box-shadow:0 0 0 5px rgba(255,95,124,.22),0 0 26px rgba(255,95,124,.9)}.weather-globe-pin:after{content:"";background:#fff;border-radius:50%;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.weather-globe-tooltip{color:#fff;-webkit-backdrop-filter:blur(14px);background:rgba(24,20,39,.82);border:1px solid rgba(255,130,154,.32);border-radius:.7rem;min-width:128px;padding:.55rem .7rem;position:absolute;top:-22px;left:22px;box-shadow:0 16px 36px rgba(0,0,0,.34)}.weather-globe-tooltip-city{margin-bottom:.2rem;font-size:.75rem;font-weight:800}.weather-globe-tooltip-weather{color:#ffc2cd;white-space:nowrap;font-size:.72rem}.weather-globe-tooltip-icon{width:28px;height:28px;margin-top:.15rem}.weather-sidebar{flex-direction:column;gap:1.5rem;display:flex}.weather-card{-webkit-backdrop-filter:blur(22px);background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.72);border-radius:.9rem;padding:1.75rem;transition:box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 24px 70px rgba(0,11,40,.24)}.weather-card:hover{border-color:rgba(255,255,255,.9);box-shadow:0 28px 80px rgba(0,11,40,.3)}.weather-card-glow{filter:blur(40px);pointer-events:none;border-radius:50%;position:absolute}.weather-card-glow-top{background:var(--weather-card-glow);width:120px;height:120px;top:-40px;right:-40px}.weather-card-glow-bottom{background:var(--weather-card-glow);width:100px;height:100px;bottom:-30px;left:-30px}.weather-info-emoji{float:left;filter:drop-shadow(0 10px 18px rgba(255,188,54,.36));margin:0 1rem 1rem 0;font-size:3.75rem}.weather-info-city{color:#1f2937;letter-spacing:-.01em;margin-bottom:.375rem;font-size:1rem;font-weight:700}.weather-info-temp{align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.weather-info-temp-val{color:#ff647d;letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:2.1rem;font-weight:800}.weather-info-temp-desc{color:#6b7280;text-transform:capitalize;font-size:.9375rem}.weather-condition-tag{color:#ff647d;background:rgba(255,100,125,.1);border:1px solid rgba(255,100,125,.18);border-radius:999px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.weather-info-meta{color:#8b93a3;clear:both;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.75rem;display:flex}.weather-info-meta-icon{color:#ff647d;font-size:.625rem}.weather-playlist-title{color:#1f2937;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:700;display:flex}.weather-playlist-title-bar{background:linear-gradient(#ff647d,#ff9aa9);border-radius:999px;width:4px;height:1.25rem}.weather-playlist-title-icon{color:#ff647d;font-size:.875rem}.weather-playlist-scroll{max-height:16rem;padding-right:.25rem;overflow-y:auto}.weather-playlist-empty{color:#8b93a3;text-align:center;padding:1.5rem 0;font-size:.875rem}.weather-track-item{border:1px solid transparent;border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:.375rem;padding:.75rem 1rem;transition:all .2s;display:flex}.weather-track-item:hover{background:rgba(255,100,125,.07);border-color:rgba(255,100,125,.12)}.weather-track-active{background:linear-gradient(90deg,rgba(255,100,125,.16),rgba(255,100,125,.05));border-color:rgba(255,100,125,.16);box-shadow:0 8px 20px rgba(255,100,125,.08)}.weather-track-num{color:#9ca3af;width:1.75rem;font-family:monospace;font-size:.75rem}.weather-track-num-active{color:#ff647d;font-weight:700}.weather-track-name{text-overflow:ellipsis;white-space:nowrap;color:#667085;flex:1;font-size:.875rem;overflow:hidden}.weather-track-name-active{color:#1f2937;font-weight:500}.weather-badge{white-space:nowrap;border:1px solid;border-radius:999px;padding:.125rem .625rem;font-size:.6875rem;font-weight:500}.weather-badge-ready{color:#16a34a;background:rgba(34,197,94,.08);border-color:rgba(34,197,94,.2)}.weather-badge-generating{color:#ca8a04;background:rgba(234,179,8,.08);border-color:rgba(234,179,8,.2)}.weather-badge-played{color:#6b7280;background:rgba(156,163,175,.08);border-color:rgba(156,163,175,.2)}.weather-badge-playing{color:#3b82f6;background:rgba(59,130,246,.08);border-color:rgba(59,130,246,.2)}.weather-badge-failed{color:#dc2626;background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2)}.weather-badge-default{background:var(--weather-accent-soft);color:var(--weather-accent);border-color:var(--weather-card-border)}.weather-playlist-stats{color:#8b93a3;border-top:1px solid rgba(17,24,39,.08);align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;font-size:.75rem;display:flex}.weather-stat{align-items:center;gap:.375rem;display:flex}.weather-stat-dot{border-radius:50%;width:5px;height:5px;display:inline-block}.weather-stat-dot-ready{background:#22c55e}.weather-stat-dot-generating{background:#eab308}.weather-stat-dot-played{background:#9ca3af}.weather-player-wrap{z-index:50;position:fixed;bottom:0;left:60px;right:0}@media (min-width:1024px){.weather-player-wrap{left:240px}}.weather-player-inner{position:relative}.weather-player-progress-track{background:var(--weather-accent-soft);z-index:2;height:3px;position:absolute;top:0;left:0;right:0}.weather-player-progress-fill{background:linear-gradient(90deg,var(--weather-accent),var(--weather-accent-end));border-radius:0 2px 2px 0;height:100%;box-shadow:0 0 8px rgba(254,123,133,.3)}.weather-player-bar{background:var(--weather-player-bg);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--weather-player-border);align-items:center;gap:1.25rem;padding:.875rem 1.5rem;display:flex;box-shadow:0 -4px 24px rgba(254,123,133,.06)}.weather-player-cover-wrap{flex-shrink:0;position:relative}.weather-player-cover-img{border:2px solid var(--weather-card-border);object-fit:cover;border-radius:.75rem;box-shadow:0 2px 8px rgba(254,123,133,.1)}.weather-player-cover-placeholder{border:2px solid var(--weather-card-border);background:linear-gradient(135deg,var(--weather-accent-soft),rgba(254,123,133,.15));border-radius:.75rem;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.weather-player-cover-note{color:var(--weather-accent);font-size:1.125rem}.weather-player-cover-pulse{border:2px solid var(--weather-accent);opacity:0;border-radius:.875rem;animation:2s ease-in-out infinite weatherCoverPulse;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}@keyframes weatherCoverPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.weather-player-track-info{flex:1;min-width:0}.weather-player-track-title{color:var(--weather-text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.125rem;font-size:.875rem;font-weight:600;overflow:hidden}.weather-player-track-tags{color:var(--weather-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.weather-player-meta-mobile{color:var(--weather-text-muted);font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;margin-top:.2rem;font-size:.6875rem;display:none}.weather-player-meta-sep{opacity:.5}.weather-player-meta-credits{color:var(--weather-accent);font-weight:600}.weather-player-controls{align-items:center;gap:.75rem;display:flex}.weather-player-play-btn{background:linear-gradient(135deg,var(--weather-accent),var(--weather-accent-end));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:box-shadow .2s,transform .15s;display:flex;box-shadow:0 4px 16px rgba(254,123,133,.3)}.weather-player-play-btn:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(254,123,133,.4)}.weather-player-play-btn:active{transform:scale(.95)}.weather-player-play-icon-offset{margin-left:2px}.weather-player-shuffle-btn{color:var(--weather-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.375rem;transition:color .2s,background .2s}.weather-player-shuffle-btn:hover{color:var(--weather-accent);background:var(--weather-accent-soft)}.weather-player-shuffle-active{color:var(--weather-accent)}.weather-player-time{color:var(--weather-text-muted);tabular-nums:true;font-variant-numeric:tabular-nums;flex-shrink:0;font-family:monospace;font-size:.75rem}.weather-player-remain{color:var(--weather-text-muted);flex-shrink:0;font-size:.75rem;font-weight:500}.weather-player-remain-val{color:var(--weather-accent);font-weight:700}.weather-player-credit-box{background:var(--weather-accent-soft);text-align:center;border:1px solid var(--weather-card-border);border-radius:.75rem;flex-shrink:0;padding:.5rem 1rem}.weather-player-credit-num{color:var(--weather-text-primary);font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:700}.weather-player-credit-label{color:var(--weather-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.5625rem}.weather-player-stop-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.75rem;flex-shrink:0;padding:.625rem;transition:color .2s,background .2s}.weather-player-stop-btn:hover{color:#dc2626;background:rgba(239,68,68,.08)}.weather-player-shuffle-btn:focus-visible{outline:2px solid var(--weather-accent);outline-offset:2px}.weather-player-play-btn:focus-visible{outline:2px solid var(--weather-accent);outline-offset:2px}.weather-player-stop-btn:focus-visible{outline:2px solid var(--weather-accent);outline-offset:2px}.weather-start-btn:focus-visible{outline:3px solid var(--weather-accent);outline-offset:3px}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(254,123,133,.2);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(254,123,133,.4)}@media (max-width:1024px){.weather-page{margin-left:0;padding-top:60px;padding-bottom:72px}.weather-title{font-size:2.5rem}.weather-start-btn{padding:1rem 2rem;font-size:1.1rem}.weather-active{padding-bottom:160px}.weather-player-wrap{bottom:72px;left:0}.weather-player-bar{gap:.75rem;padding:.75rem 1rem}.weather-player-remain{display:none}.weather-active-content{padding:1.5rem 1rem}.weather-header{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.weather-header-title{font-size:1.5rem}.weather-grid{gap:1.5rem}.weather-sidebar{gap:1rem}.weather-card{padding:1.25rem}.weather-playlist-scroll{max-height:14rem}.weather-track-item{gap:.5rem;padding:.625rem .75rem}}@media (max-width:640px){.weather-title{font-size:2rem}.weather-icon-main{width:3.5rem;height:3.5rem;font-size:3.5rem}.weather-landing-content{padding:1rem}.weather-subtitle{max-width:20rem;font-size:1rem}.weather-subtitle-detail{font-size:.875rem}.weather-start-btn{justify-content:center;width:100%;max-width:20rem;padding:.875rem 1.5rem;font-size:1rem}.weather-info-pills{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;font-size:.8125rem}.weather-beta-badge{padding:.2em .5em;font-size:.45em}.weather-active-content{padding:1rem .75rem}.weather-header{gap:.5rem;margin-bottom:1.25rem}.weather-header-title{font-size:1.25rem}.weather-header-icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.weather-grid{gap:1rem}.weather-globe-wrap{max-height:320px}.weather-card{border-radius:1rem;padding:1rem}.weather-info-emoji{margin-bottom:.75rem;font-size:2rem}.weather-info-city{font-size:1.1rem}.weather-info-temp-val{font-size:1.25rem}.weather-info-temp-desc{font-size:.8125rem}.weather-condition-tag{padding:.25rem .75rem;font-size:.75rem}.weather-playlist-title{margin-bottom:1rem;font-size:1rem}.weather-playlist-scroll{max-height:12rem}.weather-track-item{gap:.5rem;padding:.5rem .625rem}.weather-track-num{width:1.5rem;font-size:.6875rem}.weather-track-name{font-size:.8125rem}.weather-badge{padding:.1rem .5rem;font-size:.625rem}.weather-playlist-stats{flex-wrap:wrap;gap:.5rem}.weather-player-bar{gap:.5rem;padding:.625rem .75rem}.weather-player-cover-img,.weather-player-cover-placeholder,.weather-player-cover-placeholder{width:44px;height:44px}.weather-player-track-title{font-size:.8125rem}.weather-player-track-tags{display:none}.weather-player-meta-mobile{display:flex}.weather-player-controls{gap:.25rem}.weather-player-play-btn{width:2.75rem;height:2.75rem}.weather-player-shuffle-btn{justify-content:center;align-items:center;min-width:2.5rem;min-height:2.5rem;padding:.5rem;display:flex}.weather-player-stop-btn{justify-content:center;align-items:center;min-width:2.5rem;min-height:2.5rem;display:flex}.weather-player-time,.weather-player-remain,.weather-player-credit-box{display:none}}@media (max-width:480px){.weather-globe-wrap{max-height:260px}.weather-title{font-size:1.75rem}.weather-icon-main{width:3rem;height:3rem;font-size:3rem}.weather-icon-hero{margin-bottom:.75rem}.weather-subtitle{font-size:.9375rem;line-height:1.6}.weather-subtitle-detail{margin-bottom:1.75rem;font-size:.8125rem}.weather-start-btn{padding:.75rem 1.25rem;font-size:.9375rem}.weather-error-box{margin-bottom:1.5rem;padding:.875rem 1rem}.weather-header-title{font-size:1.1rem}.weather-header-icon{width:1.25rem;height:1.25rem;font-size:1.25rem}.weather-info-emoji{font-size:1.75rem}.weather-info-city{font-size:1rem}.weather-info-temp-val{font-size:1.125rem}.weather-info-temp-desc{font-size:.75rem}.weather-condition-tag{font-size:.6875rem}.weather-playlist-title{font-size:.9375rem}.weather-track-item{padding:.5rem}.weather-track-name{font-size:.75rem}.weather-badge{padding:.1rem .375rem;font-size:.5625rem}.weather-playlist-stats{font-size:.6875rem}.weather-player-bar{gap:.375rem;padding:.5rem .625rem}.weather-player-cover-img,.weather-player-cover-placeholder{width:40px;height:40px}.weather-player-track-title{font-size:.75rem}.weather-player-meta-mobile{gap:.3rem;font-size:.625rem}.weather-player-play-btn{width:2.5rem;height:2.5rem}.weather-player-shuffle-btn,.weather-player-stop-btn{min-width:2.25rem;min-height:2.25rem;padding:.4rem}}@media (prefers-reduced-motion:reduce){.weather-orb,.weather-icon-ring,.weather-title-accent,.weather-start-btn-shimmer,.weather-player-cover-pulse,.weather-landing-content,.weather-active-content{animation:none!important}.weather-start-btn,.weather-card,.weather-track-item,.weather-player-play-btn,.weather-player-shuffle-btn,.weather-player-stop-btn{transition:none!important}}
.Sidebar-module__jbxCtW__sidebar{background:var(--side-bg);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;justify-content:center;align-items:center;gap:8px;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__wrapper{position:relative}.SidebarProfile-module__op3cQq__profile{background:var(--color-bg2);cursor:pointer;border:1px solid var(--color-border);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:var(--color-bg);box-shadow:var(--shadow-md)}.SidebarProfile-module__op3cQq__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;min-width:42px;height:42px;min-height:42px}.SidebarProfile-module__op3cQq__info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.SidebarProfile-module__op3cQq__name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:16px;font-weight:600;overflow:hidden}.SidebarProfile-module__op3cQq__role{color:var(--color-subtext);margin-top:2px;font-size:13px;font-weight:400}.SidebarProfile-module__op3cQq__arrow{margin-left:3px;font-size:20px}.SidebarProfile-module__op3cQq__loginBox{background:var(--color-bg);text-align:center;cursor:pointer;border:1px solid var(--color-border);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);box-shadow:var(--shadow-md);background:#fff}.SidebarProfile-module__op3cQq__loadingBox{cursor:default;pointer-events:none}.SidebarProfile-module__op3cQq__loadingBox:hover{background:var(--color-bg2);box-shadow:none}.SidebarProfile-module__op3cQq__skeletonImg,.SidebarProfile-module__op3cQq__skeletonText,.SidebarProfile-module__op3cQq__skeletonTextSm{background:linear-gradient(90deg,var(--skeleton-bg)0%,var(--skeleton-wave)50%,var(--skeleton-bg)100%);background-size:200% 100%;animation:1.5s linear infinite SidebarProfile-module__op3cQq__shimmer}.SidebarProfile-module__op3cQq__skeletonImg{border-radius:50%;flex-shrink:0;width:42px;height:42px}.SidebarProfile-module__op3cQq__skeletonText{border-radius:4px;width:80px;height:16px;margin-bottom:4px}.SidebarProfile-module__op3cQq__skeletonTextSm{border-radius:4px;width:50px;height:13px}@keyframes SidebarProfile-module__op3cQq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.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:var(--color-bg);box-shadow:var(--shadow-sm)}.SidebarNav-module__yADbhG__active{background:var(--color-bg);color:var(--color-accent);box-shadow:var(--shadow-sm)}.SidebarNav-module__yADbhG__icon{opacity:.85;background-color:var(--color-text);flex-shrink:0;width:20px;height:20px;margin-bottom:1px;transition:all .2s;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.SidebarNav-module__yADbhG__link:hover .SidebarNav-module__yADbhG__icon,.SidebarNav-module__yADbhG__active .SidebarNav-module__yADbhG__icon{background-color:var(--color-accent);opacity:1}.SidebarNav-module__yADbhG__iconActive{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{background:var(--color-bg);color:var(--color-accent);box-shadow:var(--shadow-sm)}.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__login,.SidebarBottom-module__nFUlGa__logout,.SidebarBottom-module__nFUlGa__register,.SidebarBottom-module__nFUlGa__languageSection>div>div>button{background:var(--color-bg);width:100%;height:42px;color:var(--color-text);box-shadow:var(--shadow-sm);cursor:pointer;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}.SidebarBottom-module__nFUlGa__register{background:linear-gradient(90deg,var(--color-accent),var(--color-accent-end));color:#fff}.SidebarBottom-module__nFUlGa__register:hover{color:var(--color-text-white)}.SidebarBottom-module__nFUlGa__login:hover,.SidebarBottom-module__nFUlGa__logout:hover,.SidebarBottom-module__nFUlGa__languageSection>div>div>button:hover{color:var(--color-accent)}.SidebarBottom-module__nFUlGa__languageSection{position:relative}.SidebarBottom-module__nFUlGa__languageSection>div{margin-top:0}.SidebarBottom-module__nFUlGa__languageSection>div>div{width:100%}.SidebarBottom-module__nFUlGa__languageSection>div>div>div:last-child{transform-origin:bottom;animation:.2s cubic-bezier(.16,1,.3,1) SidebarBottom-module__nFUlGa__slideUp;top:auto;bottom:calc(100% + 8px);left:0;right:0}@keyframes SidebarBottom-module__nFUlGa__slideUp{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.SidebarBottom-module__nFUlGa__themeToggleRow{background:var(--color-bg,#fff);box-shadow:var(--shadow-sm);color:var(--color-text);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .25s;display:flex}.SidebarBottom-module__nFUlGa__themeLabel{font-size:15px;font-weight:500}.SidebarBottom-module__nFUlGa__switchTrack{background-color:var(--color-bg3);cursor:pointer;border:none;border-radius:30px;justify-content:space-between;align-items:center;width:52px;height:28px;padding:0 6px;transition:background-color .3s;display:flex;position:relative}.SidebarBottom-module__nFUlGa__darkTrack{background-color:var(--color-text)}.SidebarBottom-module__nFUlGa__iconWrapper{color:#fff;z-index:1;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.SidebarBottom-module__nFUlGa__switchTrack svg{width:100%;height:100%}.SidebarBottom-module__nFUlGa__switchTrack:not(.SidebarBottom-module__nFUlGa__darkTrack) .SidebarBottom-module__nFUlGa__iconWrapper:first-child{color:#f39c12}.SidebarBottom-module__nFUlGa__darkTrack .SidebarBottom-module__nFUlGa__iconWrapper:last-child{color:#f1c40f}.SidebarBottom-module__nFUlGa__switchThumb{background-color:var(--color-bg);width:22px;height:22px;box-shadow:var(--shadow-sm);z-index:2;border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;left:3px}.SidebarBottom-module__nFUlGa__darkTrack .SidebarBottom-module__nFUlGa__switchThumb{transform:translate(24px)}
.MobileHeader-module__81bNvq__header{background-color:var(--color-bg2);border-bottom:1px solid var(--color-border);z-index:100;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;text-decoration:none;transition:opacity .2s;display:flex}.MobileHeader-module__81bNvq__left:hover{opacity:.8}.MobileHeader-module__81bNvq__right{align-items:center;gap:8px;display:flex}.MobileHeader-module__81bNvq__themeToggleBtn{width:36px;height:36px;color:var(--color-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex}.MobileHeader-module__81bNvq__themeToggleBtn:active{transform:scale(.9)}.MobileHeader-module__81bNvq__avatar{object-fit:cover;border:1px solid var(--color-border);border-radius:50%;width:36px;height:36px}.MobileHeader-module__81bNvq__logo{height:36px}.MobileHeader-module__81bNvq__name{color:var(--color-text);font-size:16px;font-weight:600}.MobileHeader-module__81bNvq__loginBtn{background-color:var(--color-accent);color:var(--color-text);cursor:pointer;box-shadow:var(--shadow-sm);border:none;border-radius:8px;padding:8px 24px;font-size:14px;font-weight:500;transition:all .2s}.MobileHeader-module__81bNvq__logoutBtn{background-color:var(--color-bg);color:var(--color-text);border:var(--color-border)1px;cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;padding:8px 24px;font-size:14px;font-weight:500;transition:all .2s}.MobileHeader-module__81bNvq__loginBtn:active,.MobileHeader-module__81bNvq__logoutBtn:active{transform:translateY(0)}
.PlayerBar-v2-module__98BU9q__wrapper{background:var(--color-bg);z-index:999;position:fixed;bottom:0;left:240px;right:0;box-shadow:0 -2px 8px rgba(0,0,0,.05)}.PlayerBar-v2-module__98BU9q__progressBar{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;background:0 0;align-items:center;height:40px;margin-left:10rem;margin-right:10rem;display:flex;position:relative;overflow:visible}.PlayerBar-v2-module__98BU9q__waveformContainer{align-items:center;gap:1px;padding:4px 1rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.PlayerBar-v2-module__98BU9q__waveformBar{background:var(--player-wave);transform-origin:50%;border-radius:1px;flex:1;min-width:1px;height:100%;transition:background .15s}.PlayerBar-v2-module__98BU9q__waveformBarPlayed{background:linear-gradient(#ff9aa2 0%,#fe7b85 100%)}.PlayerBar-v2-module__98BU9q__waveformBarAnimating{animation:2.2s ease-in-out infinite paused PlayerBar-v2-module__98BU9q__v2_waveformBounce1}.PlayerBar-v2-module__98BU9q__waveformBarAnimating:nth-child(3n){animation:2.4s ease-in-out infinite paused PlayerBar-v2-module__98BU9q__v2_waveformBounce2}.PlayerBar-v2-module__98BU9q__waveformBarAnimating:nth-child(5n){animation:3s ease-in-out infinite paused PlayerBar-v2-module__98BU9q__v2_waveformBounce3}.PlayerBar-v2-module__98BU9q__waveformBarAnimating:nth-child(7n){animation:2.8s ease-in-out infinite paused PlayerBar-v2-module__98BU9q__v2_waveformBounce4}.PlayerBar-v2-module__98BU9q__waveformBarAnimating:nth-child(11n){animation:2.5s ease-in-out infinite paused PlayerBar-v2-module__98BU9q__v2_waveformBounce5}.PlayerBar-v2-module__98BU9q__waveformBarPlaying{animation-play-state:running!important}@keyframes PlayerBar-v2-module__98BU9q__v2_waveformBounce1{0%,to{transform:scaleY(.7)}50%{transform:scaleY(2.3)}}@keyframes PlayerBar-v2-module__98BU9q__v2_waveformBounce2{0%,to{transform:scaleY(.5)}20%{transform:scaleY(2.8)}40%{transform:scaleY(.8)}60%{transform:scaleY(1.8)}80%{transform:scaleY(1.2)}}@keyframes PlayerBar-v2-module__98BU9q__v2_waveformBounce3{0%,to{transform:scaleY(.6)}25%{transform:scaleY(2.2)}50%{transform:scaleY(.7)}75%{transform:scaleY(2.6)}}@keyframes PlayerBar-v2-module__98BU9q__v2_waveformBounce4{0%,to{transform:scaleY(.8)}33%{transform:scaleY(2)}66%{transform:scaleY(1.3)}}@keyframes PlayerBar-v2-module__98BU9q__v2_waveformBounce5{0%,70%,to{transform:scaleY(.5)}35%{transform:scaleY(3.2)}}.PlayerBar-v2-module__98BU9q__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-v2-module__98BU9q__currentTime{background:var(--color-bg);color:var(--color-accent);box-shadow:var(--shadow-md);pointer-events:none;white-space:nowrap;z-index:1000;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:-8px}.PlayerBar-v2-module__98BU9q__progressTime{background:var(--color-bg2);color:var(--color-accent);box-shadow:var(--shadow-md);pointer-events:none;white-space:nowrap;border-radius:6px;padding:3px 6px;font-size:12px;font-weight:500;position:absolute;top:-30px;transform:translate(-50%)}.PlayerBar-v2-module__98BU9q__player{justify-content:space-between;align-items:center;height:78px;padding:0 40px;display:flex}.PlayerBar-v2-module__98BU9q__left{flex:1;justify-content:flex-start;align-items:center;gap:12px;display:flex}.PlayerBar-v2-module__98BU9q__thumbWrapper{background:var(--color-bg2);border-radius:10px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.PlayerBar-v2-module__98BU9q__thumb{object-fit:cover;border-radius:10px;width:100%;height:100%}.PlayerBar-v2-module__98BU9q__loadingOverlay{background:var(--color-bg2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PlayerBar-v2-module__98BU9q__spinner{border:3px solid rgba(255,51,102,.2);border-top-color:var(--color-accent);border-radius:50%;width:24px;height:24px;animation:1s linear infinite PlayerBar-v2-module__98BU9q__v2_spin}@keyframes PlayerBar-v2-module__98BU9q__v2_spin{to{transform:rotate(360deg)}}.PlayerBar-v2-module__98BU9q__info{flex-direction:column;justify-content:center;min-width:0;display:flex}.PlayerBar-v2-module__98BU9q__title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:16px;font-weight:600;overflow:hidden}.PlayerBar-v2-module__98BU9q__artist{color:var(--color-subtext);white-space:nowrap;text-overflow:ellipsis;max-width:180px;margin-top:4px;font-size:14px;overflow:hidden}.PlayerBar-v2-module__98BU9q__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-v2-module__98BU9q__likeButton:hover{transform:scale(1.1)}.PlayerBar-v2-module__98BU9q__likeIcon{width:20px;height:17px;transition:transform .2s}.PlayerBar-v2-module__98BU9q__center{justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.PlayerBar-v2-module__98BU9q__control{cursor:pointer;color:var(--color-text);background:0 0;border:none;font-size:22px;transition:opacity .2s}.PlayerBar-v2-module__98BU9q__controlicon{width:13px;height:13px}.PlayerBar-v2-module__98BU9q__control:hover{opacity:.7}.PlayerBar-v2-module__98BU9q__btnReset{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.PlayerBar-v2-module__98BU9q__playButton{border-radius:50%;width:50px;height:50px;transition:transform .25s,box-shadow .25s}.PlayerBar-v2-module__98BU9q__playButton:hover{box-shadow:0 1px 12px 4px rgba(255,154,162,.3)}.PlayerBar-v2-module__98BU9q__waveform{display:none}.PlayerBar-v2-module__98BU9q__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-v2-module__98BU9q__right{flex:1;justify-content:flex-end;align-items:center;display:flex}.PlayerBar-v2-module__98BU9q__time{color:var(--color-accent-end);text-align:left;min-width:88px;margin-left:1rem;font-size:14px;font-weight:400}.PlayerBar-v2-module__98BU9q__volume{align-items:center;gap:8px;display:flex}.PlayerBar-v2-module__98BU9q__icon{font-size:16px}.PlayerBar-v2-module__98BU9q__volumeicon{width:13px;height:13px}.PlayerBar-v2-module__98BU9q__volumeBar{background:var(--color-bg3);cursor:pointer;border-radius:10px;width:100px;height:5px;position:relative;overflow:hidden}.PlayerBar-v2-module__98BU9q__volumeFill{background:linear-gradient(90deg,#ff668b,#ff9ba9);border-radius:10px;height:100%;transition:width .2s}@media (max-width:1330px){.PlayerBar-v2-module__98BU9q__waveform{display:none}}@media (max-width:1024px){.PlayerBar-v2-module__98BU9q__wrapper{margin-bottom:71px;left:0}.PlayerBar-v2-module__98BU9q__progressBar{margin-left:10rem;margin-right:10rem}.PlayerBar-v2-module__98BU9q__player{flex-direction:row;gap:12px;height:auto;padding:12px 20px}.PlayerBar-v2-module__98BU9q__volume,.PlayerBar-v2-module__98BU9q__waveform{display:none}.PlayerBar-v2-module__98BU9q__thumbWrapper{width:56px;height:56px}.PlayerBar-v2-module__98BU9q__likeButton{margin-left:8px}.PlayerBar-v2-module__98BU9q__likeIcon{width:24px;height:24px}}@media (max-width:640px){.PlayerBar-v2-module__98BU9q__player{gap:8px;padding:10px 16px}.PlayerBar-v2-module__98BU9q__progressBar{margin-left:0;margin-right:0}.PlayerBar-v2-module__98BU9q__left{flex:1;gap:8px;min-width:0}.PlayerBar-v2-module__98BU9q__songInfo{gap:8px}.PlayerBar-v2-module__98BU9q__thumbWrapper{width:48px;height:48px}.PlayerBar-v2-module__98BU9q__info{max-width:120px}.PlayerBar-v2-module__98BU9q__title{max-width:120px;font-size:14px}.PlayerBar-v2-module__98BU9q__artist{max-width:120px;font-size:12px}.PlayerBar-v2-module__98BU9q__likeButton{margin-left:4px;padding:4px}.PlayerBar-v2-module__98BU9q__likeIcon{width:20px;height:20px}.PlayerBar-v2-module__98BU9q__center{gap:12px}.PlayerBar-v2-module__98BU9q__control{font-size:18px}.PlayerBar-v2-module__98BU9q__playButton{width:48px;height:48px;font-size:18px}.PlayerBar-v2-module__98BU9q__right{flex:1;gap:12px}.PlayerBar-v2-module__98BU9q__time{min-width:auto;font-size:12px}.PlayerBar-v2-module__98BU9q__volumeBar{width:60px}.PlayerBar-v2-module__98BU9q__icon{font-size:14px}}@media (max-width:480px){.PlayerBar-v2-module__98BU9q__player{gap:4px;padding:8px 10px}.PlayerBar-v2-module__98BU9q__left{flex:1;gap:4px;min-width:0}.PlayerBar-v2-module__98BU9q__songInfo{gap:4px}.PlayerBar-v2-module__98BU9q__thumbWrapper{width:40px;height:40px}.PlayerBar-v2-module__98BU9q__info{max-width:90px}.PlayerBar-v2-module__98BU9q__title{max-width:90px;font-size:12px}.PlayerBar-v2-module__98BU9q__artist{max-width:90px;font-size:10px}.PlayerBar-v2-module__98BU9q__likeButton{display:none}.PlayerBar-v2-module__98BU9q__center{gap:4px;position:static;transform:none}.PlayerBar-v2-module__98BU9q__control{padding:4px;font-size:16px}.PlayerBar-v2-module__98BU9q__playButton{width:40px;height:40px;font-size:16px}.PlayerBar-v2-module__98BU9q__right{flex:1;gap:6px}.PlayerBar-v2-module__98BU9q__time{min-width:40px;font-size:10px}.PlayerBar-v2-module__98BU9q__volume{display:none}}.PlayerBar-v2-module__98BU9q__songInfo{cursor:default;align-items:center;gap:12px;display:flex}@media (max-width:1024px){.PlayerBar-v2-module__98BU9q__songInfo{cursor:pointer}}.PlayerBar-v2-module__98BU9q__songDetailModal{display:none}@media (max-width:1024px){.PlayerBar-v2-module__98BU9q__songDetailModal{z-index:9999;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.PlayerBar-v2-module__98BU9q__modalOverlay{touch-action:none;background:rgba(0,0,0,.5);position:absolute;top:0;bottom:0;left:0;right:0}.PlayerBar-v2-module__98BU9q__modalContent{background:var(--color-bg);border-radius:20px 20px 0 0;height:90vh;animation:.3s ease-out PlayerBar-v2-module__98BU9q__v2_slideUp;position:absolute;bottom:0;left:0;right:0;overflow:hidden}@keyframes PlayerBar-v2-module__98BU9q__v2_slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.PlayerBar-v2-module__98BU9q__modalClose{background:var(--color-bg2);cursor:pointer;z-index:11;color:#666;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;display:flex;position:absolute;top:16px;right:16px}.PlayerBar-v2-module__98BU9q__modalClose:hover{background:var(--color-bg3)}}@media (max-width:360px){.PlayerBar-v2-module__98BU9q__player{gap:3px;padding:6px 8px}.PlayerBar-v2-module__98BU9q__left,.PlayerBar-v2-module__98BU9q__songInfo{gap:3px}.PlayerBar-v2-module__98BU9q__thumbWrapper{width:36px;height:36px}.PlayerBar-v2-module__98BU9q__info{max-width:70px}.PlayerBar-v2-module__98BU9q__title{max-width:70px;font-size:11px}.PlayerBar-v2-module__98BU9q__artist{max-width:70px;font-size:9px}.PlayerBar-v2-module__98BU9q__center{gap:2px;position:static;transform:none}.PlayerBar-v2-module__98BU9q__control{padding:2px;font-size:14px}.PlayerBar-v2-module__98BU9q__playButton{width:36px;height:36px;font-size:14px}.PlayerBar-v2-module__98BU9q__right{flex:1;gap:4px}.PlayerBar-v2-module__98BU9q__time{min-width:35px;font-size:9px}}
