:root {
  --bg: #f6f3ee;
  --paper: #fffdf8;
  --ink: #1f1a17;
  --muted: #6b6259;
  --line: #e4d8c8;
  --accent: #c81e1e;
  --soft: #fff1ea;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
.wrap { width: min(1100px, calc(100% - 28px)); margin: 0 auto; }
.top { background: var(--paper); border-bottom: 1px solid var(--line); }
.top-row { display: flex; align-items: center; gap: 22px; min-height: 64px; flex-wrap: wrap; }
.logo { font-size: 22px; font-weight: 750; letter-spacing: .5px; color: var(--accent); white-space: nowrap; }
.nav { display: flex; gap: 4px; flex-wrap: wrap; }
.nav a { padding: 6px 10px; border-radius: 999px; font-size: 14px; color: #3d342e; }
.nav a.on, .nav a:hover { background: var(--accent); color: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 4px; }
.chips a { padding: 5px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; background: var(--paper); }
.chips a:hover { border-color: var(--accent); color: var(--accent); }
.home .hero { margin: 14px 0 8px; }
.hero-card { background: #111; border-radius: 10px 10px 0 0; overflow: hidden; position: relative; }
.hero-stage { display: block; position: relative; min-height: 360px; color: #fff; }
.hero-stage:hover { color: #fff; }
.hero-cover { width: 100%; height: 360px; object-fit: cover; display: block; filter: brightness(.72); }
.live { position: absolute; top: 16px; left: 16px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .6px; padding: 4px 10px; border-radius: 999px; }
.hero-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px 18px; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.hero-card h3 { margin: 8px 0 10px; font-size: 26px; line-height: 1.35; color: #fff; }
.hero-copy .kicker, .hero-copy .lead, .hero-copy .meta { color: #f3e8e0; }
.hero-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 10px; background: var(--paper); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 10px 10px; }
.hero-thumb { display: block; font-size: 12px; line-height: 1.4; color: var(--ink); }
.hero-thumb img { width: 100%; height: 72px; object-fit: cover; border-radius: 6px; display: block; margin-bottom: 6px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 12px; }
.card a { display: grid; grid-template-columns: 112px 1fr; gap: 12px; align-items: start; }
.card .thumb { width: 112px; height: 80px; object-fit: cover; border-radius: 6px; display: block; }
.card h3 { margin: 6px 0 8px; font-size: 16px; line-height: 1.45; }
.kicker { margin: 0; color: var(--accent); font-size: 12px; font-weight: 650; }
.lead { margin: 0 0 8px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.meta, .count { color: var(--muted); font-size: 12px; }
.cols { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; align-items: start; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sec-hd { display: flex; justify-content: space-between; align-items: baseline; margin: 18px 0 10px; }
.sec-hd h2 { margin: 0; font-size: 18px; }
.sec-hd a { color: var(--muted); font-size: 13px; }
.more { list-style: none; margin: 0; padding: 0; }
.more li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
.more span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.rank { list-style: none; margin: 0; padding: 0; }
.rank li { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: start; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.rank .n { color: var(--accent); font-weight: 700; }
.rank em { color: var(--muted); font-style: normal; font-size: 12px; white-space: nowrap; }
.topics { display: grid; gap: 8px; }
.topic { display: flex; justify-content: space-between; padding: 10px 12px; background: var(--soft); border-radius: 8px; }
.page-title { margin: 22px 0 4px; font-size: 26px; }
.article { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; margin: 20px 0 32px; }
.post { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 22px 26px; }
.post h1 { margin: 8px 0 12px; font-size: 28px; line-height: 1.35; }
.post .body p { line-height: 1.9; margin: 0 0 14px; font-size: 16px; }
.tags { margin-top: 18px; }
.tag { display: inline-block; margin: 0 8px 8px 0; padding: 3px 10px; background: var(--soft); border-radius: 999px; font-size: 13px; }
.crumbs { color: var(--muted); font-size: 13px; }
.foot { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-align: center; padding: 22px 0 32px; margin-top: 28px; }
.review { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px 16px; background: #2c3636; color: #eee; }
.review h1 { font-weight: 400; font-size: 26px; }
.review .muted { color: #bbb; }
@media (max-width: 860px) {
  .cols, .article, .cards, .hero-thumbs, .card a { grid-template-columns: 1fr; }
  .hero-cover { height: 240px; }
  .hero-stage { min-height: 240px; }
  .hero-card h3, .post h1 { font-size: 22px; }
  .card .thumb { width: 100%; height: 140px; }
  .more li { flex-direction: column; gap: 2px; }
}
