/* ============================================
   91 - 原创样式表
   品牌色系：深夜蓝黑 + 活力橙 + 科技青绿
   ============================================ */

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

:root {
  --primary: #1A1E2E;
  --accent-orange: #FF6B35;
  --accent-teal: #00D4AA;
  --bg-dark: #0F1219;
  --text-light: #E8ECF1;
  --text-muted: #8B95A5;
  --card-bg: #1E2336;
  --card-hover: #252A40;
  --border-color: #2A3048;
  --gradient-orange: linear-gradient(135deg, #FF6B35, #FF8F5E);
  --gradient-teal: linear-gradient(135deg, #00D4AA, #00F0C0);
  --shadow-card: 0 4px 24px rgba(0,0,0,0.3);
  --shadow-hover: 0 8px 32px rgba(255,107,53,0.15);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: all 0.3s ease;
}

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

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.7;
  overflow-x: hidden;
}

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

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

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Header & Navigation
   ============================================ */
.nodssq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(15, 18, 25, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}

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

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

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

.v4l3bu span {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-orange);
  letter-spacing: 1px;
}

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

.mrrha5q a {
  color: var(--text-light);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}

.mrrha5q a:hover,
.mrrha5q a.active {
  color: var(--accent-orange);
  background: rgba(255,107,53,0.1);
}

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

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

/* ============================================
   Search Bar
   ============================================ */
.x9bsa {
  background: var(--primary);
  padding: 16px 0;
  margin-top: 68px;
  border-bottom: 1px solid var(--border-color);
}

.r7by7bbv {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
  background: var(--card-bg);
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.r7by7bbv:focus-within {
  border-color: var(--accent-teal);
  box-shadow: 0 0 0 3px rgba(0,212,170,0.15);
}

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

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

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

.r7by7bbv button:hover {
  opacity: 0.9;
}

/* ============================================
   Banner / Hero Section
   ============================================ */
.sfxhc6 {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-dark);
}

.sfxhc6 .q9131tt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  filter: brightness(0.6);
}

.sfxhc6 .lqft2a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(15,18,25,0.3) 0%, rgba(15,18,25,0.85) 100%);
}

.c33j24h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 40px 20px;
}

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

.c33j24h1 h1 .q0jyiyo {
  color: var(--accent-orange);
}

.c33j24h1 p {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.8;
}

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

.p94aa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gradient-orange);
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.p94aa:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,53,0.35);
  color: #fff;
}

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

.w8kxa:hover {
  background: var(--accent-teal);
  color: var(--bg-dark);
  transform: translateY(-2px);
}

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

.mg2axd {
  background: var(--primary);
}

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

.gm9ubsqd h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.gm9ubsqd h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-orange);
  border-radius: 3px;
}

.gm9ubsqd p {
  color: var(--text-muted);
  font-size: 1rem;
  margin-top: 16px;
}

/* ============================================
   Video Card Grid
   ============================================ */
.pq3dga {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.si6q78zj {
  background: var(--card-bg);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

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

.iavxa {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}

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

.si6q78zj:hover .iavxa img {
  transform: scale(1.05);
}

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

.iavxa:hover .n15nh45 {
  opacity: 1;
}

.lnhzgco {
  width: 56px;
  height: 56px;
  background: var(--accent-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.lnhzgco::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;
}

.lnhzgco:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255,107,53,0.5);
}

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

.xpa4769n {
  padding: 16px;
}

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

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

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

.jv55gi {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.jv55gi .tag {
  background: rgba(0,212,170,0.1);
  color: var(--accent-teal);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ============================================
   Feature Cards (游戏传媒 / AI赋能)
   ============================================ */
.k4woqg8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.af8oi {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

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

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

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

.af8oi p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ============================================
   Expert / Team Section
   ============================================ */
.ns0f7li {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.mmjlu {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.mmjlu:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.feh56 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--accent-orange);
}

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

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

.wd3kwuu {
  color: var(--accent-teal);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 12px;
}

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

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

.zvyg6sy a {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px solid var(--accent-teal);
  color: var(--accent-teal);
  transition: var(--transition);
}

.zvyg6sy a:hover {
  background: var(--accent-teal);
  color: var(--bg-dark);
}

/* ============================================
   Reviews / Testimonials
   ============================================ */
.kjx8rx {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

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

.unv4d5q9:hover {
  border-color: var(--accent-teal);
}

.qrfxyyoy {
  color: var(--accent-orange);
  font-size: 1rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.unv4d5q9 blockquote {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

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

.t0ezcjd-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.t0ezcjd-info strong {
  font-size: 0.9rem;
  display: block;
}

.t0ezcjd-info span {
  color: var(--text-muted);
  font-size: 0.8rem;
}

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

.n9wcjo {
  background: var(--card-bg);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: var(--transition);
}

.n9wcjo:hover {
  border-color: var(--accent-teal);
}

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

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

.n9wcjo.active .h77al4u::after {
  content: '-';
}

.lqkao6n8 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.lqkao6n8-inner {
  padding: 0 24px 18px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.n9wcjo.active .lqkao6n8 {
  max-height: 300px;
}

/* ============================================
   Contact Section
   ============================================ */
.tiiy6m {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.pwstj5z {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px;
  text-align: center;
  border: 1px solid var(--border-color);
}

.pwstj5z h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--accent-teal);
}

.pwstj5z p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.pwstj5z img {
  max-width: 160px;
  margin: 16px auto 0;
  border-radius: var(--radius-sm);
}

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

.hq3v5z {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border-color);
  position: relative;
  counter-increment: step;
}

.hq3v5z::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 24px;
  width: 32px;
  height: 32px;
  background: var(--gradient-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.hq3v5z h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 6px;
}

.hq3v5z p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

/* ============================================
   Share Buttons
   ============================================ */
.z3cm4n {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.svpsb {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
  border: none;
}

.svpsb:hover {
  transform: translateY(-2px);
  opacity: 0.9;
  color: #fff;
}

.pfu4fcf { background: #07C160; }
.ya4awz0 { background: #E6162D; }
.whfeyzp { background: #161823; border: 1px solid #333; }
.vxsxa { background: #00A1D6; }

/* ============================================
   Footer
   ============================================ */
.fyl73l {
  background: var(--primary);
  border-top: 1px solid var(--border-color);
  padding: 48px 0 24px;
}

.k6nmx64 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

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

.xg26j3l p,
.xg26j3l a {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 2;
  display: block;
}

.xg26j3l a:hover {
  color: var(--accent-teal);
}

.xg26j3l img {
  max-width: 120px;
  border-radius: var(--radius-sm);
  margin-top: 8px;
}

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

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

.wxohp img {
  height: 32px;
}

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

.kp9x9prp {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 0.88rem;
}

.kp9x9prp li::after {
  content: '>';
  margin-left: 8px;
  color: var(--text-muted);
}

.kp9x9prp li:last-child::after {
  display: none;
}

.kp9x9prp li:last-child {
  color: var(--text-muted);
}

/* ============================================
   Inner Page Content
   ============================================ */
.hor6vp {
  padding: 48px 0 72px;
}

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

.hor6vp h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 28px 0 12px;
  color: var(--accent-orange);
}

.hor6vp p {
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

.f8t9si1 {
  border-radius: var(--radius);
  margin: 24px 0;
  overflow: hidden;
}

/* ============================================
   Community Cards
   ============================================ */
.k9ukw {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.pxkfc {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.pxkfc:hover {
  border-color: var(--accent-teal);
  transform: translateY(-3px);
}

.semnquy {
  font-size: 2.4rem;
  margin-bottom: 12px;
}

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

.pxkfc p {
  color: var(--text-muted);
  font-size: 0.82rem;
}

/* ============================================
   Partner Logo Wall
   ============================================ */
.lr9u3mru {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

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

.dpepn:hover {
  border-color: var(--accent-orange);
  color: var(--accent-orange);
}

/* ============================================
   Lazy Loading
   ============================================ */
.ux9u8i {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ux9u8i.loaded {
  opacity: 1;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 768px) {
  .mrrha5q {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    background: rgba(15,18,25,0.98);
    flex-direction: column;
    padding: 20px;
    gap: 4px;
    border-bottom: 1px solid var(--border-color);
  }

  .mrrha5q.open {
    display: flex;
  }

  .mrrha5q a {
    padding: 12px 16px;
    width: 100%;
    text-align: center;
  }

  .gdn887 {
    display: flex;
  }

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

  .c33j24h1 p {
    font-size: 1rem;
  }

  .sfxhc6 {
    min-height: 400px;
  }

  .section {
    padding: 48px 0;
  }

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

  .pq3dga {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

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

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

@media (max-width: 480px) {
  .kzalm39 {
    height: 56px;
  }

  .x9bsa {
    margin-top: 56px;
  }

  .breadcrumb {
    margin-top: 56px;
  }

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

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

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

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

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

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

/* ============================================
   Authority / Trust Section
   ============================================ */
.fww0z {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}

.a9ltr5o {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

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

.fot2e7gt {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

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

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

.tjsswzz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ecmb1b9t {
  background: rgba(0,212,170,0.08);
  color: var(--text-muted);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.78rem;
  border: 1px solid rgba(0,212,170,0.15);
}

/* ============================================
   Update Bar
   ============================================ */
.t9z9b {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255,107,53,0.06);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,107,53,0.15);
  color: var(--text-muted);
  font-size: 0.88rem;
}

.ozula5 {
  width: 8px;
  height: 8px;
  background: var(--accent-orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

/* ============================================
   Video Date Badge
   ============================================ */
.fkehu57 {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0,212,170,0.85);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
}

/* ============================================
   Hero Stats
   ============================================ */
.wia5jof {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.xhedfog3 {
  text-align: center;
}

.xhedfog3 strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent-orange);
  line-height: 1.2;
}

.xhedfog3 span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================
   MCP Service Frontend (Decorative)
   ============================================ */
.mk1cbw {
  background: var(--card-bg);
  border-radius: var(--radius-sm);
  padding: 16px;
  border: 1px solid var(--border-color);
  margin-top: 16px;
}

.mk1cbw .boj3c4a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--accent-teal);
}

.mk1cbw .hwx2dwxw {
  width: 8px;
  height: 8px;
  background: var(--accent-teal);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
