:root {
  --guazi-cyan: #12d8f4;
  --guazi-lime: #b9f227;
  --guazi-ink: #101417;
  --guazi-card: rgba(18, 24, 29, 0.88);
}

.logo a {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
}

.logo img.logo1,
.logo img.logo2 {
  width: 150px;
  height: 50px;
  max-width: none;
  object-fit: contain;
}

.header-box {
  min-height: 72px;
}

.searchbar {
  border-radius: 14px;
}

.seo-page-title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.search-input,
.search-btn,
.main-btn,
.btn-large,
.module-poster-item,
.module-card-item {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.search-input:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--guazi-lime);
  outline-offset: 3px;
}

.guazi-intro {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 22px 0 30px;
  padding: 24px 28px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 12%, rgba(185, 242, 39, 0.2), transparent 34%),
    linear-gradient(125deg, #11191f 0%, #13252c 58%, #14342f 100%);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.guazi-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 180px;
  height: 180px;
  left: -80px;
  bottom: -115px;
  border-radius: 50%;
  background: rgba(18, 216, 244, 0.18);
  filter: blur(4px);
}

.guazi-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--guazi-lime);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.guazi-intro h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.guazi-intro p {
  max-width: 720px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7;
}

.guazi-intro-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  min-width: 235px;
}

.guazi-intro-tags span {
  padding: 8px 12px;
  color: #efffc5;
  font-size: 12px;
  white-space: nowrap;
  border: 1px solid rgba(185, 242, 39, 0.24);
  border-radius: 999px;
  background: rgba(185, 242, 39, 0.09);
}

.banner .guazi-banner-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.module-item-pic img {
  background: linear-gradient(135deg, rgba(18, 216, 244, 0.06), rgba(185, 242, 39, 0.06));
}

@media (hover: hover) and (pointer: fine) {
  .module-poster-item:hover,
  .module-card-item:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 767px) {
  html.vod-detail-page,
  html.vod-play-page,
  html.vod-detail-page body,
  html.vod-play-page body {
    overscroll-behavior-y: none;
  }

  .logo a {
    min-height: 44px;
  }

  .logo img.logo1,
  .logo img.logo2 {
    width: 132px;
    height: 44px;
  }

  .header-box {
    min-height: 56px;
  }

  .seo-page-title {
    font-size: 18px;
  }

  .search-input {
    font-size: 16px;
  }

  .guazi-intro {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
