:root{--bg: #161618;--surface: #232326;--surface-2: #2c2c31;--frame: #3a3a40;--grad: linear-gradient(135deg, #ff6a00, #ff2d78);--text: #f3f1f2;--muted: #8d8a92;--radius: 16px;--accent: #ff2d78;--accent-soft: rgba(255, 45, 120, .15);--on-accent: #fff}*{box-sizing:border-box;margin:0;padding:0;border:none;border-radius:0;outline:none;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{font-family:Montserrat,system-ui,sans-serif;font-weight:300;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overflow:hidden;touch-action:manipulation}button{font-family:inherit;background:none;color:inherit}.lucide{width:20px;height:20px;stroke-width:2}#app{height:100dvh;max-width:720px;margin:0 auto}.page{height:100dvh;display:flex;flex-direction:column;padding:0 0 calc(16px + env(safe-area-inset-bottom))}.page[hidden]{display:none}.a-head{padding:22px 18px 14px;text-align:center}.a-title{font-size:24px;font-weight:800;letter-spacing:-.5px}.a-title span{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.a-sub{margin:7px auto 0;max-width:280px;font-size:13px;font-weight:300;color:var(--muted)}.divider{height:0;border-top:1px dashed var(--frame);margin:0 18px 14px}.search{display:flex;align-items:center;gap:10px;background:var(--surface);padding:0 14px;margin:16px 18px 0}.search>.lucide{color:var(--muted)}.search input{flex:1;background:transparent;color:var(--text);font-family:inherit;font-size:14px;font-weight:300;padding:13px 0}.search input::placeholder{color:var(--muted)}.search input::-webkit-search-cancel-button{display:none}.clear-btn{display:grid;place-items:center;width:28px;height:28px;background:var(--surface-2);color:var(--muted)}.clear-btn .lucide{width:16px;height:16px}.genres{display:flex;gap:7px;padding:12px 18px 0}.gchip{flex:1 1 0;text-align:center;padding:12px 6px;background:var(--surface);color:var(--muted);font-size:14px;font-weight:600;white-space:nowrap}.gchip.active{background:var(--grad);color:#fff}.gchip.surprise{display:flex;align-items:center;gap:6px;background:var(--surface-2);color:var(--text)}.gchip.surprise .lucide{width:15px;height:15px}.fly{object-fit:cover;pointer-events:none}.stage{position:relative;flex:1;overflow:hidden}.rows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;gap:12px;overflow:hidden}.searching .genres,.searching .picked,.searching .next-bottom{display:none}.searching .rows{justify-content:flex-start;padding-top:16vh}.searching .row:not(.has-spot){display:none}.row{overflow:visible;position:relative}.spot-overlay{position:absolute;left:50%;top:50%;z-index:5}.row-inner{display:flex;gap:12px;width:max-content;will-change:transform}.row-inner{align-items:center}.row-inner.spot-row .block:not(.spot-block){opacity:.32}.block{flex:0 0 auto;width:96px;display:flex;flex-direction:column;gap:6px;background:none;text-align:center;cursor:pointer}.block-pic-wrap{position:relative;width:96px;height:96px;overflow:hidden;background:var(--surface-2);border:4px solid var(--frame)}.block-pic{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none;filter:grayscale(1) contrast(1.05);transition:filter .35s ease}.block.sel .block-pic{filter:none}.block.sel .block-pic-wrap{border-color:#ff3d78}.block-check{position:absolute;top:5px;right:5px;width:24px;height:24px;display:grid;place-items:center;background:var(--grad);color:#fff;opacity:0}.block.sel .block-check{opacity:1}.block-check .lucide{width:14px;height:14px}.block-name{font-size:11px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.block.sel .block-name{background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@property --snake{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.spot-block{width:138px;will-change:transform}.spot-block .block-pic-wrap{width:138px;height:138px;border:none;overflow:visible}.spot-block .block-pic-wrap:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:0;background:#ff2d782e}.spot-block .block-pic-wrap:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:1;background:conic-gradient(from var(--snake),#ff6a00 0deg,#ff2d78 45deg,transparent 110deg,transparent 360deg);animation:snake 1.8s linear infinite}.spot-block .block-pic{position:relative;z-index:2;filter:none}.spot-block .block-check{z-index:3}.spot-block .block-name{font-size:14px}@keyframes snake{to{--snake: 360deg}}.picked{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:12px 18px 0;min-height:58px;flex:0 0 auto;scrollbar-width:none}.picked::-webkit-scrollbar{display:none}.chip{position:relative;flex:0 0 auto}.chip-pic{width:46px;height:46px;object-fit:cover;border:2px solid #ff3d78;display:block}.chip-x{position:absolute;top:-6px;right:-6px;width:20px;height:20px;display:grid;place-items:center;background:#ff2d78;color:#fff}.chip-x .lucide{width:12px;height:12px}.pk-clear{flex:0 0 auto;display:flex;align-items:center;gap:5px;height:46px;padding:0 12px;background:var(--surface-2);color:var(--text);font-size:13px;font-weight:700}.pk-clear .lucide{width:15px;height:15px}#app-main{height:100dvh;max-width:720px;margin:0 auto;display:flex;flex-direction:column}#app-main[hidden]{display:none}.app-header{display:flex;align-items:center;justify-content:space-between;margin:12px 14px 6px;height:52px;padding:0 4px;background:var(--surface);flex:0 0 auto}.hdr-ava{width:38px;height:38px;display:grid;place-items:center;background:var(--surface-2);color:var(--text);flex:0 0 auto}.hdr-ava svg{width:20px;height:20px}.stars{display:flex;align-items:center;gap:7px;height:100%;padding:0 10px;background:transparent;color:var(--text)}.stars .lucide{width:19px;height:19px;stroke:url(#dockGrad);fill:url(#dockGrad)}.stars #stars-bal{font-size:15px;font-weight:700;letter-spacing:-.3px}.stars .stars-plus{width:15px;height:15px;stroke:var(--muted);fill:none;margin-left:1px}.hdr-actions{display:flex;align-items:center}.hdr-sep{width:1px;height:22px;background:var(--frame)}.hdr-btn{position:relative;width:46px;height:46px;display:grid;place-items:center;background:transparent;color:var(--text)}.hdr-btn .lucide{width:21px;height:21px}.hdr-dot{position:absolute;top:9px;right:9px;width:9px;height:9px;background:var(--grad)}.app-screens{flex:1;overflow-y:auto;padding:0 18px calc(162px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.ascreen[hidden]{display:none}.ascreen-title{font-size:26px;font-weight:800;letter-spacing:-.5px;padding:8px 0 16px}.empty-state{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;color:var(--muted);padding:80px 24px}.empty-state .lucide{width:44px;height:44px;color:var(--surface-2);stroke:#4a4a52}.empty-state p{font-size:14px;font-weight:300;max-width:240px}.feed-list{display:flex;flex-direction:column;gap:14px;padding-top:4px}.feed-more{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:15px;margin-top:2px;background:var(--surface);color:var(--text);font-size:14px;font-weight:700}.feed-more-ic{width:18px;height:18px;flex:0 0 auto}.feed-more-spin{display:none;width:18px;height:18px;border:2.5px solid var(--surface-2);border-top-color:#ff2d78;border-radius:50%;animation:feedspin .8s linear infinite;flex:0 0 auto}@keyframes feedspin{to{transform:rotate(360deg)}}.feed-more.loading .feed-more-ic{display:none}.feed-more.loading .feed-more-spin{display:block}.post{background:var(--surface);padding:17px}.post-head{display:flex;align-items:center;gap:12px}.post-ava{width:50px;height:50px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.post-who{flex:1;min-width:0}.post-name{display:flex;align-items:center;gap:5px;font-size:16.5px;font-weight:600}.post-verif{width:16px;height:16px;flex:0 0 auto;stroke:url(#dockGrad)}.post-nick{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:300;color:var(--muted)}.post-time{display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-size:11.5px;font-weight:300}.post-time svg{width:12px;height:12px}.post .divider{margin:12px 0}.post-tags{display:flex;flex-wrap:wrap;gap:11px;margin-bottom:10px}.post-tag{font-size:12.5px;font-weight:600;color:var(--tc)}.post-block{margin-bottom:13px}.post-title{font-size:18.5px;font-weight:700;letter-spacing:-.3px;color:var(--text)}.post-text{font-size:14px;font-weight:300;line-height:1.5;color:#b6b2bf;margin-top:6px}.post-comments{margin-top:12px;background:var(--surface-2);padding:11px 12px;display:flex;flex-direction:column;gap:9px}.post-comments:empty{display:none}.pc-head{font-size:12px;font-weight:600;color:var(--muted)}.post-comments .divider{margin:1px 0 4px}.pc-item{display:flex;align-items:center;gap:9px}.pc-ava{width:26px;height:26px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.pc-text{font-size:12.5px;font-weight:300;line-height:1.4;color:#c8c4d0}.pc-text b{font-weight:600;color:var(--text);margin-right:4px}.pc-open{align-self:center;display:inline-flex;align-items:center;gap:7px;margin-top:4px;font-size:12.5px;font-weight:600;color:var(--muted)}.pc-open svg{width:15px;height:15px}.cmt-more{align-self:center;display:inline-flex;align-items:center;gap:6px;margin:6px auto 10px;font-size:12.5px;font-weight:600;color:var(--muted)}.cmt-more svg{width:16px;height:16px}.post-track{display:flex;align-items:center;gap:13px;background:var(--surface-2);padding:12px 13px}.pt-cover{width:58px;height:58px;object-fit:cover;flex:0 0 auto}.pt-meta{flex:1;min-width:0}.pt-title{font-size:15.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pt-sub{font-size:13px;font-weight:500;color:var(--muted);margin-top:3px}.pt-eq{display:flex;align-items:center;gap:2px;height:22px;flex:0 0 auto}.pt-eq span{width:2.5px;height:20px;background:linear-gradient(180deg,#ff6a00,#ff2d78,#ff6a00);background-size:100% 200%;animation:shimmer 6s ease-in-out infinite;transform-origin:center center}@keyframes shimmer{0%{background-position:50% 0%}50%{background-position:50% 100%}to{background-position:50% 0%}}@keyframes flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pt-add,.pt-play{flex:0 0 auto;display:grid;place-items:center;background:transparent;color:var(--muted)}.pt-add svg{width:24px;height:24px}.pt-play{width:34px;height:34px}.pt-play svg{width:26px;height:26px;fill:url(#dockGrad);stroke:url(#dockGrad)}.pt-add .ic-check{display:none;stroke:url(#dockGrad)}.pt-add.on .ic-plus{display:none}.pt-add.on .ic-check{display:block}.post-actions{display:flex;align-items:center;gap:22px;margin-top:16px}.act{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:14.5px;font-weight:500}.act .ic{display:grid;place-items:center}.act .ic svg{width:17px;height:17px}.act-plays .ic svg{width:16px;height:16px}.act-like.on{color:#ff2d78}.act-plays{margin-left:auto}.grad-heart{display:block;width:18px;height:18px;background:linear-gradient(120deg,#ff6a00,#ff2d78,#ff6a00);background-size:200% 200%;animation:flow 6s ease-in-out infinite}.fly-note{pointer-events:none}.fly-note svg{width:19px;height:19px;stroke:url(#dockGrad)}.post-playlist{display:flex;flex-direction:column;background:var(--surface-2);overflow:hidden}.pp-banner{width:100%;height:132px;background:var(--surface) center / cover no-repeat;display:grid;place-items:center}.pp-banner svg{width:40px;height:40px;color:var(--muted)}.pp-foot{display:flex;align-items:center;gap:12px;padding:12px}.pp-info{flex:1;min-width:0}.pp-name{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-sub{font-size:11.5px;color:var(--muted);margin-top:2px}.pp-plays{font-size:11px;color:var(--muted);margin-top:1px}.pp-play{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;background:var(--grad)}.pp-play svg{width:22px;height:22px;fill:#fff;stroke:#fff}.cmt-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:90}.cmt-back[hidden],.cmt-sheet[hidden]{display:none}.cmt-sheet{position:fixed;left:0;right:0;bottom:0;max-width:720px;margin:0 auto;height:90dvh;background:var(--bg);z-index:91;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.cmt-grab{width:48px;height:5px;background:var(--frame);margin:12px auto 8px}.cmt-head{text-align:center;font-size:16px;font-weight:600;color:var(--muted);padding-bottom:14px}.cmt-list{flex:1;overflow-y:auto;padding:0 14px 6px;display:flex;flex-direction:column;gap:11px}.cmt-row{display:flex;align-items:flex-start;gap:12px;background:var(--surface);padding:14px 13px}.cmt-ava{width:44px;height:44px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.cmt-body{flex:1;min-width:0}.cmt-who{font-size:15px;font-weight:600}.cmt-time{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:300;color:var(--muted);margin-left:7px}.cmt-time svg{width:12px;height:12px}.cmt-text{font-size:14px;font-weight:300;color:#c8c4d0;margin-top:4px;line-height:1.45}.cmt-like{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--muted);font-size:11px;font-weight:500}.cmt-like svg{width:18px;height:18px}.cmt-like.on{color:#ff2d78}.cmt-like.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.cmt-reply{display:inline-flex;align-items:center;gap:5px;margin-top:9px;font-size:13px;font-weight:600;color:var(--muted)}.cmt-reply svg{width:15px;height:15px}.cmt-replies{margin:9px 0 0 17px;padding-left:15px;border-left:1px solid var(--frame);display:flex;flex-direction:column;gap:9px}.cmt-item.reply .cmt-ava{width:30px;height:30px}.cmt-item.reply .cmt-who{font-size:12.5px}.cmt-reply-bar{display:flex;align-items:center;gap:10px;margin:0 14px;padding:8px 10px;background:var(--surface)}.cmt-reply-bar[hidden]{display:none}.crb-ava{width:34px;height:34px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.crb-meta{flex:1;min-width:0}.crb-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crb-nick{font-size:11px;color:var(--muted)}.cmt-input{display:flex;align-items:center;gap:7px;padding:10px 12px}.cmt-input input{flex:1;min-width:0;background:var(--surface);color:var(--text);font-family:inherit;font-size:15px;font-weight:300;height:46px;padding:0 15px}.cmt-input input::placeholder{color:var(--muted)}.cmt-ic{flex:0 0 auto;display:grid;place-items:center;width:46px;height:46px;background:var(--surface);color:var(--muted)}.cmt-ic svg{width:21px;height:21px}.cmt-gif{flex:0 0 auto;width:46px;height:46px;padding:0;font-size:11px;font-weight:800;letter-spacing:.5px}.cmt-send{width:46px;height:46px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.cmt-send svg{width:19px;height:19px;stroke:#fff}.hdr-badge{position:absolute;top:6px;right:6px;min-width:17px;height:17px;padding:0 4px;background:var(--grad);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center}.bar{position:fixed;left:0;right:0;bottom:0;max-width:720px;margin:0 auto;height:calc(56px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:center;background:var(--surface);z-index:30}.bar-item{position:relative;flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);transition:color .25s ease}.bar-item span{display:none}.bar-item .lucide{width:22px;height:22px}.bar-item.active{color:#ff2d78}.bar-item.active .lucide{stroke-width:2.3}.next-bottom{display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 36px);margin:14px 18px 0;padding:15px;background:var(--grad);color:#fff;font-weight:600;font-size:15px}.next-bottom .lucide{stroke:#fff}.next-bottom{transition:opacity .25s ease}.next-bottom.dim{opacity:.5}#screen-music{padding-bottom:8px}.music-search{margin:0 0 16px}.clear-btn[hidden]{display:none}.m-tabs{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.m-tabs::-webkit-scrollbar{display:none}.m-tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;font-size:13px;font-weight:600;color:var(--muted);background:var(--surface);white-space:nowrap}.m-tab svg{width:15px;height:15px}.m-tab.active{color:#fff;background:var(--grad)}.msec{margin-bottom:22px}.msec-title{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700;margin-bottom:12px}.msec-title svg{width:16px;height:16px;stroke:url(#dockGrad)}.trk-list,.trk-list-inner{display:flex;flex-direction:column;gap:7px}.trk{display:flex;align-items:center;gap:14px;padding:12px 8px}.trk-cover{width:66px;height:66px;object-fit:cover;flex:0 0 auto}.trk-meta{flex:1;min-width:0}.trk-title{font-size:16.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trk.playing .trk-title{color:#ff2d78}.trk-artist{font-size:13.5px;font-weight:300;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.trk-eq{display:none;align-items:center;gap:3px;height:20px;flex:0 0 auto}.trk.playing .trk-eq{display:flex}.trk.playing .trk-dur{display:none}.trk-eq span{width:4px;height:18px;background:linear-gradient(180deg,#ff6a00,#ff2d78,#ff6a00);background-size:100% 200%;animation:shimmer 6s ease-in-out infinite;transform-origin:center center;transform:scaleY(.4)}.trk-dur{font-size:11.5px;color:var(--muted);flex:0 0 auto}.trk-fav{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;color:var(--muted)}.trk-fav svg{width:17px;height:17px}.trk-fav.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.m-loading,.m-empty{font-size:13px;color:var(--muted);padding:10px 4px}.player{position:fixed;left:0;right:0;max-width:720px;margin:0 auto;bottom:calc(56px + env(safe-area-inset-bottom));height:70px;background:var(--surface);display:flex;align-items:center;gap:13px;padding:0 14px;z-index:60}.player[hidden],.kbd-open .player,.kbd-open .bar{display:none}.pl-prog{position:absolute;top:0;left:0;right:0;height:4px;background:var(--frame)}.pl-prog span{display:block;height:100%;width:0;background:var(--grad)}.pl-cover{width:52px;height:52px;object-fit:cover;flex:0 0 auto}.pl-meta{flex:1;min-width:0}.pl-title{font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pl-artist{font-size:12.5px;font-weight:300;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.pl-btn{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;color:var(--text)}.pl-btn svg{width:22px;height:22px}#pl-play svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.pl-spin{width:20px;height:20px;border-radius:50%;background:conic-gradient(from var(--snake),transparent 0deg,transparent 110deg,#ff6a00 230deg,#ff2d78 330deg,transparent 360deg);-webkit-mask:radial-gradient(closest-side,transparent 76%,#000 77%);mask:radial-gradient(closest-side,transparent 76%,#000 77%);animation:snake .85s linear infinite}.player-full{position:fixed;top:0;right:0;bottom:0;left:0;max-width:720px;margin:0 auto;background:var(--bg);z-index:95;display:flex;flex-direction:column;align-items:center;padding:14px 22px calc(22px + env(safe-area-inset-bottom));overflow-y:auto}.player-full[hidden]{display:none}.pf-top{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pf-close{width:40px;height:40px;display:grid;place-items:center}.pf-close svg{width:30px;height:30px;stroke:url(#dockGrad)}.pf-head{font-size:16px;font-weight:600;color:var(--text)}.pf-vol-ic{width:40px;height:40px;display:grid;place-items:center}.pf-vol-ic svg{width:24px;height:24px;stroke:url(#dockGrad)}.pf-top-actions{position:relative;display:flex;align-items:center;gap:2px}.pf-vol-pop{position:absolute;top:46px;right:0;z-index:80;width:180px;padding:14px;background:var(--surface-2);display:flex;align-items:center}.pf-vol-pop .pf-vol-vert{position:relative;flex:0 0 auto;width:6px;height:112px;background:var(--frame);cursor:pointer;touch-action:none;transition:none}.pf-vol-pop .pf-vol-vert span{position:absolute;left:0;bottom:0;top:auto;width:100%;height:0;background:var(--grad)}.pf-vol-pop[hidden]{display:none}.pf-cover-wrap{position:relative;width:min(72vw,310px);height:min(72vw,310px);flex:0 0 auto;overflow:visible}.pf-cover-wrap:before{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;z-index:0;background:conic-gradient(from var(--snake),#ff6a00 0deg,#ff2d78 55deg,transparent 130deg,transparent 360deg);opacity:0;transition:opacity .35s ease}.player-full.playing .pf-cover-wrap:before{opacity:1;animation:snake 1.7s linear infinite}.pf-cover{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block}.pf-cover-clone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.pf-info{text-align:center;width:100%;margin:22px 0 18px}.pf-title{font-size:19px;font-weight:700;letter-spacing:-.3px}.pf-artist{font-size:14px;font-weight:300;color:var(--muted);margin-top:4px}.pf-seek-row{width:100%;display:flex;align-items:center;gap:11px}.pf-time{font-size:12.5px;font-weight:600;color:var(--muted);flex:0 0 auto;min-width:38px;font-variant-numeric:tabular-nums}.pf-time:last-child{text-align:right}.player-full.playing #pf-cur{color:#ff2d78}.pf-seek{position:relative;flex:1;height:4px;background:var(--frame);cursor:pointer;touch-action:none;transition:height .15s ease}.pf-seek.active{height:9px}.pf-seek span{display:block;height:100%;width:0;background:var(--grad)}.pf-vol-bar{position:relative;flex:1;height:4px;background:var(--frame);cursor:pointer;touch-action:none;transition:height .15s ease}.pf-vol-bar.active{height:8px}.pf-vol-bar span{display:block;height:100%;width:100%;background:var(--grad)}.pf-fav-top{width:40px;height:40px;display:grid;place-items:center;color:var(--muted)}.pf-fav-top svg{width:24px;height:24px}.pf-fav-top.on{color:#ff2d78}.pf-fav-top.on svg{fill:#ff2d78;stroke:#ff2d78}.pf-vol-row{display:flex;align-items:center;gap:10px;width:100%;margin:12px 0 2px}.pf-vol-row .pf-vol-ic{width:30px;height:30px;flex:0 0 auto}.pf-vol-row .pf-vol-ic svg{width:20px;height:20px}.pf-vol-range{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-2);cursor:pointer;outline:none}.pf-vol-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;background:#fff}.pf-vol-range::-moz-range-thumb{width:15px;height:15px;background:#fff;border:none;border-radius:0}.pf-controls{width:100%;display:flex;align-items:center;justify-content:center;gap:24px;margin:22px 0 6px}.pf-acts{display:flex;justify-content:space-around;width:100%}.pf-act{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-weight:500}.pf-act svg{width:22px;height:22px}.pf-act.on{color:#ff2d78}.pf-act.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.pf-ctl{color:var(--text);display:grid;place-items:center}.pf-ctl svg{width:26px;height:26px}.pf-side{color:var(--muted)}.pf-side svg{width:22px;height:22px}.pf-side.on{color:#ff2d78}.pf-side.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.pf-ctl.on svg{stroke:url(#dockGrad)}.pf-main{width:60px;height:60px;background:transparent}.pf-main svg{width:42px;height:42px;fill:url(#dockGrad);stroke:url(#dockGrad)}.pf-main .pl-spin{width:30px;height:30px;background:conic-gradient(from var(--snake),transparent 0deg,transparent 90deg,#fff 320deg,transparent 360deg)}.pf-queue-head{width:100%;display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--muted);margin:26px 0 12px}.pf-queue-head svg{width:17px;height:17px}.pf-queue{width:100%;display:flex;flex-direction:column;gap:9px}.q-item{position:relative;overflow:hidden}.q-front{display:flex;align-items:center;gap:11px;background:var(--bg);position:relative;z-index:1;will-change:transform}.q-hide{position:absolute;top:0;right:0;width:60px;height:100%;display:grid;place-items:center;background:#3a2030;color:#ff2d78;opacity:0;pointer-events:none}.q-item.swiping .q-hide,.q-item.revealed .q-hide{opacity:1;pointer-events:auto}.q-hide svg{width:22px;height:22px}.q-cover{width:42px;height:42px;object-fit:cover;flex:0 0 auto}.q-meta{flex:1;min-width:0}.q-title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.q-artist{font-size:11.5px;font-weight:300;color:var(--muted)}.q-dur{font-size:11.5px;color:var(--muted);flex:0 0 auto}.q-item.on .q-title{color:#ff2d78}.pf-div{width:100%;margin:20px 0}.pf-social{width:100%;display:flex;justify-content:center;gap:46px}.pf-soc{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;background:transparent;color:var(--muted)}.pf-soc svg{width:24px;height:24px}.pf-soc.on{color:#ff2d78}.pf-soc.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.m-empty-box{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:52vh;padding:30px 20px;gap:9px}.m-empty-ic{display:grid;place-items:center;margin-bottom:8px}.m-empty-ic svg{width:54px;height:54px;stroke:#ff2d78;fill:none}.m-empty-title{font-size:20px;font-weight:700}.m-empty-sub{font-size:13.5px;font-weight:300;color:var(--muted);max-width:270px;line-height:1.45}.m-empty-btn{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:13px 26px;font-size:14px;font-weight:700;color:#fff;background:var(--grad)}.m-empty-btn svg{width:18px;height:18px;stroke:#fff}.m-toast{position:fixed;left:50%;transform:translate(-50%);bottom:calc(130px + env(safe-area-inset-bottom));z-index:120;max-width:92vw;display:inline-flex;align-items:center;gap:9px;white-space:nowrap;padding:10px 16px;background:var(--surface);color:var(--text);font-size:13px;font-weight:500;opacity:0;pointer-events:none}.m-toast-ic{display:grid;place-items:center;flex:0 0 auto;color:#ff5470}.m-toast-ic svg{width:16px;height:16px}.m-toast.show{opacity:1}.wall-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110}.wall-modal[hidden]{display:none}.wall-back{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.wall-sheet{position:absolute;left:0;right:0;bottom:0;max-width:720px;max-height:84vh;margin:0 auto;background:var(--bg);padding:0 18px calc(16px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:10px;overflow:hidden}.wall-title{text-align:center;font-size:15px;font-weight:700;margin:2px 0 6px}.wall-track{display:flex;align-items:center;gap:11px;background:var(--surface);padding:9px 11px}.wall-cover{width:44px;height:44px;object-fit:cover;flex:0 0 auto}.wall-tmeta{min-width:0}.wall-tt{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-ta{font-size:11.5px;font-weight:300;color:var(--muted)}.wall-input,.wall-area{width:100%;background:var(--surface);color:var(--text);font-family:inherit;font-size:13.5px;font-weight:300;padding:12px 13px}.wall-input::placeholder,.wall-area::placeholder{color:var(--muted)}.wall-area{resize:none;min-height:72px;line-height:1.5}.wall-pub{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;padding:14px;font-size:14px;font-weight:700;color:#fff;background:var(--grad)}.wall-pub svg{width:18px;height:18px;stroke:#fff}.inv-search{margin:0}.inv-results{display:flex;flex-direction:column;gap:2px;max-height:34vh;overflow-y:auto;scrollbar-width:none}.inv-results::-webkit-scrollbar{display:none}.inv-row{display:flex;align-items:center;gap:10px;padding:5px 2px}.inv-ava{width:36px;height:36px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.inv-meta{flex:1;min-width:0}.inv-name{font-size:13px;font-weight:600}.inv-nick{font-size:11px;font-weight:300;color:var(--muted)}.inv-add{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;background:var(--grad);color:#fff}.inv-add svg{width:17px;height:17px;stroke:#fff}.inv-add.on{background:var(--surface-2)}.inv-add.on svg{stroke:url(#dockGrad)}.pl-create{width:100%;display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface);font-size:14px;font-weight:600;color:var(--text)}.pl-create-ic{display:grid;place-items:center;flex:0 0 auto}.pl-create-ic svg{width:22px;height:22px;stroke:#ff2d78}.pl-sec{margin-top:20px}.pl-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.pl-card{min-width:0}.plist-cover{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--surface-2) center / cover no-repeat}.pl-badge{position:absolute;top:8px;right:8px;width:26px;height:26px;display:grid;place-items:center;background:#00000080}.pl-badge svg{width:14px;height:14px;color:#fff}.pl-name{font-size:13.5px;font-weight:600;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pl-sub{font-size:11.5px;color:var(--muted);margin-top:2px}.pl-plays{font-size:11px;color:var(--muted);margin-top:1px}.trk-pl{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;color:var(--muted)}.trk-pl svg{width:18px;height:18px}.plc-banner{position:relative;width:100%;height:116px;margin-bottom:30px}.plc-banner-prev{width:100%;height:100%;background:var(--surface) center / cover no-repeat;display:grid;place-items:center;gap:6px;color:var(--muted);font-size:12px;font-weight:600}.plc-banner-prev svg{width:26px;height:26px}.plc-banner-prev.has svg,.plc-banner-prev.has span{display:none}.plc-avatar-prev{position:absolute;left:14px;bottom:-18px;width:62px;height:62px;background:var(--surface-2) center / cover no-repeat;display:grid;place-items:center;color:var(--muted)}.plc-avatar-prev svg{width:22px;height:22px}.plc-avatar-prev.has svg{display:none}.plc-desc{resize:none;min-height:62px;line-height:1.4;font-family:inherit}.pl-avatar{position:absolute;left:8px;bottom:8px;width:30px;height:30px;background:var(--surface-2) center / cover no-repeat}.pl-desc{font-size:11.5px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.q-grip{width:22px;height:22px;color:var(--muted);opacity:.55;flex:0 0 auto;touch-action:none;cursor:grab}.q-item{will-change:transform;touch-action:pan-y}.q-item.dragging{z-index:5;cursor:grabbing}.q-item.dragging .q-front{background:var(--surface-2)}.plc-vis{display:flex;gap:8px}.plc-vis-opt{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;background:var(--surface);font-size:13px;font-weight:600;color:var(--muted)}.plc-vis-opt svg{width:16px;height:16px}.plc-vis-opt.on{color:#fff;background:var(--grad)}.plch-list{display:flex;flex-direction:column;gap:3px;max-height:40vh;overflow-y:auto;scrollbar-width:none}.plch-list::-webkit-scrollbar{display:none}.plch-row{display:flex;align-items:center;gap:11px;padding:7px 4px}.plch-cover{width:40px;height:40px;background:var(--surface-2) center / cover no-repeat;flex:0 0 auto}.plch-meta{flex:1;min-width:0;text-align:left}.plch-name{display:block;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plch-sub{display:block;font-size:11px;color:var(--muted)}.plch-row>svg{width:20px;height:20px;color:var(--muted);flex:0 0 auto}.ai-sheet{height:78vh;max-height:78vh;gap:12px}.ai-head{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700}.ai-ic{width:34px;height:34px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.ai-ic svg{width:20px;height:20px;stroke:#fff}.ai-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:9px;padding:2px 0;scrollbar-width:none}.ai-body::-webkit-scrollbar{display:none}.ai-msg{max-width:82%;padding:10px 13px;font-size:13px;line-height:1.45}.ai-bot{background:var(--surface);align-self:flex-start}.ai-me{background:var(--grad);color:#fff;align-self:flex-end}.ai-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.ai-chips::-webkit-scrollbar{display:none}.ai-chip{flex:0 0 auto;padding:9px 13px;background:var(--surface);font-size:12.5px;font-weight:500;color:var(--muted);white-space:nowrap}.ai-input{padding:4px 0 0}.ai-typing{display:inline-flex;gap:4px;align-items:center}.ai-typing span{width:6px;height:6px;border-radius:50%;background:var(--muted);animation:pulse-dot .9s ease-in-out infinite}.ai-typing span:nth-child(2){animation-delay:.15s}.ai-typing span:nth-child(3){animation-delay:.3s}@keyframes pulse-dot{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.prof-card{background:var(--surface)}.prof-banner{position:relative;height:96px;overflow:hidden;background:linear-gradient(125deg,#2e2330,#1b1722 70%)}.prof-banner-img{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;width:130%;height:130%;object-fit:cover;filter:blur(20px) brightness(.62)}.prof-head{display:flex;flex-direction:column;align-items:center;text-align:center;padding:18px 16px 16px}.prof-menu{display:flex;flex-direction:column;gap:3px;margin-top:18px}.prof-row{display:flex;align-items:center;gap:12px;padding:13px 14px;background:var(--surface);text-align:left}.prow-ic{display:grid;place-items:center;flex:0 0 auto}.prow-ic svg{width:20px;height:20px;stroke:url(#dockGrad)}.prow-txt{flex:1;min-width:0;font-size:14px;font-weight:600}.prow-chev{width:18px;height:18px;color:var(--muted);flex:0 0 auto}.prof-ava{width:86px;height:86px;padding:3px;background:var(--frame);flex:0 0 auto}.prof-ava.online{background:conic-gradient(from var(--snake),#ff6a00,#ff2d78,#9b5cff,#ff2d78,#ff6a00);animation:snake 3s linear infinite}.prof-ava-in{position:relative;width:100%;height:100%;border:3px solid var(--bg);background:var(--surface-2);overflow:hidden}.prof-ava-ph{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--surface-2);color:var(--muted)}.prof-ava-ph svg{width:40px;height:40px}.prof-ava-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.plist-ph{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.plist-ph svg{width:42px;height:42px;stroke:var(--muted)}.prof-empty{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:var(--surface);padding:26px 20px}.prof-empty-ic{display:grid;place-items:center}.prof-empty-ic svg{width:44px;height:44px;stroke:url(#dockGrad)}.prof-empty-txt{font-size:13px;color:var(--muted);max-width:250px;line-height:1.4}.prof-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:4px;padding:11px 20px;font-size:13px;font-weight:600;color:#fff;background:var(--grad)}.prof-empty-btn svg{width:16px;height:16px;stroke:#fff}.prof-name{display:flex;align-items:center;gap:7px;font-size:20px;font-weight:700;margin-top:12px}.prof-badge{width:18px;height:18px;stroke:url(#dockGrad)}.prof-nick{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--muted);margin-top:3px}.prof-online{display:inline-flex;align-items:center;gap:5px;color:#22c55e}.prof-online-dot{width:6px;height:6px;background:#22c55e}.prof-listen{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin-top:13px;padding:6px 12px 6px 7px;background:var(--surface-2);font-size:12px;font-weight:500;text-align:left}.prof-listen.off{color:var(--muted);font-weight:400}.prof-listen-ic{display:grid;place-items:center;flex:0 0 auto}.prof-listen-ic svg{width:17px;height:17px;fill:none;stroke:var(--muted)}.prof-listen-eq{display:inline-flex;align-items:center;gap:3px;height:16px;flex:0 0 auto}.prof-listen-eq span{width:3px;height:14px;background:linear-gradient(180deg,#ff6a00,#ff2d78,#ff6a00);background-size:100% 200%;transform-origin:center center;animation:statuseq .75s ease-in-out infinite,shimmer 6s ease-in-out infinite}.prof-listen-eq span:nth-child(2){animation-delay:.2s,0s}.prof-listen-eq span:nth-child(3){animation-delay:.38s,0s}.prof-listen-txt{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prof-listen-txt b{font-weight:700}.prof-listen-cnt{flex:0 0 auto;font-size:11px;font-weight:700;color:#ff5470}.prof-listen>svg:last-child{width:16px;height:16px;color:var(--muted);flex:0 0 auto}.prof-stats{display:flex;margin-top:14px;background:var(--surface)}.prof-stat{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;padding:13px 0}.prof-stat:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:26px;background:var(--frame)}.prof-stat-num{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700}.prof-stat-num svg{width:15px;height:15px;stroke:url(#dockGrad)}.prof-stat-lbl{font-size:10.5px;color:var(--muted);margin-top:3px}.prof-tabs{display:flex;gap:8px;margin:18px 0 14px}.prof-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 6px;background:var(--surface);font-size:12.5px;font-weight:600;color:var(--muted)}.prof-tab svg{width:16px;height:16px}.prof-tab.on{color:#fff;background:var(--grad)}.ach-list{display:flex;flex-direction:column;gap:3px}.ach-row{display:flex;align-items:center;gap:12px;background:var(--surface);padding:11px 12px}.ach-img{width:44px;height:44px;object-fit:cover;flex:0 0 auto;background:var(--surface-2)}.ach-ic{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto}.ach-ic svg{width:26px;height:26px;stroke:url(#dockGrad)}.ach-meta{flex:1;min-width:0}.ach-label{font-size:11.5px;color:var(--muted)}.ach-val{font-size:14px;font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prof-wall{display:flex;flex-direction:column;gap:3px}.wall-card{display:flex;align-items:center;gap:11px;padding:7px 4px}.wall-card-cover{width:44px;height:44px;object-fit:cover;flex:0 0 auto;background:var(--surface-2)}.wall-card-meta{flex:1;min-width:0}.wall-card-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wall-card-sub{font-size:11.5px;color:var(--muted)}.wall-card-likes{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);flex:0 0 auto}.wall-card-likes svg{width:14px;height:14px}.trk-skel-wrap{display:flex;flex-direction:column;gap:3px}.trk-skel{display:flex;align-items:center;gap:11px;padding:7px 8px}.sk-cover{width:46px;height:46px;flex:0 0 auto}.sk-lines{flex:1;display:flex;flex-direction:column;gap:8px}.sk-lines span{display:block;height:10px}.sk-lines span:first-child{width:55%}.sk-lines span:last-child{width:32%}.sk-cover,.sk-lines span{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:sk 1.2s ease-in-out infinite}@keyframes sk{0%{background-position:200% 0}to{background-position:-200% 0}}.store-sheet{max-height:88vh}.store-head{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;margin-top:2px}.store-crown{width:34px;height:34px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.store-crown svg{width:19px;height:19px;fill:#fff;stroke:#fff}.store-sub{font-size:13px;color:var(--muted);margin:-2px 0 4px}.store-benefits{display:flex;flex-direction:column;gap:11px;padding:6px 0}.store-ben{display:flex;align-items:center;gap:12px}.store-ben-ic{width:38px;height:38px;display:grid;place-items:center;background:var(--surface);flex:0 0 auto}.store-ben-ic svg{width:20px;height:20px;stroke:#ff2d78}.store-ben-tx{display:flex;flex-direction:column}.store-ben-tx b{font-size:14px;font-weight:700}.store-ben-tx span{font-size:12px;color:var(--muted)}.store-plans{display:flex;gap:10px;margin-top:4px}.store-plan{flex:1;text-align:left;padding:13px 14px;background:var(--surface);border:2px solid transparent}.store-plan.on{border-color:#ff2d78;background:var(--accent-soft)}.store-plan-l{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700}.store-plan-badge{font-size:10px;font-weight:800;color:#fff;background:var(--grad);padding:2px 6px}.store-plan-per{font-size:12px;color:var(--muted);margin-top:3px}.store-buy{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:4px;padding:15px;font-size:15px;font-weight:800;color:#fff;background:var(--grad)}.store-buy svg{width:18px;height:18px;fill:#fff;stroke:#fff}.store-ok{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;padding:14px 0 6px}.store-ok-ic{width:64px;height:64px;display:grid;place-items:center;background:var(--grad);margin-bottom:6px}.store-ok-ic svg{width:30px;height:30px;fill:#fff;stroke:#fff}.store-ok-t{font-size:19px;font-weight:800}.store-ok-d{font-size:13px;color:var(--muted)}.prow-premium .prow-ic svg{fill:none;stroke:url(#dockGrad)}.scr-title{font-size:22px;font-weight:800;letter-spacing:-.4px;margin:4px 0 14px}.scr-sub{font-size:13px;font-weight:700;color:var(--muted);margin:18px 0 10px}.msg-list-inner{display:flex;flex-direction:column;gap:3px}.msg-row{display:flex;align-items:center;gap:12px;padding:9px 6px;text-align:left}.msg-ava{width:50px;height:50px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.msg-meta{flex:1;min-width:0}.msg-name{font-size:14px;font-weight:700}.msg-last{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.msg-side{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex:0 0 auto}.msg-time{font-size:11px;color:var(--muted)}.msg-badge{min-width:18px;height:18px;padding:0 5px;display:grid;place-items:center;background:var(--grad);color:#fff;font-size:10px;font-weight:800}.room-create{width:100%;display:flex;align-items:center;gap:12px;padding:12px;background:var(--surface);font-size:14px;font-weight:600}.room-create-ic{width:36px;height:36px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.room-create-ic svg{width:20px;height:20px;stroke:#fff}.rooms{display:flex;flex-direction:column;gap:3px}.room{display:flex;align-items:center;gap:12px;padding:9px 8px;background:var(--surface)}.room-cover{width:52px;height:52px;object-fit:cover;flex:0 0 auto}.room-meta{flex:1;min-width:0}.room-name{font-size:14px;font-weight:700}.room-track{font-size:12.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.room-cnt{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#ff5470;font-weight:600;margin-top:3px}.room-cnt svg{width:13px;height:13px}.room-join{width:42px;height:42px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.room-join svg{width:22px;height:22px;fill:#fff;stroke:#fff}.chat-sheet{height:82vh;max-height:82vh;gap:0;padding:0 14px calc(14px + env(safe-area-inset-bottom))}.chat-head{display:flex;align-items:center;gap:10px;padding:8px 0 12px}.chat-ava{width:40px;height:40px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.chat-name{flex:1;font-size:16px;font-weight:700}.chat-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:7px;padding:4px 0;scrollbar-width:none}.chat-body::-webkit-scrollbar{display:none}.chat-msg{max-width:78%;align-self:flex-start;padding:9px 12px;font-size:13px;line-height:1.4;background:var(--surface)}.chat-msg.me{align-self:flex-end;background:var(--grad);color:#fff}.chat-track{display:flex;align-items:center;gap:9px}.chat-track img{width:40px;height:40px;object-fit:cover;flex:0 0 auto}.chat-track-m{min-width:0}.chat-track-t{font-size:13px;font-weight:700}.chat-track-a{font-size:11px;opacity:.8}.chat-track svg{width:18px;height:18px;flex:0 0 auto}.chat-msg.me .chat-track svg{fill:#fff;stroke:#fff}.bar-item-music .lucide{width:28px;height:28px}.bar-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:var(--frame)}.feed-empty,.soc-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;color:var(--muted);padding:86px 28px}.feed-empty svg,.soc-empty svg{width:46px;height:46px;stroke:#4a4a52;margin-bottom:8px}.fe-title,.se-title{font-size:18px;font-weight:700;color:var(--text)}.fe-sub,.se-sub{font-size:13.5px;font-weight:300;max-width:250px;line-height:1.5}.cmt-empty{padding:40px 24px;text-align:center;color:var(--muted);font-size:14px;font-weight:300}.prof-head{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 0 18px}.prof-ava{width:84px;height:84px;display:grid;place-items:center;background:var(--grad);background-size:cover;background-position:center;margin-bottom:6px;overflow:hidden}.prof-ava-letter{font-size:34px;font-weight:800;color:#fff;text-transform:uppercase}.prof-ava.has-img .prof-ava-letter{display:none}.prof-name{font-size:21px;font-weight:800;letter-spacing:-.4px}.prof-nick{font-size:13.5px;color:var(--muted);font-weight:500}.prof-stats{display:flex;gap:20px;margin-top:12px;font-size:13px;color:var(--muted)}.prof-stats b{color:var(--text);font-weight:800;font-size:15px;margin-right:3px}.prof-tab{font-size:15px;font-weight:700;padding:6px 2px 12px;border-bottom:1px solid var(--frame);margin-bottom:14px}.prof-posts{display:flex;flex-direction:column;gap:14px}.m-empty{text-align:center;color:var(--muted);font-size:14px;font-weight:300;padding:40px 0}.friends-list{display:flex;flex-direction:column;gap:10px}.friend{display:flex;flex-direction:column;gap:12px;background:var(--surface);padding:16px 14px}.friend-top{display:flex;align-items:center;gap:11px}.friend-now{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 12px;background:var(--surface-2);font-size:13.5px;font-weight:600;color:var(--muted);text-align:center;line-height:1.3}.friend-now svg{width:17px;height:17px;flex:0 0 auto}.friend-now.playing{justify-content:flex-start;gap:8px;color:#ff2d78;cursor:pointer}.fn-song{flex:1;min-width:0;overflow:hidden;text-align:left}.fn-song-in{display:inline-block;white-space:nowrap;will-change:transform}.fn-time{flex:0 0 auto;font-size:12px;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums}.fn-play{flex:0 0 auto;width:16px!important;height:16px!important;fill:#ff2d78;stroke:#ff2d78}#screen-messages{position:fixed;top:70px;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom));max-width:720px;margin:0 auto;display:flex;flex-direction:column;background:var(--bg);z-index:25;padding:4px 14px 0}#screen-messages[hidden]{display:none}.conv-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.conv-row{display:flex;align-items:center;gap:12px;padding:11px 2px;cursor:pointer}.conv-ava{position:relative;width:52px;height:52px;flex:0 0 auto;overflow:hidden}.ch-ava-img{width:100%;height:100%;object-fit:cover;display:block}.ch-ava-ph{width:100%;height:100%;display:grid;place-items:center;background:var(--grad);color:#fff;font-size:20px;font-weight:800}.online-dot{position:absolute;right:-1px;bottom:-1px;width:13px;height:13px;background:#22c55e;border:2px solid var(--bg)}.conv-body{flex:1;min-width:0}.conv-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.conv-name{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:600;min-width:0}.conv-name-txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-pin{width:12px;height:12px;color:var(--muted);flex:0 0 auto}.conv-time{font-size:11.5px;color:var(--muted);flex:0 0 auto}.conv-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:3px}.conv-preview{font-size:13px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.conv-preview.unread{color:var(--text);font-weight:500}.conv-preview b{font-weight:600}.conv-badge{flex:0 0 auto;min-width:20px;height:20px;padding:0 6px;background:var(--grad);color:#fff;font-size:11px;font-weight:800;display:grid;place-items:center}.ch-ava{position:relative;overflow:hidden;flex:0 0 auto}.ch-ava.sm{width:34px;height:34px}.float-overlay,.react-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#00000073}.float-menu{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:91;min-width:240px;background:var(--surface);display:flex;flex-direction:column}.float-menu-head{display:flex;align-items:center;gap:10px;padding:14px;font-size:15px;font-weight:700}.float-act{display:flex;align-items:center;gap:10px;padding:14px;font-size:14px;font-weight:600;color:var(--text)}.float-act svg{width:18px;height:18px}.float-act.danger{color:#ff5470}.thread-head{display:flex;align-items:center;gap:11px;padding:4px 0 12px;flex:0 0 auto}.th-back,.th-more{width:38px;height:38px;display:grid;place-items:center;color:var(--text);flex:0 0 auto}.th-back svg,.th-more svg{width:22px;height:22px}.th-ava{position:relative;width:40px;height:40px;flex:0 0 auto;overflow:hidden}.th-info{flex:1;min-width:0}.th-name{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:700}.th-status{font-size:12px;color:var(--muted)}.th-status.on{color:#22c55e}.thread{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:3px;padding:4px 0}.day-sep{text-align:center;margin:10px 0 6px}.day-sep span{font-size:11px;color:var(--muted);background:var(--surface-2);padding:3px 10px}.msg-row{display:flex;flex-direction:column;max-width:82%}.msg-row.me{align-self:flex-end;align-items:flex-end}.msg-row.them{align-self:flex-start;align-items:flex-start}.msg-name{font-size:11.5px;font-weight:600;color:var(--muted);margin:6px 4px 2px}.bubble{position:relative;padding:9px 12px;font-size:14.5px;line-height:1.35;background:var(--surface);max-width:100%}.bubble.me{background:var(--grad);color:#fff}.bubble-text{white-space:pre-wrap;word-break:break-word}.bubble-meta{display:inline-flex;align-items:center;gap:4px;margin-left:8px;font-size:10.5px;opacity:.72;vertical-align:bottom}.tick{width:14px;height:14px}.tick.read{color:#a3e635}.edited{margin-right:3px;font-style:italic}.read-label{font-size:10.5px;color:var(--muted);margin:2px 4px 0}.bubble-reactions{display:flex;gap:4px;margin-top:5px}.reaction-pill{font-size:12px;background:var(--surface-2);padding:2px 7px}.bubble.me .reaction-pill{background:#ffffff38}.reaction-pill.mine{background:#ff2d7847}.quick-replies{display:flex;gap:7px;overflow-x:auto;padding:8px 0;flex:0 0 auto}.quick-replies::-webkit-scrollbar{display:none}.ch-quick{flex:0 0 auto;padding:8px 13px;background:var(--surface);color:var(--text);font-size:13px;font-weight:600;white-space:nowrap}.composer{display:flex;align-items:center;gap:8px;padding:6px 0 8px;flex:0 0 auto}#ch-input{flex:1;min-width:0;height:46px;background:var(--surface);color:var(--text);font-family:inherit;font-size:15px;padding:0 15px}#ch-input::placeholder{color:var(--muted)}.ch-send{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;background:var(--grad)}.ch-send svg{width:19px;height:19px;stroke:#fff}.thread-menu{position:fixed;top:64px;right:16px;z-index:91;min-width:210px;background:var(--surface);display:flex;flex-direction:column}.thread-menu-item{display:flex;align-items:center;gap:10px;padding:13px 14px;font-size:14px;font-weight:600;color:var(--text)}.thread-menu-item svg{width:17px;height:17px}.thread-menu-item.danger{color:#ff5470}.msg-menu{position:fixed;left:50%;bottom:32%;transform:translate(-50%);z-index:91;background:var(--surface);display:flex;flex-direction:column;min-width:250px}.react-row{display:flex;justify-content:space-around;padding:12px 8px;gap:2px}.react-pop-btn{font-size:25px;width:42px;height:42px;display:grid;place-items:center;background:transparent}.msg-actions{display:flex;flex-direction:column}.msg-act{display:flex;align-items:center;gap:10px;padding:13px 16px;font-size:14px;font-weight:600;color:var(--text)}.msg-act svg{width:17px;height:17px}.msg-act.danger{color:#ff5470}.pf2-banner{position:relative;margin:0;height:140px;background:linear-gradient(135deg,#ff6a00,#ff2d78,#9b5cff) center / cover no-repeat;cursor:pointer}.pf2-back{position:absolute;left:12px;top:12px;width:38px;height:38px;display:grid;place-items:center;background:#0006;color:#fff}.pf2-back svg{width:22px;height:22px}.pf2-head{display:flex;flex-direction:column;align-items:center;gap:3px}.pf2-ava{width:96px;height:96px;margin-top:-48px;background:var(--surface-2) center / cover no-repeat;overflow:hidden;display:grid;place-items:center;border:4px solid var(--frame)}.pf2-ava-img{width:100%;height:100%;object-fit:cover}.pf2-ava-ph{color:#fff;font-weight:800}.pf2-name{display:flex;align-items:center;gap:6px;font-size:22px;font-weight:800;letter-spacing:-.4px;margin-top:8px}.pf2-nick{font-size:13.5px;color:var(--muted);font-weight:500}.pf2-status{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:10px 14px;background:var(--surface-2);font-size:13px;font-weight:600;color:var(--muted);width:100%}.pf2-status svg{width:16px;height:16px;flex:0 0 auto}.pf2-status.playing{color:#ff2d78;cursor:pointer}.pf2-song{flex:1;min-width:0;text-align:left;overflow:hidden}.pf2-song-in{display:inline-block;white-space:nowrap;will-change:transform}.pf2-time{color:var(--muted);font-variant-numeric:tabular-nums;flex:0 0 auto}.pf2-status-div{color:var(--frame);flex:0 0 auto}.pf2-listeners{display:inline-flex;align-items:center;gap:4px;color:var(--muted);flex:0 0 auto;white-space:nowrap}.pf2-listeners svg{width:13px;height:13px}.pf2-actions{display:flex;gap:8px;margin-top:14px;width:100%}.pf2-follow{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:48px;background:var(--grad);color:#fff;font-size:14px;font-weight:700}.pf2-follow svg{width:17px;height:17px}.pf2-follow.on{background:var(--surface-2);color:var(--muted)}.pf2-msg{width:52px;height:48px;display:grid;place-items:center;background:var(--surface-2);color:var(--text);flex:0 0 auto}.pf2-msg svg{width:20px;height:20px}.pf2-stats{display:flex;gap:8px;margin-top:16px;width:100%}.pf2-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 6px;background:var(--surface);color:var(--text)}.pf2-stat-n{display:flex;align-items:center;gap:5px}.pf2-stat svg{width:16px;height:16px;color:var(--muted)}.pf2-stat b{font-size:16px;font-weight:800}.pf2-stat span{font-size:11px;color:var(--muted)}.pf2-showcase{margin-top:20px}.pf2-sec-title{display:flex;align-items:center;gap:7px;font-size:15px;font-weight:700;margin-bottom:10px}.pf2-sec-title svg{width:17px;height:17px;color:#ff2d78}.pf2-show-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.pf2-show-row::-webkit-scrollbar{display:none}.pf2-show{flex:0 0 auto;width:96px;text-align:left}.pf2-show-cover{display:block;width:96px;height:96px;background:var(--surface-2) center / cover no-repeat}.pf2-show-title{display:block;font-size:12px;font-weight:500;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-show-empty{font-size:13px;color:var(--muted);padding:8px 0}.pf2-tabs{display:flex;gap:7px;margin:20px 0 14px}.pf2-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;background:var(--surface);color:var(--muted);font-size:13.5px;font-weight:700}.pf2-tab svg{width:16px;height:16px}.pf2-tab.active{background:var(--grad);color:#fff}.pf2-content{display:flex;flex-direction:column;gap:14px}.pf2-hours{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:var(--surface);text-align:center}.pf2-hours svg{width:30px;height:30px;color:#ff2d78;flex:0 0 auto}.pf2-hours b{display:block;font-size:20px;font-weight:800}.pf2-hours span{font-size:12.5px;color:var(--muted)}.pf2-achlist{background:var(--surface);padding:2px 14px}.pf2-achrow{display:flex;align-items:center;gap:11px;padding:12px 0}.pf2-achrow-ic{display:grid;place-items:center;flex:0 0 auto}.pf2-achrow-ic svg{width:21px;height:21px;color:#ff2d78}.pf2-achrow-t{font-size:14px;font-weight:700;flex:0 0 auto}.pf2-achrow-d{font-size:12px;color:var(--muted);margin-left:auto;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-div{height:1px;background:var(--frame)}.pf2-show-row.list{flex-direction:column;gap:8px;overflow:visible}.pf2-show.row{width:100%;display:flex;align-items:center;gap:11px;background:var(--surface);padding:9px 11px;cursor:pointer}.pf2-showl-cover{width:44px;height:44px;background:var(--surface-2) center / cover no-repeat;flex:0 0 auto}.pf2-showl-meta{flex:1;min-width:0}.pf2-showl-title{display:block;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-showl-artist{display:block;font-size:12px;color:var(--muted)}.pf2-showl-play{width:18px;height:18px;color:#ff2d78;fill:#ff2d78;flex:0 0 auto}.pf2-colisten{margin-top:20px}.pf2-co-list{display:flex;flex-direction:column;gap:8px}.pf2-co{display:flex;flex-direction:row;align-items:center;gap:11px;background:var(--surface);padding:10px 12px;width:100%}.pf2-co-ava{width:44px;height:44px;overflow:hidden;display:grid;place-items:center;background:var(--grad);color:#fff;font-size:17px;font-weight:800;flex:0 0 auto}.pf2-co-ava img{width:100%;height:100%;object-fit:cover}.pf2-co-meta{flex:1;min-width:0;text-align:left;overflow:hidden}.pf2-co-name{display:flex;align-items:center;gap:4px;min-width:0;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden}.pf2-co-nick{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-co-stats{display:flex;flex-direction:row;align-items:center;gap:12px;flex:0 0 auto}.pf2-co-st{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--muted)}.pf2-co-st svg{width:13px;height:13px;color:#ff2d78}.pf2-cam{position:absolute;display:grid;place-items:center;background:#00000073;color:#fff}.pf2-cam svg{width:16px;height:16px}.pf2-cam-banner{right:10px;bottom:10px;width:34px;height:34px}.pf2-cam-ava{right:0;bottom:0;width:26px;height:26px}.pf2-cam-ava svg{width:13px;height:13px}.pf2-ava{position:relative;cursor:pointer}.pf2-show-cover{position:relative}.pf2-show-dur{position:absolute;right:4px;bottom:4px;background:#0009;color:#fff;font-size:10px;font-weight:600;padding:1px 5px}.pf2-showl-dur{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--muted);flex:0 0 auto}.pf2-showl-dur svg{width:12px;height:12px}.pf2-tophours{display:inline-flex;align-items:center;gap:4px}.pf2-tophours svg{width:13px;height:13px}.pf2-sec-c{display:flex;align-items:center;gap:12px;margin:20px 0 12px;font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.pf2-sec-c:before,.pf2-sec-c:after{content:"";flex:1;height:1px;background:var(--frame)}.pf2-create{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:var(--grad);color:#fff;font-size:14.5px;font-weight:700;margin-bottom:14px}.pf2-create svg{width:19px;height:19px}.cmp-body{padding:0 14px;display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto}.cmp-text{width:100%;min-height:90px;background:var(--surface);color:var(--text);font-family:inherit;font-size:15px;line-height:1.4;padding:12px;resize:none}.cmp-text::placeholder{color:var(--muted)}.cmp-attach{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;padding:10px 14px;background:var(--surface);color:var(--text);font-size:13.5px;font-weight:600}.cmp-attach svg{width:17px;height:17px;color:#ff2d78}.cmp-track{display:flex;align-items:center;gap:11px;background:var(--surface-2);padding:9px 11px}.cmp-track img{width:44px;height:44px;object-fit:cover;background:var(--surface);flex:0 0 auto}.cmp-track-m{flex:1;min-width:0}.cmp-track-t{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-track-a{font-size:12px;color:var(--muted)}.cmp-track-x{width:32px;height:32px;display:grid;place-items:center;color:var(--muted);flex:0 0 auto}.cmp-foot{display:flex;gap:8px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--frame)}.cmp-pub{display:flex;align-items:center;justify-content:center;gap:8px;flex:1.6;height:50px;background:var(--grad);color:#fff;font-size:15px;font-weight:700}.cmp-pub svg{width:19px;height:19px;stroke:#fff}.cmp-prev{display:flex;align-items:center;justify-content:center;gap:7px;flex:1;height:50px;background:var(--surface);color:var(--text);font-size:14.5px;font-weight:600}.cmp-prev svg{width:18px;height:18px;color:#ff2d78}.lucide-play{stroke-linejoin:miter;stroke-linecap:butt}.cmp-input{width:100%;height:44px;background:var(--surface);color:var(--text);font-family:inherit;font-size:15px;padding:0 12px}.cmp-input::placeholder{color:var(--muted)}.cmp-actions{display:flex;gap:8px}.cmp-actions .cmp-attach{flex:1;justify-content:center}.cmp-photo{position:relative}.cmp-photo img{width:100%;max-height:200px;object-fit:cover;display:block}.cmp-photo-x{position:absolute;top:6px;right:6px;width:28px;height:28px;display:grid;place-items:center;background:#0000008c;color:#fff}.cmp-photo-x svg{width:15px;height:15px}.cmp-sheet-mod{height:auto;max-height:92dvh;display:flex;flex-direction:column}.cmp-body{padding:4px 14px 14px;gap:14px}.cmp-field{display:flex;flex-direction:column;gap:7px}.cmp-label{font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:var(--muted);padding-left:2px}.cmp-in{width:100%;height:46px;background:var(--surface);color:var(--text);font-family:inherit;font-size:15px;padding:0 13px;border:1px solid var(--frame)}.cmp-in::placeholder{color:var(--muted)}.cmp-in:focus{border-color:#ff2d788c}.cmp-ta{height:auto;min-height:88px;padding:12px 13px;line-height:1.4;resize:none}.cmp-tags{display:none;flex-wrap:wrap;gap:7px}.cmp-tag{display:inline-flex;align-items:center;gap:3px;height:30px;padding:0 4px 0 11px;font-size:13.5px;font-weight:700;color:#fff;background:var(--tc, #ff2d78);border-radius:15px}.cmp-tag-x{width:22px;height:22px;display:grid;place-items:center;color:#fff}.cmp-tag-x svg{width:14px;height:14px;opacity:.85}.cmp-prev-back2{z-index:130}.cmp-prev-sheet{z-index:131;height:auto;max-height:86dvh;border-radius:22px 22px 0 0;overflow:hidden}.cmp-prev-head{display:flex;align-items:center;justify-content:center;position:relative;font-size:15px;font-weight:700;color:var(--text);padding:0 14px 14px}.cmp-prev-close{position:absolute;right:12px;top:-2px;width:32px;height:32px;display:grid;place-items:center;background:var(--surface);color:var(--muted)}.cmp-prev-close svg{width:17px;height:17px}.cmp-preview-body{flex:1;min-height:0;overflow-y:auto;padding:4px 0 calc(8px + env(safe-area-inset-bottom))}.post-img{width:100%;max-height:360px;object-fit:cover;display:block;margin-top:2px}.pf2-add{margin-left:auto;width:30px;height:30px;display:grid;place-items:center;background:var(--grad);color:#fff}.pf2-add svg{width:18px;height:18px;stroke:#fff}.pf2-sec-title{display:flex;align-items:center}.pf2-show{position:relative}.pf2-show-rm{width:32px;height:32px;display:grid;place-items:center;background:transparent;color:var(--muted);flex:0 0 auto}.pf2-show-rm svg{width:16px;height:16px}.pf2-top{display:flex;flex-direction:column;gap:8px}.pf2-toprow{display:flex;align-items:center;gap:11px;background:var(--surface);padding:9px 12px;cursor:pointer}.pf2-toprank{width:20px;font-size:16px;font-weight:800;color:var(--muted);flex:0 0 auto;text-align:center}.pf2-topcover{width:44px;height:44px;background:var(--surface-2) center / cover no-repeat;flex:0 0 auto}.pf2-topmeta{flex:1;min-width:0}.pf2-toptitle{display:block;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-topartist{display:block;font-size:12px;color:var(--muted)}.pf2-tophours{font-size:12.5px;font-weight:700;color:#ff2d78;flex:0 0 auto}.sc-search{display:flex;align-items:center;gap:10px;background:var(--surface);padding:0 14px;margin:0 14px 10px}.sc-search>svg{width:18px;height:18px;color:var(--muted)}.sc-search input{flex:1;background:transparent;color:var(--text);font-family:inherit;font-size:14px;padding:13px 0}.sc-results{flex:1;overflow-y:auto;padding:0 14px 10px;display:flex;flex-direction:column;gap:8px}.sc-res{display:flex;align-items:center;gap:11px;background:var(--surface);padding:9px 11px}.sc-res-cover{width:44px;height:44px;object-fit:cover;background:var(--surface-2);flex:0 0 auto}.sc-res-meta{flex:1;min-width:0}.sc-res-title{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-res-artist{font-size:12px;color:var(--muted)}.sc-res-add{width:38px;height:38px;display:grid;place-items:center;background:var(--grad);color:#fff;flex:0 0 auto}.sc-res-add svg{width:19px;height:19px;stroke:#fff}.pf2-events{display:flex;flex-direction:column;gap:8px}.pf2-ev{display:flex;align-items:center;gap:11px;background:var(--surface);padding:11px 12px}.pf2-ev-ic{width:38px;height:38px;display:grid;place-items:center;background:var(--surface-2);color:#ff2d78;flex:0 0 auto}.pf2-ev-ic svg{width:18px;height:18px}.pf2-ev-b{flex:1;min-width:0}.pf2-ev-t{font-size:13px;font-weight:600}.pf2-ev-s{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf2-ev-time{font-size:11.5px;color:var(--muted);flex:0 0 auto}.friend-ava{width:48px;height:48px;object-fit:cover;border:2px solid var(--frame);background:var(--surface-2);flex:0 0 auto}.friend-info{flex:1;min-width:0;overflow:hidden}.friend-name{display:flex;align-items:center;gap:5px;min-width:0;font-size:15px;font-weight:600}.friend-name-txt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-sub{font-size:12px;font-weight:300;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friend-tag{font-size:12px;color:var(--muted);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fr-acts{display:flex;align-items:center;flex:0 0 auto;background:var(--surface-2)}.fr-act{position:relative;width:38px;height:38px;display:grid;place-items:center;background:transparent;color:var(--muted)}.fr-act:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:var(--frame)}.fr-act .lucide{width:18px;height:18px}.fr-msg,.fr-add{color:#ff2d78}.fr-acts-solo .fr-act{width:44px}.fr-add .lucide{width:22px;height:22px}.fr-ava-wrap{position:relative;flex:0 0 auto}.fr-online{position:absolute;right:-2px;bottom:-2px;width:13px;height:13px;background:#22c55e}.fr-on-text{color:#22c55e}.fr-search{display:flex;align-items:center;gap:10px;background:var(--surface);padding:0 14px;margin:4px 0 10px}.fr-search>.lucide{width:18px;height:18px;color:var(--muted)}.fr-search input{flex:1;background:transparent;color:var(--text);font-family:inherit;font-size:14px;font-weight:300;padding:12px 0}.fr-search input::placeholder{color:var(--muted)}.fr-search input::-webkit-search-cancel-button{display:none}.fr-chips{display:flex;gap:7px;margin-bottom:12px}.fr-chip{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:10px 4px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fr-chip span{overflow:hidden;text-overflow:ellipsis}.fr-chip .lucide{width:13px;height:13px;flex:0 0 auto}.fr-chip.active{background:var(--grad);color:#fff}.app-toast{position:fixed;left:50%;bottom:calc(84px + env(safe-area-inset-bottom));transform:translate(-50%);max-width:84%;display:flex;align-items:center;gap:9px;padding:11px 16px;background:var(--surface-2);color:var(--text);font-size:13.5px;font-weight:600;z-index:300;pointer-events:none}.app-toast svg{width:18px;height:18px;flex:0 0 auto;color:#ff2d78}.confirm-text{font-size:16px;font-weight:600;text-align:center;padding:4px 6px;line-height:1.4}.confirm-btns{display:flex;gap:10px;margin-top:18px}.confirm-cancel,.confirm-ok{flex:1;height:50px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:700}.confirm-cancel{background:var(--surface-2);color:var(--text)}.confirm-ok{background:var(--grad);color:#fff}.confirm-ok svg{width:18px;height:18px;stroke:#fff}.pld-head{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:6px 0 16px}.pld-back{position:absolute;left:8px;top:12px;z-index:2;width:38px;height:38px;display:grid;place-items:center;background:#0006;color:#fff}.pld-back svg{width:22px;height:22px}.pld-banner{width:100%;height:150px;background:var(--surface-2) center / cover no-repeat;display:grid;place-items:center;margin-bottom:12px}.pld-banner .plist-ph svg{width:46px;height:46px;stroke:var(--muted)}.pld-name{font-size:21px;font-weight:800;letter-spacing:-.4px}.pld-desc{font-size:13px;color:var(--muted);max-width:280px;line-height:1.4}.pld-sub{font-size:12.5px;color:var(--muted)}.pld-play{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:12px 30px;background:var(--grad);color:#fff;font-size:15px;font-weight:700}.pld-play svg{width:20px;height:20px;fill:#fff;stroke:#fff}
