:root {
  --ocean-50: #f0f9ff;
  --ocean-100: #e0f2fe;
  --ocean-500: #0ea5e9;
  --ocean-600: #0284c7;
  --ocean-700: #0369a1;
  --island-50: #f0fdf4;
  --island-500: #22c55e;
  --island-600: #16a34a;
  --ink-900: #0f172a;
  --ink-800: #1e293b;
  --ink-700: #334155;
  --ink-600: #475569;
  --ink-500: #64748b;
  --line: #e2e8f0;
  --soft: 0 2px 15px rgba(15, 23, 42, 0.08);
  --deep: 0 28px 80px rgba(15, 23, 42, 0.22);
  --radius: 1rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink-800);
  background:
    radial-gradient(circle at 12% 4%, rgba(14, 165, 233, 0.14), transparent 32rem),
    radial-gradient(circle at 90% 0%, rgba(34, 197, 94, 0.12), transparent 28rem),
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 50%, #f8fafc 100%);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(226, 232, 240, 0.75);
  backdrop-filter: blur(18px);
  box-shadow: var(--soft);
}

.header-inner {
  max-width: 1180px;
  height: 4rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  white-space: nowrap;
}

.logo-mark {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, var(--ocean-600), var(--island-600));
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.28);
}

.logo-text {
  font-size: 1.45rem;
  line-height: 1;
  background: linear-gradient(90deg, var(--ocean-600), var(--island-600));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-left: auto;
  color: var(--ink-600);
  font-size: 0.95rem;
  font-weight: 650;
}

.desktop-nav a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--ocean-600);
}

.nav-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 17rem;
}

.nav-search input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  outline: none;
  color: var(--ink-700);
}

.nav-search input:focus {
  border-color: rgba(14, 165, 233, 0.65);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.nav-search button,
.primary-btn,
.secondary-btn,
.filter-controls button {
  border: 0;
  border-radius: 999px;
  padding: 0.62rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, var(--ocean-600), var(--island-600));
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-search button:hover,
.primary-btn:hover,
.secondary-btn:hover,
.filter-controls button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(2, 132, 199, 0.3);
}

.secondary-btn {
  color: var(--ocean-700);
  background: #fff;
  box-shadow: var(--soft);
}

.menu-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 0.8rem;
  background: #f8fafc;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 0.26rem auto;
  background: var(--ink-700);
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 0.75rem 1rem 1rem;
  background: #fff;
}

.mobile-nav.is-open {
  display: grid;
  gap: 0.4rem;
}

.mobile-nav a {
  padding: 0.75rem 1rem;
  border-radius: 0.85rem;
  color: var(--ink-600);
  font-weight: 700;
}

.mobile-nav a:hover {
  background: var(--ocean-50);
  color: var(--ocean-700);
}

main {
  min-height: 60vh;
}

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1rem 4rem;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 18%, rgba(14, 165, 233, 0.38), transparent 24rem),
    radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.28), transparent 28rem),
    #07111f;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.95) 0%, rgba(7, 17, 31, 0.76) 42%, rgba(7, 17, 31, 0.36) 100%),
    linear-gradient(180deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.96));
  z-index: 1;
}

.hero-slide {
  position: relative;
  z-index: 2;
  display: none;
  min-height: 620px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 5.5rem 1rem 4rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 3rem;
}

.hero-slide.is-active {
  display: grid;
  animation: heroFade 0.6s ease both;
}

@keyframes heroFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.08em;
}

.hero h1 span {
  background: linear-gradient(90deg, #e0f2fe, #bbf7d0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-summary {
  max-width: 680px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.hero-tags,
.tag-row,
.detail-tags,
.mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero-tags span,
.tag-row span,
.detail-tags span,
.mini-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: var(--ocean-50);
  color: var(--ocean-700);
  font-size: 0.78rem;
  font-weight: 700;
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-card {
  position: relative;
  isolation: isolate;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 8% -5% -6% 10%;
  z-index: -1;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.65), rgba(22, 163, 74, 0.45));
  filter: blur(28px);
}

.hero-card a {
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--deep);
  background: rgba(255, 255, 255, 0.08);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 3 / 4.1;
  object-fit: cover;
  background: linear-gradient(135deg, rgba(2, 132, 199, 0.2), rgba(22, 163, 74, 0.18));
}

.hero-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(12px);
}

.hero-caption strong,
.hero-caption span {
  display: block;
}

.hero-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.hero-controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1.65rem;
  display: flex;
  gap: 0.6rem;
  transform: translateX(-50%);
}

.hero-dot {
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 2.2rem;
  background: #fff;
}

.section-head,
.page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.page-head {
  align-items: center;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgba(240, 249, 255, 0.95), rgba(240, 253, 244, 0.95));
  box-shadow: var(--soft);
}

.section-head h2,
.page-head h1,
.filter-heading h2,
.detail-copy h2 {
  margin: 0;
  color: var(--ink-900);
  line-height: 1.15;
}

.section-head h2,
.filter-heading h2 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.page-head h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-head p,
.page-head p,
.filter-heading p {
  margin: 0.45rem 0 0;
  color: var(--ink-500);
}

.section-link {
  color: var(--ocean-700);
  font-weight: 800;
}

.category-grid,
.movie-grid,
.search-grid {
  display: grid;
  gap: 1.2rem;
}

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

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

.category-card,
.movie-card,
.info-panel,
.filter-panel,
.detail-card,
.rank-list,
.related-panel {
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft);
}

.category-card {
  overflow: hidden;
}

.category-main-link {
  position: relative;
  min-height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.1rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(14, 165, 233, 0.22), transparent 10rem),
    radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.16), transparent 9rem),
    #fff;
}

.category-glow {
  position: absolute;
  width: 5.8rem;
  height: 5.8rem;
  right: -1.8rem;
  top: -1.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ocean-500), var(--island-500));
  opacity: 0.18;
}

.category-main-link strong {
  color: var(--ink-900);
  font-size: 1.25rem;
}

.category-main-link p {
  margin: 0.55rem 0 0;
  color: var(--ink-500);
  font-size: 0.92rem;
}

.category-samples {
  display: grid;
  gap: 0.45rem;
  padding: 0.9rem 1.1rem 1.1rem;
}

.category-samples a {
  color: var(--ink-600);
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-samples a:hover {
  color: var(--ocean-700);
}

.movie-card {
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.13);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(34, 197, 94, 0.14));
}

.poster-link img {
  width: 100%;
  aspect-ratio: 3 / 4.1;
  object-fit: cover;
  transition: transform 0.28s ease;
}

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

.poster-shade {
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(15, 23, 42, 0.72), transparent);
}

.year-badge,
.watch-badge,
.rank-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.78rem;
}

.year-badge {
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.28rem 0.65rem;
  color: #fff;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.watch-badge {
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.38rem 0.76rem;
  color: #fff;
  background: linear-gradient(90deg, var(--ocean-600), var(--island-600));
}

.card-body {
  padding: 1rem;
}

.card-title {
  display: -webkit-box;
  min-height: 2.9rem;
  overflow: hidden;
  color: var(--ink-900);
  font-weight: 850;
  font-size: 1.08rem;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.58rem 0;
  color: var(--ink-500);
  font-size: 0.82rem;
}

.card-body p {
  display: -webkit-box;
  min-height: 3.9rem;
  margin: 0 0 0.75rem;
  overflow: hidden;
  color: var(--ink-600);
  font-size: 0.92rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.compact-card .card-body p {
  min-height: 2.6rem;
  -webkit-line-clamp: 2;
}

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

.rank-list {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.rank-item {
  position: relative;
  display: grid;
  grid-template-columns: 3rem 5.6rem 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.9rem;
  transition: background 0.2s ease;
}

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

.rank-no {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 0.8rem;
  color: #fff;
  background: linear-gradient(135deg, var(--ocean-600), var(--island-600));
  font-weight: 900;
}

.rank-item img {
  width: 5.6rem;
  aspect-ratio: 16 / 10;
  border-radius: 0.7rem;
  object-fit: cover;
  background: var(--ocean-50);
}

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

.rank-copy strong {
  color: var(--ink-900);
}

.rank-copy span {
  color: var(--ink-500);
  font-size: 0.88rem;
}

.rank-hot {
  color: var(--ocean-700);
  font-weight: 800;
}

.filter-panel {
  padding: 1.2rem;
  margin: 1.5rem 0;
}

.filter-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.filter-controls {
  display: grid;
  grid-template-columns: 1fr 12rem 12rem;
  gap: 0.8rem;
}

.filter-controls input,
.filter-controls select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  padding: 0.78rem 0.9rem;
  background: #fff;
  color: var(--ink-700);
  outline: none;
}

.filter-controls input:focus,
.filter-controls select:focus {
  border-color: rgba(14, 165, 233, 0.7);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.12);
}

.empty-state {
  margin-top: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  color: var(--ink-500);
  text-align: center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--ink-500);
  font-size: 0.92rem;
}

.breadcrumbs a:hover {
  color: var(--ocean-700);
}

.player-hero {
  background: #030712;
  color: #fff;
}

.player-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem;
}

.player-box {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #000;
  box-shadow: var(--deep);
}

.player-box video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.player-veil {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: radial-gradient(circle, rgba(2, 132, 199, 0.18), rgba(0, 0, 0, 0.52));
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.player-veil.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.player-button {
  width: 5rem;
  height: 5rem;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--ocean-600), var(--island-600));
  box-shadow: 0 18px 42px rgba(2, 132, 199, 0.45);
  cursor: pointer;
}

.player-button svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.2rem;
  fill: currentColor;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
}

.detail-card,
.related-panel,
.info-panel {
  padding: 1.35rem;
}

.detail-title {
  margin: 0.75rem 0 0.8rem;
  color: var(--ink-900);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.detail-meta span {
  padding: 0.36rem 0.74rem;
  border-radius: 999px;
  color: var(--ink-600);
  background: #f8fafc;
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 700;
}

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

.detail-copy section {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.detail-copy h2 {
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
}

.detail-copy p {
  margin: 0;
  color: var(--ink-600);
}

.related-panel {
  position: sticky;
  top: 5.25rem;
  align-self: start;
}

.related-panel h2,
.info-panel h2 {
  margin: 0 0 1rem;
  color: var(--ink-900);
  font-size: 1.25rem;
}

.related-list {
  display: grid;
  gap: 0.85rem;
}

.related-item {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 0.8rem;
  transition: background 0.2s ease;
}

.related-item:hover {
  background: var(--ocean-50);
}

.related-item img {
  width: 6rem;
  aspect-ratio: 16 / 10;
  border-radius: 0.7rem;
  object-fit: cover;
  background: var(--ocean-50);
}

.related-copy strong,
.related-copy em {
  display: block;
}

.related-copy strong {
  color: var(--ink-900);
  font-size: 0.94rem;
  line-height: 1.35;
}

.related-copy em {
  color: var(--ink-500);
  font-size: 0.82rem;
  font-style: normal;
}

.mini-tags {
  margin-top: 0.3rem;
}

.mini-tags span {
  padding: 0.12rem 0.38rem;
  font-size: 0.68rem;
}

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

.channel-links a {
  padding: 0.68rem 0.8rem;
  border-radius: 0.8rem;
  background: #f8fafc;
  color: var(--ink-600);
  font-weight: 700;
}

.channel-links a:hover {
  background: var(--ocean-50);
  color: var(--ocean-700);
}

.site-footer {
  color: #cbd5e1;
  background: #0f172a;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 2.2rem;
}

.footer-logo {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.35rem;
}

.footer-brand p {
  margin: 0;
  max-width: 36rem;
  color: #94a3b8;
}

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

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.footer-links a {
  color: #cbd5e1;
  font-size: 0.92rem;
}

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

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding: 1.15rem 1rem;
  color: #94a3b8;
  text-align: center;
  font-size: 0.92rem;
}

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

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

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

  .hero-slide {
    grid-template-columns: 1fr 320px;
  }
}

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

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

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

  .hero-slide {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .hero-card {
    max-width: 360px;
  }

  .section-head,
  .page-head,
  .filter-heading {
    display: block;
  }

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

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

  .related-panel {
    position: static;
  }

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

@media (max-width: 640px) {
  .header-inner {
    height: 3.75rem;
  }

  .logo-text {
    font-size: 1.15rem;
  }

  .page-shell {
    padding-top: 1.5rem;
  }

  .page-head {
    padding: 1.25rem;
  }

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

  .hero h1 {
    font-size: 2.6rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn {
    text-align: center;
  }

  .rank-item {
    grid-template-columns: 2.4rem 4.8rem 1fr;
  }

  .rank-hot {
    display: none;
  }

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