:root {
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --card: #ffffff;
  --cyan: #06b6d4;
  --teal: #14b8a6;
  --emerald: #10b981;
  --sky: #0ea5e9;
  --dark: #020617;
  --soft: #f8fafc;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(6, 182, 212, 0.18), transparent 30rem),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 48%, #ecfeff 100%);
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(2, 6, 23, 0.92);
  color: #ffffff;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(2, 6, 23, 0.28);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 4.5rem;
  padding: 0 2rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 0 24px rgba(6, 182, 212, 0.55);
}

.brand-text {
  font-size: 1.08rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #67e8f9;
}

.nav-link.is-active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), var(--teal));
}

.header-search,
.mobile-search,
.wide-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-search input,
.mobile-search input,
.wide-search input,
.filter-head input {
  border: 1px solid rgba(6, 182, 212, 0.26);
  outline: none;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  min-width: 14rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.header-search input::placeholder,
.mobile-search input::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.header-search button,
.mobile-search button,
.wide-search button,
.primary-button {
  border: none;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--cyan), var(--teal));
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-search button:hover,
.mobile-search button:hover,
.wide-search button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(6, 182, 212, 0.42);
}

.menu-button {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  padding: 0.55rem;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 0.28rem 0;
  background: #ffffff;
  border-radius: 999px;
}

.mobile-panel {
  display: none;
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-panel.is-open {
  display: grid;
  gap: 0.65rem;
}

.mobile-panel a {
  padding: 0.8rem 0.9rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.hero-carousel {
  position: relative;
  height: 70vh;
  min-height: 34rem;
  margin: 1.5rem 2rem 0;
  overflow: hidden;
  border-radius: 1.5rem;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.88) 0%, rgba(2, 6, 23, 0.55) 48%, rgba(2, 6, 23, 0.12) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.82), transparent 55%);
}

.hero-content {
  position: absolute;
  left: clamp(1.5rem, 5vw, 5rem);
  bottom: clamp(2rem, 8vh, 5rem);
  width: min(42rem, calc(100% - 3rem));
  color: #ffffff;
}

.hero-tags,
.tag-cloud,
.card-meta,
.detail-meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-tags span,
.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  color: #ecfeff;
  background: rgba(6, 182, 212, 0.82);
  backdrop-filter: blur(8px);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-content h1,
.hero-content h2 {
  margin: 1rem 0;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-content p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #ffffff;
  padding: 0.78rem 1.2rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ghost-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.18);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.56);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(2, 6, 23, 0.78);
}

.hero-prev {
  left: 1rem;
}

.hero-next {
  right: 1rem;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  display: flex;
  gap: 0.45rem;
  transform: translateX(-50%);
}

.hero-dot {
  width: 0.58rem;
  height: 0.58rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
  width: 2rem;
  background: #ffffff;
}

.quick-search-panel,
.content-section,
.category-strip,
.page-main,
.detail-main {
  width: min(1200px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
}

.quick-search-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(6, 182, 212, 0.18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
}

.quick-search-panel h2,
.quick-search-panel p {
  margin: 0;
}

.quick-search-panel h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.quick-search-panel p {
  margin-top: 0.4rem;
  color: var(--muted);
  line-height: 1.7;
}

.wide-search input {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  background: #ffffff;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.category-tile,
.category-overview-card,
.filter-panel,
.detail-copy,
.player-section {
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.category-tile {
  display: grid;
  gap: 0.6rem;
  min-height: 11rem;
  padding: 1.25rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover,
.movie-card:hover,
.category-overview-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 24px 45px rgba(6, 182, 212, 0.18);
}

.category-tile strong {
  font-size: 1.2rem;
}

.category-tile p,
.category-overview-card p,
.detail-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.category-tile div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.category-tile span {
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  color: #0f766e;
  background: #ccfbf1;
  font-size: 0.78rem;
}

.content-section {
  position: relative;
  margin-top: 3rem;
}

.section-heading,
.filter-head,
.category-overview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.section-heading h2,
.filter-head h2,
.category-overview-head h2,
.detail-copy h2 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.section-heading h2 span,
.detail-copy h2::before {
  display: inline-block;
  width: 0.32rem;
  height: 1.8rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cyan), var(--teal));
  content: "";
}

.section-more,
.category-overview-head a {
  color: #0891b2;
  font-weight: 800;
}

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

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

.movie-card {
  overflow: hidden;
  border-radius: 1rem;
  background: var(--card);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.movie-card-link {
  display: grid;
  height: 100%;
}

.card-poster {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}

.expanded-grid .card-poster,
.related-section .card-poster {
  aspect-ratio: 3 / 4;
}

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

.movie-card:hover img,
.small-card:hover img {
  transform: scale(1.08);
}

.card-poster::after {
  position: absolute;
  content: "";
  inset: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.74), transparent 60%);
  transition: opacity 0.25s ease;
}

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

.card-type {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  border-radius: 999px;
  padding: 0.28rem 0.58rem;
  color: #ffffff;
  font-size: 0.76rem;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(8px);
}

.card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--cyan);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

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

.card-body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
}

.card-body h2 {
  margin: 0;
  color: #1f2937;
  font-size: 1.05rem;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  justify-content: space-between;
  color: #64748b;
  font-size: 0.84rem;
}

.rail-wrap {
  width: 100%;
  max-width: none;
  padding: 3rem max(1rem, calc((100vw - 1200px) / 2));
  background: linear-gradient(135deg, #f8fafc 0%, #ecfeff 100%);
}

.movie-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17rem, 19rem);
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 1rem;
}

.movie-rail::-webkit-scrollbar {
  display: none;
}

.movie-rail .movie-card {
  scroll-snap-align: start;
}

.rail-controls {
  position: absolute;
  right: max(1rem, calc((100vw - 1200px) / 2));
  top: 3rem;
  display: flex;
  gap: 0.5rem;
}

.rail-controls button {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  font-size: 1.35rem;
}

.page-main,
.detail-main {
  padding-top: 1.5rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.5rem;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(6, 182, 212, 0.36), transparent 22rem),
    linear-gradient(135deg, #020617, #0f172a 62%, #0f766e);
  box-shadow: var(--shadow);
}

.page-hero span {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  color: #cffafe;
  background: rgba(6, 182, 212, 0.2);
  font-weight: 800;
}

.page-hero h1 {
  margin: 1rem 0 0.75rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

.page-hero p {
  max-width: 52rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.category-overview-card,
.filter-panel,
.detail-copy,
.player-section {
  padding: 1.25rem;
}

.small-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.small-card {
  display: grid;
  gap: 0.45rem;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.88rem;
}

.small-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0.85rem;
  transition: transform 0.3s ease;
}

.filter-panel {
  margin-top: 1.5rem;
}

.filter-head input {
  color: var(--ink);
  background: #ffffff;
  min-width: min(26rem, 100%);
}

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

.rank-list {
  display: grid;
  gap: 0.7rem;
}

.rank-row {
  display: grid;
  grid-template-columns: 4rem 4.6rem 1fr auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 0.7rem;
  background: #ffffff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.rank-row:hover {
  transform: translateX(0.35rem);
  border-color: rgba(6, 182, 212, 0.55);
}

.rank-no {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--cyan), var(--emerald));
}

.rank-row img {
  width: 4.6rem;
  aspect-ratio: 16 / 10;
  border-radius: 0.7rem;
  object-fit: cover;
}

.rank-title {
  font-weight: 800;
}

.rank-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  color: #64748b;
  font-size: 0.92rem;
}

.breadcrumb a {
  color: #0891b2;
  font-weight: 700;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(16rem, 28rem) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 1.5rem;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.88), rgba(15, 23, 42, 0.72)),
    radial-gradient(circle at top right, rgba(6, 182, 212, 0.28), transparent 26rem);
  box-shadow: var(--shadow);
}

.detail-poster {
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 20px 45px rgba(2, 6, 23, 0.36);
}

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

.detail-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}

.detail-info h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.05;
}

.detail-one-line {
  max-width: 52rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.8;
}

.detail-meta-grid span {
  border-radius: 0.8rem;
  padding: 0.6rem 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
}

.player-section {
  margin-top: 1.5rem;
  padding: clamp(0.8rem, 2vw, 1.25rem);
}

.video-shell {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  background: #020617;
  aspect-ratio: 16 / 9;
}

.movie-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #020617;
}

.video-cover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: none;
  color: #ffffff;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.18), rgba(2, 6, 23, 0.48));
  cursor: pointer;
}

.video-cover span {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 0 32px rgba(6, 182, 212, 0.52);
  font-size: 2rem;
}

.video-shell.is-playing .video-cover {
  display: none;
}

.detail-copy {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.related-section {
  margin-bottom: 3rem;
}

.site-footer {
  margin-top: 4rem;
  color: rgba(255, 255, 255, 0.72);
  background: #020617;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3rem 0;
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 1rem;
}

.site-footer p {
  max-width: 30rem;
  line-height: 1.75;
}

.site-footer h2 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.05rem;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
}

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

.footer-bottom {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.1rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
}

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

  .header-inner {
    justify-content: space-between;
    padding: 0 1rem;
  }

  .menu-button {
    display: block;
  }

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

@media (max-width: 820px) {
  .hero-carousel {
    height: 64vh;
    min-height: 30rem;
    margin: 1rem;
    border-radius: 1.1rem;
  }

  .hero-content {
    left: 1.2rem;
    bottom: 4rem;
  }

  .hero-arrow {
    display: none;
  }

  .quick-search-panel,
  .detail-hero,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .filter-head,
  .section-heading,
  .category-overview-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rank-row {
    grid-template-columns: 3.4rem 4.2rem 1fr;
  }

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

  .detail-poster img {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .brand-text {
    font-size: 0.95rem;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 2.35rem;
  }

  .hero-content p {
    font-size: 0.98rem;
  }

  .movie-grid,
  .expanded-grid,
  .category-strip,
  .small-card-grid {
    grid-template-columns: 1fr;
  }

  .wide-search,
  .mobile-search {
    align-items: stretch;
    flex-direction: column;
  }

  .page-hero,
  .detail-hero {
    border-radius: 1.1rem;
  }

  .rank-row {
    grid-template-columns: 3rem 1fr;
  }

  .rank-row img {
    display: none;
  }

  .rank-meta {
    grid-column: 2;
  }
}
