:root{--bg:#080809;--bg-grad-1:#141416;--bg-grad-2:#070708;--panel:#0f0f11;--surface:#161618;--surface-2:#1d1d20;--surface-3:#262629;--line:rgba(255,255,255,.06);--line-2:rgba(255,255,255,.11);--text:#f2f1ef;--muted:#9a9a9f;--faint:#5f5f66;--accent:#f2f1ef;--accent-2:#ffffff;--accent-deep:#d8d6d1;--accent-soft:rgba(255,255,255,.09);--accent-line:rgba(255,255,255,.22);--on-accent:#0a0a0b;--ok:#7fc8a0;--danger:#e08379;--danger-soft:rgba(224,131,121,.13);--danger-line:rgba(224,131,121,.42);--ui:"Manrope",-apple-system,system-ui,sans-serif;--serif:"Spectral",Georgia,serif;--r-lg:30px;--r-md:20px;--r-sm:14px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:#000}#root{height:100%}.frame-page{min-height:100dvh;width:100%;background:radial-gradient(120% 80% at 50% -10%,#141416,#050506 60%);display:flex;align-items:stretch;justify-content:center}.frame{position:relative;width:100%;height:100dvh;overflow:hidden;background:var(--bg)}@media (min-width:560px){.frame-page{padding:24px 0;align-items:center}.frame{width:430px;height:min(920px,calc(100dvh - 48px));border-radius:var(--r-lg);border:1px solid var(--line-2);box-shadow:0 40px 120px #000000b3,0 0 0 1px #ffffff08}}.app{position:relative;width:100%;height:100%;background:var(--bg);color:var(--text);font-family:var(--ui);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column;overflow:hidden}.screen{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.screen::-webkit-scrollbar{display:none}.pad-top{padding-top:34px}.h-pad{padding-left:22px;padding-right:22px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--faint)}.h-screen{font-family:var(--serif);font-weight:600;font-size:40px;letter-spacing:-.02em;line-height:1;color:var(--text)}.h-sec{font-size:13px;font-weight:700;letter-spacing:.02em;color:var(--muted)}.serif{font-family:var(--serif)}.icon-btn{border:none;background:var(--surface);color:var(--text);width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,background .2s;flex-shrink:0}.icon-btn:active{transform:scale(.92)}.icon-btn.ghost{background:transparent}.icon-btn.ghost:active{background:var(--surface)}.pill{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border-radius:999px;background:var(--surface);color:var(--muted);font-size:13px;font-weight:600;border:1px solid var(--line);cursor:pointer;transition:.18s;white-space:nowrap}.pill.active{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-line)}.pill:active{transform:scale(.96)}.btn-primary{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:17px;border:none;border-radius:var(--r-md);background:var(--accent);color:var(--on-accent);font-family:var(--ui);font-size:16px;font-weight:700;cursor:pointer;transition:.15s}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{cursor:default}.btn-soft{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:15px;border:1px solid var(--line-2);border-radius:var(--r-md);background:var(--surface);color:var(--text);font-family:var(--ui);font-size:15px;font-weight:600;cursor:pointer;transition:.15s}.btn-soft:active{transform:scale(.98);background:var(--surface-2)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md)}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column}.muted{color:var(--muted)}.faint{color:var(--faint)}.bar{height:4px;border-radius:99px;background:var(--line-2);overflow:hidden}.bar>i{display:block;height:100%;border-radius:99px;background:var(--accent)}.cover{position:relative;overflow:hidden;border-radius:9px;box-shadow:0 18px 40px #0000008c,0 2px 8px #0006;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}.cover .c-title{font-family:var(--serif);font-weight:600;line-height:1.04}.cover .c-author{font-weight:600;opacity:.72;letter-spacing:.02em}.fade-up{animation:fadeUp .4s cubic-bezier(.2,.7,.2,1) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.cf-scroll::-webkit-scrollbar{display:none}.pop-row{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;background:none;border:none;cursor:pointer;padding:9px 14px;border-radius:11px;font-family:var(--ui);font-size:14px;font-weight:700;color:var(--text)}.pop-row:active{background:var(--surface-3)}@keyframes glow{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.sheet-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:90;animation:fadeUp .25s both}.sheet{position:absolute;left:0;right:0;bottom:0;z-index:91;background:var(--panel);border-top:1px solid var(--line-2);border-radius:28px 28px 0 0;max-height:80%;display:flex;flex-direction:column;box-shadow:0 -20px 50px #00000080;animation:sheetUp .38s cubic-bezier(.2,.8,.2,1) both}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:none}}.grabber{width:38px;height:5px;border-radius:9px;background:var(--line-2);margin:11px auto 4px}.field{display:flex;align-items:center;gap:11px;background:var(--surface);border:1px solid var(--line-2);border-radius:16px;padding:14px 16px}.field input{flex:1;background:none;border:none;outline:none;color:var(--text);font-family:var(--ui);font-size:16px;font-weight:600}.field input::placeholder{color:var(--faint)}.toast{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:95;background:var(--accent);color:var(--on-accent);padding:11px 20px;border-radius:12px;font-size:13.5px;font-weight:800;max-width:84%;text-align:center}.spin{width:18px;height:18px;border-radius:50%;border:2px solid var(--line-2);border-top-color:var(--text);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.rec-dot{width:10px;height:10px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 4px var(--danger-soft);animation:pulse 1s ease-in-out infinite;flex-shrink:0}@media (prefers-reduced-motion:reduce){.rec-dot{animation:none}}@media (prefers-reduced-motion:reduce){.fade-up,.sheet,.sheet-bg,.spin{animation:none}}:root{--tabbar-h:56px}.tabbar{position:absolute;left:0;right:0;bottom:0;z-index:40;height:calc(var(--tabbar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:flex;align-items:stretch;background:#0c0c0ef0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid var(--line-2)}.tabbar-item{flex:1;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 4px 6px;color:var(--faint);font-family:var(--ui);transition:color .18s,transform .12s}.tabbar-item span{font-size:10.5px;font-weight:700;letter-spacing:.01em;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabbar-item.active{color:var(--text)}.tabbar-item:active{transform:scale(.94)}.tabbar-live{position:absolute;top:8px;left:calc(50% + 9px);width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 2px #0c0c0ef0;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion:reduce){.tabbar-live{animation:none}}.frame.with-tabbar .scr-stack{bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom))}.frame.with-tabbar .toast{bottom:calc(var(--tabbar-h) + env(safe-area-inset-bottom) + 22px)}.scr-stack{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.scr{position:absolute;top:0;right:0;bottom:0;left:0}.scr-fwd{animation:scrInRight .34s cubic-bezier(.32,.72,0,1) both}.scr-back{animation:scrInLeft .34s cubic-bezier(.32,.72,0,1) both}.scr-fade{animation:scrFade .26s ease both}@keyframes scrInRight{0%{transform:translate(100%)}to{transform:none}}@keyframes scrInLeft{0%{transform:translate(-100%)}to{transform:none}}@keyframes scrFade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.scr-fwd,.scr-back,.scr-fade{animation:none}}html.surface{--surface-nav-w:216px;--tabbar-h:0px;width:100%;height:100%;overflow:hidden;background:var(--bg)}.surface body,.surface #root{width:100%;height:100%;overflow:hidden}.surface button{touch-action:manipulation}.surface .frame-page{padding:0;align-items:stretch;background:var(--bg)}.surface .frame{width:100%;max-width:none;height:100dvh;border-radius:0;border:0;box-shadow:none}.surface .app{background:radial-gradient(80% 110% at 18% 0%,rgba(255,255,255,.035),transparent 54%),var(--bg);font-size:20px}.surface .eyebrow{font-size:18px;line-height:1.18;font-weight:800;letter-spacing:.13em;color:var(--muted)}.surface .h-screen{font-size:48px;line-height:.94}.surface .icon-btn{width:64px!important;height:64px!important}.surface .icon-btn svg{width:30px!important;height:30px!important}.surface .pill{min-height:56px;padding:0 20px;font-size:20px;font-weight:800;gap:10px}.surface .pill svg{width:23px!important;height:23px!important}.surface .btn-primary,.surface .btn-soft{min-height:64px;font-size:20px}.surface .field{min-height:64px}.surface .field input{font-size:20px}.surface .tabbar{top:0;right:auto;bottom:0;left:0;width:var(--surface-nav-w);height:100%;padding:12px 14px;display:flex;flex-direction:column;align-items:stretch;gap:5px;background:linear-gradient(180deg,#161618fa,#0a0a0bfa);border:0;border-right:1px solid var(--line-2);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.surface .tabbar-brand{height:74px;flex:0 0 74px;padding:0 6px 10px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.surface .tabbar-brand-mark{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--on-accent);background:var(--text);font-family:var(--serif);font-size:30px;font-weight:700;box-shadow:0 9px 24px #00000057}.surface .tabbar-brand>span:last-child{display:flex;flex-direction:column;min-width:0}.surface .tabbar-brand b{font-family:var(--serif);font-size:22px;font-weight:600;line-height:1;letter-spacing:-.02em}.surface .tabbar-brand small{margin-top:4px;color:var(--muted);font-size:18px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.surface .tabbar-item{flex:0 0 75px;min-width:0;position:relative;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;padding:0 13px;border:1px solid transparent;border-radius:18px;color:var(--muted);transition:background .18s,color .18s,border-color .18s,transform .12s}.surface .tabbar-item svg{width:32px;height:32px;flex:0 0 auto}.surface .tabbar-item span{font-size:22px;font-weight:800;line-height:1.05;white-space:normal;text-align:left;overflow:visible}.surface .tabbar-item.active{color:var(--text);background:#ffffff13;border-color:#ffffff17}.surface .tabbar-item.active:before{content:"";position:absolute;left:-1px;top:17px;width:4px;height:40px;border-radius:0 8px 8px 0;background:var(--text)}.surface .tabbar-item:active{transform:scale(.97);background:#ffffff1c}.surface .tabbar-live{top:11px;right:11px;left:auto;width:12px;height:12px;box-shadow:0 0 0 3px #171719}.surface .tabbar-signature{margin-top:auto;padding:6px 8px 0;display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:18px;font-weight:800;letter-spacing:.06em;line-height:1.1;text-transform:uppercase}.surface .tabbar-signature-line{width:40px;height:2px;background:var(--line-2)}.surface .frame.with-tabbar .scr-stack{top:0;right:0;bottom:0;left:var(--surface-nav-w)}.surface .frame.with-tabbar .toast{bottom:20px}.surface .toast{font-size:20px;padding:16px 24px}.surface .sheet-bg{position:absolute;background:#000000a8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.surface .sheet{top:0;right:0;bottom:0;left:auto;width:min(560px,78%);max-height:100%!important;border:0;border-left:1px solid var(--line-2);border-radius:26px 0 0 26px;box-shadow:-28px 0 70px #0000008f;animation:surfaceSheetIn .28s cubic-bezier(.2,.8,.2,1) both}.surface .sheet .grabber{display:none}.surface .sheet>.h-pad{padding:16px 20px 12px!important}.surface .sheet>.h-pad .serif{font-size:30px!important;line-height:1.05}.surface .sheet>.h-pad .faint{font-size:18px!important;line-height:1.25}.surface .sheet .pop-row{min-height:66px;font-size:22px!important;line-height:1.2}.surface .sheet .screen{font-size:20px}.surface .sheet .screen button{min-height:64px;font-size:22px!important}.surface .sheet .screen button>span{font-size:22px!important}.surface .sheet .screen span:not(.spin):not(.rec-dot){font-size:20px!important}.surface .sheet .screen .serif{font-size:22px!important;line-height:1.4!important}.surface .sheet .screen .muted,.surface .sheet .screen .faint{font-size:18px!important;line-height:1.35!important}.surface .sheet svg{width:27px!important;height:27px!important}@keyframes surfaceSheetIn{0%{transform:translate(100%)}to{transform:none}}.surface .library-screen{display:grid;grid-template-columns:minmax(296px,.9fr) minmax(0,1.1fr);grid-template-rows:96px minmax(0,1fr);column-gap:18px;padding:0 18px 14px;overflow:hidden}.surface .library-header{grid-column:1 / -1;grid-row:1;padding:10px 0 8px!important;align-items:center!important;border-bottom:1px solid var(--line)}.surface .library-header .h-screen{margin-top:2px!important;font-size:48px}.surface .library-header-actions{gap:10px!important}.surface .library-header-actions .icon-btn span{font-size:24px!important}.surface .library-hero{grid-column:1;grid-row:2;min-height:0;margin:14px 0 0!important;padding:14px!important;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,#ffffff0e,#ffffff05)}.surface .library-hero>.eyebrow{margin-bottom:9px!important}.surface .library-hero-card{gap:12px!important;align-items:center!important}.surface .library-hero-cover{width:116px!important;height:174px!important;border-radius:10px!important}.surface .library-hero-copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.surface .library-hero-copy>.faint{font-size:18px!important;line-height:1.2}.surface .library-hero-title{font-size:27px!important;line-height:1.06!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.surface .library-hero-author{font-size:18px!important;line-height:1.25;margin-top:5px!important}.surface .library-hero-progress{margin-top:10px!important;gap:10px!important}.surface .library-hero-play{width:64px!important;height:64px!important;cursor:pointer}.surface .library-hero-play svg{width:30px!important;height:30px!important}.surface .library-hero-progress .faint{font-size:18px!important;line-height:1.2}.surface .library-shelf{grid-column:2;grid-row:2;min-width:0;min-height:0;margin:0!important;padding:14px 3px 18px 0!important;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;mask-image:linear-gradient(180deg,#000 0,#000 92%,transparent);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 92%,transparent)}.surface .library-shelf::-webkit-scrollbar{display:none}.surface .library-shelf>.eyebrow{margin-bottom:12px!important}.surface .library-grid{grid-template-columns:1fr!important;gap:20px!important;padding:2px 4px 24px 0}.surface .library-tile{min-width:0;border-radius:16px;display:grid;grid-template-columns:100px minmax(0,1fr);grid-template-rows:auto auto 1fr;column-gap:14px;align-items:start}.surface .library-tile-cover-wrap{grid-column:1;grid-row:1 / 4;width:100px;max-width:none;margin:0;border-radius:10px}.surface .library-tile-cover{border-radius:10px!important;box-shadow:0 14px 28px #0000007a}.surface .library-play-fab{right:9px!important;bottom:9px!important;width:62px!important;height:62px!important;cursor:pointer}.surface .library-play-fab svg{width:30px!important;height:30px!important}.surface .library-tile-title{grid-column:2;grid-row:1;min-height:57px;font-size:26px!important;line-height:1.1!important;margin-top:0!important;white-space:normal!important;text-overflow:clip!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .library-tile-author{grid-column:2;grid-row:2;font-size:18px!important;line-height:1.2!important;margin-top:5px!important;white-space:normal!important;text-overflow:clip!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .library-tile-progress{grid-column:2;grid-row:3;align-self:end;margin-top:9px!important;gap:10px!important}.surface .library-tile-progress-bar{height:6px!important}.surface .library-tile-progress .faint{font-size:18px!important}.surface .library-series-tile .library-tile-cover-wrap>div:nth-of-type(4){padding:7px 11px!important;font-size:18px!important}.surface .library-state{grid-column:1 / -1;grid-row:2;align-self:stretch;align-items:center;justify-content:center;padding:24px!important}.surface .library-empty>div:first-of-type{font-size:26px!important}.surface .library-empty>div:nth-of-type(2){font-size:20px!important;line-height:1.35}.surface .library-screen:not(:has(.library-hero)) .library-shelf{grid-column:1 / -1}.surface .library-screen:not(:has(.library-hero)) .library-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.surface .library-screen:not(:has(.library-hero)) .library-tile{grid-template-columns:104px minmax(0,1fr)}.surface .library-screen:not(:has(.library-hero)) .library-tile-cover-wrap{width:104px}.surface .library-tail{display:none}.surface .book-app{display:grid;grid-template-columns:minmax(276px,42%) minmax(0,58%);grid-template-rows:76px minmax(0,1fr)}.surface .book-header{grid-column:1 / -1;grid-row:1;padding:6px 12px!important;gap:7px!important;border-bottom:1px solid var(--line);background:#080809f5!important}.surface .book-header .icon-btn{width:62px!important;height:62px!important}.surface .book-header .eyebrow{font-size:18px}.surface .book-notes-button{min-height:58px!important;padding:0 16px!important;font-size:20px!important;gap:8px!important}.surface .book-notes-button span{font-size:22px!important}.surface .book-visual-screen{grid-column:1;grid-row:2;min-height:0;overflow:hidden;border-right:1px solid var(--line)}.surface .book-identity{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;height:100%;margin:0!important;padding:8px 14px!important}.surface .book-cover-button{grid-column:auto;grid-row:auto}.surface .book-cover{width:112px!important;height:168px!important;border-radius:11px!important}.surface .book-chapters-badge{right:6px!important;bottom:6px!important;padding:8px 10px!important;min-width:56px;min-height:50px;justify-content:center}.surface .book-chapters-badge span{display:inline!important;font-size:18px!important}.surface .book-chapters-badge svg{width:22px!important;height:22px!important}.surface .book-title{grid-column:auto;grid-row:auto;align-self:auto;text-align:center!important;font-size:40px!important;line-height:1.01!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .book-subtitle{grid-column:auto;grid-row:auto;align-self:auto;text-align:center!important;font-size:20px!important;line-height:1.22!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .book-controls{grid-column:2;grid-row:2;min-width:0;min-height:0;padding:8px 18px!important;overflow-y:auto;border-top:0!important;scrollbar-width:none}.surface .book-controls::-webkit-scrollbar{display:none}.surface .book-pickers{margin-bottom:4px!important}.surface .book-pickers .pill{min-height:54px}.surface .book-controls .dragbar{height:36px!important;min-height:36px;flex:none!important}.surface .book-controls .dragbar>div:first-child{height:10px!important}.surface .book-controls .dragbar>div:last-child{width:24px!important;height:24px!important}.surface .book-timing-primary{margin-top:1px!important}.surface .book-timing-primary>span:first-child{font-size:22px!important}.surface .book-timing-primary>span:last-child{font-size:20px!important}.surface .book-timing-primary>span:first-child .faint{font-size:18px!important}.surface .book-timing-secondary{display:none}.surface .book-timing-secondary span{font-size:18px!important}.surface .book-transport{margin-top:4px!important}.surface .book-transport>.icon-btn{width:60px!important;height:60px!important}.surface .book-transport>.icon-btn svg{width:31px!important;height:31px!important}.surface .book-skip-button{min-width:64px!important;min-height:64px!important;justify-content:center}.surface .book-skip-button svg{width:30px!important;height:30px!important}.surface .book-skip-button span{font-size:20px!important}.surface .book-play-shell{width:92px!important;height:92px!important;flex:0 0 92px}.surface .book-play-button{width:92px!important;height:92px!important}.surface .book-play-button svg{width:42px!important;height:42px!important}.surface .book-play-shell .spin{width:104px!important;height:104px!important}.surface .book-loading-label{display:none;height:20px!important;margin-top:0!important}.surface .book-loading-label .faint{font-size:18px!important}.surface .book-secondary{margin-top:2px!important;min-height:52px}.surface .book-secondary button,.surface .book-secondary>span:last-child{min-height:52px;font-size:20px!important;padding:0 18px!important}.surface .book-secondary>span:not(:last-child){height:20px!important;min-height:20px;padding:0!important}.surface .book-record-button{min-height:62px;margin-top:4px!important;padding:0 20px!important;border-radius:17px!important;font-size:22px!important}.surface .book-text-mode{grid-template-columns:minmax(340px,48%) minmax(0,52%)}.surface .book-text-screen{grid-column:1;grid-row:2;padding:12px 20px 24px!important;border-right:1px solid var(--line);mask-image:linear-gradient(180deg,transparent,#000 5%,#000 94%,transparent)!important;-webkit-mask-image:linear-gradient(180deg,transparent,#000 5%,#000 94%,transparent)!important}.surface .book-text-screen>div:first-child{height:2px!important}.surface .book-text-screen .eyebrow{margin-bottom:12px!important}.surface .book-text-screen .faint{font-size:20px!important}.surface .book-text-screen p{font-size:24px!important;line-height:1.45!important;margin-bottom:20px!important}.surface .book-text-screen p span{font-size:20px!important}.surface .work-screen{display:grid;grid-template-rows:96px minmax(0,1fr);padding:0 18px 14px;overflow:hidden}.surface .work-header{grid-row:1;padding:10px 0 8px!important;gap:14px!important;border-bottom:1px solid var(--line)}.surface .work-header .h-screen{font-size:46px!important;margin-top:2px!important}.surface .work-content{grid-row:2;min-height:0;margin:0!important;padding:14px 2px 22px 0!important;overflow-y:auto;scrollbar-width:none}.surface .work-content::-webkit-scrollbar{display:none}.surface .work-content svg{width:30px!important;height:30px!important}.surface .work-book-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important}.surface .work-chapter-grid{display:grid!important;grid-template-columns:1fr;gap:10px!important}.surface .work-book-card{min-height:146px;padding:14px!important;border-radius:20px!important}.surface .work-book-card .cover{width:76px!important;height:114px!important}.surface .work-book-card .serif{font-size:26px!important;line-height:1.08!important;white-space:normal!important;text-overflow:clip!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .work-book-card .muted{font-size:18px!important;line-height:1.25!important}.surface .work-book-card .faint{font-size:18px!important}.surface .work-book-card .muted+.faint+.muted{display:none}.surface .work-chapter-grid>.eyebrow,.surface .work-filters{grid-column:1 / -1}.surface .work-chapter-card{min-height:78px!important;border-radius:18px!important}.surface .work-chapter-card .ch-num{width:48px!important;height:48px!important;font-size:22px!important}.surface .work-chapter-card .ch-badge{font-size:22px!important}.surface .work-chapter-card .ch-stamp{font-size:17px!important}.surface .work-chapter-card .ch-name{font-size:24px!important;line-height:1.18!important;white-space:normal!important;text-overflow:clip!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .work-filters .pill{min-height:58px;font-size:20px!important}.surface .work-content>div[style*="text-align: center"]>div:first-of-type{font-size:26px!important}.surface .work-content>div[style*="text-align: center"]>div:nth-of-type(2){font-size:20px!important}.surface .work-tail{display:none}.surface .now-empty-app{display:grid;grid-template-rows:96px minmax(0,1fr)}.surface .now-empty-header{padding:10px 20px 8px!important;border-bottom:1px solid var(--line)}.surface .now-empty-header .h-screen{font-size:48px;margin-top:2px!important}.surface .now-empty-content{padding:0 24px!important}.surface .now-empty-content>div:first-child{width:96px!important;height:96px!important}.surface .now-empty-content>div:first-child svg{width:40px!important;height:40px!important}.surface .now-empty-content>div:nth-child(2){font-size:28px!important}.surface .now-empty-content>div:nth-child(3){font-size:20px!important;line-height:1.4!important;max-width:440px!important}.surface .now-empty-content .pill{min-height:60px}.surface .addbook-screen{display:grid;grid-template-columns:300px minmax(0,1fr);grid-template-rows:64px minmax(0,1fr);column-gap:28px;padding:18px 28px;overflow:hidden}.surface .addbook-header{grid-column:1;grid-row:1 / 3;align-self:stretch;padding:0 26px 0 0!important;flex-direction:column;align-items:flex-start!important;gap:16px!important;border-right:1px solid var(--line)}.surface .addbook-header .h-screen{font-size:48px!important;line-height:1;white-space:normal}.surface .addbook-tabs{grid-column:2;grid-row:1;margin:0!important;padding:0!important;align-self:start}.surface .addbook-tabs .pill{min-height:60px;font-size:20px}.surface .addbook-content{grid-column:2;grid-row:2;min-height:0;margin:0!important;padding:8px 4px 22px 0!important;overflow-y:auto;scrollbar-width:none;font-size:20px}.surface .addbook-content::-webkit-scrollbar{display:none}.surface .addbook-content .serif{font-size:26px!important;line-height:1.15!important}.surface .addbook-content .muted,.surface .addbook-content .faint{font-size:18px!important;line-height:1.4!important}.surface .addbook-content span,.surface .addbook-content button{font-size:20px!important}.surface .addbook-content button span:not(.spin){font-size:22px!important}.surface .addbook-content .btn-primary svg,.surface .addbook-content .btn-soft svg{width:28px!important;height:28px!important}.surface .addbook-content .card{font-size:20px}.surface .addbook-content .card.fade-up{min-height:92px;padding:14px!important}.surface .addbook-content .card.fade-up>.cover{width:64px!important;height:96px!important}.surface .addbook-content .card.fade-up>div>.serif{font-size:24px!important;white-space:normal!important;text-overflow:clip!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.surface .addbook-content .card.fade-up>div>.muted{font-size:18px!important}.surface .addbook-content .field svg{width:26px!important;height:26px!important}@media (prefers-reduced-motion:reduce){.surface .sheet{animation:none}}.surface .book-loading-label{display:block;height:auto!important;min-height:24px;font-size:16px;line-height:1.35}.surface .book-controls .dragbar{height:44px!important;min-height:44px}.book-loading-label{line-height:1.4;overflow-wrap:anywhere}.work-book-card:focus-visible,.dragbar:focus-visible{outline:2px solid var(--text);outline-offset:4px}@media (max-height: 760px){html:not(.surface) .book-visual-screen .book-cover{width:104px!important;height:156px!important}html:not(.surface) .book-identity{gap:8px!important;padding-top:10px!important;padding-bottom:10px!important}}.book-simple .book-timing-primary{justify-content:space-between;align-items:baseline;gap:12px;margin-top:0;font-size:16px;font-weight:700;font-variant-numeric:tabular-nums}.book-simple .book-timing-primary>span:last-child{font-size:12px;font-weight:500}.book-simple .book-loading-label{height:54px!important;min-height:54px;display:flex!important;align-items:center;justify-content:center;text-align:center;margin:8px 0 0!important;font-size:12px;line-height:18px;overflow:auto}.book-menu-details{padding:18px 14px;font-size:12px;line-height:1.5}.surface .book-app.book-simple{grid-template-columns:minmax(0,1fr);grid-template-rows:76px minmax(0,1fr) auto}.surface .book-simple .book-visual-screen{grid-column:1;grid-row:2;border-right:0;align-self:stretch}.surface .book-simple .book-identity{height:auto;margin:auto auto 0!important;gap:12px!important;padding:20px 32px 28px!important;max-width:700px}.surface .book-simple .book-cover{width:128px!important;height:192px!important}.surface .book-simple .book-controls{grid-column:1;grid-row:3;justify-self:center;width:100%;max-width:620px;padding:16px 32px 28px!important}.surface .book-simple .book-timing-primary>span:first-child{font-size:24px!important}.surface .book-simple .book-timing-primary>span:last-child{font-size:16px!important}.surface .book-simple .book-transport{margin-top:24px!important}.surface .book-simple .book-loading-label{height:66px!important;min-height:66px;font-size:15px!important;line-height:22px}@media (max-width:420px){html:not(.surface) .book-simple .book-controls{padding-left:24px!important;padding-right:24px!important}}.book-simple .book-record-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:62px;padding:15px 18px;margin:4px 0 0;border:3px solid #e4545c;border-radius:16px;background:#080808;color:#fff;font:700 17px var(--ui);cursor:pointer}.book-simple .book-record-button:hover{background:#111}.book-simple .book-record-button .record-mic{color:#e4545c}.book-simple .book-record-button.is-recording{background:#bd2331}.book-simple .book-record-button.is-recording:hover{background:#a91c2a}.book-simple .book-record-button.is-recording .record-mic{color:#fff}.book-simple .book-record-button:focus-visible{outline:3px solid var(--text);outline-offset:4px}.book-simple .book-record-button:disabled{opacity:.65;cursor:wait}.book-simple .book-play-button:disabled{opacity:.4;cursor:default!important}.record-mic{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;flex-shrink:0}.is-recording .record-mic{animation:note-mic-pulse 1.4s ease-in-out infinite}.is-recording .record-mic svg{animation:note-mic-blink 1.4s ease-in-out infinite}@keyframes note-mic-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ffffff4d}55%{transform:scale(1.15);box-shadow:0 0 0 10px #fff0}}@keyframes note-mic-blink{0%,to{opacity:1}50%{opacity:.35}}.book-simple .book-loading-label{height:38px!important;min-height:38px;font-size:11px;line-height:17px}.surface .book-simple .book-record-button{min-height:68px;font-size:22px!important;margin-top:8px!important}.surface .book-simple .book-loading-label{height:44px!important;min-height:44px;font-size:14px!important;line-height:20px}.surface .book-simple .book-cover{width:104px!important;height:156px!important}.surface .book-simple .book-identity{gap:8px!important;padding-top:10px!important;padding-bottom:14px!important}@media (max-height:760px){html:not(.surface) .book-simple .book-header{padding-top:10px!important;padding-bottom:4px!important}html:not(.surface) .book-simple .book-title{font-size:21px!important}html:not(.surface) .book-simple .book-subtitle{font-size:12px!important}html:not(.surface) .book-simple .book-controls{padding-top:5px!important;padding-bottom:10px!important}html:not(.surface) .book-simple .book-transport{margin-top:10px!important}html:not(.surface) .book-simple .book-record-button{min-height:56px;padding:12px 16px}}@media (prefers-reduced-motion:reduce){.is-recording .record-mic,.is-recording .record-mic svg{animation:none}.is-recording .record-mic{outline:2px solid #fff}}input.dragbar{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:0;border-radius:0}input.dragbar::-webkit-slider-runnable-track{height:6px;border:0;border-radius:999px;background:linear-gradient(to right,#fff 0%,#fff var(--seek-progress),rgba(255,255,255,.24) var(--seek-progress),rgba(255,255,255,.24) 100%)}input.dragbar::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:0;border-radius:50%;background:#fff;margin-top:-7px;box-shadow:0 1px 4px #00000040}input.dragbar::-moz-range-track{height:6px;border:0;border-radius:999px;background:linear-gradient(to right,#fff 0%,#fff var(--seek-progress),rgba(255,255,255,.24) var(--seek-progress),rgba(255,255,255,.24) 100%)}input.dragbar::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000040}.chapter-filters{display:flex;gap:8px;margin:0 2px 14px}.chapter-filters .pill{flex:1;justify-content:center;min-height:52px;padding:12px 8px;font-size:14px;white-space:normal;text-align:center}.chapter-picker-row{min-height:84px!important;padding:18px 16px!important;margin:4px 0;border:1px solid var(--line)!important}.chapter-picker-row>span:first-child{width:36px!important;font-size:20px!important}.chapter-picker-title{min-width:0;font-size:20px!important;line-height:1.35;white-space:normal!important;overflow:visible!important}.work-chapter-card{min-height:92px!important}.work-chapter-card .ch-name{font-size:20px!important;line-height:1.35!important;white-space:normal!important}.surface .chapter-picker-row{min-height:94px!important}.surface .chapter-picker-title,.surface .work-chapter-card .ch-name{font-size:24px!important}.surface .chapter-filters .pill{font-size:20px;min-height:62px}@media (max-width:600px){.work-chapter-card{display:grid!important;grid-template-columns:40px 14px minmax(0,1fr) 18px;gap:4px 10px!important;padding:16px 14px!important}.work-chapter-card .ch-num{grid-column:1;grid-row:1/3}.work-chapter-card .ch-badge{grid-column:2;grid-row:1/3}.work-chapter-card .ch-name{grid-column:3;grid-row:1}.work-chapter-card .ch-stamp{grid-column:3;grid-row:2;font-size:12px!important}.work-chapter-card>svg{grid-column:4;grid-row:1/3}.work-filters .pill{white-space:normal;min-height:52px}}.book-simple{--reader-cover-width:clamp(128px, calc(60dvh - 275px) ,216px)}.book-simple .book-heading{width:100%;flex-shrink:0;text-align:center}.book-simple .book-title{margin:0;font-size:24px;font-weight:600;line-height:1.15;letter-spacing:-.01em;overflow-wrap:anywhere}.book-simple .book-author{margin-top:6px;font-size:14px;line-height:1.35}html:not(.surface) .book-simple .book-identity{gap:12px!important;padding:8px 24px 14px!important}html:not(.surface) .book-simple .book-cover{width:var(--reader-cover-width)!important;height:calc(var(--reader-cover-width) * 1.5)!important}.surface .book-simple{--reader-cover-width:clamp(136px, calc(40dvh - 155px) ,220px)}.surface .book-simple .book-identity{margin:auto!important;gap:8px!important;padding:8px 32px!important}.surface .book-simple .book-cover{width:var(--reader-cover-width)!important;height:calc(var(--reader-cover-width) * 1.5)!important}.surface .book-simple .book-title{font-size:32px!important;line-height:1.15!important}.surface .book-simple .book-author{font-size:18px}@media (max-height:760px){html:not(.surface) .book-simple .book-identity{padding:6px 24px!important;gap:8px!important}html:not(.surface) .book-simple .book-author{margin-top:4px;font-size:12px}}.chapter-picker-row,.work-chapter-card{min-height:108px!important;border:0!important;border-bottom:2px solid rgba(255,255,255,.38)!important;border-radius:0!important;margin:0!important;padding:12px 6px!important;box-shadow:none!important}.work-chapter-card{background:transparent!important}.work-chapter-grid{gap:0!important}.chapter-picker-row>.chapter-number:first-child,.work-chapter-card .chapter-number{display:flex;align-items:center;justify-content:center;width:88px!important;min-width:88px;height:76px!important;flex:0 0 88px;font-family:var(--ui)!important;font-size:64px!important;line-height:1!important;font-weight:400!important;letter-spacing:-.055em;font-variant-numeric:tabular-nums;color:var(--text)!important;background:transparent!important;border-radius:0!important}.chapter-picker-row>.chapter-number:first-child[data-digits="3"],.work-chapter-card .chapter-number[data-digits="3"]{font-size:50px!important;letter-spacing:-.07em}.chapter-picker-row>.chapter-number:first-child[data-digits="4"],.work-chapter-card .chapter-number[data-digits="4"]{font-size:38px!important}.chapter-picker-title{font-size:19px!important}.surface .chapter-picker-row,.surface .work-chapter-card{min-height:124px!important;padding:16px 12px!important}.surface .chapter-picker-row>.chapter-number:first-child,.surface .work-chapter-card .chapter-number{width:108px!important;min-width:108px;height:88px!important;flex-basis:108px;font-size:76px!important}.surface .chapter-picker-row>.chapter-number:first-child[data-digits="3"],.surface .work-chapter-card .chapter-number[data-digits="3"]{font-size:60px!important}.surface .chapter-picker-row>.chapter-number:first-child[data-digits="4"],.surface .work-chapter-card .chapter-number[data-digits="4"]{font-size:46px!important}@media (max-width:600px){.work-chapter-card{grid-template-columns:88px 14px minmax(0,1fr) 18px;gap:4px 8px!important}}
