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

:root {
  --b84: #E8547C;
  --w85: #C43C62;
  --p16: #FDEEF3;
  --y23: #1F2328;
  --g28: #3A4048;
  --w2: #6B7280;
  --n44: #F7F7F8;
  --g12: #FFFFFF;
  --q81: #E3E5E8;
  --q27: 10px;
  --b13: 14px;
  --f12: 0 1px 2px rgba(31, 35, 40, .06);
  --u72: 0 6px 18px rgba(31, 35, 40, .10);
  --v55: 1160px;
  --e13: 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(--e13);
  font-size: 16px;
  line-height: 1.85;
  color: var(--y23);
  background: var(--n44);
}

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

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

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

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

/* ---------- 页头与导航 ---------- */
.e8v9f2 {
  background: var(--g12);
  border-bottom: 1px solid var(--q81);
  position: sticky; top: 0; z-index: 40;
}
._5t6e6 {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 64px;
}
.bx-list {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 19px; font-weight: 700; color: var(--y23);
}
.bx-list:hover { text-decoration: none; color: var(--w85); }
.cy-body {
  width: 30px; height: 30px; border-radius: 9px;
  background: linear-gradient(135deg, var(--b84), #F7A0B8);
  display: inline-block; flex: none;
}
._oqjal { display: block; font-size: 12px; font-weight: 400; color: var(--w2); line-height: 1.3; }

.o8i4m4 ul {
  list-style: none; display: flex; flex-wrap: wrap;
  gap: 4px 18px; margin: 0; padding: 0;
}
.o8i4m4 a {
  display: inline-block; padding: 8px 2px; color: var(--g28);
  font-size: 15px; border-bottom: 2px solid transparent;
}
.o8i4m4 a:hover { color: var(--w85); text-decoration: none; border-bottom-color: var(--b84); }
.o8i4m4 a._rrmpp { color: var(--w85); font-weight: 600; border-bottom-color: var(--b84); }

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

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

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

/* ---------- 通用区块 ---------- */
main { display: block; }
section { padding: 34px 0; border-bottom: 1px dashed var(--q81); }
section:last-of-type { border-bottom: 0; }
h1 {
  font-size: 30px; line-height: 1.4; margin: 14px 0 12px; color: var(--y23); letter-spacing: .2px;
}
h2 {
  font-size: 23px; line-height: 1.45; margin: 0 0 14px; color: var(--y23);
  padding-left: 12px; border-left: 5px solid var(--b84);
}
h3 { font-size: 18px; line-height: 1.5; margin: 22px 0 8px; color: var(--y23); }
h4 { font-size: 16px; margin: 16px 0 6px; color: var(--g28); }
p { margin: 0 0 14px; color: var(--g28); }
strong { color: var(--w85); font-weight: 700; }
ul, ol { padding-left: 22px; margin: 0 0 14px; color: var(--g28); }
li { margin-bottom: 8px; }
.hp-pill { font-size: 17px; color: var(--g28); }
._m2kgi { font-size: 14px; color: var(--w2); }
.text-panel {
  background: var(--g12); border: 1px solid var(--q81);
  border-radius: var(--b13); padding: 20px 22px; box-shadow: var(--f12);
}

/* ---------- Hero ---------- */
._harph { padding: 30px 0 36px; border-bottom: 1px solid var(--q81); background: linear-gradient(180deg, #FFFFFF 0%, var(--n44) 100%); }
.m2e2c4 { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; }
.rp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--p16); color: var(--w85);
  border: 1px solid #F3C9D6; border-radius: 999px;
  padding: 5px 14px; font-size: 14px; font-weight: 600;
}
._g0fbj { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 18px 0; }
._g0fbj li {
  background: var(--g12); border: 1px solid var(--q81); border-radius: 999px;
  padding: 6px 14px; font-size: 14px; color: var(--g28); margin: 0; box-shadow: var(--f12);
}
.dk-flow { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.k7q5h5 {
  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;
}
.k7q5h5:hover { text-decoration: none; }
.b5n7g1 { background: var(--b84); color: #fff; box-shadow: var(--u72); }
.b5n7g1:hover { background: var(--w85); }
.h5w4f8 { background: var(--g12); color: var(--w85); border-color: var(--b84); }
.h5w4f8:hover { background: var(--p16); }
.k6o5n9 { margin: 0; }
.k6o5n9 img { border-radius: var(--b13); border: 1px solid var(--q81); box-shadow: var(--u72); }
.k6o5n9 figcaption { font-size: 13px; color: var(--w2); margin-top: 8px; }

/* ---------- 卡片网格 ---------- */
.d2l9a9 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid.xz-grid { grid-template-columns: repeat(2, 1fr); }
.card-grid.o3h9y8 { grid-template-columns: repeat(4, 1fr); }
._gnewi {
  background: var(--g12); border: 1px solid var(--q81); border-radius: var(--b13);
  overflow: hidden; box-shadow: var(--f12);
  transition: transform .15s ease, box-shadow .15s ease;
  display: flex; flex-direction: column;
}
._gnewi:hover { transform: translateY(-2px); box-shadow: var(--u72); }
._gnewi img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--p16); }
.nf-grid { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.nf-grid h3 { margin: 0 0 8px; font-size: 17px; }
.nf-grid p { font-size: 15px; margin-bottom: 12px; }
.dk-col { list-style: none; padding: 0; margin: 0 0 14px; font-size: 14px; color: var(--w2); }
.dk-col li { margin-bottom: 4px; }
.nf-grid .k7q5h5 { margin-top: auto; min-height: 42px; font-size: 15px; }

/* ---------- 数据看板 ---------- */
._9mph8 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
._59khs {
  background: var(--g12); border: 1px solid var(--q81); border-radius: var(--b13);
  padding: 18px; box-shadow: var(--f12);
}
._59khs .sl-cell { font-size: 15px; color: var(--g28); font-weight: 600; }
._59khs .a8w1o4 { font-size: 34px; font-weight: 700; color: var(--w85); line-height: 1.2; margin: 6px 0; }
._59khs ._xz8jh { font-size: 13px; color: var(--w2); line-height: 1.6; }

/* ---------- 更新记录列表 ---------- */
.hp-card { list-style: none; padding: 0; margin: 0; }
.hp-card li {
  background: var(--g12); border: 1px solid var(--q81); border-left: 4px solid var(--b84);
  border-radius: 0 var(--q27) var(--q27) 0; padding: 14px 16px; margin-bottom: 12px;
}
._hwe60 { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-bottom: 6px; font-size: 14px; }
._pqe4j { font-weight: 700; color: var(--y23); }
._9xf9e {
  background: var(--p16); color: var(--w85); border-radius: 999px;
  padding: 2px 10px; font-size: 13px; border: 1px solid #F3C9D6;
}
.hp-card p { margin: 0; font-size: 15px; }

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

/* ---------- 表格 ---------- */
.nf-mark { overflow-x: auto; border: 1px solid var(--q81); border-radius: var(--b13); background: var(--g12); }
table { border-collapse: collapse; width: 100%; min-width: 640px; font-size: 15px; }
caption { text-align: left; padding: 12px 16px; font-size: 14px; color: var(--w2); }
th, td { padding: 11px 14px; border-bottom: 1px solid var(--q81); text-align: left; vertical-align: top; }
thead th { background: var(--p16); color: var(--y23); font-weight: 700; white-space: nowrap; }
tbody tr:last-child td { border-bottom: 0; }

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

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

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

/* ---------- 说明卡 ---------- */
.j2p9l4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.bx-line {
  background: var(--g12); border: 1px solid var(--q81); border-radius: var(--b13);
  padding: 16px; box-shadow: var(--f12);
}
.bx-line h3 { margin-top: 0; font-size: 16.5px; }
.bx-line p { font-size: 14.5px; margin-bottom: 8px; }
.bx-line img { border-radius: var(--q27); border: 1px solid var(--q81); margin-bottom: 12px; }

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

/* ---------- 检索页 ---------- */
._ljdh0 { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; }
._ljdh0 input[type="search"] {
  flex: 1 1 260px; min-height: 46px; padding: 10px 14px; font-size: 16px;
  border: 1px solid var(--q81); border-radius: 10px; background: var(--g12); color: var(--y23);
  font-family: var(--e13);
}
._9x7f4 { list-style: none; padding: 0; margin: 0; }
._9x7f4 li {
  background: var(--g12); border: 1px solid var(--q81); border-radius: var(--q27);
  padding: 12px 16px; margin-bottom: 10px;
}
.zt-pill { font-size: 14px; color: var(--w2); }

/* ---------- 页脚 ---------- */
.cy-pill { background: #FFF; border-top: 1px solid var(--q81); padding: 34px 0 26px; margin-top: 10px; }
.fn-cell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
._wbrxg h2 {
  font-size: 16px; margin: 0 0 10px; padding: 0; border-left: 0; color: var(--y23);
}
._wbrxg ul { list-style: none; padding: 0; margin: 0; }
._wbrxg li { margin-bottom: 8px; }
._wbrxg a { font-size: 14.5px; color: var(--g28); }
._wbrxg a:hover { color: var(--w85); }
.qr-head {
  margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--q81);
  font-size: 14px; color: var(--w2); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
}

/* ---------- 响应式 ---------- */
@media (max-width: 1023px) {
  .d2l9a9, .card-grid.o3h9y8 { grid-template-columns: repeat(2, 1fr); }
  ._9mph8 { grid-template-columns: repeat(2, 1fr); }
  .j2p9l4 { grid-template-columns: repeat(2, 1fr); }
  .m2e2c4 { grid-template-columns: 1fr; }
  .fn-cell { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  body { font-size: 15.5px; }
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  ._5t6e6 { flex-wrap: wrap; min-height: 56px; padding: 10px 0; }
  .t2c9k3 { display: inline-flex; }
  .o8i4m4 { display: none; width: 100%; }
  #nav-toggle:checked ~ .o8i4m4 { display: block; }
  .o8i4m4 ul { flex-direction: column; gap: 0; border-top: 1px solid var(--q81); padding-top: 6px; }
  .o8i4m4 a { display: block; padding: 11px 2px; border-bottom: 1px solid var(--q81); }
  .d2l9a9, .card-grid.xz-grid, .card-grid.o3h9y8,
  ._2dsdn, .j2p9l4, ._9mph8 { grid-template-columns: 1fr; }
  .fn-cell { grid-template-columns: 1fr; }
  .k7q5h5 { width: 100%; }
  .nf-grid .k7q5h5 { width: 100%; }
}

@media print {
  .e8v9f2, .g4u3j1, .cy-pill, .dk-flow { display: none; }
  body { background: #fff; }
}
