:root {
  --primary: #00b894;
  --primary-dark: #047767;
  --primary-soft: rgba(0, 184, 148, 0.14);
  --accent: #ffd166;
  --bg: #061313;
  --surface: #0d2222;
  --surface-strong: #143333;
  --text: #f4fffb;
  --muted: #aac6c0;
  --border: rgba(255,255,255,0.12);
  --shadow: rgba(0,0,0,0.24);
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(0,184,148,.18), transparent 34rem),
    linear-gradient(180deg, #061313 0%, #081918 52%, #061313 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.72;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
header, nav, main, section, article, footer { display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: rgba(6, 19, 19, 0.92);
  backdrop-filter: blur(18px);
}
.mobile-header {
  height: 62px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}
.desktop-header { display: none; }
.logo img { width: 118px; height: auto; object-fit: contain; }
.mobile-logo { justify-self: center; }
.menu-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  color: var(--text);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.menu-button span {
  width: 19px;
  height: 2px;
  background: var(--text);
  border-radius: 8px;
}
.top-action-button, .main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  background: var(--primary);
  color: #03231e;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0,184,148,.18);
}
.top-action-button {
  padding: 12px 16px;
  font-size: 14px;
  white-space: nowrap;
}
.main-button {
  padding: 15px 22px;
  min-height: 48px;
}
.top-action-button:hover, .main-button:hover {
  filter: brightness(0.85);
}
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(82vw, 330px);
  height: 100vh;
  padding: 16px;
  background: #071817;
  border-right: 1px solid var(--border);
  transform: translateX(-105%);
  transition: transform .24s ease;
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-drawer a {
  padding: 13px 14px;
  border-radius: 14px;
  color: var(--muted);
}
.mobile-drawer a.active, .mobile-drawer a:hover {
  background: var(--primary-soft);
  color: var(--text);
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  margin-bottom: 4px;
  border-bottom: 1px solid var(--border);
}
.drawer-head img { width: 118px; }
.drawer-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  font-size: 28px;
}
.drawer-mask {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.42);
  opacity: 0;
  pointer-events: none;
  z-index: 70;
  transition: opacity .2s ease;
}
.nav-open .mobile-drawer { transform: translateX(0); }
.nav-open .drawer-mask { opacity: 1; pointer-events: auto; }
.search-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.search-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 2.2;
  stroke-linecap: round;
}
.container, main {
  width: min(1160px, calc(100% - 28px));
  margin-inline: auto;
}
.movie-hero, .page-hero, .banner-section {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
}
.movie-hero {
  margin-top: 22px;
  min-height: 520px;
  display: grid;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(6,19,19,.96), rgba(20,51,51,.78));
}
.movie-hero .hero-copy {
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.movie-hero .hero-media {
  min-height: 260px;
  background: #0b1c1c;
}
.movie-hero .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.hero-eyebrow, .data-badge, .page-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: #9ffbe7;
  border: 1px solid rgba(0,184,148,.28);
  font-size: 13px;
  font-weight: 800;
}
h1, h2, h3 { line-height: 1.18; margin: 0; }
h1 { font-size: clamp(32px, 8vw, 64px); letter-spacing: -0.05em; }
h2 { font-size: clamp(26px, 5vw, 42px); letter-spacing: -0.03em; }
h3 { font-size: 20px; }
p { margin: 0; color: var(--muted); }
.content-section {
  padding: 42px 0;
}
.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.section-head p { max-width: 760px; }
.responsive-grid, .category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.movie-card, .service-card, .info-card, .faq-item, .data-chart-panel {
  background: linear-gradient(180deg, rgba(20,51,51,.94), rgba(13,34,34,.94));
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 18px 34px var(--shadow);
}
.movie-card, .service-card, .info-card {
  padding: 18px;
}
.movie-card img, .service-card img {
  border-radius: 16px;
  margin-bottom: 14px;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.text-link {
  color: #9ffbe7;
  font-weight: 800;
  display: inline-flex;
  margin-top: 12px;
}
.text-link:hover { color: var(--accent); }
.trend-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.trend-list li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
}
.trend-list strong { color: var(--text); }
.trend-list span:first-child {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #03231e;
  font-weight: 900;
}
.data-chart-panel {
  padding: 18px;
  display: grid;
  gap: 16px;
}
.chart-bars {
  display: grid;
  gap: 10px;
}
.chart-bars div {
  position: relative;
  height: 38px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  overflow: hidden;
}
.chart-bars div::before {
  content: "";
  display: block;
  height: 100%;
  width: var(--w);
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: inherit;
}
.chart-bars span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding-left: 14px;
  color: #041918;
  font-weight: 900;
  mix-blend-mode: screen;
}
.device-showcase, .security-section, .parental-guidance-section, .cta-section {
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(20,51,51,.82), rgba(6,19,19,.82));
  overflow: hidden;
}
.device-showcase {
  display: grid;
  gap: 0;
}
.device-showcase .copy, .security-section, .parental-guidance-section, .cta-section {
  padding: 24px;
}
.device-showcase img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.alert-box {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,209,102,.3);
  background: rgba(255,209,102,.1);
  color: #ffe6a1;
}
.alert-box p { color: #ffe6a1; }
.page-hero {
  margin-top: 22px;
  padding: 38px 22px;
  background:
    linear-gradient(135deg, rgba(0,184,148,.16), transparent),
    linear-gradient(180deg, rgba(20,51,51,.92), rgba(13,34,34,.88));
}
.page-hero p { max-width: 820px; margin-top: 14px; }
.article-body {
  display: grid;
  gap: 18px;
  font-size: 16px;
}
.article-body p { color: #c6d8d5; }
.split-section {
  display: grid;
  gap: 18px;
}
.timeline {
  display: grid;
  gap: 14px;
  counter-reset: time;
}
.timeline .info-card {
  position: relative;
  padding-left: 56px;
}
.timeline .info-card::before {
  counter-increment: time;
  content: counter(time);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #03231e;
  font-weight: 900;
}
.faq-item {
  padding: 20px;
}
.faq-item h2, .faq-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.cta-section {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 40px 0 56px;
}
.site-footer {
  margin-top: 40px;
  padding: 38px 16px 24px;
  background: #04100f;
  border-top: 1px solid var(--border);
}
.footer-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.footer-grid section {
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}
.footer-links {
  width: min(1160px, 100%);
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.footer-links a { color: #9ffbe7; }
.copyright {
  width: min(1160px, 100%);
  margin: 18px auto 0;
  font-size: 13px;
}
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kpi {
  display: grid;
  gap: 4px;
}
.kpi b {
  font-size: 30px;
  color: var(--text);
}
.list-check {
  margin: 0;
  padding-left: 20px;
  color: #c6d8d5;
}
.list-check li { margin: 8px 0; }
@media (min-width: 680px) {
  .responsive-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .movie-hero {
    grid-template-columns: 1.05fr .95fr;
  }
  .movie-hero .hero-copy { padding: 44px; }
  .device-showcase { grid-template-columns: 1fr 1fr; align-items: center; }
  .split-section { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .mobile-header, .mobile-drawer, .drawer-mask { display: none; }
  .desktop-header {
    width: min(1240px, calc(100% - 44px));
    height: 76px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
  }
  .desktop-logo img { width: 142px; }
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .desktop-nav a {
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--muted);
    font-size: 14px;
    white-space: nowrap;
  }
  .desktop-nav a.active, .desktop-nav a:hover {
    color: var(--text);
    background: var(--primary-soft);
  }
  .desktop-tools {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .responsive-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
  .content-section { padding: 56px 0; }
}

.data-chart-panel img { border-radius: 16px; aspect-ratio: 16/9; object-fit: cover; }
