/* 成品5 · 钴蓝航图：夜航蓝 + 冰青呼吸点。区别成品1霓虹、成品2青瓷、成品3赤陶、成品4灯金 */
:root {
  --p5-night: #07111f;
  --p5-deep: #0b1a30;
  --p5-panel: #12263f;
  --p5-ice: #9ec5ff;
  --p5-cobalt: #2f6fdb;
  --p5-ember: #e57a3a;
  --p5-text: #e8eef8;
  --p5-muted: #8fa3c0;
  --p5-line: rgba(158, 197, 255, 0.16);
  --paper: #12263f;
  --p5-page: 1080px;
  --p5-pad: 20px;
  --p5-rail: 188px;
  --pink: #2f6fdb;
  --blue: #9ec5ff;
  --green: #e57a3a;
  --orange: #e57a3a;
  --ink: #e8eef8;
  --muted: #8fa3c0;
  --panel: #12263f;
  --line: rgba(158, 197, 255, 0.16);
  --yzz-accent: #2f6fdb;
  --yzz-accent-deep: #1e4fa8;
  --yzz-nav-bg: #0b1a30;
  --yzz-ink: #e8eef8;
  --yzz-muted: #8fa3c0;
  --yzz-header-bg: #0b1a30;
  --portal-accent: #2f6fdb;
  color-scheme: dark;
}

html {
  color-scheme: dark;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html.pack5-cobalt,
html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz,
html.pack5-cobalt body {
  color-scheme: dark !important;
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(47, 111, 219, 0.22), transparent 58%),
    radial-gradient(700px 380px at 100% 12%, rgba(229, 122, 58, 0.1), transparent 52%),
    linear-gradient(180deg, #07111f 0%, #0b1a30 46%, #07111f 100%) !important;
  color: var(--p5-text) !important;
  --paper: #12263f;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  word-break: break-word;
}

html.pack5-cobalt body.pack5-cobalt img {
  max-width: 100%;
  height: auto;
}

html.pack5-cobalt body.pack5-cobalt video {
  max-width: 100%;
  object-fit: contain;
  background: #000;
}

html.pack5-cobalt body.pack5-cobalt a,
html.pack5-cobalt body.pack5-cobalt button,
html.pack5-cobalt body.pack5-cobalt input,
html.pack5-cobalt body.pack5-cobalt select {
  touch-action: manipulation;
}

html.pack5-cobalt body.pack5-cobalt input,
html.pack5-cobalt body.pack5-cobalt select,
html.pack5-cobalt body.pack5-cobalt textarea {
  font-size: 16px;
}

.pack5-orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.pack5-orbs span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158, 197, 255, 0.28) 0%, rgba(47, 111, 219, 0.04) 55%, transparent 72%);
  animation: pack5-breathe 7s ease-in-out infinite;
}

.pack5-orbs i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cfe0ff;
  opacity: 0.55;
  box-shadow: 0 0 10px rgba(158, 197, 255, 0.8);
  animation: pack5-rise 18s linear infinite;
}

@keyframes pack5-breathe {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.72);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.12);
  }
}

@keyframes pack5-rise {
  0% {
    transform: translateY(12vh);
    opacity: 0;
  }
  12% {
    opacity: 0.7;
  }
  100% {
    transform: translateY(-110vh);
    opacity: 0;
  }
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header,
html.pack5-cobalt body.pack5-cobalt .page-main,
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer {
  position: relative;
  z-index: 1;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .container,
html.pack5-cobalt body.pack5-cobalt .container,
html.pack5-cobalt body.pack5-cobalt .watch-layout,
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: var(--p5-pad) !important;
  padding-right: var(--p5-pad) !important;
}

/* —— 头部：左侧航图轨 + 顶搜 —— */
html.pack5-cobalt body.pack5-cobalt .yzz-site-header--cinema {
  position: relative;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.pack5-rail {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #091526;
  border-right: 1px solid var(--p5-line);
  padding: 12px 8px 16px;
}

.pack5-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 8px var(--p5-pad);
  background: rgba(7, 17, 31, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--p5-line);
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--p5-text) !important;
  text-decoration: none;
  margin-bottom: 10px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__logo {
  width: 40px;
  height: 40px;
  border-radius: 4px !important;
  background: var(--p5-cobalt) !important;
  box-shadow: none !important;
  display: grid;
  place-items: center;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__titles {
  min-width: 0;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__titles strong {
  color: var(--p5-text) !important;
  font-size: 1.05rem;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__titles span {
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav {
  display: none !important;
  justify-content: flex-start !important;
  height: auto !important;
  flex: 0 0 auto;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__nav-group,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 1px !important;
  padding: 0 !important;
  margin: 0 0 4px !important;
  border: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__nav-group + .yzz-site-header__nav-group,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav-group + .yzz-site-header__nav-group {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border-left: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav-group[aria-label="发现入口"] a[href*="search.html"] {
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav-region {
  display: none !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__nav-cluster,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav-cluster {
  display: flex !important;
  flex-direction: column !important;
  gap: 1px !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__link {
  color: var(--p5-muted) !important;
  border-radius: 6px !important;
  border: 0 !important;
  border-left: 0 !important;
  padding: 6px 10px !important;
  background: transparent !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__link:hover,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__link.is-active,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__link--active {
  color: var(--p5-text) !important;
  background: rgba(47, 111, 219, 0.2) !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__search,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: auto !important;
  max-width: 42rem !important;
  margin: 0 !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 10px !important;
  background: #0e2038 !important;
  overflow: hidden;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search-icon {
  color: var(--p5-ice) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input[type="search"] {
  color: var(--p5-text) !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 42px;
  padding: 0 8px;
  -webkit-appearance: none;
  appearance: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input::-webkit-search-decoration,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input::-webkit-search-cancel-button,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input::-webkit-search-results-button,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search-submit {
  background: var(--p5-cobalt) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-height: 42px !important;
  padding: 0 16px !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__btn--primary {
  background: var(--p5-cobalt) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__actions,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__actions {
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__btn {
  border-radius: 8px !important;
  min-height: 40px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-header__btn--ghost {
  color: var(--p5-ice) !important;
  border: 1px solid var(--p5-line) !important;
  background: transparent !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__btn--solid,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__btn--solid {
  background: var(--p5-cobalt) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__burger,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__burger {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 8px !important;
  background: #0e2038 !important;
  color: var(--p5-ice) !important;
  box-shadow: none !important;
  padding: 11px 10px !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 5px !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__burger span,
html.pack5-cobalt body.pack5-cobalt .yzz-site-header__burger span {
  background: var(--p5-ice) !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .mobile-panel,
html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .mobile-panel.yzz-site-header__mobile,
html.pack5-cobalt body.pack5-cobalt .mobile-panel {
  display: none !important;
  position: fixed !important;
  inset: 0 0 0 auto !important;
  width: min(18rem, 86vw) !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  transform: translateX(110%) !important;
  visibility: hidden !important;
  pointer-events: none !important;
  overflow: hidden !important;
  background: #0b1a30 !important;
  border-left: 1px solid var(--p5-line) !important;
  box-shadow: none !important;
  z-index: 4000 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .mobile-panel.open,
html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .mobile-panel.yzz-site-header__mobile.open,
html.pack5-cobalt body.pack5-cobalt .mobile-panel.open {
  display: flex !important;
  flex-direction: column !important;
  transform: none !important;
  visibility: visible !important;
  pointer-events: auto !important;
  overflow-y: auto !important;
}

html.pack5-cobalt body.pack5-cobalt .mobile-backdrop {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 3990 !important;
}

html.pack5-cobalt body.pack5-cobalt .mobile-backdrop.open {
  display: block !important;
}

html.pack5-cobalt body.pack5-cobalt .mobile-panel a {
  color: var(--p5-text);
}

html.pack5-cobalt body.pack5-cobalt .mobile-panel a.is-active {
  background: rgba(47, 111, 219, 0.22);
  color: #fff;
}

@media (min-width: 1024px) {
  html.pack5-cobalt body.pack5-cobalt {
    display: grid !important;
    grid-template-columns: var(--p5-rail) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    grid-template-areas:
      "rail top"
      "rail main"
      "rail foot";
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-header--cinema {
    display: contents;
  }

  html.pack5-cobalt body.pack5-cobalt .pack5-rail {
    grid-area: rail;
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    z-index: 40;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  html.pack5-cobalt body.pack5-cobalt .pack5-top {
    grid-area: top;
    position: sticky;
    top: 0;
    z-index: 30;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__search,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search {
    flex: 1 1 auto;
    max-width: 42rem !important;
    margin: 0 !important;
  }

  html.pack5-cobalt body.pack5-cobalt .page-main {
    grid-area: main;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-footer {
    grid-area: foot;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__burger,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__burger,
  html.pack5-cobalt body.pack5-cobalt .mobile-backdrop,
  html.pack5-cobalt body.pack5-cobalt .mobile-panel {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header--cinema {
    position: sticky;
    top: 0;
    z-index: 120;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 8px;
    background: #091526 !important;
    padding: 8px 12px;
    padding-top: max(8px, env(safe-area-inset-top, 0px));
    box-shadow: none !important;
  }

  html.pack5-cobalt body.pack5-cobalt .pack5-rail {
    display: flex;
    flex: 0 0 40px;
    width: 40px;
    min-width: 40px;
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
    background: transparent !important;
    overflow: hidden;
  }

  html.pack5-cobalt body.pack5-cobalt .pack5-top {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 8px;
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    border: 0 !important;
    backdrop-filter: none !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__brand,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__brand {
    margin: 0 !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    overflow: hidden;
    gap: 0 !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__logo {
    width: 40px !important;
    height: 40px !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__titles {
    display: none !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__nav,
  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__actions,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__nav,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__actions {
    display: none !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__search,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search {
    max-width: none !important;
    min-width: 0 !important;
    flex: 1 1 auto;
    width: auto !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__search-icon {
    display: none !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-site-header--cinema .yzz-site-header__burger,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-header__burger {
    display: flex !important;
    flex: 0 0 44px;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .container,
  html.pack5-cobalt body.pack5-cobalt .container,
  html.pack5-cobalt body.pack5-cobalt .watch-layout,
  html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__stage,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__stage {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 16px 16px 8px !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__content,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__content {
    max-width: none !important;
    width: 100%;
    text-align: center !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-hero__title,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__title-accent {
    text-align: center;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__title-accent,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__title-accent {
    display: inline !important;
    margin-left: 0.35em;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__actions,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__actions {
    justify-content: center !important;
    width: 100%;
    margin: 0 0 12px !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock {
    padding: 0 16px 16px !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-home__band {
    padding: 12px 0 4px !important;
  }
}

/* —— 中部首页：标题 + 按钮，频道入口横排 —— */
html.pack5-cobalt body.pack5-cobalt .page-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  justify-self: stretch;
  padding: 0 !important;
  background: transparent !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-home > .section-block {
  padding-left: var(--p5-pad) !important;
  padding-right: var(--p5-pad) !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-home > .section-block .section-head {
  margin-bottom: 12px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero--cinema,
html.pack5-cobalt body.pack5-cobalt .yzz-hero--lotus {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  min-height: 0;
  background: #081525 !important;
  color: var(--p5-text) !important;
  border-bottom: 1px solid var(--p5-line);
  position: relative;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__backdrop-shade {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94) 0%, rgba(7, 17, 31, 0.72) 48%, rgba(7, 17, 31, 0.55) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.2), rgba(7, 17, 31, 0.9)) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__backdrop-glow {
  display: none !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__stage,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__stage {
  position: relative;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 16px var(--p5-pad) 8px !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__content {
  max-width: 40rem;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__kicker,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__lead,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__stats {
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__title,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__title-accent {
  color: var(--p5-text) !important;
  -webkit-text-fill-color: var(--p5-text) !important;
  font-size: clamp(1.5rem, 2.2vw, 1.95rem) !important;
  line-height: 1.25;
  margin: 0 0 10px !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__title-accent {
  display: inline !important;
  margin-left: 0.35em;
  color: var(--p5-ice) !important;
  -webkit-text-fill-color: var(--p5-ice) !important;
  font-weight: 600;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__actions,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px !important;
  position: relative;
  z-index: 1;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__btn,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__btn {
  transform: none !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__btn--outline {
  color: var(--p5-ice) !important;
  border: 1px solid var(--p5-line) !important;
  background: transparent !important;
  border-radius: 8px !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__dock,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-top: 0 !important;
  padding: 0 var(--p5-pad) 12px !important;
  background: transparent !important;
  border: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero__dock .container,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__dock-grid,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch;
  gap: 8px !important;
  grid-template-columns: none !important;
  height: auto !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__dock-card,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock-card {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 10rem;
  max-width: 13.5rem;
  min-height: 0 !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  background: rgba(18, 38, 63, 0.85) !important;
  border: 1px solid var(--p5-line) !important;
  color: #eef4ff !important;
  text-decoration: none;
  box-shadow: none !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__dock-text,
html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock-text {
  color: #eef4ff !important;
  font-size: 0.875rem;
  font-weight: 700;
}

html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: var(--p5-cobalt);
  color: #fff !important;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
}

html.pack5-cobalt body.pack5-cobalt .yzz-home__band,
html.pack5-cobalt body.pack5-cobalt .yzz-panel,
html.pack5-cobalt body.pack5-cobalt .yzz-panel--categories,
html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows,
html.pack5-cobalt body.pack5-cobalt .yzz-panel--list {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-home--magazine .yzz-home__band,
html.pack5-cobalt body.pack5-cobalt .yzz-home__band {
  padding: 12px 0 4px !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-section,
html.pack5-cobalt body.pack5-cobalt .yzz-section {
  margin-bottom: 0.85rem !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section__head {
  border-bottom: 1px solid var(--p5-line) !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section__title,
html.pack5-cobalt body.pack5-cobalt .section-head h2,
html.pack5-cobalt body.pack5-cobalt .page-hero h1 {
  color: var(--p5-text) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section__subtitle,
html.pack5-cobalt body.pack5-cobalt .page-hero p {
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-section--categories .yzz-section__head,
html.pack5-cobalt body.pack5-cobalt .yzz-section--categories .yzz-section__head {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between;
  gap: 8px !important;
  margin-bottom: 8px !important;
  padding-bottom: 8px !important;
  border-bottom: 1px solid var(--p5-line) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section--categories .yzz-section__head-main {
  width: auto !important;
  flex: 1;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section--categories .yzz-section__subtitle {
  display: none;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-section--categories .yzz-section__head::after,
html.pack5-cobalt body.pack5-cobalt .yzz-section__head::after {
  content: none !important;
  display: none !important;
  background: none !important;
  height: 0 !important;
  margin: 0 !important;
  width: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-section__more,
html.pack5-cobalt body.pack5-cobalt a.yzz-section__more {
  color: var(--p5-ice) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-cat-grid,
html.pack5-cobalt body.pack5-cobalt .yzz-cat-grid.category-grid,
html.pack5-cobalt body.pack5-cobalt .page-main.is-home .category-grid:not(.large) {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(7.75rem, 1fr)) !important;
  gap: 8px !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-cat-grid .category-tile,
html.pack5-cobalt body.pack5-cobalt .yzz-cat-grid .category-tile {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 36px !important;
  padding: 8px 10px !important;
  margin: 0 !important;
  background: rgba(18, 38, 63, 0.55) !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--p5-text);
  text-decoration: none;
  text-align: center;
  transform: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-cat-grid .category-tile::before {
  content: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-cat-grid .category-tile strong {
  display: block;
  color: var(--p5-text) !important;
  font-size: 0.9rem;
}

html.pack5-cobalt body.pack5-cobalt .yzz-cat-grid .category-tile span {
  display: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-home__shows {
  display: block !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-show-col + .yzz-show-col {
  margin-top: 12px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows .yzz-film-grid--compact,
html.pack5-cobalt body.pack5-cobalt .yzz-show-col .yzz-film-grid,
html.pack5-cobalt body.pack5-cobalt .movie-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html.pack5-cobalt body.pack5-cobalt .movie-card {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .poster-frame,
html.pack5-cobalt body.pack5-cobalt .poster-frame img {
  border-radius: 2px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

html.pack5-cobalt body.pack5-cobalt .yzz-home__band .movie-card-body p,
html.pack5-cobalt body.pack5-cobalt .yzz-home__band .card-actions,
html.pack5-cobalt body.pack5-cobalt .page-main.is-home .movie-card-body p,
html.pack5-cobalt body.pack5-cobalt .page-main.is-home .card-actions {
  display: none;
}

html.pack5-cobalt body.pack5-cobalt .movie-card-body {
  padding: 8px 0 0;
}

html.pack5-cobalt body.pack5-cobalt .movie-card-body h3,
html.pack5-cobalt body.pack5-cobalt .movie-card-body h3 a {
  color: var(--p5-text) !important;
  font-size: 0.9rem;
  text-decoration: none;
}

html.pack5-cobalt body.pack5-cobalt .movie-meta-line,
html.pack5-cobalt body.pack5-cobalt .movie-meta-line span {
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.pack5-cobalt .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* —— 分类页：左栏简介 + 右海报墙 —— */
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  gap: 0 24px;
  width: 100%;
  margin: 0;
  padding: 12px var(--p5-pad) 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .page-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .compact-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .yzz-cat-hero {
  grid-column: 1;
  grid-row: 1 / span 8;
  position: sticky;
  top: 68px;
  align-self: start;
  margin: 0 !important;
  padding: 4px 0 16px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  overflow: visible;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .page-hero::after,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .compact-hero::after {
  content: none !important;
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .section-block {
  grid-column: 2;
  margin: 0 !important;
  padding: 4px 0 28px;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .section-head {
  margin-bottom: 12px;
  align-items: center;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .breadcrumb,
html.pack5-cobalt body.pack5-cobalt .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: left;
  color: var(--p5-muted);
  margin: 0 0 8px !important;
}

html.pack5-cobalt body.pack5-cobalt .breadcrumb a {
  color: var(--p5-ice);
  text-decoration: none;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat #grid-category,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .movie-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .movie-card-body p,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .card-actions {
  display: none;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview {
  padding: 12px var(--p5-pad) 28px !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .compact-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .page-hero {
  margin: 0 0 20px !important;
  padding: 4px 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .compact-hero::after {
  content: none !important;
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .compact-hero h1,
html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .page-hero h1 {
  margin: 0 0 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.3;
  color: var(--p5-text) !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .compact-hero p {
  max-width: 40rem;
  margin: 0;
  color: var(--p5-muted) !important;
  line-height: 1.65;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .section-block {
  margin: 0 !important;
  padding: 0 0 28px !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .category-grid.large,
html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .category-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html.pack5-cobalt body.pack5-cobalt .overview-card {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 18px 20px !important;
  background: rgba(18, 38, 63, 0.62) !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--p5-text) !important;
  text-decoration: none;
  writing-mode: horizontal-tb !important;
  transform: none !important;
}

html.pack5-cobalt body.pack5-cobalt .overview-card:hover {
  border-color: rgba(158, 197, 255, 0.38) !important;
  transform: none !important;
}

html.pack5-cobalt body.pack5-cobalt .overview-main {
  display: block;
  min-width: 0;
}

html.pack5-cobalt body.pack5-cobalt .overview-card strong,
html.pack5-cobalt body.pack5-cobalt .overview-main strong {
  display: block;
  margin: 0 0 6px;
  color: var(--p5-text) !important;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.3;
  writing-mode: horizontal-tb !important;
}

html.pack5-cobalt body.pack5-cobalt .overview-card span,
html.pack5-cobalt body.pack5-cobalt .overview-main span {
  display: block;
  color: var(--p5-muted) !important;
  font-size: 0.88rem;
  line-height: 1.65;
  writing-mode: horizontal-tb !important;
}

html.pack5-cobalt body.pack5-cobalt .overview-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}

html.pack5-cobalt body.pack5-cobalt .overview-links span {
  display: inline;
  color: var(--p5-ice) !important;
  font-size: 0.82rem;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search {
  padding: 12px var(--p5-pad) 28px !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .compact-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .page-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search .compact-hero,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search .page-hero {
  margin: 0 0 16px !important;
  padding: 4px 0 8px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  overflow: visible !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .compact-hero::after,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search .compact-hero::after {
  content: none !important;
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .compact-hero h1,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search .compact-hero h1 {
  margin: 0 0 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.3;
  color: var(--p5-text) !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .compact-hero p,
html.pack5-cobalt body.pack5-cobalt .page-main.is-search .compact-hero p {
  max-width: 40rem;
  margin: 0;
  color: var(--p5-muted) !important;
  line-height: 1.65;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .rank-panel,
html.pack5-cobalt body.pack5-cobalt .rank-panel {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .movie-card-body p,
html.pack5-cobalt body.pack5-cobalt .page-main.is-rank .card-actions {
  display: none !important;
}

html.pack5-cobalt body.pack5-cobalt .poster-link {
  position: relative;
  display: block;
}

html.pack5-cobalt body.pack5-cobalt .rank-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--p5-cobalt) !important;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

html.pack5-cobalt body.pack5-cobalt .filter-panel {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 16px !important;
  margin: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .filter-panel input,
html.pack5-cobalt body.pack5-cobalt .filter-panel select {
  width: auto !important;
  max-width: none !important;
  background: #0e2038 !important;
  color: var(--p5-text) !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 8px !important;
  min-height: 42px;
  padding: 0 12px !important;
}

html.pack5-cobalt body.pack5-cobalt .filter-panel input {
  flex: 1 1 280px;
  min-width: 200px;
}

html.pack5-cobalt body.pack5-cobalt .filter-panel select {
  flex: 0 1 150px;
  min-width: 120px;
}

html.pack5-cobalt body.pack5-cobalt .page-hero {
  background: transparent !important;
  border: 0 !important;
  color: var(--p5-text) !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .page-hero h1,
html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .compact-hero h1 {
  margin: 0 0 8px !important;
  font-size: 1.5rem !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .eyebrow {
  margin-bottom: 8px;
}

html.pack5-cobalt body.pack5-cobalt .eyebrow {
  color: var(--p5-ember) !important;
}

/* —— 播放页：播放器通栏，简介与相关在下 —— */
html.pack5-cobalt body.pack5-cobalt .page-main.is-play {
  padding: 0 0 28px !important;
}

html.pack5-cobalt body.pack5-cobalt .page-main.is-play > .breadcrumb {
  width: auto !important;
  max-width: none !important;
  margin: 10px 0 8px !important;
  padding: 0 var(--p5-pad) !important;
  justify-content: flex-start;
  text-align: left;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .watch-stage .container,
html.pack5-cobalt body.pack5-cobalt .watch-stage {
  background: transparent !important;
  margin: 0 !important;
}

html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .watch-stage .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html.pack5-cobalt body.pack5-cobalt .watch-layout,
html.pack5-cobalt body.pack5-cobalt .watch-layout.pack5-watch {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px;
  grid-template-areas:
    "player player"
    "info side";
  gap: 16px 24px;
  align-items: start;
  padding: 0 var(--p5-pad) 28px !important;
}

html.pack5-cobalt body.pack5-cobalt .watch-player-col {
  display: contents;
}

html.pack5-cobalt body.pack5-cobalt .mirror-player-slot {
  grid-area: player;
  margin: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #000 !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.pack5-cobalt .mirror-local-player,
html.pack5-cobalt body.pack5-cobalt #movie-player {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
  border-radius: 0 !important;
  background: #000;
}

html.pack5-cobalt body.pack5-cobalt .watch-info {
  grid-area: info;
  background: var(--p5-panel) !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 4px !important;
  color: var(--p5-text);
}

html.pack5-cobalt body.pack5-cobalt .watch-info h1 {
  color: var(--p5-text) !important;
}

html.pack5-cobalt body.pack5-cobalt .watch-info__desc,
html.pack5-cobalt body.pack5-cobalt .watch-info__kicker {
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.pack5-cobalt .watch-info__tags span {
  background: transparent !important;
  border: 1px solid var(--p5-line);
  color: var(--p5-ice) !important;
  border-radius: 4px;
}

html.pack5-cobalt body.pack5-cobalt .watch-info__meta {
  color: var(--p5-muted);
}

html.pack5-cobalt body.pack5-cobalt .watch-sidebar {
  grid-area: side;
  background: transparent;
  padding: 0;
}

html.pack5-cobalt body.pack5-cobalt .watch-sidebar__title {
  color: var(--p5-text);
  font-size: 0.95rem;
  margin: 0 0 12px;
}

html.pack5-cobalt body.pack5-cobalt .mother-cards--related {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  align-items: stretch;
  gap: 0 12px !important;
  height: auto !important;
  padding: 0 !important;
  overflow: hidden;
  text-decoration: none;
  color: var(--p5-text) !important;
  background: var(--p5-panel) !important;
  border: 1px solid var(--p5-line) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard:hover {
  transform: none !important;
  background: #163050 !important;
  border-color: rgba(158, 197, 255, 0.38) !important;
  box-shadow: none !important;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__poster-wrap {
  width: 72px;
  aspect-ratio: 2 / 3;
  background: var(--p5-night) !important;
  overflow: hidden;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__poster {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 0;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard:hover .wythy-vcard__poster {
  transform: none;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__tag,
html.pack5-cobalt body.pack5-cobalt .wythy-vcard__score {
  top: 0 !important;
  padding: 2px 5px !important;
  border-radius: 0 !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__tag {
  left: 0 !important;
  right: auto !important;
  background: var(--p5-ember) !important;
  color: #fff !important;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__score {
  left: auto !important;
  right: 0 !important;
  background: rgba(7, 17, 31, 0.78) !important;
  color: var(--p5-ice) !important;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px 8px 0 !important;
  min-width: 0;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__title {
  color: var(--p5-text) !important;
  font-size: 0.85rem;
}

html.pack5-cobalt body.pack5-cobalt .wythy-vcard__meta,
html.pack5-cobalt body.pack5-cobalt .wythy-vcard__meta span {
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.pack5-cobalt .ghost-btn {
  color: var(--p5-ice) !important;
  border: 1px solid var(--p5-line);
  background: transparent;
  border-radius: 4px;
}

html.pack5-cobalt body.pack5-cobalt .video-error {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(7, 17, 31, 0.86);
  color: #fff;
  font-weight: 700;
}

html.pack5-cobalt body.pack5-cobalt .video-error[hidden] {
  display: none !important;
}

/* —— 尾部：单行航图条 —— */
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer,
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer--v2 {
  background: #06101c !important;
  color: var(--p5-muted) !important;
  border-top: 1px solid var(--p5-line) !important;
  padding: 22px 0 calc(18px + env(safe-area-inset-bottom, 0px)) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__grid {
  display: flex !important;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 28px !important;
  grid-template-columns: none !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__brand-block {
  flex: 1 1 220px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__brand-text,
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer a {
  color: var(--p5-text) !important;
  text-decoration: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__blurb {
  color: var(--p5-muted);
  max-width: 36rem;
  margin: 8px 0 0;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__col {
  flex: 1 1 180px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__col-title {
  color: var(--p5-ice) !important;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__col-bar {
  display: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__links a {
  padding: 4px 10px;
  border: 1px solid var(--p5-line);
  border-radius: 999px;
  font-size: 0.8rem;
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__chev {
  display: none;
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--p5-line);
}

html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__copy,
html.pack5-cobalt body.pack5-cobalt .yzz-site-footer__seo {
  color: var(--p5-muted) !important;
}

html.pack5-cobalt body.pack5-nav-open {
  overflow: hidden;
}

@media (min-width: 1400px) {
  html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows .yzz-film-grid--compact,
  html.pack5-cobalt body.pack5-cobalt .yzz-show-col .yzz-film-grid,
  html.pack5-cobalt body.pack5-cobalt .movie-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1100px) {
  html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows .yzz-film-grid--compact,
  html.pack5-cobalt body.pack5-cobalt .yzz-show-col .yzz-film-grid,
  html.pack5-cobalt body.pack5-cobalt .movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 959px) {
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock {
    padding: 0 16px 12px !important;
  }

  html.pack5-cobalt body.body-tpl-portal.body-tpl-yzz.pack5-cobalt .yzz-hero--cinema .yzz-hero__dock-card,
  html.pack5-cobalt body.pack5-cobalt .yzz-hero__dock-card {
    flex: 1 1 calc(50% - 8px) !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat {
    grid-template-columns: 1fr !important;
  }

  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .page-hero,
  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .yzz-cat-hero,
  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat .section-block {
    grid-column: 1;
    position: static;
  }

  html.pack5-cobalt body.pack5-cobalt .watch-layout,
  html.pack5-cobalt body.pack5-cobalt .watch-layout.pack5-watch {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "player"
      "info"
      "side" !important;
  }

  html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows .yzz-film-grid--compact,
  html.pack5-cobalt body.pack5-cobalt .movie-grid,
  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat #grid-category {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .category-grid.large,
  html.pack5-cobalt body.pack5-cobalt .page-main.is-overview .category-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html.pack5-cobalt body.pack5-cobalt .yzz-panel--shows .yzz-film-grid--compact,
  html.pack5-cobalt body.pack5-cobalt .movie-grid,
  html.pack5-cobalt body.pack5-cobalt .page-main.is-cat #grid-category {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pack5-orbs span,
  .pack5-orbs i,
  html.pack5-cobalt body.pack5-cobalt * {
    animation: none !important;
    transition: none !important;
  }
}

html.pack5-cobalt body.pack5-cobalt {
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
  min-height: -webkit-fill-available;
}

html.pack5-cobalt body.pack5-cobalt .mobile-panel {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
}

html.pack5-cobalt body.pack5-cobalt img.image-off {
  visibility: hidden;
}

html.pack5-cobalt body.pack5-cobalt {
  scrollbar-color: #2f6fdb #07111f;
}

@media (hover: none) {
  html.pack5-cobalt body.pack5-cobalt .wythy-vcard:hover,
  html.pack5-cobalt body.pack5-cobalt .movie-card:hover {
    transform: none !important;
  }
}
