:root{--bg: #131316;--surface: #1b1b1f;--surface-2: #232328;--surface-3: #2c2c33;--line: rgba(255, 255, 255, .07);--line-strong:rgba(255, 255, 255, .13);--hover: rgba(255, 255, 255, .05);--sunken: rgba(0, 0, 0, .28);--scrim: rgba(0, 0, 0, .55);--text: #f3f3f5;--text-2: #b7b7c0;--muted: #85858f;--faint: #5b5b65;--accent: #5b6cff;--accent-hover: #6e7dff;--accent-down: #4a5ae8;--accent-soft: rgba(91, 108, 255, .16);--accent-line: rgba(91, 108, 255, .42);--on-accent: #ffffff;--good: #3ecf8e;--good-soft: rgba(62, 207, 142, .14);--warn: #f2b632;--warn-soft: rgba(242, 182, 50, .14);--bad: #ff5c7a;--bad-soft: rgba(255, 92, 122, .14);--slsk: #9aa6ff;--slsk-soft: rgba(154, 166, 255, .14);--uset: #4fd1c5;--uset-soft: rgba(79, 209, 197, .14);--r-sm: 6px;--r: 10px;--r-lg: 14px;--r-xl: 18px;--r-art: 8px;--r-art-sm: 6px;--pill: 999px;--shadow-float: 0 16px 48px rgba(0, 0, 0, .5), 0 0 0 1px var(--line);--rail: 236px;--np-rail: 300px;--topbar-h: 64px;--player-h: 0px;--offline-h: 0px;--gutter-x: 32px;--gutter-top:24px;--ease: cubic-bezier(.3, 0, .2, 1);--fast: .12s;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI Variable Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13.5px;line-height:1.45;letter-spacing:-.005em;color-scheme:dark}:root[data-theme=light]{--bg: #f3f3f6;--surface: #ffffff;--surface-2: #f1f1f4;--surface-3: #e6e6eb;--line: rgba(15, 15, 30, .08);--line-strong:rgba(15, 15, 30, .15);--hover: rgba(15, 15, 30, .045);--sunken: rgba(15, 15, 30, .06);--scrim: rgba(15, 15, 30, .4);--text: #17171c;--text-2: #45454f;--muted: #71717c;--faint: #a0a0aa;--accent: #4a5cf2;--accent-hover: #3f51e6;--accent-down: #3646d1;--accent-soft: rgba(74, 92, 242, .12);--accent-line: rgba(74, 92, 242, .38);--good: #15a36a;--good-soft: rgba(21, 163, 106, .12);--warn: #b7791f;--warn-soft: rgba(183, 121, 31, .14);--bad: #e0325a;--bad-soft: rgba(224, 50, 90, .12);--slsk: #4a5cf2;--slsk-soft: rgba(74, 92, 242, .12);--uset: #0f8f85;--uset-soft: rgba(15, 143, 133, .12);--shadow-float: 0 16px 48px rgba(15, 15, 30, .18), 0 0 0 1px var(--line);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg)}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-variant-numeric:tabular-nums}svg.icon{display:block;flex-shrink:0}img{display:block}h1,h2,h3,h4,p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:2px}::selection{background:var(--accent-soft)}*{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:99px;border:3px solid transparent;background-clip:content-box}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--r-sm)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}.nowrap{white-space:nowrap}.muted{color:var(--muted)}.good{color:var(--good)}.bad{color:var(--bad)}.warn{color:var(--warn)}code{padding:1px 6px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);color:var(--text-2);word-break:break-all}.spin{display:inline-block;width:13px;height:13px;margin-right:7px;vertical-align:-2px;border:2px solid var(--line-strong);border-top-color:var(--accent);border-radius:50%;animation:sp .7s linear infinite}@keyframes sp{to{transform:rotate(360deg)}}button{font:inherit;font-weight:500;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 15px;border-radius:var(--pill);border:1px solid var(--line);background:var(--surface-2);color:var(--text);white-space:nowrap;transition:background var(--fast) var(--ease),border-color var(--fast) var(--ease),color var(--fast) var(--ease),transform .06s var(--ease)}button:hover:not(:disabled){background:var(--surface-3);border-color:var(--line-strong)}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.45;cursor:not-allowed}button svg{color:inherit}button.primary{background:var(--accent);border-color:transparent;color:var(--on-accent);font-weight:600}button.primary:hover:not(:disabled){background:var(--accent-hover);border-color:transparent}button.primary:active:not(:disabled){background:var(--accent-down)}button.ghost{background:transparent;border-color:transparent;color:var(--muted)}button.ghost:hover:not(:disabled){background:var(--hover);border-color:transparent;color:var(--text)}button.danger{color:var(--bad)}button.danger:hover:not(:disabled){background:var(--bad-soft);border-color:transparent;color:var(--bad)}button.primary.danger{background:var(--bad);color:#fff}button.primary.danger:hover:not(:disabled){background:var(--bad);filter:brightness(1.08)}button.small{height:28px;padding:0 12px;font-size:12.5px}button.icon-btn{width:34px;padding:0}button.small.icon-btn{width:28px}button.icon-btn.on,button.ghost.on{color:var(--accent)}button.icon-btn.on:not(.ghost){background:var(--accent-soft);border-color:transparent}button.icon-btn.starred{color:var(--accent)}button.icon-btn.starred svg{fill:currentColor}button.link{display:inline;height:auto;padding:0;margin-left:8px;background:none;border:0;border-radius:0;color:var(--accent);font:inherit;font-weight:550;text-decoration:underline;text-underline-offset:2px}button.link:hover:not(:disabled){background:none;color:var(--accent-hover)}input,select,textarea{font:inherit;width:100%;height:36px;padding:0 12px;color:var(--text);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r);transition:border-color var(--fast) var(--ease),background var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}textarea{height:auto;padding:9px 12px;line-height:1.55;resize:vertical}input::placeholder,textarea::placeholder{color:var(--faint)}input:hover,select:hover,textarea:hover{border-color:var(--line-strong)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input[type=file]{height:auto;padding:8px 10px;font-size:12.5px}input[type=checkbox],input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;flex-shrink:0;width:16px;height:16px;padding:0;margin:0;background:var(--surface-2);border:1px solid var(--line-strong);border-radius:4px;cursor:pointer}input[type=radio]{border-radius:50%}input[type=checkbox]:checked,input[type=radio]:checked,input[type=checkbox]:indeterminate{background:var(--accent);border-color:var(--accent);box-shadow:none}input[type=checkbox]:checked:after{content:"";position:absolute;left:4.5px;top:1.5px;width:4.5px;height:8px;border:solid var(--on-accent);border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=checkbox]:indeterminate:after{content:"";position:absolute;left:3px;right:3px;top:6px;height:2px;background:var(--on-accent);border-radius:1px}input[type=radio]:checked:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--on-accent)}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:30px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 8l3-3.5' stroke='%2385858f' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;background-size:12px 12px}label.field{display:block;margin-bottom:16px}label.field:last-child{margin-bottom:0}label.field>span{display:block;margin-bottom:6px;font-size:12.5px;font-weight:550;color:var(--text-2)}label.field>span~span,label.field>.hint{margin:6px 0 0;font-weight:400;font-size:11.5px;line-height:1.5;color:var(--muted)}label.field>input,label.field>select,label.field>.row,label.field>textarea{max-width:520px}label.field>span{max-width:620px}label.inline{display:flex;align-items:center;gap:10px;margin:0 -8px 4px;padding:7px 8px;border-radius:var(--r-sm);font-size:13px;color:var(--text-2);cursor:pointer}label.inline:hover{background:var(--hover);color:var(--text)}label.inline:last-child{margin-bottom:0}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.row>input,.row>select{flex:1;min-width:0}.row.tight{gap:4px;flex-wrap:nowrap;flex-shrink:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px;max-width:1100px}.grid3{display:grid;grid-template-columns:2fr 2fr 1fr;gap:16px 20px;max-width:1100px}button.toggle{color:var(--muted)}button.toggle i{width:7px;height:7px;border-radius:50%;flex-shrink:0;background:var(--faint)}button.toggle.on{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent)}button.toggle.on i{background:var(--accent)}button.chip-button{height:30px;padding:0 12px;font-size:12.5px;color:var(--text-2)}button.filterchip{height:30px;padding:0 12px;font-size:12.5px;color:var(--muted)}button.filterchip b{font-weight:650;color:var(--text-2)}button.filterchip:disabled{opacity:1;cursor:default}button.filterchip.active{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent)}button.filterchip.active b,button.filterchip.accent b{color:var(--accent)}button.filterchip.good b{color:var(--good)}button.filterchip.warn b{color:var(--warn)}button.filterchip.bad b{color:var(--bad)}.segmented{display:flex;gap:2px;padding:3px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--pill)}.segmented button{height:26px;padding:0 12px;background:transparent;border:0;border-radius:var(--pill);color:var(--muted);font-size:12.5px;font-weight:550}.segmented button:hover:not(.active):not(:disabled){background:var(--hover);color:var(--text-2)}.segmented button.active{background:var(--accent);color:var(--on-accent)}.statchip{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px;border-radius:var(--pill);border:1px solid var(--line);background:var(--surface-2);font-size:12.5px;color:var(--text-2);white-space:nowrap}.statchip b{font-weight:650}.statchip .spin{width:11px;height:11px;margin:0;border-width:1.5px}.statchip.busy{color:var(--accent);background:var(--accent-soft);border-color:transparent}.statchip.busy .spin{border-color:var(--accent-soft);border-top-color:var(--accent)}button.statchip.nudge{color:var(--warn);background:var(--warn-soft);border-color:transparent;cursor:pointer}button.statchip.nudge:hover:not(:disabled){background:var(--warn-soft);filter:brightness(1.1)}.pill{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 13px;border-radius:var(--pill);background:var(--surface-2);border:1px solid var(--line);font-size:12.5px;font-weight:500;color:var(--text-2);white-space:nowrap}.pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--muted);flex-shrink:0}.pill.on{color:var(--good)}.pill.on:before{background:var(--good)}.tag,.badge{display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:4px;font-size:10.5px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.tag.slskd{background:var(--slsk-soft);color:var(--slsk)}.tag.usenet{background:var(--uset-soft);color:var(--uset)}.badge{text-transform:none;letter-spacing:0;font-weight:600}.badge.held{background:var(--good-soft);color:var(--good)}.badge.queued{background:var(--accent-soft);color:var(--accent)}.badge.failed{background:var(--bad-soft);color:var(--bad)}.status{font-size:12px;font-weight:600;text-transform:capitalize}.status.done,.status.imported{color:var(--good)}.status.failed,.status.cancelled{color:var(--bad)}.status.duplicate{color:var(--warn)}.status.downloading,.status.searching,.status.importing{color:var(--accent)}.status.queued{color:var(--muted)}.count{min-width:18px;height:18px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;font-style:normal;font-weight:700;color:var(--on-accent);background:var(--accent);border-radius:var(--pill)}.bar{display:block;min-width:90px;height:4px;background:var(--line-strong);border-radius:99px;overflow:hidden}.bar>div,.bar>span{display:block;height:100%;border-radius:99px;background:var(--accent);transition:width .35s var(--ease)}.chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.chip{height:20px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--text-2);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);white-space:nowrap}.chip.good{color:var(--good)}.chip.muted-chip{color:var(--muted)}.chip.owned{border-radius:var(--pill);background:var(--good-soft);border-color:transparent;color:var(--good);font-weight:600}.chip.hit{border-radius:var(--pill);background:var(--warn-soft);border-color:transparent;color:var(--warn);font-size:10.5px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.ribbon{height:18px;padding:0 7px;display:inline-flex;align-items:center;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--good);background:var(--good-soft);border-radius:4px}.shell{display:grid;grid-template-columns:var(--rail) minmax(0,1fr);min-height:100vh}.shell-main{display:flex;flex-direction:column;min-width:0}body:has(.nowplaying) main{padding-right:calc(var(--np-rail) + var(--gutter-top) + var(--gutter-x))}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;height:100dvh;padding:22px 14px 16px;background:var(--surface);border-right:1px solid var(--line)}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:0 10px 26px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:16px;font-weight:700;letter-spacing:-.02em;color:var(--text)}.brand svg{color:var(--accent)}.sidenav{display:flex;flex-direction:column;gap:22px;overflow-y:auto;overflow-x:hidden;margin:0 -14px;padding:0 14px}.sidenav-group{display:flex;flex-direction:column;gap:2px}.sidenav-label{padding:0 12px 8px;font-size:10.5px;font-weight:650;letter-spacing:.14em;text-transform:uppercase;color:var(--faint)}.sidenav a{position:relative;display:flex;align-items:center;gap:12px;height:36px;padding:0 12px;border-radius:var(--r-sm);color:var(--text-2);font-size:13.5px;font-weight:500;text-decoration:none;transition:background var(--fast) var(--ease),color var(--fast) var(--ease)}.sidenav a svg{color:var(--muted);transition:color var(--fast) var(--ease)}.sidenav a:hover{background:var(--hover);color:var(--text);text-decoration:none}.sidenav a:hover svg{color:var(--text-2)}.sidenav a.active{color:var(--accent);font-weight:600}.sidenav a.active svg{color:var(--accent)}.sidenav a.active:after{content:"";position:absolute;right:-14px;top:8px;bottom:8px;width:3px;border-radius:3px 0 0 3px;background:var(--accent)}.sidenav a>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidenav .count{flex:0 0 auto}.sidebar-foot{margin-top:auto;padding:12px 12px 10px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r)}.source{display:flex;align-items:center;gap:9px;padding:4px 0;font-size:12.5px;color:var(--text-2)}.source i{width:7px;height:7px;border-radius:50%;background:var(--faint);flex-shrink:0}.source span{margin-left:auto;font-size:11px;color:var(--muted);text-transform:capitalize}.source.on i{background:var(--good)}.source.warn i{background:var(--warn)}.source.off{color:var(--muted)}.nav-toggle,.nav-close,.nav-scrim{display:none}.topbar{position:sticky;top:var(--offline-h);z-index:40;display:flex;align-items:center;gap:12px;height:var(--topbar-h);padding:0 24px 0 var(--gutter-x);background:var(--bg)}.topbar-greeting{display:none}.topbar .searchbar.topbar-search{flex:0 1 460px;min-width:200px;margin:0 auto}.topbar-right{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-left:auto}.accountchip{height:36px;gap:9px;padding:0 12px 0 5px;background:var(--surface);border-color:var(--line);color:var(--text);font-size:13px;font-weight:600}.accountchip:hover:not(:disabled){background:var(--surface-2)}.accountchip-avatar{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;border-radius:50%;background:var(--accent);color:var(--on-accent);font-size:12px;font-weight:700}.accountchip svg{color:var(--muted)}.searchbar{position:relative;display:flex;align-items:center;gap:9px;height:38px;padding:0 6px 0 13px;background:var(--surface);border:1px solid var(--line);border-radius:var(--pill);transition:border-color var(--fast) var(--ease),background var(--fast) var(--ease),box-shadow var(--fast) var(--ease)}.searchbar:hover{border-color:var(--line-strong)}.searchbar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.searchbar>svg{color:var(--muted);flex-shrink:0}.searchbar input{flex:1;height:100%;min-width:0;padding:0;background:none;border:0;border-radius:0}.searchbar input:focus,.searchbar input:focus-visible{box-shadow:none;outline:none}.searchbar button:not(.primary){background:transparent;border-color:transparent;color:var(--muted)}.searchbar button:not(.primary):hover:not(:disabled){background:var(--hover);color:var(--text)}.searchbar.compact{height:34px;flex:1;min-width:180px;max-width:360px}.searchbox-drop{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;max-height:min(70vh,560px);overflow:auto;padding:6px;background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-float)}.searchbox-note{display:flex;align-items:center;gap:8px;padding:10px 12px;font-size:12.5px;color:var(--muted)}.searchbox-label{padding:8px 10px 4px;font-size:10.5px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.searchbox-item{display:flex;align-items:center;gap:10px;width:100%;height:auto;padding:6px 10px;background:none;border:0;border-radius:var(--r-sm);color:inherit;text-align:left;white-space:normal}.searchbox-item:hover:not(:disabled),.searchbox-item.hi{background:var(--hover);border-color:transparent}.searchbox-item img,.searchbox-noart{width:34px;height:34px;border-radius:var(--r-art-sm);object-fit:cover;flex-shrink:0;background:var(--surface-2);display:grid;place-items:center;color:var(--muted)}.searchbox-text{display:flex;flex-direction:column;min-width:0;flex:1}.searchbox-title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchbox-sub{font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.searchbox-item>svg{color:var(--muted);flex-shrink:0}.searchbox-all{display:block;width:100%;height:auto;margin-top:4px;padding:10px;background:none;border:0;border-top:1px solid var(--line);border-radius:0;color:var(--accent);font-size:13px;text-align:left}.searchbox-all:hover:not(:disabled){background:var(--hover)}main{container-type:inline-size;container-name:content;width:100%;max-width:1560px;margin:0 auto;padding:var(--gutter-top) var(--gutter-x) 72px}.pagehead{display:flex;flex-direction:column;margin:0 0 24px}.pagehead-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;min-width:0}.pagehead h1{min-width:0;font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pagehead-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap}.pagehead-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.pagelede{margin:-12px 0 22px}.pagelede>p:first-child{max-width:72ch;font-size:13px;line-height:1.6;color:var(--muted)}.pagelede:empty{display:none}.pagehead.pagehead-inline{flex-direction:row;align-items:center;gap:0 22px;flex-wrap:nowrap;padding-bottom:12px;border-bottom:1px solid var(--line)}.pagehead.pagehead-inline .pagehead-row{display:contents}.pagehead.pagehead-inline h1{order:0;flex:0 0 auto}.pagehead.pagehead-inline .pagehead-toolbar{order:1;flex:1 1 0;min-width:0;margin:0;padding:0;border:0}.pagehead.pagehead-inline .pagehead-actions{order:2;flex:0 0 auto;flex-wrap:nowrap}.browsebar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%;min-width:0}.browsebar .segmented{padding:0;gap:2px;background:none;border:0;border-radius:0}.browsebar .segmented button{position:relative;height:34px;padding:0 12px;border-radius:var(--r-sm);font-size:13.5px;font-weight:550;color:var(--muted)}.browsebar .segmented button:hover:not(.active):not(:disabled){background:var(--hover);color:var(--text-2)}.browsebar .segmented button.active{background:none;color:var(--text)}.browsebar .segmented button.active:after{content:"";position:absolute;left:12px;right:12px;bottom:-13px;height:2px;border-radius:2px;background:var(--accent)}.pagehead.pagehead-inline .browsebar .segmented button.active:after{bottom:-13px}.browsebar>.row,.browsebar-sort{margin-left:auto;gap:4px;flex-wrap:nowrap}.sortpick{display:flex;align-items:center;gap:8px}.sortpick>span{font-size:12px;color:var(--muted);white-space:nowrap}.sortpick select{width:auto;min-width:0;height:32px;padding-right:28px;font-size:12.5px}.browsebar .sortpick select{background-color:transparent;border-color:transparent;color:var(--text-2)}.browsebar .sortpick select:hover{background-color:var(--hover)}.browsebar .row .icon-btn{background:none;border-color:transparent}.browsebar .row .icon-btn:hover:not(:disabled){background:var(--hover)}.sortdir{display:inline-block;font-size:14px;transition:transform .18s var(--ease)}.sortdir.desc{transform:rotate(180deg)}.filterchips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px 22px;margin-bottom:18px}.card h2{margin-bottom:4px;font-size:15px;font-weight:600;letter-spacing:-.01em}.card .hint,.authcard .hint{margin:0 0 16px;max-width:80ch;font-size:12.5px;line-height:1.6;color:var(--muted)}.card .hint:last-child{margin-bottom:0}.hint{font-size:12.5px;line-height:1.6;color:var(--muted)}.section-title{margin:28px 0 8px;padding-top:20px;border-top:1px solid var(--line);font-size:11px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.section-title+.hint{margin-top:6px}.section-title:first-child{margin-top:0;padding-top:0;border-top:0}.empty{padding:44px 20px;text-align:center;font-size:13px;line-height:1.7;color:var(--muted)}.empty-title{margin-bottom:4px;font-size:14.5px;font-weight:600;color:var(--text-2)}.shelf-heading{margin:0 0 14px;font-size:17px;font-weight:650;letter-spacing:-.02em}.playlistgrid+.shelf-heading{margin-top:34px}.search-section{margin-top:26px}.search-section>h3{margin:0 0 12px;font-size:15px;font-weight:650;letter-spacing:-.01em}.search-links{display:flex;flex-wrap:wrap;gap:8px}.search-link{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:var(--pill);background:var(--surface);border:1px solid var(--line);color:var(--text)}.search-link:hover{background:var(--surface-2);text-decoration:none}.search-link small{color:var(--muted)}table{width:100%;border-collapse:collapse}th{position:sticky;top:0;z-index:1;padding:8px 10px;text-align:left;font-size:10.5px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--surface);border-bottom:1px solid var(--line-strong)}td{padding:9px 10px;border-bottom:1px solid var(--line);vertical-align:middle}tbody tr:hover td{background:var(--hover)}tbody tr:last-child td{border-bottom:0}.filename{font-size:13px;line-height:1.4;word-break:break-word}.subpath{margin-top:2px;font-size:11px;color:var(--muted);word-break:break-all;line-height:1.4}.statrow{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}.statlabel{font-size:10.5px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.statvalue{margin-top:2px;font-size:22px;font-weight:650;letter-spacing:-.02em}.indexer-row{display:grid;gap:8px;align-items:center;margin-bottom:8px;grid-template-columns:1fr 2fr 1.4fr .7fr auto}.renameplan{width:100%;margin-top:8px;font-size:12px}.renameplan td{padding:3px 6px;vertical-align:top;border:0}.renameplan .from{color:var(--muted);word-break:break-all}.renameplan .to{color:var(--text);word-break:break-all}.renameplan .arrow{width:20px;text-align:center;color:var(--muted)}.result{margin-top:12px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r);font-size:12.5px}.consolidate-steps{display:grid;gap:8px;margin:10px 0 14px}.consolidate-steps label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13px}.consolidate-steps input[type=checkbox]{margin-top:2px}.consolidate-steps small{color:var(--muted);font-size:12px}.consolidate-panel{margin-top:12px;padding:12px 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r)}.consolidate-panel .renameplan{table-layout:fixed}.consolidate-panel .renameplan .from,.consolidate-panel .renameplan .to{width:calc(50% - 10px)}.consolidate-status{display:flex;align-items:center;gap:10px}.importreport{margin-top:16px}.importreport .statrow{margin-top:14px}.importreport .statrow .hint{margin:2px 0 0;font-size:11px}.importsample{margin-top:14px}.importsample>summary{cursor:pointer;padding:8px 0;font-size:12.5px;font-weight:600;color:var(--text-2)}.importsample ul{margin:6px 0 0;padding-left:18px;max-height:220px;overflow-y:auto;font-size:12.5px;line-height:1.7;color:var(--muted)}.shortcuts{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.dirlist{min-height:220px;max-height:46vh;overflow-y:auto;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r)}.direntry{display:flex;align-items:center;gap:10px;width:100%;height:auto;padding:9px 12px;text-align:left;font-size:13px;font-weight:400;white-space:normal;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;color:var(--text-2)}.direntry:hover:not(:disabled){background:var(--hover);color:var(--text)}.diricon{width:13px;font-size:11px;color:var(--muted)}.ro{margin-left:auto;font-size:10.5px;color:var(--warn)}.banner{margin-bottom:14px;padding:11px 14px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface-2);color:var(--text-2);font-size:12.5px;line-height:1.6}.banner.error{background:var(--bad-soft);border-color:transparent;color:var(--bad)}.banner.ok{background:var(--good-soft);border-color:transparent;color:var(--good)}.banner.warn{background:var(--warn-soft);border-color:transparent;color:var(--warn)}.banner table{margin-top:8px}.banner td,.banner th{border:0;padding:3px 8px 3px 0;background:none;position:static}.banner code{color:inherit;background:#0000002e;border-color:transparent}.jobstrip{display:flex;flex-direction:column;gap:8px;margin:12px 0 0;padding:12px 14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);font-size:12.5px}.jobstrip-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.jobstrip-title{display:flex;align-items:center;font-size:13px;font-weight:600}.jobstrip-count{font-size:12px;color:var(--muted);white-space:nowrap}.jobstrip-current{min-width:0;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobstrip-tallies{color:var(--muted);white-space:nowrap}.jobstrip-summary{color:var(--muted);line-height:1.5}.jobstrip b{font-weight:650}.jobstrip.done.warn{border-color:var(--warn-soft)}.jobstrip>button{align-self:flex-start}.toasts{position:fixed;z-index:150;right:16px;bottom:calc(var(--player-h) + 16px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:8px;width:min(380px,calc(100vw - 32px));pointer-events:none}body:has(.nowplaying) .toasts{right:calc(var(--np-rail) + var(--gutter-top) + 16px)}.toast{display:flex;align-items:flex-start;gap:10px;padding:11px 10px 11px 14px;pointer-events:auto;background:var(--surface);border-radius:var(--r);box-shadow:var(--shadow-float);color:var(--text);font-size:13px;line-height:1.5;animation:toast-in .18s var(--ease)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1}}.toast-icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;border-radius:50%;background:var(--surface-2);color:var(--text-2)}.toast.success .toast-icon{background:var(--good-soft);color:var(--good)}.toast.error .toast-icon{background:var(--bad-soft);color:var(--bad)}.toast.info .toast-icon{background:var(--accent-soft);color:var(--accent)}.toast-text{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}.toast-close{flex:0 0 auto;margin:-3px -2px -3px 0}body:has(.offlinebar){--offline-h: 32px}.offlinebar{position:sticky;top:0;z-index:45;height:var(--offline-h);display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;background:var(--warn-soft);color:var(--warn);font-size:12.5px;font-weight:550;text-align:center}.offlinebar-dot{width:7px;height:7px;border-radius:50%;background:var(--warn)}.authwrap{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.authcard{width:100%;max-width:380px;padding:30px 28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl)}.authcard .brand{font-size:20px}.authcard .banner{margin-top:12px}.authcard button.small{background:transparent;border-color:transparent;color:var(--muted)}.authcard button.small:hover:not(:disabled){background:var(--hover);color:var(--text)}.modal-backdrop,.modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--scrim);animation:fade .14s var(--ease)}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{display:flex;flex-direction:column;width:min(560px,100%);max-height:84vh;overflow:hidden auto;padding:20px;background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--shadow-float);animation:pop .16s var(--ease)}@keyframes pop{0%{opacity:0;transform:translateY(6px) scale(.99)}to{opacity:1}}.modal:has(>.modal-head){padding:0}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.modal-head strong{font-size:15px;font-weight:600}.modal-body{display:flex;flex-direction:column;padding:16px 20px;overflow:auto}.modal-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 20px;border-top:1px solid var(--line)}.modal-title{font-size:15px;font-weight:600;margin-bottom:12px}.pickerlist{display:flex;flex-direction:column;gap:2px;max-height:40vh;overflow-y:auto}.pickerlist button{justify-content:flex-start;gap:9px;height:36px;width:100%;border-radius:var(--r-sm);color:var(--text)}.pickerlist button .muted{margin-left:auto;font-size:12px}.trackinfo{width:min(460px,100%)}.trackinfo-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.trackinfo-art{width:72px;height:72px;flex-shrink:0;object-fit:cover;border-radius:var(--r-art);background:var(--surface-2)}.trackinfo-title{font-size:16px;font-weight:650;letter-spacing:-.01em;line-height:1.3;overflow-wrap:break-word}.trackinfo-sub{margin-top:3px;font-size:12.5px;color:var(--muted);line-height:1.45}.trackinfo-head>div{flex:1}.trackinfo-rows{margin:0;display:flex;flex-direction:column}.trackinfo-rows>div{display:grid;grid-template-columns:108px minmax(0,1fr);gap:12px;padding:7px 0;border-top:1px solid var(--line);font-size:12.5px}.trackinfo-rows dt{color:var(--muted)}.trackinfo-rows dd{margin:0;overflow-wrap:break-word}.trackinfo-label{margin:16px 0 6px;font-size:10.5px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.trackinfo-path{display:block;padding:9px 11px;font-size:11.5px;line-height:1.5;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);color:var(--text-2);word-break:break-all;-webkit-user-select:all;user-select:all}.albumsheet{width:min(620px,100%)}.albumsheet-head{display:flex;align-items:flex-start;gap:15px;margin-bottom:12px}.albumsheet-art{position:relative;flex-shrink:0;width:84px;height:84px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:var(--r-art)}.albumsheet-art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.albumsheet-meta{flex:1;min-width:0}.albumsheet-title{font-size:17px;font-weight:650;letter-spacing:-.01em}.albumsheet-artist{margin-top:2px;font-size:13px;color:var(--text-2)}.albumsheet-sub{margin-top:4px;font-size:12px;color:var(--muted)}.albumsheet-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:1px}.albumsheet-list li{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:var(--r-sm);font-size:13px}.albumsheet-list li:hover{background:var(--hover)}.albumsheet-list li.suggested{background:var(--accent-soft)}.albumsheet-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poprail{flex-shrink:0;width:46px;height:3px;border-radius:99px;background:var(--line-strong);overflow:hidden}.poprail>span{display:block;height:100%;border-radius:99px;background:var(--accent)}.ctxmenu-away{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.ctxmenu{position:fixed;z-index:201;min-width:200px;max-width:280px;padding:6px;display:flex;flex-direction:column;gap:1px;background:var(--surface);border-radius:var(--r);box-shadow:var(--shadow-float)}@keyframes ctxpop{0%{opacity:0;transform:scale(.97)}to{opacity:1}}.ctxmenu-item{justify-content:flex-start;gap:10px;width:100%;height:32px;padding:0 10px;background:none;border:0;border-radius:var(--r-sm);color:var(--text);font-size:13px;font-weight:450;text-align:left}.ctxmenu-item:hover:not(:disabled){background:var(--accent);color:var(--on-accent)}.ctxmenu-item:hover:not(:disabled) svg{color:var(--on-accent)}.ctxmenu-item:active:not(:disabled){transform:none}.ctxmenu-item:disabled{opacity:.4}.ctxmenu-item.danger{color:var(--bad)}.ctxmenu-item.danger:hover:not(:disabled){background:var(--bad);color:#fff}.ctxmenu-icon{display:flex;align-items:center;justify-content:center;width:15px;flex-shrink:0;color:var(--muted)}.ctxmenu-sep{height:1px;margin:5px 6px;border:0;background:var(--line)}.settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start}.settings-nav{position:sticky;top:calc(var(--topbar-h) + 8px);display:flex;flex-direction:column;gap:2px;padding:6px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.settings-nav button{justify-content:flex-start;gap:11px;height:auto;padding:9px 12px;text-align:left;white-space:normal;background:transparent;border:0;border-radius:var(--r-sm);color:var(--text-2)}.settings-nav button svg{color:var(--muted)}.settings-nav-text{display:flex;flex-direction:column;gap:1px;min-width:0}.settings-nav-text b{font-size:13px;font-weight:600}.settings-nav-text em{font-style:normal;font-size:11.5px;color:var(--muted);line-height:1.35}.settings-nav button:hover:not(.active):not(:disabled){background:var(--hover);color:var(--text)}.settings-nav button:active:not(:disabled){transform:none}.settings-nav button.active{background:var(--accent-soft);color:var(--accent)}.settings-nav button.active svg{color:var(--accent)}.settings-nav button.active em{color:var(--accent);opacity:.8}.settings-panel{min-width:0}.savebar{position:fixed;left:var(--rail);right:0;bottom:0;z-index:60;padding:12px 22px;background:var(--surface);border-top:1px solid var(--line);animation:rise .18s var(--ease)}body:has(.nowplaying) .savebar{right:calc(var(--np-rail) + var(--gutter-top) * 2)}@keyframes rise{0%{transform:translateY(100%)}to{transform:none}}.savebar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1100px;margin:0 auto;font-size:13px;color:var(--text-2)}.savebar strong{color:var(--text)}body:has(.savebar) main{padding-bottom:100px}.crashcard{margin-top:12px}.crashcard .empty{text-align:left}.crashcard .empty-title{display:flex;align-items:center;gap:8px;color:var(--bad)}.crashcard p{max-width:60ch;margin:8px 0 14px;font-size:13px;line-height:1.6;color:var(--muted)}.crashcard-detail{margin:0 0 16px;padding:10px 12px;max-width:100%;overflow-x:auto;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);font-size:12px;line-height:1.5;color:var(--text-2);white-space:pre-wrap;word-break:break-word}.skeleton-list{display:flex;flex-direction:column;gap:8px}.skeleton-row{display:flex;align-items:center;gap:14px;padding:14px;border:1px solid var(--line);border-radius:var(--r)}.sk{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 37%,var(--surface-2) 63%);background-size:400% 100%;border-radius:5px;animation:shimmer 1.3s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.sk-badge{width:40px;height:40px;border-radius:50%}.sk-line{height:11px;margin-bottom:7px}.sk-line.short{height:9px;margin-bottom:0;opacity:.6}.sk-pill{width:54px;height:28px;border-radius:var(--pill)}.covers{position:relative;display:block;width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--r-art);background:var(--surface-2)}.covers img{width:100%;height:100%;object-fit:cover}.covers-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.covers-blank{display:flex;align-items:center;justify-content:center;container-type:size}.covers-blank span{font-weight:700;letter-spacing:-.02em;color:#ffffffe6;font-size:60px;font-size:38cqmin}.noart{font-size:28px;color:var(--faint)}.albumgrid,.artistgrid,.playlistgrid{display:grid;gap:24px 18px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.gridspacer{position:relative}.gridspacer>.albumgrid,.gridspacer>.artistgrid{position:absolute;top:0;left:0;right:0;will-change:transform}.albumcard{position:relative;display:flex;flex-direction:column;min-width:0}.albumcard-open{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%;height:auto;padding:0;min-width:0;text-align:left;background:transparent;border:0;border-radius:var(--r-art);white-space:normal;color:inherit;font-weight:500}.albumcard-open:hover:not(:disabled){background:transparent}.albumcard-open:active:not(:disabled){transform:none}.albumcard-open>div{min-width:0;max-width:100%}.album-art{position:relative;width:100%;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border-radius:var(--r-art);transition:filter .15s var(--ease)}.album-art img{width:100%;height:100%;object-fit:cover}.albumcard:hover .album-art{filter:brightness(1.08)}.albumcard-overlay{position:absolute;top:0;left:0;right:0;aspect-ratio:1;pointer-events:none}.album-play,.plcard-play{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;pointer-events:auto;background:var(--accent);color:var(--on-accent);border:0;border-radius:50%;box-shadow:0 6px 16px #00000073;opacity:0;transform:translateY(6px);transition:opacity .15s var(--ease),transform .15s var(--ease),background var(--fast) var(--ease)}.albumcard:hover .album-play,.album-play:focus-visible,.plcard-art:hover .plcard-play,.plcard-play:focus-visible{opacity:1;transform:none}.album-play:hover:not(:disabled),.plcard-play:hover:not(:disabled){background:var(--accent-hover)}.plcard-play:disabled{display:none}.album-name,.artist-name,.plcard-name,.tile-title{font-size:13px;font-weight:600;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;white-space:normal}.album-artist,.artist-meta,.plcard-meta,.tile-sub{margin-top:2px;font-size:12px;line-height:1.4;color:var(--muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:normal;white-space:normal}.artistcard{display:flex;flex-direction:column;align-items:stretch;gap:10px;height:auto;padding:0;min-width:0;text-align:left;white-space:normal;background:transparent;border:0;border-radius:var(--r-art);color:inherit}.artistcard:hover:not(:disabled){background:transparent}.artistcard:active:not(:disabled){transform:none}.artistcard>*{min-width:0;max-width:100%}.artistcard .covers{transition:filter .15s var(--ease)}.artistcard:hover .covers{filter:brightness(1.08)}.artist-main{display:flex;flex-direction:column;min-width:0}.plcard{display:flex;flex-direction:column;gap:10px;min-width:0}.plcard-art{position:relative}.plcard-open{display:block;width:100%;height:auto;padding:0;background:none;border:0;border-radius:var(--r-art)}.plcard-open:hover:not(:disabled){background:none}.plcard-open:active:not(:disabled){transform:none}.plcard-open .covers{transition:filter .15s var(--ease)}.plcard-art:hover .covers{filter:brightness(1.08)}.plcard-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#0000008c;border:0;border-radius:50%;opacity:0;transition:opacity .15s var(--ease),background var(--fast) var(--ease)}.plcard-art:hover .plcard-remove,.plcard-remove:focus-visible{opacity:1}.plcard-remove:hover:not(:disabled){background:var(--bad)}.plcard-badge{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:var(--pill);background:#0000008c;color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}.plcard-text{display:flex;flex-direction:column;min-width:0}button.plcard-name{display:block;width:100%;height:auto;padding:0;background:none;border:0;border-radius:0;text-align:left}button.plcard-name:hover:not(:disabled){background:none;color:var(--accent)}button.plcard-name:active:not(:disabled){transform:none}.newlist-art{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;width:100%;height:auto;aspect-ratio:1;background:var(--surface);border:1px dashed var(--line-strong);border-radius:var(--r-art);color:var(--muted)}button.newlist-art:hover:not(:disabled){background:var(--surface-2);border-color:var(--accent);color:var(--accent)}form.newlist-art{flex-direction:column;align-items:stretch;justify-content:center;border-style:solid;border-color:var(--accent)}form.newlist-art input{width:100%}main:has(.hero)>.pagehead h1{display:none}main:has(.hero)>.pagehead .pagehead-row{justify-content:flex-start}main:has(.hero)>.pagehead{margin-bottom:18px}.hero{display:flex;align-items:flex-end;gap:26px;margin-bottom:26px}.hero-art{width:200px;flex-shrink:0;border-radius:var(--r-lg)}.hero-main{min-width:0;padding-bottom:2px}.hero-eyebrow{font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero-name{margin-top:6px;font-size:34px;font-weight:750;letter-spacing:-.035em;line-height:1.1;overflow-wrap:break-word}.hero-desc{margin-top:8px;max-width:62ch;font-size:13px;line-height:1.55;color:var(--text-2)}.hero-meta{margin-top:8px;font-size:12.5px;color:var(--muted)}.hero-actions{display:flex;gap:8px;margin-top:16px}.hero-actions button{height:38px;padding:0 20px}.hero-rename{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.hero-rename input{max-width:340px;font-size:15px}.songlist{display:flex;flex-direction:column}.songlist-head,.songrow{display:grid;grid-template-columns:var(--songcols);gap:12px;align-items:center}.songlist-head{padding:0 10px 8px;font-size:10.5px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);margin-bottom:4px;cursor:context-menu}.songlist-head .right{text-align:right}.songlist-head>input[type=checkbox],.songrow>input[type=checkbox]{justify-self:center}.gridscroll .songlist-head{position:sticky;top:0;z-index:2;padding-top:6px;background:var(--bg)}.songrow{padding:6px 10px;min-height:50px;border-radius:var(--r-sm);transition:background var(--fast) var(--ease)}.songrow:hover{background:var(--hover)}.songrow.playing,.songrow.picked{background:var(--accent-soft)}.songrow-cue{position:relative;width:30px;height:30px;padding:0;background:none;border:0;color:var(--muted)}.songrow-cue:hover:not(:disabled){background:none;color:var(--text)}.songrow-cue:active:not(:disabled){transform:none}.songrow-no,.songrow-glyph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;transition:opacity var(--fast) var(--ease)}.songrow-no{font-size:12.5px}.songrow-glyph{opacity:0;color:var(--accent)}.songrow:hover .songrow-no,.songrow.playing .songrow-no{opacity:0}.songrow:hover .songrow-glyph,.songrow.playing .songrow-glyph,.songrow-cue:focus-visible .songrow-glyph{opacity:1}.songrow-art{width:38px;height:38px;object-fit:cover;border-radius:var(--r-art-sm);background:var(--surface-2)}.songrow-text{min-width:0}.songrow-title{font-size:13.5px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.songrow-sub{margin-top:1px;font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.songrow.playing .songrow-title{color:var(--accent)}.songrow-cell,.songrow-num,.songrow-time{font-size:12.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.songrow-num,.songrow-time{text-align:right}.songrow-format{font-size:11px;font-weight:600;letter-spacing:.03em;color:var(--muted);text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.songrow-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px;opacity:0;transition:opacity var(--fast) var(--ease)}.songrow-actions .danger{color:var(--muted)}.songrow-actions .danger:hover:not(:disabled){color:var(--bad)}.songrow:hover .songrow-actions,.songrow:focus-within .songrow-actions{opacity:1}@container content (max-width: 700px){.songrow,.songlist-head{gap:10px}.songlist-library .songrow,.songlist-library .songlist-head,.songlist-album .songrow,.songlist-album .songlist-head{grid-template-columns:24px 28px minmax(0,1fr) 48px}.songlist-playlist .songrow,.songlist-playlist .songlist-head{grid-template-columns:28px minmax(0,1fr) 48px}.songrow-art,.songrow-cell,.songrow-num,.songrow-format,.songrow-actions{display:none}.songlist-head>span:not(.songhead-no):not(.songhead-title):not(:last-child){display:none}}@media(pointer:coarse){.songrow-actions,.songrow-glyph{opacity:1}.songrow-no{opacity:0}}.gridscroll{position:relative;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - var(--topbar-h) - var(--head-h, 0px) - var(--player-h, 0px) - 96px);min-height:240px;overscroll-behavior:contain}.libfoot{margin:22px 0 4px;padding-top:14px;border-top:1px solid var(--line);text-align:center;font-size:12px;color:var(--muted)}.selectbar{position:sticky;bottom:14px;z-index:5;display:flex;align-items:center;gap:12px;margin-top:20px;padding:10px 14px;background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-float)}.selectbar>span{font-size:13px;font-weight:550}.selectbar>.primary{margin-left:auto}.shelves{display:flex;flex-direction:column;gap:40px}.dischero{position:relative;display:flex;align-items:flex-end;min-height:260px;margin-bottom:36px;padding:28px 30px;overflow:hidden;border-radius:var(--r-xl);background:var(--surface)}.dischero-art{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.dischero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000e0 10%,#0000008c 50%,#00000026),linear-gradient(0deg,rgba(0,0,0,.6),transparent 55%)}.dischero-body{position:relative;z-index:1;max-width:32rem;min-width:0}.dischero-eyebrow{font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3}.dischero-name{margin-top:8px;font-size:44px;font-weight:750;letter-spacing:-.04em;line-height:1.02;color:#fff;overflow-wrap:break-word}.dischero-sub{margin-top:8px;font-size:14px;color:#ffffffbf;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dischero-actions{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.dischero-actions button{height:38px;padding:0 20px}.dischero-actions button:not(.primary){background:#ffffff1f;border-color:#ffffff38;color:#fff}.dischero-actions button:not(.primary):hover:not(:disabled){background:#fff3}.shelf-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.shelf-titles h3{font-size:17px;font-weight:650;letter-spacing:-.02em}.shelf-titles p{margin-top:2px;font-size:12.5px;color:var(--muted)}.shelf-nav{display:flex;gap:4px;flex-shrink:0}.shelf-rail{display:grid;grid-auto-flow:column;grid-auto-columns:160px;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:2px 2px 8px;margin:-2px -2px -8px;scrollbar-width:thin}.shelf-rail::-webkit-scrollbar{height:8px}.shelf.featured .shelf-rail{grid-auto-columns:200px}.shelf.featured .shelf-titles h3{font-size:21px}.shelf.asgrid .shelf-rail{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));overflow-x:visible;row-gap:22px}.tile{scroll-snap-align:start;min-width:0}.tile-cover{position:relative}.tile-art{position:relative;display:block;width:100%;height:auto;aspect-ratio:1;padding:0;overflow:hidden;border:0;border-radius:var(--r-art);background:var(--surface-2);transition:filter .15s var(--ease)}.tile-art:hover:not(:disabled){background:var(--surface-2);filter:brightness(1.08)}.tile-art:active:not(:disabled){transform:none}.tile-art img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tile-art .noart{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.tile-actions{position:absolute;right:7px;bottom:7px;display:flex;gap:6px;opacity:0;transition:opacity .13s var(--ease)}.tile-cover:hover .tile-actions,.tile-cover:focus-within .tile-actions{opacity:1}.tile-add,.tile-hide,.tile-check{display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border-radius:50%;background:#0009;color:#fff;border:0}.tile-add:hover:not(:disabled){background:var(--accent)}.tile-hide:hover:not(:disabled){background:var(--bad)}.tile-check{position:absolute;top:7px;left:7px;width:26px;height:26px;opacity:0;transform:scale(.8);transition:opacity .13s var(--ease),transform .13s var(--ease),background var(--fast) var(--ease)}.tile-cover:hover .tile-check,.tile-check:focus-visible{opacity:.9;transform:none}.tile-check.on,.tile.picked .tile-check{opacity:1;transform:none;background:var(--accent)}.tile.picked .tile-art{box-shadow:0 0 0 2px var(--accent)}.tile-caption{margin-top:9px;min-width:0}.tile-title{-webkit-line-clamp:1}.shelf.mosaic .shelf-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:120px;gap:14px;overflow:visible}.shelf.mosaic .tile:nth-child(4n+1),.shelf.mosaic .tile:nth-child(4n+4){grid-row:span 2}.shelf.mosaic .tile{position:relative}.shelf.mosaic .tile-cover{height:100%}.shelf.mosaic .tile-art{height:100%;aspect-ratio:auto}.shelf.mosaic .tile-caption{position:absolute;left:8px;right:8px;bottom:8px;margin:0;padding:8px 10px;border-radius:var(--r-sm);background:#0009;pointer-events:none}.shelf.mosaic .tile-title{color:#fff;font-size:12.5px}.shelf.mosaic .tile-sub{color:#ffffffb3;font-size:11.5px}.shelf.mosaic .tile-actions{bottom:auto;top:7px;right:7px}@container content (max-width: 800px){.shelf.mosaic .shelf-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}.shelf-more{margin-top:26px;padding:12px 15px;font-size:12.5px;color:var(--muted);text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r)}.searchhero{width:100%;max-width:720px;margin:8px auto 30px}.searchbar.searchbar-lead{height:52px;padding:0 7px 0 18px;gap:12px}.searchbar.searchbar-lead input{font-size:16px}.searchbar.searchbar-lead .primary{height:38px;padding:0 18px}.searchopts{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:14px}.searchopts-sep{width:1px;height:18px;background:var(--line-strong);margin:0 2px}.searchopts .opt-field{width:auto;height:34px;padding:0 12px;font-size:12.5px;border-radius:var(--pill)}.searchopts .opt-root{padding-right:28px;background-position:right 10px center}.batchbox{margin-top:16px;padding:14px;display:flex;flex-direction:column;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.searchidle{width:100%;max-width:720px;margin:0 auto;text-align:center}.searchidle-eyebrow{margin-bottom:10px;font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--faint)}.searchidle-examples{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.searchidle-sources{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:32px;text-align:left}.searchidle-sources>div{padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r)}.searchidle-sources p{margin-top:9px;font-size:12.5px;line-height:1.55;color:var(--muted)}.results{display:flex;flex-direction:column;gap:8px;margin-top:14px}.results .result{margin:0}.result{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:12px 14px;font-size:13px}.result.best{border-color:var(--good)}.meter{position:relative;width:40px;height:40px}.meter svg{transform:rotate(-90deg)}.meter-track{fill:none;stroke:var(--line-strong);stroke-width:3.5}.meter-fill{fill:none;stroke-width:3.5;stroke-linecap:round;transition:stroke-dasharray .4s var(--ease)}.meter.hi .meter-fill{stroke:var(--good)}.meter.mid .meter-fill{stroke:var(--warn)}.meter.lo .meter-fill{stroke:var(--bad)}.meter>span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.meter.hi>span{color:var(--good)}.meter.mid>span{color:var(--warn)}.meter.lo>span{color:var(--bad)}.result-main{min-width:0}.result-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13.5px;font-weight:550;line-height:1.4;word-break:break-word}.result-sub{margin-top:2px;font-size:11px;color:var(--muted);word-break:break-all;line-height:1.45}.result-sub:empty{display:none}@container content (max-width: 760px){.result{grid-template-columns:40px 1fr}.result>button{grid-column:2;justify-self:start}}.queuehead,.queuerow,.historyhead,.historyrow{display:grid;gap:12px;align-items:center;padding:0 10px}.queuehead,.queuerow{grid-template-columns:minmax(0,2.4fr) 104px 112px minmax(0,2fr) 148px minmax(0,176px)}.historyhead,.historyrow{grid-template-columns:minmax(0,2.4fr) 116px minmax(0,2.2fr) 84px 120px 44px}.queuehead,.historyhead{height:34px;font-size:10.5px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line-strong)}.queuelist,.historylist{max-height:62vh;overflow-y:auto;overscroll-behavior:contain}.queuerow,.historyrow{border-bottom:1px solid var(--line);transition:background var(--fast) var(--ease)}.queuerow:hover,.historyrow:hover{background:var(--hover)}.queuerow>span,.historyrow>span{min-width:0}.queuerow .cell,.historyrow .cell{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.queuerow .filename,.queuerow .subpath,.queuerow .clip,.historyrow .filename,.historyrow .subpath,.historyrow .clip{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historyrow .status{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rowactions{display:flex;align-items:center;gap:6px;justify-content:flex-end}.historyrow .rowactions{opacity:0;transition:opacity var(--fast) var(--ease)}.historyrow:hover .rowactions,.historyrow:focus-within .rowactions{opacity:1}.srccell{display:flex;align-items:center;gap:5px;min-width:0}.srcchip{display:inline-flex;align-items:center;gap:5px;padding:2px 7px;border-radius:var(--pill);font-size:10px;font-weight:650;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap}.srcchip.idle{color:var(--faint);border-color:var(--line)}.srcchip.searching{color:var(--accent);background:var(--accent-soft)}.srcchip.empty{color:var(--muted);background:var(--hover);text-decoration:line-through}.srcchip.active{color:var(--accent);background:var(--accent-soft);border-color:var(--accent-line)}.srcchip.got{color:var(--good);background:var(--good-soft)}.srcchip .spin{width:8px;height:8px;margin:0;border-width:1.5px}.retrytimer{display:flex;align-items:center;gap:2px;margin-top:4px;font-size:11.5px;font-weight:500;color:var(--accent);white-space:nowrap}.retrytimer .spin{width:10px;height:10px;margin-right:5px;border-width:1.5px}.retrytimer em{font-style:normal;color:var(--muted);font-weight:400}@container content (max-width: 760px){.queuehead,.queuerow{grid-template-columns:minmax(0,2.4fr) 96px minmax(0,2fr) minmax(0,150px)}.queuehead>span:nth-child(3),.queuerow>span:nth-child(3),.queuehead>span:nth-child(5),.queuerow>span:nth-child(5){display:none}.historyhead,.historyrow{grid-template-columns:minmax(0,2.4fr) 104px minmax(0,2fr) 44px}.historyhead>span:nth-child(4),.historyrow>span:nth-child(4),.historyhead>span:nth-child(5),.historyrow>span:nth-child(5){display:none}}@media(pointer:coarse){.historyrow .rowactions{opacity:1}}.tracklist-head,.trackrow{display:grid;gap:11px;align-items:center;padding:0 10px;grid-template-columns:26px minmax(0,3fr) minmax(0,2fr) minmax(0,2fr) 56px 82px}.tracklist-head{height:34px;margin-top:14px;font-size:10.5px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line-strong)}.tracklist{max-height:56vh;overflow-y:auto}.trackrow{font-size:13px;cursor:pointer;border-bottom:1px solid var(--line);transition:background var(--fast) var(--ease)}.trackrow:hover{background:var(--hover)}.trackrow>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@container content (max-width: 700px){.grid2,.grid3,.indexer-row{grid-template-columns:1fr}.statrow{grid-template-columns:repeat(2,1fr)}.tracklist-head,.trackrow{grid-template-columns:26px minmax(0,3fr) minmax(0,2fr) 78px}.tracklist-head>span:nth-child(4),.trackrow>span:nth-child(4),.tracklist-head>span:nth-child(5),.trackrow>span:nth-child(5){display:none}}.aipanel{position:relative;margin-bottom:28px;padding:20px 22px;display:flex;flex-direction:column;gap:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.aipanel-head{display:flex;align-items:flex-start;gap:14px}.aipanel-badge{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:50%;background:var(--accent-soft);color:var(--accent)}.aipanel-title{margin-top:1px;font-size:16px;font-weight:650;letter-spacing:-.01em}.aipanel-note{margin-top:4px;max-width:62ch;font-size:12.5px;line-height:1.6;color:var(--muted)}.aipanel-form{display:flex;flex-direction:column;gap:12px}.aipanel-prompt{width:100%;min-height:60px;padding:11px 13px;font-size:14px;line-height:1.5;resize:vertical}.aipanel-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.aipanel-size{display:flex;align-items:center;gap:10px}.aipanel-size>span{font-size:12px;color:var(--muted);white-space:nowrap}.aipanel-size .segmented button{min-width:42px}.aipanel-prompts{display:flex;flex-wrap:wrap;gap:8px}.aipanel-caret{display:none}.proposal{margin-top:2px;padding:16px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r)}.proposal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.proposal-name{font-size:15px;font-weight:650}.proposal-desc{margin-top:3px;font-size:12.5px;line-height:1.5;color:var(--text-2)}.proposal-meta{margin-top:5px;font-size:11.5px;color:var(--muted)}.proposal-list{margin:14px 0 0;padding-left:26px;display:flex;flex-direction:column;gap:2px;font-size:13px}.proposal-list li::marker{color:var(--faint);font-size:11px}.proposal-list li{display:flex;align-items:center;gap:10px;padding:4px 8px;margin-left:-8px;border-radius:var(--r-sm)}.proposal-list li:hover{background:var(--hover)}.proposal-title{margin-right:8px}.proposal-drop{margin-left:auto;opacity:0;transition:opacity .12s var(--ease)}.proposal-list li:hover .proposal-drop,.proposal-drop:focus-visible{opacity:1}.proposal-revise{margin-top:14px}body.is-dragging,body.is-dragging *{cursor:grabbing!important;user-select:none;-webkit-user-select:none}body.is-dragging{touch-action:none}.drag-handle{cursor:grab;touch-action:none;color:var(--muted);font-size:14px;line-height:1}.drag-handle:active{cursor:grabbing}[data-drag-from]{opacity:.45}[data-drag-over=before]{box-shadow:inset 0 2px 0 0 var(--accent)}[data-drag-over=after]{box-shadow:inset 0 -2px 0 0 var(--accent)}.upnext-row .drag-handle,.npsheet-list-row .drag-handle{flex-shrink:0}input.seek,input.vol{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:4px;padding:0;border:0;border-radius:99px;cursor:pointer;background-color:var(--line-strong);background-image:linear-gradient(90deg,var(--text) 0 var(--pct, 0%),transparent var(--pct, 0%));background-repeat:no-repeat;box-shadow:none}input.seek:focus,input.vol:focus{box-shadow:none;border:0}input.seek::-webkit-slider-thumb,input.vol::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:var(--text);border-radius:50%;border:0;box-shadow:0 1px 4px #00000080}input.seek::-moz-range-thumb,input.vol::-moz-range-thumb{width:12px;height:12px;border:0;background:var(--text);border-radius:50%;box-shadow:0 1px 4px #00000080}input.seek:disabled{opacity:.4;cursor:not-allowed}.player-time{min-width:32px;font-size:11px;color:var(--muted)}.nowplaying{position:fixed;right:var(--gutter-top);top:calc(var(--topbar-h) + var(--offline-h) + var(--gutter-top));z-index:30;display:flex;flex-direction:column;gap:18px;width:var(--np-rail);height:calc(100vh - var(--topbar-h) - var(--offline-h) - var(--gutter-top) * 2);padding:18px 18px calc(18px + env(safe-area-inset-bottom,0px));overflow-y:auto;overscroll-behavior:contain;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.np-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.np-heading{font-size:14px;font-weight:650}.np-head .icon-btn{position:relative;overflow:visible}.np-stage{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.np-art{position:relative;width:100%;max-width:100%;aspect-ratio:1;flex-shrink:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--r);background:var(--surface-2)}.np-art img{width:100%;height:100%;object-fit:cover}.np-art-opens{cursor:pointer}.np-meta{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%;text-align:center}.np-meta-text{min-width:0;width:100%}.np-title{font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.np-artist{margin-top:3px;font-size:13px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-album{margin-top:2px;font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-artist-link{display:inline;height:auto;padding:0;margin:0;border:0;border-radius:0;background:none;color:inherit;font:inherit;line-height:inherit;cursor:pointer}.np-artist-link:hover:not(:disabled){background:none;color:var(--text);text-decoration:underline;text-underline-offset:2px}.np-artist-link:active:not(:disabled){transform:none}.np-controls{display:flex;flex-direction:column;gap:14px}.np-scrub{display:flex;align-items:center;gap:10px}.np-scrub .seek{flex:1}.np-scrub .player-time:last-child{text-align:right}.np-block{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:6px;padding:14px 12px 8px;background:var(--accent);border-radius:var(--r-lg);color:var(--on-accent)}.np-transport{display:flex;align-items:center;justify-content:space-between;gap:4px}.np-transport .icon-btn{width:36px;height:36px;border-radius:50%;color:var(--on-accent);opacity:.85}.np-transport .icon-btn:hover:not(:disabled){background:#ffffff29;color:var(--on-accent);opacity:1}.np-transport .icon-btn.on{opacity:1;background:#fff3}.np-transport .np-play{width:50px;height:50px;opacity:1;background:#fff;border:0;color:var(--accent)}.np-transport .np-play:hover:not(:disabled){background:#fff;color:var(--accent-down)}.np-block-foot{height:28px;gap:6px;padding:0;background:none;border:0;border-radius:var(--r-sm);color:var(--on-accent);font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.9}.np-block-foot:hover:not(:disabled){background:#ffffff1f;opacity:1}.np-block-foot .upnext-badge{position:static;margin-left:2px;background:#fff;color:var(--accent);border:0}.np-extras{display:flex;align-items:center;gap:10px}.np-extras .vol{flex:1}.np-vol-icon{display:flex;color:var(--muted);flex-shrink:0}.np-format{font-size:10.5px;font-weight:650;letter-spacing:.06em;color:var(--faint)}button.np-heart{width:34px;height:34px;padding:0;border-radius:50%;background:transparent;color:var(--muted);flex-shrink:0}button.np-heart:hover:not(:disabled){background:var(--hover);color:var(--text)}button.np-heart.on{color:var(--bad);border-color:transparent}button.np-heart.on svg{fill:currentColor}.np-status{display:flex;align-items:center;gap:6px;font-size:11.5px;line-height:1.5;color:var(--muted)}.np-error{font-size:11.5px;line-height:1.5;color:var(--bad)}.autoplay-toggle{color:var(--muted)}.autoplay-toggle.on,.autoplay-toggle.on:hover:not(:disabled){color:var(--accent)}.upnext-away{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55}.upnext{position:fixed;z-index:56;right:var(--gutter-top);top:calc(var(--topbar-h) + var(--offline-h) + var(--gutter-top));bottom:var(--gutter-top);width:var(--np-rail);display:flex;flex-direction:column;padding:16px;background:var(--surface);border-radius:var(--r-lg);box-shadow:var(--shadow-float)}.upnext-head{display:flex;align-items:center;gap:6px;margin-bottom:12px}.upnext-title{flex:1;font-size:15px;font-weight:650;letter-spacing:-.01em}.upnext-label{display:block;margin:2px 2px 6px;font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--faint)}.upnext-now{margin-bottom:12px}.upnext-list{overflow-y:auto;margin:0 -4px;padding:0 4px}.upnext-row{display:flex;align-items:center;gap:8px;padding:6px;border-radius:var(--r-sm)}.upnext-row:hover{background:var(--hover)}.upnext-row.is-current{background:var(--accent-soft)}.upnext-row.is-current .upnext-song{color:var(--accent)}.upnext-play{flex:1;min-width:0;display:flex;align-items:center;justify-content:flex-start;gap:10px;height:auto;padding:0;background:none;border:0;border-radius:0;text-align:left;white-space:normal}.upnext-play:hover:not(:disabled){background:none}.upnext-play:active:not(:disabled){transform:none}.upnext-row img,.upnext-noart{width:34px;height:34px;flex-shrink:0;object-fit:cover;border-radius:var(--r-art-sm);background:var(--surface-2)}.upnext-text{flex:1;display:flex;flex-direction:column;min-width:0;gap:1px}.upnext-song{font-size:13px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upnext-artist{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upnext-time{flex-shrink:0;font-size:11.5px;color:var(--muted)}.upnext-drop{opacity:0;transition:opacity var(--fast) var(--ease)}.upnext-row:hover .upnext-drop,.upnext-drop:focus-visible{opacity:1}.upnext-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:22px 12px;text-align:center;font-size:12.5px;line-height:1.6;color:var(--muted)}.upnext-more{padding:12px 4px 4px;font-size:12px;color:var(--muted);text-align:center}.upnext-row,.npsheet-list-row{flex-wrap:wrap}.upnext-autoplay{flex:1 0 100%;display:flex;align-items:center;gap:6px;margin:6px 0 8px;padding:6px 0;border-top:1px solid var(--line);font-size:10.5px;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.upnext-autoplay svg{color:var(--accent)}.upnext-badge{position:absolute;top:-3px;right:-5px;min-width:15px;height:15px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-style:normal;font-weight:700;color:var(--on-accent);background:var(--accent);border:1.5px solid var(--surface);border-radius:var(--pill)}@container content (max-width: 700px){.upnext-drop{opacity:1}}@media(max-width:1180px){body:has(.nowplaying){--player-h: 84px}body:has(.nowplaying) main{padding-right:var(--gutter-x);padding-bottom:calc(72px + var(--player-h))}body:has(.nowplaying) .toasts{right:16px}body:has(.nowplaying) .savebar{right:0;bottom:var(--player-h)}.nowplaying{top:auto;right:0;bottom:0;left:var(--rail);width:auto;height:var(--player-h);margin:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:0 18px calc(0px + env(safe-area-inset-bottom,0px));overflow:visible;border:0;border-top:1px solid var(--line);border-radius:0}.np-head,.np-block-foot,.np-status,.np-error,.np-format,.np-album{display:none}.np-stage{flex-direction:row;gap:12px;min-width:0}.np-art{width:48px;max-width:none;flex-shrink:0;border-radius:var(--r-art-sm)}.np-meta{align-items:flex-start;text-align:left}.np-title{font-size:13.5px;-webkit-line-clamp:1}.np-artist{font-size:12px}.np-block{flex-direction:row;align-items:center;gap:14px;padding:0;background:none;border-radius:0;color:inherit}.np-transport{gap:2px}.np-transport .icon-btn{color:var(--muted);opacity:1}.np-transport .icon-btn:hover:not(:disabled){background:var(--hover);color:var(--text)}.np-transport .icon-btn.on{color:var(--accent);background:none}.np-transport .np-play{width:40px;height:40px;background:var(--accent);color:var(--on-accent)}.np-transport .np-play:hover:not(:disabled){background:var(--accent-hover);color:var(--on-accent)}.np-block{order:2}.np-stage{flex:1 1 220px;justify-content:flex-start}.np-art{max-width:48px}.np-controls{order:3;min-width:0}.np-extras{display:none}.upnext{top:auto;right:16px;left:auto;bottom:calc(var(--player-h) + 16px);width:min(360px,calc(100vw - 32px));max-height:min(60vh,520px)}}@media(max-width:900px){.nowplaying{left:0}.np-controls{display:none}.nowplaying{grid-template-columns:minmax(0,1fr) auto}}@media(max-width:560px){.upnext{right:8px;left:8px;width:auto}}.npsheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;flex-direction:column;padding:env(safe-area-inset-top,0px) 22px calc(18px + env(safe-area-inset-bottom,0px));background:var(--bg);transform:translateY(100%);transition:transform .3s var(--ease);overscroll-behavior:contain;visibility:hidden}.npsheet.open{transform:none;visibility:visible}.npsheet-grab{position:relative;flex-shrink:0;height:44px;display:flex;align-items:center;justify-content:center;touch-action:none;cursor:grab}.npsheet-grab>span{width:36px;height:4px;border-radius:99px;background:var(--line-strong)}.npsheet-close{position:absolute;left:-8px;top:0;width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;background:none;border:0;color:var(--text-2);touch-action:manipulation}.npsheet-close:hover:not(:disabled),.npsheet-close:active:not(:disabled){background:none;transform:none;color:var(--text)}.npsheet-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:18px;padding-top:6px}.npsheet-art{flex:0 1 auto;min-height:0;width:min(100%,62vh);max-height:100%;aspect-ratio:1;margin:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--r-lg);background:var(--surface-2)}.npsheet-img{width:100%;height:100%;object-fit:cover}span.npsheet-img.noart{display:flex;align-items:center;justify-content:center;font-size:64px}.npsheet-meta{display:flex;align-items:center;gap:12px;flex-shrink:0}.npsheet-meta-text{min-width:0;flex:1}.npsheet-title{font-size:21px;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npsheet-artist{margin-top:2px;font-size:15px;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npsheet .np-heart{width:44px;height:44px}.npsheet-scrub{flex-shrink:0}.npsheet-scrub .seek{width:100%}.npsheet-times{display:flex;justify-content:space-between;margin-top:6px;font-size:11.5px;color:var(--muted)}.npsheet-transport{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:30px}.npsheet-transport button{width:58px;height:58px;padding:0;background:none;border:0;color:var(--text)}.npsheet-transport button:hover:not(:disabled){background:var(--hover)}.npsheet-transport .npsheet-play,.npsheet-transport .npsheet-play:hover:not(:disabled){width:66px;height:66px;border-radius:50%;background:var(--accent);color:var(--on-accent)}.npsheet-vol{display:flex;align-items:center;gap:12px;flex-shrink:0;color:var(--muted)}.npsheet-vol .vol{flex:1;min-width:0}.npsheet-tools{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;padding-top:4px}.npsheet-tools button{position:relative;width:48px;height:48px}.npsheet-list{flex:1;min-height:0;display:flex;flex-direction:column}.npsheet-list-head{display:flex;align-items:center;gap:6px;padding-bottom:8px;font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.npsheet-list-head>span{flex:1}.npsheet-list-rows{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}.npsheet-list-row{display:flex;align-items:center;gap:4px}.npsheet-list-play{flex:1;min-width:0;gap:11px;height:56px;padding:0;justify-content:flex-start;background:none;border:0}.npsheet-list-play:hover:not(:disabled){background:none}.npsheet-list-play:active:not(:disabled){transform:none}.npsheet-list-art{width:42px;height:42px;flex-shrink:0;object-fit:cover;border-radius:var(--r-art-sm);background:var(--surface-2)}span.npsheet-list-art.noart{display:flex;align-items:center;justify-content:center;font-size:17px}.npsheet-list-text{display:flex;flex-direction:column;gap:2px;min-width:0;text-align:left}.npsheet-list-song{font-size:14px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npsheet-list-artist{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npsheet-list-drop{width:40px;height:40px;flex-shrink:0}.npsheet-list-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:22px 0;font-size:13px;color:var(--muted)}.npmini{position:relative;z-index:88;display:flex;align-items:center;gap:10px;height:var(--mini-h, 58px);padding:0 8px 0 10px;background:var(--surface);border-top:1px solid var(--line);cursor:pointer;-webkit-tap-highlight-color:transparent}.npmini-bar{position:absolute;top:-1px;left:0;height:2px;background:var(--accent);transition:width .25s linear}.npmini-art{width:42px;height:42px;flex-shrink:0;border-radius:var(--r-art-sm);overflow:hidden;background:var(--surface-2);display:flex;align-items:center;justify-content:center}.npmini-img{width:100%;height:100%;object-fit:cover}span.npmini-img.noart{font-size:18px}.npmini-text{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.npmini-title{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npmini-artist{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npmini-btn{width:44px;height:44px;flex-shrink:0;padding:0;background:none;border:0;color:var(--text)}.npmini-btn:hover:not(:disabled),.npmini-btn:active:not(:disabled){background:none;transform:none}@media(prefers-reduced-motion:reduce){.npsheet,.toast,.modal,.ctxmenu,.upnext,.savebar{transition:none;animation:none}}@media(min-width:761px)and (max-width:1100px)and (min-height:521px){:root{--rail: 68px;--gutter-x: 22px}.shell{grid-template-columns:var(--rail) minmax(0,1fr)}.sidebar{z-index:30;width:68px;padding-left:10px;padding-right:10px;overflow:hidden;transition:width .18s var(--ease)}.sidebar:hover,.sidebar:focus-within{width:236px;box-shadow:var(--shadow-float)}.sidebar-brand{padding-left:8px}.brand>span,.sidenav-label,.sidenav a>span,.sidenav .count,.sidebar-foot{opacity:0;transition:opacity .12s var(--ease)}.sidenav-label{height:0;padding-top:0;padding-bottom:0;overflow:hidden}.sidebar:hover .brand>span,.sidebar:focus-within .brand>span,.sidebar:hover .sidenav a>span,.sidebar:focus-within .sidenav a>span,.sidebar:hover .sidenav .count,.sidebar:focus-within .sidenav .count,.sidebar:hover .sidebar-foot,.sidebar:focus-within .sidebar-foot,.sidebar:hover .sidenav-label,.sidebar:focus-within .sidenav-label{opacity:1}.sidebar:hover .sidenav-label,.sidebar:focus-within .sidenav-label{height:auto;padding-bottom:8px}.sidenav a{white-space:nowrap}.sidenav a.active:after{right:-10px}.sidebar:hover .sidenav a.active:after,.sidebar:focus-within .sidenav a.active:after{right:-14px}.nav-toggle,.nav-close,.nav-scrim{display:none!important}.albumgrid,.artistgrid,.playlistgrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px 14px}}@media(max-width:900px){.shell{grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:100;width:264px;height:auto;transform:translate(-100%);transition:transform .2s var(--ease);box-shadow:none}.shell.nav-open .sidebar{transform:none;box-shadow:var(--shadow-float)}.nav-close{display:inline-flex}.nav-toggle{display:inline-flex;flex-shrink:0}.shell.nav-open .nav-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:var(--scrim)}.topbar{padding:0 14px;gap:8px}.topbar .searchbar.topbar-search{flex:1 1 auto;margin:0}.savebar{left:0}main{--gutter-x: 20px;--gutter-top: 18px}.settings-layout{grid-template-columns:minmax(0,1fr);gap:16px}.settings-nav{position:static;flex-direction:row;gap:4px;overflow-x:auto;overscroll-behavior-x:contain;border-radius:var(--pill);padding:4px;scrollbar-width:none}.settings-nav::-webkit-scrollbar{display:none}.settings-nav button{flex-shrink:0;border-radius:var(--pill);padding:7px 13px}.settings-nav button svg,.settings-nav-text em{display:none}.grid2,.grid3,.indexer-row{grid-template-columns:1fr}.statrow{grid-template-columns:repeat(2,1fr)}.hero{gap:18px}.hero-art{width:150px}.hero-name{font-size:26px}.dischero{min-height:220px;padding:22px}.dischero-name{font-size:30px}.searchidle-sources{grid-template-columns:1fr}.shelf-rail{grid-auto-columns:140px;gap:14px}.shelf.featured .shelf-rail{grid-auto-columns:168px}.shelf.mosaic .shelf-rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(pointer:coarse){button,input[type=checkbox],input[type=radio]{-webkit-tap-highlight-color:transparent}button{height:38px}button.small{height:32px}button.small.icon-btn{width:32px}input,select,textarea{height:42px;font-size:16px}.segmented button{height:30px}.tile-actions{opacity:1}.ctxmenu{left:8px!important;right:8px;top:auto!important;bottom:calc(8px + env(safe-area-inset-bottom,0px));min-width:0;max-width:none;padding:8px;border-radius:var(--r-lg);animation:ctx-up .16s var(--ease)}.ctxmenu-item{height:48px;font-size:15.5px;padding-inline:14px}.ctxmenu-away{background:var(--scrim)}@keyframes ctx-up{0%{transform:translateY(16px);opacity:0}to{transform:none;opacity:1}}}.tabbar,.alpha-index,.pagehead-tools,.pagehead-avatar,.pagehead-search{display:none}@media(max-width:760px),(max-height:520px)and (pointer:coarse){:root{--topbar-h: 0px;--tabbar-h: 54px;--mini-h: 58px;--gutter-x: 16px;--gutter-top: 0px}html,body{height:100%;overflow:hidden;overscroll-behavior:none}body{display:flex;flex-direction:column}#root{flex:1;min-height:0;display:flex;flex-direction:column}.offlinebar{order:-1;flex:0 0 auto;position:static;height:auto;padding:6px 14px;padding-top:calc(6px + env(safe-area-inset-top,0px))}header.topbar{display:none}.shell{order:1;flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.shell-main{flex:1 1 auto;min-height:0}main{flex:1 1 auto;min-height:0;max-width:none;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding-bottom:28px}.npmini{order:2;flex:0 0 auto}.tabbar{order:3;flex:0 0 auto}.toasts,body:has(.nowplaying) .toasts{left:12px;right:12px;width:auto;bottom:12px}.tabbar{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom,0px));padding:0 4px env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--line)}.tabbar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:var(--tabbar-h);padding:0;min-width:0;background:none;border:0;border-radius:0;color:var(--muted);font-size:10px;font-weight:550}.tabbar button:hover:not(:disabled),.tabbar button:active:not(:disabled){background:none;transform:none;color:var(--text-2)}.tabbar button.active,.tabbar button.active svg{color:var(--accent)}.tabbar-icon{position:relative;display:flex;line-height:0}.tabbar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.tabbar-count{position:absolute;top:-5px;left:12px;min-width:16px;height:16px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:var(--pill);background:var(--accent);color:var(--on-accent);font-style:normal;font-size:10px;font-weight:700}.sidebar{width:280px;padding-top:calc(22px + env(safe-area-inset-top,0px))}.sidenav a{height:42px;font-size:15px}.pagehead.phone{position:sticky;top:0;z-index:30;margin:0 calc(var(--gutter-x) * -1) 14px;padding:calc(8px + env(safe-area-inset-top,0px)) var(--gutter-x) 8px;background:var(--bg);transition:transform .22s var(--ease),margin-top .22s var(--ease),padding .16s var(--ease);overflow:visible}.pagehead.phone .pagehead-row{min-height:44px;flex-wrap:nowrap;gap:8px;overflow:visible}.pagehead.phone h1{flex:1 1 auto;font-size:28px;font-weight:750;letter-spacing:-.035em;transition:font-size .16s var(--ease)}.pagehead.phone.condensed h1{font-size:18px;letter-spacing:-.02em}.pagehead.phone.condensed{padding-bottom:6px}.pagehead.phone.away{transform:translateY(calc(-100% - 12px))}.pagehead.phone .pagehead-toolbar{margin-top:8px;padding-bottom:0;border:0}.pagehead.phone .pagehead-toolbar:has(.browsebar){padding-bottom:6px}main:has(.pagehead.phone) .pagelede{margin-top:-6px}.pagehead-tools{display:flex;align-items:center;gap:6px;flex-shrink:0}.pagehead-tools .statchip{max-width:40vw}.pagehead-tool{width:38px;height:38px;padding:0;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--text-2)}.pagehead-tools .primary.small{height:36px;padding:0 14px;font-size:13px}.pagehead-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:50%;border:0;background:var(--accent);color:var(--on-accent);font-weight:700;font-size:15px}.pagehead-moreWrap{position:relative}.pagehead-more{position:absolute;right:0;top:calc(100% + 6px);z-index:60;display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:220px;max-width:calc(100vw - 32px);padding:10px;background:var(--surface);border-radius:var(--r);box-shadow:var(--shadow-float)}.pagehead-more>*{width:100%}.pagehead-more button{justify-content:flex-start;height:40px}.pagehead-more .sortpick{display:flex;flex-direction:column;align-items:stretch;gap:4px}.pagehead-more .sortpick select{width:100%}.pagehead-search{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.pagehead-search .searchbar{flex:1 1 auto}.pagehead-dots{font-size:22px;line-height:1;letter-spacing:-1px;transform:translateY(-2px)}.searchbox-drop{position:fixed;left:8px;right:8px;top:calc(60px + env(safe-area-inset-top,0px));max-height:60vh}main:has(.hero) .pagehead.phone h1{display:block}.browsebar{flex-wrap:nowrap;gap:8px}.browsebar>.segmented{flex:1 1 auto;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.browsebar>.segmented::-webkit-scrollbar{display:none}.browsebar>.segmented[data-more]{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 22px),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 22px),transparent)}.browsebar>.segmented>button{flex:0 0 auto;height:34px;padding:0 10px;font-size:13px}.browsebar .segmented button.active:after{bottom:-7px}.browsebar>.row{flex:0 0 auto;margin-left:0}.browsebar .sortpick select{height:34px}.filterchips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.filterchips::-webkit-scrollbar{display:none}button.filterchip{flex-shrink:0;height:34px}main:has(.gridscroll){display:flex;flex-direction:column;overflow:hidden;padding-bottom:0}main:has(.gridscroll)>*{flex:0 0 auto}main:has(.gridscroll)>.gridscroll{flex:1 1 auto;max-height:none;min-height:0}main:has(.gridscroll) .pagehead.phone{position:relative;top:auto;margin-bottom:0}main:has(.gridscroll) .pagehead.phone.away{transform:none;margin-top:calc(-1 * var(--head-h, 80px))!important}.libfoot{display:none}.alpha-index{position:absolute;right:2px;top:8px;bottom:8px;z-index:5;display:flex;flex-direction:column;justify-content:center;padding:4px 2px;touch-action:none}.alpha-index button{height:auto;min-height:0;padding:0 5px;border:0;background:none;font-size:10.5px;font-weight:600;line-height:1.35;color:var(--accent)}.alpha-index:active{background:var(--surface);border-radius:10px}.gridscroll:has(.alpha-index) .songrow,.gridscroll:has(.alpha-index) .songlist-head{padding-right:24px}.gridscroll:has(.alpha-index) .artistgrid,.gridscroll:has(.alpha-index) .albumgrid{padding-right:20px}.albumgrid,.artistgrid,.playlistgrid{gap:18px 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.shelf.asgrid .shelf-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.shelf-rail{grid-auto-columns:44vw}.shelf.mosaic .shelf-rail{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:96px}.album-name,.artist-name,.plcard-name{-webkit-line-clamp:1}.songlist-library .songrow,.songlist-library .songlist-head,.songlist-album .songrow,.songlist-album .songlist-head,.songlist-playlist .songrow,.songlist-playlist .songlist-head{grid-template-columns:var(--songcols)}.songlist-library .songrow-art,.songlist-album .songrow-art,.songlist-playlist .songrow-art{display:block}.songrow{position:relative;padding:6px;gap:12px;min-height:60px;border-radius:0;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:pan-y}.songrow-art{width:48px;height:48px}.songrow-title{font-size:15px}.songrow-sub{margin-top:2px;font-size:13px}.songrow-time{font-size:13px}.songrow+.songrow:before{content:"";position:absolute;left:66px;right:0;top:0;height:1px;background:var(--line)}.songlist-album .songrow+.songrow:before,.songlist-playlist .songrow+.songrow:before{left:42px}.songrow.playing:before,.songrow.playing+.songrow:before{background:transparent}.songlist-album .songrow-glyph,.songlist-playlist .songrow-glyph{display:none}.songlist-album .songrow-no,.songlist-playlist .songrow-no{opacity:1}.songrow-cue{width:34px}.songlist-editable .songrow-actions{display:flex;opacity:1;gap:2px}.songlist-editable .songrow-actions button.small.icon-btn{width:30px;height:30px}.songrow.swipe-right:before,.songrow.swipe-left:after{content:"";position:absolute;top:0;bottom:0;width:120px;pointer-events:none}.songrow.swipe-right:before{right:100%;left:auto;height:auto;background:linear-gradient(90deg,transparent,var(--accent-soft))}.songrow.swipe-left:after{left:100%;background:linear-gradient(270deg,transparent,var(--bad-soft))}.hero{flex-direction:column;align-items:center;text-align:center;gap:14px;margin-bottom:22px}.hero-art{width:min(62%,260px)}.hero-main{width:100%}.hero-name{font-size:23px}.hero-desc{margin-inline:auto}.hero-actions{justify-content:center;flex-wrap:wrap;gap:10px;margin-top:14px}.hero-actions button{flex:1 1 130px;max-width:190px;height:42px}.hero-rename{justify-content:center}.hero-rename input{max-width:none;flex:1 1 100%}.dischero{min-height:200px;margin-bottom:22px;padding:18px}.dischero-name{font-size:26px}.dischero-actions button{flex:1 1 120px}.shelf.featured .shelf-rail{grid-auto-columns:160px;gap:12px}.shelf-titles h3,.shelf.featured .shelf-titles h3{font-size:17px}.card{padding:16px 15px;margin-bottom:14px}.grid2,.grid3{gap:0}.grid2>*:last-child,.grid3>*:last-child{margin-bottom:16px}.statrow{grid-template-columns:1fr 1fr;gap:10px}.statvalue{font-size:19px}main table{display:block;width:100%;overflow-x:auto;overscroll-behavior-x:contain;white-space:nowrap}.renameplan{display:table}.modal{max-width:none;max-height:88vh;width:100%;border-radius:var(--r-lg) var(--r-lg) 0 0;margin-top:auto}.modal-backdrop,.modal-scrim{padding:0;align-items:flex-end}.modal-foot button{flex:1 1 120px}.trackinfo-rows>div{grid-template-columns:1fr;gap:2px}.savebar{position:sticky;left:auto;right:auto;bottom:0;margin:12px calc(var(--gutter-x) * -1) 0;padding:10px var(--gutter-x) calc(10px + env(safe-area-inset-bottom,0px))}.savebar-inner{flex-wrap:wrap;gap:8px}body:has(.savebar) main{padding-bottom:28px}body:has(.savebar) .tabbar{display:none}.searchhero{margin:2px auto 18px}.searchbar.searchbar-lead{height:48px;padding:0 6px 0 14px;gap:8px}.searchbar.searchbar-lead input{font-size:16px}.searchbar-lead .searchbar-go{width:36px;height:36px;padding:0;border-radius:50%}.searchbar-lead .searchbar-go-label{display:none}.searchopts{justify-content:flex-start;gap:8px;margin-top:10px}.searchopts-sep{display:none}.searchopts .opt-field{flex:1 1 calc(50% - 4px);min-width:0;height:40px}.searchidle{text-align:left}.searchidle-examples{justify-content:flex-start}.searchidle-sources{margin-top:22px;gap:8px}.result{padding:12px;gap:10px;grid-template-columns:40px 1fr}.result>button{grid-column:1 / -1;justify-self:stretch;height:40px}.result-sub{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.queuehead,.historyhead{display:none}.queuerow{grid-template-columns:86px minmax(0,1fr) auto;grid-template-rows:36px 25px 25px;gap:2px 10px;padding:0 4px}.queuerow>span:nth-child(1){grid-area:1 / 1 / 2 / 3}.queuerow>span:nth-child(6){grid-area:1 / 3 / 2 / 4}.queuerow>span:nth-child(2){grid-area:2 / 1 / 3 / 2}.queuerow>span:nth-child(3){grid-area:2 / 2 / 3 / 4;display:block}.queuerow>span:nth-child(4){grid-area:3 / 1 / 4 / 3}.queuerow>span:nth-child(5){grid-area:3 / 3 / 4 / 4;display:flex}.historyrow{grid-template-columns:86px minmax(0,1fr) auto 34px;grid-template-rows:36px 25px 25px;gap:2px 10px;padding:0 4px}.historyrow>span:nth-child(1){grid-area:1 / 1 / 2 / 4}.historyrow>span:nth-child(6){grid-area:1 / 4 / 2 / 5}.historyrow>span:nth-child(2){grid-area:2 / 1 / 3 / 2}.historyrow>span:nth-child(4){grid-area:2 / 2 / 3 / 5;display:block}.historyrow>span:nth-child(3){grid-area:3 / 1 / 4 / 3}.historyrow>span:nth-child(5){grid-area:3 / 3 / 4 / 5;display:block}.queuerow .filename,.historyrow .filename{font-size:13.5px}.queuerow .srcchip{font-size:9px;padding:1px 5px}.queuelist,.historylist{max-height:58vh}.searchbar.compact{max-width:none;height:40px}.tracklist{max-height:60vh}.tracklist-head{display:none}.trackrow{display:flex;flex-wrap:wrap;gap:4px 10px;padding:8px 10px;height:auto!important}.dirlist{max-height:40vh}.aipanel{margin-bottom:18px;padding:14px 15px;gap:14px}.aipanel-trigger{width:100%;height:auto;padding:0;gap:12px;align-items:center;text-align:left;background:none;border:0;border-radius:0;color:inherit;font:inherit;white-space:normal}.aipanel-trigger:hover:not(:disabled),.aipanel-trigger:active:not(:disabled){background:none;transform:none;color:inherit}.aipanel-trigger>div{flex:1;min-width:0}.aipanel-badge{width:34px;height:34px}.aipanel-title{font-size:15px}.aipanel-note{margin-top:3px;font-size:12px;line-height:1.45}.aipanel-caret{display:flex;flex-shrink:0;color:var(--muted);transition:transform .2s var(--ease)}.aipanel:not(.shut) .aipanel-caret{transform:rotate(180deg)}.aipanel:not(.shut) .aipanel-trigger{align-items:flex-start}.aipanel.shut{padding:10px 14px}.aipanel.shut .aipanel-note{display:none}.aipanel-foot{flex-direction:column;align-items:stretch;gap:12px}.aipanel-size{justify-content:space-between}.aipanel-size .segmented{flex:1;min-width:0}.aipanel-size .segmented button{flex:1;min-width:0;padding:0}.aipanel-foot .primary{width:100%;height:44px}.aipanel-prompt{font-size:16px}.proposal-head{gap:8px}}@media(max-height:520px)and (pointer:coarse){.albumgrid,.artistgrid,.playlistgrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.npsheet-body{display:grid;grid-template-columns:minmax(0,40%) minmax(0,1fr);column-gap:20px;align-items:center}.npsheet-art,.npsheet-list{grid-row:1 / span 6}.npsheet-img{max-height:calc(100vh - 80px)}}@media(device-posture:folded){.npsheet.open .npsheet-body{display:grid;grid-template-rows:48vh auto;align-content:start}.npsheet-art{display:grid;place-items:center}.npsheet-img{max-height:42vh}}@media(prefers-reduced-motion:reduce){.pagehead.phone,.pagehead-row,.aipanel-caret,.sidebar{transition:none}}html.drive-on,html.drive-on body{height:100%;overflow:hidden}.drive{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;flex-direction:column;background:#0d0d10;color:#fff;font-size:16px;-webkit-tap-highlight-color:transparent;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.drive-tabs{flex:0 0 auto;display:flex;align-items:stretch;gap:6px;padding:10px 12px;background:#141417;border-bottom:1px solid rgba(255,255,255,.07)}.drive-tabs button{flex:1 1 0;min-width:0;height:62px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;border:0;border-radius:12px;color:#9a9aa4;font-size:17px;font-weight:600}.drive-tabs button:hover:not(:disabled),.drive-tabs button:active:not(:disabled){background:#ffffff12;transform:none;color:#fff}.drive-tabs button.active{background:#26262c;color:#fff}.drive-tabs button.active svg{color:#7f8dff}.drive-tabs button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-tabs .drive-exit{flex:0 0 66px}.drive-back{flex:1 1 auto;min-width:0;justify-content:flex-start!important;color:#fff!important;font-size:19px!important}.drive-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 22px 16px}.drive-heading{min-width:0;font-size:32px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-head-actions{display:flex;gap:10px;flex:0 0 auto}.drive-cta{height:56px;padding:0 26px;display:flex;align-items:center;gap:10px;background:#26262c;border:0;border-radius:12px;color:#fff;font-size:18px;font-weight:600}.drive-cta:hover:not(:disabled),.drive-cta:active:not(:disabled){background:#33333b;transform:none}.drive-cta:disabled{color:#ffffff4d}.drive-cta svg{color:#7f8dff}.drive-search{flex:1 1 340px;min-width:0;display:flex;align-items:center;gap:12px;height:64px;padding:0 8px 0 18px;background:#1a1a1f;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff17}.drive-search>svg{color:#6d6d78;flex:0 0 auto}.drive-search:focus-within{box-shadow:inset 0 0 0 2px #5b6cff}.drive-search input{flex:1 1 auto;min-width:0;height:100%;padding:0;background:none;border:0;box-shadow:none;border-radius:0;color:#fff;font-size:21px}.drive-search input:focus{box-shadow:none}.drive-search input::placeholder{color:#6d6d78}.drive-search-clear{width:52px;height:52px;flex:0 0 auto;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;color:#9a9aa4}.drive-search-clear:hover:not(:disabled),.drive-search-clear:active:not(:disabled){background:#ffffff1a;transform:none;color:#fff}.drive-cols,.drive-row{display:grid;grid-template-columns:56px minmax(0,2fr) minmax(0,1.4fr) minmax(0,1.4fr) 76px;align-items:center;gap:16px;padding:0 22px}.drive-cols{flex:0 0 auto;height:34px;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#6d6d78;border-bottom:1px solid rgba(255,255,255,.07)}.drive-col-time{text-align:right}.drive-rows{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.drive-row{width:100%;height:76px;background:transparent;border:0;border-radius:0;text-align:left;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.drive-row+.drive-row{box-shadow:inset 0 1px #ffffff0f}.drive-row:hover:not(:disabled),.drive-row:active:not(:disabled){background:#ffffff12;transform:none}.drive-row.playing{background:#5b6cff33}.drive-row-art{width:56px;height:56px;object-fit:cover;border-radius:8px;background:#1a1a1f}.drive-noart{display:flex;align-items:center;justify-content:center;font-size:22px;color:#ffffff4d}.drive-row-song{font-size:19px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-row.playing .drive-row-song{color:#aab3ff}.drive-row-artist,.drive-row-album{font-size:17px;color:#9a9aa4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-row-time{font-size:16px;color:#9a9aa4;text-align:right}.drive-plrow{width:100%;height:82px;padding:0 22px;display:flex;align-items:center;gap:16px;background:transparent;border:0;border-radius:0;text-align:left}.drive-plrow+.drive-plrow{box-shadow:inset 0 1px #ffffff0f}.drive-plrow:hover:not(:disabled),.drive-plrow:active:not(:disabled){background:#ffffff12;transform:none}.drive-plrow-text{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1 auto}.drive-plrow .drive-row-sub{font-size:16px;color:#9a9aa4}.drive-plrow>svg{color:#6d6d78;flex:0 0 auto}.drive-empty{display:flex;align-items:center;justify-content:center;gap:10px;height:55%;padding:20px;font-size:19px;color:#9a9aa4;text-align:center}.drive-more{display:block;width:100%;height:76px;background:transparent;border:0;border-radius:0;box-shadow:inset 0 1px #ffffff0f;font-size:18px;font-weight:600;color:#aab3ff;text-align:center}.drive-more:hover:not(:disabled),.drive-more:active:not(:disabled){background:#ffffff12;transform:none}.drive-bar{position:relative;flex:0 0 auto;display:flex;align-items:center;gap:16px;height:88px;padding:0 18px;background:#141417;border-top:1px solid rgba(255,255,255,.09)}.drive-bar-progress{position:absolute;top:-1px;left:0;height:2px;background:#5b6cff;transition:width .25s linear}.drive-bar-art{width:56px;height:56px;flex:0 0 auto;object-fit:cover;border-radius:8px;background:#1a1a1f}.drive-bar-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.drive-bar-title{font-size:19px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-bar-artist{font-size:16px;color:#9a9aa4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-bar-time{flex:0 0 auto;font-size:16px;color:#6d6d78}.drive-bar-btn{width:60px;height:60px;flex:0 0 auto;padding:0;display:flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;color:#fff}.drive-bar-btn:hover:not(:disabled),.drive-bar-btn:active:not(:disabled){background:#ffffff1a;transform:none}.drive-bar-play{background:#5b6cff}.drive-bar-play:hover:not(:disabled),.drive-bar-play:active:not(:disabled){background:#4a5ae8}.drive-sheet-away{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;align-items:flex-end;justify-content:center;background:#0000009e}.drive-sheet{width:100%;max-width:620px;max-height:100%;overflow-y:auto;padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));background:#1a1a1f;border-radius:18px 18px 0 0}.drive-sheet-head{display:flex;align-items:center;gap:14px;padding:12px 12px 16px}.drive-sheet-art{width:56px;height:56px;flex:0 0 auto;object-fit:cover;border-radius:8px;background:#0d0d10}.drive-sheet-text{display:flex;flex-direction:column;gap:3px;min-width:0}.drive-sheet-title{font-size:20px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-sheet-artist{font-size:16px;color:#9a9aa4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-sheet-action{width:100%;height:72px;padding:0 14px;display:flex;align-items:center;justify-content:flex-start;gap:16px;background:transparent;border:0;border-radius:12px;color:#fff;font-size:19px;font-weight:600;text-align:left}.drive-sheet-action:hover:not(:disabled),.drive-sheet-action:active:not(:disabled){background:#ffffff17;transform:none}.drive-sheet-action svg{color:#7f8dff}.drive-sheet-cancel{width:100%;height:68px;margin-top:8px;background:#26262c;border:0;border-radius:12px;color:#fff;font-size:18px;font-weight:600}.drive-sheet-cancel:hover:not(:disabled){background:#30303a}@media(max-width:1040px){.drive-cols,.drive-row{grid-template-columns:56px minmax(0,2fr) minmax(0,1.5fr) 76px}.drive-col-album,.drive-row-album{display:none}}@media(max-width:780px){.drive-cols,.drive-row{grid-template-columns:48px minmax(0,1fr) 68px;gap:12px;padding:0 14px}.drive-col-artist,.drive-row-artist{display:none}.drive-row{height:68px}.drive-row-art,.drive-bar-art{width:48px;height:48px}.drive-heading{font-size:26px}.drive-head{padding:14px 16px 12px}.drive-cta{height:50px;padding:0 18px;font-size:16px}.drive-bar{height:76px;gap:12px;padding:0 12px}.drive-bar-time{display:none}.drive-bar-btn{width:52px;height:52px}.drive-tabs button{font-size:15px;gap:7px}.drive-search{height:54px;flex-basis:100%}.drive-search input{font-size:18px}}.topbar{gap:14px;border-bottom:1px solid var(--line)}.topbar-page{flex:1 1 auto;min-width:0;display:flex;align-items:center;height:100%}.topbar.searching .topbar-page{display:none}.topbar .searchbar.topbar-search{flex:1 1 auto;max-width:560px;margin:0 auto 0 0}.topbar-search-btn{flex-shrink:0}.topbar-page .pagehead,.topbar-page .pagehead.pagehead-inline{flex:1 1 auto;min-width:0;height:100%;display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:0 18px;margin:0;padding:0;border:0}.topbar-page .pagehead-row{display:contents}.topbar-page .pagehead h1{order:0;flex:0 0 auto;max-width:40%;font-size:20px;letter-spacing:-.025em}.topbar-page .pagehead-toolbar,.topbar-page .pagehead.pagehead-inline .pagehead-toolbar{order:1;flex:1 1 auto;min-width:0;height:100%;margin:0;padding:0;border:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.topbar-page .pagehead-toolbar::-webkit-scrollbar{display:none}.topbar-page .browsebar>.row{padding-left:6px}.topbar-page .browsebar>.row{flex:0 0 auto}.topbar-page .sortpick select{flex:none;width:132px}@media(max-width:1600px){body:has(.nowplaying) .accountchip>span:not(.accountchip-avatar),body:has(.nowplaying) .accountchip>svg{display:none}body:has(.nowplaying) .accountchip{padding:0 5px}}.topbar-page .pagehead-actions,.topbar-page .pagehead.pagehead-inline .pagehead-actions{order:2;flex:0 0 auto;flex-wrap:nowrap;margin-left:auto}.topbar-page .browsebar{flex-wrap:nowrap;height:100%}.topbar-page .browsebar .segmented{height:100%;align-items:center}.topbar-page .browsebar .segmented button{height:100%;border-radius:0}.topbar-page .browsebar .segmented button:hover:not(.active):not(:disabled){background:none}.topbar-page .browsebar .segmented button.active:after,.topbar-page .pagehead.pagehead-inline .browsebar .segmented button.active:after{bottom:-1px;height:2px}.topbar-page .pagehead-actions .primary{height:34px}.topbar-page .pagehead-toolbar>.browsebar>.row{margin-left:0}@media(max-width:1300px){.accountchip>span:not(.accountchip-avatar),.accountchip>svg{display:none}.accountchip{padding:0 5px}}.topbar-bell{position:relative;overflow:visible}.topbar-badge{position:absolute;top:3px;right:3px;min-width:15px;height:15px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-style:normal;font-weight:700;color:var(--on-accent);background:var(--accent);border:1.5px solid var(--bg);border-radius:var(--pill)}.sidenav-system{display:none}.sidenav-playlists a svg{color:var(--faint)}.sidenav-more{color:var(--muted)!important;font-size:12.5px!important}.sidenav-more span{padding-left:28px}.sidebar-foot:has(.devicecard){padding:0;background:none;border:0}.devicecard{display:flex;align-items:center;gap:10px;width:100%;height:auto;padding:10px 12px 10px 10px;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r);text-align:left;white-space:normal}.devicecard:hover:not(:disabled){background:var(--surface-3)}.devicecard:active:not(:disabled){transform:none}.devicecard-art{width:40px;height:40px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--r-art-sm);background:var(--surface-3)}.devicecard-art img{width:100%;height:100%;object-fit:cover}.devicecard-art .noart{font-size:16px}.devicecard-text{display:flex;flex-direction:column;gap:2px;min-width:0}.devicecard-title{font-size:12.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.devicecard-sub{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.devicecard-sub i{width:6px;height:6px;border-radius:50%;background:var(--faint);flex-shrink:0}.devicecard-sub i.on{background:var(--good)}.homehero{position:relative;display:flex;align-items:center;min-height:300px;margin:0 0 24px;padding:36px 32px;overflow:hidden;border-radius:var(--r-xl);background:var(--surface)}.homehero-art{position:absolute;top:0;right:0;bottom:0;width:58%;height:100%;object-fit:cover;object-position:center 25%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 45%);mask-image:linear-gradient(90deg,transparent,#000 45%)}.homehero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.35),transparent 50%)}:root[data-theme=light] .homehero:after{background:none}.homehero-body{position:relative;z-index:1;max-width:34rem;min-width:0}.homehero-eyebrow{font-size:13px;font-weight:550;color:var(--text-2)}.homehero-title{margin-top:10px;font-size:52px;font-weight:750;letter-spacing:-.045em;line-height:1.02;overflow-wrap:break-word}.homehero-meta{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin-top:12px;font-size:15px;color:var(--muted)}.homehero-artist{height:auto;padding:0;border:0;border-radius:0;background:none;color:var(--text);font-size:17px;font-weight:600}.homehero-artist:hover:not(:disabled){background:none;text-decoration:underline;text-underline-offset:3px}.homehero-artist:active:not(:disabled){transform:none}.homehero-actions{display:flex;align-items:center;gap:10px;margin-top:26px}.homehero-actions .primary{height:40px;padding:0 22px}.homehero-heart{width:40px;height:40px;border-radius:50%;background:transparent;border-color:var(--line-strong);color:var(--text-2)}.homehero-heart:hover:not(:disabled){background:var(--hover)}.homehero-heart.on{color:var(--accent);border-color:var(--accent)}.homehero-heart.on svg{fill:currentColor}.section-card{position:relative;min-width:0;margin:0 0 18px;padding:18px 20px 20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.section-card:last-child{margin-bottom:0}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;margin-bottom:16px}.section-head h3{font-size:15px;font-weight:650;letter-spacing:-.01em}.section-head>div{min-width:0}.section-sub{margin-top:3px;max-width:72ch;font-size:12.5px;line-height:1.5;color:var(--muted)}.section-meta{font-size:12px;color:var(--muted)}.section-head .link{margin:0;font-size:12px;font-weight:500;color:var(--muted);text-decoration:none}.section-head .link:hover:not(:disabled){color:var(--accent)}.section-head .row{flex-shrink:0}.section-head-tools{align-items:center}.section-card .empty{padding:30px 12px}.section-card>.songlist .songlist-head{padding-top:0}.shelf,.search-section{margin:0;padding:18px 20px 20px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.shelves{gap:18px}.search-section{margin-top:18px}.search-section>h3{margin-bottom:14px;font-size:15px;font-weight:650}.shelf-head{margin-bottom:14px}.shelf-titles h3,.shelf.featured .shelf-titles h3{font-size:15px}.shelf-rail{padding:2px 2px 4px;margin:-2px -2px -4px}.shelf-more{margin-top:18px}.card>.section-title:first-child{font-size:15px;font-weight:650;letter-spacing:-.01em;text-transform:none;color:var(--text);margin-bottom:4px}@media(min-width:761px)and (min-height:521px),(min-width:761px)and (pointer:fine){main>.gridscroll{padding:0 16px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg)}.gridscroll .songlist-head{top:0;padding-top:14px;background:var(--surface)}.gridscroll>.gridspacer{margin-top:14px}.libfoot{border:0;margin-top:14px;padding-top:0}}.findhero{margin:0 0 20px;padding:34px 32px 30px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl)}.findhero-eyebrow{font-size:10.5px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.findhero-title{margin-top:8px;font-size:34px;font-weight:750;letter-spacing:-.035em;line-height:1.1}.findhero-sub{margin-top:8px;max-width:60ch;font-size:13.5px;line-height:1.55;color:var(--muted)}.findhero .searchhero{margin:22px 0 0;max-width:760px}.findhero .searchopts{justify-content:flex-start}.searchidle{max-width:none;text-align:left}.searchidle-examples{justify-content:flex-start}.searchidle-sources{max-width:760px}.homegrid{display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);grid-template-areas:"recent recent" "mixes mixes" "stations stations" "artists artists" "genres charts" "foryou foryou" "week week" "new new"}.homegrid .section-card{margin:0}.homecard-recent{grid-area:recent}.homecard-mixes{grid-area:mixes}.homecard-stations{grid-area:stations}.homecard-artists{grid-area:artists}.homecard-genres{grid-area:genres}.homecard-charts{grid-area:charts}.homecard-foryou{grid-area:foryou}.homecard-week{grid-area:week}.homecard-new{grid-area:new}.homehero-station{height:40px;padding:0 16px;gap:8px;background:transparent;border-color:var(--line-strong);color:var(--text-2);border-radius:var(--pill)}.homehero-station:hover:not(:disabled){background:var(--hover)}.homerecent{display:grid;grid-auto-flow:column;grid-auto-columns:148px;gap:16px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.homerecent-card{position:relative;display:flex;flex-direction:column;gap:10px;min-width:0}.homerecent-card .plcard-play{top:148px;transform:translateY(-100%) translateY(-10px)}.homerecent-card:hover .plcard-play,.homerecent-card .plcard-play:focus-visible{opacity:1}.homerecent-card .plcard-name{font-size:13px}.homemixes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 16px}.homestations{display:flex;flex-wrap:wrap;gap:10px}.homestation{display:inline-flex;align-items:center;gap:9px;height:46px;padding:0 16px 0 12px;border:0;border-radius:var(--r);color:#fff;font-size:13.5px;font-weight:650;white-space:nowrap;transition:filter var(--fast) var(--ease),transform .06s var(--ease)}.homestation:hover:not(:disabled){filter:brightness(1.12)}.homestation-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff2e}.homestation-you{padding-right:20px}.album-why{margin-top:4px;font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homeforyou .albumcard:nth-child(n+7){display:none}@container content (min-width: 1000px){.homeforyou .albumcard:nth-child(n+7){display:flex}}.homeweek{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.homeweekly{display:flex;flex-direction:column;gap:10px;min-width:0}.homeweekly .plcard-art{max-width:240px}.homeweekly-text{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.homeweekly-eyebrow{font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;color:var(--faint)}.homeweekly-empty{display:flex;flex-direction:column;gap:8px;align-items:flex-start;padding:16px;border:1px dashed var(--line-strong);border-radius:var(--r)}.homeweekly-empty .plcard-meta{white-space:normal;line-height:1.45}.homeweekly-make{margin-top:6px}.homereleases{min-width:0}.homereleases-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:13px;font-weight:600;color:var(--text-2)}.homereleases-row{display:grid;grid-auto-flow:column;grid-auto-columns:128px;gap:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}.homerelease{display:flex;flex-direction:column;align-items:stretch;gap:0;height:auto;padding:0;background:none;border:0;border-radius:var(--r-art);text-align:left;min-width:0}.homerelease:hover:not(:disabled){background:none}.homerelease:active:not(:disabled){transform:none}.homerelease-art{display:block;aspect-ratio:1;width:100%;overflow:hidden;border-radius:var(--r-art);background:var(--surface-2)}.homerelease-art img{width:100%;height:100%;object-fit:cover}.homerelease-art .noart{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--faint);font-size:28px}.homerelease-title{margin-top:8px;font-size:12.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homerelease-sub{margin-top:2px;font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homeartists{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.homeartist:nth-child(n+7){display:none}@container content (min-width: 1000px){.homeartists{grid-template-columns:repeat(8,minmax(0,1fr))}.homeartist:nth-child(n+7){display:flex}}.homeartist{display:flex;flex-direction:column;align-items:center;gap:0;height:auto;padding:0;min-width:0;background:none;border:0;border-radius:var(--r-art);color:inherit;white-space:normal}.homeartist:hover:not(:disabled){background:none}.homeartist:active:not(:disabled){transform:none}.homeartist-art{width:100%;max-width:96px;aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--r-art);background:var(--surface-2);transition:filter .15s var(--ease)}.homeartist:hover .homeartist-art{filter:brightness(1.1)}.homeartist-art img{width:100%;height:100%;object-fit:cover}.homeartist-name{margin-top:9px;max-width:100%;font-size:12.5px;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homeartist-meta{margin-top:2px;font-size:11px;color:var(--muted);text-align:center;white-space:nowrap}.homegenres{display:grid;grid-template-columns:1fr 1fr;gap:10px}.homegenre{height:62px;padding:12px 14px;align-items:flex-start;justify-content:flex-start;border:0;border-radius:var(--r);color:#fff;font-size:13.5px;font-weight:650;line-height:1.25;text-align:left;white-space:normal;overflow:hidden;transition:filter var(--fast) var(--ease),transform .06s var(--ease)}.homegenre:hover:not(:disabled){filter:brightness(1.12)}.homegenre:nth-child(1){min-height:72px}.homechart{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.homechart-row{display:grid;grid-template-columns:24px 40px minmax(0,1fr) auto 28px 28px;align-items:center;gap:12px;padding:7px 6px;border-radius:var(--r-sm);transition:background var(--fast) var(--ease)}.homechart-row:hover{background:var(--hover)}.homechart-row.playing{background:var(--accent-soft)}.homechart-no{font-size:11.5px;color:var(--muted)}.homechart-art{width:40px;height:40px;object-fit:cover;border-radius:var(--r-art-sm);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:16px}.homechart-text{display:flex;flex-direction:column;gap:2px;min-width:0}.homechart-title{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homechart-row.playing .homechart-title{color:var(--accent)}.homechart-artist{font-size:11.5px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homechart-time{font-size:12px;color:var(--muted);padding-right:6px}.homechart-btn{width:28px;height:28px;padding:0;border-radius:var(--r-sm);background:var(--surface-2);border-color:var(--line);color:var(--accent)}.homechart-btn:hover:not(:disabled){background:var(--accent);border-color:transparent;color:var(--on-accent)}.homechart-btn+.homechart-btn{color:var(--muted)}.homealbums{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 16px}.homealbums .albumcard:nth-child(n+7){display:none}@container content (min-width: 1000px){.homealbums{grid-template-columns:repeat(8,minmax(0,1fr))}.homealbums .albumcard:nth-child(n+7){display:flex}}@container content (max-width: 700px){.homegrid{grid-template-columns:minmax(0,1fr);grid-template-areas:"recent" "mixes" "stations" "artists" "charts" "genres" "foryou" "week" "new"}.homemixes{grid-template-columns:repeat(3,minmax(0,1fr))}.homeweek{grid-template-columns:minmax(0,1fr)}.homeweekly{flex-direction:row;align-items:flex-start;gap:16px}.homeweekly .plcard-art{flex:0 0 120px}.homehero{min-height:240px;padding:28px 24px}.homehero-title{font-size:40px}}@media(max-width:760px),(max-height:520px)and (pointer:coarse){.sidenav-system{display:flex}.homehero{min-height:220px;margin-bottom:16px;padding:20px 18px;border-radius:var(--r-lg)}.homehero-art{width:70%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 60%);mask-image:linear-gradient(90deg,transparent,#000 60%)}.homehero-title{font-size:30px}.homehero-artist{font-size:15px}.homehero-meta{font-size:13px;gap:12px}.homehero-actions{margin-top:18px}.homegrid{gap:14px}.section-card,.shelf,.search-section,.findhero{padding:14px 15px 16px;border-radius:var(--r-lg)}.findhero-title{font-size:26px}.findhero{padding-top:18px}.homeartists{display:grid;grid-auto-flow:column;grid-auto-columns:88px;grid-template-columns:none;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.homeartist:nth-child(n+7){display:flex}.homeartists::-webkit-scrollbar{display:none}.homechart-row{grid-template-columns:20px 40px minmax(0,1fr) 32px 32px}.homechart-time{display:none}.homechart-btn{width:32px;height:32px}.homealbums,.homemixes{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.homerecent{grid-auto-columns:128px;gap:12px}.homeweekly{flex-direction:row;gap:14px}.homeweekly .plcard-art{flex:0 0 110px}.homealbums .albumcard:nth-child(n+7){display:flex}}.playlog-facts{display:grid;grid-template-columns:110px minmax(0,1fr);gap:4px 12px;margin:0 0 14px;font-size:12px}.playlog-facts>div{display:contents}.playlog-facts dt{color:var(--muted)}.playlog-facts dd{margin:0;color:var(--text-2);overflow-wrap:anywhere}.playlog{list-style:none;margin:0;padding:0;max-height:360px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;line-height:1.5;border:1px solid var(--line);border-radius:var(--r);background:var(--surface-2)}.playlog li{display:grid;grid-template-columns:128px 150px minmax(0,1fr);gap:10px;padding:4px 10px;border-bottom:1px solid var(--line)}.playlog li:last-child{border-bottom:0}.playlog-when{color:var(--faint);white-space:nowrap}.playlog-kind{color:var(--accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlog-detail{color:var(--text-2);overflow-wrap:anywhere}@media(max-width:760px),(max-height:520px)and (pointer:coarse){.playlog li{grid-template-columns:minmax(0,1fr);gap:1px}.playlog-facts{grid-template-columns:minmax(0,1fr)}.playlog-facts dt{margin-top:6px}}.np-block-feet{display:flex;align-items:stretch;gap:4px}.np-block-feet .np-block-foot{flex:1 1 0}.np-block-foot.on{background:#ffffff24;opacity:1}.upnext.lyrics{padding-bottom:0}.lyrics-song{display:flex;flex-direction:column;gap:1px;min-width:0;padding:0 2px 10px;border-bottom:1px solid var(--line)}.lyrics-body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 2px 40vh;display:flex;flex-direction:column;gap:2px;scrollbar-width:none;-webkit-mask-image:linear-gradient(180deg,transparent,#000 24px,#000 calc(100% - 40px),transparent);mask-image:linear-gradient(180deg,transparent,#000 24px,#000 calc(100% - 40px),transparent)}.lyrics-body::-webkit-scrollbar{display:none}.lyrics-body.lyrics-note{flex:0 0 auto;padding:28px 8px;align-items:center;justify-content:center;font-size:13px;color:var(--muted);text-align:center;-webkit-mask-image:none;mask-image:none}.lyrics-line{display:block;width:100%;height:auto;margin:0;padding:6px 8px;border:0;border-radius:var(--r-sm);background:none;text-align:left;white-space:normal;font:inherit;font-size:17px;font-weight:700;line-height:1.35;letter-spacing:-.01em;color:var(--muted);transition:color .25s var(--ease),background var(--fast) var(--ease)}button.lyrics-line:hover:not(:disabled){background:var(--hover);color:var(--text-2)}button.lyrics-line:active:not(:disabled){transform:none}button.lyrics-line:disabled{opacity:1;cursor:default}.lyrics-line.sung{color:var(--faint)}.lyrics-line.now,button.lyrics-line.now:hover:not(:disabled){color:var(--text)}.lyrics-body:not(.synced) .lyrics-line{font-size:14.5px;font-weight:500;color:var(--text-2);padding:3px 8px}.lyrics-word{background-image:linear-gradient(90deg,var(--text) var(--lit, 0%),var(--muted) var(--lit, 0%));-webkit-background-clip:text;background-clip:text;color:transparent}.lyrics-credit{margin-top:24px;padding:0 8px;font-size:11px;color:var(--faint)}.npsheet-lyrics{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.npsheet-lyrics .lyrics-body{padding:8px 0 30vh}.npsheet-lyrics .lyrics-line{font-size:22px;padding:8px 4px}.npsheet-lyrics .lyrics-body:not(.synced) .lyrics-line{font-size:17px}.nowplaying .np-panel{position:static;inset:auto;z-index:auto;width:auto;height:auto;flex:1 1 auto;min-height:0;padding:0;margin:0;background:none;border:0;border-radius:0;box-shadow:none}.nowplaying .np-panel .upnext-head{margin-bottom:8px}.nowplaying .np-panel .upnext-title{font-size:14px}.nowplaying .np-panel .upnext-list{flex:1 1 auto;min-height:0}.nowplaying .np-panel .lyrics-body{padding-top:10px;padding-bottom:30%}.nowplaying .np-panel .lyrics-line{font-size:15.5px;padding:5px 6px}.nowplaying .np-panel .lyrics-song{padding-bottom:8px}
