/* kz7scofi66u5 | v7.70 */
/* ============================================
   51暗网 - 主样式表
   独特赛博朋克暗色主题
   ============================================ */

/* CSS变量定义 */
:root {
  --primary-green: #00ff88;
  --primary-purple: #8a2be2;
  --primary-cyan: #00bfff;
  --primary-red: #ff0064;
  --gold: #ffc800;
  --bg-dark: #0a0520;
  --bg-darker: #050310;
  --bg-card: #12082a;
  --bg-card-hover: #1a0e38;
  --text-main: #e0e0e8;
  --text-muted: #8888a0;
  --text-bright: #ffffff;
  --border-glow: rgba(0, 255, 136, 0.3);
  --shadow-glow: 0 0 20px rgba(0, 255, 136, 0.15);
  --font-main: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-heading: 'Noto Sans SC', 'PingFang SC', sans-serif;
  --max-width: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

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;
}
/* vbfk1yki */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary-green);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--primary-cyan);
}

/* ============================================
   顶部导航
   ============================================ */
._avabsjnt {
  background: linear-gradient(180deg, var(--bg-darker) 0%, rgba(5, 3, 16, 0.95) 100%);
  border-bottom: 1px solid var(--border-glow);
  padding: 0;
  position: relative;
  z-index: 100;
}

.ypmbhmp3c {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.sc-87s798 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sc-87s798 img {
  height: 40px;
  width: auto;
}

.sc-87s798 ._iiksxm7 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary-green);
  letter-spacing: 1px;
}

/* 桌面端导航 */
._7n6txbfq {
  display: flex;
  align-items: center;
  gap: 0;
}

._7n6txbfq a {
  padding: 10px 16px;
  font-size: 0.95rem;
  color: var(--text-main);
  position: relative;
  white-space: nowrap;
}

._7n6txbfq a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-green);
  transition: all var(--transition);
  transform: translateX(-50%);
}

._7n6txbfq a:hover {
  color: var(--primary-green);
}

._7n6txbfq a:hover::after {
  width: 60%;
}

._7n6txbfq a.active {
  color: var(--primary-green);
}

._7n6txbfq a.active::after {
  width: 60%;
}
/* 6yaq3i */
/* 移动端菜单按钮 */
._0mnot4k {
  display: none;
  background: none;
  border: 2px solid var(--primary-green);
  color: var(--primary-green);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

/* CTA按钮 */
._mdkvui3 {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-green), #00cc6a);
  color: var(--bg-darker) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all var(--transition);
  border: none;
  cursor: pointer;
  text-align: center;
}

._mdkvui3:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 255, 136, 0.4);
  color: var(--bg-darker) !important;
}

.css-wl7j91 {
  background: transparent;
  border: 2px solid var(--primary-green);
  color: var(--primary-green) !important;
}

.css-wl7j91:hover {
  background: var(--primary-green);
  color: var(--bg-darker) !important;
}
/* 0epl5 */
.tw-u5lxpq {
  background: linear-gradient(135deg, var(--primary-purple), #6a1bb5);
  color: #fff !important;
}

.tw-u5lxpq:hover {
  box-shadow: 0 6px 25px rgba(138, 43, 226, 0.4);
}

/* ============================================
   Hero区域
   ============================================ */
.ildg1c08k {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.s5aakj4os {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.s5aakj4os img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

._xbe8tp1j {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 5, 32, 0.85) 0%, rgba(30, 0, 60, 0.7) 100%);
  z-index: 1;
}

.wwbsvht9g {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 60px 20px;
}

.wwbsvht9g h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-bright);
  margin-bottom: 16px;
  line-height: 1.3;
}

.wwbsvht9g h1 .wdbgkw3e {
  color: var(--primary-green);
  text-shadow: 0 0 30px rgba(0, 255, 136, 0.5);
}

.wwbsvht9g p {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 30px;
}

.st-13rqbd {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ============================================
   面包屑导航
   ============================================ */
.tw-dmiobn {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 14px 20px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

.tw-dmiobn a:hover {
  color: var(--primary-green);
}

.tw-dmiobn .bnyfpk75 {
  margin: 0 8px;
  color: var(--text-muted);
  opacity: 0.5;
}

/* ============================================
   通用区块
   ============================================ */
._x9odqbzd {
  padding: 60px 20px;
}

._wnple3 {
  max-width: var(--max-width);
  margin: 0 auto;
}

._hkn1lwji {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

._hkn1lwji::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 70%;
  background: var(--primary-green);
  border-radius: 2px;
}
/* 38mr4o9 */
._hv52cd {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 36px;
}

/* 交替背景 */
.cvyb6nmd7 {
  background: var(--bg-darker);
}

.el-imte0b {
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
}

/* ============================================
   卡片网格
   ============================================ */
.qoiz2215h6 {
  display: grid;
  gap: 24px;
}
/* 07e25x8t */
.tmsdfaj5 {
  grid-template-columns: repeat(2, 1fr);
}

.hzq6yf01 {
  grid-template-columns: repeat(3, 1fr);
}

.tyew9gz05 {
  grid-template-columns: repeat(4, 1fr);
}

.bg0gbdlo {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
}

.bg0gbdlo:hover {
  border-color: var(--border-glow);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

.el-3qe0r6 {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.st-5vffnx {
  padding: 20px;
}

.st-5vffnx h3 {
  font-size: 1.1rem;
  color: var(--text-bright);
  margin-bottom: 8px;
}

.st-5vffnx p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

._02cmm5 {
  display: inline-block;
  background: rgba(0, 255, 136, 0.1);
  color: var(--primary-green);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  margin-top: 10px;
}

/* ============================================
   视频播放模块
   ============================================ */
.v6osnpd {
  position: relative;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
}

.v6osnpd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity var(--transition);
}

.eaqikcfv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(0, 255, 136, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.eaqikcfv::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent var(--bg-darker);
  margin-left: 4px;
}
/* 4999a */
.v6osnpd:hover .eaqikcfv {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 40px rgba(0, 255, 136, 0.6);
}

/* ============================================
   新闻模块
   ============================================ */
._mr7gqrsg {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

._emqd05re {
  flex-shrink: 0;
  width: 180px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

._emqd05re img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
/* ta1oyb72xg */
._vhbayjm h3 {
  font-size: 1.05rem;
  color: var(--text-bright);
  margin-bottom: 6px;
}

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

.css-dde5ic {
  font-size: 0.78rem;
  color: var(--primary-green);
  margin-top: 6px;
}

/* ============================================
   上传模块
   ============================================ */
.sc-9gy4dh {
  border: 2px dashed rgba(0, 255, 136, 0.4);
  border-radius: var(--radius-lg);
  padding: 50px 30px;
  text-align: center;
  background: rgba(0, 255, 136, 0.03);
  transition: all var(--transition);
  cursor: pointer;
}

.sc-9gy4dh:hover {
  border-color: var(--primary-green);
  background: rgba(0, 255, 136, 0.06);
}

._7a0bj890 {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(0, 255, 136, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-green);
}

/* ============================================
   VIP会员模块
   ============================================ */
.el-xraj3z {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* ppj9n2d */
.pvbgmsggz {
  background: linear-gradient(180deg, var(--bg-card) 0%, rgba(18, 8, 42, 0.9) 100%);
  border: 1px solid rgba(255, 200, 0, 0.15);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}

.pvbgmsggz:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(255, 200, 0, 0.15);
}

.pvbgmsggz._5hvb5v {
  border-color: var(--gold);
  background: linear-gradient(180deg, rgba(40, 25, 5, 0.9) 0%, rgba(18, 8, 42, 0.95) 100%);
}

.pvbgmsggz._5hvb5v::before {
  content: '推荐';
  position: absolute;
  top: 12px;
  right: -28px;
  background: var(--gold);
  color: var(--bg-darker);
  padding: 4px 36px;
  font-size: 0.75rem;
  font-weight: 700;
  transform: rotate(45deg);
}

.st-vg50nq {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--gold);
  margin: 16px 0;
}

.st-vg50nq .xg02ol3fe {
  font-size: 1rem;
  vertical-align: top;
}

.aqilzed82o {
  list-style: none;
  text-align: left;
  margin: 20px 0;
}
/* nxs94f */
.aqilzed82o li {
  padding: 8px 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.aqilzed82o li::before {
  content: '✓';
  color: var(--primary-green);
  margin-right: 8px;
  font-weight: 700;
}

/* ============================================
   FAQ手风琴
   ============================================ */
.k0swnpoq {
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--bg-card);
}
/* 9padojtba */
._yikdo6al {
  padding: 18px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: var(--text-bright);
  transition: background var(--transition);
}

._yikdo6al:hover {
  background: rgba(0, 255, 136, 0.05);
}

._yikdo6al ._53eka3ap {
  font-size: 1.4rem;
  color: var(--primary-green);
  transition: transform var(--transition);
}

.k0swnpoq.open ._53eka3ap {
  transform: rotate(45deg);
}

.xy3ss08tdl {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.k0swnpoq.open .xy3ss08tdl {
  max-height: 500px;
}

._70cevb {
  padding: 0 24px 20px;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.92rem;
}
/* o8i2vn43s */
/* ============================================
   评论/评价
   ============================================ */
._f79n15 {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.08);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all var(--transition);
}

._f79n15:hover {
  border-color: var(--border-glow);
}
/* dcl3ch */
.el-adh3jr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.y5g06b7 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-green), var(--primary-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--bg-darker);
  font-size: 1.1rem;
}

.k8g13zkbz .sc-pdjus8 {
  font-weight: 600;
  color: var(--text-bright);
  font-size: 0.95rem;
}

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

.tw-op85tn {
  color: var(--gold);
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

._7ntyomk {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

.ns9kc5yl6 {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 10px;
  opacity: 0.6;
}

/* ============================================
   招聘模块
   ============================================ */
._afebpsa {
  position: relative;
  overflow: hidden;
}

._fgc9oi {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* fl2v */
._fgc9oi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.tw-wfmgwj {
  position: relative;
  z-index: 1;
}

._635azb4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.el-bnu2hn {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

._t3sf62gq {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(0, 191, 255, 0.1);
  border: 1px solid rgba(0, 191, 255, 0.3);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-cyan);
}

.e2bktp3i7 h4 {
  font-size: 0.95rem;
  color: var(--text-bright);
  margin-bottom: 4px;
}

.e2bktp3i7 p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================
   支付方式
   ============================================ */
._hb0nb0 {
  text-align: center;
}

._r87bs1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.u6f7psfa {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  padding: 16px 28px;
  text-align: center;
  min-width: 120px;
  transition: all var(--transition);
}

.u6f7psfa:hover {
  border-color: var(--primary-green);
}

.u6f7psfa .yv220f9 {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.u6f7psfa ._bcg2v6v {
  font-size: 1.8rem;
  color: var(--primary-green);
}

.el-8xyq5g {
  border-color: var(--primary-green) !important;
  background: rgba(0, 255, 136, 0.05);
}

/* ============================================
   关于我们
   ============================================ */
.css-uvbmen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

._wpwnl1uq h3 {
  font-size: 1.3rem;
  color: var(--text-bright);
  margin-bottom: 16px;
}

._wpwnl1uq p {
  margin-bottom: 14px;
  line-height: 1.9;
}

._lxbdav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.tw-pmajwb {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
}

._eytad9z6 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-green);
}
/* nmagt3b */
.w092gcudd {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ============================================
   客户支持
   ============================================ */
.sc-o66bc2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.st-h37myn {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  transition: all var(--transition);
}

.st-h37myn:hover {
  border-color: var(--primary-green);
  transform: translateY(-3px);
}

._xzsbip {
  font-size: 2rem;
  margin-bottom: 12px;
}

.st-h37myn h4 {
  font-size: 1rem;
  color: var(--text-bright);
  margin-bottom: 6px;
}

.st-h37myn p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================
   页脚
   ============================================ */
.watiddcu {
  background: var(--bg-darker);
  border-top: 1px solid var(--border-glow);
  padding: 50px 20px 20px;
}

.bmtggbkuy {
  max-width: var(--max-width);
  margin: 0 auto;
}
/* g9brfcn7 */
._lavrgl {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._gno3o5 h4 {
  font-size: 1rem;
  color: var(--primary-green);
  margin-bottom: 16px;
  font-weight: 600;
}

._gno3o5 p {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 10px;
}
/* 65i6l */
._gno3o5 ul {
  list-style: none;
}

._gno3o5 ul li {
  margin-bottom: 8px;
}

._gno3o5 ul li a {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color var(--transition);
}
/* rmgvz9709p */
._gno3o5 ul li a:hover {
  color: var(--primary-green);
}

.g97g66ahn {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
/* y3kf1suln */
.g97g66ahn p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.el-1ghji3 {
  display: flex;
  gap: 12px;
}

.el-1ghji3 a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 255, 136, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-green);
  font-size: 0.85rem;
  transition: all var(--transition);
}

.el-1ghji3 a:hover {
  background: var(--primary-green);
  color: var(--bg-darker);
}

/* ============================================
   内页样式
   ============================================ */
.st-8tdqk3 {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

._6adxaxaj {
  position: absolute;
  inset: 0;
}
/* uecgjio5 */
._6adxaxaj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.qr342vde {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 5, 32, 0.8) 0%, rgba(10, 5, 32, 0.95) 100%);
}

.lgubqjx {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 50px 20px;
}

.lgubqjx h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--text-bright);
  margin-bottom: 10px;
}

.lgubqjx p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* 内容文章区 */
._a8tx3c {
  max-width: 900px;
  margin: 0 auto;
}

._a8tx3c h2 {
  font-size: 1.5rem;
  color: var(--text-bright);
  margin: 36px 0 16px;
  padding-left: 16px;
  border-left: 3px solid var(--primary-green);
}

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

._a8tx3c p {
  margin-bottom: 16px;
  line-height: 1.9;
}

._a8tx3c ul, ._a8tx3c ol {
  margin: 12px 0 20px 24px;
}

._a8tx3c li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.hp230fd {
  margin: 24px 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(0, 255, 136, 0.1);
}

.hp230fd img {
  width: 100%;
}

.hp230fd figcaption {
  padding: 10px 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
  background: var(--bg-card);
}

/* ============================================
   APP下载页
   ============================================ */
._17xgwy {
  text-align: center;
  padding: 80px 20px;
}

.zk87ju3n7v {
  max-width: 600px;
  margin: 30px auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

._lnp3of {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* dxrbzs */
.css-rgt6wo {
  background: var(--bg-card);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: var(--radius-md);
  padding: 30px 20px;
  text-align: center;
  transition: all var(--transition);
}

.css-rgt6wo:hover {
  border-color: var(--primary-green);
  transform: translateY(-3px);
}

.sc-wjvlmk {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

._hmknvr3y {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
/* 715wo7ja */
/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 992px) {
  .hzq6yf01 {
    grid-template-columns: repeat(2, 1fr);
  }
/* q0bnn5iuc */  .tyew9gz05 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._lavrgl {
    grid-template-columns: 1fr 1fr;
  }
  .css-uvbmen {
    grid-template-columns: 1fr;
  }
  .el-xraj3z {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-o66bc2 {
    grid-template-columns: repeat(2, 1fr);
  }
  ._lnp3of {
    grid-template-columns: repeat(2, 1fr);
  }
  ._635azb4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._7n6txbfq {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-darker);
    flex-direction: column;
    border-top: 1px solid var(--border-glow);
    padding: 10px 0;
    z-index: 999;
  }
/* ywft42or5q */
  ._7n6txbfq.active {
    display: flex;
  }

  ._7n6txbfq a {
    padding: 12px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  ._0mnot4k {
    display: block;
  }

  .wwbsvht9g h1 {
    font-size: 2rem;
  }

  .tmsdfaj5,
  .hzq6yf01,
  .tyew9gz05 {
    grid-template-columns: 1fr;
  }
/* 8tbyev0 */
  ._lavrgl {
    grid-template-columns: 1fr;
  }

  .el-xraj3z {
    grid-template-columns: 1fr;
  }

  .sc-o66bc2 {
    grid-template-columns: 1fr;
  }
/* 3vlodib6c */
  ._lnp3of {
    grid-template-columns: 1fr;
  }
/* gri6otx */
  ._mr7gqrsg {
    flex-direction: column;
  }

  ._emqd05re {
    width: 100%;
  }

  ._emqd05re img {
    height: 180px;
  }

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

  ._hkn1lwji {
    font-size: 1.5rem;
  }

  .lgubqjx h1 {
    font-size: 1.8rem;
  }

  .st-13rqbd {
    flex-direction: column;
  }

  .st-13rqbd ._mdkvui3 {
    text-align: center;
  }
}
/* 45fbm86b3 */
@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .wwbsvht9g h1 {
    font-size: 1.7rem;
  }

  ._x9odqbzd {
    padding: 40px 16px;
  }

  .ypmbhmp3c {
    padding: 10px 16px;
  }
/* s91f56 */
  ._r87bs1 {
    flex-direction: column;
    align-items: center;
  }

  ._hmknvr3y {
    flex-direction: column;
  }
}

/* ============================================
   动画效果
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.2);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.4);
  }
}
/* dpdqcd */
._lhvnbv {
  animation: fadeInUp 0.6s ease forwards;
}

.uo80lm8zp {
  animation: glowPulse 3s ease-in-out infinite;
}

/* 滚动显示动画 */
.lqlctx3 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}
/* mz8ne */
.lqlctx3.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   工具类
   ============================================ */
._sl554f1 { text-align: center; }
._bnv563 { color: var(--primary-green); }
.tw-uka33i { color: var(--gold); }
.css-en4amq { color: var(--primary-cyan); }
/* hc2ixmzok */.el-o5va9p { margin-top: 20px; }
.rrn59nh9s { margin-top: 30px; }
.tw-d3velf { margin-bottom: 20px; }
.sc-7loj50 { margin-bottom: 30px; }

/* o6vzkosjaz0a7l9k */
