:root {
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.06);
  --shadow-md: 0 10px 30px rgba(236, 72, 153, 0.12);
  --shadow-lg: 0 22px 70px rgba(244, 63, 94, 0.22);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--gray-800);
  background: linear-gradient(180deg, var(--pink-50), #ffffff 28%, #fff7fb);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(251, 207, 232, 0.8);
  background: linear-gradient(90deg, rgba(253, 242, 248, 0.95), rgba(255, 255, 255, 0.95), rgba(255, 241, 242, 0.95));
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  width: min(1280px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 10px 25px rgba(236, 72, 153, 0.35);
}

.brand-text {
  font-size: 24px;
  letter-spacing: -0.03em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.nav-link,
.mobile-link {
  color: var(--gray-700);
  font-weight: 650;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.mobile-link:hover,
.mobile-link.is-active {
  color: var(--pink-600);
}

.header-search,
.mobile-search,
.hero-search,
.panel-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search input,
.mobile-search input,
.hero-search input,
.panel-search input {
  width: 230px;
  border: 1px solid var(--pink-200);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--gray-800);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.header-search input:focus,
.mobile-search input:focus,
.hero-search input:focus,
.panel-search input:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.36);
}

.header-search button,
.mobile-search button,
.hero-search button,
.panel-search button,
.btn.primary {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  color: #ffffff;
  font-weight: 750;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 10px 24px rgba(236, 72, 153, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header-search button:hover,
.mobile-search button:hover,
.hero-search button:hover,
.panel-search button:hover,
.btn.primary:hover {
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 32px rgba(236, 72, 153, 0.36);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--gray-700);
}

.mobile-panel {
  display: none;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: 14px;
  border: 1px solid var(--pink-100);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

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

.mobile-search input {
  width: 100%;
}

.mobile-nav {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.mobile-link {
  display: block;
  border-radius: 12px;
  padding: 10px 12px;
}

.mobile-link:hover,
.mobile-link.is-active {
  background: var(--pink-50);
}

.hero {
  position: relative;
  min-height: 70vh;
  overflow: hidden;
  background: var(--gray-900);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.8s ease;
}

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

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

.hero-bg {
  background-position: center;
  background-size: cover;
  filter: saturate(1.1);
}

.hero-shade {
  background:
    radial-gradient(circle at 75% 35%, rgba(244, 63, 94, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.66) 44%, rgba(17, 24, 39, 0.26)),
    linear-gradient(0deg, rgba(17, 24, 39, 0.86), transparent 55%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 48px;
  width: min(1280px, calc(100% - 40px));
  min-height: 70vh;
  margin: 0 auto;
  padding: 76px 0 92px;
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--pink-500);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.hero-desc,
.page-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.8;
}

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

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

.hero-tags span,
.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--pink-600);
  font-size: 12px;
  font-weight: 750;
  background: var(--pink-50);
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 800;
}

.btn.ghost {
  color: var(--pink-600);
  background: #ffffff;
}

.btn.light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hero-poster {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 28px;
  box-shadow: var(--shadow-lg);
  transform: rotate(2deg);
}

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

.hero-poster span,
.detail-poster span,
.rating {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.28);
}

.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.hero-dot.is-active {
  width: 32px;
  background: linear-gradient(90deg, var(--pink-500), var(--rose-500));
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  background: rgba(17, 24, 39, 0.42);
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

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

.section-tight {
  padding-top: 36px;
}

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

.section-head h2,
.ranking-side h2,
.text-panel h2 {
  margin: 0;
  color: var(--gray-900);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.section-more {
  color: var(--pink-600);
  font-weight: 800;
}

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

.category-chip,
.category-card,
.section-panel,
.text-panel,
.detail-card {
  border: 1px solid rgba(251, 207, 232, 0.82);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-sm);
}

.category-chip {
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-chip:hover,
.category-card:hover,
.movie-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.category-chip strong,
.category-card h2 {
  display: block;
  color: var(--gray-900);
  font-size: 19px;
}

.category-chip span,
.category-card p {
  display: block;
  margin-top: 6px;
  color: var(--gray-500);
  font-size: 14px;
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(251, 207, 232, 0.75);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.poster-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--pink-50);
}

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

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

.poster-layer {
  position: absolute;
  inset: auto 12px 12px;
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(17, 24, 39, 0.68);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(12px);
}

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

.card-body {
  padding: 14px;
}

.card-title {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: var(--gray-900);
  font-weight: 800;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-title:hover {
  color: var(--pink-600);
}

.card-meta,
.card-desc {
  margin: 8px 0 0;
  color: var(--gray-500);
  font-size: 13px;
}

.card-desc {
  display: -webkit-box;
  min-height: 40px;
  overflow: hidden;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.compact .card-desc {
  display: none;
}

.tag-row {
  margin-top: 12px;
}

.split-section,
.ranking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.section-panel {
  padding: 28px;
}

.pink-panel {
  min-height: 100%;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 0%, rgba(255, 255, 255, 0.28), transparent 32%),
    linear-gradient(135deg, var(--pink-500), var(--rose-500));
}

.pink-panel .eyebrow,
.pink-panel h2,
.pink-panel p {
  color: #ffffff;
}

.pink-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.pink-panel p {
  line-height: 1.8;
}

.panel-search {
  margin-top: 28px;
}

.panel-search input {
  flex: 1;
  width: auto;
}

.panel-search button {
  background: #ffffff;
  color: var(--pink-600);
}

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

.rank-item {
  display: grid;
  grid-template-columns: 42px 54px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.78);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rank-item:hover {
  background: var(--pink-50);
  transform: translateX(3px);
}

.rank-number {
  color: var(--pink-600);
  font-size: 18px;
  font-weight: 900;
}

.rank-item img {
  width: 54px;
  aspect-ratio: 2 / 3;
  border-radius: 10px;
  object-fit: cover;
}

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

.rank-text strong {
  color: var(--gray-900);
  font-size: 15px;
}

.rank-text em {
  margin-top: 4px;
  color: var(--gray-500);
  font-size: 12px;
  font-style: normal;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
  gap: 32px;
  width: min(1280px, calc(100% - 32px));
  margin: 36px auto 0;
  border-radius: 34px;
  padding: clamp(32px, 6vw, 72px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.26), transparent 28%),
    linear-gradient(135deg, var(--gray-900), #7f1d4f 52%, var(--rose-600));
  box-shadow: var(--shadow-lg);
}

.page-hero .eyebrow {
  color: #ffffff;
}

.hero-search {
  justify-self: end;
  width: min(100%, 520px);
  padding: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.hero-search input {
  flex: 1;
  width: auto;
}

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

.category-card {
  overflow: hidden;
  padding: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-covers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 16px;
}

.category-covers img {
  width: 100%;
  aspect-ratio: 2 / 3;
  border-radius: 12px;
  object-fit: cover;
}

.empty-state {
  display: none;
  margin-top: 28px;
  border: 1px dashed var(--pink-200);
  border-radius: 20px;
  padding: 32px;
  color: var(--gray-500);
  text-align: center;
  background: #ffffff;
}

.empty-state.is-visible {
  display: block;
}

.ranking-main {
  min-width: 0;
}

.ranking-side {
  position: sticky;
  top: 96px;
  border: 1px solid rgba(251, 207, 232, 0.82);
  border-radius: var(--radius-lg);
  padding: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-sm);
}

.ranking-side h2 {
  margin-bottom: 16px;
  font-size: 26px;
}

.sticky-list {
  max-height: calc(100vh - 180px);
  overflow: auto;
  padding-right: 4px;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--gray-500);
  font-size: 14px;
}

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

.detail-card {
  overflow: hidden;
}

.player-block {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #05070d;
}

.movie-player,
.player-cover,
.player-cover img,
.player-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.movie-player {
  z-index: 1;
  background: #05070d;
}

.player-cover {
  z-index: 2;
  display: grid;
  place-items: center;
  overflow: hidden;
  outline: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

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

.player-cover img {
  object-fit: cover;
  filter: saturate(1.06);
}

.player-mask {
  background:
    radial-gradient(circle at center, rgba(236, 72, 153, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(5, 7, 13, 0.3), rgba(5, 7, 13, 0.8));
}

.play-icon {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #ffffff;
  font-size: 34px;
  background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
  box-shadow: var(--shadow-lg);
}

.detail-content {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 30px;
  padding: 30px;
}

.detail-poster {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow-md);
}

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

.detail-info h1 {
  margin: 0;
  color: var(--gray-900);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.detail-one-line {
  margin: 18px 0 0;
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.8;
}

.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.detail-meta span {
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gray-700);
  background: var(--gray-100);
}

.detail-tags span {
  font-size: 13px;
}

.detail-text-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.text-panel {
  padding: 28px;
}

.text-panel p {
  margin: 16px 0 0;
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
}

.page-neighbors {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.page-neighbors a {
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--pink-600);
  font-weight: 800;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--pink-100);
  background: linear-gradient(180deg, #ffffff, var(--pink-50));
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 1fr;
  gap: 32px;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 28px;
}

.footer-brand {
  margin-bottom: 12px;
  font-size: 24px;
}

.footer-inner p {
  max-width: 540px;
  margin: 0;
  color: var(--gray-500);
  line-height: 1.75;
}

.footer-links,
.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: start;
}

.footer-links a,
.footer-tags a {
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--gray-600);
  background: #ffffff;
}

.footer-links a:hover,
.footer-tags a:hover {
  color: var(--pink-600);
}

.footer-copy {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 28px;
  color: var(--gray-500);
  font-size: 14px;
}

.back-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink-500), var(--rose-500));
  box-shadow: var(--shadow-md);
}

.back-top.is-visible {
  display: block;
}

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

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

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

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

  .nav-toggle {
    display: flex;
  }

  .hero-content,
  .page-hero,
  .split-section,
  .ranking-layout,
  .detail-content,
  .detail-text-section,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 30px;
    padding-top: 48px;
  }

  .hero-poster {
    width: min(260px, 70vw);
    justify-self: center;
  }

  .hero-search {
    justify-self: stretch;
  }

  .detail-poster {
    width: min(220px, 60vw);
  }

  .ranking-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .header-inner {
    width: min(100% - 24px, 1280px);
    height: 64px;
  }

  .brand-text {
    font-size: 20px;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-arrow {
    display: none;
  }

  .section,
  .page-hero,
  .detail-shell {
    width: min(100% - 24px, 1280px);
  }

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

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

  .category-chip-grid,
  .category-card-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    margin-top: 22px;
    border-radius: 24px;
    padding: 28px;
  }

  .hero-search,
  .panel-search {
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
  }

  .hero-search input,
  .panel-search input {
    width: 100%;
  }

  .detail-content,
  .text-panel {
    padding: 20px;
  }

  .play-icon {
    width: 68px;
    height: 68px;
    font-size: 26px;
  }
}
