:root {
  --pink: #ec4899;
  --purple: #8b5cf6;
  --blue: #3b82f6;
  --green: #10b981;
  --orange: #f97316;
  --yellow: #f59e0b;
  --text: #1f2937;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f8fafc;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(31, 41, 55, 0.10);
  --shadow-hover: 0 24px 70px rgba(236, 72, 153, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: linear-gradient(135deg, #fff1f8 0%, #f5f3ff 45%, #eff6ff 100%);
  line-height: 1.6;
}

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

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

button,
input,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

.top-ribbon,
.footer-ribbon {
  height: 4px;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 10px 28px rgba(236, 72, 153, 0.32);
  transition: transform 0.3s ease;
}

.brand:hover .brand-mark {
  transform: rotate(8deg) scale(1.04);
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(90deg, var(--pink), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-text em {
  font-style: normal;
  font-size: 12px;
  color: var(--muted);
}

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

.nav-link {
  color: #475467;
  font-weight: 700;
  transition: color 0.2s ease;
}

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

.header-search {
  width: 290px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: white;
}

.header-search input,
.mobile-search input {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 11px 16px;
  background: transparent;
}

.header-search button,
.mobile-search button {
  border: 0;
  color: white;
  cursor: pointer;
  padding: 11px 16px;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: var(--text);
  cursor: pointer;
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
}

.mobile-search {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  margin-bottom: 14px;
}

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

.mobile-link {
  padding: 10px 14px;
  border-radius: 14px;
  background: white;
  color: #475467;
  font-weight: 700;
}

.mobile-link.active,
.mobile-link:hover {
  color: var(--pink);
  background: #fff1f8;
}

.main-visual {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  isolation: isolate;
}

.visual-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 18% 20%, rgba(236, 72, 153, 0.26), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(59, 130, 246, 0.22), transparent 32%),
    linear-gradient(135deg, #fff7fb 0%, #f5f3ff 52%, #eaf4ff 100%);
}

.glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(30px);
  opacity: 0.72;
  animation: floatGlow 7s ease-in-out infinite;
}

.glow-a {
  width: 260px;
  height: 260px;
  top: 78px;
  left: 9%;
  background: rgba(244, 114, 182, 0.3);
}

.glow-b {
  width: 340px;
  height: 340px;
  right: 8%;
  bottom: 82px;
  background: rgba(139, 92, 246, 0.22);
  animation-delay: 1.8s;
}

.visual-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 70px;
}

.site-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #475467;
  font-weight: 800;
  box-shadow: 0 12px 35px rgba(31, 41, 55, 0.08);
}

.visual-stage {
  position: relative;
  min-height: 500px;
}

.visual-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: 56px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.visual-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.visual-copy {
  max-width: 720px;
}

.eyebrow {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(236, 72, 153, 0.12);
}

.visual-copy h1 {
  margin: 20px 0 18px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.03;
  letter-spacing: -0.06em;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.visual-copy p {
  max-width: 720px;
  margin: 0 0 22px;
  color: #475467;
  font-size: clamp(18px, 2.2vw, 24px);
}

.visual-tags,
.tag-row,
.tag-links,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.visual-tags span,
.tag-row span,
.tag-links a,
.tag-cloud a {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #475467;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(31, 41, 55, 0.06);
}

.visual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.primary-btn,
.ghost-btn,
.section-more a,
.primary-link,
.side-more,
.cta-band a,
.head-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.primary-btn,
.section-more a,
.primary-link,
.side-more,
.cta-band a {
  color: white;
  background: linear-gradient(90deg, var(--pink), var(--purple));
  box-shadow: 0 16px 38px rgba(236, 72, 153, 0.24);
}

.ghost-btn,
.head-actions a {
  color: #475467;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
}

.primary-btn:hover,
.ghost-btn:hover,
.section-more a:hover,
.primary-link:hover,
.side-more:hover,
.cta-band a:hover,
.head-actions a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
}

.visual-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 34px;
  min-height: 470px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.35), rgba(59, 130, 246, 0.24));
  box-shadow: 0 35px 90px rgba(31, 41, 55, 0.18);
  transform: rotate(2deg);
}

.visual-poster img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.visual-poster:hover img {
  transform: scale(1.08);
}

.visual-poster span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  color: white;
  font-size: 24px;
  font-weight: 900;
  border-radius: 22px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.30));
  backdrop-filter: blur(10px);
}

.visual-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 26px;
}

.visual-controls button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--pink);
  background: white;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.10);
}

.dot-group {
  display: flex;
  gap: 8px;
}

.dot-group .dot {
  width: 11px;
  height: 11px;
  padding: 0;
  background: #d0d5dd;
  box-shadow: none;
}

.dot-group .dot.is-active {
  width: 30px;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.section {
  padding: 68px 0;
}

.soft-section {
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(12px);
}

.category-section {
  background: linear-gradient(90deg, rgba(252, 231, 243, 0.72), rgba(237, 233, 254, 0.72), rgba(219, 234, 254, 0.72));
}

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

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

.section-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 14px 30px rgba(236, 72, 153, 0.22);
}

.section-title h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 36px);
}

.section-title p {
  margin: 0;
  max-width: 430px;
  color: var(--muted);
}

.movie-grid {
  display: grid;
  gap: 22px;
}

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

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

.movie-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: 24px;
  background: var(--card);
  box-shadow: 0 12px 35px rgba(31, 41, 55, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.poster-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe4f0, #e0edff);
}

.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-shade {
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent);
}

.poster-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 6px 11px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.rank-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 10px 24px rgba(249, 115, 22, 0.28);
}

.card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.card-body strong {
  font-size: 18px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.movie-card:hover .card-body strong,
.wide-card:hover strong {
  color: var(--pink);
}

.card-body em {
  min-height: 45px;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.meta-row {
  color: #98a2b3;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tag-row span {
  padding: 5px 9px;
  background: #f2f4f7;
  box-shadow: none;
}

.section-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

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

.category-tile {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 8px;
  min-height: 190px;
  padding: 22px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 35px rgba(31, 41, 55, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.category-orb {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  font-size: 25px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), var(--purple), var(--blue));
}

.category-tile strong {
  font-size: 20px;
}

.category-tile em {
  color: var(--pink);
  font-style: normal;
  font-weight: 900;
}

.category-tile small {
  color: var(--muted);
}

.rank-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.side-list,
.side-card,
.detail-card,
.text-card,
.player-card,
.filter-card,
.category-panel {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.side-list {
  padding: 20px;
  display: grid;
  gap: 14px;
  position: sticky;
  top: 94px;
}

.side-list h2 {
  margin: 0 0 4px;
}

.wide-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: #f9fafb;
  transition: transform 0.2s ease, background 0.2s ease;
}

.wide-card:hover {
  transform: translateX(4px);
  background: #fff1f8;
}

.wide-card img {
  width: 96px;
  height: 96px;
  border-radius: 16px;
  object-fit: cover;
  background: #f3e8ff;
}

.wide-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.wide-body strong,
.wide-body em,
.wide-body small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.wide-body strong {
  white-space: nowrap;
}

.wide-body em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wide-body small {
  color: #98a2b3;
  white-space: nowrap;
}

.tag-cloud-section {
  background: linear-gradient(135deg, rgba(255, 241, 248, 0.84), rgba(245, 243, 255, 0.84));
}

.tag-cloud {
  justify-content: center;
}

.tag-cloud a:hover,
.tag-links a:hover {
  color: white;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.cta-band {
  padding: 84px 0;
  color: white;
  text-align: center;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
}

.cta-band h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 5vw, 54px);
}

.cta-band p {
  max-width: 720px;
  margin: 0 auto 28px;
  opacity: 0.92;
  font-size: 18px;
}

.cta-band a {
  color: var(--pink);
  background: white;
}

.page-main {
  padding: 54px 0 80px;
}

.page-head {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto 38px;
  text-align: center;
}

.page-head span {
  display: inline-flex;
  padding: 7px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: var(--pink);
  background: white;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(31, 41, 55, 0.08);
}

.page-head h1 {
  margin: 0 0 14px;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.05;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.head-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.filter-mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--muted);
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.06);
}

.filter-mini strong {
  color: var(--pink);
}

.related-nav {
  margin-top: 44px;
  padding: 28px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
}

.related-nav h2 {
  margin-top: 0;
}

.related-nav div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  background: white;
  color: #475467;
  font-weight: 800;
}

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

.category-panel {
  padding: 28px;
}

.category-title-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.category-title-link span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: white;
  font-size: 24px;
  font-weight: 900;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--pink), var(--purple));
}

.category-title-link h2 {
  margin: 0;
  font-size: 28px;
}

.category-panel p {
  color: var(--muted);
}

.category-count {
  display: inline-flex;
  margin: 6px 0 18px;
  padding: 7px 12px;
  color: var(--pink);
  background: #fff1f8;
  border-radius: 999px;
  font-weight: 900;
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.mini-links a {
  padding: 6px 10px;
  border-radius: 999px;
  color: #475467;
  background: #f2f4f7;
  font-size: 13px;
}

.rank-table-wrap {
  margin-top: 56px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(220px, 0.8fr) 90px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
  transition: transform 0.2s ease, background 0.2s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  background: #fff1f8;
}

.rank-row span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-weight: 900;
}

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

.rank-row em {
  color: var(--muted);
  font-style: normal;
}

.rank-row b {
  color: var(--pink);
}

.filter-area {
  display: grid;
  gap: 24px;
}

.filter-card {
  display: grid;
  grid-template-columns: 2fr repeat(4, minmax(120px, 1fr)) auto;
  gap: 14px;
  padding: 18px;
  align-items: end;
}

.filter-card label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
}

.filter-card input,
.filter-card select {
  width: 100%;
  height: 46px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  padding: 0 13px;
  outline: none;
  background: white;
}

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

.filter-card button {
  height: 46px;
  border: 0;
  border-radius: 14px;
  padding: 0 18px;
  color: white;
  cursor: pointer;
  font-weight: 900;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.result-count {
  color: var(--muted);
}

.result-count strong {
  color: var(--pink);
  font-size: 24px;
}

.detail-main {
  padding: 34px 0 80px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 22px;
  color: var(--muted);
}

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

.breadcrumb em {
  font-style: normal;
  color: var(--text);
  font-weight: 800;
}

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

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

.player-card {
  overflow: hidden;
  padding: 0;
}

.movie-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 26px;
  background: #080a13;
}

.movie-player video,
.movie-player .player-cover,
.player-cover img {
  width: 100%;
  height: 100%;
}

.movie-player video {
  display: block;
  object-fit: contain;
  background: #080a13;
}

.player-cover {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: white;
  background: #080a13;
}

.player-cover img {
  object-fit: cover;
  opacity: 0.62;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.player-cover:hover img {
  transform: scale(1.05);
  opacity: 0.74;
}

.play-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 20px 50px rgba(236, 72, 153, 0.38);
  font-size: 30px;
  line-height: 1;
}

.movie-player.is-playing .player-cover {
  display: none;
}

.detail-card,
.text-card {
  padding: 26px;
}

.detail-meta-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--pink);
  font-weight: 900;
}

.detail-category {
  padding: 7px 12px;
  color: white;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.detail-card h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
}

.lead-text {
  margin: 0 0 18px;
  color: #475467;
  font-size: 19px;
}

.info-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 18px;
}

.info-line span {
  padding: 7px 12px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #475467;
  font-weight: 800;
  font-size: 13px;
}

.text-card h2,
.side-card h2 {
  margin-top: 0;
}

.text-card p {
  margin: 0;
  color: #475467;
  font-size: 17px;
  white-space: pre-line;
}

.detail-side {
  min-width: 0;
}

.sticky-card {
  position: sticky;
  top: 96px;
}

.side-card {
  padding: 20px;
}

.side-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff1f8, #eef4ff);
}

.side-card h2 {
  margin: 16px 0 8px;
}

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

.side-card a {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  color: white;
  font-weight: 900;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}

.related-section {
  padding-bottom: 0;
}

.site-footer {
  background: #f9fafb;
  border-top: 1px solid #eef2f7;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(150px, 1fr));
  gap: 34px;
}

.footer-about p {
  max-width: 420px;
  color: var(--muted);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-col h2 {
  margin: 0 0 8px;
  font-size: 17px;
}

.footer-col a {
  color: #667085;
}

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

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(16px, -18px, 0) scale(1.08);
  }
}

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

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

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

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

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

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

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

  .main-visual {
    min-height: auto;
  }

  .visual-inner {
    padding: 56px 0;
  }

  .visual-stage {
    min-height: 780px;
  }

  .visual-slide {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .visual-poster,
  .visual-poster img {
    min-height: 360px;
    height: 360px;
  }

  .rank-layout,
  .detail-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .side-list,
  .sticky-card {
    position: static;
  }

  .category-panel-grid {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .rank-row em,
  .rank-row b {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .header-inner {
    height: 64px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .visual-stage {
    min-height: 740px;
  }

  .visual-copy h1 {
    letter-spacing: -0.04em;
  }

  .four-grid,
  .six-grid,
  .category-grid,
  .filter-card {
    grid-template-columns: 1fr;
  }

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

  .section {
    padding: 48px 0;
  }

  .poster-wrap {
    height: 300px;
  }

  .filter-mini {
    align-items: flex-start;
    flex-direction: column;
  }

  .detail-main {
    padding-top: 20px;
  }

  .detail-card,
  .text-card,
  .side-card {
    padding: 20px;
  }

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