/* ============================================
   萝莉岛 - 原创赛博朋克主题样式表
   品牌：萝莉岛 | 域名：unmLu.cn
   配色方案：深邃夜蓝 + 霓虹粉 + 赛博青
   ============================================ */

/* === CSS变量定义 === */
:root {
  --bg-primary: #0a0e27;
  --bg-secondary: #141832;
  --bg-card: #1a1f42;
  --bg-card-hover: #222856;
  --neon-pink: #ff2d78;
  --neon-cyan: #00f0ff;
  --neon-purple: #7b2ff7;
  --neon-orange: #ff6b35;
  --text-primary: #e8e8e8;
  --text-secondary: #a0a8c8;
  --text-muted: #6b7394;
  --border-color: #1e2a5a;
  --border-glow: #00f0ff33;
  --gradient-main: linear-gradient(135deg, #ff2d78, #7b2ff7, #00f0ff);
  --gradient-card: linear-gradient(145deg, #1a1f42, #141832);
  --shadow-neon: 0 0 20px rgba(0, 240, 255, 0.15);
  --shadow-pink: 0 0 20px rgba(255, 45, 120, 0.15);
  --font-main: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --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-primary);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--neon-cyan);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--neon-pink);
  text-shadow: 0 0 8px rgba(255, 45, 120, 0.5);
}

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

ul, ol {
  list-style: none;
}

/* === 容器 === */
.nyzhvrin {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.x71ix {
  padding: 80px 0;
}

/* === 头部导航 === */
.iax3gx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(10, 14, 39, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

.rdbkg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.nzhexnh {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nzhexnh img {
  height: 42px;
  width: auto;
}

.nzhexnh span {
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.hea6etz a {
  padding: 8px 16px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.hea6etz a:hover,
.hea6etz a.k3u30 {
  color: var(--neon-cyan);
  background: rgba(0, 240, 255, 0.08);
}

.y1212gdc {
  display: none;
  background: none;
  border: none;
  color: var(--text-primary);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

/* === 搜索框 === */
.gfyyg {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 0;
  margin-top: 72px;
}

.gfyyg .nyzhvrin {
  display: flex;
  justify-content: center;
}

.fi31pp {
  display: flex;
  align-items: center;
  max-width: 640px;
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  overflow: hidden;
  transition: var(--transition);
}

.fi31pp:focus-within {
  border-color: var(--neon-cyan);
  box-shadow: var(--shadow-neon);
}

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

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

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

.fi31pp button:hover {
  opacity: 0.85;
}

/* === Hero Banner === */
.z1v7y8 {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-primary) 0%, #0d1233 100%);
}

.urawr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  filter: blur(2px);
}

.c1fs8538 {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 60px 20px;
}

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

.c1fs8538 h1 .fgqckkb {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.c1fs8538 p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.8;
}

.eoy7iq {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* === 按钮 === */
.gj64nl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--gradient-main);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.gj64nl:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 45, 120, 0.3);
  color: #fff;
}

.y74hv {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: var(--neon-cyan);
  border: 2px solid var(--neon-cyan);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}

.y74hv:hover {
  background: rgba(0, 240, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: var(--shadow-neon);
  color: var(--neon-cyan);
}

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

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

.iss08ws h2 .nzo0f {
  color: var(--neon-cyan);
}

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

.k8dk4jsg {
  display: inline-block;
  padding: 4px 16px;
  background: rgba(0, 240, 255, 0.1);
  color: var(--neon-cyan);
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.ftu3i:hover {
  transform: translateY(-6px);
  border-color: var(--neon-cyan);
  box-shadow: var(--shadow-neon);
}

.pgo66 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.pgo66 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.ftu3i:hover .pgo66 img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.rp082lyw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  background: rgba(0, 0, 0, 0.3);
}

.ftu3i:hover .rp082lyw {
  opacity: 1;
}

.um4mj {
  width: 56px;
  height: 56px;
  background: rgba(255, 45, 120, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.um4mj::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: 4px;
}

.ftu3i:hover .um4mj {
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(255, 45, 120, 0.5);
}

.qznl6w {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.78rem;
}

.jwjrayb {
  padding: 14px 16px;
}

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

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

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

/* === 特色模块卡片 === */
.xggsq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

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

.dw8e5p:hover {
  transform: translateY(-4px);
  border-color: var(--neon-pink);
  box-shadow: var(--shadow-pink);
}

.hfsw5zi7 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: rgba(0, 240, 255, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.dw8e5p h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

/* === 图文展示区 === */
.t3e0y {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 60px;
}

.t3e0y.fxv3lx {
  flex-direction: row-reverse;
}

.a1378fr {
  flex: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-color);
}

.a1378fr img {
  width: 100%;
  transition: var(--transition);
}

.a1378fr:hover img {
  transform: scale(1.03);
}

.o03l3e9e {
  flex: 1;
}

.o03l3e9e h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.o03l3e9e p {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 20px;
}

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

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

.dpvrxz:hover {
  transform: translateY(-4px);
  border-color: var(--neon-purple);
  box-shadow: 0 0 20px rgba(123, 47, 247, 0.2);
}

.evn6x {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--neon-cyan);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.3);
}

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

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

.dpvrxz .jk2yw {
  font-size: 0.85rem;
  color: var(--neon-pink);
  margin-bottom: 12px;
}

.dpvrxz p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}

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

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

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

.dpkr3pm:hover {
  border-color: var(--neon-cyan);
}

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

.hczcoi::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--neon-cyan);
  transition: var(--transition);
  flex-shrink: 0;
  margin-left: 16px;
}

.dpkr3pm.k3u30 .hczcoi::after {
  content: '-';
  color: var(--neon-pink);
}

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

.dpkr3pm.k3u30 .e0xn9 {
  max-height: 300px;
}

.wmjtuiqh {
  padding: 0 24px 20px;
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

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

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

.mz36eb04:hover {
  border-color: var(--neon-pink);
}

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

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

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

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

.v74zn {
  color: #ffd700;
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

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

/* === 合作品牌 === */
.take02 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.k7ges {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 20px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: var(--transition);
}

.k7ges:hover {
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
}

/* === 社交分享 === */
.w1wxz {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.zdsll {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 50px;
  color: var(--text-secondary);
  font-size: 0.88rem;
  transition: var(--transition);
  cursor: pointer;
}

.zdsll:hover {
  border-color: var(--neon-cyan);
  color: var(--neon-cyan);
  background: rgba(0, 240, 255, 0.08);
}

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

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

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

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

.vnp428a5 a {
  display: block;
  padding: 4px 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.vnp428a5 a:hover {
  color: var(--neon-cyan);
}

.to8oes {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.i5lro60 {
  text-align: center;
}

.i5lro60 img {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
}

.i5lro60 span {
  display: block;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.hetjwrb {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.hetjwrb a {
  color: var(--text-muted);
}

.hetjwrb a:hover {
  color: var(--neon-cyan);
}

/* === 面包屑栏 === */
.v16rmh1 {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
  margin-top: 72px;
}

.v16rmh1 + .gfyyg {
  margin-top: 0;
}

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

.w4zt8cy a {
  color: var(--text-muted);
}

.w4zt8cy a:hover {
  color: var(--neon-cyan);
}

.w4zt8cy span {
  margin: 0 8px;
}

/* === 内页通用 === */
.sw7pl {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-secondary);
}

.sw7pl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.djgwuc0 {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

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

.jzecgu20 {
  padding: 48px 0 80px;
}

/* === 标签 === */
.rmf3n {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.enarfl {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(123, 47, 247, 0.12);
  color: var(--neon-purple);
  border-radius: 50px;
  font-size: 0.8rem;
  transition: var(--transition);
}

.enarfl:hover {
  background: rgba(123, 47, 247, 0.25);
}

/* === 联系信息卡片 === */
.lkqwi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

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

.y1rckru0:hover {
  border-color: var(--neon-cyan);
}

.y1rckru0 h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--neon-cyan);
}

.eeaui82m {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.eeaui82m strong {
  color: var(--text-primary);
  min-width: 80px;
}

/* === How-To 指南 === */
.y01o45o {
  max-width: 700px;
  margin: 0 auto;
}

.bmad4o {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  align-items: flex-start;
}

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

.vd11l h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
}

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

/* === 数据统计区块 === */
.qs9pjlw {
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-color);
}

/* === 数据统计 === */
.qe0zght {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 40px 0;
}

.wzorhqfz {
  text-align: center;
}

.wzorhqfz .fd1q8qav {
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wzorhqfz .bj1dzp {
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-top: 4px;
}

/* === 动画效果 === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 10px rgba(0, 240, 255, 0.2); }
  50% { box-shadow: 0 0 25px rgba(0, 240, 255, 0.4); }
}

.jcpkd {
  animation: fadeInUp 0.6s ease forwards;
}

/* === 响应式设计 === */
@media (max-width: 1024px) {
  .ffyep3o {
    grid-template-columns: repeat(3, 1fr);
  }
  .l1tsc {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hea6etz {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(10, 14, 39, 0.98);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    gap: 4px;
  }
  .hea6etz.k3u30 {
    display: flex;
  }
  .hea6etz a {
    padding: 12px 16px;
    width: 100%;
    text-align: center;
  }
  .y1212gdc {
    display: block;
  }
  .c1fs8538 h1 {
    font-size: 1.8rem;
  }
  .ffyep3o {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .xggsq {
    grid-template-columns: 1fr;
  }
  .nref50 {
    grid-template-columns: 1fr;
  }
  .mkw3o {
    grid-template-columns: repeat(2, 1fr);
  }
  .t3e0y,
  .t3e0y.fxv3lx {
    flex-direction: column;
  }
  .lkqwi {
    grid-template-columns: 1fr;
  }
  .l1tsc {
    grid-template-columns: 1fr;
  }
  .x71ix {
    padding: 48px 0;
  }
  .iss08ws h2 {
    font-size: 1.5rem;
  }
  .qe0zght {
    gap: 24px;
  }
  .wzorhqfz .fd1q8qav {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .ffyep3o {
    grid-template-columns: 1fr;
  }
  .mkw3o {
    grid-template-columns: 1fr;
  }
  .c1fs8538 h1 {
    font-size: 1.5rem;
  }
  .eoy7iq {
    flex-direction: column;
    align-items: center;
  }
  .fi31pp {
    flex-direction: column;
    border-radius: var(--radius-md);
  }
  .fi31pp button {
    width: 100%;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
  }
}

/* === 懒加载占位 === */
img[loading="lazy"] {
  background: var(--bg-card);
  min-height: 100px;
}

/* === 滚动条美化 === */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--neon-cyan);
}
