@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Sans+SC:wght@300;400;500;600;700;800&display=swap");

:root {
  --ice-950: #020617;
  --ice-925: #07111f;
  --ice-900: #0f172a;
  --ice-850: #172033;
  --ice-800: #1e293b;
  --ice-700: #334155;
  --ice-500: #64748b;
  --ice-400: #94a3b8;
  --ice-300: #cbd5e1;
  --ice-200: #e2e8f0;
  --ice-50: #f8fafc;
  --frost-600: #0284c7;
  --frost-500: #0ea5e9;
  --frost-400: #38bdf8;
  --frost-300: #7dd3fc;
  --glacier-600: #0891b2;
  --glacier-400: #22d3ee;
  --gold: #facc15;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --shadow-ice: 0 18px 60px rgba(0, 0, 0, 0.32);
  --shadow-frost: 0 18px 56px rgba(14, 165, 233, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ice-200);
  background:
    radial-gradient(circle at 20% 10%, rgba(14, 165, 233, 0.16), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(34, 211, 238, 0.12), transparent 26%),
    linear-gradient(180deg, var(--ice-950), #06101f 46%, var(--ice-950));
  font-family: Inter, "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(30, 41, 59, 0.95);
  background: rgba(15, 23, 42, 0.9);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--frost-600), var(--glacier-600));
  box-shadow: 0 12px 30px rgba(14, 165, 233, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand:hover .brand-mark {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 38px rgba(34, 211, 238, 0.32);
}

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

.brand-name {
  color: var(--ice-50);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  margin-top: 3px;
  color: var(--ice-400);
  font-size: 12px;
}

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

.nav-link,
.mobile-link {
  color: var(--ice-300);
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.nav-link {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: #ffffff;
  background: rgba(2, 132, 199, 0.22);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  color: var(--ice-200);
  background: rgba(30, 41, 59, 0.7);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--ice-200);
}

.mobile-nav {
  display: none;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: 10px;
  border: 1px solid rgba(30, 41, 59, 0.9);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: var(--shadow-ice);
}

.mobile-nav.is-open {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mobile-link {
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 600;
}

.section {
  padding: 70px 0;
}

.section-tight {
  padding: 42px 0 70px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--frost-300);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--glacier-400);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.95);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ice-50);
  line-height: 1.16;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 750;
}

.lead {
  max-width: 780px;
  color: var(--ice-300);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 14px;
  font-weight: 750;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--frost-600), var(--glacier-600));
  box-shadow: 0 14px 32px rgba(14, 165, 233, 0.24);
}

.btn-secondary {
  color: var(--ice-100);
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(15, 23, 42, 0.62);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-frost);
}

.hero {
  position: relative;
  min-height: clamp(620px, 82vh, 860px);
  overflow: hidden;
  border-bottom: 1px solid rgba(30, 41, 59, 0.78);
}

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

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}

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

.hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  filter: saturate(1.04) contrast(1.02);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 42%, rgba(14, 165, 233, 0.26), transparent 28%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.98), rgba(2, 6, 23, 0.72) 44%, rgba(2, 6, 23, 0.18) 100%),
    linear-gradient(0deg, var(--ice-950), rgba(2, 6, 23, 0.2) 38%, rgba(2, 6, 23, 0.76));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: center;
  gap: 44px;
  padding: 92px 0 72px;
}

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

.hero-badges,
.movie-badges,
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-badges {
  margin-bottom: 20px;
}

.hero-badges span,
.movie-badges span,
.badge,
.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  color: var(--frost-300);
  background: rgba(2, 132, 199, 0.13);
  font-size: 13px;
  font-weight: 700;
}

.hero-title {
  text-shadow: 0 8px 34px rgba(0, 0, 0, 0.6);
}

.hero-desc {
  max-width: 680px;
  color: var(--ice-200);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.85;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel {
  align-self: stretch;
  padding: 18px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 30px;
  background: rgba(15, 23, 42, 0.54);
  box-shadow: var(--shadow-ice);
  backdrop-filter: blur(18px);
}

.hero-poster {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 24px;
  background: var(--ice-800);
}

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

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

.hero-panel-info {
  padding: 18px 4px 2px;
}

.hero-panel-info strong {
  display: block;
  color: var(--ice-50);
  font-size: 22px;
}

.hero-panel-info span {
  display: block;
  margin-top: 7px;
  color: var(--ice-400);
  font-size: 14px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.42);
  transition: width 0.25s ease, background 0.25s ease;
}

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

.filter-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0 32px;
  padding: 14px;
  border: 1px solid rgba(30, 41, 59, 0.85);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: var(--shadow-ice);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 260px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.42);
}

.search-box span {
  color: var(--frost-300);
  font-size: 14px;
  font-weight: 800;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  border: 0;
  outline: 0;
  color: var(--ice-50);
  background: transparent;
}

.search-box input::placeholder {
  color: var(--ice-500);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tab {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ice-300);
  background: rgba(30, 41, 59, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.filter-tab:hover,
.filter-tab.is-active {
  color: #ffffff;
  border-color: rgba(125, 211, 252, 0.24);
  background: rgba(2, 132, 199, 0.42);
}

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

.card {
  overflow: hidden;
  border: 1px solid rgba(30, 41, 59, 0.9);
  border-radius: var(--radius-lg);
  background: rgba(15, 23, 42, 0.88);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-hover:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(56, 189, 248, 0.36);
  box-shadow: var(--shadow-frost);
}

.poster-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, var(--ice-900), var(--ice-800));
}

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

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

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.9), transparent);
}

.poster-type,
.poster-score {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.poster-type {
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  color: var(--frost-300);
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
}

.poster-score {
  right: 10px;
  bottom: 10px;
  padding: 5px 10px;
  color: #111827;
  background: var(--gold);
}

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

.movie-card h3 {
  overflow: hidden;
  display: -webkit-box;
  min-height: 42px;
  margin-bottom: 7px;
  color: var(--ice-50);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.movie-meta,
.movie-one-line {
  color: var(--ice-400);
  font-size: 13px;
  line-height: 1.65;
}

.movie-meta {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.movie-one-line {
  overflow: hidden;
  display: -webkit-box;
  min-height: 42px;
  margin-bottom: 12px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-list span {
  padding: 4px 7px;
  border-radius: 999px;
  color: var(--ice-300);
  background: rgba(30, 41, 59, 0.9);
  font-size: 12px;
}

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

.category-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.25), transparent 35%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.78));
  box-shadow: var(--shadow-ice);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-frost);
}

.category-card h2,
.category-card h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.category-card p {
  color: var(--ice-300);
  line-height: 1.75;
}

.category-card .btn-secondary {
  margin-top: 10px;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 72px 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(30, 41, 59, 0.9);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.78);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.rank-item:hover {
  transform: translateX(4px);
  border-color: rgba(56, 189, 248, 0.35);
  background: rgba(15, 23, 42, 0.96);
}

.rank-num {
  color: var(--frost-400);
  font-size: 28px;
  font-weight: 800;
  text-align: center;
}

.rank-thumb {
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
}

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

.rank-main h2,
.rank-main h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.rank-main p {
  margin-bottom: 0;
  color: var(--ice-400);
  line-height: 1.6;
}

.rank-score {
  color: var(--gold);
  font-size: 20px;
  font-weight: 800;
}

.page-hero {
  padding: 68px 0 30px;
}

.page-hero-card {
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% 10%, rgba(14, 165, 233, 0.2), transparent 32%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.88));
  box-shadow: var(--shadow-ice);
}

.breadcrumb {
  margin-bottom: 18px;
  color: var(--ice-400);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--frost-300);
}

.breadcrumb span {
  color: var(--ice-500);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.player-shell {
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 28px;
  background: #000000;
  box-shadow: var(--shadow-ice);
}

.player-box {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
}

.player-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000000;
}

.player-cover {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  color: #ffffff;
  background: rgba(2, 6, 23, 0.42);
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.player-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(14, 165, 233, 0.2), rgba(2, 6, 23, 0.72));
}

.player-cover-inner {
  position: relative;
  display: grid;
  place-items: center;
  gap: 12px;
}

.play-icon {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  font-size: 34px;
  background: linear-gradient(135deg, var(--frost-600), var(--glacier-600));
  box-shadow: 0 18px 42px rgba(14, 165, 233, 0.38);
}

.player-cover strong {
  font-size: 18px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

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

.detail-card {
  padding: 24px;
  border: 1px solid rgba(30, 41, 59, 0.9);
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.78);
  box-shadow: var(--shadow-ice);
}

.detail-card h2 {
  margin-bottom: 16px;
  font-size: 25px;
}

.detail-card p {
  color: var(--ice-300);
  line-height: 1.9;
}

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

.info-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(30, 41, 59, 0.86);
}

.info-list dt {
  color: var(--ice-500);
  font-size: 14px;
}

.info-list dd {
  margin: 0;
  color: var(--ice-100);
  font-weight: 700;
  text-align: right;
}

.prose-block {
  display: grid;
  gap: 22px;
}

.no-results {
  display: none;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(30, 41, 59, 0.9);
  border-radius: 18px;
  color: var(--ice-300);
  background: rgba(15, 23, 42, 0.72);
}

.no-results.is-visible {
  display: block;
}

.site-footer {
  margin-top: 40px;
  padding: 56px 0 24px;
  border-top: 1px solid rgba(30, 41, 59, 0.9);
  background: rgba(2, 6, 23, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  gap: 36px;
}

.footer-brand p {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--ice-400);
  line-height: 1.8;
}

.footer-links h2 {
  margin: 0 0 14px;
  color: var(--ice-50);
  font-size: 18px;
  letter-spacing: 0;
}

.footer-links div {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--ice-400);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
  color: var(--frost-300);
  transform: translateX(3px);
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(30, 41, 59, 0.75);
  color: var(--ice-500);
  font-size: 14px;
}

@media (max-width: 860px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

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

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

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}

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

  .menu-toggle {
    display: inline-flex;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-name {
    font-size: 19px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 52px;
  }

  .hero-panel {
    max-width: 320px;
  }

  .filter-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    min-width: 0;
  }

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

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

  .rank-item {
    grid-template-columns: 48px 64px minmax(0, 1fr);
  }

  .rank-score {
    grid-column: 3;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .container-custom {
    width: min(100% - 24px, 1280px);
  }

  .section {
    padding: 46px 0;
  }

  .section-header {
    align-items: start;
    flex-direction: column;
  }

  h1 {
    letter-spacing: -0.04em;
  }

  .hero {
    min-height: 720px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .hero-panel {
    display: none;
  }

  .hero-dots {
    bottom: 20px;
  }

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

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

  .movie-card h3 {
    min-height: 40px;
    font-size: 16px;
  }

  .movie-one-line {
    display: none;
  }

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

  .filter-tab {
    padding: 8px 9px;
  }

  .category-card {
    min-height: auto;
    padding: 20px;
  }

  .rank-item {
    gap: 12px;
    padding: 12px;
  }

  .rank-main p {
    display: none;
  }

  .play-icon {
    width: 66px;
    height: 66px;
    font-size: 28px;
  }
}
