/* ============================================
   在线看片 - 原创样式表
   品牌：在线看片 | 域名：axmaiL.cn
   配色方案：糖心粉 + 深夜蓝黑
   ============================================ */

/* CSS Variables */
:root {
  --p7swmm: #FF6B9D;
  --g6blk75w: #C44569;
  --v7xsipe: #F8B500;
  --dqg85wa: #0D0D1A;
  --jixa9: #1A1A2E;
  --a3jvpiow: #242445;
  --kl7y1aw: #FFFFFF;
  --f7xvg: #B8B8CC;
  --asnky: #7A7A99;
  --h8mxsb0: #2A2A4A;
  --fe6otrw: linear-gradient(135deg, #FF6B9D, #C44569);
  --qgaiocpo: linear-gradient(135deg, #F8B500, #E09200);
  --ie3bxg: linear-gradient(180deg, #0D0D1A, #1A1A2E);
  --v3snxtc: 0 4px 20px rgba(255, 107, 157, 0.15);
  --flalegc: 0 8px 40px rgba(255, 107, 157, 0.2);
  --g4ees0h: 12px;
  --kgwdo: 8px;
  --tth40p0: 20px;
  --fdavxhx: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --w8hqkq: 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(--dqg85wa);
  color: var(--kl7y1aw);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--p7swmm);
  text-decoration: none;
  transition: var(--fdavxhx);
}

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

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

ul, ol {
  list-style: none;
}

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

/* ============================================
   Header & Navigation
   ============================================ */
.s3t97ctf {
  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(--h8mxsb0);
  transition: var(--fdavxhx);
}

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

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

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

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

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

.rx96usc5 a {
  color: var(--f7xvg);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: var(--kgwdo);
  transition: var(--fdavxhx);
  white-space: nowrap;
}

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

.rx96usc5 a.active {
  color: var(--p7swmm);
}

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

.es9810 span {
  width: 24px;
  height: 2px;
  background: var(--kl7y1aw);
  transition: var(--fdavxhx);
  border-radius: 2px;
}

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

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

.fbzt8cfa {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid var(--h8mxsb0);
  border-radius: 50px;
  background: var(--dqg85wa);
  color: var(--kl7y1aw);
  font-size: 0.95rem;
  outline: none;
  transition: var(--fdavxhx);
}

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

.fbzt8cfa::placeholder {
  color: var(--asnky);
}

.huerfqa6 {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--fe6otrw);
  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(--fdavxhx);
}

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

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

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

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

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

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

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

.ilql8k h1 .kmoehyh {
  background: var(--fe6otrw);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

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

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

.l44729 {
  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(--fdavxhx);
  text-decoration: none;
}

.njvv2c {
  background: var(--fe6otrw);
  color: white;
  box-shadow: var(--v3snxtc);
}

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

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

.eg4ncyz:hover {
  background: var(--p7swmm);
  color: white;
}

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

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

.hc5xat8 {
  background: var(--jixa9);
}

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

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

.vr1zu0p4 h2 .kmoehyh {
  background: var(--fe6otrw);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.vr1zu0p4 .tlvsir {
  width: 60px;
  height: 3px;
  background: var(--fe6otrw);
  margin: 16px auto 0;
  border-radius: 3px;
}

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

.p8gjan26 {
  background: var(--jixa9);
  border-radius: var(--g4ees0h);
  overflow: hidden;
  border: 1px solid var(--h8mxsb0);
  transition: var(--fdavxhx);
  cursor: pointer;
}

.p8gjan26:hover {
  transform: translateY(-4px);
  box-shadow: var(--flalegc);
  border-color: var(--p7swmm);
}

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

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

.p8gjan26:hover .haccp9o img {
  transform: scale(1.05);
}

.pncc07xd {
  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(--fdavxhx);
  opacity: 0;
}

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

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

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

.knkqum9 {
  padding: 14px;
}

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

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

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

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

.atsq6 {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  padding: 32px 24px;
  text-align: center;
  transition: var(--fdavxhx);
}

.atsq6:hover {
  transform: translateY(-4px);
  border-color: var(--p7swmm);
  box-shadow: var(--v3snxtc);
}

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

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

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

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

.b16uilkh {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  overflow: hidden;
  text-align: center;
  transition: var(--fdavxhx);
}

.b16uilkh:hover {
  transform: translateY(-4px);
  box-shadow: var(--v3snxtc);
  border-color: var(--p7swmm);
}

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

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

.b16uilkh:hover .cqc6om img {
  transform: scale(1.05);
}

.a2px8cuk {
  padding: 20px 16px;
}

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

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

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

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

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

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

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

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

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

.x3ce8 {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  padding: 28px;
  transition: var(--fdavxhx);
}

.x3ce8:hover {
  border-color: var(--p7swmm);
}

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

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

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

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

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

.z1qvq {
  color: var(--asnky);
  font-size: 0.78rem;
}

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

.vr878d9 {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  margin-bottom: 12px;
  overflow: hidden;
  transition: var(--fdavxhx);
}

.vr878d9:hover {
  border-color: var(--p7swmm);
}

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

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

.vr878d9.active .srw1gc5::after {
  content: '−';
}

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

.vr878d9.active .gq9fa2l {
  max-height: 300px;
}

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

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

.rh45u {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  padding: 28px;
  text-align: center;
}

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

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

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

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

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

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

.yk23wql9 { background: #07C160; }
.ra642oz { background: #E6162D; }
.bg71qnb { background: #161823; border: 1px solid #333; }
.x45uhurx { background: #FB7299; }

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

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

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

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

.wtql5y a {
  display: block;
  color: var(--f7xvg);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: var(--fdavxhx);
}

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

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

.t1qcf {
  text-align: center;
}

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

.t1qcf span {
  font-size: 0.75rem;
  color: var(--asnky);
}

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

.wb7jk a {
  color: var(--asnky);
}

.wb7jk a:hover {
  color: var(--p7swmm);
}

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

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

.smtg6-list a {
  color: var(--f7xvg);
}

.smtg6-list a:hover {
  color: var(--p7swmm);
}

.smtg6-list .separator {
  color: var(--asnky);
}

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

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

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

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

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

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

.j09vjp p {
  color: var(--f7xvg);
  font-size: 1rem;
}

.r0d9374p {
  padding: 48px 0;
}

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

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

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

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

.ys824 {
  background: var(--jixa9);
  border: 1px solid var(--h8mxsb0);
  border-radius: var(--g4ees0h);
  padding: 28px 20px;
  text-align: center;
  position: relative;
  counter-increment: step;
}

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

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

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

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

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

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

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

.b0zwd {
  text-align: center;
}

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

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

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

.vlbjdjof.loaded {
  opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1024px) {
  .vw2r8sc {
    grid-template-columns: repeat(3, 1fr);
  }
  .tn3c4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .dmyr6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .snen5h {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .rx96usc5.active {
    display: flex;
  }

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

  .es9810 {
    display: flex;
  }

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

  .h73eo0we {
    font-size: 0.95rem;
  }

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

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

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

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

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

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

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

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

  .czu4ds {
    padding: 48px 0;
  }

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

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

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

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

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

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

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

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

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

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

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