@property --hero-glow{syntax:"<color>";inherits:true;initial-value:#4a7a82}@property --hero-deep{syntax:"<color>";inherits:true;initial-value:#233a3f}.HeroBackdrop_reactiveHost__jpeo8{--hero-glow:#4a7a82;--hero-deep:#233a3f;transition:--hero-glow .9s ease-out,--hero-deep .9s ease-out}.HeroBackdrop_backdrop__bW9Y5{position:absolute;inset:0;pointer-events:none}.HeroBackdrop_reactive__CvYY8{background:radial-gradient(52% 66% at 50% 46%,var(--hero-glow) 0,color-mix(in srgb,var(--hero-glow),transparent 58%) 38%,transparent 74%),radial-gradient(78% 68% at 50% 104%,var(--hero-deep) 0,transparent 72%),#0a0c0d}.HeroBackdrop_static__X8FU8{background:radial-gradient(46% 62% at 34% 44%,rgba(150,74,168,.62) 0,transparent 66%),radial-gradient(42% 56% at 68% 66%,rgba(58,74,196,.54) 0,transparent 66%),#1a1a1c}.HeroBackdrop_scrim__fFg3_{position:absolute;top:0;left:0;right:0;height:22%;min-height:120px;pointer-events:none;background:linear-gradient(180deg,rgba(9,11,12,.93) 0,rgba(9,11,12,.55) 42%,rgba(9,11,12,0))}.HeroBackdrop_wells__fgOYp{position:absolute;inset:0;pointer-events:none;background:radial-gradient(46% 62% at 2% 52%,rgba(8,10,11,.72) 0,transparent 70%),radial-gradient(46% 62% at 98% 52%,rgba(8,10,11,.72) 0,transparent 70%)}@media (prefers-reduced-motion:reduce){.HeroBackdrop_reactiveHost__jpeo8{transition-duration:0s}}.InfiniteMenu_container__HLaV2{position:relative;width:100%;height:100%;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.InfiniteMenu_canvas__C0Nte{width:100%;height:100%;cursor:grab;touch-action:none}.InfiniteMenu_canvas__C0Nte:active{cursor:grabbing}.InfiniteMenu_info__5M9m2{position:absolute;bottom:60px;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 60px;pointer-events:none;z-index:10;animation:InfiniteMenu_fadeIn__Pe3A9 .3s ease-in-out}@keyframes InfiniteMenu_fadeIn__Pe3A9{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InfiniteMenu_infoLeft__T_eci{display:flex;align-items:center;opacity:.9;transition:opacity .3s ease}.InfiniteMenu_infoLeft__T_eci:hover{opacity:1}.InfiniteMenu_infoRight__9L759{display:flex;align-items:center;max-width:50%}.InfiniteMenu_title__LeEFX{color:white;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;margin:0;text-align:right;text-shadow:0 2px 10px rgba(0,0,0,.5);line-height:1.2}.InfiniteMenu_loading___TVCY{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.InfiniteMenu_spinner__fatMs{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:InfiniteMenu_spin__rr_vb 1s linear infinite}@keyframes InfiniteMenu_spin__rr_vb{to{transform:rotate(1turn)}}@media (max-width:768px){.InfiniteMenu_container__HLaV2{min-height:500px}.InfiniteMenu_info__5M9m2{flex-direction:column;align-items:flex-start;gap:20px;padding:0 30px;bottom:40px}.InfiniteMenu_infoRight__9L759{max-width:100%}.InfiniteMenu_title__LeEFX{text-align:left;font-size:clamp(1.25rem,5vw,2rem)}}@media (max-width:480px){.InfiniteMenu_container__HLaV2{min-height:400px}.InfiniteMenu_info__5M9m2{padding:0 20px;bottom:30px;gap:15px}.InfiniteMenu_title__LeEFX{font-size:clamp(1rem,5vw,1.5rem)}}.InfiniteMenu_playButtonContainer__4VHCi{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;pointer-events:none}.InfiniteMenu_transport__S6969{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:20px;opacity:0;animation:InfiniteMenu_fadeInButton__X7m85 .3s ease-in-out .2s forwards}.InfiniteMenu_chevron__s_ikL{width:44px;height:44px;padding:0;flex-shrink:0;border-radius:50%;background:rgba(255,255,255,.14);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.28);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px rgba(0,0,0,.3);transition:background .2s cubic-bezier(.25,.46,.45,.94),transform .2s cubic-bezier(.25,.46,.45,.94);pointer-events:auto}.InfiniteMenu_chevron__s_ikL:hover{background:rgba(255,255,255,.28);transform:scale(1.06)}.InfiniteMenu_chevron__s_ikL:active{transform:scale(.94)}.InfiniteMenu_chevron__s_ikL:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:3px}@media (max-width:767px){.InfiniteMenu_transport__S6969{gap:12px}.InfiniteMenu_chevron__s_ikL{width:38px;height:38px}}.InfiniteMenu_dragHint__zwxBU{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:21;display:flex;align-items:center;gap:8px;padding:7px 15px;border-radius:999px;background:rgba(0,0,0,.38);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.88);font-size:.8125rem;font-weight:500;letter-spacing:.02em;white-space:nowrap;pointer-events:none;animation:InfiniteMenu_hintIn__ddjbh .5s ease .9s both}.InfiniteMenu_dragHintLeaving__gHmL0{animation:InfiniteMenu_hintOut__n8X9W .4s ease forwards}@keyframes InfiniteMenu_hintIn__ddjbh{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes InfiniteMenu_hintOut__n8X9W{to{opacity:0;transform:translate(-50%,6px)}}@media (prefers-reduced-motion:reduce){.InfiniteMenu_dragHint__zwxBU{animation:none}}@keyframes InfiniteMenu_fadeInButton__X7m85{0%{opacity:0}to{opacity:1}}.InfiniteMenu_playButton__e3tdv{width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);display:flex!important;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.25,.46,.45,.94);box-shadow:0 8px 32px rgba(0,0,0,.3);pointer-events:auto!important}.InfiniteMenu_playButton__e3tdv:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.InfiniteMenu_playButton__e3tdv:active{transform:scale(.95)}@media (max-width:1023px){.InfiniteMenu_playButton__e3tdv{width:72px;height:72px}}.InfiniteMenu_canvasHidden__5fp1v{opacity:0;transform:scale(.96)}.InfiniteMenu_canvasIn__vWrWn{opacity:1;transform:scale(1);transition:opacity .38s cubic-bezier(.23,1,.32,1),transform .38s cubic-bezier(.23,1,.32,1)}.InfiniteMenu_enterLeft__Vdn8a{animation:InfiniteMenu_heroEnterLeft__EnyT9 .38s cubic-bezier(.23,1,.32,1) 90ms both}.InfiniteMenu_enterRight__Boj_a{animation:InfiniteMenu_heroEnterRight__xF6Eg .38s cubic-bezier(.23,1,.32,1) .16s both}.InfiniteMenu_enterUp__W5tv9{animation:InfiniteMenu_heroUpIn__7xaHz .38s cubic-bezier(.23,1,.32,1) 90ms both}@keyframes InfiniteMenu_heroEnterLeft__EnyT9{0%{opacity:0;transform:translateY(-50%) translateX(-10px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes InfiniteMenu_heroEnterRight__xF6Eg{0%{opacity:0;transform:translateY(-50%) translateX(10px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes InfiniteMenu_heroUpIn__7xaHz{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.InfiniteMenu_canvasHidden__5fp1v{transform:none}.InfiniteMenu_canvasIn__vWrWn{transform:none;transition:opacity .3s ease}.InfiniteMenu_enterLeft__Vdn8a,.InfiniteMenu_enterRight__Boj_a,.InfiniteMenu_enterUp__W5tv9{animation:InfiniteMenu_heroFadeIn__6K4Vg .3s ease both}}@keyframes InfiniteMenu_heroFadeIn__6K4Vg{0%{opacity:0}to{opacity:1}}.SimplifiedHeroMenu_container__nNG4p{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.SimplifiedHeroMenu_scrollContainer__Fpl_l{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;gap:20px;padding:0 calc(50vw - 125px);align-items:center;scrollbar-width:none;-ms-overflow-style:none}.SimplifiedHeroMenu_scrollContainer__Fpl_l::-webkit-scrollbar{display:none}.SimplifiedHeroMenu_songItem__QxdQ0{flex-shrink:0;scroll-snap-align:center;scroll-snap-stop:always;width:280px;height:280px;position:relative;display:flex;align-items:center;justify-content:center}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_active__j28n2 .SimplifiedHeroMenu_imageWrapper__Npj41{transform:scale(1.1)}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_inactive__xJvSd{opacity:.6}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_inactive__xJvSd .SimplifiedHeroMenu_imageWrapper__Npj41{transform:scale(.85)}.SimplifiedHeroMenu_imageWrapper__Npj41{position:relative;width:250px;height:250px;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3);transition:transform .15s ease;will-change:transform}.SimplifiedHeroMenu_songImage__JQ_9a{width:100%;height:100%;object-fit:cover;display:block}.SimplifiedHeroMenu_playButtonOverlay__JodTy{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;opacity:0;transition:opacity .15s ease;pointer-events:none}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_active__j28n2 .SimplifiedHeroMenu_playButtonOverlay__JodTy{opacity:1;pointer-events:auto}.SimplifiedHeroMenu_playButton___s6jl{background:rgba(0,0,0,.6);backdrop-filter:blur(10px);border-radius:50%;width:72px;height:72px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:2px solid rgba(255,255,255,.3)}.SimplifiedHeroMenu_playButton___s6jl:hover{background:rgba(0,0,0,.8);transform:scale(1.1);border-color:rgba(255,255,255,.5)}.SimplifiedHeroMenu_playButton___s6jl:active{transform:scale(.95)}.SimplifiedHeroMenu_infoLabelWrapper__mVLrd{display:contents}.SimplifiedHeroMenu_infoContainer__N7O4z{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;width:100%;max-width:350px;padding:0 10px;z-index:10}.SimplifiedHeroMenu_songTitle__MeQV6{color:white;font-size:1.25rem;font-weight:700;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5);line-height:1.2;text-decoration:none;transition:opacity .2s}.SimplifiedHeroMenu_songTitle__MeQV6:hover{opacity:.8}.SimplifiedHeroMenu_artistsContainer__bl_Ya{display:flex;flex-wrap:wrap;gap:4px;align-items:center;justify-content:center}.SimplifiedHeroMenu_byText__UADxV{color:rgba(255,255,255,.7);font-size:.875rem;font-weight:400}.SimplifiedHeroMenu_artistLink__BNfDQ{color:rgba(255,255,255,.9);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.SimplifiedHeroMenu_artistLink__BNfDQ:hover{color:white}.SimplifiedHeroMenu_labelContainer__HMcgh{position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:10}.SimplifiedHeroMenu_availableText__jerm6{color:rgba(255,255,255,.7);font-size:.75rem;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.5);margin-bottom:-20px}.SimplifiedHeroMenu_labelLink__IlaT2{text-decoration:none;display:block;transition:opacity .2s}.SimplifiedHeroMenu_labelLink__IlaT2:hover{opacity:.7}@media (max-width:1023px){.SimplifiedHeroMenu_container__nNG4p{justify-content:center}.SimplifiedHeroMenu_infoLabelWrapper__mVLrd{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15px;padding:20px;background:linear-gradient(0deg,rgb(21 21 21) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,0));z-index:100;opacity:0;transition:opacity .15s ease}.SimplifiedHeroMenu_infoLabelWrapper__mVLrd:not(:empty){opacity:1}.SimplifiedHeroMenu_infoContainer__N7O4z{position:static;transform:none;align-items:flex-start;text-align:left;flex:1;max-width:60%;padding:0;bottom:auto;left:auto}.SimplifiedHeroMenu_artistsContainer__bl_Ya{justify-content:flex-start}.SimplifiedHeroMenu_labelContainer__HMcgh{position:static;transform:none;align-items:flex-end;flex-shrink:0;max-width:35%;bottom:auto;left:auto}.SimplifiedHeroMenu_labelContainer__HMcgh .SimplifiedHeroMenu_availableText__jerm6{display:none}}@media (max-width:768px){.SimplifiedHeroMenu_scrollContainer__Fpl_l{padding:0 calc(50vw - 110px);gap:15px}.SimplifiedHeroMenu_songItem__QxdQ0{width:220px;height:220px}.SimplifiedHeroMenu_imageWrapper__Npj41{width:200px;height:200px}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_active__j28n2 .SimplifiedHeroMenu_imageWrapper__Npj41{transform:scale(1.08)}.SimplifiedHeroMenu_songItem__QxdQ0.SimplifiedHeroMenu_inactive__xJvSd .SimplifiedHeroMenu_imageWrapper__Npj41{transform:scale(.85)}.SimplifiedHeroMenu_playButton___s6jl{width:64px;height:64px}.SimplifiedHeroMenu_songTitle__MeQV6{font-size:1rem}.SimplifiedHeroMenu_infoLabelWrapper__mVLrd{padding:15px;gap:10px}.SimplifiedHeroMenu_infoContainer__N7O4z{max-width:55%;padding-left:1rem}.SimplifiedHeroMenu_labelContainer__HMcgh{max-width:40%}}@media (min-width:769px) and (max-width:1023px){.SimplifiedHeroMenu_scrollContainer__Fpl_l{padding:0 calc(50vw - 120px)}.SimplifiedHeroMenu_songItem__QxdQ0{width:240px;height:240px}.SimplifiedHeroMenu_imageWrapper__Npj41{width:220px;height:220px}}.HeroSlots_simplifiedSlot__BOGky{display:block;height:100%}.HeroSlots_webglSlot__RQX_g{display:none;height:100%}@media (min-width:768px){.HeroSlots_simplifiedSlot__BOGky{display:none}.HeroSlots_webglSlot__RQX_g{display:block}}.HeroSlots_host__UukOS[data-hero=simplified] .HeroSlots_simplifiedSlot__BOGky{display:block}.HeroSlots_host__UukOS[data-hero=simplified] .HeroSlots_webglSlot__RQX_g,.HeroSlots_host__UukOS[data-hero=webgl] .HeroSlots_simplifiedSlot__BOGky{display:none}.HeroSlots_host__UukOS[data-hero=webgl] .HeroSlots_webglSlot__RQX_g{display:block}.SurfaceArt_wash__ALkh_{position:absolute;inset:-14%;width:128%;height:128%;z-index:-1;pointer-events:none;filter:blur(22px)}@media (max-width:48em){.SurfaceArt_wash__ALkh_{filter:blur(17px)}}.SurfaceArt_crop__8Wy95{--blk:clamp(20px,2.8vw,40px);position:absolute;display:block;overflow:hidden;z-index:-1;pointer-events:none;line-height:0}.SurfaceArt_cluster__OZ9yP{display:block;height:auto;overflow:visible}.SurfaceArt_left__LOIFG{left:0}.SurfaceArt_right__X_pe6{right:0}.SurfaceArt_right__X_pe6 .SurfaceArt_cluster__OZ9yP{margin-left:auto}.SurfaceArt_top__PArNV{left:0}.SurfaceArt_zone__92DkZ{--blk:clamp(20px,2.8vw,40px);position:absolute;display:block;overflow:hidden;z-index:-1;pointer-events:none}.SurfaceArt_zone_top__9K76t{top:0;left:0;width:100%}.SurfaceArt_zone_bottom__2Vygx{bottom:0;left:0;width:100%}.SurfaceArt_zone_left__GNWtJ{left:0;top:0;height:100%}.SurfaceArt_zone_right__FBws2{right:0;top:0;height:100%}.SurfaceArt_stray__KJIzE{position:absolute;display:block;aspect-ratio:1}.Sidebar_sidebar__Ld23E{position:fixed;left:0;top:0;bottom:0;height:100vh;display:flex;flex-direction:column;width:240px;transition:width .2s ease,transform .2s ease;z-index:70;border-right:1px solid var(--app-border-color);background:var(--app-sidebar-bg);justify-content:space-between}.Sidebar_minimized__UUS_4{width:80px}.Sidebar_maximized__Bxbik{width:240px}.Sidebar_mobile__q3TzZ{transform:translateX(-100%);width:100vw;z-index:90}.Sidebar_mobileOpen__X1ZuX{transform:translateX(0)}.Sidebar_top__6UnmI{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:var(--header-height-current)}.Sidebar_minimized__UUS_4 .Sidebar_top__6UnmI{padding:0}@media (max-width:767px){.Sidebar_top__6UnmI{height:var(--header-height-mobile,56px)}}@media (min-width:768px) and (max-width:1023px){.Sidebar_top__6UnmI{height:var(--header-height-tablet,72px)}}@media (min-width:1024px){.Sidebar_top__6UnmI{height:var(--header-height-desktop,80px)}}.Sidebar_logoWrapper__nWLNr{display:flex;align-items:center;justify-content:flex-start;flex:1;height:100%;margin-left:0}.Sidebar_logoWrapper__nWLNr svg{display:block;margin:0}.Sidebar_openButton__acgFv{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:transparent;color:var(--app-text-muted);border:none;cursor:pointer;transition:background .15s ease,opacity .15s ease,transform .12s ease}.Sidebar_openButton__acgFv svg{display:block;stroke:currentColor;fill:none}.Sidebar_openButton__acgFv:hover{background:var(--app-button-link-primary-hover);opacity:.9}.Sidebar_minimized__UUS_4 .Sidebar_openButton__acgFv{margin:0 auto}.Sidebar_toggleButton__DwrjI{background:none;border:none;cursor:pointer;color:var(--app-text-muted);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;transition:background .15s,opacity .15s}.Sidebar_toggleButton__DwrjI svg{stroke:currentColor;fill:none;stroke-width:1.5}.Sidebar_toggleButton__DwrjI:hover{background:var(--app-hover-bg);opacity:.9}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5:hover{background:var(--app-brand-primary);color:#ffffff}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5:hover .Sidebar_iconWrapper__TqLsh{color:#ffffff}.Sidebar_iconWrapper__TqLsh svg,.Sidebar_navItem__AJbc5 svg{stroke:currentColor;fill:none;stroke-width:1.5}.Sidebar_closeButton__SW1Iw{background:none;border:none;cursor:pointer;color:var(--app-text-muted);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;transition:background .15s,opacity .15s;padding:8px}.Sidebar_closeButton__SW1Iw:hover{background:var(--app-hover-bg);opacity:.9}.Sidebar_closeButton__SW1Iw svg{stroke:currentColor;fill:none;stroke-width:1.5}.Sidebar_navArea__dwTVA{flex:1;overflow:auto;padding:12px 8px;-webkit-overflow-scrolling:touch}.Sidebar_section__ZTzTd{margin-bottom:4px}.Sidebar_sectionTitle__sGfUo{display:block;color:var(--app-text-muted);padding:8px 12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;font-size:10px}.Sidebar_sectionList__FNybj{display:flex;flex-direction:column;gap:4px;padding:0 2px}.Sidebar_linkWrapper__EkKdZ{display:block;color:inherit;text-decoration:none;border-radius:8px}.Sidebar_navItem__AJbc5{display:flex;align-items:center;gap:12px;padding:6px 12px;border-radius:8px;color:var(--app-text-muted);transition:opacity .15s;min-height:40px}.Sidebar_navItem__AJbc5:hover{opacity:.85}.Sidebar_navItem__AJbc5:hover .Sidebar_iconWrapper__TqLsh{background:var(--app-hover-bg)}.Sidebar_iconWrapper__TqLsh{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--app-icon-color,currentColor);flex-shrink:0;border-radius:8px;transition:opacity .15s}.Sidebar_labelWrap__oDI8s{display:flex;align-items:center;gap:5px;min-width:0}.Sidebar_label__vvkNa{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Sidebar_externalArrow__br1LQ{flex-shrink:0;opacity:.55}.Sidebar_active__wVsGU{color:var(--app-brand-primary)!important}.Sidebar_disabled___Z2Y9{opacity:.5;pointer-events:none}.Sidebar_bottom__sASdn{padding:12px 10px;border-top:1px solid var(--app-border-color)}.Sidebar_navButton__mmZJj{display:block;width:100%;padding:0;font:inherit;color:inherit;text-align:left}.Sidebar_logoutButton__lz_Kk,.Sidebar_navButton__mmZJj{background:none;border:none;cursor:pointer;border-radius:8px}.Sidebar_logoutButton__lz_Kk{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--app-text-muted);transition:opacity .15s}.Sidebar_logoutButton__lz_Kk:hover{opacity:.85}.Sidebar_minimized__UUS_4 .Sidebar_sectionTitle__sGfUo{display:block;color:var(--app-text-muted);padding:8px 12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;font-size:7px;text-align:center}.Sidebar_minimized__UUS_4 .Sidebar_labelWrap__oDI8s{display:none}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5{justify-content:flex-start;padding:6px 12px;gap:12px;background:transparent}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5 .Sidebar_iconWrapper__TqLsh{width:36px;height:36px}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5:hover{background:var(--app-hover-bg);color:var(--app-text-primary)}.Sidebar_minimized__UUS_4 .Sidebar_navItem__AJbc5:hover .Sidebar_iconWrapper__TqLsh{background:transparent}.Sidebar_minimized__UUS_4 .Sidebar_logoWrapper__nWLNr{padding-left:6px;padding-right:6px}@media (min-width:1024px){.Sidebar_sidebar__Ld23E{display:none}}@media (max-width:767px){.Sidebar_sidebar__Ld23E{position:fixed;z-index:90;width:100vw;transform:translateX(-100%)}.Sidebar_mobile__q3TzZ.Sidebar_mobileOpen__X1ZuX,.Sidebar_sidebar__Ld23E.Sidebar_mobileOpen__X1ZuX{width:100vw;max-width:100vw;transform:translateX(0)}}@media (min-width:768px) and (max-width:1023px){.Sidebar_sidebar__Ld23E{position:fixed;z-index:90;width:300px;transform:translateX(-100%)}.Sidebar_mobile__q3TzZ.Sidebar_mobileOpen__X1ZuX,.Sidebar_sidebar__Ld23E.Sidebar_mobileOpen__X1ZuX{width:300px;max-width:300px;transform:translateX(0)}}.Sidebar_navArea__dwTVA::-webkit-scrollbar{width:8px}.Sidebar_navArea__dwTVA::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:4px}.Sidebar_navItem__AJbc5 svg{stroke:currentColor}.Sidebar_skeleton__3apIW{display:flex;flex-direction:column;height:100%;width:100%}.Sidebar_skeletonTop__xL5Uy{display:flex;align-items:center;justify-content:center;height:var(--header-height-desktop,80px);width:100%}.Sidebar_skeletonNav__Plqxe{flex:1;display:flex;flex-direction:column;align-items:center;width:100%;padding:8px 0}.Sidebar_skeletonBottom__sr_N4{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 0;border-top:1px solid var(--app-border-color)}.Sidebar_skeletonItem__taSq4{background:var(--app-skeleton-bg,rgba(255,255,255,.08));border-radius:8px;animation:Sidebar_skeleton-loading__DYuM0 1.5s ease-in-out infinite}.Sidebar_skeletonLogo__nasjQ{width:40px;height:40px}.Sidebar_skeletonSection__e6GUX{width:40px;height:8px;margin:4px 0}.Sidebar_skeletonNavItem__LIpmb{width:40px;height:40px;margin:2px 0}.Sidebar_skeletonBottomItem__L8P_F{width:40px;height:40px}@keyframes Sidebar_skeleton-loading__DYuM0{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:767px){.Sidebar_skeletonTop__xL5Uy{height:var(--header-height-mobile,56px)}}@media (min-width:768px) and (max-width:1023px){.Sidebar_skeletonTop__xL5Uy{height:var(--header-height-tablet,72px)}}@media (min-width:1024px){.Sidebar_skeletonTop__xL5Uy{height:var(--header-height-desktop,80px)}}.IntroTextSection_pulseDot__pB8QA:before{animation:IntroTextSection_dotBreathe__W_2wR 3.6s ease-in-out infinite}@keyframes IntroTextSection_dotBreathe__W_2wR{0%,to{opacity:1}50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.IntroTextSection_pulseDot__pB8QA:before{animation:none}}