:root {
  --bg: #07111f;
  --bg-soft: #0d1c2f;
  --bg-card: rgba(14, 27, 46, 0.86);
  --text: #f8fafc;
  --muted: #a8b3c7;
  --line: rgba(255, 255, 255, 0.12);
  --primary: #e11d48;
  --primary-dark: #be123c;
  --accent: #38bdf8;
  --gold: #fbbf24;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(225, 29, 72, 0.20), transparent 34rem),
    radial-gradient(circle at 80% 10%, rgba(56, 189, 248, 0.16), transparent 32rem),
    linear-gradient(180deg, #08111f 0%, #07111f 46%, #050914 100%);
  color: var(--text);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96), rgba(136, 19, 55, 0.92), rgba(15, 23, 42, 0.96));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), #f97316);
  box-shadow: 0 12px 28px rgba(225, 29, 72, 0.35);
  font-size: 16px;
}

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

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

.nav-link {
  padding: 9px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  transition: all 0.22s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  padding: 0 22px 16px;
  border-top: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-stage,
.hero-slide {
  position: absolute;
  inset: 0;
}

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

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

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.03);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.94) 0%, rgba(3, 7, 18, 0.70) 44%, rgba(3, 7, 18, 0.20) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, 1) 0%, rgba(7, 17, 31, 0.28) 46%, rgba(7, 17, 31, 0.70) 100%);
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(780px, calc(100% - 48px));
  margin-left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  padding-top: 116px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1 {
  margin: 14px 0 4px;
  max-width: 880px;
  font-size: clamp(34px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.hero h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 4vw, 48px);
  line-height: 1.12;
}

.hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

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

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

.hero-tags span,
.tag-row span,
.genre-row span {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.primary-btn,
.ghost-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.primary-btn {
  background: linear-gradient(135deg, var(--primary), #fb7185);
  box-shadow: 0 18px 40px rgba(225, 29, 72, 0.32);
}

.ghost-btn {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.primary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-2px);
}

.hero-panel {
  position: absolute;
  left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  right: max(28px, calc((100vw - 1440px) / 2 + 28px));
  bottom: 132px;
  z-index: 4;
  display: grid;
  grid-template-columns: 320px 1fr auto;
  align-items: center;
  gap: 18px;
}

.hero-search-box {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.hero-search-box span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.search-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  outline: none;
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
}

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

.hero-category-links {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.hero-category-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  white-space: nowrap;
}

.hero-dots {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

.hero-dot.active {
  width: 30px;
  background: #fff;
}

.hero-previews {
  position: absolute;
  left: max(28px, calc((100vw - 1440px) / 2 + 28px));
  right: max(28px, calc((100vw - 1440px) / 2 + 28px));
  bottom: 26px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.hero-preview {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 10px;
  background: rgba(15, 23, 42, 0.62);
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.hero-preview.active {
  border-color: rgba(251, 191, 36, 0.76);
  background: rgba(225, 29, 72, 0.34);
}

.hero-preview img {
  width: 72px;
  height: 56px;
  border-radius: 13px;
  object-fit: cover;
}

.hero-preview span {
  min-width: 0;
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main,
.page-main,
.detail-main {
  position: relative;
  z-index: 1;
}

.section-wrap {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0;
}

.narrow-wrap {
  width: min(1000px, calc(100% - 48px));
}

.intro-section {
  padding-bottom: 24px;
}

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

.section-head.centered {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.section-head.simple {
  align-items: center;
}

.section-head h2,
.page-hero h1,
.detail-info h1,
.detail-content h2 {
  margin: 8px 0 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.section-head h2 {
  font-size: clamp(26px, 3vw, 42px);
}

.section-head p,
.page-hero p {
  margin: 14px 0 0;
  color: var(--muted);
}

.section-more,
.text-link {
  color: #fecdd3;
  font-weight: 800;
}

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

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

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

.movie-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--bg-card);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(251, 191, 36, 0.42);
  box-shadow: var(--shadow);
}

.poster-link {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

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

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

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.82) 100%);
}

.poster-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 29, 72, 0.92);
  box-shadow: 0 12px 28px rgba(225, 29, 72, 0.36);
}

.rank-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  min-width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #fbbf24, #fb7185);
  color: #111827;
  font-weight: 900;
}

.card-body {
  padding: 16px;
}

.card-meta,
.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
}

.card-meta a {
  color: #fecdd3;
  font-weight: 800;
}

.movie-card h3 {
  margin: 9px 0 8px;
  font-size: 18px;
  line-height: 1.25;
}

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

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

.compact-card .card-body {
  padding: 14px;
}

.category-section {
  padding-top: 30px;
}

.category-grid,
.category-large-grid {
  display: grid;
  gap: 22px;
}

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

.category-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: var(--bg-card);
  border: 1px solid var(--line);
}

.category-tile img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transition: transform 0.32s ease;
}

.category-tile:hover img {
  transform: scale(1.06);
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.08), rgba(7, 17, 31, 0.92));
}

.category-tile span,
.category-tile small {
  position: relative;
  z-index: 2;
}

.category-tile span {
  font-size: 22px;
  font-weight: 900;
}

.category-tile small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
}

.rank-panel,
.latest-panel,
.category-card-large,
.detail-content,
.player-section {
  border-radius: var(--radius);
  background: rgba(14, 27, 46, 0.72);
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.rank-panel,
.latest-panel,
.player-section {
  padding: 26px;
}

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

.rank-line {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rank-line:hover {
  background: rgba(225, 29, 72, 0.18);
}

.rank-num {
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
}

.rank-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 800;
}

.rank-meta {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.page-main {
  padding-top: 26px;
}

.page-hero {
  width: min(1440px, calc(100% - 48px));
  margin: 28px auto 0;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(225, 29, 72, 0.30), rgba(56, 189, 248, 0.12)),
    rgba(14, 27, 46, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 62px);
}

.channel-search {
  width: min(420px, 100%);
}

.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.80);
  cursor: pointer;
}

.filter-chip.active,
.filter-chip:hover {
  background: rgba(225, 29, 72, 0.78);
  color: #fff;
}

.empty-state {
  display: none;
  margin-top: 24px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  text-align: center;
}

.empty-state.show {
  display: block;
}

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

.category-card-large {
  overflow: hidden;
  display: grid;
  grid-template-columns: 250px 1fr;
}

.category-cover {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 250px;
  overflow: hidden;
}

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

.category-large-body {
  padding: 30px;
}

.category-large-body h2 {
  margin: 8px 0 12px;
  font-size: 30px;
}

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

.breadcrumb {
  width: min(1440px, calc(100% - 48px));
  margin: 28px auto 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: #fecdd3;
}

.detail-hero {
  position: relative;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: end;
  padding: 48px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: rgba(14, 27, 46, 0.72);
  box-shadow: var(--shadow);
}

.detail-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.detail-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px) brightness(0.55) saturate(1.08);
  transform: scale(1.10);
}

.detail-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.66)),
    linear-gradient(0deg, rgba(7, 17, 31, 0.92), rgba(7, 17, 31, 0.18));
}

.detail-poster,
.detail-info {
  position: relative;
  z-index: 2;
}

.detail-poster img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.detail-info h1 {
  font-size: clamp(36px, 5vw, 68px);
}

.detail-line {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.detail-meta {
  margin: 18px 0;
}

.detail-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.detail-tags,
.genre-row {
  margin-bottom: 16px;
}

.player-section {
  width: min(1200px, calc(100% - 48px));
  margin: 46px auto 0;
}

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  aspect-ratio: 16 / 9;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.movie-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: contain;
}

.player-start {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: radial-gradient(circle, rgba(225, 29, 72, 0.24), rgba(0, 0, 0, 0.32));
  color: #fff;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.player-start span {
  width: 92px;
  height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #fb7185);
  box-shadow: 0 18px 50px rgba(225, 29, 72, 0.40);
  font-size: 34px;
}

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

.detail-content {
  padding: 34px;
}

.detail-content h2 {
  font-size: 28px;
}

.detail-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.site-footer {
  margin-top: 60px;
  border-top: 1px solid var(--line);
  background: rgba(3, 7, 18, 0.65);
}

.footer-inner {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

.footer-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.footer-inner p {
  margin: 0;
  max-width: 650px;
}

.footer-links {
  display: flex;
  gap: 14px;
}

.footer-links a {
  color: #fecdd3;
}

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

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

  .split-section,
  .category-card-large,
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-poster {
    width: min(320px, 100%);
  }

  .hero-panel {
    grid-template-columns: 1fr;
    bottom: 154px;
  }

  .hero-previews {
    grid-template-columns: repeat(5, 180px);
    overflow-x: auto;
  }
}

@media (max-width: 820px) {
  .header-inner {
    padding: 14px 18px;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

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

  .mobile-nav .nav-link {
    display: block;
    border-radius: 14px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding-top: 74px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-panel {
    left: 18px;
    right: 18px;
    bottom: 160px;
  }

  .hero-previews {
    left: 18px;
    right: 18px;
    bottom: 22px;
    grid-template-columns: repeat(5, 150px);
  }

  .section-wrap,
  .page-hero,
  .detail-hero,
  .breadcrumb,
  .player-section,
  .footer-inner {
    width: calc(100% - 32px);
  }

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

  .page-hero {
    display: block;
    padding: 30px;
  }

  .channel-search {
    margin-top: 22px;
  }

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

  .split-section {
    gap: 18px;
  }

  .rank-panel,
  .latest-panel,
  .player-section,
  .detail-content {
    padding: 20px;
  }

  .detail-hero {
    padding: 24px;
    min-height: auto;
  }

  .footer-inner {
    display: grid;
  }
}

@media (max-width: 520px) {
  .brand-text {
    font-size: 16px;
  }

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

  .hero h1 {
    font-size: 34px;
  }

  .hero h2 {
    font-size: 26px;
  }

  .hero-actions {
    align-items: stretch;
  }

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

  .movie-grid,
  .slim-grid,
  .category-movie-grid,
  .category-grid,
  .category-large-grid {
    grid-template-columns: 1fr;
  }

  .rank-line {
    grid-template-columns: 38px 1fr;
  }

  .rank-meta {
    grid-column: 2;
  }

  .category-card-large {
    display: block;
  }

  .category-cover {
    min-height: 190px;
  }

  .player-start span {
    width: 74px;
    height: 74px;
    font-size: 28px;
  }
}
