.book-catalog-overlay{z-index:80;visibility:hidden;opacity:0;pointer-events:none;background:#00000073;justify-content:center;align-items:center;padding:24px;transition:opacity .4s,visibility 0s .4s;display:flex;position:fixed;inset:0}.book-catalog-overlay[data-open=true]{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .4s,visibility}.book-catalog-sheet{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1024px;height:85dvh;transition:transform .4s cubic-bezier(.22,.7,.25,1);display:flex;overflow:hidden;transform:translate(calc(100vw + 24px));box-shadow:-12px 0 40px #0002}.book-catalog-overlay[data-open=true] .book-catalog-sheet{transform:translate(0)}.book-catalog-overlay[data-reader=true]{opacity:1;background:0 0;transition:visibility 0s .4s}.book-catalog-overlay[data-reader=true][data-open=true]{transition-delay:0s}.book-catalog-overlay[data-reader=true] .book-catalog-sheet{box-shadow:none}.book-catalog-overlay[data-selecting=true]{z-index:10002;visibility:visible;opacity:1;pointer-events:none;background:0 0;transition:none}.book-catalog-overlay[data-chapter-entry=true]:not([data-selecting=true]){visibility:hidden;opacity:0;pointer-events:none;transition:none}.book-catalog-overlay[data-chapter-entry=true]:not([data-selecting=true]) .book-catalog-sheet{transition:none;transform:translate(calc(100vw + 24px))}@media (max-width:767px){.book-catalog-overlay{padding:0}.book-catalog-sheet{max-width:none;height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);border-radius:0}}@media (prefers-reduced-motion:reduce){.book-catalog-overlay,.book-catalog-sheet{transition-duration:1ms;transition-delay:0s}}.book-catalog-sheet{color:#30332f;font-family:Arial,Microsoft YaHei,sans-serif}.book-catalog-header{background:#f8f9f6;border-bottom:1px solid #eeefeb;flex-shrink:0;align-items:center;gap:8px;min-height:56px;padding:4px 16px 4px 8px;display:flex}.book-catalog-header h2{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:1.0625rem;font-weight:700;line-height:1.5;overflow:hidden}.book-catalog-header p{color:#777d73;white-space:nowrap;flex-shrink:0;font-size:.875rem}.book-catalog-back{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.book-catalog-back:hover{background:#edf1e8}.book-catalog-back:focus-visible{outline:2px solid #526f40}.book-catalog-body{flex-direction:column;flex:1;min-height:0;padding:8px 8px 0;display:flex;position:relative}.book-catalog-volume-heading{margin:0;padding:0 4px 4px}.book-catalog-volume-toggle{text-align:left;background:#f2f5ee;border-radius:6px;align-items:center;gap:8px;width:100%;min-height:48px;padding:10px 12px;display:flex}.book-catalog-volume-toggle:hover{background:#e9efe2}.book-catalog-volume-toggle:focus-visible{outline-offset:-2px;outline:2px solid #526f40}.book-catalog-volume-toggle>svg{flex-shrink:0;transform:rotate(-90deg)}.book-catalog-volume-toggle[aria-expanded=true]>svg{transform:rotate(0)}@media (prefers-reduced-motion:no-preference){.book-catalog-volume-toggle>svg{transition:transform .18s}}.book-catalog-volume-title{overflow-wrap:anywhere;flex:1;min-width:0;font-size:1rem;font-weight:600;line-height:1.5}.book-catalog-volume-count{color:#777d73;flex-shrink:0;font-size:.875rem;font-weight:400}.book-catalog-volume-toggle .book-catalog-progress{color:#c63d45;margin-left:0}.book-catalog-list{overscroll-behavior-y:contain;flex:1;min-height:0}.book-catalog-scroll-area{flex:1;min-height:0;padding-right:28px;position:relative}.book-catalog-scroll-area[data-ready=false]{opacity:0;pointer-events:none}.book-catalog-scroll-area .book-catalog-list{scrollbar-width:none}.book-catalog-scroll-area .book-catalog-list::-webkit-scrollbar{display:none}.book-catalog-scrollbar{visibility:hidden;touch-action:none;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:10px;width:36px;position:absolute;inset:0 -4px 10px auto}.book-catalog-scrollbar[data-visible=true]{visibility:visible}.book-catalog-scrollbar:before{content:"";background:#eef0e9;border-radius:4px;width:6px;position:absolute;top:0;bottom:0;left:15px}.book-catalog-thumb{pointer-events:none;background:#8a9a7b;border-radius:8px;width:12px;position:absolute;top:0;left:12px;box-shadow:0 0 0 2px #fff}.book-catalog-scrollbar:hover .book-catalog-thumb,.book-catalog-scrollbar[data-dragging=true] .book-catalog-thumb{background:#526f40}.book-catalog-scrollbar:focus-visible{outline-offset:-3px;outline:2px solid #526f40}.book-catalog-row{column-gap:20px;padding:0 8px 4px;display:grid}.book-catalog-chapter{background:0 0;border:0;border-radius:0;align-items:center;min-width:0;min-height:44px;padding:8px 4px;font-size:1rem;line-height:1.75;display:flex}.book-catalog-placeholder{min-height:44px;padding:8px 4px;font-size:1rem;line-height:1.75;display:block}.book-catalog-placeholder:before{content:" ";background:linear-gradient(#0000 30%,#f2f3ef 30% 70%,#0000 70%);width:70%;display:block}.book-catalog-chapter span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.book-catalog-chapter:hover{color:#48643b;background:#f7f8f5}.book-catalog-chapter:focus-visible{outline-offset:-2px;outline:2px solid #526f40}.book-catalog-chapter[aria-current]{color:#c63d45;font-weight:700}.book-catalog-chapter>span:first-child{flex:1;min-width:0}.book-catalog-progress{flex-shrink:0;margin-left:10px;font-size:.75rem;font-weight:500}.book-catalog a[aria-current]{color:#c63d45;background:#fff0ee;border-color:#efc5c2}.book-catalog a[aria-current]>span{color:inherit}.book-catalog-message{padding:12px;font-size:14px}.book-catalog-loading{color:#777d73;place-content:center;margin:0;display:grid;position:absolute;inset:0}.book-catalog-message button{text-decoration:underline}@media (max-width:767px){.book-catalog-sheet{--catalog-paper:#ead7b4;--catalog-border:#d9c39c;background:var(--catalog-paper);color:#42331e}.book-catalog-header{background:var(--catalog-paper);border-color:var(--catalog-border)}.book-catalog-header p,.book-catalog-volume-count,.book-catalog-loading{color:#887451}.book-catalog-volume-toggle{background:#f2e3c7}.book-catalog-volume-toggle:hover,.book-catalog-back:hover,.book-catalog-chapter:hover{background:#f5e9d3}.book-catalog-scrollbar:before{display:none}.book-catalog-thumb{box-shadow:0 0 0 2px var(--catalog-paper);background:#b49b73}.book-catalog-scrollbar:hover .book-catalog-thumb,.book-catalog-scrollbar[data-dragging=true] .book-catalog-thumb{background:#8b725c}.book-catalog-placeholder:before{background:linear-gradient(transparent 30%,var(--catalog-border) 30%,var(--catalog-border) 70%,transparent 70%)}}.book-hero{--cover-glow:#657e73;--cover-mid:#415e53;--cover-base:#293f38;--cover-wash:#e4ede6;background:radial-gradient(ellipse at 8% 0,var(--cover-wash),transparent 72%),linear-gradient(125deg,#fffdf9,#faf9f6)}.book-hero[data-cover-tone=slate]{--cover-glow:#687f93;--cover-mid:#465e75;--cover-base:#2d4054;--cover-wash:#e5ebf1}.book-hero[data-cover-tone=mauve]{--cover-glow:#857084;--cover-mid:#634f67;--cover-base:#403345;--cover-wash:#efe6ee}.book-hero[data-cover-tone=clay]{--cover-glow:#947965;--cover-mid:#6f5647;--cover-base:#4b392f;--cover-wash:#f0e6db}.book-hero[data-cover-tone=olive]{--cover-glow:#838368;--cover-mid:#5e644b;--cover-base:#3d4432;--cover-wash:#ebedde}.book-hero h1{font-size:29px}.book-meta a{font-size:15px}.book-community{font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.book-community-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.community-tabs{align-items:center;gap:14px;min-width:0;display:flex}.community-tabs button{color:#96999f;white-space:nowrap;cursor:pointer;padding:0;font-size:17px;line-height:28px;position:relative}.community-tabs button+button{border-left:1px solid #eee;padding-left:14px}.community-tabs button[aria-selected=true]{color:#1a1a1a;font-weight:600}.community-tabs small{font-size:inherit;font-weight:inherit;color:inherit}.book-review-compose{color:#55585e;cursor:pointer;background:#f6f6f8;border-radius:18px;flex-shrink:0;min-height:32px;padding:2px 12px;font-size:14px;line-height:24px}.book-review-list{flex-direction:column;gap:20px;display:flex}.book-review{text-align:left;padding:0}.book-review-row{align-items:flex-start;gap:12px;display:flex}.book-review-avatar-wrap{flex-shrink:0;padding-top:2px}.book-review-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px;overflow:hidden}.book-review-body{min-width:0}.book-review-heading{justify-content:space-between;align-items:center;gap:12px;min-height:25px;margin-bottom:3px;display:flex}.book-review-name{color:#262626;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:17px;font-weight:500;line-height:25px;overflow:hidden}.book-review-meta{flex-shrink:0;align-items:center;margin-left:auto;display:flex}.book-review-stars{gap:1px}.book-review-stars svg{width:10px;height:10px}.book-review-content{color:#262626;white-space:pre-wrap;overflow-wrap:anywhere;text-align:left;text-indent:0;margin:0;padding:0;font-size:17px;line-height:28px}.book-review-footer{color:#999ba1;justify-content:space-between;align-items:center;gap:8px;min-height:28px;margin-top:3px;display:flex}.book-review-footer time{white-space:nowrap;flex-shrink:0;font-size:15px;line-height:23px}.book-review-reactions{justify-content:flex-end;align-items:center;gap:20px;margin-left:auto;display:flex}.book-review-reactions button{white-space:nowrap;font-variant-numeric:tabular-nums;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:28px;min-height:28px;padding:2px 0;font-size:15px;line-height:23px;display:flex}.book-review-reactions svg{flex-shrink:0}.book-review-reactions button[aria-pressed=true]{color:#d84b55}.book-review-reactions button[aria-pressed=true] svg{fill:#fbe8ea}.book-review-reactions button:focus-visible{outline-offset:2px;outline:2px solid #d84b55}.book-review-reactions button:disabled{cursor:default;opacity:.5}.book-review-error{color:#a34747;margin:8px 0;font-size:13px}.book-review-error button{text-decoration:underline}@media (hover:hover){.book-review-reactions button:not(:disabled):hover{color:#d84b55;background:#fff5f5}}@media (max-width:767px){body:has(.book-detail) [data-site-chrome]{display:none}.book-detail{color:#292724;padding-bottom:calc(100px + env(safe-area-inset-bottom));background:#f7f5f2}.book-layout{gap:0;padding:0}.book-hero{box-shadow:none;background:radial-gradient(ellipse at -10% -15%,var(--cover-glow),transparent 62%),radial-gradient(ellipse at 110% 15%,var(--cover-mid),transparent 58%),linear-gradient(145deg,var(--cover-mid),var(--cover-base) 75%);border-radius:0;padding:20px 20px 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.book-hero>div:first-child{gap:20px;padding-bottom:20px}.book-hero img,.book-hero>div:first-child>div:first-child>div{border-radius:5px;width:102px;height:140px;box-shadow:0 5px 18px #0004}.book-hero h1{color:#fffaf0;padding-top:0;font-size:19px;font-weight:500;line-height:1.4}.book-hero>div:first-child>div:nth-child(2){justify-content:center;gap:8px;min-width:0}.book-hero>div:first-child>div:nth-child(2)>div:first-child{margin:0}.book-meta{gap:8px;margin:0;font-size:13px;line-height:20px}.book-meta>div{margin:0}.book-meta>div>span:first-child{display:none}.book-meta a,.book-meta span{color:#eeeae2}.book-meta a{font-weight:400}.book-meta a:after{content:" ›";color:#d1cdc5;margin-left:6px}.book-intro{background:#fffdf9;border:0;border-radius:24px 24px 0 0;margin:0 -20px;padding:18px 20px 16px}.book-mobile-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 16px;display:grid}.book-mobile-stats>div{flex-direction:column;align-items:center;gap:3px;min-width:0;padding:0 4px;display:flex}.book-mobile-stats>div+div{border-left:1px solid #f0ece5}.book-mobile-stats dt{color:#9a9388;order:1;font-size:12px;line-height:1.5}.book-mobile-stats dd{color:#332f2a;white-space:nowrap;font-variant-numeric:tabular-nums;justify-content:center;align-items:center;gap:4px;min-height:28px;margin:0;font-size:18px;font-weight:600;line-height:1.5;display:flex}.book-mobile-stats .book-word-count{align-items:baseline;gap:1px}.book-word-count-value{letter-spacing:-.04em;font-variant-numeric:proportional-nums}.book-word-count small{letter-spacing:normal;font-size:16px;font-weight:400}.book-mobile-rating svg{color:#d8a74c;fill:currentColor;flex-shrink:0}.book-mobile-rating strong{font-weight:inherit}.book-mobile-rating[data-rated=false]{font-size:14px;font-weight:400}.book-intro .book-description{letter-spacing:normal;color:#625e56;font-size:14px;line-height:1.6}.book-intro button{color:#978369;background:0 0;justify-content:flex-end;width:auto;margin-left:auto;padding:4px 0;font-size:13px}.book-catalog{box-shadow:none;background:#fffdf9;border-radius:0;margin-bottom:10px}.mobile-catalog{text-align:left;border-top:1px solid #f0ece5;align-items:center;gap:8px;width:100%;min-height:52px;padding:12px 20px;display:flex}.mobile-catalog strong{flex-shrink:0;font-size:19px;font-weight:500;line-height:26px}.mobile-catalog>span{text-overflow:ellipsis;white-space:nowrap;text-align:right;color:#8f8b83;min-width:0;margin-left:auto;font-size:14px;line-height:20px;overflow:hidden}.mobile-catalog svg{color:#b5aea3;flex-shrink:0}.book-community{box-shadow:none;background:#fffdf9;border-radius:0;padding:16px 16px 20px}.book-articles>div:first-child{margin-bottom:8px;font-size:13px}.book-articles>p{padding-top:16px;padding-bottom:16px}#reviews-panel nav[hidden]{display:none}#reviews-panel p{overflow-wrap:anywhere}#reviews-panel .flex-1{min-width:0}.book-actions{box-shadow:none;background:#fffdf9;border-color:#eee8df}.book-actions>div{gap:20px;max-width:600px;height:48px}.book-actions button{color:#625e56;background:0 0;border:0;flex:1;font-size:15px;font-weight:400}.book-actions .read-now{background:#df343b;flex:1.65;font-size:16px;font-weight:500}.book-actions .read-now svg{display:none}}
