:root {
    --bg: #f8fafc;
    --bg-soft: #f1f5f9;
    --text: #0f172a;
    --muted: #64748b;
    --line: #e2e8f0;
    --card: #ffffff;
    --dark: #020617;
    --dark-soft: #0f172a;
    --red: #ef4444;
    --red-deep: #dc2626;
    --orange: #f97316;
    --blue: #2563eb;
    --shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    --radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    color: var(--text);
    line-height: 1.65;
}

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

img {
    display: block;
    width: 100%;
    height: auto;
}

button,
input,
select {
    font: inherit;
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    color: #ffffff;
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 45%, #0f172a 100%);
    box-shadow: 0 12px 36px rgba(2, 6, 23, 0.35);
}

.nav-shell {
    width: min(1180px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

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

.brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
    box-shadow: 0 8px 28px rgba(239, 68, 68, 0.42);
    font-size: 14px;
}

.brand-text {
    font-size: 25px;
    background: linear-gradient(90deg, #f87171, #fb923c, #f87171);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 8px 12px;
}

.nav-panel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    font-size: 14px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: #f87171;
}

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

.nav-search {
    display: flex;
    align-items: center;
    width: min(300px, 34vw);
    border-radius: 999px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.nav-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #ffffff;
    padding: 8px 12px;
    background: transparent;
}

.nav-search input::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.nav-search button,
.hero-search button,
.filter-tools button {
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red) 0%, var(--orange) 100%);
    padding: 8px 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(239, 68, 68, 0.25);
}

.hero {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    color: #ffffff;
    background: radial-gradient(circle at 20% 10%, rgba(239, 68, 68, 0.42), transparent 34%), linear-gradient(115deg, #020617 0%, #7f1d1d 52%, #0f172a 100%);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    transform: scale(1.04);
    transition: background-image 0.5s ease, opacity 0.5s ease;
}

.hero-layer {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 23, 0.96) 0%, rgba(15, 23, 42, 0.72) 46%, rgba(127, 29, 29, 0.55) 100%),
        radial-gradient(circle at 82% 20%, rgba(251, 146, 60, 0.28), transparent 34%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
    align-items: center;
    gap: 48px;
    min-height: 690px;
    padding: 68px 0 54px;
}

.eyebrow,
.detail-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fecaca;
    background: rgba(248, 113, 113, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.2);
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 800;
}

.hero h1 {
    margin: 22px 0 18px;
    font-size: clamp(42px, 6vw, 74px);
    line-height: 1.03;
    letter-spacing: -0.04em;
    font-weight: 950;
    max-width: 780px;
    background: linear-gradient(90deg, #ffffff, #fed7aa, #fecaca);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-copy p {
    max-width: 660px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

.hero-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 14px;
    padding: 12px 18px;
    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(--red) 0%, var(--orange) 100%);
    box-shadow: 0 18px 34px rgba(239, 68, 68, 0.36);
}

.btn-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
}

.hero-search {
    display: flex;
    max-width: 600px;
    margin: 20px 0 24px;
    padding: 7px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 48px rgba(2, 6, 23, 0.25);
}

.hero-search input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
    padding: 12px 14px;
}

.hero-search input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-tags a,
.tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tag {
    color: #b91c1c;
    background: #fee2e2;
}

.hero-tags a:hover,
.tag:hover {
    transform: translateY(-1px);
    background: var(--red);
    color: #ffffff;
}

.hero-panel {
    position: relative;
    border-radius: 30px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 28px 80px rgba(2, 6, 23, 0.42);
    backdrop-filter: blur(22px);
}

.hero-slides {
    position: relative;
    height: 470px;
    border-radius: 24px;
    overflow: hidden;
    background: #111827;
}

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

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

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

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 6, 23, 0.92), rgba(2, 6, 23, 0.08) 58%, rgba(2, 6, 23, 0.28));
}

.hero-slide-copy {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
}

.hero-slide-copy span {
    color: #fed7aa;
    font-size: 13px;
    font-weight: 900;
}

.hero-slide-copy h2 {
    margin: 8px 0 6px;
    font-size: 30px;
    line-height: 1.2;
}

.hero-slide-copy p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.76);
}

.hero-slide-copy a {
    display: inline-flex;
    border-radius: 12px;
    padding: 9px 13px;
    background: #ef4444;
    font-weight: 900;
}

.hero-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
}

.hero-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    cursor: pointer;
}

.hero-dot.is-active {
    width: 28px;
    background: linear-gradient(90deg, var(--red), var(--orange));
}

.section {
    padding: 64px 0;
}

.section.soft {
    background: linear-gradient(135deg, #fff7ed 0%, #eff6ff 100%);
}

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

.section-head h2,
.page-hero h1,
.detail-copy h1 {
    margin: 0;
    color: var(--text);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.section-head p,
.page-hero p {
    margin: 8px 0 0;
    color: var(--muted);
    max-width: 700px;
}

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

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

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

.movie-card {
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.poster-link {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a, #7f1d1d);
}

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

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

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

.poster-shadow {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(2, 6, 23, 0.78) 100%);
}

.card-year,
.card-type {
    position: absolute;
    top: 12px;
    border-radius: 999px;
    padding: 5px 9px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.card-year {
    left: 12px;
    background: rgba(220, 38, 38, 0.92);
}

.card-type {
    right: 12px;
    background: rgba(15, 23, 42, 0.78);
}

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

.movie-card h3 {
    margin: 0 0 9px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.movie-card h3 a:hover {
    color: var(--red-deep);
}

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

.card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 13px;
}

.card-meta a {
    color: var(--red-deep);
    font-weight: 900;
}

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

.category-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.category-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 136px;
    overflow: hidden;
    background: #111827;
}

.category-preview img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.category-card-body {
    padding: 18px;
}

.category-card h2 {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 950;
}

.category-card p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
}

.category-card span {
    color: var(--red-deep);
    font-weight: 900;
}

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

.rank-panel {
    border-radius: 24px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.rank-row {
    display: grid;
    grid-template-columns: 44px 76px 1fr;
    align-items: center;
    gap: 13px;
    padding: 10px;
    border-radius: 16px;
    transition: background 0.2s ease, transform 0.2s ease;
}

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

.rank-number {
    color: #ef4444;
    font-weight: 950;
    font-size: 20px;
}

.rank-row img {
    width: 76px;
    height: 54px;
    border-radius: 12px;
    object-fit: cover;
}

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

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

.rank-copy small {
    color: var(--muted);
}

.page-hero {
    color: #ffffff;
    padding: 72px 0 52px;
    background: radial-gradient(circle at 16% 20%, rgba(248, 113, 113, 0.42), transparent 34%), linear-gradient(115deg, #020617, #7f1d1d 55%, #111827);
}

.page-hero h1,
.page-hero p {
    color: #ffffff;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.74);
}

.filter-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px;
    gap: 12px;
    margin: 28px 0 0;
    max-width: 760px;
}

.filter-tools input,
.filter-tools select {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 12px 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    outline: 0;
}

.filter-tools input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

.filter-tools select option {
    color: #0f172a;
}

.empty-state {
    display: none;
    padding: 42px;
    border-radius: 24px;
    text-align: center;
    color: var(--muted);
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.empty-state.is-visible {
    display: block;
}

.detail-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.96), rgba(15, 23, 42, 0.78), rgba(127, 29, 29, 0.48));
}

.detail-hero .container {
    position: relative;
    z-index: 1;
    padding: 44px 0 58px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 30px;
    font-size: 14px;
}

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

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

.detail-poster {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(2, 6, 23, 0.42);
    aspect-ratio: 3 / 4;
    background: #111827;
}

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

.detail-copy h1 {
    margin: 16px 0 14px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 64px);
}

.detail-copy p {
    max-width: 850px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
}

.meta-pills,
.detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 24px;
}

.meta-pills span {
    border-radius: 999px;
    padding: 7px 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 800;
    font-size: 13px;
}

.detail-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    padding: 42px 0 70px;
}

.player-card,
.content-card,
.related-panel {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.player-card {
    overflow: hidden;
    margin-bottom: 28px;
    background: #020617;
}

.video-shell {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000000;
}

.video-shell video {
    width: 100%;
    height: 100%;
    background: #000000;
}

.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: #ffffff;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.26), rgba(2, 6, 23, 0.72));
    cursor: pointer;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

.play-icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--red), var(--orange));
    box-shadow: 0 18px 40px rgba(239, 68, 68, 0.45);
    font-size: 30px;
    padding-left: 5px;
}

.play-overlay span:last-child {
    font-size: 18px;
    font-weight: 950;
}

.content-card {
    padding: 28px;
    margin-bottom: 28px;
}

.content-card h2 {
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 950;
}

.content-card p {
    margin: 0;
    color: #334155;
    font-size: 17px;
}

.content-card p + p {
    margin-top: 16px;
}

.related-panel {
    position: sticky;
    top: 94px;
    padding: 18px;
}

.related-panel h2 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 950;
}

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

.related-card {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 12px;
    border-radius: 16px;
    padding: 8px;
    transition: background 0.2s ease;
}

.related-card:hover {
    background: #f8fafc;
}

.related-card img {
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.related-card strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
}

.related-card small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
}

.site-footer {
    color: #cbd5e1;
    background: linear-gradient(180deg, #0f172a, #020617);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
    gap: 34px;
    padding: 54px 0 38px;
}

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

.site-footer p {
    margin: 12px 0 0;
    color: #94a3b8;
}

.site-footer h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 17px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li + li {
    margin-top: 8px;
}

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

.footer-bottom {
    padding: 18px 0 24px;
    text-align: center;
    color: #64748b;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

@media (max-width: 1080px) {
    .hero-content,
    .rank-layout,
    .detail-main {
        grid-template-columns: 1fr;
    }

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

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

    .related-panel {
        position: static;
    }
}

@media (max-width: 820px) {
    .nav-shell {
        min-height: 66px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .nav-panel {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 74px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        border-radius: 22px;
        padding: 18px;
        background: rgba(15, 23, 42, 0.96);
        box-shadow: 0 22px 50px rgba(2, 6, 23, 0.38);
    }

    .nav-panel.is-open {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-search {
        width: 100%;
    }

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

    .hero {
        min-height: auto;
    }

    .hero-content {
        min-height: auto;
        padding: 46px 0;
        grid-template-columns: 1fr;
    }

    .hero-slides {
        height: 420px;
    }

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

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

    .detail-head {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 20px;
    }

    .detail-copy p {
        font-size: 16px;
    }

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

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

    .hero-search {
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px;
    }

    .hero-search button,
    .nav-search button {
        width: 100%;
    }

    .movie-grid,
    .movie-grid.dense,
    .category-strip {
        grid-template-columns: 1fr;
    }

    .rank-row {
        grid-template-columns: 38px 68px 1fr;
    }

    .rank-row img {
        width: 68px;
        height: 50px;
    }

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

    .detail-poster {
        max-width: 210px;
    }

    .detail-main {
        padding-top: 28px;
    }

    .content-card,
    .related-panel {
        padding: 20px;
    }
}
