.Screen-module__LbnHDG__screenRoot{font-family:var(--font-device);color:#101010;--reflect-top:.35;position:absolute;inset:0;overflow:hidden}.Screen-module__LbnHDG__header{z-index:2;background-image:url(/device/header-bg.png);background-size:cover;width:100%;height:20px;padding:3px 5px 4px 7px;position:relative;box-shadow:inset 0 -1px #4c4c4c}.Screen-module__LbnHDG__headerWrapper{filter:drop-shadow(0 .75px #fff)drop-shadow(0 .5px #fff);align-items:center;gap:8px;width:100%;display:flex}.Screen-module__LbnHDG__headerTitle{letter-spacing:-.13px;color:#0c0c0c;white-space:nowrap;text-overflow:ellipsis;flex:1 0 0;min-width:0;margin-bottom:-3px;padding-bottom:3px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;line-height:13px;overflow:hidden}.Screen-module__LbnHDG__statusBar{flex:none;align-self:flex-start;align-items:center;gap:8px;display:flex}.Screen-module__LbnHDG__playIcon,.Screen-module__LbnHDG__pauseIcon{width:10px;height:12px;display:block}.Screen-module__LbnHDG__battery{flex:none;width:26px;height:12px;display:block}.Screen-module__LbnHDG__menuScreen{--row:24.5px;position:absolute;inset:0}.Screen-module__LbnHDG__artLayer{pointer-events:none;position:absolute;inset:0}.Screen-module__LbnHDG__artHidden{visibility:hidden}.Screen-module__LbnHDG__artPanel{pointer-events:none;width:160px;position:absolute;top:0;bottom:0;right:0}.Screen-module__LbnHDG__slideArt{height:calc(100% * var(--art-scale));opacity:0;width:auto;max-width:none;transform:translate(-50%, -50%) translate(var(--to-x), var(--to-y));will-change:opacity, transform;transition:opacity 1.2s;position:absolute;top:50%;left:50%}.Screen-module__LbnHDG__slideArt[data-active=true]{opacity:1;animation-name:Screen-module__LbnHDG__artPan;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes Screen-module__LbnHDG__artPan{0%{transform:translate(-50%, -50%) translate(var(--from-x), var(--from-y))}to{transform:translate(-50%, -50%) translate(var(--to-x), var(--to-y))}}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__slideArt{transition:none;animation:none;transform:translate(-50%,-50%)}}.Screen-module__LbnHDG__menuPanel{width:var(--panel-w,160px);background:#fff;flex-direction:column;height:240px;display:flex;position:absolute;top:0;left:0;overflow:hidden;box-shadow:6px 0 12px #00000080}.Screen-module__LbnHDG__wide .Screen-module__LbnHDG__menuPanel{box-shadow:none}.Screen-module__LbnHDG__menuList{flex:1 0 0;position:relative;overflow:hidden}.Screen-module__LbnHDG__menuPane{width:var(--panel-w,160px);flex:none;height:100%;position:relative}.Screen-module__LbnHDG__menuInner{width:100%;height:100%;overflow-y:hidden}.Screen-module__LbnHDG__menuTrack{width:calc(2 * var(--panel-w,160px));height:100%;display:flex}.Screen-module__LbnHDG__scrollBar{top:0;right:var(--bar-right,1px);width:4px;height:var(--thumb-h,0px);transform:translateY(var(--thumb-y,0px));opacity:0;transition:opacity var(--bar-fade,.4s) ease-out;pointer-events:none;background:#0006;border-radius:2px;position:absolute;box-shadow:0 0 1px #fff6}.Screen-module__LbnHDG__scrollBarLit{opacity:1;transition-duration:0s}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__scrollBar{transition:none}}@keyframes Screen-module__LbnHDG__menuPush{0%{transform:translate(0)}to{transform:translateX(calc(-1 * var(--panel-w,160px)))}}@keyframes Screen-module__LbnHDG__menuPop{0%{transform:translateX(calc(-1 * var(--panel-w,160px)))}to{transform:translate(0)}}.Screen-module__LbnHDG__push{animation:.3s ease-in-out both Screen-module__LbnHDG__menuPush}.Screen-module__LbnHDG__pop{animation:.3s ease-in-out both Screen-module__LbnHDG__menuPop}.Screen-module__LbnHDG__fsOverlay{z-index:3;position:absolute;inset:0}@keyframes Screen-module__LbnHDG__fsCoverIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Screen-module__LbnHDG__fsCoverOut{0%{transform:translate(0)}to{transform:translate(100%)}}.Screen-module__LbnHDG__fsCoverIn{animation:.3s linear both Screen-module__LbnHDG__fsCoverIn}.Screen-module__LbnHDG__fsCoverOut{animation:.3s linear both Screen-module__LbnHDG__fsCoverOut}@keyframes Screen-module__LbnHDG__fsPushOut{0%,50%{transform:translate(0)}to{transform:translateX(calc(-1 * var(--panel-w,160px)))}}@keyframes Screen-module__LbnHDG__fsPushBack{0%{transform:translateX(calc(-1 * var(--panel-w,160px)))}50%,to{transform:translate(0)}}.Screen-module__LbnHDG__fsPushOut{animation:.3s linear both Screen-module__LbnHDG__fsPushOut}.Screen-module__LbnHDG__fsPushBack{animation:.3s linear both Screen-module__LbnHDG__fsPushBack}.Screen-module__LbnHDG__slideLayer{position:absolute;inset:0}.Screen-module__LbnHDG__slideHeader{z-index:10;position:absolute;top:0;left:0;right:0}@keyframes Screen-module__LbnHDG__slideOutLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Screen-module__LbnHDG__slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Screen-module__LbnHDG__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Screen-module__LbnHDG__slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.Screen-module__LbnHDG__slideOutLeft{animation:.3s ease-in-out both Screen-module__LbnHDG__slideOutLeft}.Screen-module__LbnHDG__slideOutRight{animation:.3s ease-in-out both Screen-module__LbnHDG__slideOutRight}.Screen-module__LbnHDG__slideInRight{animation:.3s ease-in-out both Screen-module__LbnHDG__slideInRight}.Screen-module__LbnHDG__slideInLeft{animation:.3s ease-in-out both Screen-module__LbnHDG__slideInLeft}.Screen-module__LbnHDG__unveilBase{z-index:1;position:absolute;inset:0}.Screen-module__LbnHDG__unveilBase .Screen-module__LbnHDG__header{visibility:hidden}.Screen-module__LbnHDG__unveilMenu{z-index:3;position:absolute;inset:0}.Screen-module__LbnHDG__unveilHeader{z-index:10;position:absolute;top:0;left:0;right:0}@keyframes Screen-module__LbnHDG__npPartLeft{0%{transform:translate(0);box-shadow:6px 0 12px #00000080}to{transform:translateX(calc(-1 * var(--panel-w,160px)));box-shadow:6px 0 12px #0000}}@keyframes Screen-module__LbnHDG__npCloseRight{0%{transform:translateX(calc(-1 * var(--panel-w,160px)));box-shadow:6px 0 12px #0000}to{transform:translate(0);box-shadow:6px 0 12px #00000080}}.Screen-module__LbnHDG__npPartLeft{animation:.3s ease-in-out both Screen-module__LbnHDG__npPartLeft}.Screen-module__LbnHDG__npCloseRight{animation:.3s ease-in-out .18s both Screen-module__LbnHDG__npCloseRight}@keyframes Screen-module__LbnHDG__artPartRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes Screen-module__LbnHDG__artCloseLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.Screen-module__LbnHDG__artPartRight{z-index:2;animation:.3s ease-in-out both Screen-module__LbnHDG__artPartRight}.Screen-module__LbnHDG__artCloseLeft{z-index:2;animation:.3s ease-in-out .18s both Screen-module__LbnHDG__artCloseLeft}.Screen-module__LbnHDG__artPartRightUnder{animation:.3s ease-in-out both Screen-module__LbnHDG__artPartRight}.Screen-module__LbnHDG__artCloseLeftUnder{animation:.3s ease-in-out .18s both Screen-module__LbnHDG__artCloseLeft}@keyframes Screen-module__LbnHDG__headerDrop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Screen-module__LbnHDG__headerLift{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.Screen-module__LbnHDG__headerDrop{animation:.18s ease-out .3s both Screen-module__LbnHDG__headerDrop}.Screen-module__LbnHDG__headerLift{animation:.18s ease-in both Screen-module__LbnHDG__headerLift}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__push,.Screen-module__LbnHDG__pop,.Screen-module__LbnHDG__fsCoverIn,.Screen-module__LbnHDG__fsCoverOut,.Screen-module__LbnHDG__fsPushOut,.Screen-module__LbnHDG__fsPushBack,.Screen-module__LbnHDG__slideOutLeft,.Screen-module__LbnHDG__slideOutRight,.Screen-module__LbnHDG__slideInRight,.Screen-module__LbnHDG__slideInLeft,.Screen-module__LbnHDG__npPartLeft,.Screen-module__LbnHDG__npCloseRight,.Screen-module__LbnHDG__artPartRight,.Screen-module__LbnHDG__artCloseLeft,.Screen-module__LbnHDG__artPartRightUnder,.Screen-module__LbnHDG__artCloseLeftUnder,.Screen-module__LbnHDG__headerDrop,.Screen-module__LbnHDG__headerLift,.Screen-module__LbnHDG__syncHeader{animation-duration:1ms;animation-delay:0s}.Screen-module__LbnHDG__syncArrows{animation:none}}.Screen-module__LbnHDG__item{height:var(--row);align-items:center;width:100%;padding:4px 4px 4.5px 6px;display:flex;position:relative}.Screen-module__LbnHDG__itemLabel{white-space:nowrap;text-overflow:ellipsis;color:#101010;flex:1 0 0;min-width:0;max-width:300px;margin-bottom:-4px;padding-bottom:4px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:700;line-height:16px;overflow:hidden}.Screen-module__LbnHDG__marquee{text-overflow:clip;margin-left:calc(-1 * var(--mq-edge,6px));padding-left:var(--mq-edge,6px);max-width:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 8px),#0000 100%);mask-image:linear-gradient(90deg,#000 calc(100% - 8px),#0000 100%)}.Screen-module__LbnHDG__marqueeTrack{will-change:transform;flex-wrap:nowrap;width:max-content;display:flex}.Screen-module__LbnHDG__marqueeCopy{white-space:nowrap;flex:none}.Screen-module__LbnHDG__item.Screen-module__LbnHDG__itemActive:before,.Screen-module__LbnHDG__genreItem.Screen-module__LbnHDG__itemActive:before,.Screen-module__LbnHDG__detailItem.Screen-module__LbnHDG__itemActive:before{content:"";pointer-events:none;background-image:linear-gradient(#26adf4 0%,#2375c9 100%);position:absolute;inset:0;box-shadow:inset 0 1px #ffffff80,inset 0 -1px #0003}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__itemLabel{color:#fff;position:relative}.Screen-module__LbnHDG__itemValue{color:#009aea;white-space:nowrap;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;line-height:15px;position:absolute;top:12.5px;right:7px;transform:translateY(-50%)}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__itemValue{color:#fff}.Screen-module__LbnHDG__chevron{flex:none;width:16px;height:16px;position:relative}.Screen-module__LbnHDG__nowSlot{color:#101010;flex:none;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;display:flex;position:relative}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__nowSlot{color:#fff}.Screen-module__LbnHDG__nowIcon{width:16px;height:16px;display:block}.Screen-module__LbnHDG__checkSlot{width:16px;height:16px}.Screen-module__LbnHDG__checkIcon{width:16px;height:16px;display:block}.Screen-module__LbnHDG__letterBadge{color:#fff;pointer-events:none;background-image:linear-gradient(#636569 0%,#0c0c0c 100%);border-radius:4px;justify-content:center;align-items:center;width:70px;height:70px;margin-left:-35px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:48px;font-weight:700;line-height:60px;display:flex;position:absolute;top:65px;left:50%}.Screen-module__LbnHDG__albumItem{height:var(--row);--mq-edge:10px;align-items:stretch;width:100%;display:flex;position:relative}.Screen-module__LbnHDG__albumArt{object-fit:cover;background:#282828;flex:none;width:55px;height:55px;display:block}.Screen-module__LbnHDG__albumBody{flex:1 0 0;align-items:center;gap:4px;min-width:0;padding:0 4px 0 10px;display:flex;position:relative}.Screen-module__LbnHDG__albumText{flex-direction:column;flex:1 0 0;gap:1px;min-width:0;display:flex;position:relative;top:-2px}.Screen-module__LbnHDG__albumTitle,.Screen-module__LbnHDG__albumSub{white-space:nowrap;text-overflow:ellipsis;margin-bottom:-3px;padding-bottom:3px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;overflow:hidden}.Screen-module__LbnHDG__albumTitle{color:#101010;font-size:16px;font-weight:700;line-height:20px}.Screen-module__LbnHDG__albumSub{color:#10101099;font-size:13px;font-weight:400;line-height:15px}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__albumBody:before{content:"";pointer-events:none;background-image:linear-gradient(#26adf4 0%,#2375c9 100%);position:absolute;inset:0;box-shadow:inset 0 1px #ffffff80,inset 0 -1px #0003}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__albumTitle,.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__albumSub{color:#fff}.Screen-module__LbnHDG__genreItem{height:var(--row);flex-direction:column;justify-content:center;align-items:flex-start;width:100%;padding:3.5px 4px 5px 6px;display:flex;position:relative}.Screen-module__LbnHDG__genreText{flex-direction:column;gap:1px;width:100%;min-width:0;display:flex;position:relative}.Screen-module__LbnHDG__genreTitle,.Screen-module__LbnHDG__genreSub{white-space:nowrap;text-overflow:ellipsis;margin-bottom:-3px;padding-bottom:3px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;overflow:hidden}.Screen-module__LbnHDG__genreTitle{color:#101010;font-size:15px;font-weight:700;line-height:20px}.Screen-module__LbnHDG__genreSub{color:#10101099;font-size:13px;font-weight:400;line-height:15px}.Screen-module__LbnHDG__genreItem{--sub-lift:1px}.Screen-module__LbnHDG__genreSub{top:calc(-1 * var(--sub-lift));position:relative}.Screen-module__LbnHDG__genreItem.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__genreTitle,.Screen-module__LbnHDG__genreItem.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__genreSub{color:#fff}.Screen-module__LbnHDG__genreChevron,.Screen-module__LbnHDG__genreNow{width:16px;height:16px;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.Screen-module__LbnHDG__genreNow{color:#101010;justify-content:center;align-items:center;display:flex}.Screen-module__LbnHDG__genreItem.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__genreNow{color:#fff}.Screen-module__LbnHDG__genreItem.Screen-module__LbnHDG__genreMarked .Screen-module__LbnHDG__genreText{padding-right:16px}.Screen-module__LbnHDG__albumItem:not(.Screen-module__LbnHDG__itemActive),.Screen-module__LbnHDG__genreItem:not(.Screen-module__LbnHDG__itemActive){box-shadow:inset 0 -1px #ededed}.Screen-module__LbnHDG__np{background:#fff;position:absolute;inset:0}.Screen-module__LbnHDG__npArt{transform-origin:0 0;--reflect-fade:50%;width:137px;height:137px;position:absolute;top:33px;left:9px;transform:matrix3d(1.13636,.068182,0,.000995,0,1,0,0,0,0,1,0,0,0,0,1)}.Screen-module__LbnHDG__npArtFace{background:#eee;position:absolute;inset:0;overflow:hidden}.Screen-module__LbnHDG__npArtReflect{width:137px;height:137px;-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));pointer-events:none;position:absolute;top:100%;left:0;overflow:hidden}.Screen-module__LbnHDG__npArtReflect img{transform:scaleY(-1)}.Screen-module__LbnHDG__npArtFace img,.Screen-module__LbnHDG__npArtReflect img{object-fit:cover;width:100%;height:100%;display:block}.Screen-module__LbnHDG__npMeta{white-space:nowrap;flex-direction:column;gap:4px;width:154px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:700;display:flex;position:absolute;top:70px;left:160px}.Screen-module__LbnHDG__npTitle{color:#101010;text-overflow:ellipsis;--mq-edge:0px;margin-bottom:-4px;padding-bottom:4px;font-size:16px;line-height:16px;overflow:hidden}.Screen-module__LbnHDG__npSub{color:#4d4d4d;flex-direction:column;gap:2px;font-size:13px;line-height:15px;display:flex}.Screen-module__LbnHDG__npArtist,.Screen-module__LbnHDG__npAlbum{text-overflow:ellipsis;margin-bottom:-3px;padding-bottom:3px;overflow:hidden}.Screen-module__LbnHDG__npIndex{color:#4d4d4d;white-space:nowrap;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:700;line-height:15px;position:absolute;top:145px;left:160px}.Screen-module__LbnHDG__npBar{position:absolute;bottom:0;left:0;right:0;overflow:hidden}.Screen-module__LbnHDG__npBarRow{flex:none;align-items:center;gap:10px;width:100%;height:33px;padding:0 16px 17px;display:flex}.Screen-module__LbnHDG__npBarTrack{width:200%;animation:.3s ease-in-out both Screen-module__LbnHDG__npBarSwap;display:flex}.Screen-module__LbnHDG__npBarTrack .Screen-module__LbnHDG__npBarRow{width:50%}@keyframes Screen-module__LbnHDG__npBarSwap{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__npBarTrack{animation:none;transform:translate(-50%)}}.Screen-module__LbnHDG__npFlank{color:#101010;font-variant-numeric:tabular-nums;flex:none;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:700;line-height:15px;position:relative}.Screen-module__LbnHDG__npFlankGhost{visibility:hidden}.Screen-module__LbnHDG__npFlankInner{justify-content:flex-end;align-items:center;display:flex;position:absolute;inset:0}.Screen-module__LbnHDG__npFlank:last-child .Screen-module__LbnHDG__npFlankInner{justify-content:flex-start}.Screen-module__LbnHDG__npTime{position:relative;top:1px}.Screen-module__LbnHDG__npVolIcon{color:#101010;flex:none;width:16px;height:16px;display:block}.Screen-module__LbnHDG__npScrubWrap{flex:1 0 0;position:relative}.Screen-module__LbnHDG__npScrub{background:linear-gradient(#f9f9f9 0%,#f5f5f5 42%,#e7e7e7 50%,#efefef 62%,#f6f6f6 100%);border-radius:0;height:14px;position:relative;overflow:hidden}.Screen-module__LbnHDG__npScrubReflect{pointer-events:none;--reflect-fade:63%;height:14px;-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));position:absolute;top:calc(100% + .75px);left:0;right:0;overflow:hidden}.Screen-module__LbnHDG__npScrubReflect .Screen-module__LbnHDG__npScrub{transform:scaleY(-1)}.Screen-module__LbnHDG__npFill{background-image:linear-gradient(#70a1e2 0%,#70acf9 42%,#4299ee 52%,#59d5ee 100%);position:absolute;inset:0 auto 0 0}.Screen-module__LbnHDG__npHandle{z-index:1;width:13px;height:14px;position:absolute;top:0}.Screen-module__LbnHDG__npScrub:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px .5px #0000001a,inset 0 2px .5px #ffffff40,inset 0 -1px .5px #0000002e}.Screen-module__LbnHDG__npArriving{--np-cross:93ms;--np-travel:.438s;--np-load:calc(var(--np-cross) + var(--np-travel));background:0 0}.Screen-module__LbnHDG__npArriving>:not(.Screen-module__LbnHDG__npArriveBox),.Screen-module__LbnHDG__npArriving>.Screen-module__LbnHDG__header{animation:Screen-module__LbnHDG__npArriveCut 1ms linear var(--np-load) both}@keyframes Screen-module__LbnHDG__npArriveCut{0%{opacity:0}to{opacity:1}}.Screen-module__LbnHDG__npArriveBox{perspective:var(--cf-persp,213px);perspective-origin:110px 119.5px;position:absolute;inset:0}.Screen-module__LbnHDG__npArrive{transform-origin:77.5px 101.5px;will-change:transform;animation:Screen-module__LbnHDG__npArrive var(--np-travel) cubic-bezier(.25, .1, .25, 1) var(--np-cross) both;position:absolute;inset:0}.Screen-module__LbnHDG__npArriving .Screen-module__LbnHDG__npArt{animation:Screen-module__LbnHDG__npKeystone var(--np-travel) cubic-bezier(.25, .1, .25, 1) var(--np-cross) both}@keyframes Screen-module__LbnHDG__npKeystone{0%{transform:none}to{transform:matrix3d(1.13636,.068182,0,.000995,0,1,0,0,0,0,1,0,0,0,0,1)}}@keyframes Screen-module__LbnHDG__npArrive{0%{opacity:0;transform:translate(32.5px,2.5px)rotateY(78deg)scale(1.121)}6%{opacity:1;transform:translate(32.5px,2.5px)rotateY(78deg)scale(1.121)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__npArrive,.Screen-module__LbnHDG__npArriving .Screen-module__LbnHDG__npArt,.Screen-module__LbnHDG__npArriving>.Screen-module__LbnHDG__header,.Screen-module__LbnHDG__npArriving>:not(.Screen-module__LbnHDG__npArriveBox){animation-duration:1ms;animation-delay:0s}}.Screen-module__LbnHDG__npMode{color:#888;letter-spacing:.4px;text-transform:uppercase;font-size:10px;position:absolute;top:24px;left:50%;transform:translate(-50%)}.Screen-module__LbnHDG__info{background:#fff;flex-direction:column;display:flex;position:absolute;inset:0}.Screen-module__LbnHDG__infoBody{color:#222;flex:1 0 0;padding:12px 14px;font-size:13px;line-height:18px;overflow-y:auto}.Screen-module__LbnHDG__infoBody h3{margin:0 0 6px;font-size:15px}.Screen-module__LbnHDG__infoRow{border-bottom:1px solid #eee;justify-content:space-between;padding:3px 0;display:flex}.Screen-module__LbnHDG__infoRow span:last-child{color:#777}.Screen-module__LbnHDG__btn{color:#fff;font-family:var(--font-device);cursor:pointer;background-image:linear-gradient(#26adf4 0%,#2375c9 100%);border:0;border-radius:5px;align-self:flex-start;margin-top:10px;padding:6px 12px;font-size:13px;font-weight:700}.Screen-module__LbnHDG__dim{filter:var(--screen-unlit-filter);transition:filter .4s}.Screen-module__LbnHDG__cf{background:#fff;position:absolute;inset:0}.Screen-module__LbnHDG__cfStage{height:240px;perspective:var(--cf-persp,480px);perspective-origin:50% 119.5px;transform-style:preserve-3d;position:absolute;top:0;left:0;right:0}.Screen-module__LbnHDG__cfCover{transform-origin:50%;width:128px;height:128px;transition:transform var(--cf-step,.56s) var(--cf-ease,ease-out);will-change:transform;backface-visibility:hidden;margin-left:-64px;position:absolute;top:40px;left:50%}.Screen-module__LbnHDG__cfFace{object-fit:cover;width:100%;height:100%;display:block}.Screen-module__LbnHDG__cfRefl{pointer-events:none;background:#fff;width:100%;height:128px;position:absolute;top:100%;left:0;overflow:hidden}.Screen-module__LbnHDG__cfRefl img{object-fit:cover;--reflect-fade:50%;width:100%;height:128px;-webkit-mask-image:linear-gradient(to top, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));-webkit-mask-image:linear-gradient(to top, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));mask-image:linear-gradient(to top, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));display:block;position:absolute;bottom:0;left:0;transform:scaleY(-1)}.Screen-module__LbnHDG__cfMeta{text-align:center;color:#101010;padding:0 12px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:700;line-height:16px;position:absolute;top:190px;left:0;right:0}.Screen-module__LbnHDG__cfAlbum,.Screen-module__LbnHDG__cfArtist{white-space:nowrap;text-overflow:ellipsis;margin-bottom:-4px;padding-bottom:4px;display:block;overflow:hidden}.Screen-module__LbnHDG__cfArtist{margin-top:2px}.Screen-module__LbnHDG__cfAlbum{--mq-edge:0px}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__cfCover{transition-duration:1ms}}.Screen-module__LbnHDG__cfDetails.Screen-module__LbnHDG__cfTall{--cf-panel-rows:11}@keyframes Screen-module__LbnHDG__cfTurnAwayPanel{0%{opacity:1;transform:translate(0)rotateY(0)scale(1)}71%{transform:translate(var(--cf-turn-shift), calc(-1 * var(--cf-panel-rise))) rotateY(calc(-1 * var(--cf-peak))) scale(var(--cf-panel-scale-x), var(--cf-panel-scale-y));opacity:1}to{transform:translate(var(--cf-turn-shift), calc(-1 * var(--cf-panel-rise))) rotateY(calc(-1 * var(--cf-peak))) scale(var(--cf-panel-scale-x), var(--cf-panel-scale-y));opacity:0}}.Screen-module__LbnHDG__cfAway{--cf-eye-x:110px}.Screen-module__LbnHDG__cfDetails.Screen-module__LbnHDG__cfTurnAway{--cf-turn-shift:-50px;--cf-away-cross:93ms;animation:Screen-module__LbnHDG__cfTurnAwayPanel calc(var(--cf-away-cross) + var(--cf-overlap)) var(--cf-ease) both}.Screen-module__LbnHDG__cfFlip{--cf-flip:.28s;--cf-cross:62ms;--cf-overlap:25ms;--cf-peak:78deg;--cf-art-scale:1.2;--cf-sleeve-scale:1;--cf-back-cross:.223s;--cf-settle:cubic-bezier(.25, .1, .25, 1);--cf-flip-back:.5s}@keyframes Screen-module__LbnHDG__cfTurnOut{0%{opacity:1;transform:translate(0)rotateY(0)scale(1)}71%{transform:translateX(var(--cf-turn-shift,0px)) rotateY(calc(-1 * var(--cf-peak))) scale(var(--cf-art-scale));opacity:1}to{transform:translateX(var(--cf-turn-shift,0px)) rotateY(calc(-1 * var(--cf-peak))) scale(var(--cf-art-scale));opacity:0}}@keyframes Screen-module__LbnHDG__cfTurnIn{0%{transform:translateY(calc(-1 * var(--cf-panel-rise))) rotateY(var(--cf-peak)) scale(var(--cf-panel-scale-x), var(--cf-panel-scale-y));opacity:0}13%{opacity:1}to{opacity:1;transform:translateY(0)rotateY(0)scale(1)}}@keyframes Screen-module__LbnHDG__cfCaptionOut{0%{opacity:1}to{opacity:0}}.Screen-module__LbnHDG__cfTurnOut{animation:Screen-module__LbnHDG__cfTurnOut calc(var(--cf-cross) + var(--cf-overlap)) var(--cf-ease) both}.Screen-module__LbnHDG__cfTurnIn{animation:Screen-module__LbnHDG__cfTurnIn calc(var(--cf-flip) - var(--cf-cross)) var(--cf-settle) var(--cf-cross) both}.Screen-module__LbnHDG__cfCaptionOut{animation:40ms linear both Screen-module__LbnHDG__cfCaptionOut}.Screen-module__LbnHDG__cfCaptionOff{opacity:0}@keyframes Screen-module__LbnHDG__cfTurnBackPanel{0%{opacity:1;transform:translateY(0)rotateY(0)scale(1)}71%{transform:translateY(calc(-1 * var(--cf-panel-rise))) rotateY(var(--cf-peak)) scale(var(--cf-panel-scale-x), var(--cf-panel-scale-y));opacity:1}to{transform:translateY(calc(-1 * var(--cf-panel-rise))) rotateY(var(--cf-peak)) scale(var(--cf-panel-scale-x), var(--cf-panel-scale-y));opacity:0}}@keyframes Screen-module__LbnHDG__cfTurnBackArt{0%{transform:rotateY(calc(-1 * var(--cf-peak))) scale(var(--cf-art-scale));opacity:0}13%{opacity:1}to{opacity:1;transform:rotateY(0)scale(1)}}@keyframes Screen-module__LbnHDG__cfCaptionIn{0%{opacity:0}to{opacity:1}}.Screen-module__LbnHDG__cfTurnInBack{animation:Screen-module__LbnHDG__cfTurnBackPanel calc(var(--cf-cross) + var(--cf-overlap)) var(--cf-ease) both}.Screen-module__LbnHDG__cfTurnOutBack{animation:Screen-module__LbnHDG__cfTurnBackArt calc(var(--cf-flip-back) - var(--cf-cross)) var(--cf-settle) var(--cf-cross) both}.Screen-module__LbnHDG__cfCaptionIn{animation:40ms linear both Screen-module__LbnHDG__cfCaptionIn}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__cfTurnOut,.Screen-module__LbnHDG__cfTurnIn,.Screen-module__LbnHDG__cfCaptionOut,.Screen-module__LbnHDG__cfTurnOutBack,.Screen-module__LbnHDG__cfTurnInBack,.Screen-module__LbnHDG__cfCaptionIn{animation-duration:1ms;animation-delay:0s}}.Screen-module__LbnHDG__cfHidden{visibility:hidden}.Screen-module__LbnHDG__cfTurnArt{transform-origin:50%;backface-visibility:hidden;width:128px;height:128px;margin-left:-64px;position:absolute;top:40px;left:50%}.Screen-module__LbnHDG__cfHomeLayer{height:240px;position:absolute;top:0;left:0;right:0}@keyframes Screen-module__LbnHDG__cfHome{0%{transform:translate(-87px,-7px)matrix3d(1.13636,.068182,0,.000995,0,1,0,0,0,0,1,0,0,0,0,1)scale(1.0703)}to{transform:none}}.Screen-module__LbnHDG__cfTurnArt.Screen-module__LbnHDG__cfHome{transform-origin:0 0;will-change:transform;animation:Screen-module__LbnHDG__cfHome var(--cf-home,.438s) var(--cf-settle) both}@media (prefers-reduced-motion:reduce){.Screen-module__LbnHDG__cfTurnArt.Screen-module__LbnHDG__cfHome{animation-duration:1ms}}.Screen-module__LbnHDG__cfTurnLayer,.Screen-module__LbnHDG__cfTurnArtLayer{height:240px;perspective:var(--cf-persp,480px);perspective-origin:var(--cf-eye-x,50%) 119.5px;position:absolute;top:0;left:0;right:0}.Screen-module__LbnHDG__cfTurnLayer{z-index:1}@keyframes Screen-module__LbnHDG__cfClear{0%{transform:translateX(var(--cf-x)) translateZ(var(--cf-z)) rotateY(var(--cf-r))}to{transform:translateX(calc(var(--cf-x) + var(--cf-out))) translateZ(var(--cf-z)) rotateY(var(--cf-r))}}.Screen-module__LbnHDG__cfClearLeft,.Screen-module__LbnHDG__cfClearRight{animation:.15s ease-out both Screen-module__LbnHDG__cfClear}.Screen-module__LbnHDG__cfClearLeft{--cf-out:-230px}.Screen-module__LbnHDG__cfClearRight{--cf-out:230px}@keyframes Screen-module__LbnHDG__cfReturn{0%{transform:translateX(calc(var(--cf-x) + var(--cf-out))) translateZ(var(--cf-z)) rotateY(var(--cf-r))}to{transform:translateX(var(--cf-x)) translateZ(var(--cf-z)) rotateY(var(--cf-r))}}.Screen-module__LbnHDG__cfReturnLeft,.Screen-module__LbnHDG__cfReturnRight{animation:Screen-module__LbnHDG__cfReturn .438s var(--cf-settle) both}.Screen-module__LbnHDG__cfReturnLeft{--cf-out:-200px}.Screen-module__LbnHDG__cfReturnRight{--cf-out:200px}.Screen-module__LbnHDG__cfDetails{--cf-panel-rows:7;--cf-panel-hn:calc(44 + var(--cf-panel-rows) * 24);width:248px;height:calc(var(--cf-panel-hn) * 1px);--cf-panel-scale-x:calc(var(--cf-art-scale) * 128 / 248);--cf-panel-scale-y:calc(var(--cf-art-scale) * 128 / var(--cf-panel-hn));--cf-panel-rise:calc((28 + var(--cf-panel-hn) / 2 - 104) * 1px);background:#fff;border:1px solid #848489;border-bottom:0;flex-direction:column;display:flex;position:absolute;top:28px;left:36px;overflow:hidden}.Screen-module__LbnHDG__cfDetailsHead{color:#fff;background-image:linear-gradient(#5b85b2 0%,#95b3d5 100%);flex:none;height:44px;padding:5px 10px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;overflow:hidden}.Screen-module__LbnHDG__cfDetailsAlbum{white-space:nowrap;text-overflow:ellipsis;margin-bottom:-4px;padding-bottom:4px;font-size:16px;font-weight:700;line-height:16px;overflow:hidden}.Screen-module__LbnHDG__cfDetailsArtist{white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;font-weight:400;line-height:15px;overflow:hidden}.Screen-module__LbnHDG__cfDetailsList{z-index:1;--bar-right:3px;background:#fff;flex:1 0 0;position:relative;overflow:hidden;box-shadow:0 -2px 2px #0006}.Screen-module__LbnHDG__cfDetailsInner{height:100%;overflow-y:hidden}.Screen-module__LbnHDG__detailItem{height:var(--row);color:#101010;--mq-edge:10px;justify-content:space-between;align-items:center;width:100%;padding:4px 10px 4.5px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:700;line-height:16px;display:flex;position:relative}.Screen-module__LbnHDG__detailTitle{white-space:nowrap;text-overflow:ellipsis;flex:none;width:176px;position:relative;overflow:hidden}.Screen-module__LbnHDG__detailItem:nth-child(odd){background:var(--zebra,#fafafa)}.Screen-module__LbnHDG__detailTitle.Screen-module__LbnHDG__marquee{width:calc(176px + var(--mq-edge))}.Screen-module__LbnHDG__detailTime{text-align:right;flex:none;position:relative}.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__detailTitle,.Screen-module__LbnHDG__itemActive .Screen-module__LbnHDG__detailTime{color:#fff}.Screen-module__LbnHDG__sync{--sync-spin:7.2s;--sync-steps:36;background:linear-gradient(#b0c1d9,#6b7c98);font-family:Helvetica,Helvetica Neue,Arial,sans-serif;position:absolute;inset:0}.Screen-module__LbnHDG__syncHeader{background-image:url(/device/header-sync-bg.png);background-size:320px 20px;height:20px;animation:.18s ease-out both Screen-module__LbnHDG__headerDrop;position:absolute;inset:0 0 auto;box-shadow:inset 0 -1px #3a4242}.Screen-module__LbnHDG__syncHeaderTitle{letter-spacing:-.13px;color:#fff;white-space:nowrap;height:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;line-height:13px;position:absolute;top:3px;left:calc(50% + .5px);transform:translate(-50%)}.Screen-module__LbnHDG__fsOverlay .Screen-module__LbnHDG__syncHeader{animation:none}.Screen-module__LbnHDG__fsCoverIn .Screen-module__LbnHDG__syncHeader{transform:translateY(-100%)}.Screen-module__LbnHDG__syncBattery{width:26px;height:12px;display:block;position:absolute;top:3px;right:5px}.Screen-module__LbnHDG__syncBadge{background:linear-gradient(#fffbf8 0%,#fbd697 25%,#f07400 75%);border-radius:50%;width:92px;height:92px;margin-left:-46px;position:absolute;top:54px;left:50%;box-shadow:0 2px 6px #0003,inset 0 0 3px #fffc,inset 0 -4px 6px #ffffff4d}.Screen-module__LbnHDG__syncArrows{transform-origin:50%;width:72px;height:58px;animation:Screen-module__LbnHDG__syncSpin var(--sync-spin) steps(var(--sync-steps)) infinite;margin-left:-36px;display:block;position:absolute;top:71px;left:50%}@keyframes Screen-module__LbnHDG__syncSpin{to{transform:rotate(360deg)}}.Screen-module__LbnHDG__fsCoverIn .Screen-module__LbnHDG__syncArrows{animation:none}.Screen-module__LbnHDG__syncArrowsStill{animation-play-state:paused}.Screen-module__LbnHDG__syncText{text-align:center;color:#fff;white-space:nowrap;flex-direction:column;align-items:center;gap:4px;width:169px;display:flex;position:absolute;top:174px;left:75.5px}.Screen-module__LbnHDG__syncLabel{font-size:16px;font-weight:700;line-height:16px}.Screen-module__LbnHDG__syncCount,.Screen-module__LbnHDG__syncNote{font-size:14px;font-weight:400;line-height:16px}.Screen-module__LbnHDG__setPanel{color:#fff;text-align:center;pointer-events:none;background:linear-gradient(#b0c1d9,#6b7c98);width:160px;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;font-weight:700;position:absolute;top:0;bottom:0;right:0}.Screen-module__LbnHDG__setTitle{white-space:nowrap;text-overflow:ellipsis;width:140px;margin-bottom:-5px;padding-bottom:5px;font-size:17px;line-height:17px;position:absolute;top:20px;left:50%;overflow:hidden;transform:translate(-50%)}.Screen-module__LbnHDG__setIcon{width:78px;height:78px;margin-left:-39px;display:block;position:absolute;top:81px;left:50%}.Screen-module__LbnHDG__setIconReflect{--reflect-fade:55%;width:78px;height:78px;-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));-webkit-mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));mask-image:linear-gradient(to bottom, rgba(0, 0, 0, var(--reflect-top)) 0%, transparent var(--reflect-fade));pointer-events:none;margin-left:-39px;position:absolute;top:159px;left:50%}.Screen-module__LbnHDG__setIconReflect img{width:78px;height:78px;display:block;transform:scaleY(-1)}.Screen-module__LbnHDG__setValue{width:140px;font-size:13px;line-height:15px;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}
.ClickWheel-module__OPJGBq__ring{touch-action:none;cursor:pointer;border-radius:50%;position:absolute;inset:0}.ClickWheel-module__OPJGBq__ring:active{cursor:grabbing}.ClickWheel-module__OPJGBq__menu{pointer-events:none;width:100%;height:16px;display:block;position:absolute;top:14px;left:0;overflow:visible}.ClickWheel-module__OPJGBq__menuText{font-family:var(--font-wheel);font-variation-settings:"wght" 600, "wdth" 100;letter-spacing:.51px;text-anchor:middle;dominant-baseline:central;font-size:17px;font-weight:600;font-stretch:100%}.ClickWheel-module__OPJGBq__menuFill{fill:var(--wheel-label)}.ClickWheel-module__OPJGBq__menuStroke{fill:none;stroke:var(--wheel-stroke);stroke-width:1px}.ClickWheel-module__OPJGBq__icon{pointer-events:none;-webkit-user-select:none;user-select:none;background-repeat:no-repeat;background-size:100% 100%;position:absolute}.ClickWheel-module__OPJGBq__back{background-image:var(--wheel-back-image);width:23.5px;height:11px;top:114px;left:14px}.ClickWheel-module__OPJGBq__next{background-image:var(--wheel-back-image);width:23.5px;height:11px;top:114px;left:202.5px;transform:scaleX(-1)}.ClickWheel-module__OPJGBq__playpause{background-image:var(--wheel-playpause-image);width:25.5px;height:11px;top:214px;left:107px}.ClickWheel-module__OPJGBq__zone{-webkit-tap-highlight-color:transparent;pointer-events:none;background:0 0;border:0;margin:0;padding:0;position:absolute}.ClickWheel-module__OPJGBq__zTop{width:120px;height:70px;top:0;left:60px}.ClickWheel-module__OPJGBq__zBottom{width:120px;height:70px;bottom:0;left:60px}.ClickWheel-module__OPJGBq__zLeft{width:70px;height:120px;top:60px;left:0}.ClickWheel-module__OPJGBq__zRight{width:70px;height:120px;top:60px;right:0}.ClickWheel-module__OPJGBq__select{pointer-events:auto;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:50%;width:86px;height:86px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ClickWheel-module__OPJGBq__select:after{content:"";pointer-events:none;background:var(--select-press);opacity:0;border-radius:50%;transition:opacity 60ms ease-out;position:absolute;inset:0}.ClickWheel-module__OPJGBq__select:active:after{opacity:1}@media (prefers-reduced-motion:reduce){.ClickWheel-module__OPJGBq__select:after{transition:none}}
.IPod-module__gmyVfa__stage{width:390px;height:650px;transform:scale(var(--pod-scale,1));transform-origin:50%;flex:none}.IPod-module__gmyVfa__body{isolation:isolate;-webkit-user-select:none;user-select:none;border-radius:38px;width:390px;height:650px;position:relative;overflow:hidden}.IPod-module__gmyVfa__bodyImage{background-image:var(--body-image);background-color:var(--body-tone,transparent);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;background-repeat:no-repeat;background-size:100% 100%;width:390px;height:650px;position:absolute;inset:0}.IPod-module__gmyVfa__bodyTexture{z-index:3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='128'%3E%3Cfilter id='t' color-interpolation-filters='sRGB'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='128' height='128' filter='url(%23t)'/%3E%3C/svg%3E");background-size:calc(var(--body-grain-size) / var(--pod-scale,1)) calc(var(--body-grain-size) / var(--pod-scale,1));opacity:var(--body-grain-opacity);mix-blend-mode:overlay;background-repeat:repeat;position:absolute;inset:0}.IPod-module__gmyVfa__wheelRing{background-image:var(--wheel-ring-image);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2;background-repeat:no-repeat;background-size:100% 100%;width:240px;height:240px;position:absolute;top:339px;left:75px}.IPod-module__gmyVfa__bezel{z-index:5;background:#272729;border-radius:8px;width:332px;height:252px;position:absolute;top:29px;left:29px;overflow:hidden;box-shadow:0 0 1px #fff6}.IPod-module__gmyVfa__screen{background:#272729;width:320px;height:240px;position:absolute;top:6px;left:6px;overflow:hidden}.IPod-module__gmyVfa__wheel{z-index:4;width:240px;height:240px;position:absolute;top:339px;left:75px}
.PodStage-module__ACq-Ia__stageWrap{flex:1 0 auto;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.PodStage-module__ACq-Ia__pod{transition:opacity var(--intro-pod-ms) var(--intro-pod-fade-ease), filter var(--intro-pod-ms) var(--intro-pod-fade-ease), transform var(--intro-pod-travel-ms) var(--intro-pod-ease);justify-content:center;align-items:center;display:flex;position:relative}:root[data-intro=stage] .PodStage-module__ACq-Ia__pod{opacity:0;transform:translateY(var(--intro-lift));filter:blur(var(--intro-pod-blur))}
.page-module__E0kJGG__main{flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex}
