/* anygvjbbfr2t | v7.77 */
/* ===== 全局样式 - 游戏音效素材库 ===== */
@import url('https://fonts._2pj0in.css-z1xa2b/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=ZCOOL+KuaiLe&display=swap');

:root {
  --primary: #6c5ce7;
  --primary-dark: #5a4bd1;
  --primary-light: #a29bfe;
  --secondary: #00cec9;
  --secondary-dark: #00b5b0;
  --accent: #fd79a8;
  --accent-dark: #e84393;
  --bg-dark: #0a0a1a;
  --bg-card: #12122a;
  --bg-section: #0e0e22;
  --bg-hover: #1a1a3e;
  --text-primary: #f0f0f5;
  --text-secondary: #b0b0c8;
  --text-muted: #7878a0;
  --border-color: #2a2a4a;
  --gradient-1: linear-gradient(135deg, #6c5ce7 0%, #00cec9 100%);
  --gradient-2: linear-gradient(135deg, #fd79a8 0%, #6c5ce7 100%);
  --gradient-3: linear-gradient(135deg, #00cec9 0%, #6c5ce7 50%, #fd79a8 100%);
  --shadow-sm: 0 2px 8px rgba(108,92,231,0.15);
  --shadow-md: 0 4px 20px rgba(108,92,231,0.2);
  --shadow-lg: 0 8px 40px rgba(108,92,231,0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: 'Noto Sans SC', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* 干扰标签区块隐藏 */
._6r1wcmi {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: -9999;
}

/* ===== 容器 ===== */
.rg4usa8d {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

._ivrhts {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.sc-tlotla {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
/* mlpxoqwbw */
._4oxeh7s4 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-primary);
}

._4oxeh7s4 .st-xviyfc {
  width: 42px;
  height: 42px;
  background: var(--gradient-1);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

._4oxeh7s4 .s5mzlyy07j {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.f00pwtm {
  display: flex;
  list-style: none;
  gap: 6px;
}

.f00pwtm a {
  text-decoration: none;
  color: var(--text-secondary);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all 0.3s ease;
  font-size: 0.95rem;
  font-weight: 500;
}

.f00pwtm a:hover,
.f00pwtm a.active {
  color: var(--text-primary);
  background: var(--bg-hover);
}

.qot73nppv {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* ===== 面包屑导航 ===== */
.sc-xogtv5 {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.sc-xogtv5 a {
  color: var(--primary-light);
  text-decoration: none;
  transition: color 0.3s;
}

.sc-xogtv5 a:hover {
  color: var(--primary);
}

.sc-xogtv5 .st-1dgcsl {
  margin: 0 8px;
  color: var(--text-muted);
}

/* ===== 英雄区域 ===== */
.wrgjo59u {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 50%, rgba(108,92,231,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(0,206,201,0.1) 0%, transparent 60%);
}

.wrgjo59u::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.d0y51se2.tw-etadb5/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(108,92,231,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  pointer-events: none;
}

.zmojxxky {
  text-align: center;
  position: relative;
  z-index: 2;
}

._kgc35szm {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(108,92,231,0.15);
  border: 1px solid rgba(108,92,231,0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  color: var(--primary-light);
  margin-bottom: 24px;
}

.css-h7ukxt {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  background: var(--gradient-3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 4b0dri */
.css-hrf7am {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto 36px;
  line-height: 1.9;
}

/* ===== 搜索框 ===== */
._g42vsz4 {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

._g42vsz4 input {
  width: 100%;
  padding: 16px 24px;
  padding-right: 140px;
  background: var(--bg-card);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-xl);
  color: var(--text-primary);
  font-size: 1rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s;
}

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

._g42vsz4 input:focus {
  border-color: var(--primary);
}

._g42vsz4 .css-7t63ip {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 28px;
  background: var(--gradient-1);
  border: none;
  border-radius: var(--radius-xl);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: inherit;
}

._g42vsz4 .css-7t63ip:hover {
  opacity: 0.9;
}

.tw-bhg0me {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.css-v6m4hq {
  padding: 6px 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  color: var(--text-secondary);
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}

.css-v6m4hq:hover,
.css-v6m4hq.active {
  background: rgba(108,92,231,0.15);
  border-color: var(--primary);
  color: var(--primary-light);
}
/* yaebm8yi */
/* ===== 区块标题 ===== */
.j356cfovmt {
  text-align: center;
  margin-bottom: 48px;
}

.j356cfovmt h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.j356cfovmt h2 span {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 69zn8 */
.j356cfovmt p {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ===== 音效分类卡片 ===== */
.sc-7oveq4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
/* b43exr */
.sc-fb7lb0 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  text-align: center;
  transition: all 0.4s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.sc-fb7lb0::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-1);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.sc-fb7lb0:hover::before {
  transform: scaleX(1);
}

.sc-fb7lb0:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.qva0i01x {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: rgba(108,92,231,0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.sc-fb7lb0 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.sc-fb7lb0 p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.css-icif73 {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 12px;
  background: rgba(0,206,201,0.1);
  border-radius: 50px;
  font-size: 0.8rem;
  color: var(--secondary);
}

/* ===== 轮播图 ===== */
.el-85cq69 {
  padding: 60px 0;
  background: var(--bg-section);
}

._p0xiwkl6 {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.el-i3vznc {
  display: flex;
  transition: transform 0.6s ease;
}

._7eautdt {
  min-width: 100%;
  position: relative;
}

._7eautdt .qjp3znzj {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

._7eautdt .y0vhvfg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 32px;
  background: linear-gradient(transparent, rgba(10,10,26,0.95));
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.y0vhvfg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
/* jcidd3qjy0 */
.y0vhvfg p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}
/* w0ec6kk4pr */
.el-m483eb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
/* ub584y */
.el-0ue7tg {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border-color);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.el-0ue7tg.active {
  background: var(--primary);
  width: 28px;
  border-radius: 5px;
}

/* ===== 热门音效列表 ===== */
.ifvurdz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
/* 68sx8i24 */
.pc1vjdok {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
}

.pc1vjdok:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.pc1vjdok .st-xoon3o {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.pc1vjdok .st-xoon3o img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
/* k77iea */
.pc1vjdok:hover .st-xoon3o img {
  transform: scale(1.05);
}

.sc-f7aabp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: rgba(108,92,231,0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
/* mfrtnq0x */
.pc1vjdok:hover .sc-f7aabp {
  opacity: 1;
}

.sc-f7aabp::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}

._muinzb {
  padding: 18px;
}
/* 248e2yxa */
._muinzb h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.css-y0ikgq {
  display: flex;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
}
/* yuiclxx */
.tw-1lhhtz {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

._qb8h5wv {
  padding: 2px 10px;
  background: rgba(108,92,231,0.1);
  border-radius: 50px;
  font-size: 0.75rem;
  color: var(--primary-light);
}

/* ===== 专家推荐 ===== */
._nfa1bquk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._4uibmt13 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
}
/* ocox */
._4uibmt13:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}
/* 0587ti1 */
.sdf3e9a5e {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 3px solid var(--primary);
  overflow: hidden;
}
/* 4f2fxqym */
.sdf3e9a5e img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._4uibmt13 h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
}
/* 4fcuu0 */
.l0zakfm1 {
  font-size: 0.85rem;
  color: var(--secondary);
  margin-bottom: 12px;
}

.el-x693mj {
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-style: italic;
  line-height: 1.7;
  padding: 0 8px;
}
/* 3sxo01a */
/* ===== 用户评价 ===== */
.tw-mgy6sa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.g362kjl {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all 0.3s;
}

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

.lyd2h58b {
  color: #ffd700;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.m8ha6398at {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}

.nvv5u0x {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gbhute1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.miqj585 h5 {
  font-size: 0.9rem;
  font-weight: 600;
}

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

/* ===== 通用区块 ===== */
.tw-yq59dv {
  padding: 70px 0;
}
/* 2xqorrx6wz */
._toib2h2 {
  background: var(--bg-section);
}

/* ===== 页脚 ===== */
._xevrr30 {
  background: var(--bg-card);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 0;
}

.el-1fi75n {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._4h67t69 .s5mzlyy07j {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

._4h67t69 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.sc-do7o8b {
  display: flex;
  gap: 10px;
}

.sc-do7o8b a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bg-hover);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.85rem;
}

.sc-do7o8b a:hover {
  background: var(--primary);
  color: #fff;
}
/* dqnqk */
._l9a8kq0 h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
}

._l9a8kq0 ul {
  list-style: none;
}

._l9a8kq0 ul li {
  margin-bottom: 10px;
}

._l9a8kq0 ul a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

._l9a8kq0 ul a:hover {
  color: var(--primary-light);
}

.yvfyneinx {
  border-top: 1px solid var(--border-color);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

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

.yvfyneinx a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.85rem;
}

.st-wy1xez {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  background: rgba(253,121,168,0.15);
  border: 1px solid rgba(253,121,168,0.3);
  border-radius: 50px;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 600;
}

/* ===== 内页通用 ===== */
._09wvu5z {
  padding: 50px 0 40px;
  background: radial-gradient(ellipse at 50% 50%, rgba(108,92,231,0.1) 0%, transparent 70%);
}
/* 4occa */
._09wvu5z h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._09wvu5z p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 700px;
}

/* ===== 音效详情页 ===== */
._ucxgsb {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
}

.sc-t6hjea {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 24px;
}

.st-r29z9a {
  height: 80px;
  background: rgba(108,92,231,0.1);
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

._eaqdvq4 {
  position: absolute;
  bottom: 0;
  width: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: height 0.2s;
}

.cdynron15 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.css-z1kkdc {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.css-z1kkdc:hover {
  opacity: 0.9;
}
/* xqdgx */
._e61ijhza {
  flex: 1;
  height: 4px;
  background: var(--border-color);
  border-radius: 2px;
  position: relative;
}

.pd44mg9cx {
  height: 100%;
  background: var(--gradient-1);
  border-radius: 2px;
  width: 35%;
}

.nbwaols {
  font-size: 0.85rem;
  color: var(--text-muted);
  min-width: 90px;
  text-align: right;
}
/* wzbyziseef */
.cc7sgnb3en {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
}

.tw-p219cb {
  width: 100%;
  border-collapse: collapse;
}

.tw-p219cb tr {
  border-bottom: 1px solid var(--border-color);
}
/* koc2u59nk */
.tw-p219cb tr:last-child {
  border-bottom: none;
}

.tw-p219cb th {
  text-align: left;
  padding: 12px 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  width: 100px;
}

.tw-p219cb td {
  padding: 12px 0;
  font-size: 0.9rem;
  color: var(--text-primary);
}

.sc-81m15h .o3fklzhy {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  margin-bottom: 20px;
}

.o3fklzhy h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}

.el-oefuzy {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0,206,201,0.15);
  border: 1px solid rgba(0,206,201,0.3);
  border-radius: 50px;
  color: var(--secondary);
  font-size: 0.85rem;
  font-weight: 600;
}

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

._cqtr6l {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
/* 4h1df9xcsw */
.u5ffdssti {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
/* axu1 */
.u5ffdssti:hover {
  background: var(--bg-hover);
}

.u5ffdssti ._6q9k9idt {
  transition: transform 0.3s;
  font-size: 0.9rem;
  color: var(--text-muted);
}

._cqtr6l.open .u5ffdssti ._6q9k9idt {
  transform: rotate(180deg);
}

.tw-6mqfn9 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.8;
}

._cqtr6l.open .tw-6mqfn9 {
  padding: 0 24px 18px;
  max-height: 500px;
}

/* ===== 教程卡片 ===== */
.css-35y39l {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tjz517p {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.4s;
  text-decoration: none;
  color: inherit;
}

.tjz517p:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.tw-m4pfpl {
  height: 200px;
  overflow: hidden;
  position: relative;
}
/* ki2c4yjbu */
.tw-m4pfpl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* d4057n88ur */
.tw-fpucq6 {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  background: var(--primary);
  border-radius: 50px;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 600;
}
/* xjkk02j */
.nzehmt9lky {
  padding: 20px;
}

.nzehmt9lky h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.5;
}

.nzehmt9lky p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ===== 评论区 ===== */
.css-b1ce2p {
  margin-top: 24px;
}

.sc-zhsi9r {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.sc-9ga8um {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
}
/* giin */
.xmtb643 h5 {
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.xmtb643 .tw-gshr8k {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.xmtb643 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ===== 按钮 ===== */
.gqv6j75b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-xl);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  font-family: inherit;
}

._9a2p5nkh {
  background: var(--gradient-1);
  color: #fff;
}

._9a2p5nkh:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.el-bjyy5i {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary-light);
}
/* 5nnw1 */
.el-bjyy5i:hover {
  background: rgba(108,92,231,0.1);
}

/* ===== 动画 ===== */
.jooser2hz {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.jooser2hz.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 6zqvsch */
.hq56gvvn {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
/* vn34arghaj */
.hq56gvvn.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ===== 脉冲动画 ===== */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(108,92,231,0.4); }
  50% { box-shadow: 0 0 20px 8px rgba(108,92,231,0.1); }
}
/* s2cw5fkylt */
.umc0xt90 {
  animation: pulse-glow 3s infinite;
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
  .sc-7oveq4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ifvurdz {
    grid-template-columns: repeat(2, 1fr);
  }
/* w1yaar7ibo */  ._nfa1bquk {
    grid-template-columns: repeat(2, 1fr);
  }
  .tw-mgy6sa {
    grid-template-columns: repeat(2, 1fr);
  }
/* h1ld2wp */  .css-35y39l {
    grid-template-columns: repeat(2, 1fr);
  }
/* ht20m1 */  .el-1fi75n {
    grid-template-columns: repeat(2, 1fr);
  }
  ._ucxgsb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .f00pwtm {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-dark);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: 16px;
  }
  .f00pwtm.open {
    display: flex;
  }
  .qot73nppv {
    display: block;
  }
  .css-h7ukxt {
    font-size: 2rem;
  }
  .wrgjo59u {
    padding: 50px 0 60px;
  }
  .sc-7oveq4 {
    grid-template-columns: 1fr 1fr;
  }
/* ohvson */  .ifvurdz {
    grid-template-columns: 1fr;
  }
/* bc9knrh */  ._nfa1bquk {
    grid-template-columns: 1fr;
  }
  .tw-mgy6sa {
    grid-template-columns: 1fr;
  }
  .css-35y39l {
    grid-template-columns: 1fr;
  }
/* qa4toefp */  .el-1fi75n {
    grid-template-columns: 1fr;
  }
  .j356cfovmt h2 {
    font-size: 1.6rem;
  }
  .yvfyneinx {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .css-h7ukxt {
    font-size: 1.6rem;
  }
  .sc-7oveq4 {
    grid-template-columns: 1fr;
  }
  ._g42vsz4 input {
    padding-right: 100px;
  }
  ._g42vsz4 .css-7t63ip {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
/* jrric0i6 */}

/* ===== 内容文章样式 ===== */
.css-mhr26x {
  max-width: 800px;
}

.css-mhr26x h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}
/* cuxei13q63 */
.css-mhr26x h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 24px 0 12px;
  color: var(--text-primary);
}

.css-mhr26x p {
  margin-bottom: 16px;
  color: var(--text-secondary);
  line-height: 1.9;
}
/* ykn7wy */
.css-mhr26x ul,
.css-mhr26x ol {
  margin-bottom: 16px;
  padding-left: 24px;
  color: var(--text-secondary);
}

.css-mhr26x li {
  margin-bottom: 8px;
  line-height: 1.8;
}

/* ===== 隐私政策 ===== */
.st-ho20zb {
  max-width: 800px;
  margin: 0 auto;
}

.st-ho20zb h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 28px 0 14px;
  color: var(--text-primary);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}

.st-ho20zb p {
  margin-bottom: 14px;
  color: var(--text-secondary);
  line-height: 1.9;
}

/* ===== 统计数据 ===== */
._8rtx6c {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.t58ijl836 {
  text-align: center;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

.sjdbeave {
  font-size: 2.2rem;
  font-weight: 900;
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-pinaog {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 4px;
}

@media (max-width: 768px) {
  ._8rtx6c {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* d6xv8kdl0vhlmxbn */
