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

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

/* 干扰标签区块 - 肉眼不可见 */
._rbfn8w5 {
  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;
}
/* 6dzd15i5bk */
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;
}

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

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

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

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

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

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

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

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

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

.tw-r1b6e1::after {
  display: none !important;
}

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

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

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

.st-nwnr48 a {
  color: var(--text-muted);
}
/* 2d0gw */
.st-nwnr48 a:hover {
  color: var(--primary-light);
}

.st-nwnr48 span {
  margin: 0 8px;
}

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

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

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

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

._fpkiec4g {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.8;
}
/* 58idwjv7es */
.d9br3to {
  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);
}

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

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

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

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

._bfs7vqls p {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}
/* zrbo7cs */
/* 通用区块 */
.nlnavwj {
  padding: 80px 0;
  position: relative;
}
/* 7q7x6daeal */
.ldwy6ksz {
  background: var(--bg-section-alt);
}
/* rdi7i7wq */
/* 服务卡片 */
.leu68bvr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

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

._81vbghh2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.3s;
}

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

._81vbghh2:hover::before {
  opacity: 1;
}
/* oec7uif */
.st-sar94l {
  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;
}

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

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

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

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

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

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

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

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

.aj83m8k .css-n732v4 {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

.aj83m8k .hu88gem6 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
}

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

.csx09yb p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}
/* a6ora7tys */
.tw-0z1dcz {
  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;
}

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

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

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

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

.kvrqb2j4q2 {
  padding: 24px;
}

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

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

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

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

.css-6019sd {
  font-size: 0.85rem;
  font-weight: 600;
}

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

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

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

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

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

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

.sc-mds2rt {
  padding: 20px;
}

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

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

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

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

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

.css-ngruhr {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bgpl5rbg.active ._urgxysko {
  display: block;
}

.bgpl5rbg.active .pgrh6554 {
  transform: rotate(45deg);
}

/* 页脚 */
.jsbirgd {
  background: #0A0612;
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}
/* 6shpqdkl */
.css-8xlo4u {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._1mrlx8 .sc-3dj126 {
  margin-bottom: 16px;
  display: inline-block;
}

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

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

.tw-vhwv8v 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-vhwv8v a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.css-miq26w h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--text-primary);
}
/* ryidicjs */
.css-miq26w ul li {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.st-thgor9 {
  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;
}
/* bj0ddxpjva */
.st-thgor9:hover {
  border-color: var(--primary);
}

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

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

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

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

/* 评价 */
._usr5i00b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
/* jmcf9zgfiu */
.sc-uqd2tf {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.sma22wc3i6 {
  color: var(--secondary);
  margin-bottom: 12px;
  font-size: 1.1rem;
}
/* 00sa */
._ukjid8dp {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
  font-style: italic;
}

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

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

.st-oy20c2 .urescbo7m {
  font-weight: 700;
  font-size: 0.9rem;
}

.st-oy20c2 ._ga2lvoj {
  font-size: 0.8rem;
  color: var(--text-muted);
}

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

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

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

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

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

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

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

.css-x18akt {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--gradient-primary);
  flex-shrink: 0;
}
/* avjxb8m4et */
.z5tkf67qt h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.e5uk9vrjen {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
/* weh235qqrj */
.el-7au90c {
  background: rgba(108, 60, 225, 0.2);
  color: var(--primary-light);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
}

._26bei4cy {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
/* g4mjui6y3p */
.s7ywrcvnx {
  text-align: center;
}

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

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

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

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

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

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

.j9txwma8 {
  padding: 16px;
}

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

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

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

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

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

.el-9uq714.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

.el-irdn9c .st-r5gzzs {
  font-size: 2rem;
}
/* d4zupg424 */
.el-irdn9c .tw-r3xsip {
  text-align: left;
}

.el-irdn9c .tw-r3xsip small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
}
/* opxq6sw */
.el-irdn9c .tw-r3xsip strong {
  font-size: 1rem;
  color: var(--text-primary);
}

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

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

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

/* 响应式 */
@media (max-width: 1024px) {
  .css-8xlo4u {
    grid-template-columns: 1fr 1fr;
  }
/* yptm971o */  
  ._9e3f7qvv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .j5gidl31l {
    display: flex;
  }
  
  ._3hyc5x3 {
    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;
  }
/* weeb9gml */  
  ._3hyc5x3.active {
    display: flex;
  }
  
  .tw-xhvebx {
    font-size: 2rem;
  }
  
  ._p7uwk4 {
    padding: 60px 0 50px;
  }
/* reoey9s5 */  
  .nlnavwj {
    padding: 50px 0;
  }
  
  .css-8xlo4u {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  ._t9cqeqbg {
    flex-direction: column;
    text-align: center;
  }
  
  .bmtyawky {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .e5uk9vrjen {
    justify-content: center;
  }
/* nyjfb0 */  
  ._26bei4cy {
    justify-content: center;
  }
/* av6s1mm */  
  .st-f47i1r {
    grid-template-columns: 1fr;
  }
  
  .css-dhl0s0 {
    flex-direction: column;
  }
  
  .sc-u6246u {
    flex-direction: column;
  }
  
  .sc-e3yl07 h1 {
    font-size: 1.6rem;
  }
/* 0iio */}

@media (max-width: 480px) {
  .tw-xhvebx {
    font-size: 1.6rem;
  }
  
  .d9br3to {
    padding: 14px 32px;
    font-size: 1rem;
  }
  
  ._bfs7vqls h2 {
    font-size: 1.5rem;
  }
  
  .leu68bvr {
    grid-template-columns: 1fr;
  }
  
  .tw-agf539 {
    grid-template-columns: 1fr;
  }
  
  ._z59azx {
    grid-template-columns: 1fr;
  }
  
  .a7mt2k7 {
    flex-direction: column;
    align-items: center;
  }
/* 306xdu585 */}

/* mmh9hxigstclrtzi */
