:root {
    --ink: #17202b;
    --muted: #6c7885;
    --line: #e8edf2;
    --paper: #ffffff;
    --wash: #f6f8fb;
    --brand: #ef5b4d;
    --brand-deep: #c93e39;
    --gold: #f5b84b;
    --shadow: 0 16px 38px rgba(25, 40, 58, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--wash); font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { width: min(1180px, calc(100% - 32px)); min-height: 78px; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--brand), #ff9a64); font-weight: 900; font-size: 20px; box-shadow: 0 8px 18px rgba(239,91,77,.25); }
.brand-name { font-weight: 900; letter-spacing: .02em; font-size: 18px; }
.brand-name small { display: block; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.main-nav { display: flex; flex: 1; justify-content: flex-end; gap: 5px; flex-wrap: wrap; }
.main-nav a { padding: 9px 12px; border-radius: 11px; font-size: 14px; color: #52606d; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--brand-deep); background: #fff1ef; }
.menu-button { display: none; border: 0; background: transparent; font-size: 24px; }
.page-shell { width: min(1180px, calc(100% - 32px)); margin: auto; }
.hero { margin-top: 28px; min-height: 340px; position: relative; overflow: hidden; border-radius: 25px; color: #fff; background: linear-gradient(110deg, rgba(19,28,40,.96), rgba(19,28,40,.52)), url("https://tse-mm.bing.com/th?q=51吃瓜爆料今日焦点漫画") center / cover; box-shadow: var(--shadow); }
.hero-slide { min-height: 340px; padding: 60px clamp(24px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { color: #ffc778; font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.hero h1 { max-width: 690px; margin: 13px 0 12px; font-size: clamp(30px, 4.3vw, 54px); line-height: 1.2; letter-spacing: -.03em; }
.hero h1 a { color: #fff; }
.hero p { max-width: 630px; margin: 0; color: #e7edf3; font-size: 16px; }
.hero-dots { position: absolute; left: 76px; bottom: 28px; display: flex; gap: 8px; }
.hero-dots span { width: 28px; height: 4px; border-radius: 6px; background: rgba(255,255,255,.4); }
.hero-dots span:first-child { background: var(--gold); }
.section-head { margin: 48px 0 20px; display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.section-head h2 { margin: 0; font-size: 27px; letter-spacing: -.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 14px; }
.eyebrow { color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 7px 18px rgba(29,43,59,.035); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 16 / 10; overflow: hidden; background: #edf0f4; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 17px; }
.card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.card h3 { margin: 9px 0 8px; font-size: 17px; line-height: 1.45; }
.card p { min-height: 52px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.tag { color: var(--brand-deep); background: #fff1ef; padding: 2px 7px; border-radius: 999px; }
.feature-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.feature-card { min-height: 318px; position: relative; overflow: hidden; display: flex; align-items: end; border-radius: 20px; color: #fff; background: linear-gradient(0deg, rgba(12,20,30,.88), transparent 72%), url("https://tse-mm.bing.com/th?q=娱乐八卦幕后花絮漫画") center / cover; }
.feature-card .feature-copy { padding: 28px; }
.feature-card h3 { max-width: 570px; margin: 7px 0; font-size: 29px; line-height: 1.3; }
.feature-card p { max-width: 560px; margin: 0; color: #e7edf3; }
.side-list { display: grid; gap: 18px; }
.mini-card { min-height: 150px; padding: 21px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.mini-card h3 { margin: 8px 0 0; font-size: 18px; line-height: 1.45; }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.topic { padding: 22px; min-height: 148px; background: var(--paper); border-radius: 18px; border: 1px solid var(--line); }
.topic h3 { margin: 8px 0 4px; font-size: 18px; }
.topic p { margin: 0; color: var(--muted); font-size: 13px; }
.about { margin-top: 48px; padding: 34px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; border-radius: 22px; background: #1e2a38; color: #fff; }
.about h2 { margin: 7px 0 0; font-size: 30px; line-height: 1.3; }
.about p { margin: 0; color: #cbd5df; }
.subscribe { margin: 48px 0 28px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: linear-gradient(120deg,#fff8e9,#fff1ef); border: 1px solid #f3dfc1; border-radius: 20px; }
.subscribe h2 { margin: 3px 0 5px; font-size: 23px; }
.subscribe p { margin: 0; color: var(--muted); font-size: 14px; }
.qr { width: 76px; height: 76px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: repeating-linear-gradient(45deg, #263544 0 4px, #fff 4px 8px); border: 8px solid #fff; box-shadow: 0 0 0 1px #e8d4b1; font-size: 11px; font-weight: 900; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 17px; border-radius: 11px; color: #fff; background: var(--brand); font-weight: 800; font-size: 14px; white-space: nowrap; }
.button:hover { background: var(--brand-deep); }
.site-footer { padding: 26px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: auto; display: flex; justify-content: space-between; gap: 20px; }
.breadcrumb { padding: 22px 0 5px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--brand-deep); }
.listing-intro { padding: 25px 30px; background: #fff; border: 1px solid var(--line); border-radius: 19px; }
.listing-intro h1 { margin: 5px 0 7px; font-size: 32px; line-height: 1.3; }
.listing-intro p { max-width: 760px; margin: 0; color: var(--muted); }
.article-wrap { max-width: 850px; margin: auto; }
.article { margin: 19px 0 42px; padding: clamp(22px, 5vw, 48px); background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.article h1 { margin: 6px 0 13px; font-size: clamp(28px, 4vw, 42px); line-height: 1.25; }
.article-deck { color: var(--muted); font-size: 16px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 13px 0 21px; color: var(--muted); font-size: 13px; border-bottom: 1px solid var(--line); }
.article h2 { margin-top: 35px; font-size: 23px; }
.article p { color: #4f5d6a; font-size: 16px; }
.article-figure { margin: 23px 0; }
.article-figure img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 14px; }
.article-figure figcaption { margin-top: 7px; color: var(--muted); font-size: 12px; }
.chapter-end { margin-top: 30px; padding: 18px; text-align: center; color: var(--brand-deep); background: #fff6f4; border-radius: 13px; font-weight: 800; }
.article-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; }
.article-nav a { flex: 1; padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; color: var(--brand-deep); font-size: 13px; }
.article-nav a:last-child { text-align: right; }
@media (max-width: 960px) { .header-inner { gap: 12px; } .brand { min-width: auto; } .brand-name { display: none; } .main-nav a { padding: 8px; } .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .header-inner { min-height: 64px; } .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 70px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow); } .main-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); } .menu-button { display: block; margin-left: auto; } .hero, .hero-slide { min-height: 390px; } .hero-slide { padding: 38px 25px; } .hero-dots { left: 25px; } .feature-grid, .topic-grid, .about { grid-template-columns: 1fr; } .section-head { display: block; } .section-head p { margin-top: 5px; } .grid { gap: 12px; } .card-body { padding: 13px; } .card h3 { font-size: 15px; } .card p { font-size: 12px; } .subscribe, .footer-inner { display: block; } .subscribe .button { margin-top: 16px; } .qr { margin-top: 17px; } }
