:root{--bg:#f6f6f8;--panel:#fff;--line:#e4e4ea;--text:#17171c;--muted:#6b6b78;--accent:#5b3df5;--accent-soft:#ece8ff;--ok:#188a4a;--ok-soft:#e3f5ea;--warn:#b36b00;--warn-soft:#fff1d9;--err:#c62828;--err-soft:#fde7e7;--radius:10px}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);margin:0;font:14px/1.4 system-ui,-apple-system,Segoe UI,sans-serif}button,input,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0}h1{font-size:26px}h2{font-size:18px}h3{font-size:15px}.btn{border:1px solid var(--line);background:var(--panel);cursor:pointer;white-space:nowrap;border-radius:8px;padding:6px 12px}.btn:hover{border-color:#c9c9d3}.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn.ghost{background:0 0;border-color:#0000}.btn.sm{padding:3px 8px;font-size:13px}.btn:disabled{opacity:.45;cursor:default}.muted{color:var(--muted)}.small{font-size:12px}.row{align-items:center;gap:10px;display:flex}.grow{flex:1;min-width:0}.rel{position:relative}.input{border:1px solid var(--line);background:var(--panel);border-radius:8px;width:100%;padding:8px 12px}.input:focus{outline:2px solid var(--accent-soft);border-color:var(--accent)}.qtag{border:1px solid var(--line);color:var(--muted);border-radius:4px;padding:0 4px;font-size:11px}.err-text{color:var(--err);font-size:12px}.logo{letter-spacing:-.5px;font-size:20px;font-weight:800}.logo b{color:var(--accent)}.menu{z-index:30;background:var(--panel);border:1px solid var(--line);border-radius:8px;min-width:200px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0000001f}.menu button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;gap:16px;width:100%;padding:7px 10px;display:flex}.menu button:hover{background:var(--bg)}.menu .cur{font-weight:600}.menu .cur:after{content:"✓"}.menu .head{color:var(--muted);padding:6px 10px;font-size:12px}.menu .sep{border-top:1px solid var(--line);margin:4px 0}.modal-bg{z-index:40;background:#14141e66;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:var(--panel);border-radius:14px;gap:12px;width:min(440px,100%);padding:20px;display:grid}.card.svelte-1lkprn1{border:1px solid var(--accent);background:var(--accent-soft);border-radius:var(--radius);gap:10px;margin:12px 20px 0;padding:12px;display:grid}.card.error.svelte-1lkprn1{border-color:var(--err);background:var(--err-soft);gap:2px}.cover.svelte-1lkprn1{background:var(--line);border-radius:6px}.cover.round.svelte-1lkprn1{border-radius:50%}.end.svelte-1lkprn1{justify-content:flex-end}@media (width<=700px){.card.svelte-1lkprn1{margin:10px 12px 0}}.queue.svelte-lp9plo{border-right:1px solid var(--line);background:var(--panel);flex-direction:column;width:340px;min-height:0;display:flex}.queue.collapsed.svelte-lp9plo{width:56px}.rail.svelte-lp9plo{cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;align-items:center;gap:10px;padding:12px 0;display:flex}.n.svelte-lp9plo{border-radius:50%;place-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:grid}.n.ready.svelte-lp9plo{background:var(--ok-soft);color:var(--ok)}.n.active.svelte-lp9plo{background:var(--accent-soft);color:var(--accent)}.vbar.svelte-lp9plo{background:#e9e9ef;border-radius:3px;width:6px;height:80px;position:relative;overflow:hidden}.vbar.svelte-lp9plo i:where(.svelte-lp9plo){background:var(--accent);transition:height .3s;position:absolute;bottom:0;left:0;right:0}.dot.svelte-lp9plo{background:var(--err);border-radius:50%;width:14px;height:14px}@media (width<=700px){.queue.svelte-lp9plo{width:auto}.collapse.svelte-lp9plo{display:none}}.title.svelte-lp9plo{font-size:18px;font-weight:700}header.svelte-lp9plo{border-bottom:1px solid var(--line);gap:8px;padding:14px 16px;display:grid}.head.svelte-lp9plo{justify-content:space-between;align-items:center;gap:8px;display:flex}.actions.svelte-lp9plo{gap:4px;display:flex}.list.svelte-lp9plo{flex:1;padding:0 12px 12px;overflow-y:auto}.group.svelte-lp9plo{text-transform:uppercase;letter-spacing:.6px;color:var(--muted);justify-content:space-between;margin:14px 4px 6px;font-size:11px;display:flex}.item.svelte-lp9plo{border-radius:8px;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:8px 6px;display:grid}.item.svelte-lp9plo:hover{background:var(--bg)}.item[aria-current=true].svelte-lp9plo{background:var(--accent-soft);outline:2px solid var(--accent)}.detail.svelte-lp9plo{grid-column:2/4;gap:4px;display:grid}.cover.svelte-lp9plo{background:var(--line);border-radius:6px}.ellipsis.svelte-lp9plo{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pbar.svelte-lp9plo{background:#e9e9ef;border-radius:2px;height:4px;overflow:hidden}.pbar.svelte-lp9plo i:where(.svelte-lp9plo){background:var(--accent);height:100%;display:block}.pbar.warn.svelte-lp9plo i:where(.svelte-lp9plo){background:var(--warn)}.badge.svelte-lp9plo{white-space:nowrap;cursor:help;border:0;border-radius:99px;justify-self:start;padding:1px 8px;font-size:12px}.badge.warn.svelte-lp9plo{background:var(--warn-soft);color:var(--warn)}.badge.err.svelte-lp9plo{background:var(--err-soft);color:var(--err)}.warn-text.svelte-lp9plo{color:var(--warn)}.link.svelte-lp9plo{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;text-decoration:underline}.tracks.svelte-lp9plo{gap:2px;margin:0;padding:0;list-style:none;display:grid}.hint.svelte-lp9plo{text-align:center;color:var(--muted);padding:40px 20px}.shell.svelte-12qhfyh{flex-direction:column;height:100%;display:flex}.panes.svelte-12qhfyh{flex:1;grid-template-columns:auto 1fr;min-height:0;display:grid}.browse.svelte-12qhfyh{flex-direction:column;min-width:0;min-height:0;display:flex}.toasts.svelte-12qhfyh{z-index:50;gap:8px;width:min(460px,100% - 24px);display:grid;position:fixed;bottom:70px;left:50%;transform:translate(-50%)}.toast.svelte-12qhfyh{color:#fff;background:#1d1d24;border-radius:10px;padding:10px 14px;box-shadow:0 6px 20px #00000040}.toast.error.svelte-12qhfyh{background:#8e1c1c}.close.svelte-12qhfyh{color:#fff;padding:0 4px}.action.svelte-12qhfyh{color:#fff;padding:0 4px;text-decoration:underline}.banner.svelte-12qhfyh{padding:8px 14px;font-size:13px}.banner.warn.svelte-12qhfyh{background:var(--warn-soft);color:var(--warn)}.banner.err.svelte-12qhfyh{background:var(--err-soft);color:var(--err)}.banner.svelte-12qhfyh a:where(.svelte-12qhfyh){text-decoration:underline}.top.svelte-12qhfyh{border-bottom:1px solid var(--line);background:var(--panel);padding:12px 20px}.content.svelte-12qhfyh{flex:1;min-height:0;padding:16px 20px 40px;overflow-y:auto}p.svelte-12qhfyh{margin:0}.actions.svelte-12qhfyh{justify-content:flex-end}.seg.svelte-12qhfyh{background:var(--panel);border-bottom:1px solid var(--line);gap:6px;padding:8px 12px;display:none}.seg.svelte-12qhfyh .btn:where(.svelte-12qhfyh){flex:1}.dot.svelte-12qhfyh{background:var(--err);vertical-align:middle;border-radius:50%;width:8px;height:8px;display:inline-block}@media (width<=700px){.panes.svelte-12qhfyh{grid-template-columns:1fr}.seg.svelte-12qhfyh{display:flex}.panes.svelte-12qhfyh:not(.queue-shown) .queue,.panes.queue-shown.svelte-12qhfyh .browse:where(.svelte-12qhfyh){display:none}.top.svelte-12qhfyh{padding:10px 12px}.content.svelte-12qhfyh{padding:12px}}
