:root {
  color-scheme: light;
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #f1f5f9;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --amber-soft: #fef3c7;
  --orange: #fb923c;
  --shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #ffffff;
  background: linear-gradient(90deg, var(--slate-900), var(--slate-800), var(--slate-900));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.28);
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1280px;
  min-height: 68px;
  margin: 0 auto;
  padding: 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.35);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  font-size: 20px;
  line-height: 1.1;
}

.brand-text em {
  font-size: 12px;
  color: #cbd5e1;
  font-style: normal;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.nav-links a,
.mobile-links a {
  color: #e2e8f0;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.mobile-links a:hover {
  color: var(--amber);
}

.nav-search,
.mobile-search,
.home-search-panel form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-search {
  flex: 0 0 340px;
}

.nav-search input,
.mobile-search input,
.home-search-panel input,
.filter-toolbar input,
.filter-toolbar select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  outline: none;
  color: #ffffff;
  background: rgba(51, 65, 85, 0.92);
  padding: 10px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-search input:focus,
.mobile-search input:focus,
.home-search-panel input:focus,
.filter-toolbar input:focus,
.filter-toolbar select:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}

.nav-search button,
.mobile-search button,
.home-search-panel button,
.primary-button,
.ghost-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-search button,
.mobile-search button,
.home-search-panel button,
.primary-button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  padding: 10px 18px;
  box-shadow: 0 10px 26px rgba(245, 158, 11, 0.28);
}

.nav-search button:hover,
.mobile-search button:hover,
.home-search-panel button:hover,
.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(245, 158, 11, 0.36);
}

.ghost-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(15, 23, 42, 0.35);
  padding: 10px 18px;
  backdrop-filter: blur(10px);
}

.ghost-button:hover {
  border-color: var(--amber);
  color: #fff7ed;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.98);
  padding: 16px 22px 22px;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hero-carousel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #ffffff;
  background: var(--slate-900);
}

.hero-slide {
  display: none;
  position: relative;
  min-height: 650px;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 22px 116px;
}

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

.hero-bg,
.detail-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: blur(18px) saturate(1.15);
  transform: scale(1.08);
  opacity: 0.32;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(245, 158, 11, 0.28), transparent 32%),
    linear-gradient(115deg, rgba(15, 23, 42, 0.98) 0%, rgba(15, 23, 42, 0.86) 46%, rgba(15, 23, 42, 0.55) 100%);
}

.hero-content,
.hero-poster {
  position: relative;
  z-index: 2;
}

.hero-kicker {
  margin: 0 0 12px;
  color: #fbbf24;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content h1,
.page-hero h1,
.detail-info h1 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-content h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 84px);
}

.hero-content p,
.page-hero p,
.detail-info p {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 18px;
}

.hero-tags,
.movie-tags,
.detail-stats,
.movie-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hero-tags span,
.movie-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.hero-tags span {
  color: #fff7ed;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(245, 158, 11, 0.16);
}

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

.hero-poster {
  display: block;
  overflow: hidden;
  min-height: 460px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

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

.hero-poster:hover img {
  transform: scale(1.05);
}

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

.hero-controls button {
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.hero-controls > button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 28px;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  opacity: 0.65;
}

.hero-dot.is-active {
  width: 30px;
  background: var(--amber);
  opacity: 1;
}

.home-search-panel,
.content-section,
.footer-grid,
.footer-bottom,
.detail-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
}

.home-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: -48px;
  position: relative;
  z-index: 10;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  padding-top: 24px;
  padding-bottom: 24px;
}

.home-search-panel strong {
  display: block;
  font-size: 24px;
}

.home-search-panel p {
  margin: 4px 0 0;
  color: var(--muted);
}

.home-search-panel input {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.content-section {
  padding-top: 64px;
}

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

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--muted);
}

.section-action {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--amber-dark);
  background: var(--amber-soft);
  padding: 9px 15px;
  font-weight: 800;
}

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

.category-tile,
.category-overview-card,
.movie-card,
.text-card,
.side-card,
.player-card,
.ranking-row,
.compact-card {
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.category-tile {
  display: grid;
  gap: 6px;
  min-height: 154px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-tile:hover,
.movie-card:hover,
.category-overview-card:hover {
  border-color: rgba(245, 158, 11, 0.55);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.category-tile strong {
  font-size: 22px;
}

.category-tile span {
  color: var(--amber-dark);
  font-weight: 800;
}

.category-tile p,
.movie-card p,
.ranking-info p,
.text-card p,
.side-card p {
  color: var(--muted);
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.movie-cover {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--slate-800);
  aspect-ratio: 16 / 10;
}

.movie-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

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

.cover-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.72);
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}

.movie-body {
  padding: 16px;
}

.movie-title {
  display: block;
  color: var(--ink);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.movie-title:hover {
  color: var(--amber-dark);
}

.movie-card p {
  display: -webkit-box;
  min-height: 48px;
  margin: 8px 0 12px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.movie-tags span {
  color: #92400e;
  background: var(--amber-soft);
}

.movie-meta {
  justify-content: space-between;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.hot-rank-panel {
  position: sticky;
  top: 92px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #fffbeb);
  box-shadow: var(--shadow-soft);
  padding: 18px;
}

.rank-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 900;
}

.rank-title span {
  font-size: 20px;
}

.rank-title a {
  color: var(--amber-dark);
  font-size: 14px;
}

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

.compact-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.compact-card a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px 12px;
  align-items: center;
  padding: 12px;
}

.compact-rank {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--slate-800), var(--slate-900));
  font-size: 13px;
  font-weight: 900;
}

.compact-title {
  overflow: hidden;
  color: var(--ink);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-meta {
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(120deg, var(--slate-900), var(--slate-800));
}

.page-hero {
  padding: 86px 22px;
}

.page-hero > div {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: -30% -10%;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 158, 11, 0.28), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(59, 130, 246, 0.18), transparent 34%);
}

.page-hero h1 {
  font-size: clamp(36px, 6vw, 68px);
}

.slim-hero {
  padding-top: 72px;
  padding-bottom: 72px;
}

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

.category-overview-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.category-card-head span {
  font-size: 24px;
  font-weight: 900;
}

.category-card-head em {
  border-radius: 999px;
  color: #92400e;
  background: var(--amber-soft);
  padding: 4px 10px;
  font-style: normal;
  font-weight: 800;
}

.category-overview-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.category-overview-card a:hover {
  color: var(--amber-dark);
}

.filter-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  padding: 18px;
}

.filter-toolbar label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.filter-toolbar input,
.filter-toolbar select {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.result-counter {
  color: var(--muted);
  margin: 0 0 20px;
  font-weight: 800;
}

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

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

.ranking-row {
  display: grid;
  grid-template-columns: 72px 154px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px;
}

.ranking-index {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  font-size: 18px;
  font-weight: 900;
}

.ranking-thumb {
  overflow: hidden;
  border-radius: 16px;
  background: var(--slate-800);
  aspect-ratio: 16 / 10;
}

.ranking-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-info p {
  margin: 6px 0 10px;
}

.detail-hero {
  min-height: 560px;
}

.detail-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.84), rgba(15, 23, 42, 0.54));
}

.detail-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 78px;
}

.detail-poster {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
  background: var(--slate-800);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  color: #cbd5e1;
  font-size: 14px;
}

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

.detail-info h1 {
  font-size: clamp(36px, 6vw, 76px);
}

.detail-stats {
  margin: 20px 0 28px;
}

.detail-stats span {
  border-radius: 999px;
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 800;
}

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

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

.detail-side {
  position: sticky;
  top: 92px;
}

.player-card,
.text-card,
.side-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 22px;
}

.player-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #020617;
  aspect-ratio: 16 / 9;
}

.player-frame video {
  width: 100%;
  height: 100%;
  background: #020617;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.72));
  cursor: pointer;
}

.player-overlay.is-hidden {
  display: none;
}

.player-overlay span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  box-shadow: 0 18px 42px rgba(245, 158, 11, 0.35);
  font-size: 32px;
}

.player-note {
  margin: 12px 0 0;
  color: var(--muted);
}

.text-card h2,
.side-card h2 {
  margin-top: 0;
  font-size: 26px;
}

.text-card .one-line {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.narrow-section {
  max-width: 900px;
}

.site-footer {
  margin-top: 72px;
  color: #cbd5e1;
  background: linear-gradient(180deg, var(--slate-900), #020617);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-top: 48px;
  padding-bottom: 36px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 20px;
}

.site-footer h2 {
  color: #ffffff;
  font-size: 18px;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  padding-top: 18px;
  padding-bottom: 22px;
  color: #94a3b8;
  font-size: 14px;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .menu-button {
    display: grid;
    place-items: center;
    margin-left: auto;
  }

  .hero-slide,
  .detail-shell,
  .hot-layout,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-poster {
    max-width: 440px;
  }

  .hot-rank-panel,
  .detail-side {
    position: static;
  }

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

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

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

@media (max-width: 760px) {
  .nav-shell {
    min-height: 62px;
    padding: 0 16px;
  }

  .brand-text strong {
    font-size: 17px;
  }

  .hero-carousel,
  .hero-slide {
    min-height: 620px;
  }

  .hero-slide {
    padding-top: 64px;
    padding-bottom: 110px;
  }

  .hero-poster {
    display: none;
  }

  .home-search-panel {
    grid-template-columns: 1fr;
    margin-top: -32px;
    border-radius: 22px;
  }

  .home-search-panel form,
  .mobile-search {
    flex-direction: column;
    align-items: stretch;
  }

  .content-section {
    padding-top: 44px;
  }

  .section-heading,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .category-grid,
  .category-overview-grid,
  .movie-grid,
  .archive-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .ranking-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .ranking-thumb {
    display: none;
  }

  .ranking-index {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 15px;
  }

  .detail-shell {
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .detail-poster {
    max-width: 260px;
  }

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