/* klr4avwu7k5g | v6.1 */
/* ============================================
   本地化短视频分享平台 - 主样式表
   独特配色：渐变紫橙 + 深色主题
   ============================================ */

/* 自定义字体 */
@import url('https://fonts._2hm9p1om.tw-6wq90d/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=ZCOOL+KuaiLe&display=swap');

/* CSS变量 */
:root {
  --primary: #7c3aed;
  --primary-light: #a78bfa;
  --primary-dark: #5b21b6;
  --secondary: #f97316;
  --secondary-light: #fdba74;
  --accent: #06b6d4;
  --accent-dark: #0891b2;
  --bg-dark: #0f0b1a;
  --bg-card: #1a1528;
  --bg-card-hover: #241e35;
  --bg-section: #130f20;
  --text-primary: #f1f0f5;
  --text-secondary: #a8a3b5;
  --text-muted: #6b6580;
  --border-color: #2d2640;
  --gradient-main: linear-gradient(135deg, #7c3aed 0%, #f97316 100%);
  --gradient-card: linear-gradient(145deg, #1a1528 0%, #0f0b1a 100%);
  --gradient-hero: linear-gradient(160deg, #1a0533 0%, #0f0b1a 40%, #1a0a0a 100%);
  --shadow-sm: 0 2px 8px rgba(124, 58, 237, 0.1);
  --shadow-md: 0 4px 20px rgba(124, 58, 237, 0.15);
  --shadow-lg: 0 8px 40px rgba(124, 58, 237, 0.2);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --font-main: 'Noto Sans SC', sans-serif;
  --font-display: 'ZCOOL KuaiLe', cursive;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 全局重置 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 干扰标签区块 - 肉眼不可见 */
._v7bkye {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  z-index: -9999;
}

/* 链接样式 */
a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}
/* fvuvob254 */
a:hover {
  color: var(--secondary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* 07h80gabzx */
ul, ol {
  list-style: none;
}

/* 容器 */
._984yc4h {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 6qqom */
/* ============================================
   导航栏 - 非sticky
   ============================================ */
.css-49sjs9 {
  background: rgba(15, 11, 26, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
  z-index: 100;
  position: relative;
}

.narpidn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* xk5zcz8 */
._88w5d3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
/* g66mi */
.el-179f4e {
  display: flex;
  gap: 28px;
  align-items: center;
}

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

.el-179f4e a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-main);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.el-179f4e a:hover {
  color: var(--text-primary);
}

.el-179f4e a:hover::after {
  width: 100%;
}

.nkwnpxh4no {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 5px;
  background: none;
  border: none;
}

.nkwnpxh4no span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}

/* 移动端导航 */
@media (max-width: 768px) {
  .nkwnpxh4no {
    display: flex;
  }
  .el-179f4e {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-card);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    border-bottom: 1px solid var(--border-color);
    z-index: 999;
  }
  .el-179f4e.active {
    display: flex;
  }
}

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

.fqzub907dg a {
  color: var(--text-secondary);
}
/* 5v9yrpf */
.fqzub907dg a:hover {
  color: var(--primary-light);
}

.fqzub907dg span {
  margin: 0 8px;
  color: var(--text-muted);
}

/* ============================================
   主屏Banner / Hero区域
   ============================================ */
.tw-iqvqyd {
  background: var(--gradient-hero);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.tw-iqvqyd::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-glow 6s ease-in-out infinite;
}

.tw-iqvqyd::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse-glow 8s ease-in-out infinite reverse;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.2); opacity: 1; }
}

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

._w32ca7 {
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 20px;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.sc-t6gw3x {
  display: flex;
  max-width: 600px;
  margin: 0 auto 30px;
  background: var(--bg-card);
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.sc-t6gw3x:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}

.sc-t6gw3x input {
  flex: 1;
  padding: 16px 24px;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 1rem;
  outline: none;
  font-family: var(--font-main);
}

.sc-t6gw3x input::placeholder {
  color: var(--text-muted);
}
/* 49rh */
.sc-t6gw3x button {
  padding: 16px 32px;
  background: var(--gradient-main);
  border: none;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-main);
}

.sc-t6gw3x button:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

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

._bmvn5r {
  padding: 6px 16px;
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--primary-light);
  transition: var(--transition);
  cursor: pointer;
}

._bmvn5r:hover {
  background: rgba(124, 58, 237, 0.3);
  transform: translateY(-2px);
}
/* 01y1tq */
/* ============================================
   通用区块标题
   ============================================ */
.tw-ei03vn {
  text-align: center;
  margin-bottom: 48px;
}

.tw-ei03vn h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.tw-ei03vn h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--gradient-main);
  margin: 12px auto 0;
  border-radius: 2px;
}

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

/* ============================================
   内容区块
   ============================================ */
._a1we5se {
  padding: 70px 0;
}

._a1we5se:nth-child(even) {
  background: var(--bg-section);
}

/* ============================================
   视频卡片网格
   ============================================ */
._h9rd5kn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* 4qh16t7rn */
.ppfwsc73 {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
  cursor: pointer;
}

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

.ylo75lz {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--bg-section);
  overflow: hidden;
}
/* ckv2ec */
.ylo75lz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ppfwsc73:hover .ylo75lz img {
  transform: scale(1.08);
}

.sc-u7tysv {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
}

.xnlvwpu {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(124, 58, 237, 0.85);
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.xcb1nywx {
  padding: 16px;
}

.xcb1nywx h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-svlp4f {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.sc-svlp4f ._b6yx7xz {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sc-svlp4f ._b6yx7xz img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

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

.sc-oxsme2 span {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ============================================
   创作者卡片
   ============================================ */
._zwx45s {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}

.css-hrsw5i {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}
/* 1y68x99fx8 */
.css-hrsw5i:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.el-9b5brr {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--primary);
  padding: 2px;
}
/* tyk4fd */
.el-9b5brr img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.css-hrsw5i h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.y5p59hgs9 {
  display: inline-block;
  padding: 3px 12px;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 12px;
  font-size: 0.75rem;
  color: var(--primary-light);
  margin-bottom: 10px;
}

.css-hrsw5i p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.sl9e3whv {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.sl9e3whv ._yh2o2or1 {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
}

/* ============================================
   活动版块
   ============================================ */
._brni7pda {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

._n9303f {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  display: flex;
  transition: var(--transition);
}

._n9303f:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--secondary);
}

.fe9xsaw5 {
  background: var(--gradient-main);
  padding: 20px 16px;
  text-align: center;
  min-width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fe9xsaw5 .rh9ebakv {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
/* 1ktf79o */
.fe9xsaw5 .b090jxpisl {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 4px;
}
/* s45yuai */
._kdsxwp {
  padding: 18px;
  flex: 1;
}

._kdsxwp h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}
/* gc5h1yicbq */
._kdsxwp p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

.jqsyl9q {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.3);
  border-radius: 10px;
  font-size: 0.75rem;
  color: var(--secondary-light);
}

/* ============================================
   评论区
   ============================================ */
._nwt2lu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.css-xfm2zj {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.css-xfm2zj:hover {
  border-color: var(--accent);
}

.st-ems8oq {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.st-ems8oq img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

._8c9pupb h4 {
  font-size: 0.95rem;
  font-weight: 600;
}

._8c9pupb .ycg0zaeu {
  font-size: 0.75rem;
  color: var(--secondary);
}

.css-ba7qtj {
  color: var(--secondary);
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.css-xfm2zj p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* va66 */
/* ============================================
   FAQ手风琴
   ============================================ */
.el-ma4h1k {
  max-width: 800px;
  margin: 0 auto;
}

.uf8xbd0kd {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
/* qa0tt1it */
.css-7k44x7 {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
/* l1ey */
.css-7k44x7:hover {
  background: var(--bg-card-hover);
}

.css-7k44x7::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--primary-light);
  transition: transform 0.3s ease;
}

.uf8xbd0kd.active .css-7k44x7::after {
  content: '−';
}

.el-eii7qq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
/* orve */
.uf8xbd0kd.active .el-eii7qq {
  max-height: 500px;
  padding: 0 24px 18px;
}

.el-eii7qq p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ============================================
   视频播放页
   ============================================ */
.eioqn3yr {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 24px;
}

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

.el-22pp5p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background: rgba(124, 58, 237, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.el-22pp5p:hover {
  background: var(--primary);
  transform: translate(-50%, -50%) scale(1.1);
}

.el-22pp5p::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent white;
  margin-left: 4px;
}

.z5hny1i {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

@media (max-width: 900px) {
  .z5hny1i {
    grid-template-columns: 1fr;
  }
}

.ox6rkplrn h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}
/* bpg4jtgacb */
.eniqip8 {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.r9ua9bs4 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  color: var(--text-secondary);
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.r9ua9bs4:hover {
  border-color: var(--primary);
  color: var(--primary-light);
}
/* isktzn9 */
._w1duvv {
  padding: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
}

._w1duvv p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
/* xmu19kx8l */
.sc-llzjpq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.sc-llzjpq a {
  padding: 4px 12px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 14px;
  font-size: 0.8rem;
  color: var(--primary-light);
}
/* 3kyny */
/* 侧边栏 */
.qt2la7w {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.css-zgdwb1 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 20px;
}

.css-zgdwb1 h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.el-fipqb8 {
  text-align: center;
}

.el-fipqb8 ._ue1rv0 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 12px;
  border: 3px solid var(--primary);
  overflow: hidden;
}

.el-fipqb8 ._ue1rv0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.nk90k8qyy {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}

.nk90k8qyy:last-child {
  border-bottom: none;
}
/* 91gp */
.nk90k8qyy .m4do3yjo {
  width: 120px;
  min-width: 120px;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-section);
}

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

.nk90k8qyy .dcy2lnjj2c h4 {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nk90k8qyy .dcy2lnjj2c span {
  font-size: 0.75rem;
  color: var(--text-muted);
}
/* 4txjl */
/* ============================================
   创作者详情页
   ============================================ */
._3mmueveq {
  background: var(--gradient-hero);
  padding: 60px 0 40px;
  text-align: center;
}

.wi2lhfg {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 4px solid var(--primary);
  overflow: hidden;
}

.wi2lhfg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.css-hz1ps0 {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

.css-hz1ps0 .st-pbwksu {
  text-align: center;
}

.css-hz1ps0 .y9lku32jyx {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
}

.css-hz1ps0 .tw-nld78i {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ============================================
   本地专题页
   ============================================ */
.st-ua2may {
  background: var(--gradient-hero);
  padding: 50px 0;
  text-align: center;
}

._mnog2pu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.st-pm32g5 {
  padding: 8px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition);
}

.st-pm32g5:hover, .st-pm32g5.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
/* uvkdq */
/* ============================================
   页脚
   ============================================ */
.st-qbq2f9 {
  background: var(--bg-section);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}

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

@media (max-width: 768px) {
  ._zz5ksac {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  ._zz5ksac {
    grid-template-columns: 1fr;
  }
}

._0om3eb6 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
  display: inline-block;
}

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

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

.d5b8yer a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  font-size: 0.85rem;
  transition: var(--transition);
}

.d5b8yer a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

.sc-byksv6 h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-primary);
}

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

.sc-byksv6 ul li a {
  font-size: 0.85rem;
  color: var(--text-secondary);
}

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

.tw-mx5dmz {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.tw-mx5dmz ._ass8w1r {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border: 1px solid var(--secondary);
  border-radius: 4px;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.85rem;
}

/* ============================================
   通用按钮
   ============================================ */
.ldgxvw2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: var(--gradient-main);
  border: none;
  border-radius: var(--radius-xl);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  font-family: var(--font-main);
}

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

.ztlp8xz2f {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: var(--radius-xl);
  color: var(--primary-light);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}

.ztlp8xz2f:hover {
  background: var(--primary);
  color: white;
}

/* ============================================
   动画
   ============================================ */
._9ku8tj2d {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* sb7b3lbk16 */
._9ku8tj2d.visible {
  opacity: 1;
  transform: translateY(0);
}

.sc-ybiyuf {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sc-ybiyuf.visible {
  opacity: 1;
  transform: translateX(0);
}

.bvg5ak8s3 {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ============================================
   下载页
   ============================================ */
.sc-qm9how {
  background: var(--gradient-hero);
  padding: 80px 0;
  text-align: center;
}

.l20n4m468 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.st-7yeul2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 50px;
}

._rzmf6fd5 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
  border: 1px solid var(--border-color);
}

._rzmf6fd5 ._0rixhp4z {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(124, 58, 237, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.5rem;
}

/* ============================================
   隐私政策页
   ============================================ */
.sc-dwfp73 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sc-dwfp73 h1 {
  font-size: 2rem;
  margin-bottom: 24px;
}

.sc-dwfp73 h2 {
  font-size: 1.4rem;
  margin-top: 36px;
  margin-bottom: 16px;
  color: var(--primary-light);
}

.sc-dwfp73 p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 16px;
}

.sc-dwfp73 ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.sc-dwfp73 ul li {
  list-style: disc;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
  line-height: 1.7;
}
/* 99y6pf8r */
/* ============================================
   地图占位
   ============================================ */
._4p8or6ur {
  width: 100%;
  height: 200px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: 16px 0;
}
/* 8etyit1p */
/* ============================================
   评分星级
   ============================================ */
.jctvf62ik {
  color: var(--secondary);
  letter-spacing: 2px;
}

/* ============================================
   标签云
   ============================================ */
.ncj9ddizwo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ncj9ddizwo a {
  padding: 5px 14px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  transition: var(--transition);
}

.ncj9ddizwo a:hover {
  border-color: var(--primary);
  color: var(--primary-light);
  background: rgba(124, 58, 237, 0.1);
}

/* ============================================
   响应式
   ============================================ */
@media (max-width: 768px) {
  ._w32ca7 {
    font-size: 2rem;
  }
  .tw-iqvqyd {
    padding: 50px 0 60px;
  }
  ._a1we5se {
    padding: 40px 0;
  }
  .tw-ei03vn h2 {
    font-size: 1.5rem;
  }
  ._h9rd5kn {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
  ._brni7pda {
    grid-template-columns: 1fr;
  }
/* vxuxf */  ._nwt2lu {
    grid-template-columns: 1fr;
  }
  .sc-t6gw3x {
    flex-direction: column;
    border-radius: var(--radius-md);
  }
  .sc-t6gw3x button {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
/* he0e2ga3 */  ._zz5ksac {
    grid-template-columns: 1fr;
  }
  .tw-mx5dmz {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  ._984yc4h {
    padding: 0 16px;
  }
  ._w32ca7 {
    font-size: 1.7rem;
  }
  ._h9rd5kn {
    grid-template-columns: 1fr;
  }
  ._zwx45s {
    grid-template-columns: 1fr;
  }
}

/* 打印样式 */
@media print {
  .css-49sjs9, .st-qbq2f9, ._v7bkye {
    display: none;
  }
/* 0oqxirp */  body {
    background: white;
    color: #333;
  }
}

/* h6violgkd8gowno1 */
