:root {
  color-scheme: light;
  --purple: #9333ea;
  --purple-dark: #6d28d9;
  --pink: #db2777;
  --rose: #f43f5e;
  --orange: #f97316;
  --yellow: #facc15;
  --ink: #1f2937;
  --muted: #6b7280;
  --soft: #f8f3ff;
  --line: rgba(147, 51, 234, 0.16);
  --card: rgba(255, 255, 255, 0.94);
  --shadow: 0 20px 55px rgba(88, 28, 135, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at 15% 0%, rgba(216, 180, 254, 0.4), transparent 32rem),
    radial-gradient(circle at 85% 10%, rgba(251, 113, 133, 0.24), transparent 30rem),
    linear-gradient(180deg, #fff7ed 0%, #faf5ff 36%, #ffffff 100%);
  min-height: 100vh;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, rgba(126, 34, 206, 0.96), rgba(219, 39, 119, 0.96), rgba(249, 115, 22, 0.96));
  box-shadow: 0 12px 30px rgba(126, 34, 206, 0.24);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1280px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--purple-dark);
  background: linear-gradient(135deg, #ffffff, #fde68a);
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.08), 0 8px 18px rgba(0, 0, 0, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 999px;
  background: #fde68a;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff7b0;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.header-search {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  color: #9ca3af;
}

.header-search span,
.filter-search span {
  position: absolute;
  left: 14px;
  pointer-events: none;
}

.header-search input,
.mobile-search input,
.filter-search input,
.filter-actions select {
  border: 0;
  outline: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 8px 20px rgba(88, 28, 135, 0.16);
}

.header-search input {
  width: 280px;
  padding: 12px 18px 12px 42px;
}

.menu-button {
  display: none;
  border: 0;
  color: #ffffff;
  font-size: 30px;
  background: transparent;
}

.mobile-panel {
  display: none;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
}

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

.mobile-link {
  padding: 12px 14px;
  border-radius: 16px;
  color: #581c87;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.92);
}

.mobile-link.active {
  color: #be185d;
}

.mobile-search input {
  width: 100%;
  padding: 13px 16px;
}

.main-wrap {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.spotlight {
  padding: 34px 0 24px;
}

.spotlight-stage {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #4c1d95, #be185d 55%, #f97316);
  box-shadow: var(--shadow);
}

.spotlight-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 42px;
  padding: 70px 78px;
  color: #ffffff;
  opacity: 0;
  transform: scale(1.015);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.spotlight-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 10, 70, 0.92), rgba(126, 34, 206, 0.72), rgba(249, 115, 22, 0.34)),
    var(--spotlight-image) center / cover no-repeat;
  filter: saturate(1.08);
}

.spotlight-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 28%, rgba(255, 255, 255, 0.22), transparent 18rem),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 45%);
}

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

.spotlight-copy,
.spotlight-poster {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff7b0;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.spotlight h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  font-weight: 950;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.spotlight p {
  width: min(720px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.85;
}

.spotlight-tags,
.tag-row,
.meta-pills,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.spotlight-tags {
  margin-top: 24px;
}

.spotlight-tags span,
.meta-pills span,
.detail-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.spotlight-tags span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.18);
}

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.ghost-button,
.slim-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.primary-button {
  color: #581c87;
  background: linear-gradient(135deg, #ffffff, #fde68a);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
}

.ghost-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.primary-button:hover,
.ghost-button:hover,
.slim-button:hover {
  transform: translateY(-2px);
}

.spotlight-poster {
  width: 320px;
  aspect-ratio: 2 / 3;
  justify-self: end;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.36);
  transform: rotate(2deg);
}

.spotlight-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.spotlight-poster:hover img,
.movie-card:hover img {
  transform: scale(1.065);
}

.spotlight-poster span,
.play-dot {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 14px 34px rgba(219, 39, 119, 0.34);
}

.spotlight-poster span {
  left: 50%;
  top: 50%;
  width: 76px;
  height: 76px;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.spotlight-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
}

.spotlight-nav.prev {
  left: 18px;
}

.spotlight-nav.next {
  right: 18px;
}

.spotlight-dots {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.spotlight-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  transition: width 0.25s ease, background 0.25s ease;
}

.spotlight-dot.active {
  width: 34px;
  background: #ffffff;
}

.section {
  padding: 42px 0;
}

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

.section-title {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange));
  -webkit-background-clip: text;
  color: transparent;
}

.section-subtitle {
  margin: 8px 0 0;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.8;
}

.slim-button {
  min-height: 38px;
  padding: 0 16px;
  color: var(--purple-dark);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(88, 28, 135, 0.12);
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0 30px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.filter-search {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  color: #9ca3af;
}

.filter-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px 0 42px;
  background: #ffffff;
}

.filter-actions {
  display: flex;
  gap: 10px;
}

.filter-actions select {
  min-height: 46px;
  padding: 0 38px 0 16px;
  background: #ffffff;
}

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

.movie-card {
  position: relative;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 12px 32px rgba(88, 28, 135, 0.12);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.movie-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(88, 28, 135, 0.2);
}

.poster-frame {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(249, 115, 22, 0.2));
}

.poster-frame img,
.rank-row img,
.detail-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.image-empty {
  opacity: 0;
}

.score {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #451a03;
  font-size: 12px;
  font-weight: 950;
  background: linear-gradient(135deg, #fef3c7, #facc15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.play-dot {
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.movie-card:hover .play-dot {
  opacity: 1;
  transform: translateY(0);
}

.card-content {
  padding: 14px;
}

.card-title {
  display: block;
  min-height: 44px;
  color: #111827;
  font-weight: 900;
  line-height: 1.35;
}

.card-title:hover {
  color: var(--purple);
}

.card-meta,
.card-desc {
  margin: 0;
}

.card-meta {
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.card-desc {
  display: -webkit-box;
  margin-top: 7px;
  min-height: 46px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.tag-row span,
.detail-tags span,
.meta-pills span {
  color: var(--purple-dark);
  background: #f3e8ff;
}

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

.category-tile {
  min-height: 190px;
  padding: 24px;
  border-radius: 26px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(126, 34, 206, 0.92), rgba(219, 39, 119, 0.88), rgba(249, 115, 22, 0.82));
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-tile:nth-child(2n) {
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.92), rgba(249, 115, 22, 0.86), rgba(250, 204, 21, 0.78));
}

.category-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(126, 34, 206, 0.22);
}

.category-tile strong {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 950;
}

.category-tile p,
.category-tile small {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.75;
}

.category-tile p {
  margin: 12px 0;
}

.category-kicker {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff7b0;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.16);
}

.rank-list {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.rank-row {
  display: grid;
  grid-template-columns: 42px 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 0.25s ease, background 0.25s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  background: #fdf2f8;
}

.rank-num {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 950;
  background: linear-gradient(135deg, var(--purple), var(--pink));
}

.rank-row:nth-child(1) .rank-num {
  background: linear-gradient(135deg, #f59e0b, #facc15);
}

.rank-row:nth-child(2) .rank-num {
  background: linear-gradient(135deg, #94a3b8, #e2e8f0);
}

.rank-row:nth-child(3) .rank-num {
  background: linear-gradient(135deg, #b45309, #f97316);
}

.rank-row img {
  width: 56px;
  height: 76px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(249, 115, 22, 0.2));
}

.rank-info {
  min-width: 0;
}

.rank-info strong,
.rank-info small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-info strong {
  color: #111827;
  font-weight: 900;
}

.rank-info small {
  margin-top: 4px;
  color: var(--muted);
}

.rank-row em {
  color: var(--pink);
  font-style: normal;
  font-weight: 950;
}

.page-hero {
  margin: 34px 0 30px;
  padding: 46px;
  border-radius: 32px;
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #581c87, #be185d 56%, #f97316);
  box-shadow: var(--shadow);
}

.page-hero p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  font-size: 17px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.breadcrumb a:hover {
  color: #fff7b0;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.45fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 42px;
}

.detail-card,
.side-card,
.content-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.detail-body,
.side-body,
.content-card {
  padding: 26px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  background: #0f172a;
  aspect-ratio: 16 / 9;
}

.player-video {
  width: 100%;
  height: 100%;
  background: #0f172a;
  object-fit: contain;
}

.player-start {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.26), rgba(15, 23, 42, 0.72));
}

.player-start.hidden {
  display: none;
}

.player-start span {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 32px;
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 20px 48px rgba(219, 39, 119, 0.36);
}

.player-start strong {
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.detail-title {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.meta-pills {
  margin: 18px 0;
}

.detail-body p,
.content-card p,
.side-body p {
  color: #4b5563;
  line-height: 1.9;
}

.detail-section-title {
  margin: 28px 0 10px;
  color: #111827;
  font-size: 22px;
  font-weight: 950;
}

.detail-poster {
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(249, 115, 22, 0.2));
}

.side-card h2,
.content-card h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 950;
  background: linear-gradient(90deg, var(--purple), var(--pink));
  -webkit-background-clip: text;
  color: transparent;
}

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

.related-link {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #ffffff;
  transition: background 0.2s ease, transform 0.2s ease;
}

.related-link:hover {
  background: #fdf2f8;
  transform: translateY(-2px);
}

.related-link img {
  width: 54px;
  height: 74px;
  border-radius: 10px;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(147, 51, 234, 0.18), rgba(249, 115, 22, 0.18));
}

.related-link strong,
.related-link small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-link strong {
  font-weight: 900;
}

.related-link small {
  margin-top: 4px;
  color: var(--muted);
}

.hidden-card {
  display: none !important;
}

.empty-state {
  display: none;
  margin: 28px 0;
  padding: 28px;
  border-radius: 24px;
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.empty-state.show {
  display: block;
}

.site-footer {
  margin-top: 52px;
  color: #ffffff;
  background: linear-gradient(90deg, #581c87, #be185d, #f97316);
}

.footer-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner p {
  max-width: 720px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-weight: 800;
}

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

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

  .spotlight-slide {
    grid-template-columns: minmax(0, 1fr) 260px;
    padding: 58px 52px;
  }

  .spotlight-poster {
    width: 250px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    height: 66px;
  }

  .nav-links,
  .header-search {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .spotlight-stage {
    min-height: 720px;
    border-radius: 26px;
  }

  .spotlight-slide {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
    padding: 48px 26px 72px;
  }

  .spotlight-poster {
    width: min(230px, 70vw);
    justify-self: center;
    transform: none;
  }

  .section-head,
  .filter-bar,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .filter-actions {
    flex-direction: column;
  }

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

  .category-grid {
    grid-template-columns: 1fr;
  }

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

  .page-hero {
    padding: 30px;
  }
}

@media (max-width: 520px) {
  .main-wrap,
  .header-inner,
  .mobile-panel,
  .footer-inner {
    width: min(100% - 22px, 1280px);
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

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

  .card-content {
    padding: 11px;
  }

  .card-title {
    min-height: 40px;
    font-size: 14px;
  }

  .card-desc {
    display: none;
  }

  .rank-row {
    grid-template-columns: 34px 48px minmax(0, 1fr) 42px;
    gap: 10px;
    padding: 9px;
  }

  .rank-row img {
    width: 48px;
    height: 66px;
  }
}
