/* ============================================
   同人动漫 - 原创样式表
   品牌：同人动漫 | 域名：171396.cn
   定位：国内影视传媒公司 + 动漫社区
   ============================================ */

/* === 基础重置与变量 === */
:root {
  --primary-dark: #1A0A2E;
  --accent-orange: #FF6B35;
  --accent-gold: #FFD700;
  --bg-deep: #0D0D1A;
  --card-bg: #1E1E3A;
  --card-hover: #2A2A50;
  --text-main: #E8E8F0;
  --text-sub: #A0A0C0;
  --text-dim: #6B6B8D;
  --border-subtle: #2E2E52;
  --gradient-warm: linear-gradient(135deg, #FF6B35, #FFD700);
  --gradient-hero: linear-gradient(160deg, #1A0A2E 0%, #0D0D1A 40%, #1E0E3E 100%);
  --gradient-card: linear-gradient(180deg, #1E1E3A, #151530);
  --shadow-gold: 0 4px 24px rgba(255, 215, 0, 0.15);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1280px;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  background: var(--bg-deep);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--accent-gold);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-orange);
}

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

ul, ol {
  list-style: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* === 头部导航 === */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 26, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-subtle);
  transition: var(--transition);
}

.gxncxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.wyngwt {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.z7n5i {
  height: 42px;
  width: auto;
}

.h3n2s {
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

.pjfwgrs {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pjfwgrs a {
  color: var(--text-sub);
  font-size: 0.95rem;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.pjfwgrs a:hover,
.pjfwgrs a.active {
  color: var(--accent-gold);
  background: rgba(255, 215, 0, 0.08);
}

.way7bnjt {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

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

/* === 搜索栏 === */
.to9lzo {
  background: var(--primary-dark);
  padding: 14px 0;
  margin-top: 68px;
  border-bottom: 1px solid var(--border-subtle);
}

.f3maleho {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 40px;
  overflow: hidden;
  transition: var(--transition);
}

.f3maleho:focus-within {
  border-color: var(--accent-gold);
  box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.12);
}

.f3maleho input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text-main);
  font-size: 0.95rem;
  padding: 12px 20px;
}

.f3maleho input::placeholder {
  color: var(--text-dim);
}

.f3maleho button {
  background: var(--gradient-warm);
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 12px 28px;
  cursor: pointer;
  transition: var(--transition);
}

.f3maleho button:hover {
  opacity: 0.9;
}

/* === Hero Banner === */
.sm0x0hr {
  position: relative;
  background: var(--gradient-hero);
  overflow: hidden;
  padding: 80px 0 60px;
}

.n1x2796f {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.n1x2796f img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.q9cyaht4 {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.mkerhzmb {
  flex: 1;
}

.mkerhzmb h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 16px;
}

.mkerhzmb h1 .gadoa4l {
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mkerhzmb .oy2amtl4 {
  font-size: 1.1rem;
  color: var(--text-sub);
  margin-bottom: 28px;
  max-width: 520px;
}

.mkerhzmb .fxyx2h {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.mkerhzmb .fxyx2h span {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.25);
  color: var(--accent-gold);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
}

.yg3ro991 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-warm);
  color: #fff;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 40px;
  font-size: 1rem;
  box-shadow: var(--shadow-gold);
  transition: var(--transition);
}

.yg3ro991:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(255, 215, 0, 0.3);
  color: #fff;
}

.ic7dz0cl {
  flex: 0 0 380px;
}

.ic7dz0cl img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

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

.fxavmj a {
  color: var(--text-sub);
}

.fxavmj span {
  margin: 0 6px;
}

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

.e5azxu h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.e5azxu h2 .es39lyh {
  color: var(--accent-gold);
}

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

/* === 动漫视频卡片网格 === */
.rv4sa1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.video-card {
  position: relative;
  background: var(--gradient-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
  cursor: pointer;
}

.video-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-gold);
}

.video-card .mdwz8 {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}

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

.video-card:hover .mdwz8 img {
  transform: scale(1.08);
}

.video-card .ffdn5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  background: rgba(255, 107, 53, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(255, 107, 53, 0.4);
}

.video-card:hover .ffdn5 {
  transform: translate(-50%, -50%) scale(1);
}

.video-card .ffdn5::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

.video-card .rri0dg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  display: flex;
  gap: 12px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.85);
}

.video-card .rri0dg span {
  display: flex;
  align-items: center;
  gap: 3px;
}

.video-card .adj2pdb {
  padding: 14px;
}

.video-card .adj2pdb h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-card .adj2pdb .pljpdkz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-dim);
}

.video-card .adj2pdb .bgtohl1 {
  background: rgba(255, 215, 0, 0.1);
  color: var(--accent-gold);
  padding: 2px 10px;
  border-radius: 10px;
  font-size: 0.75rem;
}

/* === 模块区块 === */
.h9qu6bv0 {
  padding: 72px 0;
}

.h9qu6bv0:nth-child(even) {
  background: var(--primary-dark);
}

/* === 影视传媒模块 === */
.me927zs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.k1uni8wt {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}

.k1uni8wt:hover {
  border-color: var(--accent-orange);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.15);
}

.k1uni8wt .bi0me {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  background: var(--gradient-warm);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.k1uni8wt h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.k1uni8wt p {
  font-size: 0.9rem;
  color: var(--text-sub);
}

/* === AI赋能模块 === */
.heloyv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.heloyv .og3xzaz img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.heloyv .hgdizeh h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.heloyv .hgdizeh p {
  color: var(--text-sub);
  margin-bottom: 12px;
}

.f99rh6c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.f99rh6c .bwc9x {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 215, 0, 0.05);
  border-radius: var(--radius-sm);
  border-left: 3px solid var(--accent-gold);
}

.f99rh6c .bwc9x .dz4r2a {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--gradient-warm);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.f99rh6c .bwc9x h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.f99rh6c .bwc9x p {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin: 0;
}

/* === 专家团队 === */
.xsgms29 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.e2mz0klr {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-align: center;
  transition: var(--transition);
}

.e2mz0klr:hover {
  border-color: var(--accent-gold);
  box-shadow: var(--shadow-gold);
}

.e2mz0klr .ox5104mz {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

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

.e2mz0klr:hover .ox5104mz img {
  transform: scale(1.05);
}

.e2mz0klr .n94a5el {
  padding: 20px;
}

.e2mz0klr .n94a5el h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.e2mz0klr .n94a5el .sic5fs {
  color: var(--accent-gold);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.e2mz0klr .n94a5el p {
  font-size: 0.85rem;
  color: var(--text-sub);
  margin-bottom: 14px;
}

.e2mz0klr .sooc1n {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.e2mz0klr .sooc1n a {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  transition: var(--transition);
}

.ui9bpraw {
  background: var(--gradient-warm);
  color: #fff !important;
}

.lzzvhm8 {
  border: 1px solid var(--accent-gold);
  color: var(--accent-gold);
}

.lzzvhm8:hover {
  background: var(--accent-gold);
  color: var(--bg-deep) !important;
}

/* === 社区功能 === */
.ulqrs26j {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

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

.knqehw:hover {
  border-color: var(--accent-orange);
  transform: translateY(-4px);
}

.knqehw .xz3e1 {
  font-size: 2.2rem;
  margin-bottom: 14px;
}

.knqehw h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

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

/* === 合作品牌 === */
.wfssoe6v img {
  width: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

/* === 用户评论 === */
.ms2r26 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

.xggaq:hover {
  border-color: var(--accent-gold);
}

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

.ooywcu0 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.asmb7wvr .fsnz85 {
  font-weight: 600;
  font-size: 0.95rem;
}

.asmb7wvr .g1444 {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.ls06o {
  color: var(--accent-gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

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

/* === FAQ === */
.s90qkr41 {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--transition);
}

.faq-item:hover {
  border-color: var(--accent-gold);
}

.faq-question {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--accent-gold);
  transition: var(--transition);
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.fwbpvp {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.open .fwbpvp {
  max-height: 300px;
}

.af5plp {
  padding: 0 24px 18px;
  font-size: 0.9rem;
  color: var(--text-sub);
  line-height: 1.8;
}

/* === 联系我们 === */
.csnnwn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.j9o3w {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 32px;
}

.j9o3w h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: var(--accent-gold);
}

.bbal6bb1 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.bbal6bb1 .pko4hqt {
  color: var(--text-dim);
  min-width: 80px;
  flex-shrink: 0;
}

.bbal6bb1 .tt603 {
  color: var(--text-main);
}

.wthst2la {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.bm8bs {
  text-align: center;
}

.bm8bs img {
  width: 160px;
  height: 160px;
  border-radius: var(--radius-sm);
  margin-bottom: 8px;
}

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

/* === 社交分享 === */
.zg72yd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.zg72yd span {
  font-size: 0.9rem;
  color: var(--text-sub);
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  color: var(--text-sub);
  font-size: 0.85rem;
  font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
}

.share-btn:hover {
  background: var(--accent-gold);
  color: var(--bg-deep);
  border-color: var(--accent-gold);
}

/* === 页脚 === */
.xd2g3g18 {
  background: var(--primary-dark);
  border-top: 1px solid var(--border-subtle);
  padding: 48px 0 0;
}

.ogsso {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px 40px;
}

.x8ehgvu7 .kfdlgu77 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.x8ehgvu7 .kfdlgu77 img {
  height: 36px;
}

.x8ehgvu7 p {
  font-size: 0.9rem;
  color: var(--text-sub);
  margin-bottom: 16px;
}

.lxn62ql h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--accent-gold);
}

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

.lxn62ql ul li a {
  color: var(--text-sub);
  font-size: 0.9rem;
}

.lxn62ql ul li a:hover {
  color: var(--accent-gold);
}

.v3t6oa {
  border-top: 1px solid var(--border-subtle);
  padding: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.v3t6oa .qzays {
  margin-top: 6px;
  color: var(--text-sub);
}

/* === How-To指南 === */
.x66ypo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.tk63emi0 {
  background: var(--gradient-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  text-align: center;
  position: relative;
}

.tk63emi0 .irebrgj {
  width: 40px;
  height: 40px;
  background: var(--gradient-warm);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
  margin: 0 auto 14px;
}

.tk63emi0 h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}

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

/* === 内页通用 === */
.jbpmhg4 {
  background: var(--gradient-hero);
  padding: 40px 0;
  text-align: center;
}

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

.jbpmhg4 p {
  color: var(--text-sub);
  font-size: 1rem;
}

.fhy21 {
  padding: 48px 0;
}

/* === 标签云 === */
.x0mu73 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.x0mu73 a {
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  color: var(--accent-gold);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  transition: var(--transition);
}

.x0mu73 a:hover {
  background: var(--accent-gold);
  color: var(--bg-deep);
}

/* === 分页 === */
.splzfue4 {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.splzfue4 a, .splzfue4 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  color: var(--text-sub);
  font-size: 0.9rem;
  transition: var(--transition);
}

.splzfue4 a:hover, .splzfue4 .mfvljs81 {
  background: var(--accent-gold);
  color: var(--bg-deep);
  border-color: var(--accent-gold);
}

/* === MCP前端占位 === */
.faitlsqo {
  background: var(--card-bg);
  border: 1px dashed var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
  margin-top: 20px;
}

/* === 响应式 === */
@media (max-width: 1024px) {
  .rv4sa1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ogsso {
    grid-template-columns: repeat(2, 1fr);
  }
  .q9cyaht4 {
    flex-direction: column;
    text-align: center;
  }
  .ic7dz0cl {
    flex: 0 0 auto;
    max-width: 320px;
  }
  .mkerhzmb .fxyx2h {
    justify-content: center;
  }
  .heloyv {
    grid-template-columns: 1fr;
  }
  .xsgms29 {
    grid-template-columns: repeat(2, 1fr);
  }
  .x66ypo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pjfwgrs {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    background: rgba(13, 13, 26, 0.98);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    border-bottom: 1px solid var(--border-subtle);
  }
  .main-nav.open {
    display: flex;
  }
  .pjfwgrs a {
    width: 100%;
    text-align: center;
    padding: 12px;
  }
  .way7bnjt {
    display: flex;
  }
  .rv4sa1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .me927zs {
    grid-template-columns: 1fr;
  }
  .ulqrs26j {
    grid-template-columns: repeat(2, 1fr);
  }
  .ms2r26 {
    grid-template-columns: 1fr;
  }
  .csnnwn {
    grid-template-columns: 1fr;
  }
  .ogsso {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mkerhzmb h1 {
    font-size: 1.8rem;
  }
  .e5azxu h2 {
    font-size: 1.5rem;
  }
  .xsgms29 {
    grid-template-columns: 1fr;
  }
  .x66ypo {
    grid-template-columns: 1fr;
  }
  .wthst2la {
    flex-direction: column;
    align-items: center;
  }
}

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

/* === 懒加载 === */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img[loading="lazy"].loaded,
img.loaded {
  opacity: 1;
}

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

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
