:root{--bg: #070912;--bg-2: #0d1020;--bg-3: #141830;--glass: rgba(20, 24, 48, .55);--glass-brd: rgba(120, 140, 255, .12);--neon-blue: #5b8cff;--neon-purple: #a855f7;--neon-cyan: #22d3ee;--grad: linear-gradient(135deg, #5b8cff 0%, #a855f7 100%);--grad-cyan: linear-gradient(135deg, #22d3ee 0%, #5b8cff 100%);--text: #eef1ff;--text-soft: #9aa3c8;--text-dim: #5d6585;--ok: #4ade80;--warn: #fbbf24;--err: #f87171;--r-lg: 22px;--r: 16px;--r-sm: 11px;--shadow: 0 24px 60px -20px rgba(0,0,0,.7);--glow: 0 0 24px -4px rgba(91,140,255,.5);--font: "Plus Jakarta Sans", system-ui, sans-serif;--player-h: 90px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:radial-gradient(1100px 600px at 85% -5%,rgba(168,85,247,.16),transparent 55%),radial-gradient(900px 600px at -5% 10%,rgba(91,140,255,.14),transparent 50%),var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:var(--bg-3);border-radius:9px}::-webkit-scrollbar-thumb:hover{background:#1d2344}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.brand-word{font-weight:800;letter-spacing:-.02em;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;padding:.7rem 1.2rem;border-radius:var(--r-sm);font-weight:600;font-size:.92rem;transition:.18s;white-space:nowrap}.btn-grad{background:var(--grad);color:#fff}.btn-grad:hover{transform:translateY(-1px);box-shadow:var(--glow)}.btn-ghost{background:var(--bg-3);color:var(--text);border:1px solid var(--glass-brd)}.btn-ghost:hover{border-color:var(--neon-blue)}.btn:disabled{opacity:.55;cursor:default;transform:none}.btn-block{width:100%}.f-label{display:block;font-size:.8rem;color:var(--text-soft);margin-bottom:.4rem}.f-input{width:100%;padding:.8rem 1rem;background:var(--bg);color:var(--text);border:1px solid var(--glass-brd);border-radius:var(--r-sm);font-size:.95rem;transition:.18s}.f-input:focus{outline:none;border-color:var(--neon-blue);box-shadow:0 0 0 3px #5b8cff29}.error-box{background:#f871711f;color:var(--err);padding:.7rem 1rem;border-radius:var(--r-sm);font-size:.87rem}.ok-box{background:#4ade801f;color:var(--ok);padding:.7rem 1rem;border-radius:var(--r-sm);font-size:.87rem}.glass{background:var(--glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--glass-brd);border-radius:var(--r)}.splash{min-height:100vh;display:grid;place-items:center;font-size:2rem}.splash .brand-word{animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.45}50%{opacity:1}}.loading{padding:4rem;text-align:center;color:var(--text-soft)}.auth{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem}.auth-side{padding:2rem}.auth-logo{font-size:1.4rem;margin-bottom:2.5rem}.auth-h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.05;letter-spacing:-.02em}.auth-p{color:var(--text-soft);margin-top:1.2rem;max-width:34ch;line-height:1.6}.wave{display:flex;align-items:flex-end;gap:5px;height:56px;margin-top:2.5rem}.wave span{width:5px;border-radius:4px;background:var(--grad);height:100%;animation:wv 1.1s ease-in-out infinite;transform-origin:bottom}@keyframes wv{0%,to{transform:scaleY(.25)}50%{transform:scaleY(1)}}.auth-byline{color:var(--text-dim);font-size:.85rem;margin-top:2.5rem}.auth-panel{padding:2rem}.auth-tabs{display:flex;gap:.4rem;background:var(--bg);padding:4px;border-radius:var(--r-sm);margin-bottom:1.5rem}.auth-tabs button{flex:1;padding:.6rem;border-radius:9px;color:var(--text-soft);font-weight:600;font-size:.85rem;transition:.18s}.auth-tabs button.on{background:var(--bg-3);color:var(--text)}.f-block{display:block;margin-bottom:1rem}.auth-foot{text-align:center;color:var(--text-soft);margin-top:1.2rem;font-size:.88rem}.auth-link{color:var(--neon-blue);font-weight:600}.auth-link:hover{text-decoration:underline}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.sidebar{background:var(--bg-2);border-right:1px solid var(--glass-brd);padding:1.5rem 1rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sb-logo{font-size:1.25rem;padding:0 .6rem 1.8rem}.sb-nav{display:flex;flex-direction:column;gap:2px}.sb-nav button{display:flex;align-items:center;gap:.75rem;padding:.7rem .8rem;border-radius:11px;color:var(--text-soft);font-weight:600;font-size:.92rem;text-align:left;transition:.15s}.sb-nav button:hover{background:var(--bg-3);color:var(--text)}.sb-nav button.on{background:var(--bg-3);color:var(--text);box-shadow:inset 3px 0 0 var(--neon-blue)}.sb-ic{width:1.2rem;text-align:center;opacity:.9;font-size:1.05rem}.sb-foot{margin-top:auto;padding-top:1rem;border-top:1px solid var(--glass-brd)}.sb-user{display:flex;align-items:center;gap:.7rem;margin-bottom:.8rem}.sb-av{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;flex-shrink:0}.sb-uinfo{overflow:hidden}.sb-uinfo strong{display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-uinfo span{font-size:.78rem;color:var(--text-dim)}.sb-logout{color:var(--text-soft);font-size:.85rem;padding:.4rem 0}.sb-logout:hover{color:var(--err)}.main{display:flex;flex-direction:column;min-width:0}.topbar{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1.1rem 2rem;position:sticky;top:0;z-index:8;background:#070912d1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--glass-brd)}.tb-search{position:relative;flex:1;max-width:460px;display:flex;align-items:center}.tb-search span{position:absolute;left:1rem;color:var(--text-dim)}.tb-search input{width:100%;padding:.65rem 1rem .65rem 2.4rem;background:var(--bg-2);border:1px solid var(--glass-brd);border-radius:999px;color:var(--text);font-size:.9rem}.tb-search input:focus{outline:none;border-color:var(--neon-blue)}.tb-actions{display:flex;gap:.6rem;align-items:center}.tb-offline{color:var(--warn);font-size:.82rem;padding:.3rem .7rem;background:#fbbf241a;border-radius:999px}.page{padding:1.8rem 2rem calc(var(--player-h) + 3rem)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}.page-head h1{font-size:1.9rem;font-weight:800;letter-spacing:-.02em}.back-btn{color:var(--text-soft);font-weight:600}.back-btn:hover{color:var(--text)}.hero{padding:2.5rem;margin-bottom:2rem;position:relative;overflow:hidden;background:linear-gradient(120deg,#5b8cff1f,#a855f71a),var(--glass)}.hero-eyebrow{color:var(--neon-blue);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin:.4rem 0;letter-spacing:-.02em}.hero-sub{color:var(--text-soft);margin-bottom:1.4rem}.hero-cta{display:flex;gap:.7rem;flex-wrap:wrap}.row{margin-bottom:2.2rem}.row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.row-head h2{font-size:1.2rem;font-weight:700}.row-link{color:var(--text-soft);font-size:.88rem;font-weight:600}.row-link:hover{color:var(--neon-blue)}.row-grid,.grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(178px,1fr))}.row-grid{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:178px;overflow-x:auto;padding-bottom:.5rem}.song-card{background:var(--bg-2);border:1px solid transparent;border-radius:var(--r);overflow:hidden;transition:.2s}.song-card:hover{border-color:var(--glass-brd);transform:translateY(-3px)}.song-card.is-playing{border-color:var(--neon-blue);box-shadow:var(--glow)}.sc-art{position:relative;aspect-ratio:1;cursor:pointer;overflow:hidden}.sc-art img{width:100%;height:100%;object-fit:cover}.cover-grad{width:100%;height:100%;display:grid;place-items:center}.cover-grad span{font-size:2.4rem;color:#fff9}.sc-src{position:absolute;top:.55rem;left:.55rem;font-size:.64rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sc-upload{background:#5b8cffd9;color:#fff}.sc-direct_url{background:#22d3eed9;color:#04323b}.sc-youtube{background:#e53935e0;color:#fff}.sc-spotify{background:#1ed760e0;color:#06371b}.sc-offline{position:absolute;top:.55rem;right:.55rem;background:#00000080;color:var(--neon-cyan);width:22px;height:22px;border-radius:6px;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sc-play{position:absolute;right:.6rem;bottom:.6rem;width:42px;height:42px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;opacity:0;transform:translateY(8px);transition:.2s;box-shadow:var(--shadow)}.song-card:hover .sc-play{opacity:1;transform:translateY(0)}.sc-body{padding:.8rem .9rem .9rem}.sc-titles{cursor:pointer}.sc-titles strong{display:block;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-titles span{display:block;font-size:.78rem;color:var(--text-soft);margin-top:.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-actions{display:flex;align-items:center;justify-content:space-between;margin-top:.7rem}.sc-heart{display:flex;align-items:center;gap:.25rem;color:var(--text-soft);font-size:1.05rem}.sc-heart.on{color:#f472b6}.sc-heart i{font-size:.7rem;font-style:normal}.sc-menu-wrap{position:relative}.sc-dots{color:var(--text-soft);font-size:1.2rem;padding:0 .3rem}.sc-dots:hover{color:var(--text)}.sc-menu{position:absolute;right:0;bottom:calc(100% + 6px);z-index:20;background:var(--bg-3);border:1px solid var(--glass-brd);border-radius:12px;min-width:180px;padding:.4rem;box-shadow:var(--shadow)}.sc-menu button,.sc-menu a{display:block;width:100%;text-align:left;padding:.5rem .6rem;border-radius:8px;font-size:.86rem;color:var(--text)}.sc-menu button:hover,.sc-menu a:hover{background:var(--bg-2)}.sc-menu .m-danger{color:var(--err)}.sc-note{font-size:.78rem;color:var(--text-dim);padding:.4rem .6rem}.pl-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.pl-card{text-align:left;background:var(--bg-2);border:1px solid transparent;border-radius:var(--r);padding:.8rem;transition:.2s}.pl-card:hover{border-color:var(--glass-brd);transform:translateY(-3px)}.pl-cover{aspect-ratio:1;border-radius:12px;display:grid;place-items:center;font-size:2rem;color:#ffffffb3;margin-bottom:.7rem}.pl-card strong{display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pl-card span{font-size:.76rem;color:var(--text-soft)}.pl-detail-head{display:flex;gap:1.5rem;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap}.pl-detail-cover{width:160px;height:160px;border-radius:var(--r);display:grid;place-items:center;font-size:3rem;color:#ffffffb3}.empty{text-align:center;padding:4rem 1rem;max-width:420px;margin:0 auto}.empty-ic{font-size:2.8rem;color:var(--bg-3);margin-bottom:1rem}.empty h3{font-size:1.3rem;margin-bottom:.5rem}.empty p{color:var(--text-soft);line-height:1.6;margin-bottom:1.4rem}.filters{display:flex;gap:.5rem;flex-wrap:wrap}.chip{padding:.45rem .9rem;border-radius:999px;background:var(--bg-2);border:1px solid var(--glass-brd);color:var(--text-soft);font-size:.84rem;font-weight:600}.chip.on{background:var(--grad);color:#fff;border-color:transparent}.dropzone{border:2px dashed var(--glass-brd);border-radius:var(--r);padding:3rem 1rem;text-align:center;cursor:pointer;transition:.2s;margin-bottom:1.5rem}.dropzone:hover,.dropzone.drag{border-color:var(--neon-blue);background:#5b8cff0d}.dz-ic{font-size:2.4rem;color:var(--neon-blue);margin-bottom:.6rem}.dropzone strong{display:block;font-size:1rem}.dropzone span{color:var(--text-soft);font-size:.85rem}.up-list{display:flex;flex-direction:column;gap:.8rem}.up-row{display:flex;align-items:center;gap:1rem;padding:1rem}.up-fields{display:grid;grid-template-columns:1.5fr 1fr 1fr .8fr .6fr;gap:.5rem;flex:1}.up-fields .f-input{padding:.55rem .7rem;font-size:.85rem}.up-status{font-size:.82rem;color:var(--text-soft);min-width:90px;text-align:right}.up-x{color:var(--text-soft);font-size:1rem}.import-card{padding:1.8rem;max-width:640px}.import-note{font-size:.84rem;color:var(--text-soft);line-height:1.5;background:var(--bg);padding:.8rem 1rem;border-radius:var(--r-sm);margin:1rem 0}.field-row2{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.confirm-box{display:flex;gap:.6rem;align-items:flex-start;font-size:.85rem;color:var(--text-soft);margin:1rem 0;cursor:pointer;line-height:1.4}.confirm-box input{margin-top:.2rem}.offline-list,.req-list,.invite-list{display:flex;flex-direction:column;gap:.7rem}.off-row{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem}.off-cover{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.off-text{flex:1;cursor:pointer;min-width:0}.off-text strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.off-text span{font-size:.8rem;color:var(--text-soft)}.off-play{width:38px;height:38px;border-radius:50%;background:var(--grad);color:#fff}.off-del{color:var(--text-soft);font-size:.85rem}.off-del:hover{color:var(--err)}.req-add{display:flex;gap:.7rem;padding:1rem;margin-bottom:1.5rem}.req-add .f-input{flex:1}.req-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.req-row.done{opacity:.6}.req-row strong{display:block}.req-row span{font-size:.8rem;color:var(--text-soft)}.req-done{color:var(--ok);font-size:.85rem;font-weight:600}.member-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-bottom:2rem}.member-card{padding:1.4rem;text-align:center}.member-av{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:1.3rem;font-weight:700;color:#fff;margin:0 auto .8rem}.member-card strong{display:block}.member-card span{font-size:.8rem;color:var(--text-soft)}.invite-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem}.invite-row code{font-family:monospace;color:var(--neon-cyan)}.invite-row span{font-size:.8rem;color:var(--text-soft)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat{padding:1.4rem}.stat span{font-size:.82rem;color:var(--text-soft)}.stat strong{display:block;font-size:2rem;font-weight:800;margin-top:.3rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.admin-cols{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mini-list{padding:.6rem}.mini-row{display:flex;justify-content:space-between;padding:.55rem .7rem;font-size:.88rem}.mini-row i{color:var(--text-soft);font-style:normal}.mini-empty{padding:1rem;color:var(--text-dim);text-align:center}.log-list{padding:.5rem;max-height:360px;overflow-y:auto}.log-row{display:grid;grid-template-columns:140px 1fr 120px;gap:1rem;padding:.5rem .7rem;font-size:.82rem;border-bottom:1px solid var(--glass-brd)}.log-action{color:var(--neon-blue);font-weight:600}.log-detail{color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.log-user{color:var(--text-dim);text-align:right}.settings-card{padding:.5rem 1.5rem;max-width:640px}.set-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 0;border-bottom:1px solid var(--glass-brd)}.set-row:last-child{border-bottom:none}.set-row strong{display:block}.set-row p{font-size:.82rem;color:var(--text-soft);margin-top:.2rem}.set-num{width:90px}.set-actions{display:flex;align-items:center;gap:1rem;justify-content:flex-end;padding:1.2rem 0}.player-bar{position:fixed;left:0;right:0;bottom:0;z-index:30;height:var(--player-h);background:#0d1020eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--glass-brd);display:grid;grid-template-columns:1fr 1.6fr 1fr;align-items:center;gap:1rem;padding:0 1.5rem}.pb-meta{display:flex;align-items:center;gap:.8rem;min-width:0;cursor:pointer}.pb-cover-wrap,.pb-cover{width:52px;height:52px;border-radius:10px;flex-shrink:0;overflow:hidden}.pb-cover{display:grid;place-items:center;color:#ffffffb3;font-size:1.3rem}.pb-cover-wrap img{width:100%;height:100%;object-fit:cover}.pb-text{min-width:0}.pb-text strong{display:block;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pb-text span{font-size:.78rem;color:var(--text-soft)}.pb-center{display:flex;flex-direction:column;gap:.4rem;align-items:center}.pb-buttons{display:flex;align-items:center;gap:1rem}.pb-sm{color:var(--text-soft);font-size:1.1rem;transition:.15s}.pb-sm:hover{color:var(--text)}.pb-sm.on{color:var(--neon-blue)}.pb-play{width:40px;height:40px;border-radius:50%;background:var(--grad);color:#fff;display:grid;place-items:center;font-size:.9rem}.pb-play:hover{box-shadow:var(--glow)}.pb-progress{display:flex;align-items:center;gap:.7rem;width:100%;max-width:520px}.pb-t{font-size:.72rem;color:var(--text-soft);font-variant-numeric:tabular-nums;min-width:34px}.pb-line{flex:1;height:5px;background:var(--bg-3);border-radius:99px;cursor:pointer;overflow:hidden}.pb-fill{height:100%;background:var(--grad);border-radius:99px}.pb-right{display:flex;align-items:center;gap:.6rem;justify-content:flex-end}.pb-vol-icon{color:var(--text-soft)}.pb-vol{width:100px;accent-color:var(--neon-blue)}.embed-bar{grid-template-columns:1fr 2fr auto}.pb-embed{width:100%;height:72px;border:0;border-radius:10px}.pb-icon{color:var(--text-soft);font-size:1.1rem}.mobile-nav{display:none}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}.auth{grid-template-columns:1fr}.auth-side{display:none}.topbar{padding:.9rem 1rem}.tb-actions .btn{padding:.55rem .8rem;font-size:.82rem}.page{padding:1.2rem 1rem calc(var(--player-h) + 5rem)}.admin-cols{grid-template-columns:1fr}.up-fields{grid-template-columns:1fr 1fr}.field-row2{grid-template-columns:1fr}.log-row{grid-template-columns:1fr;gap:.2rem}.mobile-nav{display:flex;position:fixed;left:0;right:0;bottom:var(--player-h);z-index:25;background:#0d1020f2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--glass-brd);padding:.4rem;justify-content:space-around}.mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--text-dim);padding:.3rem .5rem}.mobile-nav button.on{color:var(--neon-blue)}.mobile-nav button span{font-size:1.2rem}.mobile-nav button i{font-size:.62rem;font-style:normal}.player-bar{grid-template-columns:1fr auto;height:70px}.pb-center,.pb-right{display:none}.player-bar.expanded{grid-template-columns:1fr;height:auto}.player-bar.expanded .pb-center,.player-bar.expanded .pb-right{display:flex}}.copy-link{color:var(--neon-cyan);text-decoration:underline;word-break:break-all}.member-card small{display:block;color:var(--text-dim);margin-top:.35rem;font-size:.72rem}.member-actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;margin-top:.8rem}.member-actions button{font-size:.72rem;padding:.35rem .45rem;border-radius:8px;background:var(--bg-2);color:var(--text-soft);border:1px solid var(--glass-brd)}.member-actions button:hover{color:var(--text);border-color:var(--neon-blue)}.member-actions .danger{color:var(--err)}.notif-wrap{position:relative}.notif-btn{position:relative;width:38px;height:38px;border-radius:12px;background:var(--bg-2);border:1px solid var(--glass-brd)}.notif-btn i{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;border-radius:50%;background:#f472b6;color:#fff;font-size:.65rem;display:grid;place-items:center;font-style:normal}.notif-panel{position:absolute;right:0;top:calc(100% + 10px);width:min(360px,88vw);padding:.75rem;z-index:60;box-shadow:var(--shadow)}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:.3rem .4rem .7rem;border-bottom:1px solid var(--glass-brd);margin-bottom:.3rem}.notif-head button{color:var(--neon-cyan);font-size:.78rem}.notif-row{padding:.7rem .5rem;border-bottom:1px solid rgba(255,255,255,.06)}.notif-row span{display:block;font-weight:700;font-size:.86rem}.notif-row small{display:block;color:var(--text-soft);margin-top:.2rem;font-size:.74rem}.modal-back,.full-player{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617bf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:100;display:grid;place-items:center;padding:1rem}.song-modal{width:min(920px,96vw);max-height:90vh;overflow:auto;padding:1.3rem;position:relative;box-shadow:var(--shadow)}.modal-x{position:absolute;top:.8rem;right:.8rem;width:34px;height:34px;border-radius:10px;background:var(--bg-2);border:1px solid var(--glass-brd);color:var(--text);z-index:2}.modal-head{display:flex;gap:1rem;align-items:center;margin-bottom:1.3rem}.modal-cover{width:96px;height:96px;border-radius:18px;display:grid;place-items:center;font-size:2.2rem;color:#ffffffb8;flex-shrink:0}.detail-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:1.2rem;margin-bottom:1.2rem}.detail-grid h3,.comments h3{margin-bottom:.7rem;font-size:.98rem}.detail-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:.8rem}.modal-msg{margin-top:.8rem}.emoji-row{display:flex;flex-wrap:wrap;gap:.45rem}.emoji{background:var(--bg-2);border:1px solid var(--glass-brd);color:var(--text);border-radius:999px;padding:.45rem .65rem}.emoji.on{background:var(--grad);border-color:transparent}.comment-list{display:flex;flex-direction:column;gap:.45rem;max-height:180px;overflow-y:auto;margin-bottom:.7rem}.comment-row{background:var(--bg-2);border:1px solid var(--glass-brd);border-radius:12px;padding:.6rem .75rem}.comment-row strong{display:block;font-size:.78rem;color:var(--neon-cyan)}.comment-row span{display:block;margin-top:.18rem;font-size:.88rem;color:var(--text)}.comment-add{display:flex;gap:.55rem}.comment-add .f-input{flex:1}.muted-note{color:var(--text-soft);margin:-1rem 0 1rem;font-size:.86rem}.drag-wrap{cursor:grab}.drag-wrap:active{cursor:grabbing;opacity:.82}.full-card{width:min(520px,96vw);max-height:92vh;overflow:auto;padding:1.4rem;text-align:center;position:relative}.full-cover{width:min(320px,75vw);aspect-ratio:1;margin:.6rem auto 1rem;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.full-cover img,.full-cover .pb-cover{width:100%;height:100%;object-fit:cover}.pb-buttons.big{justify-content:center;margin:1rem 0 .8rem;gap:.8rem}.pb-buttons.big .pb-play{width:64px;height:64px;font-size:1.2rem}.pb-buttons.big .pb-sm{width:44px;height:44px}.full-volume{display:flex;align-items:center;gap:.7rem;justify-content:center;margin:1rem 0}.queue-list{margin-top:1rem;text-align:left;background:#ffffff0a;border:1px solid var(--glass-brd);border-radius:16px;padding:.8rem}.queue-list strong{display:block;margin-bottom:.5rem}.queue-list button{width:100%;display:flex;justify-content:space-between;gap:.8rem;padding:.55rem;border-radius:10px;color:var(--text)}.queue-list button:hover{background:var(--bg-2)}.queue-list span{color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.detail-grid{grid-template-columns:1fr}.modal-head{align-items:flex-start}.detail-fields{grid-template-columns:1fr}.comment-add{flex-direction:column}.song-modal{padding:1rem}.modal-cover{width:78px;height:78px}}.hm-auth-page{min-height:100vh;width:100%;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at top left,rgba(168,85,247,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(91,140,255,.2),transparent 34%),linear-gradient(135deg,#f8f9ff,#fff 45%,#f5f0ff);color:#1f2340}.hm-auth-card{width:min(920px,100%);min-height:560px;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 30px 80px #1f234038,0 8px 24px #1f23401a}.hm-auth-form-side{padding:58px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hm-auth-mobile-logo{display:none;align-items:center;gap:8px;margin-bottom:20px;color:#6d55d9}.hm-auth-mobile-logo span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#4f8cff,#8f4df8);color:#fff}.hm-auth-form-side h1{color:#17172f;font-size:30px;font-weight:800;margin-bottom:18px;letter-spacing:-.03em}.hm-socials{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:16px}.hm-socials button{width:38px;height:38px;border-radius:999px;border:1px solid #e4e6f1;background:#fff;color:#656b82;display:grid;place-items:center;font-size:13px;font-weight:700;box-shadow:0 8px 18px #1f23400f;cursor:default}.hm-auth-muted{color:#8d92a6;font-size:13px;text-align:center;margin-bottom:18px}.hm-auth-switches{width:100%;max-width:340px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:5px;margin-bottom:14px;background:#f0f1f7;border-radius:999px}.hm-auth-switches button{padding:10px 8px;border-radius:999px;color:#777d96;font-size:12px;font-weight:700}.hm-auth-switches button.active{background:#fff;color:#6c4fe0;box-shadow:0 8px 18px #1f234014}.hm-auth-fields{width:100%;max-width:340px;display:flex;flex-direction:column;gap:11px}.hm-auth-fields input{width:100%;height:46px;border:0;outline:0;border-radius:8px;background:#f2f3f7;color:#17172f;padding:0 16px;font-size:13px;transition:.18s ease}.hm-auth-fields input::placeholder{color:#9ba0b3}.hm-auth-fields input:focus{background:#fff;box-shadow:0 0 0 2px #6f54e238,0 10px 22px #1f234014}.hm-forgot{margin-top:14px;color:#858ba1;font-size:12px}.hm-forgot:hover{color:#6c4fe0}.hm-auth-error{width:100%;max-width:340px;margin-top:14px;padding:10px 12px;border-radius:8px;background:#f871711f;color:#e5484d;font-size:12px;text-align:center}.hm-main-auth-btn{margin-top:18px;min-width:150px;height:42px;padding:0 28px;border-radius:999px;background:linear-gradient(135deg,#4f8cff,#8f4df8);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;box-shadow:0 12px 28px #6f54e259;transition:.18s ease}.hm-main-auth-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px #6f54e26b}.hm-main-auth-btn:disabled{opacity:.6;cursor:default;transform:none}.hm-auth-purple-side{position:relative;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.18),transparent 24%),linear-gradient(135deg,#4f8cff,#8f4df8);display:grid;place-items:center;padding:48px}.hm-auth-purple-side:before,.hm-auth-purple-side:after{content:"";position:absolute;border-radius:999px;background:#ffffff1f}.hm-auth-purple-side:before{width:220px;height:220px;top:-80px;right:-70px}.hm-auth-purple-side:after{width:170px;height:170px;bottom:-70px;left:-50px}.hm-auth-purple-content{position:relative;z-index:1;max-width:310px;text-align:center;color:#fff}.hm-purple-logo{width:58px;height:58px;margin:0 auto 22px;display:grid;place-items:center;border-radius:20px;background:#ffffff29;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:26px}.hm-auth-purple-content h2{font-size:30px;font-weight:800;margin-bottom:14px;letter-spacing:-.03em}.hm-auth-purple-content p{color:#ffffffd1;font-size:13px;line-height:1.7;margin-bottom:28px}.hm-outline-auth-btn{height:42px;min-width:140px;padding:0 28px;border-radius:999px;border:1.5px solid rgba(255,255,255,.86);color:#fff;font-size:12px;font-weight:800;letter-spacing:.04em;transition:.18s ease}.hm-outline-auth-btn:hover{background:#fff;color:#7654e9}@media(max-width:820px){.hm-auth-page{padding:18px}.hm-auth-card{grid-template-columns:1fr;min-height:auto}.hm-auth-form-side{padding:38px 24px}.hm-auth-mobile-logo{display:flex}.hm-auth-purple-side{padding:36px 24px;min-height:250px}.hm-auth-purple-content h2{font-size:26px}}@media(max-width:460px){.hm-auth-form-side{padding:34px 18px}.hm-auth-card{border-radius:16px}.hm-auth-form-side h1{font-size:26px}.hm-auth-switches{grid-template-columns:1fr;border-radius:18px}.hm-auth-switches button{border-radius:14px}}.hm-bottom-nav-wrap,.hm-bottom-nav,.hm-app-shell,.hm-page-content,.page-box,.hm-nav-item,.hm-nav-icon,.hm-nav-text{display:none!important}button,.btn,a.btn,input[type=button],input[type=submit]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;font-family:inherit!important;cursor:pointer;text-decoration:none!important;line-height:1!important;-webkit-user-select:none;user-select:none}button:disabled,.btn:disabled,button[disabled],.btn[disabled]{opacity:.55!important;cursor:not-allowed!important;transform:none!important}.btn,.btn-grad,.btn-ghost,.back-btn,.row-link,.chip,.auth-link,.hm-main-auth-btn,.hm-outline-auth-btn,input[type=button],input[type=submit]{min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 18px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.13)!important;color:#f8faff!important;background:linear-gradient(180deg,#ffffff1b,#ffffff0b)!important;box-shadow:0 12px 28px #00000038,inset 0 1px #ffffff1a!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;font-size:14px!important;font-weight:800!important;white-space:nowrap!important;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,filter .18s ease!important}.btn:hover,.btn-grad:hover,.btn-ghost:hover,.back-btn:hover,.row-link:hover,.chip:hover,.auth-link:hover,.hm-main-auth-btn:hover,.hm-outline-auth-btn:hover,input[type=button]:hover,input[type=submit]:hover{transform:translateY(-1px)!important;border-color:#96aaff57!important;background:linear-gradient(180deg,#8796ff38,#ffffff12)!important;box-shadow:0 16px 34px #5064ff33,inset 0 1px #ffffff21!important}.btn:active,.btn-grad:active,.btn-ghost:active,.back-btn:active,.row-link:active,.chip:active,.auth-link:active,.hm-main-auth-btn:active,.hm-outline-auth-btn:active{transform:translateY(0)!important}.btn-grad,.btn-primary,.hm-main-auth-btn,.chip.on{background:linear-gradient(135deg,#5b8cffeb,#9a5cffeb)!important;border-color:#d2dcff38!important;color:#fff!important;box-shadow:0 14px 34px #695fff52,inset 0 1px #ffffff29!important}.btn-ghost,.hm-outline-auth-btn{background:linear-gradient(180deg,#ffffff14,#ffffff09)!important;border-color:#ffffff24!important}.danger,.m-danger,.btn-danger,.member-actions .danger,.off-del{color:#ff9aa8!important;background:linear-gradient(180deg,#ff587421,#ffffff09)!important;border:1px solid rgba(255,120,140,.22)!important}button:after,.btn:after,a.btn:after,.row-link:after,.back-btn:after,.auth-link:after,.chip:after{content:none!important;display:none!important}.sidebar{width:260px!important;min-width:260px!important;padding:24px 16px!important;background:radial-gradient(circle at 0% 0%,rgba(91,140,255,.16),transparent 35%),radial-gradient(circle at 100% 20%,rgba(168,85,247,.14),transparent 35%),linear-gradient(180deg,#10162deb,#080b19f0)!important;border-right:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important;box-shadow:18px 0 50px #0000003d!important}.sb-logo{height:auto!important;margin-bottom:24px!important;padding:0 8px 18px!important}.sb-logo .brand-word{font-size:22px!important;font-weight:900!important;letter-spacing:-.04em!important;background:linear-gradient(135deg,#6ea8ff,#a855f7)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important}.sb-nav{display:flex!important;flex-direction:column!important;gap:10px!important}.sb-nav button{position:relative!important;width:100%!important;min-height:52px!important;padding:0 16px!important;border-radius:18px!important;border:1px solid transparent!important;background:transparent!important;color:#aeb8db!important;display:flex!important;align-items:center!important;gap:14px!important;font-size:15px!important;font-weight:750!important;text-align:left!important;box-shadow:none!important;transition:.22s ease!important;overflow:visible!important}.sb-nav button:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:18px!important;background:linear-gradient(135deg,#ffffff1a,#ffffff08)!important;border:1px solid rgba(255,255,255,.08)!important;opacity:0!important;transition:.22s ease!important}.sb-nav button:hover:before{opacity:1!important}.sb-nav button:hover{color:#fff!important;transform:translate(4px)!important}.sb-nav button .sb-ic{position:relative!important;z-index:2!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:14px!important;display:grid!important;place-items:center!important;font-size:18px!important;color:currentColor!important;transition:.22s ease!important}.sb-nav button span:last-child{position:relative!important;z-index:2!important}.sb-nav button.on{color:#fff!important;background:linear-gradient(135deg,#5a7cff3d,#a855f72e)!important;border-color:#80a0ff5c!important;box-shadow:0 14px 34px #465dff2e,inset 0 1px #ffffff1a!important}.sb-nav button.on:after{content:""!important;display:block!important;position:absolute!important;left:-17px!important;top:50%!important;width:4px!important;height:32px!important;border-radius:0 999px 999px 0!important;background:linear-gradient(180deg,#6ea8ff,#a855f7)!important;transform:translateY(-50%)!important;box-shadow:0 0 18px #6ea8ffb3!important}.sb-nav button.on .sb-ic{background:linear-gradient(135deg,#5b8cff,#9b5cff)!important;color:#fff!important;box-shadow:0 10px 24px #5b8cff59,0 0 0 4px #ffffff0d!important}.sb-foot{margin-top:auto!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.08)!important}.sb-user{padding:12px!important;border-radius:18px!important;background:#ffffff0e!important;border:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.sb-av{box-shadow:0 10px 24px #5b8cff47!important}.sb-uinfo strong{color:#fff!important}.sb-uinfo span{color:#8f9bc6!important}.sb-logout{margin-top:12px!important;width:100%!important;min-height:42px!important;padding:0 14px!important;border-radius:14px!important;color:#aeb8db!important;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.07)!important;transition:.2s ease!important}.sb-logout:hover{color:#ff9aa8!important;background:#ff50641a!important}.tb-actions{display:flex!important;gap:12px!important;align-items:center!important}.tb-actions button,.tb-actions .btn{min-height:46px!important;height:46px!important;padding:0 18px!important;border-radius:16px!important;font-size:14px!important;font-weight:800!important}.tb-actions .btn-ghost,.tb-actions .btn-grad{font-size:14px!important}.tb-actions .btn-ghost:before,.tb-actions .btn-grad:before{content:none!important;display:none!important}.notif-btn{position:relative!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;padding:0!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#ffffff1a,#ffffff0a)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important;box-shadow:0 12px 28px #00000038,inset 0 1px #ffffff1a!important}.notif-btn i{top:-6px!important;right:-6px!important}.pb-buttons,.pb-buttons.big{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important}.pb-sm,.pb-buttons button:not(.pb-play){width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:15px!important;display:inline-grid!important;place-items:center!important;background:linear-gradient(180deg,#ffffff1a,#ffffff0b)!important;border:1px solid rgba(255,255,255,.13)!important;color:#f7f9ff!important;box-shadow:0 10px 24px #00000038,inset 0 1px #ffffff1a!important;font-size:16px!important;line-height:1!important}.pb-sm:hover,.pb-buttons button:not(.pb-play):hover{color:#fff!important;transform:translateY(-1px)!important;border-color:#96aaff4d!important;background:linear-gradient(180deg,#8796ff2e,#ffffff12)!important}.pb-sm.on{color:#7fa8ff!important;border-color:#7fa8ff57!important}.pb-play{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;padding:0!important;border-radius:18px!important;display:inline-grid!important;place-items:center!important;background:linear-gradient(135deg,#5b8cfff5,#9a5cfff5)!important;color:#fff!important;border:1px solid rgba(255,255,255,.17)!important;box-shadow:0 16px 38px #695fff5c,inset 0 1px #ffffff2e!important;font-size:18px!important}.pb-play:hover{transform:translateY(-1px)!important;filter:brightness(1.05)!important}.pb-buttons.big .pb-play{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important;border-radius:22px!important;font-size:22px!important}.pb-buttons.big .pb-sm,.pb-buttons.big button:not(.pb-play){width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}.modal-x{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:linear-gradient(180deg,#ffffff1f,#ffffff0d)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important}.member-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important}.member-actions button,.req-row button,.invite-row button,.set-actions button,.comment-add button,.queue-list button{min-height:40px!important;padding:0 14px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:13px!important;font-weight:800!important;background:linear-gradient(180deg,#ffffff18,#ffffff0a)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:0 10px 24px #0003,inset 0 1px #ffffff1a!important}.off-row .off-play,.off-row .off-del{width:auto!important;height:40px!important;min-width:64px!important;min-height:40px!important;padding:0 16px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:13px!important;font-weight:800!important}.off-row .off-play{background:linear-gradient(135deg,#5b8cffeb,#9a5cffeb)!important;color:#fff!important;border:1px solid rgba(210,220,255,.22)!important}.off-row .off-del{background:linear-gradient(180deg,#ff587421,#ffffff09)!important;color:#ff9aa8!important;border:1px solid rgba(255,120,140,.22)!important}.sc-play{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#5b8cfff5,#9a5cfff5)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important}.sc-dots{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;border-radius:13px!important;display:grid!important;place-items:center!important;color:#dbe3ff!important;background:linear-gradient(180deg,#ffffff14,#ffffff08)!important;border:1px solid rgba(255,255,255,.1)!important}.sc-menu button,.sc-menu a{min-height:38px!important;padding:0 12px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;color:var(--text)!important}select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:none!important}input,select,textarea,.f-input{border-radius:16px!important}@media(max-width:900px){.shell{grid-template-columns:1fr!important}.sidebar{display:none!important}.mobile-nav{display:flex!important;position:fixed!important;left:10px!important;right:10px!important;bottom:calc(var(--player-h) + 10px)!important;z-index:25!important;padding:8px!important;justify-content:space-around!important;border-radius:22px!important;background:linear-gradient(135deg,#ffffff1f,#ffffff0b)!important;border:1px solid rgba(255,255,255,.12)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:0 18px 42px #00000047!important}.mobile-nav button{min-height:46px!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;color:#9aa7ce!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;padding:0 8px!important}.mobile-nav button.on{color:#fff!important;background:linear-gradient(135deg,#5b8cff57,#a855f73d)!important;border-color:#ffffff1f!important}.mobile-nav button span{font-size:1.15rem!important}.mobile-nav button i{font-size:.62rem!important;font-style:normal!important}.tb-actions{gap:8px!important}.tb-actions button,.tb-actions .btn{min-height:42px!important;height:42px!important;padding:0 14px!important;border-radius:14px!important;font-size:13px!important}.notif-btn{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important}.pb-sm,.pb-buttons button:not(.pb-play){width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;border-radius:14px!important}.pb-play{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;border-radius:18px!important}}.sc-play{position:static!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;opacity:1!important;transform:none!important;grid-column:3!important;grid-row:1!important}.row{margin-bottom:28px!important}.row-head{margin-bottom:12px!important}.row-head h2{font-size:18px!important}.row-grid,.grid{display:flex!important;flex-direction:column!important;gap:10px!important;overflow:visible!important;padding-bottom:0!important}.song-card{width:100%!important;min-height:76px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:10px 14px!important;border-radius:18px!important;background:linear-gradient(135deg,#ffffff13,#ffffff09)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 10px 28px #0003,inset 0 1px #ffffff14!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:visible!important;transform:none!important}.song-card:hover{transform:translateY(-1px)!important;border-color:#7d96ff3d!important;background:linear-gradient(135deg,#7891ff21,#a855f714)!important}.sc-art{width:58px!important;height:58px!important;min-width:58px!important;aspect-ratio:auto!important;border-radius:15px!important;cursor:pointer!important;overflow:hidden!important}.sc-art img,.cover-grad{width:58px!important;height:58px!important;border-radius:15px!important}.cover-grad span{font-size:20px!important;color:#ffffffc2!important}.sc-src{display:none!important}.sc-offline{top:-5px!important;right:-5px!important;width:22px!important;height:22px!important;border-radius:8px!important}.sc-play{position:static!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;opacity:1!important;transform:none!important;grid-column:3!important;grid-row:1!important;display:grid!important;place-items:center!important}.sc-body{padding:0!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important}.sc-titles{min-width:0!important}.sc-titles strong{font-size:15px!important;font-weight:800!important;color:#fff!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sc-titles span{font-size:13px!important;color:#9ca8d2!important;margin-top:3px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.sc-actions{margin-top:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.sc-heart{width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:#ffffff0e!important;border:1px solid rgba(255,255,255,.09)!important;color:#aeb8db!important;font-size:17px!important}.sc-heart i{display:none!important}.sc-heart.on{color:#f472b6!important;background:#f472b61f!important;border-color:#f472b633!important}.sc-dots{width:38px!important;height:38px!important;min-width:38px!important;padding:0!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:#ffffff0e!important;border:1px solid rgba(255,255,255,.09)!important;color:#fff!important;font-size:18px!important}.sc-menu{right:0!important;bottom:auto!important;top:calc(100% + 8px)!important;border-radius:16px!important;background:linear-gradient(180deg,#161b3af5,#0f132df5)!important;border:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}.hero{padding:2rem!important;border-radius:22px!important}.player-bar{height:86px!important;grid-template-columns:minmax(260px,1fr) minmax(340px,1.4fr) minmax(180px,1fr)!important;padding:0 22px!important}.pb-buttons{gap:10px!important}.pb-sm,.pb-play,.pb-icon{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:#ffffff12!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.pb-play{width:50px!important;height:50px!important;min-width:50px!important;background:linear-gradient(135deg,#7c4dff,#4f7cff)!important;border-radius:16px!important}.full-card{border-radius:24px!important}.pb-buttons.big .pb-sm,.pb-buttons.big .pb-play{border-radius:16px!important}.pb-buttons.big .pb-play{width:58px!important;height:58px!important}.topbar{gap:14px!important}.tb-actions{display:flex!important;align-items:center!important;gap:10px!important}.tb-actions .btn,.tb-actions button{height:46px!important;min-height:46px!important;padding:0 18px!important;border-radius:16px!important;white-space:nowrap!important}@media(max-width:900px){.topbar{position:sticky!important;top:0!important;padding:12px!important;flex-direction:column!important;align-items:stretch!important}.tb-search{max-width:none!important;width:100%!important}.tb-actions{justify-content:space-between!important;width:100%!important}.tb-actions .btn,.tb-actions button{flex:1!important;min-width:0!important;padding:0 12px!important;font-size:13px!important}.notif-btn{flex:0 0 46px!important}.page{padding:16px 12px calc(var(--player-h) + 92px)!important}.hero{padding:22px!important;margin-bottom:22px!important}.hero h1{font-size:28px!important}.hero-sub{font-size:14px!important}.hero-cta{display:grid!important;grid-template-columns:1fr!important}.hero-cta .btn{width:100%!important}.song-card{grid-template-columns:52px minmax(0,1fr)!important;gap:12px!important;padding:10px!important;min-height:72px!important}.sc-art,.sc-art img,.cover-grad{width:52px!important;height:52px!important;border-radius:14px!important}.sc-play{display:none!important}.sc-body{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}.sc-titles strong{font-size:14px!important}.sc-titles span{font-size:12px!important}.sc-heart,.sc-dots{width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important}.player-bar{height:74px!important;grid-template-columns:minmax(0,1fr) auto!important;padding:0 12px!important}.pb-cover-wrap,.pb-cover{width:46px!important;height:46px!important}.pb-text strong{font-size:13px!important}.pb-text span{font-size:12px!important}.pb-center,.pb-right{display:none!important}.mobile-nav{bottom:74px!important}}@media(max-width:480px){.page-head h1,.hero h1{font-size:24px!important}.song-card{border-radius:16px!important}.tb-actions{gap:8px!important}.tb-actions .btn,.tb-actions button{height:42px!important;min-height:42px!important;border-radius:14px!important;font-size:12px!important}}.pb-mobile-controls{display:none}.pb-controls-wrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.queue-list button{align-items:center!important}.queue-list button span{color:#fff!important;font-weight:700!important}.queue-list button i{color:#9ca8d2!important;font-style:normal!important;font-size:12px!important;max-width:120px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.queue-empty{display:block;padding:10px 8px;color:#9ca8d2;font-size:13px}.pb-cover-wrap img,.full-cover img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.player-bar{height:76px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;padding:0 12px!important}.pb-meta{min-width:0!important;gap:10px!important}.pb-cover-wrap,.pb-cover{width:48px!important;height:48px!important;min-width:48px!important;border-radius:14px!important}.pb-text{min-width:0!important}.pb-text strong{font-size:13px!important;max-width:100%!important}.pb-text span{font-size:11px!important;max-width:100%!important}.pb-center,.pb-right{display:none!important}.pb-mobile-controls{display:flex!important;align-items:center!important;gap:7px!important}.pb-mobile-controls .pb-sm{width:38px!important;height:38px!important;min-width:38px!important;border-radius:13px!important;font-size:13px!important}.pb-mobile-controls .pb-play{width:44px!important;height:44px!important;min-width:44px!important;border-radius:15px!important;font-size:13px!important}.full-player{padding:12px!important}.full-card{width:100%!important;max-height:92vh!important;border-radius:24px!important;padding:18px!important}.full-cover{width:min(260px,74vw)!important;border-radius:24px!important}.pb-buttons.big{gap:8px!important}.pb-buttons.big .pb-sm{width:42px!important;height:42px!important;min-width:42px!important}.pb-buttons.big .pb-play{width:56px!important;height:56px!important;min-width:56px!important}.pb-progress{width:100%!important;gap:8px!important}.pb-t{font-size:11px!important;min-width:32px!important}.full-volume{width:100%!important}.full-volume .pb-vol{flex:1!important;width:auto!important}}@media(max-width:430px){.player-bar{height:74px!important;padding:0 10px!important}.pb-cover-wrap,.pb-cover{width:44px!important;height:44px!important;min-width:44px!important}.pb-mobile-controls{gap:5px!important}.pb-mobile-controls .pb-sm{width:34px!important;height:34px!important;min-width:34px!important;font-size:12px!important}.pb-mobile-controls .pb-play{width:40px!important;height:40px!important;min-width:40px!important}}.song-list-row{grid-template-columns:58px minmax(0,1fr) auto!important}.song-list-row>.sc-body{grid-column:2!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:6px!important}.song-list-row>.sc-actions{grid-column:3!important;align-self:center!important;margin-top:0!important}.sc-meta-line{display:flex;align-items:center;gap:8px;min-width:0;color:#7f8bb7;font-size:11px;line-height:1;white-space:nowrap;overflow:hidden}.sc-meta-line span{max-width:150px;overflow:hidden;text-overflow:ellipsis}.sc-meta-pill{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;color:#dfe6ff;background:#ffffff12;border:1px solid rgba(255,255,255,.1);font-size:10px;font-weight:800}.sc-meta-pill.sc-upload{color:#cfe0ff;background:#5b8cff29;border-color:#5b8cff3d}.sc-meta-pill.sc-youtube{color:#ffd0d0;background:#e5393529;border-color:#e5393538}.sc-meta-pill.sc-spotify{color:#caffe0;background:#1ed76026;border-color:#1ed76038}.sc-meta-pill.sc-direct_url,.sc-meta-pill.sc-yt_dlp{color:#c6f7ff;background:#22d3ee24;border-color:#22d3ee38}.song-list-row .sc-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.song-list-row .sc-play,.song-list-row .sc-heart,.song-list-row .sc-dots{position:static!important;opacity:1!important;transform:none!important}.song-list-row .sc-play{width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important}.modal-cover{overflow:hidden!important}.modal-cover img,.modal-cover .cover-grad{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit!important}.modal-title-area{min-width:0}.modal-title-area h2{overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media(max-width:900px){.song-list-row{grid-template-columns:52px minmax(0,1fr) auto!important}.song-list-row>.sc-actions{gap:6px!important}.sc-meta-line,.song-list-row .sc-play{display:none!important}.song-list-row .sc-heart,.song-list-row .sc-dots{width:34px!important;height:34px!important;min-width:34px!important}}@media(max-width:430px){.song-list-row{grid-template-columns:48px minmax(0,1fr) auto!important;gap:10px!important}.song-list-row .sc-heart{display:none!important}.song-list-row .sc-dots{width:34px!important;height:34px!important;min-width:34px!important}}.home-page{display:flex;flex-direction:column;gap:24px}.home-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 190px!important;align-items:center!important;gap:24px!important;min-height:220px!important;margin-bottom:0!important}.home-hero .hero-sub{max-width:620px}.home-hero-card{min-height:150px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at top left,rgba(91,140,255,.28),transparent 42%),linear-gradient(135deg,#ffffff1f,#ffffff0a);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 44px #00000038,inset 0 1px #ffffff1a}.home-hero-card span{color:#9ca8d2;font-size:13px;font-weight:700}.home-hero-card strong{font-size:54px;font-weight:900;line-height:1;margin:8px 0;background:linear-gradient(135deg,#6ea8ff,#a855f7);-webkit-background-clip:text;background-clip:text;color:transparent}.home-hero-card i{color:#dfe6ff;font-size:13px;font-style:normal;font-weight:800}.home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.home-stat{padding:18px;border-radius:20px;min-height:110px;display:flex;flex-direction:column;justify-content:center}.home-stat span{color:#9ca8d2;font-size:12px;font-weight:800}.home-stat strong{color:#fff;font-size:30px;font-weight:900;line-height:1.1;margin-top:7px}.home-stat i{color:#7f8bb7;font-style:normal;font-size:12px;margin-top:5px}.home-song-section{margin-bottom:0!important}.home-song-section .row-head,.home-playlist-section .row-head{margin-bottom:12px!important}.row-head p{margin-top:4px;color:#7f8bb7;font-size:13px}.home-song-list{gap:10px!important}.home-playlist-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}.home-playlist-item{width:100%;min-height:74px;padding:12px;border-radius:18px;display:flex;align-items:center;gap:12px;text-align:left;color:#fff}.home-playlist-cover{width:50px;height:50px;min-width:50px;border-radius:15px;display:grid;place-items:center;font-size:22px;color:#ffffffd1}.home-playlist-item strong{display:block;color:#fff;font-size:14px;font-weight:850;max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-playlist-item span{display:block;color:#9ca8d2;font-size:12px;margin-top:4px}.home-empty{max-width:none!important;width:100%;padding:48px 24px!important;border-radius:24px}.home-empty-actions{display:flex;align-items:center;justify-content:center;gap:12px}.home-loading{min-height:340px;display:grid;place-items:center;text-align:center;border-radius:24px;padding:40px}.home-loading strong{display:block;color:#fff;font-size:20px;margin-top:14px}.home-loading span{display:block;color:#9ca8d2;font-size:13px;margin-top:6px}.loading-wave{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;font-size:32px;color:#fff;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57;animation:pulse 1.4s ease-in-out infinite}@media(max-width:1000px){.home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{grid-template-columns:1fr!important}.home-hero-card{min-height:120px}}@media(max-width:600px){.home-page{gap:18px}.home-hero{min-height:auto!important}.home-hero-card{display:none}.home-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-stat{min-height:88px;padding:14px;border-radius:18px}.home-stat strong{font-size:24px}.home-stat span,.home-stat i{font-size:11px}.home-playlist-list{grid-template-columns:1fr}.home-empty-actions{flex-direction:column}.home-empty-actions .btn{width:100%}.row-head{align-items:flex-start!important}.row-head h2{font-size:17px!important}.row-head p{font-size:12px}}.library-page{display:flex;flex-direction:column;gap:18px}.library-head{margin-bottom:0!important}.library-head>div:first-child{min-width:0}.library-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.library-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.library-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px;align-items:center;padding:14px;border-radius:22px}.library-search{position:relative;min-width:0}.library-search span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8d98c3;font-size:18px;pointer-events:none}.library-search input{width:100%;height:48px;padding:0 16px 0 44px;border-radius:16px;color:#fff;background:#fff1;border:1px solid rgba(255,255,255,.1);outline:none}.library-search input::placeholder{color:#7f8bb7}.library-search input:focus{border-color:#6ea8ff6b;box-shadow:0 0 0 3px #5b8cff1a}.library-sort .f-input{width:100%;height:48px;border-radius:16px}.library-filters{gap:8px!important}.library-filters .chip{min-height:38px;padding:0 14px!important;display:inline-flex;align-items:center;justify-content:center}.library-list{gap:10px!important}.library-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:760px){.library-head{align-items:flex-start!important}.library-actions{width:100%}.library-actions .btn{flex:1;min-width:0}.library-toolbar{grid-template-columns:1fr;padding:12px;border-radius:20px}.library-search input{height:46px;font-size:13px}.library-sort .f-input{height:46px}.library-filters{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:4px!important}.library-filters .chip{flex:0 0 auto;white-space:nowrap}}@media(max-width:430px){.library-actions{gap:8px}.library-actions .btn{height:42px!important;min-height:42px!important;font-size:12px!important;padding:0 10px!important}.library-sub{font-size:12px}}.favorites-page{display:flex;flex-direction:column;gap:18px}.favorites-head{margin-bottom:0!important}.favorites-head>div:first-child{min-width:0}.favorites-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.favorites-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.favorites-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:12px;align-items:center;padding:14px;border-radius:22px}.favorites-search{position:relative;min-width:0}.favorites-search span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8d98c3;font-size:18px;pointer-events:none}.favorites-search input{width:100%;height:48px;padding:0 16px 0 44px;border-radius:16px;color:#fff;background:#fff1;border:1px solid rgba(255,255,255,.1);outline:none}.favorites-search input::placeholder{color:#7f8bb7}.favorites-search input:focus{border-color:#f472b666;box-shadow:0 0 0 3px #f472b61a}.favorites-sort .f-input{width:100%;height:48px;border-radius:16px}.favorites-list{gap:10px!important}.favorites-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:760px){.favorites-head{align-items:flex-start!important}.favorites-actions{width:100%}.favorites-actions .btn{flex:1;min-width:0}.favorites-toolbar{grid-template-columns:1fr;padding:12px;border-radius:20px}.favorites-search input{height:46px;font-size:13px}.favorites-sort .f-input{height:46px}}@media(max-width:430px){.favorites-actions{gap:8px}.favorites-actions .btn{height:42px!important;min-height:42px!important;font-size:12px!important;padding:0 10px!important}.favorites-sub{font-size:12px}}.playlists-page,.playlist-detail-page{display:flex;flex-direction:column;gap:18px}.playlists-head{margin-bottom:0!important}.playlists-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.playlist-create{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) 160px auto;gap:12px;align-items:center;padding:14px;border-radius:22px}.playlist-create strong{display:block;color:#fff;font-size:15px;font-weight:850}.playlist-create span{display:block;color:#8d98c3;font-size:12px;margin-top:4px}.playlist-create .f-input{height:48px;border-radius:16px}.playlist-create .btn{height:48px!important;min-height:48px!important}.playlist-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:12px}.playlist-item{width:100%;min-height:86px;padding:14px;border-radius:20px;display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:14px;text-align:left;color:#fff}.playlist-item:hover{transform:translateY(-1px);border-color:#6ea8ff47!important}.playlist-item-cover{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;color:#ffffffd9;font-size:24px;box-shadow:0 12px 28px #0003}.playlist-item-info{min-width:0}.playlist-item-info strong{display:block;color:#fff;font-size:15px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playlist-item-info span{display:block;color:#9ca8d2;font-size:12px;margin-top:5px}.playlist-item i{color:#8d98c3;font-size:28px;font-style:normal}.playlist-detail-top{margin-bottom:0!important}.playlist-detail-hero{display:grid;grid-template-columns:150px minmax(0,1fr);gap:22px;align-items:center;padding:24px;border-radius:26px}.playlist-detail-cover{width:150px;height:150px;border-radius:28px;display:grid;place-items:center;font-size:46px;color:#ffffffdb;box-shadow:0 20px 50px #00000047,inset 0 1px #ffffff1f}.playlist-detail-info{min-width:0}.playlist-detail-info h1{font-size:clamp(28px,4vw,42px);font-weight:900;color:#fff;letter-spacing:-.04em;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.playlist-detail-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.playlist-song-list{gap:10px!important}.playlist-note{margin:0!important;padding:0 2px}.drag-wrap{border-radius:18px}.drag-wrap.dragging{opacity:.55;transform:scale(.99)}.playlist-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:980px){.playlist-create{grid-template-columns:1fr 1fr}.playlist-create>div{grid-column:1 / -1}}@media(max-width:680px){.playlist-create{grid-template-columns:1fr;padding:12px;border-radius:20px}.playlist-list{grid-template-columns:1fr}.playlist-detail-hero{grid-template-columns:1fr;padding:18px;text-align:center}.playlist-detail-cover{width:120px;height:120px;border-radius:24px;font-size:38px;margin:0 auto}.playlist-detail-actions{justify-content:center}.playlist-detail-actions .btn{flex:1;min-width:0}}@media(max-width:430px){.playlist-item{min-height:78px;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;padding:12px;border-radius:18px}.playlist-item-cover{width:50px;height:50px;border-radius:16px}.playlist-detail-actions{flex-direction:column}.playlist-detail-actions .btn{width:100%}}.upload-page{display:flex;flex-direction:column;gap:18px}.upload-head{margin-bottom:0!important}.upload-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.upload-drop{min-height:190px;border-radius:26px;padding:28px;display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:20px;cursor:pointer;transition:.22s ease}.upload-drop:hover,.upload-drop.drag{border-color:#6ea8ff57!important;transform:translateY(-1px);background:radial-gradient(circle at top left,rgba(91,140,255,.18),transparent 38%),linear-gradient(135deg,#ffffff1f,#ffffff0b)!important}.upload-drop-icon{width:74px;height:74px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:34px;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57}.upload-drop strong{display:block;color:#fff;font-size:22px;font-weight:900;letter-spacing:-.03em}.upload-drop span{display:block;color:#9ca8d2;font-size:13px;margin-top:6px}.upload-pick-btn{height:48px!important;min-height:48px!important}.upload-messages{display:flex;flex-direction:column;gap:10px}.upload-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;border-radius:22px}.upload-summary div{min-height:74px;padding:12px;border-radius:18px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center}.upload-summary span{color:#8d98c3;font-size:12px;font-weight:800}.upload-summary strong{color:#fff;font-size:26px;font-weight:900;margin-top:4px}.upload-list{display:flex;flex-direction:column;gap:10px}.upload-row{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(0,1.8fr) 150px auto;gap:12px;align-items:center;padding:12px;border-radius:20px}.upload-row.status-tamamlandı{border-color:#22c55e38!important}.upload-row.status-hata{border-color:#f8717147!important}.upload-file-meta{min-width:0;display:flex;align-items:center;gap:12px}.upload-file-icon{width:48px;height:48px;min-width:48px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:20px;background:linear-gradient(135deg,#5b8cff52,#a855f73d);border:1px solid rgba(255,255,255,.1)}.upload-file-meta strong{display:block;color:#fff;font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-file-meta span{display:block;color:#8d98c3;font-size:12px;margin-top:4px}.upload-fields{min-width:0;display:grid;grid-template-columns:1.25fr 1fr 1fr .8fr 80px;gap:8px}.upload-fields .f-input{height:44px;border-radius:14px;font-size:13px}.upload-status{min-width:0}.upload-status span{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:0 10px;border-radius:999px;color:#dfe6ff;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:800}.upload-status i{display:block;color:#ff9f9f;font-size:11px;font-style:normal;margin-top:5px;max-width:150px;overflow:hidden;text-overflow:ellipsis}.upload-remove{width:38px;height:38px;min-width:38px;border-radius:14px!important;color:#ff9f9f!important;background:#ff50501f!important;border-color:#ff787838!important}.upload-bottom-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.upload-main-btn{min-width:190px}@media(max-width:1100px){.upload-row{grid-template-columns:1fr}.upload-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.upload-status{display:flex;align-items:center;gap:10px}.upload-remove{justify-self:end}}@media(max-width:760px){.upload-drop{min-height:auto;grid-template-columns:1fr;text-align:center;padding:22px;gap:14px}.upload-drop-icon{margin:0 auto}.upload-drop strong{font-size:20px}.upload-pick-btn{width:100%}.upload-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.upload-fields{grid-template-columns:1fr}.upload-fields .f-input{height:42px}.upload-bottom-actions{flex-direction:column}.upload-bottom-actions .btn{width:100%}}@media(max-width:430px){.upload-drop{border-radius:22px;padding:18px}.upload-drop-icon{width:62px;height:62px;border-radius:20px;font-size:28px}.upload-summary{gap:8px;padding:10px}.upload-summary div{min-height:68px;padding:10px}.upload-summary strong{font-size:22px}.upload-row{padding:10px;border-radius:18px}}.import-page{display:flex;flex-direction:column;gap:18px}.import-head{margin-bottom:0!important}.import-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.import-hero{min-height:120px;padding:22px;border-radius:26px;display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:18px}.import-hero-icon{width:74px;height:74px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:36px;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57}.import-hero strong{display:block;color:#fff;font-size:22px;font-weight:900;letter-spacing:-.03em}.import-hero span{display:block;color:#9ca8d2;font-size:13px;margin-top:6px}.import-card{max-width:none!important;width:100%;padding:18px!important;border-radius:26px;display:flex;flex-direction:column;gap:14px}.import-label{display:flex;flex-direction:column;gap:8px}.import-label>span{color:#dfe6ff;font-size:13px;font-weight:850}.import-input-wrap{display:grid;grid-template-columns:140px minmax(0,1fr);align-items:center;min-height:54px;border-radius:18px;background:#fff1;border:1px solid rgba(255,255,255,.1);overflow:hidden}.import-input-wrap:focus-within{border-color:#6ea8ff6b;box-shadow:0 0 0 3px #5b8cff1a}.import-input-wrap i{height:100%;display:grid;place-items:center;color:#fff;background:#ffffff0f;border-right:1px solid rgba(255,255,255,.08);font-size:12px;font-style:normal;font-weight:900}.import-input{width:100%;height:54px;border:0;outline:0;background:transparent;color:#fff;padding:0 16px;font-size:14px}.import-input::placeholder{color:#7f8bb7}.import-quick-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.import-quick-actions .btn{min-height:42px!important;height:42px!important}.import-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:4px}.import-step{min-height:86px;padding:12px;border-radius:18px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center;gap:8px;opacity:.62}.import-step span{width:30px;height:30px;border-radius:12px;display:grid;place-items:center;color:#dfe6ff;background:#ffffff13;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:900}.import-step strong{color:#dfe6ff;font-size:12px;font-weight:850;line-height:1.25}.import-step.active{opacity:1;border-color:#6ea8ff5c;background:radial-gradient(circle at top left,rgba(91,140,255,.2),transparent 42%),#ffffff0f}.import-step.active span{background:linear-gradient(135deg,#7c4dff,#4f7cff);color:#fff}.import-step.done{opacity:1;border-color:#22c55e3d}.import-step.done span{color:#fff;background:#22c55e47;border-color:#22c55e52}.import-main-btn{width:fit-content;min-width:230px;min-height:50px!important;height:50px!important}.import-history{padding:16px;border-radius:24px}.import-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.import-history-head strong{color:#fff;font-size:15px;font-weight:900}.import-history-head span{color:#8d98c3;font-size:12px}.import-history-list{display:flex;flex-direction:column;gap:8px}.import-history-row{min-height:58px;padding:10px 12px;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.import-history-row strong{display:block;color:#fff;font-size:13px;font-weight:850}.import-history-row span{display:block;color:#8d98c3;font-size:12px;margin-top:4px}.import-history-row i{width:30px;height:30px;min-width:30px;border-radius:12px;display:grid;place-items:center;color:#fff;background:#22c55e3d;border:1px solid rgba(34,197,94,.28);font-style:normal;font-weight:900}@media(max-width:980px){.import-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.import-step:last-child{grid-column:1 / -1}}@media(max-width:680px){.import-hero{grid-template-columns:1fr;text-align:center;padding:20px}.import-hero-icon{margin:0 auto}.import-input-wrap{grid-template-columns:1fr}.import-input-wrap i{min-height:38px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.import-input{height:50px;font-size:13px}.import-quick-actions{display:grid;grid-template-columns:1fr}.import-quick-actions .btn{width:100%}.import-steps{grid-template-columns:1fr}.import-step:last-child{grid-column:auto}.import-main-btn{width:100%}}@media(max-width:430px){.import-hero,.import-card,.import-history{border-radius:22px}.import-hero strong{font-size:19px}.import-hero-icon{width:62px;height:62px;border-radius:20px;font-size:30px}}.admin-page{display:flex;flex-direction:column;gap:18px}.admin-head{margin-bottom:0!important}.admin-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.admin-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.admin-stat-card{min-height:118px;padding:18px;border-radius:22px;display:flex;flex-direction:column;justify-content:center}.admin-stat-card span{color:#9ca8d2;font-size:12px;font-weight:850}.admin-stat-card strong{color:#fff;font-size:28px;font-weight:950;line-height:1.1;margin-top:8px;word-break:break-word}.admin-stat-card i{color:#7f8bb7;font-size:12px;font-style:normal;margin-top:6px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-panel{padding:16px;border-radius:24px;min-width:0}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.admin-panel-head h2{color:#fff;font-size:17px;font-weight:900}.admin-panel-head span{color:#8d98c3;font-size:12px}.admin-mini-list,.admin-playlist-list,.admin-member-list,.admin-log-list{display:flex;flex-direction:column;gap:8px}.admin-mini-row,.admin-playlist-row,.admin-member-row{min-height:58px;padding:10px 12px;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-mini-row div,.admin-playlist-row div:last-child,.admin-member-row div:last-child{min-width:0}.admin-mini-row strong,.admin-playlist-row strong,.admin-member-row strong{display:block;color:#fff;font-size:13px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-mini-row span,.admin-playlist-row span,.admin-member-row span{display:block;color:#8d98c3;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-mini-row i{color:#9ca8d2;font-size:12px;font-style:normal;font-weight:850;white-space:nowrap}.admin-playlist-row,.admin-member-row{justify-content:flex-start}.admin-playlist-cover,.admin-member-avatar{width:44px;height:44px;min-width:44px;border-radius:15px;display:grid;place-items:center;color:#fff;font-size:19px;font-weight:900;background:linear-gradient(135deg,#5b8cff52,#a855f73d);border:1px solid rgba(255,255,255,.1)}.admin-member-avatar{border-radius:999px}.admin-log-list{max-height:420px;overflow-y:auto}.admin-log-row{display:grid;grid-template-columns:150px minmax(0,1fr) 150px;gap:12px;align-items:center;min-height:44px;padding:9px 10px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.06)}.admin-log-action{color:#6ea8ff;font-size:12px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-log-detail{color:#dfe6ff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-log-user{color:#8d98c3;font-size:12px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:1200px){.admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.admin-grid{grid-template-columns:1fr}.admin-log-row{grid-template-columns:1fr;gap:4px}.admin-log-user{text-align:left}}@media(max-width:620px){.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-card{min-height:96px;padding:14px;border-radius:18px}.admin-stat-card strong{font-size:22px}.admin-panel{padding:12px;border-radius:20px}}@media(max-width:430px){.admin-stat-grid{gap:8px}.admin-stat-card span,.admin-stat-card i{font-size:11px}.admin-stat-card strong{font-size:20px}}.offline-page{display:flex;flex-direction:column;gap:18px}.offline-head{margin-bottom:0!important}.offline-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.offline-warning{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.18);font-size:12px;font-weight:850}.offline-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:22px}.offline-search{position:relative;min-width:0}.offline-search span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8d98c3;font-size:18px;pointer-events:none}.offline-search input{width:100%;height:48px;padding:0 16px 0 44px;border-radius:16px;color:#fff;background:#fff1;border:1px solid rgba(255,255,255,.1);outline:none}.offline-search input::placeholder{color:#7f8bb7}.offline-search input:focus{border-color:#6ea8ff6b;box-shadow:0 0 0 3px #5b8cff1a}.offline-list{display:flex;flex-direction:column;gap:10px}.offline-row{min-height:74px;padding:10px 12px;border-radius:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.offline-main{min-width:0;display:flex!important;align-items:center!important;gap:12px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;text-align:left!important;color:#fff!important}.offline-main:hover{transform:none!important;background:transparent!important;box-shadow:none!important}.offline-cover{width:54px;height:54px;min-width:54px;border-radius:16px;display:grid;place-items:center;color:#ffffffd1;font-size:22px;box-shadow:0 12px 28px #0003}.offline-text{min-width:0}.offline-text strong{display:block;color:#fff;font-size:14px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offline-text span{display:block;color:#9ca8d2;font-size:12px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offline-actions{display:flex;align-items:center;gap:8px}.offline-actions .btn{min-height:40px!important;height:40px!important}.offline-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:760px){.offline-head{align-items:flex-start!important}.offline-warning{width:100%;justify-content:center}.offline-toolbar{grid-template-columns:1fr;padding:12px;border-radius:20px}.offline-toolbar .btn{width:100%}.offline-row{grid-template-columns:1fr;gap:10px}.offline-actions{width:100%}.offline-actions .btn{flex:1;min-width:0}}@media(max-width:430px){.offline-cover{width:48px;height:48px;min-width:48px;border-radius:15px}.offline-row{padding:10px;border-radius:18px}.offline-actions .btn{height:38px!important;min-height:38px!important;font-size:12px!important}}.requests-page{display:flex;flex-direction:column;gap:18px}.requests-head{margin-bottom:0!important}.requests-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.requests-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.requests-create{min-height:130px;padding:20px;border-radius:26px;display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:18px}.requests-create-icon{width:70px;height:70px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:32px;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57}.requests-create-body{min-width:0}.requests-create-body>strong{display:block;color:#fff;font-size:20px;font-weight:900;letter-spacing:-.03em}.requests-create-body>span{display:block;color:#9ca8d2;font-size:13px;margin-top:5px}.requests-create-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:14px}.requests-create-form .f-input{height:48px;border-radius:16px}.requests-create-form .btn{height:48px!important;min-height:48px!important}.requests-messages{display:flex;flex-direction:column;gap:10px}.requests-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-radius:22px}.requests-search{position:relative;min-width:0}.requests-search span{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#8d98c3;font-size:18px;pointer-events:none}.requests-search input{width:100%;height:48px;padding:0 16px 0 44px;border-radius:16px;color:#fff;background:#fff1;border:1px solid rgba(255,255,255,.1);outline:none}.requests-search input::placeholder{color:#7f8bb7}.requests-search input:focus{border-color:#6ea8ff6b;box-shadow:0 0 0 3px #5b8cff1a}.requests-filters{display:flex;align-items:center;gap:8px}.requests-filters .chip{min-height:38px;padding:0 14px!important;display:inline-flex;align-items:center;justify-content:center}.requests-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.requests-stat{min-height:86px;padding:16px;border-radius:20px;display:flex;flex-direction:column;justify-content:center}.requests-stat span{color:#9ca8d2;font-size:12px;font-weight:850}.requests-stat strong{color:#fff;font-size:28px;font-weight:950;margin-top:5px}.requests-list{display:flex;flex-direction:column;gap:10px}.requests-row{min-height:76px;padding:12px;border-radius:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}.requests-row.done{opacity:.72}.requests-row-main{min-width:0;display:flex;align-items:center;gap:12px}.requests-row-icon{width:50px;height:50px;min-width:50px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:20px;font-weight:900;background:linear-gradient(135deg,#5b8cff52,#a855f73d);border:1px solid rgba(255,255,255,.1)}.requests-row.done .requests-row-icon{background:#22c55e38;border-color:#22c55e47}.requests-row-main div:last-child{min-width:0}.requests-row-main strong{display:block;color:#fff;font-size:14px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.requests-row-main span{display:block;color:#9ca8d2;font-size:12px;margin-top:4px}.requests-row-actions{display:flex;align-items:center;gap:8px}.requests-row-actions .btn{height:40px!important;min-height:40px!important}.requests-done{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border-radius:999px;color:#86efac;background:#22c55e24;border:1px solid rgba(34,197,94,.22);font-size:12px;font-weight:850}.requests-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:760px){.requests-head{align-items:flex-start!important}.requests-head-actions{width:100%}.requests-head-actions .btn{flex:1;min-width:0}.requests-create{grid-template-columns:1fr;text-align:center;padding:20px;border-radius:22px}.requests-create-icon{margin:0 auto}.requests-create-form{grid-template-columns:1fr}.requests-create-form .btn{width:100%}.requests-toolbar{grid-template-columns:1fr;padding:12px;border-radius:20px}.requests-filters{overflow-x:auto;padding-bottom:4px}.requests-filters .chip{flex:0 0 auto;white-space:nowrap}.requests-row{grid-template-columns:1fr}.requests-row-actions{width:100%}.requests-row-actions .btn,.requests-done{flex:1;justify-content:center}}@media(max-width:430px){.requests-stats{gap:8px}.requests-stat{min-height:74px;padding:12px;border-radius:18px}.requests-stat strong{font-size:22px}.requests-row-icon{width:46px;height:46px;min-width:46px;border-radius:15px}}.family-page{display:flex;flex-direction:column;gap:18px}.family-head{margin-bottom:0!important}.family-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.family-messages{display:flex;flex-direction:column;gap:10px}.family-invite-box{display:grid;grid-template-columns:70px minmax(0,1fr);gap:18px;align-items:center;padding:20px;border-radius:26px}.family-invite-icon{width:70px;height:70px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:34px;font-weight:900;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57}.family-invite-content{min-width:0}.family-invite-content>strong{display:block;color:#fff;font-size:19px;font-weight:900}.family-invite-content>span{display:block;color:#9ca8d2;font-size:13px;margin-top:5px}.family-code-row{display:flex;align-items:center;gap:10px;margin-top:14px;flex-wrap:wrap}.family-code-row code{min-height:40px;padding:0 14px;border-radius:14px;display:inline-flex;align-items:center;color:#c6f7ff;background:#22d3ee1a;border:1px solid rgba(34,211,238,.18);font-size:13px;font-weight:900}.family-copy-link{width:100%;margin-top:10px;text-align:left;color:#8bdcff!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.family-copy-link:hover{transform:none!important;text-decoration:underline!important}.family-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.family-stat{min-height:96px;padding:16px;border-radius:20px;display:flex;flex-direction:column;justify-content:center}.family-stat span{color:#9ca8d2;font-size:12px;font-weight:850}.family-stat strong{color:#fff;font-size:28px;font-weight:950;margin-top:5px}.family-member-list{display:flex;flex-direction:column;gap:10px}.family-member-row{min-height:86px;padding:12px;border-radius:22px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px}.family-member-main{min-width:0;display:flex;align-items:center;gap:12px}.family-avatar{width:54px;height:54px;min-width:54px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:20px;font-weight:900;box-shadow:0 14px 32px #0000003d}.family-member-info{min-width:0}.family-member-info strong{display:block;color:#fff;font-size:15px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.family-member-info span{display:block;color:#9ca8d2;font-size:12px;margin-top:4px}.family-member-info i{display:block;color:#7f8bb7;font-size:12px;font-style:normal;margin-top:3px}.family-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.family-badges span{min-height:30px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}.family-badges .role{color:#dfe6ff;background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.family-badges .role.admin{color:#c6f7ff;background:#22d3ee1f;border:1px solid rgba(34,211,238,.2)}.family-badges .perm{color:#ffb4b4;background:#f871711a;border:1px solid rgba(248,113,113,.16)}.family-badges .perm.on{color:#86efac;background:#22c55e1f;border:1px solid rgba(34,197,94,.2)}.family-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.family-actions .btn{height:38px!important;min-height:38px!important}.family-invites{padding:16px;border-radius:24px}.family-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.family-section-head h2{color:#fff;font-size:17px;font-weight:900}.family-section-head span{color:#8d98c3;font-size:12px}.family-invite-list{display:flex;flex-direction:column;gap:8px}.family-invite-row{min-height:52px;padding:10px 12px;border-radius:16px;background:#ffffff0b;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:12px}.family-invite-row code{color:#c6f7ff;font-size:13px;font-weight:900}.family-invite-row span{min-height:30px;padding:0 10px;border-radius:999px;color:#86efac;background:#22c55e1f;border:1px solid rgba(34,197,94,.2);display:inline-flex;align-items:center;font-size:11px;font-weight:900}.family-invite-row.used{opacity:.62}.family-invite-row.used span{color:#9ca8d2;background:#ffffff0f;border-color:#ffffff1a}.family-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:1100px){.family-member-row{grid-template-columns:minmax(0,1fr)}.family-badges,.family-actions{justify-content:flex-start}}@media(max-width:760px){.family-head{align-items:flex-start!important}.family-head .btn{width:100%}.family-invite-box{grid-template-columns:1fr;text-align:center;border-radius:22px}.family-invite-icon{margin:0 auto}.family-code-row{justify-content:center}.family-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.family-actions{width:100%}.family-actions .btn{flex:1;min-width:0}}@media(max-width:430px){.family-stats{gap:8px}.family-stat{min-height:78px;padding:12px;border-radius:18px}.family-stat strong{font-size:22px}.family-member-row{padding:10px;border-radius:18px}.family-avatar{width:48px;height:48px;min-width:48px;border-radius:16px}.family-actions{flex-direction:column}.family-actions .btn{width:100%}}.settings-page{display:flex;flex-direction:column;gap:18px}.settings-head{margin-bottom:0!important}.settings-sub{display:block;color:#8d98c3;font-size:13px;margin-top:6px}.settings-messages{display:flex;flex-direction:column;gap:10px}.settings-profile{min-height:110px;padding:20px;border-radius:26px;display:flex;align-items:center;gap:16px}.settings-avatar{width:70px;height:70px;min-width:70px;border-radius:24px;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:950;background:linear-gradient(135deg,#7c4dff,#4f7cff);box-shadow:0 18px 42px #5a6eff57}.settings-profile strong{display:block;color:#fff;font-size:20px;font-weight:900}.settings-profile span{display:block;color:#9ca8d2;font-size:13px;margin-top:5px}.settings-profile i{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;margin-top:9px;border-radius:999px;color:#c6f7ff;background:#22d3ee1f;border:1px solid rgba(34,211,238,.2);font-size:11px;font-style:normal;font-weight:900}.settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.settings-card-new{min-height:220px;padding:18px;border-radius:24px;display:flex;flex-direction:column;gap:16px}.settings-card-icon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;color:#fff;font-size:22px;background:linear-gradient(135deg,#5b8cff52,#a855f73d);border:1px solid rgba(255,255,255,.1)}.settings-card-body{min-width:0}.settings-card-body strong{display:block;color:#fff;font-size:16px;font-weight:900}.settings-card-body p{color:#9ca8d2;font-size:13px;line-height:1.55;margin-top:7px}.settings-input-row{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:10px;align-items:center;margin-top:18px}.settings-input-row .f-input{height:48px;border-radius:16px}.settings-input-row span{height:48px;border-radius:16px;display:grid;place-items:center;color:#dfe6ff;background:#ffffff12;border:1px solid rgba(255,255,255,.1);font-size:12px;font-weight:900}.settings-switch-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px}.settings-switch-row>span{color:#dfe6ff;font-size:13px;font-weight:900}.settings-toggle{width:62px;height:36px;min-width:62px;border-radius:999px!important;padding:3px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:none!important}.settings-toggle span{width:28px;height:28px;border-radius:999px;background:#fff;box-shadow:0 8px 18px #00000047;transition:.18s ease}.settings-toggle.on{justify-content:flex-end!important;background:linear-gradient(135deg,#7c4dff,#4f7cff)!important;border-color:#b4beff47!important}.settings-toggle:disabled{opacity:.6!important;cursor:not-allowed!important}.settings-role-pill{width:fit-content;min-height:36px;padding:0 12px;margin-top:18px;border-radius:999px;display:inline-flex;align-items:center;color:#c6f7ff;background:#22d3ee1f;border:1px solid rgba(34,211,238,.2);font-size:12px;font-weight:900}.settings-note{padding:16px;border-radius:20px;color:#fbbf24;background:linear-gradient(135deg,#fbbf241c,#ffffff09)!important;border-color:#fbbf242e!important;font-size:13px;line-height:1.55}.settings-empty{max-width:none!important;width:100%;border-radius:24px;padding:48px 24px!important}@media(max-width:1000px){.settings-grid{grid-template-columns:1fr}.settings-card-new{min-height:auto}}@media(max-width:620px){.settings-head{align-items:flex-start!important}.settings-head .btn{width:100%}.settings-profile{align-items:flex-start;border-radius:22px;padding:18px}.settings-avatar{width:58px;height:58px;min-width:58px;border-radius:20px;font-size:24px}}@media(max-width:430px){.settings-profile{flex-direction:column}.settings-card-new{padding:14px;border-radius:20px}}.song-card,.song-list-row{position:relative!important}.song-list-row .sc-art,.song-list-row .sc-body,.song-list-row .sc-titles{position:relative!important;z-index:1!important}.song-list-row .sc-actions{position:relative!important;z-index:50!important;pointer-events:auto!important}.song-list-row .sc-actions button,.song-list-row .sc-play,.song-list-row .sc-heart,.song-list-row .sc-dots,.song-list-row .sc-menu-wrap,.song-list-row .sc-menu,.song-list-row .sc-menu button,.song-list-row .sc-menu a{pointer-events:auto!important;cursor:pointer!important;position:relative!important;z-index:60!important}.song-list-row .sc-menu{z-index:9999!important}.song-list-row:before,.song-list-row:after,.song-list-row .sc-body:before,.song-list-row .sc-body:after,.song-list-row .sc-actions:before,.song-list-row .sc-actions:after{pointer-events:none!important}.song-list-row .sc-actions{min-width:max-content!important;flex-shrink:0!important}@media(max-width:900px){.song-list-row .sc-actions{z-index:80!important}.song-list-row .sc-dots,.song-list-row .sc-heart,.song-list-row .sc-play{z-index:90!important}}.sc-art-button,.sc-body-button{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;text-align:left!important;cursor:pointer!important}.sc-art-button:hover,.sc-body-button:hover{transform:none!important;background:transparent!important;box-shadow:none!important}.song-list-row>.sc-body-button{grid-column:2!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:6px!important;min-width:0!important;width:100%!important}.song-list-row>.sc-art-button{grid-column:1!important;width:58px!important;height:58px!important;min-width:58px!important;border-radius:15px!important;overflow:hidden!important;position:relative!important}.song-list-row>.sc-actions{grid-column:3!important;pointer-events:auto!important;z-index:100!important}.song-list-row>.sc-actions *{pointer-events:auto!important}@media(max-width:900px){.song-list-row>.sc-art-button{width:52px!important;height:52px!important;min-width:52px!important;border-radius:14px!important}}.sc-art-button,.sc-body-button{all:unset!important}.song-list-row{position:relative!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;align-items:center!important}.song-list-row .sc-art{grid-column:1!important;position:relative!important;z-index:2!important;cursor:pointer!important;pointer-events:auto!important}.song-list-row .sc-body{grid-column:2!important;position:relative!important;z-index:2!important;cursor:pointer!important;pointer-events:auto!important}.song-list-row .sc-actions{grid-column:3!important;position:relative!important;z-index:999!important;pointer-events:auto!important;display:flex!important;align-items:center!important;gap:8px!important}.song-list-row .sc-actions button,.song-list-row .sc-menu-wrap,.song-list-row .sc-menu,.song-list-row .sc-menu button,.song-list-row .sc-menu a{pointer-events:auto!important;position:relative!important;z-index:1000!important}.song-list-row .sc-play,.song-list-row .sc-heart,.song-list-row .sc-dots{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.song-list-row .sc-menu{z-index:99999!important}.song-list-row:before,.song-list-row:after,.song-list-row *:before,.song-list-row *:after{pointer-events:none!important}.song-list-row .sc-menu button:before,.song-list-row .sc-menu button:after{display:none!important}@media(max-width:900px){.song-list-row{grid-template-columns:52px minmax(0,1fr) auto!important}}.hm-song-row,.hm-song-row *{box-sizing:border-box!important}.hm-song-row{position:relative!important;width:100%!important;min-height:76px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:10px 14px!important;border-radius:18px!important;background:linear-gradient(135deg,#ffffff13,#ffffff09)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 10px 28px #0003,inset 0 1px #ffffff14!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;overflow:visible!important;z-index:1!important}.hm-song-row:hover{border-color:#7d96ff3d!important;background:linear-gradient(135deg,#7891ff21,#a855f714)!important}.hm-song-row.is-playing{border-color:#7c4dff6b!important;background:radial-gradient(circle at left,rgba(124,77,255,.22),transparent 38%),linear-gradient(135deg,#ffffff13,#ffffff09)!important}.hm-song-hit{position:relative!important;z-index:2!important;cursor:pointer!important;pointer-events:auto!important}.hm-song-cover-box{width:58px!important;height:58px!important;min-width:58px!important;border-radius:15px!important;overflow:hidden!important;display:grid!important;place-items:center!important}.hm-song-cover-media,.hm-song-cover-fallback{width:58px!important;height:58px!important;min-width:58px!important;border-radius:15px!important;object-fit:cover!important;display:grid!important;place-items:center!important}.hm-song-cover-fallback span{color:#ffffffc7!important;font-size:22px!important}.hm-modal-cover-media{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit!important}.hm-song-offline{position:absolute!important;top:-5px!important;right:-5px!important;width:22px!important;height:22px!important;border-radius:8px!important;display:grid!important;place-items:center!important;background:#22d3ee2e!important;border:1px solid rgba(34,211,238,.28)!important;color:#c6f7ff!important;font-size:11px!important;z-index:5!important}.hm-song-info{min-width:0!important;display:flex!important;flex-direction:column!important;gap:4px!important}.hm-song-info strong{display:block!important;color:#fff!important;font-size:15px!important;font-weight:850!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.hm-song-info span{display:block!important;color:#9ca8d2!important;font-size:13px!important;line-height:1.2!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.hm-song-meta{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;margin-top:2px!important;overflow:hidden!important}.hm-song-meta i,.hm-song-meta em{font-style:normal!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.hm-song-meta em{color:#7f8bb7!important;font-size:11px!important}.hm-source{min-height:22px!important;padding:0 8px!important;border-radius:999px!important;color:#dfe6ff!important;background:#ffffff12!important;border:1px solid rgba(255,255,255,.1)!important;display:inline-flex!important;align-items:center!important;font-size:10px!important;font-weight:900!important}.hm-source-upload{color:#cfe0ff!important;background:#5b8cff29!important;border-color:#5b8cff3d!important}.hm-source-youtube{color:#ffd0d0!important;background:#e5393529!important;border-color:#e5393538!important}.hm-source-spotify{color:#caffe0!important;background:#1ed76026!important;border-color:#1ed76038!important}.hm-source-direct_url,.hm-source-yt_dlp{color:#c6f7ff!important;background:#22d3ee24!important;border-color:#22d3ee38!important}.hm-song-actions{position:relative!important;z-index:999!important;display:flex!important;align-items:center!important;gap:8px!important;pointer-events:auto!important;min-width:max-content!important}.hm-song-btn{all:unset!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:14px!important;display:grid!important;place-items:center!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:auto!important;color:#fff!important;background:linear-gradient(180deg,#ffffff14,#ffffff0a)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 10px 24px #00000038,inset 0 1px #ffffff14!important;font-size:15px!important;text-align:center!important;transition:.18s ease!important}.hm-song-btn:hover{transform:translateY(-1px)!important;border-color:#8ca0ff57!important;background:linear-gradient(135deg,#7891ff40,#a855f729)!important}.hm-song-play{background:linear-gradient(135deg,#7c4dff,#4f7cff)!important;border-color:#b4beff47!important}.hm-song-heart.on{color:#f472b6!important;background:#f472b621!important;border-color:#f472b638!important}.hm-song-heart small{position:absolute!important;right:-5px!important;top:-5px!important;min-width:17px!important;height:17px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:#f472b6!important;color:#fff!important;font-size:10px!important;font-weight:900!important}.hm-song-menu-wrap{position:relative!important;z-index:1000!important;pointer-events:auto!important}.hm-song-menu{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;z-index:999999!important;min-width:220px!important;padding:8px!important;border-radius:18px!important;background:linear-gradient(180deg,#161b3afa,#0f132dfa)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 18px 48px #00000057!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;pointer-events:auto!important}.hm-song-menu button,.hm-song-menu a{all:unset!important;width:100%!important;min-height:38px!important;padding:0 10px!important;border-radius:12px!important;display:flex!important;align-items:center!important;color:#fff!important;font-size:13px!important;font-weight:760!important;cursor:pointer!important;box-sizing:border-box!important;pointer-events:auto!important}.hm-song-menu button:hover,.hm-song-menu a:hover{background:#ffffff14!important}.hm-song-menu .danger{color:#ff9f9f!important}.hm-song-note{padding:9px 10px!important;color:#9ca8d2!important;font-size:12px!important}.hm-song-row:before,.hm-song-row:after,.hm-song-row *:before,.hm-song-row *:after{pointer-events:none!important}.hm-song-btn:before,.hm-song-btn:after,.hm-song-menu button:before,.hm-song-menu button:after,.hm-song-menu a:before,.hm-song-menu a:after{display:none!important}@media(max-width:900px){.hm-song-row{grid-template-columns:52px minmax(0,1fr) auto!important;gap:12px!important;padding:10px!important;min-height:72px!important}.hm-song-cover-box,.hm-song-cover-media,.hm-song-cover-fallback{width:52px!important;height:52px!important;min-width:52px!important;border-radius:14px!important}.hm-song-info strong{font-size:14px!important}.hm-song-info span{font-size:12px!important}.hm-song-meta,.hm-song-play{display:none!important}.hm-song-btn{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;border-radius:12px!important}.hm-song-menu{right:0!important;min-width:210px!important}}@media(max-width:430px){.hm-song-row{grid-template-columns:48px minmax(0,1fr) auto!important;gap:10px!important}.hm-song-cover-box,.hm-song-cover-media,.hm-song-cover-fallback{width:48px!important;height:48px!important;min-width:48px!important;border-radius:14px!important}.hm-song-heart{display:none!important}.hm-song-btn{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}}
