@charset "UTF-8";
:root {
    --paper: #faf9f6;
    --ink: #222522;
    --muted: #73766f;
    --line: #e7e6df;
    --orange: #d7441d;
    --bright: #ff6536;
    --green: #173e35;
    --radius: 16px;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.75 "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, .button { cursor: pointer; }
button { color: inherit; }
a:hover { color: var(--orange); }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
img { display: block; width: 100%; height: auto; max-width: 100%; object-fit: cover; background: #ecece6; }
svg { flex-shrink: 0; }
.icon { width: 21px; height: 21px; vertical-align: middle; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.4; }
h2 { font-size: 27px; letter-spacing: -.8px; }
h3 { font-size: 17px; }
p { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.header { background: #fff; border-bottom: 1px solid var(--line); }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 26px; font-weight: 800; letter-spacing: -1px; white-space: nowrap; }
.brand img { width: 46px; height: 46px; background: transparent; }
.brand small { display: block; font-size: 12px; font-weight: 400; letter-spacing: 2px; color: var(--muted); }
.mastnote { color: var(--muted); font-size: 14px; }
.shelf-link { display: flex; align-items: center; gap: 8px; background: var(--paper); padding: 8px 18px; border: 1px solid var(--line); border-radius: 30px; font-size: 14px; }
.primary-nav { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; padding-block: 0 15px; }
.primary-nav a { display: flex; justify-content: center; align-items: center; gap: 8px; font-size: 14px; padding: 10px 3px; border-radius: 8px; white-space: nowrap; }
.primary-nav [aria-current=page] { color: var(--orange); background: #fff0e8; font-weight: bold; }
.hero { margin-top: 32px; display: grid; grid-template-columns: 1.1fr 1fr; min-height: 450px; border-radius: 20px; overflow: hidden; background: #f0efe8; }
.hero-copy { padding: 38px 38px 28px; }
.eyebrow { display: block; font-size: 12px; letter-spacing: 1.5px; font-weight: 600; }
.hero h1 { font-size: 19px; margin-top: 26px; color: var(--orange); letter-spacing: 2px; }
.hero-title { font-size: 48px; line-height: 1.26; font-weight: 850; letter-spacing: -2px; margin-top: 8px; }
.hero-desc { margin-top: 20px; color: #60645a; font-size: 15px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; align-items: center; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 1px solid var(--orange); padding: 11px 21px; border-radius: 8px; background: var(--orange); color: #fff; font-weight: 600; font-size: 14px; line-height: 1.6; }
.button:hover { color: #fff; background: #aa3416; }
.button.secondary { background: transparent; border-color: #cecec4; color: var(--ink); }
.button.secondary:hover { border-color: var(--orange); color: var(--orange); }
.hero-foot { display: flex; gap: 16px; margin-top: 29px; color: #65675f; font-size: 12px; }
.hero-foot span+span { border-left: 1px solid #cccfc4; padding-left: 16px; }
.hero-art { position: relative; min-width: 0; overflow: hidden; }
.hero-art img { position: absolute; inset: 0; height: 100%; filter: brightness(.85); }
.hero-art:after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #12271dea); }
.hero-art-caption { position: absolute; z-index: 1; bottom: 32px; left: 32px; right: 20px; color: #fff; }
.hero-art-caption span { font-size: 12px; letter-spacing: 2px; }
.hero-art-caption h2 { font-size: 30px; margin-top: 8px; }
.hero-art-caption p { font-size: 14px; margin-top: 8px; }
.hero-stamp { position: absolute; z-index: 1; right: 24px; top: 24px; border: 1px solid white; color: white; padding: 8px 14px; transform: rotate(7deg); line-height: 1.5; font-weight: bold; }
.quick-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px 0; }
.quick-strip a { display: flex; gap: 18px; align-items: center; padding-inline: 28px; }
.quick-strip a+a { border-left: 1px solid var(--line); }
.quick-strip a>.icon:first-child { width: 32px; height: 32px; color: var(--orange); }
.quick-strip a>.icon:last-child { margin-left: auto; width: 18px; }
.quick-strip strong { font-size: 16px; }
.quick-strip small { display: block; font-size: 12px; color: var(--muted); }
.section { margin-top: 66px; }
.section-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 26px; }
.section-head h2 { display: flex; align-items: center; gap: 10px; }
.section-head h2 .icon { color: var(--orange); width: 26px; height: 26px; }
.section-head p { font-size: 14px; color: var(--muted); margin-top: 6px; }
.more { display: inline-flex; align-items: center; gap: 8px; color: #55594f; font-size: 14px; white-space: nowrap; }
.cards { display: grid; gap: 22px; }
.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.comic-card { min-width: 0; }
.cover { display: block; position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: 10px; background: #e9ebe2; }
.cover img { height: 100%; transition: transform .25s ease; }
.cover:hover img { transform: scale(1.035); }
.cover-label { position: absolute; bottom: 8px; left: 8px; right: 8px; background: #16211fbd; color: white; padding: 3px 8px; border-radius: 4px; font-size: 12px; }
.comic-card h3 { margin-top: 12px; font-size: 16px; }
.comic-card>p { font-size: 12px; margin-top: 5px; color: var(--muted); }
.categories { padding: 30px; border: 1px solid var(--line); border-radius: 16px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-grid>a { padding: 18px; background: white; border-radius: 10px; border: 1px solid var(--line); }
.category-symbol { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 12px; margin-bottom: 12px; background: #fff0e8; color: #b94a27; }
.tone-1, .tone-4 { background: #e6f0e9; color: #326146; }
.tone-2, .tone-6 { background: #e7eef9; color: #426799; }
.tone-3, .tone-7 { background: #f8e6ed; color: #a74969; }
.tone-5 { background: #fff4cd; color: #89682a; }
.category-grid p { font-size: 14px; color: var(--muted); margin-top: 5px; }
.category-count { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; font-size: 12px; color: var(--muted); }
.editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.editor-card { display: grid; grid-template-columns: 38% 1fr; background: #eeeae1; border-radius: 14px; overflow: hidden; }
.editor-card:nth-child(2) { background: #e6eeea; }
.editor-image img { height: 100%; aspect-ratio: 3/5; }
.editor-card>div { padding: 26px 22px; }
.editor-card .eyebrow { font-size: 10px; }
.editor-card h3 { font-size: 23px; margin-top: 14px; }
.editor-card p { font-size: 14px; margin-top: 12px; color: #5d625a; }
blockquote { margin: 14px 0; font-size: 13px; padding-left: 12px; border-left: 2px solid #aaa991; }
.editor-card .button { padding: 7px 10px; font-size: 12px; }
.korean-section { background: var(--green); color: white; border-radius: 18px; padding: 32px; }
.korean-section .section-head p, .korean-section .more { color: #d3e3d9; }
.korean-section .section-head h2 .icon { color: #f8b591; }
.korean-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.korean-item img { aspect-ratio: 4/5; border-radius: 9px; }
.korean-item div { padding-top: 14px; }
.korean-item span { font-size: 12px; color: #c6d6cc; }
.korean-item h3 { margin-top: 5px; font-size: 18px; }
.korean-item p { font-size: 13px; margin-top: 8px; color: #d3e3d9; }
.rank-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rank-column { padding: 24px; background: #fff; border: 1px solid var(--line); border-top: 3px solid #df9472; border-radius: 12px; }
.rank-column:nth-child(2) { border-top-color: #8ea8a0; }
.rank-column:nth-child(3) { border-top-color: #9aa9ca; }
.rank-column h3 { display: flex; align-items: center; gap: 10px; }
.rank-column ol { margin: 15px 0 0; padding: 0; list-style: none; }
.rank-column li { display: flex; align-items: center; gap: 14px; padding-block: 14px; border-top: 1px solid var(--line); }
.rank-no { font-size: 24px; font-style: italic; color: #afb3a8; font-weight: bold; }
li:first-child .rank-no { color: var(--orange); }
.rank-column li div { min-width: 0; }
.rank-column li a { font-size: 15px; font-weight: 600; }
.rank-column small { display: block; font-size: 12px; color: var(--muted); }
.rank-go { margin-left: auto; }
.update-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 36px; }
.update-row { display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line); padding-block: 18px; }
.update-row time { font-size: 13px; color: var(--muted); }
.update-row h3 { font-size: 16px; }
.update-row p { font-size: 13px; color: var(--muted); margin-top: 3px; }
.update-row>span { margin-left: auto; font-size: 12px; white-space: nowrap; color: var(--orange); }
.complete-section { display: grid; grid-template-columns: 1fr 2.6fr; gap: 36px; padding: 32px; background: #eeede5; border-radius: 16px; }
.complete-intro h2 { font-size: 27px; margin-block: 18px; }
.complete-intro h2>.icon { display: block; margin-bottom: 14px; }
.complete-intro p { font-size: 14px; color: #62665d; }
.complete-intro .button { margin-top: 22px; }
.complete-books { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.shelf-promo { display: flex; gap: 24px; align-items: center; padding: 30px 36px; border-top: 1px solid #c6cabf; border-bottom: 1px solid #c6cabf; }
.big-icon .icon { width: 48px; height: 48px; color: #71836c; }
.shelf-promo h2 { font-size: 23px; }
.shelf-promo p { font-size: 14px; color: var(--muted); margin-top: 6px; }
.shelf-promo .button { margin-left: auto; flex-shrink: 0; }
.about-block { display: grid; grid-template-columns: 1fr 1.7fr; gap: 64px; }
.about-block h2 { margin-block: 16px 20px; font-size: 30px; }
.about-block p { line-height: 2; color: #62665d; }
.about-block p+p { margin-top: 20px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start; }
details { border: 1px solid var(--line); border-radius: 10px; background: white; padding: 18px 22px; }
summary { cursor: pointer; font-weight: 600; }
details p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.subscribe { display: flex; align-items: center; gap: 24px; padding: 34px; border-radius: 18px; background: #ffe8d9; margin-bottom: 66px; }
.subscribe-mark { display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--orange); color: white; width: 108px; height: 108px; flex-shrink: 0; border-radius: 20px; font-size: 54px; font-weight: 800; line-height: 1.3; }
.subscribe-mark span { font-size: 9px; letter-spacing: 1px; }
.subscribe h2 { margin-top: 7px; font-size: 24px; }
.subscribe p { margin-top: 10px; font-size: 13px; color: #765746; }
.subscribe>div:last-child { margin-left: auto; flex-shrink: 0; text-align: center; }
.subscribe-secondary { display: block; margin-top: 8px; font-size: 12px; }
.footer { border-top: 1px solid var(--line); padding-block: 30px; margin-top: 60px; background: white; }
.footer-row { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.footer-brand { font-size: 22px; }
.dot { color: var(--orange); font-size: 32px; }
.footer p, .footer-row>div a { font-size: 12px; color: var(--muted); }
.footer-row>div { display: flex; gap: 20px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 14px; margin-block: 25px; }
.page-intro { border-radius: 16px; padding: 35px; background: #eeeee6; }
.page-intro h1 { font-size: 36px; display: flex; gap: 14px; align-items: center; margin-top: 12px; }
.page-intro h1 .icon { width: 32px; height: 32px; color: var(--orange); }
.page-intro p { max-width: 850px; color: #64685e; margin-top: 16px; }
.meta-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.meta-chips>* { background: #fff; border: 1px solid var(--line); padding: 4px 12px; font-size: 13px; border-radius: 6px; }
.search-box { display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); background: white; padding: 7px 14px; border-radius: 8px; }
.search-box input { border: 0; background: transparent; min-width: 0; width: 220px; padding: 4px; font-size: 14px; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.notes-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.notes-grid p { margin-top: 12px; color: #676b61; }
.notes-grid .more { margin-top: 16px; }
.detail-hero { display: grid; grid-template-columns: 250px 1fr; gap: 42px; background: #eeeee6; padding: 35px; border-radius: 18px; }
.detail-cover img { aspect-ratio: 3/4; border-radius: 12px; }
.detail-hero h1 { font-size: 38px; margin-top: 12px; }
.detail-hero p { margin-top: 20px; max-width: 720px; }
.muted { color: var(--muted); font-size: 13px; }
.chapter-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.chapter-grid>a { display: flex; align-items: center; gap: 20px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.chapter-grid>a>span { font-size: 28px; color: var(--orange); }
.chapter-grid p { font-size: 13px; margin-top: 5px; color: var(--muted); }
.chapter-grid .icon { margin-left: auto; }
.reading { max-width: 860px; margin: 0 auto; }
.reading-header { text-align: center; padding: 30px 0; }
.reading-header h1 { margin-top: 14px; font-size: 34px; }
.reading-header h1 span { display: block; margin-top: 12px; font-size: 23px; }
.reading-header p { margin-top: 18px; font-size: 13px; color: var(--muted); }
.reading-guide { border: 1px solid var(--line); background: #f0efe8; border-radius: 12px; padding: 22px; }
.reading-guide strong { display: flex; gap: 8px; align-items: center; }
.reading-guide p { font-size: 14px; margin-top: 8px; color: #62665d; }
.reading-controls { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.reading-controls button { border: 1px solid #c4c8bb; padding: 7px 12px; background: transparent; border-radius: 6px; font-size: 14px; }
.reading-panel { margin-top: 48px; }
.panel-number { font-size: 12px; color: var(--orange); letter-spacing: 2px; }
.reading-panel h2 { margin-top: 8px; }
.reading-panel>p { margin-top: 18px; font-size: 18px; line-height: 2.1; }
.reading-panel figure { margin: 25px 0 0; }
.reading-panel img { aspect-ratio: 4/3; height: auto; border-radius: 12px; object-fit: contain; background: #e9ebe2; }
figcaption { text-align: center; color: var(--muted); font-size: 13px; padding: 12px; }
.chapter-end { text-align: center; padding: 50px 10px 35px; }
.chapter-end>span { font-size: 34px; color: var(--orange); }
.chapter-end p { margin-top: 12px; color: var(--muted); }
.reader-nav { display: flex; justify-content: space-between; gap: 12px; align-items: center; border-top: 1px solid var(--line); padding-top: 25px; }
.boundary { color: var(--muted); font-size: 14px; }
.night { --paper: #19211f; --ink: #e2e5df; --line: #46534b; --muted: #bac4bc; --orange: #ff9e76; }
.night .header, .night .footer { background: #222c27; }
.night .reading-guide { background: #29342d; }
.night .reading-guide p { color: #c7cec4; }
.night .reading-panel img { background: #242d27; }
.large-text .reading-panel>p { font-size: 22px; }
.bookshelf-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.saved-item { padding: 22px; border: 1px solid var(--line); background: white; border-radius: 12px; }
.saved-item p { color: var(--muted); font-size: 14px; margin-block: 10px; }
.saved-item button { margin-left: 16px; padding: 5px 12px; border: 1px solid var(--line); background: white; border-radius: 6px; }
.skip { position: absolute; left: 10px; top: -80px; padding: 10px; background: white; z-index: 10; }
.skip:focus { top: 5px; }
#toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); padding: 12px 22px; background: #203a30; color: white; border-radius: 10px; box-shadow: 0 6px 20px #0002; z-index: 20; width: max-content; max-width: 90%; }
@media (max-width: 1050px) {
    .hero-title { font-size: 41px; }
    .hero-copy { padding: 28px; }
    .hero-foot { flex-wrap: wrap; gap: 6px 14px; }
    .mastnote { display: none; }
    .primary-nav a { gap: 5px; font-size: 13px; }
    .primary-nav { gap: 3px; }
    .six { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .editor-card { grid-template-columns: 1fr; }
    .editor-image img { height: 220px; aspect-ratio: 16/9; }
    .rank-grid { gap: 12px; }
    .rank-column { padding: 18px 14px; }
    .complete-section { grid-template-columns: 1fr; }
    .complete-intro br { display: none; }
    .subscribe { flex-wrap: wrap; }
    .subscribe>div:last-child { margin-left: 132px; }
    .quick-strip a { padding-inline: 18px; gap: 10px; }
    .quick-strip a>.icon:last-child { display: none; }
    .about-block { gap: 30px; }
}
@media (max-width: 700px) {
    .container { width: calc(100% - 32px); }
    .masthead { padding-block: 17px; gap: 12px; }
    .brand { font-size: 22px; gap: 8px; }
    .brand img { width: 40px; height: 40px; }
    .brand small { letter-spacing: 1px; font-size: 10px; }
    .shelf-link { font-size: 12px; padding: 7px 11px; gap: 5px; }
    .primary-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding-bottom: 12px; }
    .primary-nav a { font-size: 12px; gap: 5px; padding: 8px 0; }
    .primary-nav .icon { width: 16px; height: 16px; }
    .hero { margin-top: 22px; grid-template-columns: 1fr; }
    .hero-copy { padding: 27px 24px; }
    .hero-title { font-size: 40px; }
    .hero h1 { margin-top: 20px; }
    .hero-desc { font-size: 14px; }
    .hero-desc br { display: none; }
    .hero-foot { margin-top: 22px; font-size: 11px; }
    .hero-art { height: 300px; }
    .hero-art-caption { left: 24px; bottom: 24px; }
    .hero-art-caption h2 { font-size: 26px; }
    .quick-strip { padding: 14px 4px; gap: 4px; }
    .quick-strip a { flex-direction: column; align-items: flex-start; padding: 0 10px; gap: 7px; }
    .quick-strip strong { font-size: 13px; }
    .quick-strip small { display: none; }
    .quick-strip a>.icon:first-child { width: 24px; height: 24px; }
    .section { margin-top: 44px; }
    h2 { font-size: 23px; }
    .section-head { gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
    .section-head p { font-size: 13px; }
    .more { font-size: 12px; }
    .cards { gap: 22px 16px; }
    .six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .three { grid-template-columns: 1fr; }
    .three .comic-card { display: grid; grid-template-columns: 100px 1fr; gap: 6px 18px; }
    .three .cover { grid-row: span 2; }
    .three h3 { align-self: end; }
    .comic-card h3 { font-size: 15px; }
    .categories { padding: 20px 16px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .category-grid>a { padding: 14px; }
    .category-grid p { font-size: 12px; }
    .category-grid h3 { font-size: 16px; }
    .editor-grid { grid-template-columns: 1fr; gap: 18px; }
    .editor-card { grid-template-columns: 35% minmax(0, 1fr); }
    .editor-image img { height: 100%; aspect-ratio: 3/5; }
    .editor-card>div { padding: 20px 16px; }
    .editor-card h3 { font-size: 20px; }
    .editor-card p { font-size: 13px; }
    blockquote { font-size: 12px; }
    .korean-section { padding: 24px 18px; }
    .korean-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
    .korean-item h3 { font-size: 16px; }
    .korean-item p { font-size: 12px; }
    .rank-grid { grid-template-columns: 1fr; gap: 18px; }
    .rank-column { padding: 22px; }
    .rank-column li { gap: 20px; }
    .rank-column li a { font-size: 16px; }
    .update-grid { grid-template-columns: 1fr; }
    .update-row { gap: 15px; }
    .update-row time { font-size: 12px; }
    .update-row h3 { font-size: 15px; }
    .update-row>span { font-size: 0; }
    .complete-section { padding: 24px 18px; gap: 24px; }
    .complete-intro h2 { font-size: 26px; }
    .complete-books { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 16px; }
    .shelf-promo { padding: 24px 10px; gap: 15px; flex-wrap: wrap; }
    .shelf-promo>div { flex: 1; }
    .shelf-promo h2 { font-size: 21px; }
    .shelf-promo .button { margin-left: 63px; }
    .about-block { grid-template-columns: 1fr; gap: 24px; }
    .about-block h2 { font-size: 28px; }
    .about-block p { font-size: 15px; }
    .faq-grid { grid-template-columns: 1fr; }
    details { padding: 17px; }
    .subscribe { padding: 24px; gap: 20px; margin-bottom: 44px; }
    .subscribe-mark { width: 76px; height: 76px; font-size: 38px; border-radius: 16px; }
    .subscribe-mark span { font-size: 7px; }
    .subscribe h2 { font-size: 23px; }
    .subscribe>div:last-child { margin-left: 0; width: 100%; text-align: left; }
    .subscribe p br { display: none; }
    .subscribe .eyebrow { font-size: 11px; }
    .footer-row { flex-wrap: wrap; gap: 18px; }
    .footer-row>div { width: 100%; }
    .page-intro { padding: 25px; }
    .page-intro h1 { font-size: 30px; }
    .page-intro p { font-size: 15px; }
    .search-box { width: 100%; }
    .search-box input { width: 100%; }
    .notes-grid { grid-template-columns: 1fr; }
    .detail-hero { grid-template-columns: 1fr; padding: 24px; gap: 24px; }
    .detail-cover { max-width: 210px; margin-inline: auto; width: 100%; }
    .detail-hero h1 { font-size: 30px; }
    .detail-hero p { font-size: 15px; }
    .chapter-grid { grid-template-columns: 1fr; }
    .chapter-grid>a { padding: 20px; }
    .reading-header { padding-top: 15px; }
    .reading-header h1 { font-size: 29px; }
    .reading-header h1 span { font-size: 21px; }
    .reading-panel>p { font-size: 17px; }
    .reader-nav { flex-wrap: wrap; }
    .reader-nav .button { font-size: 13px; padding: 9px 12px; }
    .reader-nav .icon { display: none; }
    .bookshelf-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; scroll-behavior: auto !important; }
}
