:root {
  color-scheme: light;
  --bg: #f8fafc;
  --panel: #ffffff;
  --ink: #111827;
  --muted: #6b7280;
  --soft: #f3f4f6;
  --line: #e5e7eb;
  --pink: #db2777;
  --pink-light: #f472b6;
  --blue: #2563eb;
  --purple: #7c3aed;
  --orange: #ea580c;
  --green: #16a34a;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  --radius: 22px;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(244, 114, 182, 0.16), transparent 34rem),
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.12), transparent 32rem),
    var(--bg);
  color: var(--ink);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(229, 231, 235, 0.78);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(20px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 12px 26px rgba(219, 39, 119, 0.26);
}

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

.brand-text strong {
  font-size: 18px;
  letter-spacing: 0.02em;
}

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

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

.nav-link,
.mobile-link {
  border-radius: 999px;
  padding: 10px 16px;
  color: #374151;
  font-weight: 700;
  text-decoration: none;
  transition: 0.22s ease;
}

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

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #fdf2f8;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--pink);
}

.mobile-nav {
  display: none;
  padding: 0 16px 16px;
}

.mobile-nav.is-open {
  display: grid;
  gap: 8px;
}

.hero-section {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #020617;
}

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

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

.hero-bg,
.detail-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.hero-shade,
.detail-bg-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(2, 6, 23, 0.78) 42%, rgba(2, 6, 23, 0.34) 100%),
    radial-gradient(circle at 20% 30%, rgba(219, 39, 119, 0.28), transparent 28rem),
    radial-gradient(circle at 78% 30%, rgba(37, 99, 235, 0.24), transparent 24rem);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 380px);
  align-items: center;
  gap: 56px;
  min-height: 620px;
  padding: 84px 0;
}

.hero-copy {
  color: white;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  color: #f9a8d4;
  background: rgba(219, 39, 119, 0.14);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.hero-copy h2 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.hero-movie-title {
  display: block;
  margin-top: 20px;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.12;
}

.hero-copy p {
  max-width: 680px;
  margin-top: 20px;
  color: #e5e7eb;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
}

.hero-tags,
.detail-meta,
.card-tags,
.mini-meta,
.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.hero-tags span,
.detail-meta span,
.detail-tags a,
.card-tags span,
.card-tags a,
.mini-meta span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 7px 12px;
  color: #f3f4f6;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  text-decoration: none;
}

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

.primary-button,
.ghost-button,
.soft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.22s ease;
}

.primary-button {
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 16px 32px rgba(219, 39, 119, 0.22);
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(37, 99, 235, 0.24);
}

.ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.ghost-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.soft-button {
  border: 1px solid var(--line);
  color: var(--pink);
  background: #fdf2f8;
}

.hero-poster {
  position: relative;
  display: block;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.52), rgba(37, 99, 235, 0.42));
}

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

.hero-dot {
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.hero-dot.is-active {
  background: linear-gradient(135deg, var(--pink), var(--blue));
}

.content-section {
  padding: 64px 0;
}

.content-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(243, 244, 246, 0.82));
}

.section-heading {
  margin-bottom: 28px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-heading h2 {
  margin-top: 12px;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.text-link {
  color: var(--pink);
  font-weight: 900;
  text-decoration: none;
}

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

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.movie-card:hover {
  border-color: rgba(219, 39, 119, 0.42);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #111827;
}

.poster-link img,
.horizontal-cover img,
.detail-cover img,
.hero-poster img {
  transition: transform 0.38s ease;
}

.movie-card:hover .poster-link img,
.horizontal-card:hover .horizontal-cover img,
.detail-cover:hover img,
.hero-poster:hover img {
  transform: scale(1.06);
}

.poster-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(2, 6, 23, 0.82));
}

.poster-meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: white;
  font-size: 12px;
  font-weight: 800;
}

.poster-meta span {
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(2, 6, 23, 0.58);
  backdrop-filter: blur(10px);
}

.rank-badge {
  background: linear-gradient(135deg, var(--orange), var(--pink)) !important;
}

.card-body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.card-body h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.card-body h3 a,
.horizontal-body h3 a {
  color: inherit;
  text-decoration: none;
}

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

.card-tags span,
.card-tags a,
.mini-meta span {
  border-color: var(--line);
  color: var(--muted);
  background: #f9fafb;
}

.card-tags a:hover {
  color: var(--pink);
  background: #fdf2f8;
}

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

.large-rank-grid {
  margin-bottom: 48px;
}

.horizontal-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: var(--radius);
  padding: 14px;
  background: white;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: 0.22s ease;
}

.horizontal-card:hover {
  border-color: rgba(219, 39, 119, 0.38);
  transform: translateY(-3px);
}

.horizontal-cover {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 16px;
  background: #111827;
}

.horizontal-body {
  min-width: 0;
}

.horizontal-rank {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.horizontal-rank strong {
  color: var(--pink);
  font-size: 22px;
}

.horizontal-body h3 {
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.horizontal-body p {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mini-meta {
  margin-top: 12px;
}

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

.category-tile,
.category-overview-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 22px;
  color: white;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.category-tile {
  min-height: 164px;
  display: grid;
  align-content: space-between;
}

.category-tile span,
.category-overview-card h2 {
  font-size: 22px;
  font-weight: 900;
}

.category-tile strong {
  font-size: 34px;
  line-height: 1;
}

.category-tile em {
  opacity: 0.82;
  font-size: 13px;
  font-style: normal;
}

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

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

.category-overview-card h2 a,
.category-more,
.category-preview-links a {
  color: white;
  text-decoration: none;
}

.category-overview-card p {
  margin: 10px 0 14px;
  color: rgba(255, 255, 255, 0.86);
}

.category-overview-card strong {
  font-size: 26px;
}

.category-preview-links {
  display: grid;
  gap: 8px;
  align-content: start;
}

.category-preview-links a {
  overflow: hidden;
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.14);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-more {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-weight: 900;
}

.from-rose-to-blue { background: linear-gradient(135deg, #e11d48, #2563eb); }
.from-pink-to-purple { background: linear-gradient(135deg, #db2777, #7c3aed); }
.from-blue-to-cyan { background: linear-gradient(135deg, #2563eb, #06b6d4); }
.from-indigo-to-blue { background: linear-gradient(135deg, #4f46e5, #2563eb); }
.from-violet-to-fuchsia { background: linear-gradient(135deg, #7c3aed, #c026d3); }
.from-rose-to-orange { background: linear-gradient(135deg, #e11d48, #f97316); }
.from-orange-to-red { background: linear-gradient(135deg, #f97316, #dc2626); }
.from-yellow-to-pink { background: linear-gradient(135deg, #eab308, #db2777); }
.from-cyan-to-purple { background: linear-gradient(135deg, #0891b2, #7c3aed); }
.from-green-to-blue { background: linear-gradient(135deg, #16a34a, #2563eb); }

.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #111827, #312e81 48%, #831843);
  color: white;
}

.page-hero-inner {
  padding: 84px 0 74px;
}

.page-hero h1 {
  max-width: 820px;
  margin-top: 16px;
  font-size: clamp(34px, 6vw, 60px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.page-hero p {
  max-width: 760px;
  margin-top: 16px;
  color: #e5e7eb;
  font-size: 18px;
  line-height: 1.8;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 180px 180px auto;
  gap: 14px;
  margin-bottom: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
  background: white;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.filter-panel label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.filter-panel input,
.filter-panel select {
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 14px;
  color: var(--ink);
  background: #f9fafb;
  outline: none;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--pink-light);
  box-shadow: 0 0 0 4px rgba(244, 114, 182, 0.14);
}

.filter-empty {
  margin-bottom: 22px;
  border: 1px solid #fecdd3;
  border-radius: 16px;
  padding: 14px 16px;
  color: #be123c;
  background: #fff1f2;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  background: #020617;
  color: white;
}

.detail-bg {
  filter: blur(4px) saturate(1.06);
  transform: scale(1.03);
}

.detail-bg-shade {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.97), rgba(2, 6, 23, 0.75), rgba(2, 6, 23, 0.38)),
    radial-gradient(circle at 30% 35%, rgba(219, 39, 119, 0.28), transparent 26rem);
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  padding: 34px 0 70px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  color: #d1d5db;
  font-size: 14px;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
}

.detail-head-grid {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 42px;
  align-items: end;
}

.detail-cover {
  display: block;
  height: 380px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.detail-copy h1 {
  max-width: 850px;
  margin-top: 16px;
  font-size: clamp(36px, 6vw, 62px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.detail-copy p {
  max-width: 840px;
  margin-top: 18px;
  color: #e5e7eb;
  font-size: 18px;
  line-height: 1.8;
}

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

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  padding: 56px 0 0;
}

.detail-main {
  display: grid;
  gap: 24px;
}

.player-card,
.article-card,
.sidebar-card {
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 26px;
  background: white;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

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

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

.movie-video {
  width: 100%;
  height: 100%;
  background: #020617;
}

.player-poster {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background: #020617;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.player-poster img {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  filter: brightness(0.58) saturate(1.05);
}

.player-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(219, 39, 119, 0.2), rgba(2, 6, 23, 0.72));
}

.player-poster strong,
.play-ring {
  position: relative;
  z-index: 2;
}

.player-poster strong {
  margin-top: 110px;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.play-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--blue));
  box-shadow: 0 18px 50px rgba(219, 39, 119, 0.36);
  transform: translate(-50%, -50%);
}

.play-ring span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid white;
}

.movie-player.is-playing .player-poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.movie-player.is-error .player-poster strong {
  color: #fecdd3;
}

.article-card,
.sidebar-card {
  padding: 24px;
}

.article-card h2,
.sidebar-card h2 {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 900;
}

.article-card p {
  color: #374151;
  font-size: 16px;
  line-height: 1.9;
}

.detail-tags a {
  border-color: var(--line);
  color: var(--pink);
  background: #fdf2f8;
}

.detail-sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
}

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

.sidebar-list .horizontal-card {
  grid-template-columns: 118px minmax(0, 1fr);
  padding: 10px;
  box-shadow: none;
}

.sidebar-list .horizontal-body p,
.sidebar-list .mini-meta {
  display: none;
}

.site-footer {
  margin-top: 72px;
  background: #020617;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 46px;
  padding: 54px 0;
}

.footer-about p {
  max-width: 440px;
  margin-top: 16px;
  color: #cbd5e1;
  line-height: 1.8;
}

.footer-grid h2 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 900;
}

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

.footer-links.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f9a8d4;
}

.compact.movie-card .card-body h3 {
  font-size: 16px;
}

.compact.movie-card .card-line {
  min-height: auto;
  -webkit-line-clamp: 1;
}

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

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

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

  .detail-sidebar {
    position: static;
  }
}

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

  .menu-toggle {
    display: block;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 0 90px;
  }

  .hero-poster {
    height: 380px;
  }

  .rank-grid,
  .category-overview-grid,
  .footer-grid,
  .detail-head-grid {
    grid-template-columns: 1fr;
  }

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

  .detail-cover {
    width: 240px;
    height: 330px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .hero-section,
  .hero-inner {
    min-height: 590px;
  }

  .hero-copy h1,
  .hero-copy h2,
  .detail-copy h1 {
    letter-spacing: -0.035em;
  }

  .hero-poster {
    display: none;
  }

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

  .horizontal-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .horizontal-body p,
  .mini-meta {
    display: none;
  }

  .card-body {
    padding: 12px;
  }

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

  .card-line,
  .card-tags {
    display: none;
  }

  .content-section {
    padding: 42px 0;
  }

  .split-heading {
    align-items: start;
    flex-direction: column;
  }

  .detail-hero-inner {
    padding-bottom: 46px;
  }

  .detail-cover {
    width: 190px;
    height: 260px;
  }

  .player-poster strong {
    margin-top: 92px;
  }

  .play-ring {
    width: 72px;
    height: 72px;
  }
}
