/* 糖心vlog合集索引站 · 公共样式表
   主色：暖粉 #E8547C；文字 #1F2328；背景 #F7F7F8；辅助灰 #6B7280
   零第三方资源：不引入任何外部字体、图片或 CDN */

:root {
  --y13: #E8547C;
  --j87: #C43C62;
  --q92: #FDEEF3;
  --d71: #1F2328;
  --k40: #3A4048;
  --p99: #6B7280;
  --y60: #F7F7F8;
  --y79: #FFFFFF;
  --p8: #E3E5E8;
  --p6: 10px;
  --e26: 14px;
  --j16: 0 1px 2px rgba(31, 35, 40, .06);
  --y53: 0 6px 18px rgba(31, 35, 40, .10);
  --k43: 1160px;
  --b98: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--b98);
  font-size: 16px;
  line-height: 1.85;
  color: var(--d71);
  background: var(--y60);
}

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

a { color: var(--j87); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
label:focus-visible {
  outline: 3px solid var(--y13);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(232, 84, 124, .18);
  border-radius: 4px;
}

.bx-slot { max-width: var(--k43); margin: 0 auto; padding: 0 20px; }

.l4b7a6 {
  position: absolute; left: 12px; top: -48px;
  background: var(--y13); color: #fff; padding: 8px 14px;
  border-radius: 0 0 8px 8px; z-index: 60; transition: top .15s ease;
}
.l4b7a6:focus { top: 0; }

/* ---------- 页头与导航 ---------- */
.r3r1w9 {
  background: var(--y79);
  border-bottom: 1px solid var(--p8);
  position: sticky; top: 0; z-index: 40;
}
.t6x6g7 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 64px;
}
.xz-head {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 700; color: var(--d71);
}
.xz-head:hover { text-decoration: none; color: var(--j87); }
.n4j6v7 {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--y13), #F7A0B8);
  display: inline-block; flex: none;
}
._5xedk { display: block; font-size: 12px; font-weight: 400; color: var(--p99); line-height: 1.3; }

.k3y5o6 ul {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: 4px 18px; margin: 0; padding: 0;
}
.k3y5o6 a {
  display: inline-block; padding: 8px 2px; color: var(--k40);
  font-size: 15px; border-bottom: 2px solid transparent;
}
.k3y5o6 a:hover { color: var(--j87); text-decoration: none; border-bottom-color: var(--y13); }
.k3y5o6 a.hp-pill { color: var(--j87); font-weight: 600; border-bottom-color: var(--y13); }

#nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }
.mv-slot {
  display: none; align-items: center; gap: 8px;
  padding: 8px 12px; border: 1px solid var(--p8); border-radius: 8px;
  font-size: 14px; color: var(--k40); cursor: pointer; background: var(--y79);
}
.mv-slot ._4i5jj { display: block; width: 18px; height: 2px; background: var(--k40); position: relative; }
.mv-slot ._4i5jj::before,
.mv-slot ._4i5jj::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--k40);
}
.mv-slot ._4i5jj::before { top: -6px; }
.mv-slot ._4i5jj::after { top: 6px; }

/* 页内锚点条 */
.vw-body { background: var(--q92); border-bottom: 1px solid #F6D4DF; }
.vw-body ul {
  list-style: none; margin: 0; padding: 10px 0; display: flex;
  gap: 8px 14px; flex-wrap: wrap;
}
.vw-body a {
  font-size: 14px; color: var(--j87); background: var(--y79);
  border: 1px solid #F3C9D6; border-radius: 999px; padding: 5px 12px; display: inline-block;
}
.vw-body a:hover { background: var(--y13); color: #fff; text-decoration: none; border-color: var(--y13); }

/* ---------- 面包屑 ---------- */
._t5bux { padding: 14px 0 0; font-size: 14px; color: var(--p99); }
._t5bux ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
._t5bux li { display: inline-flex; align-items: center; gap: 6px; }
._t5bux .lq-tag { color: #B9BDC3; }
._t5bux [aria-current="page"] { color: var(--d71); font-weight: 600; }

/* ---------- 通用区块 ---------- */
main { display: block; }
section { padding: 34px 0; border-bottom: 1px dashed var(--p8); }
section:last-of-type { border-bottom: 0; }
h1 {
  font-size: 30px; line-height: 1.4; margin: 14px 0 12px; color: var(--d71); letter-spacing: .2px;
}
h2 {
  font-size: 23px; line-height: 1.45; margin: 0 0 14px; color: var(--d71);
  padding-left: 12px; border-left: 5px solid var(--y13);
}
h3 { font-size: 18px; line-height: 1.5; margin: 22px 0 8px; color: var(--d71); }
h4 { font-size: 16px; margin: 16px 0 6px; color: var(--k40); }
p { margin: 0 0 14px; color: var(--k40); }
strong { color: var(--j87); font-weight: 700; }
ul, ol { padding-left: 22px; margin: 0 0 14px; color: var(--k40); }
li { margin-bottom: 8px; }
.rp-zone { font-size: 17px; color: var(--k40); }
.qr-pan { font-size: 14px; color: var(--p99); }
.text-panel {
  background: var(--y79); border: 1px solid var(--p8);
  border-radius: var(--e26); padding: 20px 22px; box-shadow: var(--j16);
}

/* ---------- Hero ---------- */
.pn-unit { padding: 30px 0 36px; border-bottom: 1px solid var(--p8); background: linear-gradient(180deg, #FFFFFF 0%, var(--y60) 100%); }
.nf-pan { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; }
.sl-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--q92); color: var(--j87);
  border: 1px solid #F3C9D6; border-radius: 999px;
  padding: 5px 14px; font-size: 14px; font-weight: 600;
}
.fn-wrap { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0; }
.fn-wrap li {
  background: var(--y79); border: 1px solid var(--p8); border-radius: 999px;
  padding: 6px 14px; font-size: 14px; color: var(--k40); margin: 0; box-shadow: var(--j16);
}
.r9x4d7 { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
._f25et {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 10px 22px; border-radius: 10px;
  font-size: 16px; font-weight: 600; border: 2px solid transparent;
}
._f25et:hover { text-decoration: none; }
.gk-chip { background: var(--y13); color: #fff; box-shadow: var(--y53); }
.gk-chip:hover { background: var(--j87); }
.dk-wrap { background: var(--y79); color: var(--j87); border-color: var(--y13); }
.dk-wrap:hover { background: var(--q92); }
._g2313 { margin: 0; }
._g2313 img { border-radius: var(--e26); border: 1px solid var(--p8); box-shadow: var(--y53); }
._g2313 figcaption { font-size: 13px; color: var(--p99); margin-top: 8px; }

/* ---------- 卡片网格 ---------- */
.pn-cell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid._iz7p6 { grid-template-columns: repeat(2, 1fr); }
.card-grid.nf-foot { grid-template-columns: repeat(4, 1fr); }
._ym6g5 {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--e26);
  overflow: hidden; box-shadow: var(--j16);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
._ym6g5:hover { transform: translateY(-2px); box-shadow: var(--y53); }
._ym6g5 img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--q92); }
.u1g1j2 { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.u1g1j2 h3 { margin: 0 0 8px; font-size: 17px; }
.u1g1j2 p { font-size: 15px; margin-bottom: 12px; }
.s1d4x1 { list-style: none; padding: 0; margin: 0 0 14px; font-size: 14px; color: var(--p99); }
.s1d4x1 li { margin-bottom: 4px; }
.u1g1j2 ._f25et { margin-top: auto; min-height: 42px; font-size: 15px; }

/* ---------- 数据看板 ---------- */
.c1d6y7 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.g4n1u8 {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--e26);
  padding: 18px; box-shadow: var(--j16);
}
.g4n1u8 ._03lfi { font-size: 15px; color: var(--k40); font-weight: 600; }
.g4n1u8 .b4a4f9 { font-size: 34px; font-weight: 700; color: var(--j87); line-height: 1.2; margin: 6px 0; }
.g4n1u8 ._euujs { font-size: 13px; color: var(--p99); line-height: 1.6; }

/* ---------- 更新记录列表 ---------- */
.x5v8v2 { list-style: none; padding: 0; margin: 0; }
.x5v8v2 li {
  background: var(--y79); border: 1px solid var(--p8); border-left: 4px solid var(--y13);
  border-radius: 0 var(--p6) var(--p6) 0; padding: 14px 16px; margin-bottom: 12px;
}
.bx-cell { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-bottom: 6px; font-size: 14px; }
._w5ugo { font-weight: 700; color: var(--d71); }
.e7a9v1 {
  background: var(--q92); color: var(--j87); border-radius: 999px;
  padding: 2px 10px; font-size: 13px; border: 1px solid #F3C9D6;
}
.x5v8v2 p { margin: 0; font-size: 15px; }

/* ---------- 步骤与流程 ---------- */
.bw-unit { list-style: none; counter-reset: step; padding: 0; margin: 0; }
.bw-unit > li {
  position: relative; padding: 14px 18px 14px 54px; margin-bottom: 12px;
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--e26);
}
.bw-unit > li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 16px; top: 16px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--y13); color: #fff; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.bw-unit h3 { margin-top: 0; }
.bw-unit p { margin-bottom: 0; }

/* ---------- 表格 ---------- */
.fn-head { overflow-x: auto; border: 1px solid var(--p8); border-radius: var(--e26); background: var(--y79); }
table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
caption { text-align: left; padding: 12px 16px; font-size: 14px; color: var(--p99); }
th, td { padding: 11px 14px; border-bottom: 1px solid var(--p8); text-align: left; vertical-align: top; }
thead th { background: var(--q92); color: var(--d71); font-weight: 700; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }

/* ---------- FAQ 手风琴 ---------- */
.z9w9o3 details {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--p6);
  padding: 0; margin-bottom: 10px;
}
.z9w9o3 summary {
  cursor: pointer; padding: 14px 18px; font-weight: 600; font-size: 16px; color: var(--d71);
  list-style: none; position: relative; padding-right: 44px;
}
.z9w9o3 summary::-webkit-details-marker { display: none; }
.z9w9o3 summary::after {
  content: "+"; position: absolute; right: 18px; top: 12px;
  color: var(--j87); font-size: 20px; font-weight: 700;
}
.z9w9o3 details[open] summary::after { content: "−"; }
.z9w9o3 details[open] summary { border-bottom: 1px solid var(--p8); }
.z9w9o3 .v7c1m1 { padding: 14px 18px 4px; }
.z9w9o3 .v7c1m1 p { font-size: 15px; }

/* ---------- 标签与词云区 ---------- */
._9e19s { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
._9e19s li { margin: 0; }
._9e19s a {
  display: inline-block; background: var(--y79); border: 1px solid var(--p8);
  border-radius: 999px; padding: 8px 16px; font-size: 15px; color: var(--j87);
}
._9e19s a:hover { background: var(--y13); color: #fff; border-color: var(--y13); text-decoration: none; }
.u6w3v4 {
  display: inline-block; font-size: 13px; color: var(--j87);
  background: var(--q92); border: 1px solid #F3C9D6;
  border-radius: 6px; padding: 1px 8px;
}

/* ---------- 条目列表 ---------- */
.jm-item { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.jm-item > li {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--e26);
  overflow: hidden; margin: 0; display: flex; flex-direction: column;
}
.jm-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.g8d8g3 { padding: 14px 16px 16px; }
.g8d8g3 h3 { margin-top: 0; font-size: 16.5px; }
.g8d8g3 p { font-size: 15px; }

/* ---------- 说明卡 ---------- */
._kxvwy { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
._tepuo {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--e26);
  padding: 16px; box-shadow: var(--j16);
}
._tepuo h3 { margin-top: 0; font-size: 16.5px; }
._tepuo p { font-size: 14.5px; margin-bottom: 8px; }
._tepuo img { border-radius: var(--p6); border: 1px solid var(--p8); margin-bottom: 12px; }

/* ---------- 榜单 ---------- */
.u1k4f2 { background: var(--q92); border: 1px solid #F3C9D6; border-radius: var(--e26); padding: 16px 18px; }
.u1k4f2 p:last-child { margin-bottom: 0; }

/* ---------- 检索页 ---------- */
._tc3tg { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
._tc3tg input[type="search"] {
  flex: 1 1 260px; min-height: 46px; padding: 10px 14px; font-size: 16px;
  border: 1px solid var(--p8); border-radius: 10px; background: var(--y79); color: var(--d71);
  font-family: var(--b98);
}
.h4r6y4 { list-style: none; padding: 0; margin: 0; }
.h4r6y4 li {
  background: var(--y79); border: 1px solid var(--p8); border-radius: var(--p6);
  padding: 12px 16px; margin-bottom: 10px;
}
._h0osu { font-size: 14px; color: var(--p99); }

/* ---------- 页脚 ---------- */
.bx-col { background: #FFF; border-top: 1px solid var(--p8); padding: 34px 0 26px; margin-top: 10px; }
.j6t4b5 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.jm-grid h2 {
  font-size: 16px; margin: 0 0 10px; padding: 0; border-left: 0; color: var(--d71);
}
.jm-grid ul { list-style: none; padding: 0; margin: 0; }
.jm-grid li { margin-bottom: 8px; }
.jm-grid a { font-size: 14.5px; color: var(--k40); }
.jm-grid a:hover { color: var(--j87); }
.qr-pill {
  margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--p8);
  font-size: 14px; color: var(--p99); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1023px) {
  .pn-cell, .card-grid.nf-foot { grid-template-columns: repeat(2, 1fr); }
  .c1d6y7 { grid-template-columns: repeat(2, 1fr); }
  ._kxvwy { grid-template-columns: repeat(2, 1fr); }
  .nf-pan { grid-template-columns: 1fr; }
  .j6t4b5 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 15.5px; }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  .t6x6g7 { flex-wrap: wrap; min-height: 56px; padding: 10px 0; }
  .mv-slot { display: inline-flex; }
  .k3y5o6 { display: none; width: 100%; }
  #nav-toggle:checked ~ .k3y5o6 { display: block; }
  .k3y5o6 ul { flex-direction: column; gap: 0; border-top: 1px solid var(--p8); padding-top: 6px; }
  .k3y5o6 a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--p8); }
  .pn-cell, .card-grid._iz7p6, .card-grid.nf-foot,
  .jm-item, ._kxvwy, .c1d6y7 { grid-template-columns: 1fr; }
  .j6t4b5 { grid-template-columns: 1fr; }
  ._f25et { width: 100%; }
  .u1g1j2 ._f25et { width: 100%; }
}

@media print {
  .r3r1w9, .vw-body, .bx-col, .r9x4d7 { display: none; }
  body { background: #fff; }
}
