/* 设计哲学：工业电影感新野兽派，以深色金属底、琥珀高光、清晰信息层和移动端优先阅读为核心。 */
:root {
  --bg: #090b0e;
  --bg-soft: #11161c;
  --panel: rgba(17, 22, 28, 0.88);
  --panel-strong: rgba(8, 10, 14, 0.94);
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 184, 77, 0.28);
  --text: #eef2f6;
  --muted: #aab3bc;
  --accent: #ffb84d;
  --accent-soft: rgba(255, 184, 77, 0.12);
  --accent-red: #ff6f3c;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Sans SC', sans-serif;
  background: radial-gradient(circle at top left, rgba(255, 184, 77, 0.08), transparent 28%), linear-gradient(180deg, #0a0d11 0%, #090b0e 100%);
  color: var(--text);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
.site-shell { min-height: 100vh; }
.drgxw8d {
  background: linear-gradient(90deg, rgba(255,184,77,0.12), rgba(255,111,60,0.08));
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
  color: var(--muted);
}
.aeq50a, .header-bar, .footer-grid, .hero-grid, .split-grid, .info-wrap, .cta-panel, .aeq50a {
  display: flex;
  gap: 18px;
}
.aeq50a { justify-content: space-between; padding: 10px 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 14, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-bar { align-items: center; justify-content: space-between; padding: 18px 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 14px; }
.brand-lockup strong, .site-nav a, .section-heading h2, h1, h2, h3, h4, h5, h6 { font-family: 'Teko', sans-serif; letter-spacing: 0.02em; }
.brand-lockup strong { font-size: 34px; line-height: 1; }
.brand-lockup span { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.logo, .footer-logo, .ycvy32xf { width: 58px; height: 58px; object-fit: contain; border-radius: 16px; background: rgba(255,255,255,0.03); padding: 8px; }
.site-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: var(--muted);
  transition: 0.3s ease;
  font-size: 14px;
}
.nav-link:hover, .nav-link.is-active { color: var(--text); border-color: rgba(255,184,77,0.35); background: rgba(255,184,77,0.09); }
.menu-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
}
.hero-section { position: relative; overflow: hidden; padding: 56px 0 28px; }
.hero-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.04);
}
.hero-grid { position: relative; align-items: stretch; }
.hero-copy { flex: 1.35; }
.u91t2pb4 { flex: 0.75; display: grid; gap: 18px; }
.panel {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 23, 29, 0.92), rgba(10, 13, 17, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255,184,77,0.06), transparent 40%);
  pointer-events: none;
}
.panel-hero, .inner-hero-panel, .tl0vsup, .service-card, .video-card, .expert-card, .imbmzutd, .faq-item, .fact-card, .process-card, .policy-panel, .contact-panel, .cta-panel, .media-panel, .text-panel, .timeline-item {
  padding: 28px;
}
.breadcrumb, .j92lmujd, .video-meta, .imbmzut, .muted, .ebyab, .eh3bgkk, .jrddsny, .frsavu80 { color: var(--muted); }
.breadcrumb { font-size: 14px; margin-bottom: 10px; }
.breadcrumb a { color: var(--text); }
.j92lmujd {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
}
h1 { font-size: clamp(42px, 7vw, 78px); line-height: 0.98; margin: 0 0 16px; }
h2 { font-size: clamp(30px, 4.2vw, 54px); line-height: 1; margin: 0 0 14px; }
h3 { font-size: 32px; line-height: 1; margin: 0 0 10px; }
h4 { font-size: 28px; line-height: 1; margin: 0 0 10px; }
h5 { font-size: 24px; line-height: 1; margin: 0 0 8px; }
h6 { font-size: 22px; line-height: 1; margin: 0 0 8px; }
p { margin: 0 0 14px; }
.ogt259 { font-size: 17px; max-width: 760px; }
.hero-actions, .cta-actions, .hi0gf5, .fjp5p7p, .video-details { display: flex; gap: 12px; flex-wrap: wrap; }
.solid-btn, .ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: 0.25s ease;
  font-weight: 700;
}
.solid-btn { background: linear-gradient(90deg, var(--accent), #ff924d); color: #16100a; }
.ghost-btn { border-color: rgba(255,255,255,0.12); background: rgba(255,255,255,0.03); }
.solid-btn:hover, .ghost-btn:hover { transform: translateY(-2px); }
.hi0gf5 > div, .fjp5p7p span, .video-details span {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  padding: 10px 14px;
  border-radius: 16px;
}
.hi0gf5 strong { display: block; font-family: 'Teko', sans-serif; font-size: 28px; line-height: 1; }
.section-block { padding: 34px 0; }
.section-heading { display: grid; gap: 10px; margin-bottom: 20px; }
.service-grid, .video-grid, .expert-grid, .review-grid, .faq-grid, .fact-grid, .process-grid { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fact-grid, .process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.video-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.expert-grid, .review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dark-band { background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0)); }
.split-grid { align-items: stretch; }
.split-grid > * { flex: 1; }
.reverse-grid { flex-direction: row-reverse; }
.cover-image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.info-wrap { align-items: stretch; margin-top: 18px; }
.info-wrap > * { flex: 1; }
.w6r30ili, .fbwus98k { display: grid; gap: 12px; }
.qwnr8, .v65k8gn {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.qwnr8:last-child, .v65k8gn:last-child { border-bottom: 0; }
.v65k8gn span, .qwnr8 span { color: var(--muted); max-width: 66%; }
.video-card {
  min-height: 320px;
  cursor: pointer;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255,184,77,0.24), transparent 34%),
    linear-gradient(180deg, rgba(18, 23, 29, 0.94), rgba(10, 13, 17, 0.98));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.video-card:hover, .video-card.is-active, .video-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  outline: none;
}
.video-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.video-overlay {
  position: absolute;
  inset: 18px 18px auto auto;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,184,77,0.98), rgba(255,111,60,0.92));
  color: #130d08;
  font-size: 28px;
  transform: scale(0.72);
  opacity: 0;
  transition: 0.24s ease;
}
.video-card:hover .video-overlay, .video-card.is-active .video-overlay, .video-card:focus-visible .video-overlay { opacity: 1; transform: scale(1); }
.video-meta, .imbmzut, .eh3bgkk, .jrddsny, .frsavu80 { font-size: 14px; }
.json-showcase {
  margin: 0;
  padding: 22px;
  min-height: 420px;
  border-radius: 20px;
  overflow: auto;
  background: rgba(0,0,0,0.36);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d6dfeb;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
.community-feed { display: grid; gap: 16px; }
.feed-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}
.feed-meta, .feed-extra { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 13px; margin-bottom: 8px; }
.feed-meta span, .feed-extra span, .mui5of9 {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}
.mui5of9 { display: inline-flex; margin: 6px; color: var(--text); }
.l0ar1 { padding: 18px; }
details summary {
  cursor: pointer;
  list-style: none;
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  line-height: 1;
  padding-right: 32px;
  position: relative;
}
details summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent);
  font-size: 28px;
}
details[open] summary::after { content: '−'; }
.cta-panel { justify-content: space-between; align-items: center; }
.site-footer { padding: 38px 0 60px; border-top: 1px solid rgba(255,255,255,0.05); background: rgba(0,0,0,0.22); }
.footer-grid { justify-content: space-between; align-items: flex-start; }
.footer-grid > * { flex: 1; }
.e07brzb0 { max-width: 520px; }
.ebyab { max-width: 720px; margin-top: 14px; }
.community-empty { color: var(--muted); }
@media (max-width: 1120px) {
  .service-grid, .video-grid, .fact-grid, .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expert-grid, .review-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .split-grid, .info-wrap, .cta-panel, .footer-grid, .aeq50a { flex-direction: column; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    right: 12px;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    padding: 12px;
    width: min(88vw, 320px);
    border-radius: 22px;
    background: rgba(10,13,17,0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .service-grid, .video-grid, .expert-grid, .review-grid, .faq-grid, .fact-grid, .process-grid { grid-template-columns: 1fr; }
  .panel-hero, .inner-hero-panel, .tl0vsup, .service-card, .video-card, .expert-card, .imbmzutd, .faq-item, .fact-card, .process-card, .policy-panel, .contact-panel, .cta-panel, .media-panel, .text-panel, .timeline-item { padding: 22px; }
  .drgxw8d { display: none; }
  h1 { font-size: 48px; }
  h2 { font-size: 38px; }
  h3 { font-size: 28px; }
  .v65k8gn, .qwnr8 { flex-direction: column; }
  .v65k8gn span, .qwnr8 span { max-width: 100%; }
  .video-overlay { width: 68px; height: 68px; opacity: 1; transform: scale(1); position: static; margin-bottom: 16px; }
  .cover-image { min-height: 280px; }
}
