:root  {
    --ink: #172437;
    --muted: #667182;
    --line: #e3e7ec;
    --paper: #ffffff;
    --yellow: #ffd447;
    --bg: #f5f7fa;
    color-scheme: light;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    color: var(--ink);
    background: var(--bg);
    font-size: 16px;
}

*  {
    box-sizing: border-box;
}

body  {
    margin: 0;
    line-height: 1.75;
}

a  {
    color: inherit;
    text-decoration: none;
}

a:hover  {
    color: #876100;
}

button, input  {
    font: inherit;
}

button, a, input, summary  {
    -webkit-tap-highlight-color: transparent;
}

button, summary  {
    cursor: pointer;
}

button  {
    color: var(--ink);
}

:focus-visible  {
    outline: 3px solid #3578d4;
    outline-offset: 5px;
}

img  {
    max-width: 100%;
    display: block;
    background: #e0e6ee;
    object-fit: cover;
}

h1, h2, h3, p  {
    margin: 0;
}

h1  {
    font-size: 2.7rem;
    line-height: 1.35;
}

h2  {
    font-size: 1.5rem;
    line-height: 1.45;
}

h3  {
    font-size: 1.08rem;
    line-height: 1.5;
}

p + p  {
    margin-top: 16px;
}

.container  {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.site-header  {
    background: white;
    border-bottom: 1px solid var(--line);
}

.header-inner  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 23px;
}

.brand  {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.brand small  {
    display: block;
    color: var(--muted);
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .14em;
}

.brand-mark  {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 13px 13px 13px 3px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 1.8rem;
    font-weight: 900;
    box-shadow: 3px 3px 0 var(--ink);
}

.icon  {
    display: inline-block;
    min-width: 1.25em;
    margin-right: 7px;
    font-family: sans-serif;
}

.shelf-link  {
    border: 1px solid var(--line);
    padding: 8px 18px;
    border-radius: 8px;
    font-size: .875rem;
}

#site-nav  {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    margin-top: 24px;
    gap: 5px;
}

.nav-link  {
    text-align: center;
    padding: 13px 3px;
    font-size: .875rem;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.nav-link.active  {
    font-weight: 700;
    border-color: var(--yellow);
    background: #fff9e5;
}

.menu-toggle  {
    display: none;
}

.module  {
    margin-top: 60px;
}

.hero  {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    overflow: hidden;
    background: var(--yellow);
    min-height: 415px;
}

.hero-copy  {
    padding: 40px;
}

.eyebrow  {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .13em;
    margin-bottom: 10px;
}

.hero h1  {
    font-size: 1rem;
    margin: 13px 0;
}

.hero h2  {
    font-size: 2.75rem;
    letter-spacing: -.05em;
    line-height: 1.28;
    margin-bottom: 18px;
}

.hero-copy > p:not(.eyebrow)  {
    max-width: 430px;
    font-size: .9rem;
}

.hero-art  {
    position: relative;
    min-width: 0;
}

.hero-image  {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.hero-art::after  {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 25%, #0b192bde);
}

.hero-caption  {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    right: 25px;
    color: white;
}

.hero-caption h3  {
    margin: 13px 0 6px;
    font-size: 1.6rem;
}

.hero-caption p  {
    font-size: .875rem;
}

.actions  {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 18px;
}

.button  {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: .875rem;
}

.dark  {
    background: var(--ink);
    color: white;
    border: 1px solid var(--ink);
}

.dark:hover  {
    color: var(--yellow);
}

.outline  {
    border: 1px solid #17243760;
}

.hero-note  {
    opacity: .8;
}

.section-head  {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-head h2 .icon  {
    color: #ac7a00;
}

.section-head p  {
    margin-top: 7px;
}

.muted  {
    color: var(--muted);
    font-size: .875rem;
}

.text-link  {
    font-size: .875rem;
    font-weight: 700;
}

.grid  {
    display: grid;
    gap: 24px;
}

.four  {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three  {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.comic-card  {
    min-width: 0;
}

.comic-card > a  {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.cover  {
    width: 100%;
    aspect-ratio: 3 / 4;
    height: auto;
    transition: transform .25s;
}

.comic-card:hover .cover  {
    transform: scale(1.035);
}

.badge  {
    display: inline-block;
    background: var(--yellow);
    color: var(--ink);
    font-size: .75rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 4px;
}

.comic-card .badge  {
    position: absolute;
    left: 12px;
    top: 12px;
}

.card-copy  {
    padding-top: 15px;
}

.card-copy .eyebrow  {
    font-size: .75rem;
    color: var(--muted);
    margin-bottom: 4px;
    letter-spacing: .02em;
}

.card-copy h3  {
    margin-bottom: 5px;
}

.category-grid  {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
}

.category-grid a  {
    padding: 24px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.category-grid .icon  {
    font-size: 1.9rem;
    color: #b38300;
}

.category-grid h3  {
    margin: 8px 0;
}

.category-grid p, .small  {
    font-size: .8125rem;
    color: var(--muted);
}

.category-grid .small  {
    display: block;
    margin-top: 15px;
}

.update-list  {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 32px;
}

.update-list a  {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--line);
    padding: 19px 0;
}

.update-list time  {
    color: var(--muted);
    font-size: .875rem;
}

.update-list a > div  {
    flex: 1;
}

.update-list p  {
    font-size: .875rem;
    color: var(--muted);
}

.ranking  {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

.ranking li  {
    display: flex;
    gap: 18px;
    padding: 22px;
    align-items: center;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.rank-num  {
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    color: #b88600;
}

.ranking li > div  {
    flex: 1;
}

.ranking p  {
    font-size: .8125rem;
    color: var(--muted);
}

.pill  {
    padding: 4px 8px;
    border-radius: 20px;
    background: #f1f4f8;
    font-size: .75rem;
    white-space: nowrap;
}

.feature-split  {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    background: #e9eff6;
    border-radius: 16px;
    overflow: hidden;
}

.feature-image  {
    width: 100%;
    height: 100%;
    max-height: 400px;
    aspect-ratio: 4 / 3;
}

.feature-split > div  {
    padding: 35px;
}

.feature-split h3  {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

blockquote  {
    margin: 20px 0;
    border-left: 3px solid #b78b18;
    padding-left: 16px;
    font-weight: 700;
}

.calendar-grid  {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: white;
}

.calendar-grid article  {
    padding: 24px 15px;
    border-right: 1px solid var(--line);
}

.calendar-grid a  {
    font-size: .8125rem;
    display: block;
    margin-top: 10px;
}

.finished-panel  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding: 35px;
    border-radius: 16px;
    background: var(--ink);
    color: white;
}

.finish-word  {
    font-size: 3.5rem;
    color: var(--yellow);
    font-weight: 900;
    letter-spacing: -.06em;
}

.finished-panel h3  {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.finished-panel ol  {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finished-panel li  {
    padding: 11px 0;
    border-bottom: 1px solid #ffffff28;
}

.shelf-panel  {
    margin-top: 20px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 28px;
}

.shelf-entry  {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.shelf-entry strong  {
    flex: 1;
}

.search-panel  {
    background: #eaf0f6;
    padding: 30px;
    border-radius: 12px;
}

label  {
    display: block;
    margin-bottom: 8px;
}

input  {
    display: block;
    width: 100%;
    padding: 14px;
    border: 1px solid #9aa7b6;
    border-radius: 7px;
    background: white;
}

#search-results  {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 20px;
}

.search-result  {
    padding: 11px 16px;
    border-radius: 6px;
    background: white;
}

.faq-grid  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

details  {
    background: white;
    border: 1px solid var(--line);
    border-radius: 9px;
    padding: 20px;
}

summary  {
    font-weight: 700;
}

details p  {
    margin-top: 15px;
    color: var(--muted);
    font-size: .875rem;
}

.about-copy  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.about-copy p  {
    margin: 0;
    color: #4d5b6b;
}

.subscribe  {
    padding: 36px 40px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 50px;
    align-items: center;
    background: var(--yellow);
}

.subscribe h2  {
    font-size: 1.75rem;
    margin-bottom: 15px;
}

.subscribe .button  {
    margin: 20px 0 10px;
}

.mobile-brand  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 26px 18px;
    border-radius: 16px;
    transform: rotate(3deg);
}

.large  {
    width: 76px;
    height: 76px;
    font-size: 3rem;
}

.mobile-brand > span:last-child  {
    font-size: .8125rem;
}

.site-footer  {
    margin-top: 60px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: .8125rem;
    background: white;
}

.site-footer p + p  {
    margin-top: 6px;
}

.site-footer a  {
    display: inline-block;
    margin: 10px;
}

.breadcrumbs  {
    display: flex;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
    font-size: .875rem;
    color: var(--muted);
}

.page-intro  {
    padding: 36px;
    border-radius: 16px;
    background: #e9eff6;
}

.page-intro h1  {
    margin-bottom: 18px;
}

.reader  {
    max-width: 860px;
    margin: 0 auto;
}

.reader-head  {
    background: white;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.reader h1  {
    font-size: 2rem;
    margin-bottom: 15px;
}

.reader time  {
    color: var(--muted);
    font-size: .875rem;
}

.reader-head > p  {
    margin-top: 16px;
}

.reader-tools  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

button  {
    padding: 9px 15px;
    background: white;
    border: 1px solid #aab5c2;
    border-radius: 7px;
}

.reader-content  {
    font-size: 18px;
}

.story-panel  {
    margin: 40px 0;
    background: white;
    border-radius: 10px;
    padding: 28px;
}

.story-panel h2  {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

figure  {
    margin: 0 0 24px;
}

.panel-image  {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

figcaption  {
    font-size: .8125rem;
    color: var(--muted);
    padding-top: 10px;
}

.story-text  {
    line-height: 2;
}

.chapter-end  {
    text-align: center;
    background: #eaf0f6;
    padding: 32px;
    border-radius: 12px;
}

.chapter-end p  {
    margin-top: 12px;
}

.chapter-nav  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

body.reading-warm  {
    background: #e4e9df;
}

.reading-warm .story-panel, .reading-warm .reader-head  {
    background: #f1f3e9;
}

.skip-link  {
    position: absolute;
    top: -100px;
    left: 20px;
    z-index: 20;
    background: white;
    padding: 12px;
}

.skip-link:focus  {
    top: 10px;
}

[hidden]  {
    display: none !important;
}

@media (max-width: 1000px)  {
    #site-nav  {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }
    .hero-copy  {
        padding: 30px;
    }
    .hero h2  {
        font-size: 2.25rem;
    }
    .calendar-grid  {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .category-grid  {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .four  {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .ranking .pill  {
        display: none;
    }
}

@media (max-width: 640px)  {
    .container  {
        width: calc(100% - 32px);
    }
    .header-inner  {
        padding: 16px 0;
        gap: 15px;
    }
    .brand  {
        font-size: 1.13rem;
    }
    .brand small  {
        font-size: .65rem;
    }
    .brand-mark  {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    .shelf-link  {
        padding: 6px 8px;
        font-size: .75rem;
    }
    .menu-toggle  {
        display: block;
        width: 100%;
    }
    #site-nav  {
        grid-template-columns: repeat(3,minmax(0,1fr));
        margin-top: 0;
    }
    .js-ready #site-nav:not(.is-open)  {
        display: none;
    }
    .nav-link  {
        white-space: normal;
    }
    .module  {
        margin-top: 40px;
    }
    .hero  {
        grid-template-columns: 1fr;
        margin-top: 26px;
    }
    .hero-copy  {
        padding: 28px;
    }
    .hero h2  {
        font-size: 2.5rem;
    }
    .hero-art  {
        min-height: 290px;
    }
    .hero-caption  {
        left: 24px;
        bottom: 24px;
    }
    .grid  {
        gap: 22px 14px;
    }
    .three  {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .comic-card h3  {
        font-size: .98rem;
    }
    .category-grid  {
        gap: 12px;
    }
    .category-grid a  {
        padding: 18px;
    }
    .update-list, .ranking, .feature-split, .finished-panel, .about-copy, .faq-grid  {
        grid-template-columns: 1fr;
    }
    .update-list a  {
        gap: 12px;
    }
    .update-list h3  {
        font-size: 1rem;
    }
    .feature-split > div  {
        padding: 24px;
    }
    .feature-image  {
        max-height: 300px;
    }
    .calendar-grid  {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .finished-panel  {
        padding: 26px;
        gap: 20px;
    }
    .about-copy  {
        gap: 20px;
    }
    .subscribe  {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 28px;
    }
    .mobile-brand  {
        width: 180px;
        justify-self: center;
    }
    .subscribe h2  {
        font-size: 1.5rem;
    }
    .search-panel  {
        padding: 20px;
    }
    #search-results  {
        grid-template-columns: 1fr;
    }
    .page-intro, .reader-head, .story-panel  {
        padding: 22px;
    }
    h1, .reader h1  {
        font-size: 1.6rem;
        overflow-wrap: anywhere;
    }
    .reader-tools button  {
        flex: 1 1 40%;
    }
    .story-panel  {
        margin-top: 28px;
    }
    .chapter-end  {
        padding: 24px 15px;
    }
    .chapter-nav .button  {
        padding: 10px 12px;
    }
}

@media (prefers-reduced-motion: reduce)  {
    *  {
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
