: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}.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}.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:3px;height:22px;flex:0 0 auto}.pt-eq span{width:4px;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:20px;height:20px}.act-plays .ic svg{width:19px;height:19px}.act-like.on{color:#ff2d78}.act-plays{margin-left:auto}.grad-heart{display:block;width:20px;height:20px;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;align-items:center;gap:12px;background:var(--surface-2);padding:11px}.pp-covers{width:60px;height:60px;flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px}.pp-covers span{background:var(--surface) center / cover no-repeat}.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:72dvh;background:var(--bg);z-index:91;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.cmt-grab{width:40px;height:4px;background:var(--frame);margin:10px auto 6px}.cmt-head{text-align:center;font-size:14px;font-weight:600;color:var(--muted);padding-bottom:12px}.cmt-list{flex:1;overflow-y:auto;padding:0 14px 4px;display:flex;flex-direction:column;gap:9px}.cmt-row{display:flex;align-items:flex-start;gap:11px;background:var(--surface);padding:11px 12px}.cmt-ava{width:36px;height:36px;object-fit:cover;border:2px solid var(--frame);flex:0 0 auto}.cmt-body{flex:1;min-width:0}.cmt-who{font-size:13px;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:12.5px;font-weight:300;color:#c8c4d0;margin-top:3px}.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:15px;height:15px}.cmt-like.on{color:#ff2d78}.cmt-like.on svg{fill:url(#dockGrad);stroke:url(#dockGrad)}.cmt-reply{display:inline-flex;align-items:center;gap:4px;margin-top:7px;font-size:11.5px;font-weight:600;color:var(--muted)}.cmt-reply svg{width:13px;height:13px}.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;background:var(--surface);color:var(--text);font-family:inherit;font-size:13.5px;font-weight:300;height:38px;padding:0 13px}.cmt-input input::placeholder{color:var(--muted)}.cmt-ic{flex:0 0 auto;display:grid;place-items:center;width:34px;height:38px;color:var(--muted)}.cmt-ic svg{width:21px;height:21px}.cmt-gif{width:auto;padding:0 6px;font-size:11px;font-weight:800;letter-spacing:.5px}.cmt-send{width:38px;height:38px;display:grid;place-items:center;background:var(--grad);flex:0 0 auto}.cmt-send svg{width:17px;height:17px;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(62px + 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:24px;height:24px}.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(62px + env(safe-area-inset-bottom));height:72px;background:var(--surface);display:flex;align-items:center;gap:13px;padding:0 14px;z-index:60}.player[hidden]{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-vol-pop{position:absolute;top:46px;right:6px;z-index:5;padding:14px;background:var(--surface);display:flex;justify-content: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{width:100%;height:100%;object-fit:cover;display:block}.pf-cover-clone{position:absolute;top:0;right:0;bottom:0;left:0;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:11px;font-weight:500;color:var(--muted);flex:0 0 auto;min-width:30px}.pf-time:last-child{text-align:right}.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:12px;width:100%;padding:4px 2px}.pf-vol-row .pf-vol-ic{flex:0 0 auto}.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:var(--grad)}.pf-main svg{width:30px;height:30px;fill:#fff;stroke:#fff}.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{display:flex;align-items:center;gap:11px}.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:52px;height:52px;stroke:url(#dockGrad)}.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}.q-item.dragging{background:var(--surface-2);position:relative;z-index:5;cursor:grabbing}.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:28px;height:28px;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:31px;height:31px}.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;align-items:center;gap:11px;background:var(--surface);padding:14px}.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}.friend-name{display:flex;align-items:center;gap:5px;font-size:15px;font-weight:600}.friend-sub{font-size:12px;font-weight:300;color:var(--muted);margin-top:2px}.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;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 6px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:600;white-space:nowrap}.fr-chip .lucide{width:14px;height:14px;flex:0 0 auto}.fr-chip.active{background:var(--grad);color:#fff}.app-toast{position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));transform:translate(-50%);max-width:80%;padding:11px 18px;background:var(--surface-2);color:var(--text);font-size:13.5px;font-weight:600;text-align:center;z-index:300;pointer-events:none}
