:root{--bg:#f4f1ec;--surface:#fff;--surface-alt:#ece6e4;--text:#2b2826;--muted:#6b645f;--heading:#352b2f;--brand:#7e4b57;--brand-text:#6e3d49;--line-c:#dad4cc;--serif:"Songti SC","Source Han Serif SC",Georgia,"Times New Roman",serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC",sans-serif;--maxw:42rem;--bar-h:60px}:root[data-theme=dark]{--bg:#14110f;--surface:#1c1815;--surface-alt:#241f1b;--text:#e7e0d8;--muted:#a89f96;--heading:#f2ece4;--brand:#c99aa6;--brand-text:#d9aeb8;--line-c:#332c27}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:clip}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;padding-bottom:calc(var(--bar-h) + env(safe-area-inset-bottom,0px));font-size:18px;line-height:1.75}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}a{color:var(--brand-text)}#prog{background:var(--brand);z-index:50;width:0;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.cover{background:var(--surface);border-bottom:1px solid var(--line-c);text-align:center;padding:72px 0 52px}.cover .orchid{width:62px;height:62px;margin:0 auto 22px;display:block}.cover .orchid .pet{fill:var(--brand)}.cover .orchid .hood{fill:var(--brand-text)}.cover h1{font-family:var(--serif);color:var(--heading);letter-spacing:.01em;font-size:clamp(28px,7.5vw,46px);font-weight:600;line-height:1.15}.cover .byline{font-family:var(--serif);color:var(--brand-text);margin-top:12px;font-size:clamp(16px,4vw,20px);font-style:italic}.cover .desc{max-width:34rem;color:var(--muted);margin:26px auto 0;font-size:clamp(14px,3.5vw,16px);line-height:1.7}.cover .dedication{max-width:30rem;font-family:var(--serif);color:var(--muted);margin:18px auto 0;font-size:15px;font-style:italic;line-height:1.6}.cover .location{color:var(--muted);letter-spacing:.08em;margin-top:22px;font-size:13px}.cover .meta{color:var(--muted);letter-spacing:.04em;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin-top:18px;font-size:13px;display:flex}.cover .meta b{color:var(--brand-text);font-weight:700}.begin{background:var(--brand);color:#fff;border-radius:10px;align-items:center;gap:8px;min-height:52px;margin-top:28px;padding:15px 30px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}:root[data-theme=dark] .begin{color:#1c1815}.intro{padding:34px 0 8px}.intro .label{color:var(--heading);font-weight:700}.authorbox{padding:6px 0 14px}.authorbox .card{background:var(--surface);border:1px solid var(--line-c);border-radius:14px;align-items:flex-start;gap:18px;padding:24px 22px;display:flex}.authorbox img{object-fit:cover;border:2px solid var(--line-c);border-radius:50%;flex:none;width:64px;height:64px}.authorbox .who{font-family:var(--serif);color:var(--heading);font-size:19px;font-weight:600}.authorbox .role{color:var(--brand-text);letter-spacing:.04em;margin:2px 0 10px;font-size:13px}.authorbox .bio{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.authorbox .creds{color:var(--muted);flex-wrap:wrap;gap:8px 16px;margin-top:12px;font-size:13px;display:flex}.authorbox .creds b{color:var(--brand-text);font-weight:700}@media (width<=480px){.authorbox .card{flex-direction:column;gap:12px}}.chead .anchor{color:var(--muted);opacity:0;margin-left:.4em;font-size:.7em;font-weight:400;text-decoration:none;transition:opacity .15s}.chead:hover .anchor,.chead .anchor:focus{opacity:.7}@media (hover:none){.chead .anchor{opacity:.45}}.part{text-align:center;padding:54px 0 8px}.part .eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--brand-text);font-size:12px;font-weight:700}.part h2{font-family:var(--serif);color:var(--heading);margin-top:10px;font-size:clamp(24px,6vw,34px);font-weight:600;line-height:1.2}.part .rule{background:var(--brand);opacity:.6;width:54px;height:2px;margin:20px auto 0}.chapter{content-visibility:auto;contain-intrinsic-size:auto 1400px;border-bottom:1px solid var(--line-c);padding:34px 0}.chapter>.wrap>.chead{margin-bottom:18px}.chapter h2.ctitle{font-family:var(--serif);color:var(--heading);scroll-margin-top:14px;font-size:clamp(23px,5.5vw,32px);font-weight:600;line-height:1.2}.chapter .crt{color:var(--muted);letter-spacing:.04em;margin-top:8px;font-size:13px;display:block}.chapter h3{font-family:var(--sans);color:var(--heading);letter-spacing:.005em;margin:36px 0 10px;font-size:19px;font-weight:700;line-height:1.4}.chapter p{max-width:100%;margin:0 0 18px}.chapter p.label{color:var(--heading);margin:22px 0 8px;font-weight:700}.chapter ul{margin:10px 0 22px;padding:0;list-style:none}.chapter li{color:var(--text);padding:6px 0 6px 26px;line-height:1.65;position:relative}.chapter li:before{content:"";background:var(--brand);border-radius:50%;width:6px;height:6px;position:absolute;top:16px;left:4px}.chapter:target,.chapter h2.ctitle:target{scroll-margin-top:14px}.tbar{z-index:40;height:calc(var(--bar-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid var(--line-c);align-items:center;gap:8px;padding-left:14px;padding-right:14px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 14px #0000000f}.tbar button{font:inherit;cursor:pointer;border:1px solid var(--line-c);background:var(--surface);color:var(--text);border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:44px;font-size:14px;font-weight:600;display:inline-flex}.tbar .contents{background:var(--brand);color:#fff;border-color:var(--brand);flex:1}:root[data-theme=dark] .tbar .contents{color:#1c1815}.tbar .icn{flex:0 0 46px;width:46px;padding:0}.icn .i-sun,:root[data-theme=dark] .icn .i-moon{display:none}:root[data-theme=dark] .icn .i-sun{display:inline-flex}.tbar .pct{color:var(--muted);text-align:center;font-variant-numeric:tabular-nums;min-width:38px;font-size:12px}#resume{left:50%;bottom:calc(var(--bar-h) + 16px);z-index:45;background:var(--heading);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:22px;max-width:88vw;padding:11px 20px;font-size:14px;font-weight:600;display:none;position:fixed;transform:translate(-50%);box-shadow:0 6px 20px #00000040}:root[data-theme=dark] #resume{background:var(--brand);color:#1c1815}.toc{z-index:60;background:var(--bg);flex-direction:column;display:none;position:fixed;inset:0}.toc.open{display:flex}.toc-head{border-bottom:1px solid var(--line-c);background:var(--surface);flex-direction:column;gap:12px;padding:16px 18px;display:flex}.toc-head .row{justify-content:space-between;align-items:center;display:flex}.toc-head h2{font-family:var(--serif);color:var(--heading);font-size:20px}.toc-close{font:inherit;cursor:pointer;color:var(--brand-text);background:0 0;border:0;min-height:44px;padding:0 6px;font-size:15px;font-weight:600}.toc-filter{width:100%;font:inherit;border:1px solid var(--line-c);background:var(--bg);color:var(--text);border-radius:10px;padding:12px 14px;font-size:16px}.toc-list{-webkit-overflow-scrolling:touch;flex:1;padding:8px 0 40px;overflow-y:auto}.toc-part{letter-spacing:.16em;text-transform:uppercase;color:var(--brand-text);padding:18px 20px 6px;font-size:11px;font-weight:700}.toc-list a{color:var(--text);border-bottom:1px solid var(--line-c);padding:12px 20px;font-size:15px;line-height:1.4;text-decoration:none;display:block}.toc-list a:active{background:var(--surface-alt)}.toc-list a.hide{display:none}a:focus-visible,button:focus-visible,.toc-filter:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:8px}.bookfoot{border-top:1px solid var(--line-c);background:var(--surface);text-align:center;padding:40px 0 48px}.bookfoot p{color:var(--muted);max-width:42rem;margin:0 auto;font-size:14px;line-height:1.6}.bookfoot p+p{margin-top:8px}.bookfoot .rights{color:var(--heading);font-weight:600}.bookfoot a{color:var(--brand-text)}
