:root {
    --ink: #142f3a;
    --muted: #61717a;
    --green: #087f70;
    --mint: #d9f0e8;
    --paper: #f5f7f8;
    --line: #dce4e7;
    --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }
button, input { font: inherit; }
button, .button { cursor: pointer; }
button { border: 0; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; background: #dfe8ed; }
svg { flex-shrink: 0; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: middle; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { line-height: 1.4; }
h2 { font-size: 28px; letter-spacing: -.6px; }
h3 { font-size: 18px; }
p { color: var(--muted); }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #13a590; outline-offset: 4px; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 20px; }
.brand { display: flex; gap: 12px; align-items: center; }
.brand-mark { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 15px 15px 5px 15px; background: var(--ink); color: #fff; font-size: 24px; font-weight: 900; position: relative; }
.brand-mark span { color: #9aebca; font-size: 16px; align-self: end; padding-bottom: 7px; }
.brand-word { font-size: 24px; font-weight: 800; letter-spacing: 1px; }
.brand-word small { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: 1px; display: block; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.shelf-link { padding: 9px 17px; border: 1px solid var(--line); border-radius: 30px; font-size: 14px; display: flex; gap: 8px; align-items: center; }
.nav { display: flex; justify-content: space-between; gap: 8px; padding-block: 8px 14px; }
.nav a { font-size: 14px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 9px; white-space: nowrap; }
.nav a.active { color: var(--green); background: #e5f4ed; font-weight: 700; }
.nav a:hover { background: #f0f5f5; }
.mobile-menu { display: none; background: none; padding: 9px; color: var(--ink); }
.module { margin-block: 52px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 36px; background: #e6eeef; border-radius: 25px; padding: 42px; margin-top: 30px; overflow: hidden; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.6px; color: var(--green); text-transform: uppercase; margin-bottom: 12px; }
.hero .eyebrow { font-size: 13px; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; margin-right: 8px; }
.hero h1 { font-size: 20px; margin: 18px 0 12px; }
.hero-line { font-size: clamp(30px, 3.3vw, 43px); color: var(--ink); line-height: 1.45; font-weight: 850; letter-spacing: -1.5px; }
.hero-desc { max-width: 420px; margin-top: 18px; font-size: 15px; }
.actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 25px; }
.button, .primary, .secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 19px; border-radius: 9px; font-size: 14px; font-weight: 650; min-height: 44px; }
.primary { background: var(--ink); color: #fff; }
.primary:hover { background: var(--green); color: #fff; }
.secondary { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.secondary:hover { border-color: var(--green); }
.hero-stats { display: flex; gap: 24px; border-top: 1px solid #cbd9dc; padding-top: 23px; margin-top: 30px; font-size: 12px; color: var(--muted); }
.hero-stats strong { font-size: 23px; color: var(--ink); margin-right: 5px; }
.hero-feature { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 16px; }
.hero-image { align-self: stretch; display: block; min-height: 320px; transform: rotate(-4deg); box-shadow: 0 14px 28px #15364125; border: 7px solid #fff; border-radius: 8px; overflow: hidden; }
.hero-image img { height: 100%; aspect-ratio: 3/4; }
.feature-caption { position: relative; z-index: 1; padding: 20px 0; }
.feature-caption h2 { font-size: 25px; margin: 12px 0; }
.feature-caption p { font-size: 13px; }
.feature-caption .text-link { margin-top: 24px; font-size: 13px; }
.issue { position: absolute; top: -13px; right: 6px; color: #72898e; letter-spacing: 3px; font-size: 12px; }
.issue b { display: block; font-size: 68px; font-weight: 300; line-height: 1.1; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 25px; }
.section-heading .eyebrow { margin-bottom: 7px; }
.section-heading h2 { display: flex; align-items: center; gap: 10px; }
.section-heading h2 .icon { width: 24px; height: 24px; color: var(--green); }
.section-heading p:not(.eyebrow) { font-size: 14px; margin-top: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--green); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-tile { padding: 22px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: transform .2s; }
.category-tile:hover { transform: translateY(-3px); border-color: var(--green); }
.category-tile .icon { width: 28px; height: 28px; margin-bottom: 15px; color: var(--green); }
.category-tile h3 { margin-bottom: 6px; }
.category-tile p { font-size: 13px; }
.tone-1 .icon { color: #b05b43; }
.tone-2 .icon { color: #927c18; }
.tone-3 .icon { color: #5073a6; }
.poster-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.comic-card { min-width: 0; }
.cover { display: block; position: relative; border-radius: 13px; overflow: hidden; }
.cover img { aspect-ratio: 3/4; height: auto; transition: transform .35s; }
.cover:hover img { transform: scale(1.035); }
.status { position: absolute; left: 12px; bottom: 12px; background: #ffffffed; color: var(--ink); padding: 3px 9px; font-size: 12px; border-radius: 5px; }
.comic-card .eyebrow { margin-top: 15px; margin-bottom: 5px; letter-spacing: .5px; }
.comic-card h3 { font-size: 19px; }
.card-note { margin-top: 8px; font-size: 14px; }
.editor-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 25px; }
.editor-feature { display: grid; grid-template-columns: 210px 1fr; gap: 28px; padding: 26px; background: var(--ink); color: white; border-radius: var(--radius); }
.editor-feature img { aspect-ratio: 3/4; height: 100%; border-radius: 9px; }
.editor-feature h3 { font-size: 27px; margin-block: 18px 12px; }
.editor-feature p { color: #c8d9df; font-size: 15px; }
.editor-feature .text-link { color: #a7e6d0; margin-top: 22px; }
.pill { font-size: 12px; padding: 4px 10px; border: 1px solid #739a9b; border-radius: 30px; color: #b8e8d7; }
.editor-note { border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: #fff; }
.large-quote { font-family: Georgia,serif; font-size: 76px; line-height: .8; color: var(--green); }
.editor-note>p { font-size: 24px; color: var(--ink); line-height: 1.6; margin-bottom: 18px; }
.editor-note>span:not(.large-quote) { font-size: 12px; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 15px; }
.tags span { padding: 5px 10px; border-radius: 5px; background: #e9f0f1; font-size: 12px; color: #456069; }
.editor-note>a { font-size: 14px; }
.rank-grid { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.rank-grid li { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.rank-number { color: #71928e; font-size: 35px; font-weight: 300; font-family: Georgia,serif; }
.rank-grid li:first-child .rank-number { color: #c18628; }
.rank-grid li>div { flex: 1; }
.rank-grid p { font-size: 13px; margin-top: 5px; }
.round-link { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; }
.mood-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.mood { position: relative; border-radius: 16px; padding: 25px; background: #e7efe8; min-height: 240px; }
.mood-romance { background: #f4e6e4; }
.mood-fantasy { background: #e5eaf3; }
.mood-campus { background: #f1eedb; }
.mood-no { position: absolute; right: 20px; top: 10px; font: 54px Georgia,serif; opacity: .12; }
.mood>.icon { width: 30px; height: 30px; margin-bottom: 30px; }
.mood h3 { font-size: 18px; }
.mood p { font-size: 14px; margin-block: 10px 20px; }
.mood>span:last-child { font-size: 13px; font-weight: 700; }
.complete-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.complete-item { display: grid; grid-template-columns: 30px 130px 1fr; gap: 20px; background: white; border: 1px solid var(--line); padding: 24px; border-radius: 15px; align-items: center; }
.vertical-label { writing-mode: vertical-rl; letter-spacing: 5px; font-size: 12px; color: var(--green); border-left: 1px solid var(--line); }
.complete-image img { aspect-ratio: 3/4; height: auto; border-radius: 6px; }
.complete-item p { font-size: 14px; margin-top: 12px; }
.small-label { display: block; font-size: 12px; color: var(--muted); margin-top: 12px; }
.complete-item .text-link { margin-top: 15px; }
.update-list { background: #fff; border-top: 3px solid var(--ink); padding: 0 28px; }
.update-row { display: grid; grid-template-columns: 80px 1fr 1.2fr 60px; align-items: center; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.update-row time { font-size: 14px; color: var(--muted); }
.update-row p { font-size: 12px; }
.update-row h3 { font-size: 16px; }
.chapter-jump { font-size: 14px; }
.update-badge { background: #e6f4ef; color: var(--green); font-size: 12px; text-align: center; padding: 3px; border-radius: 4px; }
.search-form { max-width: 650px; margin: 0 auto 20px; }
.search-form label { display: block; font-size: 14px; margin-bottom: 8px; }
.search-form>div { display: flex; align-items: center; gap: 12px; border: 1px solid #b6cacb; border-radius: 12px; background: #fff; padding: 7px 7px 7px 17px; }
.search-form input { min-width: 0; width: 100%; border: 0; padding: 8px; background: transparent; }
.search-form button { white-space: nowrap; }
#search-status { text-align: center; font-size: 14px; margin-bottom: 22px; }
.discovery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.discovery-grid a { background: #fff; border: 1px solid var(--line); padding: 16px; display: grid; grid-template-columns: 1fr 18px; border-radius: 8px; gap: 4px; }
.discovery-grid a>span { font-size: 14px; font-weight: 650; }
.discovery-grid small { font-size: 12px; grid-row: 2; color: var(--muted); }
.discovery-grid .icon { grid-column: 2; grid-row: 1/3; align-self: center; width: 16px; }
.shelf-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; background: #e3eeeb; border-radius: 20px; padding: 38px; }
.shelf-banner>div>.icon { width: 37px; height: 37px; color: var(--green); margin-bottom: 20px; }
.shelf-banner h3 { font-size: 24px; }
.shelf-banner p { font-size: 15px; margin-top: 13px; }
.shelf-banner .button { margin-top: 24px; }
.shelf-steps { list-style: none; margin: 0; padding: 0; }
.shelf-steps li { display: flex; gap: 24px; align-items: center; padding: 18px 0; border-bottom: 1px solid #c9dbd5; }
.shelf-steps li>span { font-size: 27px; font-weight: 300; color: var(--green); }
.shelf-steps h3 { font-size: 16px; }
.shelf-steps p { font-size: 14px; margin-top: 3px; }
.about-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding-top: 15px; }
.about-lead { font-size: 34px; line-height: 1.6; font-weight: 700; color: var(--ink); border-left: 3px solid var(--green); padding-left: 25px; }
.about-lead em { color: var(--green); font-style: normal; }
.about-layout>div p+p { margin-top: 20px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 10px; }
summary { font-weight: 600; cursor: pointer; }
details p { margin-top: 15px; font-size: 14px; }
.subscribe-module { background: var(--ink); padding: 35px 40px; border-radius: 22px; color: #fff; margin-bottom: 0; }
.subscribe-module .eyebrow { color: #a1d9c8; }
.subscribe-module .section-heading h2 { font-size: 20px; }
.subscribe-module .section-heading h2 .icon { color: #a1d9c8; }
.subscribe-layout { display: grid; grid-template-columns: 1fr 200px; gap: 90px; align-items: center; }
.subscribe-layout h3 { font-size: 30px; margin-bottom: 12px; }
.subscribe-layout p { color: #c1d4d9; max-width: 710px; }
.light-button { background: #c0efdc; color: #12372f; }
.outline-button { border: 1px solid #63808a; color: #fff; }
.subscribe-note { font-size: 12px; margin-top: 17px; }
.subscribe-brand { width: 168px; height: 168px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; text-align: center; border: 1px solid #6c9398; border-radius: 24px 24px 5px 24px; color: #b2ebd4; padding: 18px; transform: rotate(4deg); }
.subscribe-brand>span { font-size: 49px; font-weight: 800; }
.subscribe-brand strong { font-size: 39px; }
.subscribe-brand small { grid-column: 1/-1; font-size: 12px; letter-spacing: 1.5px; }
.footer { display: flex; justify-content: space-between; gap: 30px; padding-block: 38px; }
.footer-brand { font-size: 18px; font-weight: 750; }
.footer p { font-size: 12px; margin-top: 8px; }
.footer>div:last-child { text-align: right; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; margin-top: 25px; color: var(--muted); }
.category-hero { display: grid; grid-template-columns: 2fr 1fr; align-items: center; gap: 60px; background: #e3eeeb; padding: 40px; border-radius: 20px; margin-top: 25px; }
.category-hero .icon { width: 36px; height: 36px; margin-bottom: 15px; color: var(--green); }
.category-hero h1 { font-size: 38px; margin-bottom: 18px; }
.category-motto { font-size: 29px; line-height: 1.8; color: var(--green); padding-left: 30px; border-left: 1px solid #b9ceca; }
.catalog-books { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.catalog-book { display: grid; grid-template-columns: 145px 1fr; gap: 25px; padding: 25px; border-radius: 15px; background: white; border: 1px solid var(--line); }
.catalog-book h2 { font-size: 23px; }
.catalog-book p:not(.eyebrow) { margin-top: 13px; font-size: 14px; }
.catalog-book .cover img { height: 100%; }
.catalog-book .actions { gap: 8px; margin-top: 20px; }
.catalog-book .button, .catalog-book button { font-size: 12px; padding: 10px 12px; }
.chapter-catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.chapter-catalog article { display: flex; align-items: center; gap: 16px; padding: 20px; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.chapter-index { color: #7c9697; font-size: 23px; }
.chapter-catalog h3 { font-size: 15px; }
.chapter-catalog p { font-size: 12px; margin-top: 7px; }
.chapter-catalog article>div { flex: 1; }
.chapter-catalog article>a { font-size: 12px; white-space: nowrap; }
.detail-hero { display: grid; grid-template-columns: 260px 1fr; gap: 52px; margin-top: 30px; padding: 38px; border-radius: 20px; background: #e6edef; }
.detail-cover img { aspect-ratio: 3/4; height: auto; border-radius: 12px; box-shadow: 0 8px 22px #20333b15; }
.detail-hero h1 { font-size: 38px; margin-block: 16px; }
.detail-intro { font-size: 18px; margin-block: 25px; }
.metadata { font-size: 13px; }
.chapters { list-style: none; padding: 0; }
.chapters li { border-bottom: 1px solid var(--line); }
.chapters a { display: flex; align-items: center; gap: 25px; padding: 25px; background: #fff; }
.chapters a>span { font-size: 26px; color: #6c9490; }
.chapters a>div { flex: 1; }
.chapters p { font-size: 14px; margin-top: 10px; }
.reading-note { padding: 30px; border-left: 3px solid var(--green); background: #fff; }
.reading-note p+p { margin-top: 18px; }
.reader { max-width: 820px; margin: 0 auto; }
.reader-title { text-align: center; padding: 40px 0 32px; }
.reader-title h1 { font-size: 36px; margin-bottom: 18px; }
.reader-title>p:last-child { font-size: 14px; }
.reader-instruction { border: 1px solid var(--line); border-radius: 15px; padding: 24px; background: #fff; margin-bottom: 35px; }
.reader-instruction h2 { font-size: 18px; }
.reader-instruction p { font-size: 14px; margin-top: 12px; }
.reader-controls { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 15px; }
.reader-controls button { padding: 8px 14px; }
.panel { margin: 0 0 35px; background: #fff; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.panel-image { aspect-ratio: 4/3; height: auto; object-fit: contain; }
.panel figcaption { display: flex; gap: 25px; padding: 28px 32px; }
.panel-number { color: var(--green); font-size: 22px; font-family: Georgia,serif; }
.panel p { font-size: 18px; line-height: 2; color: #344c56; }
.large-reading .panel p { font-size: 23px; }
.chapter-end { text-align: center; padding: 35px 10px; border-top: 1px solid var(--line); }
.chapter-end>span { font-size: 12px; color: var(--green); letter-spacing: 5px; }
.chapter-end h2 { font-size: 22px; margin-block: 15px; }
.reader-nav { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }
.shelf-page h1 { font-size: 38px; margin-bottom: 15px; }
.shelf-page h2 { margin-block: 35px 20px; }
#recent-reading { padding: 24px; background: #e5efec; border-radius: 12px; }
.saved-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 25px; }
.saved-card { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.saved-card p { font-size: 14px; margin-block: 12px; }
.saved-card>a { display: block; margin-block: 15px; font-size: 14px; }
.toast { position: fixed; bottom: 22px; left: 50%; transform: translate(-50%,20px); background: #163840; color: white; border-radius: 10px; padding: 12px 23px; z-index: 20; opacity: 0; pointer-events: none; transition: .2s; max-width: calc(100% - 32px); font-size: 14px; }
.toast.visible { opacity: 1; transform: translate(-50%,0); }
.skip-link { position: absolute; top: -80px; left: 15px; z-index: 30; padding: 10px 20px; background: #fff; }
.skip-link:focus { top: 10px; }
[hidden] { display: none !important; }
.night { background: #102027; color: #e0ecee; --ink: #dce8eb; --muted: #b2c4cb; --line: #36505b; --green: #99dec9; }
.night .site-header, .night .reader-instruction, .night .panel { background: #1b323c; }
.night .panel p { color: #d6e5eb; }
.night .primary { background: #327a6a; color: #fff; }
.night .secondary { background: #1f3b46; }
.night .brand-mark { background: #35515c; }
.night .nav a.active { background: #284840; }
.night .panel-image { background: #172c34; }
@media (max-width: 1100px) {
    .nav { gap: 3px; }
    .nav a { padding: 8px; gap: 4px; font-size: 12px; }
    .nav .icon { width: 17px; height: 17px; }
    .hero { padding: 30px; gap: 24px; }
    .hero-feature { grid-template-columns: 1fr; }
    .hero-image { min-height: 210px; height: 260px; width: 75%; transform: rotate(-3deg); }
    .feature-caption { padding: 4px 0 0; }
    .feature-caption h2 { font-size: 22px; margin-block: 5px; }
    .feature-caption .text-link { margin-top: 8px; }
    .issue { right: 0; }
    .editor-feature { grid-template-columns: 150px 1fr; gap: 20px; }
    .editor-note>p { font-size: 21px; }
    .complete-item { grid-template-columns: 18px 95px 1fr; gap: 14px; padding: 18px; }
    .catalog-book { grid-template-columns: 105px 1fr; gap: 18px; padding: 20px; }
    .shelf-banner { gap: 35px; }
}
@media (max-width: 800px) {
    .container { width: min(1200px, calc(100% - 32px)); }
    .header-top { min-height: 82px; }
    .brand-word { font-size: 22px; }
    .brand-word small { font-size: 10px; letter-spacing: .5px; }
    .nav { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 0 14px; gap: 5px; }
    .nav a { justify-content: center; font-size: 14px; gap: 8px; }
    .mobile-menu { display: inline-flex; }
    .js .nav { display: none; }
    .js .nav.open { display: grid; }
    .hero { grid-template-columns: 1.1fr 1fr; padding: 28px; }
    .hero-line { font-size: 30px; letter-spacing: -1px; }
    .hero-desc { font-size: 14px; }
    .hero-stats { gap: 12px; flex-wrap: wrap; }
    .hero-stats strong { font-size: 20px; }
    .hero-feature { align-content: center; }
    .hero-image { width: 85%; }
    .issue { display: none; }
    .category-grid, .poster-grid, .mood-grid, .discovery-grid, .saved-grid { grid-template-columns: repeat(2, 1fr); }
    .editor-layout { grid-template-columns: 1fr; }
    .editor-feature { grid-template-columns: 170px 1fr; }
    .editor-note { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .large-quote { display: none; }
    .editor-note>p { grid-row: 1/4; margin-bottom: 0; }
    .editor-note .tags { margin: 0; }
    .complete-grid, .catalog-books { grid-template-columns: 1fr; }
    .complete-item { grid-template-columns: 25px 150px 1fr; gap: 22px; }
    .complete-item p { font-size: 16px; }
    .update-row { grid-template-columns: 65px 1fr 1fr; gap: 15px; }
    .update-badge { display: none; }
    .about-layout { gap: 30px; grid-template-columns: 1fr 1.5fr; }
    .about-lead { font-size: 29px; }
    .subscribe-layout { grid-template-columns: 1fr 145px; gap: 25px; }
    .subscribe-brand { width: 140px; height: 140px; }
    .subscribe-module { padding: 28px; }
    .category-hero { gap: 30px; padding: 28px; }
    .category-motto { font-size: 24px; }
    .catalog-book { grid-template-columns: 160px 1fr; }
    .chapter-catalog { grid-template-columns: 1fr; }
    .detail-hero { grid-template-columns: 180px 1fr; gap: 28px; padding: 28px; }
    .detail-hero h1 { font-size: 30px; }
    .detail-intro { font-size: 16px; }
}
@media (max-width: 540px) {
    .brand-mark { width: 42px; height: 44px; font-size: 21px; border-radius: 12px 12px 4px 12px; }
    .brand { gap: 9px; }
    .brand-word { font-size: 20px; }
    .brand-word small { font-size: 9px; letter-spacing: 0; }
    .header-actions { gap: 5px; }
    .shelf-link { padding: 7px 9px; font-size: 12px; gap: 4px; border: 0; }
    .shelf-link .icon { width: 18px; }
    .mobile-menu { padding: 6px; }
    .module { margin-block: 38px; }
    .hero { grid-template-columns: 1fr; padding: 26px 22px; margin-top: 20px; gap: 28px; }
    .hero h1 { margin-top: 10px; }
    .hero-line { font-size: 34px; }
    .hero-stats { gap: 20px; padding-top: 18px; margin-top: 23px; }
    .hero-feature { grid-template-columns: 135px 1fr; gap: 20px; }
    .hero-image { height: 185px; min-height: 185px; width: 100%; border-width: 5px; }
    .feature-caption h2 { font-size: 21px; }
    .feature-caption p { font-size: 12px; }
    .feature-caption .text-link { font-size: 12px; }
    h2 { font-size: 23px; }
    .section-heading { align-items: start; }
    .section-heading h2 { gap: 7px; }
    .section-heading h2 .icon { width: 20px; }
    .section-heading>.text-link { flex-shrink: 0; font-size: 12px; margin-top: 29px; }
    .section-heading>.text-link .icon { display: none; }
    .eyebrow { font-size: 11px; letter-spacing: 1px; }
    .category-grid { gap: 10px; }
    .category-tile { padding: 17px; }
    .category-tile p { font-size: 12px; }
    .category-tile h3 { font-size: 17px; }
    .poster-grid { gap: 22px 14px; }
    .comic-card h3 { font-size: 17px; }
    .card-note { font-size: 13px; }
    .comic-card .eyebrow { font-size: 11px; }
    .status { left: 8px; bottom: 8px; font-size: 11px; }
    .editor-feature { grid-template-columns: 110px 1fr; padding: 20px; gap: 18px; }
    .editor-feature h3 { font-size: 22px; margin-top: 15px; }
    .editor-feature p { font-size: 14px; }
    .editor-feature img { height: auto; align-self: start; }
    .editor-note>p { font-size: 20px; }
    .rank-grid { grid-template-columns: 1fr; margin: 0; }
    .rank-grid li { padding: 18px 0; }
    .rank-grid h3 { font-size: 17px; }
    .mood-grid { gap: 12px; }
    .mood { padding: 18px; }
    .mood h3 { font-size: 17px; }
    .mood p { font-size: 13px; }
    .complete-item { grid-template-columns: 18px 85px 1fr; gap: 13px; padding: 17px; }
    .complete-item h3 { font-size: 17px; }
    .complete-item p { font-size: 13px; }
    .small-label { font-size: 11px; }
    .vertical-label { font-size: 11px; }
    .update-list { padding: 0 17px; }
    .update-row { grid-template-columns: 55px 1fr; gap: 8px 12px; }
    .chapter-jump { grid-column: 2; font-size: 13px; }
    .update-row time { align-self: start; font-size: 12px; }
    .update-row h3 { font-size: 15px; }
    .search-form>div { gap: 4px; padding-left: 10px; }
    .search-form button { padding: 10px 13px; }
    .search-form input { font-size: 14px; padding-inline: 4px; }
    .discovery-grid { gap: 9px; }
    .discovery-grid a { padding: 13px; }
    .discovery-grid a>span { font-size: 13px; }
    .discovery-grid .icon { width: 14px; }
    .shelf-banner { grid-template-columns: 1fr; gap: 22px; padding: 25px; }
    .shelf-banner h3 { font-size: 22px; }
    .shelf-steps h3 { font-size: 16px; }
    .shelf-steps li:last-child { border: 0; }
    .about-layout { grid-template-columns: 1fr; gap: 25px; }
    .about-lead { font-size: 30px; }
    .faq-grid { grid-template-columns: 1fr; gap: 0; }
    .faq-grid details { border-bottom: 0; }
    .subscribe-module { padding: 26px 23px; margin-bottom: 0; }
    .subscribe-layout { grid-template-columns: 1fr; gap: 25px; }
    .subscribe-layout h3 { font-size: 26px; }
    .subscribe-brand { transform: none; width: 120px; height: 110px; justify-self: end; padding: 12px; }
    .subscribe-brand>span { font-size: 33px; }
    .subscribe-brand strong { font-size: 29px; }
    .subscribe-brand small { font-size: 10px; }
    .footer { flex-direction: column; gap: 20px; padding-block: 28px; }
    .footer>div:last-child { text-align: left; }
    .category-hero { grid-template-columns: 1fr; gap: 15px; padding: 25px; }
    .category-hero h1 { font-size: 32px; }
    .category-motto { font-size: 21px; }
    .catalog-book { grid-template-columns: 100px 1fr; gap: 18px; padding: 18px; }
    .catalog-book h2 { font-size: 21px; }
    .catalog-book .cover { align-self: start; }
    .catalog-book .actions { grid-column: 1/-1; }
    .detail-hero { grid-template-columns: 1fr; padding: 25px; }
    .detail-cover { width: 185px; margin: auto; }
    .detail-hero h1 { font-size: 30px; }
    .chapters a { padding: 20px 12px; gap: 15px; }
    .chapters p { font-size: 13px; }
    .reader-title h1 { font-size: 28px; }
    .reader-title { padding-top: 32px; }
    .reader-instruction { padding: 20px; }
    .reader-controls { gap: 7px; }
    .reader-controls button { font-size: 12px; padding: 8px 10px; }
    .panel figcaption { padding: 22px 18px; gap: 14px; }
    .panel p { font-size: 17px; }
    .large-reading .panel p { font-size: 22px; }
    .reader-nav .button { width: 100%; }
    .chapter-end h2 { font-size: 20px; }
    .shelf-page h1 { font-size: 32px; }
    .saved-grid { gap: 12px; }
    .saved-card { padding: 16px; }
    .saved-card h3 { font-size: 17px; }
    .saved-card .save { font-size: 12px; padding: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
