:root {
    --ink: #142438;
    --muted: #627080;
    --paper: #f7f9fb;
    --line: #e2e8ed;
    --lime: #d2f65a;
    --blue: #2365dc;
    --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 "Microsoft YaHei", "PingFang SC", sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
img { max-width: 100%; display: block; object-fit: cover; background: #d9e2e9; }
img.is-unavailable { object-fit: contain; color: var(--ink); padding: 20px; font-size: 14px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.4; }
p { overflow-wrap: anywhere; }
.container { max-width: 1200px; width: calc(100% - 48px); margin-inline: auto; }
.icon { width: 21px; height: 21px; display: inline-block; flex: 0 0 auto; vertical-align: -4px; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; gap: 32px; padding-block: 25px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { display: grid; place-content: center; position: relative; width: 54px; height: 54px; border-radius: 15px 15px 15px 4px; background: #142438; color: var(--lime); font: 900 34px/1 Arial, sans-serif; letter-spacing: -3px; }
.brand-dot { position: absolute; right: 4px; bottom: 2px; font-size: 24px; }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: -.6px; }
.brand-name small { display: block; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 1px; }
.search { position: relative; display: flex; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 30px; padding: 6px 8px 6px 17px; width: 380px; margin-left: auto; }
.search input { width: 100%; min-width: 0; border: 0; background: transparent; outline: none; font-size: 14px; }
.search button { white-space: nowrap; background: #142438; color: #fff; border: 0; border-radius: 20px; padding: 5px 16px; font-size: 14px; }
.search-results { position: absolute; z-index: 10; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px #14243820; border-radius: 12px; top: calc(100% + 8px); left: 0; right: 0; max-height: 350px; overflow: auto; padding: 10px; }
.search-results a { display: block; padding: 9px; font-size: 14px; border-bottom: 1px solid var(--line); }
.shelf-link { font-size: 14px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.nav { display: flex; justify-content: space-between; gap: 8px; padding-bottom: 13px; }
.nav-item { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 12px; font-size: 14px; border-radius: 9px; white-space: nowrap; }
.nav-item.active { color: var(--ink); background: var(--lime); font-weight: 700; }
.nav-item:hover { background: #edf2f6; }
.hero { margin-top: 32px; display: grid; grid-template-columns: 1fr 1.08fr; background: var(--ink); border-radius: 24px; overflow: hidden; min-height: 468px; color: white; }
.hero-copy { padding: 40px 40px 32px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 1.8px; }
.hero .eyebrow { color: var(--lime); }
.hero h1 { font-size: 18px; margin: 16px 0 8px; }
.hero-title { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.35; font-weight: 800; letter-spacing: -1px; }
.hero-desc { color: #becbd8; font-size: 14px; margin-top: 18px; max-width: 370px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 11px 20px; border-radius: 9px; border: 1px solid transparent; font-size: 14px; font-weight: 700; }
.primary { background: var(--lime); color: var(--ink); }
.primary:hover { background: #e0ff7e; color: var(--ink); }
.subtle { background: #eaf0f5; color: var(--ink); }
.hero .subtle { background: #2b3b4d; color: #fff; }
.dark { background: var(--ink); color: #fff; }
.hero-stats { display: flex; gap: 26px; margin-top: 26px; color: #b7c5d2; font-size: 12px; }
.hero-stats strong { color: #fff; font: 700 22px/1.4 Arial,sans-serif; display: block; }
.hero-art { position: relative; min-width: 0; overflow: hidden; }
.hero-art > img { width: 100%; height: 100%; position: absolute; inset: 0; object-position: center; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#102032ed, transparent 65%); }
.hero-art-caption { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 1; color: #fff; }
.hero-art-caption > span { font-size: 12px; }
.hero-art-caption h2 { margin-block: 5px; font-size: 28px; }
.hero-art-caption p { font-size: 14px; color: #dce4ec; max-width: 80%; }
.round-arrow { position: absolute; right: 0; bottom: 5px; border: 1px solid #ffffff80; border-radius: 50%; width: 42px; height: 42px; display: grid; place-content: center; font-size: 24px !important; }
.hero-label { position: absolute; right: 22px; top: 22px; z-index: 1; font-size: 12px; background: #ffffffed; color: var(--ink); border-radius: 30px; padding: 5px 12px; }
.section { margin-block: 64px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading h2, .about h2, .feature h2, .subscribe h2, .reading-note h2 { font-size: 25px; display: flex; align-items: center; gap: 10px; }
.section-heading h2 > .icon { color: var(--blue); width: 25px; height: 25px; }
.section-heading p { color: var(--muted); font-size: 14px; margin-top: 7px; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 700; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.category-tile { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; position: relative; transition: transform .18s, border-color .18s; }
.category-tile:hover { border-color: #9ebbc9; transform: translateY(-3px); }
.category-tile > .icon { background: #edf4ff; color: var(--blue); padding: 8px; width: 40px; height: 40px; border-radius: 11px; float: left; margin-right: 13px; }
.category-tile:nth-child(2n) > .icon { background: #f0f8d7; color: #526823; }
.category-tile:nth-child(3n) > .icon { background: #fff0e8; color: #a95420; }
.category-tile h3 { font-size: 16px; }
.category-tile p { font-size: 12px; color: var(--muted); margin-top: 3px; }
.category-tile > span { display: block; font-size: 12px; margin-top: 16px; clear: both; color: var(--muted); }
.comic-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 20px; }
.cover { display: block; overflow: hidden; border-radius: 12px; }
.cover img { width: 100%; height: auto; aspect-ratio: 3 / 4; transition: transform .3s; }
.cover:hover img { transform: scale(1.04); }
.card-meta { display: flex; justify-content: space-between; gap: 6px; color: var(--blue); font-size: 12px; margin-top: 12px; }
.card-meta span { color: var(--muted); }
.comic-card h3 { font-size: 16px; margin-top: 5px; }
.comic-card p { font-size: 12px; color: var(--muted); margin-top: 5px; }
.ranking { background: #fff; border: 1px solid var(--line); padding: 28px; border-radius: var(--radius); }
.rank-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.rank-row { display: flex; align-items: center; gap: 16px; padding-block: 18px; border-top: 1px solid var(--line); }
.rank-no { font: italic 800 30px Arial; color: #a9b7c3; }
.rank-row:first-child .rank-no { color: var(--blue); }
.rank-row img { width: 60px; height: 80px; border-radius: 7px; }
.rank-row h3 { font-size: 17px; }
.rank-row p, .rank-row div > span { font-size: 12px; color: var(--muted); }
.rank-row > .icon { margin-left: auto; }
.korean-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.korean-grid article { position: relative; overflow: hidden; border-radius: 16px; background: #e7eef4; }
.korean-grid img { width: 100%; height: 230px; aspect-ratio: 2 / 1; object-position: center 35%; }
.korean-grid article > div { padding: 24px; }
.korean-grid h3 { font-size: 23px; margin: 9px 0; }
.korean-grid p { color: #4d5f71; font-size: 14px; margin-bottom: 18px; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: center; }
.feature > img { width: 100%; height: 365px; border-radius: 18px; }
.feature h2 { margin: 12px 0 20px; font-size: 29px; }
.feature p { color: var(--muted); }
blockquote { margin: 22px 0; border-left: 3px solid var(--blue); padding-left: 18px; font-size: 18px; font-weight: 700; }
.schedule { display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--ink); gap: 20px; }
.schedule article { padding: 20px 0; }
.schedule-day { font-size: 12px; color: var(--blue); font-weight: 700; }
.schedule h3 { margin: 10px 0 16px; font-size: 17px; }
.schedule ol { list-style: none; margin: 0; padding: 0; }
.schedule li { border-top: 1px solid var(--line); padding: 11px 0; font-size: 13px; }
.complete { padding: 30px; background: #eef3e4; border-radius: 18px; }
.complete-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.complete-grid article { display: grid; grid-template-columns: 128px 1fr; gap: 20px; }
.complete-grid img { aspect-ratio: 3 / 4; width: 100%; height: auto; border-radius: 8px; }
.pill { display: inline-block; background: #fff; border-radius: 5px; padding: 3px 8px; font-size: 12px; color: #435f25; }
.complete-grid h3 { margin: 10px 0 8px; font-size: 21px; }
.complete-grid p { font-size: 13px; color: #5f6a56; margin-bottom: 12px; }
.mood-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.mood-card { background: #e9eff9; padding: 24px; border-radius: 4px 24px 4px 4px; border-bottom: 3px solid #a6bae2; }
.mood-card:nth-child(2) { background: #fbeee9; border-color: #e3b6a5; }
.mood-card:nth-child(3) { background: #e5eeed; border-color: #9dbbb5; }
.mood-card:nth-child(4) { background: #f4efdc; border-color: #d4c286; }
.mood-card > span { font-size: 12px; color: #546575; }
.mood-card h3 { margin: 24px 0 12px; font-size: 20px; }
.mood-card p { font-size: 14px; color: #586674; }
.mood-card > .icon { margin-top: 20px; }
.shelf-promo { border-block: 1px solid var(--line); padding-block: 35px; display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: center; }
.shelf-graphic { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 180px; background: repeating-linear-gradient(90deg,#edf2f6 0,#edf2f6 28px,#f7f9fb 28px,#f7f9fb 32px); border-radius: 16px; }
.shelf-graphic .icon { width: 68px; height: 68px; padding: 12px; background: var(--ink); color: var(--lime); border-radius: 14px; }
.shelf-graphic span { writing-mode: vertical-rl; letter-spacing: 5px; font-size: 17px; }
.shelf-promo h2 { font-size: 27px; margin: 10px 0; }
.shelf-promo p { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.about { display: grid; grid-template-columns: 1fr 1.7fr; gap: 70px; }
.about h2 { margin-top: 12px; }
.about-lead { font-size: 27px; font-weight: 700; margin-top: 24px; }
.about > div:last-child p { font-size: 15px; color: var(--muted); margin-bottom: 17px; }
.faq { max-width: 900px; }
.faq details { background: #fff; border-bottom: 1px solid var(--line); padding: 18px 22px; }
.faq summary { cursor: pointer; font-size: 16px; font-weight: 700; }
.faq details p { margin-top: 14px; color: var(--muted); font-size: 14px; }
.subscribe { margin-top: 72px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 200px 1fr; gap: 40px; padding: 38px 46px; border-radius: 20px; }
.subscribe-mark { display: flex; justify-content: center; flex-direction: column; align-items: center; align-self: center; aspect-ratio: 1; background: var(--lime); border-radius: 24px 24px 24px 5px; color: #142438; font: 900 94px/1 Arial; letter-spacing: -8px; }
.subscribe-mark span { font: 700 10px/2 Arial; letter-spacing: 1px; }
.subscribe .eyebrow { color: var(--lime); }
.subscribe h2 { margin-block: 10px 12px; }
.subscribe p { font-size: 14px; color: #c3ced9; max-width: 710px; }
.subscribe small { display: block; color: #acbbca; font-size: 12px; margin-top: 14px; }
.light { background: #fff; color: var(--ink); }
.outline-light { border-color: #5c6c7c; color: #fff; }
.footer { display: flex; flex-wrap: wrap; gap: 12px 30px; padding-block: 30px; color: var(--muted); font-size: 12px; }
.footer a { margin-left: auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; font-size: 13px; color: var(--muted); }
.page-intro { background: var(--ink); color: #fff; padding: 36px; border-radius: 18px; margin-top: 30px; }
.page-intro .eyebrow { color: var(--lime); }
.page-intro h1 { font-size: 32px; margin: 10px 0 15px; }
.page-intro h1 .icon { width: 30px; height: 30px; margin-right: 12px; }
.page-intro p { color: #cbd5df; max-width: 850px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.catalog-card { display: grid; grid-template-columns: 155px 1fr; gap: 22px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.catalog-card img { width: 100%; aspect-ratio: 3 / 4; height: auto; border-radius: 8px; }
.catalog-card h2 { margin: 12px 0; font-size: 22px; }
.catalog-card p { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.chapter-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chapter-item { display: flex; gap: 18px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.chapter-item > span { font: 700 23px Arial; color: #889baa; }
.chapter-item h2, .chapter-item h3 { font-size: 16px; }
.chapter-item p { font-size: 13px; color: var(--muted); margin-top: 5px; }
.chapter-item time { font-size: 12px; color: var(--muted); margin-left: auto; white-space: nowrap; }
.chapter-item > .icon { margin-left: auto; }
.book-detail { display: grid; grid-template-columns: 250px 1fr; gap: 45px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.book-detail > img { width: 100%; height: auto; aspect-ratio: 3 / 4; border-radius: 12px; }
.book-detail h1 { font-size: 36px; margin: 12px 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { padding: 4px 10px; font-size: 12px; background: #eef3f7; border-radius: 5px; }
.book-intro { margin: 22px 0; font-size: 17px; }
.book-detail p:not(.book-intro) { color: var(--muted); font-size: 14px; }
.muted { color: var(--muted); }
.book-detail + .section .chapter-list { grid-template-columns: 1fr; }
.reading-note { padding: 22px; background: #eef3e7; border-radius: 12px; margin-block: 25px; }
.reading-note h2 { font-size: 17px; margin-bottom: 8px; }
.reading-note p { font-size: 14px; color: #58644f; }
.related-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.reader { max-width: 900px; }
.reader-title { text-align: center; margin-block: 40px 30px; }
.reader-title h1 { font-size: 32px; margin: 12px 0; }
.reader-title p { color: var(--muted); font-size: 14px; }
.reader-toolbar { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; border-block: 1px solid var(--line); padding: 16px 0; }
.reader-toolbar button, .reader-toolbar a { border: 1px solid var(--line); border-radius: 8px; padding: 8px 12px; background: #fff; color: var(--ink); font-size: 14px; }
.reader-pages { max-width: 760px; margin: 30px auto; }
.reader-panel { background: #fff; margin-bottom: 30px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.reader-panel img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; }
.reader-panel figcaption { padding: 26px 30px; }
.panel-label { font: 700 12px/2 "Microsoft YaHei", sans-serif; color: var(--blue); letter-spacing: 2px; }
.reader-panel p { font-size: 19px; line-height: 2; margin-top: 10px; }
.reader.large-text .reader-panel p { font-size: 24px; }
.chapter-end { text-align: center; padding: 32px 10px; }
.chapter-end > span { font-size: 20px; font-weight: 700; }
.chapter-end p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.chapter-nav { display: flex; justify-content: center; gap: 12px; }
.return-category { text-align: center; margin-top: 25px; font-size: 14px; }
body.night { --paper: #111a25; --ink: #e7edf4; --muted: #a6b5c5; --line: #354454; }
.night .site-header, .night .reader-panel { background: #1d2a38; }
.night .reader-toolbar button, .night .reader-toolbar a { background: #26384a; }
.night .search input { color: #e7edf4; }
.night .search-results { background: #26384a; }
.night .primary, .night .subtle { color: #142438; }
.night .nav-item.active { color: #142438; }
.night .subscribe { background: #233448; }
.shelf-empty { grid-column: 1 / -1; background: #fff; padding: 26px; border: 1px dashed #b9c6d1; border-radius: 10px; color: var(--muted); }
.shelf-remove { margin-top: 10px; background: transparent; border: 1px solid var(--line); border-radius: 6px; padding: 5px 10px; color: var(--muted); font-size: 13px; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; transform: translateX(-50%); padding: 12px 22px; background: #142438; color: #fff; border: 1px solid #617185; border-radius: 10px; max-width: calc(100% - 32px); font-size: 14px; box-shadow: 0 5px 25px #0002; }
[hidden] { display: none !important; }
.sr-only, .skip { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.skip:focus { width: auto; height: auto; clip-path: none; top: 4px; left: 10px; z-index: 200; padding: 10px; background: white; }
:focus-visible { outline: 3px solid #2a78e0; outline-offset: 4px; }
@media (max-width: 1050px) {
    .nav { flex-wrap: wrap; justify-content: flex-start; gap: 5px; }
    .nav-item { padding: 8px 10px; }
    .hero-copy { padding: 32px 26px; }
    .comic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
    .category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .category-tile { padding: 16px; }
    .category-tile > .icon { float: none; margin-bottom: 10px; }
    .complete-grid article { grid-template-columns: 105px 1fr; gap: 14px; }
    .catalog-card { grid-template-columns: 115px 1fr; gap: 15px; padding: 15px; }
    .mood-card { padding: 18px; }
    .schedule { gap: 14px; }
    .search { width: 300px; }
}
@media (max-width: 760px) {
    .container { width: calc(100% - 32px); }
    .header-top { flex-wrap: wrap; gap: 16px; padding-block: 18px; }
    .brand-name { font-size: 18px; }
    .brand-mark { width: 47px; height: 47px; font-size: 31px; }
    .shelf-link { margin-left: auto; }
    .search { order: 3; width: 100%; }
    .nav { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 6px; }
    .nav-item { padding: 8px 3px; font-size: 13px; gap: 5px; }
    .nav-item .icon { width: 17px; height: 17px; }
    .hero { grid-template-columns: 1fr; margin-top: 22px; border-radius: 18px; }
    .hero-copy { padding: 27px 24px; }
    .hero-title { font-size: 38px; }
    .hero h1 { margin-top: 13px; }
    .hero-stats { gap: 28px; }
    .hero-art { min-height: 300px; }
    .hero-art-caption { left: 24px; right: 24px; bottom: 24px; }
    .section { margin-block: 44px; }
    .section-heading { align-items: flex-start; gap: 12px; margin-bottom: 20px; }
    .section-heading h2 { font-size: 22px; }
    .section-heading > .text-link { margin-top: 6px; font-size: 12px; }
    .section-heading p { font-size: 13px; }
    .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .category-tile > .icon { float: left; width: 33px; height: 33px; padding: 6px; margin-right: 8px; }
    .category-tile h3 { font-size: 15px; }
    .category-tile p { clear: both; padding-top: 7px; }
    .category-tile > span { margin-top: 9px; }
    .comic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
    .ranking { padding: 20px; }
    .rank-grid { grid-template-columns: 1fr; }
    .rank-row { gap: 12px; }
    .rank-row h3 { font-size: 16px; }
    .rank-row > .icon { width: 17px; }
    .korean-grid { grid-template-columns: 1fr; gap: 20px; }
    .korean-grid img { height: 230px; }
    .feature { grid-template-columns: 1fr; gap: 24px; }
    .feature > img { height: 280px; }
    .feature h2 { font-size: 25px; }
    .schedule { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .complete { padding: 20px; }
    .complete-grid { grid-template-columns: 1fr; gap: 25px; }
    .complete-grid article { grid-template-columns: 105px 1fr; }
    .complete-grid h3 { font-size: 20px; }
    .mood-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .mood-card h3 { font-size: 18px; margin-top: 20px; }
    .shelf-promo { grid-template-columns: 1fr; gap: 25px; }
    .shelf-graphic { min-height: 135px; }
    .shelf-promo h2 { font-size: 24px; }
    .about { grid-template-columns: 1fr; gap: 28px; }
    .about-lead { font-size: 25px; }
    .subscribe { grid-template-columns: 1fr; padding: 26px; gap: 24px; margin-top: 45px; }
    .subscribe-mark { width: 95px; font-size: 49px; letter-spacing: -4px; border-radius: 15px; }
    .subscribe-mark span { font-size: 5px; letter-spacing: .3px; }
    .subscribe h2 { font-size: 23px; }
    .footer { display: block; }
    .footer p { margin-bottom: 8px; }
    .page-intro { padding: 25px; }
    .page-intro h1 { font-size: 28px; }
    .catalog-grid { grid-template-columns: 1fr; }
    .catalog-card { grid-template-columns: 105px 1fr; padding: 14px; }
    .catalog-card h2 { font-size: 20px; }
    .chapter-list { grid-template-columns: 1fr; }
    .chapter-item { padding: 16px; gap: 12px; }
    .book-detail { grid-template-columns: 1fr; gap: 22px; padding: 22px; }
    .book-detail > img { max-width: 200px; margin-inline: auto; }
    .book-detail h1 { font-size: 29px; }
    .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 16px; }
    .reader-title h1 { font-size: 27px; }
    .reader-panel figcaption { padding: 20px; }
    .reader-panel p { font-size: 18px; }
    .chapter-nav { flex-wrap: wrap; gap: 8px; }
    .chapter-nav .button { padding: 10px 13px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
