.manga-reader { background: #f1f0eb; padding: 2rem 1rem 3rem; color: #263242; }
.manga-reader-inner { max-width: 860px; margin: 0 auto; text-align: center; }
.manga-eyebrow { color: #427c88; font-weight: 700; letter-spacing: .08em; margin-bottom: .3rem; }
.manga-reader h1 { font-size: clamp(1.5rem, 5vw, 2rem); font-weight: 800; }
.manga-guide { font-size: .9rem; margin-bottom: .5rem; }
.manga-counter { font-weight: 700; margin-bottom: .8rem; }
.manga-page { position: relative; }
.manga-page-image { display: block; width: 100%; height: auto; margin: 0 auto; background: white; box-shadow: 0 3px 15px #23313d24; }
.manga-tap { position: absolute; top: 0; bottom: 0; width: 50%; display: flex; align-items: center; color: white; text-decoration: none; }
.manga-tap-next { left: 0; justify-content: flex-start; }
.manga-tap-previous { right: 0; justify-content: flex-end; }
.manga-tap span { margin: 0 .5rem; padding: .5rem .65rem; border-radius: .4rem; background: #263242b8; font-weight: 700; }
.manga-tap:hover, .manga-tap:focus-visible { color: white; background: #26758424; }
.manga-tap:focus-visible { outline: 3px solid #267584; outline-offset: -3px; }
.back-to-top { display: none !important; }
.manga-pagination { display: flex; justify-content: space-between; align-items: center; gap: .8rem; margin: 1.2rem auto; }
.manga-pagination > div { flex: 1; }
.manga-pagination a { display: block; padding: .9rem .6rem; border-radius: .5rem; background: #267584; color: white; text-decoration: none; font-weight: 700; }
.manga-pagination a:hover, .manga-pagination a:focus-visible { background: #165561; color: white; }
.manga-previous { text-align: right; }
.manga-next { text-align: left; }
.manga-cta { margin-top: 1.5rem; }
.manga-disclaimer { font-size: .8rem; color: #5d6670; margin: 1.5rem 0 0; }
@media (max-width: 480px) { .manga-reader { padding: 1rem .35rem 2rem; } .manga-pagination a { font-size: .85rem; } .manga-tap span { font-size: .8rem; padding: .4rem; } }
