* {
  box-sizing: border-box;
}

:root {
  color-scheme: dark;
  --page: #020617;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: #0f172a;
  --panel-soft: rgba(30, 41, 59, 0.72);
  --line: rgba(148, 163, 184, 0.18);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --subtle: #94a3b8;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --danger: #f97316;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 158, 11, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 12%, rgba(59, 130, 246, 0.12), transparent 28rem),
    linear-gradient(180deg, #020617 0%, #0f172a 50%, #020617 100%);
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.92);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1220px, calc(100% - 32px));
  height: 68px;
  margin: 0 auto;
  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 {
  min-width: max-content;
  font-size: 21px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.35);
}

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

.desktop-nav a,
.mobile-nav a,
.footer-inner nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.mobile-nav a:hover,
.footer-inner nav a:hover {
  color: #ffffff;
}

.header-search {
  position: relative;
  width: 270px;
}

.header-search input,
.mobile-nav input,
.search-page-form input,
.filter-panel input,
.filter-panel select {
  width: 100%;
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: #ffffff;
  background: rgba(15, 23, 42, 0.92);
  border-radius: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search input {
  padding: 11px 44px 11px 16px;
}

.header-search input:focus,
.mobile-nav input:focus,
.search-page-form input:focus,
.filter-panel input:focus,
.filter-panel select:focus {
  border-color: rgba(245, 158, 11, 0.68);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.header-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  color: #ffffff;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

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

.mobile-nav a {
  padding: 8px 0;
}

.mobile-nav form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.mobile-nav input {
  padding: 11px 14px;
}

.mobile-nav button,
.search-page-form button {
  border: 0;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  border-radius: 14px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
}

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

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

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

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

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-mask {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(0deg, rgba(2, 6, 23, 0.78) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1220px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: min(1220px, calc(100% - 32px));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  color: #ffffff;
  background: rgba(245, 158, 11, 0.92);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-content h1,
.hero-content h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.hero-content p {
  max-width: 680px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
}

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

.hero-meta {
  margin-bottom: 32px;
}

.hero-meta span,
.detail-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  color: #e2e8f0;
  background: rgba(15, 23, 42, 0.68);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
}

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

.primary-button,
.ghost-button,
.quick-link,
.section-heading > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.primary-button {
  padding: 0 26px;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  box-shadow: 0 18px 45px rgba(245, 158, 11, 0.28);
}

.ghost-button {
  padding: 0 22px;
  color: #ffffff;
  background: rgba(15, 23, 42, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.primary-button:hover,
.ghost-button:hover,
.quick-link:hover,
.section-heading > a:hover {
  transform: translateY(-2px);
}

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

.hero-dot {
  width: 42px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-dot.is-active {
  background: var(--amber);
}

.quick-entry,
.content-section,
.page-hero,
.detail-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.quick-entry {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  gap: 14px;
  align-items: stretch;
  margin-top: -48px;
  position: relative;
  z-index: 6;
}

.quick-card,
.quick-link,
.movie-card,
.category-tile,
.rank-list,
.side-panel,
.detail-title-card,
.detail-block,
.aside-card,
.filter-panel,
.page-hero,
.player-shell {
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.quick-card {
  padding: 24px;
  border-radius: var(--radius);
}

.quick-card span,
.section-heading > span {
  color: var(--amber);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.quick-card strong {
  display: block;
  margin: 7px 0;
  font-size: 24px;
}

.quick-card p,
.section-heading p,
.page-hero p,
.card-body p,
.rank-text em,
.detail-title-card p,
.detail-block p,
.site-footer p,
.category-tile p {
  color: var(--subtle);
  line-height: 1.7;
}

.quick-link {
  min-width: 148px;
  padding: 0 18px;
  color: #ffffff;
  background: rgba(30, 41, 59, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

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

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 28px;
}

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

.section-heading p {
  margin: 0;
}

.section-heading > a {
  padding: 0 18px;
  color: #111827;
  background: #fbbf24;
}

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(245, 158, 11, 0.38);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.45);
}

.card-link {
  display: grid;
  height: 100%;
}

.card-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #020617;
}

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

.movie-card:hover .card-cover img,
.category-tile:hover img {
  transform: scale(1.08);
}

.card-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.66));
  opacity: 0.88;
}

.card-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%) scale(0.88);
  color: #111827;
  background: rgba(251, 191, 36, 0.94);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

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

.card-cover figcaption {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  padding: 5px 9px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.68);
  border-radius: 999px;
  font-size: 12px;
}

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

.card-body h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.movie-card:hover h3 {
  color: #fbbf24;
}

.card-body p {
  display: -webkit-box;
  min-height: 48px;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-meta {
  justify-content: space-between;
  color: var(--muted);
  font-size: 13px;
}

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

.tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  color: #fef3c7;
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 999px;
  font-size: 12px;
}

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

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

.category-tile {
  position: relative;
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: var(--radius);
}

.category-tile img,
.tile-shade {
  position: absolute;
  inset: 0;
}

.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.tile-shade {
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.92)),
    linear-gradient(45deg, rgba(245, 158, 11, 0.2), transparent);
  z-index: 1;
}

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

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

.category-tile p {
  margin: 8px 0 14px;
}

.category-tile small {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.category-tile small span {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.two-columns,
.layout-with-aside,
.detail-layout,
.rank-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.rank-list {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: var(--radius);
}

.rank-item {
  display: grid;
  grid-template-columns: 42px 92px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.58);
  transition: background 0.2s ease, transform 0.2s ease;
}

.rank-item:hover {
  transform: translateX(4px);
  background: rgba(30, 41, 59, 0.94);
}

.rank-index {
  color: var(--amber);
  font-size: 20px;
  font-weight: 900;
}

.rank-item img {
  width: 92px;
  height: 58px;
  object-fit: cover;
  border-radius: 12px;
}

.rank-text {
  min-width: 0;
}

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

.rank-text strong {
  color: #ffffff;
  font-size: 16px;
}

.rank-text em {
  margin-top: 4px;
  font-style: normal;
  font-size: 13px;
}

.rank-score {
  color: #fbbf24;
  font-weight: 900;
}

.page-hero {
  margin-top: 36px;
  padding: 52px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 0%, rgba(245, 158, 11, 0.22), transparent 28rem),
    rgba(15, 23, 42, 0.76);
}

.page-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
}

.page-hero p {
  max-width: 780px;
  margin: 0;
  font-size: 18px;
}

.category-hero .hero-actions,
.search-hero .search-page-form {
  margin-top: 24px;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, 150px);
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 18px;
}

.filter-panel input,
.filter-panel select {
  min-height: 44px;
  padding: 0 14px;
}

.side-panel {
  position: sticky;
  top: 92px;
  padding: 20px;
  border-radius: var(--radius);
}

.side-panel h2,
.aside-card h2 {
  margin: 0 0 16px;
}

.compact-rank {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.compact-rank .rank-item {
  grid-template-columns: 34px 70px 1fr;
}

.compact-rank .rank-score {
  display: none;
}

.empty-state {
  padding: 28px;
  color: var(--muted);
  text-align: center;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.search-page-form {
  display: grid;
  grid-template-columns: minmax(0, 540px) auto;
  gap: 12px;
}

.search-page-form input {
  min-height: 52px;
  padding: 0 18px;
}

.detail-hero {
  margin-top: 32px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 20px;
  color: var(--subtle);
}

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

.detail-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
}

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

.player-shell {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #000000;
}

.player-shell::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 9;
}

.movie-video,
.player-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.movie-video {
  z-index: 1;
  object-fit: contain;
  background: #000000;
}

.player-cover {
  z-index: 3;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s ease;
}

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

.player-cover img,
.player-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.player-cover img {
  object-fit: cover;
}

.player-shade {
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 158, 11, 0.16), transparent 18rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78));
}

.player-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  border-radius: 50%;
  box-shadow: 0 24px 70px rgba(245, 158, 11, 0.42);
}

.player-button span {
  transform: translateX(3px);
  font-size: 34px;
}

.detail-title-card,
.detail-block,
.aside-card {
  padding: 28px;
  border-radius: var(--radius);
}

.detail-title-card h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
}

.detail-title-card p {
  margin: 0 0 18px;
  font-size: 18px;
}

.large-tags {
  margin-top: 18px;
}

.detail-block h2 {
  margin: 0 0 14px;
  font-size: 26px;
}

.detail-block p {
  margin: 0;
  font-size: 17px;
}

.detail-aside {
  display: grid;
  gap: 20px;
}

.detail-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

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

.compact-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
}

.compact-card img {
  width: 86px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
}

.compact-card strong,
.compact-card em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-card strong {
  color: #ffffff;
}

.compact-card em {
  margin-top: 4px;
  color: var(--subtle);
  font-style: normal;
  font-size: 13px;
}

.big-rank .rank-item {
  grid-template-columns: 54px 120px 1fr auto;
}

.big-rank .rank-item img {
  width: 120px;
  height: 76px;
}

.site-footer {
  margin-top: 90px;
  padding: 46px 0 34px;
  background: rgba(15, 23, 42, 0.72);
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

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

.footer-inner nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.copyright {
  width: min(1220px, calc(100% - 32px));
  margin: 28px auto 0;
  color: var(--subtle);
  text-align: center;
}

@media (max-width: 1100px) {
  .header-search {
    display: none;
  }

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

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

  .two-columns,
  .layout-with-aside,
  .detail-layout,
  .rank-page-layout {
    grid-template-columns: 1fr;
  }

  .side-panel {
    position: static;
  }

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

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

  .menu-toggle {
    display: block;
  }

  .hero-slider {
    height: 560px;
  }

  .hero-mask {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.88)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), transparent);
  }

  .hero-content {
    justify-content: flex-end;
    padding-bottom: 88px;
  }

  .quick-entry {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .movie-grid,
  .small-grid,
  .listing-grid,
  .category-grid,
  .category-grid.wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 34px 24px;
  }

  .filter-panel,
  .search-page-form {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-inner nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: min(100% - 22px, 1220px);
  }

  .brand {
    font-size: 18px;
  }

  .hero-slider {
    height: 520px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 36px;
  }

  .hero-actions {
    width: 100%;
  }

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

  .movie-grid,
  .small-grid,
  .listing-grid,
  .category-grid,
  .category-grid.wide {
    grid-template-columns: 1fr;
  }

  .rank-item,
  .big-rank .rank-item {
    grid-template-columns: 36px 82px 1fr;
  }

  .rank-score {
    display: none;
  }

  .rank-item img,
  .big-rank .rank-item img {
    width: 82px;
    height: 54px;
  }

  .detail-title-card,
  .detail-block,
  .aside-card {
    padding: 22px;
  }

  .player-button {
    width: 70px;
    height: 70px;
  }
}
