:root {
  --video-red: #d71920;
  --video-ink: #171717;
  --video-muted: #707070;
  --video-line: rgba(23, 23, 23, .1);
  --video-soft: #f6f5f2;
  --video-shadow: 0 24px 60px rgba(0, 0, 0, .12);
}

.video-body {
  background:
    radial-gradient(circle at 78% 18%, rgba(215, 25, 32, .08), transparent 30rem),
    linear-gradient(180deg, #fbfaf7 0%, #f4f3ef 55%, #fbfaf7 100%);
}

.video-site-header {
  background:
    radial-gradient(circle at 10% 0%, rgba(52, 226, 255, .16), transparent 24rem),
    linear-gradient(120deg, rgba(3, 13, 20, .98), rgba(5, 37, 48, .97) 58%, rgba(63, 11, 17, .94));
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .2);
}

.video-site-header::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22), transparent);
}

.video-site-header .ppvi-brand img {
  width: auto;
  height: 44px;
  max-width: 220px;
  object-fit: contain;
}

.video-site-header .ppvi-site-inner {
  min-height: 84px;
}

.video-site-header .ppvi-primary-nav {
  gap: 8px;
}

.video-site-header .ppvi-primary-nav a {
  border: 1px solid transparent;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  text-shadow: none;
}

.video-site-header .ppvi-primary-nav a:hover,
.video-site-header .ppvi-primary-nav a.is-active {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(215, 25, 32, .2);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.video-site-header .ppvi-search {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
}

.video-site-header .ppvi-search input {
  color: #fff;
}

.video-site-header .ppvi-search input::placeholder {
  color: rgba(255, 255, 255, .52);
}

.video-site-header .ppvi-search button {
  background: var(--video-red);
  color: #fff;
}

.video-site-header .ppvi-nav-toggle {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
}

.video-site-header .ppvi-nav-toggle span {
  background: #fff;
}

.video-page {
  color: var(--video-ink);
}

.video-hero {
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  isolation: isolate;
}

.video-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(2, 12, 18, .98) 0%, rgba(4, 37, 48, .96) 42%, rgba(10, 72, 88, .9) 72%, rgba(215, 25, 32, .42) 100%),
    radial-gradient(circle at 18% 22%, rgba(52, 226, 255, .22), transparent 24rem),
    radial-gradient(circle at 74% 18%, rgba(215, 25, 32, .2), transparent 23rem),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: auto, auto, auto, 72px 72px, 72px 72px;
  z-index: -2;
}

.video-hero-bg::before {
  content: "";
  position: absolute;
  inset: -30% -20%;
  background:
    linear-gradient(105deg, transparent 0 34%, rgba(255, 255, 255, .16) 37%, transparent 42%),
    linear-gradient(70deg, transparent 0 56%, rgba(52, 226, 255, .12) 60%, transparent 65%);
  transform: translateX(-8%);
  opacity: .9;
}

.video-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .08), transparent 26rem),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .18) 100%);
}

.video-hero::after,
.video-watch-band::after {
  content: "";
  position: absolute;
  inset: auto -10% 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  opacity: .7;
}

.video-hero-shell {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(420px, 1.05fr);
  gap: 48px;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
}

.video-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--video-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.video-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.video-list-hero h1,
.video-watch-meta h1 {
  margin: 18px 0 16px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: 0;
}

.video-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(42px, 4.2vw, 58px);
  line-height: 1.06;
  font-weight: 950;
  letter-spacing: 0;
  white-space: nowrap;
}

.video-hero p,
.video-list-hero p,
.video-watch-meta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
}

.video-hero-actions,
.video-show-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.video-btn,
.video-load button,
.video-comment-form button,
.video-comment-form a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(23, 23, 23, .16);
  border-radius: 999px;
  background: #fff;
  color: var(--video-ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.video-hero .video-btn {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.video-btn-primary,
.video-load button,
.video-comment-form button {
  border-color: var(--video-red);
  background: var(--video-red);
  color: #fff;
}

.video-btn:hover,
.video-load button:hover,
.video-comment-form button:hover,
.video-comment-form a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .14);
}

.video-feature-card {
  display: block;
  color: #fff;
  text-decoration: none;
}

.video-feature-media,
.video-card-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .36);
}

.video-feature-media {
  aspect-ratio: 16 / 9;
}

.video-feature-media img,
.video-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), filter .55s ease;
}

.video-feature-media::before,
.video-card-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: inherit;
  box-shadow: inset 0 0 0 0 rgba(215, 25, 32, .74);
  transition: box-shadow .3s ease, border-color .3s ease;
  pointer-events: none;
}

.video-feature-media::after,
.video-card-thumb::after {
  content: "";
  position: absolute;
  inset: -60% auto auto -40%;
  width: 46%;
  height: 220%;
  z-index: 3;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .34), transparent);
  transform: rotate(18deg) translateX(-160%);
  transition: transform .7s ease;
  pointer-events: none;
}

.video-feature-media i,
.video-card-thumb i {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(215, 25, 32, .94);
  color: #fff;
  font-size: 0;
  box-shadow: 0 14px 35px rgba(215, 25, 32, .28);
}

.video-feature-media i::before,
.video-card-thumb i::before {
  content: "";
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.video-feature-copy {
  display: block;
  margin-top: 18px;
}

.video-feature-copy small,
.video-card em {
  display: block;
  color: var(--video-muted);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}

.video-feature-copy small {
  color: rgba(255, 255, 255, .68);
}

.video-feature-copy strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 950;
}

.video-image-effect:hover .video-feature-media img,
.video-image-effect:focus-within .video-feature-media img,
.video-image-effect:hover .video-card-thumb img,
.video-image-effect:focus-within .video-card-thumb img {
  transform: scale(1.08);
  filter: saturate(1.18) contrast(1.08);
}

.video-image-effect:hover .video-feature-media::before,
.video-image-effect:focus-within .video-feature-media::before,
.video-image-effect:hover .video-card-thumb::before,
.video-image-effect:focus-within .video-card-thumb::before {
  border-color: rgba(215, 25, 32, .64);
  box-shadow: inset 0 0 0 3px rgba(215, 25, 32, .72);
}

.video-image-effect:hover .video-feature-media::after,
.video-image-effect:focus-within .video-feature-media::after,
.video-image-effect:hover .video-card-thumb::after,
.video-image-effect:focus-within .video-card-thumb::after {
  transform: rotate(18deg) translateX(460%);
}

.video-shell {
  padding-top: 56px;
  padding-bottom: 64px;
}

.video-type-rail,
.video-filter-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.video-type-rail {
  margin-bottom: 58px;
  padding: 18px 0;
  border-top: 1px solid var(--video-line);
  border-bottom: 1px solid var(--video-line);
}

.video-type-rail a,
.video-filter-row a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(23, 23, 23, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--video-ink);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.video-type-rail a:hover,
.video-filter-row a:hover,
.video-type-rail a.is-active,
.video-filter-row a.is-active {
  transform: translateY(-2px);
  border-color: rgba(215, 25, 32, .35);
  color: var(--video-red);
}

.video-section {
  margin-bottom: 68px;
}

.video-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.video-section-head span {
  color: var(--video-red);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.video-section-head h2 {
  margin: 2px auto 0 0;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.video-section-head a {
  color: var(--video-muted);
  text-decoration: none;
  font-weight: 900;
}

.video-grid {
  display: grid;
  gap: 24px;
}

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

.video-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-card {
  display: block;
  min-width: 0;
  color: var(--video-ink);
  text-decoration: none;
}

.video-card-thumb {
  aspect-ratio: 16 / 9;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .1);
}

.video-card strong {
  display: -webkit-box;
  min-height: 3.1em;
  margin-top: 12px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 950;
  transition: color .2s ease;
}

.video-card:hover strong,
.video-card:focus-within strong {
  color: var(--video-red);
}

.video-home-layout,
.video-show-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.video-side-panel {
  position: sticky;
  top: 92px;
  padding: 24px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--video-shadow);
}

.video-side-panel h2 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 950;
}

.video-rank-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--video-line);
  color: var(--video-ink);
  text-decoration: none;
}

.video-rank-list span {
  color: var(--video-red);
  font-weight: 950;
}

.video-rank-list strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 900;
}

.video-rank-list em {
  color: var(--video-muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.video-list-hero {
  margin: 46px 0 28px;
}

.video-list-hero h1 {
  color: var(--video-ink);
}

.video-list-hero p {
  color: var(--video-muted);
}

.video-filter-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 42px;
  padding: 22px;
  border: 1px solid rgba(23, 23, 23, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 44px rgba(0, 0, 0, .06);
}

.video-filter-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.video-filter-search input,
.video-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 8px;
  background: #fff;
  color: var(--video-ink);
  outline: none;
  font: inherit;
}

.video-filter-search input {
  min-height: 46px;
  padding: 0 16px;
  font-weight: 800;
}

.video-filter-search button {
  min-width: 96px;
  border: 0;
  border-radius: 8px;
  background: var(--video-ink);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
}

.video-filter-row {
  justify-content: flex-start;
}

.video-filter-row strong {
  min-width: 42px;
  font-weight: 950;
}

.video-load {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.video-load button:disabled {
  cursor: default;
  opacity: .62;
  transform: none;
  box-shadow: none;
}

.video-watch-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, rgba(215, 25, 32, .34), transparent 34rem),
    linear-gradient(135deg, #080808, #1d1d1d 62%, #111);
  color: #fff;
}

.video-watch-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr);
  gap: 36px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.video-player-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .45);
  aspect-ratio: 16 / 9;
}

.video-player-frame .video-js,
.video-embed {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.video-watch-meta h1 {
  font-size: clamp(30px, 4vw, 48px);
}

.video-show-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.video-show-facts span {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
}

.video-show-page .video-shell {
  padding-top: 44px;
}

.video-comment-panel,
.video-share-panel {
  margin-bottom: 0;
}

.video-comment-form {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.video-comment-form textarea {
  min-height: 126px;
  padding: 14px;
  resize: vertical;
}

.video-comments .comments,
.video-comments .comments-list {
  margin: 0;
  padding: 0;
}

.video-comments .comment {
  padding: 16px 0;
  border-top: 1px solid var(--video-line);
}

.video-comments .avatar {
  display: none;
}

.video-comments .content strong {
  color: var(--video-red);
}

.video-share-panel img {
  display: block;
  width: 168px;
  height: 168px;
  margin: 0 auto 12px;
  border-radius: 8px;
}

.video-share-panel p {
  margin: 0 0 18px;
  text-align: center;
  color: var(--video-muted);
  font-weight: 900;
}

.video-pager {
  display: grid;
  gap: 10px;
}

.video-pager a {
  display: block;
  padding: 14px;
  border: 1px solid var(--video-line);
  border-radius: 8px;
  color: var(--video-ink);
  text-decoration: none;
}

.video-pager small {
  display: block;
  color: var(--video-red);
  font-weight: 950;
}

.video-pager span {
  display: -webkit-box;
  margin-top: 4px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .video-hero-shell,
  .video-watch-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 991px) {
  .video-site-header .ppvi-nav-panel {
    background:
      linear-gradient(155deg, rgba(3, 13, 20, .98), rgba(7, 43, 55, .98));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .28);
  }

  .video-home-layout,
  .video-show-layout {
    grid-template-columns: 1fr;
  }

  .video-side-panel {
    position: static;
  }

  .video-grid-3,
  .video-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .video-hero-shell {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .video-hero h1,
  .video-list-hero h1 {
    font-size: 42px;
  }

  .video-hero h1 {
    white-space: normal;
  }

  .video-hero p,
  .video-list-hero p,
  .video-watch-meta p {
    font-size: 15px;
  }

  .video-shell {
    padding-top: 34px;
    padding-bottom: 44px;
  }

  .video-grid-3,
  .video-grid-4 {
    gap: 18px 12px;
  }

  .video-card strong {
    font-size: 15px;
  }

  .video-feature-copy strong {
    font-size: 22px;
  }

  .video-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .video-section-head h2 {
    font-size: 31px;
  }

  .video-filter-panel {
    padding: 16px;
  }

  .video-filter-search {
    grid-template-columns: 1fr;
  }

  .video-filter-search button {
    min-height: 42px;
  }

  .video-watch-shell {
    padding-top: 22px;
    padding-bottom: 34px;
  }

  .video-feature-media i,
  .video-card-thumb i {
    width: 42px;
    height: 42px;
    left: 12px;
    bottom: 12px;
  }

  .video-feature-media i::before,
  .video-card-thumb i::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-feature-media img,
  .video-card-thumb img,
  .video-feature-media::after,
  .video-card-thumb::after,
  .video-btn,
  .video-load button,
  .video-comment-form button,
  .video-comment-form a {
    transition: none;
  }
}
