/* ============================================
   母狗 - 热门影视传媒内容社区
   原创CSS样式 | dlgpyuqr.cn
   ============================================ */

/* CSS Variables */
:root {
  --primary: #E8456B;
  --primary-dark: #C7304F;
  --secondary: #6C3AED;
  --secondary-dark: #5428C8;
  --accent: #F59E0B;
  --bg-light: #FFF5F7;
  --bg-dark: #1A0A2E;
  --bg-card: #FFFFFF;
  --text-dark: #2D1B4E;
  --text-light: #8B7BA5;
  --text-white: #F8F0FF;
  --border: #F0E4F4;
  --shadow: rgba(108, 58, 237, 0.08);
  --gradient-primary: linear-gradient(135deg, #E8456B 0%, #6C3AED 100%);
  --gradient-warm: linear-gradient(135deg, #F59E0B 0%, #E8456B 100%);
  --gradient-cool: linear-gradient(135deg, #6C3AED 0%, #3B82F6 100%);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-width: 1200px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: var(--text-dark);
  background: var(--bg-light);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--secondary); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { line-height: 1.3; font-weight: 700; }

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

/* ============ Header ============ */
.u4u1o6e4 {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.u4u1o6e4.scrolled { box-shadow: 0 2px 20px var(--shadow); }
.t1dw2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
.naw588 { display: flex; align-items: center; gap: 10px; }
.naw588 img { height: 42px; width: auto; }
.gjeigi {
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Navigation */
.sg1jgier { display: flex; align-items: center; gap: 6px; }
.sg1jgier a {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark);
  transition: var(--transition);
  position: relative;
}
.sg1jgier a:hover, .sg1jgier a.active {
  color: var(--primary);
  background: rgba(232, 69, 107, 0.06);
}
.sg1jgier a.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: var(--gradient-primary);
  border-radius: 2px;
}

/* Mobile Menu Toggle */
.tfqhlsh2 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.tfqhlsh2 span {
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: var(--transition);
}

/* Search Bar */
.js9fo {
  background: linear-gradient(135deg, rgba(232, 69, 107, 0.05) 0%, rgba(108, 58, 237, 0.05) 100%);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.js9fo .container { display: flex; justify-content: center; }
.bk9v08ef {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 50px;
  padding: 4px 4px 4px 20px;
  width: 100%;
  max-width: 560px;
  transition: var(--transition);
}
.bk9v08ef:focus-within { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(232, 69, 107, 0.1); }
.bk9v08ef input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  color: var(--text-dark);
  background: transparent;
}
.bk9v08ef input::placeholder { color: var(--text-light); }
.tpp5sh9y {
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.tpp5sh9y:hover { transform: scale(1.02); box-shadow: 0 4px 12px rgba(232, 69, 107, 0.3); }

/* Breadcrumb */
.spf6w {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--text-light);
}
.spf6w a { color: var(--text-light); }
.spf6w a:hover { color: var(--primary); }
.spf6w span { margin: 0 6px; }

/* ============ Hero Banner ============ */
.nlwbo {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m1ais1 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.7);
}
.x5q512d {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 10, 46, 0.3) 0%, rgba(26, 10, 46, 0.7) 100%);
}
.wlklxec {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.wlklxec h1 {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.wlklxec h1 em {
  font-style: normal;
  background: var(--gradient-warm);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wlklxec p {
  font-size: 1.15rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 28px;
  line-height: 1.8;
}
.fuxts2z { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.yfmq7pn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
}
.roihql {
  background: var(--gradient-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(232, 69, 107, 0.3);
}
.roihql:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(232, 69, 107, 0.4); color: #fff; }
.x4k03m1 {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  backdrop-filter: blur(4px);
}
.x4k03m1:hover { background: rgba(255,255,255,0.25); color: #fff; }

/* ============ Section Common ============ */
.section { padding: 70px 0; }
.l0cmtq3s { background: var(--bg-dark); color: var(--text-white); }
.h6jgfau { background: #fff; }
.sjelum { text-align: center; margin-bottom: 48px; }
.sjelum h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
.sjelum h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: var(--gradient-primary);
  border-radius: 2px;
}
.sjelum p { color: var(--text-light); font-size: 1rem; margin-top: 16px; max-width: 600px; margin-left: auto; margin-right: auto; }
.l0cmtq3s .sjelum p { color: rgba(248, 240, 255, 0.7); }

/* ============ Video Card Grid ============ */
.n9ipamxu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.b6kvjx {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px var(--shadow);
  transition: var(--transition);
  position: relative;
}
.b6kvjx:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(108, 58, 237, 0.15); }
.ae5gs9 {
  position: relative;
  padding-top: 133%;
  overflow: hidden;
  background: #f0e4f4;
}
.ae5gs9 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.b6kvjx:hover .ae5gs9 img { transform: scale(1.05); }
.ejd7t {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 10, 46, 0.4);
  opacity: 0;
  transition: var(--transition);
}
.b6kvjx:hover .ejd7t { opacity: 1; }
.w8wgy {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  transition: var(--transition);
}
.w8wgy::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent var(--primary);
  margin-left: 4px;
}
.b6kvjx:hover .w8wgy { transform: scale(1.1); }
.ge9lq {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
  color: #fff;
}
.ge9lq span {
  background: rgba(0,0,0,0.5);
  padding: 2px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.cx3xfb { padding: 14px; }
.cx3xfb h4 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cx3xfb .meta {
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  gap: 12px;
}
.xrqij24 {
  display: inline-block;
  padding: 2px 8px;
  background: rgba(232, 69, 107, 0.08);
  color: var(--primary);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ============ Feature Grid ============ */
.ngurz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gpc4cm {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border);
}
.gpc4cm:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); border-color: var(--primary); }
.c2t6vx {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.8rem;
}
.c2t6vx.pink { background: rgba(232, 69, 107, 0.1); }
.c2t6vx.purple { background: rgba(108, 58, 237, 0.1); }
.c2t6vx.orange { background: rgba(245, 158, 11, 0.1); }
.gpc4cm h4 { font-size: 1.1rem; margin-bottom: 10px; }
.gpc4cm p { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }

/* ============ Expert Section ============ */
.jc07pla {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.qv7tq6 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border);
}
.qv7tq6:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.huqq9gj {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 3px solid var(--border);
}
.qv7tq6 h4 { font-size: 1rem; margin-bottom: 4px; }
.qv7tq6 .role { font-size: 0.85rem; color: var(--primary); font-weight: 500; margin-bottom: 8px; }
.qv7tq6 .desc { font-size: 0.82rem; color: var(--text-light); line-height: 1.5; margin-bottom: 14px; }
.t56bog32 { display: flex; gap: 8px; justify-content: center; }
.mr3hgdkp {
  padding: 6px 14px;
  font-size: 0.8rem;
  border-radius: 20px;
  font-weight: 500;
}

/* ============ Partner Logos ============ */
.ib9r0p {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.hmxug {
  width: 140px;
  height: 60px;
  background: var(--bg-card);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-light);
  transition: var(--transition);
}
.hmxug:hover { border-color: var(--primary); color: var(--primary); }

/* ============ How-To Section ============ */
.th7s9i2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.xo2efu {
  text-align: center;
  position: relative;
  counter-increment: step;
}
.xo2efu::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 16px;
}
.xo2efu h4 { font-size: 1rem; margin-bottom: 8px; }
.xo2efu p { font-size: 0.85rem; color: var(--text-light); }

/* ============ FAQ ============ */
.e1oku9h { max-width: 800px; margin: 0 auto; }
.nir0m {
  background: var(--bg-card);
  border-radius: var(--radius);
  margin-bottom: 12px;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: var(--transition);
}
.nir0m:hover { border-color: var(--primary); }
.intz5 {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
.intz5::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--primary);
  transition: var(--transition);
  flex-shrink: 0;
  margin-left: 12px;
}
.nir0m.active .intz5::after { content: '-'; }
.ovt4w {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.9rem;
  color: var(--text-light);
  line-height: 1.7;
}
.nir0m.active .ovt4w { max-height: 300px; padding: 0 24px 18px; }

/* ============ Reviews ============ */
.t2w9o {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cwiw608j {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.cwiw608j:hover { box-shadow: 0 8px 24px var(--shadow); }
.dain9sbd { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.r3ync43b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.a3hcrmbg { font-weight: 600; font-size: 0.95rem; }
.ehhz7js { font-size: 0.8rem; color: var(--text-light); }
.nddqk { color: var(--accent); font-size: 0.85rem; margin-bottom: 10px; letter-spacing: 2px; }
.ygrofzi { font-size: 0.9rem; color: var(--text-light); line-height: 1.7; }

/* ============ Contact Section ============ */
.tkph2vn1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.o9xj7iov {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--border);
}
.o9xj7iov h3 { font-size: 1.2rem; margin-bottom: 20px; color: var(--primary); }
.contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 0.9rem; }
.contact-item .label { font-weight: 600; min-width: 80px; color: var(--text-dark); }
.contact-item .value { color: var(--text-light); }
.chanm3qr { display: flex; gap: 24px; justify-content: center; margin-top: 20px; }
.armqs9m { text-align: center; }
.armqs9m img { width: 140px; height: 140px; border-radius: 10px; margin-bottom: 8px; }
.armqs9m p { font-size: 0.82rem; color: var(--text-light); }

/* ============ Share Buttons ============ */
.jbl2d {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 0;
}
.ysioq {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}
.ysioq:hover { transform: translateY(-2px); opacity: 0.9; }
.jzug6dr3 { background: #07C160; }
.kn2uj8i { background: #E6162D; }
.bngpcb { background: #161823; }
.bt9dtf { background: #00A1D6; }

/* ============ Footer ============ */
.mdi7y {
  background: var(--bg-dark);
  color: var(--text-white);
  padding: 50px 0 0;
}
.dm6a2e {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.q2ktz3n .gjeigi { font-size: 1.3rem; margin-bottom: 12px; display: inline-block; }
.q2ktz3n p { font-size: 0.85rem; color: rgba(248, 240, 255, 0.6); line-height: 1.7; margin-bottom: 16px; }
.cv7gynqp h4 {
  font-size: 0.95rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}
.cv7gynqp h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: var(--primary);
}
.cv7gynqp a {
  display: block;
  font-size: 0.85rem;
  color: rgba(248, 240, 255, 0.6);
  padding: 4px 0;
  transition: var(--transition);
}
.cv7gynqp a:hover { color: var(--primary); padding-left: 4px; }
.jg036y9x {
  padding: 20px 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(248, 240, 255, 0.4);
}
.yza0z { display: flex; gap: 20px; margin-top: 16px; }
.yza0z img { width: 100px; height: 100px; border-radius: 8px; }

/* ============ Inner Page Styles ============ */
.gzztt {
  background: var(--gradient-primary);
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.gzztt h1 { font-size: 2.2rem; margin-bottom: 10px; }
.gzztt p { opacity: 0.85; font-size: 1rem; }

.pmrn1q2m { padding: 50px 0; }
.pmrn1q2m h2 { font-size: 1.6rem; margin-bottom: 20px; color: var(--text-dark); }
.pmrn1q2m h3 { font-size: 1.2rem; margin-bottom: 14px; color: var(--secondary); }
.pmrn1q2m p { margin-bottom: 16px; color: var(--text-light); line-height: 1.8; }

.sop86 { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.ly18tb9 {
  padding: 4px 12px;
  background: rgba(232, 69, 107, 0.08);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* ============ Community Cards ============ */
.wso15r {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.yqocp {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}
.yqocp:hover { transform: translateY(-4px); box-shadow: 0 12px 32px var(--shadow); }
.o99cw8 {
  height: 180px;
  overflow: hidden;
}
.o99cw8 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.yqocp:hover .o99cw8 img { transform: scale(1.05); }
.yds7zl2s { padding: 20px; }
.yds7zl2s h4 { font-size: 1rem; margin-bottom: 8px; }
.yds7zl2s p { font-size: 0.85rem; color: var(--text-light); }

/* ============ Tool Cards ============ */
.l5lvj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.re0giti9 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--border);
  transition: var(--transition);
  text-align: center;
}
.re0giti9:hover { border-color: var(--secondary); box-shadow: 0 8px 24px rgba(108, 58, 237, 0.1); }
.g96x1 {
  font-size: 2.5rem;
  margin-bottom: 14px;
}
.re0giti9 h4 { font-size: 1.05rem; margin-bottom: 8px; }
.re0giti9 p { font-size: 0.85rem; color: var(--text-light); }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .n9ipamxu { grid-template-columns: repeat(3, 1fr); }
  .jc07pla { grid-template-columns: repeat(2, 1fr); }
  .dm6a2e { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .tfqhlsh2 { display: flex; }
  .sg1jgier {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 16px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px var(--shadow);
  }
  .sg1jgier.open { display: flex; }
  .sg1jgier a { padding: 12px 16px; width: 100%; }

  .nlwbo { height: 400px; }
  .wlklxec h1 { font-size: 1.8rem; }
  .wlklxec p { font-size: 0.95rem; }

  .n9ipamxu { grid-template-columns: repeat(2, 1fr); }
  .ngurz { grid-template-columns: 1fr; }
  .jc07pla { grid-template-columns: repeat(2, 1fr); }
  .t2w9o { grid-template-columns: 1fr; }
  .tkph2vn1 { grid-template-columns: 1fr; }
  .th7s9i2 { grid-template-columns: repeat(2, 1fr); }
  .wso15r { grid-template-columns: repeat(2, 1fr); }
  .l5lvj { grid-template-columns: repeat(2, 1fr); }
  .dm6a2e { grid-template-columns: 1fr; gap: 24px; }

  .section { padding: 50px 0; }
  .sjelum h2 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  .n9ipamxu { grid-template-columns: 1fr; }
  .jc07pla { grid-template-columns: 1fr; }
  .th7s9i2 { grid-template-columns: 1fr; }
  .wso15r { grid-template-columns: 1fr; }
  .l5lvj { grid-template-columns: 1fr; }
  .jbl2d { flex-wrap: wrap; }
  .nlwbo { height: 340px; }
  .wlklxec h1 { font-size: 1.5rem; }
}

/* ============ Animations ============ */
.qhagzp2f {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.qhagzp2f.visible { opacity: 1; transform: translateY(0); }

/* Lazy Load Placeholder */
img[data-src] { background: linear-gradient(135deg, #f0e4f4 0%, #fff5f7 100%); min-height: 100px; }

/* ============ MCP Service Frontend ============ */
.bo6wz {
  background: linear-gradient(135deg, rgba(108, 58, 237, 0.05) 0%, rgba(232, 69, 107, 0.05) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin-top: 24px;
  text-align: center;
}
.bo6wz h4 { font-size: 1rem; margin-bottom: 8px; }
.bo6wz p { font-size: 0.85rem; color: var(--text-light); }
.r0ftzv {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 10px;
}
.r0ftzv::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ============ Expert Credentials ============ */
.hdggj {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 10px;
}
.dn9lf7 {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(108, 58, 237, 0.08);
  color: var(--secondary);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 500;
}

/* ============ Hero Stats ============ */
.d0gnmq1f {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  padding: 20px 0;
}
.s5kzao {
  text-align: center;
}
.s5kzao strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  margin-bottom: 4px;
}
.s5kzao span {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ============ Latest News / Timeline ============ */
.dcgxrw4 {
  max-width: 800px;
  margin: 0 auto;
}
.iw45j9 {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.iw45j9:hover {
  padding-left: 8px;
}
.diwdax {
  flex-shrink: 0;
  width: 80px;
  text-align: center;
  padding: 8px;
  background: rgba(232, 69, 107, 0.06);
  border-radius: 8px;
}
.diwdax strong {
  display: block;
  font-size: 1.3rem;
  color: var(--primary);
  line-height: 1;
}
.diwdax span {
  font-size: 0.72rem;
  color: var(--text-light);
}
.gif1syxm h4 {
  font-size: 0.95rem;
  margin-bottom: 4px;
}
.gif1syxm p {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* ============ Author Byline (EEAT) ============ */
.pnae6uoh {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-size: 0.85rem;
  color: var(--text-light);
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.pnae6uoh img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.pnae6uoh strong {
  color: var(--text-dark);
}

/* ============ Feature Card Meta ============ */
.gpc4cm .meta {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ============ Back to Top ============ */
.gn6iqv {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999;
  box-shadow: 0 4px 12px rgba(232, 69, 107, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gn6iqv.visible {
  opacity: 1;
  visibility: visible;
}
.gn6iqv:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(232, 69, 107, 0.4);
}
