/* ============================================
   探花 - 原创样式表
   品牌色系：探花粉 + 深夜蓝黑
   wdfymse.cn
   ============================================ */

/* CSS Variables */
:root {
  --xsc-uo8d23: #FF6B9D;
  --d9a-yiuza: #C44569;
  --gap-vvdm0: #F8B500;
  --a98-97j47p: #0D0D1A;
  --g59-rwk9z: #1A1A2E;
  --j2u-17r7onsw: #222240;
  --2xk-e9m9h22h: #EAEAEA;
  --q3n-c0axvzqe: #9B9BB4;
  --7mc-e8d0mt6o: #2A2A45;
  --el5-innu32: linear-gradient(135deg, #FF6B9D 0%, #C44569 100%);
  --z2h-1mqqd8e: linear-gradient(135deg, #F8B500 0%, #FF6B9D 100%);
  --3en-lwbwxc1: 0 4px 24px rgba(255, 107, 157, 0.15);
  --46k-i70v0d71: 12px;
  --nsb-ce8ylts1: all 0.3s ease;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--a98-97j47p);
  color: var(--2xk-e9m9h22h);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--xsc-uo8d23); text-decoration: none; transition: var(--nsb-ce8ylts1); }
a:hover { color: var(--gap-vvdm0); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; }

/* Container */
.ctf-z9xji { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.ook-6122s3 { max-width: 1440px; margin: 0 auto; padding: 0 20px; }

/* ============ HEADER ============ */
.l7s-ws7elgk {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13, 13, 26, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--7mc-e8d0mt6o);
  transition: var(--nsb-ce8ylts1);
}
.zv0-uk5g19x {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1440px; margin: 0 auto; padding: 0 20px; height: 68px;
}
.unz-8nt9n { display: flex; align-items: center; gap: 10px; }
.unz-8nt9n img { height: 42px; width: auto; }
.unz-8nt9n span { font-size: 1.3rem; font-weight: 800; background: var(--el5-innu32); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Navigation */
.aqb-scjn6xk { display: flex; align-items: center; gap: 6px; }
.aqb-scjn6xk a {
  padding: 8px 16px; border-radius: 8px; font-size: 0.92rem; font-weight: 500;
  color: var(--q3n-c0axvzqe); transition: var(--nsb-ce8ylts1); white-space: nowrap;
}
.aqb-scjn6xk a:hover, .aqb-scjn6xk a.active { color: #fff; background: rgba(255, 107, 157, 0.12); }

/* Search Box */
.bwl-ydyoi97 { position: relative; }
.bwl-ydyoi97 input {
  width: 200px; padding: 8px 36px 8px 14px; border-radius: 20px;
  border: 1px solid var(--7mc-e8d0mt6o); background: var(--g59-rwk9z);
  color: var(--2xk-e9m9h22h); font-size: 0.88rem; outline: none;
  transition: var(--nsb-ce8ylts1);
}
.bwl-ydyoi97 input:focus { border-color: var(--xsc-uo8d23); width: 260px; }
.bwl-ydyoi97 button {
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: var(--xsc-uo8d23); cursor: pointer;
  padding: 6px 8px; font-size: 1rem;
}

/* Mobile Menu Toggle */
.ntc-0o3nnjg2 {
  display: none; background: none; border: none; color: var(--2xk-e9m9h22h);
  font-size: 1.5rem; cursor: pointer; padding: 4px;
}

/* ============ HERO BANNER ============ */
.s5t-k85vqt {
  position: relative; margin-top: 68px; overflow: hidden;
  height: 520px; display: flex; align-items: center;
}
.b38-3i1mz {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  filter: brightness(0.55); transition: opacity 1s ease;
}
.h69-zslymwu {
  position: relative; z-index: 2; max-width: 680px; padding: 0 40px;
}
.s5t-k85vqt h1 { font-size: 2.8rem; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.s5t-k85vqt h1 .zql-se5sgtr { background: var(--el5-innu32); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.s5t-k85vqt p { font-size: 1.15rem; color: rgba(255,255,255,0.85); margin-bottom: 28px; text-shadow: 0 1px 10px rgba(0,0,0,0.4); }
.avk-qgx6uo { display: flex; flex-wrap: wrap; gap: 10px; }
.avk-qgx6uo span {
  padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 500;
  background: rgba(255, 107, 157, 0.2); border: 1px solid rgba(255, 107, 157, 0.3);
  color: #fff;
}

/* ============ SECTION COMMON ============ */
.xf8-xaippz9v { padding: 70px 0; }
.gro-pqrwwxs8 { background: var(--g59-rwk9z); }
.hee-extj1 {
  text-align: center; margin-bottom: 48px;
}
.hee-extj1 h2 {
  font-size: 2rem; margin-bottom: 12px; position: relative; display: inline-block;
}
.hee-extj1 h2::after {
  content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 3px; background: var(--el5-innu32); border-radius: 2px;
}
.hee-extj1 p { color: var(--q3n-c0axvzqe); font-size: 1rem; margin-top: 16px; }

/* ============ VIDEO CARDS ============ */
.jm4-72du9 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.ad4-dgnz2h {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); overflow: hidden;
  transition: var(--nsb-ce8ylts1); cursor: pointer; border: 1px solid var(--7mc-e8d0mt6o);
}
.ad4-dgnz2h:hover { transform: translateY(-6px); box-shadow: var(--3en-lwbwxc1); border-color: var(--xsc-uo8d23); }
.hdk-p6byreir {
  position: relative; padding-top: 56.25%; overflow: hidden;
}
.hdk-p6byreir img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.ad4-dgnz2h:hover .hdk-p6byreir img { transform: scale(1.08); }
.v20-yycy4n {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.35); opacity: 0; transition: var(--nsb-ce8ylts1);
}
.ad4-dgnz2h:hover .v20-yycy4n { opacity: 1; }
.v20-yycy4n i {
  width: 56px; height: 56px; background: var(--el5-innu32); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #fff; box-shadow: 0 4px 20px rgba(255, 107, 157, 0.4);
}
.bgg-og39o {
  position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.75);
  padding: 2px 8px; border-radius: 4px; font-size: 0.78rem; color: #fff;
}
.k13-4randh { padding: 14px 16px; }
.k13-4randh h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
._5r9-yyc5mecy { display: flex; align-items: center; gap: 14px; font-size: 0.8rem; color: var(--q3n-c0axvzqe); }
._5r9-yyc5mecy span { display: flex; align-items: center; gap: 4px; }
.y02-jrq4le {
  display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 0.72rem;
  background: rgba(255, 107, 157, 0.12); color: var(--xsc-uo8d23); margin-top: 8px;
}

/* ============ FEATURE MODULES ============ */
.he2-86dy28 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
._9oj-8ecoq8 {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); padding: 32px 28px;
  border: 1px solid var(--7mc-e8d0mt6o); transition: var(--nsb-ce8ylts1); text-align: center;
}
._9oj-8ecoq8:hover { border-color: var(--xsc-uo8d23); transform: translateY(-4px); box-shadow: var(--3en-lwbwxc1); }
.y7l-gdmw5hmd {
  width: 64px; height: 64px; margin: 0 auto 20px; border-radius: 16px;
  background: var(--el5-innu32); display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #fff;
}
._9oj-8ecoq8 h3 { font-size: 1.15rem; margin-bottom: 10px; }
._9oj-8ecoq8 p { font-size: 0.9rem; color: var(--q3n-c0axvzqe); }

/* ============ EXPERTS ============ */
.fvj-tryt44e {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
}
.v0v-u35dyo {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); padding: 28px 20px;
  border: 1px solid var(--7mc-e8d0mt6o); text-align: center; transition: var(--nsb-ce8ylts1);
}
.v0v-u35dyo:hover { border-color: var(--gap-vvdm0); box-shadow: 0 4px 24px rgba(248, 181, 0, 0.15); }
.w9g-1g5wa3 {
  width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 16px;
  overflow: hidden; border: 3px solid var(--xsc-uo8d23);
}
.w9g-1g5wa3 img { width: 100%; height: 100%; object-fit: cover; }
.v0v-u35dyo h4 { font-size: 1.05rem; margin-bottom: 4px; }
.v0v-u35dyo .g1a-p17v1 { color: var(--xsc-uo8d23); font-size: 0.85rem; margin-bottom: 10px; }
.v0v-u35dyo p { font-size: 0.85rem; color: var(--q3n-c0axvzqe); margin-bottom: 14px; }
.rxi-2yw20 { display: flex; justify-content: center; gap: 10px; }
.rxi-2yw20 a {
  padding: 6px 14px; border-radius: 6px; font-size: 0.8rem; font-weight: 500;
  border: 1px solid var(--7mc-e8d0mt6o); color: var(--2xk-e9m9h22h);
}
.rxi-2yw20 a:hover { background: var(--xsc-uo8d23); border-color: var(--xsc-uo8d23); color: #fff; }

/* ============ BRAND WALL ============ */
.anz-h7l36u {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; align-items: center;
}
._2en-7w9ce {
  padding: 16px 28px; background: var(--g59-rwk9z); border-radius: 10px;
  border: 1px solid var(--7mc-e8d0mt6o); font-size: 1.1rem; font-weight: 700;
  color: var(--q3n-c0axvzqe); transition: var(--nsb-ce8ylts1);
}
._2en-7w9ce:hover { border-color: var(--xsc-uo8d23); color: var(--xsc-uo8d23); }

/* ============ HOW-TO ============ */
.bcs-q5hkk {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step;
}
._5sw-rnm6y2 {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); padding: 28px 22px;
  border: 1px solid var(--7mc-e8d0mt6o); position: relative; counter-increment: step;
}
._5sw-rnm6y2::before {
  content: counter(step); position: absolute; top: -14px; left: 22px;
  width: 32px; height: 32px; border-radius: 50%; background: var(--el5-innu32);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; font-weight: 700; color: #fff;
}
._5sw-rnm6y2 h4 { font-size: 1rem; margin-bottom: 8px; margin-top: 6px; }
._5sw-rnm6y2 p { font-size: 0.88rem; color: var(--q3n-c0axvzqe); }

/* ============ FAQ ============ */
.ks1-o0rxgrx2 { max-width: 800px; margin: 0 auto; }
.grn-hz0e4ts {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); margin-bottom: 12px;
  border: 1px solid var(--7mc-e8d0mt6o); overflow: hidden;
}
._9d2-4pot6 {
  padding: 18px 24px; cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; font-weight: 600; font-size: 0.95rem; transition: var(--nsb-ce8ylts1);
}
._9d2-4pot6:hover { color: var(--xsc-uo8d23); }
._9d2-4pot6 .fpk-7y7jhc3 { transition: transform 0.3s ease; font-size: 0.8rem; }
.grn-hz0e4ts.active ._9d2-4pot6 .fpk-7y7jhc3 { transform: rotate(180deg); }
.tws-a5jwu {
  max-height: 0; overflow: hidden; transition: max-height 0.4s ease;
  padding: 0 24px; font-size: 0.9rem; color: var(--q3n-c0axvzqe); line-height: 1.8;
}
.grn-hz0e4ts.active .tws-a5jwu { max-height: 300px; padding: 0 24px 18px; }

/* ============ REVIEWS ============ */
.bid-cuwg48 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.lea-bfys073z {
  background: var(--g59-rwk9z); border-radius: var(--46k-i70v0d71); padding: 24px;
  border: 1px solid var(--7mc-e8d0mt6o);
}
._5f6-n9dw56 { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.p00-wiif7 {
  width: 48px; height: 48px; border-radius: 50%; background: var(--el5-innu32);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
  color: #fff; font-weight: 700;
}
.v36-bedx0r { font-weight: 600; font-size: 0.95rem; }
.sea-wk0px { font-size: 0.78rem; color: var(--q3n-c0axvzqe); }
.oye-aamn3 { color: var(--gap-vvdm0); font-size: 0.9rem; margin-bottom: 10px; }
.gcf-dvut9 { font-size: 0.9rem; color: var(--q3n-c0axvzqe); line-height: 1.7; }

/* ============ CONTACT ============ */
.xda-1aic1 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px;
}
._44o-fhihypkd { display: flex; flex-direction: column; gap: 20px; }
._5go-dc8ojh { display: flex; align-items: flex-start; gap: 14px; }
.hg7-wrhme41 {
  width: 44px; height: 44px; border-radius: 10px; background: var(--el5-innu32);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 1.1rem; color: #fff;
}
._5go-dc8ojh h4 { font-size: 0.95rem; margin-bottom: 4px; }
._5go-dc8ojh p { font-size: 0.88rem; color: var(--q3n-c0axvzqe); }
.wq9-sh8ejg98 { display: flex; gap: 24px; }
._38t-vnwqh { text-align: center; }
._38t-vnwqh img { width: 140px; height: 140px; border-radius: 10px; border: 2px solid var(--7mc-e8d0mt6o); }
._38t-vnwqh p { font-size: 0.82rem; color: var(--q3n-c0axvzqe); margin-top: 8px; }

/* ============ FOOTER ============ */
.fwd-ypsqp6uv {
  background: #080812; border-top: 1px solid var(--7mc-e8d0mt6o); padding: 48px 0 24px;
}
.gpt-a06h3lz0 {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 36px;
}
._6eh-1s9hi p { font-size: 0.88rem; color: var(--q3n-c0axvzqe); margin-top: 12px; line-height: 1.7; }
.fwd-ypsqp6uv h5 { font-size: 0.95rem; margin-bottom: 16px; color: var(--2xk-e9m9h22h); }
.q4r-np9e6k4 a { display: block; font-size: 0.88rem; color: var(--q3n-c0axvzqe); padding: 4px 0; }
.q4r-np9e6k4 a:hover { color: var(--xsc-uo8d23); }
.dqh-6s6ab5 {
  border-top: 1px solid var(--7mc-e8d0mt6o); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.dqh-6s6ab5 p { font-size: 0.82rem; color: var(--q3n-c0axvzqe); }
.ssg-uz8isi { display: flex; gap: 12px; }
.ssg-uz8isi a {
  width: 36px; height: 36px; border-radius: 8px; background: var(--g59-rwk9z);
  display: flex; align-items: center; justify-content: center;
  color: var(--q3n-c0axvzqe); font-size: 0.95rem; border: 1px solid var(--7mc-e8d0mt6o);
}
.ssg-uz8isi a:hover { background: var(--xsc-uo8d23); color: #fff; border-color: var(--xsc-uo8d23); }

/* ============ BUTTONS ============ */
.p1g-59vv9 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 24px; border-radius: 8px; font-size: 0.92rem; font-weight: 600;
  cursor: pointer; transition: var(--nsb-ce8ylts1); border: none;
}
._1cj-mup68wof { background: var(--el5-innu32); color: #fff; }
._1cj-mup68wof:hover { box-shadow: 0 4px 20px rgba(255, 107, 157, 0.4); transform: translateY(-2px); color: #fff; }
.hur-8n7pc {
  background: transparent; color: var(--xsc-uo8d23);
  border: 1px solid var(--xsc-uo8d23);
}
.hur-8n7pc:hover { background: var(--xsc-uo8d23); color: #fff; }
._7i7-ojdge9zi { background: var(--z2h-1mqqd8e); color: #fff; }

/* ============ BREADCRUMB ============ */
.hqz-s4zqi4 {
  padding: 16px 0; font-size: 0.85rem; color: var(--q3n-c0axvzqe); margin-top: 68px;
}
.hqz-s4zqi4 a { color: var(--q3n-c0axvzqe); }
.hqz-s4zqi4 a:hover { color: var(--xsc-uo8d23); }
.hqz-s4zqi4 span { margin: 0 8px; }

/* ============ INNER PAGE ============ */
.wh4-10xazz4 {
  margin-top: 68px; padding: 60px 0; text-align: center;
  background: linear-gradient(135deg, var(--g59-rwk9z) 0%, var(--a98-97j47p) 100%);
  border-bottom: 1px solid var(--7mc-e8d0mt6o);
}
.wh4-10xazz4 h1 { font-size: 2.2rem; margin-bottom: 12px; }
.wh4-10xazz4 p { color: var(--q3n-c0axvzqe); font-size: 1rem; }

/* ============ SHARE BAR ============ */
.uf7-ollv5c5 { display: flex; align-items: center; gap: 12px; margin: 20px 0; }
.uf7-ollv5c5 span { font-size: 0.88rem; color: var(--q3n-c0axvzqe); }
._38j-3834k {
  width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 0.9rem; color: #fff; cursor: pointer;
  transition: var(--nsb-ce8ylts1);
}
._63n-s46j5 { background: #07C160; }
.civ-0ande { background: #E6162D; }
._32i-0v0a6st4 { background: #161823; border: 1px solid #333; }
.eyk-w55gh { background: #00A1D6; }

/* ============ TAGS ============ */
.vsv-wxs2q7ew { display: flex; flex-wrap: wrap; gap: 10px; }
.x34-jllzcax {
  padding: 6px 14px; border-radius: 20px; font-size: 0.82rem;
  background: rgba(255, 107, 157, 0.08); border: 1px solid rgba(255, 107, 157, 0.2);
  color: var(--xsc-uo8d23); transition: var(--nsb-ce8ylts1);
}
.x34-jllzcax:hover { background: var(--xsc-uo8d23); color: #fff; }

/* ============ COMMUNITY SECTION ============ */
.s54-kvi01w {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: center;
}
.s54-kvi01w img { border-radius: var(--46k-i70v0d71); }

/* ============ AI SECTION ============ */
.ols-6v0wg {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
}
.ols-6v0wg img { border-radius: var(--46k-i70v0d71); box-shadow: var(--3en-lwbwxc1); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .jm4-72du9 { grid-template-columns: repeat(3, 1fr); }
  .he2-86dy28 { grid-template-columns: repeat(2, 1fr); }
  .fvj-tryt44e { grid-template-columns: repeat(2, 1fr); }
  .gpt-a06h3lz0 { grid-template-columns: repeat(2, 1fr); }
  .bcs-q5hkk { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .aqb-scjn6xk { display: none; position: fixed; top: 68px; left: 0; right: 0; background: rgba(13,13,26,0.98); flex-direction: column; padding: 20px; gap: 4px; border-bottom: 1px solid var(--7mc-e8d0mt6o); }
  .aqb-scjn6xk.active { display: flex; }
  .aqb-scjn6xk a { padding: 12px 16px; width: 100%; }
  .ntc-0o3nnjg2 { display: block; }
  .bwl-ydyoi97 input { width: 140px; }
  .bwl-ydyoi97 input:focus { width: 180px; }
  .s5t-k85vqt { height: 400px; }
  .s5t-k85vqt h1 { font-size: 1.8rem; }
  .h69-zslymwu { padding: 0 20px; }
  .jm4-72du9 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .he2-86dy28 { grid-template-columns: 1fr; }
  .fvj-tryt44e { grid-template-columns: repeat(2, 1fr); }
  .bid-cuwg48 { grid-template-columns: 1fr; }
  .xda-1aic1 { grid-template-columns: 1fr; }
  .gpt-a06h3lz0 { grid-template-columns: 1fr; }
  .bcs-q5hkk { grid-template-columns: 1fr; }
  .xf8-xaippz9v { padding: 48px 0; }
  .hee-extj1 h2 { font-size: 1.5rem; }
  .ols-6v0wg { grid-template-columns: 1fr; }
  .s54-kvi01w { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .jm4-72du9 { grid-template-columns: 1fr; }
  .fvj-tryt44e { grid-template-columns: 1fr; }
  .s5t-k85vqt { height: 320px; }
  .s5t-k85vqt h1 { font-size: 1.5rem; }
  .wq9-sh8ejg98 { flex-direction: column; align-items: center; }
}

/* ============ LAZY LOAD ============ */
img[loading="lazy"] { opacity: 0; transition: opacity 0.5s ease; }
img[loading="lazy"].loaded, img[loading="lazy"][src] { opacity: 1; }

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.x6t-8hhzcz { animation: fadeInUp 0.6s ease forwards; }

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--a98-97j47p); }
::-webkit-scrollbar-thumb { background: var(--d9a-yiuza); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--xsc-uo8d23); }
