:root{--paper:#eeede9;--ink:#282925;--muted:#74756d;--rule:#cccfc5}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,'Helvetica Neue','PingFang SC','Microsoft YaHei',sans-serif;height:100dvh;overflow:hidden}button,select,input{font:inherit;color:inherit}button{cursor:pointer;border:0;background:transparent;padding:10px}button:disabled{opacity:.25;cursor:default}button:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid #6f7765;outline-offset:4px}header{height:82px;padding:0 3.7%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:27px;letter-spacing:-1.5px;white-space:nowrap;font-weight:400}.brand span{display:inline-block;transform:scaleX(-1);margin:0 1px}.brand small{margin-left:19px;font-size:15px;font-family:serif;letter-spacing:0}nav{display:flex;gap:24px}nav button{font-size:12px;letter-spacing:1px;padding:12px 0}sup{font-size:9px}nav span{margin-left:9px}main{height:calc(100dvh - 174px);display:flex;flex-direction:column;align-items:center;justify-content:center}.edition{width:calc(100% - 160px);display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.8px;color:var(--muted);margin:0 0 16px}.reader{width:100%;display:flex;justify-content:center;align-items:center;position:relative;min-height:0}#book{width:min(calc(100vw - 160px),calc((100dvh - 256px)*1.59985));aspect-ratio:1.59985;position:relative;background:#faf9f6;box-shadow:0 5px 20px -13px #30352b55;touch-action:pan-y;isolation:isolate}.spread-image{width:100%;height:100%;object-fit:contain;display:block;user-select:none;-webkit-user-drag:none}.image-hit{position:absolute;cursor:zoom-in;background:transparent;border:1px solid transparent;padding:0;z-index:2}.image-hit:hover{border-color:#ffffff77;box-shadow:inset 0 0 0 1px #2222}.image-hit:after{content:'↗';position:absolute;bottom:8px;right:8px;background:#f8f8f0e8;color:#252723;width:27px;height:27px;display:grid;place-items:center;font-size:17px;opacity:0;transition:opacity .18s}.image-hit:hover:after,.image-hit:focus-visible:after{opacity:1}.turn{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:70px;font-size:28px;font-weight:300}.previous{left:16px}.next{right:16px}.reader-tools{display:flex;width:calc(100% - 160px);justify-content:space-between;align-items:center;margin-top:13px;min-height:40px}.reader-tools button{font-size:12px;padding:8px 0;letter-spacing:.5px}.actions{display:flex;gap:25px}.actions span{margin-left:8px;font-size:10px;color:var(--muted)}#chapter{color:var(--muted)}footer{height:92px;position:relative;display:flex;align-items:center;justify-content:space-between;margin:0 3.7%;gap:20px;padding-bottom:13px}.hint{font-size:12px;letter-spacing:.5px}.hint span{font-size:9px;color:var(--muted);display:block;margin-top:7px;letter-spacing:1px}.paging{display:flex;gap:9px;align-items:center;font-size:12px}.paging label{font-size:10px;letter-spacing:1px;color:var(--muted)}select{border:0;border-bottom:1px solid var(--rule);border-radius:0;background:transparent;padding:8px 5px;font-size:13px;cursor:pointer;max-width:145px}#folio{font-size:12px;color:var(--muted);min-width:125px;text-align:right}#progress{position:absolute;bottom:0;left:0;width:100%;height:15px;accent-color:#6e7465;cursor:pointer;margin:0}.loading{position:absolute;inset:0;display:grid;place-items:center;font-size:11px;letter-spacing:2px;color:var(--muted);pointer-events:none}.error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--paper);gap:12px;font-size:14px}.page-forward{animation:forward .34s ease-out}.page-backward{animation:backward .34s ease-out}@keyframes forward{from{opacity:.25;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes backward{from{opacity:.25;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}dialog{padding:30px 5%;border:0;margin:auto;width:100%;height:100dvh;max-width:none;max-height:none;background:#f6f6f0;color:var(--ink);overscroll-behavior:contain}dialog::backdrop{background:#252621aa}.dialog-top,.light-top{display:flex;align-items:center;justify-content:space-between}.dialog-top button,.light-top button{font-size:12px;letter-spacing:1px}.dialog-top{position:sticky;top:-30px;background:#f6f6f0;z-index:3;padding:10px 0}#panel-content{max-width:1000px;margin:6vh auto}#panel-content h1{font-size:clamp(35px,5vw,67px);font-weight:400;letter-spacing:2px;margin:0 0 40px}.eyebrow{font-size:12px;letter-spacing:2px;color:var(--muted);margin:0 0 30px}.chapter-list{display:grid;grid-template-columns:1fr 1fr;gap:0 50px}.chapter-entry{padding:19px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule);text-align:left;gap:15px}.chapter-entry strong{font-weight:400;font-size:19px}.chapter-entry small{display:block;font-size:10px;letter-spacing:1px;color:var(--muted);margin-top:8px}.chapter-entry>span{font-size:12px;color:var(--muted)}.prose{max-width:680px;font-size:20px;line-height:2.1}.notes{max-width:800px;font-size:18px;line-height:1.9}.notes p{margin:0 0 12px}.issue{display:flex;gap:40px;align-items:center}.issue img{width:260px;max-width:45vw;display:block}.issue p{font-size:14px;line-height:1.8}.issue h2{font-weight:400;font-size:28px}.future{border-top:1px solid var(--rule);padding:23px 0;font-size:16px;color:var(--muted)}.panel-links{display:flex;gap:20px;margin-top:60px;border-top:1px solid var(--rule);padding-top:15px}.panel-links button{font-size:12px}#lightbox{background:#181a17;color:#e6e7e0;padding:0;overflow:hidden}.light-top{height:70px;padding:0 3%;font-size:12px;letter-spacing:1px}.light-top>div{display:flex;gap:15px}#light-area{height:calc(100dvh - 130px);overflow:auto;display:flex;align-items:safe center;justify-content:safe center;touch-action:pan-x pan-y pinch-zoom}#light-content{position:relative;flex-shrink:0;max-width:94vw;max-height:calc(100dvh - 144px)}#light-content>img{display:block;max-width:94vw;max-height:calc(100dvh - 144px);object-fit:contain;width:auto;height:auto;user-select:none;-webkit-user-drag:none}#light-content.zoomed{max-width:none;max-height:none}#light-content.zoomed>img{width:180vw;max-width:none;max-height:none;height:auto;cursor:grab}#light-content .image-hit{border:0}.light-bottom{height:60px;display:flex;align-items:center;justify-content:center;gap:35px;font-size:12px}.light-bottom button{font-size:25px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.no-text{color:var(--muted)}
@media(max-width:700px){header{height:70px;padding:0 5%}.brand{font-size:25px}nav{gap:19px}nav button{font-size:11px}nav button[data-panel=about],nav button[data-panel=archive]{display:none}main{height:calc(100dvh - 192px);justify-content:center}.edition{width:90%;font-size:9px;letter-spacing:1px;margin-bottom:20px}.edition span:last-child{font-size:8px}#book{width:100vw;aspect-ratio:1.59985}.turn{top:auto;bottom:-103px;transform:none;width:50px;height:50px;font-size:25px;z-index:3}.previous{left:12%}.next{right:12%}.reader-tools{width:90%;margin-top:20px;align-items:flex-start;gap:10px;min-height:55px}.reader-tools button{font-size:12px}.actions{gap:17px}.actions span{display:none}#chapter{max-width:43%;text-align:left;line-height:1.5}footer{height:122px;margin:0 5%;display:grid;grid-template-columns:1fr auto;align-content:end;row-gap:10px;padding-bottom:24px}.hint{grid-column:1/-1;text-align:center;margin:0;font-size:11px}.hint span{display:none}.paging{gap:6px;justify-self:start}.paging label{font-size:9px}select{font-size:12px;max-width:120px}#folio{font-size:10px;min-width:0;margin:0}#progress{height:12px}.chapter-list{grid-template-columns:1fr}.chapter-entry{padding:17px 0}.chapter-entry strong{font-size:18px}.prose{font-size:18px}.notes{font-size:17px}.issue{gap:15px}.issue h2{font-size:22px}#panel-content h1{margin-bottom:25px}.light-top{height:65px;font-size:10px;padding:0 4%}.light-top button{font-size:10px}.light-top>div{gap:5px}#light-area{height:calc(100dvh - 125px)}#light-content>img{max-width:100vw}#light-content{max-width:100vw}#light-content.zoomed>img{width:230vw}.image-hit:after{display:none}#light-title{max-width:45%;line-height:1.6}.panel-links{gap:10px}}
@media(max-height:550px) and (min-width:701px){header{height:50px}main{height:calc(100dvh - 115px)}footer{height:65px}.edition{display:none}#book{width:min(calc(100vw - 160px),calc((100dvh - 162px)*1.59985))}.reader-tools{margin-top:5px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
