:root { --ink:#1d2340; --muted:#69708a; --paper:#fffdf9; --line:#e8e5ed; --violet:#6d4aff; --orange:#ff7b47; --yellow:#ffd65c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Microsoft YaHei", "PingFang SC", sans-serif; line-height:1.65; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.shell { width:min(1200px, calc(100% - 48px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,253,249,.94); border-bottom:1px solid var(--line); backdrop-filter:blur(12px); }
.header-row { min-height:76px; display:flex; align-items:center; gap:24px; }
.brand,.footer-brand { display:flex; align-items:center; gap:9px; font-weight:900; font-size:21px; white-space:nowrap; }
.brand img { width:35px; height:35px; }
.main-nav { display:flex; flex:1; justify-content:center; gap:5px; }
.nav-link { padding:8px 10px; border-radius:10px; font-size:13px; white-space:nowrap; }
.nav-link span { margin-right:4px; }
.nav-link:hover,.nav-link.is-active { color:#fff; background:var(--violet); }
.header-action { padding:8px 12px; border:1px solid var(--line); border-radius:10px; font-size:13px; white-space:nowrap; }
.hero { margin-top:52px; min-height:440px; padding:55px 65px; display:grid; grid-template-columns:1.1fr .9fr; align-items:center; overflow:hidden; border-radius:28px; background:linear-gradient(120deg,#eeeaff,#fff7df); position:relative; }
.eyebrow,.kicker { color:var(--violet); font-size:12px; letter-spacing:.12em; font-weight:800; }
.hero h1 { margin:9px 0; font-size:64px; line-height:1.1; letter-spacing:-.06em; }
.hero h1 a:hover { color:var(--violet); }
.hero p { max-width:555px; color:var(--muted); }
.hero-actions { display:flex; gap:12px; margin:25px 0; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:12px 18px; border-radius:12px; font-weight:800; }
.primary { color:#fff; background:var(--violet); }
.ghost { border:1px solid var(--ink); }
.dark { color:#fff; background:var(--ink); }
.stat-strip { display:flex; flex-wrap:wrap; gap:12px 18px; color:var(--muted); font-size:13px; }
.hero-art { position:relative; transform:rotate(3deg); }
.hero-art img { width:320px; aspect-ratio:3/4; object-fit:cover; margin:auto; border:9px solid #fff; border-radius:13px; box-shadow:15px 18px 0 rgba(109,74,255,.16); }
.speech { position:absolute; z-index:1; padding:8px 12px; border:2px solid var(--ink); border-radius:50%; background:#fff; font-weight:800; font-size:13px; }
.speech.one { top:6%; left:4%; } .speech.two { right:1%; bottom:10%; background:var(--yellow); }
.section { margin-top:86px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:26px; }
.section-heading.inline { align-items:center; }
.section-heading h2,.ranking-copy h2,.about-panel h2,.app-panel h2 { margin:3px 0 0; font-size:30px; line-height:1.25; }
.section-heading p { max-width:450px; margin:0; color:var(--muted); font-size:14px; }
.text-link { color:var(--violet); font-weight:800; white-space:nowrap; }
.mood-row { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.mood-chip { display:flex; justify-content:space-between; align-items:center; padding:17px 14px; border:1px solid var(--line); border-radius:13px; font-size:14px; font-weight:700; }
.mood-chip:hover { border-color:var(--violet); color:var(--violet); transform:translateY(-2px); }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.category-card { min-height:190px; padding:23px; border:1px solid var(--line); border-radius:17px; background:#fff; }
.category-card:hover { box-shadow:0 10px 28px rgba(29,35,64,.09); transform:translateY(-3px); }
.category-icon { font-size:28px; }
.category-card h3 { margin:12px 0 5px; } .category-card p { min-height:46px; margin:0; color:var(--muted); font-size:13px; } .category-card b { display:block; margin-top:10px; color:var(--violet); font-size:13px; }
.comic-grid { display:grid; gap:18px; } .comic-grid.four { grid-template-columns:repeat(4,1fr); } .comic-grid.five { grid-template-columns:repeat(5,1fr); }
.comic-card { overflow:hidden; border-radius:15px; background:#fff; border:1px solid var(--line); }
.cover { display:block; overflow:hidden; background:#eee; } .cover img { width:100%; aspect-ratio:3/4; object-fit:cover; transition:transform .25s; } .comic-card:hover img { transform:scale(1.05); }
.card-copy { padding:13px; } .genre { color:var(--orange); font-size:12px; font-weight:700; } .card-copy h3 { margin:3px 0; font-size:17px; line-height:1.35; } .card-copy p { margin:0; color:var(--muted); font-size:12px; }
.ranking-panel { display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; padding:48px; border-radius:24px; color:#fff; background:var(--ink); } .ranking-copy p { color:#d2d4df; } .ranking-copy .kicker { color:var(--yellow); } .ranking-copy .button { margin-top:17px; background:var(--yellow); color:var(--ink); }
.rank-list { padding:0; margin:0; list-style:none; } .rank-list li { display:grid; grid-template-columns:55px 1fr 28px; align-items:center; gap:12px; padding:15px 0; border-bottom:1px solid rgba(255,255,255,.18); } .rank-list strong { color:var(--yellow); font-size:24px; } .rank-list a span,.rank-list a small { display:block; } .rank-list a span { font-weight:800; } .rank-list small { color:#c6c9d7; } .rank-list em { color:#82e2a3; font-style:normal; }
.feature-pair { display:grid; grid-template-columns:1fr 1fr; gap:20px; } .feature-tile { min-height:270px; padding:38px; border-radius:23px; color:#fff; position:relative; overflow:hidden; } .feature-tile:after { content:"✦"; position:absolute; right:25px; bottom:-38px; font-size:170px; opacity:.17; } .feature-tile h2 { font-size:32px; margin:10px 0; } .feature-tile p { max-width:300px; } .feature-tile b { position:relative; z-index:1; } .violet { background:#6d4aff; } .gold { color:var(--ink); background:#ffd65c; }
.calendar-grid { display:grid; grid-template-columns:repeat(6,1fr); border:1px solid var(--line); border-radius:16px; overflow:hidden; } .calendar-grid article { padding:19px 15px; border-right:1px solid var(--line); } .calendar-grid article:last-child { border:0; } .calendar-grid time { color:var(--violet); font-size:12px; font-weight:800; } .calendar-grid h3 { margin:9px 0 3px; font-size:15px; } .calendar-grid p { margin:0; color:var(--muted); font-size:12px; } .calendar-grid a { display:block; margin-top:12px; font-size:12px; font-weight:800; }
.pick-layout { display:grid; grid-template-columns:1.1fr .9fr; gap:20px; } .pick-main { display:grid; grid-template-columns:.8fr 1.2fr; border-radius:18px; overflow:hidden; background:#f3f1ff; } .pick-main img { width:100%; height:100%; min-height:280px; object-fit:cover; } .pick-main div { padding:32px; } .pick-main h3 { margin:10px 0; font-size:30px; } .pick-main p,.pick-notes p { color:var(--muted); } .pick-notes { border:1px solid var(--line); border-radius:18px; } .pick-notes a { display:grid; grid-template-columns:35px 1fr 20px; gap:10px; padding:18px; border-bottom:1px solid var(--line); } .pick-notes a:last-child { border:0; } .pick-notes h3,.pick-notes p { margin:0; } .pick-notes p { font-size:13px; } .pick-notes span { font-weight:900; color:var(--violet); }
.quote-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; } blockquote { margin:0; padding:23px; background:#fff; border:1px solid var(--line); border-radius:15px; } blockquote span { color:var(--orange); font-size:36px; line-height:.6; } blockquote p { min-height:55px; } cite { color:var(--muted); font-size:13px; font-style:normal; }
.topic-ribbon { display:grid; grid-template-columns:1fr 1fr auto; align-items:center; gap:30px; padding:28px 34px; color:#fff; border-radius:18px; background:linear-gradient(100deg,#fe7a4b,#f55e8d); } .topic-ribbon h2 { margin:3px 0 0; font-size:24px; } .topic-ribbon p { margin:0; font-size:14px; } .topic-ribbon a { padding:8px 13px; border:1px solid #fff; border-radius:9px; white-space:nowrap; }
.about-panel { display:grid; grid-template-columns:160px 1fr; align-items:center; gap:32px; padding:43px; background:#f1f7f7; border-radius:24px; } .about-mark { width:130px; height:130px; display:grid; place-content:center; border-radius:50%; color:#fff; background:var(--ink); font-size:32px; font-weight:900; line-height:1; text-align:center; } .about-panel p { margin-bottom:0; color:var(--muted); }
.app-panel { display:grid; grid-template-columns:150px 1fr auto; align-items:center; gap:33px; padding:38px; border-radius:24px; background:linear-gradient(110deg,#ece6ff,#ffe8dc); } .app-panel p { color:var(--muted); } .qr-box { display:grid; grid-template-columns:repeat(4,1fr); gap:5px; width:130px; height:130px; padding:16px; border-radius:13px; background:#fff; color:var(--ink); font-weight:900; text-align:center; } .qr-box span { grid-column:span 4; } .qr-box i { background:var(--ink); } .app-points { display:grid; gap:9px; color:var(--muted); font-size:13px; white-space:nowrap; }
.site-footer { margin-top:86px; padding-top:39px; color:#d9d9e4; background:var(--ink); } .footer-grid { display:flex; justify-content:space-between; gap:20px; padding-bottom:32px; } .footer-grid p { color:#aeb3c5; } .footer-links { display:flex; gap:20px; align-items:center; } .copyright { padding:14px; border-top:1px solid rgba(255,255,255,.13); text-align:center; font-size:12px; color:#aeb3c5; }
.listing-page,.reader-page { padding-top:38px; } .breadcrumb { display:flex; gap:10px; align-items:center; color:var(--muted); font-size:13px; } .breadcrumb a { color:var(--violet); } .listing-hero { display:flex; justify-content:space-between; align-items:center; margin-top:20px; padding:42px 48px; border-radius:22px; background:#e9e5ff; } .listing-hero h1 { margin:5px 0; font-size:42px; } .listing-hero p { margin-bottom:0; color:var(--muted); } .listing-symbol { font-size:80px; } .channel-copy { margin-top:70px; padding:32px; border-left:5px solid var(--orange); background:#fff7f1; } .channel-copy h2 { margin-top:0; } .channel-copy p { margin-bottom:0; color:var(--muted); }
.reader-article { max-width:820px; margin-top:25px; } .reader-head { text-align:center; padding:37px 20px; } .reader-channel { color:var(--violet); font-weight:800; } .reader-head h1 { margin:9px 0; font-size:37px; } .reader-head p { margin:0; color:var(--muted); font-size:13px; } .reading-note { padding:20px 24px; border-radius:14px; border:1px solid #dcd4ff; background:#f5f2ff; } .reading-note p { margin:5px 0 0; color:var(--muted); font-size:14px; } .comic-pages { margin-top:28px; } .comic-pages figure { margin:0 0 30px; } .comic-pages img { width:100%; max-height:720px; aspect-ratio:4/3; object-fit:cover; border-radius:12px; background:#eee; } figcaption { padding:8px 5px; color:var(--muted); font-size:13px; text-align:center; } .chapter-end { padding:35px; text-align:center; border-radius:18px; background:#fff4cc; } .chapter-end span { font-size:28px; } .chapter-end h2 { margin:4px; } .chapter-end p { margin-bottom:0; color:var(--muted); } .chapter-nav { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:30px 0 75px; } .chapter-nav a { padding:12px; border:1px solid var(--line); border-radius:10px; text-align:center; font-weight:700; } .chapter-nav a:hover { color:#fff; background:var(--violet); }
@media (max-width:1000px) { .main-nav { justify-content:flex-start; overflow-x:auto; } .header-row { gap:12px; } .header-action { display:none; } .hero { padding:40px; } .category-grid { grid-template-columns:repeat(3,1fr); } .comic-grid.five { grid-template-columns:repeat(3,1fr); } .calendar-grid { grid-template-columns:repeat(3,1fr); } .calendar-grid article:nth-child(3) { border-right:0; } .calendar-grid article:nth-child(-n+3) { border-bottom:1px solid var(--line); } .app-panel { grid-template-columns:130px 1fr; } .app-points { grid-column:span 2; grid-template-columns:repeat(3,1fr); } }
@media (max-width:680px) { .shell { width:min(100% - 28px,1200px); } .header-row { min-height:64px; } .brand { font-size:17px; } .brand img { width:29px; height:29px; } .nav-link { padding:7px 8px; font-size:12px; } .hero { grid-template-columns:1fr; min-height:0; margin-top:27px; padding:30px 23px; } .hero h1 { font-size:45px; } .hero-art { display:none; } .section { margin-top:58px; } .section-heading { align-items:start; flex-direction:column; gap:7px; } .mood-row { grid-template-columns:repeat(2,1fr); } .mood-chip:last-child { grid-column:span 2; } .category-grid { grid-template-columns:repeat(2,1fr); } .category-card { min-height:175px; padding:17px; } .comic-grid.four,.comic-grid.five { grid-template-columns:repeat(2,1fr); } .ranking-panel,.feature-pair,.pick-layout { grid-template-columns:1fr; gap:25px; padding:27px; } .feature-tile { min-height:210px; padding:27px; } .calendar-grid { grid-template-columns:repeat(2,1fr); } .calendar-grid article { border-bottom:1px solid var(--line); } .calendar-grid article:nth-child(2n) { border-right:0; } .pick-main { grid-template-columns:1fr; } .pick-main img { min-height:200px; height:200px; } .quote-grid,.topic-ribbon { grid-template-columns:1fr; } .topic-ribbon { gap:14px; padding:25px; } .about-panel { grid-template-columns:1fr; padding:30px; } .about-mark { width:85px; height:85px; font-size:23px; } .app-panel { grid-template-columns:1fr; padding:28px; } .app-points { grid-column:auto; grid-template-columns:1fr; } .footer-grid,.footer-links { flex-direction:column; align-items:flex-start; } .listing-hero { padding:28px; } .listing-hero h1 { font-size:34px; } .listing-symbol { font-size:50px; } .reader-head h1 { font-size:28px; } .chapter-nav { grid-template-columns:1fr; } }
