:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #eceef2;--text: #1a1d23;--muted: #5f6672;--line: #d9dce2;--accent: #2f5d9a;--accent-soft: #e1e9f5;--on-accent: #ffffff;--warn: #a8593a;--radius: 12px}@media(prefers-color-scheme:dark){:root{--bg: #121418;--surface: #1b1e24;--surface-2: #262a31;--text: #e6e8eb;--muted: #9ba2ad;--line: #333841;--accent: #8db4ec;--accent-soft: #1f2c40;--on-accent: #0d1522;--warn: #d68f6e}}*{box-sizing:border-box}[hidden]{display:none!important}html{-webkit-tap-highlight-color:transparent}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-text-size-adjust:100%}button{font:inherit;color:inherit}button:focus-visible,input:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:12px;padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;background:var(--surface);border-bottom:1px solid var(--line)}.topbar h1{font-size:17px;margin:0;letter-spacing:-.01em}.tabs{display:flex;gap:4px;margin-left:auto}.tabs button{border:0;background:transparent;color:var(--muted);padding:8px 12px;border-radius:8px;cursor:pointer}.tabs button.active{background:var(--accent-soft);color:var(--accent);font-weight:600}main{max-width:560px;margin:0 auto;padding:16px 16px calc(48px + env(safe-area-inset-bottom,0px))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.empty p{margin:0 0 12px}button.primary{background:var(--accent);color:var(--on-accent);border:0;border-radius:10px;padding:12px 18px;font-weight:600;cursor:pointer}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--line);border-radius:8px;padding:8px 12px;cursor:pointer}.deck{display:flex;flex-direction:column;gap:20px;padding-top:8px}.np-title{font-size:22px;line-height:1.25;margin:0;text-align:center;letter-spacing:-.01em;overflow-wrap:anywhere}.np-sub{margin:-12px 0 0;min-height:1.5em;text-align:center;color:var(--muted)}.scrub-wrap{display:flex;flex-direction:column;gap:2px}.times{display:flex;justify-content:space-between;color:var(--muted);font-size:14px;font-variant-numeric:tabular-nums}.scrub{--fill: 0%;width:100%;height:36px;margin:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer}.scrub::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,var(--accent) var(--fill),var(--line) var(--fill))}.scrub::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin-top:-9px;border-radius:50%;background:var(--accent);border:3px solid var(--surface)}.scrub::-moz-range-track{height:6px;border-radius:3px;background:var(--line)}.scrub::-moz-range-progress{height:6px;border-radius:3px;background:var(--accent)}.scrub::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);border:3px solid var(--surface)}.controls{display:flex;justify-content:center;align-items:center;gap:28px}.ctl{display:grid;place-items:center;padding:0;border:0;border-radius:50%;cursor:pointer;background:var(--surface-2);color:var(--text);touch-action:manipulation}.ctl svg{fill:currentColor}.ctl:active{transform:scale(.95)}.ctl.play{width:112px;height:112px;background:var(--accent);color:var(--on-accent)}.ctl.play svg{width:56px;height:56px}.ctl.skip{width:80px;height:80px}.ctl.skip svg{width:48px;height:48px}.skip-label{font-size:6.4px;font-weight:700;font-family:system-ui,sans-serif}.ctl.small{width:52px;height:52px}.ctl.small svg{width:26px;height:26px}.chapter-nav{display:flex;justify-content:center;align-items:center;gap:18px;color:var(--muted);font-variant-numeric:tabular-nums}.chapter-pos{min-width:5em;text-align:center}.speeds{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.speed{min-width:54px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-variant-numeric:tabular-nums;cursor:pointer;touch-action:manipulation}.speed[aria-pressed=true]{background:var(--accent-soft);color:var(--accent);border-color:var(--accent);font-weight:600}.chapters{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.chapters button{display:flex;justify-content:space-between;gap:12px;width:100%;padding:12px 4px;text-align:left;cursor:pointer;background:transparent;border:0;border-bottom:1px solid var(--line)}.chapters .at{color:var(--muted);font-variant-numeric:tabular-nums}.chapters li.current button{color:var(--accent);font-weight:600}.import{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.status{margin:0;min-height:1.5em;color:var(--muted);font-size:14px}.status.problem{color:var(--warn)}.tracks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.track{display:flex;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.track.current{border-color:var(--accent)}.track-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px 14px;text-align:left;cursor:pointer;background:transparent;border:0}.track-title{font-weight:600;overflow-wrap:anywhere}.track-meta{color:var(--muted);font-size:13px}.progress{display:block;height:4px;margin-top:4px;border-radius:2px;background:var(--surface-2);overflow:hidden}.progress>span{display:block;height:100%;background:var(--accent)}.delete{display:grid;place-items:center;width:52px;flex:none;cursor:pointer;background:transparent;color:var(--muted);border:0;border-left:1px solid var(--line)}.delete svg{width:20px;height:20px;fill:currentColor}.empty-note,.footnote{color:var(--muted);font-size:13px}.footnote{margin-top:20px}.update-bar{position:fixed;z-index:20;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));max-width:560px;margin:0 auto;display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 6px 24px #0000002e}.update-bar span{flex:1;font-size:14px}
