:root {
    --ink: #173c35;
    --muted: #60716b;
    --lime: #d9fa71;
    --paper: #f5f7f3;
    --line: #dce3dc;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.75 "Microsoft YaHei", "PingFang SC", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; object-fit: cover; background: #dce4d9; }
svg { flex-shrink: 0; }
.icon { width: 22px; height: 22px; vertical-align: middle; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #6c8a19; outline-offset: 5px; }
a:hover { color: #638217; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: 28px; line-height: 1.4; letter-spacing: -.6px; }
h3 { line-height: 1.5; }
h2 .icon, h1 .icon { margin-right: 12px; }
.wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; }
.brand { display: flex; gap: 12px; align-items: center; font-size: 24px; font-weight: 800; line-height: 1.4; }
.brand img { border-radius: 12px; }
.brand small { display: block; font-size: 12px; font-weight: 400; letter-spacing: 2px; color: var(--muted); }
.shelf-link { display: flex; align-items: center; gap: 8px; font-size: 14px; border: 1px solid var(--line); padding: 8px 16px; border-radius: 24px; }
.navigation { display: grid; grid-template-columns: repeat(8, 1fr); padding-bottom: 12px; gap: 8px; }
.navigation a { display: flex; justify-content: center; align-items: center; gap: 7px; padding: 10px 3px; font-size: 14px; border-radius: 8px; }
.navigation .active { background: var(--ink); color: white; }
.skip { position: absolute; top: -80px; left: 10px; z-index: 9; background: white; padding: 10px; }
.skip:focus { top: 5px; }
.hero { margin-top: 36px; display: grid; grid-template-columns: 1.12fr 1fr; min-height: 500px; background: var(--ink); color: white; border-radius: 18px; overflow: hidden; }
.hero-copy { padding: 45px 44px 36px; }
.eyebrow { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); margin-bottom: 13px; }
.hero .eyebrow, .subscribe .eyebrow { color: var(--lime); }
.hero h1 { font-size: 20px; font-weight: 500; margin-bottom: 18px; }
.hero-line { font-size: clamp(32px, 3.5vw, 46px); font-weight: 800; line-height: 1.35; letter-spacing: -1px; margin-bottom: 20px; }
.hero-copy > p:not(.hero-line):not(.eyebrow) { color: #d3e1d9; max-width: 430px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 24px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 46px; padding: 11px 20px; border: 0; border-radius: 7px; font-weight: 700; font-size: 14px; }
.lime { background: var(--lime); color: var(--ink); }
.dark { background: var(--ink); color: white; }
.outline { border: 1px solid var(--line); background: white; color: var(--ink); }
.hero-secondary { font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; color: #c5d3cd; border-top: 1px solid #426158; padding-top: 22px; }
.hero-art { position: relative; min-width: 0; background: #88a1a1; }
.hero-art > img { width: 100%; height: 100%; aspect-ratio: 1; position: absolute; }
.hero-caption { position: absolute; bottom: 0; width: 100%; padding: 90px 30px 25px; background: linear-gradient(transparent, #102722ec); color: white; }
.hero-caption span { font-size: 12px; color: var(--lime); }
.hero-caption h2 { margin: 8px 0; }
.hero-caption p { margin: 0; font-size: 14px; }
.section { margin: 70px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.section-head h2 { margin: 0; }
.section-head .eyebrow { margin-bottom: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; }
.grid { display: grid; gap: 22px; }
.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.cover { display: block; position: relative; overflow: hidden; border-radius: 9px; }
.cover img { width: 100%; height: auto; aspect-ratio: 3/4; transition: transform .25s; }
.cover:hover img { transform: scale(1.035); }
.cover-badge { position: absolute; left: 8px; bottom: 8px; background: #173c35e6; color: white; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.card-body { padding: 14px 0; }
.card-body .eyebrow { font-size: 12px; letter-spacing: 0; margin-bottom: 6px; }
.card-body h3 { font-size: 16px; margin-bottom: 6px; }
.card-body > p:last-child { font-size: 14px; color: var(--muted); margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-tile { padding: 23px; border: 1px solid var(--line); background: white; border-radius: 10px; }
.category-tile > .icon { width: 30px; height: 30px; margin-bottom: 14px; }
.category-tile h3 { margin-bottom: 8px; font-size: 18px; }
.category-tile p { font-size: 14px; color: var(--muted); min-height: 50px; }
.category-tile span { font-size: 12px; }
.category-tile.all { background: var(--lime); }
.rank-section { background: #e8eee7; padding: 32px; border-radius: 14px; }
.section-note { color: var(--muted); font-size: 14px; }
.rank-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.rank-row { display: flex; align-items: center; gap: 20px; border-top: 1px solid #cbd7cd; padding: 20px 0; }
.rank-num { font-size: 32px; font-weight: 800; color: #68816c; }
.rank-row > div { flex: 1; }
.rank-row h3 { font-size: 16px; margin: 0 0 3px; }
.rank-row p { font-size: 12px; margin: 0; color: var(--muted); }
.spotlight { display: grid; grid-template-columns: 2fr 3fr; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.spotlight-image img { width: 100%; height: 100%; max-height: 470px; aspect-ratio: 1; }
.spotlight-copy { padding: 38px 42px; }
.spotlight-copy h3 { font-size: 24px; }
.spotlight-copy p { color: var(--muted); }
blockquote { border-left: 3px solid #9aba3c; margin: 20px 0; padding-left: 16px; font-weight: 600; }
.updates { border-top: 2px solid var(--ink); }
.updates > a { display: flex; align-items: center; gap: 28px; padding: 20px 8px; border-bottom: 1px solid var(--line); }
.updates time { font-size: 20px; font-weight: 700; white-space: nowrap; }
.updates > a > div { flex: 1; }
.updates h3 { margin: 0 0 4px; font-size: 16px; }
.updates p { margin: 0; font-size: 14px; color: var(--muted); }
.pill, .chips span { padding: 3px 12px; border-radius: 20px; background: #e5ebdf; font-size: 12px; white-space: nowrap; }
.mood-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.mood { padding: 35px; position: relative; border-radius: 12px; }
.warm { background: #f3e2cc; }
.cool { background: #d9e7ee; }
.mood span { font-size: 14px; }
.mood h3 { font-size: 25px; margin: 15px 0; }
.mood p { max-width: 350px; font-size: 14px; margin-bottom: 35px; }
.mood > .icon { width: 36px; height: 36px; }
.finish-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.finish-grid article { display: flex; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 0 18px 18px 18px; }
.mini-number { font-size: 16px; color: #6c802e; font-weight: 700; }
.finish-grid h3 { margin-bottom: 8px; font-size: 18px; }
.finish-grid p { font-size: 14px; color: var(--muted); }
.guide { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 32px 0; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.guide-grid span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lime); font-size: 14px; margin-bottom: 18px; }
.guide-grid h3 { font-size: 18px; }
.guide-grid p { font-size: 14px; color: var(--muted); }
.about { display: grid; grid-template-columns: 1fr 1.5fr; gap: 55px; }
.about-lead { font-size: 28px; font-weight: 700; }
.about > div:last-child { color: var(--muted); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; padding: 21px 0; cursor: pointer; font-weight: 600; }
.faq details p { color: var(--muted); padding-right: 24px; }
.subscribe { background: var(--ink); color: white; border-radius: 14px; padding: 42px; display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: center; }
.subscribe p { color: #c9d9d1; }
.subscribe small { display: block; margin-top: 15px; color: #c9d9d1; font-size: 12px; }
.subscription-mark { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; border-left: 1px solid #48645a; }
.subscription-mark img { border-radius: 25px; }
.subscription-mark span { color: #c9d9d1; font-size: 14px; }
.site-footer { background: #e8eee7; padding: 42px 0; }
.brand-name { font-size: 24px; font-weight: 800; }
.site-footer p { color: var(--muted); font-size: 14px; }
.footer-links { display: flex; gap: 25px; flex-wrap: wrap; font-size: 14px; }
.fine { margin: 22px 0 0; font-size: 12px !important; }
.breadcrumb { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; color: var(--muted); font-size: 14px; }
.page-intro { padding: 45px 0 20px; max-width: 920px; }
.page-intro h1 { font-size: 40px; margin-bottom: 20px; }
.page-intro > p { color: var(--muted); }
.chips { display: flex; gap: 10px; margin-top: 22px; }
.detail-layout { display: grid; grid-template-columns: 310px 1fr; gap: 50px; padding: 30px 0; align-items: center; }
.detail-cover img { width: 100%; height: auto; aspect-ratio: 3/4; border-radius: 12px; }
.detail-layout h1 { font-size: 38px; line-height: 1.4; }
.detail-intro { font-size: 18px; color: var(--muted); }
dl { font-size: 14px; }
dl > div { display: flex; gap: 20px; padding: 7px 0; }
dt { color: var(--muted); flex-shrink: 0; }
dd { margin: 0; }
.chapter-list > a { display: flex; align-items: center; gap: 24px; padding: 20px; background: white; border-bottom: 1px solid var(--line); }
.chapter-list > a > div { flex: 1; }
.chapter-list h3 { margin: 0; font-size: 18px; }
.chapter-list p { margin: 5px 0 0; font-size: 14px; color: var(--muted); }
.reader { max-width: 820px; margin: 40px auto 70px; }
.reader-header { text-align: center; padding: 20px 0 30px; }
.reader-header h1 { font-size: 34px; line-height: 1.5; }
.reader-header h1 span { display: block; font-size: 21px; margin-top: 10px; font-weight: 500; }
.reader-header p { color: var(--muted); font-size: 14px; }
.reading-note { padding: 24px; border: 1px solid var(--line); border-radius: 10px; }
.reading-note p { font-size: 14px; margin: 8px 0; }
.reader-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.reader-tools button { border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 5px; padding: 7px 16px; min-height: 42px; }
.reading-panel { margin: 40px 0; }
.reading-panel h2 { font-size: 20px; }
.reading-panel > p { font-size: var(--read-size, 19px); line-height: 2.1; }
figure { margin: 25px 0; }
figure img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; background: #e2e8df; border-radius: 9px; }
figcaption { font-size: 12px; color: var(--muted); text-align: center; margin-top: 10px; }
.chapter-end { text-align: center; padding: 30px 0; border-top: 1px solid var(--line); }
.reader-nav { display: flex; justify-content: space-between; gap: 10px; }
.shelf-item { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px; background: white; border-bottom: 1px solid var(--line); }
.steps { padding-left: 24px; }
.steps li { padding: 10px 0; }
body.night { --paper: #17231f; --ink: #e1eadd; --muted: #b0c4b8; --line: #455c4c; }
body.night .site-header, body.night .site-footer { background: #20332a; }
body.night .dark, body.night .navigation .active { background: #d9fa71; color: #173c35; }
body.night figure img { background: #20332a; }
body.night .reader-tools button, body.night .outline { color: #173c35; background: #edf3e7; }
@media (max-width: 1000px) {
    .navigation { grid-template-columns: repeat(4, 1fr); }
    .hero-copy { padding: 30px; }
    .six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .hero-meta { gap: 10px; }
    .spotlight-copy { padding: 28px; }
    .detail-layout { grid-template-columns: 260px 1fr; gap: 28px; }
}
@media (max-width: 700px) {
    .wrap { width: calc(100% - 32px); }
    .header-top { padding: 18px 0; }
    .brand { font-size: 20px; }
    .brand small { letter-spacing: 1px; }
    .shelf-link { font-size: 12px; padding: 7px 10px; }
    .shelf-link .icon { width: 17px; }
    .navigation { gap: 5px; }
    .navigation a { font-size: 12px; gap: 5px; padding: 10px 0; }
    .navigation .icon { width: 17px; height: 17px; }
    .hero { grid-template-columns: 1fr; margin-top: 24px; }
    .hero-copy { padding: 29px 24px; }
    .hero-line { font-size: 36px; }
    .hero-art { min-height: 320px; }
    .hero-art > img { object-position: center 35%; }
    .hero-caption { padding: 75px 24px 22px; }
    .hero-caption h2 { font-size: 24px; }
    .section { margin: 48px 0; }
    h2 { font-size: 24px; }
    .section-head { align-items: start; }
    .section-head > .text-link { font-size: 12px; white-space: nowrap; margin-top: 8px; }
    .section-head > .text-link .icon { display: none; }
    .six { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .three { grid-template-columns: 1fr; gap: 22px; }
    .three .comic-card { display: grid; grid-template-columns: minmax(100px, 36%) 1fr; gap: 18px; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .category-tile { padding: 18px; }
    .category-tile p { min-height: 74px; }
    .rank-section { padding: 24px 20px; }
    .rank-grid { grid-template-columns: 1fr; }
    .spotlight { grid-template-columns: 1fr; }
    .spotlight-image img { max-height: 320px; aspect-ratio: 4/3; }
    .spotlight-copy { padding: 25px; }
    .updates > a { gap: 14px; }
    .updates time { font-size: 16px; }
    .updates > a > .icon { display: none; }
    .updates p { font-size: 12px; }
    .mood-grid, .finish-grid { grid-template-columns: 1fr; gap: 16px; }
    .mood { padding: 28px; }
    .mood h3 { font-size: 23px; }
    .guide-grid { grid-template-columns: 1fr; gap: 15px; }
    .guide-grid > div { padding-left: 49px; position: relative; }
    .guide-grid span { position: absolute; left: 0; }
    .about { grid-template-columns: 1fr; gap: 10px; }
    .subscribe { grid-template-columns: 1fr; gap: 32px; padding: 28px; }
    .subscription-mark { border-left: 0; border-top: 1px solid #48645a; padding-top: 25px; }
    .detail-layout { grid-template-columns: 1fr; gap: 25px; }
    .detail-cover { max-width: 260px; margin: auto; width: 100%; }
    .detail-layout h1, .page-intro h1 { font-size: 32px; }
    .detail-intro { font-size: 16px; }
    .reader-header h1 { font-size: 29px; }
    .reader-header h1 span { font-size: 18px; }
    .reader-nav .button { font-size: 12px; padding: 10px 14px; }
    .reading-note { padding: 18px; }
    .footer-links { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
