:root {
  --vintage-50: #faf8f3;
  --vintage-100: #f5f1e6;
  --vintage-200: #e8dfc8;
  --vintage-300: #dac9a3;
  --vintage-800: #6d533a;
  --vintage-900: #5a4532;
  --aged-50: #f7f6f4;
  --aged-100: #eeeae5;
  --aged-200: #ddd5ca;
  --aged-800: #564942;
  --aged-900: #4a3e3a;
  --sepia-50: #fdfaf5;
  --sepia-100: #f9f3e8;
  --sepia-200: #f2e6cd;
  --sepia-400: #d4bd7e;
  --sepia-500: #c4a55d;
  --sepia-600: #a68847;
  --sepia-700: #8a6e3c;
  --sepia-800: #735836;
  --shadow: 0 18px 45px rgba(90, 69, 50, 0.15);
  --shadow-strong: 0 26px 65px rgba(39, 26, 15, 0.28);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vintage-50);
  color: var(--aged-900);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(90, 69, 50, 0.96);
  color: var(--vintage-50);
  box-shadow: 0 12px 35px rgba(41, 27, 16, 0.25);
  backdrop-filter: blur(16px);
}

.site-nav {
  max-width: 1408px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--sepia-400), var(--sepia-700));
  color: #fff;
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-family: Georgia, Cambria, "Times New Roman", "PingFang SC", serif;
  font-size: 24px;
  letter-spacing: 0.03em;
}

.brand-copy small {
  margin-top: 3px;
  color: var(--vintage-300);
  font-size: 13px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-links a {
  padding: 8px 0;
  color: var(--vintage-200);
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--sepia-400);
  border-color: var(--sepia-400);
}

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

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero-carousel {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background: var(--vintage-900);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.95) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(40, 25, 14, 0.94) 0%, rgba(55, 35, 20, 0.78) 38%, rgba(25, 15, 9, 0.28) 72%, rgba(20, 12, 8, 0.75) 100%),
    linear-gradient(0deg, rgba(90, 69, 50, 0.92) 0%, rgba(90, 69, 50, 0.1) 42%, rgba(90, 69, 50, 0.3) 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin-left: max(24px, calc((100vw - 1408px) / 2 + 28px));
  padding: 88px 0 110px;
  color: var(--vintage-50);
}

.hero-tags,
.detail-meta,
.movie-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.hero-tags span,
.detail-meta span,
.movie-meta-line span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(212, 189, 126, 0.18);
  color: var(--sepia-200);
  font-size: 13px;
  font-weight: 600;
}

.hero-content h1 {
  margin: 22px 0 8px;
  color: #fff;
  font-family: Georgia, Cambria, "Times New Roman", "PingFang SC", serif;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.hero-content h2 {
  margin: 0 0 18px;
  color: var(--sepia-200);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
}

.hero-content p {
  max-width: 670px;
  margin: 0;
  color: var(--vintage-200);
  font-size: clamp(16px, 1.6vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.small-actions {
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--sepia-400), var(--sepia-700));
  color: #fff;
  box-shadow: 0 15px 30px rgba(86, 62, 28, 0.35);
}

.btn-ghost {
  border: 1px solid rgba(245, 241, 230, 0.5);
  color: var(--vintage-50);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 38px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-dot.is-active {
  background: var(--sepia-400);
}

.search-band {
  background: var(--aged-100);
  border-bottom: 1px solid var(--aged-200);
}

.search-band-inner,
.page-section,
.footer-inner,
.detail-top,
.sub-hero > div,
.ranking-hero-content {
  max-width: 1408px;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.search-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.search-band h2,
.section-head h2,
.category-preview h3,
.sub-hero h1,
.ranking-hero h1,
.detail-intro h1,
.article-card h2 {
  font-family: Georgia, Cambria, "Times New Roman", "PingFang SC", serif;
}

.search-band h2 {
  margin: 0 0 4px;
  color: var(--vintage-900);
  font-size: 28px;
}

.search-band p {
  margin: 0;
  color: var(--aged-800);
}

.search-box,
.select-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: min(420px, 100%);
  padding: 10px 14px;
  border: 1px solid var(--aged-200);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(90, 69, 50, 0.08);
}

.search-box.slim,
.select-box {
  min-width: 0;
}

.search-box.grow {
  flex: 1 1 420px;
}

.search-box span,
.select-box span {
  color: var(--sepia-800);
  font-weight: 700;
}

.search-box input,
.select-box select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--aged-900);
}

.select-box select {
  min-width: 140px;
}

.page-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.sepia-block {
  max-width: none;
  background: linear-gradient(135deg, var(--sepia-50), var(--vintage-100));
}

.sepia-block > .section-head,
.sepia-block > .movie-grid {
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-kicker {
  display: inline-block;
  width: 4px;
  height: 34px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 999px;
  background: var(--sepia-600);
}

.section-head h2 {
  display: inline-block;
  margin: 0;
  color: var(--vintage-900);
  font-size: clamp(28px, 3vw, 42px);
  vertical-align: middle;
}

.section-head p {
  margin: 8px 0 0 18px;
  color: var(--aged-800);
}

.section-head a,
.category-preview-head a {
  color: var(--sepia-700);
  font-weight: 800;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-strong);
}

.movie-cover-link {
  position: relative;
  display: block;
  height: 280px;
  overflow: hidden;
  background: var(--aged-100);
}

.large-card .movie-cover-link {
  height: 450px;
}

.movie-cover-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.movie-card:hover .movie-cover-link img {
  transform: scale(1.08);
}

.movie-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.64), transparent 58%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.movie-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%) scale(0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--sepia-800);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .movie-card-shade,
.movie-card:hover .movie-card-play {
  opacity: 1;
}

.movie-card:hover .movie-card-play {
  transform: translate(-50%, -50%) scale(1);
}

.movie-card-body {
  padding: 18px;
  background: var(--vintage-50);
}

.movie-meta-line {
  margin-bottom: 9px;
}

.movie-meta-line span {
  min-height: 22px;
  padding: 2px 8px;
  background: var(--sepia-100);
  color: var(--sepia-800);
  font-size: 12px;
}

.movie-card h3 {
  margin: 0 0 8px;
  color: var(--vintage-900);
  font-size: 20px;
  line-height: 1.35;
}

.movie-card p {
  display: -webkit-box;
  min-height: 54px;
  margin: 0 0 14px;
  overflow: hidden;
  color: var(--aged-800);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-list span {
  padding: 3px 9px;
  border-radius: 999px;
  background: #fff;
  color: var(--sepia-700);
  font-size: 12px;
  font-weight: 700;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 26px;
}

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

.featured-side .movie-cover-link {
  height: 190px;
}

.featured-side .movie-card p {
  min-height: auto;
}

.category-zone {
  background: var(--vintage-50);
}

.category-preview {
  margin-bottom: 42px;
}

.category-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.category-preview h3 {
  margin: 0;
  color: var(--vintage-900);
  font-size: 28px;
}

.rank-zone {
  background: var(--aged-100);
}

.rank-grid,
.rank-list-large {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

.rank-item {
  display: grid;
  grid-template-columns: auto 74px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(90, 69, 50, 0.1);
}

.rank-item img {
  width: 74px;
  height: 96px;
  object-fit: cover;
  border-radius: 12px;
  background: var(--aged-100);
}

.rank-num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sepia-100);
  color: var(--sepia-800);
  font-family: Georgia, Cambria, "Times New Roman", serif;
  font-weight: 800;
}

.rank-copy strong,
.rank-copy small {
  display: block;
}

.rank-copy strong {
  margin-bottom: 5px;
  color: var(--vintage-900);
  font-size: 17px;
}

.rank-copy small {
  color: var(--aged-800);
}

.sub-hero,
.ranking-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(212, 189, 126, 0.32), transparent 32%),
    linear-gradient(135deg, var(--vintage-900), var(--aged-900));
  color: var(--vintage-50);
}

.sub-hero > div {
  padding-top: 80px;
  padding-bottom: 82px;
}

.sub-hero span,
.ranking-hero-content span {
  color: var(--sepia-400);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sub-hero h1,
.ranking-hero h1 {
  margin: 12px 0 12px;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
}

.sub-hero p,
.ranking-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--vintage-200);
  font-size: 19px;
}

.toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28px;
}

.multi-toolbar {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

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

.category-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-strong);
}

.category-covers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 190px;
  overflow: hidden;
  background: var(--aged-100);
}

.category-covers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card-body {
  padding: 24px;
}

.category-card-body h2 {
  margin: 0 0 8px;
  color: var(--vintage-900);
  font-size: 28px;
}

.category-card-body p {
  margin: 0 0 16px;
  color: var(--aged-800);
}

.category-card-body span {
  color: var(--sepia-700);
  font-weight: 800;
}

.ranking-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.ranking-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(45, 27, 14, 0.95), rgba(45, 27, 14, 0.55), rgba(45, 27, 14, 0.86));
}

.ranking-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 82px;
  padding-bottom: 82px;
}

.ranking-hero h2 {
  margin: 0 0 12px;
  color: var(--sepia-200);
  font-size: clamp(26px, 3vw, 42px);
}

.detail-top {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 36px;
  padding-top: 58px;
  padding-bottom: 46px;
}

.detail-cover {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-strong);
  background: var(--aged-100);
}

.detail-cover img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--sepia-700);
  font-weight: 800;
}

.detail-intro h1 {
  margin: 18px 0 14px;
  color: var(--vintage-900);
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.1;
}

.detail-one-line {
  max-width: 880px;
  margin: 0 0 18px;
  color: var(--aged-800);
  font-size: 20px;
}

.detail-meta {
  margin-bottom: 16px;
}

.detail-meta span {
  background: var(--sepia-100);
  color: var(--sepia-800);
}

.detail-tags {
  margin-bottom: 26px;
}

.detail-tags span {
  background: #fff;
  border: 1px solid var(--aged-200);
}

.player-section {
  padding-top: 20px;
}

.player-card {
  overflow: hidden;
  border-radius: 26px;
  background: #111;
  box-shadow: var(--shadow-strong);
}

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

.player-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.play-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  color: #fff;
  cursor: pointer;
  background:
    radial-gradient(circle at center, rgba(196, 165, 93, 0.28), transparent 32%),
    linear-gradient(135deg, rgba(20, 12, 7, 0.82), rgba(20, 12, 7, 0.48));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.play-ring {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sepia-800);
  font-size: 34px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
}

.play-cover strong {
  font-size: clamp(22px, 3vw, 36px);
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.65);
}

.detail-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 20px;
}

.article-card {
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.article-card h2 {
  margin: 0 0 12px;
  color: var(--vintage-900);
  font-size: 30px;
}

.article-card p {
  margin: 0;
  color: var(--aged-800);
  font-size: 17px;
}

.site-footer {
  background: var(--aged-900);
  color: var(--aged-100);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 2fr;
  gap: 30px;
  padding-top: 46px;
  padding-bottom: 46px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, Cambria, "Times New Roman", "PingFang SC", serif;
  font-size: 28px;
}

.footer-brand p {
  margin: 0;
  color: var(--vintage-200);
}

.footer-links,
.footer-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-content: flex-start;
}

.footer-links a,
.footer-cats a {
  color: var(--vintage-200);
}

.footer-links a:hover,
.footer-cats a:hover {
  color: var(--sepia-400);
}

.is-hidden-by-filter {
  display: none !important;
}

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

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

  .featured-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .site-nav {
    min-height: 68px;
    padding: 0 18px;
  }

  .brand-copy strong {
    font-size: 20px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 74px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 18px;
    background: rgba(90, 69, 50, 0.98);
    box-shadow: var(--shadow-strong);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 14px;
    border-bottom: 0;
    border-radius: 12px;
  }

  .nav-links a:hover,
  .nav-links a.is-active {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin: 0 18px;
    padding-top: 76px;
    padding-bottom: 96px;
  }

  .search-band-inner,
  .section-head,
  .detail-top,
  .footer-inner {
    flex-direction: column;
    display: flex;
    align-items: stretch;
  }

  .search-box {
    min-width: 0;
  }

  .movie-grid,
  .compact-grid,
  .featured-side,
  .category-card-grid,
  .detail-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rank-grid,
  .rank-list-large {
    grid-template-columns: 1fr;
  }

  .detail-top {
    grid-template-columns: 1fr;
  }

  .detail-cover img {
    height: 460px;
  }

  .footer-inner {
    gap: 24px;
  }
}

@media (max-width: 620px) {
  .hero-carousel {
    min-height: 620px;
  }

  .hero-actions,
  .multi-toolbar {
    flex-direction: column;
  }

  .btn,
  .search-box,
  .select-box {
    width: 100%;
  }

  .page-section,
  .sub-hero > div,
  .ranking-hero-content,
  .detail-top,
  .search-band-inner,
  .footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .movie-grid,
  .compact-grid,
  .featured-side,
  .category-card-grid,
  .detail-content {
    grid-template-columns: 1fr;
  }

  .movie-cover-link,
  .featured-side .movie-cover-link {
    height: 360px;
  }

  .large-card .movie-cover-link {
    height: 390px;
  }

  .category-covers {
    height: 150px;
  }

  .detail-cover img {
    height: 420px;
  }

  .rank-item {
    grid-template-columns: auto 64px minmax(0, 1fr);
  }

  .rank-item img {
    width: 64px;
    height: 86px;
  }
}
