:root {
  --bg: #fff7ed;
  --bg-soft: #fff1f2;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-solid: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: rgba(251, 146, 60, 0.22);
  --brand: #f97316;
  --brand-deep: #ea580c;
  --accent: #ec4899;
  --gold: #f59e0b;
  --shadow: 0 20px 60px rgba(249, 115, 22, 0.16);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(251, 146, 60, 0.20), transparent 32rem),
    radial-gradient(circle at 90% 10%, rgba(236, 72, 153, 0.16), transparent 30rem),
    linear-gradient(135deg, #fff7ed 0%, #fff1f2 52%, #fefce8 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  min-height: 100vh;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.90);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(249, 115, 22, 0.10);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 20px;
}

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.logo-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(135deg, #fb923c, #ec4899);
  box-shadow: 0 14px 28px rgba(236, 72, 153, 0.26);
  transition: transform 0.25s ease;
}

.site-logo:hover .logo-mark {
  transform: scale(1.08) rotate(-5deg);
}

.logo-text {
  display: grid;
  line-height: 1.1;
}

.logo-text strong {
  font-size: 24px;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #f97316, #ec4899, #f59e0b);
  background-clip: text;
  color: transparent;
}

.logo-text small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

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

.nav-link,
.mobile-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  color: #4b5563;
  font-weight: 700;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
  color: #fff;
  background: linear-gradient(135deg, #fb923c, #ec4899);
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: #fff7ed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-button span {
  width: 20px;
  height: 2px;
  background: var(--brand);
  border-radius: 999px;
}

.mobile-nav {
  display: none;
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  flex-wrap: wrap;
  gap: 8px;
}

.mobile-nav.open {
  display: flex;
}

.hero {
  position: relative;
  height: min(72vh, 760px);
  min-height: 540px;
  overflow: hidden;
  background: #111827;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease, transform 1.1s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.56) 44%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 24, 39, 0.82) 0%, rgba(17, 24, 39, 0.10) 54%, rgba(17, 24, 39, 0.28) 100%);
}

.hero-content {
  position: absolute;
  left: max(24px, calc((100vw - 1240px) / 2));
  top: 50%;
  width: min(650px, calc(100% - 48px));
  transform: translateY(-50%);
  color: #fff;
}

.hero-kicker,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fb923c;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kicker b {
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  max-width: 720px;
}

.hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.75;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 30px;
}

.hero-tags span,
.tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-actions,
.detail-info .primary-button {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.primary-button,
.ghost-button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ec4899);
  box-shadow: 0 20px 36px rgba(236, 72, 153, 0.28);
}

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

.ghost-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.text-link {
  color: var(--brand-deep);
  padding-inline: 0;
  min-height: auto;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: max(24px, calc((100vw - 1240px) / 2));
  bottom: 36px;
  display: flex;
  gap: 10px;
}

.hero-dot {
  width: 42px;
  height: 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transition: width 0.22s ease, background 0.22s ease;
}

.hero-dot.active {
  width: 72px;
  background: linear-gradient(90deg, #fb923c, #ec4899);
}

.section-wrap,
.page-hero,
.breadcrumb,
.detail-hero {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.section-wrap {
  margin-top: 58px;
}

.search-panel {
  margin-top: -42px;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.search-panel h2,
.section-heading h2,
.page-hero h1,
.detail-info h1,
.copy-card h2 {
  margin: 8px 0 0;
  letter-spacing: -0.04em;
}

.search-panel h2,
.section-heading h2 {
  font-size: clamp(24px, 3vw, 36px);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 8px 8px 8px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.search-box span {
  color: var(--brand);
  font-weight: 900;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

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

.compact-heading {
  align-items: center;
}

.section-heading a {
  color: var(--brand-deep);
  font-weight: 900;
}

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

.category-tile {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  color: #fff;
  background: #111827;
  box-shadow: var(--shadow);
}

.category-tile:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(17, 24, 39, 0.82), rgba(17, 24, 39, 0.08));
}

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

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

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

.category-icon {
  font-size: 32px;
  margin-bottom: auto;
}

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

.category-tile small {
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.5;
  margin-top: 8px;
}

.two-column,
.category-layout,
.ranking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 26px;
  align-items: start;
}

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

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

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

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

.movie-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(249, 115, 22, 0.10);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 72, 153, 0.32);
  box-shadow: 0 24px 54px rgba(236, 72, 153, 0.17);
}

.poster-frame {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4.15;
  overflow: hidden;
  background: linear-gradient(135deg, #fed7aa, #fbcfe8);
}

.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.movie-card:hover .poster-frame img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.year-badge,
.score-badge,
.rank-badge {
  position: absolute;
  z-index: 2;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(10px);
}

.year-badge {
  left: 12px;
  top: 12px;
}

.score-badge {
  right: 12px;
  top: 12px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.rank-badge {
  left: 12px;
  bottom: 12px;
  background: linear-gradient(135deg, #ec4899, #f97316);
}

.card-body {
  padding: 16px;
}

.movie-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 48px;
  color: #111827;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 900;
}

.movie-title:hover {
  color: var(--brand-deep);
}

.movie-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
  margin: 10px 0 14px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.movie-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #9a3412;
  font-size: 13px;
  font-weight: 800;
}

.movie-meta span,
.movie-meta a {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ranking-box,
.copy-card,
.category-overview-card,
.full-list {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: var(--shadow);
}

.ranking-box {
  padding: 22px;
}

.sticky-side {
  position: sticky;
  top: 100px;
}

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

.rank-row {
  display: grid;
  grid-template-columns: auto 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 247, 237, 0.75);
  transition: background 0.22s ease, transform 0.22s ease;
}

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

.list-rank {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, #f97316, #ec4899);
}

.rank-row img {
  width: 62px;
  height: 82px;
  object-fit: cover;
  border-radius: 14px;
}

.rank-info {
  min-width: 0;
  display: grid;
  gap: 5px;
}

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

.rank-info small,
.rank-row em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
}

.page-main,
.detail-main {
  padding-bottom: 70px;
}

.page-hero {
  margin-top: 34px;
  padding: 52px;
  border-radius: 36px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.94), rgba(236, 72, 153, 0.92)),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.22), transparent 20rem);
  box-shadow: var(--shadow);
}

.soft-hero,
.category-hero,
.rank-hero {
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(251, 146, 60, 0.20), transparent 22rem),
    rgba(255, 255, 255, 0.90);
  border: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
}

.page-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.page-search {
  width: min(100%, 540px);
  margin-top: 26px;
}

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

.category-overview-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  overflow: hidden;
}

.category-overview-cover {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #111827;
}

.category-overview-cover span {
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 16px;
  font-size: 34px;
}

.category-overview-cover div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  opacity: 0.78;
}

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

.category-overview-body {
  padding: 26px;
}

.category-overview-body h2 {
  margin: 0;
  font-size: 28px;
}

.category-overview-body p {
  margin: 12px 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--muted);
  font-weight: 800;
}

.breadcrumb a {
  color: var(--brand-deep);
}

.detail-hero {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 36px;
  margin-top: 22px;
  padding: 34px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.detail-poster {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
  background: linear-gradient(135deg, #fed7aa, #fbcfe8);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 3 / 4.2;
  object-fit: cover;
}

.detail-info h1 {
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.08;
}

.detail-one-line {
  margin: 18px 0 22px;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.8;
}

.detail-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.detail-meta-grid span {
  min-height: 74px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 900;
}

.detail-meta-grid b {
  color: var(--muted);
  font-size: 12px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 26px;
}

.tag-cloud span {
  color: #9a3412;
  background: #ffedd5;
  border-color: rgba(251, 146, 60, 0.30);
}

.detail-section {
  margin-top: 34px;
}

.player-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #000;
  box-shadow: 0 30px 80px rgba(17, 24, 39, 0.25);
}

.player-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.play-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  color: #fff;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.62));
}

.play-overlay.hidden,
.player-loading.hidden,
.player-error:empty {
  display: none;
}

.play-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  border-radius: 999px;
  color: #fff;
  font-size: 30px;
  background: linear-gradient(135deg, #f97316, #ec4899);
  box-shadow: 0 20px 48px rgba(236, 72, 153, 0.34);
}

.player-loading,
.player-error {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
  padding: 9px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(12px);
}

.player-error {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: min(90%, 560px);
  border-radius: 18px;
  text-align: center;
}

.player-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 18px;
  opacity: 0;
  transform: translateY(12px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.player-card:hover .player-toolbar,
.player-card.playing .player-toolbar {
  opacity: 1;
  transform: translateY(0);
}

.player-toolbar button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

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

.copy-card {
  padding: 28px;
}

.copy-card p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.9;
}

.info-table {
  grid-column: 1 / -1;
}

.info-table dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.info-table div {
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
  background: #fff7ed;
}

.info-table dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.info-table dd {
  margin: 8px 0 0;
  overflow-wrap: anywhere;
  color: #9a3412;
  font-weight: 900;
}

.site-footer {
  margin-top: 70px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

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

.footer-logo {
  color: var(--brand-deep);
  font-size: 20px;
}

.copyright {
  white-space: nowrap;
}

[data-card].hidden {
  display: none;
}

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

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

  .two-column,
  .category-layout,
  .ranking-layout {
    grid-template-columns: 1fr;
  }

  .sticky-side {
    position: static;
  }
}

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

  .menu-button {
    display: inline-flex;
  }

  .hero {
    min-height: 600px;
  }

  .hero-content {
    top: 52%;
  }

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

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

  .category-overview-card,
  .detail-hero,
  .detail-copy {
    grid-template-columns: 1fr;
  }

  .detail-meta-grid,
  .info-table dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

  .logo-text strong {
    font-size: 19px;
  }

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

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

  .hero-content,
  .hero-controls {
    left: 16px;
    width: calc(100% - 32px);
  }

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

  .section-wrap {
    margin-top: 38px;
  }

  .search-panel,
  .page-hero,
  .detail-hero,
  .copy-card,
  .ranking-box {
    padding: 20px;
    border-radius: 24px;
  }

  .category-grid,
  .all-grid,
  .small-grid,
  .category-overview-grid,
  .detail-meta-grid,
  .info-table dl {
    grid-template-columns: 1fr;
  }

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

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

  .rank-row em {
    display: none;
  }

  .player-toolbar {
    justify-content: center;
  }
}
