:root {
  --bg-page: #16161a;
  --bg-header: rgba(22, 22, 26, 0.96);
  --bg-panel: rgba(22, 24, 30, 0.96);
  --bg-soft: rgba(255, 255, 255, 0.06);
  --stroke-soft: rgba(255, 255, 255, 0.08);
  --text-main: #f3f6fb;
  --text-soft: rgba(243, 246, 251, 0.64);
  --accent: #00fbff;
  --accent-warm: #fad590;
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.42);
  --radius-lg: 18px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 251, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #0f1014 0%, #16161a 22%, #16161a 100%);
  color: var(--text-main);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  backdrop-filter: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, backdrop-filter 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(22, 22, 26, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.page-shell-list {
  padding-top: 70px;
}

.page-shell-play {
  padding-top: 70px;
}

.list-page-main {
  padding: 22px 20px 0;
}

.play-page-main {
  padding: 0;
}

.play-layout {
  display: flex;
  gap: 0;
  align-items: stretch;
  height: calc(100vh - 92px);
}

.play-info-card.content-block {
  padding: 16px;
}

.play-switch-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.play-main,
.play-aside {
  min-width: 0;
  min-height: 0;
  display: flex;
  height: 100%;
}

.play-main {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.play-aside {
  flex: 0 0 320px;
  position: relative;
  z-index: 2;
}

.play-player-card,
.play-info-card,
.play-aside-card {
  /* margin-bottom: 18px; */
  border-radius: 0;
  background: rgb(31, 31, 36);
}

.play-player-card,
.play-aside-card {
  width: 100%;
  margin-bottom: 0;
}

.play-player-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.play-aside-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.play-player-box {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: #101014;
}

.play-player-host,
.play-player-host .xgplayer,
.play-player-host .xgplayer-video-container,
.play-player-host video {
  width: 100% !important;
  height: 100% !important;
}

.play-player-host .xgplayer {
  background: #101014;
}

.play-player-host .xgplayer-poster {
  background-size: cover;
}

.play-player-box > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: rgba(22, 22, 26, 0.7);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.play-button img {
  width: 34px;
  height: 34px;
}

.play-player-meta {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 14px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  background: linear-gradient(360deg, rgb(31 31 36) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.play-toolbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  padding-left: 10px;
}

.play-tool,
.play-danmaku-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 18px;
  color: #d7deed;
  font-size: 13px;
  line-height: 36px;
  background: rgb(22, 22, 26);
}

.play-tool {
  cursor: pointer;
}

.play-tool-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.play-tool-collect .play-tool-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7deed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6.7-4.35-9.33-8C.62 10.14 1.2 5.6 5.4 4.38c2.2-.64 4.63.1 6.1 1.92 1.47-1.82 3.9-2.56 6.1-1.92 4.2 1.22 4.78 5.76 2.73 8.62C18.7 16.65 12 21 12 21Z'/%3E%3C/svg%3E");
}

.play-tool-like .play-tool-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7deed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21H4a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h3'/%3E%3Cpath d='M7 11l4-8 1 1a3 3 0 0 1 .8 2.73L12 11h6.2a2 2 0 0 1 1.97 2.36l-1.1 6A2 2 0 0 1 17.1 21H7V11Z'/%3E%3C/svg%3E");
}

.play-tool-dislike .play-tool-icon {
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d7deed' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 21H4a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h3'/%3E%3Cpath d='M7 11l4-8 1 1a3 3 0 0 1 .8 2.73L12 11h6.2a2 2 0 0 1 1.97 2.36l-1.1 6A2 2 0 0 1 17.1 21H7V11Z'/%3E%3C/svg%3E");
}

.play-tool.action:hover,
.play-tool:hover,
.play-danmaku-toggle:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.play-tool-screen {
  margin-left: auto;
}

.play-screen-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.play-screen-icon::before,
.play-screen-icon::after,
.play-screen-icon span::before,
.play-screen-icon span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-color: currentColor;
  border-style: solid;
}

.play-screen-icon::before {
  left: 0;
  top: 0;
  border-width: 2px 0 0 2px;
}

.play-screen-icon::after {
  right: 0;
  top: 0;
  border-width: 2px 2px 0 0;
}

.play-screen-icon span::before {
  left: 0;
  bottom: 0;
  border-width: 0 0 2px 2px;
}

.play-screen-icon span::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}

.play-danmaku-toggle {
  cursor: pointer;
}

.play-danmaku-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.play-danmaku-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 34px;
  height: 20px;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  transition: background-color 0.2s ease;
}

.play-danmaku-switch-dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease;
}

.play-danmaku-toggle input:checked + .play-danmaku-switch {
  background: rgb(0, 136, 255);
}

.play-danmaku-toggle input:checked + .play-danmaku-switch .play-danmaku-switch-dot {
  transform: translateX(14px);
}

.play-danmaku-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 280px;
  min-width: 220px;
  position: relative;
}

.play-danmaku-box input,
.play-comment-form input {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 19px;
  outline: none;
  color: #fff;
  font-size: 13px;
  background: rgb(22, 22, 26);
}

.play-comment-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  outline: none;
  resize: vertical;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  background: rgb(22, 22, 26);
}

.play-danmaku-box button,
.play-comment-form button {
  flex: 0 0 auto;
  height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 19px;
  color: #fff;
  font-size: 13px;
  background: rgb(0, 136, 255);
}

.play-danmaku-box input {
  padding-right: 68px;
}

.play-danmaku-box button {
  position: absolute;
  top: 50%;
  right: 4px;
  height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  font-size: 12px;
  background: rgba(0, 136, 255, 0.78);
  transform: translateY(-50%);
}

.play-switch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  padding: 16px 16px 14px;
}

.play-switch-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
}

.play-switch-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  border: 0;
  border-radius: 16px;
  color: #798499;
  font-size: 14px;
  line-height: 28px;
  background: rgb(52, 52, 59);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.play-switch-tab:hover {
  color: #fff;
}

.play-switch-tab.is-active {
  color: #fff;
  background: rgb(0, 136, 255);
}

.play-switch-meta {
  margin-left: auto;
}

.play-switch-total {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border-radius: 16px;
  color: #798499;
  font-size: 13px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.play-switch-panels,
.play-switch-panel,
.play-comment-panel {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.play-switch-panel {
  display: none;
}

.play-switch-panel.is-active {
  display: flex;
}

.play-switch-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 0 10px 0 16px;
}

.play-switch-scroll::-webkit-scrollbar {
  width: 6px;
}

.play-switch-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.play-panel-group + .play-panel-group {
  margin-top: 20px;
}

.play-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.play-panel-head strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.play-panel-head span {
  color: #798499;
  font-size: 12px;
  line-height: 18px;
}

.play-info-head {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.play-title-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.play-breadcrumb {
  margin: 0 0 8px;
  color: #798499;
  font-size: 13px;
  line-height: 20px;
}

.play-breadcrumb-float {
  position: absolute;
  width: 100%;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.play-breadcrumb-float.is-visible {
  opacity: 1;
  visibility: visible;
}

.play-info-head h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
}

.play-score-inline {
  color: #798499;
  font-size: 15px;
  line-height: 1.2;
}

.play-score-inline strong {
  color: #ff6f36;
  font-size: 24px;
  line-height: 1.1;
}

.play-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin-bottom: 14px;
}

.play-meta-grid div {
  color: #798499;
  font-size: 14px;
  line-height: 24px;
}

.play-meta-grid span {
  color: #fff;
}

.play-desc {
  margin: 0;
  color: #798499;
  font-size: 14px;
  line-height: 24px;
}

.play-like-block {
  /* margin-top: 18px; */
}

.play-like-block .title {
  padding-top: 0;
}

.play-section-title {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.play-episode-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.play-episode-grid-side {
}

.episode-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 36px;
  padding: 0 4px;
  border-radius: 8px;
  white-space: nowrap;
  color: #798499;
  font-size: 14px;
  line-height: 36px;
  background: rgb(22, 22, 26);
}

.episode-chip.is-current,
.episode-chip:hover {
  color: #fff;
  background: rgb(0, 136, 255);
}

.preload-card-image {
  display: block;
  animation: preload-card-pulse 1.8s ease-in-out infinite;
}

.preload-card-image.is-load-error {
  animation: none;
}

.preload-card-image.is-loaded {
  animation: preload-card-fade-in 0.32s ease;
}

@keyframes preload-card-pulse {
  0% {
    opacity: 0.82;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.82;
  }
}

@keyframes preload-card-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.play-comment-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.play-video-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.play-video-item {
  display: block;
  border-radius: 10px;
  background: rgb(22, 22, 26);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.play-video-item:hover,
.play-video-item.is-current {
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.play-video-poster {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.play-video-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.play-video-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(10, 10, 14, 0.9) 100%);
}

.play-video-caption strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.play-video-caption span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 18px;
}

.play-comment-item {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgb(22, 22, 26);
}

.play-comment-item strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.play-comment-item p {
  margin: 0;
  color: #798499;
  font-size: 13px;
  line-height: 22px;
}

.play-comment-replies {
  margin-top: 10px;
  padding-left: 12px;
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}

.play-comment-reply {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.play-comment-reply.is-sub-reply {
  margin-left: 12px;
  background: rgba(255, 255, 255, 0.03);
}

.play-comment-reply strong {
  display: block;
  margin-bottom: 4px;
  color: #dbe5f7;
  font-size: 12px;
  line-height: 18px;
}

.play-comment-reply p {
  color: #92a0ba;
  font-size: 12px;
  line-height: 20px;
}

.play-comment-form {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: sticky;
  top: 0;
  z-index: 2;
  padding-left: 16px;
  padding-right: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgb(31, 31, 36);
}

@media (max-width: 991.98px) {
  .play-page-main {
    padding: 0;
  }

  .play-layout {
    display: block;
    height: auto;
  }

  .play-aside {
    order: 2;
    display: block;
    width: 100%;
    flex: none;
  }

  .play-main {
    order: 1;
    display: block;
    height: auto;
    width: 100%;
    flex: none;
  }

  .play-switch-meta {
    margin-left: 0;
  }

  .play-aside-card {
    height: auto;
  }

  .play-aside {
    padding: 0 6px;
    box-sizing: border-box;
  }

  .play-switch-scroll {
    overflow: visible;
    padding: 0;
  }

  .play-toolbar {
    gap: 8px;
  }

  .play-player-box {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .play-tool-share {
    display: none;
  }

  .play-tool-collect span:last-child,
  .play-tool-like span:last-child,
  .play-tool-dislike span:last-child {
    display: none;
  }

  .play-tool-collect,
  .play-tool-like,
  .play-tool-dislike {
    justify-content: center;
    padding: 0 12px;
  }

  .play-tool-screen {
    margin-left: 0;
  }

  .play-video-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .play-episode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-shell-play {
    padding-top: 70px;
  }

  .play-page-main {
    padding: 0;
  }

  .play-player-card,
  .play-info-card,
  .play-aside-card {
    padding: 12px;
    /* margin-bottom: 14px; */
  }

  .play-player-card {
    padding: 0;
  }

  .play-aside {
    padding: 0 6px;
    box-sizing: border-box;
  }

  .play-switch-card {
    padding: 0;
  }

  .play-info-card.content-block {
    padding: 12px;
  }

  .play-switch-head {
    display: block;
    padding: 12px 6px 10px;
  }

  .play-switch-tabs {
    margin-bottom: 8px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .play-player-box {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .play-button img {
    width: 26px;
    height: 26px;
  }

  .play-breadcrumb-float {
    font-size: 13px;
    line-height: 20px;
  }

  .play-toolbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .play-tool,
  .play-danmaku-toggle,
  .play-danmaku-box {
    width: auto;
    margin-left: 0;
    flex: 0 0 auto;
  }

  .play-danmaku-box,
  .play-comment-form {
    grid-column: 1 / -1;
  }

  .play-tool-share,
  .play-tool-next,
  .play-switch-meta {
    display: none;
  }

  .play-danmaku-box {
    min-width: 0;
    flex: 1 1 auto;
  }

  .play-danmaku-toggle > span:last-child {
    display: none;
  }

  .play-danmaku-toggle {
    justify-content: center;
    padding: 0 10px;
  }

  .play-danmaku-box input {
    padding: 0 56px 0 10px;
  }

  .play-danmaku-box button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .play-player-meta {
    padding: 18px 10px 8px;
    font-size: 12px;
  }

  .play-info-head {
    display: block;
  }

  .play-title-row {
    gap: 10px;
  }

  .play-info-head h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .play-section-title {
    font-size: 20px;
  }

  .play-score-inline {
    font-size: 13px;
  }

  .play-score-inline strong {
    font-size: 20px;
  }

  .play-meta-grid {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .play-meta-grid div,
  .play-desc {
    font-size: 13px;
    line-height: 22px;
  }

  .play-switch-tab {
    margin-right: 6px;
  }

  .play-switch-scroll {
    padding: 0;
  }

  .play-switch-total {
    margin-left: 0;
  }

  .play-comment-item p {
    font-size: 12px;
    line-height: 20px;
  }

  .play-panel-head {
    display: block;
  }

  .play-switch-panel[data-play-panel="video"] .play-panel-group:first-child .play-panel-head {
    display: none;
  }

  .play-panel-head span {
    display: block;
    margin-top: 4px;
  }

  .play-episode-grid {
    gap: 8px;
  }

  .episode-chip {
    min-height: 34px;
    font-size: 13px;
    line-height: 34px;
  }

  .play-video-caption {
    padding: 22px 8px 8px;
  }

  .play-video-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .play-comment-form {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .play-comment-form textarea {
    min-height: 56px;
  }

  .play-comment-form button {
    width: 100%;
    margin-top: 8px;
  }

}

.list-page-hero {
  margin-bottom: 18px;
  border-radius: 12px;
  background:
    radial-gradient(circle at right top, rgba(0, 251, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(31, 31, 36, 0.96) 0%, rgba(22, 22, 26, 0.98) 100%);
}

.list-page-hero-inner {
  padding: 26px 28px;
}

.list-breadcrumb {
  margin: 0 0 10px;
  color: #798499;
  font-size: 13px;
  line-height: 20px;
}

.list-page-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
}

.list-page-hero p:last-child {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 24px;
}

.list-filter-panel {
  /* margin-bottom: 18px; */
  padding: 16px 20px;
  border-radius: 12px;
  background: rgb(31, 31, 36);
}

.list-filter-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 10px 0;
}

.list-filter-row:last-child {
  border-bottom: 0;
}

.list-filter-label {
  flex: 0 0 44px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.list-filter-options {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.list-filter-options a {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 2px;
  color: #798499;
  font-size: 14px;
  line-height: 24px;
  transition: color 0.2s ease;
}

.list-filter-options a.is-active,
.list-filter-options a:hover {
  color: #00fbff;
}

.list-result-block {
  padding: 0;
}

.page-shell-list .list-result-block {
  padding-left: 0;
  padding-right: 0;
}

.list-result-block .title-split {
  justify-content: space-between;
  align-items: center;
}

.list-result-block .title-item-sort {
  flex: 1 1 auto;
}

.list-result-block .title-item-meta {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.list-result-block .pc-case .case-img {
  padding-bottom: 132%;
}

.list-result-block .pc-case .case-content {
  padding: 0 6px;
}

.list-result-block .pc-case .case-content h4 {
  padding-top: 6px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 21px;
}

.list-result-block .pc-case .case-content h4 p {
  top: 27px;
  font-size: 11px;
  line-height: 16px;
}

.list-result-block .pc-case .bottom {
  padding: 30px 4px 8px;
}

.list-result-block .pc-case .right-tops span,
.list-result-block .pc-case .right-score,
.list-result-block .pc-case .bottom .time,
.list-result-block .pc-case .bottom .fire {
  font-size: 11px;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .case-img {
  padding-bottom: 132%;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .case-content {
  padding: 0 6px;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .case-content h4 {
  padding-top: 6px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 21px;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .case-content h4 p {
  top: 27px;
  font-size: 11px;
  line-height: 16px;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .bottom {
  padding: 30px 4px 8px;
}

.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .right-tops span,
.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .right-score,
.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .bottom .time,
.content-block-drama:not(.content-block-short):not(.content-block-horizontal) .pc-case .bottom .fire {
  font-size: 11px;
}

.list-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 6px 6px;
}

.page-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  color: #798499;
  font-size: 14px;
  line-height: 36px;
  background: rgb(31, 31, 36);
}

.page-chip.is-current {
  color: #fff;
  background: rgb(0, 136, 255);
}

.page-chip.is-disabled,
.page-chip.is-ellipsis {
  pointer-events: none;
  opacity: 0.6;
}

.header-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(22, 22, 26) 0%, rgba(22, 22, 26, 0.01) 100%);
  pointer-events: none;
}

.header-container {
  position: relative;
  max-width: 1318px;
  padding-inline: 6px;
}

.navbar {
  min-height: 70px;
}

.brand-mark img {
  display: block;
  width: 120px;
  height: auto;
}

.brand-mark {
  margin-right: 0;
}

.header-left {
  margin-left: 20px;
  flex: 0 0 auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: grid !important;
    grid-template-columns: auto 360px auto;
    align-items: center;
    width: 100%;
  }
}

.header-links {
  gap: 10px;
}

.header-links .nav-link,
.nav-catalog-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  padding: 0 6px;
  color: var(--text-main);
  font-size: 14px;
  line-height: 1;
  min-height: 44px;
  background: transparent;
  border: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.header-links .nav-link:hover,
.nav-catalog-toggle:hover,
.nav-catalog-toggle.show,
.header-links .nav-link.is-current {
  color: var(--accent);
}

.header-links .nav-link.is-current {
  position: relative;
}

.header-links .nav-link.is-current::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(0, 251, 255, 0.55);
}

.nav-catalog-toggle svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  transition: transform 0.2s ease;
}

.nav-catalog-toggle.show svg {
  transform: rotate(180deg);
}

.nav-mega-panel {
  margin-top: 0;
  padding: 4px 20px;
  min-width: 660px;
  border-radius: 4px;
  background: rgb(16, 16, 18);
  box-shadow: var(--shadow-soft);
}

.mega-grid {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
}

.mega-group {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(31, 31, 36);
  line-height: 40px;
}

.mega-group h3 {
  margin: 0;
  padding-top: 10px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 400;
}

.mega-group a {
  display: inline-block;
  margin: 0 20px 0 0;
  color: var(--text-soft);
  font-size: 14px;
  transition: color 0.2s ease;
}

.mega-group a:hover {
  color: var(--accent);
}

.header-search-wrap {
  width: 360px;
  flex: 0 0 360px;
}

.header-search {
  position: relative;
}

.mobile-header-search {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 360px;
  width: 100%;
  margin: 0;
  justify-self: center;
}

.search-shell {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding-left: 14px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.header-search:focus-within .search-shell,
.header-search:hover .search-shell {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  color: var(--text-main);
  background: transparent;
  font-size: 14px;
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.search-submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.35rem;
  height: 38px;
  box-sizing: border-box;
  padding: 0 12px;
  color: var(--accent);
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.search-submit img {
  display: block;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.search-submit span {
  font-size: 14px;
}

.search-popover {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  padding: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgb(42, 42, 50);
  box-shadow: var(--shadow-soft);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header-search:focus-within .search-popover,
.header-search:hover .search-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-popover-head {
  margin-bottom: 0;
  padding: 6px 14px 0;
  color: #798499;
  font-size: 12px;
  font-weight: 400;
}

.search-hot-list {
  display: grid;
  gap: 0;
  padding: 0 6px;
}

.search-hot-list a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 6px;
  color: #798499;
  transition: color 0.2s ease;
  font-size: 14px;
}

.search-hot-list a:hover {
  color: var(--accent);
}

.search-hot-list em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  color: #ec5c42;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
}

.search-hot-list a:nth-child(n+4) em {
  color: #798499;
}

.search-hot-list a:hover em {
  color: inherit;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 0 0 auto;
  justify-self: end;
}

.header-action {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: auto;
  padding: 0 10px;
  color: var(--text-main);
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.2s ease, transform 0.2s ease;
}

.header-action:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.header-action img {
  display: block;
  width: auto;
  height: 26px;
  margin-bottom: 4px;
}

.header-action.is-vip span {
  color: var(--accent-warm);
}

.login-chip {
  margin-left: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.navbar-toggler {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.toggler-line {
  display: block;
  width: 1.6rem;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.mobile-nav-panel {
  background:
    radial-gradient(circle at top left, rgba(0, 251, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #13141a 0%, #101116 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-brand img {
  width: 118px;
}

.mobile-shortcuts {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
}

.mobile-shortcut {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.62rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-shortcut:hover {
  color: var(--accent);
}

.mobile-shortcut.active {
  color: #0c1014;
  background: var(--accent);
}

.mobile-shortcut.vip {
  color: var(--accent-warm);
}

.mobile-catalog {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255, 255, 255, 0.08);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--accent);
  --bs-accordion-btn-color: var(--text-main);
  --bs-accordion-color: var(--text-soft);
  --bs-accordion-btn-focus-box-shadow: none;
}

.mobile-catalog .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.85rem;
}

.mobile-catalog .accordion-button {
  font-size: 14px;
  font-weight: 700;
}

.mobile-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.mobile-link-grid a {
  padding: 0.65rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 13px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-link-grid a:hover {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.07);
}

.mobile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.mobile-actions a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-main);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-actions a:hover {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-actions img {
  height: 1.4rem;
}

.hero-stage {
  position: relative;
}

.hero-banner {
  position: relative;
  padding-bottom: 32%;
  min-height: 420px;
  overflow: hidden;
}

.hero-media-stack {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-media-stack .carousel-item,
.hero-media-stack .carousel-item.active,
.hero-media-stack .carousel-item-next,
.hero-media-stack .carousel-item-prev {
  height: 100%;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 22, 26, 0) 0%, rgba(22, 22, 26, 0.01) 72%, rgba(22, 22, 26, 0.12) 100%);
  box-shadow: 0 0 120px 20px #16161a inset, 0 0 120px 20px #16161a inset;
}

.hero-shell {
  position: absolute;
  inset: 0;
  z-index: 3;
  margin: 0 auto;
  max-width: 1318px;
  padding-inline: 6px;
}

.hero-main-row {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-side-index {
  position: absolute;
  top: 80px;
  right: 50px;
  bottom: 80px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow-x: auto;
  width: 220px;
}

.hero-side-track {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
}

.hero-side-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  min-height: 30px;
  padding: 0;
  border: 0;
  text-align: right;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.58);
  transition: color 0.2s ease;
}

.hero-side-item strong,
.hero-side-item span {
  display: block;
}

.hero-side-item strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-side-item span {
  margin-top: 2px;
  font-size: 12px;
  color: #fff;
  display: none;
}

.hero-side-item:hover,
.hero-side-item.is-active {
  color: var(--accent);
}

.hero-side-item.is-active strong {
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
}

.hero-side-item:hover span,
.hero-side-item.is-active span {
  display: block;
}

.hero-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background: linear-gradient(360deg, rgb(22, 22, 26) 0%, rgba(22, 22, 26, 0.02) 100%);
}

.hero-bottom-shell {
  max-width: 1318px;
  padding: 0 6px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-channel-list {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
}

.hero-channel-item {
  text-align: center;
  color: #fff;
}

.hero-channel-item strong,
.hero-channel-item span {
  display: block;
}

.hero-channel-item strong {
  padding-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
}

.hero-channel-item span {
  display: inline-block;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.hero-divider-mark img {
  display: block;
  padding: 0 18px;
}

.hero-quick-links {
  width: 400px;
  display: flex;
  justify-content: space-between;
}

.hero-quick-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.hero-quick-item img {
  display: block;
  height: 26px;
  margin-bottom: 6px;
}

.hero-quick-item.is-vip span {
  color: var(--accent-warm);
}

.content-block {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}

.adbox {
  padding: 16px 20px 0;
}

.adbox img {
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 8px;
}

.content-block .title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 6px;
}

.content-block .label {
  flex: 0 0 auto;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  white-space: nowrap;
}

.content-block .title-item {
  display: flex;
  flex-wrap: wrap;
}

.content-block .title-item .list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px 8px;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 16px;
  color: #798499;
  font-size: 14px;
  line-height: 30px;
  background: rgb(52, 52, 59);
  transition: color 0.2s ease, background-color 0.2s ease;
}

.content-block .title-item div.list {
  cursor: pointer;
}

.content-block .title-item .list:hover {
  color: #fff;
}

.content-block .title-item .list.active {
  color: #fff;
  background: rgb(0, 136, 255);
}

.content-block .list-item {
  padding: 0 6px;
}

.content-block .list-body {
  display: none;
}

.content-block .list-body.is-active {
  display: block;
}

.content-block .list-body .content {
  display: block;
}

.media-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.media-grid .list-col {
  width: 16.666666%;
  padding: 8px;
  box-sizing: border-box;
}

.content-block-short .media-grid .list-col {
  width: 12.5%;
}

.pc-case {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0;
  background: rgb(31, 31, 36);
  border-radius: 8px;
  overflow: hidden;
}

.pc-case .case-img {
  position: relative;
  padding-bottom: 144%;
}

.pc-case .case-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  /* display: block; */
  border-radius: 4px;
  transition: all 0.6s;
}

.pc-case-line .case-img img:hover {
  transform: scale(1);
}

.pc-case .case-content {
  padding: 0 8px;
  overflow: hidden;
  text-align: left;
  color: #fff;
}

.pc-case .case-content h4 {
  position: relative;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc-case .case-content h4 p {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #798499;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pc-case .right-tops {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 4px;
}

.pc-case .right-tops span {
  margin-right: 4px;
  font-size: 12px;
}

.pc-case .left-top {
  border-radius: 4px;
  padding: 2px 4px;
  color: #fff;
  background: linear-gradient(90deg, rgb(40, 131, 244) 0%, rgb(41, 171, 227) 100%);
}

.pc-case .left-new {
  border-radius: 4px;
  padding: 2px 4px;
  color: #fff;
  background: linear-gradient(90deg, rgb(255, 163, 92) 0%, rgb(255, 88, 33) 100%);
}

.pc-case .right-score {
  position: absolute;
  top: 8px;
  right: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #ff6f36;
}

.pc-case .bottom {
  display: flex;
  position: absolute;
  justify-content: space-between;
  left: 0;
  right: 0;
  bottom: -2px;
  padding: 40px 4px 10px;
  background: linear-gradient(360deg, rgb(31 31 36) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.pc-case .bottom .time {
  color: #fff;
  font-size: 12px;
}

.pc-case .bottom .fire {
  display: inline-block;
  width: 56px;
  color: #fff;
  font-size: 12px;
  padding-right: 4px;
  white-space: nowrap;
}

.pc-case .bottom .fire img {
  position: relative;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.pc-case-line .case-img-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 60%;
  transition: all 1s ease-out;
}

.pc-case-line .case-img-box .play-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 60%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pc-case-line .case-img-box .play-logo .pc-masks {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
}

.pc-case-line .case-img-box .play-logo .pc-masks img {
  width: 50px;
  height: 50px;
}

.pc-case-line .case-img-box .play-text {
  padding: 5px;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  background: rgb(31, 31, 36);
}

.pc-case-line .case-img-box .play-text .list {
  margin: 5px;
  display: inline-block;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background: rgb(53, 53, 61);
}

.pc-case-line .case-img-box .play-text > div {
  position: relative;
  padding: 0 5px 0 44px;
  line-height: 24px;
  color: #798499;
}

.pc-case-line .case-img-box .play-text > div span {
  position: absolute;
  left: 5px;
  color: #fff;
}

.pc-case-line .case-img-box .play-text > div p {
  display: inline-block;
}

.pc-case-line:hover .case-img-box {
  display: block;
}

.content-block-short .pc-case .case-img {
  padding-bottom: 132%;
}

.content-block-short .pc-case .case-content {
  padding: 0 6px;
}

.content-block-short .pc-case .case-content h4 {
  padding-top: 6px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.content-block-short .pc-case .case-content h4 p {
  top: 26px;
  font-size: 11px;
  line-height: 16px;
}

.content-block-short .pc-case .right-tops span,
.content-block-short .pc-case .right-score,
.content-block-short .pc-case .bottom .time,
.content-block-short .pc-case .bottom .fire {
  font-size: 11px;
}

.content-block-short .pc-case .bottom {
  padding: 32px 4px 8px;
}

.content-block-short .pc-case-line .case-img-box .play-logo .pc-masks img {
  width: 42px;
  height: 42px;
}

.content-block-short .pc-case-line .case-img-box .play-text {
  font-size: 11px;
}

.content-block-short .pc-case-line .case-img-box .play-text .list {
  margin: 4px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
}

.content-block-short .pc-case-line .case-img-box .play-text > div {
  padding: 0 4px 0 40px;
  line-height: 22px;
}

.content-block-horizontal .pc-case .case-img {
  padding-bottom: 68%;
}

.content-block-horizontal .pc-case .case-content h4 {
  padding-top: 6px;
  padding-bottom: 20px;
}

.content-block-horizontal .pc-case .case-content h4 p {
  top: 28px;
}

.content-block-horizontal .pc-case .bottom {
  padding: 28px 4px 8px;
}

.content-block-horizontal .pc-case-line .case-img-box {
  padding-top: 68%;
}

.content-block-horizontal .pc-case-line .case-img-box .play-logo {
  padding-bottom: 68%;
}

.content-block-horizontal .pc-case-line .case-img-box .play-logo .pc-masks img {
  width: 42px;
  height: 42px;
}

.content-block-short.content-block-horizontal .pc-case .case-content h4 {
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 18px;
}

.content-block-short.content-block-horizontal .pc-case .case-content h4 p {
  top: 23px;
  font-size: 10px;
  line-height: 14px;
}

.content-block-short.content-block-horizontal .pc-case .bottom {
  padding: 20px 4px 7px;
}

.content-block-short.content-block-horizontal .pc-case-line .case-img-box .play-logo .pc-masks img {
  width: 34px;
  height: 34px;
}

.content-block-match-video .list-item {
  padding: 0;
}

.match-video-track {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.live-video-swiper {
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
}

.live-video-swiper .swiper-slide {
  min-width: 0;
}

.live-video-swiper .list {
  padding: 6px;
  transition: transform 0.2s ease-in-out;
}

.live-video-swiper .list:hover {
  transform: translateY(-5px);
}

.match-video-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(31, 31, 36);
}

.match-video-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
}

.match-video-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 12px 10px;
  background: linear-gradient(360deg, rgb(31 31 36) 0%, rgba(0, 0, 0, 0.02) 100%);
}

.match-video-title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-block-match-video .swiper-button-prev,
.content-block-match-video .swiper-button-next {
  position: static;
  flex: 0 0 30px;
  width: 30px;
  height: 44px;
  margin-top: 0;
  color: #08f;
}

.content-block-match-video .swiper-button-prev {
  margin-right: 0;
}

.content-block-match-video .swiper-button-next {
  margin-left: 0;
}

.content-block-match-video .swiper-button-prev:after,
.content-block-match-video .swiper-button-next:after {
  font-size: 20px;
  font-weight: 700;
}

.site-footer {
  margin-top: 10px;
  background: rgb(31, 31, 36);
}

.footer-shell {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 16px;
}

.footer-shell p {
  margin: 0;
  max-width: 650px;
  color: #798499;
  font-size: 14px;
  line-height: 28px;
}

@media (max-width: 1399.98px) {
  .header-search-wrap {
    width: 320px;
  }

  .hero-quick-links {
    width: 320px;
  }

  .hero-channel-item strong {
    font-size: 18px;
  }

  .media-grid {
    margin: 0 -8px;
  }

  .content-block-short .media-grid .list-col {
    width: 16.666666%;
  }

  .content-block-horizontal .media-grid .list-col {
    width: 33.333333%;
  }

  .content-block-short.content-block-horizontal .media-grid .list-col {
    width: 25%;
  }

  .content-block-match-video .live-video-swiper {
    overflow: hidden;
  }

  .content-block-match-video .match-video-track {
    padding: 0;
  }

  .content-block-match-video .swiper-button-prev,
  .content-block-match-video .swiper-button-next {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header-container {
    padding-inline: 0.75rem;
  }

  .navbar {
    min-height: 70px;
    display: grid;
    grid-template-columns: auto minmax(0, 360px) auto;
    align-items: center;
    gap: 0;
  }

  .mobile-header-search {
    display: block;
    padding: 0;
  }

  .mobile-header-search-form {
    width: 100%;
  }

  .mobile-header-search-form .search-shell {
    min-height: 40px;
    padding-left: 12px;
  }

  .mobile-header-search-form .search-popover {
    top: calc(100% + 0.45rem);
  }

  .header-glow {
    background: linear-gradient(180deg, rgb(22, 22, 26) 0%, rgba(22, 22, 26, 0.01) 100%);
  }

  .hero-banner {
    padding-bottom: 0;
    min-height: 360px;
  }

  .hero-shell {
    position: relative;
    inset: auto;
  }

  .hero-main-row {
    min-height: 0;
    height: auto;
    padding-top: 70px;
    padding-bottom: 92px;
  }

  .hero-side-index {
    display: none;
  }

  .hero-bottom-shell {
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-channel-list {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 22px;
  }

  .hero-channel-item {
    text-align: center;
  }

  .hero-channel-item strong {
    font-size: 16px;
  }

  .hero-divider-mark {
    display: none;
  }

  .hero-quick-links {
    display: none;
  }

  .content-block {
    padding-top: 0;
  }

  .adbox {
    padding-inline: 20px;
  }

  .content-block .title {
    flex-wrap: wrap;
    gap: 12px;
    /* padding-top: 10px; */
  }

  .content-block .label {
    font-size: 24px;
  }

  .media-grid {
    margin: 0 -8px;
  }

  .media-grid .list-col {
    width: 33.333333%;
  }

  .content-block-short .media-grid .list-col {
    width: 25%;
  }

  .content-block-horizontal .media-grid .list-col {
    width: 50%;
  }

  .content-block-short.content-block-horizontal .media-grid .list-col {
    width: 33.333333%;
  }

  .content-block-match-video .live-video-swiper {
    overflow: hidden;
  }

  .content-block-match-video .match-video-track {
    padding: 0;
  }

  .list-page-main {
    padding: 0px 20px 0;
  }

  .list-page-hero-inner {
    padding: 22px 22px;
  }

  .list-page-hero h1 {
    font-size: 28px;
  }

  .list-filter-panel {
    padding: 14px 16px;
  }

  .list-result-block .title-split {
    gap: 10px;
  }
}

@media (max-width: 767.98px) {
  .brand-mark img {
    width: 112px;
  }

  .navbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 12px;
  }

  .mobile-header-search {
    max-width: none;
  }

  .mobile-header-search-form .search-shell {
    min-height: 38px;
    padding-left: 8px;
  }

  .mobile-header-search-form .search-submit span {
    display: none;
  }

  .mobile-header-search-form .search-submit {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }

  .mobile-shortcuts {
    gap: 0.45rem;
  }

  .mobile-shortcut {
    padding: 0.55rem 0.72rem;
    font-size: 14px;
  }

  .mobile-link-grid,
  .mobile-actions {
    grid-template-columns: 1fr;
  }

  .mobile-catalog .accordion-button {
    font-size: 14px;
  }

  .mobile-link-grid a {
    font-size: 13px;
  }

  .hero-banner {
    padding-bottom: 0;
    min-height: 220px;
  }

  .hero-main-row {
    min-height: 0;
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .hero-bottom-shell {
    gap: 10px;
  }

  .hero-channel-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-inline: 6px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .hero-channel-list::-webkit-scrollbar {
    display: none;
  }

  .hero-channel-item {
    flex: 0 0 auto;
  }

  .hero-channel-item strong {
    font-size: 13px;
    padding-bottom: 2px;
    line-height: 1;
  }

  .hero-channel-item span {
    padding: 0 2px;
    font-size: 10px;
    line-height: 1;
  }

  .hero-quick-item {
    font-size: 12px;
  }

  .hero-quick-links {
    display: none;
  }

  .content-block {
    padding: 10px 4px 0;
  }

  .adbox {
    padding: 12px 10px;
  }

  .content-block .title {
    gap: 10px;
    padding: 8px 6px 14px;
  }

  .content-block .label {
    font-size: 22px;
  }

  .content-block .title-item {
    gap: 4px;
  }

  .content-block .title-item .list {
    margin: 0;
    min-height: 26px;
    padding: 0 12px;
    font-size: 13px;
    line-height: 26px;
  }

  .media-grid {
    margin: 0 -6px;
  }

  .media-grid .list-col {
    width: 50%;
    padding: 6px;
    box-sizing: border-box;
  }

  .content-block-short .media-grid .list-col {
    width: 33.333333%;
  }
  .content-block-short:not(.content-block-horizontal) .media-grid .list-col:last-child:nth-child(3n + 1) {
    display: none;
  }
  .content-block-horizontal .media-grid .list-col {
    width: 50%;
  }

  .content-block-short.content-block-horizontal .media-grid .list-col {
    width: 50%;
  }

  .pc-case .case-content {
    padding: 0 6px;
  }

  .pc-case .case-content h4 {
    padding-top: 6px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .pc-case .case-content h4 p {
    top: 26px;
    font-size: 11px;
    line-height: 16px;
  }

  .pc-case .right-tops span,
  .pc-case .bottom .time,
  .pc-case .bottom .fire {
    font-size: 11px;
  }

  .pc-case .right-score {
    font-size: 11px;
  }

  .pc-case-line .case-img-box .play-text {
    font-size: 11px;
    line-height: 1.4;
  }

  .pc-case-line .case-img-box .play-logo .pc-masks img {
    width: 40px;
    height: 40px;
  }

  .content-block-match-video .live-video-swiper {
    overflow: hidden;
  }

  .content-block-match-video .match-video-track {
    padding: 0;
  }

  .content-block-match-video .swiper-button-prev,
  .content-block-match-video .swiper-button-next {
    display: none;
  }

  .page-shell-list {
    padding-top: 70px;
  }

  .list-page-main {
    padding: 0px 10px 0;
  }

  .list-page-hero-inner {
    padding: 18px 16px;
  }

  .list-page-hero h1 {
    font-size: 24px;
  }

  .list-page-hero p:last-child {
    font-size: 13px;
    line-height: 22px;
  }

  .list-filter-panel {
    padding: 12px 14px;
  }

  .list-result-block .title-split {
    display: block;padding: 8px 6px;
  }

  .list-result-block .title-item-sort {
    margin-bottom: 8px;
  }

  .list-result-block .title-item-meta {
    display: none;
  }

  .play-like-block .title-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 6px;
  }

  .play-like-block .title-item-meta {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
  }

  .list-result-block .pc-case .case-img {
    padding-bottom: 124%;
  }

  .list-result-block .pc-case .case-content h4 {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 18px;
  }

  .list-result-block .pc-case .case-content h4 p {
    top: 23px;
    font-size: 10px;
    line-height: 14px;
  }

  .list-filter-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    flex-wrap: nowrap;
  }

  .list-filter-label {
    flex: 0 0 auto;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .list-filter-options {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 12px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .list-filter-options::-webkit-scrollbar {
    display: none;
  }

  .list-filter-options a {
    flex: 0 0 auto;
    font-size: 14px;
  }

  .list-pagination {
    gap: 8px;
    padding-top: 14px;
  }

  .list-pagination .page-chip:not(:first-child):not(:last-child) {
    display: none;
  }

  .footer-shell {
    min-height: 0;
    padding: 18px 14px;
  }

  .footer-shell p {
    font-size: 13px;
    line-height: 24px;
  }

  .content-block-match-video .live-video-swiper .list {
    padding: 4px;
  }

  .match-video-mask {
    padding: 22px 10px 8px;
  }

  .match-video-title {
    font-size: 12px;
    line-height: 16px;
  }
}
