:root{--np-bar-h: 62px}.np-eq{display:inline-flex;align-items:flex-end;gap:2px;width:14px;height:14px}.np-eq i{display:block;width:3px;height:100%;border-radius:1.5px;background:currentColor;transform-origin:bottom;animation:np-eq .9s ease-in-out infinite}.np-eq i:nth-child(2){animation-delay:-.3s}.np-eq i:nth-child(3){animation-delay:-.6s}@keyframes np-eq{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}.np-screen:not(.playing) .np-eq i{animation:none;transform:scaleY(.45)}@media(prefers-reduced-motion:reduce){.np-eq i{animation:none;transform:scaleY(.6)}}.np-spin{display:none;position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;animation:np-spin .8s linear infinite}.np-toggle.loading svg,.np-sbtn-play.loading svg{opacity:0}.np-toggle.loading .np-spin,.np-sbtn-play.loading .np-spin{display:block}@keyframes np-spin{to{transform:rotate(360deg)}}.np-title-in{display:inline-block;white-space:nowrap}.np-marquee .np-title-in{animation:np-marquee var(--np-marquee-dur, 9s) linear infinite alternate}@keyframes np-marquee{0%,12%{transform:translate(0)}88%,to{transform:translate(var(--np-ovf, 0))}}@media(prefers-reduced-motion:reduce){.np-marquee .np-title-in{animation:none}}.np-progress{position:relative;height:22px;display:flex;align-items:center;cursor:pointer;touch-action:none;outline:none}.np-progress-track{position:relative;width:100%;height:4px;border-radius:2px;background:var(--border);overflow:visible}.np-progress-fill{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:2px;background:var(--green)}.np-progress-handle{position:absolute;top:50%;left:0;width:13px;height:13px;border-radius:50%;background:var(--green);box-shadow:0 1px 3px #0000004d;transform:translate(-50%,-50%) scale(0);transition:transform .15s}.np-progress:hover .np-progress-handle,.np-progress.dragging .np-progress-handle,.np-progress:focus-visible .np-progress-handle{transform:translate(-50%,-50%) scale(1)}.np-progress.dragging .np-progress-track{height:6px}.np-bar{position:fixed;left:0;right:0;bottom:calc(var(--m-nav-h) + env(safe-area-inset-bottom));z-index:55;background:var(--card);border-top:1px solid var(--border);box-shadow:0 -4px 16px #1018281a;animation:np-bar-in .28s cubic-bezier(.32,.72,0,1)}html.dark .np-bar{box-shadow:0 -4px 16px #00000073}@keyframes np-bar-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.np-bar.hidden{display:none}.np-row{display:flex;align-items:center;gap:.6rem;height:var(--np-bar-h);padding:0 .55rem 0 .7rem;padding-left:max(.7rem,env(safe-area-inset-left));padding-right:max(.55rem,env(safe-area-inset-right));cursor:pointer;overflow:hidden}.np-cover{position:relative;flex:0 0 auto;width:42px;height:42px;border-radius:8px;overflow:hidden;background:var(--green-bg);color:var(--green-dark);display:flex;align-items:center;justify-content:center}.np-cover svg{width:20px;height:20px}.np-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.np-meta{flex:1 1 auto;min-width:0;transition:transform .2s cubic-bezier(.32,.72,0,1),opacity .2s}.np-title{font-weight:700;font-size:.92rem;line-height:1.25;overflow:hidden;white-space:nowrap}.np-title:not(.np-marquee){text-overflow:ellipsis}.np-sub{font-size:.74rem;color:var(--muted);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-sub:empty{display:none}.np-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:none;border:none;color:var(--text);cursor:pointer;padding:0;border-radius:50%;transition:transform .1s,color .15s,background .15s;-webkit-tap-highlight-color:transparent}.np-btn:active{transform:scale(.9)}.np-btn svg{width:22px;height:22px}.np-btn.np-close{color:var(--muted)}.np-btn.np-close svg{width:18px;height:18px}.np-toggle{position:relative;background:var(--green);color:#fff;width:40px;height:40px}.np-toggle:hover{background:var(--green-dark)}.np-toggle svg{width:22px;height:22px}.np-bar-prog{position:absolute;left:0;right:0;bottom:-9px;height:18px}.np-bar-prog .np-progress-track{height:3px;border-radius:0;background:var(--border)}.np-bar-prog .np-progress-fill{border-radius:0}html.np-active .content{padding-bottom:calc(var(--m-nav-h) + env(safe-area-inset-bottom) + 2.25rem + var(--np-bar-h))}@media(min-width:1024px){.np-bar{left:var(--m-sidebar-w);bottom:0}html.np-active .content{padding-bottom:calc(2.25rem + var(--np-bar-h))}html.np-active .bug-fab{bottom:calc(1.25rem + env(safe-area-inset-bottom) + var(--np-bar-h))}html.np-active .bug-panel{bottom:calc(1.25rem + env(safe-area-inset-bottom) + 54px + var(--np-bar-h))}}.np-screen{--np-accent: var(--primary-rgb, 125,182,2);position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:var(--bg);color:var(--text);display:flex;flex-direction:column;padding:calc(env(safe-area-inset-top) + .35rem) max(1.1rem,env(safe-area-inset-right)) calc(env(safe-area-inset-bottom) + .9rem) max(1.1rem,env(safe-area-inset-left));overflow:hidden;outline:none;transition:transform .34s cubic-bezier(.32,.72,0,1);will-change:transform}.np-screen.hidden{display:none}.np-screen.np-enter,.np-screen.np-closing{transform:translateY(100%)}body.np-screen-open{overflow:hidden}.np-screen-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:none}html.dark .np-screen-bg{display:block;background:linear-gradient(180deg,rgba(var(--np-accent),.75),rgba(var(--np-accent),.38) 40%,rgba(var(--np-accent),.1) 72%,rgba(var(--np-accent),0))}.np-screen-head,.np-screen-cover-wrap,.np-screen-meta,.np-screen-time,.np-screen-controls,.np-ly{position:relative}.np-screen-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex:0 0 auto;min-height:48px}.np-screen-down,.np-screen-qbtn{position:relative;flex:0 0 auto;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text);cursor:pointer;border-radius:50%;-webkit-tap-highlight-color:transparent;transition:transform .1s,background .15s}.np-screen-down:active,.np-screen-qbtn:active{transform:scale(.92)}.np-screen-down svg{width:26px;height:26px}.np-screen-qbtn svg{width:22px;height:22px}.np-screen-fav{margin-right:-.2rem}.np-screen-fav svg{width:24px;height:24px;transition:transform .15s}.np-screen-fav.active{color:var(--green-dark)}html.dark .np-screen-fav.active{color:var(--green)}.np-screen-fav:active svg{transform:scale(.85)}.np-qcount{position:absolute;top:5px;right:3px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--text);color:var(--bg);font-size:.62rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.np-screen-ctx{flex:1 1 auto;min-width:0;text-align:center;line-height:1.2}.np-screen-ctx-k{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.np-screen-ctx-v{display:block;font-size:.82rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-screen-cover-wrap{flex:0 0 auto;display:flex;justify-content:center;margin-top:.6rem;transition:transform .22s cubic-bezier(.32,.72,0,1),opacity .22s;touch-action:pan-y}.np-screen-cover{position:relative;width:min(66vw,30vh,320px);aspect-ratio:1;border-radius:14px;overflow:hidden;background:var(--green-bg);color:var(--green-dark);display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px #0000002e}html.dark .np-screen-cover{background:rgba(var(--np-accent),.35);color:var(--text);box-shadow:0 18px 44px #00000052}.np-screen-cover svg{width:36%;height:36%;opacity:.8}.np-screen-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.np-screen-cover.has-cover svg{display:none}.np-screen-meta{flex:0 0 auto;margin-top:1.15rem;min-width:0}.np-screen-title{font-size:1.35rem;font-weight:800;line-height:1.25;overflow:hidden;white-space:nowrap}.np-screen-title:not(.np-marquee){text-overflow:ellipsis}.np-screen-artist{font-size:.95rem;color:var(--muted);margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-screen-artist:empty{display:none}.np-screen-pos{font-size:.72rem;color:var(--muted)}.np-screen-prog{margin-top:.55rem;flex:0 0 auto}.np-screen-prog .np-progress-track{background:var(--border)}html.dark .np-screen-prog .np-progress-track{background:#ffffff38}.np-screen-prog .np-progress-fill,.np-screen-prog .np-progress-handle{background:var(--green)}html.dark .np-screen-prog .np-progress-fill,html.dark .np-screen-prog .np-progress-handle{background:var(--text)}.np-screen-time{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:var(--muted);margin-top:-.15rem;font-variant-numeric:tabular-nums}.np-time-btn{background:none;border:none;padding:2px 0 2px 8px;font:inherit;font-size:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.np-screen-controls{display:flex;align-items:center;justify-content:space-between;margin:.3rem 0 .9rem;padding:0 .2rem;flex:0 0 auto}.np-sbtn{position:relative;background:none;border:none;color:var(--text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border-radius:50%;transition:transform .1s,color .15s;-webkit-tap-highlight-color:transparent}.np-sbtn:active{transform:scale(.9)}.np-sbtn svg{width:32px;height:32px}.np-sbtn-sm{color:var(--muted)}.np-sbtn-sm svg{width:22px;height:22px}.np-sbtn-sm.active{color:var(--green-dark)}html.dark .np-sbtn-sm.active{color:var(--green)}.np-sbtn-sm.active:after{content:"";position:absolute;left:50%;bottom:5px;width:4px;height:4px;border-radius:50%;background:currentColor;transform:translate(-50%)}.np-sbtn-play{background:var(--green);color:#fff;width:66px;height:66px;box-shadow:0 8px 22px rgba(var(--primary-rgb, 125,182,2),.38)}.np-sbtn-play:hover{transform:scale(1.04);background:var(--green-dark)}.np-sbtn-play:active{transform:scale(.94)}.np-sbtn-play svg{width:32px;height:32px}.np-sbtn-play .np-spin{border-color:#ffffff59;border-top-color:#fff;top:6px;right:6px;bottom:6px;left:6px;border-width:3px}.np-ly{flex:1 1 auto;min-height:120px;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:var(--card);box-shadow:var(--card-shadow)}html.dark .np-ly{background:rgba(var(--np-accent),.32);box-shadow:none}.np-ly-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem .7rem .1rem 1rem;background:none;border:0;font:inherit;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text);opacity:.7;cursor:pointer;-webkit-tap-highlight-color:transparent}.np-ly-head svg{width:18px;height:18px;flex:0 0 auto}.np-ly-head .np-ly-collapse,.np-lyrics-full .np-ly-head .np-ly-expand{display:none}.np-lyrics-full .np-ly-head .np-ly-collapse{display:block}.np-ly-none .np-ly-head svg{display:none!important}.np-ly-none .np-ly-head{cursor:default}.np-ly-body{flex:1 1 auto;min-height:0;padding:.35rem 1rem .9rem;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.np-ly-plain{margin:0;font:inherit;font-size:1.08rem;font-weight:600;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--text)}.np-ly-empty{color:var(--text);opacity:.6;font-style:italic;font-size:.95rem;padding-top:.3rem}.np-ly.np-ly-none{flex:0 0 auto;min-height:0}.np-ly.np-synced .np-ly-body{overflow:hidden;position:relative;touch-action:none;padding-top:0;padding-bottom:0;-webkit-mask-image:linear-gradient(transparent,#000 10%,#000 88%,transparent);mask-image:linear-gradient(transparent,#000 10%,#000 88%,transparent)}.np-lrc-inner{position:relative;will-change:transform;padding:1rem 0 40%;transition:transform .5s cubic-bezier(.22,.61,.36,1)}.np-lrc-line{padding:.38rem .2rem;color:var(--text);opacity:.45;font-size:1.22rem;font-weight:800;line-height:1.35;text-align:center;cursor:pointer;overflow-wrap:anywhere;-webkit-tap-highlight-color:transparent;transition:opacity .3s,transform .3s,color .3s}.np-lrc-line.active{opacity:1;transform:scale(1.04);color:var(--green-dark)}html.dark .np-lrc-line.active{color:var(--green)}.np-lrc-line.np-lrc-past{opacity:.28}.np-lyrics-full .np-screen-cover-wrap,.np-lyrics-full .np-screen-ctx{display:none}.np-lyrics-full .np-screen-head{order:0}.np-lyrics-full .np-screen-meta{order:1;margin-top:0;text-align:center}.np-lyrics-full .np-screen-title{font-size:1.02rem}.np-lyrics-full .np-screen-artist{font-size:.82rem;margin-top:0}.np-lyrics-full .np-ly{order:2;margin-top:.5rem;background:none;box-shadow:none}html.dark .np-lyrics-full .np-ly{background:none}.np-lyrics-full .np-ly-head{padding-left:.4rem;padding-right:.2rem}.np-lyrics-full .np-ly-body{padding-left:.2rem;padding-right:.2rem}.np-lyrics-full .np-screen-prog{order:3;margin-top:.3rem}.np-lyrics-full .np-screen-time{order:4}.np-lyrics-full .np-screen-controls{order:5;margin-bottom:0}.np-lyrics-full .np-lrc-line{font-size:1.5rem;padding:.45rem .2rem}.np-lyrics-full .np-ly-plain{font-size:1.2rem;text-align:center}.np-lyrics-full .np-sbtn-play{width:58px;height:58px}.np-lyrics-full .np-sbtn-play svg{width:28px;height:28px}@media(prefers-reduced-motion:reduce){.np-lrc-line,.np-lrc-inner{transition:none}}@media(orientation:landscape)and (max-height:500px){body.np-screen-open .np-screen-cover-wrap,body.np-screen-open .np-screen-meta,body.np-screen-open .np-screen-prog,body.np-screen-open .np-screen-time,body.np-screen-open .np-screen-controls,body.np-screen-open .np-ly-head,body.np-screen-open .np-screen-ctx{display:none}body.np-screen-open .np-screen{padding-top:calc(env(safe-area-inset-top) + .1rem)}body.np-screen-open .np-screen-head{min-height:0}body.np-screen-open .np-lrc-line{font-size:1.7rem}body.np-screen-open .np-ly{background:none}}@media(min-width:720px){.np-screen{padding-left:max(2rem,env(safe-area-inset-left));padding-right:max(2rem,env(safe-area-inset-right))}.np-screen-head,.np-screen-meta,.np-screen-prog,.np-screen-time,.np-screen-controls,.np-ly{width:min(100%,560px);margin-left:auto;margin-right:auto}.np-screen-cover{width:min(40vh,360px)}}.np-queue{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.np-queue.hidden{display:none}.np-queue-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .28s}.np-queue.open .np-queue-backdrop{opacity:1}.np-queue-sheet{position:absolute;left:0;right:0;bottom:0;max-height:78%;display:flex;flex-direction:column;background:var(--card);color:var(--text);border-radius:18px 18px 0 0;box-shadow:0 -8px 30px #00000040;padding-bottom:env(safe-area-inset-bottom);transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1)}.np-queue.open .np-queue-sheet{transform:translateY(0)}.np-queue-head{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:.5rem;padding:1.1rem 1rem .6rem 1.1rem;cursor:grab}.np-queue-head:before{content:"";position:absolute;top:7px;left:50%;width:38px;height:4px;border-radius:2px;background:var(--border);transform:translate(-50%)}.np-queue-head strong{font-size:1rem;font-weight:800}.np-queue-n{flex:1 1 auto;font-size:.8rem;color:var(--muted)}.np-queue-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:50%;-webkit-tap-highlight-color:transparent}.np-queue-close svg{width:18px;height:18px}.np-queue-list{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0 .5rem .6rem}.np-q-item{display:flex;align-items:center;gap:.6rem;padding:.5rem;border-radius:10px;cursor:pointer;-webkit-tap-highlight-color:transparent;outline:none}.np-q-item:active{background:var(--bg)}.np-q-item:focus-visible{box-shadow:inset 0 0 0 2px var(--green)}.np-q-item.active{background:var(--green-bg)}.np-q-item.active .np-q-name{color:var(--green-dark)}html.dark .np-q-item.active .np-q-name{color:var(--green)}.np-q-num{flex:0 0 22px;display:flex;justify-content:center;font-size:.76rem;font-weight:700;color:var(--muted);font-variant-numeric:tabular-nums}.np-q-num .np-eq{color:var(--green-dark);width:12px;height:12px}html.dark .np-q-num .np-eq{color:var(--green)}.np-q-cover{position:relative;flex:0 0 auto;width:40px;height:40px;border-radius:7px;overflow:hidden;background:var(--green-bg);color:var(--green-dark);display:flex;align-items:center;justify-content:center}.np-q-cover svg{width:18px;height:18px}.np-q-cover img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.np-q-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.np-q-name{font-size:.92rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-q-sub{font-size:.74rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-q-x{flex:0 0 auto;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:50%;-webkit-tap-highlight-color:transparent}.np-q-x svg{width:16px;height:16px}.np-q-x:hover{color:var(--red, #d33)}
