* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1f2937;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%, #eefcff 100%);
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #0891b2 0%, #2563eb 55%, #1d4ed8 100%);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.header-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}

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

.brand {
  color: #ffffff;
  flex: 0 0 auto;
}

.brand-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brand-name {
  font-size: 1.2rem;
}

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

.nav-link,
.mobile-link {
  color: rgba(255, 255, 255, 0.86);
  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: #ffffff;
}

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

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

.header-search input,
.mobile-search input,
.filter-bar input {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  outline: none;
}

.header-search input,
.mobile-search input {
  width: 260px;
  padding: 10px 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

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

.header-search button,
.mobile-search button,
.primary-btn,
.outline-btn,
.rank-action {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 750;
}

.header-search button,
.mobile-search button {
  padding: 10px 16px;
  color: #0369a1;
  background: #ffffff;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.4rem;
}

.mobile-panel {
  padding: 0 16px 18px;
}

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

.mobile-link:hover,
.mobile-link.is-active {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-search {
  margin-top: 10px;
}

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

.hero-carousel {
  position: relative;
  height: min(78vh, 720px);
  min-height: 560px;
  overflow: hidden;
  background: #0f172a;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  transition: opacity 0.75s ease, transform 1.2s ease;
  pointer-events: none;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(34, 211, 238, 0.28), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(2, 6, 23, 0.58) 44%, rgba(2, 6, 23, 0.2) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.72) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(760px, 100%);
  color: #ffffff;
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-kicker span,
.hero-kicker strong,
.hero-kicker em,
.score-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-style: normal;
}

.hero-kicker span {
  padding: 7px 14px;
  background: #06b6d4;
  font-weight: 800;
}

.hero-kicker strong {
  width: 44px;
  height: 34px;
  color: #0f172a;
  background: #facc15;
}

.hero-kicker em {
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.hero-copy p {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.1vw, 1.35rem);
  line-height: 1.75;
}

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

.hero-tags span,
.tag-row span {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.82rem;
}

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

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

.primary-btn,
.ghost-btn,
.outline-btn,
.rank-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.primary-btn,
.rank-action {
  color: #ffffff;
  background: #06b6d4;
  box-shadow: 0 16px 35px rgba(6, 182, 212, 0.32);
}

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

.ghost-btn {
  color: #ffffff;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(12px);
  font-size: 2rem;
  cursor: pointer;
}

.hero-prev {
  left: 24px;
}

.hero-next {
  right: 24px;
}

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

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

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

.main-stack {
  padding: 56px 0;
  display: grid;
  gap: 64px;
}

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

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

.section-title span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #f97316, #ef4444);
  box-shadow: 0 12px 26px rgba(239, 68, 68, 0.22);
}

.section-title h2,
.category-panel h2,
.content-card h2,
.side-card h2 {
  margin: 0;
  color: #1f2937;
}

.section-title h2,
.category-panel h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.more-link {
  color: #0891b2;
  font-weight: 800;
}

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

.movie-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(8, 145, 178, 0.16);
}

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

.poster-link img,
.rank-cover img,
.detail-poster img,
.mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster-link img,
.featured-card,
.hero-slide {
  will-change: transform;
}

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

.poster-link img {
  transition: transform 0.45s ease;
}

.score-badge {
  position: absolute;
  right: 12px;
  top: 12px;
  min-width: 44px;
  height: 32px;
  color: #111827;
  background: #facc15;
  font-weight: 900;
}

.card-body {
  padding: 18px;
}

.card-meta,
.card-foot,
.rank-meta,
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.card-meta {
  margin-bottom: 10px;
  color: #64748b;
  font-size: 0.84rem;
}

.movie-card h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.movie-card h2 a:hover,
.rank-info h2 a:hover,
.overview-category h2 a:hover {
  color: #0891b2;
}

.movie-card p {
  min-height: 46px;
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.65;
  font-size: 0.94rem;
}

.tag-row span {
  color: #0e7490;
  background: #ecfeff;
}

.card-foot {
  justify-content: space-between;
  margin-top: 16px;
  color: #64748b;
  font-size: 0.9rem;
}

.card-foot a {
  color: #0891b2;
  font-weight: 800;
}

.soft-panel {
  margin-inline: -24px;
  padding: 38px 24px;
  border-radius: 32px;
  background: linear-gradient(135deg, #f0fdfa, #ecfeff);
}

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

.featured-card {
  position: relative;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 30px;
  padding: 32px;
  color: #ffffff;
  background-image:
    linear-gradient(0deg, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.38) 55%, rgba(2, 6, 23, 0.18) 100%),
    var(--featured-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.2);
}

.featured-card:hover {
  transform: translateY(-5px);
}

.featured-card span {
  align-self: flex-start;
  padding: 7px 14px;
  border-radius: 999px;
  background: #06b6d4;
  font-weight: 800;
}

.featured-card h2 {
  margin: 18px 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.featured-card p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

.category-panel,
.library-panel {
  padding: 32px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.category-panel h2 {
  margin-bottom: 26px;
  text-align: center;
}

.category-grid,
.overview-grid {
  display: grid;
  gap: 18px;
}

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

.category-tile {
  display: grid;
  gap: 8px;
  min-height: 160px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #ecfeff, #dbeafe);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(14, 165, 233, 0.18);
}

.category-tile span {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 800;
}

.category-tile strong {
  color: #0891b2;
  font-size: 2.2rem;
}

.category-tile em {
  color: #64748b;
  font-style: normal;
  line-height: 1.55;
}

.list-stack {
  display: grid;
  gap: 18px;
}

.list-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
}

.list-card .poster-link {
  aspect-ratio: 16 / 10;
}

.sub-hero {
  padding: 70px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(34, 211, 238, 0.35), transparent 34%),
    linear-gradient(90deg, #0891b2, #2563eb 70%, #1d4ed8);
}

.sub-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  letter-spacing: -0.05em;
}

.sub-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1.75;
}

.crumb {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.crumb a:hover {
  color: #ffffff;
}

.pill-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pill-link {
  padding: 8px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

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

.overview-category {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.overview-category h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.overview-category p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.overview-minis,
.mini-stack {
  display: grid;
  gap: 10px;
}

.mini-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 16px;
  background: #f8fafc;
}

.mini-card img {
  width: 56px;
  height: 76px;
  border-radius: 12px;
}

.mini-card span {
  color: #334155;
  font-weight: 750;
  line-height: 1.35;
}

.outline-btn {
  min-height: 42px;
  color: #0891b2;
  border: 1px solid #a5f3fc;
  background: #ecfeff;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.filter-bar.elevated {
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.filter-bar input {
  flex: 1 1 260px;
  min-height: 46px;
  padding: 0 18px;
  color: #0f172a;
  border-color: #cbd5e1;
  background: #ffffff;
}

.filter-bar button {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  color: #0369a1;
  background: #ecfeff;
  cursor: pointer;
  font-weight: 750;
}

.filter-bar button.is-active {
  color: #ffffff;
  background: #0891b2;
}

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

.rank-item {
  display: grid;
  grid-template-columns: 76px 118px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px;
}

.rank-number {
  color: #06b6d4;
  font-size: 1.7rem;
  font-weight: 950;
}

.rank-cover {
  width: 118px;
  height: 158px;
  overflow: hidden;
  border-radius: 18px;
}

.rank-info h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.rank-info p {
  margin: 0 0 14px;
  color: #64748b;
  line-height: 1.7;
}

.rank-meta span,
.rank-meta strong,
.detail-meta span,
.detail-meta strong {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1f5f9;
}

.rank-meta strong,
.detail-meta strong {
  color: #111827;
  background: #facc15;
}

.detail-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  background-image: var(--detail-image);
  background-size: cover;
  background-position: center;
}

.detail-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(34, 211, 238, 0.3), transparent 34%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.9), rgba(2, 6, 23, 0.48)),
    linear-gradient(0deg, rgba(2, 6, 23, 0.96), rgba(2, 6, 23, 0.18));
}

.detail-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  padding: 72px 0 50px;
}

.detail-poster {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.42);
}

.detail-poster img {
  aspect-ratio: 2 / 3;
}

.detail-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.detail-copy p {
  max-width: 820px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
  line-height: 1.75;
}

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

.detail-main,
.detail-side {
  display: grid;
  gap: 24px;
  align-content: start;
}

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #020617;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.24);
}

.movie-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #020617;
}

.player-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(2, 6, 23, 0.56), rgba(2, 6, 23, 0.2));
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.player-start {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.92);
  box-shadow: 0 18px 42px rgba(6, 182, 212, 0.35);
  font-size: 2.4rem;
  padding-left: 6px;
}

.content-card,
.side-card {
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.08);
}

.content-card h2,
.side-card h2 {
  margin-bottom: 14px;
  font-size: 1.45rem;
}

.content-card p {
  margin: 0;
  color: #475569;
  line-height: 1.95;
  font-size: 1.02rem;
}

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

.side-card dl {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px 12px;
  margin: 0;
}

.side-card dt {
  color: #64748b;
}

.side-card dd {
  margin: 0;
  color: #0f172a;
  font-weight: 700;
}

.site-footer {
  color: #cbd5e1;
  background: #111827;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 30px;
  padding: 48px 0;
}

.footer-brand {
  color: #ffffff;
  margin-bottom: 14px;
  font-size: 1.2rem;
}

.site-footer p {
  margin: 0;
  color: #94a3b8;
  line-height: 1.7;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #22d3ee;
  font-size: 1.05rem;
}

.site-footer a {
  display: block;
  margin: 9px 0;
  color: #94a3b8;
}

.site-footer a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding: 18px 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  color: #94a3b8;
  text-align: center;
}

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

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

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

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

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

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

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero-carousel {
    min-height: 620px;
  }

  .hero-arrow {
    display: none;
  }

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

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

  .list-card,
  .detail-hero-inner,
  .rank-item {
    grid-template-columns: 1fr;
  }

  .list-card .poster-link {
    aspect-ratio: 2 / 3;
  }

  .detail-poster {
    width: min(240px, 70vw);
  }

  .rank-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .rank-action {
    justify-self: start;
  }
}

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

  .brand-name {
    font-size: 1.05rem;
  }

  .hero-carousel {
    min-height: 580px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .main-stack {
    padding: 36px 0;
    gap: 42px;
  }

  .movie-grid,
  .featured-grid,
  .category-grid,
  .overview-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .soft-panel,
  .category-panel,
  .library-panel,
  .content-card,
  .side-card {
    padding: 20px;
    border-radius: 24px;
  }

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

  .featured-card {
    min-height: 320px;
    padding: 24px;
  }

  .sub-hero {
    padding: 52px 0;
  }

  .detail-hero {
    min-height: 620px;
  }

  .player-start {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
}
