:root { --ink: #1a1c25; --muted: #697082; --paper: #fbfaf8; --panel: #ffffff; --line: #e8e6e2; --accent: #ff5d3d; --accent-dark: #d83e24; --violet: #5d4b91; --shadow: 0 16px 35px rgba(29, 26, 38, .09); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
.shell { width: min(1200px, calc(100% - 40px)); margin-right: auto; margin-left: auto; }
.site-header { position: sticky; z-index: 10; top: 0; background: rgba(251, 250, 248, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { display: flex; align-items: center; gap: 30px; min-height: 78px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; font-weight: 800; letter-spacing: -.5px; }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; color: #fff; background: var(--accent); border-radius: 11px 11px 11px 3px; font-size: 19px; }
.brand-text { font-size: 19px; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 3px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.nav-link { padding: 8px 10px; border-radius: 9px; color: #535967; font-size: 14px; font-weight: 700; }
.nav-link:hover, .nav-link.is-active { color: var(--accent-dark); background: #fff0ec; }
.hero { display: grid; grid-template-columns: 1.35fr .65fr; gap: 34px; margin-top: 58px; padding: 56px; color: #fff; background: linear-gradient(128deg, #25213a, #4d3f78); border-radius: 26px; box-shadow: var(--shadow); }
.section-kicker, .eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.hero .section-kicker { color: #ffb6a7; }
.hero h1 { margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.15; }
.hero h1 a { text-decoration: underline; text-decoration-color: #ff8c72; text-underline-offset: 10px; }
.hero-copy > p:not(.section-kicker) { max-width: 570px; margin: 24px 0; color: #e2ddec; font-size: 18px; }
.hero-actions, .chapter-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.primary-button { display: inline-block; padding: 11px 19px; color: #fff; background: var(--accent); border-radius: 10px; font-weight: 800; box-shadow: 0 8px 18px rgba(255, 93, 61, .22); }
.primary-button:hover { background: var(--accent-dark); }
.text-button { color: var(--accent-dark); font-weight: 800; }
.hero .text-button { color: #fff; }
.hero-feature { display: flex; min-height: 245px; flex-direction: column; justify-content: flex-end; padding: 28px; background: linear-gradient(160deg, #ff876b, #ff5d3d); border-radius: 20px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3); }
.hero-feature p, .hero-feature span { margin: 0; color: #ffe2da; font-weight: 700; }
.hero-feature h2 { margin: 7px 0; font-size: 28px; line-height: 1.25; }
.hero-feature a { margin-top: 17px; font-weight: 800; }
.content-section { margin-top: 78px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-heading h2, .about-section h2, .reading-guide h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); line-height: 1.25; }
.section-heading > a { color: var(--accent-dark); font-weight: 800; }
.section-heading > p { margin: 0; color: var(--muted); }
.comic-grid { display: grid; gap: 20px; }
.four-grid { grid-template-columns: repeat(4, 1fr); }
.five-grid { grid-template-columns: repeat(5, 1fr); }
.comic-card { overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.comic-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.cover-link { display: block; overflow: hidden; background: #e9e7e3; aspect-ratio: 3 / 4; }
.comic-card img { height: 100%; transition: transform .3s ease; }
.comic-card:hover img { transform: scale(1.04); }
.card-copy { padding: 15px; }
.card-copy .eyebrow { color: var(--violet); font-size: 11px; letter-spacing: .4px; }
.card-copy h3 { margin: 0 0 7px; font-size: 18px; line-height: 1.3; }
.card-copy p:last-child { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.category-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.category-card { display: flex; min-height: 152px; flex-direction: column; align-items: center; justify-content: center; padding: 16px 10px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.category-card:hover { color: var(--accent-dark); border-color: #ffb4a4; background: #fff8f5; }
.category-card span { margin-bottom: 8px; color: var(--accent); font-size: 27px; }
.category-card strong { font-size: 15px; }
.category-card small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.spotlight { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; margin-top: 78px; background: #edeaf8; border-radius: 24px; }
.spotlight-copy { padding: 50px; }
.spotlight h2 { margin: 0; font-size: 34px; line-height: 1.3; }
.spotlight p:not(.section-kicker) { color: #555068; }
.spotlight img { min-height: 320px; height: 100%; }
.split-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; }
.rank-list { margin: 20px 0; padding: 0; list-style: none; }
.rank-list li { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 9px; padding: 12px 0; border-bottom: 1px dashed #d9d5d0; font-weight: 800; }
.rank-no { color: var(--accent); font-size: 19px; font-style: italic; }
.rank-list em { color: var(--muted); font-size: 13px; font-style: normal; font-weight: 400; }
.update-panel { padding: 42px; color: #fff; background: #2d2940; border-radius: 22px; }
.update-panel > span { color: #ff927b; font-size: 35px; }.update-panel h3 { margin: 6px 0; font-size: 28px; }.update-panel p { color: #d8d4e3; }.update-panel a { color: #ffb6a7; font-weight: 800; }
.feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.feature-row article { padding: 27px; background: #fff; border-top: 4px solid var(--accent); border-radius: 15px; box-shadow: 0 8px 22px rgba(30, 25, 36, .04); }.feature-row span { color: var(--accent); font-size: 26px; }.feature-row h3 { margin: 6px 0; font-size: 22px; }.feature-row p { color: var(--muted); }.feature-row a { color: var(--accent-dark); font-weight: 800; }
.reading-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 34px; align-items: center; padding: 38px; background: #fff3e8; border-radius: 22px; }.guide-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.guide-steps p { margin: 0; padding: 14px; background: rgba(255,255,255,.75); border-radius: 12px; font-size: 14px; }.guide-steps b { display: block; color: var(--accent); font-size: 22px; }
.quote-section { margin-top: 78px; padding: 42px; text-align: center; background: #f0eef6; border-radius: 22px; }.quote-section p { max-width: 750px; margin: 0 auto 10px; font-size: clamp(22px, 3vw, 32px); font-weight: 800; line-height: 1.4; }.quote-section span { color: var(--muted); font-size: 14px; }
.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding: 48px; border: 1px solid var(--line); border-radius: 22px; }.about-section p { margin-top: 0; color: #4e5360; }.app-section { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 78px; margin-bottom: 78px; padding: 42px 55px; color: #fff; background: linear-gradient(115deg, #ff5d3d, #eb765d); border-radius: 24px; }.app-section .section-kicker { color: #ffe3dc; }.app-section h2 { margin: 0; font-size: 34px; }.app-section p:not(.section-kicker) { max-width: 620px; color: #fff0ec; }.app-section .primary-button { color: var(--accent-dark); background: #fff; }.qr-box { display: grid; width: 145px; height: 145px; flex: 0 0 145px; place-items: center; color: var(--ink); background: #fff; border-radius: 16px; text-align: center; }.qr-box span { display: grid; width: 55px; height: 55px; place-items: center; color: #fff; background: var(--accent); border-radius: 12px; font-size: 29px; font-weight: 800; }.qr-box small { line-height: 1.2; font-weight: 800; }
.site-footer { padding: 35px 0; color: #c8c4d2; background: #1d1a2a; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-inner p { margin: 0; font-size: 13px; }.footer-brand { color: #fff; }
.channel-page, .reader { padding-top: 38px; }.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; }.breadcrumb a { color: var(--accent-dark); }.channel-hero { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 42px 48px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }.channel-hero h1 { margin: 0; font-size: 42px; line-height: 1.2; }.channel-hero p:not(.section-kicker) { max-width: 680px; margin-bottom: 0; color: var(--muted); }.channel-icon { color: var(--accent); font-size: 70px; }.seo-copy { margin: 74px 0; padding: 35px; border-left: 5px solid var(--accent); background: #fff; }.seo-copy h2 { margin-top: 0; }.seo-copy p { margin-bottom: 0; color: var(--muted); }
.reader-article { max-width: 830px; margin: 26px auto 75px; }.reader-head { padding: 36px 0; text-align: center; }.reader-head h1 { margin: 0; font-size: clamp(32px, 5vw, 48px); }.reader-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 16px; color: var(--muted); font-size: 14px; }.reading-note { padding: 22px 26px; margin-bottom: 28px; background: #fff3e8; border-radius: 14px; }.reading-note h2 { margin: 0 0 7px; font-size: 19px; }.reading-note p { margin: 0; color: #625a54; }.comic-pages { overflow: hidden; background: #e8e5df; border-radius: 14px; }.reader-page { margin: 0; background: #fff; }.reader-page img { min-height: 400px; max-height: 760px; object-fit: contain; background: #e9e7e2; }.reader-page figcaption { padding: 8px; color: var(--muted); text-align: center; font-size: 12px; }.chapter-end { margin-top: 30px; padding: 36px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; }.chapter-end h2 { margin: 0; }.chapter-end p { color: var(--muted); }.chapter-nav { justify-content: center; }.chapter-nav a { padding: 9px 13px; color: var(--accent-dark); font-weight: 800; }.chapter-nav .back-button { color: #fff; background: var(--accent); border-radius: 9px; }
@media (max-width: 960px) { .nav-wrap { gap: 17px; }.main-nav { justify-content: flex-start; }.four-grid { grid-template-columns: repeat(2, 1fr); }.five-grid { grid-template-columns: repeat(3, 1fr); }.category-grid { grid-template-columns: repeat(4, 1fr); }.hero { padding: 38px; }.split-section, .about-section { gap: 30px; }.spotlight-copy { padding: 35px; } }
@media (max-width: 640px) { .shell { width: min(100% - 28px, 1200px); }.nav-wrap { min-height: 68px; }.brand-text { display: none; }.main-nav { gap: 0; }.nav-link { padding: 7px 9px; font-size: 13px; }.hero { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; padding: 28px; border-radius: 18px; }.hero-copy > p:not(.section-kicker) { font-size: 16px; }.hero-feature { min-height: 180px; }.content-section { margin-top: 52px; }.section-heading { align-items: start; flex-direction: column; gap: 7px; }.four-grid, .five-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }.card-copy { padding: 12px; }.card-copy h3 { font-size: 16px; }.category-grid { grid-template-columns: repeat(2, 1fr); }.category-card { min-height: 128px; }.spotlight, .split-section, .reading-guide, .about-section { grid-template-columns: 1fr; }.spotlight-copy, .about-section { padding: 28px; }.spotlight img { min-height: 220px; }.feature-row, .guide-steps { grid-template-columns: 1fr; }.feature-row article { padding: 22px; }.quote-section { margin-top: 52px; padding: 30px 20px; }.app-section { align-items: start; margin-top: 52px; margin-bottom: 52px; padding: 30px; }.app-section h2 { font-size: 27px; }.qr-box { width: 110px; height: 110px; flex-basis: 110px; }.qr-box span { width: 43px; height: 43px; font-size: 22px; }.footer-inner { align-items: flex-start; flex-direction: column; }.channel-hero { padding: 30px; }.channel-hero h1 { font-size: 34px; }.channel-icon { display: none; }.reader-article { margin-top: 15px; }.reader-head { padding: 25px 0; }.reader-page img { min-height: 280px; }.chapter-end { padding: 28px 17px; } }
