:root {
  --color-bg: #fffaf3;
  --color-surface: #ffffff;
  --color-surface-soft: #fff7ed;
  --color-text: #1f2937;
  --color-muted: #6b7280;
  --color-line: #fed7aa;
  --color-amber: #b45309;
  --color-orange: #ea580c;
  --color-rose: #e11d48;
  --color-violet: #7c3aed;
  --shadow-soft: 0 18px 50px rgba(154, 52, 18, 0.14);
  --shadow-card: 0 12px 32px rgba(146, 64, 14, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--color-text);
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.18), transparent 30rem),
    radial-gradient(circle at 80% 0%, rgba(244, 63, 94, 0.12), transparent 26rem),
    var(--color-bg);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.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: 50;
  background: linear-gradient(90deg, rgba(255, 251, 235, 0.94), rgba(255, 237, 213, 0.94));
  border-bottom: 1px solid rgba(251, 191, 36, 0.32);
  box-shadow: 0 10px 30px rgba(146, 64, 14, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--color-amber), var(--color-orange), var(--color-rose));
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(234, 88, 12, 0.22);
}

.brand-text {
  font-size: 24px;
  color: transparent;
  background: linear-gradient(90deg, #92400e, #ea580c);
  background-clip: text;
  -webkit-background-clip: text;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-link {
  padding: 10px 14px;
  color: #4b5563;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #9a3412;
  background: rgba(251, 191, 36, 0.18);
  transform: translateY(-1px);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #fcd9a8;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(146, 64, 14, 0.08);
}

.header-search input {
  width: 190px;
  min-width: 0;
  padding: 9px 6px 9px 14px;
  color: #374151;
  border: 0;
  outline: 0;
  background: transparent;
}

.header-search button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #d97706, #ea580c);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.26);
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.header-search button:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(234, 88, 12, 0.34);
}

.btn.ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

.btn.soft {
  color: #9a3412;
  background: #ffedd5;
  box-shadow: none;
}

.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.18);
}

.mobile-toggle span {
  height: 2px;
  background: #92400e;
  border-radius: 999px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 64px 0 72px;
  color: #ffffff;
  background: linear-gradient(135deg, #92400e 0%, #ea580c 48%, #db2777 100%);
}

.hero-bg {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.45;
}

.hero-bg-one {
  width: 320px;
  height: 320px;
  left: -90px;
  top: 50px;
  background: rgba(255, 255, 255, 0.22);
}

.hero-bg-two {
  width: 440px;
  height: 440px;
  right: -130px;
  bottom: -150px;
  background: rgba(251, 191, 36, 0.34);
}

.hero-shell {
  position: relative;
}

.hero-slide {
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.6fr);
  align-items: center;
  gap: 48px;
}

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

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

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  color: #fffbeb;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.hero-copy p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-tags,
.detail-tags,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags {
  margin: 24px 0 0;
}

.hero-tags span,
.detail-tags span,
.tag-list span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.hero-tags span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.16);
}

.detail-tags span,
.tag-list span {
  color: #9a3412;
  background: #ffedd5;
}

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

.hero-art {
  position: relative;
  display: block;
  padding: 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  transform: rotate(2deg);
  transition: transform 0.24s ease;
}

.hero-art:hover {
  transform: rotate(0deg) scale(1.02);
}

.hero-art .poster-frame {
  aspect-ratio: 3 / 4;
  min-height: 440px;
}

.hero-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 42px;
}

.hero-controls button {
  width: 44px;
  height: 44px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 24px;
}

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

.hero-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dots button.is-active {
  width: 34px;
  background: #ffffff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.stat-card {
  min-height: 148px;
  padding: 24px;
  color: #ffffff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.stat-card span,
.stat-card p {
  color: rgba(255, 255, 255, 0.84);
}

.stat-card strong {
  display: block;
  margin: 6px 0;
  font-size: 36px;
  line-height: 1;
}

.stat-card.amber {
  background: linear-gradient(135deg, #d97706, #ea580c);
}

.stat-card.orange {
  background: linear-gradient(135deg, #ea580c, #dc2626);
}

.stat-card.rose {
  background: linear-gradient(135deg, #e11d48, #db2777);
}

.stat-card.violet {
  background: linear-gradient(135deg, #7c3aed, #c026d3);
}

.content-section {
  padding: 72px 0 0;
}

.section-heading,
.panel-heading,
.player-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-heading h2,
.panel-heading h2,
.player-heading h2,
.text-panel h2 {
  margin: 0;
  color: #1f2937;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}

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

.section-more,
.panel-heading a,
.text-link {
  color: var(--color-orange);
  font-weight: 900;
}

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

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

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

.movie-card {
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid rgba(253, 186, 116, 0.52);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  border-color: rgba(234, 88, 12, 0.62);
  box-shadow: 0 18px 40px rgba(146, 64, 14, 0.18);
  transform: translateY(-6px);
}

.movie-poster {
  display: block;
}

.poster-frame {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 210px;
  background:
    linear-gradient(135deg, rgba(217, 119, 6, 0.92), rgba(225, 29, 72, 0.86)),
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.32), transparent 12rem);
  color: #ffffff;
}

.poster-frame img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

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

.poster-frame img.is-missing {
  opacity: 0;
}

.poster-fallback {
  position: relative;
  z-index: 1;
  max-width: 72%;
  text-align: center;
  font-size: clamp(20px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.06em;
}

.poster-badge,
.rank-crown {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  color: #ffffff;
  background: rgba(17, 24, 39, 0.62);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.movie-card-body {
  padding: 18px;
}

.movie-card-meta {
  display: flex;
  gap: 8px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
}

.movie-card h3 {
  margin: 10px 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.movie-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.tag-list {
  margin-top: 14px;
}

.card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
}

.heat {
  color: #9a3412;
  font-size: 13px;
  font-weight: 800;
}

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

.ranking-panel,
.player-card,
.text-panel,
.filter-panel,
.ranking-table-wrap,
.category-card,
.category-overview-card,
.rank-hero-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(253, 186, 116, 0.52);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.ranking-panel {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.ranking-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ranking-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: #fff7ed;
  border-radius: var(--radius-md);
}

.ranking-list li span:last-child {
  grid-column: 2;
  color: var(--color-muted);
  font-size: 13px;
}

.rank-index,
.table-rank {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b, #e11d48);
  border-radius: 14px;
  font-weight: 900;
}

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

.category-card {
  overflow: hidden;
}

.category-card a:first-child,
.category-main-link {
  display: block;
  padding: 26px;
  background: linear-gradient(135deg, #fff7ed, #ffffff);
}

.category-card h3,
.category-overview-card h2 {
  margin: 8px 0;
  color: #1f2937;
  font-size: 26px;
}

.category-card p,
.category-overview-card p {
  margin: 0 0 14px;
  color: var(--color-muted);
}

.category-label,
.category-main-link span {
  color: var(--color-orange);
  font-weight: 900;
}

.category-card ul,
.category-overview-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 26px 24px;
}

.category-card li,
.category-overview-card li {
  color: #4b5563;
}

.page-hero,
.detail-hero {
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.22), transparent 18rem),
    linear-gradient(135deg, #92400e, #ea580c 55%, #db2777);
}

.compact-hero {
  padding: 78px 0;
}

.compact-hero h1,
.detail-info h1 {
  margin: 0;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.compact-hero p,
.detail-one-line {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.filter-panel {
  margin-bottom: 28px;
  padding: 20px;
}

.filter-search-row input,
.filter-select-row select {
  width: 100%;
  color: #374151;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  outline: 0;
}

.filter-search-row input {
  min-height: 50px;
  padding: 0 16px;
}

.filter-select-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.filter-select-row label span {
  display: block;
  margin-bottom: 6px;
  color: #92400e;
  font-size: 13px;
  font-weight: 900;
}

.filter-select-row select {
  min-height: 46px;
  padding: 0 12px;
}

.filter-count {
  margin: 12px 0 0;
  color: var(--color-muted);
}

.empty-state {
  margin-top: 24px;
  padding: 36px;
  text-align: center;
  color: var(--color-muted);
  background: #ffffff;
  border: 1px dashed #fdba74;
  border-radius: var(--radius-lg);
}

.rank-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 32px;
}

.rank-hero-card {
  overflow: hidden;
}

.rank-hero-card a {
  display: block;
  height: 100%;
}

.rank-hero-card h2,
.rank-hero-card p,
.rank-hero-card strong {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.rank-hero-card h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 24px;
}

.rank-hero-card p {
  color: var(--color-muted);
}

.rank-hero-card strong {
  margin-top: 14px;
  margin-bottom: 20px;
  color: var(--color-orange);
}

.ranking-table-wrap {
  overflow-x: auto;
}

.ranking-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

.ranking-table th,
.ranking-table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid #ffedd5;
}

.ranking-table th {
  color: #92400e;
  background: #fff7ed;
  font-size: 13px;
}

.ranking-table td a {
  display: block;
  font-weight: 900;
}

.ranking-table small {
  display: block;
  color: var(--color-muted);
}

.detail-hero {
  padding: 44px 0 74px;
}

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

.detail-poster {
  padding: 12px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 32px;
}

.detail-poster .poster-frame {
  aspect-ratio: 3 / 4;
  border-radius: 24px;
}

.detail-info .eyebrow {
  color: #fff7ed;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.meta-grid div {
  padding: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
}

.meta-grid dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.meta-grid dd {
  margin: 4px 0 0;
  font-weight: 900;
}

.player-card {
  overflow: hidden;
  padding: 24px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  background: #111827;
  border-radius: var(--radius-lg);
  aspect-ratio: 16 / 9;
}

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

.video-mask {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.62), rgba(154, 52, 18, 0.42));
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.video-mask.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.play-circle {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  color: #ea580c;
  background: #ffffff;
  border-radius: 999px;
  font-size: 30px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.24);
}

.player-status {
  margin: 14px 0 0;
  color: var(--color-muted);
}

.detail-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-top: 48px;
}

.text-panel {
  padding: 28px;
}

.text-panel p {
  color: #4b5563;
  font-size: 16px;
}

.detail-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.detail-nav-links a {
  padding: 11px 16px;
  color: #9a3412;
  background: #ffedd5;
  border-radius: 999px;
  font-weight: 900;
}

.site-footer {
  margin-top: 86px;
  color: #fffbeb;
  background: linear-gradient(135deg, #78350f, #9a3412 55%, #7c2d12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding: 54px 0;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 251, 235, 0.78);
}

.footer-grid a {
  display: block;
  margin-top: 8px;
}

.footer-grid a:hover {
  color: #ffffff;
}

.footer-grid h3 {
  margin: 0 0 12px;
  color: #ffffff;
}

.footer-bottom {
  padding: 20px;
  text-align: center;
  color: rgba(255, 251, 235, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: none;
  width: 48px;
  height: 48px;
  color: #ffffff;
  background: linear-gradient(135deg, #d97706, #e11d48);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow-card);
  font-size: 22px;
}

.back-to-top.is-visible {
  display: grid;
  place-items: center;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: auto auto;
  }

  .mobile-toggle {
    display: flex;
    justify-self: end;
  }

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

  body.nav-open .main-nav,
  body.nav-open .header-search {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
  }

  body.nav-open .main-nav {
    flex-direction: column;
    align-items: stretch;
  }

  body.nav-open .header-search input {
    width: 100%;
  }

  .hero-slide,
  .detail-layout,
  .split-section,
  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .hero-art {
    max-width: 420px;
    margin: 0 auto;
  }

  .stats-grid,
  .movie-grid,
  .all-movie-grid,
  .latest-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ranking-panel {
    position: static;
  }

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

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero-section {
    min-height: auto;
    padding: 46px 0 58px;
  }

  .hero-copy h1,
  .compact-hero h1,
  .detail-info h1 {
    font-size: 40px;
  }

  .hero-art .poster-frame {
    min-height: 320px;
  }

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

  .stats-grid,
  .movie-grid,
  .all-movie-grid,
  .latest-grid,
  .related-grid,
  .category-grid,
  .category-overview-grid,
  .footer-grid,
  .rank-hero-grid,
  .filter-select-row,
  .meta-grid {
    grid-template-columns: 1fr;
  }

  .detail-layout {
    gap: 26px;
  }

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

  .player-card,
  .text-panel,
  .filter-panel {
    padding: 18px;
  }
}
