:root { --ink:#182136; --muted:#67728a; --paper:#f5f7fb; --white:#ffffff; --violet:#6757d9; --pink:#ed6e99; --line:#e5e8f1; --shadow:0 16px 40px rgba(33,43,78,.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; max-width:100%; object-fit:cover; }
.shell { width:min(1200px,calc(100% - 40px)); margin-inline:auto; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.94); border-bottom:1px solid var(--line); backdrop-filter:blur(12px); }
.header-row { min-height:76px; display:flex; align-items:center; gap:28px; }
.brand { display:flex; align-items:center; gap:9px; font-weight:800; font-size:1.2rem; white-space:nowrap; }
.brand-mark { display:grid; place-items:center; width:38px; height:38px; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--violet),var(--pink)); font-size:.92rem; }
.main-nav { display:flex; flex:1; align-items:center; justify-content:flex-end; gap:4px; }
.nav-link { padding:9px 10px; border-radius:9px; color:#4c5870; font-size:.88rem; white-space:nowrap; }
.nav-link span { margin-right:5px; color:var(--violet); }
.nav-link:hover,.nav-link.is-active { color:var(--violet); background:#f0effd; font-weight:700; }
.menu-button { display:none; border:0; background:transparent; font-size:1.4rem; }
.hero { min-height:440px; margin-top:42px; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; overflow:hidden; border-radius:28px; background:linear-gradient(120deg,#eceaff 0%,#fff2f7 100%); box-shadow:var(--shadow); }
.hero-copy { padding:58px 64px; }
.eyebrow { margin:0 0 7px; color:var(--violet); font-size:.8rem; font-weight:800; letter-spacing:.14em; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(2.3rem,5vw,4.5rem); line-height:1.12; margin-bottom:18px; letter-spacing:-.05em; }
h2 { font-size:clamp(1.55rem,3vw,2.25rem); line-height:1.25; margin-bottom:12px; }
h3 { line-height:1.35; margin-bottom:7px; }
.hero-copy > p:not(.eyebrow) { max-width:490px; color:#52607a; font-size:1.08rem; }
.hero-art { height:100%; padding:34px 38px 34px 0; }
.hero-art img { width:100%; height:370px; border-radius:22px; box-shadow:0 14px 28px rgba(94,70,133,.2); }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 19px; border-radius:12px; background:var(--violet); color:#fff; font-weight:700; box-shadow:0 8px 18px rgba(103,87,217,.24); }
.button:hover { transform:translateY(-2px); }
.button-light { background:#fff; color:var(--violet); box-shadow:none; }
.button-outline { color:var(--violet); background:#fff; border:1px solid #d8d3fa; box-shadow:none; }
.quick-strip { display:grid; grid-template-columns:repeat(4,1fr); margin-top:24px; padding:20px; background:#fff; border:1px solid var(--line); border-radius:18px; }
.quick-strip div { text-align:center; border-right:1px solid var(--line); } .quick-strip div:last-child { border:0; } .quick-strip strong,.quick-strip span { display:block; } .quick-strip strong { color:var(--violet); font-size:1.35rem; } .quick-strip span { color:var(--muted); font-size:.82rem; }
.section { margin-top:82px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:25px; }
.section-heading p { color:var(--muted); margin-bottom:0; } .text-link { color:var(--violet); font-weight:800; white-space:nowrap; }
.category-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.category-card { min-height:220px; padding:26px; background:#fff; border:1px solid var(--line); border-radius:18px; transition:.2s; }
.category-card:hover,.comic-card:hover,.listing-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); } .category-icon { display:grid; place-items:center; width:44px; height:44px; margin-bottom:20px; border-radius:14px; background:#efedff; color:var(--violet); font-size:1.3rem; } .category-card p { min-height:52px; color:var(--muted); font-size:.9rem; } .category-card b { color:var(--violet); font-size:.88rem; }
.feature-layout { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border-radius:24px; background:#202542; color:#fff; } .feature-image img { width:100%; height:100%; min-height:360px; } .feature-copy { padding:55px; align-self:center; } .feature-copy p:not(.eyebrow) { color:#c7cce0; } .feature-copy .text-link { color:#fff; }
.comic-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; } .comic-card { overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; transition:.2s; } .comic-card img { width:100%; aspect-ratio:7/9; } .comic-card div { padding:15px; } .comic-card span { color:var(--pink); font-size:.78rem; font-weight:700; } .comic-card h3 { font-size:1.05rem; margin:4px 0; } .comic-card p { min-height:66px; margin:0; color:var(--muted); font-size:.82rem; line-height:1.55; }
.rank-layout { display:grid; grid-template-columns:.65fr 1.35fr; gap:65px; align-items:start; padding:42px; border-radius:24px; background:#fff; } .rank-list { list-style:none; padding:0; margin:0; } .rank-list li { display:flex; align-items:center; gap:16px; padding:15px 0; border-bottom:1px solid var(--line); } .rank-number { color:var(--pink); font-size:1.3rem; font-weight:900; } .rank-list h3,.rank-list p { margin:0; } .rank-list p { color:var(--muted); font-size:.85rem; } .rank-list a { margin-left:auto; color:var(--violet); font-size:.85rem; font-weight:700; }
.mood-row { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } .mood-row article { padding:30px; border-radius:20px; color:#fff; } .mood-row article:nth-child(1) { background:#505b9d; } .mood-row article:nth-child(2) { background:#d76f82; } .mood-row article:nth-child(3) { background:#4e907f; } .mood-row span { font-size:1.8rem; } .mood-row h2 { margin-top:14px; font-size:1.55rem; } .mood-row a { font-weight:800; text-decoration:underline; }
.reading-tips { display:flex; justify-content:space-between; gap:28px; padding:31px 37px; border-radius:20px; background:#e9edff; } .tips { display:flex; align-items:center; gap:24px; } .tips p { margin:0; color:#41506f; } .tips b { color:var(--violet); margin-right:6px; }
.about-block { display:grid; grid-template-columns:150px 1fr; gap:42px; align-items:center; padding:45px; border-radius:24px; background:#fff; border:1px solid var(--line); } .about-symbol { display:grid; place-items:center; width:140px; height:140px; border-radius:50%; color:#fff; background:linear-gradient(135deg,var(--violet),var(--pink)); font-size:2.8rem; font-weight:900; } .about-block p:not(.eyebrow) { margin-bottom:0; color:var(--muted); }
.newsletter { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:38px 44px; border-radius:22px; background:linear-gradient(135deg,#ffe8f0,#efeaff); } .newsletter p:last-child { margin-bottom:0; color:#5f6780; }
.app-panel { width:min(1200px,calc(100% - 40px)); margin:82px auto 0; display:flex; justify-content:space-between; align-items:center; gap:40px; padding:44px 64px; border-radius:26px 26px 0 0; background:#252a48; color:#fff; } .app-copy { max-width:700px; } .app-copy > p:not(.eyebrow) { color:#c9cee4; } .qr-card { display:grid; place-items:center; width:135px; height:135px; flex:0 0 auto; border:7px solid #fff; border-radius:18px; color:var(--violet); background:repeating-linear-gradient(45deg,#fff,#fff 8px,#eeeaff 8px,#eeeaff 12px); } .qr-card span { font-size:2.1rem; font-weight:900; } .qr-card small { font-weight:700; }
.site-footer { background:#1b1f35; color:#c7cbe0; } .footer-grid { display:grid; grid-template-columns:2fr 1fr 1.4fr; gap:40px; padding:43px 0; } .footer-grid p { margin-bottom:6px; } .footer-brand { color:#fff; font-size:1.3rem; font-weight:900; } .footer-label { color:#fff; font-weight:800; } .footer-grid a { display:block; margin-bottom:5px; } .copyright { padding:16px 20px; text-align:center; border-top:1px solid #323750; color:#9fa7c4; font-size:.83rem; }
.listing-hero { margin-top:42px; padding:58px 64px; border-radius:25px; background:linear-gradient(115deg,#e9e7ff,#fff0f5); } .listing-hero p:last-child { max-width:720px; color:#56617a; } .breadcrumb { display:flex; gap:10px; align-items:center; margin-top:25px; color:var(--muted); font-size:.9rem; } .breadcrumb a { color:var(--violet); } .listing-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; } .listing-card { overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:16px; transition:.2s; } .listing-card img { width:100%; aspect-ratio:3/2; } .listing-card div { padding:14px; } .pill { display:inline-block; padding:2px 8px; border-radius:99px; background:#f0effd; color:var(--violet); font-size:.72rem; font-weight:700; } .listing-card h3 { margin:8px 0 5px; font-size:1rem; } .listing-card p { min-height:96px; color:var(--muted); font-size:.82rem; line-height:1.55; } .listing-card small { color:#929bb0; font-size:.75rem; } .seo-copy { margin-top:62px; padding:34px; border-left:4px solid var(--violet); background:#fff; } .seo-copy p { margin-bottom:0; color:var(--muted); }
.reading-breadcrumb { margin-top:32px; } .reader { max-width:900px; margin-top:23px; } .reader-head { text-align:center; padding:35px 0 26px; } .reader-head h1 { font-size:clamp(2rem,4vw,3rem); } .reader-meta { color:var(--muted); } .reading-note { margin-bottom:30px; padding:20px 24px; border-radius:14px; border:1px solid #ddd9fd; background:#f3f1ff; } .reading-note p { margin:5px 0 0; color:#5b6480; font-size:.92rem; } .chapter-pages figure { margin:0 0 26px; text-align:center; } .chapter-pages img { width:min(760px,100%); margin:auto; min-height:450px; border-radius:6px; background:#e9eaf0; } figcaption { padding-top:8px; color:#8b94aa; font-size:.78rem; } .chapter-end { margin:40px 0 25px; padding:38px; text-align:center; border-radius:18px; background:#fff; } .chapter-end span { color:var(--pink); } .chapter-end h2 { margin:8px 0; } .chapter-end p { margin:0; color:var(--muted); } .chapter-nav { display:flex; justify-content:space-between; gap:20px; margin-bottom:75px; }
@media (max-width:960px) { .main-nav { justify-content:flex-start; overflow:auto; } .nav-link { font-size:.8rem; } .hero { grid-template-columns:1fr; } .hero-art { padding:0 36px 36px; } .hero-art img { height:300px; } .comic-grid { grid-template-columns:repeat(2,1fr); } .listing-grid { grid-template-columns:repeat(3,1fr); } .rank-layout { grid-template-columns:1fr; gap:15px; } }
@media (max-width:640px) { .shell { width:min(100% - 28px,1200px); } .header-row { min-height:64px; gap:10px; } .menu-button { display:block; margin-left:auto; } .main-nav { display:none; position:absolute; top:64px; left:0; right:0; padding:12px 14px; flex-wrap:wrap; background:#fff; border-bottom:1px solid var(--line); } .main-nav.is-open { display:flex; } .hero { margin-top:25px; border-radius:20px; } .hero-copy { padding:38px 28px; } .hero-art { padding:0 20px 20px; } .hero-art img { height:245px; } .quick-strip { grid-template-columns:repeat(2,1fr); } .quick-strip div:nth-child(2) { border-right:0; } .quick-strip div:nth-child(-n+2) { border-bottom:1px solid var(--line); padding-bottom:12px; margin-bottom:12px; } .section { margin-top:58px; } .category-grid,.mood-row { grid-template-columns:1fr; } .feature-layout { grid-template-columns:1fr; } .feature-copy { padding:32px 27px; } .feature-image img { min-height:260px; } .section-heading { align-items:start; flex-direction:column; } .rank-layout { padding:28px 22px; } .reading-tips,.newsletter,.app-panel { align-items:flex-start; flex-direction:column; } .tips { flex-direction:column; align-items:flex-start; gap:7px; } .about-block { grid-template-columns:1fr; gap:22px; padding:30px; } .about-symbol { width:90px; height:90px; font-size:2rem; } .app-panel { width:100%; margin-top:58px; padding:38px 28px; border-radius:0; } .footer-grid { grid-template-columns:1fr; gap:20px; } .listing-hero { margin-top:25px; padding:38px 28px; } .listing-grid { grid-template-columns:1fr; } .listing-card { display:grid; grid-template-columns:135px 1fr; } .listing-card img { height:100%; } .listing-card p { min-height:auto; } .chapter-nav { flex-direction:column; } .chapter-nav .button { width:100%; } }