:root {
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --yellow-500: #eab308;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #ffffff;
  --shadow-soft: 0 10px 30px rgba(17, 24, 39, 0.12);
  --shadow-strong: 0 25px 60px rgba(17, 24, 39, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--gray-800);
  background: linear-gradient(180deg, var(--amber-50), #fff7ed 52%, var(--white));
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500), var(--amber-600));
  box-shadow: 0 8px 25px rgba(217, 119, 6, 0.28);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--amber-600);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
  transition: transform 0.25s ease;
}

.brand:hover .brand-icon {
  transform: scale(1.08);
}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.main-nav a {
  font-weight: 600;
  opacity: 0.95;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.main-nav a:hover {
  color: var(--amber-100);
  opacity: 1;
}

.top-search {
  display: flex;
  align-items: center;
  width: 250px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.top-search input {
  width: 100%;
  min-width: 0;
  color: var(--white);
  border: 0;
  outline: 0;
  background: transparent;
  padding: 9px 12px;
}

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

.top-search button {
  border: 0;
  padding: 9px 14px;
  color: var(--amber-700);
  background: var(--white);
  cursor: pointer;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: var(--white);
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 14px;
}

.mobile-nav a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500) 45%, var(--yellow-500));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.85) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 55%, rgba(255, 255, 255, 0.75) 0 2px, transparent 3px);
  background-size: 64px 64px, 88px 88px;
}

.hero-slider {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 580px;
}

.hero-slide {
  display: none;
  min-height: 580px;
  align-items: center;
  gap: 48px;
  padding: 62px 0 76px;
}

.hero-slide.active {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(17, 24, 39, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero .hero-title {
  margin: 18px 0 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.12;
  font-weight: 800;
}

.hero-desc {
  max-width: 620px;
  margin: 0 0 28px;
  color: #fffbeb;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

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

.btn-primary {
  color: var(--amber-700);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  background: var(--amber-100);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags a,
.hero-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff7ed;
  background: rgba(17, 24, 39, 0.2);
  font-size: 14px;
}

.hero-visual {
  position: relative;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  width: min(390px, 100%);
  margin-left: auto;
  aspect-ratio: 2 / 3;
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
  border: 8px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #111827, #78350f);
}

.hero-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55));
}

.hero-score {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.94);
  font-weight: 900;
}

.hero-cardline {
  position: absolute;
  left: -26px;
  bottom: 34px;
  z-index: 3;
  width: 280px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--gray-800);
  box-shadow: var(--shadow-soft);
}

.hero-cardline strong {
  display: block;
  font-size: 18px;
  color: var(--amber-700);
}

.hero-cardline span {
  display: block;
  color: var(--gray-600);
  font-size: 14px;
}

.hero-dots {
  position: absolute;
  left: 0;
  bottom: 28px;
  display: flex;
  gap: 10px;
  z-index: 4;
}

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

.hero-dot.active {
  background: var(--white);
}

.page-hero {
  color: var(--white);
  background: linear-gradient(90deg, var(--amber-500), var(--orange-500), var(--yellow-500));
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background: radial-gradient(circle at 20% 20%, #fff 0 2px, transparent 3px);
  background-size: 58px 58px;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.1;
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: #fffbeb;
  font-size: 18px;
}

.container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: 64px 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.section-title h2 {
  margin: 0;
  color: var(--gray-800);
  font-size: clamp(26px, 4vw, 36px);
}

.section-title p {
  margin: 4px 0 0;
  color: var(--gray-500);
}

.section-link {
  color: var(--amber-700);
  font-weight: 800;
  white-space: nowrap;
}

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

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

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

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

.poster-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  background: linear-gradient(135deg, var(--gray-900), #78350f);
}

.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.movie-card:hover .poster-wrap img,
.mini-card:hover .poster-wrap img,
.rank-item:hover img {
  transform: scale(1.08);
}

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.32);
  transition: opacity 0.25s ease;
}

.movie-card:hover .poster-wrap::after,
.mini-card:hover .poster-wrap::after {
  opacity: 1;
}

.play-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: rgba(245, 158, 11, 0.94);
  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.rating-badge,
.year-badge {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.rating-badge {
  right: 12px;
  top: 12px;
  padding: 6px 10px;
  background: var(--amber-500);
}

.year-badge {
  left: 12px;
  bottom: 12px;
  padding: 5px 10px;
  background: rgba(17, 24, 39, 0.78);
}

.card-body {
  padding: 18px;
}

.card-body h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.35;
}

.card-body h3 a {
  transition: color 0.2s ease;
}

.card-body h3 a:hover {
  color: var(--amber-700);
}

.card-body p {
  min-height: 44px;
  margin: 0 0 12px;
  color: var(--gray-600);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-meta span,
.card-meta a {
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--gray-700);
  background: var(--amber-50);
  font-size: 12px;
  font-weight: 700;
}

.card-meta .card-cat {
  color: var(--amber-700);
  background: var(--amber-100);
}

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

.category-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card::after {
  content: "▶";
  position: absolute;
  right: 22px;
  bottom: 8px;
  opacity: 0.16;
  font-size: 92px;
  font-weight: 900;
}

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

.category-card h2,
.category-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.category-card p {
  margin: 0 0 18px;
  color: #fffbeb;
}

.category-card span {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--amber-700);
  background: var(--white);
  font-weight: 800;
}

.rank-panel {
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 48px 76px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 18px;
  transition: background 0.2s ease;
}

.rank-item:hover {
  background: var(--amber-50);
}

.rank-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--gray-600);
  background: var(--gray-100);
  font-weight: 900;
}

.rank-item:nth-child(-n + 3) .rank-num {
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-400), var(--orange-500));
}

.rank-thumb {
  overflow: hidden;
  width: 76px;
  height: 76px;
  border-radius: 14px;
  background: var(--gray-900);
}

.rank-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.rank-main h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.rank-main p {
  margin: 0;
  color: var(--gray-500);
  font-size: 14px;
}

.rank-score {
  color: var(--amber-700);
  font-weight: 900;
}

.filter-panel {
  margin-bottom: 28px;
  padding: 20px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 14px;
}

.filter-row input,
.filter-row select {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--gray-200);
  outline: 0;
  padding: 10px 14px;
  background: var(--gray-50);
}

.filter-row input:focus,
.filter-row select:focus {
  border-color: var(--amber-500);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.chips a,
.chips button {
  border: 0;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--gray-700);
  background: var(--amber-50);
  cursor: pointer;
  font-weight: 700;
}

.chips a:hover,
.chips button:hover {
  color: var(--white);
  background: var(--amber-500);
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
  color: var(--gray-500);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--amber-700);
  font-weight: 800;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 30px;
  align-items: start;
}

.player-card,
.info-card,
.text-card {
  border-radius: 26px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

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

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

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
  background: #111827;
}

.player-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(1.12);
}

.player-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.55));
}

.cover-play {
  position: absolute;
  z-index: 5;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--amber-500), var(--orange-500));
  box-shadow: var(--shadow-strong);
  font-size: 32px;
}

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

.player-title {
  padding: 22px;
}

.player-title h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
}

.player-title p {
  margin: 0;
  color: var(--gray-600);
  font-size: 17px;
}

.detail-side {
  display: grid;
  gap: 22px;
}

.info-card {
  padding: 24px;
}

.detail-poster {
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 2 / 3;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--gray-900), #78350f);
}

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

.meta-table {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.meta-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 8px;
  color: var(--gray-700);
}

.meta-row strong {
  color: var(--gray-900);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tag-list span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--amber-700);
  background: var(--amber-100);
  font-weight: 700;
  font-size: 13px;
}

.text-card {
  margin-top: 28px;
  padding: 26px;
}

.text-card h2 {
  margin: 0 0 16px;
  color: var(--gray-900);
  font-size: 26px;
}

.text-card p {
  margin: 0 0 14px;
  color: var(--gray-700);
  line-height: 1.85;
}

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

.mini-card {
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.mini-card a {
  display: block;
}

.mini-poster {
  aspect-ratio: 2 / 3;
}

.mini-info {
  padding: 12px;
}

.mini-info h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.35;
}

.mini-info p {
  margin: 0;
  color: var(--gray-500);
  font-size: 12px;
}

.mini-info strong {
  display: inline-block;
  margin-top: 5px;
  color: var(--amber-700);
}

.empty-state {
  display: none;
  padding: 36px;
  border-radius: 24px;
  background: var(--white);
  color: var(--gray-600);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.site-footer {
  margin-top: 60px;
  color: var(--white);
  background: linear-gradient(180deg, var(--gray-800), var(--gray-900));
}

.footer-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--amber-400);
  font-size: 24px;
  font-weight: 900;
}

.site-footer p {
  max-width: 620px;
  margin: 0;
  color: var(--gray-400);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links a {
  color: var(--gray-300);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--amber-400);
}

.copyright {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 28px;
  color: var(--gray-400);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .main-nav {
    gap: 14px;
  }

  .top-search {
    width: 210px;
  }

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

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

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

  .detail-side {
    grid-template-columns: 280px 1fr;
  }
}

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

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

  .main-nav,
  .top-search {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav.open {
    display: block;
  }

  .hero,
  .hero-slider,
  .hero-slide {
    min-height: auto;
  }

  .hero-slide.active {
    display: grid;
    grid-template-columns: 1fr;
    padding: 44px 0 72px;
  }

  .hero-poster {
    width: min(310px, 88%);
    margin: 0 auto;
  }

  .hero-cardline {
    left: 16px;
    right: 16px;
    width: auto;
    bottom: 24px;
  }

  .hero-dots {
    left: 0;
    bottom: 24px;
  }

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

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

  .rank-item {
    grid-template-columns: 42px 64px 1fr;
  }

  .rank-score {
    grid-column: 3;
  }

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

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .container,
  .header-inner,
  .mobile-nav,
  .hero-slider,
  .footer-inner,
  .copyright {
    width: min(100% - 22px, 1240px);
  }

  .section {
    padding: 42px 0;
  }

  .movie-grid,
  .category-grid,
  .movie-grid.six,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .card-body p {
    min-height: auto;
  }

  .page-hero {
    padding: 38px 0;
  }

  .rank-item {
    grid-template-columns: 38px 58px 1fr;
    gap: 10px;
    padding: 10px;
  }

  .rank-thumb {
    width: 58px;
    height: 58px;
  }
}
