/* ========================================
   国产 - 原创样式表
   品牌色系：深靛蓝 + 龙珠橙金 + 宇宙紫
   ======================================== */

/* CSS Variables */
:root {
  --primary: #FF6B00;
  --primary-light: #FF9A3C;
  --primary-dark: #CC5500;
  --secondary: #1A0A3E;
  --secondary-light: #2D1B69;
  --accent: #FFD700;
  --accent-glow: #FFAA00;
  --bg-dark: #0B0620;
  --bg-card: #150D35;
  --bg-card-hover: #1E1450;
  --text-primary: #F0EBF8;
  --text-secondary: #A89CC8;
  --text-muted: #6B5E8A;
  --border-color: #2A1D55;
  --gradient-hero: linear-gradient(135deg, #0B0620 0%, #1A0A3E 40%, #2D1B69 100%);
  --gradient-orange: linear-gradient(135deg, #FF6B00, #FFD700);
  --gradient-card: linear-gradient(180deg, rgba(26,10,62,.9), rgba(11,6,32,.95));
  --shadow-glow: 0 0 20px rgba(255,107,0,.3);
  --shadow-card: 0 8px 32px rgba(0,0,0,.4);
  --radius: 12px;
  --radius-sm: 8px;
  --max-width: 1280px;
  --nav-height: 68px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--primary-light); text-decoration: none; transition: color .3s; }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
.lo0va { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* ===== HEADER / NAV ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(11,6,32,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  height: var(--nav-height);
}
.odfmprg {
  max-width: var(--max-width); margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  height: var(--nav-height);
}
.7fsboi { display: flex; align-items: center; gap: 10px; }
.7fsboi img { height: 42px; width: auto; }
.7fsboi span { font-size: 1.3rem; font-weight: 800; background: var(--gradient-orange); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-menu { display: flex; align-items: center; gap: 6px; }
.nav-menu a {
  padding: 8px 16px; border-radius: var(--radius-sm);
  font-size: .9rem; font-weight: 500; color: var(--text-secondary);
  transition: all .3s;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--primary); background: rgba(255,107,0,.1); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: .3s; }

/* Search Bar */
.6y6ncf {
  max-width: var(--max-width); margin: 0 auto; padding: 12px 20px;
  background: rgba(21,13,53,.8);
  border-bottom: 1px solid var(--border-color);
}
.search-wrap {
  display: flex; max-width: 600px; margin: 0 auto;
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: 24px; overflow: hidden;
}
.search-wrap input {
  flex: 1; padding: 10px 20px; border: none; background: transparent;
  color: var(--text-primary); font-size: .9rem; outline: none;
}
.search-wrap input::placeholder { color: var(--text-muted); }
.search-wrap button {
  padding: 10px 24px; border: none; background: var(--gradient-orange);
  color: #fff; font-weight: 600; cursor: pointer; font-size: .9rem;
  transition: opacity .3s;
}
.search-wrap button:hover { opacity: .85; }

/* ===== HERO BANNER ===== */
.er9ol {
  position: relative; min-height: 560px;
  display: flex; align-items: center; justify-content: center;
  margin-top: var(--nav-height);
  overflow: hidden;
}
.83zrg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  filter: brightness(.55);
}
.zcw7o9h {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(11,6,32,.3) 0%, rgba(11,6,32,.85) 100%);
}
.yq2b47ek {
  position: relative; z-index: 2; text-align: center;
  max-width: 800px; padding: 40px 20px;
}
.yq2b47ek h1 {
  font-size: 2.8rem; font-weight: 900; margin-bottom: 16px;
  background: var(--gradient-orange); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  text-shadow: none;
}
.yq2b47ek p {
  font-size: 1.15rem; color: var(--text-secondary);
  margin-bottom: 28px; line-height: 1.8;
}
.mh7j83n { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 28px; }
.mh7j83n span {
  padding: 6px 18px; border-radius: 20px; font-size: .85rem;
  background: rgba(255,107,0,.15); color: var(--primary-light);
  border: 1px solid rgba(255,107,0,.3);
}
.zl8f0j {
  display: inline-block; padding: 14px 36px; border-radius: 28px;
  background: var(--gradient-orange); color: #fff; font-weight: 700;
  font-size: 1rem; transition: all .3s; box-shadow: var(--shadow-glow);
}
.zl8f0j:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(255,107,0,.5); color: #fff; }

/* ===== SECTIONS ===== */
.82ncc { padding: 72px 0; }
.dusexz9o { text-align: center; margin-bottom: 48px; }
.dusexz9o h2 {
  font-size: 2rem; font-weight: 800; margin-bottom: 12px;
  background: var(--gradient-orange); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.dusexz9o p { color: var(--text-secondary); font-size: 1rem; max-width: 600px; margin: 0 auto; }

/* ===== VIDEO GRID ===== */
.8xr3fdx1 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.video-card {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border-color);
  transition: all .35s; cursor: pointer;
}
.video-card:hover { transform: translateY(-6px); border-color: var(--primary); box-shadow: var(--shadow-glow); }
.1thir {
  position: relative; overflow: hidden;
  aspect-ratio: 16/9;
}
.1thir img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.video-card:hover .1thir img { transform: scale(1.08); }
.iwb59 {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(11,6,32,.5);
  opacity: 0; transition: opacity .35s;
}
.video-card:hover .iwb59 { opacity: 1; }
.9b5etmwz {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--gradient-orange); background: linear-gradient(135deg, #FF6B00, #FFD700);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 24px rgba(255,107,0,.6);
}
.9b5etmwz::after {
  content: ''; display: block;
  width: 0; height: 0;
  border-style: solid; border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}
.b3fdr { padding: 16px; }
.b3fdr h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; color: var(--text-primary); line-height: 1.5; }
.orqnmd2 { display: flex; gap: 14px; font-size: .8rem; color: var(--text-muted); margin-bottom: 8px; }
.woz16 {
  display: inline-block; padding: 3px 12px; border-radius: 12px;
  font-size: .75rem; background: rgba(255,107,0,.15); color: var(--primary-light);
}

/* ===== SERVICE CARDS ===== */
.7gd4ejm9 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.abzwai {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 32px 24px; border: 1px solid var(--border-color);
  text-align: center; transition: all .35s;
}
.abzwai:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-glow); }
.6a8zj0z5 { font-size: 2.5rem; margin-bottom: 16px; }
.abzwai h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; color: var(--accent); }
.abzwai p { font-size: .88rem; color: var(--text-secondary); line-height: 1.7; }

/* ===== ENTERTAINMENT CARDS ===== */
.nmizse { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.iver3 {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border-color);
  transition: all .35s;
}
.iver3:hover { transform: translateY(-4px); border-color: var(--accent); }
.iver3 .5myq2xtg { aspect-ratio: 3/4; overflow: hidden; }
.iver3 .5myq2xtg img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.iver3:hover .5myq2xtg img { transform: scale(1.06); }
.iver3 .b3ue7h0r { padding: 16px; }
.iver3 .b3ue7h0r h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.iver3 .b3ue7h0r .6xalm0 { font-size: .8rem; color: var(--text-muted); display: flex; gap: 12px; }
.iver3 .b3ue7h0r .1wthvieb { display: inline-block; margin-top: 8px; padding: 3px 12px; border-radius: 12px; font-size: .75rem; background: rgba(255,215,0,.15); color: var(--accent); }

/* ===== AI SECTION ===== */
.1tc7w { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.8uzo5 {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 28px; border: 1px solid var(--border-color);
  display: flex; gap: 20px; align-items: flex-start;
  transition: all .35s;
}
.8uzo5:hover { border-color: var(--primary); box-shadow: var(--shadow-glow); }
.8uzo5 .kql0r { font-size: 2rem; flex-shrink: 0; }
.8uzo5 h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: var(--accent); }
.8uzo5 p { font-size: .88rem; color: var(--text-secondary); line-height: 1.7; }

/* ===== COMMUNITY SECTION ===== */
.7yrl4b8 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.owqgog6c {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 24px; border: 1px solid var(--border-color);
  transition: all .35s;
}
.owqgog6c:hover { border-color: var(--primary); transform: translateY(-3px); }
.owqgog6c h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; color: var(--primary-light); }
.owqgog6c p { font-size: .88rem; color: var(--text-secondary); line-height: 1.7; }
.jmmqd { font-size: 1.8rem; margin-bottom: 12px; }

/* ===== EXPERT TEAM ===== */
.gtydczz { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.91zbn {
  background: var(--bg-card); border-radius: var(--radius);
  overflow: hidden; border: 1px solid var(--border-color);
  text-align: center; transition: all .35s;
}
.91zbn:hover { border-color: var(--accent); transform: translateY(-4px); }
.91zbn .ygyc51 {
  width: 100%; aspect-ratio: 1; overflow: hidden;
}
.91zbn .ygyc51 img { width: 100%; height: 100%; object-fit: cover; }
.91zbn .1fimi { padding: 16px; }
.91zbn h3 { font-size: 1rem; font-weight: 700; color: var(--accent); margin-bottom: 4px; }
.91zbn .vgz5l2jj { font-size: .82rem; color: var(--primary-light); margin-bottom: 8px; }
.91zbn p { font-size: .82rem; color: var(--text-secondary); line-height: 1.6; }
.p8ihh { display: flex; gap: 8px; justify-content: center; margin-top: 12px; }
.p8ihh a {
  padding: 6px 14px; border-radius: 16px; font-size: .78rem;
  border: 1px solid var(--primary); color: var(--primary-light);
  transition: all .3s;
}
.p8ihh a:hover { background: var(--primary); color: #fff; }

/* ===== HOW TO JOIN ===== */
.9pzgvm9j { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.o4fz2 {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 28px 20px; border: 1px solid var(--border-color);
  text-align: center; position: relative;
}
.03ioe {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient-orange); color: #fff;
  font-size: 1.3rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.o4fz2 h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; color: var(--accent); }
.o4fz2 p { font-size: .85rem; color: var(--text-secondary); }

/* ===== PARTNERS ===== */
.eh0t53m7 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.cg2s9 {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 20px; border: 1px solid var(--border-color);
  text-align: center; transition: all .3s;
}
.cg2s9:hover { border-color: var(--accent); }
.cg2s9 h4 { font-size: .9rem; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.cg2s9 span { font-size: .75rem; color: var(--text-muted); }

/* ===== FAQ ===== */
.4byyzq { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--bg-card); border-radius: var(--radius);
  margin-bottom: 12px; border: 1px solid var(--border-color);
  overflow: hidden;
}
.faq-q {
  padding: 18px 24px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: .95rem; color: var(--text-primary);
  transition: background .3s;
}
.faq-q:hover { background: rgba(255,107,0,.05); }
.faq-q .3gdl07c { color: var(--primary); font-size: 1.2rem; transition: transform .3s; }
.faq-item.active .3gdl07c { transform: rotate(180deg); }
.e64pj9 {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
  padding: 0 24px; color: var(--text-secondary); font-size: .9rem; line-height: 1.8;
}
.faq-item.active .e64pj9 { max-height: 300px; padding: 0 24px 18px; }

/* ===== REVIEWS ===== */
.3k5ud1 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.v64xf {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 24px; border: 1px solid var(--border-color);
}
.jtah4wv { color: var(--accent); font-size: 1rem; margin-bottom: 12px; letter-spacing: 2px; }
.v64xf blockquote { font-size: .9rem; color: var(--text-secondary); line-height: 1.8; margin-bottom: 14px; font-style: italic; }
.zfrv6u6 { display: flex; align-items: center; gap: 10px; }
.zfrv6u6 .avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--gradient-orange); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: .85rem; }
.zfrv6u6 .info span { display: block; }
.zfrv6u6 .info .name { font-size: .88rem; font-weight: 600; color: var(--text-primary); }
.zfrv6u6 .info .date { font-size: .75rem; color: var(--text-muted); }

/* ===== SHARE BUTTONS ===== */
.bsragjr { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.share-btn {
  padding: 10px 22px; border-radius: 24px; border: 1px solid var(--border-color);
  background: var(--bg-card); color: var(--text-secondary);
  font-size: .85rem; cursor: pointer; transition: all .3s;
}
.share-btn:hover { border-color: var(--primary); color: var(--primary-light); background: rgba(255,107,0,.1); }

/* ===== CONTACT GRID ===== */
.ijwoy { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.jcgqmxjy {
  background: var(--bg-card); border-radius: var(--radius);
  padding: 24px; border: 1px solid var(--border-color);
  text-align: center;
}
.jcgqmxjy h3 { font-size: 1rem; font-weight: 700; color: var(--primary-light); margin-bottom: 10px; }
.jcgqmxjy p { font-size: .85rem; color: var(--text-secondary); margin-bottom: 6px; }
.jcgqmxjy img { max-width: 140px; margin: 10px auto 0; border-radius: var(--radius-sm); }

/* ===== FOOTER ===== */
.9q0p3r {
  background: var(--secondary); border-top: 1px solid var(--border-color);
  padding: 48px 0 24px;
}
.ij1rdt {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px;
  margin-bottom: 32px;
}
.yqv0pcq .6qvz6g { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.yqv0pcq .6qvz6g img { height: 36px; }
.yqv0pcq .6qvz6g span { font-size: 1.1rem; font-weight: 800; background: var(--gradient-orange); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.yqv0pcq p { font-size: .85rem; color: var(--text-secondary); line-height: 1.7; }
.mowjs30 h4 { font-size: .95rem; font-weight: 700; color: var(--accent); margin-bottom: 14px; }
.mowjs30 a { display: block; font-size: .85rem; color: var(--text-secondary); padding: 4px 0; transition: color .3s; }
.mowjs30 a:hover { color: var(--primary-light); }
.3zq3w {
  border-top: 1px solid var(--border-color); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .8rem; color: var(--text-muted); flex-wrap: wrap; gap: 10px;
}
.3zq3w a { color: var(--text-muted); }
.3zq3w a:hover { color: var(--primary-light); }

/* ===== PAGE HERO (inner pages) ===== */
.8tmx8r {
  margin-top: var(--nav-height); padding: 64px 20px;
  background: var(--gradient-hero); text-align: center;
  border-bottom: 1px solid var(--border-color);
}
.8tmx8r h1 {
  font-size: 2.2rem; font-weight: 900;
  background: var(--gradient-orange); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 12px;
}
.8tmx8r p { color: var(--text-secondary); font-size: 1.05rem; }

/* ===== BREADCRUMB ===== */
.v7a2h49 { padding: 14px 0; font-size: .82rem; color: var(--text-muted); }
.v7a2h49 a { color: var(--text-secondary); }
.v7a2h49 a:hover { color: var(--primary-light); }
.v7a2h49 span { margin: 0 6px; }

/* ===== ARTICLE CONTENT ===== */
.2p95v { max-width: 860px; margin: 0 auto; }
.2p95v h2 { font-size: 1.6rem; font-weight: 800; color: var(--accent); margin: 32px 0 16px; }
.2p95v h3 { font-size: 1.2rem; font-weight: 700; color: var(--primary-light); margin: 24px 0 12px; }
.2p95v p { font-size: .95rem; color: var(--text-secondary); line-height: 1.9; margin-bottom: 16px; }

/* ===== LAZY LOAD ===== */
img[data-src] { opacity: 0; transition: opacity .5s; }
img[data-src].loaded, img.loaded { opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .8xr3fdx1, .7gd4ejm9 { grid-template-columns: repeat(2, 1fr); }
  .gtydczz, .9pzgvm9j, .ijwoy { grid-template-columns: repeat(2, 1fr); }
  .eh0t53m7 { grid-template-columns: repeat(3, 1fr); }
  .ij1rdt { grid-template-columns: 1fr 1fr; }
  .nmizse { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  :root { --nav-height: 60px; }
  .nav-menu { display: none; position: fixed; top: var(--nav-height); left: 0; right: 0; background: rgba(11,6,32,.98); flex-direction: column; padding: 20px; gap: 4px; border-bottom: 1px solid var(--border-color); }
  .nav-menu.active { display: flex; }
  .nav-toggle { display: flex; }
  .er9ol { min-height: 420px; }
  .yq2b47ek h1 { font-size: 1.8rem; }
  .yq2b47ek p { font-size: 1rem; }
  .8xr3fdx1, .7gd4ejm9, .1tc7w, .7yrl4b8, .3k5ud1 { grid-template-columns: 1fr; }
  .nmizse { grid-template-columns: repeat(2, 1fr); }
  .gtydczz, .9pzgvm9j, .ijwoy { grid-template-columns: 1fr; }
  .eh0t53m7 { grid-template-columns: repeat(2, 1fr); }
  .ij1rdt { grid-template-columns: 1fr; }
  .dusexz9o h2 { font-size: 1.5rem; }
  .3zq3w { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .nmizse { grid-template-columns: 1fr; }
  .yq2b47ek h1 { font-size: 1.5rem; }
  .mh7j83n span { font-size: .78rem; padding: 4px 12px; }
}
