:root {
    --bg: #0f172a;
    --bg-deep: #020617;
    --panel: rgba(15, 23, 42, 0.76);
    --panel-strong: rgba(15, 23, 42, 0.92);
    --line: rgba(250, 204, 21, 0.16);
    --line-bright: rgba(250, 204, 21, 0.32);
    --text: #f8fafc;
    --muted: #cbd5e1;
    --dim: #94a3b8;
    --gold: #facc15;
    --gold-deep: #f59e0b;
    --blue: #1e3a8a;
    --shadow: 0 24px 70px rgba(2, 6, 23, 0.45);
    color-scheme: dark;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 16% 8%, rgba(250, 204, 21, 0.16), transparent 28rem),
        radial-gradient(circle at 80% 4%, rgba(37, 99, 235, 0.22), transparent 34rem),
        linear-gradient(135deg, #0f172a 0%, #172554 46%, #020617 100%);
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 80%);
    z-index: -1;
}

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

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

button,
input,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(2, 6, 23, 0.78);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}

.header-inner {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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

.brand-mark {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bg-deep);
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    box-shadow: 0 10px 30px rgba(250, 204, 21, 0.26);
}

.brand-text,
.footer-brand span:last-child {
    font-size: 22px;
    background: linear-gradient(90deg, #fef08a, #facc15, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

.nav-link {
    color: var(--muted);
    padding: 10px 15px;
    border-radius: 999px;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
    background: rgba(250, 204, 21, 0.1);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid var(--line-bright);
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.82);
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--gold);
    border-radius: 999px;
}

.hero-slider {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

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

.hero-bg.image-hidden,
.poster-image.image-hidden,
.category-covers img.image-hidden,
.rank-item img.image-hidden,
.detail-poster img.image-hidden,
.hero-poster img.image-hidden,
.video-shell video[poster].image-hidden {
    opacity: 0;
}

.hero-layer {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.92) 0%, rgba(15, 23, 42, 0.72) 42%, rgba(15, 23, 42, 0.18) 100%),
        linear-gradient(0deg, #0f172a 0%, rgba(15, 23, 42, 0.24) 52%, rgba(2, 6, 23, 0.7) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: center;
    gap: 54px;
    padding-top: 56px;
    padding-bottom: 110px;
}

.hero-copy {
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-copy h1,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    font-size: clamp(38px, 7vw, 76px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.hero-copy p,
.page-hero p,
.detail-copy .lead {
    max-width: 720px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.9;
    margin: 22px 0 0;
}

.hero-tags,
.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hero-tags span,
.detail-tags span {
    border: 1px solid var(--line-bright);
    color: #fde68a;
    background: rgba(15, 23, 42, 0.62);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
}

.hero-actions,
.detail-copy .btn {
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
    color: var(--bg-deep);
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    box-shadow: 0 16px 36px rgba(250, 204, 21, 0.24);
}

.btn.ghost,
.btn.soft {
    color: var(--text);
    border: 1px solid var(--line-bright);
    background: rgba(15, 23, 42, 0.66);
}

.btn.soft {
    color: var(--gold);
}

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

.hero-poster {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(250, 204, 21, 0.24), rgba(30, 58, 138, 0.32));
    border: 1px solid var(--line-bright);
    box-shadow: var(--shadow);
    transform: rotate(2deg);
}

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

.hero-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.86), transparent 58%);
}

.hero-poster span {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 2;
    color: var(--gold);
    font-weight: 900;
}

.hero-search-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-search {
    flex: 1;
    display: flex;
    max-width: 580px;
    min-height: 56px;
    padding: 6px;
    border: 1px solid var(--line-bright);
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.68);
    backdrop-filter: blur(18px);
}

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

.hero-search button {
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    color: var(--bg-deep);
    font-weight: 900;
    cursor: pointer;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
}

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

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

.hero-dot.is-active {
    width: 34px;
    background: var(--gold);
}

.page-section {
    padding: 72px 0 0;
}

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

.section-heading h2 {
    margin: 0;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -0.035em;
}

.section-heading p {
    color: var(--dim);
    margin: 8px 0 0;
}

.section-link {
    color: var(--gold);
    font-weight: 800;
}

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

.movie-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(250, 204, 21, 0.12);
    background: rgba(15, 23, 42, 0.62);
    box-shadow: 0 20px 50px rgba(2, 6, 23, 0.22);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.movie-card:hover {
    transform: translateY(-6px);
    border-color: rgba(250, 204, 21, 0.42);
    background: rgba(15, 23, 42, 0.82);
}

.poster-wrap {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background:
        radial-gradient(circle at 30% 12%, rgba(250, 204, 21, 0.22), transparent 42%),
        linear-gradient(135deg, rgba(30, 58, 138, 0.86), rgba(2, 6, 23, 0.95));
}

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

.movie-card:hover .poster-image {
    transform: scale(1.08);
}

.poster-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.12) 55%, transparent);
}

.card-badge,
.card-year {
    position: absolute;
    z-index: 2;
    top: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    backdrop-filter: blur(14px);
}

.card-badge {
    left: 12px;
    color: var(--bg-deep);
    background: rgba(250, 204, 21, 0.92);
}

.card-year {
    right: 12px;
    color: var(--text);
    background: rgba(2, 6, 23, 0.74);
}

.play-dot {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.8);
    border-radius: 50%;
    color: var(--bg-deep);
    background: var(--gold);
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

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

.card-body {
    padding: 18px;
}

.card-body h2,
.card-body h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
}

.card-body h2 a,
.card-body h3 a {
    transition: color 0.2s ease;
}

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

.card-body p {
    min-height: 48px;
    color: var(--dim);
    font-size: 14px;
    line-height: 1.7;
    margin: 10px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #fde68a;
    font-size: 12px;
}

.card-meta span {
    padding: 5px 8px;
    border: 1px solid rgba(250, 204, 21, 0.18);
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.06);
}

.category-band {
    margin-top: 72px;
    padding-bottom: 72px;
    background: rgba(15, 23, 42, 0.32);
    border-top: 1px solid rgba(250, 204, 21, 0.08);
    border-bottom: 1px solid rgba(250, 204, 21, 0.08);
}

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

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

.category-card {
    display: grid;
    gap: 18px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid rgba(250, 204, 21, 0.14);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.78), rgba(30, 58, 138, 0.25));
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(250, 204, 21, 0.42);
}

.category-covers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    min-height: 120px;
}

.category-covers img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.16), rgba(15, 23, 42, 0.9));
}

.category-card h2 {
    margin: 0;
    font-size: 22px;
}

.category-card p {
    color: var(--dim);
    line-height: 1.75;
    margin: 8px 0 0;
}

.category-arrow {
    color: var(--gold);
    font-weight: 900;
}

.two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.6fr);
    gap: 34px;
    align-items: start;
}

.list-stack,
.rank-stack,
.rank-list-wide {
    display: grid;
    gap: 14px;
}

.ranking-panel,
.side-card,
.player-card,
.detail-block {
    border: 1px solid rgba(250, 204, 21, 0.12);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.62);
    box-shadow: 0 20px 50px rgba(2, 6, 23, 0.2);
}

.ranking-panel {
    padding: 24px;
    position: sticky;
    top: 92px;
}

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

.rank-item:hover {
    background: rgba(30, 58, 138, 0.34);
    transform: translateX(4px);
}

.rank-number {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bg-deep);
    font-weight: 900;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
}

.rank-number.small {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.rank-item img {
    width: 60px;
    height: 84px;
    object-fit: cover;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.12), rgba(15, 23, 42, 0.92));
}

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

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

.rank-copy em {
    display: block;
    color: var(--dim);
    font-style: normal;
    font-size: 13px;
    margin-top: 5px;
}

.page-hero,
.detail-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 38px;
    background:
        radial-gradient(circle at 18% 18%, rgba(250, 204, 21, 0.16), transparent 34rem),
        linear-gradient(135deg, rgba(15, 23, 42, 0.62), rgba(30, 58, 138, 0.28));
    border-bottom: 1px solid rgba(250, 204, 21, 0.1);
}

.compact-hero {
    padding-bottom: 78px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--dim);
    font-size: 14px;
    margin-bottom: 24px;
}

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

.filter-panel {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 180px 180px;
    gap: 14px;
    padding: 18px;
    margin-bottom: 28px;
    border: 1px solid rgba(250, 204, 21, 0.14);
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.62);
}

.filter-panel label {
    display: grid;
    gap: 8px;
    color: var(--dim);
    font-size: 13px;
    font-weight: 700;
}

.filter-panel input,
.filter-panel select {
    width: 100%;
    min-height: 46px;
    color: var(--text);
    border: 1px solid rgba(250, 204, 21, 0.24);
    outline: 0;
    border-radius: 14px;
    background: rgba(2, 6, 23, 0.44);
    padding: 0 14px;
}

.category-listing .movie-card.is-filtered {
    display: none;
}

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

.compact-card .card-body h2,
.compact-card .card-body h3 {
    font-size: 17px;
}

.detail-grid {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 38px;
    align-items: end;
}

.detail-poster {
    aspect-ratio: 2 / 3;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(250, 204, 21, 0.24);
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.18), rgba(15, 23, 42, 0.95));
    box-shadow: var(--shadow);
}

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

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.detail-meta span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--muted);
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    padding-top: 48px;
}

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

.video-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    background: #000;
}

.movie-player {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}

.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    background: radial-gradient(circle, rgba(15, 23, 42, 0.18), rgba(2, 6, 23, 0.66));
    z-index: 3;
}

.play-overlay span {
    width: 86px;
    height: 86px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    color: var(--bg-deep);
    font-size: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    box-shadow: 0 22px 48px rgba(250, 204, 21, 0.22);
}

.play-overlay.is-hidden {
    display: none;
}

.detail-block {
    padding: 28px;
}

.detail-block h2,
.side-card h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

.detail-block p {
    color: var(--muted);
    line-height: 1.95;
    margin: 0;
}

.side-card {
    padding: 22px;
}

.side-recommend {
    display: grid;
    gap: 16px;
}

.side-recommend .movie-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    border-radius: 18px;
}

.side-recommend .poster-wrap {
    height: 138px;
    aspect-ratio: auto;
}

.side-recommend .card-body {
    padding: 14px;
}

.side-recommend .card-body p,
.side-recommend .card-meta {
    display: none;
}

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

.prev-next a {
    padding: 16px;
    border: 1px solid rgba(250, 204, 21, 0.14);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.62);
    color: var(--gold);
    font-weight: 800;
}

.site-footer {
    margin-top: 86px;
    padding: 52px 0 26px;
    background: rgba(2, 6, 23, 0.82);
    border-top: 1px solid rgba(250, 204, 21, 0.12);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 34px;
}

.footer-grid h2 {
    margin: 0 0 16px;
    font-size: 18px;
}

.footer-grid p,
.footer-bottom {
    color: var(--dim);
    line-height: 1.75;
}

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

.footer-links a:hover {
    color: var(--gold);
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(250, 204, 21, 0.1);
    font-size: 13px;
}

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

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

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

    .ranking-panel {
        position: static;
    }

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

@media (max-width: 780px) {
    .header-inner {
        height: auto;
        min-height: 66px;
        flex-wrap: wrap;
        padding: 12px 0;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        width: 100%;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 8px 0 4px;
    }

    .site-nav.is-open {
        display: grid;
    }

    .nav-link {
        background: rgba(15, 23, 42, 0.72);
        text-align: center;
    }

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

    .hero-content {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-top: 44px;
        padding-bottom: 160px;
    }

    .hero-poster {
        width: min(230px, 70vw);
        transform: none;
    }

    .hero-search-wrap {
        display: grid;
        gap: 16px;
    }

    .hero-search {
        max-width: 100%;
    }

    .section-heading {
        display: grid;
    }

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

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

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

    .detail-poster {
        width: min(260px, 72vw);
    }

    .prev-next {
        grid-template-columns: 1fr;
    }

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

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

    .hero-copy h1,
    .page-hero h1,
    .detail-copy h1 {
        font-size: 34px;
    }

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

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

    .rank-item img {
        width: 52px;
        height: 72px;
    }

    .side-recommend .movie-card {
        grid-template-columns: 82px minmax(0, 1fr);
    }
}
