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

:root {
  --u48: #E8547C;
  --p16: #C43C62;
  --z46: #FDEEF3;
  --m51: #1F2328;
  --b49: #3A4048;
  --v41: #6B7280;
  --x27: #F7F7F8;
  --z28: #FFFFFF;
  --j65: #E3E5E8;
  --b71: 10px;
  --p53: 14px;
  --u45: 0 1px 2px rgba(31, 35, 40, .06);
  --z43: 0 6px 18px rgba(31, 35, 40, .10);
  --m27: 1160px;
  --b18: 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(--b18);
  font-size: 16px;
  line-height: 1.85;
  color: var(--m51);
  background: var(--x27);
}

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

a { color: var(--p16); 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(--u48);
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(232, 84, 124, .18);
  border-radius: 4px;
}

.o5g4i5 { max-width: var(--m27); margin: 0 auto; padding: 0 20px; }

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

/* ---------- 页头与导航 ---------- */
._h7nsx {
  background: var(--z28);
  border-bottom: 1px solid var(--j65);
  position: sticky; top: 0; z-index: 40;
}
._p87vc {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 64px;
}
.h5s9g1 {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 700; color: var(--m51);
}
.h5s9g1:hover { text-decoration: none; color: var(--p16); }
._1lqnk {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--u48), #F7A0B8);
  display: inline-block; flex: none;
}
._gzk97 { display: block; font-size: 12px; font-weight: 400; color: var(--v41); line-height: 1.3; }

.zt-col ul {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: 4px 18px; margin: 0; padding: 0;
}
.zt-col a {
  display: inline-block; padding: 8px 2px; color: var(--b49);
  font-size: 15px; border-bottom: 2px solid transparent;
}
.zt-col a:hover { color: var(--p16); text-decoration: none; border-bottom-color: var(--u48); }
.zt-col a.h9l8n3 { color: var(--p16); font-weight: 600; border-bottom-color: var(--u48); }

#nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; }
.rp-chip {
  display: none; align-items: center; gap: 8px;
  padding: 8px 12px; border: 1px solid var(--j65); border-radius: 8px;
  font-size: 14px; color: var(--b49); cursor: pointer; background: var(--z28);
}
.rp-chip .lq-foot { display: block; width: 18px; height: 2px; background: var(--b49); position: relative; }
.rp-chip .lq-foot::before,
.rp-chip .lq-foot::after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--b49);
}
.rp-chip .lq-foot::before { top: -6px; }
.rp-chip .lq-foot::after { top: 6px; }

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

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

/* ---------- 通用区块 ---------- */
main { display: block; }
section { padding: 34px 0; border-bottom: 1px dashed var(--j65); }
section:last-of-type { border-bottom: 0; }
h1 {
  font-size: 30px; line-height: 1.4; margin: 14px 0 12px; color: var(--m51); letter-spacing: .2px;
}
h2 {
  font-size: 23px; line-height: 1.45; margin: 0 0 14px; color: var(--m51);
  padding-left: 12px; border-left: 5px solid var(--u48);
}
h3 { font-size: 18px; line-height: 1.5; margin: 22px 0 8px; color: var(--m51); }
h4 { font-size: 16px; margin: 16px 0 6px; color: var(--b49); }
p { margin: 0 0 14px; color: var(--b49); }
strong { color: var(--p16); font-weight: 700; }
ul, ol { padding-left: 22px; margin: 0 0 14px; color: var(--b49); }
li { margin-bottom: 8px; }
.e5r3k2 { font-size: 17px; color: var(--b49); }
.tx-card { font-size: 14px; color: var(--v41); }
.text-panel {
  background: var(--z28); border: 1px solid var(--j65);
  border-radius: var(--p53); padding: 20px 22px; box-shadow: var(--u45);
}

/* ---------- Hero ---------- */
._k1lyq { padding: 30px 0 36px; border-bottom: 1px solid var(--j65); background: linear-gradient(180deg, #FFFFFF 0%, var(--x27) 100%); }
._2kga8 { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; }
._i0lsw {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--z46); color: var(--p16);
  border: 1px solid #F3C9D6; border-radius: 999px;
  padding: 5px 14px; font-size: 14px; font-weight: 600;
}
._888g5 { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0; }
._888g5 li {
  background: var(--z28); border: 1px solid var(--j65); border-radius: 999px;
  padding: 6px 14px; font-size: 14px; color: var(--b49); margin: 0; box-shadow: var(--u45);
}
.h3h3u6 { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
._ue89p {
  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;
}
._ue89p:hover { text-decoration: none; }
.t4b8n1 { background: var(--u48); color: #fff; box-shadow: var(--z43); }
.t4b8n1:hover { background: var(--p16); }
.bw-flow { background: var(--z28); color: var(--p16); border-color: var(--u48); }
.bw-flow:hover { background: var(--z46); }
.cy-unit { margin: 0; }
.cy-unit img { border-radius: var(--p53); border: 1px solid var(--j65); box-shadow: var(--z43); }
.cy-unit figcaption { font-size: 13px; color: var(--v41); margin-top: 8px; }

/* ---------- 卡片网格 ---------- */
._e6i4s { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid.vw-wrap { grid-template-columns: repeat(2, 1fr); }
.card-grid.sl-zone { grid-template-columns: repeat(4, 1fr); }
._9zd3d {
  background: var(--z28); border: 1px solid var(--j65); border-radius: var(--p53);
  overflow: hidden; box-shadow: var(--u45);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
._9zd3d:hover { transform: translateY(-2px); box-shadow: var(--z43); }
._9zd3d img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--z46); }
._yic9z { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
._yic9z h3 { margin: 0 0 8px; font-size: 17px; }
._yic9z p { font-size: 15px; margin-bottom: 12px; }
.n6d3g3 { list-style: none; padding: 0; margin: 0 0 14px; font-size: 14px; color: var(--v41); }
.n6d3g3 li { margin-bottom: 4px; }
._yic9z ._ue89p { margin-top: auto; min-height: 42px; font-size: 15px; }

/* ---------- 数据看板 ---------- */
._pwec6 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fn-list {
  background: var(--z28); border: 1px solid var(--j65); border-radius: var(--p53);
  padding: 18px; box-shadow: var(--u45);
}
.fn-list .c9t7u4 { font-size: 15px; color: var(--b49); font-weight: 600; }
.fn-list ._a33w6 { font-size: 34px; font-weight: 700; color: var(--p16); line-height: 1.2; margin: 6px 0; }
.fn-list .cy-pill { font-size: 13px; color: var(--v41); line-height: 1.6; }

/* ---------- 更新记录列表 ---------- */
.nf-card { list-style: none; padding: 0; margin: 0; }
.nf-card li {
  background: var(--z28); border: 1px solid var(--j65); border-left: 4px solid var(--u48);
  border-radius: 0 var(--b71) var(--b71) 0; padding: 14px 16px; margin-bottom: 12px;
}
._xjlua { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-bottom: 6px; font-size: 14px; }
.p8s6v9 { font-weight: 700; color: var(--m51); }
.b3p7u9 {
  background: var(--z46); color: var(--p16); border-radius: 999px;
  padding: 2px 10px; font-size: 13px; border: 1px solid #F3C9D6;
}
.nf-card p { margin: 0; font-size: 15px; }

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

/* ---------- 表格 ---------- */
.m1m3q8 { overflow-x: auto; border: 1px solid var(--j65); border-radius: var(--p53); background: var(--z28); }
table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
caption { text-align: left; padding: 12px 16px; font-size: 14px; color: var(--v41); }
th, td { padding: 11px 14px; border-bottom: 1px solid var(--j65); text-align: left; vertical-align: top; }
thead th { background: var(--z46); color: var(--m51); font-weight: 700; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }

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

/* ---------- 标签与词云区 ---------- */
._hfit4 { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
._hfit4 li { margin: 0; }
._hfit4 a {
  display: inline-block; background: var(--z28); border: 1px solid var(--j65);
  border-radius: 999px; padding: 8px 16px; font-size: 15px; color: var(--p16);
}
._hfit4 a:hover { background: var(--u48); color: #fff; border-color: var(--u48); text-decoration: none; }
.o6l4a8 {
  display: inline-block; font-size: 13px; color: var(--p16);
  background: var(--z46); border: 1px solid #F3C9D6;
  border-radius: 6px; padding: 1px 8px;
}

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

/* ---------- 说明卡 ---------- */
.m9i5p3 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.g8r5b4 {
  background: var(--z28); border: 1px solid var(--j65); border-radius: var(--p53);
  padding: 16px; box-shadow: var(--u45);
}
.g8r5b4 h3 { margin-top: 0; font-size: 16.5px; }
.g8r5b4 p { font-size: 14.5px; margin-bottom: 8px; }
.g8r5b4 img { border-radius: var(--b71); border: 1px solid var(--j65); margin-bottom: 12px; }

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

/* ---------- 检索页 ---------- */
.zt-unit { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
.zt-unit input[type="search"] {
  flex: 1 1 260px; min-height: 46px; padding: 10px 14px; font-size: 16px;
  border: 1px solid var(--j65); border-radius: 10px; background: var(--z28); color: var(--m51);
  font-family: var(--b18);
}
.n8q1u2 { list-style: none; padding: 0; margin: 0; }
.n8q1u2 li {
  background: var(--z28); border: 1px solid var(--j65); border-radius: var(--b71);
  padding: 12px 16px; margin-bottom: 10px;
}
.n7r3s1 { font-size: 14px; color: var(--v41); }

/* ---------- 页脚 ---------- */
.lq-card { background: #FFF; border-top: 1px solid var(--j65); padding: 34px 0 26px; margin-top: 10px; }
.y7e3b5 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bw-unit h2 {
  font-size: 16px; margin: 0 0 10px; padding: 0; border-left: 0; color: var(--m51);
}
.bw-unit ul { list-style: none; padding: 0; margin: 0; }
.bw-unit li { margin-bottom: 8px; }
.bw-unit a { font-size: 14.5px; color: var(--b49); }
.bw-unit a:hover { color: var(--p16); }
._02vdj {
  margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--j65);
  font-size: 14px; color: var(--v41); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1023px) {
  ._e6i4s, .card-grid.sl-zone { grid-template-columns: repeat(2, 1fr); }
  ._pwec6 { grid-template-columns: repeat(2, 1fr); }
  .m9i5p3 { grid-template-columns: repeat(2, 1fr); }
  ._2kga8 { grid-template-columns: 1fr; }
  .y7e3b5 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 15.5px; }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  ._p87vc { flex-wrap: wrap; min-height: 56px; padding: 10px 0; }
  .rp-chip { display: inline-flex; }
  .zt-col { display: none; width: 100%; }
  #nav-toggle:checked ~ .zt-col { display: block; }
  .zt-col ul { flex-direction: column; gap: 0; border-top: 1px solid var(--j65); padding-top: 6px; }
  .zt-col a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--j65); }
  ._e6i4s, .card-grid.vw-wrap, .card-grid.sl-zone,
  .lq-box, .m9i5p3, ._pwec6 { grid-template-columns: 1fr; }
  .y7e3b5 { grid-template-columns: 1fr; }
  ._ue89p { width: 100%; }
  ._yic9z ._ue89p { width: 100%; }
}

@media print {
  ._h7nsx, ._s4ax1, .lq-card, .h3h3u6 { display: none; }
  body { background: #fff; }
}
