:root {
    --bg: #fff7ed;
    --bg-soft: #fff1f2;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --text: #111827;
    --muted: #6b7280;
    --muted-strong: #374151;
    --line: rgba(244, 63, 94, 0.14);
    --rose: #e11d48;
    --pink: #db2777;
    --orange: #f97316;
    --amber: #f59e0b;
    --purple: #7c3aed;
    --shadow: 0 22px 60px rgba(127, 29, 29, 0.12);
    --shadow-soft: 0 14px 34px rgba(127, 29, 29, 0.10);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(251, 146, 60, 0.24), transparent 34rem),
        radial-gradient(circle at top right, rgba(244, 114, 182, 0.22), transparent 30rem),
        linear-gradient(135deg, #fff7ed 0%, #fff1f2 46%, #fdf2f8 100%);
    min-height: 100vh;
}

body.no-scroll {
    overflow: hidden;
}

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

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

button,
input {
    font: inherit;
}

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

.page-stack {
    display: grid;
    gap: 54px;
}

.page-top {
    padding-top: 112px;
    padding-bottom: 72px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(127, 29, 29, 0.08);
}

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

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

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--rose), var(--orange));
    box-shadow: 0 14px 26px rgba(225, 29, 72, 0.28);
}

.brand-text {
    font-size: 22px;
    background: linear-gradient(135deg, var(--rose), var(--orange));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

.nav-link,
.mobile-nav-link {
    color: var(--muted-strong);
    font-weight: 700;
    padding: 10px 14px;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.mobile-nav-link:hover,
.nav-link.active,
.mobile-nav-link.active {
    color: var(--rose);
    background: rgba(225, 29, 72, 0.08);
}

.nav-link:hover {
    transform: translateY(-1px);
}

.mobile-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: rgba(225, 29, 72, 0.08);
}

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

.mobile-nav {
    display: none;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto 14px;
    padding: 8px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--shadow-soft);
}

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

.hero-section {
    min-height: 720px;
    padding: 112px min(5vw, 72px) 48px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: stretch;
}

.hero-slider {
    position: relative;
    min-height: 600px;
    border-radius: 36px;
    overflow: hidden;
    background: linear-gradient(135deg, #111827, #7f1d1d);
    box-shadow: var(--shadow);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.55s ease;
}

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

.hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.45), transparent 28rem),
        radial-gradient(circle at 80% 40%, rgba(219, 39, 119, 0.36), transparent 32rem),
        linear-gradient(135deg, #1f2937, #7f1d1d);
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    filter: blur(2px) saturate(1.2);
    transform: scale(1.05);
}

.hero-bg img.is-missing,
.movie-cover.is-missing {
    opacity: 0;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 24, 39, 0.96), rgba(17, 24, 39, 0.66) 45%, rgba(17, 24, 39, 0.18)),
        linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.62));
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 34px;
    align-items: center;
    padding: 56px;
    color: #ffffff;
}

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

.hero-kicker {
    color: #fed7aa;
}

.hero-copy h1 {
    max-width: 680px;
    margin: 18px 0 18px;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.96;
    letter-spacing: -0.07em;
}

.hero-one-line {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.8;
}

.hero-meta,
.movie-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}

.hero-meta span,
.movie-card-meta span,
.detail-meta-grid span,
.tag-row span {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.hero-meta span {
    padding: 8px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

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

.tag-row span {
    padding: 6px 10px;
    color: var(--rose);
    background: rgba(225, 29, 72, 0.08);
}

.hero-tags span {
    color: #ffe4e6;
    background: rgba(255, 255, 255, 0.12);
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 900;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--rose), var(--orange));
    box-shadow: 0 16px 28px rgba(225, 29, 72, 0.26);
}

.btn-secondary {
    color: var(--rose);
    background: rgba(225, 29, 72, 0.09);
    border-color: rgba(225, 29, 72, 0.14);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-poster,
.detail-poster,
.poster-wrap {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.38), transparent 8rem),
        linear-gradient(145deg, #fb7185, #f97316 55%, #7c3aed);
}

.hero-poster {
    min-height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    transform: rotate(2deg);
}

.poster-glow {
    position: absolute;
    inset: auto 18px 18px 18px;
    height: 24%;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(24px);
}

.movie-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease, opacity 0.2s ease;
}

.poster-wrap:hover .movie-cover,
.hero-poster:hover .movie-cover {
    transform: scale(1.06);
}

.hero-dots {
    position: absolute;
    left: 56px;
    bottom: 38px;
    z-index: 5;
    display: flex;
    gap: 10px;
}

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

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

.hero-rank-entry {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
}

.hero-rank-entry h2 {
    margin: 10px 0 8px;
    font-size: 30px;
}

.hero-rank-entry p {
    color: var(--muted);
    line-height: 1.7;
}

.hero-hot-list {
    display: grid;
    gap: 10px;
    margin: 22px 0;
}

.hero-hot-list a,
.ranking-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-hot-list a:hover,
.ranking-row:hover {
    transform: translateX(4px);
    background: #ffffff;
}

.hero-hot-list span,
.ranking-number {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--rose), var(--orange));
}

.hero-hot-list strong,
.ranking-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}

.hero-hot-list em,
.ranking-meta {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-style: normal;
}

.search-panel,
.page-hero,
.content-card,
.category-overview-block,
.ranking-panel {
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.search-panel {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    align-items: center;
    padding: 28px;
}

.search-panel h2,
.section-heading h2,
.page-hero h1,
.category-overview-head h2,
.ranking-copy h2,
.content-card h2,
.detail-info h1,
.player-section h2 {
    margin: 8px 0 0;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.search-panel p,
.page-hero p,
.content-card p,
.category-overview-head p,
.ranking-copy p {
    color: var(--muted);
    line-height: 1.8;
}

.search-tools {
    display: grid;
    gap: 14px;
}

.search-box {
    display: grid;
    gap: 8px;
}

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

.search-box input {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(225, 29, 72, 0.16);
    border-radius: 18px;
    outline: none;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.search-box input:focus {
    border-color: rgba(225, 29, 72, 0.48);
    box-shadow: 0 0 0 4px rgba(225, 29, 72, 0.08);
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-pill {
    border: 0;
    border-radius: 999px;
    padding: 9px 14px;
    color: var(--muted-strong);
    background: rgba(225, 29, 72, 0.08);
    font-weight: 900;
}

.filter-pill.active,
.filter-pill:hover {
    color: #ffffff;
    background: linear-gradient(135deg, var(--rose), var(--orange));
}

.search-result-count {
    margin: 0;
    font-size: 14px;
}

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

.section-more {
    color: var(--rose);
    font-weight: 900;
}

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

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

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

.movie-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(127, 29, 29, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(127, 29, 29, 0.14);
}

.poster-wrap {
    display: block;
    height: 280px;
    border-radius: 24px 24px 0 0;
}

.featured-grid .poster-wrap {
    height: 220px;
}

.play-dot {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(17, 24, 39, 0.72);
    backdrop-filter: blur(10px);
}

.rank-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--rose), var(--orange));
    box-shadow: 0 8px 18px rgba(225, 29, 72, 0.26);
}

.movie-card-body {
    padding: 16px;
}

.movie-card-meta {
    margin: 0 0 10px;
}

.movie-card-meta span {
    padding: 5px 8px;
    color: var(--muted-strong);
    background: rgba(249, 115, 22, 0.10);
}

.movie-card h3,
.ranking-card h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.movie-card h3 a:hover,
.ranking-card h2 a:hover {
    color: var(--rose);
}

.movie-card p {
    min-height: 48px;
    margin: 10px 0 12px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

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

.category-card {
    display: grid;
    gap: 8px;
    min-height: 188px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-soft);
    transition: transform 0.2s ease, background 0.2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    background: #ffffff;
}

.category-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #ffffff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--pink), var(--orange));
}

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

.category-card em {
    color: var(--rose);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.category-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.page-hero {
    padding: 44px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(251, 146, 60, 0.20), transparent 28rem),
        radial-gradient(circle at 80% 0%, rgba(244, 114, 182, 0.18), transparent 24rem),
        rgba(255, 255, 255, 0.86);
}

.slim-hero h1,
.category-hero h1,
.ranking-hero h1 {
    max-width: 860px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--rose);
}

.breadcrumb strong {
    color: var(--text);
}

.category-overview-block {
    padding: 28px;
}

.ranking-panel {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
    padding: 34px;
}

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

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

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

.ranking-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 22px;
    padding: 16px;
}

.ranking-poster {
    height: 250px;
    border-radius: 20px;
}

.ranking-card-body {
    padding: 8px 8px 8px 0;
}

.ranking-card-body p {
    color: var(--muted);
    line-height: 1.8;
}

.detail-main {
    min-height: 100vh;
}

.detail-hero {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 34px;
    padding: 34px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
}

.detail-poster {
    height: 480px;
    border-radius: 28px;
}

.detail-info {
    align-self: center;
}

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

.detail-one-line {
    margin: 18px 0;
    color: var(--muted-strong);
    font-size: 18px;
    line-height: 1.8;
}

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

.detail-meta-grid span {
    display: grid;
    gap: 5px;
    padding: 14px;
    border-radius: 18px;
    color: var(--text);
    background: rgba(249, 115, 22, 0.10);
}

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

.player-section {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow-soft);
}

.compact-heading {
    margin-bottom: 18px;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #111827;
    aspect-ratio: 16 / 9;
}

.movie-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #111827;
}

.player-action {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    border: 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.18), rgba(127, 29, 29, 0.42));
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.player-action span {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose), var(--orange));
    box-shadow: 0 20px 40px rgba(225, 29, 72, 0.38);
}

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

.player-message {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 14px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    text-align: center;
    pointer-events: none;
}

.detail-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.content-card {
    padding: 30px;
}

.content-card p {
    font-size: 16px;
}

.site-footer {
    margin-top: 56px;
    padding: 46px 0 24px;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(127, 29, 29, 0.94));
    color: #ffffff;
}

.footer-inner {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 32px;
}

.footer-brand p,
.footer-bottom {
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.8;
}

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

.footer-links h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.76);
}

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

.footer-bottom {
    width: min(1200px, calc(100% - 32px));
    margin: 28px auto 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

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

@media (max-width: 1180px) {
    .hero-section {
        grid-template-columns: 1fr;
    }

    .hero-rank-entry {
        display: none;
    }

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

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

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

    .mobile-menu-button {
        display: block;
    }

    .hero-section {
        min-height: auto;
        padding: 96px 16px 30px;
    }

    .hero-slider {
        min-height: 720px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 32px;
    }

    .hero-poster {
        min-height: 320px;
        transform: none;
    }

    .hero-dots {
        left: 32px;
        bottom: 26px;
    }

    .search-panel,
    .ranking-panel,
    .detail-hero,
    .detail-content-grid {
        grid-template-columns: 1fr;
    }

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

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

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

    .ranking-poster {
        height: 190px;
    }

    .footer-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .container,
    .header-inner,
    .mobile-nav {
        width: min(100% - 24px, 1200px);
    }

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

    .hero-copy h1 {
        font-size: 38px;
    }

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

    .poster-wrap {
        height: 340px;
    }

    .featured-grid .poster-wrap {
        height: 340px;
    }

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

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

    .ranking-card {
        grid-template-columns: 1fr;
    }

    .ranking-poster {
        height: 360px;
    }

    .detail-poster {
        height: 420px;
    }

    .page-hero,
    .content-card,
    .category-overview-block,
    .player-section {
        padding: 22px;
    }
}
