:root {
  color-scheme: light;
  --bg: #f8fafc;
  --panel: #ffffff;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f1f5f9;
  --brand: #f97316;
  --brand-dark: #ea580c;
  --brand-soft: #fff7ed;
  --slate: #0f172a;
  --slate-2: #1e293b;
  --radius: 22px;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

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

img {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #111827, #334155);
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.98));
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(14px);
}

.nav-inner {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), #fbbf24);
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.38);
  font-size: 14px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #cbd5e1;
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #ffffff;
  background: rgba(249, 115, 22, 0.18);
}

.nav-search {
  margin-left: auto;
  display: flex;
  align-items: center;
  width: min(360px, 34vw);
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  overflow: hidden;
}

.nav-search input {
  min-width: 0;
  flex: 1;
  height: 42px;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: #ffffff;
  background: transparent;
}

.nav-search input::placeholder {
  color: #94a3b8;
}

.nav-search button {
  width: 46px;
  height: 42px;
  border: 0;
  color: #fed7aa;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.mobile-panel {
  display: none;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 22px 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.mobile-panel.is-open {
  display: grid;
  gap: 10px;
}

.mobile-panel a,
.mobile-panel button {
  display: block;
  border: 0;
  border-radius: 12px;
  padding: 11px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.mobile-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.mobile-panel input {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 12px;
  padding: 11px 14px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.72);
  outline: 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 12%, rgba(249, 115, 22, 0.24), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #111827 100%);
}

.hero-shell {
  max-width: 1320px;
  margin: 0 auto;
  padding: 50px 22px 38px;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
  gap: 28px;
  align-items: stretch;
}

.hero-title-block {
  min-height: 570px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-title-block h1,
.page-hero h1,
.detail-copy h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.hero-title-block p:not(.eyebrow),
.page-hero p:not(.eyebrow) {
  margin: 20px 0 0;
  color: #cbd5e1;
  font-size: 18px;
}

.hero-quick-links {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-quick-links a,
.primary-btn,
.ghost-btn,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
  transition: 0.22s ease;
}

.hero-quick-links a,
.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), #f59e0b);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.34);
}

.ghost-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.hero-quick-links a:hover,
.primary-btn:hover,
.ghost-btn:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.hero-slider {
  position: relative;
  min-height: 570px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
  background: #020617;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.48), rgba(2, 6, 23, 0.1)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.82), transparent 58%);
}

.hero-copy {
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  max-width: 680px;
}

.hero-copy h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 16px 0 0;
  color: #e2e8f0;
  font-size: 17px;
}

.hero-tags,
.detail-meta,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags {
  margin-top: 18px;
}

.hero-tags span,
.detail-meta span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #475569;
  background: #f1f5f9;
  font-size: 12px;
  font-weight: 800;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.58);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.slider-arrow.prev {
  left: 18px;
}

.slider-arrow.next {
  right: 18px;
}

.slider-dots {
  position: absolute;
  left: 42px;
  bottom: 20px;
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: 0.2s ease;
}

.slider-dot.is-active {
  width: 32px;
  background: var(--brand);
}

.hero-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hero-mini-card {
  min-height: 92px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: 0.2s ease;
}

.hero-mini-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.14);
}

.hero-mini-card img {
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
}

.hero-mini-card span {
  font-weight: 900;
  color: #ffffff;
}

.section-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 22px;
}

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

.section-head.compact {
  align-items: center;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.045em;
}

.section-head a,
.text-link {
  color: var(--brand-dark);
  background: var(--brand-soft);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-tile {
  min-height: 170px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 36%),
    #ffffff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
  transition: 0.2s ease;
}

.category-tile:hover,
.movie-card:hover,
.category-overview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.category-tile span {
  display: inline-flex;
  color: var(--brand-dark);
  font-weight: 900;
  margin-bottom: 12px;
}

.category-tile strong {
  display: block;
  color: #334155;
  font-size: 15px;
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

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

.movie-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transition: 0.2s ease;
}

.movie-card.is-hidden {
  display: none;
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0f172a;
}

.poster-link img {
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

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

.poster-badge,
.poster-year {
  position: absolute;
  top: 10px;
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.poster-badge {
  left: 10px;
}

.poster-year {
  right: 10px;
  background: rgba(249, 115, 22, 0.86);
}

.movie-body {
  padding: 16px;
}

.movie-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.movie-body h3 a:hover {
  color: var(--brand-dark);
}

.movie-meta,
.movie-desc {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.movie-desc {
  display: -webkit-box;
  min-height: 62px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tag-row {
  margin-top: 12px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: start;
}

.ranking-list {
  display: grid;
  gap: 12px;
}

.ranking-item {
  display: grid;
  grid-template-columns: 42px 72px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  transition: 0.2s ease;
}

.ranking-item:hover {
  border-color: rgba(249, 115, 22, 0.42);
  transform: translateX(4px);
}

.ranking-item img {
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
}

.rank-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #64748b;
  background: #f1f5f9;
  font-weight: 900;
}

.ranking-item.top .rank-num {
  color: #ffffff;
  background: linear-gradient(135deg, #f97316, #f59e0b);
}

.rank-info strong,
.rank-info em {
  display: block;
}

.rank-info strong {
  font-size: 15px;
}

.rank-info em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.rank-heat {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 900;
}

.wide-ranking {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-hero,
.detail-hero {
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(249, 115, 22, 0.2), transparent 30%),
    linear-gradient(135deg, #0f172a, #1e293b 58%, #111827);
}

.page-hero {
  padding: 76px max(22px, calc((100vw - 1320px) / 2 + 22px));
}

.page-hero p:not(.eyebrow) {
  max-width: 820px;
}

.inner-hero,
.ranking-hero,
.search-hero {
  padding-top: 62px;
  padding-bottom: 62px;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #cbd5e1;
  font-size: 14px;
}

.crumbs a:hover {
  color: #fed7aa;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.category-overview-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #ffffff;
  transition: 0.2s ease;
}

.category-cover-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.category-cover-stack img {
  height: 122px;
  border-radius: 16px;
  object-fit: cover;
}

.category-overview-card h2 {
  margin: 0 0 10px;
  font-size: 25px;
}

.category-overview-card p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--muted);
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 180px 180px;
  gap: 14px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 14px;
  outline: 0;
  color: var(--ink);
  background: #f8fafc;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(249, 115, 22, 0.58);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.empty-state {
  display: none;
  padding: 42px;
  text-align: center;
  color: var(--muted);
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.empty-state.is-visible {
  display: block;
}

.detail-hero {
  padding: 32px max(22px, calc((100vw - 1320px) / 2 + 22px)) 54px;
}

.detail-hero-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.detail-poster img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
}

.detail-copy {
  max-width: 920px;
}

.detail-copy h1 {
  margin-top: 0;
}

.detail-one-line {
  margin: 18px 0 0;
  color: #e2e8f0;
  font-size: 18px;
}

.detail-meta {
  margin-top: 20px;
}

.detail-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.detail-copy .primary-btn {
  margin-top: 24px;
}

.detail-section {
  padding-top: 36px;
}

.player-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.play-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at center, rgba(249, 115, 22, 0.22), transparent 32%),
    rgba(2, 6, 23, 0.48);
  cursor: pointer;
  transition: 0.2s ease;
}

.play-layer.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-button {
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand), #f59e0b);
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.38);
  cursor: pointer;
  font-size: 34px;
  padding-left: 6px;
}

.player-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
}

.player-title-row h2 {
  margin: 0;
  font-size: 24px;
}

.player-title-row span {
  color: var(--muted);
  font-weight: 800;
}

.detail-content-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.content-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.content-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.content-card h2:not(:first-child) {
  margin-top: 26px;
}

.content-card p {
  margin: 0;
  color: #475569;
  font-size: 16px;
}

.side-card {
  position: sticky;
  top: 92px;
}

.related-list {
  display: grid;
  gap: 14px;
}

.related-list .movie-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  box-shadow: none;
}

.related-list .poster-link {
  aspect-ratio: 4 / 3;
}

.related-list .movie-desc,
.related-list .tag-row {
  display: none;
}

.site-footer {
  margin-top: 28px;
  color: #cbd5e1;
  background: #0f172a;
}

.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 44px 22px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 20px;
}

.site-footer p {
  max-width: 540px;
  margin: 0;
  color: #94a3b8;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 17px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #94a3b8;
}

.footer-links a:hover {
  color: #fed7aa;
}

.footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 22px 26px;
  color: #64748b;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

@media (max-width: 1180px) {
  .movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .hero-main,
  .split-section,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .hero-title-block,
  .hero-slider {
    min-height: 460px;
  }

  .side-card {
    position: static;
  }
}

@media (max-width: 860px) {
  .desktop-nav,
  .nav-search {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .hero-main,
  .detail-hero-grid,
  .category-overview-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip,
  .category-grid,
  .category-overview-grid,
  .wide-ranking {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .detail-poster {
    max-width: 240px;
  }
}

@media (max-width: 620px) {
  .nav-inner,
  .hero-shell,
  .section-wrap,
  .page-hero,
  .detail-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-text {
    font-size: 18px;
  }

  .hero-title-block,
  .hero-copy {
    padding: 24px;
  }

  .hero-copy {
    left: 0;
    right: 0;
    bottom: 34px;
  }

  .slider-dots {
    left: 24px;
  }

  .hero-title-block,
  .hero-slider {
    min-height: 430px;
    border-radius: 24px;
  }

  .hero-strip,
  .category-grid,
  .movie-grid,
  .slim-grid,
  .category-overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .movie-body {
    padding: 12px;
  }

  .movie-body h3 {
    font-size: 15px;
  }

  .movie-desc {
    display: none;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .ranking-item {
    grid-template-columns: 34px 58px 1fr;
  }

  .rank-heat {
    display: none;
  }

  .player-title-row {
    align-items: start;
    flex-direction: column;
  }

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

  .related-list .movie-card {
    grid-template-columns: 92px 1fr;
  }
}
