@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap");:root{--background:#f6f7f2;--foreground:#11120f;--neon-purple:#6f45d8;--neon-blue:#087ea4;--neon-pink:#ff4b36;--glass-bg:rgba(255,255,255,0.72);--glass-border:#d9dbd2;--surface:#ffffff;--surface-hover:#e8eae2;--text-muted:#686b63;--danger:#ef4444;--success:#10b981;--brand-color:#76a900;--signal-lime:#c7ff16;--signal-coral:#ff4b36;--ink:#11120f;--canvas:#f6f7f2;--panel:#ffffff;--panel-muted:#eceee7;--line:#d1d4ca;--text-primary:#11120f;--text-secondary:#5f625a;--focus-ring:#ff4b36;--app-content-pad-x:clamp(1.25rem,2vw,2rem);--app-content-pad-y:clamp(1.25rem,1.7vw,1.75rem);--overlay-3:rgba(17,18,15,0.03);--overlay-5:rgba(17,18,15,0.05);--overlay-8:rgba(17,18,15,0.08);--overlay-10:rgba(17,18,15,0.1);--overlay-15:rgba(17,18,15,0.15);--overlay-20:rgba(17,18,15,0.2);--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-full:9999px;--shadow-sm:0 4px 12px rgba(0,0,0,0.2);--shadow-md:0 8px 32px 0 rgba(0,0,0,0.3);--shadow-lg:0 10px 30px rgba(0,0,0,0.4);--font-sans:"Inter","Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.85rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2.5rem;--font-size-3xl:4rem}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow:hidden;background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.5;height:100vh}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--neon-blue)}button{background:none;border:none;color:inherit;font-family:inherit;cursor:pointer}[aria-disabled=true],button:disabled{cursor:not-allowed}:where(button,a,input,select,textarea):focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}::selection{color:var(--ink);background:var(--signal-lime)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:4px;box-shadow:none}.text-gradient{color:var(--foreground)}.btn-primary{background:var(--signal-lime);color:var(--ink);font-weight:800;padding:.75rem 1.5rem;border-radius:2px;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:4px 4px 0 var(--ink)}.btn-secondary{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--foreground);padding:.5rem 1rem;border-radius:8px;transition:background .2s ease}.btn-secondary:hover{background:rgba(255,255,255,.1)}.layout-container{display:flex;height:100vh;overflow:hidden}.main-wrapper{flex:1 1;display:flex;flex-direction:column;min-width:0;overflow-y:auto;background:var(--background);padding-bottom:90px}body:has([data-surface=editorial]) .main-wrapper{background:#f6f7f2}body:has([data-surface=editorial]){background:#f6f7f2}body:has([data-surface=editorial]) .layout-container{background:#f6f7f2}body:has([data-surface=editorial]) .main-content{padding:18px 18px 4rem}.main-content{flex:1 1;padding:var(--app-content-pad-y) var(--app-content-pad-x) 3.5rem;max-width:none;width:100%;margin:0;min-width:0;animation:fadeInUp .36s cubic-bezier(.16,1,.3,1) forwards}.main-content :where(input,select,textarea){color-scheme:light}.main-content :where(h1,h2,h3){letter-spacing:0}.main-content :where(button,a):focus-visible,.main-content :where(input,select,textarea):focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.deferred-section{content-visibility:auto;contain-intrinsic-size:auto 620px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#eceee7}::-webkit-scrollbar-thumb{background:#b8bbb2;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#7b7e75}.skeleton{background:linear-gradient(90deg,var(--overlay-5) 25%,var(--overlay-10) 50%,var(--overlay-5) 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s ease-in-out infinite;border-radius:var(--radius-sm)}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;text-align:center;color:var(--text-muted);border:1px dashed var(--glass-border);border-radius:var(--radius-lg)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.layout-container{flex-direction:column;padding-bottom:154px}.main-content{padding:1rem;margin-left:0!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.Sidebar_sidebar__5oZEx{width:var(--sidebar-width,240px);background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 42%),#1f2125;padding:1rem .75rem;display:flex;flex-direction:column;gap:1rem;height:100vh;position:sticky;top:0;flex-shrink:0;border-right:1px solid rgba(255,255,255,.05);transition:width .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R{width:72px}.Sidebar_sidebarContent__Ju0B2{flex:1 1;display:flex;flex-direction:column;gap:1.35rem;overflow-y:auto}.Sidebar_header__KGsqH{display:flex;align-items:center;justify-content:space-between;padding:0 .5rem}.Sidebar_logo__dENZM{font-size:1.25rem;font-weight:800;color:#fff;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.Sidebar_collapseBtn__Ocn_9{color:var(--text-muted);width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s;flex-shrink:0}.Sidebar_collapseBtn__Ocn_9:hover{background-color:rgba(255,255,255,.1);color:#fff}.Sidebar_nav__yigU7{display:flex;flex-direction:column;gap:.25rem}.Sidebar_navItem__NB3MD{display:flex;align-items:center;gap:1rem;padding:.6rem .75rem;border-radius:6px;color:#b3b3b3;font-weight:500;font-size:.85rem;transition:background-color .2s,color .2s;text-decoration:none;white-space:nowrap}.Sidebar_navItem__NB3MD:hover{color:#fff;background-color:rgba(255,255,255,.05)}.Sidebar_navItemActive__Q4zh_{color:#fff;background-color:#2b2e33}.Sidebar_divider__Fd_OB{height:1px;background:var(--glass-border);margin:.5rem 1rem}.Sidebar_navIcon__S5125{flex-shrink:0}.Sidebar_playlists__tEg2U,.Sidebar_userNav__UIOSL{display:flex;flex-direction:column;gap:.5rem}.Sidebar_userNav__UIOSL{margin-top:auto}.Sidebar_settingsBtn__W9kd8{width:100%;border:none;background:transparent;color:inherit;cursor:pointer;opacity:.72}.Sidebar_settingsBtn__W9kd8:hover{opacity:1}.Sidebar_sidebarSearch__0VBUe{min-height:42px;width:100%;display:flex;align-items:center;gap:.45rem;padding:.48rem .58rem;border-radius:8px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018)),#15171b;color:#fff;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.Sidebar_sidebarSearch__0VBUe:focus-within{border-color:rgba(29,185,84,.58);background:#171a1f;box-shadow:0 0 0 1px rgba(29,185,84,.18),0 10px 24px rgba(0,0,0,.24)}.Sidebar_searchButton__h5NfB{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#b3b3b3;flex-shrink:0;transition:color .18s ease,background .18s ease}.Sidebar_searchButton__h5NfB:hover{color:#fff;background:rgba(255,255,255,.06)}.Sidebar_searchInput__3rSjc{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:#fff;font:inherit;font-size:.82rem;font-weight:600}.Sidebar_searchInput__3rSjc::placeholder{color:rgba(255,255,255,.45)}.Sidebar_sidebarSearchCompact__dgvmt{justify-content:center;min-height:42px}.Sidebar_bottomBox__GxFSV{background:#2b2e33;border-radius:8px;padding:.6rem .75rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;transition:background-color .2s;cursor:pointer;white-space:nowrap}.Sidebar_bottomBox__GxFSV:hover{background:#363a40}.Sidebar_currencyIcon__TYpkG{width:20px;height:20px;border-radius:50%;border:2px solid #0ea5e9;flex-shrink:0}.Sidebar_pointsValue__PqW_6{font-size:.85rem;font-weight:600}.Sidebar_avatar__ZWpp0{width:34px;height:34px;flex-shrink:0;border-radius:50%;background-color:#a7f3d0;color:#064e3b;justify-content:center}.Sidebar_avatar__ZWpp0,.Sidebar_userName__q0Kk9{display:flex;align-items:center;font-size:.8rem;font-weight:700}.Sidebar_userName__q0Kk9{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:.35rem}.Sidebar_roleBadge__cJxri{font-size:.58rem;font-weight:700;letter-spacing:.03em;color:var(--brand-color,#1db954);background:rgba(29,185,84,.14);border-radius:999px;padding:.1rem .4rem;flex-shrink:0}.Sidebar_pointsBadge__mhwKz{display:inline-flex;align-items:center;gap:.28rem;margin-top:3px;font-size:.74rem;font-weight:700;color:#fbbf24;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.Sidebar_userDetails__t_Av_{display:flex;flex-direction:column;overflow:hidden;line-height:1.2}.Sidebar_userEmail__eaX35{font-size:.75rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sidebar_planText__DPFbL{font-size:.65rem;color:#b3b3b3}.Sidebar_logoutBtn__PbGYb{margin-left:auto;color:var(--text-muted);transition:color .2s ease;flex-shrink:0;background:none;border:none;cursor:pointer}.Sidebar_logoutBtn__PbGYb:hover{color:var(--danger)}.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_logo__dENZM,.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_logoutBtn__PbGYb,.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_navText__tcnT_,.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_pointsBadge__mhwKz,.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_pointsValue__PqW_6,.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_userDetails__t_Av_{display:none}.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_header__KGsqH{justify-content:center;padding:0}.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_bottomBox__GxFSV{justify-content:center;padding:.6rem}.Sidebar_sidebar__5oZEx.Sidebar_collapsed__ZEY4R .Sidebar_collapseBtn__Ocn_9{margin:0 auto}@media (max-width:768px){.Sidebar_sidebar__5oZEx{width:100%;height:72px;position:fixed;bottom:0;top:auto;z-index:50;flex-direction:row;gap:0;border-right:none;border-top:1px solid var(--glass-border);justify-content:space-around;padding:.35rem .5rem max(.35rem,env(safe-area-inset-bottom));background-color:#1f2125}.Sidebar_divider__Fd_OB,.Sidebar_header__KGsqH,.Sidebar_mobileHidden__ek93_,.Sidebar_playlists__tEg2U,.Sidebar_userNav__UIOSL{display:none}.Sidebar_sidebarContent__Ju0B2{flex:1 1;align-items:center;overflow:visible}.Sidebar_nav__yigU7,.Sidebar_sidebarContent__Ju0B2{flex-direction:row;justify-content:space-around;gap:0}.Sidebar_nav__yigU7{width:auto;flex:1 1}.Sidebar_navItem__NB3MD{flex-direction:column;min-width:56px;height:56px;padding:.4rem .2rem;gap:.25rem;justify-content:center;border-radius:10px}.Sidebar_navText__tcnT_{font-size:.65rem;display:block!important}}body:has([data-surface=editorial]) .Sidebar_sidebar__5oZEx{color:#11120f;background:#fafaf7;border-right-color:#d9dbd2}body:has([data-surface=editorial]) .Sidebar_logo__dENZM,body:has([data-surface=editorial]) .Sidebar_userName__q0Kk9{color:#11120f}body:has([data-surface=editorial]) .Sidebar_navItem__NB3MD{color:#62665d}body:has([data-surface=editorial]) .Sidebar_navItem__NB3MD:hover{color:#11120f;background:#eceee7}body:has([data-surface=editorial]) .Sidebar_navItemActive__Q4zh_{color:#11120f;background:#c7ff16}body:has([data-surface=editorial]) .Sidebar_divider__Fd_OB{background:#d9dbd2}body:has([data-surface=editorial]) .Sidebar_sidebarSearch__0VBUe{color:#11120f;background:#fff;border-color:#d9dbd2}body:has([data-surface=editorial]) .Sidebar_searchInput__3rSjc{color:#11120f}body:has([data-surface=editorial]) .Sidebar_searchInput__3rSjc::placeholder{color:#888b83}body:has([data-surface=editorial]) .Sidebar_bottomBox__GxFSV{color:#11120f!important;background:#eceee7!important;border-color:#d9dbd2!important}body:has([data-surface=editorial]) .Sidebar_collapseBtn__Ocn_9,body:has([data-surface=editorial]) .Sidebar_searchButton__h5NfB,body:has([data-surface=editorial]) .Sidebar_settingsBtn__W9kd8,body:has([data-surface=editorial]) .Sidebar_userEmail__eaX35{color:#62665d}body:has([data-surface=editorial]) .Sidebar_collapseBtn__Ocn_9:hover,body:has([data-surface=editorial]) .Sidebar_searchButton__h5NfB:hover{color:#11120f;background:#e1e4da}body:has([data-surface=editorial]) .Sidebar_sidebarSearch__0VBUe:focus-within{border-color:#11120f;background:#fff;box-shadow:3px 3px 0 #c7ff16}@media (max-width:768px){body:has([data-surface=editorial]) .Sidebar_sidebar__5oZEx{background:rgba(250,250,247,.97);border-top-color:#d9dbd2}}.SettingsModal_overlay__R3mL8{position:fixed;inset:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:SettingsModal_fadeIn__TOZZN .2s}.SettingsModal_modal__lwQ07{background:var(--surface);border:1px solid var(--glass-border);border-radius:16px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.5);animation:SettingsModal_slideUp__OVkIu .3s cubic-bezier(.16,1,.3,1)}@keyframes SettingsModal_fadeIn__TOZZN{0%{opacity:0}to{opacity:1}}@keyframes SettingsModal_slideUp__OVkIu{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.SettingsModal_header__ULFbA{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.SettingsModal_header__ULFbA h2{font-size:1.5rem;font-weight:700;margin:0}.SettingsModal_closeBtn__B0oid{color:var(--text-muted);transition:color .2s}.SettingsModal_closeBtn__B0oid:hover{color:white}.SettingsModal_content__JgzxD{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.SettingsModal_settingRow__WNGH1{display:flex;flex-direction:column;gap:.5rem}.SettingsModal_settingRow__WNGH1 label{font-size:.9rem;font-weight:500;color:var(--text-muted)}.SettingsModal_select__f8VvZ{width:100%;padding:.75rem 1rem;background:rgba(255,255,255,.05);border:1px solid var(--glass-border);border-radius:8px;color:white;font-size:1rem;cursor:pointer;outline:none}.SettingsModal_select__f8VvZ:focus{border-color:var(--neon-blue)}.SettingsModal_select__f8VvZ option{background:var(--surface);color:white}.SettingsModal_footer__TKit6{display:flex;justify-content:flex-end}.SettingsModal_saveBtn__vlCBX{background:white;color:black;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;transition:transform .2s}.SettingsModal_saveBtn__vlCBX:hover{transform:translateY(-2px)}.AddToPlaylistModal_overlay__PtVPL{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;padding:20px;background:rgba(17,18,15,.68);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.AddToPlaylistModal_modal__9N86o{width:min(520px,100%);max-height:min(720px,calc(100vh - 40px));overflow:hidden;color:#11120f;background:#f7f8f3;border:1px solid #11120f;border-radius:3px;box-shadow:14px 14px 0 #c7ff16}.AddToPlaylistModal_header__oz6jl{display:flex;align-items:start;justify-content:space-between;gap:20px;padding:26px 28px 22px;border-bottom:1px solid #d2d5cc}.AddToPlaylistModal_eyebrow__ipUwh{color:#769b00;font-size:10px;font-weight:900;letter-spacing:.1em}.AddToPlaylistModal_header__oz6jl h2{margin:7px 0 4px;font-size:25px;line-height:1.1}.AddToPlaylistModal_header__oz6jl p{margin:0;color:#6d7068;font-size:13px}.AddToPlaylistModal_closeButton__8pNdE{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;color:#11120f;background:transparent;border:1px solid #c3c6bc;border-radius:50%;cursor:pointer}.AddToPlaylistModal_closeButton__8pNdE:hover{background:#e6e8e0}.AddToPlaylistModal_content__u6u0a{overflow-y:auto;padding:22px 28px 28px}.AddToPlaylistModal_createRow__rFyfq{display:grid;grid-template-columns:minmax(0,1fr) auto}.AddToPlaylistModal_createRow__rFyfq input{min-width:0;padding:13px 14px;color:#11120f;background:#fff;border:1px solid #11120f;border-right:0;border-radius:2px 0 0 2px;font:inherit}.AddToPlaylistModal_createRow__rFyfq input:focus{outline:2px solid #c7ff16;outline-offset:-3px}.AddToPlaylistModal_createRow__rFyfq button{display:inline-flex;align-items:center;gap:7px;padding:0 16px;color:#11120f;background:#c7ff16;border:1px solid #11120f;border-radius:0 2px 2px 0;font-weight:900;cursor:pointer}.AddToPlaylistModal_createRow__rFyfq button:disabled,.AddToPlaylistModal_createRow__rFyfq input:disabled{cursor:not-allowed;opacity:.48}.AddToPlaylistModal_limitLine__MufDK{display:flex;justify-content:space-between;margin:9px 0 18px;color:#777a72;font-size:11px}.AddToPlaylistModal_list__MYZFU{display:grid;gap:8px}.AddToPlaylistModal_playlistRow__Jz7oe{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:12px;width:100%;padding:11px;color:#11120f;background:#fff;border:1px solid #d2d5cc;border-radius:2px;text-align:left;cursor:pointer}.AddToPlaylistModal_playlistRow__Jz7oe:hover:not(:disabled){border-color:#11120f;transform:translateX(3px)}.AddToPlaylistModal_playlistRow__Jz7oe:disabled{cursor:not-allowed;opacity:.55}.AddToPlaylistModal_playlistIcon__ybT2w{display:grid;width:42px;height:42px;place-items:center;background:#e8eae3}.AddToPlaylistModal_playlistCopy__lbzWK{display:grid;gap:4px;min-width:0}.AddToPlaylistModal_playlistCopy__lbzWK strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.AddToPlaylistModal_playlistCopy__lbzWK small{color:#777a72;font-size:11px}.AddToPlaylistModal_rowAction__cFzvG{display:grid;width:30px;height:30px;place-items:center;color:#769b00;border:1px solid #cdd0c6;border-radius:50%}.AddToPlaylistModal_emptyState__f5w30,.AddToPlaylistModal_state__WExvi{display:grid;gap:7px;width:100%;min-height:130px;place-items:center;align-content:center;color:#6d7068;background:#eceee7;border:1px dashed #b8bbb2;text-align:center}.AddToPlaylistModal_emptyState__f5w30{cursor:pointer}.AddToPlaylistModal_emptyState__f5w30 strong{color:#11120f;font-size:14px}.AddToPlaylistModal_emptyState__f5w30 span{font-size:12px}.AddToPlaylistModal_spinner__qXZQU{animation:AddToPlaylistModal_spin__0IdyS .8s linear infinite}@keyframes AddToPlaylistModal_spin__0IdyS{to{transform:rotate(1turn)}}@media (max-width:520px){.AddToPlaylistModal_overlay__PtVPL{align-items:end;padding:0}.AddToPlaylistModal_modal__9N86o{max-height:88vh;border-radius:3px 3px 0 0;box-shadow:none}.AddToPlaylistModal_content__u6u0a,.AddToPlaylistModal_header__oz6jl{padding-inline:18px}.AddToPlaylistModal_createRow__rFyfq{grid-template-columns:1fr;gap:8px}.AddToPlaylistModal_createRow__rFyfq button,.AddToPlaylistModal_createRow__rFyfq input{min-height:46px;border:1px solid #11120f;border-radius:2px}.AddToPlaylistModal_createRow__rFyfq button{justify-content:center}}@media (prefers-reduced-motion:reduce){.AddToPlaylistModal_playlistRow__Jz7oe,.AddToPlaylistModal_spinner__qXZQU{animation:none;transition:none}}.GlobalPlayer_bottomBar__JlSAD{position:fixed;bottom:0;left:var(--sidebar-width,240px);width:calc(100% - var(--sidebar-width, 240px));height:96px;z-index:50;display:flex;flex-direction:column;color:#11120f;background:rgba(250,250,247,.94);-webkit-backdrop-filter:blur(22px) saturate(135%);backdrop-filter:blur(22px) saturate(135%);border-top:1px solid #cfd1c8;box-shadow:0 -12px 40px rgba(17,18,15,.08);transition:left .3s ease,width .3s ease}.GlobalPlayer_videoSurface__BOs6m{position:fixed;right:18px;bottom:112px;z-index:51;width:min(400px,calc(100vw - var(--sidebar-width, 240px) - 36px));display:flex;flex-direction:column;overflow:hidden;color:#f7f8f3;background:#10110e;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 44px rgba(17,18,15,.26);transform-origin:right bottom;transition:opacity .16s ease,transform .2s ease,visibility .16s linear}.GlobalPlayer_videoHidden__PYIab{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px) scale(.97)}.GlobalPlayer_videoCorner__yfJ1t{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.GlobalPlayer_videoHeader__c1egh{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:7px 7px 7px 12px;border-bottom:1px solid rgba(255,255,255,.1)}.GlobalPlayer_videoTitle__AOR33{min-width:0;display:flex;align-items:baseline;gap:7px}.GlobalPlayer_videoTitle__AOR33 small,.GlobalPlayer_videoTitle__AOR33 strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.GlobalPlayer_videoTitle__AOR33 strong{max-width:220px;font-size:12px}.GlobalPlayer_videoTitle__AOR33 small{color:#92968c;font-size:10px}.GlobalPlayer_videoActions__Nvc3_{display:flex;align-items:center;gap:4px}.GlobalPlayer_videoActions__Nvc3_ a,.GlobalPlayer_videoActions__Nvc3_ button{display:grid;width:30px;height:30px;place-items:center;color:#cfd2c8;border:1px solid rgba(255,255,255,.12)}.GlobalPlayer_videoActions__Nvc3_ a:hover,.GlobalPlayer_videoActions__Nvc3_ button:hover{color:#fff;background:rgba(255,255,255,.1)}.GlobalPlayer_videoFrame__toHA3{position:relative;width:100%;aspect-ratio:16/9;background:#000}.GlobalPlayer_videoFrame__toHA3 iframe,.GlobalPlayer_videoFrame__toHA3>div{display:block;width:100%!important;height:100%!important}.GlobalPlayer_videoMobileButton__GXQ5t{display:none;width:36px;height:36px;flex:0 0 auto;place-items:center;color:#555851}.GlobalPlayer_adBanner__Nr0g_{position:absolute;inset:0 0 auto;height:4px;z-index:10;display:flex;align-items:center;justify-content:center;overflow:hidden;color:transparent;background:#ff4b36;animation:GlobalPlayer_signal__8PUC1 1.4s ease-in-out infinite}@keyframes GlobalPlayer_signal__8PUC1{50%{opacity:.45}}.GlobalPlayer_progressContainer__68fRX{position:absolute;top:-1px;left:0;width:100%;height:3px;background:#dfe1d9;cursor:pointer;transition:height .15s ease}.GlobalPlayer_progressContainer__68fRX:hover{height:6px}.GlobalPlayer_progressFilled__poF9a{position:absolute;inset:0 auto 0 0;height:100%;background:#c7ff16;pointer-events:none}.GlobalPlayer_progressSlider__xTW8y{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;margin:0}.GlobalPlayer_controlsWrap__kvJMT{flex:1 1;min-width:0;padding:0 22px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(340px,1.25fr) minmax(220px,1fr);align-items:center;gap:24px}.GlobalPlayer_leftSection__O7A1J{min-width:0;display:flex;align-items:center;gap:13px}.GlobalPlayer_thumbnail__qiZCs{width:64px;height:64px;flex-shrink:0;background-size:cover;background-position:50%;border-radius:0;box-shadow:5px 5px 0 #c7ff16}.GlobalPlayer_trackInfo__2xB0_{min-width:0;display:flex;flex-direction:column;white-space:nowrap;overflow:hidden}.GlobalPlayer_trackTitle__sFIME{color:#11120f;font-weight:900;font-size:.93rem;overflow:hidden;text-overflow:ellipsis}.GlobalPlayer_trackTitle__sFIME:hover{color:#ff4b36}.GlobalPlayer_trackArtist__wNAoJ{color:#676a62;font-size:.72rem;overflow:hidden;text-overflow:ellipsis}.GlobalPlayer_centerSection__4hoOJ{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.GlobalPlayer_mainControls__dZHa2{display:flex;align-items:center;gap:clamp(14px,2vw,28px)}.GlobalPlayer_iconBtn__M994d{width:32px;height:32px;display:grid;place-items:center;color:#65685f;transition:color .18s ease,transform .18s ease}.GlobalPlayer_iconBtn__M994d:hover{color:#11120f;transform:translateY(-2px)}.GlobalPlayer_iconBtn__M994d:disabled{opacity:.28;cursor:not-allowed;transform:none}.GlobalPlayer_activeBtn___3DvT{color:#ff4b36!important}.GlobalPlayer_playBtn__XR__S,.GlobalPlayer_playPauseBtn__y_Ncp{width:46px;height:46px;display:grid;place-items:center;color:#fff;background:#11120f;border-radius:0;transition:background .18s ease,transform .18s ease}.GlobalPlayer_playBtn__XR__S:hover,.GlobalPlayer_playPauseBtn__y_Ncp:hover{color:#11120f;background:#c7ff16;transform:translateY(-2px)}.GlobalPlayer_playBtn__XR__S:disabled{opacity:.4;cursor:not-allowed}.GlobalPlayer_timeInfo___gv8h{margin-top:4px;display:flex;align-items:center;gap:6px;color:#777a72;font-size:.64rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.GlobalPlayer_rightSection__X8vt0{display:flex;align-items:center;justify-content:flex-end;gap:12px}.GlobalPlayer_youtubePlayerLink__8kDro{min-height:32px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d7d9d1;color:#171815;font-size:.68rem;font-weight:800;white-space:nowrap}.GlobalPlayer_youtubePlayerLink__8kDro:hover{color:#ff1f1f;border-color:#ff1f1f}.GlobalPlayer_queueBtn__YJHDS{position:relative}.GlobalPlayer_queueBtn__YJHDS>span{position:absolute;top:-3px;right:-5px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;color:#11120f;background:#c7ff16;border:1px solid #11120f;font-size:.52rem;font-weight:900;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.GlobalPlayer_volumeSlider__1kcX7{appearance:none;width:92px;height:2px;background:#c9cbc3;outline:none;cursor:pointer}.GlobalPlayer_volumeSlider__1kcX7::-webkit-slider-thumb{appearance:none;width:11px;height:11px;border-radius:50%;background:#11120f;cursor:pointer}.GlobalPlayer_divider__sIkkh{width:1px;height:26px;margin:0 4px;background:#d6d8d0}@media (max-width:900px){.GlobalPlayer_controlsWrap__kvJMT{grid-template-columns:minmax(0,1fr) auto}.GlobalPlayer_rightSection__X8vt0{display:none}.GlobalPlayer_centerSection__4hoOJ{align-items:flex-end}.GlobalPlayer_videoMobileButton__GXQ5t{display:grid}.GlobalPlayer_mainControls__dZHa2 .GlobalPlayer_iconBtn__M994d:first-child,.GlobalPlayer_mainControls__dZHa2 .GlobalPlayer_iconBtn__M994d:last-child{display:none}}@media (max-width:768px){.GlobalPlayer_bottomBar__JlSAD{bottom:72px;left:0;width:100%;height:76px;z-index:49}.GlobalPlayer_controlsWrap__kvJMT{padding:0 12px;gap:10px}.GlobalPlayer_leftSection__O7A1J{gap:10px}.GlobalPlayer_thumbnail__qiZCs{width:48px;height:48px;box-shadow:3px 3px 0 #c7ff16}.GlobalPlayer_trackTitle__sFIME{font-size:.82rem}.GlobalPlayer_trackArtist__wNAoJ{font-size:.66rem}.GlobalPlayer_mainControls__dZHa2{gap:8px}.GlobalPlayer_mainControls__dZHa2 .GlobalPlayer_iconBtn__M994d{display:none}.GlobalPlayer_playBtn__XR__S,.GlobalPlayer_playPauseBtn__y_Ncp{width:40px;height:40px}.GlobalPlayer_timeInfo___gv8h{display:none}.GlobalPlayer_videoSurface__BOs6m{right:10px;bottom:160px;width:calc(100vw - 20px)}.GlobalPlayer_videoHeader__c1egh{min-height:44px}.GlobalPlayer_videoTitle__AOR33 strong{font-size:12px}}.QueueDrawer_overlay__ZnQgT{position:fixed;inset:0;z-index:9989;background:rgba(17,18,15,.2);opacity:0;pointer-events:none;transition:opacity .24s ease}.QueueDrawer_overlay__ZnQgT.QueueDrawer_open__rvX5V{opacity:1;pointer-events:auto}.QueueDrawer_drawer__ZZrIC{position:fixed;inset:0 0 96px auto;width:min(440px,100vw);z-index:9990;display:flex;flex-direction:column;color:#11120f;background:#f6f7f2;border-left:1px solid #cfd2c8;transform:translateX(102%);transition:transform .32s cubic-bezier(.16,1,.3,1);box-shadow:-18px 0 50px rgba(17,18,15,.09)}.QueueDrawer_drawer__ZZrIC.QueueDrawer_open__rvX5V{transform:translateX(0)}.QueueDrawer_header__Eo9sR{min-height:91px;padding:18px 20px;border-bottom:1px solid #d9dbd2;display:flex;align-items:center;justify-content:space-between}.QueueDrawer_eyebrow__t7Uq8{display:block;margin-bottom:5px;color:#ff4b36;font-size:.58rem;font-weight:900}.QueueDrawer_header__Eo9sR h2{display:flex;align-items:baseline;gap:9px;font-size:1.28rem}.QueueDrawer_header__Eo9sR h2 small{color:#777a72;font-size:.65rem;font-weight:650}.QueueDrawer_closeBtn__3qoIX{width:38px;height:38px;display:grid;place-items:center;border:1px solid #d1d4ca;transition:background .18s ease,color .18s ease}.QueueDrawer_closeBtn__3qoIX:hover{color:#fff;background:#11120f}.QueueDrawer_sessionControls__WsusS{min-height:54px;padding:8px 20px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #d9dbd2}.QueueDrawer_modeBtn__aAbma{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d4ca;color:#686b63;font-size:.66rem;font-weight:800}.QueueDrawer_activeMode__zlIGv,.QueueDrawer_modeBtn__aAbma:hover{color:#11120f;background:#c7ff16;border-color:#11120f}.QueueDrawer_historyCount__AIoLa{margin-left:auto;color:#85887f;font-size:.61rem}.QueueDrawer_nowSection__p3v0z{padding:18px 20px 20px;border-bottom:1px solid #d9dbd2}.QueueDrawer_sectionLabel__hu636{color:#85887f;font-size:.58rem;font-weight:900;text-transform:uppercase}.QueueDrawer_nowCard__XHNqX{min-width:0;margin-top:9px;display:grid;grid-template-columns:68px minmax(0,1fr) 42px;align-items:center;gap:13px}.QueueDrawer_nowArtwork__MQoON{width:68px;height:68px;background:#d9dbd2 50%/cover;box-shadow:5px 5px 0 #c7ff16}.QueueDrawer_nowCopy__Z2sVS{min-width:0;display:flex;flex-direction:column;gap:4px}.QueueDrawer_nowCopy__Z2sVS span,.QueueDrawer_nowCopy__Z2sVS strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.QueueDrawer_nowCopy__Z2sVS strong{font-size:.91rem}.QueueDrawer_nowCopy__Z2sVS span{color:#6f726a;font-size:.69rem}.QueueDrawer_nowPlayBtn__G1s68{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:#11120f}.QueueDrawer_nowPlayBtn__G1s68:hover{color:#11120f;background:#c7ff16}.QueueDrawer_queueHeader__aaUTI{min-height:67px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #d9dbd2}.QueueDrawer_queueHeader__aaUTI>div:first-child{display:flex;flex-direction:column;gap:3px}.QueueDrawer_queueHeader__aaUTI small{color:#85887f;font-size:.58rem}.QueueDrawer_queueActions__s6Q1_{display:flex;align-items:center;gap:5px}.QueueDrawer_queueActions__s6Q1_ button{min-height:31px;padding:0 8px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d1d4ca;color:#5f625a;font-size:.62rem;font-weight:800}.QueueDrawer_queueActions__s6Q1_ button:hover{color:#11120f;border-color:#11120f}.QueueDrawer_list__qg6k4{flex:1 1;min-height:0;overflow-y:auto;padding:0 20px 20px}.QueueDrawer_trackItem__yc19S{min-height:72px;display:grid;grid-template-columns:26px 26px minmax(0,1fr) 32px;align-items:center;border-bottom:1px solid #d9dbd2;transition:background .16s ease,opacity .16s ease}.QueueDrawer_nextItem__an3lP,.QueueDrawer_trackItem__yc19S:hover{background:#eceee7}.QueueDrawer_nextItem__an3lP{box-shadow:inset 3px 0 #c7ff16}.QueueDrawer_dragging__9WBdM{opacity:.45;background:#c7ff16}.QueueDrawer_dragHandle__bgJFB,.QueueDrawer_removeBtn__hGpjG{width:28px;height:36px;display:grid;place-items:center;color:#989b92}.QueueDrawer_dragHandle__bgJFB{cursor:grab}.QueueDrawer_dragHandle__bgJFB:active{cursor:grabbing}.QueueDrawer_dragHandle__bgJFB:hover{color:#11120f}.QueueDrawer_removeBtn__hGpjG{opacity:0}.QueueDrawer_removeBtn__hGpjG:focus-visible,.QueueDrawer_trackItem__yc19S:hover .QueueDrawer_removeBtn__hGpjG{opacity:1}.QueueDrawer_removeBtn__hGpjG:hover{color:#ff4b36}.QueueDrawer_indexNumber__RLKbX{color:#989b92;font-size:.59rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.QueueDrawer_trackMain__QrQy3{min-width:0;padding:8px 7px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:11px;text-align:left}.QueueDrawer_thumbnail__Varf8{position:relative;width:48px;height:48px;background:#d9dbd2 50%/cover;overflow:hidden}.QueueDrawer_playOverlay__TIovY{position:absolute;inset:0;display:grid;place-items:center;color:#fff;background:rgba(17,18,15,.52);opacity:0;transition:opacity .16s ease}.QueueDrawer_trackMain__QrQy3:hover .QueueDrawer_playOverlay__TIovY{opacity:1}.QueueDrawer_details__mVRgX{min-width:0;display:flex;flex-direction:column;gap:2px}.QueueDrawer_details__mVRgX small{color:#ff4b36;font-size:.5rem;font-weight:900}.QueueDrawer_details__mVRgX strong,.QueueDrawer_details__mVRgX>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.QueueDrawer_details__mVRgX strong{font-size:.76rem}.QueueDrawer_details__mVRgX>span{color:#72756d;font-size:.64rem}.QueueDrawer_emptyState__JyKzE{min-height:270px;padding:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:#85887f}.QueueDrawer_emptyState__JyKzE svg{margin-bottom:6px;color:#b4b7ad}.QueueDrawer_emptyState__JyKzE strong{color:#11120f;font-size:.86rem}.QueueDrawer_emptyState__JyKzE p{max-width:270px;font-size:.67rem;line-height:1.55}@media (max-width:768px){.QueueDrawer_drawer__ZZrIC{inset:auto 0 148px;width:100%;height:min(72vh,620px);border-left:0;border-top:1px solid #cfd2c8;transform:translateY(103%)}.QueueDrawer_drawer__ZZrIC.QueueDrawer_open__rvX5V{transform:translateY(0)}.QueueDrawer_header__Eo9sR{min-height:72px}.QueueDrawer_historyCount__AIoLa{display:none}.QueueDrawer_nowCard__XHNqX{grid-template-columns:56px minmax(0,1fr) 40px}.QueueDrawer_nowArtwork__MQoON{width:56px;height:56px}.QueueDrawer_list__qg6k4{padding-inline:12px}.QueueDrawer_header__Eo9sR,.QueueDrawer_nowSection__p3v0z,.QueueDrawer_queueHeader__aaUTI,.QueueDrawer_sessionControls__WsusS{padding-inline:16px}}.ToastContainer_container__m32nv{position:fixed;bottom:120px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999;pointer-events:none}.ToastContainer_toast__dH9PZ{pointer-events:auto;display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--surface);border:1px solid var(--glass-border);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.5);color:var(--foreground);animation:ToastContainer_slideIn__qVx2G .3s cubic-bezier(.16,1,.3,1) forwards;min-width:300px}@keyframes ToastContainer_slideIn__qVx2G{0%{opacity:0;transform:translateX(100%) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.ToastContainer_success__hZVbN .ToastContainer_icon__Tj7Up{color:var(--neon-blue)}.ToastContainer_error__PgbYs .ToastContainer_icon__Tj7Up{color:var(--danger)}.ToastContainer_info__5Yo3r .ToastContainer_icon__Tj7Up{color:var(--neon-purple)}.ToastContainer_message__L5X67{flex:1 1;font-size:.95rem;font-weight:500}.ToastContainer_closeBtn__C0Hw_{background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.ToastContainer_closeBtn__C0Hw_:hover{color:var(--foreground)}