/* 吃瓜大赛-吃瓜爆料聚集地 | 网红黑料、热瓜合集、每日更新 - 深色玫红 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  color: #f1f5f9;
  background: #0f172a;
  line-height: 1.65;
}

a {
  color: #f43f5e;
  text-decoration: none;
}

a:hover {
  color: #fb7185;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 顶栏 ========== */
.head {
  background: #0f172a;
  border-bottom: 1px solid #1e293b;
  position: sticky;
  top: 0;
  z-index: 50;
}

.head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.head .logo {
  font-size: 1.35rem;
  font-weight: 800;
  color: #f8fafc;
}

.head .logo span {
  color: #f43f5e;
}

.head .logo:hover {
  color: #f43f5e;
  text-decoration: none;
}

.head .logo:hover span {
  color: #f8fafc;
}

.head .tag {
  font-size: 0.7rem;
  color: #94a3b8;
  margin-left: 6px;
}

.head .nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.head .nav a {
  padding: 8px 14px;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 6px;
}

.head .nav a:hover,
.head .nav a.on {
  background: #1e293b;
  color: #f43f5e;
  text-decoration: none;
}

.head .btn {
  display: none;
  padding: 8px 12px;
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 6px;
  color: #94a3b8;
  font-size: 0.875rem;
  cursor: pointer;
}

/* ========== 居中 Hero + 三丸 ========== */
.hero-mid {
  text-align: center;
  padding: 48px 20px 44px;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
}

.hero-mid .wrap {
  max-width: 640px;
}

.hero-mid .badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f43f5e;
  margin-bottom: 12px;
}

.hero-mid h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hero-mid p {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.65;
  margin-bottom: 24px;
}

.hero-mid .pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-mid .pills a {
  display: inline-block;
  padding: 9px 18px;
  background: #1e293b;
  color: #f43f5e;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid #334155;
}

.hero-mid .pills a:hover {
  background: #f43f5e;
  color: #fff;
  border-color: #f43f5e;
  text-decoration: none;
}

/* ========== 不对称区块：一大 + 两小 ========== */
.sec {
  padding: 40px 0;
}

.sec .tit {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  margin-bottom: 8px;
}

.sec .tit::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 0.9em;
  background: #f43f5e;
  margin-left: 8px;
  vertical-align: -0.1em;
}

.sec .desc {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 20px;
}

.asym-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  align-items: start;
}

.asym-grid .big {
  background: #1e293b;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #334155;
  transition: border-color 0.2s;
}

.asym-grid .big:hover {
  border-color: #f43f5e;
}

.asym-grid .big a {
  display: block;
  color: inherit;
}

.asym-grid .big a:hover {
  text-decoration: none;
  color: inherit;
}

.asym-grid .big .img {
  aspect-ratio: 16/9;
  background: #334155;
}

.asym-grid .big .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asym-grid .big .cap {
  padding: 18px;
}

.asym-grid .big .cap .lbl {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f43f5e;
  margin-bottom: 8px;
}

.asym-grid .big .cap h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.4;
}

.asym-grid .small-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.asym-grid .small {
  background: #1e293b;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #334155;
  transition: border-color 0.2s;
}

.asym-grid .small:hover {
  border-color: #f43f5e;
}

.asym-grid .small a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  align-items: center;
  color: inherit;
  padding: 12px;
}

.asym-grid .small a:hover {
  text-decoration: none;
  color: inherit;
}

.asym-grid .small .img {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #334155;
}

.asym-grid .small .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asym-grid .small .cap .lbl {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #f43f5e;
  margin-bottom: 4px;
}

.asym-grid .small .cap h3 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.38;
}

/* ========== 编号列表（01 02 03） ========== */
.num-list {
  list-style: none;
}

.num-list li {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #1e293b;
}

.num-list li:last-child {
  border-bottom: none;
}

.num-list .num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1e293b;
  color: #f43f5e;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.num-list a {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
}

.num-list a:hover {
  color: #f43f5e;
  text-decoration: none;
}

.num-list .date {
  font-size: 0.8rem;
  color: #64748b;
}

/* ========== 内容页 ========== */
.art {
  padding: 28px 0 44px;
}

.art .path {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 14px;
}

.art .path a {
  color: #64748b;
}

.art .path a:hover {
  color: #f43f5e;
}

.art .art-h h1 {
  font-size: 1.45rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 8px;
  line-height: 1.35;
}

.art .art-h .meta {
  font-size: 0.875rem;
  color: #64748b;
}

.art .art-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid #1e293b;
}

.art .art-img img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}

.art .art-b {
  max-width: 680px;
}

.art .art-b p {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.8;
  margin-bottom: 14px;
}

.art .art-b h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 22px 0 10px;
}

.art .art-b h2:first-of-type {
  margin-top: 0;
}

.art .art-b .tags {
  margin-top: 22px;
}

.art .art-b .tags span {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: #1e293b;
  color: #f43f5e;
  font-size: 0.8rem;
  border-radius: 6px;
}

.art .art-b .back {
  display: inline-block;
  margin-top: 18px;
  font-weight: 600;
}

/* ========== 列表页 ========== */
.lst {
  padding: 28px 0 44px;
}

.lst .path {
  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 14px;
}

.lst .path a {
  color: #64748b;
}

.lst .path a:hover {
  color: #f43f5e;
}

.lst .lst-h h1 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #f8fafc;
  margin-bottom: 6px;
}

.lst .lst-h p {
  font-size: 0.9rem;
  color: #64748b;
}

.lst .back {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
}

/* ========== 页脚 ========== */
.foot {
  margin-top: auto;
  background: #020617;
  color: #64748b;
  padding: 22px 20px 18px;
  font-size: 0.875rem;
  border-top: 1px solid #1e293b;
}

.foot .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.foot .copy {
  font-size: 0.8rem;
  color: #64748b;
}

.foot .links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.foot .links a {
  color: #64748b;
}

.foot .links a:hover {
  color: #f43f5e;
  text-decoration: none;
}

/* ========== 响应式 ========== */
@media (max-width: 900px) {
  .asym-grid {
    grid-template-columns: 1fr;
  }

  .hero-mid h1 {
    font-size: 1.4rem;
  }
}

@media (max-width: 600px) {
  .head .nav {
    display: none;
  }

  .head .nav.open {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .head .btn {
    display: block;
  }

  .num-list li {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }

  .num-list .date {
    grid-column: 2;
  }

  .num-list .num {
    width: 28px;
    height: 28px;
    font-size: 0.7rem;
  }

  .asym-grid .small a {
    grid-template-columns: 80px 1fr;
  }
}
