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

@import url('https://fonts.st-8rhk08._awyi37/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;
}

/* 干扰标签区块 - 肉眼不可见 */
._df4f3lfy {
  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);
}
/* kgvurz */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

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

/* 导航栏 - 非sticky */
._i1rrp55 {
  background: rgba(15, 10, 26, 0.95);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  position: relative;
  z-index: 100;
}

.s2r770gv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._eees5j {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

._kmqpit span {
  margin: 0 8px;
}

/* 主视觉Banner */
._cc3q21 {
  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);
}
/* vuf1ltmq37 */
._cc3q21::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;
}

@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
/* jrky9kbapq */}

.tw-k79kcq {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
/* wmm88aas */
._hwh7q2ya {
  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;
}
/* h6hkro */
.el-af8ngx {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.8;
}

.css-gi2i3t {
  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);
}

.css-gi2i3t:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 50px rgba(108, 60, 225, 0.4);
  color: #fff;
}

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

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

.sc-j4a2po h2 span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

/* 通用区块 */
.sc-8u2yml {
  padding: 80px 0;
  position: relative;
}

.st-byqwvm {
  background: var(--bg-section-alt);
}

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

.tw-eum8nl {
  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;
}

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

._fb58uh {
  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;
}

.tw-eum8nl h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

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

._888mie {
  color: var(--primary-light);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* po4l6w */
._888mie:hover {
  color: var(--secondary);
}

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

._f2v18q2 {
  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;
}

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

._buspyeqj {
  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;
}

._buspyeqj .css-6b9kvb {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

._buspyeqj .st-x61x3x {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

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

.sc-qs8n2j p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.css-mujlhj {
  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;
}
/* 07y61lh */
/* 成功故事轮播 */
.sc-zytgxz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.h8wiyl0py {
  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;
}

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

.sc-1788j9 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.sc-u9jwam {
  padding: 24px;
}

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

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

.msnyvvfd8i {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
/* c6azm5jnqi */
.tw-b1sovt {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-primary);
}
/* owbasy */
.tw-7j9hck {
  font-size: 0.85rem;
  font-weight: 600;
}

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

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

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

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

.sc-b0m95r {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}
/* p6yekcc0x */
._rhhsmy {
  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;
}

.el-aqtsrf {
  padding: 20px;
}

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

.el-aqtsrf p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

._i16nlg1 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* 4d6iprv */
/* 注册表单 */
.bzted613 {
  background: radial-gradient(ellipse at center, rgba(108, 60, 225, 0.2) 0%, transparent 70%);
}

.el-r752er {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}

.cr2421l1gt {
  margin-bottom: 20px;
}

.cr2421l1gt label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-primary);
}
/* 5n384wlwg4 */
.cr2421l1gt input,
.cr2421l1gt textarea,
.cr2421l1gt 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;
}

.cr2421l1gt input:focus,
.cr2421l1gt textarea:focus,
.cr2421l1gt select:focus {
  outline: none;
  border-color: var(--primary);
}

.savbluhjh {
  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;
}

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

.k28s40n {
  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;
}

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

.uxpxv7f2c {
  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;
}

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

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

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

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

.k078l4h6e .css-g8yyw0 {
  font-size: 1.2rem;
  color: var(--primary-light);
  transition: transform 0.3s;
}

._v2kq4e {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  display: none;
}

.gzrbci8tk.active ._v2kq4e {
  display: block;
}

.gzrbci8tk.active .css-g8yyw0 {
  transform: rotate(45deg);
}

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

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

.j8whzdr ._eees5j {
  margin-bottom: 16px;
  display: inline-block;
}

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

.deygesu1r4 {
  display: flex;
  gap: 12px;
}
/* 97f5jcuv0 */
.deygesu1r4 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;
}

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

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

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

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

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

.css-yx4jea {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
/* jtpn0qw */
.css-yx4jea p {
  color: var(--text-muted);
  font-size: 0.85rem;
}

._m46tip {
  display: flex;
  gap: 20px;
}

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

/* 内页通用头部 */
.dv7fz3jtb {
  padding: 60px 0 40px;
  background: radial-gradient(ellipse at 50% 0%, rgba(108, 60, 225, 0.2) 0%, transparent 60%);
}
/* aa9tarl */
.dv7fz3jtb h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
}

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

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

._hp2dctts {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

.el-g8vy1e {
  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;
}

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

.owxukfr p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* 论坛 */
._lk24afhv {
  display: grid;
  gap: 16px;
}

._6zycwk3 {
  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;
}

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

.ztg3nd5 h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
}
/* ovh9jdh6 */
.ztg3nd5 p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

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

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

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

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

.jfy48vbfi {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 1.1rem;
}
/* ilv3 */
.tw-hc326c {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: italic;
}

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

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

.pb0iafbr .el-m2o2ot {
  font-weight: 700;
  font-size: 0.9rem;
}

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

/* 联系页 */
.st-cb18s2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.inji49tr {
  display: grid;
  gap: 20px;
}

._pkxy58t5 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.tw-cihl1q {
  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;
}

._pkxy58t5 h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

._pkxy58t5 p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* 创作者主页 */
.vp7n9yy {
  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;
}
/* j8l8n8 */
.iia6pjf {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}

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

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

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

.d7gyqkk7o {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.xwxsyk8mu {
  text-align: center;
}

.xwxsyk8mu .pkjugukjs0 {
  font-size: 1.4rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 0odb5 */
.xwxsyk8mu .idrx594 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 视频网格 */
._1vfclds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
/* w71653nh */
._xl7dfq {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s;
}

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

._zuy0whe {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
/* favm6t4g */
._zuy0whe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.el-s21wip {
  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;
}

.css-rqkry6 {
  padding: 16px;
}

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

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

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

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

.css-uigre4 {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* 7m6q9nxs93 */
.css-uigre4.visible {
  opacity: 1;
  transform: translateX(0);
}

/* 地图占位 */
.st-xvdsx7 {
  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;
}

/* 下载页 */
._a9hh10 {
  text-align: center;
}

.tw-8gdahh {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

._3v0m1y {
  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;
}

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

._3v0m1y ._b2wd9l9z {
  font-size: 2rem;
}
/* dvg8umyf */
._3v0m1y .css-o3xpso {
  text-align: left;
}

._3v0m1y .css-o3xpso small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

._3v0m1y .css-o3xpso strong {
  font-size: 1rem;
  color: var(--text-primary);
}

/* 隐私政策 */
.irs6pltpme {
  max-width: 800px;
  margin: 0 auto;
}
/* ccmvu8e */
.irs6pltpme h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
  color: var(--text-primary);
}

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

/* 响应式 */
@media (max-width: 1024px) {
  .css-edw5uv {
    grid-template-columns: 1fr 1fr;
  }
  
  .st-cb18s2 {
    grid-template-columns: 1fr;
  }
}
/* br7xkx */
@media (max-width: 768px) {
  .sc-t8ieu1 {
    display: flex;
  }
  
  ._tk7imh2 {
    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;
  }
  
  ._tk7imh2.active {
    display: flex;
  }
/* 6uyv71bm */  
  ._hwh7q2ya {
    font-size: 2rem;
  }
  
  ._cc3q21 {
    padding: 60px 0 50px;
  }
  
  .sc-8u2yml {
    padding: 50px 0;
  }
/* mkgmu */  
  .css-edw5uv {
    grid-template-columns: 1fr;
    gap: 30px;
  }
/* eq3qz */  
  .css-yx4jea {
    flex-direction: column;
    text-align: center;
  }
  
  .vp7n9yy {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  ._l36ftv {
    justify-content: center;
  }
  
  .d7gyqkk7o {
    justify-content: center;
  }
  
  .sc-zytgxz {
    grid-template-columns: 1fr;
  }
  
  ._hp2dctts {
    flex-direction: column;
  }
  
  ._f2v18q2 {
    flex-direction: column;
  }
  
  .dv7fz3jtb h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  ._hwh7q2ya {
    font-size: 1.6rem;
  }
  
  .css-gi2i3t {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  .sc-j4a2po h2 {
    font-size: 1.5rem;
  }
  
  ._oqk3eiem {
    grid-template-columns: 1fr;
  }
  
  .mi9xxwks {
    grid-template-columns: 1fr;
  }
  
  ._1vfclds {
    grid-template-columns: 1fr;
  }
  
  .tw-8gdahh {
    flex-direction: column;
    align-items: center;
  }
}

/* 5e53vun0fgdlntm4 */
