:root { --yellow: #f6d84c; --ink: #22241f; --muted: #696d65; --line: #e8eae3; --paper: #fff; --soft: #f6f7f3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
a:hover { color: #826400; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #b38900; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; background: #e7eae2; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: 38px; line-height: 1.4; letter-spacing: -1px; }
h2 { font-size: 28px; line-height: 1.5; }
h3 { font-size: 18px; line-height: 1.6; }
p { color: var(--muted); }
.wrap { width: min(1200px, calc(100% - 48px)); margin: auto; }
.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.header-top { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 800; line-height: 1.4; }
.brand img { background: transparent; }
.brand b { display: block; font-size: 10px; letter-spacing: 3px; margin-top: 4px; }
.header-note { font-size: 14px; color: var(--muted); }
.shelf-link { font-size: 14px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 30px; }
.icon { display: inline-flex; align-items: center; justify-content: center; width: 25px; flex-shrink: 0; margin-right: 7px; font-size: 21px; line-height: 1; }
.main-nav { display: flex; justify-content: space-between; gap: 8px; padding-top: 10px; padding-bottom: 14px; }
.main-nav a { display: flex; align-items: center; justify-content: center; padding: 9px 10px; white-space: nowrap; font-size: 14px; border-radius: 8px; }
.main-nav .active { background: var(--yellow); color: #22241f; font-weight: 700; }
main > section { margin-top: 72px; }
.hero { margin-top: 32px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; }
.hero-copy { background: var(--yellow); border-radius: 18px; padding: 38px; }
.pill { display: inline-flex; align-items: center; padding: 5px 12px; border: 1px solid #0002; border-radius: 30px; font-size: 14px; }
.hero h1 { font-size: 19px; margin: 24px 0 12px; letter-spacing: 0; }
.hero-slogan { font-size: 42px; color: var(--ink); font-weight: 800; line-height: 1.4; margin-bottom: 20px; letter-spacing: -1px; }
.hero-copy > p:not(.hero-slogan) { max-width: 420px; color: #514b2e; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; }
.button:hover { color: #fff; background: #404639; }
.button.secondary { background: transparent; color: inherit; border-color: #7776; }
.hero-caption { font-size: 12px; margin-top: 26px; color: #5c5335; }
.hero-feature { display: block; position: relative; min-height: 475px; border-radius: 18px; overflow: hidden; background: #223c36; }
.hero-feature > img { position: absolute; width: 100%; height: 100%; opacity: .83; }
.hero-feature:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 20%, #10241bec); }
.feature-caption { position: absolute; bottom: 30px; left: 30px; right: 30px; color: #fff; z-index: 1; }
.feature-caption span, .feature-caption p { font-size: 14px; color: #eee; }
.feature-caption h2 { font-size: 35px; margin: 10px 0; }
.round-arrow { position: absolute; right: 0; top: 4px; border: 1px solid #fffa; border-radius: 50%; padding: 6px 15px; }
.quick-route { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 24px; border: 1px solid var(--line); border-radius: 14px; padding: 20px 10px; }
.quick-route a { display: flex; align-items: center; gap: 12px; justify-content: center; border-right: 1px solid var(--line); }
.quick-route a:last-child { border: 0; }
.quick-route .icon { font-size: 30px; }
.quick-route small { display: block; font-size: 12px; color: var(--muted); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; color: #707666; margin-bottom: 10px; }
.section-head p { margin-top: 8px; font-size: 14px; }
.text-link { font-size: 14px; font-weight: 700; white-space: nowrap; border-bottom: 1px solid; }
.grid { display: grid; gap: 24px; }
.six { grid-template-columns: repeat(6,minmax(0,1fr)); }
.three { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.cover { display: block; position: relative; overflow: hidden; border-radius: 10px; }
.cover img { width: 100%; aspect-ratio: 3/4; transition: transform .3s; }
.cover:hover img { transform: scale(1.04); }
.cover-tag { position: absolute; bottom: 9px; right: 9px; border-radius: 5px; background: #171e21d9; color: #fff; padding: 2px 8px; font-size: 12px; }
.card-meta { margin: 14px 0 5px; font-size: 12px; color: #6b7363; }
.comic-card p { margin-top: 5px; font-size: 13px; }
.rank-section { border-radius: 16px; padding: 32px; background: var(--soft); }
.rank-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 36px; }
.rank-item { display: flex; align-items: center; gap: 18px; border-top: 1px solid #dcdfd5; padding: 22px 0; }
.rank-item > a { margin-left: auto; font-size: 13px; white-space: nowrap; }
.rank-no { font: italic 36px Georgia,serif; color: #b69727; }
.rank-item p { font-size: 13px; }
.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.category-tile { border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.category-tile > .icon { background: #f4f0d8; padding: 24px; border-radius: 12px; margin-bottom: 20px; }
.category-tile:nth-child(2n) > .icon { background: #eaf0e8; }
.category-tile p { font-size: 14px; margin: 6px 0 20px; }
.category-tile > span:last-child { font-size: 12px; color: #737667; }
.korean-feature { background: #f5f0ed; border-radius: 16px; padding: 32px; }
.korean-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.korean-grid article { display: grid; grid-template-columns: 125px 1fr; gap: 20px; }
.korean-grid img { aspect-ratio: 3/4; border-radius: 8px; width: 100%; }
.korean-grid article span { font-size: 12px; color: #806d62; }
.korean-grid h3 { margin-top: 8px; }
.korean-grid p { font-size: 14px; margin: 9px 0 12px; }
.world-section { background: #202e2a; color: white; border-radius: 16px; padding: 32px; }
.world-section .eyebrow, .world-section p { color: #bfcfc6; }
.world-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.world-grid article { position: relative; overflow: hidden; border-radius: 8px; }
.world-grid img { width: 100%; aspect-ratio: 3/4; opacity: .65; }
.world-grid article > div { position: absolute; bottom: 0; padding: 35px 16px 18px; background: linear-gradient(transparent,#15251afa); width: 100%; }
.world-grid span { font-size: 12px; }
.world-grid p { font-size: 12px; margin-top: 6px; }
.reading-plan { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 2px solid var(--ink); }
.reading-plan article { padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reading-plan article:last-child { border-right: 0; }
.reading-plan span { font-size: 13px; color: #807139; }
.reading-plan h3 { margin: 14px 0 10px; }
.reading-plan p { font-size: 14px; min-height: 52px; }
.reading-plan a:last-child { display: inline-block; font-size: 13px; margin-top: 18px; }
.finish-list article { display: grid; grid-template-columns: 55px 1fr 1.4fr 85px 100px; align-items: center; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.finish-list article > span { background: #ebf3e9; color: #466144; border-radius: 4px; text-align: center; font-size: 12px; }
.finish-list p, .finish-list article > a { font-size: 14px; }
.shelf-section { padding: 36px; border: 2px dashed #d9d9c7; border-radius: 14px; }
.shelf-starters { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; }
.shelf-starters a, .saved-row { background: var(--soft); padding: 18px 24px; border-radius: 8px; }
.saved-row { display: flex; justify-content: space-between; margin-top: 12px; gap: 10px; }
.saved-row button { background: none; border: 0; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
details { border-bottom: 1px solid var(--line); padding: 20px 0; }
summary { cursor: pointer; font-weight: 700; }
details p { margin-top: 15px; font-size: 14px; }
.about-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; padding: 45px 0; border-top: 1px solid var(--line); }
.about-section > div:first-child > p { margin-top: 24px; font-weight: 700; }
.about-section > div:last-child p + p { margin-top: 18px; }
.subscribe-section { display: grid; grid-template-columns: 180px 1fr; gap: 45px; align-items: center; padding: 40px; border-radius: 16px; background: var(--yellow); margin-top: 38px; margin-bottom: 48px; }
.subscribe-section p { color: #5c5335; margin-top: 10px; max-width: 740px; }
.subscribe-section small { display: block; font-size: 12px; margin-top: 12px; overflow-wrap: anywhere; }
.subscribe-mark { text-align: center; border: 1px solid #a1893550; padding: 25px; border-radius: 16px; }
.subscribe-mark img { margin: auto; background: transparent; }
.subscribe-mark span { display: block; font-size: 12px; letter-spacing: 3px; margin-top: 12px; }
.site-footer { border-top: 1px solid var(--line); padding: 35px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; }
.site-footer p, .site-footer a { font-size: 12px; margin-top: 8px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; font-size: 14px; color: var(--muted); }
.page-intro { margin-top: 30px; background: var(--soft); border-radius: 16px; padding: 40px; }
.page-intro p { max-width: 850px; margin: 18px 0 24px; }
.column-note { background: var(--soft); padding: 32px; border-radius: 14px; margin-bottom: 64px; }
.column-note p { margin: 16px 0; }
.detail-hero { display: grid; grid-template-columns: 280px 1fr; gap: 48px; margin-top: 25px; }
.detail-cover img { width: 100%; aspect-ratio: 3/4; border-radius: 12px; }
.detail-hero h1 { margin: 15px 0; }
.detail-hero p { margin-top: 16px; }
.muted { font-size: 13px; }
.chapter-entry { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 8px; margin-top: 22px; }
main > section:last-child { margin-bottom: 64px; }
.reader { max-width: 800px; margin: auto; }
.reader-head { text-align: center; margin: 40px 0; }
.reader-head h1 span { display: block; font-size: 24px; margin-top: 15px; }
.reader-head p { margin-top: 16px; font-size: 13px; }
.read-note { padding: 22px; border-radius: 12px; background: var(--soft); font-size: 14px; }
.reader-controls { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.reader-controls button { background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 8px 14px; font-size: 14px; }
.reading-panel { margin: 36px 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.reading-panel img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #edf0e9; }
.reading-panel figcaption { padding: 32px; }
.reading-panel h2 { font-size: 23px; margin-bottom: 15px; }
.reading-panel p { color: var(--ink); font-size: 18px; line-height: 2; }
blockquote { border-left: 3px solid var(--yellow); padding-left: 18px; margin: 22px 0 0; color: var(--muted); }
.chapter-end { text-align: center; padding: 40px 20px; background: var(--soft); border-radius: 12px; }
.chapter-end > span { font-size: 38px; color: #b79926; }
.chapter-end h2 { font-size: 24px; }
.chapter-end p { margin: 15px 0 22px; }
.chapter-nav { display: flex; justify-content: space-between; gap: 15px; margin: 32px 0 70px; flex-wrap: wrap; }
body.night { --paper: #171e1b; --ink: #e5eae2; --muted: #b4bcb0; --soft: #26322a; --line: #39463c; }
.night .button { background: #f6d84c; color: #222; }
.large-text .reading-panel p, .large-text blockquote { font-size: 22px; }
#toast { position: fixed; bottom: 25px; left: 50%; transform: translateX(-50%); padding: 12px 22px; border-radius: 8px; background: #222; color: #fff; font-size: 14px; max-width: 90%; z-index: 10; display: none; }
#toast.visible { display: block; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 20px; top: 10px; background: white; padding: 12px; z-index: 20; }
@media (max-width: 1050px) {
    .main-nav { flex-wrap: wrap; justify-content: flex-start; }
    .main-nav a { flex: 1 0 17%; }
    .hero-copy { padding: 28px; }
    .hero-slogan { font-size: 34px; }
    .six { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .category-grid, .world-grid, .reading-plan { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .korean-grid article { grid-template-columns: 90px 1fr; gap: 14px; }
    .finish-list article { grid-template-columns: 45px 1fr 75px 90px; }
    .finish-list article p { display: none; }
}
@media (max-width: 680px) {
    .wrap { width: calc(100% - 32px); }
    .header-top { min-height: 82px; gap: 8px; }
    .header-note { display: none; }
    .brand { font-size: 20px; gap: 8px; }
    .brand b { font-size: 9px; letter-spacing: 2px; }
    .shelf-link { padding: 7px 9px; font-size: 12px; }
    .shelf-link .icon { display: none; }
    .main-nav { gap: 6px; padding-top: 0; }
    .main-nav a { flex: 0 0 calc((100% - 12px)/3); padding: 8px 3px; font-size: 13px; }
    .main-nav .icon { font-size: 18px; width: 18px; margin-right: 4px; }
    main > section { margin-top: 48px; }
    .hero { grid-template-columns: 1fr; gap: 16px; margin-top: 22px; }
    .hero-copy { padding: 27px 24px; }
    .hero-slogan { font-size: 34px; }
    .hero-feature { min-height: 330px; }
    .hero-caption { font-size: 11px; }
    .feature-caption { left: 23px; right: 23px; }
    .feature-caption h2 { font-size: 30px; }
    .quick-route { grid-template-columns: 1fr 1fr; padding: 8px; gap: 0; }
    .quick-route a { padding: 14px 4px; gap: 4px; border: 0; font-size: 14px; }
    .quick-route .icon { font-size: 25px; margin-right: 4px; }
    .quick-route small { font-size: 11px; }
    .section-head { gap: 12px; align-items: flex-start; }
    h2 { font-size: 23px; }
    h1 { font-size: 29px; }
    h3 { font-size: 16px; }
    .text-link { font-size: 12px; margin-top: 10px; }
    .section-head p { font-size: 13px; }
    .grid { gap: 20px 14px; }
    .six, .three { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .rank-section, .korean-feature, .world-section, .shelf-section { padding: 22px 18px; }
    .rank-grid { grid-template-columns: 1fr; }
    .rank-item { padding: 18px 0; gap: 14px; }
    .category-grid { gap: 12px; }
    .category-tile { padding: 18px 14px; }
    .category-tile p { font-size: 12px; }
    .korean-grid { grid-template-columns: 1fr; gap: 24px; }
    .korean-grid article { grid-template-columns: 100px 1fr; }
    .world-grid { gap: 12px; }
    .world-grid article > div { padding: 35px 10px 12px; }
    .world-grid img { aspect-ratio: 2/3; }
    .world-grid p { display: none; }
    .reading-plan article { padding: 20px 12px; }
    .reading-plan article:nth-child(2) { border-right: 0; }
    .finish-list article { grid-template-columns: 36px 1fr; gap: 12px; }
    .finish-list article > a { text-align: center; background: var(--soft); padding: 5px; border-radius: 5px; }
    .finish-list article > a:nth-last-child(2) { grid-column: 1; }
    .guide-grid { grid-template-columns: 1fr; gap: 0; }
    .about-section { grid-template-columns: 1fr; gap: 24px; padding: 30px 0; }
    .subscribe-section { grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
    .subscribe-mark { display: flex; align-items: center; gap: 20px; padding: 14px; width: fit-content; }
    .subscribe-mark img { width: 50px; }
    .subscribe-mark span { margin: 0; text-align: left; }
    .footer-inner { flex-direction: column; }
    .page-intro { padding: 28px 22px; }
    .detail-hero { grid-template-columns: 1fr; gap: 25px; }
    .detail-cover { max-width: 220px; margin: auto; }
    .chapter-list .two { grid-template-columns: 1fr; gap: 0; }
    .chapter-entry { padding: 18px; }
    .column-note { padding: 24px; }
    .reading-panel figcaption { padding: 23px; }
    .reader-head h1 span { font-size: 19px; }
    .chapter-nav .button { flex: 1; padding: 10px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
