:root { --ink: #18352c; --leaf: #316653; --banana: #ffd84d; --cream: #fffdf4; --paper: #ffffff; --line: #dfe8dd; --muted: #688077; --shadow: 0 18px 48px rgba(24,53,44,.09); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
.site-header { width: min(1200px, calc(100% - 32px)); margin: 24px auto 48px; position: relative; z-index: 2; }
.header-shell { min-height: 74px; display: flex; align-items: center; gap: 30px; padding: 12px 20px; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(24,53,44,.06); }
.brand { display: flex; align-items: center; gap: 8px; font-size: 21px; font-weight: 800; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--banana); font-size: 22px; transform: rotate(-7deg); }
.main-nav { display: flex; justify-content: flex-end; flex: 1; gap: 4px; }
.main-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 10px; border-radius: 10px; color: #466257; font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { background: #ecf6e9; color: #1b5d43; }
.nav-icon { font-size: 16px; }
.nav-toggle { display: none; margin-left: auto; border: 0; background: var(--banana); color: var(--ink); padding: 8px 11px; border-radius: 10px; font-size: 20px; }
main, .site-footer, .app-subscribe { width: min(1200px, calc(100% - 32px)); margin-left: auto; margin-right: auto; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; min-height: 448px; padding: 48px 54px; border-radius: 30px; background: linear-gradient(125deg, #e8f6e5 0%, #fff8d7 100%); overflow: hidden; }
.eyebrow { margin: 0 0 9px; color: #63863a; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 14px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1.12; letter-spacing: -.06em; }
h2 { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.25; letter-spacing: -.035em; }
h3 { font-size: 1.1rem; line-height: 1.35; }
.hero-text { max-width: 520px; color: #466257; font-size: 18px; }
.hero-actions, .chapter-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 19px; border: 1px solid var(--ink); border-radius: 12px; font-weight: 800; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: #fff; color: var(--ink); }
.hero-art { position: relative; }
.hero-art img { aspect-ratio: 4 / 3; border-radius: 22px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; right: -15px; bottom: 20px; display: grid; padding: 14px 18px; border-radius: 15px; background: var(--banana); box-shadow: var(--shadow); }
.hero-badge strong { font-size: 18px; }
.hero-badge span { font-size: 12px; }
.quick-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 28px; }
.stat-item { padding: 22px 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.stat-item strong { display: block; color: #5b833a; font-size: 26px; }
.stat-item span { display: block; font-weight: 800; }
.stat-item small, .small-copy, .section-note, .card-meta, .update { color: var(--muted); }
.content-section, .category-section, .spotlight, .rank-section, .mood-section, .schedule-section, .reader-quote, .about-section, .seo-copy, .app-subscribe, .page-hero, .reader-page { margin-top: 76px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.section-head h2 { margin-bottom: 0; }
.text-link { color: #28654c; font-weight: 800; }
.comic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.comic-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.comic-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cover-link img { aspect-ratio: 3 / 4; }
.comic-info { padding: 16px; }
.tag { margin-bottom: 8px; color: #588239; font-size: 13px; font-weight: 800; }
.comic-info h3 { margin-bottom: 7px; }
.small-copy { min-height: 50px; margin-bottom: 14px; font-size: 14px; line-height: 1.6; }
.card-meta { display: flex; justify-content: space-between; gap: 6px; padding-top: 12px; border-top: 1px solid #edf1eb; font-size: 12px; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card { min-height: 192px; padding: 25px; border-radius: 18px; color: var(--ink); position: relative; overflow: hidden; }
.category-card.lime { background: #e5f4d7; } .category-card.orange { background: #fff0d2; } .category-card.violet { background: #eee5ff; } .category-card.blue { background: #e0efff; } .category-card.pink { background: #ffe3eb; } .category-card.gold { background: #fff5b9; }
.category-icon { display: block; margin-bottom: 8px; font-size: 32px; font-weight: 900; }
.category-card h3 { margin-bottom: 5px; }
.category-card p { max-width: 220px; font-size: 14px; line-height: 1.55; }
.category-arrow { position: absolute; right: 22px; bottom: 18px; font-size: 24px; }
.spotlight { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; padding: 30px; background: var(--ink); color: #fff; border-radius: 26px; }
.spotlight-image img { aspect-ratio: 4 / 3; border-radius: 16px; }
.spotlight-copy .eyebrow { color: #d7f28d; }
.spotlight-copy > p:not(.eyebrow) { color: #d4e3d8; font-size: 17px; }
.rating-row { display: flex; align-items: center; gap: 10px; margin: 20px 0; color: var(--banana); }
.rating-row small { color: #c7d5ca; }
.rank-section { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.rank-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 15px; padding: 0; margin: 0; list-style: none; }
.rank-list li { display: grid; grid-template-columns: auto 52px 1fr; gap: 10px; align-items: center; }
.rank-list img { width: 52px; aspect-ratio: 3 / 4; border-radius: 9px; }
.rank-no { color: #85a376; font-weight: 900; font-size: 19px; }
.rank-list h3 { margin: 0 0 2px; font-size: 14px; }
.rank-list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.heat { display: none; }
.mood-section { display: flex; justify-content: space-between; gap: 30px; padding: 34px; border-radius: 22px; background: #f6ecc9; }
.mood-copy h2 { margin-bottom: 5px; }
.mood-copy p:not(.eyebrow) { margin: 0; color: #5c6455; }
.mood-links { display: flex; flex-wrap: wrap; align-content: center; justify-content: end; gap: 10px; max-width: 510px; }
.mood-links a { padding: 9px 16px; border: 1px solid #d6c382; border-radius: 999px; background: rgba(255,255,255,.65); font-weight: 800; }
.schedule-section { padding: 34px; background: #eaf5ec; border-radius: 23px; }
.schedule-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.day-card { min-height: 138px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-radius: 14px; background: #fff; }
.day-card strong { color: #5b833a; }
.day-card span { font-weight: 800; line-height: 1.35; }
.day-card small { color: var(--muted); font-size: 12px; }
.reader-quote { padding: 44px 10%; text-align: center; }
.quote-mark { height: 55px; color: var(--banana); font-family: Georgia, serif; font-size: 82px; line-height: 1; }
blockquote { margin: 0 auto 16px; max-width: 810px; font-size: clamp(1.25rem, 2.5vw, 1.8rem); font-weight: 800; line-height: 1.6; }
.reader-quote p { color: var(--muted); }
.about-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 56px; padding: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-text p { color: #4b665b; font-size: 17px; }
.app-subscribe { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 76px; margin-bottom: 28px; padding: 37px 48px; border-radius: 24px; background: var(--banana); }
.app-copy p:not(.eyebrow) { max-width: 600px; margin-bottom: 20px; }
.qr-card { width: 168px; flex: 0 0 168px; padding: 14px; border-radius: 16px; background: #fff; text-align: center; font-size: 11px; font-weight: 800; }
.qr-grid { width: 140px; height: 140px; margin-bottom: 8px; background: repeating-linear-gradient(90deg,#17362b 0 8px,transparent 8px 14px), repeating-linear-gradient(#17362b 0 7px,#fff 7px 13px); border: 8px solid #17362b; }
.site-footer { padding: 22px 0 36px; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: #638075; font-size: 13px; }
.footer-inner p { margin: 0; }
.page-hero { padding: 43px; border-radius: 25px; background: linear-gradient(120deg,#e6f5dd,#fff8d9); }
.page-hero h1 { font-size: clamp(2.4rem,4vw,3.7rem); }
.crumb { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; color: #668176; font-size: 14px; }
.crumb a { color: #2a624c; text-decoration: underline; text-underline-offset: 3px; }
.listing { margin-top: 42px; }
.seo-copy { padding: 30px 38px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.seo-copy h2 { font-size: 24px; }
.seo-copy p { margin: 0; color: #4d695d; }
.reader-page { max-width: 900px; margin-left: auto; margin-right: auto; }
.reader-header { padding-bottom: 23px; border-bottom: 1px solid var(--line); text-align: center; }
.reader-header h1 { font-size: clamp(2rem,4vw,3.4rem); }
.reading-note { display: flex; gap: 16px; margin: 28px 0; padding: 18px 22px; border-left: 5px solid var(--banana); background: #fff8d7; border-radius: 0 12px 12px 0; }
.reading-note p { margin: 0; color: #536b61; }
.comic-pages { display: grid; gap: 22px; }
.comic-pages figure { margin: 0; overflow: hidden; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.comic-pages img { aspect-ratio: 16 / 10; }
.comic-pages figcaption { padding: 10px 16px; color: var(--muted); font-size: 13px; }
.chapter-end { padding: 38px; margin-top: 25px; border-radius: 18px; background: #e8f4df; text-align: center; }
.chapter-end span { font-size: 33px; }
.chapter-end h2 { margin: 6px 0; font-size: 26px; }
.chapter-end p { margin: 0; color: #597164; }
.compact { max-width: 900px; margin-left: auto; margin-right: auto; }
@media (max-width: 900px) { .site-header { margin-bottom: 34px; } .header-shell { align-items: flex-start; flex-wrap: wrap; } .nav-toggle { display: block; } .main-nav { display: none; width: 100%; justify-content: flex-start; flex-wrap: wrap; } .main-nav.open { display: flex; } .hero, .spotlight, .about-section { grid-template-columns: 1fr; } .hero { padding: 34px; } .comic-grid { grid-template-columns: repeat(2,1fr); } .rank-list { grid-template-columns: repeat(2,1fr); } .schedule-grid { grid-template-columns: repeat(3,1fr); } .mood-section, .app-subscribe { flex-direction: column; align-items: flex-start; } .mood-links { justify-content: flex-start; } .qr-card { align-self: center; } }
@media (max-width: 560px) { .site-header, main, .site-footer, .app-subscribe { width: min(100% - 20px,1200px); } .site-header { margin-top: 10px; margin-bottom: 26px; } .header-shell { padding: 10px 13px; border-radius: 14px; } .main-nav a { padding: 7px 8px; font-size: 13px; } .hero { min-height: 0; padding: 28px 22px; border-radius: 20px; } .hero-art { margin-top: 5px; } .hero-badge { right: 5px; } .quick-stats { grid-template-columns: 1fr; gap: 9px; } .stat-item { padding: 16px 20px; } .content-section, .category-section, .spotlight, .rank-section, .mood-section, .schedule-section, .reader-quote, .about-section, .seo-copy, .app-subscribe, .page-hero, .reader-page { margin-top: 48px; } .section-head { align-items: flex-start; flex-direction: column; gap: 6px; } .comic-grid, .category-grid { grid-template-columns: 1fr; } .comic-card { display: grid; grid-template-columns: 120px 1fr; } .cover-link img { height: 100%; } .small-copy { min-height: 0; } .spotlight { padding: 20px; gap: 25px; } .rank-section, .schedule-section, .mood-section, .about-section, .seo-copy, .app-subscribe, .page-hero { padding: 24px; } .rank-list { grid-template-columns: 1fr; } .schedule-grid { grid-template-columns: repeat(2,1fr); } .reader-quote { padding: 30px 6px; } .reading-note { flex-direction: column; gap: 4px; } .chapter-nav { display: grid; grid-template-columns: 1fr; } .footer-inner { flex-direction: column; gap: 5px; } }
