:root{--bg:#f1f4f8;--surface:#fff;--surface-2:#f6f8fb;--line:#e0e7ef;--ink:#263440;--muted:#5f6c79;--faint:#93a1af;--accent:#2f80b8;--accent-2:#3a8fc9;--secondary:#e08a44;--star:#e3a53c;--shadow:0 8px 24px -12px #1e2d3c47;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--radius:14px;--maxw:1120px}@media (prefers-color-scheme:dark){:root{--bg:#131b24;--surface:#1b2530;--surface-2:#202c39;--line:#2c3a48;--ink:#e9f0f6;--muted:#98a6b4;--faint:#6b7a89;--accent:#4b9fd6;--accent-2:#6bb4e4;--secondary:#eda05a;--star:#e6b24a;--shadow:0 10px 28px -14px #0009}}:root[data-theme=light]{--bg:#f1f4f8;--surface:#fff;--surface-2:#f6f8fb;--line:#e0e7ef;--ink:#263440;--muted:#5f6c79;--faint:#93a1af;--accent:#2f80b8;--accent-2:#3a8fc9;--secondary:#e08a44;--star:#e3a53c;--shadow:0 8px 24px -12px #1e2d3c47}:root[data-theme=dark]{--bg:#131b24;--surface:#1b2530;--surface-2:#202c39;--line:#2c3a48;--ink:#e9f0f6;--muted:#98a6b4;--faint:#6b7a89;--accent:#4b9fd6;--accent-2:#6bb4e4;--secondary:#eda05a;--star:#e6b24a;--shadow:0 10px 28px -14px #0009}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}img{max-width:100%;display:block}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.book-hero{grid-template:"cover title"min-content"cover info"1fr/220px 1fr;align-items:start;gap:12px 24px;margin-bottom:24px;display:grid}.book-hero__cover{grid-area:cover;width:220px}.book-hero__title{letter-spacing:-.02em;grid-area:title;margin:0;font-size:26px}.book-hero__info{grid-area:info}@media (max-width:640px){.book-hero{grid-template-rows:none;grid-template-columns:1fr;grid-template-areas:"title""cover""info";gap:16px}.book-hero__title{text-align:left}.book-hero__cover{justify-self:center;width:min(240px,62%)}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.player{z-index:100;background:var(--surface);border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom,0);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px -20px #00000073}.player__seek{appearance:none;cursor:pointer;border-radius:0;outline:none;width:100%;height:5px;margin:0;transition:none;display:block}.player__seek::-webkit-slider-thumb{appearance:none;background:var(--accent);border:2px solid var(--surface);border-radius:50%;width:13px;height:13px;box-shadow:0 1px 3px #0000004d}.player__seek::-moz-range-thumb{border:2px solid var(--surface);background:var(--accent);border-radius:50%;width:13px;height:13px}.player__bar{align-items:center;gap:14px;height:70px;display:flex}.player__meta{flex:1 1 0;align-items:center;gap:12px;min-width:0;display:flex}.player__cover{object-fit:cover;border-radius:8px;flex-shrink:0;width:48px;height:48px}.player__titles{min-width:0}.player__ch{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.player__book{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.player__controls{flex:none;justify-content:center;align-items:center;gap:8px;display:flex}.player__btn{width:40px;height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:10px;place-items:center;display:grid}.player__btn:hover{color:var(--ink);background:var(--surface-2)}.player__btn svg{width:22px;height:22px}.player__skip{position:relative}.player__skip span{font-variant-numeric:tabular-nums;place-items:center;font-size:8.5px;font-weight:700;display:grid;position:absolute;inset:0}.player__play{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.player__play svg{width:22px;height:22px}.player__right{flex:1 1 0;justify-content:flex-end;align-items:center;gap:12px;min-width:0;display:flex}.player__close{width:34px;height:34px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;place-items:center;display:grid}.player__close:hover{color:var(--ink);background:var(--surface-2)}.player__time{color:var(--muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.player__speed{background:var(--surface-2);border:1px solid var(--line);color:var(--ink);cursor:pointer;border-radius:8px;padding:5px 6px;font-size:12.5px}@media (max-width:720px){.player__bar{gap:10px;height:62px}.player__cover{width:42px;height:42px}.player__skip,.player__right{display:none}}.booktab-row{border-radius:10px;align-items:center;gap:12px;padding:9px 10px;display:flex}.booktab-row:hover{background:var(--surface-2)}.booktab-cover{object-fit:cover;border:1px solid var(--line);border-radius:6px;flex-shrink:0;width:40px;height:54px}.booktab-num{text-align:center;width:22px;color:var(--faint);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px}.ibp{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:16px 20px;display:flex}.playblock{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:16px;overflow:hidden}.tabbar{border-bottom:1px solid var(--line);gap:4px;padding:6px 8px;display:flex;overflow-x:auto}.tabbar__tab{cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:9px 15px;font-size:14px;font-weight:600}.tabbar__tab:hover:not(.tabbar__tab--active){background:var(--surface-2)}.tabbar__tab--active{background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent)}.book-actions{margin-top:14px}.statcard{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.statcard__ratio{align-items:center;gap:10px;display:flex}.statcard__ratio>b{font-size:15px}.statcard__bar{background:var(--line);border-radius:4px;flex:1;height:7px;overflow:hidden}.statcard__bar i{background:var(--accent);height:100%;display:block}.statcard__lis{color:var(--muted);white-space:nowrap;font-size:12px}.statcard__prompt{color:var(--muted);font-size:13px}.statcard__votes{gap:8px;display:flex}.statcard__vote{background:var(--surface);border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:7px;padding:9px;font-size:14px;font-weight:600;display:inline-flex}.statcard__vote.on{color:var(--accent);border-color:var(--accent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.hscroll{scroll-snap-type:x proximity;gap:16px;padding-bottom:4px;display:flex;overflow-x:auto}.hscroll::-webkit-scrollbar{height:6px}.hscroll::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.hscroll__item{scroll-snap-align:start;flex:none;width:150px}.hscroll__arrow{z-index:5;background:var(--surface);border:1px solid var(--line);width:40px;height:40px;color:var(--ink);cursor:pointer;box-shadow:var(--shadow);border-radius:50%;place-items:center;display:grid;position:absolute;top:34%}.ibp__play{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:60px;height:60px;position:relative}.ibp__ring{width:60px;height:60px;position:absolute;inset:0}.ibp__playicon{color:var(--accent);place-items:center;display:grid;position:absolute;inset:0}.ibp__playicon svg{width:24px;height:24px}.ibp__body{flex:1;min-width:0}.ibp__title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:15px;font-weight:600;overflow:hidden}.ibp__bar{background:var(--line);cursor:pointer;border-radius:4px;height:8px;position:relative}.ibp__buf{background:var(--faint);opacity:.45;border-radius:4px;height:100%;position:absolute;top:0;left:0}.ibp__played{background:var(--accent);border-radius:4px;height:100%;position:absolute;top:0;left:0}.ibp__thumb{background:var(--accent);border:2px solid var(--surface);pointer-events:none;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0000004d}.ibp__times{color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;margin-top:6px;font-size:12px;display:flex}.ibp__bookprog{text-align:center;color:var(--accent);white-space:nowrap;text-overflow:ellipsis;flex:1;padding:0 8px;font-size:11.5px;overflow:hidden}.ibp__row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;display:flex}.ibp__speed{margin-left:4px;position:relative}.ibp__speedbtn{background:var(--surface-2);border:1px solid var(--line);color:var(--ink);cursor:pointer;font-variant-numeric:tabular-nums;border-radius:999px;min-width:44px;padding:6px 10px;font-size:12.5px;font-weight:600}.ibp__ovl{z-index:150;position:fixed;inset:0}.ibp__speedmenu{z-index:200;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:4px;width:224px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);left:0}.ibp__speeditem{color:var(--ink);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:7px;padding:7px 4px;font-size:12.5px}.ibp__speeditem--active{background:var(--accent);color:#fff}.ibp__speeditem:hover:not(.ibp__speeditem--active){background:var(--surface-2)}.ibp__vol{color:var(--muted);align-items:center;gap:6px;margin-left:4px;display:flex}.ibp__volslider{appearance:none;cursor:pointer;border-radius:3px;width:80px;height:5px}.ibp__volslider::-webkit-slider-thumb{appearance:none;background:var(--accent);border-radius:50%;width:12px;height:12px}.ibp__volslider::-moz-range-thumb{background:var(--accent);border:none;border-radius:50%;width:12px;height:12px}.ibp__sleep{margin-left:auto}@media (max-width:640px){.ibp{gap:12px;padding:14px}.ibp__play,.ibp__ring{width:52px;height:52px}.ibp__vol{display:none}.ibp__row{gap:2px}.ibp__row .player__btn{width:36px;height:36px}.ibp__speed{margin-left:2px}.ibp__sleep{margin-left:auto}.ibp__speedmenu{grid-template-columns:repeat(3,1fr);width:180px}}.ibpstick{z-index:60;background:var(--surface);border-bottom:1px solid var(--line);animation:.18s ibpstick-in;position:fixed;top:0;left:0;right:0;box-shadow:0 6px 20px -14px #0006}@keyframes ibpstick-in{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.ibpstick__prog{background:var(--accent);height:3px;position:absolute;top:0;left:0}.ibpstick__bar{align-items:center;gap:12px;height:58px;display:flex}.ibpstick__id{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.ibpstick__cover{object-fit:cover;border-radius:7px;flex-shrink:0;width:38px;height:38px}.ibpstick__titles{min-width:0}.ibpstick__ch{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;display:block;overflow:hidden}.ibpstick__book{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.ibpstick__ctrl{flex-shrink:0;align-items:center;gap:4px;display:flex}.ibpstick__play{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.ibpstick__play svg{width:20px;height:20px}@media (max-width:640px){.ibpstick__ctrl .player__skip{display:none}}.pfull{z-index:300;background:var(--bg);padding:12px 20px calc(20px + env(safe-area-inset-bottom,0));flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.pfull__top{flex-shrink:0;align-items:center;gap:12px;height:44px;display:flex}.pfull__chev{background:var(--surface-2);width:40px;height:40px;color:var(--ink);cursor:pointer;border:none;border-radius:10px;place-items:center;display:grid}.pfull__chev svg{width:22px;height:22px}.pfull__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-right:auto;font-size:12px}.pfull__body{flex-direction:column;align-items:center;gap:4px;padding-top:8px;display:flex}.pfull__cover{aspect-ratio:2/3;object-fit:cover;width:min(300px,72vw);box-shadow:var(--shadow);border:1px solid var(--line);border-radius:16px;margin:8px 0 20px}.pfull__titles{text-align:center;max-width:90%}.pfull__book{color:var(--muted);margin-bottom:4px;font-size:15px}.pfull__ch{letter-spacing:-.01em;font-size:19px;font-weight:700}.pfull__seek{border-radius:3px;width:100%;margin-top:22px}.pfull__times{width:100%;color:var(--muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:6px;font-size:12px;display:flex}.pfull__controls{justify-content:center;align-items:center;gap:14px;margin:18px 0 8px;display:flex}.pfull__controls .player__btn{width:48px;height:48px}.pfull__controls .player__btn svg{width:26px;height:26px}.pfull__play{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:68px;height:68px;display:grid}.pfull__play svg{width:30px;height:30px}.pfull__meta2{margin-top:8px}.pfull__chapters{margin-top:26px}.pfull__chtitle{color:var(--muted);margin-bottom:8px;font-size:13px}.pfull__chapters ol{margin:0;padding:0;list-style:none}.pfull__chrow{border:none;border-bottom:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;font:inherit;background:0 0;align-items:center;gap:12px;padding:11px 4px;display:flex}.pfull__chrow--active{color:var(--accent)}.pfull__chnum{width:26px;height:26px;color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0;place-items:center;font-size:12px;display:grid}.pfull__chrow--active .pfull__chnum{color:var(--accent)}.pfull__chname{flex:1;font-size:14.5px}@media (min-width:721px){.pfull{align-items:center}.pfull__top,.pfull__body,.pfull__chapters{width:100%;max-width:560px}}
