:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f7f7f8;--bg-elevated:#fff;--bg-surface:#ebebec;--bg-hover:#0000000a;--border:#d8d8d8;--text:#111;--text-muted:#666;--text-error:#d83232;--accent:#1a88ff;--accent-subtle:#1a88ff17;--seekbar-bg:#d0d8e0;--seekbar-played-intro:#1a88ff;--seekbar-played-loop:#18bb58;--seekbar-played-outro:#e87700;--seekbar-idle-gradient:linear-gradient(90deg, #7a9db8, #6aaa84, #b89a6a, #7a9db8);--seekbar-stripe-loading:#b0bcc8;--seekbar-stripe-decode:#6898cc;--seekbar-stripe-pattern:#fff6;--seekbar-head-line:#141414b8;--seekbar-head-tail:#14141466}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]):not([data-theme=dark]){--bg:#111;--bg-elevated:#1a1a1a;--bg-surface:#252525;--bg-hover:#ffffff0d;--border:#2e2e2e;--text:#fff;--text-muted:#888;--text-error:#ff6b6b;--accent:#6ab0ff;--accent-subtle:#6ab0ff1f;--seekbar-bg:#222;--seekbar-played-intro:#6ab0ff;--seekbar-played-loop:#70e898;--seekbar-played-outro:#fc7;--seekbar-idle-gradient:linear-gradient(90deg, #6a8aaa, #5a9470, #a8885a, #6a8aaa);--seekbar-stripe-loading:#444;--seekbar-stripe-decode:#08f;--seekbar-stripe-pattern:#ffffff1f;--seekbar-head-line:#ffffffe6;--seekbar-head-tail:#fff9}}[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f8;--bg-elevated:#fff;--bg-surface:#ebebec;--bg-hover:#0000000a;--border:#d8d8d8;--text:#111;--text-muted:#666;--text-error:#d83232;--accent:#1a88ff;--accent-subtle:#1a88ff17;--seekbar-bg:#d0d8e0;--seekbar-played-intro:#1a88ff;--seekbar-played-loop:#18bb58;--seekbar-played-outro:#e87700;--seekbar-idle-gradient:linear-gradient(90deg, #7a9db8, #6aaa84, #b89a6a, #7a9db8);--seekbar-stripe-loading:#b0bcc8;--seekbar-stripe-decode:#6898cc;--seekbar-stripe-pattern:#fff6;--seekbar-head-line:#141414b8;--seekbar-head-tail:#14141466}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111;--bg-elevated:#1a1a1a;--bg-surface:#252525;--bg-hover:#ffffff0d;--border:#2e2e2e;--text:#fff;--text-muted:#888;--text-error:#ff6b6b;--accent:#6ab0ff;--accent-subtle:#6ab0ff1f;--seekbar-bg:#222;--seekbar-played-intro:#6ab0ff;--seekbar-played-loop:#70e898;--seekbar-played-outro:#fc7;--seekbar-idle-gradient:linear-gradient(90deg, #6a8aaa, #5a9470, #a8885a, #6a8aaa);--seekbar-stripe-loading:#444;--seekbar-stripe-decode:#08f;--seekbar-stripe-pattern:#ffffff1f;--seekbar-head-line:#ffffffe6;--seekbar-head-tail:#fff9}html,body{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Helvetica Neue,Arial,sans-serif}.sort-bar{background:var(--bg);z-index:1;box-shadow:0 4px 8px -4px var(--bg);gap:.375rem;padding:.5rem 0 .625rem;display:flex;position:sticky;top:0}.sort-tab{border:1px solid var(--border);color:var(--text-muted);letter-spacing:.01em;cursor:pointer;touch-action:manipulation;background:0 0;border-radius:999px;min-height:30px;padding:.25rem .75rem;font-family:inherit;font-size:.78rem;font-weight:500;line-height:1;transition:background .12s,color .12s,border-color .12s}.sort-tab:hover{background:var(--bg-hover);color:var(--text);border-color:var(--text-muted)}.sort-tab--active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.track-list__items{margin:0;padding:0;list-style:none}.track-list__empty{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.875rem}.track-row{border-bottom:1px solid var(--border);cursor:pointer;touch-action:manipulation;border-left:3px solid #0000;border-radius:4px;grid-template-columns:5.5ch 44px 1fr auto;align-items:center;gap:.625rem;min-height:44px;padding:.5rem .375rem;transition:background .1s;display:grid}.track-row:hover{background:var(--bg-hover)}.track-row--playing{background:var(--accent-subtle);border-left-color:var(--accent);padding-left:.375rem}.track-row__position{font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right;white-space:nowrap;letter-spacing:-.01em;align-self:center;font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:.72rem;line-height:1}.track-row__thumb{flex-shrink:0;width:44px;height:44px}.track-row__art{object-fit:cover;border-radius:3px;width:44px;height:44px;display:block}.track-row__art-placeholder{background:var(--bg-surface);border-radius:3px;width:44px;height:44px;display:block}.track-row__meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.track-row__title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;line-height:1.3;overflow:hidden}.track-row--playing .track-row__title{color:var(--accent)}.track-row__artist{color:var(--text);opacity:.75;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;line-height:1.25;overflow:hidden}.track-row__album{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-style:italic;line-height:1.25;overflow:hidden}.track-row__duration{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;align-self:center;font-size:.775rem;line-height:1}mark.search-highlight{color:#1a1a1a;background:#ffeb3b;border-radius:2px;padding:0 1px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) mark.search-highlight{color:gold;background:#ffd60040}}[data-theme=dark] mark.search-highlight{color:gold;background:#ffd60040}@media (width<=480px){.track-row{grid-template-columns:4.5ch 40px 1fr auto;gap:.5rem;min-height:52px;padding:.4rem .25rem}.track-row__thumb,.track-row__art,.track-row__art-placeholder{width:40px;height:40px}.track-row__title{font-size:.85rem}.sort-tab{min-height:32px;padding:.3rem .65rem;font-size:.75rem}}
