:root { --ink:#25221d; --muted:#716b61; --cream:#fffaf0; --paper:#ffffff; --yellow:#ffc928; --orange:#ff8d35; --pink:#fa6c78; --line:#ece5d8; --shadow:0 16px 40px rgba(82,55,13,.10); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:"Microsoft YaHei", "PingFang SC", sans-serif; line-height:1.7; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; max-width:100%; object-fit:cover; }
button { font:inherit; }
.shell { width:min(1200px, calc(100% - 40px)); margin-right:auto; margin-left:auto; }
.site-header { position:sticky; z-index:10; top:0; background:rgba(255,250,240,.94); border-bottom:1px solid rgba(236,229,216,.85); backdrop-filter:blur(12px); }
.header-inner { display:flex; align-items:center; min-height:76px; gap:22px; }
.brand { display:flex; align-items:center; flex-shrink:0; gap:8px; font-size:21px; font-weight:800; letter-spacing:-1px; }
.brand-mark { display:grid; width:35px; height:35px; place-items:center; border-radius:12px 12px 12px 3px; background:var(--yellow); font-size:20px; }
.main-nav { margin-left:auto; }
.main-nav ul { display:flex; align-items:center; gap:3px; margin:0; padding:0; list-style:none; }
.nav-link { display:flex; align-items:center; gap:5px; padding:9px 10px; border-radius:10px; color:#585148; font-size:14px; white-space:nowrap; }
.nav-link:hover, .nav-link.is-active { background:#fff1bb; color:#382c0b; font-weight:700; }
.search-chip { display:flex; align-items:center; gap:4px; padding:8px 12px; border:1px solid var(--line); border-radius:999px; background:#fff; font-size:14px; }
.menu-toggle { display:none; }
.hero { display:grid; grid-template-columns:1.05fr .95fr; align-items:center; min-height:480px; margin-top:46px; padding:52px 65px; overflow:hidden; border-radius:30px; background:linear-gradient(118deg,#fff0b4,#ffe3d6 72%); }
.eyebrow { margin:0 0 8px; color:#a36710; font-size:12px; font-weight:800; letter-spacing:1.6px; }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:18px; font-size:clamp(40px,5vw,68px); line-height:1.08; letter-spacing:-3px; }
h2 { margin-bottom:10px; font-size:30px; line-height:1.25; letter-spacing:-1px; }
h3 { line-height:1.35; }
.hero-text { max-width:530px; color:#5d5349; font-size:17px; }
.hero-actions { display:flex; align-items:center; gap:23px; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:12px; padding:12px 20px; border:1px solid transparent; border-radius:12px; font-weight:800; }
.primary-button { background:var(--ink); color:#fff; box-shadow:0 8px 18px rgba(37,34,29,.15); }
.primary-button:hover { background:#4a453d; }
.outline-button { border-color:#cfc1aa; background:#fffdf8; }
.dark-button { background:var(--yellow); color:#332600; }
.text-link { font-weight:800; }
.hero-stats { display:flex; gap:26px; margin:40px 0 0; padding:0; list-style:none; }
.hero-stats li { display:grid; gap:0; }
.hero-stats strong { font-size:21px; }
.hero-stats span { color:var(--muted); font-size:12px; }
.hero-art { position:relative; margin-left:22px; }
.hero-art > img { aspect-ratio:4 / 4.6; border:8px solid rgba(255,255,255,.72); border-radius:26px; box-shadow:var(--shadow); transform:rotate(3deg); }
.floating-note { position:absolute; bottom:26px; left:-41px; display:flex; align-items:center; gap:8px; padding:12px 16px; border-radius:15px; background:#fff; box-shadow:var(--shadow); }
.floating-note span { color:var(--orange); font-size:23px; }
.floating-note p { margin:0; font-size:12px; line-height:1.4; }
.notice-bar { display:flex; align-items:center; gap:13px; margin-top:34px; padding:14px 20px; border:1px solid #f0d796; border-radius:14px; background:#fff9e7; }
.notice-icon { color:#eb8422; }
.notice-bar p { flex:1; margin:0; font-size:14px; }
.notice-bar a { font-size:13px; font-weight:800; white-space:nowrap; }
.section-block, .ranking-section, .update-timeline, .about-panel, .quote-panel { margin-top:86px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:25px; }
.section-heading h2 { margin:0; }
.section-heading.centered { justify-content:center; text-align:center; }
.section-heading.centered > div > p:last-child { margin:10px 0 0; color:var(--muted); }
.comic-grid { display:grid; gap:18px; }
.comic-grid.six { grid-template-columns:repeat(6,1fr); }
.comic-grid.five { grid-template-columns:repeat(5,1fr); }
.comic-grid.four { grid-template-columns:repeat(4,1fr); }
.comic-card { overflow:hidden; border:1px solid var(--line); border-radius:17px; background:var(--paper); transition:transform .2s ease, box-shadow .2s ease; }
.comic-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); }
.cover { position:relative; display:block; overflow:hidden; background:#eee4d4; }
.cover img { aspect-ratio:3 / 4; transition:transform .3s ease; }
.comic-card:hover .cover img { transform:scale(1.04); }
.badge { position:absolute; top:10px; left:10px; padding:3px 8px; border-radius:999px; background:var(--yellow); font-size:11px; font-weight:800; }
.card-copy { padding:13px; }
.card-copy h3 { margin:0 0 5px; font-size:15px; }
.card-copy p { margin:0; color:var(--muted); font-size:12px; }
.feature-strip { display:grid; grid-template-columns:.9fr 1.1fr; overflow:hidden; margin-top:86px; border-radius:24px; background:#303b3a; color:#fff; }
.feature-image img { height:100%; min-height:380px; aspect-ratio:1 / 1; }
.feature-copy { display:flex; flex-direction:column; justify-content:center; padding:55px; }
.feature-copy .eyebrow { color:#f7cb65; }
.feature-copy p:not(.eyebrow) { max-width:480px; color:#dfe4dc; }
.feature-copy .outline-button { width:max-content; margin-top:18px; border-color:#76908c; background:transparent; color:#fff; }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.category-card { min-height:192px; padding:22px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.category-card:hover { box-shadow:var(--shadow); }
.category-icon { display:grid; width:42px; height:42px; place-items:center; margin-bottom:16px; border-radius:13px; background:#fff1ba; color:#875a00; font-size:22px; }
.category-card h3 { margin:0 0 8px; font-size:17px; }
.category-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.6; }
.c2 .category-icon,.c6 .category-icon { background:#ffe0dc; color:#b84845; }
.c3 .category-icon,.c8 .category-icon { background:#e5e7ff; color:#5254af; }
.c4 .category-icon,.c7 .category-icon { background:#dbf0e8; color:#24765b; }
.rank-list { display:grid; grid-template-columns:repeat(5,1fr); gap:13px; }
.rank-row { display:grid; grid-template-columns:auto 58px 1fr auto; align-items:center; gap:10px; padding:13px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.rank-row:first-child { background:#fff4c7; border-color:#f0d275; }
.rank-no { font-family:Georgia,serif; font-size:21px; font-weight:800; color:#a97a17; }
.rank-row img { height:62px; border-radius:8px; }
.rank-title { display:grid; gap:4px; min-width:0; }
.rank-title strong { overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.rank-title small { color:var(--muted); font-size:10px; line-height:1.3; }
.rank-trend { color:#e96b63; font-weight:800; }
.quote-panel { padding:52px 70px; border-radius:25px; background:#f5e3c4; text-align:center; }
.quote-mark { display:block; height:44px; color:#c98d3c; font-family:Georgia,serif; font-size:74px; line-height:1; }
blockquote { margin:5px 0 15px; font-size:clamp(22px,3vw,34px); font-weight:800; line-height:1.45; }
.quote-panel p { margin:0; color:#826d54; font-size:13px; }
.timeline-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; border:1px solid var(--line); border-radius:19px; overflow:hidden; background:#fff; }
.timeline-grid article { position:relative; min-height:146px; padding:25px; border-right:1px solid var(--line); }
.timeline-grid article:last-child { border-right:0; }
.timeline-grid time { color:#be7a18; font-size:13px; font-weight:800; }
.timeline-grid h3 { margin:10px 0 5px; font-size:16px; }
.timeline-grid p { margin:0; color:var(--muted); font-size:12px; }
.about-panel { display:grid; grid-template-columns:100px 1fr; gap:26px; padding:48px; border-radius:24px; background:#fff; border:1px solid var(--line); }
.about-icon { display:grid; width:88px; height:88px; place-items:center; border-radius:26px 26px 26px 5px; background:#ffd542; font-size:45px; }
.about-panel p:not(.eyebrow) { max-width:880px; margin-bottom:16px; color:var(--muted); }
.app-cta { display:flex; align-items:center; justify-content:space-between; gap:40px; margin-top:86px; margin-bottom:40px; padding:42px 55px; border-radius:26px; background:linear-gradient(115deg,#ffe46a,#ffc329); }
.app-cta h2 { margin:0 0 10px; }
.app-cta p:not(.eyebrow) { max-width:670px; margin-bottom:19px; color:#594510; }
.qr-card { display:grid; width:132px; flex:0 0 132px; place-items:center; padding:12px; border:6px solid #fff; border-radius:15px; background:#fffef9; text-align:center; }
.qr-grid { width:82px; height:82px; background:repeating-linear-gradient(90deg,#24211d 0 7px,transparent 7px 12px),repeating-linear-gradient(#24211d 0 8px,transparent 8px 13px); }
.qr-card strong { margin-top:5px; font-size:11px; }
.qr-card small { font-size:9px; }
.site-footer { padding:24px 0; background:#2c2a26; color:#eee7db; }
.footer-inner { display:flex; justify-content:space-between; gap:20px; font-size:13px; }
.footer-inner p { margin:0; }
.footer-inner div { display:flex; gap:16px; }
.inner-page, .reading-page { padding-top:36px; }
.breadcrumb { display:flex; align-items:center; gap:9px; margin-bottom:28px; color:var(--muted); font-size:13px; }
.breadcrumb a:hover { color:var(--ink); text-decoration:underline; }
.listing-hero { padding:44px 55px; border-radius:25px; background:linear-gradient(120deg,#fff0bd,#fce3d9); }
.listing-hero h1 { margin:0 0 10px; font-size:44px; }
.listing-hero p:last-child { max-width:720px; margin:0; color:#60564a; }
.filter-row { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; color:var(--muted); font-size:14px; }
.filter-row button { padding:8px 13px; border:0; border-radius:9px; background:transparent; color:var(--muted); cursor:pointer; }
.filter-row .filter-active { background:#fff0b8; color:#493801; font-weight:800; }
.seo-copy { margin:70px 0; padding:30px 38px; border-left:5px solid var(--yellow); background:#fff; }
.seo-copy h2 { font-size:22px; }
.seo-copy p { margin:0; color:var(--muted); }
.reader { max-width:820px; margin:0 auto; }
.reader-head { padding:35px 0 24px; text-align:center; }
.reader-head h1 { margin-bottom:16px; font-size:38px; }
.reader-meta { display:flex; justify-content:center; flex-wrap:wrap; gap:14px; color:var(--muted); font-size:13px; }
.reading-note { margin-bottom:26px; padding:15px 20px; border-radius:13px; background:#fff1c8; color:#5a491d; }
.reading-note strong { font-size:14px; }
.reading-note p { margin:3px 0 0; font-size:13px; }
.comic-pages { display:grid; gap:24px; }
.comic-pages figure { margin:0; overflow:hidden; border-radius:15px; background:#fff; border:1px solid var(--line); }
.comic-pages img { max-height:900px; aspect-ratio:4 / 5; }
.comic-pages figcaption { padding:10px 15px; color:var(--muted); font-size:12px; }
.chapter-end { margin:45px 0 75px; padding:40px; border-radius:22px; background:#fff; text-align:center; }
.chapter-end > span { color:#e58c29; font-size:25px; }
.chapter-end h2 { margin:4px 0; font-size:25px; }
.chapter-end p { color:var(--muted); }
.chapter-end div { display:flex; justify-content:center; gap:12px; margin-top:20px; }
@media (max-width:1000px) { .main-nav { overflow-x:auto; } .nav-link { padding:8px 7px; font-size:12px; } .search-chip { display:none; } .hero { padding:45px; } .comic-grid.six { grid-template-columns:repeat(3,1fr); } .comic-grid.five { grid-template-columns:repeat(3,1fr); } .rank-list { grid-template-columns:repeat(2,1fr); } }
@media (max-width:680px) { .shell { width:min(100% - 28px,1200px); } .header-inner { min-height:62px; gap:12px; } .brand { font-size:18px; } .brand-mark { width:30px; height:30px; font-size:17px; } .menu-toggle { display:block; margin-left:auto; border:0; background:transparent; font-size:22px; } .main-nav { position:absolute; top:62px; right:14px; left:14px; display:none; padding:10px; border:1px solid var(--line); border-radius:15px; background:#fffdf8; box-shadow:var(--shadow); } .main-nav.open { display:block; } .main-nav ul { display:grid; grid-template-columns:repeat(2,1fr); } .nav-link { justify-content:center; padding:10px; font-size:13px; } .hero { grid-template-columns:1fr; min-height:0; margin-top:26px; padding:35px 25px 25px; border-radius:22px; } h1 { font-size:45px; } h2 { font-size:26px; } .hero-art { margin:34px 8px 0; } .hero-art > img { aspect-ratio:1.4 / 1; } .floating-note { left:-9px; bottom:15px; } .notice-bar { align-items:flex-start; flex-wrap:wrap; margin-top:22px; padding:13px; } .notice-bar a { margin-left:27px; } .section-block, .ranking-section, .update-timeline, .about-panel, .quote-panel { margin-top:58px; } .section-heading { align-items:start; } .comic-grid.six, .comic-grid.five, .comic-grid.four { grid-template-columns:repeat(2,1fr); gap:12px; } .feature-strip { grid-template-columns:1fr; margin-top:58px; } .feature-image img { min-height:220px; aspect-ratio:1.6 / 1; } .feature-copy { padding:34px 25px; } .category-grid { grid-template-columns:repeat(2,1fr); gap:10px; } .category-card { min-height:170px; padding:16px; } .rank-list { grid-template-columns:1fr; } .quote-panel { padding:40px 20px; } .timeline-grid { grid-template-columns:repeat(2,1fr); } .timeline-grid article:nth-child(2) { border-right:0; } .timeline-grid article { min-height:130px; padding:18px; border-bottom:1px solid var(--line); } .timeline-grid article:nth-child(3),.timeline-grid article:nth-child(4) { border-bottom:0; } .about-panel { grid-template-columns:1fr; padding:28px; gap:16px; } .about-icon { width:68px; height:68px; font-size:34px; } .app-cta { align-items:flex-start; margin-top:58px; padding:30px 25px; gap:15px; } .qr-card { width:100px; flex-basis:100px; padding:8px; } .qr-grid { width:62px; height:62px; } .footer-inner { flex-direction:column; } .listing-hero { padding:32px 25px; } .listing-hero h1 { font-size:36px; } .filter-row { align-items:flex-start; flex-direction:column; gap:10px; } .reader-head h1 { font-size:32px; } .chapter-end { padding:30px 18px; } .chapter-end div { flex-direction:column; } }