/* =============================================
   呦呦视频 - 主样式文件
   Brand: 呦呦视频 | Domain: tels3z.cn
   ============================================= */

/* ---- CSS变量 ---- */
:root {
  --primary: #7c3aed;
  --primary-dark: #5b21b6;
  --primary-light: #a78bfa;
  --accent: #f59e0b;
  --accent-dark: #d97706;
  --bg-dark: #0f0a1e;
  --bg-card: #1a1030;
  --bg-card2: #221645;
  --text-main: #e8e0f8;
  --text-muted: #9d8ec4;
  --text-white: #ffffff;
  --border: #3b2d6e;
  --gradient-hero: linear-gradient(135deg, #0f0a1e 0%, #1a0533 40%, #0d2b6e 100%);
  --gradient-card: linear-gradient(145deg, #1a1030, #221645);
  --gradient-accent: linear-gradient(90deg, #7c3aed, #f59e0b);
  --shadow-card: 0 8px 32px rgba(124,58,237,0.18);
  --shadow-hover: 0 16px 48px rgba(124,58,237,0.35);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

/* ---- 全局重置 ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'PingFang SC','Microsoft YaHei','Noto Sans SC',sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--primary-light); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; outline: none; }

/* ---- 滚动条 ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }

/* ---- 顶部公告栏 ---- */
.top-notice {
  background: var(--gradient-accent);
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.top-notice a { color: #fff; font-weight: 600; text-decoration: underline; }

/* ---- 导航栏 ---- */
.qeal3dx5 {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(15,10,30,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 20px;
}
.ivmss8l4 {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 20px;
}
.o5s4itpr {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: var(--text-white);
  white-space: nowrap;
}
.logo-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}
.o5s4itpr span { color: var(--accent); }
.qeuq5 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.qeuq5 a {
  color: var(--text-main);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
  white-space: nowrap;
}
.qeuq5 a:hover, .qeuq5 a.active {
  background: rgba(124,58,237,0.2);
  color: var(--primary-light);
}
.znhf08j { display: flex; align-items: center; gap: 10px; }
.w7cz5j {
  background: var(--gradient-accent);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}
.w7cz5j:hover { opacity: 0.85; transform: translateY(-1px); color: #fff; }
.ek2nvwd3 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 4px;
}
.ek2nvwd3 span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-main);
  border-radius: 2px;
  transition: var(--transition);
}

/* ---- 搜索框 ---- */
.sygszio7 {
  background: rgba(26,16,48,0.98);
  border-bottom: 1px solid var(--border);
  padding: 10px 20px;
}
.od9sdv {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.rb543v {
  flex: 1;
  display: flex;
  align-items: center;
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 0 16px;
  gap: 10px;
  transition: var(--transition);
}
.rb543v:focus-within { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(124,58,237,0.15); }
.rb543v svg { color: var(--text-muted); flex-shrink: 0; }
.rb543v input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--text-main);
  font-size: 14px;
  padding: 10px 0;
}
.rb543v input::placeholder { color: var(--text-muted); }
.tw3w32g {
  background: var(--primary);
  color: #fff;
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  white-space: nowrap;
}
.tw3w32g:hover { background: var(--primary-dark); transform: translateY(-1px); }
.r73zucr { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.hz2cci {
  background: rgba(124,58,237,0.15);
  color: var(--primary-light);
  border: 1px solid rgba(124,58,237,0.3);
  padding: 3px 12px;
  border-radius: 12px;
  font-size: 12px;
  cursor: pointer;
  transition: var(--transition);
}
.hz2cci:hover { background: rgba(124,58,237,0.3); }

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

/* ---- 区块通用 ---- */
.section { padding: 72px 0; }
.section-sm { padding: 48px 0; }
.mmvdjm95 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: var(--text-white);
  margin-bottom: 12px;
}
.mmvdjm95 span { color: var(--accent); }
.quna8ksi {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 600px;
}
.gkqjj { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.view-all {
  color: var(--primary-light);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.view-all:hover { color: var(--accent); }

/* ---- Hero区 ---- */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gradient-hero);
}
.z75tung {
  position: absolute;
  inset: 0;
  background-image: url('../images/hero_banner.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}
.nquuhs {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,10,30,0.95) 40%, rgba(15,10,30,0.4) 100%);
}
.fk28nih {
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.vszzwh6i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(124,58,237,0.25);
  border: 1px solid rgba(124,58,237,0.5);
  color: var(--primary-light);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  color: var(--text-white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero h1 span { color: var(--accent); }
.hero p {
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 32px;
  line-height: 1.8;
}
.c34ou { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--gradient-accent);
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(124,58,237,0.4); color: #fff; }
.btn-outline {
  background: transparent;
  color: var(--text-white);
  border: 2px solid var(--border);
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline:hover { border-color: var(--primary); color: var(--primary-light); }
.n2oq9 {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.dgo1jxoc { text-align: center; }
.dgo1jxoc .num {
  font-size: 28px;
  font-weight: 900;
  color: var(--accent);
  display: block;
}
.dgo1jxoc .label { font-size: 12px; color: var(--text-muted); }

/* ---- 视频卡片 ---- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}
.video-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary);
}
.video-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1030;
}
.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.video-card:hover .video-thumb img { transform: scale(1.06); }
.bs24a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: var(--transition);
}
.video-card:hover .bs24a { opacity: 1; }
.n6fyg {
  width: 56px;
  height: 56px;
  background: rgba(124,58,237,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: var(--transition);
}
.n6fyg:hover { transform: scale(1.1); background: var(--primary); }
.n6fyg svg { margin-left: 4px; }
.video-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.video-badge.hot { background: #ef4444; }
.video-badge.new { background: #10b981; }
.video-badge.ai { background: #f59e0b; color: #000; }
.video-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 4px;
}
.video-info { padding: 14px; }
.video-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-white);
  margin-bottom: 8px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--text-muted);
}
.video-meta span { display: flex; align-items: center; gap: 4px; }
.video-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.tag {
  background: rgba(124,58,237,0.15);
  color: var(--primary-light);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}

/* ---- 分类导航 ---- */
.category-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cat-tab {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
}
.cat-tab:hover, .cat-tab.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

/* ---- 专家卡片 ---- */
.h6syi {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.gaoal29 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.gaoal29:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
.expert-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 12px;
  border: 3px solid var(--primary);
}
.j5340tf { font-size: 16px; font-weight: 700; color: var(--text-white); margin-bottom: 4px; }
.expert-role { font-size: 12px; color: var(--primary-light); margin-bottom: 10px; }
.pdziwiey { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.expert-awards { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
.award-badge {
  background: rgba(245,158,11,0.15);
  color: var(--accent);
  border: 1px solid rgba(245,158,11,0.3);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
}
.expert-btns { display: flex; gap: 8px; justify-content: center; }
.btn-sm {
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  transition: var(--transition);
}
.btn-sm.primary { background: var(--primary); color: #fff; }
.btn-sm.outline { border: 1px solid var(--border); color: var(--text-muted); }
.btn-sm:hover { opacity: 0.85; transform: translateY(-1px); }

/* ---- 合作品牌 ---- */
.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.partner-item {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 28px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-muted);
  transition: var(--transition);
  min-width: 120px;
  text-align: center;
}
.partner-item:hover { border-color: var(--primary); color: var(--primary-light); transform: translateY(-2px); }

/* ---- 用户评价 ---- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.jnfrxxgw {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
}
.jnfrxxgw:hover { border-color: var(--primary); transform: translateY(-3px); }
.review-stars { color: var(--accent); font-size: 16px; margin-bottom: 10px; }
.review-text { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.qhpkd6f7 { display: flex; align-items: center; gap: 10px; }
.yhg5k0lb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.review-user-info .name { font-size: 14px; font-weight: 600; color: var(--text-white); }
.review-user-info .date { font-size: 12px; color: var(--text-muted); }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; }
.u2xyg1aa {
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}
.u2xyg1aa.open { border-color: var(--primary); }
.g0zsy4aw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  gap: 12px;
}
.g0zsy4aw:hover { color: var(--primary-light); }
.faq-icon {
  width: 22px;
  height: 22px;
  background: rgba(124,58,237,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--primary-light);
  font-size: 14px;
}
.u2xyg1aa.open .faq-icon { transform: rotate(45deg); background: var(--primary); color: #fff; }
.cu5lw1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 22px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
}
.u2xyg1aa.open .cu5lw1 { max-height: 300px; padding: 0 22px 18px; }

/* ---- 联系区块 ---- */
.ixhlwv {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.contact-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  text-align: center;
  transition: var(--transition);
}
.contact-card:hover { border-color: var(--primary); transform: translateY(-3px); }
.wc5d4kx3 {
  width: 56px;
  height: 56px;
  background: rgba(124,58,237,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 24px;
}
.contact-card h4 { font-size: 16px; font-weight: 700; color: var(--text-white); margin-bottom: 8px; }
.contact-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.contact-card a { color: var(--primary-light); }

/* ---- 二维码 ---- */
.qr-grid { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.qr-item { text-align: center; }
.qr-box {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 12px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 3px solid var(--primary);
}
.qr-box img { width: 100%; height: 100%; }
.qr-label { font-size: 13px; color: var(--text-muted); }

/* ---- 社交分享 ---- */
.share-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.share-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  color: #fff;
}
.share-btn:hover { transform: translateY(-2px); opacity: 0.9; color: #fff; }
.share-wechat { background: #07c160; }
.share-weibo { background: #e6162d; }
.share-douyin { background: #000; border: 1px solid #333; }
.share-bilibili { background: #00a1d6; }

/* ---- AI功能区 ---- */
.ai-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.ilexlzp4 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: center;
  transition: var(--transition);
}
.ilexlzp4:hover { border-color: var(--accent); transform: translateY(-3px); }
.ai-card-icon { font-size: 36px; margin-bottom: 12px; }
.ilexlzp4 h4 { font-size: 15px; font-weight: 700; color: var(--text-white); margin-bottom: 8px; }
.ilexlzp4 p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ---- 社区功能 ---- */
.community-features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.comm-card {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 16px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
}
.comm-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--shadow-card); }
.comm-icon { font-size: 32px; margin-bottom: 10px; }
.comm-card h4 { font-size: 14px; font-weight: 700; color: var(--text-white); margin-bottom: 6px; }
.comm-card p { font-size: 12px; color: var(--text-muted); }

/* ---- 统计数字 ---- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px;
  background: var(--bg-card2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
}
.stat-item { text-align: center; }
.stat-num {
  font-size: 32px;
  font-weight: 900;
  color: var(--accent);
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label { font-size: 13px; color: var(--text-muted); }

/* ---- 面包屑 ---- */
.xoartqfy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  padding: 16px 0;
}
.xoartqfy a { color: var(--text-muted); }
.xoartqfy a:hover { color: var(--primary-light); }
.xoartqfy .sep { color: var(--border); }
.xoartqfy .current { color: var(--text-white); }

/* ---- 页脚 ---- */
.footer {
  background: rgba(10,6,20,0.98);
  border-top: 1px solid var(--border);
  padding: 60px 20px 0;
}
.agjra9ix {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.tgx2ro6 .o5s4itpr { font-size: 20px; margin-bottom: 14px; }
.tgx2ro6 p { font-size: 13px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.footer-col h5 { font-size: 14px; font-weight: 700; color: var(--text-white); margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: var(--text-muted); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--primary-light); }
.g3pwgyda {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--text-muted);
}
.g3pwgyda a { color: var(--text-muted); }
.g3pwgyda a:hover { color: var(--primary-light); }

/* ---- 移动端菜单 ---- */
.zjysc2b {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15,10,30,0.98);
  z-index: 2000;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}
.zjysc2b.open { display: flex; }
.mcjjp { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.dfz96ag { background: none; color: var(--text-main); font-size: 24px; }
.z0dg2yef { display: flex; flex-direction: column; gap: 4px; }
.z0dg2yef a {
  color: var(--text-main);
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px;
  border-radius: 8px;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.z0dg2yef a:hover { background: rgba(124,58,237,0.15); color: var(--primary-light); }

/* ---- 直播标记 ---- */
.xrsbs2vj {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}
.live-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ---- 加载动画 ---- */
.skeleton {
  background: linear-gradient(90deg, var(--bg-card2) 25%, rgba(124,58,237,0.08) 50%, var(--bg-card2) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .agjra9ix { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .qeuq5, .znhf08j { display: none; }
  .ek2nvwd3 { display: flex; }
  .hero { min-height: 420px; }
  .hero h1 { font-size: 28px; }
  .agjra9ix { grid-template-columns: 1fr 1fr; gap: 24px; }
  .section { padding: 48px 0; }
  .video-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
  .h6syi { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
  .reviews-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .agjra9ix { grid-template-columns: 1fr; }
  .n2oq9 { gap: 20px; }
  .c34ou { flex-direction: column; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- 懒加载占位 ---- */
img[data-src] { opacity: 0; transition: opacity 0.4s; }
img.loaded { opacity: 1; }

/* ---- 工具提示 ---- */
.tooltip { position: relative; }
.tooltip::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.tooltip:hover::after { opacity: 1; }

/* ---- 内页Banner ---- */
.page-banner {
  background: var(--gradient-hero);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(124,58,237,0.2) 0%, transparent 70%);
}
.page-banner-inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.page-banner h1 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; color: var(--text-white); margin-bottom: 10px; }
.page-banner p { font-size: 15px; color: var(--text-muted); max-width: 600px; }

/* ---- 分页 ---- */
.q8bjsm { display: flex; gap: 8px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.page-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--bg-card2);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  cursor: pointer;
}
.page-btn:hover, .page-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }

/* ---- 弹幕效果 ---- */
.dbx9xsg {
  position: relative;
  overflow: hidden;
  height: 36px;
  background: rgba(0,0,0,0.3);
  border-radius: 4px;
}
.danmaku-item {
  position: absolute;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  animation: danmaku-move linear infinite;
}
@keyframes danmaku-move {
  from { right: -100%; }
  to { right: 110%; }
}

/* ---- Logo图片 ---- */
.h3898f {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

/* ---- 弹幕容器 ---- */
.danmaku-bar {
  background: rgba(0,0,0,0.4);
  border-bottom: 1px solid var(--border);
  padding: 4px 20px;
}

/* ---- 影视传媒卡片 ---- */
.cuyvzq {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.t0hag {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.t0hag::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-color, var(--primary));
}
.t0hag:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: var(--card-color, var(--primary));
}
.media-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.media-icon { font-size: 32px; }
.media-count {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  background: rgba(245,158,11,0.12);
  padding: 3px 10px;
  border-radius: 12px;
}
.t0hag h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-white);
  margin-bottom: 8px;
}
.t0hag p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 12px;
}

/* ---- 娱乐专区 ---- */
.y7wew {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hkqh2v9 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: var(--transition);
}
.hkqh2v9:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); }
.ent-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.ent-icon { font-size: 36px; flex-shrink: 0; }
.ent-card-header h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--text-white);
  line-height: 1.3;
}
.hkqh2v9 > p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.ent-more {
  display: inline-block;
  font-size: 13px;
  color: var(--primary-light);
  font-weight: 600;
  margin-top: 12px;
}
.ent-more:hover { color: var(--accent); }

/* 短动漫视频行 */
.ent-video-row {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}
.ent-mini-card { flex: 1; cursor: pointer; }
.ent-mini-thumb {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-card2);
}
.ent-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.ent-mini-card:hover .ent-mini-thumb img { transform: scale(1.06); }
.ent-mini-card:hover .bs24a { opacity: 1; }

/* cosplay图片行 */
.ent-img-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.ent-img-item {
  flex: 1;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-card2);
}
.ent-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.ent-img-item:hover img { transform: scale(1.08); }

/* 二次元标签云 */
.ent-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.ent-tag {
  background: rgba(124,58,237,0.15);
  color: var(--primary-light);
  border: 1px solid rgba(124,58,237,0.3);
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 12px;
  cursor: pointer;
  transition: var(--transition);
}
.ent-tag:hover { background: rgba(124,58,237,0.35); color: #fff; }

/* 社区美图网格 */
.ent-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 8px;
}
.ent-gallery-item {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-card2);
}
.ent-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.ent-gallery-item:hover img { transform: scale(1.1); }

/* ---- 专家类型标签 ---- */
.expert-type-badge {
  display: inline-block;
  background: rgba(124,58,237,0.2);
  color: var(--primary-light);
  border: 1px solid rgba(124,58,237,0.4);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 12px;
}

/* ---- 步骤卡片 ---- */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.oto4wv9 {
  background: var(--gradient-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}
.oto4wv9:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-card); }
.khfpywa {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon { font-size: 36px; margin: 10px 0 12px; }
.oto4wv9 h3 { font-size: 15px; font-weight: 700; color: var(--text-white); margin-bottom: 8px; }
.oto4wv9 p { font-size: 13px; color: var(--text-muted); line-height: 1.7; }

/* ---- AI卡片链接 ---- */
.ai-card-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
}
.ai-card-link:hover { color: var(--primary-light); }

/* ---- 底部Logo栏 ---- */
.footer-logo-bar {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 40px;
}
.isa1zs {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-white);
}
.athlp {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid var(--primary);
}
.c6z615 {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-white);
}
.oaudm {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.klsrfqdf {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.klsrfqdf span {
  font-size: 13px;
  color: var(--text-muted);
}
.klsrfqdf strong { color: var(--accent); }

/* ---- 友情链接栏 ---- */
.footer-links-bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  border-top: 1px solid var(--border);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.footer-links-bar a {
  font-size: 12px;
  color: var(--text-muted);
  transition: var(--transition);
}
.footer-links-bar a:hover { color: var(--primary-light); }

/* ---- 统计区背景 ---- */
.stats-section {
  background: rgba(124,58,237,0.05);
  border-top: 1px solid rgba(124,58,237,0.15);
  border-bottom: 1px solid rgba(124,58,237,0.15);
}

/* ---- 响应式补充 ---- */
@media (max-width: 768px) {
  .y7wew { grid-template-columns: 1fr; }
  .cuyvzq { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-logo-bar { flex-direction: column; align-items: flex-start; }
  .klsrfqdf { gap: 12px; }
  .ent-video-row { gap: 6px; }
}
@media (max-width: 480px) {
  .y7wew { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .cuyvzq { grid-template-columns: 1fr; }
  .footer-links-bar { display: none; }
  .h6syi { grid-template-columns: repeat(2, 1fr); }
}
