* { box-sizing: border-box; }
body { margin: 0; color: #202336; background: #fffdf8; font-family: "Microsoft YaHei", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
.site-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; padding: 18px 0; background: rgba(255,253,248,.95); border-bottom: 1px solid #eae7df; }
.header-inner { display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 22px; font-weight: 800; white-space: nowrap; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; background: #ffd74d; border-radius: 12px 12px 18px 18px; }
.primary-nav { display: flex; flex: 1; justify-content: flex-end; gap: 3px; }
.nav-item { display: inline-flex; gap: 5px; align-items: center; padding: 7px 9px; color: #6d7184; border-radius: 9px; font-size: 13px; white-space: nowrap; }
.nav-item:hover, .nav-item.is-active { color: #202336; background: #fff0a7; font-weight: 700; }
.menu-toggle { display: none; margin-left: auto; border: 0; border-radius: 8px; background: #fff0a7; font-size: 20px; }
.hero { margin-top: 38px; padding: 45px 0 55px; }
.hero-grid, .feature-grid, .spotlight-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; }
.eyebrow { margin: 0 0 8px; color: #7158d8; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 14px; font-size: clamp(38px, 5vw, 68px); line-height: 1.1; }
h2 { margin-bottom: 14px; font-size: clamp(25px, 3vw, 36px); line-height: 1.25; }
h3 { margin-bottom: 5px; line-height: 1.35; }
.hero-copy > p:not(.eyebrow), .feature-copy p, .spotlight-grid p, .about-section p, .page-intro p, .seo-copy p { color: #6d7184; }
.hero-actions, .chapter-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; justify-content: center; padding: 11px 19px; border: 1px solid #202336; border-radius: 999px; font-weight: 800; }
.button-primary { background: #ffd74d; }
.button-ghost { border-color: #eae7df; background: #fff; }
.button-dark { color: #fff; background: #202336; }
.hero-art { position: relative; }
.hero-art img { aspect-ratio: 1.15 / 1; border-radius: 28px; box-shadow: 16px 16px 0 #ffe996; }
.hero-note { position: absolute; right: -14px; bottom: 25px; padding: 13px 17px; background: #fff; border: 1px solid #eae7df; border-radius: 13px; }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { color: #6d7184; font-size: 12px; }
.section { margin-top: 80px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.section-heading h2 { margin-bottom: 0; }
.text-link { color: #7158d8; font-weight: 800; white-space: nowrap; }
.comic-grid { display: grid; gap: 20px; }
.four-up { grid-template-columns: repeat(4, 1fr); }
.five-up, .ranking-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.comic-card { overflow: hidden; background: #fff; border: 1px solid #eae7df; border-radius: 16px; }
.cover { display: block; overflow: hidden; }
.cover img { aspect-ratio: 3 / 4; }
.card-copy { padding: 13px; }
.card-copy p, .card-copy span { color: #6d7184; font-size: 12px; }
.card-copy p { margin-bottom: 5px; }
.card-copy span { display: block; }
.feature-band, .spotlight-section, .reader-tips { padding: 56px 0; background: #f3efff; }
.feature-story { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; padding: 18px; background: #fff; border-radius: 18px; }
.feature-story img { aspect-ratio: 3 / 4; border-radius: 12px; }
.ranking-list { padding: 0; list-style: none; }
.ranking-list li { padding: 13px; background: #fff; border: 1px solid #eae7df; border-radius: 14px; }
.ranking-list strong { color: #7158d8; font-size: 21px; }
.ranking-list img { aspect-ratio: 1; margin: 7px 0; border-radius: 9px; }
.ranking-list p { margin-bottom: 7px; color: #6d7184; font-size: 12px; }
.ranking-list a, .wide-story-grid a { color: #7158d8; font-size: 13px; font-weight: 800; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.category-card { padding: 22px; background: #fff; border: 1px solid #eae7df; border-radius: 15px; }
.category-card > span { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 15px; color: #7158d8; background: #f3efff; border-radius: 12px; font-size: 21px; }
.category-card p { margin-bottom: 0; color: #6d7184; font-size: 14px; }
.spotlight-section { background: #fff0ad; }
.spotlight-grid > img { aspect-ratio: 16 / 10; border-radius: 18px; }
.wide-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.wide-story-grid article { display: grid; grid-template-columns: 100px 1fr; gap: 14px; align-items: center; padding: 14px; border-bottom: 2px solid #eae7df; }
.wide-story-grid img { aspect-ratio: 3 / 4; border-radius: 10px; }
.wide-story-grid span { color: #7158d8; font-size: 13px; font-weight: 800; }
.reader-tips { text-align: center; background: #202336; color: #fff; }
.reader-tips .eyebrow { color: #ffd74d; }
.tips-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.tips-grid span { color: #ffd74d; font-size: 28px; }
.tips-grid p { margin-bottom: 0; color: #c6c8d5; }
.about-section { display: grid; grid-template-columns: 110px 1fr; gap: 28px; align-items: center; padding: 38px; background: #fff; border: 1px solid #eae7df; border-radius: 24px; }
.about-icon { display: grid; width: 100px; height: 100px; place-items: center; background: #fff0a7; border-radius: 50%; font-size: 45px; }
.app-subscribe { margin-top: 80px; padding: 56px 0; background: #ffe065; }
.subscribe-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.qr-card { display: grid; min-width: 170px; padding: 20px; place-items: center; background: repeating-conic-gradient(#202336 0 25%, #fff 0 50%) 50% / 18px 18px; border: 10px solid #fff; text-align: center; }
.qr-card span, .qr-card strong, .qr-card small { z-index: 1; padding: 2px 7px; background: #fff; }
.qr-card span { font-size: 32px; }
.site-footer { padding: 24px 0; color: #c6c8d5; background: #202336; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer-inner p { margin-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 35px; color: #6d7184; font-size: 14px; }
.breadcrumbs a { color: #7158d8; }
.page-intro { padding: 38px 0 10px; border-bottom: 1px solid #eae7df; }
.page-intro h1 { font-size: clamp(34px, 4vw, 54px); }
.seo-copy { margin-top: 70px; padding: 32px; background: #f3efff; border-radius: 18px; }
.seo-copy p { margin-bottom: 0; }
.reading-header { max-width: 820px; margin: 35px auto 30px; text-align: center; }
.reading-header h1 { font-size: clamp(30px, 4vw, 48px); }
.reading-header > p:not(.eyebrow) { color: #6d7184; }
.reading-note { display: grid; gap: 5px; padding: 16px; color: #6d7184; background: #fff6cf; border-radius: 12px; text-align: left; }
.reading-note strong { color: #202336; }
.comic-reader { display: grid; max-width: 760px; gap: 20px; margin: 0 auto; }
.comic-reader figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid #eae7df; border-radius: 14px; }
.comic-reader img { aspect-ratio: 4 / 5; }
.comic-reader figcaption { padding: 8px 12px; color: #6d7184; font-size: 13px; }
.chapter-end { max-width: 760px; margin: 50px auto 80px; padding: 35px; background: #f3efff; border-radius: 18px; text-align: center; }
.chapter-end > span { color: #7158d8; font-size: 30px; }
.chapter-end p { color: #6d7184; }
.chapter-end .chapter-actions { justify-content: center; }
@media (max-width: 980px) { .primary-nav { flex-wrap: wrap; } .five-up, .ranking-list { grid-template-columns: repeat(3, 1fr); } .four-up { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .site-shell { width: min(100% - 28px, 1200px); } .header-inner { flex-wrap: wrap; gap: 10px; } .menu-toggle { display: block; } .primary-nav { display: none; width: 100%; justify-content: flex-start; flex-wrap: wrap; padding-top: 8px; border-top: 1px solid #eae7df; } .primary-nav.is-open { display: flex; } .nav-item { font-size: 13px; } .hero { margin-top: 18px; padding-top: 25px; } .hero-grid, .feature-grid, .spotlight-grid, .subscribe-grid { grid-template-columns: 1fr; gap: 28px; } .five-up, .ranking-list, .category-grid, .wide-story-grid, .tips-grid { grid-template-columns: repeat(2, 1fr); } .about-section { grid-template-columns: 1fr; padding: 26px; } .about-icon { width: 70px; height: 70px; font-size: 32px; } .qr-card { width: 170px; } }
@media (max-width: 440px) { .four-up, .five-up, .ranking-list, .category-grid, .wide-story-grid, .tips-grid { grid-template-columns: 1fr; } .section-heading, .footer-inner { align-items: flex-start; flex-direction: column; } .hero-note { right: 8px; bottom: 10px; } }
