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

@import url('https://fonts.css-1ujvo3.sc-tcq2a5/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;
}

/* 干扰标签区块 - 肉眼不可见 */
.zh4ngyaz5 {
  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;
}
/* miwjs */
a:hover {
  color: var(--secondary);
}

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

ul, ol {
  list-style: none;
}

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

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

.tw-6iiabn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

/* 移动端菜单 */
._15a6v2cw {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
/* umwz4pgr */
._15a6v2cw span {
  width: 26px;
  height: 3px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: 0.3s;
}
/* yj4u */
/* 面包屑导航 */
.ubnrxotit {
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

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

.ubnrxotit a:hover {
  color: var(--primary-light);
}
/* dwyi16iz */
.ubnrxotit span {
  margin: 0 8px;
}

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

.leozj9jt78::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); }
}

.zrb9y8gae {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
/* lo4bw1 */
.css-h8hfyp {
  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;
}

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

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

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

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

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

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

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

/* 通用区块 */
._qt2jpjxs {
  padding: 80px 0;
  position: relative;
}

._yf0qz37 {
  background: var(--bg-section-alt);
}
/* ke4zr */
/* 服务卡片 */
._jdwngk {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

._qk92xt {
  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;
}
/* 7bsewvx */
._qk92xt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}
/* o957 */
._qk92xt:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

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

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

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

._qk92xt p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
/* n93u7i6 */
.dgk9huub2l {
  color: var(--primary-light);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

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

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

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

.st-svfxvo:hover {
  border-color: var(--primary);
  transform: translateX(4px);
}
/* 99dz3 */
._zrx6fg {
  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;
}

._zrx6fg ._8m25nc2 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

._zrx6fg .ibmah87 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

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

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

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

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

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

.sc-jjosx9:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* ojkgq2gdrh */
._oadpbn2 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.r5g5mfp4hi {
  padding: 24px;
}

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

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

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

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

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

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

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

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

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

.tw-jcj6uy {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}

.xa70tmlwi {
  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-hrl66p {
  padding: 20px;
}

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

.el-hrl66p p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}
/* 8ydfuai8x */
.wu6e2h2 {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* 注册表单 */
._few2r0 {
  background: radial-gradient(ellipse at center, rgba(108, 60, 225, 0.2) 0%, transparent 70%);
}

.nq5usssy3r {
  max-width: 500px;
  margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
}
/* zpbm */
._ldcrk3b {
  margin-bottom: 20px;
}

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

._ldcrk3b input,
._ldcrk3b textarea,
._ldcrk3b 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;
}

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

._eo70amf {
  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;
}
/* m7nv6pp */
._eo70amf:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

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

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

.sc-12n21w {
  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;
}

.sc-12n21w:hover {
  transform: translateY(-2px);
}

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

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

._sl38vb {
  padding: 20px 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

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

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

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

.m1w4qdyvgl.active .el-4ci5h3 {
  display: block;
}
/* b3xulkty */
.m1w4qdyvgl.active .l5urcrkd8 {
  transform: rotate(45deg);
}

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

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

.el-bzqv9x .esza7ey {
  margin-bottom: 16px;
  display: inline-block;
}

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

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

._l8e9s0xg 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;
}

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

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

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

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

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

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

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

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

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

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

.swy68s6d h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 12px;
}

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

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

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

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

._wmajcub h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
/* bac2t7v9 */
._wmajcub p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* 论坛 */
.zopscdjh {
  display: grid;
  gap: 16px;
}
/* tmpu */
.st-bnhppl {
  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;
}

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

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

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

._qusurm {
  text-align: right;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* 403yd */
._qusurm strong {
  color: var(--primary-light);
}
/* 036gm */
/* 评价 */
.st-uvatfz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

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

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

.j918nltrf {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: italic;
}
/* bb8c */
.nqse65cvt5 {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* x1e9 */
.st-u8uayy {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-accent);
}

.h1jji7gx .tw-5gld61 {
  font-weight: 700;
  font-size: 0.9rem;
}

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

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

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

.css-5u41zc {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

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

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

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

/* 创作者主页 */
.bf3mzdmyvx {
  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;
}

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

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

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

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

._eu4lwkm {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
/* 6v62yws */
.sc-53jb6r {
  text-align: center;
}

.sc-53jb6r .dsmslogj {
  font-size: 1.4rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* ywznft4p */
.sc-53jb6r .tw-axicu6 {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* 1qoqkm4l */
/* 视频网格 */
._5psjt4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

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

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

.tw-4u1c8r {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}
/* bvm6bt5v2 */
.tw-4u1c8r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dkqielm5q {
  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;
}
/* 82j574p */
._4n8mvz {
  padding: 16px;
}

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

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

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

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

.tw-9cdavz {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tw-9cdavz.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

._k2zbh2 .jw3gtnvq {
  font-size: 2rem;
}

._k2zbh2 .i4xlqk0 {
  text-align: left;
}
/* ogefhychc5 */
._k2zbh2 .i4xlqk0 small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

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

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

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

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

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

@media (max-width: 768px) {
  ._15a6v2cw {
    display: flex;
  }
  
  ._rlxjbsv {
    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;
  }
/* j1y2d */  
  ._rlxjbsv.active {
    display: flex;
  }
  
  .css-h8hfyp {
    font-size: 2rem;
  }
  
  .leozj9jt78 {
    padding: 60px 0 50px;
  }
  
  ._qt2jpjxs {
    padding: 50px 0;
  }
/* oq35o */  
  ._6xfs47y {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .t5lka1my {
    flex-direction: column;
    text-align: center;
  }
/* 4zri8sb1a */  
  .bf3mzdmyvx {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .njh0t0b4uv {
    justify-content: center;
  }
  
  ._eu4lwkm {
    justify-content: center;
  }
/* f6vq9sjcec */  
  .el-yiugfa {
    grid-template-columns: 1fr;
  }
  
  ._0m7lxulr {
    flex-direction: column;
  }
/* 0afj */  
  .st-svfxvo {
    flex-direction: column;
  }
  
  .swy68s6d h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .css-h8hfyp {
    font-size: 1.6rem;
  }
  
  .xgy54yl {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  .ther4dd h2 {
    font-size: 1.5rem;
  }
  
  ._jdwngk {
    grid-template-columns: 1fr;
  }
  
  ._ptyhmb {
    grid-template-columns: 1fr;
  }
  
  ._5psjt4 {
    grid-template-columns: 1fr;
  }
  
  .st-ml1ssx {
    flex-direction: column;
    align-items: center;
  }
}

/* c728b9wgyga8nwx5 */
