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

/* 自定义字体 */
@import url('https://fonts._yql59be.xbqzehxwy/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;
}

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

a:hover {
  color: var(--secondary);
}

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

ul, ol {
  list-style: none;
}

/* 容器 */
.yn3g9cyues {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   导航栏 - 非sticky
   ============================================ */
.is0iwx5 {
  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;
}

.wll5zl1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
/* llj6 */
.b5crfo8s5 {
  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;
}

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

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

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

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

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

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

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

/* 移动端导航 */
@media (max-width: 768px) {
  .zjulvkfgq {
    display: flex;
  }
  ._vlx3rcs {
    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;
  }
  ._vlx3rcs.active {
    display: flex;
  }
}
/* kshpp */
/* ============================================
   面包屑导航
   ============================================ */
.al54yz0h {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.al54yz0h a {
  color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

.gzrsw444:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}
/* m8u0n */
.gzrsw444 input {
  flex: 1;
  padding: 16px 24px;
  background: transparent;
  border: none;
  color: var(--text-primary);
  font-size: 1rem;
  outline: none;
  font-family: var(--font-main);
}

.gzrsw444 input::placeholder {
  color: var(--text-muted);
}

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

.gzrsw444 button:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

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

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

._u9glv4z:hover {
  background: rgba(124, 58, 237, 0.3);
  transform: translateY(-2px);
}

/* ============================================
   通用区块标题
   ============================================ */
._7tnq8b {
  text-align: center;
  margin-bottom: 48px;
}

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

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

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

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

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

/* ============================================
   视频卡片网格
   ============================================ */
.sc-7le4jz {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.st-dihexo {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
  cursor: pointer;
}
/* 61ahb5nl */
.st-dihexo:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}
/* hgni */
._uljyr1h {
  position: relative;
  aspect-ratio: 16/9;
  background: var(--bg-section);
  overflow: hidden;
}

._uljyr1h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.st-dihexo:hover ._uljyr1h img {
  transform: scale(1.08);
}

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

.pddkye81u {
  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;
}
/* etrv3jhuxm */
.css-id1m3y {
  padding: 16px;
}
/* 3dwp2l */
.css-id1m3y 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;
}

._i1bp8th {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* cxkn4kq6 */
._i1bp8th .css-sol00x {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* 4vbk7 */
._i1bp8th .css-sol00x img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.el-rd0r1n {
  display: flex;
  gap: 12px;
  margin-top: 10px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* 83jpcd8 */
.el-rd0r1n span {
  display: flex;
  align-items: center;
  gap: 4px;
}

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

._sbti3kl {
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

._sbti3kl:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.uzg1ql6ue8 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--primary);
  padding: 2px;
}

.uzg1ql6ue8 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
/* q3q7 */
._sbti3kl h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.css-px9ewp {
  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;
}
/* vxg5ti3zm */
._sbti3kl p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

._e8obi6d {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* b4otsey */
._e8obi6d .css-n1jvnm {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
}

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

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

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

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

.meqqgdrmc .giti0p21v5 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.meqqgdrmc .st-co4plr {
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 4px;
}

.sc-3dtm3h {
  padding: 18px;
  flex: 1;
}
/* pv1tt5amnc */
.sc-3dtm3h h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 8px;
}
/* 41qm15w */
.sc-3dtm3h p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}

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

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

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

._b7cho8u:hover {
  border-color: var(--accent);
}
/* 6jzao */
.tw-lhzxfi {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

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

._gzi0jnss h4 {
  font-size: 0.95rem;
  font-weight: 600;
}
/* x0pbeu */
._gzi0jnss ._5iuir0i {
  font-size: 0.75rem;
  color: var(--secondary);
}

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

._b7cho8u p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ============================================
   FAQ手风琴
   ============================================ */
.c4nir7fio {
  max-width: 800px;
  margin: 0 auto;
}

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

.tw-kvorkw {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.tw-kvorkw:hover {
  background: var(--bg-card-hover);
}
/* tfsd32fa3f */
.tw-kvorkw::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--primary-light);
  transition: transform 0.3s ease;
}
/* eg3njgc533 */
._qku63o5.active .tw-kvorkw::after {
  content: '−';
}

.gdybaz4nq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

._qku63o5.active .gdybaz4nq {
  max-height: 500px;
  padding: 0 24px 18px;
}

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

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

.frtekoa {
  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);
}
/* vlvi */
.frtekoa:hover {
  background: var(--primary);
  transform: translate(-50%, -50%) scale(1.1);
}

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

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

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

.st-ehv425 h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.4;
}

.oq0wpn5v {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

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

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

.u35fs6endx {
  padding: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  margin-bottom: 24px;
}

.u35fs6endx p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
/* xsd5td */
.n622zh0b {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
/* zvm6hne4j */
.n622zh0b a {
  padding: 4px 12px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 14px;
  font-size: 0.8rem;
  color: var(--primary-light);
}

/* 侧边栏 */
.tw-fbeu1z {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* 6me4 */
._krvq90l {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  padding: 20px;
}
/* 9w1okod */
._krvq90l h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
/* 5aj8w3fte */
.a4lriy2g {
  text-align: center;
}

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

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

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

.wlz0d4ge:last-child {
  border-bottom: none;
}

.wlz0d4ge .sjc9mry {
  width: 120px;
  min-width: 120px;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-section);
}

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

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

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

/* ============================================
   创作者详情页
   ============================================ */
._ytzkoe {
  background: var(--gradient-hero);
  padding: 60px 0 40px;
  text-align: center;
}

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

._z5qvvjy9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
/* 6uw2ha1w6 */
._eucwd7x {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}

._eucwd7x ._b1vwd2c {
  text-align: center;
}

._eucwd7x ._vqafjy {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
}

._eucwd7x .p5m3cu1fl {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* mjn02d5xp */
/* ============================================
   本地专题页
   ============================================ */
._1wu7akpa {
  background: var(--gradient-hero);
  padding: 50px 0;
  text-align: center;
}

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

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

._58dh3si:hover, ._58dh3si.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

/* ============================================
   页脚
   ============================================ */
.j7hw53gi {
  background: var(--bg-section);
  border-top: 1px solid var(--border-color);
  padding: 60px 0 30px;
}

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

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

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

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

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

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

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

.yk1dndt9w a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
/* sxea2 */
.gmcv1yh h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-primary);
}

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

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

.gmcv1yh ul li a:hover {
  color: var(--primary-light);
}
/* vo7n */
.kdoh38l2y {
  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);
}

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

/* ============================================
   通用按钮
   ============================================ */
.sfitcnw09 {
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

._3od0wmb .p52nb6t {
  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;
}
/* xiqtk2 */
/* ============================================
   隐私政策页
   ============================================ */
._w2cagcr6 {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* cxdy7 */
._w2cagcr6 h1 {
  font-size: 2rem;
  margin-bottom: 24px;
}

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

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

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

._w2cagcr6 ul li {
  list-style: disc;
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
  line-height: 1.7;
}
/* junc */
/* ============================================
   地图占位
   ============================================ */
.nu32fogvn {
  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;
}

/* ============================================
   评分星级
   ============================================ */
.iubklq793e {
  color: var(--secondary);
  letter-spacing: 2px;
}

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

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

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

/* ============================================
   响应式
   ============================================ */
@media (max-width: 768px) {
  .vv3cquc2b {
    font-size: 2rem;
  }
  .wbebswn {
    padding: 50px 0 60px;
  }
  .ne18wr0n1r {
    padding: 40px 0;
  }
  ._7tnq8b h2 {
    font-size: 1.5rem;
  }
/* 8cew0l8k */  .sc-7le4jz {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
/* wsob */  .d0s391g0c {
    grid-template-columns: 1fr;
  }
  .wekbqfv {
    grid-template-columns: 1fr;
  }
/* 1pivj9r */  .gzrsw444 {
    flex-direction: column;
    border-radius: var(--radius-md);
  }
  .gzrsw444 button {
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
  .st-ljj2ow {
    grid-template-columns: 1fr;
  }
  .kdoh38l2y {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  .yn3g9cyues {
    padding: 0 16px;
  }
  .vv3cquc2b {
    font-size: 1.7rem;
  }
  .sc-7le4jz {
    grid-template-columns: 1fr;
  }
  .st-677a5z {
    grid-template-columns: 1fr;
  }
}

/* 打印样式 */
@media print {
  .is0iwx5, .j7hw53gi, ._e2s7gzb {
    display: none;
  }
  body {
    background: white;
    color: #333;
  }
}

/* pzukbw2yue86vva1 */
