:root {
  --bg: #fff7fb;
  --panel: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: rgba(244, 114, 182, 0.22);
  --pink: #ec4899;
  --rose: #f43f5e;
  --purple: #8b5cf6;
  --shadow: 0 24px 70px rgba(236, 72, 153, 0.18);
  --soft-shadow: 0 12px 32px rgba(31, 41, 55, 0.10);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #fff1f7 0%, #ffffff 42%, #fff7fb 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
}

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

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

img.image-missing {
  opacity: 0;
}

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.96), rgba(244, 63, 94, 0.94), rgba(139, 92, 246, 0.94));
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(236, 72, 153, 0.24);
  backdrop-filter: blur(16px);
}

.header-glow {
  position: absolute;
  inset: auto 10% -24px 10%;
  height: 48px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.46), transparent 70%);
  pointer-events: none;
}

.site-nav {
  position: relative;
  width: min(1240px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

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

.brand {
  font-size: 24px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

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

.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  transition: 0.25s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.header-search input {
  width: 210px;
  border: 0;
  outline: 0;
  color: #ffffff;
  background: transparent;
  padding: 8px 8px 8px 14px;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.header-search button,
.btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s ease;
}

.header-search button {
  color: var(--rose);
  background: #ffffff;
  padding: 8px 15px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(90deg, var(--pink), var(--rose));
  box-shadow: 0 16px 38px rgba(244, 63, 94, 0.30);
}

.btn-primary:hover,
.header-search button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(244, 63, 94, 0.36);
}

.btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.btn-small {
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(90deg, var(--pink), var(--rose));
}

.hero-carousel {
  position: relative;
  height: clamp(520px, 67vh, 680px);
  overflow: hidden;
  margin-bottom: 56px;
  background: #160614;
}

.hero-slides,
.hero-slide,
.hero-image,
.hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

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

.hero-image {
  background: radial-gradient(circle at 30% 10%, rgba(236, 72, 153, 0.55), transparent 32%), linear-gradient(135deg, #4c0519, #111827 68%);
}

.hero-image img {
  object-fit: cover;
  opacity: 0.82;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.88) 0%, rgba(17, 24, 39, 0.44) 42%, rgba(17, 24, 39, 0.12) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 44%);
}

.hero-content {
  position: absolute;
  left: max(24px, calc((100vw - 1240px) / 2));
  bottom: 96px;
  width: min(660px, calc(100% - 48px));
  color: #ffffff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  display: inline-flex;
  color: #fff0f7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-content h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-summary {
  width: min(620px, 100%);
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.hero-actions,
.detail-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.36);
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.25s ease;
}

.hero-arrow:hover {
  background: rgba(236, 72, 153, 0.76);
}

.hero-prev {
  left: 22px;
}

.hero-next {
  right: 22px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 32px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: 0.25s ease;
}

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

.hero-thumbs {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 88px;
  width: 360px;
  display: grid;
  gap: 10px;
}

.hero-thumb {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  transition: 0.25s ease;
}

.hero-thumb img {
  width: 64px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
  background: linear-gradient(135deg, #f9a8d4, #a78bfa);
}

.hero-thumb.is-active,
.hero-thumb:hover {
  background: rgba(236, 72, 153, 0.54);
}

.home-sections,
.page-main {
  padding-bottom: 72px;
}

.content-section {
  margin-bottom: 68px;
}

.section-heading,
.category-overview-head,
.rank-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-heading h2,
.category-overview-head h2,
.rank-panel-head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

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

.section-kicker {
  color: var(--pink);
}

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--panel);
  box-shadow: var(--soft-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.movie-cover {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5.35;
  overflow: hidden;
  background: linear-gradient(135deg, #fbcfe8, #ddd6fe 60%, #fecdd3);
}

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

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

.cover-badge,
.cover-play {
  position: absolute;
  z-index: 2;
}

.cover-badge {
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(17, 24, 39, 0.68);
  font-size: 12px;
  font-weight: 700;
}

.cover-play {
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(236, 72, 153, 0.82);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.88);
  transition: 0.25s ease;
}

.movie-card:hover .cover-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.movie-info {
  padding: 16px;
}

.movie-meta-line,
.card-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 12px;
}

.movie-info h3 {
  min-height: 3em;
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.45;
}

.movie-info h3 a:hover {
  color: var(--pink);
}

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

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0;
}

.tag-row span {
  padding: 3px 9px;
  border-radius: 999px;
  color: #be185d;
  background: #fce7f3;
  font-size: 12px;
  font-weight: 700;
}

.highlight-panel {
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fce7f3, #fff1f2);
  box-shadow: inset 0 0 0 1px rgba(236, 72, 153, 0.14);
}

.two-column-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

.horizontal-list {
  display: grid;
  gap: 16px;
}

.movie-card-horizontal {
  display: grid;
  grid-template-columns: 172px 1fr;
}

.movie-card-horizontal .movie-cover {
  aspect-ratio: auto;
  min-height: 212px;
}

.rank-panel,
.detail-side-card,
.detail-main-card {
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.rank-panel {
  padding: 24px;
  align-self: start;
}

.rank-panel-head {
  display: block;
}

.rank-panel-head span {
  color: var(--rose);
  font-weight: 900;
  letter-spacing: 0.16em;
}

.rank-item {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #fce7f3;
}

.rank-no {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  font-weight: 900;
}

.rank-title {
  font-weight: 800;
}

.rank-year {
  color: var(--muted);
}

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

.channel-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
  transition: 0.25s ease;
}

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

.channel-art {
  height: 142px;
  overflow: hidden;
  background: linear-gradient(135deg, #fbcfe8, #c4b5fd);
}

.channel-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel-body {
  padding: 16px;
}

.channel-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.channel-body p {
  min-height: 46px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.channel-body span {
  color: var(--rose);
  font-weight: 800;
}

.page-hero {
  margin: 34px 0 34px;
  padding: 42px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 12% 18%, rgba(244, 114, 182, 0.34), transparent 34%), linear-gradient(135deg, #ffffff, #fff1f7);
  box-shadow: var(--soft-shadow);
}

.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.page-hero p {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 12px;
  max-width: 820px;
  margin-top: 24px;
}

.search-filter-bar {
  grid-template-columns: minmax(0, 1fr) 180px 180px;
}

.filter-bar input,
.filter-bar select {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  outline: none;
  padding: 0 18px;
}

.filter-bar input:focus,
.filter-bar select:focus {
  border-color: rgba(236, 72, 153, 0.64);
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.filter-count {
  margin-top: 12px !important;
  color: var(--rose) !important;
  font-weight: 800;
}

.category-overview-block {
  margin-bottom: 32px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--soft-shadow);
}

.category-overview-head span {
  color: var(--rose);
  font-weight: 900;
}

.ranking-table {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #ffffff;
  box-shadow: var(--soft-shadow);
}

.ranking-head,
.ranking-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 160px 90px 130px;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
}

.ranking-head {
  color: #ffffff;
  background: linear-gradient(90deg, var(--pink), var(--rose));
  font-weight: 900;
}

.ranking-row {
  border-bottom: 1px solid #fce7f3;
}

.ranking-row:hover {
  background: #fff1f7;
}

.ranking-position {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #be185d;
  background: #fce7f3;
  font-weight: 900;
}

.ranking-name {
  font-weight: 800;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  color: #ffffff;
  background: #111827;
}

.detail-bg,
.detail-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.detail-bg {
  background: linear-gradient(135deg, #4c0519, #111827);
}

.detail-bg img {
  object-fit: cover;
  opacity: 0.36;
  filter: blur(8px);
  transform: scale(1.08);
}

.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.92), rgba(17, 24, 39, 0.54)), linear-gradient(0deg, rgba(17, 24, 39, 0.92), transparent 50%);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 38px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.detail-poster {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, #fbcfe8, #ddd6fe);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

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

.detail-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

.detail-copy p {
  max-width: 760px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

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

.player-section {
  margin-top: -64px;
  margin-bottom: 42px;
  position: relative;
  z-index: 3;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #05060a;
  box-shadow: 0 36px 92px rgba(17, 24, 39, 0.30);
  aspect-ratio: 16 / 9;
}

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

.play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 0;
  color: #ffffff;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.36), rgba(0, 0, 0, 0.58));
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.play-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.play-circle {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  box-shadow: 0 22px 60px rgba(244, 63, 94, 0.36);
  font-size: 32px;
}

.player-status {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.42);
  font-size: 13px;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  margin-bottom: 58px;
}

.detail-main-card,
.detail-side-card {
  padding: 28px;
}

.detail-main-card h2,
.detail-side-card h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.detail-main-card p {
  margin: 0 0 24px;
  color: #4b5563;
  font-size: 16px;
}

.detail-meta-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.detail-meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #fce7f3;
}

.detail-meta-list span {
  color: var(--muted);
}

.detail-meta-list strong {
  text-align: right;
}

.side-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.side-stats span {
  padding: 16px;
  border-radius: 18px;
  color: #be185d;
  background: #fce7f3;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.side-stats small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.site-footer {
  margin-top: 40px;
  padding: 48px 0;
  color: #4b5563;
  background: linear-gradient(180deg, #fff7fb, #fce7f3);
  border-top: 1px solid #fbcfe8;
}

.footer-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 38px;
}

.footer-brand {
  color: var(--text);
  font-size: 22px;
}

.site-footer p {
  max-width: 420px;
  margin: 12px 0 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--text);
}

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

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

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

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

  .hero-thumbs {
    display: none;
  }
}

@media (max-width: 940px) {
  .site-nav {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .header-search {
    margin-left: auto;
  }

  .header-search input {
    width: 160px;
  }

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

  .two-column-section,
  .detail-layout,
  .detail-hero-inner,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .rank-panel {
    order: -1;
  }

  .detail-poster {
    width: min(300px, 76vw);
  }

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

  .ranking-head span:nth-child(3),
  .ranking-head span:nth-child(5),
  .ranking-row span:nth-child(3),
  .ranking-row span:nth-child(5) {
    display: none;
  }
}

@media (max-width: 680px) {
  .page-container {
    width: min(100% - 22px, 1240px);
  }

  .brand {
    font-size: 20px;
  }

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

  .nav-link {
    padding: 8px 10px;
    font-size: 14px;
  }

  .header-search {
    width: 100%;
  }

  .header-search input {
    width: 100%;
    flex: 1;
  }

  .hero-carousel {
    height: 560px;
  }

  .hero-content {
    left: 18px;
    bottom: 84px;
    width: calc(100% - 36px);
  }

  .hero-summary {
    font-size: 16px;
  }

  .hero-arrow {
    display: none;
  }

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

  .movie-card-horizontal {
    grid-template-columns: 116px 1fr;
  }

  .movie-card-horizontal .movie-cover {
    min-height: 170px;
  }

  .movie-info {
    padding: 12px;
  }

  .movie-info h3 {
    font-size: 15px;
  }

  .movie-info p,
  .card-stats {
    display: none;
  }

  .section-heading,
  .category-overview-head {
    display: block;
  }

  .section-more,
  .category-overview-head .btn {
    margin-top: 12px;
  }

  .highlight-panel,
  .page-hero,
  .category-overview-block {
    padding: 22px;
    border-radius: 22px;
  }

  .filter-bar,
  .search-filter-bar {
    grid-template-columns: 1fr;
  }

  .detail-hero-inner {
    gap: 22px;
  }

  .detail-copy h1 {
    font-size: 36px;
  }

  .player-section {
    margin-top: -24px;
  }

  .play-circle {
    width: 68px;
    height: 68px;
  }
}
