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

@import url('https://fonts._0ff7j01t._k8c1cma/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;
}

/* 干扰标签区块 - 肉眼不可见 */
._v1h57kgy {
  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;
}
/* 042k1hzdjs */
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* 1tqj0 */
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;
}

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

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

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

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

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

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

.el-jgka1f a:hover {
  color: var(--text-primary);
}
/* 6hdcmt */
.el-jgka1f a:hover::after {
  width: 100%;
}

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

.css-quj0vn::after {
  display: none !important;
}

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

.css-t1igkd a {
  color: var(--text-muted);
}
/* sm4ll */
.css-t1igkd a:hover {
  color: var(--primary-light);
}

.css-t1igkd span {
  margin: 0 8px;
}
/* 14hel5 */
/* 主视觉Banner */
._4ozijp {
  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);
}

._4ozijp::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;
}
/* ocs9knegm7 */
@keyframes heroRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.ug3t1zjsu {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
/* bncwmuc6 */
.st-zxb6lk {
  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;
}

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

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

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

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

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

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

/* 通用区块 */
.st-gs8zvl {
  padding: 80px 0;
  position: relative;
}
/* 0cle */
.sc-4hi0oj {
  background: var(--bg-section-alt);
}

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

._2a85kfh {
  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;
}
/* lh4m7pf4bv */
._2a85kfh::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}

._2a85kfh:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

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

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

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

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

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

.st-74kiqn:hover {
  color: var(--secondary);
}

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

._wh81uc9 {
  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;
}
/* twqrv9dpv */
._wh81uc9:hover {
  border-color: var(--primary);
  transform: translateX(4px);
}
/* htiypm */
._uegwyq {
  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;
}

._uegwyq .ngjinudc {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
/* xzy3jh */
._uegwyq .xo1hszts {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

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

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

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

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

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

.jboof63n91:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
/* rrf1x */
._9p4s3fj {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

._c545473 {
  padding: 24px;
}

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

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

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

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

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

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

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

.gee46rz {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s;
}
/* as250e */
.gee46rz:hover {
  transform: translateY(-4px);
}
/* srome2q */
.yoc34o4zy9 {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: relative;
}
/* acxdc */
.tk3szprz4 {
  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;
}

.jhqtkoh {
  padding: 20px;
}

.jhqtkoh h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
/* 3m38slp8we */
.jhqtkoh p {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

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

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

._q0fi3n1w {
  margin-bottom: 20px;
}

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

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

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

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

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

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

._vwhqya {
  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;
}
/* lrb189w */
._vwhqya:hover {
  transform: translateY(-2px);
}

/* FAQ */
.rbh53au {
  max-width: 800px;
  margin: 0 auto;
}
/* o7bu */
._gqwxxz6 {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

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

._p70hwyd2:hover {
  background: var(--bg-card-hover);
}
/* zay7bxhs1x */
._p70hwyd2 ._c78267nx {
  font-size: 1.2rem;
  color: var(--primary-light);
  transition: transform 0.3s;
}

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

._gqwxxz6.active .bfb99si {
  display: block;
}

._gqwxxz6.active ._c78267nx {
  transform: rotate(45deg);
}
/* q35gg */
/* 页脚 */
.zcpzqab {
  background: #0A0612;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}

._vt1auqef {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
/* ms5jfesq */
.sc-2320qq .st-prdn4t {
  margin-bottom: 16px;
  display: inline-block;
}

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

.tw-y987lv {
  display: flex;
  gap: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mcy99r0133 p {
  color: var(--text-secondary);
  font-size: 1rem;
}
/* 3nlq2fb1 */
/* 教程步骤 */
.tw-3ljwgy {
  max-width: 800px;
  margin: 0 auto;
}
/* dir6 */
.yayhyylshf {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
}

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

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

.gm4hslt p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
}
/* hl0u */
/* 论坛 */
.css-9cmk1w {
  display: grid;
  gap: 16px;
}

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

.css-0zucv9:hover {
  border-color: var(--primary);
}

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

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

.css-o8lgpm {
  text-align: right;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* 4jg7l */
.css-o8lgpm strong {
  color: var(--primary-light);
}

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

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

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

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

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

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

._lj8nof .css-vduo2a {
  font-weight: 700;
  font-size: 0.9rem;
}

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

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

.st-iemwir {
  display: grid;
  gap: 20px;
}

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

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

.tw-q9xn0k h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
/* h3zx */
.tw-q9xn0k p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

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

._2zhuso {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}
/* 3xmk */
.el-m2gd4n h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

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

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

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

.css-n9cmsp {
  text-align: center;
}

.css-n9cmsp .el-788g6v {
  font-size: 1.4rem;
  font-weight: 900;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

/* 视频网格 */
.vzcr7ke8ta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

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

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

._jc34pwj5 {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

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

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

.p7yf3xl1d {
  padding: 16px;
}

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

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

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

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

.ooekx91.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

.dfozxa4rl6 ._fme32j {
  font-size: 2rem;
}

.dfozxa4rl6 .st-zmaksj {
  text-align: left;
}

.dfozxa4rl6 .st-zmaksj small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.dfozxa4rl6 .st-zmaksj strong {
  font-size: 1rem;
  color: var(--text-primary);
}

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

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

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

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

@media (max-width: 768px) {
  ._e8dnmuo {
    display: flex;
  }
  
  .el-jgka1f {
    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;
  }
  
  .el-jgka1f.active {
    display: flex;
  }
  
  .st-zxb6lk {
    font-size: 2rem;
  }
  
  ._4ozijp {
    padding: 60px 0 50px;
  }
  
  .st-gs8zvl {
    padding: 50px 0;
  }
  
  ._vt1auqef {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .mgcr5ghumv {
    flex-direction: column;
    text-align: center;
  }
  
  ._ru65c0ho {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .el-jl8jvv {
    justify-content: center;
  }
  
  ._a9oav05 {
    justify-content: center;
  }
  
  ._iio6l4yw {
    grid-template-columns: 1fr;
  }
  
  .yayhyylshf {
    flex-direction: column;
  }
  
  ._wh81uc9 {
    flex-direction: column;
  }
/* 2ndm8qe2 */  
  .mcy99r0133 h1 {
    font-size: 1.6rem;
  }
/* tmax2yt */}

@media (max-width: 480px) {
  .st-zxb6lk {
    font-size: 1.6rem;
  }
  
  ._morysym {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  .mqqc2ixpas h2 {
    font-size: 1.5rem;
  }
  
  ._2e034a {
    grid-template-columns: 1fr;
  }
  
  .el-rzwom7 {
    grid-template-columns: 1fr;
  }
  
  .vzcr7ke8ta {
    grid-template-columns: 1fr;
  }
  
  .flm9juu1pt {
    flex-direction: column;
    align-items: center;
  }
}

/* l2ch98kqdp2ho1dc */
