:root {
  color-scheme: dark;
  --bg: #020617;
  --bg-soft: #0f172a;
  --bg-card: rgba(15, 23, 42, 0.72);
  --bg-card-strong: rgba(15, 23, 42, 0.92);
  --line: rgba(148, 163, 184, 0.18);
  --line-strong: rgba(34, 211, 238, 0.34);
  --text: #f8fafc;
  --muted: #94a3b8;
  --soft: #cbd5e1;
  --cyan: #22d3ee;
  --cyan-strong: #06b6d4;
  --yellow: #facc15;
  --red: #fb7185;
  --radius: 1.25rem;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 12%, rgba(34, 211, 238, 0.16), transparent 32rem),
    radial-gradient(circle at 86% 0%, rgba(14, 165, 233, 0.12), transparent 28rem),
    linear-gradient(135deg, #020617 0%, #0f172a 46%, #020617 100%);
}

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(15, 23, 42, 0.94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 14px;
  color: white;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.24), rgba(14, 116, 144, 0.16)),
    rgba(15, 23, 42, 0.86);
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.18);
}

.brand-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--cyan);
}

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

.brand-text strong {
  font-size: 1.22rem;
  letter-spacing: 0.02em;
}

.brand-text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  color: #cbd5e1;
  font-weight: 650;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--cyan);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: white;
  background: rgba(30, 41, 59, 0.85);
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  display: block;
  margin: 4px auto;
  border-radius: 4px;
  background: currentColor;
}

.mobile-nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 12px 0 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.mobile-link {
  display: block;
  padding: 13px 14px;
  border-radius: 12px;
  color: #cbd5e1;
}

.mobile-link:hover,
.mobile-link.active {
  color: var(--cyan);
  background: rgba(30, 41, 59, 0.72);
}

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

.hero-slider {
  position: relative;
  height: min(84vh, 760px);
  min-height: 560px;
  overflow: hidden;
  background: #020617;
}

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

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

.hero-bg {
  position: absolute;
  inset: 0;
}

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

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 52%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, #020617 0%, transparent 44%),
    radial-gradient(circle at 30% 50%, rgba(34, 211, 238, 0.18), transparent 28rem);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
  padding-top: 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--cyan);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.eyebrow::before {
  content: "◆";
  font-size: 0.82em;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-copy p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.85;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 24px 0 0;
  color: #cbd5e1;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.score {
  color: var(--yellow);
  font-weight: 900;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, #22d3ee, #0891b2);
  color: white;
  box-shadow: 0 18px 40px rgba(6, 182, 212, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 24px 54px rgba(6, 182, 212, 0.36);
}

.btn-ghost {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.58);
  color: #e2e8f0;
  backdrop-filter: blur(10px);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}

.hero-arrow,
.hero-dot {
  border: 0;
  color: white;
  cursor: pointer;
}

.hero-arrow {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
  transition: background 0.2s ease;
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.22);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 9px;
}

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

.hero-dot.active {
  width: 34px;
  background: var(--cyan);
}

.section-block {
  padding: 52px 0 0;
}

.section-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.section-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.12);
  border: 1px solid rgba(34, 211, 238, 0.18);
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.section-head i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.4), transparent);
}

.section-more {
  color: var(--cyan);
  font-weight: 750;
}

.card-row {
  display: grid;
  grid-auto-columns: minmax(240px, 280px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 0 18px;
  scrollbar-width: thin;
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--radius);
  background: var(--bg-card);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
  border-color: rgba(34, 211, 238, 0.36);
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.poster-link {
  display: block;
}

.poster-frame {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(34, 211, 238, 0.28), transparent 18rem),
    linear-gradient(135deg, #0f172a, #020617);
}

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

.movie-card:hover .poster-frame img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86), transparent 52%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

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

.rating-pill,
.rank-badge {
  position: absolute;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: white;
  font-size: 0.8rem;
  font-weight: 850;
  background: rgba(2, 6, 23, 0.66);
  backdrop-filter: blur(10px);
}

.rating-pill {
  right: 12px;
  color: var(--yellow);
}

.rank-badge {
  left: 12px;
  color: var(--cyan);
}

.hover-line {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  color: white;
  line-height: 1.55;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

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

.card-body {
  padding: 16px;
}

.card-body h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
  line-height: 1.35;
}

.card-body h3 a {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.card-desc {
  display: -webkit-box;
  min-height: 3.2em;
  margin: 12px 0;
  overflow: hidden;
  color: #cbd5e1;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.category-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.08);
  font-size: 0.82rem;
  font-weight: 750;
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.category-link,
.filter-chip {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  color: #cbd5e1;
  background: rgba(15, 23, 42, 0.72);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.category-link {
  padding: 12px 18px;
  font-weight: 750;
}

.category-link:hover,
.category-link.active,
.filter-chip:hover,
.filter-chip.active {
  border-color: rgba(34, 211, 238, 0.48);
  color: white;
  background: rgba(6, 182, 212, 0.88);
}

.dual-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.rank-panel,
.search-panel,
.category-panel,
.info-panel {
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--radius);
  background: var(--bg-card);
  box-shadow: var(--shadow);
}

.rank-panel,
.search-panel {
  padding: 22px;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 36px 74px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.76);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rank-item:hover {
  background: rgba(30, 41, 59, 0.95);
  transform: translateX(3px);
}

.rank-num {
  color: var(--cyan);
  font-size: 1.05rem;
  font-weight: 950;
  text-align: center;
}

.rank-item img {
  width: 74px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
}

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

.rank-item em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.82rem;
}

.search-box,
.filter-bar {
  display: grid;
  gap: 14px;
}

.search-input,
.filter-input,
.filter-select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 15px;
  outline: none;
  color: white;
  background: rgba(2, 6, 23, 0.42);
  padding: 0 16px;
}

.search-input:focus,
.filter-input:focus,
.filter-select:focus {
  border-color: var(--line-strong);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.08);
}

.search-results {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.search-result {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 9px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.76);
}

.search-result:hover {
  background: rgba(30, 41, 59, 0.92);
}

.search-result img {
  width: 58px;
  height: 78px;
  border-radius: 10px;
  object-fit: cover;
}

.search-result strong {
  display: block;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-result em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.82rem;
}

.page-hero {
  padding: 72px 0 34px;
}

.page-hero .eyebrow {
  margin-bottom: 14px;
}

.page-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.page-hero p {
  max-width: 780px;
  margin: 18px 0 0;
  color: #cbd5e1;
  line-height: 1.8;
}

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

.category-panel {
  padding: 24px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category-panel h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.category-panel p {
  margin: 0;
  color: var(--soft);
  line-height: 1.7;
}

.category-panel a {
  width: max-content;
  margin-top: 20px;
}

.filter-wrap {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--radius);
  background: rgba(15, 23, 42, 0.65);
}

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

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

.filter-chip {
  min-height: 36px;
  padding: 0 14px;
  cursor: pointer;
}

.empty-state {
  display: none;
  padding: 38px;
  border: 1px dashed rgba(148, 163, 184, 0.26);
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a:hover {
  color: var(--cyan);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
  padding-bottom: 28px;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  background: black;
  box-shadow: var(--shadow);
}

.player-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: black;
}

.player-overlay,
.player-loading,
.player-error {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.18)),
    rgba(0, 0, 0, 0.25);
}

.player-loading[hidden],
.player-error[hidden],
.player-overlay[hidden] {
  display: none;
}

.big-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  background: linear-gradient(135deg, #22d3ee, #0891b2);
  box-shadow: 0 18px 55px rgba(6, 182, 212, 0.34);
  font-weight: 900;
}

.big-play svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.player-loading span,
.player-error span {
  max-width: 80%;
  color: white;
  line-height: 1.7;
  text-align: center;
}

.player-error span {
  color: var(--red);
}

.detail-info {
  margin-top: 24px;
  padding: 26px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: var(--radius);
  background: var(--bg-card);
}

.detail-info h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
  color: #cbd5e1;
}

.detail-meta span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 16px 0 0;
}

.tags span {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 999px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.08);
  font-size: 0.86rem;
}

.copy-block {
  margin-top: 24px;
}

.copy-block h2 {
  margin: 0 0 10px;
  color: white;
  font-size: 1.22rem;
}

.copy-block p {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.9;
}

.info-panel {
  position: sticky;
  top: 92px;
  padding: 20px;
}

.info-panel h2 {
  margin: 0 0 16px;
  font-size: 1.22rem;
}

.compact-list {
  display: grid;
  gap: 13px;
}

.compact-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 8px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.64);
  transition: background 0.2s ease;
}

.compact-card:hover {
  background: rgba(30, 41, 59, 0.88);
}

.compact-card img {
  width: 92px;
  height: 62px;
  border-radius: 12px;
  object-fit: cover;
}

.compact-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.compact-card em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-size: 0.82rem;
}

.site-footer {
  margin-top: 72px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(2, 6, 23, 0.7);
}

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

.footer-brand {
  color: white;
  font-weight: 900;
}

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

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

.footer-inner p {
  margin: 0;
}

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

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

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

  .info-panel {
    position: static;
  }

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

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

  .menu-toggle {
    display: block;
  }

  .hero-slider {
    height: 76vh;
    min-height: 520px;
  }

  .hero-copy {
    padding-top: 24px;
  }

  .hero-meta {
    gap: 10px;
  }

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

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

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .header-inner {
    width: min(100% - 22px, 1180px);
  }

  .brand-text small {
    display: none;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-content {
    align-items: flex-end;
    padding-bottom: 130px;
  }

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

  .hero-controls {
    bottom: 24px;
  }

  .section-block {
    padding-top: 40px;
  }

  .card-body {
    padding: 13px;
  }

  .card-desc {
    display: none;
  }

  .detail-info,
  .filter-wrap,
  .rank-panel,
  .search-panel {
    padding: 18px;
  }

  .compact-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .compact-card img {
    width: 76px;
    height: 54px;
  }
}
