/* szh8zp01do34 | v9.10 */
/* ========================================
   视频创作者社区 - 主样式表
   独特配色方案 & 响应式设计
   ======================================== */

@import url('https://fonts._hsnqxjg.tw-bxid0s/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=ZCOOL+KuaiLe&display=swap');

:root {
  --primary: #6C3CE1;
  --primary-light: #8B5CF6;
  --primary-dark: #4C1D95;
  --secondary: #F59E0B;
  --secondary-light: #FCD34D;
  --accent: #10B981;
  --accent-dark: #059669;
  --bg-main: #0F0A1A;
  --bg-card: #1A1128;
  --bg-card-hover: #231740;
  --bg-section-alt: #130E20;
  --text-primary: #F3F0FF;
  --text-secondary: #B8A9D4;
  --text-muted: #7C6B9E;
  --border-color: #2D2145;
  --gradient-primary: linear-gradient(135deg, #6C3CE1 0%, #A855F7 50%, #EC4899 100%);
  --gradient-secondary: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
  --gradient-accent: linear-gradient(135deg, #10B981 0%, #3B82F6 100%);
  --shadow-sm: 0 2px 8px rgba(108, 60, 225, 0.15);
  --shadow-md: 0 4px 20px rgba(108, 60, 225, 0.2);
  --shadow-lg: 0 8px 40px rgba(108, 60, 225, 0.3);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

/* 干扰标签区块 - 肉眼不可见 */
.st-uourzr {
  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;
  font-size: 0;
  line-height: 0;
  color: transparent;
  z-index: -9999;
}

/* 基础重置 */
*, *::before, *::after {
  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-main);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: var(--secondary);
}

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

ul, ol {
  list-style: none;
}

/* 容器 */
.css-ebtyu6 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* re79 */
/* 导航栏 - 非sticky */
.p538dfsivt {
  background: rgba(15, 10, 26, 0.95);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  position: relative;
  z-index: 100;
}

.st-t3ahcq {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* sxt4o */
._q7jg9ih8 {
  font-family: 'ZCOOL KuaiLe', cursive;
  font-size: 1.6rem;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

.yz160j2 {
  display: flex;
  gap: 28px;
  align-items: center;
}

.yz160j2 a {
  color: var(--text-secondary);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}

.yz160j2 a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: width 0.3s;
}

.yz160j2 a:hover {
  color: var(--text-primary);
}

.yz160j2 a:hover::after {
  width: 100%;
}

.hlb058up {
  background: var(--gradient-primary);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  -webkit-text-fill-color: #fff;
}

.hlb058up::after {
  display: none !important;
}

/* 移动端菜单 */
.sc-zkt04m {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.sc-zkt04m span {
  width: 26px;
  height: 3px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: 0.3s;
}

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

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

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

.j9tqltwpi span {
  margin: 0 8px;
}

/* 主视觉Banner */
._8gfurfi8 {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 20%, rgba(108, 60, 225, 0.3) 0%, transparent 50%),
              radial-gradient(ellipse at 70% 80%, rgba(236, 72, 153, 0.15) 0%, transparent 50%),
              var(--bg-main);
}

._8gfurfi8::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg, rgba(108, 60, 225, 0.05) 60deg, transparent 120deg);
  animation: heroRotate 30s linear infinite;
}
/* w4d02 */
@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.so8d27eswb {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

._45bj88uz {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-wazk04 {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.8;
}

.jnzqo55tz {
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  padding: 16px 48px;
  border-radius: var(--radius-xl);
  font-size: 1.15rem;
  font-weight: 700;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: var(--shadow-lg);
}
/* fzqngxiori */
.jnzqo55tz:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 50px rgba(108, 60, 225, 0.4);
  color: #fff;
}

/* 区块标题 */
.sc-wwgz9g {
  text-align: center;
  margin-bottom: 48px;
}

.sc-wwgz9g h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-primary);
}
/* iibhkni */
.sc-wwgz9g h2 span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sc-wwgz9g p {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* 通用区块 */
._g5tnhs {
  padding: 80px 0;
  position: relative;
}
/* rkfvfh4dsg */
._hsp1dype {
  background: var(--bg-section-alt);
}

/* 服务卡片 */
.css-n5ytas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.gf3908xz {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.gf3908xz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}
/* rfn6dnw */
.gf3908xz:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.gf3908xz:hover::before {
  opacity: 1;
}

.elts3qbt {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
/* 7zzv16sdsx */
.gf3908xz h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

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

._7equjwn1 {
  color: var(--primary-light);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

._7equjwn1:hover {
  color: var(--secondary);
}

/* 活动日历 */
.tw-go0igo {
  display: grid;
  gap: 20px;
}

._unz9sw {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: border-color 0.3s, transform 0.3s;
}

._unz9sw:hover {
  border-color: var(--primary);
  transform: translateX(4px);
}

.sc-fvtrve {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sc-fvtrve ._goigxc {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* fpkzw8et */
.sc-fvtrve .fq2jzifiq {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

.bsumd31xk h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.bsumd31xk p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* hx6puc */
.el-opnled {
  display: inline-block;
  background: rgba(108, 60, 225, 0.2);
  color: var(--primary-light);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  margin-top: 8px;
}

/* 成功故事轮播 */
._y709jn8u {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

._vf4rlp {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

._vf4rlp:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* o5c9cazf */
.st-fnit3f {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

._s6duf89 {
  padding: 24px;
}

._s6duf89 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

._s6duf89 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.xkei1g2s {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

._a4p9fh8 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-primary);
}

._o3jc0na {
  font-size: 0.85rem;
  font-weight: 600;
}

._p46w8w {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* 教程入口 */
.el-0frjz0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.ltrgm1khuk {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s;
}

.ltrgm1khuk:hover {
  transform: translateY(-4px);
}

.el-52atpq {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}

._jnygrnx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(108, 60, 225, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-1fpypn {
  padding: 20px;
}

.st-1fpypn h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.st-1fpypn p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.j3x1b8s7p {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 注册表单 */
.ou69z4e0 {
  background: radial-gradient(ellipse at center, rgba(108, 60, 225, 0.2) 0%, transparent 70%);
}
/* p1f3oc7 */
._4hjb5sp {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}

.el-xkyz8h {
  margin-bottom: 20px;
}

.el-xkyz8h label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}

.el-xkyz8h input,
.el-xkyz8h textarea,
.el-xkyz8h select {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-main);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.3s;
}
/* d8flon */
.el-xkyz8h input:focus,
.el-xkyz8h textarea:focus,
.el-xkyz8h select:focus {
  outline: none;
  border-color: var(--primary);
}

._5qxqgf {
  display: inline-block;
  background: var(--gradient-primary);
  color: #fff;
  padding: 14px 36px;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100%;
  text-align: center;
  font-family: inherit;
}

._5qxqgf:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.el-9ijewe {
  display: inline-block;
  background: transparent;
  color: var(--primary-light);
  padding: 12px 28px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.el-9ijewe:hover {
  background: var(--primary);
  color: #fff;
}

.el-2icuel {
  display: inline-block;
  background: var(--gradient-accent);
  color: #fff;
  padding: 12px 28px;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s;
}

.el-2icuel:hover {
  transform: translateY(-2px);
}

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

.sc-t1xvlh {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.hu1znqts {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}
/* cziexni */
.hu1znqts:hover {
  background: var(--bg-card-hover);
}

.hu1znqts .sc-md8wys {
  font-size: 1.2rem;
  color: var(--primary-light);
  transition: transform 0.3s;
}

._frujr6s {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}
/* zpp4uui */
.sc-t1xvlh.active ._frujr6s {
  display: block;
}

.sc-t1xvlh.active .sc-md8wys {
  transform: rotate(45deg);
}

/* 页脚 */
.tw-icgdl7 {
  background: #0A0612;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}

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

.d68a9fy ._q7jg9ih8 {
  margin-bottom: 16px;
  display: inline-block;
}

.d68a9fy p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

._xfc42r6d {
  display: flex;
  gap: 12px;
}

._xfc42r6d a {
  width: 40px;
  height: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all 0.3s;
  font-size: 0.85rem;
}
/* fx14mo */
._xfc42r6d a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.st-ybeg5h h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
}

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

.st-ybeg5h ul li a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.st-ybeg5h ul li a:hover {
  color: var(--primary-light);
}

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

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

.el-idp7hm {
  display: flex;
  gap: 20px;
}

.el-idp7hm a {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* 内页通用头部 */
.el-7q5kfj {
  padding: 60px 0 40px;
  background: radial-gradient(ellipse at 50% 0%, rgba(108, 60, 225, 0.2) 0%, transparent 60%);
}

.el-7q5kfj h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
}
/* 52nh62ot */
.el-7q5kfj p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* 教程步骤 */
.css-i363ul {
  max-width: 800px;
  margin: 0 auto;
}

.qmscfx989g {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}
/* jk5fw6 */
.tzgzwjuz5r {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
}

._s8cruz h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

._s8cruz p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}
/* 3a4hmu4afl */
/* 论坛 */
.tw-p069sc {
  display: grid;
  gap: 16px;
}

._k6cctuc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  transition: border-color 0.3s;
}

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

.sc-31pvgx h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.sc-31pvgx p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

._pufb0ycf {
  text-align: right;
  font-size: 0.85rem;
  color: var(--text-muted);
}

._pufb0ycf strong {
  color: var(--primary-light);
}

/* 评价 */
.uu9h657 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

._w27bffg {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
}

._xj6k4ki {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

._fgsie7oc {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: italic;
}

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

.up0a0hub8 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-accent);
}

._9ogr0naf ._myb3bjq {
  font-weight: 700;
  font-size: 0.9rem;
}

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

/* 联系页 */
.bg09fkfp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
/* x7po600f9u */
.kycl0nra {
  display: grid;
  gap: 20px;
}
/* ra8dc */
.zauull6 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.lop154e {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}
/* p2zkotr7 */
.zauull6 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.zauull6 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* ciz3cl78 */
/* 创作者主页 */
.k3ep19535o {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-bottom: 40px;
}

._leuijnee {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}

._gpefdt h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.sc-w5gy63 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

._jq0g7ua {
  background: rgba(108, 60, 225, 0.2);
  color: var(--primary-light);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.st-0g1ht9 {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.tw-1mcz5j {
  text-align: center;
}

.tw-1mcz5j .tw-bz1hw5 {
  font-size: 1.4rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tw-1mcz5j .el-q0v5dd {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* 1f0pe */
/* 视频网格 */
._5vdoxltz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.el3lcyps {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s;
}

.el3lcyps:hover {
  transform: translateY(-4px);
}

.st-pybrq8 {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.st-pybrq8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-y45a69 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
}

.h5bm59m4x {
  padding: 16px;
}

.h5bm59m4x h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
}

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

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

.s11g8k48he.visible {
  opacity: 1;
  transform: translateY(0);
}

.st-a69o5f {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.st-a69o5f.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 地图占位 */
.xbxtlzwk {
  width: 100%;
  height: 300px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1rem;
}
/* u2g3k8s */
/* 下载页 */
.jipvee12or {
  text-align: center;
}

._9xh9wd {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
/* 3s9s4q4f7 */
.q3ejrhs {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 16px 32px;
  transition: all 0.3s;
}

.q3ejrhs:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
}

.q3ejrhs .css-m2opu2 {
  font-size: 2rem;
}

.q3ejrhs .b1rgfzq {
  text-align: left;
}
/* s474867d */
.q3ejrhs .b1rgfzq small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.q3ejrhs .b1rgfzq strong {
  font-size: 1rem;
  color: var(--text-primary);
}

/* 隐私政策 */
.css-7qklgq {
  max-width: 800px;
  margin: 0 auto;
}

.css-7qklgq h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

.css-7qklgq p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* 响应式 */
@media (max-width: 1024px) {
  ._p7oofe {
    grid-template-columns: 1fr 1fr;
  }
  
  .bg09fkfp {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sc-zkt04m {
    display: flex;
  }
  
  .yz160j2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-main);
    border-bottom: 1px solid var(--border-color);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
  
  .yz160j2.active {
    display: flex;
  }
/* do4rj */  
  ._45bj88uz {
    font-size: 2rem;
  }
  
  ._8gfurfi8 {
    padding: 60px 0 50px;
  }
/* y5kk3w */  
  ._g5tnhs {
    padding: 50px 0;
  }
  
  ._p7oofe {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  ._nmg479 {
    flex-direction: column;
    text-align: center;
  }
  
  .k3ep19535o {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .sc-w5gy63 {
    justify-content: center;
  }
  
  .st-0g1ht9 {
    justify-content: center;
  }
  
  ._y709jn8u {
    grid-template-columns: 1fr;
  }
  
  .qmscfx989g {
    flex-direction: column;
  }
  
  ._unz9sw {
    flex-direction: column;
  }
  
  .el-7q5kfj h1 {
    font-size: 1.6rem;
  }
}
/* ju86sq0h0 */
@media (max-width: 480px) {
  ._45bj88uz {
    font-size: 1.6rem;
  }
  
  .jnzqo55tz {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  .sc-wwgz9g h2 {
    font-size: 1.5rem;
  }
/* o2945ey */  
  .css-n5ytas {
    grid-template-columns: 1fr;
  }
  
  .el-0frjz0 {
    grid-template-columns: 1fr;
  }
  
  ._5vdoxltz {
    grid-template-columns: 1fr;
  }
  
  ._9xh9wd {
    flex-direction: column;
    align-items: center;
  }
}

/* 021k28xwtesmpvuv */
