/* ============================================
   中文字幕 - 原创样式表
   品牌：中文字幕 | 域名：bwexpo.cn
   配色方案：糖心粉 + 深夜蓝黑
   ============================================ */

/* CSS Variables */
:root {
  --oz0zpn3l: #FF6B9D;
  --qpxztxh: #C44569;
  --fl9w8: #F8B500;
  --rfdf00eq: #0D0D1A;
  --vdx116r6: #1A1A2E;
  --bjcmkr4w: #242445;
  --nz41be: #FFFFFF;
  --s43mm: #B8B8CC;
  --f7sa3404: #7A7A99;
  --dnhcu6: #2A2A4A;
  --oaoja: linear-gradient(135deg, #FF6B9D, #C44569);
  --o95dmur: linear-gradient(135deg, #F8B500, #E09200);
  --nab5cpo3: linear-gradient(180deg, #0D0D1A, #1A1A2E);
  --ph61n: 0 4px 20px rgba(255, 107, 157, 0.15);
  --lo3s5r: 0 8px 40px rgba(255, 107, 157, 0.2);
  --q1hm1: 12px;
  --khnbkb: 8px;
  --sx09ol8: 20px;
  --i3tfyp6: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --isqw8ih9: 1280px;
}

/* Reset & Base */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', 'Noto Sans SC', sans-serif;
  background-color: var(--rfdf00eq);
  color: var(--nz41be);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--oz0zpn3l);
  text-decoration: none;
  transition: var(--i3tfyp6);
}

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

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

ul, ol {
  list-style: none;
}

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

/* ============================================
   Header & Navigation
   ============================================ */
.w1154z {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(13, 13, 26, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--dnhcu6);
  transition: var(--i3tfyp6);
}

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

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

.sdkeb img {
  height: 40px;
  width: auto;
}

.bwcq49pi {
  font-size: 1.3rem;
  font-weight: 700;
  background: var(--oaoja);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
}

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

.igiso a {
  color: var(--s43mm);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: var(--khnbkb);
  transition: var(--i3tfyp6);
  white-space: nowrap;
}

.igiso a:hover,
.igiso a.active {
  color: var(--nz41be);
  background: rgba(255, 107, 157, 0.12);
}

.igiso a.active {
  color: var(--oz0zpn3l);
}

/* Mobile Menu Toggle */
.bm7bmu {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}

.bm7bmu span {
  width: 24px;
  height: 2px;
  background: var(--nz41be);
  transition: var(--i3tfyp6);
  border-radius: 2px;
}

/* ============================================
   Search Bar
   ============================================ */
.wt0446eb {
  background: var(--vdx116r6);
  border-bottom: 1px solid var(--dnhcu6);
  padding: 12px 0;
  margin-top: 68px;
}

.on425q {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.lvangg2u {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--dnhcu6);
  border-radius: 50px;
  background: var(--rfdf00eq);
  color: var(--nz41be);
  font-size: 0.95rem;
  outline: none;
  transition: var(--i3tfyp6);
}

.lvangg2u:focus {
  border-color: var(--oz0zpn3l);
  box-shadow: 0 0 0 3px rgba(255, 107, 157, 0.15);
}

.lvangg2u::placeholder {
  color: var(--f7sa3404);
}

.cozy0nj {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--oaoja);
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--i3tfyp6);
}

.cozy0nj:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: var(--ph61n);
}

/* ============================================
   Hero Section
   ============================================ */
.v7r1wz7r {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--rfdf00eq);
}

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

.fovzs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}

.xwelc669 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.3) 0%, rgba(13,13,26,0.85) 100%);
  z-index: 1;
}

.gt8h2cm {
  position: relative;
  z-index: 2;
  max-width: var(--isqw8ih9);
  margin: 0 auto;
  padding: 80px 20px 60px;
  text-align: center;
}

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

.v7r1wz7r h1 .dwktl {
  background: var(--oaoja);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

.q6cho {
  background: rgba(255, 107, 157, 0.12);
  color: var(--oz0zpn3l);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 107, 157, 0.2);
}

.ystre {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: var(--i3tfyp6);
  text-decoration: none;
}

.vx4v6 {
  background: var(--oaoja);
  color: white;
  box-shadow: var(--ph61n);
}

.vx4v6:hover {
  transform: translateY(-2px);
  box-shadow: var(--lo3s5r);
  color: white;
}

.wz7ex5z {
  background: transparent;
  color: var(--oz0zpn3l);
  border: 2px solid var(--oz0zpn3l);
}

.wz7ex5z:hover {
  background: var(--oz0zpn3l);
  color: white;
}

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

/* ============================================
   Section Common
   ============================================ */
.e4tdrdy7 {
  padding: 72px 0;
}

.ui1fp {
  background: var(--vdx116r6);
}

.bt5t22 {
  text-align: center;
  margin-bottom: 48px;
}

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

.bt5t22 h2 .dwktl {
  background: var(--oaoja);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.bt5t22 .hxdukfq {
  width: 60px;
  height: 3px;
  background: var(--oaoja);
  margin: 16px auto 0;
  border-radius: 3px;
}

/* ============================================
   Video Cards Grid
   ============================================ */
.zfgm32 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.d4x5tjom {
  background: var(--vdx116r6);
  border-radius: var(--q1hm1);
  overflow: hidden;
  border: 1px solid var(--dnhcu6);
  transition: var(--i3tfyp6);
  cursor: pointer;
}

.d4x5tjom:hover {
  transform: translateY(-4px);
  box-shadow: var(--lo3s5r);
  border-color: var(--oz0zpn3l);
}

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

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

.d4x5tjom:hover .r8zz6 img {
  transform: scale(1.05);
}

.v36z2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  background: rgba(255, 107, 157, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--i3tfyp6);
  opacity: 0;
}

.v36z2::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent white;
  margin-left: 3px;
}

.d4x5tjom:hover .v36z2 {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

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

.rztz9ss3 {
  padding: 14px;
}

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

.asuur0y {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--f7sa3404);
  font-size: 0.8rem;
}

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

/* ============================================
   Feature Cards
   ============================================ */
.g0e995 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.xixbhjg {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  padding: 32px 24px;
  text-align: center;
  transition: var(--i3tfyp6);
}

.xixbhjg:hover {
  transform: translateY(-4px);
  border-color: var(--oz0zpn3l);
  box-shadow: var(--ph61n);
}

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

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

.xixbhjg p {
  color: var(--s43mm);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================
   Expert Section
   ============================================ */
.xwgzn {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.j8mac2 {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  overflow: hidden;
  text-align: center;
  transition: var(--i3tfyp6);
}

.j8mac2:hover {
  transform: translateY(-4px);
  box-shadow: var(--ph61n);
  border-color: var(--oz0zpn3l);
}

.v24lr {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}

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

.j8mac2:hover .v24lr img {
  transform: scale(1.05);
}

.hg1dyo6 {
  padding: 20px 16px;
}

.jxofb {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.wjtuf1c {
  color: var(--oz0zpn3l);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.mbk6ep4v {
  color: var(--s43mm);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.yy750j {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.p1bqws7 {
  padding: 6px 16px;
  font-size: 0.8rem;
  border-radius: 50px;
}

/* ============================================
   Partner Logos
   ============================================ */
.nyex1rp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.nyex1rp img {
  height: 60px;
  opacity: 0.6;
  transition: var(--i3tfyp6);
  filter: grayscale(30%);
}

.nyex1rp img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ============================================
   Reviews
   ============================================ */
.afukw58r {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.t06m9 {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  padding: 28px;
  transition: var(--i3tfyp6);
}

.t06m9:hover {
  border-color: var(--oz0zpn3l);
}

.uoy24toz {
  color: var(--fl9w8);
  font-size: 0.9rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.mpqhi {
  color: var(--s43mm);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.yjazw2u {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yvo77sj6 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--oaoja);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
}

.u15af1hb {
  font-weight: 600;
  font-size: 0.9rem;
}

.vvt0kf {
  color: var(--f7sa3404);
  font-size: 0.78rem;
}

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

.n7m9v {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--i3tfyp6);
}

.n7m9v:hover {
  border-color: var(--oz0zpn3l);
}

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

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

.n7m9v.active .qm7x5::after {
  content: '−';
}

.iw7ky {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.n7m9v.active .iw7ky {
  max-height: 300px;
}

.x2hwym {
  padding: 0 24px 18px;
  color: var(--s43mm);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ============================================
   Contact Section
   ============================================ */
.wlx93ur {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.x0811w {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  padding: 28px;
  text-align: center;
}

.x0811w h4 {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--oz0zpn3l);
}

.x0811w p {
  color: var(--s43mm);
  font-size: 0.88rem;
  line-height: 1.7;
}

.x0811w img {
  width: 140px;
  height: 140px;
  margin: 12px auto 0;
  border-radius: var(--khnbkb);
}

/* ============================================
   Social Share
   ============================================ */
.vtqpg {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px 0;
}

.yk81an {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: white;
  transition: var(--i3tfyp6);
  cursor: pointer;
  border: none;
}

.yk81an:hover {
  transform: translateY(-3px);
  box-shadow: var(--ph61n);
}

.zx9vwy73 { background: #07C160; }
.tjabbcxq { background: #E6162D; }
.c6fqtpmi { background: #161823; border: 1px solid #333; }
.wx3bxrad { background: #FB7299; }

/* ============================================
   Footer
   ============================================ */
.j1bw47ka {
  background: #080812;
  border-top: 1px solid var(--dnhcu6);
  padding: 48px 0 0;
}

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

.v6epj p {
  color: var(--s43mm);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-top: 12px;
}

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

.bqkhg6ll a {
  display: block;
  color: var(--s43mm);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: var(--i3tfyp6);
}

.bqkhg6ll a:hover {
  color: var(--oz0zpn3l);
  padding-left: 4px;
}

.u548lx {
  display: flex;
  gap: 16px;
}

.rfo9yg {
  text-align: center;
}

.rfo9yg img {
  width: 100px;
  height: 100px;
  border-radius: var(--khnbkb);
  margin-bottom: 6px;
}

.rfo9yg span {
  font-size: 0.75rem;
  color: var(--f7sa3404);
}

.v2x0hjsj {
  border-top: 1px solid var(--dnhcu6);
  padding: 20px 0;
  text-align: center;
  color: var(--f7sa3404);
  font-size: 0.82rem;
}

.v2x0hjsj a {
  color: var(--f7sa3404);
}

.v2x0hjsj a:hover {
  color: var(--oz0zpn3l);
}

/* ============================================
   Breadcrumb
   ============================================ */
.p8gw7a4 {
  padding: 16px 0;
  margin-top: 68px;
  background: var(--vdx116r6);
  border-bottom: 1px solid var(--dnhcu6);
}

.p8gw7a4-list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--f7sa3404);
}

.p8gw7a4-list a {
  color: var(--s43mm);
}

.p8gw7a4-list a:hover {
  color: var(--oz0zpn3l);
}

.p8gw7a4-list .separator {
  color: var(--f7sa3404);
}

/* ============================================
   Inner Page Content
   ============================================ */
.xlgbp889 {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.xlgbp889-bg {
  position: absolute;
  inset: 0;
}

.xlgbp889-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.xlgbp889-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,13,26,0.5) 0%, rgba(13,13,26,0.9) 100%);
}

.xlgbp889-content {
  position: relative;
  z-index: 2;
  max-width: var(--isqw8ih9);
  margin: 0 auto;
  padding: 60px 20px 40px;
}

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

.xlgbp889 p {
  color: var(--s43mm);
  font-size: 1rem;
}

.sq1af {
  padding: 48px 0;
}

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

.sq1af h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--oz0zpn3l);
}

.sq1af p {
  color: var(--s43mm);
  margin-bottom: 16px;
  line-height: 1.8;
}

/* ============================================
   How-To Guide
   ============================================ */
.dn4o47 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.ll7t91 {
  background: var(--vdx116r6);
  border: 1px solid var(--dnhcu6);
  border-radius: var(--q1hm1);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  counter-increment: step;
}

.ll7t91::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: var(--oaoja);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: white;
}

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

.ll7t91 p {
  color: var(--s43mm);
  font-size: 0.85rem;
  line-height: 1.6;
}

/* ============================================
   Tags
   ============================================ */
.fn784 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.gsc035f {
  background: rgba(255, 107, 157, 0.1);
  color: var(--oz0zpn3l);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  border: 1px solid rgba(255, 107, 157, 0.15);
  transition: var(--i3tfyp6);
}

.gsc035f:hover {
  background: rgba(255, 107, 157, 0.2);
}

/* ============================================
   Stats Bar
   ============================================ */
.stzc40 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}

.ub4ezii {
  text-align: center;
}

.y3hjj {
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--oaoja);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pzqbml {
  color: var(--s43mm);
  font-size: 0.9rem;
  margin-top: 4px;
}

/* ============================================
   Lazy Load Placeholder
   ============================================ */
.ur7sjog {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ur7sjog.loaded {
  opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
  .zfgm32 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xwgzn {
    grid-template-columns: repeat(3, 1fr);
  }
  .elbpqk {
    grid-template-columns: repeat(2, 1fr);
  }
  .dn4o47 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .igiso {
    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(--dnhcu6);
  }

  .igiso.active {
    display: flex;
  }

  .igiso a {
    width: 100%;
    padding: 12px 16px;
  }

  .bm7bmu {
    display: flex;
  }

  .v7r1wz7r h1 {
    font-size: 1.8rem;
  }

  .xsrjk4 {
    font-size: 0.95rem;
  }

  .zfgm32 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .g0e995 {
    grid-template-columns: 1fr;
  }

  .xwgzn {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .afukw58r {
    grid-template-columns: 1fr;
  }

  .wlx93ur {
    grid-template-columns: 1fr;
  }

  .elbpqk {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stzc40 {
    grid-template-columns: repeat(2, 1fr);
  }

  .dn4o47 {
    grid-template-columns: 1fr;
  }

  .e4tdrdy7 {
    padding: 48px 0;
  }

  .bt5t22 h2 {
    font-size: 1.5rem;
  }
}

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

  .xwgzn {
    grid-template-columns: 1fr;
  }

  .v7r1wz7r h1 {
    font-size: 1.5rem;
  }

  .tju50 {
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================
   Animations
   ============================================ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* ============================================
   Scrollbar
   ============================================ */
::-webkit-scrollbar {
  width: 8px;
}

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

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

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