/* 5b7jia623vou | v8.37 */
/* ========================================
   番剧更新追踪网站 - 全站样式表
   独特配色方案：深紫+霓虹蓝+樱花粉
   ======================================== */

/* CSS变量定义 */
:root {
  --primary: #6a1b9a;
  --primary-light: #9c4dcc;
  --primary-dark: #38006b;
  --accent: #00e5ff;
  --accent-glow: rgba(0, 229, 255, 0.3);
  --sakura: #ff6f91;
  --sakura-light: #ffa4c4;
  --bg-dark: #0d0d1a;
  --bg-card: #1a1a2e;
  --bg-card-hover: #232342;
  --text-main: #e8e8f0;
  --text-muted: #9898b0;
  --text-heading: #ffffff;
  --border-color: rgba(106, 27, 154, 0.3);
  --gradient-primary: linear-gradient(135deg, #6a1b9a 0%, #00e5ff 100%);
  --gradient-card: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-glow: 0 0 20px rgba(0, 229, 255, 0.15);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-heading: 'Noto Serif SC', 'STSong', serif;
}

/* 全局重置 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

/* 干扰标签区块样式 - 肉眼不可见 */
.a1wxik0a8g {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
/* i7qlx */
/* 链接样式 */
a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--sakura);
  text-shadow: 0 0 8px var(--accent-glow);
}
/* xcsaym28 */
/* 图片基础 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 容器 */
._no6o67c2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 导航栏 ========== */
._ybdctab9 {
  background: rgba(13, 13, 26, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  z-index: 1000;
}

.y8xfxo7fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

._pk6zzs {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 170g770 */
.rqbvgakdj {
  display: flex;
  list-style: none;
  gap: 8px;
}

.rqbvgakdj a {
  display: block;
  padding: 8px 16px;
  color: var(--text-main);
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.rqbvgakdj a:hover,
.rqbvgakdj a.active {
  color: var(--accent);
  background: rgba(0, 229, 255, 0.08);
}

/* 移动端汉堡菜单 */
._ly18hc {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

._ly18hc span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  margin: 6px 0;
  transition: var(--transition);
}

/* ========== Banner区域 ========== */
._rhex6o7 {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* a2asmrx */
.el-3z08jc {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.css-zx7so7 {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.css-zx7so7.active {
  opacity: 1;
}

.css-zx7so7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z7xaoq733k {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.4) 0%, rgba(13,13,26,0.85) 100%);
  z-index: 1;
}

.q68ysmyt6c {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 800px;
}

.q68ysmyt6c h1 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
/* oxxrrj843 */
.q68ysmyt6c h1 .lrppv30 {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.q68ysmyt6c p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.8;
}

/* 搜索栏 */
.ip27f3mp2 {
  display: flex;
  max-width: 560px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  overflow: hidden;
  box-shadow: var(--shadow-glow);
}

.ip27f3mp2 input {
  flex: 1;
  padding: 14px 24px;
  background: transparent;
  border: none;
  color: var(--text-main);
  font-size: 1rem;
  outline: none;
}

.ip27f3mp2 input::placeholder {
  color: var(--text-muted);
}

.ip27f3mp2 button {
  padding: 14px 28px;
  background: var(--gradient-primary);
  border: none;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.ip27f3mp2 button:hover {
  opacity: 0.9;
  box-shadow: var(--shadow-glow);
}

/* ========== 区块标题 ========== */
.css-9y3s1g {
  text-align: center;
  margin-bottom: 40px;
}

.css-9y3s1g h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-heading);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
/* ir6g3t */
.css-9y3s1g h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

.css-9y3s1g h2 span {
  color: var(--accent);
}

.css-9y3s1g p {
  color: var(--text-muted);
  font-size: 1rem;
  margin-top: 16px;
}

/* ========== 内容区块 ========== */
.dyoojdj6 {
  padding: 60px 0;
  position: relative;
}

.dyoojdj6:nth-child(even) {
  background: rgba(26, 26, 46, 0.5);
}
/* hz8p5gmy8 */
/* ========== 番剧卡片网格 ========== */
.qxpv92k {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
/* 5huetp1syh */
.sc-tjl625 {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
}

.sc-tjl625:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
  border-color: var(--accent);
}

.sc-tjl625 .ew8v7pwf {
  position: relative;
  width: 100%;
  padding-top: 140%;
  overflow: hidden;
}

.sc-tjl625 .ew8v7pwf img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.sc-tjl625:hover .ew8v7pwf img {
  transform: scale(1.08);
}

.sc-tjl625 ._s6fewn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--sakura);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
}

.sc-tjl625 ._jbx9zi {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffd700;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.sc-tjl625 .st-w215s0 {
  padding: 16px;
}

.sc-tjl625 ._uiw6ps7e {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-heading);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-tjl625 .rg7x8qgbib {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
/* cgys8h */
.sc-tjl625 .rg7x8qgbib span {
  font-size: 0.78rem;
  color: var(--text-muted);
  background: rgba(106, 27, 154, 0.15);
  padding: 2px 8px;
  border-radius: 4px;
}

.sc-tjl625 .el-6bgalb {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-tjl625 .ufhxkfvz {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--accent);
}

.sc-tjl625 .ufhxkfvz .sc-19kk8c {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ========== 排行榜 ========== */
.css-e9zuz0 {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  overflow: hidden;
}

._o7kc0w {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(106, 27, 154, 0.1);
  transition: var(--transition);
}

._o7kc0w:last-child {
  border-bottom: none;
}

._o7kc0w:hover {
  background: var(--bg-card-hover);
}

._erhiuhg7 {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  margin-right: 16px;
  flex-shrink: 0;
}

._erhiuhg7.fa9tvbx6l { background: linear-gradient(135deg, #ffd700, #ff8c00); color: #fff; }
._erhiuhg7.emp091p { background: linear-gradient(135deg, #c0c0c0, #808080); color: #fff; }
._erhiuhg7.hjof4ayu { background: linear-gradient(135deg, #cd7f32, #8b4513); color: #fff; }
._erhiuhg7._nty6tpjl { background: var(--bg-card); color: var(--text-muted); }

.wscy303kx {
  flex: 1;
  min-width: 0;
}

.wscy303kx ._xk0ik41z {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-heading);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wscy303kx .qh1ug0wt9 {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
}

._zacof5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffd700;
  margin-left: 12px;
  flex-shrink: 0;
}
/* nwh6l0c84o */
/* ========== 标签云 ========== */
.sc-vavh67 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.sc-vavh67 a {
  display: inline-block;
  padding: 8px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  color: var(--text-main);
  font-size: 0.88rem;
  transition: var(--transition);
}

.sc-vavh67 a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(106, 27, 154, 0.3);
}

.sc-vavh67 a.el-64awc6 {
  background: var(--sakura);
  border-color: var(--sakura);
  color: #fff;
}

.sc-vavh67 a._thjljl3 {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ========== 即将开播预告 ========== */
.bhfpae1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

._xhn6rvg4 {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
  display: flex;
  gap: 16px;
}

._xhn6rvg4:hover {
  border-color: var(--sakura);
  box-shadow: 0 0 20px rgba(255, 111, 145, 0.15);
}

._xhn6rvg4 ._06zfnqoo {
  flex-shrink: 0;
  width: 64px;
  text-align: center;
  background: var(--primary);
  border-radius: var(--radius-sm);
  padding: 12px 8px;
  color: #fff;
}
/* 2w0kfc6k30 */
._xhn6rvg4 ._06zfnqoo .tw-fau9aw {
  font-size: 0.75rem;
  text-transform: uppercase;
}

._xhn6rvg4 ._06zfnqoo .tw-bv0brn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

._xhn6rvg4 .v9npr2zo h3 {
  font-size: 1.05rem;
  color: var(--text-heading);
  margin-bottom: 8px;
}
/* mxezup */
._xhn6rvg4 .v9npr2zo p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}

._xhn6rvg4 .v9npr2zo .css-ko5c3q {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 10px;
  background: rgba(0, 229, 255, 0.1);
  color: var(--accent);
  border-radius: 4px;
  font-size: 0.78rem;
}

/* ========== 评论区 ========== */
.tg4sqq2i {
  display: grid;
  gap: 20px;
}

.css-bjfrgg {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 20px;
}

._4e9t7rsh {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.el-2fghyi {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

._zyj62l {
  font-weight: 600;
  color: var(--text-heading);
  font-size: 0.95rem;
}

._4wyoidu {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.qj35p3e {
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.8;
}

._99eboj {
  color: #ffd700;
  font-size: 0.85rem;
  margin-top: 8px;
}

/* ========== FAQ ========== */
.ikn75rsg {
  max-width: 800px;
  margin: 0 auto;
}

.tg5dsfvkj {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}
/* ciqqqdtk5 */
.el-x3ycjl {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: var(--text-heading);
  transition: var(--transition);
}

.el-x3ycjl:hover {
  color: var(--accent);
}

.el-x3ycjl ._ug72j0 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent);
}

.tg5dsfvkj.open .el-x3ycjl ._ug72j0 {
  transform: rotate(45deg);
}
/* goc60 */
.fzdyt92 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.tg5dsfvkj.open .fzdyt92 {
  max-height: 500px;
}

._yyed0qit {
  padding: 0 24px 18px;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ========== 面包屑导航 ========== */
._091btm {
  padding: 16px 0;
  font-size: 0.85rem;
}

._091btm a {
  color: var(--text-muted);
}

._091btm a:hover {
  color: var(--accent);
}
/* qcbdmy */
._091btm .auqd3d36 {
  margin: 0 8px;
  color: var(--text-muted);
}

._091btm .st-at56x8 {
  color: var(--accent);
}

/* ========== 页脚 ========== */
.wjudk0grvf {
  background: #0a0a14;
  border-top: 1px solid var(--border-color);
  padding: 48px 0 0;
}
/* 38n4f3krc */
.tw-aiftx7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

._3q5mmi4h h3 {
  font-size: 1.05rem;
  color: var(--text-heading);
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

._3q5mmi4h h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent);
}

._3q5mmi4h ul {
  list-style: none;
}
/* oknr567 */
._3q5mmi4h ul li {
  margin-bottom: 8px;
}

._3q5mmi4h ul li a {
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: var(--transition);
}

._3q5mmi4h ul li a:hover {
  color: var(--accent);
  padding-left: 4px;
}

._3q5mmi4h p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

._b9sl9r {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

._b9sl9r a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition);
}

._b9sl9r a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

._zq3eghdi {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

._zq3eghdi ._cjd6at7 {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid var(--sakura);
  color: var(--sakura);
  border-radius: 4px;
  font-weight: 700;
  margin-left: 8px;
}

/* ========== 详情页 ========== */
.hie9mzgj7 {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hie9mzgj7 .dmnuotma8 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) brightness(0.4);
}

.hie9mzgj7 .sc-tegpkt {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--bg-dark) 0%, transparent 100%);
}

.edd3ibxdb {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 28px;
  padding: 40px 0;
  align-items: flex-end;
}

.mx9xfo6g {
  width: 200px;
  flex-shrink: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.mx9xfo6g img {
  width: 100%;
  height: auto;
}

.el-wvu0zg h1 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--text-heading);
  margin-bottom: 12px;
}

.el-wvu0zg ._gdv4p6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
/* cc773tl0 */
.el-wvu0zg ._gtx8zmb {
  padding: 4px 12px;
  background: rgba(106, 27, 154, 0.2);
  border-radius: 20px;
  font-size: 0.82rem;
  color: var(--primary-light);
}

.el-wvu0zg .s5yuf2z {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 600px;
}

/* 剧集列表 */
._fqy9ubs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 10px;
}

._vz59hfw {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  font-size: 0.9rem;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
}

._vz59hfw:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

._vz59hfw.st-at56x8 {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg-dark);
  font-weight: 700;
}

/* ========== 筛选工具栏 ========== */
.h8rw49r {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 20px;
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
}

.h8rw49r select,
.h8rw49r button {
  padding: 10px 18px;
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--transition);
}
/* r78zfc */
.h8rw49r select:focus,
.h8rw49r button:hover {
  border-color: var(--accent);
  outline: none;
}

.h8rw49r button {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ========== 分页 ========== */
._o8kbtu {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
/* r7lymc */
._o8kbtu a,
._o8kbtu span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  transition: var(--transition);
}

._o8kbtu a {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  color: var(--text-main);
}

._o8kbtu a:hover,
._o8kbtu span.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ========== 动画效果 ========== */
.maepabl {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* v0gx4f */
.maepabl.visible {
  opacity: 1;
  transform: translateY(0);
}

.css-5wpdh2 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.css-5wpdh2.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 768px) {
  .rqbvgakdj {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(13, 13, 26, 0.98);
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
  }

  .rqbvgakdj.open {
    display: flex;
  }

  ._ly18hc {
    display: block;
  }

  .q68ysmyt6c h1 {
    font-size: 1.8rem;
  }
/* 3zgpmxfmk */
  ._rhex6o7 {
    min-height: 400px;
  }

  .qxpv92k {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .bhfpae1 {
    grid-template-columns: 1fr;
  }

  .edd3ibxdb {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mx9xfo6g {
    width: 160px;
  }

  .tw-aiftx7 {
    grid-template-columns: repeat(2, 1fr);
  }
/* 4mtpd */
  .css-9y3s1g h2 {
    font-size: 1.5rem;
  }

  ._no6o67c2 {
    padding: 0 16px;
  }

  .dyoojdj6 {
    padding: 40px 0;
  }
/* mj3ucd */
  .h8rw49r {
    flex-direction: column;
  }

  ._fqy9ubs {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  }
}

@media (max-width: 480px) {
  .qxpv92k {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .q68ysmyt6c h1 {
    font-size: 1.5rem;
  }
/* tzfc */
  .tw-aiftx7 {
    grid-template-columns: 1fr;
  }
/* ygust */
  ._xhn6rvg4 {
    flex-direction: column;
  }
}

/* ========== 滚动条美化 ========== */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-light);
}

/* ========== 内容文章样式 ========== */
._ssczi1 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2;
  color: var(--text-main);
}

._ssczi1 h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--text-heading);
  margin: 32px 0 16px;
  padding-left: 16px;
  border-left: 3px solid var(--accent);
}

._ssczi1 h3 {
  font-size: 1.2rem;
  color: var(--text-heading);
  margin: 24px 0 12px;
}

._ssczi1 p {
  margin-bottom: 16px;
}

._ssczi1 ul, ._ssczi1 ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

._ssczi1 li {
  margin-bottom: 8px;
}

/* ========== 两栏布局 ========== */
.n63ci2f3 {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .n63ci2f3 {
    grid-template-columns: 1fr;
  }
}

.st-l3l6wk {
  background: var(--gradient-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 20px;
}

.st-l3l6wk h3 {
  font-size: 1rem;
  color: var(--text-heading);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

/* 加载动画 */
._vge6up6i {
  background: linear-gradient(90deg, var(--bg-card) 25%, var(--bg-card-hover) 50%, var(--bg-card) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-sm);
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* poaw3xitjpil3v9n */
