:root{--ink:#171713;--paper:#f4f0e6;--orange:#f15a38;--yellow:#f3c94f;--line:#d9d2c2;--muted:#6e6b63;--night:#171b22}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei UI","PingFang SC",system-ui,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:74px;padding:0 max(24px,5vw);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(244,240,230,.95);position:relative;z-index:4}.brand{font-weight:900;letter-spacing:.04em}.brand span{display:inline-grid;place-items:center;width:34px;height:34px;background:var(--orange);color:white;border-radius:50%;margin-right:8px}.site-header nav{display:flex;gap:28px;font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--orange)}main{max-width:1320px;margin:auto;padding:0 5vw}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;color:var(--orange);text-transform:uppercase}.home-hero{min-height:640px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:8vw;padding:72px 0}.home-hero h1{font-family:Georgia,"STSong",serif;font-size:clamp(48px,6vw,92px);line-height:1.02;margin:18px 0 28px;letter-spacing:-.04em}.home-hero h1 em{color:var(--orange);font-weight:400}.home-hero>div>p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:18px;line-height:1.8}.actions{display:flex;gap:14px;margin-top:36px}.primary,.secondary{display:inline-flex;padding:15px 22px;border-radius:4px;font-weight:800}.primary{background:var(--ink);color:white}.primary:hover{background:var(--orange)}.secondary{border:1px solid var(--ink)}.hero-card{position:relative;max-width:410px;justify-self:center;transform:rotate(2deg);box-shadow:18px 18px 0 var(--yellow)}.hero-card .cover{display:block;width:100%;height:490px;object-fit:cover}.hero-card>div{background:white;padding:20px 24px;display:grid;gap:5px}.hero-card span,.hero-card small{font-size:12px;color:var(--muted)}.hero-card strong{font-family:Georgia,serif;font-size:25px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);margin-bottom:90px}.metrics div{padding:28px;border-right:1px solid var(--line);display:grid;gap:6px}.metrics div:last-child{border:0}.metrics b{font:700 34px Georgia,serif}.metrics span{font-size:13px;color:var(--muted)}footer{text-align:center;padding:34px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}.page-heading{padding:74px 0 42px}.page-heading h1,.detail-copy h1,.section h2,.reader-heading h1{font-family:Georgia,"STSong",serif}.page-heading h1{font-size:clamp(44px,6vw,72px);margin:10px 0}.page-heading>p:last-child{color:var(--muted)}.comic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-bottom:90px}.comic-card{background:#fff;padding:14px;transition:.2s}.comic-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px #302a1b19}.card-art{aspect-ratio:4/3;background:linear-gradient(135deg,var(--yellow),#e78651);display:flex;flex-direction:column;justify-content:flex-end;padding:20px}.card-art span{font:700 42px Georgia,serif}.card-art small{font-size:10px;letter-spacing:.16em}.comic-card h3{font:700 18px Georgia,serif;margin:18px 5px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comic-card p{font-size:12px;color:var(--muted);margin:0 5px 10px}.detail-hero{display:grid;grid-template-columns:360px 1fr;gap:7vw;padding:72px 0;border-bottom:1px solid var(--line)}.detail-hero .cover{width:100%;height:510px;object-fit:cover;box-shadow:14px 14px 0 var(--yellow)}.detail-copy{align-self:center}.detail-copy h1{font-size:clamp(46px,6vw,78px);line-height:1.05;margin:14px 0 24px}.detail-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:var(--muted);max-width:700px}.stats{display:flex;gap:34px;margin:30px 0}.stats span{display:grid;color:var(--muted);font-size:12px}.stats b{font:700 25px Georgia,serif;color:var(--ink)}.section{padding:58px 0 85px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-title h2,.section h2{font-size:34px;margin:8px 0}.section-title small{color:var(--muted)}.episodes{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.episode-card{background:#fff;border:1px solid transparent;padding:20px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 20px}.episode-card:hover{border-color:var(--orange)}.episode-card span{font-size:12px;color:var(--muted)}.episode-card b{grid-column:2;grid-row:1/3;color:var(--orange);font-size:13px}.reader-page{background:var(--night);color:#f6f2e8}.reader-page .site-header{background:#11151b;border-color:#343841}.reader{max-width:980px;padding-top:45px;padding-bottom:45px}.reader-heading{text-align:center;margin-bottom:28px}.reader-heading h1{font-size:clamp(27px,4vw,45px);margin:10px}.reader-heading>p:last-child{color:#9ea4ae}.reader-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#242a34;padding:12px 18px;margin:14px 0;border-radius:4px;font-size:13px}.reader-nav a:last-child,.reader-nav span:last-child{text-align:right}.reader-nav span{color:#626a76}.reader article{background:#0d1015;min-height:200px}.reader-image{display:block;width:100%;height:auto}.missing{min-height:240px;display:grid;place-content:center;text-align:center;background:repeating-linear-gradient(135deg,#ddd6c6,#ddd6c6 10px,#e7e1d4 10px,#e7e1d4 20px);color:#6d675b}.missing span{font-weight:900}.missing small{max-width:300px;overflow:hidden;text-overflow:ellipsis}.report-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.report-grid>div{background:white;padding:24px;display:grid;gap:5px}.report-grid span,.report-grid small{font-size:12px;color:var(--muted)}.report-grid b{font:700 34px Georgia,serif}.table-wrap{overflow:auto;background:#fff}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line)}code{font-size:11px;word-break:break-all}@media(max-width:850px){.home-hero{grid-template-columns:1fr;padding-top:50px}.hero-card{display:none}.metrics,.report-grid{grid-template-columns:repeat(2,1fr)}.comic-grid{grid-template-columns:repeat(2,1fr)}.detail-hero{grid-template-columns:1fr}.detail-hero>div:first-child{max-width:280px}.episodes{grid-template-columns:1fr}}@media(max-width:520px){.site-header{padding:0 16px}.site-header nav{gap:12px;font-size:12px}main{padding-left:18px;padding-right:18px}.home-hero{min-height:auto}.home-hero h1{font-size:45px}.actions{flex-direction:column}.metrics{grid-template-columns:1fr 1fr}.metrics div{padding:18px}.comic-grid{grid-template-columns:1fr}.detail-hero{padding-top:40px}.detail-copy h1{font-size:42px}.stats{gap:15px;flex-wrap:wrap}.section-title{display:block}.reader{padding-left:0;padding-right:0}.reader-heading{padding:0 14px}.reader-nav{border-radius:0}.report-grid{grid-template-columns:1fr 1fr}}
.comic-card.archived{opacity:.78}.comic-card.archived:hover{opacity:1;transform:translateY(-4px);box-shadow:0 12px 28px #302a1b14}.metrics a{padding:28px;border-right:1px solid var(--line);display:grid;gap:6px}.metrics a:last-child{border:0}.metrics a:hover{background:#fff}.metrics a b{font:700 34px Georgia,serif}.metrics a span{font-size:13px;color:var(--muted)}
.offline-language-control{display:inline-flex;align-items:center}.offline-language-control select{border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);padding:7px 9px;font:inherit}.card-art.has-cover{padding:0;overflow:hidden}.card-art.has-cover img{display:block;width:100%;height:100%;object-fit:cover}.policy-copy{max-width:850px;padding-bottom:90px}.policy-copy article{background:#fff;border:1px solid var(--line);padding:28px;margin:16px 0;line-height:1.75}.policy-copy h2{font:700 28px Georgia,"STSong",serif}.policy-copy .notice{background:#fff3c4;border-color:#e5c34b}.empty-chapters{background:#fff;padding:30px;color:var(--muted)}

/* 漫画页共用首页风格的固定顶部导航。 */
.generated-site-page{padding-top:72px}
.site-header.home-style-header{position:fixed;inset:0 0 auto;height:72px;padding:8px 0;background:#000;border:0;z-index:2147479000;color:#fff}
.home-style-header .site-header-inner{width:min(1280px,calc(100% - 32px));height:56px;margin:0 auto;display:flex;align-items:center;gap:0}
.home-style-header .site-header-logo{display:block;flex:0 0 108px;width:108px;height:56px;margin-right:28px}
.home-style-header .site-header-logo img{display:block;width:108px;height:56px;object-fit:contain}
.home-style-header .site-primary-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800;white-space:nowrap}
.home-style-header .site-primary-nav a{display:inline-flex;align-items:center;gap:9px;color:#fff;transition:color .15s}
.home-style-header .site-primary-nav a:hover{color:#ffdb26}
.home-style-header .nav-symbol{position:relative;display:inline-block;width:22px;height:22px;color:#ffdb26;flex:0 0 auto}
.home-style-header .discover-symbol{border:2px solid #37b9ff;border-radius:50%;transform:rotate(-12deg)}
.home-style-header .discover-symbol::after{content:"";position:absolute;width:5px;height:5px;border:2px solid #37b9ff;border-radius:50%;left:6px;top:6px}
.home-style-header .library-symbol{border:2px solid #ffdb26;border-radius:3px}
.home-style-header .library-symbol::before{content:"";position:absolute;inset:3px 9px 3px 9px;border-left:1px solid #ffdb26}
.home-style-header .flame-symbol{display:grid;place-items:center;color:#ff9f1a;font-size:22px;line-height:1}
.home-style-header .site-header-search{width:260px;height:32px;margin-left:auto;display:flex;align-items:center;gap:10px;padding:0 15px;border-radius:999px;background:#fff;color:#6e6b63;font-size:12px;white-space:nowrap;overflow:hidden}
.home-style-header .site-header-search>span:last-child{overflow:hidden;text-overflow:ellipsis}
.home-style-header .search-symbol{position:relative;width:13px;height:13px;border:1.7px solid #717680;border-radius:50%;flex:0 0 auto}
.home-style-header .search-symbol::after{content:"";position:absolute;width:5px;border-top:1.7px solid #717680;right:-4px;bottom:-2px;transform:rotate(45deg)}
.home-style-header .site-header-actions{display:flex;align-items:center;gap:8px;margin-left:12px;min-width:0}
.home-style-header .offline-language-control select{height:36px;max-width:104px;border:1px solid #4b4b47;border-radius:999px;background:#171713;color:#fff;padding:0 12px;font-size:12px;font-weight:800;cursor:pointer}
.reader-page .site-header.home-style-header{background:#000;border:0}
@media(max-width:1180px){.home-style-header .site-header-search{display:none}.home-style-header .site-primary-nav{margin-right:auto}}
@media(max-width:850px){.home-style-header .site-primary-nav{gap:16px}.home-style-header .site-primary-nav a:last-child{display:none}.home-style-header .site-header-logo{margin-right:18px}}
@media(max-width:700px){.generated-site-page{padding-top:56px}.site-header.home-style-header{height:56px;padding:8px 0}.home-style-header .site-header-inner{height:40px}.home-style-header .site-header-logo{flex-basis:77px;width:77px;height:40px;margin-right:auto}.home-style-header .site-header-logo img{width:77px;height:40px}.home-style-header .site-primary-nav{display:none}.home-style-header .site-header-actions{margin-left:8px;gap:5px}.home-style-header .offline-language-control select{height:34px;max-width:70px;padding:0 8px;font-size:11px}}
