/* 影视站长 — 扁平深色主题（无渐变） */
:root {
  --yingshizhanzhang_com-nav-h: 90px;
  --yingshizhanzhang_com-bg-0: #090a0f;
  --yingshizhanzhang_com-bg-1: #0f1118;
  --yingshizhanzhang_com-surface: rgba(20, 22, 30, 0.92);
  --yingshizhanzhang_com-surface-2: rgba(26, 28, 36, 0.96);
  --yingshizhanzhang_com-border: rgba(255, 255, 255, 0.09);
  --yingshizhanzhang_com-border-strong: rgba(255, 255, 255, 0.16);
  --yingshizhanzhang_com-accent: #c93545;
  --yingshizhanzhang_com-accent-2: #e85d6d;
  --yingshizhanzhang_com-text: #eef0f5;
  --yingshizhanzhang_com-muted: #94a3b8;
  /* 站内强调链接、焦点环等与主题红统一（变量名沿用便于维护） */
  --yingshizhanzhang_com-link-blue: #e86676;
  --yingshizhanzhang_com-link-blue-hover: #ffb0bc;
  --yingshizhanzhang_com-radius: 16px;
  --yingshizhanzhang_com-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  --yingshizhanzhang_com-shadow-soft: 0 8px 28px rgba(0, 0, 0, 0.35);
  --yingshizhanzhang_com-blur: blur(16px);
}

html {
  margin: 0;
  scroll-padding-top: var(--yingshizhanzhang_com-nav-h);
}

.yingshizhanzhang_com-skip-link {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1100;
}

.yingshizhanzhang_com-body {
  margin: 0;
  color: var(--yingshizhanzhang_com-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.01em;
  font-weight: 500;
  background-color: var(--yingshizhanzhang_com-bg-0);
  min-height: 100vh;
  padding-top: 0;
}

.yingshizhanzhang_com-body--subpage {
  padding-top: var(--yingshizhanzhang_com-nav-h);
}

/* 加宽版心：两侧留白约 100–200px（随视口在约 90–200px 间变化），大屏更接近主流影视站 */
.yingshizhanzhang_com-body .container-xxl {
  width: 100%;
  max-width: min(2200px, calc(100vw - clamp(180px, 14vw, 400px)));
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .yingshizhanzhang_com-body .container-xxl {
    max-width: 100%;
  }
}

.yingshizhanzhang_com-body a {
  color: inherit;
}

.yingshizhanzhang_com-site-header.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  z-index: 1040;
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.yingshizhanzhang_com-site-header .navbar-brand {
  font-size: 1.2rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.yingshizhanzhang_com-site-header {
  /* 不使用 backdrop-filter：否则其包含块会限制子级 position:fixed 的 offcanvas，导致移动端抽屉无法铺满视口 */
  background: rgba(9, 10, 15, 0.97);
  border-bottom: 1px solid var(--yingshizhanzhang_com-border);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.yingshizhanzhang_com-body--home .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

.yingshizhanzhang_com-body--home .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque) .navbar-toggler {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.65));
}

.yingshizhanzhang_com-body--home .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque) .yingshizhanzhang_com-nav-link {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
}

/* 首页叠在亮场幻灯上（大屏横排顶栏）：去掉 text-bg-dark / 半透明搜索底在亮图上显出的斑块；侧栏抽屉仍保留深色背景 */
@media (min-width: 992px) {
  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-nav-offcanvas.text-bg-dark {
    background: transparent !important;
    box-shadow: none !important;
    border-left: none !important;
  }

  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-nav-offcanvas
    .offcanvas-body {
    background: transparent !important;
  }

  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-nav-offcanvas-body
    > nav[aria-label="主导航"] {
    background: transparent !important;
  }

  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-header-search
    .form-control {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.22);
  }

  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-header-search
    .form-control::placeholder {
    color: rgba(255, 255, 255, 0.72);
  }

  .yingshizhanzhang_com-body--home
    .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
    .yingshizhanzhang_com-header-search
    .form-control:focus {
    background: rgba(5, 6, 10, 0.42) !important;
    border-color: rgba(255, 255, 255, 0.52) !important;
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.18);
    color: #fff !important;
  }
}

.yingshizhanzhang_com-site-header--opaque {
  background: rgba(9, 10, 15, 0.99) !important;
  border-bottom: 1px solid var(--yingshizhanzhang_com-border) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45) !important;
}

.yingshizhanzhang_com-site-header::after {
  display: none;
}

.yingshizhanzhang_com-brand-text {
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #f1f5f9;
}

img.yingshi-brand-logo {
  max-width: 200px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.yingshizhanzhang_com-article-body {
  line-height: 1.75;
  font-size: 1rem;
  color: var(--yingshizhanzhang_com-muted);
}

.yingshizhanzhang_com-article-body p {
  margin-bottom: 1rem;
}

.yingshizhanzhang_com-article-body img {
  display: block;
  max-width: min(100%, 720px);
  max-height: min(520px, 72vh);
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  border-radius: var(--yingshizhanzhang_com-radius);
}

/* 资讯配图：完整显示、缩小尺寸、不裁切（object-fit: contain） */
.yingshizhanzhang_com-art-pic {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: min(240px, 36vw);
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.yingshizhanzhang_com-art-detail-cover .yingshizhanzhang_com-art-pic {
  max-height: min(400px, 48vw);
}

.yingshizhanzhang_com-art-pic-placeholder {
  width: 100%;
  min-height: 120px;
  background: rgba(148, 163, 184, 0.12);
  border-radius: var(--yingshizhanzhang_com-radius);
}

/* 资讯列表卡片：居中放图，不强制 16:9 裁切 */
.yingshizhanzhang_com-art-card-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  max-height: min(260px, 40vw);
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.45);
  border-radius: var(--yingshizhanzhang_com-radius);
}

.yingshizhanzhang_com-art-card-cover .yingshizhanzhang_com-art-pic {
  max-height: min(240px, 36vw);
}

/* 资讯搜索结果左侧缩略图容器 */
.yingshizhanzhang_com-art-search-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  max-height: 160px;
  padding: 0.35rem;
  background: rgba(0, 0, 0, 0.45);
}

.yingshizhanzhang_com-art-search-thumb .yingshizhanzhang_com-art-pic {
  max-height: 140px;
}

/* 资讯正文页顶图区域 */
.yingshizhanzhang_com-art-detail-cover {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  max-height: min(440px, 56vw);
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.5);
}

#yingshiRankTab .nav-link {
  color: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

#yingshiRankTab .nav-link.active {
  background-color: var(--yingshizhanzhang_com-accent);
  color: #fff;
}

.yingshi-topic-cover {
  max-height: min(44vh, 460px);
  line-height: 0;
}

.yingshi-topic-cover-img {
  width: 100%;
  height: min(44vh, 460px);
  object-fit: cover;
  display: block;
}

.yingshizhanzhang_com-nav-link {
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  padding: 0.42rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.yingshizhanzhang_com-nav-link .yingshizhanzhang_com-nav-link-icon {
  margin-right: 0.45rem;
  font-size: 1.05em;
  opacity: 0.92;
  line-height: 1;
}

.yingshizhanzhang_com-nav-link:hover,
.yingshizhanzhang_com-nav-link:focus,
.yingshizhanzhang_com-nav-link:active {
  color: var(--yingshizhanzhang_com-accent) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.yingshizhanzhang_com-site-header.navbar-dark .navbar-nav .nav-link.yingshizhanzhang_com-nav-link.active,
.yingshizhanzhang_com-nav-link.active {
  color: var(--yingshizhanzhang_com-accent-2) !important;
  font-weight: 700;
  background: transparent !important;
  box-shadow: none !important;
}

.yingshizhanzhang_com-nav-link.active .yingshizhanzhang_com-nav-link-icon {
  opacity: 1;
  color: inherit;
}

/* 排行榜为独立 label 页，在 body 上打标后高亮「排行榜」入口 */
body.yingshizhanzhang_com-page-rank
  .yingshizhanzhang_com-nav-link[href*="label/rank"] {
  color: var(--yingshizhanzhang_com-accent-2) !important;
  font-weight: 700;
}

body.yingshizhanzhang_com-page-rank
  .yingshizhanzhang_com-nav-link[href*="label/rank"]
  .yingshizhanzhang_com-nav-link-icon {
  opacity: 1;
  color: inherit;
}

/* 首页首屏顶栏半透时，当前项仍保持主题红 */
.yingshizhanzhang_com-body--home
  .yingshizhanzhang_com-site-header:not(.yingshizhanzhang_com-site-header--opaque)
  .yingshizhanzhang_com-nav-link.active {
  color: var(--yingshizhanzhang_com-accent-2) !important;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.yingshizhanzhang_com-nav-link:focus-visible {
  outline: 2px solid var(--yingshizhanzhang_com-accent-2);
  outline-offset: 2px;
}

.yingshizhanzhang_com-site-header .navbar-nav,
.yingshizhanzhang_com-nav-offcanvas-body .navbar-nav {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.yingshizhanzhang_com-site-header .navbar-nav > .nav-item,
.yingshizhanzhang_com-nav-offcanvas-body .navbar-nav > .nav-item {
  background: transparent;
}

.yingshizhanzhang_com-nav-offcanvas-body > nav[aria-label="主导航"] {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.yingshizhanzhang_com-navbar-toggler {
  position: relative;
  z-index: 1090;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  background: rgba(0, 0, 0, 0.38) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.yingshizhanzhang_com-navbar-toggler:hover {
  border-color: rgba(232, 93, 109, 0.45) !important;
  background: rgba(40, 12, 18, 0.55) !important;
  box-shadow: 0 0 0 1px rgba(201, 53, 69, 0.25), 0 4px 18px rgba(0, 0, 0, 0.45);
}

.yingshizhanzhang_com-navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(201, 53, 69, 0.35);
}

.yingshizhanzhang_com-navbar-toggler .navbar-toggler-icon {
  width: 1.35rem;
  height: 1.35rem;
  background-size: 100% 100%;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .yingshizhanzhang_com-site-header.yingshizhanzhang_com-site-header--nav-drawer-open .yingshizhanzhang_com-navbar-toggler {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
  }
}

.yingshizhanzhang_com-nav-offcanvas {
  --bs-offcanvas-width: min(20rem, 88vw);
  --bs-offcanvas-zindex: 1085;
  border-left: 1px solid var(--yingshizhanzhang_com-border) !important;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
}

.yingshizhanzhang_com-nav-offcanvas .offcanvas-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 991.98px) {
  .yingshizhanzhang_com-nav-offcanvas-body .yingshizhanzhang_com-header-search {
    width: 100%;
    max-width: 100%;
  }

  .yingshizhanzhang_com-nav-offcanvas-body .yingshizhanzhang_com-header-search .form-control {
    flex: 1 1 auto;
    min-width: 0;
  }
}

body > .offcanvas-backdrop {
  z-index: 1080;
  background-color: rgba(5, 6, 10, 0.58);
}

.yingshizhanzhang_com-header-search .form-control {
  min-width: 10rem;
  border-radius: 999px;
  padding-left: 1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--yingshizhanzhang_com-text);
  font-weight: 500;
}

.yingshizhanzhang_com-header-search .form-control::placeholder {
  color: rgba(148, 163, 184, 0.85);
}

.yingshizhanzhang_com-header-search .form-control:focus {
  border-color: rgba(201, 53, 69, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(201, 53, 69, 0.22);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.yingshizhanzhang_com-search-submit.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.72);
  box-shadow: none !important;
}

.yingshizhanzhang_com-search-submit .bi {
  font-size: 1.12rem;
  line-height: 1;
}

.yingshizhanzhang_com-search-submit.btn:hover,
.yingshizhanzhang_com-search-submit.btn:focus,
.yingshizhanzhang_com-search-submit.btn:active {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--yingshizhanzhang_com-accent-2);
  box-shadow: none !important;
}

.yingshizhanzhang_com-search-submit.btn:focus-visible {
  outline: 2px solid var(--yingshizhanzhang_com-accent);
  outline-offset: 2px;
}

.yingshizhanzhang_com-search-submit-lg {
  width: 3.35rem;
  height: calc(3.5rem + 2px);
  border-radius: 0;
  font-size: 1.25rem;
  background: transparent !important;
  border: 0 !important;
}

.yingshizhanzhang_com-hero {
  border-bottom: 1px solid var(--yingshizhanzhang_com-border);
  position: relative;
  margin-top: 0;
}

.yingshizhanzhang_com-hero .carousel {
  position: relative;
}

.yingshizhanzhang_com-hero .carousel-item {
  min-height: clamp(440px, 70vh, 860px);
}

/* 仅对可见/过渡中的项使用 flex，避免覆盖 Bootstrap 对隐藏项的 display:none */
.yingshizhanzhang_com-hero .carousel-item.active,
.yingshizhanzhang_com-hero .carousel-item.carousel-item-next,
.yingshizhanzhang_com-hero .carousel-item.carousel-item-prev {
  display: flex;
  flex-direction: column;
}

.yingshizhanzhang_com-hero .carousel-item > .container-xxl {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
}

.yingshizhanzhang_com-hero .carousel-item > .container-xxl > .row {
  width: 100%;
}

.yingshizhanzhang_com-body--home .yingshizhanzhang_com-hero .carousel-item > .container-xxl {
  padding-top: calc(var(--yingshizhanzhang_com-nav-h) + 0.75rem);
}

.yingshizhanzhang_com-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.04) brightness(0.9);
}

.yingshizhanzhang_com-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 10, 0.58);
}

.yingshizhanzhang_com-hero-caption {
  position: relative;
  z-index: 2;
}

.yingshizhanzhang_com-hero .carousel-indicators {
  z-index: 4;
  margin-bottom: 1.25rem;
}

.yingshizhanzhang_com-hero .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.35);
}

.yingshizhanzhang_com-hero .carousel-indicators .active {
  background-color: var(--yingshizhanzhang_com-link-blue);
  transform: scale(1.12);
}

.yingshizhanzhang_com-kicker-accent {
  font-weight: 650;
  color: var(--yingshizhanzhang_com-accent-2);
}

.yingshizhanzhang_com-play-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: rgba(72, 18, 26, 0.88);
  border: 1px solid rgba(232, 93, 109, 0.45);
  color: #ffeef0;
  font-size: 0.8rem;
}

.yingshizhanzhang_com-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.4);
  color: var(--yingshizhanzhang_com-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
}

.yingshizhanzhang_com-section {
  padding: 2.5rem 0;
}

.yingshizhanzhang_com-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.yingshizhanzhang_com-section-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 0.95rem;
  border-left: 3px solid var(--yingshizhanzhang_com-accent);
}

.yingshizhanzhang_com-section-sub {
  margin: 0.45rem 0 0;
  color: var(--yingshizhanzhang_com-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 52ch;
  font-weight: 500;
}

.yingshizhanzhang_com-more-link {
  color: var(--yingshizhanzhang_com-link-blue);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.yingshizhanzhang_com-more-link:hover {
  color: var(--yingshizhanzhang_com-link-blue-hover);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.yingshizhanzhang_com-card {
  border: 1px solid var(--yingshizhanzhang_com-border);
  border-radius: var(--yingshizhanzhang_com-radius);
  background: var(--yingshizhanzhang_com-surface);
  box-shadow: var(--yingshizhanzhang_com-shadow-soft);
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.yingshizhanzhang_com-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 93, 109, 0.32);
  box-shadow: var(--yingshizhanzhang_com-shadow);
}

.yingshizhanzhang_com-poster {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.yingshizhanzhang_com-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  z-index: 1;
}

.yingshizhanzhang_com-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.yingshizhanzhang_com-card:hover .yingshizhanzhang_com-poster img {
  transform: scale(1.06);
}

.yingshizhanzhang_com-poster-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: rgba(5, 6, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.yingshizhanzhang_com-poster-meta {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.28rem 0.55rem;
  border-radius: 10px;
  background: rgba(5, 6, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(231, 233, 238, 0.88);
}

.yingshizhanzhang_com-play-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.24s ease;
  background: rgba(0, 0, 0, 0.48);
  z-index: 2;
}

.yingshizhanzhang_com-card:hover .yingshizhanzhang_com-play-icon {
  opacity: 1;
}

.yingshizhanzhang_com-card-body {
  padding: 1rem 1.05rem 1.1rem;
}

.yingshizhanzhang_com-card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.38;
}

.yingshizhanzhang_com-card-title a {
  text-decoration: none;
}

.yingshizhanzhang_com-card-title a:hover {
  color: var(--yingshizhanzhang_com-accent-2);
}

.yingshizhanzhang_com-card-desc {
  margin: 0.5rem 0 0;
  color: var(--yingshizhanzhang_com-muted);
  font-size: 0.84rem;
  line-height: 1.55;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yingshizhanzhang_com-site-footer {
  margin-top: 2.5rem;
  border-top: 1px solid var(--yingshizhanzhang_com-border);
  background: #07080c;
}

.yingshizhanzhang_com-site-footer > .container-xxl {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.yingshizhanzhang_com-site-footer hr.my-3 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.yingshizhanzhang_com-footer-tagline {
  color: var(--yingshizhanzhang_com-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 46ch;
  font-weight: 500;
}

.yingshizhanzhang_com-footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.yingshizhanzhang_com-footer-links a:hover {
  color: var(--yingshizhanzhang_com-accent-2);
}

.yingshizhanzhang_com-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--yingshizhanzhang_com-border);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(231, 233, 238, 0.88);
  font-size: 0.86rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.yingshizhanzhang_com-chip:hover {
  border-color: rgba(232, 93, 109, 0.45);
  background: rgba(255, 255, 255, 0.08);
  color: var(--yingshizhanzhang_com-accent-2);
}

.yingshizhanzhang_com-detail-hero {
  border-bottom: 1px solid var(--yingshizhanzhang_com-border);
  padding: 1.5rem 0 2.5rem;
  background: var(--yingshizhanzhang_com-bg-1);
}

.yingshizhanzhang_com-rating {
  color: #e8c547;
  letter-spacing: 0.08em;
  font-weight: 650;
}

.yingshizhanzhang_com-episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  gap: 0.6rem;
}

.yingshizhanzhang_com-episode-btn {
  border-radius: 12px;
  border: 1px solid var(--yingshizhanzhang_com-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--yingshizhanzhang_com-text);
  padding: 0.58rem 0.4rem;
  text-decoration: none;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.yingshizhanzhang_com-episode-btn:hover,
.yingshizhanzhang_com-episode-btn.yingshizhanzhang_com-is-active {
  border-color: rgba(232, 93, 109, 0.55);
  background: rgba(72, 18, 26, 0.42);
  transform: translateY(-1px);
}

.yingshizhanzhang_com-player-shell {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--yingshizhanzhang_com-border-strong);
  background: #000;
  box-shadow: var(--yingshizhanzhang_com-shadow);
}

/* 播放页容器：对齐官方 #bofang_box 思路（有足够高度，避免脚本写入时高度为 0）；不用 height:0 的 padding hack，以免 MacPlayer 非绝对定位子节点不可见 */
.yingshizhanzhang_com-player-bofang {
  width: 100%;
  min-height: min(56.25vw, 620px);
  aspect-ratio: 16 / 9;
  background: #000;
  position: relative;
}

@media (max-width: 575.98px) {
  .yingshizhanzhang_com-player-bofang {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }
}

.yingshizhanzhang_com-player-bofang iframe,
.yingshizhanzhang_com-player-bofang video,
.yingshizhanzhang_com-player-bofang #MacPlayer,
.yingshizhanzhang_com-player-bofang .MacPlayer {
  width: 100%;
  max-width: 100%;
  border: 0;
}

.yingshizhanzhang_com-title-pinyin {
  letter-spacing: 0.04em;
  text-transform: none;
}

.yingshizhanzhang_com-friend-links {
  padding: 0.75rem 0 0.25rem;
}

.yingshizhanzhang_com-friend-link {
  color: rgba(226, 232, 240, 0.82);
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.yingshizhanzhang_com-friend-link:hover {
  color: #fff;
  background: rgba(232, 93, 109, 0.18);
}

.yingshizhanzhang_com-source-tabs .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: rgba(226, 232, 240, 0.85);
  background: rgba(18, 20, 28, 0.72);
  padding: 0.45rem 0.85rem;
  margin-bottom: 0.25rem;
}

.yingshizhanzhang_com-source-tabs .nav-link:hover {
  border-color: rgba(232, 93, 109, 0.45);
  color: #fff;
}

.yingshizhanzhang_com-source-tabs .nav-link.active {
  border-color: rgba(232, 93, 109, 0.65);
  background: rgba(72, 18, 26, 0.55);
  color: #fff;
}

.yingshizhanzhang_com-source-block:last-child {
  margin-bottom: 0 !important;
}

.yingshizhanzhang_com-player-video {
  width: 100%;
  max-height: min(72vh, 820px);
  background: #000;
}

.yingshizhanzhang_com-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #12141c;
}

.yingshizhanzhang_com-filter-panel {
  border: 1px solid var(--yingshizhanzhang_com-border);
  border-radius: var(--yingshizhanzhang_com-radius);
  background: var(--yingshizhanzhang_com-surface-2);
  padding: 1.15rem;
  box-shadow: var(--yingshizhanzhang_com-shadow-soft);
}

.yingshizhanzhang_com-card-grid-7 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .yingshizhanzhang_com-card-grid-7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  .yingshizhanzhang_com-card-grid-7 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .yingshizhanzhang_com-card-grid-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.yingshizhanzhang_com-card-grid-7-item {
  min-width: 0;
}

/* 分类页结果区：移动端 3 列，平板 4 列，大屏 5 列 */
.yingshizhanzhang_com-card-grid-5 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .yingshizhanzhang_com-card-grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 992px) {
  .yingshizhanzhang_com-card-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }
}

.yingshizhanzhang_com-card-grid-5-item {
  min-width: 0;
}

.yingshizhanzhang_com-search-hero {
  padding: 1.5rem 0 0.5rem;
}

.yingshizhanzhang_com-search-main-input {
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--yingshizhanzhang_com-text);
  font-weight: 500;
}

.yingshizhanzhang_com-search-main-input:focus {
  border-color: rgba(201, 53, 69, 0.55);
  box-shadow: 0 0 0 0.15rem rgba(201, 53, 69, 0.2);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.yingshizhanzhang_com-result-item {
  border-radius: 14px !important;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: var(--yingshizhanzhang_com-surface) !important;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.yingshizhanzhang_com-result-item:hover {
  border-color: rgba(232, 93, 109, 0.35) !important;
  transform: translateY(-1px);
}

.yingshizhanzhang_com-hit mark {
  background: rgba(120, 28, 40, 0.65);
  color: #fff;
  padding: 0 0.18rem;
  border-radius: 4px;
}

.yingshizhanzhang_com-backtotop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1080;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(22, 24, 32, 0.96);
  color: var(--yingshizhanzhang_com-link-blue);
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: var(--yingshizhanzhang_com-shadow-soft);
  font-size: 1.15rem;
}

.yingshizhanzhang_com-backtotop:hover {
  border-color: rgba(232, 93, 109, 0.5);
  color: var(--yingshizhanzhang_com-link-blue-hover);
}

.yingshizhanzhang_com-backtotop.yingshizhanzhang_com-is-visible {
  display: inline-flex;
}

.yingshizhanzhang_com-page-lead {
  color: var(--yingshizhanzhang_com-muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.yingshizhanzhang_com-body .lead {
  font-weight: 500;
}

.yingshizhanzhang_com-body .breadcrumb {
  font-weight: 500;
  --bs-breadcrumb-divider-color: rgba(148, 163, 184, 0.55);
  color: var(--yingshizhanzhang_com-muted);
}

.yingshizhanzhang_com-body .breadcrumb .breadcrumb-item a {
  color: var(--yingshizhanzhang_com-link-blue);
  text-decoration: none;
}

.yingshizhanzhang_com-body .breadcrumb .breadcrumb-item a:hover,
.yingshizhanzhang_com-body .breadcrumb .breadcrumb-item a:focus-visible {
  color: var(--yingshizhanzhang_com-link-blue-hover);
  text-decoration: underline;
}

.yingshizhanzhang_com-body .breadcrumb .breadcrumb-item.active {
  color: var(--yingshizhanzhang_com-text);
}

.yingshizhanzhang_com-body .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-breadcrumb-divider-color);
}

.yingshizhanzhang_com-body .display-6,
.yingshizhanzhang_com-body h1,
.yingshizhanzhang_com-body .h1,
.yingshizhanzhang_com-body h2,
.yingshizhanzhang_com-body .h2,
.yingshizhanzhang_com-body h3,
.yingshizhanzhang_com-body .h3,
.yingshizhanzhang_com-body h4,
.yingshizhanzhang_com-body .h4,
.yingshizhanzhang_com-body h5,
.yingshizhanzhang_com-body .h5 {
  font-weight: 650;
}

.yingshizhanzhang_com-body .btn {
  font-weight: 600;
}

.yingshizhanzhang_com-body .badge {
  font-weight: 600;
}

.yingshizhanzhang_com-body .pagination .page-link {
  font-weight: 500;
  color: rgba(238, 240, 245, 0.88);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--yingshizhanzhang_com-border);
}

.yingshizhanzhang_com-body .pagination .page-link:hover {
  color: var(--yingshizhanzhang_com-accent-2);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(232, 93, 109, 0.35);
}

.yingshizhanzhang_com-body .pagination .page-item.active .page-link {
  color: #fff;
  background-color: var(--yingshizhanzhang_com-accent);
  border-color: var(--yingshizhanzhang_com-accent);
}

.yingshizhanzhang_com-body .pagination .page-item.disabled .page-link {
  color: rgba(148, 163, 184, 0.45);
  background: rgba(255, 255, 255, 0.02);
}

.yingshizhanzhang_com-body small,
.yingshizhanzhang_com-body .small {
  font-weight: 500;
}

.yingshizhanzhang_com-body dt,
.yingshizhanzhang_com-body dd {
  font-weight: 500;
}

.btn-danger {
  background-color: var(--yingshizhanzhang_com-accent);
  border-color: var(--yingshizhanzhang_com-accent);
  font-weight: 650;
  box-shadow: none;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #a82a38;
  border-color: #a82a38;
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .yingshizhanzhang_com-card,
  .yingshizhanzhang_com-poster img,
  .yingshizhanzhang_com-play-icon,
  .yingshizhanzhang_com-episode-btn,
  .yingshizhanzhang_com-result-item {
    transition: none;
  }

  .yingshizhanzhang_com-card:hover,
  .yingshizhanzhang_com-episode-btn:hover,
  .yingshizhanzhang_com-result-item:hover {
    transform: none;
  }
}
