:root { --ink: #202028; --muted: #777784; --line: #e9e8ee; --paper: #fbfaf8; --coral: #ff765e; --violet: #7864e8; --pink: #f4a3bf; --blue: #78aeea; --gold: #e8bd68; --shadow: 0 18px 50px rgba(37, 32, 50, .08); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", "Microsoft YaHei", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: rgba(251, 250, 248, .95); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.nav-shell { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand .nav-icon { width: 33px; height: 33px; color: white; background: var(--coral); border-radius: 10px; display: grid; place-items: center; font-size: 20px; }
.main-nav { display: flex; gap: 4px; align-items: center; margin-left: auto; }
.main-nav a { padding: 9px 12px; color: var(--muted); border-radius: 12px; display: inline-flex; align-items: center; gap: 7px; font-size: 14px; transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); background: #f0eef6; }
.nav-icon { font-size: 16px; line-height: 1; }
.header-search { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 23px; }
.hero { margin-top: 72px; min-height: 470px; display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: center; }
.kicker { color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .18em; margin: 0 0 13px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 7vw, 82px); line-height: 1.02; letter-spacing: -.07em; margin-bottom: 24px; }
.hero h1 a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 9px; text-decoration-color: var(--coral); }
.hero-lead { max-width: 610px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin: 30px 0 22px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 12px 17px; border-radius: 11px; font-weight: 700; font-size: 13px; }
.button-primary { color: white; background: var(--coral); }
.button-dark { color: white; background: var(--ink); }
.button-light { color: var(--ink); background: white; }
.button-outline { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-quiet { background: #f0eef6; }
.hero-meta { color: var(--muted); display: flex; gap: 20px; font-size: 12px; }
.hero-art { width: 370px; height: 425px; background: #e7d8ff; border-radius: 190px 190px 22px 22px; position: relative; overflow: hidden; transform: rotate(3deg); box-shadow: var(--shadow); }
.hero-art img { width: 100%; height: 100%; opacity: .78; mix-blend-mode: multiply; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; z-index: 1; }
.orbit-one { width: 440px; height: 210px; left: -30px; top: 100px; transform: rotate(-25deg); }
.orbit-two { width: 320px; height: 460px; left: 25px; top: -20px; transform: rotate(30deg); }
.art-note { position: absolute; z-index: 2; background: white; width: 72px; height: 72px; border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: 10px; line-height: 1.2; letter-spacing: .1em; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.art-note b { font-size: 12px; }
.note-one { top: 45px; right: 28px; }
.note-two { bottom: 45px; left: 18px; background: var(--coral); color: white; }
.ticker { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 12px 18px; display: flex; align-items: center; gap: 17px; font-size: 13px; box-shadow: 0 7px 20px rgba(37,32,50,.03); }
.ticker-label { color: var(--coral); font-weight: 800; white-space: nowrap; }
.ticker p { margin: 0; color: var(--muted); flex: 1; }
.ticker a, .section-link, .text-link { color: var(--coral); font-weight: 700; white-space: nowrap; }
.section { margin-top: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-heading h2 { font-size: 34px; letter-spacing: -.06em; margin: 0; }
.heading-note, .rank-tabs { color: var(--muted); font-size: 13px; }
.feature-layout { display: grid; grid-template-columns: 1.35fr 1fr; gap: 24px; }
.feature-main { background: white; border-radius: 20px; padding: 18px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; box-shadow: var(--shadow); }
.feature-image { height: 330px; border-radius: 13px; overflow: hidden; background: #f4d9da; }
.feature-info { display: flex; flex-direction: column; align-items: start; justify-content: center; }
.feature-info h3 { font-size: 31px; margin: 15px 0 10px; letter-spacing: -.05em; }
.feature-info p, .mini-feature p { color: var(--muted); font-size: 13px; }
.tag { padding: 5px 10px; color: white; background: var(--coral); border-radius: 5px; font-size: 11px; font-weight: 700; }
.tag-violet { background: var(--violet); } .tag-pink { background: #e98cac; } .tag-blue { background: #528fdb; } .tag-coral { background: var(--coral); }
.feature-side { display: grid; gap: 16px; }
.mini-feature { background: white; border-radius: 16px; padding: 14px; display: grid; grid-template-columns: 28px 82px 1fr; gap: 13px; align-items: center; }
.mini-feature > div { height: 108px; border-radius: 10px; overflow: hidden; } .mini-feature h3 { margin: 3px 0; font-size: 18px; } .mini-feature p { margin: 0; line-height: 1.5; } .mini-number { color: var(--coral); font-size: 18px; font-weight: 800; } .muted { color: var(--muted); font-size: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-tile { min-height: 220px; border-radius: 17px; padding: 22px; position: relative; overflow: hidden; transition: transform .2s; } .category-tile:hover { transform: translateY(-5px); }
.category-tile h3 { font-size: 25px; margin: 35px 0 4px; letter-spacing: -.05em; } .category-tile p { font-size: 12px; max-width: 190px; margin: 0; } .category-icon { font-size: 31px; } .category-count { position: absolute; right: 18px; top: 22px; font-size: 11px; opacity: .65; } .tile-arrow { position: absolute; right: 20px; bottom: 17px; font-size: 22px; } .coral { background: #ffd9d0; } .violet { background: #e4dcff; } .pink { background: #ffe0e8; } .blue { background: #dbeeff; }
.comic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.comic-card { background: white; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(37,32,50,.04); } .cover { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #eee; } .cover img { transition: transform .35s; } .comic-card:hover .cover img { transform: scale(1.05); } .card-copy { padding: 17px; } .eyebrow { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; } .eyebrow span { color: var(--coral); } .card-copy h3 { font-size: 20px; margin: 8px 0; letter-spacing: -.04em; } .card-copy p { color: var(--muted); font-size: 12px; line-height: 1.6; min-height: 58px; margin-bottom: 10px; } .text-link { font-size: 12px; }
.ranking-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; } .ranking-panel, .quote-panel { border-radius: 19px; padding: 25px; } .ranking-panel { background: white; } .rank-list { border-top: 1px solid var(--line); } .rank-row { display: grid; grid-template-columns: 35px 55px 1fr auto; gap: 13px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); } .rank-row strong { color: var(--coral); font-size: 18px; } .rank-cover { width: 55px; height: 55px; overflow: hidden; border-radius: 8px; } .rank-title b, .rank-title small { display: block; } .rank-title b { font-size: 14px; } .rank-title small { color: var(--muted); font-size: 11px; } .rank-score { font-size: 20px; font-weight: 800; } .rank-score small { color: var(--muted); font-size: 10px; } .quote-panel { background: var(--ink); color: white; display: flex; flex-direction: column; align-items: start; justify-content: center; } .quote-mark { color: var(--coral); font-family: Georgia; font-size: 68px; height: 55px; } .quote-panel p { font-size: 22px; line-height: 1.4; letter-spacing: -.04em; } .quote-author { color: #aaa8b6; font-size: 12px; margin-bottom: 25px; }
.topic-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; } .topic-copy h2 { font-size: 42px; line-height: 1.2; letter-spacing: -.07em; } .topic-copy em { color: var(--coral); font-style: normal; } .topic-copy p:not(.kicker) { color: var(--muted); font-size: 14px; } .topic-stack { display: grid; gap: 12px; } .topic-card { min-height: 90px; border-radius: 14px; padding: 20px 24px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; } .topic-card span { font-weight: 800; opacity: .65; } .topic-card b { font-size: 22px; } .topic-card small { font-size: 12px; } .topic-pink { background: #ffdce6; } .topic-blue { background: #d9ebff; } .topic-gold { background: #f8eac8; }
.editorial-card { background: var(--coral); color: white; border-radius: 20px; padding: 50px 60px; display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: end; gap: 40px; } .editorial-card .kicker { color: #ffe9e5; } .editorial-card h2 { font-size: 37px; line-height: 1.15; letter-spacing: -.06em; margin: 0; } .editorial-card p:not(.kicker) { margin: 0; font-size: 14px; color: #fff4f1; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; } .about-intro h2 { font-size: 39px; line-height: 1.15; letter-spacing: -.07em; } .about-intro > p:last-child { color: var(--muted); font-size: 14px; max-width: 560px; } .about-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 24px; } .about-stats strong, .about-stats span { display: block; } .about-stats strong { font-size: 31px; letter-spacing: -.08em; } .about-stats span { color: var(--muted); font-size: 12px; }
.app-card { background: #ece8fa; border-radius: 20px; padding: 42px 50px; display: grid; grid-template-columns: 62px 1fr 150px; gap: 25px; align-items: center; } .app-icon { width: 62px; height: 62px; border-radius: 17px; background: var(--violet); color: white; display: grid; place-items: center; font-size: 35px; } .app-copy h2 { font-size: 28px; margin: 0 0 6px; letter-spacing: -.05em; } .app-copy p:not(.kicker) { margin: 0 0 15px; color: var(--muted); font-size: 13px; } .subscribe-form { display: flex; max-width: 500px; } .subscribe-form input { min-width: 0; flex: 1; border: 1px solid #d6d0e7; border-radius: 9px 0 0 9px; padding: 12px; background: white; outline-color: var(--violet); } .subscribe-form button { border: 0; background: var(--ink); color: white; border-radius: 0 9px 9px 0; padding: 0 16px; font-weight: 700; } .form-note { color: var(--muted); font-size: 10px; } .qr-art { width: 125px; height: 125px; background: white; border-radius: 10px; display: grid; place-items: center; position: relative; font-size: 10px; color: var(--violet); } .qr-art i { position: absolute; width: 25px; height: 25px; border: 5px solid var(--ink); } .qr-art i:nth-of-type(1) { top: 12px; left: 12px; } .qr-art i:nth-of-type(2) { top: 12px; right: 12px; } .qr-art i:nth-of-type(3) { bottom: 12px; left: 12px; } .qr-art b { position: absolute; bottom: 16px; right: 12px; }
.site-footer { margin-top: 110px; background: #f0eef3; padding: 50px 0 20px; } .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; } .footer-grid h3 { font-size: 14px; margin: 0 0 10px; } .footer-grid a:not(.brand), .footer-grid p { display: block; color: var(--muted); font-size: 12px; margin: 2px 0; } .footer-brand { font-size: 17px; } .footer-grid > div > p { max-width: 270px; } .copyright { border-top: 1px solid #dedce4; margin-top: 35px; padding-top: 16px; color: var(--muted); font-size: 11px; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.listing-main, .article-main { padding-top: 30px; } .breadcrumb { display: flex; gap: 10px; color: var(--muted); font-size: 12px; margin-bottom: 38px; } .breadcrumb a:hover { color: var(--coral); } .listing-hero { background: #ece8fa; border-radius: 20px; padding: 45px 55px; display: flex; justify-content: space-between; align-items: center; } .listing-hero h1 { font-size: 58px; margin-bottom: 10px; } .listing-hero p:not(.kicker) { color: var(--muted); max-width: 570px; margin: 0; } .listing-badge { width: 120px; height: 120px; border-radius: 50%; background: var(--coral); color: white; display: grid; place-items: center; font-size: 38px; text-align: center; transform: rotate(8deg); } .listing-badge span { font-size: 18px; line-height: 1.1; } .listing-badge small { font-size: 10px; } .listing-toolbar { display: flex; justify-content: space-between; padding: 35px 0 20px; border-bottom: 1px solid var(--line); margin-bottom: 25px; } .listing-toolbar b { color: var(--coral); } .toolbar-note { color: var(--muted); font-size: 12px; } .listing-grid { grid-template-columns: repeat(4, 1fr); } .listing-grid .comic-card:last-child { grid-column: span 1; } .reading-tip { margin-top: 65px; padding: 24px 28px; background: white; border-radius: 15px; display: flex; align-items: center; gap: 20px; box-shadow: var(--shadow); } .reading-tip > span { font-size: 28px; color: var(--coral); } .reading-tip div { flex: 1; } .reading-tip h2 { font-size: 19px; margin: 0 0 4px; } .reading-tip p { margin: 0; color: var(--muted); font-size: 12px; }
.article-header { display: flex; justify-content: space-between; padding: 38px 0 45px; } .article-header h1 { font-size: 55px; margin: 20px 0 10px; } .article-header p { color: var(--muted); max-width: 650px; } .article-meta { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); font-size: 12px; } .article-mark { width: 100px; height: 100px; border-radius: 50%; background: #ffd9d0; display: grid; place-items: center; color: var(--coral); font-size: 50px; } .reading-notice { border-left: 3px solid var(--coral); background: white; padding: 18px 24px; margin-bottom: 55px; } .reading-notice strong { font-size: 14px; } .reading-notice p { color: var(--muted); font-size: 13px; margin: 4px 0 0; } .chapter-content { max-width: 760px; margin: 0 auto; } .chapter-content > h2 { font-size: 27px; text-align: center; } .chapter-lead { color: var(--muted); text-align: center; font-size: 14px; margin-bottom: 35px; } .panel { margin: 0 0 30px; } .panel div { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 14px; background: #eee; } .panel figcaption { color: var(--muted); text-align: center; font-size: 11px; padding-top: 8px; } .chapter-end { text-align: center; padding: 45px 0 20px; } .chapter-end span { color: var(--coral); font-size: 30px; } .chapter-end h2 { font-size: 22px; margin: 6px 0; } .chapter-end p { color: var(--muted); font-size: 13px; } .chapter-nav { max-width: 900px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; border-top: 1px solid var(--line); padding-top: 25px; } .chapter-nav a { padding: 10px 0; } .chapter-nav small, .chapter-nav b { display: block; } .chapter-nav small { color: var(--muted); font-size: 11px; } .chapter-nav b { font-size: 13px; } .chapter-nav .next { text-align: right; } .back-category { color: var(--coral); text-align: center; }
@media (max-width: 900px) { .main-nav a span { display: none; } .main-nav a { padding: 10px; } .hero { grid-template-columns: 1fr 300px; gap: 30px; } .hero-art { width: 300px; height: 350px; } .feature-layout, .ranking-section, .topic-section, .about-section { grid-template-columns: 1fr; gap: 30px; } .category-grid { grid-template-columns: repeat(2, 1fr); } .comic-grid, .listing-grid { grid-template-columns: repeat(2, 1fr); } .editorial-card { grid-template-columns: 1fr; gap: 18px; padding: 35px; } .app-card { grid-template-columns: 50px 1fr; } .qr-art { display: none; } }
@media (max-width: 620px) { .container { width: min(100% - 28px, 1200px); } .nav-shell { gap: 10px; min-height: 65px; } .brand { font-size: 16px; } .brand .nav-icon { width: 28px; height: 28px; } .main-nav { gap: 0; } .main-nav a { padding: 8px; } .header-search { width: 32px; height: 32px; } .hero { margin-top: 42px; display: block; } .hero-art { margin: 35px auto 0; width: min(100%, 320px); height: 340px; } .hero-meta { flex-direction: column; gap: 4px; } .ticker { align-items: flex-start; flex-wrap: wrap; gap: 7px 12px; } .ticker p { flex-basis: calc(100% - 95px); } .section { margin-top: 75px; } .section-heading h2 { font-size: 27px; } .heading-note, .section-link { font-size: 11px; } .feature-main { grid-template-columns: 1fr; } .feature-image { height: 260px; } .mini-feature { grid-template-columns: 25px 75px 1fr; } .mini-feature > div { height: 90px; } .category-grid, .comic-grid, .listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .category-tile { padding: 15px; min-height: 180px; } .category-tile h3 { font-size: 20px; margin-top: 25px; } .category-tile p { font-size: 11px; } .card-copy { padding: 12px; } .card-copy h3 { font-size: 16px; } .card-copy p { font-size: 11px; min-height: 80px; } .rank-row { grid-template-columns: 25px 45px 1fr auto; gap: 8px; } .rank-cover { width: 45px; height: 45px; } .rank-score { font-size: 16px; } .topic-copy h2, .about-intro h2 { font-size: 31px; } .topic-card { padding: 15px; grid-template-columns: 35px 1fr; } .topic-card small { grid-column: 2; } .listing-hero { padding: 30px 22px; } .listing-hero h1 { font-size: 43px; } .listing-badge { width: 85px; height: 85px; font-size: 28px; } .listing-badge span { font-size: 14px; } .toolbar-note { display: none; } .reading-tip { align-items: flex-start; flex-wrap: wrap; } .reading-tip .button { margin-left: 45px; } .article-header { padding-top: 10px; } .article-header h1 { font-size: 40px; } .article-mark { width: 70px; height: 70px; font-size: 34px; } .article-meta { gap: 8px 12px; } .chapter-nav { grid-template-columns: 1fr 1fr; } .chapter-nav .back-category { grid-row: 1; grid-column: 1 / -1; order: -1; } .chapter-nav .next { text-align: right; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; } .footer-grid > div:first-child { grid-column: 1 / -1; } .app-card { padding: 25px 20px; gap: 15px; } .app-copy h2 { font-size: 22px; } .app-icon { width: 50px; height: 50px; } .subscribe-form input { width: 100px; } }