* {
  box-sizing: border-box;
}

:root {
  --slate-950: #020617;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;
  --cyan: #22d3ee;
  --blue: #2563eb;
  --blue-deep: #1e3a8a;
  --red: #ef4444;
  --green: #16a34a;
  --shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  --radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--slate-800);
  background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 340px, #ffffff 100%);
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 48%, #0f172a 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.28);
}

.header-inner {
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, #60a5fa, #22d3ee);
  box-shadow: 0 10px 24px rgba(34, 211, 238, 0.28);
  transition: transform 0.25s ease;
}

.brand:hover .brand-mark {
  transform: scale(1.08) rotate(-2deg);
}

.brand-copy strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #93c5fd, #67e8f9);
  -webkit-background-clip: text;
  color: transparent;
}

.brand-copy em {
  display: block;
  margin-top: 3px;
  color: #bfdbfe;
  font-size: 12px;
  font-style: normal;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
  white-space: nowrap;
}

.desktop-nav a,
.mobile-panel a {
  color: #dbeafe;
  font-weight: 600;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: var(--cyan);
}

.header-search {
  display: flex;
  align-items: center;
  width: 302px;
  border: 1px solid rgba(226, 232, 240, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.42);
}

.header-search input,
.mobile-search input,
.search-page-form input,
.filter-input,
.filter-year {
  outline: none;
  border: none;
}

.header-search input {
  width: 100%;
  padding: 10px 12px;
  color: var(--white);
  background: transparent;
}

.header-search input::placeholder,
.mobile-search input::placeholder {
  color: #94a3b8;
}

.header-search button,
.mobile-search button,
.search-page-form button {
  border: none;
  padding: 10px 14px;
  color: var(--white);
  cursor: pointer;
  background: linear-gradient(90deg, #06b6d4, #2563eb);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.mobile-panel {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.97);
}

.mobile-search {
  display: flex;
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 12px;
}

.mobile-search input {
  flex: 1;
  padding: 12px;
  color: var(--white);
  background: rgba(30, 41, 59, 0.9);
}

.mobile-panel nav {
  display: grid;
  gap: 12px;
}

main {
  min-height: 70vh;
}

.hero-carousel {
  position: relative;
  min-height: 650px;
  color: var(--white);
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(34, 211, 238, 0.2), transparent 32%), linear-gradient(135deg, #020617, #1e3a8a 48%, #0f172a);
}

.hero-stage {
  position: relative;
  max-width: 1280px;
  min-height: 650px;
  margin: 0 auto;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 44px;
  padding: 88px 24px 86px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  opacity: 0.18;
  filter: blur(2px) saturate(0.8);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.98), rgba(15, 23, 42, 0.68), rgba(30, 64, 175, 0.3));
}

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

.eyebrow {
  margin: 0 0 12px;
  color: #67e8f9;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.hero-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: #dbeafe;
  font-size: 19px;
  line-height: 1.85;
}

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

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

.hero-tags span,
.detail-tags span,
.tag-row span {
  border-radius: 999px;
  color: #e0f2fe;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(125, 211, 252, 0.28);
}

.hero-tags span,
.detail-tags span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.hero-actions,
.detail-actions,
.channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
  color: var(--white);
  background: linear-gradient(90deg, #06b6d4, #2563eb);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.32);
}

.btn.ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
}

.btn.ghost.dark {
  color: var(--slate-800);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(15, 23, 42, 0.12);
}

.btn.soft {
  color: #dbeafe;
  background: rgba(59, 130, 246, 0.2);
  border: 1px solid rgba(147, 197, 253, 0.22);
}

.hero-poster {
  display: block;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(2, 6, 23, 0.46);
  transform: rotate(2deg);
}

.hero-poster img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
  background: linear-gradient(135deg, #1e293b, #0e7490);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 5;
  width: min(1280px, 100%);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-dots,
.hero-arrows {
  display: flex;
  gap: 10px;
  pointer-events: auto;
}

.hero-dot {
  width: 34px;
  height: 5px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.28);
}

.hero-dot.active {
  background: #67e8f9;
}

.hero-prev,
.hero-next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  font-size: 28px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-rank {
  position: absolute;
  right: max(24px, calc((100vw - 1280px) / 2 + 24px));
  bottom: 100px;
  z-index: 6;
  width: 330px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.22);
  backdrop-filter: blur(16px);
}

.hero-rank h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.hero-rank-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 10px;
  padding: 10px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.hero-rank-item span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #67e8f9;
  background: rgba(34, 211, 238, 0.12);
  font-weight: 900;
}

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

.hero-rank-item em {
  color: #bfdbfe;
  font-size: 12px;
  font-style: normal;
}

.page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 76px;
}

.home-shell {
  display: grid;
  gap: 56px;
}

.content-section {
  display: grid;
  gap: 22px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.section-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-head h2 {
  margin: 0;
  color: var(--slate-800);
  font-size: 28px;
  letter-spacing: -0.03em;
}

.section-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: var(--blue);
  background: #dbeafe;
}

.more-link,
.inline-link {
  color: var(--blue);
  font-weight: 800;
}

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

.movie-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.poster {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1e40af, #0891b2);
}

.poster img {
  width: 100%;
  aspect-ratio: 2 / 2.9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.poster b {
  position: absolute;
  right: 9px;
  top: 9px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(10px);
}

.card-body {
  padding: 14px 14px 16px;
}

.card-body h3 {
  margin: 0;
  min-height: 44px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.35;
}

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

.card-body p {
  margin: 9px 0 12px;
  min-height: 44px;
  color: var(--slate-500);
  font-size: 13px;
  line-height: 1.65;
}

.tag-row span {
  padding: 5px 8px;
  color: #0369a1;
  font-size: 12px;
  background: #e0f2fe;
  border: none;
}

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

.category-tile,
.category-card-large {
  border-radius: 22px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.category-link {
  min-height: 142px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  background: radial-gradient(circle at 20% 20%, rgba(103, 232, 249, 0.34), transparent 34%), linear-gradient(135deg, #0f172a, #1e40af);
}

.category-link span {
  font-size: 22px;
  font-weight: 900;
}

.category-link strong {
  color: #bfdbfe;
  font-size: 13px;
}

.category-mini-links {
  display: grid;
  gap: 8px;
  padding: 14px 16px 18px;
}

.category-mini-links a {
  overflow: hidden;
  color: var(--slate-600);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}

.rank-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.rank-list a,
.rank-row {
  display: grid;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.rank-list a {
  grid-template-columns: 48px 1fr;
  padding: 16px;
}

.rank-list span,
.rank-num {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--blue);
  background: #dbeafe;
  font-weight: 900;
}

.rank-list strong,
.rank-info strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-list em,
.rank-info em {
  color: var(--slate-500);
  font-size: 13px;
  font-style: normal;
}

.page-hero {
  color: var(--white);
  background: linear-gradient(135deg, #020617, #1d4ed8 60%, #0f172a);
}

.page-hero.slim {
  padding: 78px 24px;
  text-align: center;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(36px, 7vw, 64px);
  letter-spacing: -0.06em;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  color: #dbeafe;
  line-height: 1.8;
}

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

.category-card-large {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 18px;
  padding: 18px;
}

.category-cover {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f172a, #0e7490);
}

.category-cover img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.category-card-large h2 {
  margin: 8px 0 10px;
  color: #0f172a;
}

.category-card-large p {
  color: var(--slate-500);
  line-height: 1.75;
}

.filter-bar {
  position: sticky;
  top: 84px;
  z-index: 10;
  margin-bottom: 24px;
  padding: 14px;
  display: flex;
  gap: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.filter-input,
.filter-year {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: var(--white);
}

.filter-input {
  flex: 1;
  padding: 0 14px;
}

.filter-year {
  padding: 0 12px;
  color: var(--slate-700);
}

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

.rank-row {
  grid-template-columns: 56px 70px 1fr 80px;
  padding: 12px 16px;
}

.rank-row img {
  width: 70px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
  background: linear-gradient(135deg, #0f172a, #0e7490);
}

.rank-info {
  display: grid;
  gap: 8px;
}

.rank-action {
  justify-self: end;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(90deg, #06b6d4, #2563eb);
  font-weight: 800;
}

.search-page-form {
  display: flex;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.search-page-form input {
  flex: 1;
  min-height: 58px;
  padding: 0 20px;
  font-size: 18px;
}

.search-page-form button {
  min-width: 120px;
}

.search-summary {
  margin: 24px 0 16px;
  color: var(--slate-500);
  font-weight: 700;
}

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

.search-result-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding: 14px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.search-result-item img {
  width: 82px;
  height: 112px;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f172a, #0e7490);
}

.search-result-item h2 {
  margin: 4px 0 8px;
  color: var(--slate-900);
}

.search-result-item p {
  color: var(--slate-500);
  line-height: 1.7;
}

.detail-hero {
  position: relative;
  min-height: 620px;
  color: var(--white);
  background-image: var(--detail-bg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.detail-hero-layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(30, 64, 175, 0.74), rgba(15, 23, 42, 0.58));
  backdrop-filter: blur(2px);
}

.detail-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px 72px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #bfdbfe;
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #67e8f9;
}

.detail-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 38px;
  align-items: center;
  margin-top: 44px;
}

.detail-poster {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 68px rgba(2, 6, 23, 0.42);
  background: linear-gradient(135deg, #0f172a, #0e7490);
}

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

.detail-copy h1 {
  margin: 0;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.detail-copy p:not(.eyebrow) {
  max-width: 820px;
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.85;
}

.detail-tags {
  margin-top: 22px;
}

.detail-shell {
  display: grid;
  gap: 36px;
}

.player-card,
.detail-content {
  overflow: hidden;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-box {
  position: relative;
  background: #000;
}

.movie-video {
  width: 100%;
  min-height: min(68vw, 680px);
  display: block;
  background: #000;
}

.video-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 10px;
  border: none;
  color: var(--white);
  cursor: pointer;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.2), rgba(2, 6, 23, 0.62));
}

.video-play span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.38);
  font-size: 30px;
}

.video-play strong {
  font-size: 18px;
}

.video-box.playing .video-play {
  display: none;
}

.detail-content {
  padding: 32px;
}

.detail-content h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 24px;
}

.detail-content p {
  margin: 0 0 28px;
  color: var(--slate-600);
  line-height: 2;
  font-size: 16px;
}

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

.meta-table div {
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
}

.meta-table span {
  display: block;
  color: var(--slate-500);
  font-size: 12px;
  margin-bottom: 8px;
}

.meta-table strong {
  color: var(--slate-900);
}

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

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-inner p {
  margin: 8px 0 0;
  color: #94a3b8;
}

.footer-inner nav {
  display: flex;
  gap: 18px;
}

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

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

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

  .header-inner {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

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

  .hero-rank {
    display: none;
  }

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

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

@media (max-width: 820px) {
  .brand {
    min-width: 0;
  }

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

  .hero-carousel,
  .hero-stage {
    min-height: 760px;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 54px;
    gap: 26px;
  }

  .hero-poster {
    width: min(230px, 72vw);
    transform: none;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-controls {
    bottom: 22px;
  }

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

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

  .category-card-large {
    grid-template-columns: 120px 1fr;
  }

  .category-cover img {
    min-height: 170px;
  }

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

  .detail-poster {
    width: min(260px, 72vw);
  }

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

  .rank-row {
    grid-template-columns: 44px 58px 1fr;
  }

  .rank-action {
    display: none;
  }

  .filter-bar {
    position: static;
    flex-direction: column;
  }

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

@media (max-width: 520px) {
  .header-inner,
  .page-shell,
  .detail-wrap,
  .mobile-panel {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-copy em {
    display: none;
  }

  .hero-slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .movie-grid {
    gap: 12px;
  }

  .card-body {
    padding: 12px;
  }

  .card-body h3 {
    font-size: 15px;
  }

  .detail-content {
    padding: 22px;
  }

  .meta-table {
    grid-template-columns: 1fr;
  }

  .search-result-item {
    grid-template-columns: 66px 1fr;
  }

  .search-result-item img {
    width: 66px;
    height: 92px;
  }
}
