:root {
    --ink: #18243c;
    --muted: #647086;
    --paper: #f5f7fb;
    --line: #e0e5ee;
    --yellow: #f8ce46;
    --blue: #3658d6;
    --reader-font: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 20px; }
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 { cursor: pointer; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; object-fit: cover; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.4; letter-spacing: -0.025em; }
h1 { font-size: 42px; }
h2 { font-size: 28px; }
h3 { font-size: 19px; }
p + p { margin-top: 16px; }
a:hover { color: var(--blue); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 22px; display: inline-block; vertical-align: middle; }
.eyebrow { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.visually-hidden, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link:focus { display: block; padding: 12px; background: var(--yellow); }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.header-top { min-height: 94px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 25px; font-weight: 900; line-height: 1.2; }
.brand img { flex-shrink: 0; }
.brand small { display: block; font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: .14em; margin-top: 7px; }
.header-actions { display: flex; align-items: center; gap: 26px; }
.search-link { width: 270px; display: flex; gap: 10px; align-items: center; background: var(--paper); border-radius: 30px; padding: 11px 18px; font-size: 14px; color: var(--muted); }
.shelf-link { display: flex; gap: 8px; align-items: center; font-size: 14px; font-weight: 700; }
.primary-nav { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; padding-block: 0 14px; }
.primary-nav a { min-height: 46px; display: flex; justify-content: center; align-items: center; gap: 8px; border-radius: 9px; font-size: 15px; font-weight: 700; }
.primary-nav a:hover { background: var(--paper); }
.primary-nav a.active { color: var(--ink); background: var(--yellow); }
.hero { margin-top: 32px; display: grid; grid-template-columns: 1.06fr 1fr; min-height: 492px; background: var(--ink); border-radius: 20px; overflow: hidden; color: white; }
.hero-copy { padding: 43px 40px; position: relative; }
.hero .eyebrow { color: #d0d8eb; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; margin-right: 8px; }
.hero h1 { font-size: 17px; margin: 22px 0 8px; color: var(--yellow); letter-spacing: .12em; }
.hero h1 a:hover { color: white; }
.hero-line { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.35; font-weight: 900; letter-spacing: -.06em; }
.hero-desc { color: #c5cfe3; margin-top: 19px; max-width: 450px; font-size: 15px; }
.hero-buttons { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.button { border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; font-weight: 700; font-size: 14px; min-height: 46px; line-height: 1.5; }
.button:hover { transform: translateY(-1px); }
.yellow { background: var(--yellow); color: var(--ink); }
.yellow:hover { background: #ffdf73; color: var(--ink); }
.ghost { border: 1px solid #63708b; color: white; background: transparent; }
.ghost:hover { color: white; background: #293750; }
.outline { border: 1px solid #ccd4e1; background: white; color: var(--ink); }
.hero-facts { display: flex; gap: 32px; border-top: 1px solid #3b4860; margin-top: 28px; padding-top: 17px; font-size: 12px; color: #b4bfd2; }
.hero-facts strong { font-size: 23px; color: white; margin-right: 7px; }
.hero-art { min-width: 0; position: relative; isolation: isolate; color: white; background: #355976; }
.hero-art > img { width: 100%; height: 100%; position: absolute; inset: 0; opacity: .86; }
.hero-art:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 30%,#111d36e8); z-index: -0; pointer-events: none; }
.hero-sticker { position: absolute; right: 23px; top: 24px; border: 1px solid #fff8; border-radius: 50%; width: 88px; height: 88px; display: grid; place-content: center; text-align: center; font-size: 12px; background: #18243c6b; z-index: 1; transform: rotate(10deg); }
.hero-art-caption { position: absolute; bottom: 32px; left: 34px; right: 30px; z-index: 1; }
.hero-art-caption > span:first-child { font-size: 12px; letter-spacing: .18em; }
.hero-art-caption h2 { font-size: 36px; margin: 7px 0; }
.hero-art-caption p { font-size: 14px; max-width: 80%; }
.round-arrow { position: absolute; right: 0; bottom: 0; width: 44px; height: 44px; border: 1px solid #fff8; border-radius: 50%; display: grid; place-items: center; }
.hero-art:hover { color: white; }
.section { margin-top: 72px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.section-heading h2 { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.section-heading h2 .icon { color: var(--blue); }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 14px; margin-top: 9px; }
.more { white-space: nowrap; display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; }
.comic-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 22px; }
.comic-card { min-width: 0; }
.cover { display: block; position: relative; overflow: hidden; border-radius: 10px; background: #d9e1f1; aspect-ratio: 3/4; }
.cover img { width: 100%; height: 100%; transition: transform .3s ease; }
.cover:hover img { transform: scale(1.045); }
.cover-tag { position: absolute; bottom: 9px; left: 9px; font-size: 12px; line-height: 1.7; color: white; background: #18243cd9; border-radius: 4px; padding: 2px 7px; }
.card-text { padding: 13px 0 0; }
.card-text h3 { font-size: 17px; margin-top: 5px; }
.one-line { color: var(--muted); font-size: 13px; margin-top: 7px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.category-section { background: white; padding: 30px; border: 1px solid var(--line); border-radius: 14px; }
.category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.category-tile { padding: 23px; border-radius: 10px; background: #f2f5fb; position: relative; }
.category-tile h3 { margin-top: 13px; }
.category-tile p { color: var(--muted); font-size: 14px; margin-top: 7px; }
.category-icon { width: 40px; height: 40px; background: white; border-radius: 10px; display: grid; place-items: center; color: #425aaa; }
.category-count { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font-size: 12px; color: var(--muted); }
.tone-1, .tone-5 { background: #fff7df; }
.tone-2 { background: #eaf6f2; }
.tone-3 { background: #fff0f4; }
.tone-4 { background: #eeeffe; }
.editorial { display: grid; grid-template-columns: .95fr 1.05fr; border-radius: 14px; overflow: hidden; background: #e8eefb; }
.editorial-image { min-height: 390px; display: block; }
.editorial-image img { width: 100%; height: 390px; object-position: center 35%; }
.editorial-copy { padding: 40px; align-self: center; }
.editorial-copy h2 { font-size: 34px; margin: 13px 0 20px; }
.editorial-copy > p:not(.eyebrow) { color: #52627e; font-size: 15px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 20px; }
.tags span { font-size: 12px; border: 1px solid #bac8e2; border-radius: 5px; padding: 3px 10px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.ranking-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 40px; }
.rank-row { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding: 24px 5px; }
.rank-number { font-size: 38px; font-weight: 800; color: #c1c9d8; font-style: italic; line-height: 1; min-width: 48px; }
.rank-row:nth-child(-n+3) .rank-number { color: #dfaa17; }
.rank-row > .icon { margin-left: auto; }
.rank-row p { font-size: 13px; color: var(--muted); margin-top: 6px; }
.landscape-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.landscape-card { border-radius: 12px; background: white; overflow: hidden; }
.landscape-card img { width: 100%; height: 240px; aspect-ratio: 2.4; object-position: center 30%; }
.landscape-card a > div { padding: 24px; }
.landscape-card span { font-size: 12px; color: #607b70; }
.landscape-card h3 { margin-block: 7px; }
.landscape-card p { color: var(--muted); font-size: 14px; }
.korean-section { padding: 34px; border: 1px solid #f0dbe3; border-radius: 14px; background: #fff8fa; }
.korean-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.korean-card { display: grid; grid-template-columns: 118px 1fr; gap: 20px; align-items: center; min-width: 0; }
.small-cover { overflow: hidden; border-radius: 7px; aspect-ratio: 3/4; }
.small-cover img { width: 100%; height: 100%; }
.korean-card h3 { margin: 6px 0; font-size: 18px; }
.korean-card p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.65; }
.korean-card .text-link { margin-top: 10px; font-size: 12px; }
.strip-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.story-strip { display: flex; align-items: center; gap: 20px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.story-strip img { width: 88px; height: 88px; border-radius: 50%; flex-shrink: 0; }
.story-strip h3 { margin-block: 4px; }
.story-strip p { font-size: 13px; color: var(--muted); }
.story-strip > .icon { margin-left: auto; }
.finished-section { background: var(--ink); border-radius: 16px; padding: 34px; color: white; }
.finished-section .eyebrow, .finished-section .section-heading p:not(.eyebrow) { color: #b9c5da; }
.finished-section .section-heading h2 .icon { color: var(--yellow); }
.finish-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 30px; }
.finish-item { border-top: 1px solid #46536b; padding: 23px 0; }
.finish-item:hover { color: var(--yellow); }
.finish-index { color: var(--yellow); font-size: 12px; font-weight: 800; }
.finish-item h3 { margin: 7px 0 12px; }
.finish-item p { color: #c1cbdd; font-size: 14px; min-height: 75px; }
.finish-item .text-link { margin-top: 18px; font-size: 12px; }
.update-layout { display: grid; grid-template-columns: 250px 1fr; gap: 34px; }
.date-block { padding: 28px; border-radius: 12px; background: var(--yellow); display: flex; flex-direction: column; justify-content: center; }
.date-block span { font-size: 13px; letter-spacing: .12em; font-weight: 700; }
.date-block strong { font-size: 96px; line-height: 1.2; letter-spacing: -.08em; }
.date-block p { margin-top: 20px; font-size: 15px; }
.timeline a { display: flex; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.timeline time { font-size: 13px; font-weight: 700; color: var(--muted); flex-shrink: 0; }
.timeline h3 { font-size: 17px; }
.timeline p { font-size: 13px; color: var(--muted); }
.status-pill { background: #e0eee9; color: #35735e; font-size: 12px; padding: 3px 10px; border-radius: 5px; margin-left: auto; white-space: nowrap; }
.guide-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.guide-grid article { border-top: 2px solid var(--ink); padding-top: 18px; position: relative; }
.guide-step { font-size: 13px; color: var(--muted); }
.guide-grid article > .icon { position: absolute; top: 18px; right: 0; }
.guide-grid h3 { margin: 24px 0 12px; }
.guide-grid p { font-size: 14px; color: var(--muted); }
.about-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; border-top: 1px solid var(--line); padding-top: 54px; }
.about-section h2 { margin-top: 10px; }
.about-large { font-size: 34px; font-weight: 800; line-height: 1.4; margin-top: 25px; }
.about-copy > p { color: #526079; font-size: 15px; }
details { border-bottom: 1px solid var(--line); padding-block: 16px; }
summary { cursor: pointer; font-size: 14px; font-weight: 700; }
details p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.subscribe-section { background: #e8eefb; border-radius: 14px; padding: 38px; display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: center; margin-bottom: 64px; }
.subscribe-mark { border-right: 1px solid #cbd6ec; display: flex; flex-direction: column; align-items: center; gap: 12px; padding-right: 34px; }
.subscribe-mark span { font-size: 12px; color: var(--muted); }
.subscribe-section h2 { margin: 7px 0 10px; }
.subscribe-section p:not(.eyebrow) { max-width: 760px; color: #526079; font-size: 14px; }
.subscribe-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.site-footer { background: white; border-top: 1px solid var(--line); margin-top: 64px; padding: 28px 0; font-size: 12px; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-inner > div { display: flex; flex-wrap: wrap; gap: 22px; }
.breadcrumbs { padding: 26px 0; font-size: 13px; color: var(--muted); }
.breadcrumbs ol { display: flex; list-style: none; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.breadcrumbs li + li:before { content: "/"; color: #a8b3c5; padding-right: 10px; }
.page-banner { background: var(--ink); color: white; padding: 44px; border-radius: 15px; position: relative; }
.page-banner .eyebrow { color: #b8c7e6; }
.page-banner h1 { margin-block: 10px 14px; }
.page-banner h2 { font-size: 23px; color: var(--yellow); margin-bottom: 18px; }
.page-banner > p:not(.eyebrow) { max-width: 850px; color: #d2daeb; font-size: 15px; }
.page-banner .tags { margin-bottom: 0; }
.banner-icon { position: absolute; right: 40px; top: 36px; color: var(--yellow); }
.banner-icon .icon { width: 52px; height: 52px; }
.directory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.directory-grid article { border: 1px solid var(--line); background: white; padding: 25px; border-radius: 10px; }
.directory-grid p { color: var(--muted); font-size: 14px; margin-top: 12px; }
.directory-grid ol { padding-left: 22px; margin-bottom: 0; }
.directory-grid li { padding-block: 6px; font-size: 14px; }
.detail-hero { display: grid; grid-template-columns: 245px 1fr; gap: 46px; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 34px; align-items: center; }
.detail-cover { aspect-ratio: 3/4; border-radius: 10px; overflow: hidden; }
.detail-cover img { width: 100%; height: 100%; }
.detail-hero h1 { margin: 10px 0; }
.detail-intro { font-size: 18px; margin-bottom: 18px; }
.detail-intro + p { color: var(--muted); font-size: 13px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.story-intro > p { max-width: 920px; color: #536078; }
.chapter-buttons { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.chapter-buttons a { border: 1px solid var(--line); border-radius: 10px; background: white; padding: 28px; }
.chapter-buttons span { font-size: 12px; color: var(--blue); font-weight: 800; }
.chapter-buttons h3 { margin: 10px 0; }
.chapter-buttons p { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.recommend-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.reader { max-width: 900px; margin: auto; --reader-bg: #fff; }
.reader-heading { text-align: center; padding: 18px 0 30px; }
.reader-heading h1 { font-size: 36px; margin: 12px 0 16px; }
.reader-heading > p:last-child { font-size: 14px; color: var(--muted); }
.reading-note { background: #e8eefb; padding: 24px; border-radius: 10px; }
.reading-note h2 { font-size: 17px; display: flex; gap: 10px; align-items: center; }
.reading-note p { font-size: 14px; color: #536078; margin-top: 12px; }
.reader-toolbar { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding: 20px 0; }
.reader-toolbar button, .reader-toolbar a { padding: 10px 14px; border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 6px; font-size: 14px; }
.reader.warm { --reader-bg: #f7eed9; }
.panel { margin-top: 24px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--reader-bg); }
.panel h2 { font-size: 18px; display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.panel h2 span { font-size: 13px; color: var(--blue); }
.panel figure { margin: 0; }
.panel img { width: 100%; aspect-ratio: 3/2; height: auto; object-fit: contain; background: #e6ebf4; }
.panel figcaption { font-size: 12px; color: var(--muted); padding: 10px 0; }
.panel-script { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 8px; }
.panel-script p { font-size: var(--reader-font); line-height: 2; }
.chapter-end { text-align: center; margin: 48px 0 30px; }
.end-symbol { display: inline-grid; place-items: center; width: 48px; height: 48px; background: var(--yellow); border-radius: 50%; margin-bottom: 16px; }
.chapter-end h2 { font-size: 24px; }
.chapter-end p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.chapter-nav { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.search-form { display: flex; gap: 10px; max-width: 680px; margin: 24px 0; }
.search-form input { flex: 1; min-width: 0; border: 0; border-radius: 8px; padding: 14px 18px; color: var(--ink); background: white; }
.searchable { row-gap: 36px; margin-top: 24px; }
.shelf-list { margin-top: 24px; display: grid; gap: 15px; }
.shelf-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px; border: 1px solid var(--line); background: white; border-radius: 10px; }
.shelf-row p { color: var(--muted); font-size: 14px; }
.shelf-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); background: var(--ink); color: white; border-radius: 8px; padding: 12px 20px; box-shadow: 0 4px 30px #18243c20; max-width: calc(100% - 32px); z-index: 10; display: none; font-size: 14px; }
.toast.visible { display: block; }

@media (max-width: 1000px) {
    .hero-copy { padding: 32px 28px; }
    .hero-line { font-size: 36px; }
    .hero-facts { gap: 20px; }
    .comic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
    .korean-card { grid-template-columns: 94px 1fr; gap: 14px; }
    .korean-section { padding: 26px; }
    .guide-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
    .editorial-copy { padding: 30px; }
    .about-section { gap: 35px; }
    .primary-nav { gap: 4px; }
    .primary-nav a { font-size: 14px; gap: 5px; }
    .primary-nav .icon { width: 19px; height: 19px; flex-basis: 19px; }
}

@media (max-width: 700px) {
    .container { width: calc(100% - 32px); }
    .header-top { min-height: 80px; gap: 10px; }
    .brand { font-size: 21px; gap: 8px; }
    .brand img { width: 38px; height: 38px; }
    .brand small { font-size: 10px; }
    .header-actions { gap: 14px; }
    .search-link { width: auto; background: none; padding: 8px 0; }
    .search-link span { display: none; }
    .shelf-link { font-size: 12px; gap: 5px; }
    .primary-nav { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; padding-bottom: 14px; }
    .primary-nav a { background: #f5f7fb; font-size: 12px; min-height: 42px; gap: 5px; }
    .hero { grid-template-columns: 1fr; margin-top: 22px; border-radius: 13px; }
    .hero-copy { padding: 30px 25px; }
    .hero h1 { margin-top: 20px; font-size: 16px; }
    .hero-line { font-size: 38px; }
    .hero-desc { font-size: 14px; }
    .hero-art { min-height: 300px; }
    .hero-art > img { object-position: center 30%; }
    .hero-art-caption { left: 24px; bottom: 24px; }
    .hero-art-caption h2 { font-size: 30px; }
    .hero-facts { gap: 26px; }
    .section { margin-top: 48px; }
    h2 { font-size: 23px; }
    .section-heading { align-items: start; gap: 10px; margin-bottom: 22px; }
    .section-heading h2 { font-size: 22px; }
    .section-heading p:not(.eyebrow) { font-size: 13px; }
    .more { font-size: 12px; margin-top: 30px; gap: 2px; }
    .more .icon { width: 16px; flex-basis: 16px; }
    .comic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 16px; }
    .category-section { padding: 22px 16px; }
    .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
    .category-tile { padding: 16px; }
    .category-tile h3 { font-size: 17px; }
    .category-tile p { font-size: 12px; min-height: 42px; }
    .category-count { margin-top: 14px; }
    .editorial { grid-template-columns: 1fr; }
    .editorial-image { min-height: 240px; }
    .editorial-image img { height: 240px; }
    .editorial-copy { padding: 28px; }
    .editorial-copy h2 { font-size: 29px; }
    .ranking-grid { column-gap: 18px; }
    .rank-row { gap: 8px; padding: 20px 0; }
    .rank-number { font-size: 25px; min-width: 30px; }
    .rank-row h3 { font-size: 14px; }
    .rank-row p { font-size: 12px; }
    .rank-row > .icon { display: none; }
    .landscape-grid { gap: 14px; }
    .landscape-card img { height: 130px; }
    .landscape-card a > div { padding: 15px; }
    .landscape-card h3 { font-size: 17px; }
    .landscape-card p { font-size: 12px; }
    .korean-section { padding: 22px 16px; }
    .korean-grid { gap: 22px 14px; }
    .korean-card { display: block; }
    .small-cover { display: block; aspect-ratio: 4/3; margin-bottom: 14px; }
    .korean-card h3 { font-size: 17px; }
    .korean-card p:not(.eyebrow) { font-size: 12px; }
    .strip-grid { grid-template-columns: 1fr; gap: 12px; }
    .story-strip { padding: 14px; gap: 16px; }
    .story-strip img { width: 74px; height: 74px; }
    .finished-section { padding: 24px 20px; }
    .finish-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; }
    .finish-item h3 { font-size: 17px; }
    .finish-item p { font-size: 12px; min-height: 100px; }
    .finish-item .text-link { font-size: 11px; }
    .update-layout { grid-template-columns: 1fr; gap: 14px; }
    .date-block { display: grid; grid-template-columns: 80px 1fr; padding: 20px; align-items: center; gap: 0 20px; }
    .date-block strong { grid-column: 1; grid-row: 1/3; font-size: 60px; }
    .date-block span { grid-column: 2; }
    .date-block p { display: none; }
    .timeline a { gap: 12px; }
    .timeline h3 { font-size: 15px; }
    .timeline > a > .icon { display: none; }
    .status-pill { font-size: 11px; padding: 2px 6px; }
    .guide-grid { gap: 28px 20px; }
    .guide-grid h3 { font-size: 17px; }
    .guide-grid p { font-size: 13px; }
    .about-section { grid-template-columns: 1fr; gap: 25px; padding-top: 34px; }
    .about-large { font-size: 30px; margin-top: 18px; }
    .subscribe-section { padding: 25px; grid-template-columns: 1fr; gap: 23px; margin-bottom: 40px; }
    .subscribe-mark { border-right: 0; padding: 0; flex-direction: row; }
    .subscribe-mark img { width: 58px; height: 58px; }
    .subscribe-section h2 { font-size: 23px; }
    .subscribe-actions { gap: 10px; }
    .subscribe-actions .button { font-size: 12px; padding: 11px 13px; }
    .site-footer { margin-top: 44px; }
    .footer-inner { gap: 14px; }
    .footer-inner > div { gap: 18px; }
    .breadcrumbs { font-size: 12px; padding-block: 20px; }
    .page-banner { padding: 28px 23px; }
    .page-banner h1 { font-size: 31px; padding-right: 20px; }
    .page-banner h2 { font-size: 21px; }
    .page-banner > p:not(.eyebrow) { font-size: 14px; }
    .banner-icon { top: 22px; right: 20px; }
    .banner-icon .icon { width: 30px; height: 30px; }
    .directory-grid { grid-template-columns: 1fr; gap: 18px; }
    .detail-hero { grid-template-columns: 110px 1fr; padding: 20px; gap: 20px; align-items: start; }
    .detail-hero h1 { font-size: 27px; }
    .detail-hero .tags { margin-block: 12px; }
    .detail-intro { font-size: 15px; }
    .detail-actions { gap: 9px; }
    .detail-actions .button { width: 100%; padding-inline: 10px; font-size: 13px; }
    .detail-hero .eyebrow { font-size: 10px; }
    .chapter-buttons { grid-template-columns: 1fr; gap: 16px; }
    .recommend-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 16px; }
    .reader-heading h1 { font-size: 28px; }
    .reader-heading > p:last-child { font-size: 12px; }
    .reading-note { padding: 20px; }
    .reader-toolbar { gap: 7px; }
    .reader-toolbar button, .reader-toolbar a { font-size: 12px; padding: 10px; }
    .panel { padding: 18px; }
    .panel-script p { font-size: var(--reader-font); }
    .chapter-nav { gap: 8px; }
    .chapter-nav .button { font-size: 12px; padding: 11px; }
    .search-form { gap: 8px; }
    .search-form input { padding: 12px; font-size: 14px; width: 100%; }
    .search-form .button { padding: 12px; }
    .search-form .icon { display: none; }
    .shelf-row { flex-direction: column; align-items: stretch; padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { transition: none !important; }
}
